/* Tariff-price */

@font-face {
  font-family: 'Proxima Regular';
  src: url('../fonts/Proxima/regular/proximanova-reg.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Proxima/regular/proximanova-reg.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Proxima/regular/proximanova-reg.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Proxima/regular/proximanova-reg.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Proxima/regular/proximanova-reg.ttf')  format('truetype') /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Proxima Bold';
  src: url('../fonts/Proxima/bold/proximanova-bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Proxima/bold/proximanova-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Proxima/bold/proximanova-bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Proxima/bold/proximanova-bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Proxima/bold/proximanova-bold.ttf')  format('truetype') /* Safari, Android, iOS */
}

.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

.tariff-price {
	position: relative;
	font-family: 'Proxima Regular',sans-serif;
  padding: 64px 0 32px;
  background-color: #fafafa;
}

.tariff-price__best {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.tariff-price__col {
	margin-bottom: 32px;
	padding: 24px;
	background-color: #fff;
	text-align: center;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.33);
	transition: all .2s linear;
}

.tariff-price__col:hover {
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
}

.tariff-price__title {
	font-family: 'Proxima Regular',sans-serif;
  margin: 0;
	padding: 0;
	margin-bottom: 64px;
	color: #4a90e2;
  font-size: 48px;
	text-align: center;
	text-transform: uppercase;
}
.tariff-price__line {
	margin-top: 21px;
	width: 100%;
	height: auto;
}

.tariff-price__text {
	margin: 0;
	padding: 0;
	margin-top: 24px;
	height: 150px;
	font-size: 14px;
	line-height: 22px;
	color: rgba(0 0 0 0.87);
}

.tariff-price__sub-title {
	margin: 0;
	color: #4a90e2;
	font-size: 22px;
	font-weight: bold;
}

.tariff-price__value {
	color: rgba(0,0,0,0.87);
}

.tariff-price__value .value{
	font-size: 48px;
}

.tariff-price__value .sufix{
	font-size: 24px;
}

.tariff-price__sub-text {
	height: 36px;;
	margin-top: 8px;
	font-size: 12px;
	color: rgba(0,0,0,0.54);
}

.tariff-price__button {
	font-family: 'Proxima Bold',sans-serif;
	display: block;
	margin-top: 16px;
	padding: 8px 0;
	width: 100%;
	font-size: 22px;
	color: #fff;
	letter-spacing: 1px;
	background-color: #4a90e2;
	border: none;
	border-radius: 5px;
	text-transform: uppercase;
	cursor: pointer;
}

.tariff-price__list {
	font-family: 'Proxima Bold',sans-serif;
	display: none;
	margin: 0;
	padding-left: 22px;
	margin-top: 24px;
	list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAL9JREFUGBltji0OwkAQhWd2BUkNqQHugCEhlSAQmGY9qgKF4UgYOMFuW1GNQ5WkRwBdmlbw0+7QacD1iUnmfe9lBuEnY8op0WcpJb6IBolSzp2R4BFFxaaFGSLOrYXA2ufNmMJjhtwEqFMpwfN9N2VT62osRB20/RDC8LHTOj8w6FN3og/EcTVhXxDJMwBt4zif/YNJUo6apt7zjjz4SWvtiQiObdhp7ZUQsFbKvXYBDvGziM0Ckd5EIlNqeGH/C8EiT6le1Q53AAAAAElFTkSuQmCC');
	text-align: left;
}

.tariff-price__item {
	font-size: 14px;
	line-height: 24px;
	color: rgba(0,0,0,0.87);
}

.show-more-less-button {
	margin-top: 24px;
	padding: 3px 14px;
	font-size: 12px;
	color: #4a90e2;
	border: 1px solid #d9d9d9;
	border-radius: 100px;
	background-color: #fff;
	cursor: pointer;
}

.show-more-less-button:focus {
	outline: none;
}

.show-more-less-button .more {
	display: block;
}

.show-more-less-button.active .more {
	display: none;
}

.show-more-less-button .less {
	display: none;
}

.show-more-less-button.active .less {
	display: block;
}

.show-more-less-button.active {
	color: rgba(0,0,0,0.54);
	background-color: #fafafa;
	border: 1px solid transparent;
}

.tariff-price__best {
	display: block;
	position: absolute;
	top: -9px;
	right: 4px;
}

