/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
.bxslider2 {
	margin: 70px 0px 0px 0px;
	padding: 0px;
}
.bxslider3 {
	margin-top: -140px;
	padding: 0px;
}
.full_slider {
	margin-top: 40px;
}
ul.bxslider,ul.bxslider2,ul.bxslider3 {
  list-style: none; 
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  overflow: visible!important;
}
.bxslider3 h2 {
	color: #FFF!important;
	line-height: 87px;
	margin-bottom: 30px;
	margin-top: 40px;
}
.bxslider3 a.button {
	margin-top: 20px;
}
.bxslider3 li {
	padding-bottom: 50px;
}
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #FFB3B3;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #FFF;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 0px;
  background: url('images/controls.png') no-repeat 0 0;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 0px;
  background: url('images/controls.png') no-repeat -60px 0px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  z-index: 9999;
  background-color: #42C083;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/** THEME
===================================*/

.full .bx-wrapper {
	max-width: 100% !important;
	max-width: none;
}
#intro .bx-wrapper {
	position: absolute;
	z-index: 10;
	
}

#intro .bx-wrapper, #intro .bxslider {
    visibility: hidden;
    position: absolute; /* Removes it from the document flow */
    top: 0;
    left: 0;
}
.full .bxslider,.full .bxslider3 {
	margin-left: -15px;
}
.full .bxslider > li {
	width: 284px!important;
	margin-left: 40px!important;
}
.full .bxslider2 > li {
	width: 310px!important;
}
.full .bxslider3 > li {
	width: 1440px!important;
}


.prev_slide, 
.next_slide,
#intro .bx-wrapper {
	top: 580px;
}
.prev_slide2, 
.next_slide2 {
	top: 420px;
}
.prev_slide3, 
.next_slide3 {
	top: 45%;
}
.prev_slide, .next_slide,
.prev_slide2, .next_slide2,
.prev_slide3, .next_slide3 {
	width: 60px;
	height: 60px;
	display: inline-block;
	z-index: 99; 
	text-align: left;
	left: 0px;
	position: absolute;
	/*background: linear-gradient(90deg, rgba(0,18,38,1) 10%, rgba(0,18,38,0) 100%);*/
	margin-top: 25px;
}
.prev_slide3 {
	left: -70px;
}
.next_slide,
.next_slide2,
.next_slide3 {
	/*background: linear-gradient(90deg, rgba(0,18,38,0) 0%, rgba(0,18,38,1) 90%);*/
	right: 0px;
	left: auto;
	text-align: right;
	position: absolute;
}
.next_slide3 {
	right: -70px;
}
.prev_slide a strong, .next_slide a strong,
.prev_slide2 a strong, .next_slide2 a strong,
.prev_slide3 a strong, .next_slide3 a strong {
	width: 40px;
	height: 40px;
	color: #FFF;
	border-radius: 50%;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	font-size: 30px;
	box-sizing: border-box;
	padding-top: 6px;
	background-color: #FFF;
	color: #FF6666;
	border: 1px solid #072B25;
	filter: drop-shadow(0 0 0.35rem rgba(7,43,37,0.5));
}
.prev_slide a:hover strong, .next_slide a:hover strong,
.prev_slide2 a:hover strong, .next_slide2 a:hover strong,
.prev_slide3 a:hover strong, .next_slide3 a:hover strong {
	filter: drop-shadow(0 0 0.15rem rgba(7,43,37,0.3));
}
.prev_slide a strong,
.prev_slide2 a strong,
.prev_slide3 a strong {
	margin: 0 0px 0px 20px;
}
.next_slide a strong,
.next_slide2 a strong,
.next_slide3 a strong {
	margin: 0 20px 0px 0px;
}

