*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
	padding-left: 5px;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
padding-left: 5px;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
	padding-left: 5px;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
	padding-left: 5px;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	border: red 3px solid;
}
body input:required:valid,
body textarea:required:valid {
	border: green 3px solid;
}
body {
	font-family: "RobotoLight", sans-serif;
	font-size: 16px;
}




.header_topline {
	background-color: #874ac4;
	height:3px;
}




.logo_inform {
	position: relative;
	text-align: right;
	
}

.header_address {
	font-size: 21px;
	margin: 0;
	color: #874ac4;
	font-family: "RobotoCondensedLight", sans-serif;

}

.phone { 
	font-family: "RobotoCondensedLight", sans-serif;
	display: inline-block;
	margin: 0px;
	font-size: 26px;
	color: #874ac4;
	font-weight: bold;
}

.show_button{
	cursor: pointer;
}

.show_lang_button {
	font-size:19px;	
}


.other_phone {
display: none;
border-radius:5px;
background-color: #874ac4;
position: absolute;
margin-top: 121px;
top:0;
right:0;
z-index: 23;
}

.langs{
position: relative;
display: none;
border-radius:5px;
border: 1px solid #874ac4;
background-color: #fff;
position: absolute;

top:195px;
right:-13%;
z-index: 23;
font-size: 21px;
	color: #fff;
	padding:5px;
}

.langs a {
color: #fff;
}

.phone2 { 
	font-family: "RobotoCondensedLight", sans-serif;
	display: block;
	margin: 13px;
	text-align: center;
	font-size: 37px;
	color: #fff;
	font-weight: bold;
}

.logo_right {
	position: relative;
	text-align: right;
}

.button_callback_full {
	width: 100%;
	font-size: 29px;
	border-radius: 3px;
	margin: 11px 0;
	display: block;
	border: none;
	background-color: #874ac4;
	color: #fff;
	padding:  8px;
}

.slider_container {
	position: relative;
}

.slider_container img{
	min-width:100%;
}

.next_button, .prev_button {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 10em;
	color: #fff;
	cursor: pointer;
	font-size: 41px;
	padding: 0 13px 3px 11px;
	position: absolute;
	top: 40%;
	z-index: 8;
}

.next_button {
	right: 20px;
}

.prev_button {
	left: 20px;
}

.slide_item{
	position: relative;

}

.slide_item p{
	font-family: "RobotoCondensed", sans-serif;
	padding: 0 13px;
	shadow-box: 1px;
	box-shadow: 3px 3px 7px rgba(0,0,0,0.5);
	position: absolute;
	line-height: 73px;
	opacity: 0.85;
	background-color: #874ac4;
	color: #fff;
	max-width: 100%;
	font-size:29px;
	top:20px;
	left:0px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}




.small_menu_button {
	position: fixed;
	top:7;
	left:0;
	width: 100%;
	color: #fff;
	border: 1px solid white;
	border-radius: 7px;
	background-color: #75397a;
	font-size: 35px;
	z-index:16;
	opacity: 0.9;
}

.main_menu {
	font-family: "RobotoCondensedLight", sans-serif;
	background-color: #75397a;
	color: #fff;
	font-size: 23px;
	text-shadow: 1px 1px 2px #000;
	z-index: 13;
	opacity: 0.97;
	border-bottom: 1px solid #fff;
}

.main_menu ul{
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	width: 100%; 
}

.main_menu ul li {
	position: relative;
  display: inline-block;
  list-style: none;

		cursor: pointer;
  padding:0;
}




 
.main_menu a{
	color: #fff;
	padding: 15px;
	display: inline-block;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	
}

.main_menu a:hover{
	background-color: #874ac4;
}

.main_menu ul li ul{
	
    position:absolute;
    list-style:none;
    text-align:center;
    top:63px;
    left:0;
    margin:0;
    padding:0;
    width: 250px;
    background-color: #75397a;	
    z-index: 100;
    border-radius:0 0 5px 5px;

/* Данные строки нужны для правильной работы анимации */
    max-height:0px;
    overflow:hidden;

    -webkit-transition:max-height 0.3s linear;
    -moz-transition:max-height 0.3s linear;
    transition:max-height 0.3s linear;
/* конец */
}

.main_menu li:hover ul{
    max-height:700px;
    display: inline-block;

}

.main_menu li ul li{
   	display: block;
    border-bottom:1px solid #eee;
}


