body {
  background-color: #fff;
  font:normal 100% 'Roboto', sans-serif;
}

 p {
    margin-top: 0em; /* Отступ сверху */
    margin-bottom: 0em; /* Отступ снизу */
   }
   
 .fonblock {
	background: url(../img/fonblock1.jpg); 
	background-attachment: fixed;
 }	
@media only screen and (max-width: 770px) {
  .fonblock {
    background: url(../img/fonblock.jpg); 	
  }
}   
   
/*------главная картинка и подчеркивание начало------*/
.glavimg {
	height: 450px;
	background: url(../img/fonnew.jpg) no-repeat 50%/cover;
    background-size: cover;
}

.logoslider {
	margin-top:-260px;
	z-index: 1;
	position:relative;
}

.liniya {
	text-align: center;
}
.liniyamashtab {
	display: block;
    max-width: 90%;
    margin: 0 auto;
}	

/*------главная картинка и подчеркивание конец------*/

/*------Над меню белое начало------*/
.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-color: #dedede;
}

.contacts {
	font:normal 100% 'Roboto';
	text-align: center;
	font-size: 22px;
	margin-top: 20px;
}

		.knopkaopisanie {
         margin-top: 20px;
		 text-align: center; /*Равняем текст по-горизонтали*/
		 color: white;
        }	

		.ramkayznatbnew a {
				border:2px solid #8c5f2b;
				padding: 5px 20px 5px 20px;
				border-radius: 25px;
				background-color: #8c5f2b;
				
		}
		.ramkayznatbnew a:hover {
				color: white; /* Цвет ссылки при наведении на нее курсора мыши */ 
				background: #b87528;
				border:2px solid #b87528;
				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 #8c5f2b;
				padding: 1px 5px 1px 5px;
				border-radius: 15px;
				background-color: #8c5f2b;
				
		}
}   		
		

.nomer1 {
	font:normal 100% 'Roboto';
	text-align: right;
	font-size: 22px;
	margin-top: -40px;
	margin-right:3%;
}
@media only screen and (max-width: 770px) {
  .nomer1 {
    font-size: 17px;	
	margin-top: -77px;
  }
}   
.po4ta {
	font:normal 100% 'Roboto';
    text-align: right;
	font-size: 22px;
	margin-right:3%;
}	
@media only screen and (max-width: 770px) {
  .po4ta {
    font-size: 17px;	
  }
}   

/*------Над меню белое конец------*/




/*выбор города начало*/
.viborgorod {
	font-size: 25px;
}

.viborgorodcentr {
	text-align:center;
}

.imgmesto {
	margin-top:-6px;
	float:right;
}

.selectlink {			
	position: relative;
	display: inline-block;
	width: 300px;
	text-align: center;
	margin: 10px;
}
.selectlink-control {
	position: relative;
	padding: 10px 15px;
	border: 1px solid black;
	border-radius: 4px;
	background: #FFF8DC;
	cursor: pointer;
}	
.selectlink-control:after {
	content: '';
	border: 5px solid transparent;
	border-top: 5px solid #999;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
}
.selectlink ul {
	display: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	max-height: 250px;
	position: absolute;
	top: 100%;
	left: 0px; 
	border: 1px solid black;
	border-radius:0px 0px 0px 10px;
	border-top: none;
	background: #fff;
	z-index: 9999;
	overflow: auto;
	user-select: none;
}	
.selectlink li {
	display: block;
	margin: 0;
	padding: 0;
}
.selectlink li a {
	position: relative;
	display: block;
	margin: 0;
	padding: 4px 6px 4px 15px;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.1;
	cursor: pointer;
	text-decoration: none;
	color: #333;
}			
.selectlink li a:hover {
	background: #212121;
	color: #fff;
}
 
@media screen and (max-width: 700px) {
	.body_pointer {
		cursor: pointer;
	}
}
/*выбор города конец*/




