* {
    vertical-align: baseline;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: none;
    padding: 0;
    margin: 0;
}

body {
    font-size: 1vw;
    background: url(img/bg.jpg);
    background-size:cover;
    color:white;
    
}

@font-face { 
    font-family: "Logo";
    src: url(fonts/logo.otf) format("truetype"); /
}

header {width:100%;text-align: center;}
header>p {font-size:5vw;margin-top: 3%;font-family: "Logo";}

main {
    width:60%;margin-left: 18%;
    background: url(img/bgcontent.gif);
    background-repeat: repeat;
    height:53%;
    position: absolute;
    margin-top: 1%;
    padding: 2%;
    
}
.shdw1 {
    width: 66%;
    margin-left: 16%;
    background: url(img/shdw1.png);
    background-repeat: no-repeat;
    background-size: 120%;
    height: 10%;
    position: absolute;
    margin-top: 30.8%;
}

nav {
    width: 58%;
    margin-left: 18%;
    border-radius: 1px;
    background-size: 10%;
    height: auto;
    padding: 3%;
    position: absolute;
    margin-top: 31.55%;
    background: url(img/bgcontent.gif);
    background-repeat: repeat;
    font-size:0vw;
}

.shdw2 {
    width: 68%;
    margin-left: 16%;
    background: url(img/shdw2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 6%;
    position: absolute;
    margin-top: 37.35%;
}

/* MENU TABS */
.menu {
	min-width: 320px;
	max-width: 96%;
	padding: 0px;
	margin-left:0;
    width:96%;
}
/* Стили секций с содержанием */
.menu>section {
    display: none;
    padding: 0%;
    /* background: #444; */
    margin-top: -64%;
    color: white;
    box-shadow: none;
    min-height: 20%;
    width: 111.5%;
    float: left;
    margin-left: -4%;
}
.menu>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color:white;
    width:100%;
    text-align: left;
	/* прикрутим анимацию */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.menu>section>p>span {width:90%;margin-left: 5%;margin-top: 3%;float:left;}
/* Animatiom opacity*/
 
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Checkbox off */
.menu>input {
	display: none;
	position: absolute;
}
/* Styles of tabs */
.menu > label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 3.7%;
    font-weight: 600;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 1.1vw;
    margin-top: 50%;
    margin-left: 0%;
    z-index: 100;
     background: url(img/bgcontent.gif);
    background-size:100%;
    width: 17%;
    position: relative;
}
/* Change style active changer */
 
.menu>label:hover {
	color: white;
	cursor: pointer;
}
/* Styles for active pos */
.menu>input:checked+label {
	color:white;
	 background: url(img/bglinka.gif);
     background-size:50%;
    
}
/* Activation by :checked */
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4,#tab5:checked~#content-tab5,#tab6:checked~#content-tab6 {
	display: block;
}
/* Off text
*/
#content-tab3 img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 0px;
    opacity: 1;
    margin-left: -.5%;
    transition: .3s all ease;
}



@media screen and (max-width: 680px) {
	.menu>label {
		font-size: 0;
        color:white!important;
	}

}
/* Изменяем внутренние отступы 
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
	.menu>label {
		padding: 15px;
	}
}







/* SLIDER CONTENT */
#content-slider {
	width:100%;
	height:100%;
	margin:10px auto 0;
}
/* SLIDER */
#slider {
    background: #000;
    height: 91%;
    width: 100%;
    margin: 0;
    overflow: visible;
    position: absolute;
}
#mask {
    overflow: hidden;
    height: 109.5%;
    width: 100.5%;
    margin-top: 0%;
}
#slider ul {
	margin:0;
	padding:0;
	position:relative;
}
#slider li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    list-style: none;
}

#slider li.firstanimation {
	-moz-animation:cycle 30s linear infinite;	
	-webkit-animation:cycle 30s linear infinite;
    animation:cycle 30s linear infinite;	
}
#slider li.secondanimation {
	-moz-animation:cycletwo 30s linear infinite;
	-webkit-animation:cycletwo 30s linear infinite;	
    animation:cycletwo 30s linear infinite;		
}
#slider li.thirdanimation {
	-moz-animation:cyclethree 30s linear infinite;
	-webkit-animation:cyclethree 30s linear infinite;	
    animation:cyclethree 30s linear infinite;	
}
#slider li.fourthanimation {
	-moz-animation:cyclefour 30s linear infinite;
	-webkit-animation:cyclefour 30s linear infinite;	
    animation:cyclefour 30s linear infinite;	
}
#slider li.fifthanimation {
	-moz-animation:cyclefive 30s linear infinite;
	-webkit-animation:cyclefive 30s linear infinite;
   animation:cyclefive 30s linear infinite;	
}

