﻿


body {
	margin:0;
	
}

body button {
		cursor:pointer;
		
	}



.popup {
	position: fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display:none;
	text-align:center;
	z-index:999;
}

.popup h3 {


	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 27px;
	font-weight: 300;
	letter-spacing: 0px;	
	color:white;
	


}

.popup img {
	position:absolute;
	right:-21px;
	top:-21px;
	width:25px;
	z-index:999;
}


.popup a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
  cursor:pointer;
  z-index:999;
}



.popup_bg {
		background:rgba(0,0,0,0.8);
		position:absolute;
		height:100%;
		width:100%;
		z-index:999;
	}
	
	
.form {
		position: relative;
		margin:100px auto;
		z-index:999;
		width:380px;
		height:420px;
		padding:40px 20px;
		background-color: rgba(0, 1, 10, 0.93);
		border:1px solid #666666;
		border-radius:4px;
		box-shadow:0 0 2px rgba(0,0,0,0.7);
		z-index:999;
	}

.form .input {
	
	margin-top:35px;
	width:277px;
	height:38px;
	border-radius:4px;
	
	-moz-border-radius: 4px; /*закругляем углы для Mozilla*/  
    -webkit-border-radius: 4px; /*закругляем углы для Chrome, Safari*/ 
	-khtml-border-radius: 4px; /*закругление углов (Safari)	*/
	letter-spacing:1px;
	border:none;
	
	-webkit-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.1) inset;
    box-shadow:2px 2px 3px rgba(0, 0, 0, 0.1) inset;
	
	
	padding-left: 25px; /*отступ слева от ввода, чтобы текст не был на картинке(выбирать по размеру картинки)*/  
    font-size: 18px; /*размер шрифта*/
	box-sizing:border-box;
	color: #6f533d;
	
	
	
}





/*Цвет шрифта в окне инпут*/

 ::-webkit-input-placeholder {
              color: #5e6452;
            }
    ::-moz-placeholder { /* Firefox 19+ */
               color: #5e6452;
            }
    :-ms-input-placeholder {
               color: #5e6452;

	}
	



	
input:focus {
	
	background-color:#fffcf9;
	outline-style: auto;
	/*outline-width: 3px;*/
	outline-color: rgb(135, 159, 82);
	outline-offset: 0px;
 

}
		


.popup .popup-text {
	
	margin-top:23px;
	color:white;
	font-size:17px;
	font-weight:300;
	letter-spacing:1px;
	
}

.check-1 {
	
	margin: 0 auto;
	margin-top: 15px;
	width: 300px;
text-align: center;
	

}
.check-2 {
	
	
	margin: 0 auto;
	margin-top: 8px;
	width: 300px;
text-align: center;
	
	
	

}
.check-text {

	color:#e4e4e4;
	font-size: 10px;
	line-height: 13px;


	

	
}




@media screen and (max-width:530px) {	
	.form {
			width: 310px;
			height: 380px;
		}


	.popup img {	
		position: absolute;
		right: 5px;
		top: 15px;
		width: 25px;	
	}


	.popup h3 {
		font-size: 21px;
		line-height: 24px;
	}


	.form .input {	
		width: 260px;	
	}

	.popup-button {
		width: 260px;
	}


	#popup-button .button {
		width: 260px;
	}


	#popup-button .popup-text {
		display: none;
	}


	.check-1 {
		width: 270px;
	}


	.check-2 {		
		width: 270px;
	}
}

@media screen and (max-width:991px) {
	.popup img {	
		position: absolute;
		right: 5px;
		top: 15px;
		width: 25px;	
	}
}
/*
 | ------------------------------------------
 | Glide styles
 | ------------------------------------------
 | Here are slider styles
 | 
*/
	.foto-1 {

	background: url(../img/header-slider/slide1.jpg);
	box-shadow:inset 0 5px 82px rgba(47, 37, 32, 0.75);
	}

	.foto-2 {

	background: url(../img/header-slider/slide2.jpg);
	box-shadow:inset 0 5px 82px rgba(47, 37, 32, 0.75);
	}

	.foto-3 {

	background: url(../img/header-slider/slide3.jpg);
	box-shadow:inset 0 5px 82px rgba(47, 37, 32, 0.75);
	}

.slider {
	
	position: relative;
	width: 100%;
	height: 680px;
	overflow: hidden;
}
	
	.slides {

		height: 100%;
		
		/* Simple clear fix */
		overflow: hidden;
		
		/**	
		 * Prevent blinking issue
		 * Not tested. Experimental.
		 */
		-webkit-backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;

		/**
		 * Here is CSS transitions 
		 * responsible for slider animation in modern broswers
		 */
		-webkit-transition: all 1000ms cubic-bezier(0.11165, 0.11840, 0.440, 1.000); 
		   -moz-transition: all 1000ms cubic-bezier(0.11165, 0.11840, 0.440, 1.000); 
		    -ms-transition: all 1000ms cubic-bezier(0.11165, 0.11840, 0.440, 1.000); 
		     -o-transition: all 1000ms cubic-bezier(0.11165, 0.11840, 0.440, 1.000); 
		        transition: all 1000ms cubic-bezier(0.11165, 0.11840, 0.440, 1.000);
	}
	
		.slide {
			height: 100%;
			float: left;
			clear: none;
		}


	.slider-arrows {


	}

		.slider-arrow {
			

			position: absolute;
			display: block;
			margin-bottom: -20px;
			padding: 20px;
			
		}

			.slider-arrow--right {  
			
				height: 10px;
				bottom: 50%; 
				right: 30px; 
				background: url(../img/header-slider/forward.png) no-repeat;
				opacity: 0.1;
				transition: 0.8s;
				z-index: 99;
			}
			.slider-arrow--left { 
				
				height: 10px;
				bottom: 50%; 
				left: 30px; 
				background: url(../img/header-slider/back.png) no-repeat;
				opacity: 0.1;
				transition: 0.8s;
				z-index: 99;
			}


			.slider-arrow--right:hover {  
				
			
				opacity: 0.8;
				transition: 0.8s;
			}
			.slider-arrow--left:hover { 
				
				
				opacity: 0.8;
				transition: 0.8s;
			}




	.slider-nav {
		position: absolute;
		bottom: 30px;
		opacity: 0.8;
		

	}

		.slider-nav__item {
			width: 12px;
			height: 12px;
			float: left;
			clear: none;
			display: block;
			margin: 0 5px;
			background: #fff;
			-moz-border-radius: 100px; /* Firefox */
			  -webkit-border-radius: 100px; /* Safari, Chrome */
			  -khtml-border-radius: 100px; /* KHTML */
			  border-radius: 100px; /* CSS3 */
			  /* Для плохих IE */
			  behavior: url(border-radius.htc);  
		}

				.slider-nav__item:hover { background: #ffe4b4; }
				.slider-nav__item--current { background: #ffc052; }