@media screen and (max-width: 1200px) {
	.tariff-price__sub-title {
		font-size: 18px;
	}
}

@media screen and (max-width: 992px) {
	.tariff-price__sub-title {
		font-size: 22px;
	}
}

@media screen and (max-width: 768px) {
	.tariff-price__text {
		height: auto;
	}

	.tariff-price__value {
		margin-top: 24px;
	}

	.tariff-price__title {
		font-size: 2rem;
	}
}
/*END Tariff-price */

/* Howto */

#wrapper.active {
	position: relative;
	filter: blur(15px);
	height: 100vh;
	overflow: hidden;
}

#wrapper.active:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(77,77,77,0.75);
	z-index: 1040;
}

.howto {
	position: absolute;
	left: 168px;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	overflow-y: auto;
	overflow-x: hidden;
	font-family: 'Proxima Regular',sans-serif;
	background-color: #fff;
	transform: translateX(100%);
	transition: all .3s linear;
	z-index: 999999;
}

.howto.active {
	transform: translateX(0);
}

.howto__header {
	padding: 0 32px;
	background-color: #fff;
}

.howto__nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid rgb(216,216,216);
}

.howto__back {
	font-size: 18px;
	color: rgba(0,0,0,0.54);
	text-transform: uppercase;
	cursor: pointer;
}

.howto__main-top {
	position: relative;
	padding: 0 20px 40px;
	background-color: rgb(250,250,250);
	overflow: hidden;
}

/* .howto__main-top.active:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 1px;
	width: 0;
	background-color: transparent;
	-webkit-box-shadow: -55px 0px 100px 100px rgba(255,255,255,.8);
	-moz-box-shadow: -55px 0px 100px 100px rgba(255,255,255,.8);
	box-shadow: -55px 0px 100px 100px rgba(255,255,255,.8);
} */

.howto__main-top:before {
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 32px;
	right: 32px;
	background-color: rgb(216,216,216);
}

.howto__title {
	font-family: 'Proxima Regular',sans-serif;
	padding: 32px 12px;;
	margin: 0;
	font-size: 32px;
	color: #4a90e2;
}

.howto__title--uppercase {
	padding-left: 16px;
	padding-bottom: 16px;
	text-transform: uppercase;
}

.howto__posts {
	display: flex;
	transition: transform .3s linear;
}

.howto__posts.active {
	width: 150%;
	overflow-x: auto;
}

.howto__post {
	display: flex;
	flex-direction: column;
	width: 33.3333%;
	min-height: 327px;
	padding: 0 12px 12px;
}

.howto__posts.active .howto__post {
	width: 25%;
}

.howto__post.active {
	width: 100% !important;
}

.howto__post-inner {
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.33);
	transition: all .2s linear;
}

.howto__post-text{
	padding-bottom: 17px;
	overflow: hidden; 

}

.howto__post-inner.active {
	flex-direction: row;
}

.howto__post-inner.active .howto__sub-title {
	font-size: 24px;
	padding-top: 24px;
}

.howto__post-inner.active .howto__thumb{
	width: 30%;
	height: 100%;
}

.howto__post-inner.active .howto__post-text{
	width: 70%;
	height: 100%;
}

.howto__post-inner .hidden{
	margin-top: 16px;
	display: none;
}
.howto__post-inner.active .hidden{
	display: block;
}
.howto__post-close {
	position: absolute;
	padding: 3px 15px;
	top: 100%;
	right: 50px;
	transform: translate(50%,-50%);
	border: 1px solid #4a90e2;
	color: #4a90e2;
	background-color: #fff;
	border-radius: 30px;
	cursor: pointer;
	will-change: transform;
	transition: transform .3s linear;
}

.howto__post-close:hover {
	color: #fff;
	background-color: #4a90e2;
}

.howto__post-close .less{
	display: none;
}

.howto__post.active .howto__post-close{
	top: 50%;
	right: 0;
	transform: translate(50%,-50%) rotate(90deg);
}

.howto__post.active .howto__post-close .less{
	display: block;
}

.howto__post.active .howto__post-close .more{
	display: none;
}

.howto__post-inner.active .howto__post-close{
	display: block;
}

.howto__post-inner:hover {
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
}

.howto__sub-title {
	font-size: 18px;
	color: #4a90e2;
	padding: 16px 16px 0;
}