@media only screen and (max-width: 747px) {
.bx-wrapper .bx-controls-direction a {
	width: 30px;
  height: 30px;
  }
  .bx-wrapper .bx-prev {
		background: url('images/controls.png') no-repeat -15px -15px;
	}
	.bx-wrapper .bx-next {
		background: url('images/controls.png') no-repeat -75px -15px;
	}
	.programy > li > div > p {
		font-size: 14px;
		line-height: 17px;
	}
	.full .bxslider > li,
	.full .bxslider2 > li,
	.full .bxslider3 > li {
		margin-right: 5px!important;
	}
	.full .bx-wrapper {
		padding: 0px !important;
	}
	.full h2 {
		font-size: 30px;
		line-height: 30px;
	}
}




	@media only screen and (max-width: 1480px) {
		.full .bxslider2 > li {
			width: 260px!important;
		}
		.full .bxslider3 > li {
			width: 1200px!important;
		}
		.bxslider3 h2 {
 		   line-height: 50px;
		}
	}
	@media only screen and (max-width: 1240px) {	
		.full .bxslider2 > li {
			width: 210px!important;
		}
		.full .bxslider3 > li {
			width: 960px!important;
		}
		.bxslider3 {
			margin-top: -40px;
			padding: 0px;
		}
		.prev_slide, .next_slide, #intro .bx-wrapper {
			top: 440px;
		}
	}
	@media only screen and (min-width: 748px) and (max-width: 1240px) {
	
	
	}
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		.full .bxslider2 > li {
	width: 166px!important;
}
.full .bxslider3 > li {
	width: 744px!important;
}
		.bxslider3 .seven, .bxslider3 .five {
			width: 100%!important;
		}	
		img.get-app-button {
			float: none;
			display: inline;
		}
		.bxslider3 .seven {
			text-align: center;
			margin-top: 100px;
		}
		.bxslider3 .seven img.scale {
			max-width: 70%;
			margin-left: 15%;
			margin-right: 15%;
		}
		.bxslider3 h2 {
    		margin-top: 0px;
		}
		.bxslider3 a.button.right {
			float: left!important;
		}
		.prev_slide3 {
			left: 0px;
		}
		.next_slide3 {
			right: 0px;
		}
		
		.prev_slide, .next_slide, #intro .bx-wrapper {
    		top: 540px;
		}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 748px) and (max-width: 959px) {
		
	}
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 747px) {
		
.full .bxslider3 > li {
	width: 420px!important;
}
#intro .bx-wrapper {
			position: static;
			float: left;
			margin-top: 40px;
			margin-bottom: 100px;
		}
		.prev_slide, .next_slide {
    		top: auto;
			bottom: 0px;
		}
		.full .bxslider > li {
			margin: 0px !important;
			margin-left: 10px !important;
		}
		.full .bxslider2 > li {
			margin-left: 30px !important;
			margin-right: 30px !important;
			width: 400px !important;
		}
		.prev_slide2, .next_slide2 {
    		top: 560px;
		}
		.bxslider3 .seven img.scale {
    	max-width: 90%;
   	 margin-left: 5%;
   	 margin-right: 5%;
		}	
		img.img-behind {
   		 max-width: 100px!important;
   		 max-height: 161px!important;
		 top: -100px;
		}
		.prev_slide, .next_slide {
			width: 45px;
			
		}
		.prev_slide a strong {
			margin-left: 5px;
		}
		.next_slide a strong {
			margin-right: 5px;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 460px) and (max-width: 747px) {
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 459px) {
		.full .bxslider2 > li {
	width: 300px!important;
}
.full .bxslider3 > li {
	width: calc(100% - 20px) !important;
	margin: 0px 10px !important;
}

.prev_slide2, .next_slide2 {
	display: none;
		}
		.full .bxslider2 > li {
			margin-left: 10px!important;
			margin-right: 10px!important;
		}
		.full .bxslider > li {
        margin: 0px !important;
        margin-left: 25px !important;
		}
		
		.prev_slide, .next_slide {
        top: auto!important;
			bottom: -40px;
		}

	}