#slider .tooltip {
	background:rgba(0,0,0,0.7);
	width:20%;
	height:60px;
	position:absolute;
	top:0%;
	left:-20%;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;  
}
#slider .tooltip h1 {
	color:#fff;
	font-size:24px;
	font-weight:300;
	line-height:60px;
	padding:0 0 0 20px;
}
#slider li#first:hover .tooltip, 
#slider li#second:hover .tooltip, 
#slider li#third:hover .tooltip, 
#slider li#fourth:hover .tooltip, 
#slider li#fifth:hover .tooltip {
	left:0%;
    top:0%;
}
#slider:hover li, 
#slider:hover .progress-bar {
	-moz-animation-play-state:paused;
	-webkit-animation-play-state:paused;
}

/* PROGRESS BAR */
.progress-bar { 
	position:relative;
	top:-5px;
	width:680px; 
	height:5px;
	background:#000;
	-moz-animation:fullexpand 30s ease-out infinite;
	-webkit-animation:fullexpand 30s ease-out infinite;
    animation:fullexpand 30s ease-out infinite;
}
/* ANIMATION */
@-moz-keyframes cycle {
	0%  { top:0px; }
	4%  { top:0px; } 
	16% { top:0px; opacity:1; z-index:0; } 
	20% { top:325px; opacity:0; z-index:0; } 
	21% { top:-325px; opacity:0; z-index:-1; }
	92% { top:-325px; opacity:0; z-index:0; }
	96% { top:-325px; opacity:0; }
	100%{ top:0px; opacity:1; }
	
}
@-moz-keyframes cycletwo {
	0%  { top:-325px; opacity:0; }
	16% { top:-325px; opacity:0; }
	20% { top:0px; opacity:1; }
	24% { top:0px; opacity:1; } 
	36% { top:0px; opacity:1; z-index:0; } 
	40% { top:325px; opacity:0; z-index:0; }
	41% { top:-325px; opacity:0; z-index:-1; } 
	100%{ top:-325px; opacity:0; z-index:-1; }
}
@-moz-keyframes cyclethree {
	0%  { top:-325px; opacity:0; }
	36% { top:-325px; opacity:0; }
	40% { top:0px; opacity:1; }
	44% { top:0px; opacity:1; } 
	56% { top:0px; opacity:1; } 
	60% { top:325px; opacity:0; z-index:0; }
	61% { top:-325px; opacity:0; z-index:-1; } 
	100%{ top:-325px; opacity:0; z-index:-1; }
}
@-moz-keyframes cyclefour {
	0%  { top:-325px; opacity:0; }
	56% { top:-325px; opacity:0; }
	60% { top:0px; opacity:1; }
	64% { top:0px; opacity:1; }
	76% { top:0px; opacity:1; z-index:0; }
	80% { top:325px; opacity:0; z-index:0; }
	81% { top:-325px; opacity:0; z-index:-1; }
	100%{ top:-325px; opacity:0; z-index:-1; }
}
@-moz-keyframes cyclefive {
	0%  { top:-325px; opacity:0; }
	76% { top:-325px; opacity:0; }
	80% { top:0px; opacity:1; }
	84% { top:0px; opacity:1; }
	96% { top:0px; opacity:1; z-index:0; }
	100%{ top:325px; opacity:0; z-index:0; }
}

@-webkit-keyframes cycle {
	0%  { top:0px; }
	4%  { top:0px; }
	16% { top:0px; opacity:1; z-index:0; } 
	20% { top:325px; opacity:0; z-index:0; }
	21% { top:-325px; opacity:0; z-index:-1; }
	50% { top:-325px; opacity:0; z-index:-1; }
	92% { top:-325px; opacity:0; z-index:0; }
	96% { top:-325px; opacity:0; }
	100%{ top:0px; opacity:1; }
	
}
@-webkit-keyframes cycletwo {
	0%  { top:-325px; opacity:0; }
	16% { top:-325px; opacity:0; }
	20% { top:0px; opacity:1; }
	24% { top:0px; opacity:1; } 
	36% { top:0px; opacity:1; z-index:0; } 
	40% { top:325px; opacity:0; z-index:0; }
	41% { top:-325px; opacity:0; z-index:-1; }  
	100%{ top:-325px; opacity:0; z-index:-1; }
}
@-webkit-keyframes cyclethree {
	0%  { top:-325px; opacity:0; }
	36% { top:-325px; opacity:0; }
	40% { top:0px; opacity:1; }
	44% { top:0px; opacity:1; } 
	56% { top:0px; opacity:1; z-index:0; } 
	60% { top:325px; opacity:0; z-index:0; } 
	61% { top:-325px; opacity:0; z-index:-1; }
	100%{ top:-325px; opacity:0; z-index:-1; }
}
@-webkit-keyframes cyclefour {
	0%  { top:-325px; opacity:0; }
	56% { top:-325px; opacity:0; }
	60% { top:0px; opacity:1; }
	64% { top:0px; opacity:1; }
	76% { top:0px; opacity:1; z-index:0; }
	80% { top:325px; opacity:0; z-index:0; }
	81% { top:-325px; opacity:0; z-index:-1; }
	100%{ top:-325px; opacity:0; z-index:-1; }
}
@-webkit-keyframes cyclefive {
	0%  { top:-325px; opacity:0; }
	76% { top:-325px; opacity:0; }
	80% { top:0px; opacity:1; }
	84% { top:0px; opacity:1; }
	96% { top:0px; opacity:1; z-index:0; }
	100%{ top:325px; opacity:0; z-index:0; }
}

