@charset "utf-8";
/* Простой «резиновый» носитель
   Примечание. Для «резинового» носителя требуется удалить атрибуты высоты и ширины из HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video, iframe {
	max-width: 100%;
}
/* IE6 не поддерживает атрибут max-width, поэтому по умолчанию используется ширина 100 % */
.ie6 img {
	width:100%;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*
	Свойства Dreamweaver Fluid Grid
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Вдохновлено книгой «Отзывчивый веб-дизайн» (Responsive Web Design) Итана Маркота (Ethan Marcote) 
	http://www.alistapart.com/articles/responsive-web-design
	
	и системой Golden Grid Джони Корпи (Joni Korpi)
	http://goldengridsystem.com/
*/

/* Мобильный макет: 480 пикс. и меньше. */
.pay_button { display:none; }
header {
	color: #848484;
	font-size: 13px;
/*	    border-bottom: 4px solid #FBDC49;*/

}
footer {color: #202020; font-size: 14px;}
footer a {color: #202020; text-decoration:none;}
footer a:hover {color: #202020; text-decoration:underline;}
footer a:visited {color: #202020;}
header .gridContainer, footer .gridContainer {
	padding-top: 5px;
	padding-bottom: 5px;
}
.center {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear: both;}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	padding-top: 2%;
	padding-bottom: 2%;
}
h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;	
	font-weight: normal;
	text-align:center;
}

h1 { font-size:1.8em; }
h2 { font-size:1.6em; }
h3 { font-size:1.09em; margin: 0.8em 0; }
h4 { font-size:0.8em; }

/*ul { list-style-image: url(images/gal_2.png); }*/
li {
    margin-top: 12px;
}
.myButton {
    -moz-box-shadow: 0px 3px 0px 0px #ae0e0f;
    -webkit-box-shadow: 0px 3px 0px 0px #ae0e0f;
    box-shadow: 0px 3px 0px 0px #ae0e0f;   
    background-color: #be1011;
	background-repeat: no-repeat;
    border: none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;	
	font-size:19px;
	font-weight:normal;
	padding-top:14px;
	padding-bottom:14px;
	text-decoration:none;
	margin: 10px auto;
	text-align:center;
	width: 103%;
}
.myButton:hover {
	background-color:#ae0e0f;
	color:#ffffff;
}
.myButton:active {
	position:relative;
	top:1px;
	color:#ffffff;
}
.myButton:visited {
	color:#ffffff;
}

.myButton2 {  
    background-color: #E6A60E;
    border: none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#000;	
	font-size:20px;
	font-weight:normal;
	padding-top:12px;
	padding-bottom:12px;
	text-decoration:none;
	width: 90%;	
}
.myButton2:hover {
	background-color:#F3A53A;
	color:#000;
}
.myButton2:active, .myButton2:visited {
	color:#000;
}
.column {
 float: left;
}
.two-thirds { width: 100%; padding: 2% 0; }
.third { width: 100%; padding: 2% 0;}

.clearfix:before,
.clearfix:after {
 content: " ";
 display: table;
}
 
.clearfix:after {
 clear: both;
}
img {
	text-align:center;
	margin:0 auto;
	display:block;
}
table { display: table; vertical-align:middle;}

.fourth, .col_80, .fifth { width: 100%; }
.half { width: 100%; }

.flow-opposite {float: right;}
.left { margin: 0 auto; padding-right: 0; text-align:center;}
.right { margin: 0 auto; padding-right: 0; text-align:center;}

.check, .check_b {padding: 0;}
.check li { list-style-type:none; background-image: url(images/galka.png); background-repeat:no-repeat; padding-left: 50px;height: 47px; display: table; margin-top: 14px; font-size:17px; color:#747474;}
.check_b li { list-style-type:none; background-image: url(images/gal_2.png); background-repeat:no-repeat; padding-left: 30px;height: 40px; display: table; margin-top: 10px;}

.gar {
     cursor:pointer;
     color:blue;
     font-size:15px;    
     text-align:center;
	 margin: 1.5em auto;
}
.gar:hover {text-decoration:underline;}
.gar_img {cursor:pointer;}

.table_adapt td {display:block;}



/* Макет для планшета: 481–768 пикс. Наследует стили от мобильного макета. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}

/*h1 { font-size:2.2em; }*/
}

/* Макет для настольного компьютера: 769–1232 пикс. (максимум). Наследует стили от мобильного макета и макета для планшета. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 768px;
	padding-left: 0.9em;
	padding-right: 0.9em;
	margin: auto;
}
footer .gridContainer {
	width: 95%;
	max-width: 940px;
}
h2, h3, h4, h5 {
	text-align:left;
}
.two-thirds { width: 60%; padding: 2% 3%; }
.third { width: 40%; }
.fourth { width: 25%; }
.fifth { width: 20%; }
.half { width: 50%; padding: 0 2%; }
.col_80 { width: 80%; }
.leftimg {margin: 0; padding: 0 0 0 40px;}
.left { float: left; padding-right: 3%; text-align:left;}
.right { float: right; padding-left: 3%; text-align:left;}
.table_adapt td {display: table-cell;}

}

@media only screen and (min-width: 960px) {

.myButton {
	text-align: left;
	padding: 14px 8%;
	background-image:url(images/cka4.png);
	background-position: 93% 50%;
}
}

