
/*Shedule*/
*{
	padding:0;
	margin:0;

}
h1,h2,h3{
	text-align: center;
	text-transform: uppercase;
	color:#333333;
}

h3{
	font-size: 26px;
	text-align: center;
}

h4{
	font-size: 23px;
	color:#333333;
}

body {
	font-family: 'Arimo', sans-serif;
	font-size: 18px;
	padding: 0;
	margin: 0;
}
p {
	line-height: 140%;
	text-indent: 30px;
}

.image{
	
	width: 100%;
	padding: 0px;
	border: 5px solid white;
	border-radius: 3px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.image-no-border{	
	width: 100%;
	padding: 0px;
	}

 .noDec{
	text-decoration:none;
	color:#333333;
}

/*Стили кнопок*/
.btn{
	text-decoration: none;
	background-color: #82B612;
	border-radius: 5px;
	padding: 11px 18px;
	color: #fff;
	border: 1px solid green;	
	transition: all 0.5s ease;
}

.ppp{
	
	text-align:center;
	margin-top: 33px;
}

.bbb{
	
	text-align:center;
	margin-top: 33px;
	margin-bottom: 35px;
}

.btn-R{
	text-decoration: none;
	background-color: #82B612;
	border-top-right-radius: 7px;
	border-bottom-right-radius:7px;
	padding: 11px 18px;
	color: #fff;
	border: 1px solid green;	
	transition: all 0.5s ease;
	margin-left:-3px;
}
.btn-L{
	text-decoration: none;
	background-color: #82B612;
	border-top-left-radius: 7px;
	border-bottom-left-radius:7px;
	padding: 11px 18px;
	color: #fff;
	border: 1px solid green;	
	transition: all 0.5s ease;
	margin-right:-3px;
}

.btn:hover{
	background-color:#568A00;
	transition: all 0.5s ease;
}

.btn-L:hover{
	background-color:#568A00;
	transition: all 0.5s ease;
}
.btn-R:hover{
	background-color:#568A00;
	transition: all 0.5s ease;
}

#stat1 .btn{
	display: block;
	margin-top: 8px;
	width: 183px;
}

.btn-cont{
	text-decoration: none;
	background-color: #FFA900;
	border-radius: 50px;
	padding: 15px 26px;
	color: #000;
	border: 1px solid #885B08;	
	font-size: 23px;
	transition: all 0.5s ease;
}
.btn-cont:hover{
	background-color:#D0FF00;
	transition: all 0.5s ease;
}




/*Стили меню:*/

.menu ul,
.menu ol{
	list-style: none;
}
.menu > ul{
	display: flex;
	justify-content:center;
}
.menu > ul li a{
	display: block;
	background: #82B612;
	padding: 15px 40px 15px 45px;
	font-size: 17px;
	color: #FFFF5C;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.5s ease;
}
.menu > ul li{
	position: relative;
	border-right: 1px solid #F9F86C;
}

.menu > ul li > a i.fas{
	position: absolute;
	top: 15px;
	left: 12px;
	font-size: 18px;
}

.menu > ul li:first-child{
	border-left: 1px solid #F9F86C;
}

.menu > ul li:last-child{
	border-right: 1px solid #F9F86C;
}

.menu li a:hover{
	background: #669A02;
	color: #fff;
	box-shadow: 1px 5px 10px -5px #82B612;
	transition: all 0.5s ease;
}

#tel{
	width:270px;
	font-size: 20px;
	padding-top: 13px;
	padding-bottom:14px;
}

/*Субменю*/

.menu li ul{
	position: absolute;
	min-width: 180px;
	right: -3px;
	display:none;
	z-index:20;
}
#pro{
	right: -11px;
}

.menu li > ul li{
	border: 1px solid #F9F86C;
	}
.menu li > ul li a{
	padding: 10px;
	text-transform: none;
	background: #82B612;
}

.menu li:hover > ul{
	display:block;
	
}

/*1 экран */

header{
	background: url(/img/big_background.jpg) no-repeat center	top;
	height:100vh;
	
}
.logo{
	
	font-size: 100px;
	color: red;
	font-family: 'Arial', sans-serif;
	text-align:center;
	
	
	
	}
	
.logo a{
	text-decoration: none;
	color: red;
	padding: 12px 50px;
	border:2px solid #DF540F;
	border-radius: 200px;
	background: rgba(248,247,107,0.3);
	transition: all 0.7s ease;
}

.logo a:hover{
	color:#000;
	background: rgba(245,172,50,0.9);
	transition: all 0.5s ease;
}

.logo p{
	padding: 10px 25px 10px 25px;
}
	
#toph2{
	text-transform: none;
	font-size: 55px;
	color: #934300;
	margin-top: 33vh;
}

