
/*MAIN----------------------------------------------------------------------------------------------*/

body{
	background-color: rgb(0,0,0);
}

.wrapper{
	width: 100%;
	position: relative;
	min-height: 100%;
	height: 100%;
	line-height: 21px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
	
	background-color: rgba(29,29,29,1.00);
	
	background: -moz-radial-gradient(center, ellipse cover,  #3d3d3d 0%, #0f0f0f 100%); /* FF3.6-15 */
	
	background: -webkit-radial-gradient(center, ellipse cover,  #3d3d3d 0%,#0f0f0f 100%); /* Chrome10-25,Safari5.1-6 */
	
	background: radial-gradient(ellipse at center,  #3d3d3d 0%,#0f0f0f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#0f0f0f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

/*HEADER----------------------------------------------------------------------------------------------*/


.header{
	position: relative;
	width: 100%;
	height: auto;
	background-color: rgba(70,70,70,1.00);
	
	color: white;
}

.head_wrap{
	position: relative;
	height: auto;
	margin: 0 auto;
	text-align: right;
	padding: 0 10px;
	box-sizing: border-box;
	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: flex-start;
}

.title{
	position: relative;
	font-family: Helv_Ul, Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 33px;
	height: 60px;
	line-height: 66px;
	letter-spacing: 2pt;
	min-width: 245px;
}

.head_spacer{
}

/*BTNS------------*/

.btn_wraper{
	flex-grow: 2;
	
	display: flex;
	flex-direction: row;
	flex-wrap: no-wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: flex-start;
}

.head.btn{
	background-color: rgba(117,117,117,1.00);
	min-width: 70px;
	font-family: Helv_T, Helvetica, Arial, sans-serif;
}

.head.btn:last-child{
	margin-right: 0;
}

.btn{
  flex-grow: 1;
  position:relative;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  min-width: 80px;
  letter-spacing: .5pt;
  
  padding: 0 15px;
  margin: 13px 10px 10px 0;
  
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
  cursor: pointer;
  border-radius: 4px;
  Color: #fff;
  text-align:center;
  font-size: 17px;
  transition: color 600ms ease;
  user-select: none;
  overflow: hidden;
  
  
}

.btn:focus {outline:0;}

.btn:active{
}

.btn.gld{
  color: black;
  
  background: rgba(224,175,21,1.00); /* Old browsers */
  
  background: -moz-radial-gradient(center, ellipse cover,  #fefcea 0%, #c16b15 100%); /* FF3.6-15 */
  
  background: -webkit-radial-gradient(center, ellipse cover,  #fefcea 0%,#c16b15 100%); /* Chrome10-25,Safari5.1-6 */
  
  background: radial-gradient(ellipse at center,  #fefcea 0%,#c16b15 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#c16b15',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  
  transition: color 600ms ease;


}

.animated:before{
  content: '';
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background: rgba(255,255,255,0.5);
  border-radius: 40px;
  animation: button_zoom linear .3s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
}


@keyframes button_zoom{
  0% {
    opacity:1;
    transform:  scaleX(0.00) scaleY(0.00);
  }
  100% {
    opacity:0;
    transform:  scaleX(5.00) scaleY(5.00);
  }
}


/*MIDDLE-----------------------------------------------------------------------------------------------*/

.content{
	width: 100%;
	height: auto;
	text-align: left;
	white-space: nowrap;
	font-size: 0;
	flex-grow: 1;
}

.slide{
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	/*anim*/
	transition: margin-left 700ms cubic-bezier(.87,.05,.43,.91);
}

.one.slide{}
.two.slide{}
.three.slide{}

.slide_title{
	margin-top: 20px;
	width: 100%;
	height: auto;
	font-size: calc(17px + 2vw);
	line-height: calc(17px + 3vw);
	font-family: Helv_Ul, Helvetica, Arial, sans-serif;
	text-align: center;
	color: white;
}

.slide_wrap{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	font-size: 16px;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	max-width: 1024px;
	margin: 0 auto;
}

.img{
	position: relative;
	flex-grow: 1;
	overflow: hidden;
	margin-bottom: 10px;
	
	background-color: rgba(187,238,225,1.00);
}

.img.one{
	background: url(../img/daniil-11.jpg) no-repeat;
	background-position: center 30%;
	background-size: cover;
}

.img.two{
	background: url(../img/daniil-01.jpg) no-repeat;
	background-position:center top;
	background-size: cover;
}

.slide_spacer{
	flex-grow: 1;
}

.img_title{
	width: 100%;
	box-sizing: border-box;
	height: 50px;
	font-size: calc(16px + .6vw);
	line-height: 50px;
	font-family: Helv_R, Helvetica, Arial, sans-serif;
	text-align: center;
	color: white;
	
	background-color: rgba(35,35,35,0.80);
	
}


.img a{
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 50px;

	line-height: 50px;
	font-family: Helv_R, Helvetica, Arial, sans-serif;
	text-align: center;
	color: black;
	background-color: rgba(255,255,255,0.83);
	
	/*anim*/
	transition: all 300ms cubic-bezier(.87,.05,.43,.91);
	
}

.img a:hover{
	background-color: rgba(35,35,35,0.80);
	color: white;
	
	/*anim*/
	transition: all 300ms cubic-bezier(.87,.05,.43,.91);
}


.img_slide_wrap{
	box-sizing: border-box;
	padding-top: 5px;
}

.img_slide_wrap .img_s{
	width: 100%;
	height: auto;
}

.img_slide_wrap .img_s img{
	width: 100%;
	opacity: 0;
	/*anim*/
	transition: all 500ms cubic-bezier(.87,.05,.43,.91);
}

.img_slide_wrap .img_s img.load{
	opacity: 1;
	/*anim*/
	transition: all 500ms cubic-bezier(.87,.05,.43,.91);
}




/*FOOTER-----------------------------------------------------------------------------------------------*/

.footer{
	width: 100%;
	background-color: rgba(62, 62, 62, 0.82);
	color: rgba(255,255,255,1.00);
	/*anim*/
	transition: all 400ms cubic-bezier(.87,.05,.43,.91);
}

.footer.cls{
	bottom: -100px;
	color: rgba(255,255,255,0);
	/*anim*/
	transition: all 400ms cubic-bezier(.87,.05,.43,.91);
}

.footer_title{
	margin-top: 5px;
	width: 100%;
	position: relative;
	font-family: Helv_Ul, Helvetica, Arial, sans-serif;
	text-align: center;
	letter-spacing: 2pt;
	min-width: 245px;
}

.soc_wrap{
	height: 60px;
	margin: 0 auto;
	
	display: flex;
	flex-direction: row;
	flex-wrap: no-wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: center;
	
}

.ft_spacer{
	flex-grow: 1;
}

.ico{
	width: 50px;
	height: 50px;
	margin-right: 10px;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	
	/*anim*/
	transition: transform 300ms cubic-bezier(.87,.05,.43,.91);
}

.ico:hover{
	transform: scale(1.3,1.3);
	/*anim*/
	transition: transform 100ms cubic-bezier(.87,.05,.43,.91);
}

.ico:last-of-type{
	margin-right: 0;
}

.ico a{
	width: 50px;
	height: 50px;
	display: block;
}

.ico.fb{background-image: url(../img/fb.svg);}
.ico.vk{background-image: url(../img/vk.svg);}
.ico.twt{background-image: url(../img/twt.svg);}
.ico.inst{background-image: url(../img/inst.svg);}
.ico.ok{background-image: url(../img/ok.svg); background-size: 70% !important;}