.main_menu li ul li:last-child{
    border-bottom:none;
}

.main_menu li ul li a{
    padding:5px 0;
}

.main_menu li ul li:hover{
    background-color:#874ac4;
}



/*Бококвое меню*/

.small_menu  {
display: none;
	text-transform: uppercase;
	font-family: "RobotoCondensedLight", sans-serif;
	background-color: #75397a;
	color: #fff;
	font-size: 19px;
	z-index: 130;
	opacity: 0.97;
	padding:5px 13px;
	
	width: 90%;
		background-color: #75397a;
		position: fixed;
		top: 57px;
		z-index: 130;
	margin-top: 10px;
	margin-left: 10px;
	border-radius: 15px;
	
}


.small_menu p, .small_menu a{
	margin: 0;
	padding: 0;
}



.second_level{
	margin-left:33px;
	text-transform: none;
}



.small_menu ul li {

  display: block;
  
  list-style: none;

		cursor: pointer;
  padding:0;
}

.small_menu a{
	color: #fff;
	padding: 2px;
	display: 1block;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	
}

.small_menu a:hover{
	background-color: #874ac4;
}


.test_menu{ 
font-family: "RobotoCondensedLight", sans-serif;
	background-color: #75397a;
	color: #fff;
	font-size: 23px;
	z-index: 130;
	opacity: 0.97;
	border-bottom: 1px solid #fff;

	display: none;
		width: 250px;
		position: fixed;
		top: 0;
		z-index: 130;
	margin-top: 10px;
	margin-left: 10px;
	border-radius: 15px;
}

.test_menu a{
	color: #fff;
	padding: 5px;
	display: block;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	
}

.test_menu a:hover{
	background-color: #874ac4;
}

.fa-phone{
	font-size:30px;
}



.information {
	font-size: 26px;
	background-color: #874ac4;
	height: 100%;
	margin: 0px 0px;
	padding: 15px;
	color: #FFF;
	text-align: center;
}

h1{
		text-align: center;
	font-size: 230%;
	text-transform: uppercase;
	color: #874ac4;
	padding-top: 19px;
	padding-bottom: 15px;
	margin: 0px;
	font-weight: bold;
}


h2 {
	text-align: center;
	font-size: 200%;
	text-transform: uppercase;
	color: #874ac4;
	padding-top: 19px;
	padding-bottom: 15px;
	margin: 0px;
}