#frame{
	background-color: #EDEDE5;	
}

.frame{
	min-height: 840px;
	background-color: #EDEDE5;
}

article h3{
	margin-top: 35px;
}

article h4{
	margin-top: 30px;
}

#stat1 p{
	line-height: 130%;
	
}

#stat2 h4{
	text-align: center;
	line-height: 1.5em;
	
}

.stereo{
	text-align:center;
	padding: 10px 15px;
	background-color: #DEDED6;
	margin: 19px -9px 0px;
	border-radius: 10px;
	
}

.comments{	
	padding: 0px 50px;
	background-color: #DEDED6;
	margin: 19px -9px 0px;
	border-radius: 10px;
	
}

.stereo .btn_center{
	margin-bottom: 26px;
}

#contacts{
	background-color:#D3DB74;
	padding:28px 0 40px 0;
	margin-top: 17px;
	text-align:center;
	text-transform: none;
	}

#cont1{
	margin:10px 0;
	font-size: 20px;	
	color:#333333;
}

#nom{
	font-size: 36px;
}

/* Стили для карусели */
.img-fluid{
			min-width: auto;
			height: auto;
			display: block;
			border: 5px solid white;
			border-radius: 3px;
			box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
		}
#carousel{
	margin-top: 25px;
}	

/* Стили для панорамы и видео */

.multi{
	margin-top:40px;
	text-align:center;
}

.multi iframe{
	margin-top: 20px;
	border: 5px solid white;
	border-radius: 3px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}


/* Стили для рекламы сайта*/

#site{
	text-align: center;
	
	margin: 31px 0 0px;
	}
.site{
	padding:20px;
	background-color:#DEDED6;
	border-radius: 10px;
}

#site p{
	padding: 10px 0;
	font-size: 18px;
}

/*Стили для текстов на сайте*/

.text h2{
	padding: 30px 10px 15px 10px;
}
.text p{
	padding: 14px 0;
}

/*Стили для футера*/	

footer{
	background-color: #82B612;
	padding: 20px 0 20px 0;
	color:#fff;
}

footer a{
	text-decoration: none;
	color:#fff;
}
footer a i{
	font-size: 35px;
	padding-left: 20px;
	padding-top: 10px;
}

footer p{
	font-size:15px;
}

#f_left{
	text-align:right;
	
}

#f_center{
	text-align:center;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	
}

.diagr{
	display:block;
	float:right;
	max-width:100%;
}

/*Стили для обратной связи*/



.wrapper input {
	width: 100%;
	border-radius: 5px;
	text-align: center;
	border: 1px solid silver;
	padding: 5px;
	color: #000;
	margin-bottom: 12px;
	font-size: 1em;
}

.wrapper input:focus, .wrapper #leftCol textarea:focus {
	border: 1px solid #82B612;
}

.wrapper input.done:hover {
	border: 1px solid #000;
	cursor: pointer;
}

.wrapper ul li {
    list-style: none;
}

input.done {
	margin-top: 20px;
	height: 45px;
	color: #fff;
	background-color: #82B612;
	padding: 0 40px 0 40px;
}

.wrapper textarea {
	
	width: 100%;
	height: 120px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid silver;
	padding: 5px;
	color: #000;
	margin-bottom: 12px;
	font-size: 1em;
}

/*Стили для окна сообщений об ошибке*/ 
.messageShow {
	font-size: 1em;
	float: left;
	color: red;
	width: 100%;
	text-align: center;
}

#gcw_mainFRtYwLnZr{
	max-width:100%;
}


/*Стили для таблиц*/

	table{
	margin:35px 0;
	padding: 5px;
    border: 2px solid #79AD09; /* Рамка вокруг ячеек */
	width:100%;
	
	border-collapse: collapse; /* Убираем двойные границы между ячейками */
	  border-top-left-radius: 15px; 
	}
	
	 caption{
		 padding:15px;
		 font-weight:bold;
		 font-size: 25px;
	}
	   
   td{
    padding: 8px 5px; /* Поля вокруг текста */
	border: 2px solid #79AD09; /* Рамка вокруг ячеек */
   
   }
   
   .topTab{
	   border: 2px solid #79AD09; /* Рамка вокруг ячеек */
	    
   }
   
   th{
	   padding: 18px 5px;
	   background-color:#82B612;
	   color:#fff;
	   border: 2px solid #79AD09;
		
	}
   
   td a{
	   color:#79AD09;
   }
   
   td a:hover{
	   color:#366A00;
	   text-decoration:none;
   }
   
   tr.cellscolor:nth-child(2n) {
	background-color: #DEDEDE;
	}

	tr.cellcolor:nth-child(2n+1) {
	background-color: #F6F6F6;
	}

	/*Стили для страниц*/
	
	.grand h2 {
		font-size: 35px;
		margin: 35px 0 20px;
	}
	
	.text h3{
		margin:20px 0;
	}
	
	#portfolio p{
		text-align:center;
	}
	
	.text h3 a{
		color:#333;
		
	}
	
	.text h3 a:hover{
		text-decoration:none;
		
	}
	
	.draws h4 a{
		text-decoration:none;		
		color:#333333;
	}
	
	.draws h4{
		text-align:center;
		margin: 25px 0 10px;
	}
	
