.main_form_sa h1, .main_form_sa h2, .main_form_sa h3 {
	font-family: 'Comfortaa', cursive;
	font-style: normal;
	font-weight: bold;
}
.main_form_sa .usual {
	padding-left: 50px;
	padding-right: 50px;
}

.main_form_sa input, .main_form_sa textarea {
	background-color: #FFFFE1;
	border-radius: 10px;
	border: 2px solid #cccccc;
	font-size: 18px;
	font-family: 'Bad Script', cursive;
	color: #00643d;
}

.main_form_sa input:hover, .main_form_sa textarea:hover {
	background-color: #e0fff3;
	color: black;
}
.main_form_sa input:focus, .main_form_sa textarea:focus {
	border-radius: 10px;
	border: 2px solid #ffffff;
	outline: none;
	color: black;
}

.main_form_sa i {
	font-family: 'Bad Script', cursive;
	font-style: normal;
	font-size: 20px;
	color: #00643d;
	}

/**
* Start by hiding the checkboxes
*/
input[type=checkbox] {
	visibility: hidden;
}

/**
* Checkbox Three
*/
.checkboxThree {
	width: 120px;
	height: 40px;
	background: #333;
	margin: 20px 60px;

	border-radius: 50px;
	position: relative;
}

/**
* Create the text for the On position
*/
.checkboxThree:before {
	content: 'ÄÀ';
	position: absolute;
	top: 12px;
	left: 13px;
	height: 2px;
	color: #26ca28;
	font-size: 16px;
	padding-left: 5px;
}

/**
* Create the label for the off position
*/
.checkboxThree:after {
	content: 'ÍÅÒ';
	position: absolute;
	top: 12px;
	left: 84px;
	height: 2px;
	color: #313131;
	font-size: 16px;
}

/**
* Create the pill to click
*/
.checkboxThree label {
	display: block;
	width: 52px;
	height: 22px;
	border-radius: 50px;

	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: 9px;
	z-index: 1;
	left: 12px;
	background: #ddd;
}

/**
* Create the checkbox event for the label
*/
.checkboxThree input[type=checkbox]:checked + label {
	left: 60px;
	background: #26ca28;
}




/**
* ñëàéäåð
*/

.wrapper {
	height: 350px;
	margin: 100px auto 0;
	position: relative;
	width: 700px;
	
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.slider {
	background-color: #ddd;
	height: inherit;
	overflow: hidden;
	position: relative;
	width: inherit;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}
.wrapper > input {
	display: none;
}
.slides {
	height: inherit;
	position: absolute;
	width: inherit;
}

.slide1 { background-image: url(http://forestsangha.ru/retreat/2016_Tahn_Hubert_slider/slide_1.jpg); }
.slide2 { background-image: url(http://forestsangha.ru/retreat/2016_Tahn_Hubert_slider/slide_2.jpg); }
.slide3 { background-image: url(http://forestsangha.ru/retreat/2016_Tahn_Hubert_slider/slide_3.jpg); }
.slide4 { background-image: url(http://forestsangha.ru/retreat/2016_Tahn_Hubert_slider/slide_4.jpg); }
.slide5 { background-image: url(http://forestsangha.ru/retreat/2016_Tahn_Hubert_slider/slide_5.jpg); }

.wrapper .controls {
	left: 50%;
	margin-left: -98px;
	position: absolute;
}

.wrapper label {
	cursor: pointer;
	display: inline-block;
	height: 8px;
	margin: 25px 12px 0 16px;
	position: relative;
	width: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.wrapper label:after {
	border: 2px solid #057312;
	content: " ";
	display: block;
	height: 12px;
	left: -4px;
	position: absolute;
	top: -4px;
	width: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.wrapper label {
	cursor: pointer;
	display: inline-block;
	height: 8px;
	margin: 25px 12px 0 16px;
	position: relative;
	width: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: background ease-in-out .5s;
	-moz-transition: background ease-in-out .5s;
	-o-transition: background ease-in-out .5s;
	transition: background ease-in-out .5s;
}

.wrapper label:hover, 
#slide1:checked ~ .controls label:nth-of-type(1),
#slide2:checked ~ .controls label:nth-of-type(2),
#slide3:checked ~ .controls label:nth-of-type(3),
#slide4:checked ~ .controls label:nth-of-type(4),
#slide5:checked ~ .controls label:nth-of-type(5) {
	background: #fd6b01;
}

.slides {
	height: inherit;
	opacity: 0;
	position: absolute;
	width: inherit;
	z-index: 0;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: transform ease-in-out .5s, opacity ease-in-out .5s;
	-moz-transition: transform ease-in-out .5s, opacity ease-in-out .5s;
	-o-transition: transform ease-in-out .5s, opacity ease-in-out .5s;
	transition: transform ease-in-out .5s, opacity ease-in-out .5s;
}

#slide1:checked ~ .slider > .slide1,
#slide2:checked ~ .slider > .slide2,
#slide3:checked ~ .slider > .slide3,
#slide4:checked ~ .slider > .slide4,
#slide5:checked ~ .slider > .slide5 {
	opacity: 1;
	z-index: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}




