.search {
    font-family: fonts;
    margin-left:10px;
    width: 250px; /* Ширина поля с кнопкой */
    border: 1px solid rgba(00,00,00,0.2);
    height: 50px; /* Высота */
    padding-left: 5px; /* Поля */
    font-size: 20px; /* Размер текста */
    vertical-align: middle; /* Выравнивание по середине */
    border-radius: 5px;
    background: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
   }
   
.search input[type="search"] {
    border: none; /* Убираем рамку */
    outline: none; /* Убираем свечение в Chrome и Safari */
    -webkit-appearance: none; /* Убираем рамку в Chrome и Safari */
    width: 190px; /* Ширина поля */
    vertical-align: middle; /* Выравнивание по середине */
    font-size: 20px; /* Размер текста */
   }
   
.search input[type="submit"] {
    width: 50px; /* Ширина кнопки */
    height: 50px; /* Высота кнопки */
    border: none; /* Убираем рамку */
    vertical-align: middle; /* Выравнивание по середине */
    background: url(../photos/default/sbp.png) no-repeat 50% 50%; /* Параметры фона */
    cursor: pointer;
   }
   
.search:hover input[type="submit"] {
    transform: scale(1.1);
    transition: 2s transform;
   }
   
.promocode {
    font-family: fonts;
    margin-left:10px;
    width: 400px; /* Ширина поля с кнопкой */
    border: 1px solid rgba(00,00,00,0.2);
    height: 50px; /* Высота */
    padding-left: 5px; /* Поля */
    font-size: 20px; /* Размер текста */
    vertical-align: middle; /* Выравнивание по середине */
    border-radius: 5px;
    background: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
   }
   
.promocode input[type="promocode"] {
    border: none; /* Убираем рамку */
    outline: none; /* Убираем свечение в Chrome и Safari */
    -webkit-appearance: none; /* Убираем рамку в Chrome и Safari */
    width: 330px; /* Ширина поля */
    vertical-align: middle; /* Выравнивание по середине */
    font-size: 20px; /* Размер текста */
   }
   
.promocode input[type="submit"] {
    width: 50px; /* Ширина кнопки */
    height: 50px; /* Высота кнопки */
    border: none; /* Убираем рамку */
    vertical-align: middle; /* Выравнивание по середине */
    background: url(../photos/default/sbp.png) no-repeat 50% 50%; /* Параметры фона */
    cursor: pointer;
   }
   
.promocode:hover input[type="submit"] {
    transform: scale(1.1);
    transition: 2s transform;
   }

.admin_block {
	vertical-align: top;
	display: inline-block; /*Задаем блочно-строчное отображение*/
	width: 345px; 
	font-size: 12px; 
	font-family: fonts;
	margin: 0px 15px 30px 15px;
	background: #f5f5f6;
	border: 1px solid rgba(00,00,00, 0.0);
	cursor: pointer;
	border-radius: 10px;
	height: 200px;
	box-shadow: 0 0 3px grey;
	padding: 15px;
}

.admin_block:hover {
    box-shadow: 0 0 10px grey;
}

.fonts_admin_block
{ 
    font-family: fonts-medium;
    font-size: 28px;
    color: #000000;
}

.fonts_text_admin_block
{ 
	font-family: fonts;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    color: black;
	text-align:justify;
}