#avt ul{
	margin:30px 0 30px 30px;
}

#avt li{
	margin-top: 16px;
}

.centr {
	text-align: center;
	line-height: 1.8;
}

.no_color {
  color: #000;
 }
 
 /*Пагинация*/
	
.pagination {
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 0;
    padding-left: 15px;
}

.pagination  li{
	list-style-type: none;  
	display: inline-block;	
}

.pagination  li:first-child  a, .pagination  li:first-child  span {
	list-style-type: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}

.pagination  li:last-child  a, .pagination  li:last-child  span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination  .active  a, .pagination  .active  span, .pagination  .active  a:hover, .pagination  .active  span:hover, .pagination  .active  a:focus, .pagination  .active  span:focus {
    background-color: #82B612;
    border-color: #FE980F;
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
}

.pagination  li  a, .pagination  li  span {
    background-color: #CDCDC5;
    border: 0;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    margin-right: 5px;
    color:#000;
}

.pagination  li  a:hover{
    background:#6CA000;
    color:#fff;
}


/*Стили для блога*/

.BlogArt {
	
	border-radius: 5px;
	padding: 6px 15px;
	border: 1px solid silver;	
	background-color:#F6F6F6;
	box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
	transition:0.7s;
}

.imgBlog{
	max-width:100%;
	height:auto;
	
	border-radius: 5px;
	margin-top:20px;
	margin-bottom: 20px;
	border-radius: 5px;
	
	border: 1px solid silver;	
	background-color:#F6F6F6;
	box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
	
}

.article img{
	max-width:100%;
	width:100%;
	height:auto;
	border: 1px solid silver;
	border-radius: 5px;
	margin-top:10px;
	margin-bottom: 30px;
	
	
	
}

.fotoBlog img{
	width: auto;
	width:100%;	
	max-width:100%;	
	height:auto;
	border: 1px solid silver;
	border-radius: 5px;
	margin-top:10px;
	margin-bottom: 30px;
	text-align:center;
}

.artBlog img{
	
	max-width:100%;	
	max-height:180px;
	border: 1px solid silver;
	border-radius: 5px;
	margin-top:10px;
	margin-bottom: 5px;
	text-align:center;
}

.articleBlog img{
	width: auto;
	max-width:100%;	
	height:auto;	
	border-radius: 5px;
	margin-top:10px;
	margin-bottom: 30px;
	text-align:center;	
	border: 1px solid silver;	
	box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
}

.blogContent img{
	display: block;
	text-align:center;
	margin:20px;
	min-width: auto;	
	max-width:100%;	
	height:100%;
}

.blogContent h4{
	text-align:center;
}

.article iframe{
	max-width:100%;
	width:100%;
	
	border: 1px solid silver;
	border-radius: 5px;
	margin-top:10px;
	margin-bottom: 30px;
}

.article h4{
	text-align:center;
}

.blog a{
	text-decoration:none;
	color:#000;
	
}

.textBlog p{
	padding: 17px 20px;
}

.BlogArt1 h2{
	padding: 25px 0 20px;
}

.articleBlog h2{
	padding: 25px 0 20px;
}


	

.article h2{
	font-size: 37px;
	
}

.article h2 a{	
	color:#633A28;
}






.BlogArt h3{
	text-align: left;
	margin:20px 0 10px 15px;
	font-size: 25px;
	color:#000;	
}

.BlogArt p{
	margin-top: 10px;
}

.BlogArt:hover {	
	border: 1px solid #FFDD00;	
	background-color:#F3F3F3;
	box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
	transition:0.7s;
}

.BlogArt p{
	color:#000;
}

.BlogArt1 {
	border-radius: 5px;
	padding: 6px 15px;
	border: 1px solid silver;	
	background-color:#F6F6F6;
	box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
	margin-top: 20px;
}

.BlogArt1 img{
	box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
}

.textBlog img{
	margin: 20px 0;
	max-width:100%;
}

/*
------------------------------------------------------
*/

.hiddenMous{
	cursor: text;
}


	
	
	
	
	
	
	
	
	
