*{
	margin:0;
	padding:0;
	font-family:AgoraSansProRegular, Helvetica, Arial, sans-serif;
	font-size:25px;
	line-height:1.5;
	text-align:left;
}
body{
	max-width:640px;
    background-color:white;
	color:#3f3f40;
}
header{
	display:block;
}
footer{
	display:block;
}
h1{
	margin-bottom:20px;
	font-size:1.3em;
    font-family:"AgoraSansProMedium";
}
h2{
	margin-bottom:20px;
	font-size:1.1em;
    font-family:"AgoraSansProMedium";
}
a{
	color:#e30613;
}

.red{
	color:#e30613;
}
.regular{
    font-family:"AgoraSansProRegular";
}
.medium{
    font-family:"AgoraSansProMedium";
}
.bold{
    font-family:"AgoraSansProBold";
}
.square_list{
	margin-left:23px;
	list-style-image:url(/img/sq10.png);
}
.square_list li{
	padding-left:10px;
}
.square_list li img{
	height:1em;
}
.clear{
	clear:both;
	width:100%;
}

.button, .button a{
	display:block;
	width:87.5%;
	margin-left:6.25%;
	height:85px;
	z-index:20;
	background:#e30613;
	color:#fff;
    font-family:"AgoraSansProRegular";
	font-size:28px;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	line-height:85px;
}
.button:hover, .button:hover a{
	background:#c70713;
	color:#fff;
}
.btn_form{
	margin-top:2em;
	margin-bottom:1em;
}

.nav_bar{
	display: flex;
	height:103px;
	width:640px;
	z-index:40;
	border-bottom:1px solid #fff;
	background:#e30613; 
}
ul.main_menu > li{
	float:left;
	margin-left:33px;
	margin-top:40px;
	width:39px;
	list-style-type:none;
}
.main_menu ul{
	width:180px;
	list-style:none;
}
.main_menu ul li {
	position:relative;
}
.main_menu li ul{
	position:absolute;
	display:none;
	z-index:50;
	top:103;
	left:0;
}
.main_menu li ul li a{
	display:block;
	z-index:50;
	width:300px;
	border:1px solid #ffffff;
	padding:20px 60px 20px 30px;
	background:url(/img/arr-right-r.png) no-repeat 330px center, url(/img/bg1.jpg) repeat;
	color:#ffffff;
	font-family:AgoraSansProMedium;
	font-size:.9em;
	text-decoration:none;
	list-style:none;
}
.main_menu li a:hover{
	color:#fff;
	background:#e30613 url(/img/arr-right.png) no-repeat 330px center;
}
.main_menu li:hover ul, .main_menu li.over ul{
	display:block;
}

#to_top{
	position:fixed;
	bottom:20px;
	left:20px;
	z-index:100;
	cursor:pointer;
}

.search_key{
	float:left;
	margin-left:59px;
	margin-top:37px;
	width:33px;
}
#search_block{
/*	box-sizing:border-box;	*/
	position:absolute;
	top:100px;
	height:110px;
	width:640px;
	z-index:30;
	background:url(/img/bg1.jpg);
}
#search_block form{
/*	position:absolute;*/
	box-sizing:border-box;	
	height:68px;
	width:563px;
	margin-top:20px;
	margin-left:30px;
	border:1px solid #ffffff;
	border-radius:9px;
	background:#ffffff;
}
#search_block INPUT[type="text"]{
/*	float:left;
	width:450px;
	margin-top:10px;*/
	margin-left:35px;
	border:none;
	background:#ffffff;
}
#search_block BUTTON{
	margin-top:15px;
	margin-right:5px;
	border:none;
	background:#ffffff;
}

.logo{
	float:left;
	margin-left:75px;
	margin-top:27px;
	width:146px;
}
	.logo img{
		width:100%;
	}
.mail_key{
	float:left;
	margin-left:70px;
	margin-top:35px;
	width:59px;
}
.phone_key{
	float:left;
	margin-left:56px;
	margin-top:35px;
	width:39px;
}
.alert{
	font-size:.8em;
    background:#ffdd87;
    padding:0 1em;
}

