			html { 
				height: 100%;
			}
			body {
				margin: 0; /* Убираем отступы */
				height: 100%; /* Высота страницы */
				background-image: url(../img/kraft-bumaga-200x200.jpg);
				
				background-repeat: repeat;
				/*-moz-background-size: 100%; /* Firefox 3.6+ */
				/*-webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
				/*-o-background-size: 100%; /* Opera 9.6+ */
				/*background-size: 100%; /* Современные браузеры */
			}
			@media screen and (max-width : 480px) {
				html, body {
					font-size: 14px;
				}
				h1 {
					font-size: 16px;
				}
			}
			h1 {
				text-align: center;
				
			}
			/*h3 {
				font-size: 16px;
			}*/
			p {
				text-align: justify;
			}
			
			img {
				max-width: 100%;
			}
			iframe {
				max-width: 100%;
			}
			div {
				color: #808080;
				font-size:115%;
				opacity: 0.85;
				
			}
			a {
				text-decoration:none;
			}
			
			.mymenu {
				list-style: none; /*убираем маркеры списка*/
				margin: 0; /*убираем отступы*/
				padding-left: 0; /*убираем отступы*/
				overflow: auto;
				  display: inline-block;
  vertical-align: middle;
  border-radius: 15px;
				
			}
			.menu1 {
				float:left; /*Размещаем список горизонтально для реализации меню*/
				margin-right:5px; /*Добавляем отступ у пунктов меню*/
				
			}

			.zero {
			    width: 60%;
                
				text-align: center;
				background-color: white;
				font-size:125%;
	

				/*background-color: rgba(255, 255, 255, 0);*/
                margin: 20px auto;
                position: relative;
				padding: 20px;
				border-radius: 50px;
				box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 14px 28px rgba(0,0,0,0.25);
			}			
			.first {
			    width: 60%;
                /*height: 600px;*/
                background-color: white;
                margin: 20px auto;
                position: relative;
				padding: 20px;
				border-radius: 50px;
				 box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 14px 28px rgba(0,0,0,0.25);
			}
			.second {
				text-align: center;
			}
			
			.third {
				background-color: rgba(255, 255, 255, 0);
				text-align: center;
				color: white;
				margin: 5px 0 0;				
			}	
						
			.rightimg  {
				float: right; /* Выравнивание по правому краю  */ 
				margin: 7px 0 7px 7px; /* Отступы вокруг картинки */
			}
			.a1 {
				display: inline-block;
				height: 45px;
				width: 185px;
				background: #D8D8D8;
				margin: 5px;
				border-radius: 10px;
				text-align: center;
				
				/* color: #800080; */
								box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 14px 28px rgba(0,0,0,0.25);
			}
			.a2 {
				display: inline-block;
				height: 50px;
				width: 50px;
				background: #D8D8D8;
				margin: 5px;
				border-radius: 30%;
				text-align: center;
				/* color: #800080; */
				box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 14px 28px rgba(0,0,0,0.25);
			}
			a i {
				color: #808080;
				font-style: normal;

  vertical-align: middle;				/*font-size: 20px;
				 margin-top: 20px; */
				
			}	
			a:hover {
				background: #808080;
				transition: 1s;
			}
			a:hover i {
				color: #f1f1f1;
				transition: 1s;
				transform: scale(1.3);
			}
			.i1 {
				font-size:150%;
				text-align: center;
				
				
			}	
			.faq {
				font-size:16px;
				text-align: justify;

			}
			
			.faq p {
				font-size:16px;
				text-align: justify;
				color: black;
				opacity: 0.85;				
				
			}
			.faq h3 {
				font-size:20px;
				text-align: justify;
				color: black;
				opacity: 0.85;
				
			}