body {
  background-color: #fff;
  font:normal 100% 'Roboto', sans-serif;
}

 p {
    margin-top: 0em; /* Отступ сверху */
    margin-bottom: 0em; /* Отступ снизу */
   }

h1 {
	font-weight: 500;
	font-size: 32px;
}
   
 .fonblock {
	background: ; 
	background-attachment: ;
 }	
@media only screen and (max-width: 770px) {
  .fonblock {
    background: ; 	
  }
}   
   
/*------главная картинка и подчеркивание начало------*/

.logoslider {
	margin-top:-320px;
	z-index: 1;
	position:relative;
}

@media only screen and (max-width: 770px) {		
.logoslider {
	margin-top:-270px;
}
}


.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:#f8f8ff;
}

.contacts {
	font:normal 100% 'Roboto', sans-serif;
	text-align: center;
	font-size: 22px;
	margin-top: 20px;
}

		.knopkaopisanie {
         margin-top: 20px;
		 text-align: center; /*Равняем текст по-горизонтали*/
		 color: white;
        }	

		.ramkayznatbnew a {
				border:2px solid #0066FF; /*009dff*/
				padding: 5px 20px 5px 20px;
				border-radius: 0px;
				background-color: #0066FF; /*009dff*/
				box-shadow: 0.2em 0.2em 5px rgba(122,122,122,0.5);
				
		}
		.ramkayznatbnew a:hover {
				color: #fff; /* Цвет ссылки при наведении на нее курсора мыши */ 
				background: #363636;
				border:2px solid #363636;
				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 #0066FF;
				padding: 1px 5px 1px 5px;
				border-radius: 0px;
				background-color: #0066FF;
				
		}
}   		
		

.nomer1 {
	font:normal 100% 'Roboto', sans-serif;
	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: -67px;
  }
}   
.po4ta {
	font:normal 100% 'Roboto', sans-serif;
    text-align: right;
	font-size: 18px;
	margin-right:3%;
}	
@media only screen and (max-width: 770px) {
  .po4ta {
    font-size: 17px;	
  }
}   

/*------Над меню белое конец------*/


/*------меню 3 для телефона------*/
ul.navforphone li{

        display:inline-block; /* расположить пункты горизонтально */
		padding: 7px 0px 7px 24px;
		color: white;
		font-size: 15.4px;
    }
	
.navforphone {
	background: #1a1a1a;
}


@media only screen and (min-width: 770px) {
  .navforphone {
    display: none;	
  }
}   
/*------меню 3 для телефона конец------*/


/*------кнопка перезвонить вам? ------*/
.modal1 {
  font-size: 17px;
  padding: 14px 14px;
  display: inline-block;
  bottom: 20px;
  border-radius: 0px 20px 0px 20px;
  background: rgba(0, 102, 255, 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: #0066FF;
}
/*------кнопка перезвонить вам? конец------*/







/*выбор города начало*/
.viborgorod {
	font-size: 24px;
	color: #2e2721;
}

.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 #dcdfe6;
	border-radius: 4px;
	background: #fff;
	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 #dadada;
	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;
	}
}
/*выбор города конец*/







/*------Начало НАШЕЙ ПРОДУКЦИИ------*/
.zagolovok1 {
	font:normal 100% 'Roboto', sans-serif;
	margin-top: 0;
    color: #2e2721;
	font-weight: 500;
    font-size: 32px;
    text-align: center;
	margin-right:10%;
	margin-left: 10%;
	}	

.yslygilogo {
	display: inline-block; /*Задаем блочно-строчное отображение*/
	vertical-align: top;
  	width: auto; /*задаем ширину блока*/
	max-width: 252px;
	margin:20px 0px 20px 0px;
	margin-right:1%;
	margin-left: 1%;
	background: #0066FF;

        }

		
@media only screen and (min-width: 770px) {		
.yslygilogo a:hover {
	display: inline-block; /*Задаем блочно-строчное отображение*/
	background: #292929;
	transition: 0.4s;
}
}

.logoroditel {
		text-align: center;
		margin-top: -20px;
}	

 .logoimg {
         text-align: center; /*Равняем текст по-горизонтали*/
        }	
	
.stringlogo {
         font:normal 100% 'Roboto', sans-serif;
		 text-align: center; /*Равняем текст по-горизонтали*/
		 font-size: 18px;
		 margin: 0 auto;
		 padding:15px; 
		 color: white;
        }		
	