.slider{
	position:relative;
	height:566px;
}
.slider_link{
	position:absolute;
	bottom:200px;
	margin-left:47px;
	width:196px;
	height:50px;
	z-index:20;
	background:url(/img/btn_arr.png) no-repeat 90% center rgba(0, 0, 0, 0.3);
	color:#fff;
	border:2px solid #fff;
	font-family:AgoraSansProRegular;
	font-size:18px;
	text-align:center;
	text-decoration:none;
	line-height:49px;
}
.slider_link:hover{
	background:#e30613;
	color:#fff;
}
#btn_help{
	position:absolute;
	bottom:82px;
}
.slider_line{
	position:absolute;
	bottom:0;
	height:30px;
	width:100%;
	z-index:10;
	background:url(/img/line-white-m.png) repeat-x;
}

.parent_popup{
	width:640px;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	background:rgba(0, 0, 0, 0.1);
}
.popup_win{
	box-sizing:border-box;
	width:60%;
	margin-top:20%;
	margin-left:20%;
	border:1px solid #e30613;
	padding:.5em 2em; 
	background-color:#fff;
}
.popup_txt{
	margin:1em 0;
}
.popup_win p{
	text-align:center;
	line-height:1.5em;
	font-size:1em;
}
.popup_win a{
	color:#e30613;
	font-family:AgoraSansProBold;
	text-decoration:none;
	font-size:.8em;
}
.popup_close{
	display:block;
	margin-top:30px;
	text-align:right;
	font-family:AgoraSansProRegular !important;
}

.about{
	padding:40px 6.25%;
}

.service_nav{
/*	position:relative;*/
	height:483px;
	background:#f3f3f3;
}
.service_brick{
	float:left;
	box-sizing:border-box;
	height:161px;
	width:320px;
	border:1px solid #fff;
/*	padding:10% 0;*/
	background-repeat:no-repeat;
	background-position:40px center;
	display:table;
	text-decoration:none;
}
.service_brick:hover{
	background-color:#e30613;
	color:#ffffff;
}
.service_brick  img{
	float:left;
	margin-left:40px;
}
.service_brick:hover img{
	opacity:0;
}
.service_txt{
	padding-right:20px;
	display:table-cell;
	vertical-align:middle;
	font-size:26px;
}
.service_txt a{
	color:#c3c3c3;
}

/*.full_block{
	border-left:solid 2px #d8d9d9;
	border-right:solid 2px #d8d9d9;
}*/
.full_block  img{
	width:100%;
}
.descr_block{
	padding:40px 6.25%;
	color:#3f3f40;
}
.about+.descr_block{
	padding-top:0px;
}
.descr_brick{
	float:left;
	width:50%;
	padding:1em 0;
	height: 105px;
}
#btn_recall,#btn_pay{
	margin-top:1em;
	margin-bottom:1em;
}
table thead td{
	text-align:center;
}
table td.sum-cell {
	padding-right: .7em;
	padding-left: .7em;
	text-align: right;
	white-space: nowrap;
}

.why_we{
/*	position:relative;
	height:530px;*/
	padding-top:57px;
	background:url(/img/bg1.jpg);
	color:#fff;
}
.why_we  h2{
	margin-bottom:60px;
	font-family:"AgoraSansProMedium";
	font-size:44px;
	text-align:center;
	line-height:1;
}
.why_we_line{
	display:flex;
	align-items:center;
	margin:.5em 0;
}
.why_we_line img{
	margin:10px 20px;
}
.why_we_block{
	float:left;
	height:150px;
	width:50%;
}
.why_we_block img{
	float:left;
	margin-top:10px;
	margin-left:20px;
}
.why_we_tagline{
	margin-left:120px;
}
.why_we_tagline p,
.why_we_text{
	font-size:.8em;
	line-height:1.5em;
}