.uslugi {
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.uslugi-sidebar {
	height: 50px;
	line-height: 50px;
	margin: 8px auto;
}

.uslugi-sidebar .title{
text-transform: uppercase;
	height: 35px;
	line-height: 25px;
	font-size:18px;
}

.spline{
	height: 33px;
}

.uslugi img{
	padding: 0;
	margin: 0;
	width:80px;
}

.uslugi-sidebar img{
	padding: 0;
	margin: 0;
	height:50px;
}


.uslugi .title {
	font-size:18px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	width: 100%;
}

.uslugi .opisanie {
	font-size:17px;
	font-family: "RobotoCondensedLight", sans-serif;
	margin-top:5px;
	width: 100%;
}

.uslugi .opisanie:hover {
	color: #75397a;
	-webkit-transition: opacity .65s linear;
       -o-transition: opacity .65s linear;
          transition: opacity .65s linear;
	}

.zapis {
	font-size: 33px;
	background-color: #874ac4;
	margin: 0px;
	padding: 0px;
	margin: 5px auto;
	padding: 15px;
	color: #FFF;
	text-align: center;
}

.button_zapis {
	display: block;
	border: none;
	background-color: #fff;
	margin: 0 auto;
	padding: 8px 18px;
	color: #874ac4;
	font-weight: bold;
	font-size:37px;
	border-radius: 7px;
}

button.button_zapis_sidebar {
	display: block;
	border: none;
	background-color: #874ac4;
	margin: 13px auto;
	padding: 8px 18px;
	color: #fff;
	font-weight: bold;
	font-size:23px;
	border-radius: 7px;
}

.about img {
	max-width: 400px;
	float: left;
	padding-bottom: 13px;
	padding-right: 13px;
}

.inform_line {
	font-size: 21px;
	background-color: #874ac4;
	height: 100%;
	margin: 5px 0px;
	padding: 0px;
	color: #FFF;
	text-align: center;
}

.inform_line p{
	margin: 10px 0;
	}

	.inform .phone { 
	font-family: "RobotoCondensedLight", sans-serif;
	// display: inline-block;
	margin: 0px;
	font-size: 22px;
	color: #fff;
	font-weight: normal;

}

.icons{
	margin:0;
	margin-left: 40px;
	font-size: 74px;
}

.icons2{
	padding-top: 5px;
	margin-right: -60px;
	font-size: 54px;
}

.inform{
	// width: 80%;
	// float: right;
}
.inform_line p {
	// margin: 0px 20;
	padding: 0;
	text-align: left;
	margin-left: 9%;
}


.otzyv {
	text-align: center;
	max-width: 100%;
	max-height: 100%;
	height: 400px;
	border: 1px solid #e7e7e7;
		// background-color: blue;
		font-size: 14px;
		
		padding: 2rem;
	}

	.otzyv h3 {
		font-size:21px;
		padding: 0px;
		margin: 15px;
		font-weight: 600;
	}

	.img_otzyv  {
		width: 100%;
		// padding: 15px;
	}

.map{
	margin-left: 5%;
	margin-right: 5%;
	max-width:100%;
}
	.bottom {
		text-align: left;
		background-color: #874ac4;
		color: #fff;
		font-size:21px;
		border-bottom: 1px solid white;
	}

.bottom .phone_none_decor{
		text-align: left;
		background-color: #874ac4;
		color: #fff;
		font-size:21px;
		text-decoration: none;
		border-bottom: 0px;
	}


	.bottom h3 {
		text-align: left;
		color: #fff;
		font-size:25px;
		padding-bottom: 0;
		margin-bottom: 0;
		padding-left: 13px;
	}

	.bottom h4 {
		text-align: left;
		color: #fff;
		font-size:23px;
		margin: 0;
		padding: 0;
		padding-top: 13px;
		padding-left: 13px;
		
	}

	.bottom form{
		margin-left: 3%;
		margin-right: 3%;
		margin-bottom: 3%;
		text-align: center;

	}



	.bottom input{
		margin: 5px 0;
		color: #874ac4;
	
		border-radius: 6px;
		font-size:27px;
		padding-left: 9px;
	}

	.bottom textarea{
		margin: 5px 0;
			color: #874ac4;
		width: 100%;
		border-radius: 6px;
		padding-left: 9px;

	}

	.submit_btn{
		background-color: #fff;
		font-weight: bold;
	}

	.bottom p{
		margin: 15px 15px;
		font-size: 17px;
	}

.bottom a{
	color: #fff;
	text-decoration: underline;
}

.bottom a:hover{
	color: #fff;
	text-decoration: none;
}

	.socblock{
		font-size:53px;
		margin: 0 15px;
		padding-left: px;
	}

	.finish {
		height: 55px;
		line-height: 55px;
		background-color: #75397a;
		color: #fff;
		padding-left: 13px;
		font-size:15px;
	}

.hidden{
	display: none;
}

.pop_form input, .pop_form textarea, .pop_form select{
	display: block;
	line-height: 24px;
	margin: 0 auto 12px;
	width: 90%;
	padding-left: 9px;
}

.pop_form select{
	font-size: 13px;
	}

.pop_form h3{
	margin: 10px auto 15px;
	text-align: center;
	font-weight: normal;
	font-family: "RobotoCondensedBold";
	text-transform: uppercase;
	font-size: 21px;
}

.pop_form .submit_btn{
	margin-left: 12px;
	font-size: 19px;
	background-color: #874ac4;
	color:#fff;
}

.priem{
	display: inline-block;
	font-size:13px!important;	 
}

#priem2{
	display: inline-block!importnat;
	width:10%!important;
	// border: 1px solid black;
	font-size:13px!important;
}


.sidebar{
	border: 1px solid #874ac4;
	margin: 13px 0;
	padding: 9px;
	border-radius:5px;

}







table {
    *border-collapse: collapse; /* Для IE7 и старше */
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;    
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
    width:50%;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
    width:25%;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.galery{
	text-align:center;
}

.galery img{
margin-bottom:4px;
}

#top{
  cursor: pointer;
  display: none;
  font-size: 230%;
  position: fixed;
  right: 3%;
  bottom: 2%;
  border: 3px solid #874ac4;
  background-color: #874ac4;
  color: #fff;
  padding: 5px;
  border-radius: 13px;
  width: 51px;
  height: 51px;

}