body {
    font-family: 'Open Sans', Arial, sans-serif;
/* 	font-family:"Times New Roman",Georgia,Serif; */
    font-size: 1em;
    line-height: 1.7rem;
    font-weight: 400;
    color: #010000;
	background:url('Image/4.png');	
    margin-top: 0;
}

div {
    display: block;
}

#page > .box {
    width: 1280px;
    background-color: #ffffff;
	
}

.box { /*бокс со всей страницей*/
    width: 80%;
	margin: 0 auto;
    max-width: 1280px;
    box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.38);
	
}

.head {
    position: relative;
	width: 100%;
}

.topLine{ /*самый верхний бокс с логотипоп*/
	background:url('Image/LogImages/Log_image.png');	
    padding: 10px;
	height:150px;
}

.row {
    display: table;
}

.copy_link{
	cursor:pointer;
	display:inline-block;
	font-size:110%;
	margin:0;	
}
.copy_link:hover{
    color: #0A5F24;
	font-size:115%;
	box-shadow:0 0 2px #000000;
}	
	

.posLog{ /*позиция бокса с логотипом*/
	float: left;
	width:350px;
	margin-left:30px;
}

.posNum{ /*позиция бокса с номерами*/
	margin-left: 680px;
	margin-top: 35px;
	line-height:150%;
	font-size: 20px;
	font-weight:bold;
	width:200px;
    float: left;
}

.float-off{	/* Обтекания */
	float:left;		
}

.clear { /* Отмена обтекания */
    clear: left; 
}

.lineNavi{ /*бокс для кнопок меню*/
    padding-top: 18px;
	padding-bottom: 10px;
	width: 100%;
}

.buttonNavi{ /*кнопки меню*/
	position: relative;
	color: #383A3B;	
	margin-right:40px;
	padding:20px 14px 9px 14px;
	text-decoration: none;
	font-weight:bold;
	font-size:130%;
	font-family:"Times New Roman",Georgia,Serif;
}

.buttonNavi:hover{ /*действие при наведении на кнопки меню*/
	border-bottom: 5px solid #0A5F24;		
    color: #0A5F24;
	box-shadow:0 0 2px #000000;
}

.emphasize{ /*подчеркивание кнопки*/
	border-bottom: 5px solid #0A5F24;		
}

.endBox{	
	padding:10px 0;
	width:100%;
	height:50px;
}
	
#textEndBox{
	color:#1F2021;
	text-align: center;
	margin-top:5px;
	font-size:100%;
	font-weight:700;
}	


	/*слайды*/

.container {
    margin-left: auto;
    margin-right: auto;
	width: 100%;
}

#header {
    background-color: #FFFFFF;
    display: block;
    position: relative;
    width: 100%;
}
.slide{
	height:576px;
    position: absolute; 
	display: none; 
	z-index: 4; 
	opacity: 1; 

}

#header #header-content {
    margin-top: 0;
}
#header .slideshow {
    background-color: transparent;

    outline: medium none;
    overflow: hidden;
    position: relative;
	width: 100%;
    z-index: 100;
}
#slider {

    list-style: none outside none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	width: 100%
}
ul#slider {
    margin-bottom: 0;
	margin-top: 0;
}
#slider li {
    background: none repeat scroll 0 0 transparent !important;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
	width: 100%
}

#slider .sliding-right, #slider .sliding-left {
    height: 100%;
    margin:0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#slider .sliding-left p {
    margin: 0;
    padding: 5px 0;
}
#slider .slide-img {
    float: left;
    margin: 0;
}
#nav {

    float: right;
    margin: 0 auto;
    position: relative;
    z-index: 100;
	
}
#nav a {
    background: url("Image/SlideImages/Slider_button.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    float: left;
    margin-right: 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 27px;
}
#nav a.activeSlide {
    background-position: -28px 0;
}
.controls-slide {
    display: block;
    float: right;
    margin-top: -390px;
	margin-right: 10px;
}
#pauseButton {
    float: right;
    height: 28px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}
#pauseButton a {
    background: url("Image/SlideImages/Slider_controls.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    float: left;
	height: 28px;
    margin: 0 5px 0 0;
    outline: 0 none;
    text-indent: -9999px;
    width: 28px;
}
#resumeButton {
    float: right;
    height: 28px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}
#resumeButton a {
    background: url("Image/SlideImages/Slider_controls.png") no-repeat scroll 100% 0 transparent;
    border: 0 none;
    display: block;
    float: left;
    height: 28px;
    margin: 0 5px 0 0;
    outline: 0 none;
    text-indent: -9999px;
    width: 28px;
}

#image-under-controls-slide {
	background: url("Image/LogImages/Page_1_after_slide.png")no-repeat scroll 100% 0 transparent;
    display: block;
	padding-top:50px;
    width: 100%;
	height:400px;
    margin: -100px 0 0 0;
    position: relative;
	z-index: 100;
}

