﻿.video-link {
	padding-left: 50px;
	line-height: 26px;
	background: url('imgs/video.svg') no-repeat scroll 0 0 transparent;
	background-size: 26px 26px;
	display: inline-block;
	height: 26px;
}
.download-link {
	padding-left: 50px;
	line-height: 26px;
	background: url('imgs/icon-download.svg') no-repeat scroll 0 0 transparent;
	background-size: 26px 26px;
	display: inline-block;
	height: 26px;
}
.online-spravka {
	padding-left: 50px;
	line-height: 26px;
	background: url('imgs/online-spravka.svg') no-repeat scroll 0 0 transparent;
	background-size: 26px 26px;
	display: inline-block;
	height: 26px;
}
.pdf-link {
	padding-left: 50px;
	line-height: 26px;
	background: url('imgs/pdf-link.svg') no-repeat scroll 0 0 transparent;
	background-size: 26px 26px;
	display: inline-block;
	height: 26px;
}
.spravka-link {
	padding-left: 50px;
	line-height: 26px;
	background: url('imgs/spravka-link.svg') no-repeat scroll 0 0 transparent;
	background-size: 26px 26px;
	display: inline-block;
	height: 26px;
}
.present-link {
	padding-left: 50px;
	line-height: 26px;
	background: url('imgs/present-link.svg') no-repeat scroll 0 0 transparent;
	background-size: 26px 26px;
	display: inline-block;
	height: 26px;
}
.info-link {
	padding-left: 45px;
	line-height: 26px;
	background: url('imgs/info-link.svg') no-repeat scroll 0 0 transparent;
	background-size: 26px 26px;
	display: inline-block;
}
.download-distribution {
	position: relative;
	padding-left: 25px;
}
.download-distribution:before {
	position: absolute;
	content: '';
	width: 14px;
	height: 17px;
	background: url('imgs/download-distribution.svg') no-repeat scroll 0 0 transparent;
	background-size: 14px 17px;
	left: 0;
	top: 0;
}
.warning {
    display: block;
	font-weight: bold;
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
    margin-top: 15px;
    margin-bottom: 15px;
	padding: 10px 0 10px 67px;
	background: url('imgs/warning.svg') no-repeat scroll 10px center transparent;
	background-size: 33px 26px;
}
.table tr:first-child td,
.table tr:first-child th {
	background-color: #eee;
	padding: 15px 30px;
	font-weight: bold;
	border-bottom: none;
	text-align: left;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	border-bottom: 1px solid #acacac;
	padding: 15px 30px;
	border-top: none;
}
.table tr:last-child td,
.table tr:last-child th {
	border-bottom: none;
}
@media (max-width: 470px) {
	.table tr:first-child td,
	.table tr:first-child th {
		padding: 15px 5px
	}
	.table > tbody > tr > td,
	.table > tbody > tr > th,
	.table > tfoot > tr > td,
	.table > tfoot > tr > th,
	.table > thead > tr > td,
	.table > thead > tr > th {
		padding: 15px 5px;
	}
}
.price-table {
	width: 100%;
}
.price-table tr td {
	padding: 0px 5px 0px;;
	border: 1px solid #acacac;
}
@media (min-width: 400px) {
	.price-table tr td .bullet {
		display: none;
	}
}
@media (max-width: 400px) {
	.price-table tr td {
		padding: 15px 14px;
	}
}
h2, .h2 {
	font-size: 32px !important;
    margin: 30px 0;
    word-wrap: break-word;
}
/*шаблоны кнопок*/
a.knopka {
  color: #fff; /* цвет текста */
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: rgb(212,75,56); /* фон кнопки */
  padding: .7em 1.5em; /* отступ от текста */
  outline: none; /* убирать контур в Mozilla */
} 
a.knopka:hover { background: rgb(232,95,76); } /* при наведении курсора мышки */
a.knopka:active { background: rgb(152,15,0); } /* при нажатии */




#blink {
	-webkit-animation: blink 4s linear infinite; 
	animation: blink 4s linear infinite; 
	font-weight: bold; 
	color: color: #FFFF00; 
}

@-webkit-keyframes blink { 
	0% { color: #FFFF00; }
	50% { color: #FBB; }
	100% { color: #FFFF00; }
}

@keyframes blink {  
	0% { color: #FFFF00; }
	50% { color: #FBB; }
	100% { color: #FFFF00; } 
}