/*------кнопка перезвонить вам? ------*/
.modal1 {
  font-size: 17px;
  padding: 14px 14px;
  display: inline-block;
  bottom: 20px;
  border-radius: 0px 20px 0px 20px;
  background: rgba(255, 114, 0, 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: #ff7200;
}
/*------кнопка перезвонить вам? конец------*/





/*------ НАШИ ПРЕИМУЩЕСТВА НАЧАЛО ------*/
.zagakc {
	font-size: 26px;
	text-align:center;
	margin-right: 10%;
	margin-left: 10%;
	color:#303030;
}

.stringAKC {
	color: #292929;
	font-size: 16px;
	text-align: left;
	padding: 10px;
}

.stringAKC1 {
	font-size: 17px;
	margin-top: -5px;
	padding:0px 0px 8px 5px;
}

.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 {
         font:normal 100% 'Roboto', sans-serif;
		 text-align: center; /*Равняем текст по-горизонтали*/
		 font-size: 22px;
		 margin: 0 auto;
		 padding:5px; 
		 color: #8c5f2b;
        }		
	
/*------ НАШИ ПРЕИМУЩЕСТВА КОНЕЦ ------*/






/*------начало основы------*/
.zagolovok1 {
	font:normal 100% 'Roboto';
	margin-top: 0;
    color: black;
	font-weight: 100;
    font-size: 32px;
    text-align: center;
	margin-right:10%;
	margin-left: 10%;
	}	

.yslygilogo {
	display: inline-block; /*Задаем блочно-строчное отображение*/
	vertical-align: top;
  	width: auto; /*задаем ширину блока*/
	max-width: 290px;
	margin:30px 0px 30px 0px;
	margin-right:1%;
	margin-left: 1%;
	background: #fff;
	-moz-box-shadow:0 0 20px #9e9e9e;
	-webkit-box-shadow:0 0 20px #9e9e9e;
	box-shadow:0 0 20px #9e9e9e;
        }

		
@media only screen and (min-width: 770px) {		
.yslygilogo a:hover {
	display: inline-block; /*Задаем блочно-строчное отображение*/
	background: #dede8c;
}
}

.logoroditel {
		text-align: center;
}	

 .logoimg {
         text-align: center; /*Равняем текст по-горизонтали*/
        }	
	
.stringlogo {
         font:normal 100% 'Roboto';
		 font-style: italic;
		 text-align: center; /*Равняем текст по-горизонтали*/
		 font-size: 18px;
		 margin: 0 auto;
		 padding:15px; 
		 color: #302f2f;
        }		
	
/*------конец очновы------*/

/*------конпка заказать сейчас начало------*/
.zakaz {
	font:normal 100% 'Roboto';
	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 #8c5f2b;
				padding: 5px 20px 5px 20px;
				border-radius: 25px;
				background-color: #8c5f2b;
				
		}
		.ramkazakazatb a:hover {
				color: white; /* Цвет ссылки при наведении на нее курсора мыши */ 
				background: #b87528;
				border:2px solid #b87528;
				transition: 0.2s linear;
		}
	
/*------конпка заказать сейчас конец------*/	

	
/*------текст 1 начало------*/	
.text1 {
	margin-right:10%;
	margin-left: 10%;
	margin-top: 20px;
    color: black;
	font-weight: 400;
    font-size: 20px;
    text-align: left;
	}	
	
.text2 {
	margin-right:10%;
	margin-left: 10%;
	margin-top: 20px;
    color: black;
	font-weight: 400;
    font-size: 20px;
    text-align: left;
	}		
	
.text3 {
	margin-right:10%;
	margin-left: 10%;
	margin-top: 20px;
    color: black;
	font-weight: 400;
    font-size: 20px;
    text-align: left;
	}			
/*------текст 1 конец------*/	
	
/*------footer------*/		
.footerroditel {
		text-align: center;
}	

.footer {
	font:normal 100% 'Roboto';
	margin-top: 0;
    color: black;
	font-weight: 100;
    font-size: 22px;
    text-align: left;
	margin-right:10%;
	margin-left: 10%;
}		

.footertabl {
	display: inline-block; /*Задаем блочно-строчное отображение*/
	vertical-align: top;
  	width: auto; /*задаем ширину блока*/
	max-width: 400px;
	margin:30px 0px 30px 0px;
	margin-right:1%;
	margin-left: 1%;
        }	
		
.footertabl1 {
	display: inline-block; /*Задаем блочно-строчное отображение*/
	vertical-align: top;
  	width: auto; /*задаем ширину блока*/
	max-width: 400px;
	margin:0px 0px 0px 0px;
	margin-right:1%;
	margin-left: 1%;
        }			
/*------footer------*/		
	
 a { /*------ОТМЕНА ПОДЧЕРКИВАНИЯ У ССЫЛОК И ЗАДАНИЕ ИМ ЦВЕТА РОДИТЕЛЯ------*/
    text-decoration: none;
	color: inherit;
	}	

	
	/*------блоки не залазят друг на друга------*/
.new_class:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
