@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;
  outline:none;
}
/*
	Свойства 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 #2c2d47;
}
footer {font-size: 14px; color: #202020; border-top: 4px solid #2c2d47;}
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: 1.5%;
	padding-bottom: 1.5%;
}
.headH1 {
	margin: 0;
	font-size: 1.3em;
}
.headH1 span {
    text-align: center;
	background-color: #e6e7e8;
    padding: 0.5em 1em;
    display: block;
	margin-left:auto;
	margin-right:auto;	
}
.OAP_input {
	width: 80%;
	height: 40px;
	margin: 5px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #a0a0a0;
	text-indent: 30px;
}
.myButton {
	-moz-box-shadow: 0px 3px 0px 0px #d57b07;
	-webkit-box-shadow: 0px 3px 0px 0px #d57b07;
	box-shadow: 0px 3px 0px 0px #d57b07;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6b711), color-stop(1, #e88906));
	background:-moz-linear-gradient(top, #f6b711 5%, #e88906 100%);
	background:-webkit-linear-gradient(top, #f6b711 5%, #e88906 100%);
	background:-o-linear-gradient(top, #f6b711 5%, #e88906 100%);
	background:-ms-linear-gradient(top, #f6b711 5%, #e88906 100%);
	background:linear-gradient(to bottom, #f6b711 5%, #e88906 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b711', endColorstr='#e88906',GradientType=0);
	background-color:#f6b711;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;	
	font-size:18px;
	font-weight:bold;
	padding-top:12px;
	padding-bottom:12px;
	text-decoration:none;
	margin: 10px auto;
	width: 80%;	
	  border: none;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e88906), color-stop(1, #f6b711));
	background:-moz-linear-gradient(top, #e88906 5%, #f6b711 100%);
	background:-webkit-linear-gradient(top, #e88906 5%, #f6b711 100%);
	background:-o-linear-gradient(top, #e88906 5%, #f6b711 100%);
	background:-ms-linear-gradient(top, #e88906 5%, #f6b711 100%);
	background:linear-gradient(to bottom, #e88906 5%, #f6b711 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e88906', endColorstr='#f6b711',GradientType=0);
	background-color:#e88906;
	color:#ffffff;
}
.myButton:active, .myButton2:active {
	position:relative;
	top:1px;
	color:#ffffff;
}
.myButton:visited, .myButton2:visited {
	color:#ffffff;
}

.myButton2 {
	-moz-box-shadow: 0px 3px 0px 0px #e88906;
	-webkit-box-shadow: 0px 3px 0px 0px #e88906;
	box-shadow: 0px 3px 0px 0px #e88906;
	background-color:#f6b711;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;	
	font-size:18px;
	font-weight:bold;
	padding-top:12px;
	padding-bottom:12px;
	text-decoration:none;
	margin: 10px auto;
	width: 80%;	
	  border: none;
}
.myButton2:hover {
	background-color:#e88906;
	color:#ffffff;
}
#hide { display: none; }
#hide .myButton {
	background: #d57b07;	
}

.column {
 float: left;
}
.two-thirds, .fifth { width: 100%; }
.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;}

.offer {background: #cee5bb;}
.fourth, .col_80 { width: 100%; }
.half { width: 100%; }

.flow-opposite {float: right;}
.left { margin: 0 auto; padding-right: 0;}
.right { margin: 0 auto; padding-right: 0;}

.check, .check_b {padding: 0;}
.check li { list-style-type:none; background-image: url(images/galo4ka_1.png); background-repeat:no-repeat; padding-left: 30px;height: 40px; display: table; margin-top: 10px;}
.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-top:1.5em;
}
.gar:hover {text-decoration:underline;}
.gar_img {cursor:pointer;}
label.error {
	font-size:14px;
	color:red;
	float: left;
	width: 100%;
	text-align: left;
	margin-left: 10%;
}

.oplata {
	width: 100%;
	background:#FFF;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	padding: 4% 0;
	box-shadow: 0px 3px 6px 2px rgba(50,50,50,.3);
	-moz-box-shadow: 0px 3px 6px 2px rgba(50,50,50,.3);
	-webkit-box-shadow: 0px 3px 6px 2px rgba(50,50,50,.3);	
}

#my_email {
	width: 80%;
	height: 40px;
	border: 1px solid #c6c4c4;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;	
    text-indent: 10px;
}
#validEmail {margin-left: 3px;}
.table_adapt td {display:block;}

.arrow {
	border-bottom: 1.5px solid #979595;
	  position: relative;	
}
.arrow:after {
	z-index: 1;
	position: absolute;
	left: 50%;
	bottom: -15px;
	content: '';
	width: 0;
	height: 0;
	border-top: solid 15px #979595;
	border-left: solid 15px transparent;
	border-right: solid 15px transparent;
	margin-left: -15px;
}
.dush {
	border-bottom: 1px dashed #979595 ;	
}
.dush_b {
	border-bottom: 1px dashed #979595;	
}

/* Макет для планшета: 481–768 пикс. Наследует стили от мобильного макета. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
.right { float: right; padding-left: 3%;}
.headH1 {
	margin: 0;
}
.headH1 span {
    text-align: left;
    display: table-cell;
    word-break: normal;
    vertical-align: middle;	
}
}

/* Макет для настольного компьютера: 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 {
	max-width: 940px;
}
.two-thirds { width: 66.7%; }
.third { width: 33.3%; }
.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%;}
.right { float: right; padding-left: 3%;}
.table_adapt td {display: table-cell;}
.at:after {
    z-index: 1;
    position: absolute;
    left: 100%;
	top: 50%;
    content: '';
    width: 0;
    height: 0;
	border-left: solid 22px #e74536;
    border-bottom: solid 45px transparent;
    border-right: solid 45px transparent;
    border-top: solid 45px transparent;
    margin-top: -45px;
}
}
