/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}



/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/

.flexslider {
  	width: 100%!important;
		box-shadow: none;
    overflow: hidden;
    background-color: rgba(39,39,39,1.0);
    border:0px!important;
    padding:0rem 2% 2% 2%!important;
    margin:0!important;
    }
.flexslider {zoom: 1; position: relative; z-index: 2; background: none; border: none; height: calc(100vw / 0.70)!important; max-height: 100vh; background-size: cover; background-position: center center; background-color: var(--bila); border:0px solid #000!important;}

.flexslider .slides img {
  width:auto!important;
  height:100vh;
  -moz-user-select: none;
  margin-top: 0rem!important;
  /*filter: grayscale(100%) contrast(120%);*/
  
  }

@media (orientation: landscape) {

.flexslider { zoom: 1; position: relative; z-index: 2; background: none; border: none; height: calc(100vw / 0.70)!important; max-height: 100vh; background-size: cover; background-position: center center; background-color: var(--bila); border: 0px solid #000!important;}

.flexslider .slides img {
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  /*min-height: 90vh;*/
  -moz-user-select: none;
  margin-top: 0rem!important; 
  /*filter: grayscale(100%) contrast(120%);*/
  }
}


.flexslider .slides {
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 0px;
  position: relative;
}
.flexslider .flex-direction-nav {
  *height: 0px!important;
 position: relative;
 display: none; 
}
.flexslider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  padding:15px 20px 20px 15px;
  margin: 0px;
  position: absolute;
  margin-top: -30%!important;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
 
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0,0,0,0.3);
  color: #FFF;
}
.flexslider .flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 40px;
  font-weight:300;
  display: inline-block;
  content: '\f104';
  
  color: rgba(255, 255, 255, 1.0);
  
}
.flexslider .flex-direction-nav a.flex-next:before {
  content: '\f105';
  padding:0px 0px 0px 0px;
  color: #FFF;
}
.flexslider .flex-direction-nav .flex-prev {
  opacity: 0.0;
  left: 20px!important;
}
.flexslider .flex-direction-nav .flex-next {
  opacity: 0.0;
  text-align: right;
  right: 20px!important;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 50px!important;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
  background-color: rgba(0,0,0,0.7);
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 50px!important;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
  background-color: rgba(0,0,0,0.7);
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  display: none;
  width: 96%;
  position: absolute;
  bottom: 0%;
  text-align: center!important;
  z-index: 100000000000;
  margin:auto!important;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
 }

 /*.flex-control-paging {display: block;}*/
.flex-control-paging li a {
  width: 18px;
  height: 3px;
  display: block;
  background: #fff;
  background: var(--cervena);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  
}
.flex-control-paging li a:hover {
  background: #fff;
  background: var(--text);
}
.flex-control-paging li a.flex-active {
  background: #fff;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
 

.button_y1 { background-color: rgb(0,153,255)!important; border-radius: 0.5rem; padding:1rem 2rem }
.button_y1:hover { background-color: rgb(0,102,255)!important; border-radius: 0.5rem; padding:1rem 2rem}


.flexslider2 {
	  width: 100%!important;
    margin: 0;
		box-shadow: none;
    overflow: hidden;
    background-color: var(--menu);
    border:0px!important;
    padding:3.5rem 0 0 0!important;
    margin:0!important;
    }

.flexslider2 {zoom: 1; position: relative; z-index: 2; background: none; border: none; background-color: var(--menu); border: 0px solid #fff!important; height: calc(100vw/2.8)!important; max-height: calc(100vw/2)!important;}
 


.flexslider2 .slides {
  zoom: 1;
  text-align: center!important;
  width: 100%!important;
  overflow: hidden;
  height: calc(100vw / 2.5);
  border: 0.0rem solid #000!important;
}

.flexslider2 .slides li {
  margin-right: 0px;
  max-width: 100%!important;
  overflow: hidden;
  display: block;
  height: calc(100vw / 2.5);
  background-size: calc(100vw) auto!important; background-position: center center!important; background-repeat: no-repeat;
  border: 0.0rem solid blue;
  filter: grayscale(0%);
    -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  }


@media screen and (max-width: 2280px) {.flexslider2 {position: relative; z-index: 2; background: none; border: none; background-size: cover; background-position: top center; height: calc(100vw/2.5)!important; max-height: calc(100vw/2)!important; padding:5.5rem 0 0 0!important; }} 

@media screen and (max-width: 1920px) {.flexslider2 {position: relative; z-index: 2; background: none; border: none; background-size: cover; background-position: top center; height: calc(100vw/2.5)!important; max-height: calc(100vw/2)!important; padding:5.5rem 0 0 0!important;}} 

@media screen and (max-width: 1600px) {.flexslider2 {position: relative; z-index: 2; background: none; border: none; background-size: cover; background-position: top center; height: calc(100vw/2.5)!important; max-height: calc(100vw/1.95)!important; padding:5.5rem 0 0 0!important;}} 

@media screen and (max-width: 1440px) {.flexslider2 {position: relative; z-index: 2; background: none; border: none; background-size: cover; background-position: top center; height: calc(100vw/2.5)!important; max-height: calc(100vw/1.9)!important; padding:5.5rem 0 0 0!important;}} 

@media screen and (max-width: 1366px) {.flexslider2 {position: relative; z-index: 2; background: none; border: none; background-size: cover; background-position: top center; height: calc(100vw/2.5)!important; max-height: calc(100vw/1.85)!important; padding:5.5rem 0 0 0!important;}} 

@media screen and (max-width: 1200px) {.flexslider2 {position: relative; z-index: 2; background: none; border: none; background-size: cover; background-position: top center; height: calc(100vw/2.5)!important; max-height: calc(100vw/1.8)!important; padding:5.5rem 0 0 0!important;}} 

/*media screen and (max-width: 800px) {.flexslider2 {position: relative; z-index: 2; background: none; border: none; background-size: cover; background-position: top center; }}*/ 

@media screen and (max-width: 992px) {.flexslider2 {position: relative; z-index: 2; background: none; border: none; height: calc(100vw/2)!important; max-height: calc(100vw /2)!important; background-size: cover; background-position: top center; padding:5.5rem 0 0 0!important; }
                                      
                                      .flexslider2 .container1  {height: calc(100vw / 2)!important;}
                                      .flexslider2 .slides  {height: calc(100vw / 2)!important;}
                                      .flexslider2 .slides li {height: calc(100vw / 2)!important; background-size: auto calc(100vw/1)!important; background-position: bottom center!important } }
                                      

@media screen and (max-width: 768px) {.flexslider2 {position: relative; z-index: 2; background: none; border: none; height: calc(100vw/1)!important; max-height: calc(100vw /1)!important; background-size: cover; background-position: top center; padding:5.5rem 0 0 0!important;}
                                      
                                      .flexslider2 .container1  {height: calc(100vw / 1)!important;}
                                      .flexslider2 .slides  {height: calc(100vw / 1)!important;}
                                      .flexslider2 .slides li {height: calc(100vw / 1)!important; background-size: auto calc(100vw/1)!important; } }                                       

                                      

.flexslider2 .slides li:hover {
  filter: grayscale(0%);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  }