.form_grey{
	box-sizing:border-box;
	padding:40px 20px;
	background:#f9f9f9;
}
.form_width{
	width:100%;
}
.form_cart_title {
	margin-bottom: 20px;
	font-family: "AgoraSansProMedium";
}
.active_line{
	margin-bottom:13px;
}
.active_line p{
	margin:0;
	display:inline-block;
	vertical-align:middle;
}
.active_line_label{
	width:290px;
	display:inline-block;
	vertical-align:middle;
}
.page_inp{
	height:35px;
	width:280px;
	padding:0 15px;
	margin:0;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.foot_nemu{
	margin:10px 0;
	list-style:none;
}
.foot_nemu li a{
	font-size:0.8em;
	text-decoration:none;
}

.foot_line{
	height:30px;
	width:100%;
	z-index:10;
	background:url(/img/line-red-m.png) repeat-x;
}
.foot_block{
	padding:1em;
	background:#e30613;
}
.foot_brick{
	display:
	box-sizing:border-box;
	float:left;
	width:50%;
	height:2em;
/*	padding:2em 20px;*/
}
.foot_brick p{
	color:#fff;
	font-size:.7em;
}
.foot_brick a{
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:2em;
}
.foot_brick a:hover{
	color:#c70713;
}

.soc a{
	display:inline-block;
	vertical-align:top;
	margin-right:3px;
	width:1.7em;
	height:1.7em;
}
/*.vk , .tv , .fb , .insta, .yt{
	background-size:cover; 
}*/
.vk{
	background:url(/img/vk2.png) no-repeat center center;
}
.vk:hover{
	background-color:#507299;
}
.tv{
	background:url(/img/tv2.png) no-repeat center center;
}
.tv:hover{
	background-color:#50a7e6;
}
.fb{
	background:url(/img/fb2.png) no-repeat center center;
}
.fb:hover{
	background-color:#3b5998;
}
.insta{
	background:url(/img/insta2.png) no-repeat center center;
}
.insta:hover{
	background:url(/img/insta2-h.png) no-repeat center center;
	box-sizing:border-box;
	border:1px solid #454545;
	border-radius:5px;
}
.yt{
	background:url(/img/yt2.png) no-repeat center center;
}
.yt:hover{
	background-color:#ff0000;
	box-sizing:border-box;
	border:1px solid #454545;
	border-radius:5px;
}


/* Fonts define */
/* =AgoraSansProRegular */
@font-face{
    font-family:"AgoraSansProRegular";
    src:url("/fonts/AgoraSansProRegular/AgoraSansProRegular.eot");
    src:url("/fonts/AgoraSansProRegular/AgoraSansProRegular.eot?#iefix")format("embedded-opentype"),
    url("/fonts/AgoraSansProRegular/AgoraSansProRegular.woff") format("woff"),
    url("/fonts/AgoraSansProRegular/AgoraSansProRegular.ttf") format("truetype");
    font-style:normal;
    font-weight:normal;
}
/* =AgoraSansProBold */
@font-face{
    font-family:"AgoraSansProBold";
    src:url("/fonts/AgoraSansProBold/AgoraSansProBold.eot");
    src:url("/fonts/AgoraSansProBold/AgoraSansProBold.eot?#iefix")format("embedded-opentype"),
    url("/fonts/AgoraSansProBold/AgoraSansProBold.woff") format("woff"),
    url("/fonts/AgoraSansProBold/AgoraSansProBold.ttf") format("truetype");
    font-style:normal;
    font-weight:normal;
}
/* =AgoraSansProMedium" */
@font-face{
    font-family:"AgoraSansProMedium";
    src:url("/fonts/AgoraSansProMedium/AgoraSansProMedium.eot");
    src:url("/fonts/AgoraSansProMedium/AgoraSansProMedium.eot?#iefix")format("embedded-opentype"),
    url("/fonts/AgoraSansProMedium/AgoraSansProMedium.woff") format("woff"),
    url("/fonts/AgoraSansProMedium/AgoraSansProMedium.ttf") format("truetype");
    font-style:normal;
    font-weight:normal;
}

@font-face{
	font-family:ALSRubl;
	src:url(fonts/rouble.ttf); /* Путь к файлу со шрифтом */
}
.rubznak{
	font-family:ALSRubl;
} 

.wsb{
	position: fixed;
	bottom:44px;
	right:20px;
}
	.wsb img{
		width:80px;
	}