body {
  background-color: #fff;
  font-family: "Roboto", serif;
}



.roboto-<uniquifier> {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

 p {
    margin-top: 0em; /* Отступ сверху */
    margin-bottom: 0em; /* Отступ снизу */
   }
   
 .fonblock {
	background: ; 
	background-attachment: ;
 }	
@media only screen and (max-width: 770px) {
  .fonblock {
    background: ; 	
  }
}   
   
/*------главная картинка и подчеркивание начало------*/
.pofixil {
	position:fixed;
	width: 100%;
	z-index:333;
	margin-top:-2px;
}

.logoslider {
	margin-top:-330px;
	z-index: 1;
	position:relative;
	margin-left:4%;
	margin-right:4%;
}

@media only screen and (max-width: 770px) {		
.logoslider {
	margin-top:-350px;
}
}


.liniya {
	text-align: center;
}
.liniyamashtab {
	display: block;
    max-width: 90%;
    margin: 0 auto;
}	

/*------ТЕКС СЛАЙДЕРА------*/	
.slide__text {
	max-width: 800px;
	background: rgba(30, 30, 33, 0.9);
    box-shadow: 0px 0 7px rgba(1, 41, 112, 0);
    transition: 0.3s;
    border-radius: 10px;
	padding:30px 30px 60px 30px;
	margin:auto;
	
}

.slide__text-heading {
  font-size: 35px;
  color:#fff;
}
@media only screen and (max-width: 890px) {		
.slide__text-heading {
	font-size: 24px;
}
}


.slide__text-desc {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-top:20px;
  
}
@media only screen and (max-width: 890px) {		
.slide__text-desc {
	font-size: 16px;
}
}


.knopkazakazatbgl {
         margin-top: 40px;
		 font-size: 20px;
		 text-align: left; /*Равняем текст по-горизонтали*/
		 color: white;
        }	

		.ramkazakazatbgl a {
				border:2px solid #FF4302;
				padding: 15px 27px 15px 27px;
				border-radius: 0px;
				background-color: #FF4302;
				box-shadow: 0.2em 0.2em 5px rgba(122,122,122,0.5);
				transition: all .2s;
				
				animation: shadow 1s infinite linear;
				
		}
		
					@keyframes shadow {
				0% {
				box-shadow: 0 0 5px 0px tomato, 0 0 5px 0px tomato; 
				}
				100% {
				box-shadow: 0 0 10px 15px rgba(255, 48, 26, 0), 0 0 2px 20px rgba(255, 48, 26, 0); 
				} 
					}
		
		
		.ramkazakazatbgl a:hover {
				color: #fff; /* Цвет ссылки при наведении на нее курсора мыши */ 
				background: #363636;
				border:2px solid #363636;
				transition: 0.2s linear;
		}
/*------ТЕКС СЛАЙДЕРА КОНЕЦ------*/	
/*------главная картинка и подчеркивание конец------*/





/*------Над меню белое начало------*/
.iconad {
	margin-left:30px;
	margin-top:10px;
}
@media only screen and (max-width: 770px) {
  .iconad{
    margin-left:5px;
	margin-top:21px;
	margin-bottom:21px;
  }
}  

@media only screen and (max-width: 770px) {
.icosmall {
	width:120px;
}
}
 	
.nadmenu {
	height: 97px;
	margin-top: -97px;
	background:#f8f8ff;
}

.contacts {
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
}

		.knopkaopisanie {
         margin-top: 20px;
		 text-align: center; /*Равняем текст по-горизонтали*/
		 color: white;
        }	

		.ramkayznatbnew a {
				border:2px solid #363636; /*009dff*/
				padding: 10px 20px 10px 20px;
				border-radius: 0px;
				background-color: #363636; /*009dff*/
				box-shadow: 0.2em 0.2em 5px rgba(122,122,122,0.5);
				
		}
		.ramkayznatbnew a:hover {
				color: #fff; /* Цвет ссылки при наведении на нее курсора мыши */ 
				background: #FF4302;
				border:2px solid #FF4302;
				transition: 0.2s linear;
		}
@media only screen and (max-width: 770px) {
  .contacts {
    font-size: 15px;	
	margin-left:62%;
	margin-top: 45px;
  }
}   

@media only screen and (max-width: 770px) {
  .ramkayznatbnew a {
				border:2px solid #363636;
				padding: 2px 5px 2px 5px;
				border-radius: 0px;
				background-color: #363636;
				
		}
}   		
		

.nomer1 {
	text-align: right;
	font-size: 20px;
	margin-top: -40px;
	margin-right:3%;
}
@media only screen and (max-width: 770px) {
  .nomer1 {
    font-size: 17px;	
	margin-top: -67px;
  }
}   
.po4ta {
    text-align: right;
	font-size: 20px;
	margin-right:3%;
}	
@media only screen and (max-width: 770px) {
  .po4ta {
    font-size: 17px;	
  }
}   

/*------Над меню белое конец------*/



/*------кнопка перезвонить вам? ------*/
.modal1 {
  font-size: 17px;
  padding: 14px 14px;
  display: inline-block;
  bottom: 20px;
  border-radius: 0px 20px 0px 20px;
  background: rgba(255, 67, 2, 0.8);
  color: white;
  text-decoration: none;
  transition: 0.35s ease-in-out;
  font-weight: 700;
  position:fixed;
  margin-top:-30px;
  margin-left:40px;
  z-index:9999;
  -moz-animation: cycle 4s linear infinite;            
  -webkit-animation: cycle 4s linear infinite;
}

@-moz-keyframes cycle {
	        35% {transform: rotate(0) translate(0, 0);}
	        40% {transform: rotate(5deg) translate(0, -2px);}
	        45% {transform: rotate(-3deg) translate(0, -2px);}
	        50% {transform: rotate(5deg) translate(0, -2px);}
	        55% {transform: rotate(-3deg) translate(0, -2px);}
	        60% {transform: rotate(5deg) translate(0, -2px);}
	        65% {transform: rotate(-3deg) translate(0, -2px);}
	        70% {transform: rotate(0) translate(0, 0);}
	    }
	 
	    @-webkit-keyframes cycle {
	        35% {transform: rotate(0) translate(0, 0);}
	        40% {transform: rotate(5deg) translate(0, -2px);}
	        45% {transform: rotate(-3deg) translate(0, -2px);}
	        50% {transform: rotate(5deg) translate(0, -2px);}
	        55% {transform: rotate(-3deg) translate(0, -2px);}
	        60% {transform: rotate(5deg) translate(0, -2px);}
	        65% {transform: rotate(-3deg) translate(0, -2px);}
	        70% {transform: rotate(0) translate(0, 0);}
	    }

.modal1:hover {
  background: #FF4302;
}
/*------кнопка перезвонить вам? конец------*/


/*------eto modalnoye okno na4alo------*/
	.modalDialog {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		display: none;
		pointer-events: none;
	}

	.modalDialog:target {
		display: block;
		pointer-events: auto;
	}

	.modalDialog > div {
		max-width: 400px;
		width:86%;
		position: relative;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
		background: #fff;
		background: -moz-linear-gradient(#fff, #DCDCDC);
		background: -webkit-linear-gradient(#fff, #DCDCDC);
		background: -o-linear-gradient(#fff, #DCDCDC);
	}

	.closemodal {
		background: red;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -5px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.closemodal:hover { background: #C71212; }
	
	.nommodal {
		margin-top: 10px;
		font-size: 30px;
		color: #FF4302;
		text-align: center;
	}

@media only screen and (max-width: 770px) {
  .nommodal {
    font-size: 26px;	
  }
}   
	.po4tamodal {
		margin-top: 10px;
		font-size: 20px;
		text-align: center;
	}
	
	.zvonitemodal {
		font-size: 22px;
		text-align: center;
	}
	
	.rabotmodal {
		font-size: 20px;
		text-align: center;
		margin-top:20px;
	}
/*------eto modalnoye okno konec------*/



	

/*------конпка заказать сейчас И ЗАГОЛОВКИ начало------*/
.zagolovok1 {
	margin-top: 0;
    color: #2e2721;
	font-weight: 500;
    font-size: 32px;
    text-align: center;
	margin-right:10%;
	margin-left: 10%;
	}	

.zakaz {
	text-align: center;
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
}
	
		.knopkazakazatb {
         margin-top: 0px;
		 text-align: center; /*Равняем текст по-горизонтали*/
		 color: white;
        }	

		.ramkazakazatb a {
				border:2px solid #FF4302;
				padding: 5px 20px 5px 20px;
				border-radius: 0px;
				background-color: #FF4302;
				box-shadow: 0.2em 0.2em 5px rgba(122,122,122,0.5);
				
		}
		.ramkazakazatb a:hover {
				color: #fff; /* Цвет ссылки при наведении на нее курсора мыши */ 
				background: #363636;
				border:2px solid #363636;
				transition: 0.2s linear;
		}
	
/*------конпка заказать сейчас конец------*/	



/*Преимущества аренды НАЧАЛО*/
.logoroditelAKC333 {
		text-align: center;
		margin-top: 10px;
}	

.yslygilogoAKC333 {
	display: inline-block; /*Задаем блочно-строчное отображение*/
	vertical-align: top;
  	width: auto; /*задаем ширину блока*/
	width: 42%;
	padding:7px;
}

@media only screen and (max-width: 770px) {
  .yslygilogoAKC333 {
	width: 90%;
  }
}   


.stringlogoAKC333 {
		 text-align: left; /*Равняем текст по-горизонтали*/
		 font-size: 22px;
		 padding:5px; 
		 color: #2e2721;
		 margin-left:50px;
        }	


.logoimgAKC333 {
         float: left; /*Равняем текст по-горизонтали*/
		 width: 50px;
        }			
/*Преимущества аренды КОНЕЦ*/




/*КАТАЛОГ НАЧАЛО*/
.ramkadiz1 {
	display: inline-block; /*Задаем блочно-строчное отображение*/
	vertical-align: top;
  	width:90%; /*задаем ширину блока*/
	min-height: 480px;
	max-width: 28%;
	margin:15px 0px 25px 0px;
	margin-right:10px;
	margin-left: 10px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0px 0 7px rgba(1, 41, 112, 0.4);
	transition: 0.3s;
	border-radius: 10px;
        }


.ramkadiz1:hover {
    box-shadow: 0px 0 20px rgba(1, 41, 112, 0.5);
}
	.ramkadiz1:hover img{
		transition: 0.5s;
		transform: scale(0.9);
	}

@media only screen and (max-width: 980px) {
  .ramkadiz1 {
    max-width: 46%;
  }
} 	

@media only screen and (max-width: 600px) {
  .ramkadiz1 {
    max-width: 100%;
	min-height: 390px;
  }
} 	

.yslygi {
	display: inline-block; /*Задаем блочно-строчное отображение*/
  	width: auto; /*задаем ширину блока*/
	line-height: 95%;
	font-size: 17px;
	max-width: auto;
	margin:50px 0px 30px 0px;
	margin-right:2%;
	margin-left: 2%;
        }

		
.yslygiroditel {
		color: #2c343b;
		text-align: center;
		background:url(../img/ysl.jpg) no-repeat 40%/cover white;
		margin-left:0%;
		margin-right:0%;
}	
		
        .string {
		 text-align: center; /*Равняем текст по-горизонтали*/
        }

		.stringopisanie {
         text-align: center; /*Равняем текст по-горизонтали*/
		 text-align: left; /*Равняем текст по-горизонтали*/
		 padding:10px 30px 10px 30px; 
		 font-size:15px;
        }		
		
		 .stringimg {
         text-align: center; /*Равняем текст по-горизонтали*/
        }
		
.pereiti {
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
}		
		
/*КАТАЛОГ КОНЕЦ*/





/*------ КАК АРЕНДОВАТЬ НАЧАЛО ------*/
.blockakc {
	background:url(../img/fonarenda.jpg);
	background-attachment:fixed;
}


.zagakc {
	font-size: 32px;
	text-align:center;
	margin-right: 10%;
	margin-left: 10%;
	color:white;
}

.stringAKC {
	color: #292929;
	font-size: 16px;
	text-align: left;
	padding: 10px;
	margin-bottom:20px;
}


.yslygilogoAKC {
	display: inline-block; /*Задаем блочно-строчное отображение*/
	vertical-align: top;
  	width: auto; /*задаем ширину блока*/
	max-width: 380px;
	margin:0px 0px 20px 0px;
	margin-right:1%;
	margin-left: 1%;
	border: 1px solid white;
	padding: 10px;
	background:white;
	border-radius: 10px;
}

		
@media only screen and (min-width: 770px) {		
.yslygilogoAKC a:hover {
	display: inline-block; /*Задаем блочно-строчное отображение*/
	transition: 0.4s;
}
}

.logoroditelAKC {
		text-align: center;
		margin-top: 10px;
}	

 .logoimgAKC {
         text-align: center; /*Равняем текст по-горизонтали*/
        }	
	
.stringlogoAKC {
		 text-align: center; /*Равняем текст по-горизонтали*/
		 font-size: 22px;
		 font-weight:500;
		 margin: 0 auto;
		 padding:5px; 
		 color: #2e2721;
        }		
	
/*------ КАК АРЕНДОВАТЬ КОНЕЦ ------*/






	
/*------текст 1 начало------*/	

.fonobproizv{
	background:url(../img/mramor.jpg);
}

	
.textperviy {
	width: 50%;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.7;
	padding:0% 7% 0% 7%;
	
}

@media only screen and (max-width: 1070px) {		
.textperviy{
	width: 100%;
}
}   
	
	
.rightimg  {
    float: right; /* Выравнивание по правому краю  */ 
	margin: 0 0 30px 30px;
    margin-top: 0px; /* Отступы вокруг картинки */
	width: 50%;

   }
   
@media only screen and (max-width: 770px) {		
.rightimg{
	width: 100%;
}
}   
   
  

/*------текст 1 конец------*/	

	
	
/*------контакты------*/		
.kontroditel {
		text-align: center;
		background: #f5f5f5;
}	

.footerkont {
	margin-top: 0;
    color: #2e2721;
	font-weight:500;
    font-size: 20px;
    text-align: left;
}		

.konttabl {
	display: inline-block; /*Задаем блочно-строчное отображение*/
	vertical-align: top;
  	width: auto; /*задаем ширину блока*/
	max-width: 400px;
	margin:30px 0px 30px 0px;
	margin-right:5%;
	margin-left: 5%;
        }	
		
.konttabl1 {
	display: inline-block; /*Задаем блочно-строчное отображение*/
	vertical-align: top;
  	width: 50%; /*задаем ширину блока*/
	margin:0px 0px 0px 0px;
	margin-right:1%;
	margin-left: 1%;
	margin-top: 30px;
        }			

@media only screen and (max-width: 770px) {
  .konttabl1 {
	width: 90%;
  }
}   

/*------контакты------*/		



/* backto top
==================================================*/

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    line-height: 40px;
    font-size: 20px;
    right: 10px;
    text-align: center;
    color: #fff;
    background: rgba(255, 67, 2, 0.8);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
	z-index:1000;
}

.cd-top:hover {
    background: #292929;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: 0.7;
}

.no-touch .cd-top:hover,
.no-touch .cd-top:focus {
    background-color: #ffbf00;
    opacity: 1;
    color: #fff;
}

/* backto top
==================================================*/



/*футар начало*/
.textfooter {
	margin-top: 0;
    color: #fff;
    font-weight: ;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
	}

.textfooter2 {
	margin-top: 0;
    color: #fff;
    font-weight: ;
    font-size: 15px;
    text-align: center;
	}	
	

		#tablefooter {
    			width: 100%;
    			max-width: 100%;
   			min-width:300px;
   			height:450px;
    			position: relative;
    			margin: auto; 
    			border: 0px solid #131313;
				background-color: #131313;
		}	
/*футар конец*/



	
 a { /*------ОТМЕНА ПОДЧЕРКИВАНИЯ У ССЫЛОК И ЗАДАНИЕ ИМ ЦВЕТА РОДИТЕЛЯ------*/
    text-decoration: none;
	color: inherit;
	}	

	
	/*------блоки не залазят друг на друга------*/
.new_class:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