.howto__sub-text {
	height: 91px;
	font-size: 14px;
	color: rgba(0,0,0,0.95);
	padding: 6px 50px 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical; 
}

.howto__post-inner.active .howto__sub-text{
	height: auto;
	-webkit-line-clamp: unset;
	line-clamp: unset;
}

.howto__main-bottom {
	padding: 0 16px 0px;
	background-color: #fff;
}

.howto__menu {
	display: flex;
	flex-wrap: wrap;
}

.howto__menu-item {
	padding: 16px;
	width: 25%;
	height: 215px;
	display: flex;
	flex-direction: column;
    cursor:pointer;
}

.howto__menu-inner {
	flex: 1;
	padding: 42px 24px 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	border: 1px solid rgba(158,158,158,0.5);
	border-radius: 10px;
	box-sizing: border-box;
	color: rgba(0,0,0,0.54);
	filter: grayscale();
	transition: all .2s linear;
}

.howto__menu-inner:hover {
	color: #4a90e2;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	filter: unset;
}

.howto__menu-inner img{
	align-self: center;
}
.howto__thumb {
	position: relative;
	width: 100%;
	min-height: 55%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.howto__thumb--1 {
	background-image: url('../img/howto/1.jpg');
}

.howto__thumb--2 {
	background-image: url('../img/howto/2.jpg');
}

.howto__thumb--3 {
	background-image: url('../img/howto/3.jpg');
}

.howto__close {
	position: absolute;
	top: 21px;
	left: 110%;
	color: #fff;
	cursor: pointer;
	transition: all .3s linear;
	z-index: 1050;
}

.howto.active + .howto__close {
	left: 109px;
}

.howto__menu-title {
	margin-top: 19px;
}

.howto__menu-video,
.js-video-output {
	display: none;
}

.js-video-output.full {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 80%;
	min-height: 80%;
	width: auto;
	height: auto;
	z-index: 9999998;
	transform: translateX(-50%) translateY(-50%);
}

.howto__video-close,
.howto__video-background {
	display: none;
}

.howto__video-close.show,
.howto__video-background.show {
	display: block;
	position: fixed;
	top: 40px;
	right: 40px;
	font-size: rem(20);
	color: #fff;
	cursor: pointer;
	z-index: 9999999;
}

.howto__video-background.show {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 9999998;

}

/* How to FAQ */

.howto__faq {
	background-color: #fff;
}

.howto__faq .howto__title {
	padding: 32px;
}

.howto__faq-list{
	padding: 0 32px;
}

.howto__faq-item{
	padding: 16px 0;
	line-height: 24px;
	border-bottom: 1px dotted rgb(213,213,213);
	color: rgba(0,0,0,0.54);
}

.howto__faq-item:first-child {
	padding-top: 0;
}

.howto__faq-title {
	font-size: 22px;
	cursor: pointer;
}

.howto__faq-title:hover,
.howto__faq-title.active {
	color: #4a90e2;
}

.howto__faq-text {
	display: none;
	padding-top: 8px;
    padding-left: 50px;
	font-size: 14px;
	color: rgba(0,0,0,0.99);    
}

@media screen and (max-width: 1200px) {
	.howto {
		left: 65px;
	}

	.howto.active + .howto__close {
			left: 20px;
	}

	.howto__menu-inner {
		padding: 24px 12px 12px;
	}

	.howto__menu-title {
		font-size: 14px;
	}
}

@media screen and (max-width: 880px) {
	.howto__menu-item {
		width: 33.3333%;
	}

	.howto__posts {
		flex-wrap: wrap;
	}

	.howto__post {
		width: 50%;
	}
	
}

@media screen and (max-width: 680px) {
	.howto__menu-item {
		width: 50%;
	}

	.howto__main-top:after {
		display: none;
	}

	.howto__posts.active {
		width: 100%;
		transform: translateX(0) !important;
	}
	.howto__post {
		width: 100% !important;
	}

	.howto__post.active {
		width: 100% !important;
	}

	.howto__post-inner.active {
		flex: unset;
	}

	.howto__post-inner.active {
    flex-direction: column;
	}

	.howto__post-inner.active .howto__post-text,
	.howto__post-inner.active .howto__thumb {
		width: 100%;
		height: auto;
	}

	.howto__post-inner.active .howto__thumb {
		height: 175px;
	}

	.howto__post.active {
		display: block;
	}

	.howto__post.active .howto__post-close{
		top: 100%;
		right: 50%;
		transform: translate(50%,-50%) rotate(0);
	}

}

@media screen and (max-width: 470px) {
	.howto__menu-item {
		width: 100%;
	}

	.howto__header {
		padding: 0 12px;
	}

	.howto__main-top {
		padding: 0 0 40px;
	}

	.howto__main-bottom {
		padding: 0;
	}

	.howto__title {
		font-size: 26px;
	}

	.howto__faq-title {
		font-size: 20px;
	}

}


/*END Howto */


/* Navigation */

#mainNav .navbar-nav .nav-item {
	display: flex;
	align-items: center;
}