.stringlogo :hover {
	color: white; /*Задаем цвет текста при наведении*/
}			

/*------конпка заказать сейчас начало------*/
.zakaz {
	font:normal 100% 'Roboto', sans-serif;
	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 #0066FF;
				padding: 5px 20px 5px 20px;
				border-radius: 0px;
				background-color: #0066FF;
				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;
		}
	
/*------конпка заказать сейчас конец------*/	
/*------конец НАШЕЙ ПРОДУКЦИИ------*/






/*------ НАШИ ПРЕИМУЩЕСТВА НАЧАЛО ------*/
.blockakc {
	background:url(../img/antrocit1.jpg);
}


.zagakc {
	font-size: 32px;
	text-align:center;
	margin-right: 10%;
	margin-left: 10%;
	color:white;
}

.stringAKC {
	color: #292929;
	font-size: 15px;
	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: #0066FF;
        }		
	
/*------ НАШИ ПРЕИМУЩЕСТВА КОНЕЦ ------*/






	
/*------текст 1 начало------*/	

.fonobproizv{
	background:url(../img/mramor.jpg);
}


.textbodyopisanie {
	margin-right:8%;
	margin-left: 8%;
	margin-top: 0px;
    color: black;
	font-weight: 400;
    font-size: 18px;
    text-align: left;
	}
	
.rightimg  {
    float: right; /* Выравнивание по правому краю  */ 
	margin: 0 0 30px 30px;
    margin-top: 0px; /* Отступы вокруг картинки */
	width: 100%;
	max-width: 490px;
	
   }
   
.leftimg  {
    float: left; /* Выравнивание по правому краю  */ 
	margin: 0 30px 0px 0px;
    margin-top: 0px; /* Отступы вокруг картинки */
	width: 100%;
	max-width: 490px;
   }	   

/*------текст 1 конец------*/	




/*------фото с производства начало------*/
.yslygilogoZZZ {
	display: inline-block; /*Задаем блочно-строчное отображение*/
	vertical-align: top;
  	width: auto; /*задаем ширину блока*/
	max-width: 260px;
	margin:0px 0px 20px 0px;
	margin-right:1%;
	margin-left: 1%;

        }

		
@media only screen and (min-width: 770px) {		
.yslygilogoZZZ a:hover {
	display: inline-block; /*Задаем блочно-строчное отображение*/
	transition: 0.4s;
}
}

.logoroditelZZZ {
		text-align: center;
		margin-top: 10px;
}	

 .logoimgZZZ {
         text-align: center; /*Равняем текст по-горизонтали*/
        }	
	
.stringlogoZZZ {
         font:normal 100% 'Roboto', sans-serif;
		 text-align: left; /*Равняем текст по-горизонтали*/
		 font-size: 18px;
		 margin: 0 auto;
		 padding:5px; 
		 color: black;
        }		
	
.stringlogoZZZ :hover {
	color: #0066FF; /*Задаем цвет текста при наведении*/
}			
/*------ фото с производства конец ------*/





	
	
/* NASHI DANNIE start  */ 
.opisanie {
	font:normal 100% 'Roboto', sans-serif;
	margin-top: 0;
    color: black;
    font-size: 18px;
    text-align: left;
	margin-right:8%;
	margin-left: 8%;
	}	

.pod4erknytb {
	text-align:left;
	margin-right:7%;
	margin-left: 7%;
}

	
/* NASHI DANNIE end  */ 	
	
	
/*------контакты------*/		
.kontroditel {
		text-align: center;
}	

.footerkont {
	font:normal 100% 'Roboto', sans-serif;
	margin-top: 0;
    color: black;
	font-weight: ;
    font-size: 21px;
    text-align: left;
	margin-right:10%;
	margin-left: 10%;
}		

.konttabl {
	display: inline-block; /*Задаем блочно-строчное отображение*/
	vertical-align: top;
  	width: auto; /*задаем ширину блока*/
	max-width: 400px;
	margin:30px 0px 30px 0px;
	margin-right:1%;
	margin-left: 1%;
        }	
		
.konttabl1 {
	display: inline-block; /*Задаем блочно-строчное отображение*/
	vertical-align: top;
  	width: auto; /*задаем ширину блока*/
	max-width: 400px;
	margin:0px 0px 0px 0px;
	margin-right:1%;
	margin-left: 1%;
	margin-top: 20px;
        }			

/*------контакты------*/		



/* 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(0, 102, 255, 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: rgba(0, 102, 255, 1);
}

.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;
}