/* ANIMATION BAR */
@-moz-keyframes fullexpand {
    0%, 20%, 40%, 60%, 80%, 100% { width:0%; opacity:0; }
    4%, 24%, 44%, 64%, 84% { width:0%; opacity:0.3; }
   16%, 36%, 56%, 76%, 96% { width:100%; opacity:0.7; }
   17%, 37%, 57%, 77%, 97% { width:100%; opacity:0.3; }
   18%, 38%, 58%, 78%, 98% { width:100%; opacity:0; }	
}
@-webkit-keyframes fullexpand {
    0%, 20%, 40%, 60%, 80%, 100% { width:0%; opacity:0; }
    4%, 24%, 44%, 64%, 84% { width:0%; opacity:0.3; }
   16%, 36%, 56%, 76%, 96% { width:100%; opacity:0.7; }
   17%, 37%, 57%, 77%, 97% { width:100%; opacity:0.3; }
   18%, 38%, 58%, 78%, 98% { width:100%; opacity:0; }	
}

.small {
  font-size: 11px;
  color: #999;
  display: block;
  margin-top: -10px
}

.cont {
  text-align: center;
}

.page-head {
  padding: 60px 0;
  text-align: center;
}

.page-head .lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 50px;
  margin-top: 0;
}

.btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.btn-lg {
  border-radius: 2px;
  font-size: 18px;
  line-height: 1.33333;
  padding: 10px 16px;
}

.btn-primary:hover {
  background-color: #fff;
  color: #152836;
}

.btn-primary {
  background-color: #152836;
  border-color: #0e1a24;
  color: #ffffff;
}

.btn-primary {
  border-color: #eeeeee;
  color: #eeeeee;
  transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
}

.page-head h1 {
  font-size: 42px;
  margin: 0 0 20px;
  color: #FFF;
  position: relative;
  display: inline-block;
}

.page-head h1 .version {
  bottom: 0;
  color: #ddd;
  font-size: 11px;
  font-style: italic;
  position: absolute;
  width: 58px;
  right: -58px;
}
.demo-gallery {
    width: 104%;
    margin-left: -3.2%;
    margin-top: -1%;
}
.demo-gallery > ul {
  margin-bottom: 0;
  padding-left: 2%;
}

.demo-gallery > ul > li {
    
    width: 19.5%;
    display: inline-block;
 
    list-style: outside none none;
}

.demo-gallery > ul > li a {
    border-radius: 0px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    height: 172px;
}
.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 0!important;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
    height: auto!important;
    width: 15%!important;
    left: 40%;
    margin-left: -5%;
    margin-top: -10px;
    opacity: 0!important;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 42%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.8);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}






.tabs-widget {
    text-align: center;
    margin-left: 0.5%;
    margin-top: 1%;
}
.tab-trigger{position:absolute;clip:rect(0, 0, 0, 0)}
label{cursor:pointer;float:left;margin-left:0%;padding: 2%;}
label:hover{background:none;}
.scroller {
    height: auto;
    width: 96%;
    border: none;
    margin: 0;
    margin-top: 0%;
    float: left;
    display: none;
    text-align: left;
    padding: 0%;
}
#tab-1-1:checked ~ #tab_1_1, #tab-1-2:checked ~ #tab_1_2,#tab-1-3:checked ~ #tab_1_3,#tab-1-4:checked ~ #tab_1_4,#tab-1-5:checked ~ #tab_1_5,#tab-1-6:checked ~ #tab_1_6,#tab-1-7:checked ~ #tab_1_7 {display:block;padding: 2%;}
#tab-1-1:checked ~ label[for='tab-1-1'], #tab-1-2:checked ~ label[for='tab-1-2'],#tab-1-3:checked ~ label[for='tab-1-3'],#tab-1-4:checked ~ label[for='tab-1-4'],#tab-1-5:checked ~ label[for='tab-1-5'],#tab-1-6:checked ~ label[for='tab-1-6'],#tab-1-7:checked ~ label[for='tab-1-7'] {background:url(img/bglinka.gif);color: white;padding: 2%;}