#mainNav .navbar-nav .nav-item .nav-link {
	margin: 0 10px !important;
	font-family: 'Proxima Regular',sans-serif;
	font-size: 16px;
	color: rgba(255,255,255,0.54);
}

#mainNav .navbar-nav .nav-item .nav-link:hover,
#mainNav .navbar-nav .nav-item .nav-link.active {
	color: rgba(255,255,255,0.87);
}

#mainNav .navbar-nav .nav-item .nav-link--btn {
	padding: 6px 16px !important;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 4px;
	background-color: #4a90e2;
}
/*END Navigation */

.sl-slider-wrapper {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;	
	min-width: 100% !important;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide {
	z-index: 1;
}

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
	min-width: 100%;
}

.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}

/* custom scc added */


.demo-2 .sl-slider-wrapper {
	width: 100%;
	height: 790px;
	overflow: hidden;
	position: relative;
}

.demo-2 .sl-slider h2,
.demo-2 .sl-slider blockquote {
	padding: 31.1rem 30px 10px 30px;
	width: 80%;
	max-width: 960px;
	color: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

.demo-2 .sl-slider h2 {
    font-size: 3.2rem;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    text-transform: uppercase;
}

.demo-2 .sl-slider blockquote {
	font-size: 28px;
	padding-top: 10px;
	font-weight: 300;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.demo-2 .sl-slider blockquote cite {
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-top: 30px;
	display: inline-block;
}

.demo-2 .bg-img {
	padding: 200px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	top: -200px;
	left: -200px;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* Custom navigation arrows */

.nav-arrows span {
	position: absolute;
	z-index: 2000;
	top: 50%;
	width: 40px;
	height: 40px;
	border: 8px solid #ddd;
	border: 8px solid rgba(150,150,150,0.4);
	text-indent: -90000px;
	margin-top: -40px;
	cursor: pointer;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-arrows span:hover {
	border-color: rgba(150,150,150,0.9);
}

.nav-arrows span.nav-arrow-prev {
	left: 5%;
	border-right: none;
	border-top: none;
}

.nav-arrows span.nav-arrow-next {
	right: 5%;
	border-left: none;
	border-bottom: none;
}

/* Custom navigation dots */

.nav-dots {
    text-align: center;
    position: absolute;
    bottom: 2%;
    z-index: 1000;
    right: 0;
    top: 30%;
    border: 0;
}

.nav-dots span {
	display: block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.demo-2 .nav-dots span {
	background: rgba(150,150,150,0.1);
	margin: 13px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 2px rgba(255,255,255,0.5);
}

.demo-2 .nav-dots span.nav-dot-current,
.demo-2 .nav-dots span:hover {
	box-shadow: 1px 1px 1px #f44336, inset 0 1px 1px #f44336, 0 0 0 5px #f44336 !important;
}

.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
}

/* Content elements */

.demo-2 .bg-img-1 {
	background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.38), rgb(0, 0, 0)), url(../images/1.jpg);
}
.demo-2 .bg-img-2 {
	background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.38), rgb(0, 0, 0)), url(../img/banner_img.webp);
}
.demo-2 .bg-img-3 {
	background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.38), rgb(0, 0, 0)), url(../img/banner_img_2.webp);
}
.demo-2 .bg-img-4 {
	background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.38), rgb(0, 0, 0)), url(../img/banner_img_3.webp);
}
.demo-2 .bg-img-5 {
	background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.38), rgb(0, 0, 0)), url(../img/banner_img_4.webp);
}