.textSlide { /*текст в слайдерах*/
	font-style:normal;
    margin: 0 0 5px;
    padding: 5px 0;
    text-align: left;
	font-size:250%;
	font-weight:400;
	line-height:150%;
    font-family:"Times New Roman",Georgia,Serif;
}

.pos-box-slide{
	position:absolute;
	z-index:9999;
}

.shadow-text{
	text-shadow: 1.5px 1.5px #000000;	
}
.shadow-text1{
	text-shadow: 2px 2px #AFACA9;	
}

.shadow-box{
	box-shadow:5px 5px 5px #000000;
}

.shadowBot-box{
	box-shadow:0 3px 3px #000000;
}

.pos-top-text{
	position:relative;
	text-align: center;
	font-size:300%;
	font-weight:700;
}

.pos-line-text{
	padding-top:120px;
	text-align: center;
	font-size:170%;
	color:#2BD85E;	
	line-height:130%;
	font-weight:700;
	text-shadow: 2px 2px #000000;	
}

.size-main-page{
	height:1400px;
}

.services{
	box-shadow:5px 5px 5px #000000;
	margin:50px 0 0 70px;
}
.services1{
	box-shadow:5px 5px 5px #000000;
	margin:10px 0 0 70px;
}

.text-services{
	width:300px;
	margin:0 0 0 30px;
	text-align: left;
	font-size:150%;
	font-weight:600;
}

/*страница контактов*/

.top-image-4page{
    background: url("Image/LogImages/Page_4.png");
	height:110px;
	padding:45px 0;
}

.contact1{
	margin:10px 0 0 140px;
}

.contact2{
	margin:10px 0 0 390px;	
}

.contact3{
	margin:10px 0 0 240px;		
}

.contact4{
	margin:50px 0 0 240px;	
}

/* .contaner-mail{
	margin:10px 0 0 150px;
} */

/* .form-group{
	height: 45px;
	width:320px;
} */
input {
  border: none;
  background: #fff;
  color: #000;
  padding: 1.25px 5px 10px 10px;
}   

.form-control{
	margin-top:10px;
	padding-top:10px;
	width:370px;
	font-size: 20px;
	border:2px solid #0A5F24;
}

.form-message{

	width:372px;
	height: 100px;
	padding-left:10px;
	font-size: 20px;
}

.button-send{
	background-color:#689D78;
	width:150px;
	height: 50px;
	font-size: 20px;
	color: #ffffff;
}

.border-bottom-world{
	border-bottom:2px solid #0A5F24;
}

.box-map{
	position:center;
	margin:30px 137px;
	padding-top:30px;
}

.map{
	padding:1px;
	border:2px solid #0A5F24;
}

.text-contacts{
	margin:16px 0 0 0;
	padding:0 0 0 60px;
	font-size:130%;
}

.size-compact-page{
	margin:30px 0;
}
	
/*страница галереи*/	

.top-image-2page{
	background: url("Image/LogImages/Page_2.png");
	height:110px;
	padding:45px 0;
}

.size-gallery-page{
	margin:0 50px;
}

/* картинка на странице */
.minimized {
	width: 250px;	
	cursor: pointer;
	transition:height 0.5s ease; 
	border-bottom:5px solid #575652;

	margin:50px 0 0 33px;
}

.sizeHorizontal{
	height: 187px;
}

.sizeVertical{
	height: 300px;
}
 
.minimized:hover {
	border-bottom:5px solid #0A5F24;
}
 
/* увеличенная картинка */
#magnify {
  display: none;
  position: fixed;
  max-height: 1000px;
  width: 500px;
  height: auto;
  z-index: 9999;
}
 
#magnify img {
  width: 100%;
}
 
/* затемняющий фон */
#overlay {
  display: none;
 
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 9990;
}
 
/* кнопка закрытия */
#close-popup {
  width: 30px;
  height: 30px;
 
  background: #ffffff;
  border: 1px solid #AFAFAF;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
 
#close-popup i {
  width: 30px;
  height: 30px;
  background: url(https://codernote.ru/files/cross.png) no-repeat center center;
  background-size: 16px 16px;
  display: block;
}
 
@keyframes rota {
 25% { transform: rotate(360deg); }
}
 
#close-popup:hover {
  animation: rota 4s infinite normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* О компании */
.top-image-3page{
    background: url("Image/LogImages/Page_3.png");
	height:110px;
	padding:45px 0;
}

.size-about-page{
	margin:50px 0;
}

.text-about{	
	width:1000px;
	margin-left:120px;
	padding-left:30px;
	font-size:130%;
	border-left:2px solid #0A5F24;
	border-right:2px solid #0A5F24;
	color:#0A5F24;
}
/* благодарность */
.top-image-5page{
    background: url("Image/LogImages/Page_5.png");
	height:110px;
	padding:45px 0;
}

.thank-contener{
	height:300px;
	color:#1F2021;
	text-align: center;
	margin-top:40px;
	font-size:130%;
	font-weight:700;
}