.imgslider {width:100%;}


@media screen and (max-width:1280px)
    {
        label {
    cursor: pointer;
    float: left;
    font-size: 3.5vw;
    margin-left: 0%;
    width: 103%;
    padding: 2%;
}
      #tab-1-1:checked ~ label[for='tab-1-1'], #tab-1-2:checked ~ label[for='tab-1-2'], #tab-1-3:checked ~ label[for='tab-1-3'], #tab-1-4:checked ~ label[for='tab-1-4'], #tab-1-5:checked ~ label[for='tab-1-5'], #tab-1-6:checked ~ label[for='tab-1-6'], #tab-1-7:checked ~ label[for='tab-1-7'] {
    background: url(img/bglinka.gif);
    color: white;
    padding: 2%;
    font-size: 3.5vw;
    width: 103%;
    background-repeat: repeat;
    background-size: 10%;
}  
        
       .tabs-widget {
    text-align: center;
    margin-left: 0.5%;
    margin-top: 12%;
} 
   .scroller {
    height: auto;
    width: 103%;
    border: none;
    margin: 0;
    background: url(img/bgcontent.gif);
       background-size: 10%;
       background-repeat: repeat;
    margin-top: 0%;
    float: left;
    display: none;
    text-align: left;
    padding: 0%;
}     
 header>p {
    font-size: 12vw;
    margin-top: 3%;
    font-family: "Logo";
}
    .shdw1,.shdw2 {display: none;}
    
 main {
    width: 96%;
    margin-left: 2%;
    padding: 0%;
   
}
    body {
    font-size: 1vw;
    background: url(img/bg.jpg);
    background-size: 174%;
    color: white;
}
.menu>section {
    display: none;
    padding: 0%;
    margin-top: -9%;
    color: white;
    box-shadow: none;
    min-height: 20%;
    width: 96.5%;
    float: left;
    margin-left: 0%;
}
    #mask {
    overflow: hidden;
    height: 127.5%;
    width: 99.5%;
    margin-top: 0%;
}
    #slider {
    background: #000;
    height: 142%;
    width: 100%;
    margin: 0;
    overflow: visible;
    position: absolute;
}
#mask {
    overflow: hidden;
    height: 1165px;
    width: 99.5%;
    margin-top: 8%;
}
    .imgslider {width: 100%;
    object-fit: cover;
    height: 1400px;} 
 
    .menu > label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 3.7%;
    font-weight: 600;
    text-align: center;
    color: white;
    font-size: 3.2vw;
    margin-top: -1%;
    margin-left: 0%;
    z-index: 100;
    background: url(img/bgcontent.gif);
    background-size: 20%;
    width: 96.5%;
    position: relative;
        text-transform: uppercase;
   
}
    .menu > label>p { text-transform: uppercase;}
    .menu>input:checked+label {
    color: white;
    background: url(img/bglinka.gif);
    background-size: 19%;
      text-transform: uppercase;
}
    .menu>section>p>span {
    width: 90%;
    margin-left: 5%;
    margin-top: 14%;
    float: left;
    font-size: 4vw;
}
    .block {
    top: 43%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    position: absolute;
    display: none;
}
    .abs>b>a {
    padding: 2%;
    background: #444;
    color: white;
    float: left;
    font-size: 2.3vw;
    margin-top: -3%;
}
    .abs>a {
    padding: 2%;
    background: #444;
    color: white;
    float: left;
    font-size: 2.3vw;
    margin-top: -3%;
}
    .demo-gallery > ul > li {
    width: 99.5%;
    display: inline-block;
    list-style: outside none none;
        margin-top:2%;
}
    #content-tab3 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 0px;
    opacity: 1;
    margin-left: -.5%;
    transition: .3s all ease;
}
    .demo-gallery > ul > li a {
    border-radius: 0px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    height:300px;
        
}
    .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 40px;
    height: 45px;
    line-height: 66px;
    padding: 10px 0;
    text-align: center;
    width: 114px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
    .lg-sub-html h4 {
    margin: 0;
    font-size: 78px;
    font-weight: bold;
}
    .lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
}