.ten_row .search-wrapper .button {
	line-height: 34px;
  vertical-align: middle;
  padding: 0 10px;
}


/* Animations for content elements */

.sl-trans-elems .deco{
	-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}
.sl-trans-elems h2{
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}
.sl-trans-elems blockquote{
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}
.sl-trans-back-elems .deco{
	-webkit-animation: scaleDown 1s ease-in-out both;
	-moz-animation: scaleDown 1s ease-in-out both;
	-o-animation: scaleDown 1s ease-in-out both;
	-ms-animation: scaleDown 1s ease-in-out both;
	animation: scaleDown 1s ease-in-out both;
}
.sl-trans-back-elems h2{
	-webkit-animation: fadeOut 1s ease-in-out both;
	-moz-animation: fadeOut 1s ease-in-out both;
	-o-animation: fadeOut 1s ease-in-out both;
	-ms-animation: fadeOut 1s ease-in-out both;
	animation: fadeOut 1s ease-in-out both;
}
.sl-trans-back-elems blockquote{
	-webkit-animation: fadeOut 1s linear both;
	-moz-animation: fadeOut 1s linear both;
	-o-animation: fadeOut 1s linear both;
	-ms-animation: fadeOut 1s linear both;
	animation: fadeOut 1s linear both;
}
@-webkit-keyframes roll{
	0% {-webkit-transform: translateX(500px) rotate(360deg);}
	100% {-webkit-transform: translateX(0px) rotate(0deg);}
}
@-moz-keyframes roll{
	0% {-moz-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-moz-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-o-keyframes roll{
	0% {-o-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-o-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-ms-keyframes roll{
	0% {-ms-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-ms-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@keyframes roll{
	0% {transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-webkit-keyframes moveUp{
	0% {-webkit-transform: translateY(40px);}
	100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
	0% {-moz-transform: translateY(40px);}
	100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
	0% {-o-transform: translateY(40px);}
	100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
	0% {-ms-transform: translateY(40px);}
	100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
	0% {transform: translateY(40px);}
	100% {transform: translateY(0px);}
}
@-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-ms-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes scaleDown{
	0% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.5);}
}
@-moz-keyframes scaleDown{
	0% {-moz-transform: scale(1);}
	100% {-moz-transform: scale(0.5);}
}
@-o-keyframes scaleDown{
	0% {-o-transform: scale(1);}
	100% {-o-transform: scale(0.5);}
}
@-ms-keyframes scaleDown{
	0% {-ms-transform: scale(1);}
	100% {-ms-transform: scale(0.5);}
}
@keyframes scaleDown{
	0% {transform: scale(1);}
	100% {transform: scale(0.5);}
}
@-webkit-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-ms-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}


/* Media Queries for custom slider */

@media screen and (max-width: 660px) {

	.js-video-output.full {
    display: block;
    position: fixed;
		top: 20%;
		left: 0;
		min-width: auto;
		min-height: auto;
    width: 100%;
    height: auto;
    transform: translateX(0) translateY(0);
}


	.demo-2 .sl-slider-wrapper {
		height: 500px;
	}

	.demo-2 .sl-slider h2 {
		font-size: 36px;
	}

	.demo-2 .sl-slider blockquote {
		font-size: 16px;
	}

}

/* banner haeader video */

  .sl-slide-inner video { 
      position: relative;
      top: 0%;
      left:0%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: 0;
      /*transform: translateX(0%) translateY(-26%);*/
    background-size: cover;
    transition: 1s opacity;
  }

  .polina-bg-cover {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.5) !important;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
  }
  
  .stopfade { 
     opacity: 1.5;
  }
  
  #polina { 
    position: absolute;
    top: 47%;
    color: white;
    font-size: 1.2rem;
    background: none;
   left: 0;
   right: 0;
    z-index: 99;
    margin: 0;
	padding: 0;
	z-index: 999;
  }
  
  #polina button { 
    outline: none;
    background: none;
    display: inline-block;
    border: none;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    transition: .3s background;
	margin: 0 auto;
	opacity: 1;
  }
  #polina button:hover, #polina button:focus   { 
    background: none;
	outline: none;
	opacity: 0.3;
  }
  
  @media screen and (max-width: 500px) { 
    .sl-slide-inner-div{width:70%;} 
  }
  @media screen and (max-device-width: 800px) {
    
    #bgvid { display: block; }
  }