html, body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #939393;
	line-height: 1.26em;
	background: #272727;
	min-width: 320px;
}
body{
	overflow-y: scroll;
}
html, body, A, input, select, textarea{
	font-family: 'Segoe UI', Arial, Tahoma, Geneva, Kalimati, sans-serif;
}
A{
	text-decoration: none;
	color: #939393;
	transition: all 0.25s ease 0s;
	outline: none;
}
A:hover{
	text-decoration: underline;
}
img, object, iframe{ border: 0; vertical-align: top; }
header, nav, menu, main, aside, address, section, article, footer, figure, figcaption{ display: block; }
form, figure, menu{ margin: 0; padding: 0; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea{
	height: 40px;
	margin: 0;
	padding: 0 15px;
	font-size: 16px;
	color: #1d1915;
	border: 1px solid #f2f2f2;
	background: #f2f2f2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
}
select{
	padding: 0 8px;
}
textarea{
	height: 160px;
	padding: 10px 15px;
	resize: vertical;
}
input[type="submit"], input[type="reset"], input[type="button"]{ border: 0; }
input[type="image"], input[type="button"], input[type="submit"], label{ cursor: pointer; }
table{ width: 100%; border-collapse: collapse; border-spacing: 0; border: 0; }
input[type="checkbox"], input[type="radio"]{ position: relative; top: 2px; *top: 0; margin: 0 5px 0 0; padding: 0; height: auto; }
@media not all and (-webkit-min-device-pixel-ratio){ input[type="checkbox"], input[type="radio"] { top: 0; } }
.clear, .hr{ clear: both; height: 0; font-size: 0; line-height: 0; overflow: hidden; }
.clearfix:before, .clearfix:after{ content: "."; display: block; height: 0; visibility: hidden; }
.clearfix:after{ clear: both; }
.clearfix{ zoom: 1; }
.flexible{ overflow: hidden; zoom: 1; }
.text_center{ text-align: center !important; }
.text_left{ text-align: left !important; }
.text_right{ text-align: right !important; }
.fl_left{ float: left; }
.fl_right{ float: right; }
.cur, .active, .current-menu-item, .active > a{ cursor: default; }
.niceCheck, .niceRadio{
	display: none;
}
label{
	position: relative;
}
label:before{
	position: absolute;
	content: "";
}
.niceCheck + label{
	padding: 0 0 0 36px;
}
.niceCheck + label:before{
	top: -1px;
	left: 0;
	width: 24px;
	height: 24px;
	background: url("../images/checkbox.png") left top no-repeat;
}
.niceRadio + label{
	padding: 0 0 0 26px;
}
.niceRadio + label:before{
	top: 0;
	left: 0;
	width: 21px;
	height: 21px;
	background: url("../images/radio.png") left top no-repeat;
}
.niceCheck:checked + label:before, .niceRadio:checked + label:before{
	background-position: left bottom !important;
}
@font-face{
	font-family: 'Segoe UI';
	src: url('SegoeUI.eot');
	src: url('SegoeUI.eot?#iefix') format('embedded-opentype'),
		url('SegoeUI.woff2') format('woff2'),
		url('SegoeUI.woff') format('woff'),
		url('SegoeUI.ttf') format('truetype'),
		url('SegoeUI.svg#SegoeUI') format('svg');
	font-weight: normal !important;
	font-style: normal !important;
}
@font-face{
	font-family: 'Segoe UI Bold';
	src: url('SegoeUI-Bold.eot');
	src: url('SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
		url('SegoeUI-Bold.woff2') format('woff2'),
		url('SegoeUI-Bold.woff') format('woff'),
		url('SegoeUI-Bold.ttf') format('truetype'),
		url('SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
	font-weight: normal !important;
	font-style: normal !important;
}
strong, b{
	font-family: 'Segoe UI Bold';
	font-weight: normal !important;
}

/* ----- menu_right ----- */
.body_menu{
	overflow-x: hidden;
	transition: all 0.25s ease 0s;
	position: relative;
	left: 0;
}
.body_menu.open{
	left: -240px;
	overflow: hidden;
}
.menu_right{
	position: fixed;
	top: 0;
	min-height: 100%;
	color: #ffffff;
	background: #272727;
	transition: all 0.25s ease 0s;
}
.menu_right.open{
	right: 0;
}
.menu_right{
	right: -240px;
	width: 240px;
}
.menu_right_inn{
	position: absolute;
	top: 0;
	bottom: 20px;
	left: 30px;
	right: 0;
	padding: 10px 20px 0 0;
	overflow-y: auto;
}
.menu_right .ul_socials{
	float: none;
	margin: 20px 0 0 0;
}
.menu_right .ul_socials li{
	margin: 0 20px 0 0;
}
.ul_menu{
	margin: 0;
	padding: 0;
	list-style: none;
}
.ul_menu li{
	font-weight: bold;
}
.ul_menu a{
	display: block;
	padding: 10px 0;
	text-decoration: none !important;
	color: #ffffff;
}
.ul_menu a:hover, .ul_menu .current-menu-item > a, .ul_menu .active > a{
	color: #cda646;
}

/* ----- header ----- */
.header{
	border-bottom: 1px solid #e9e9e9;
	background: #ffffff;
	z-index: 3;
}
.header_top{
	color: #ffffff;
	border-bottom: 4px solid #cda646;
	background: #1b326c;
}
.header_top_center{
	max-width: 1140px;
	height: 40px;
	margin: 0 auto;
	padding: 0 20px;
	line-height: 36px;
}
.block_address{
	float: left;
	font-style: normal;
}
.block_address u{
	text-decoration: none;
}
.block_address span{
	margin: 0 0 0 4px;
	padding: 0 0 0 24px;
	background: url("../images/ico_phone.svg") left center no-repeat;
	background-size: 16px 16px !important;
}
.ul_socials{
	float: right;
	margin: 0;
	padding: 11px 0 0 0;
	list-style: none;
}
.ul_socials li{
	float: left;
	margin: 0 0 0 34px;
}
.ul_socials a{
	display: block;
	height: 18px;
}
.ico_socials_fb{
	width: 10px;
	background: url("../images/ico_socials_fb.svg") left center no-repeat;
}
.ico_socials_yb{
	width: 18px;
	background: url("../images/ico_socials_yb.svg") left center no-repeat;
	background-size: 18px 12px !important;
}
.ico_socials_pin{
	width: 14px;
	background: url("../images/ico_socials_pin.svg") left center no-repeat;
}
.ico_socials_tw{
	width: 18px;
	background: url("../images/ico_socials_tw.svg") left center no-repeat;
	background-size: 18px 16px !important;
}
.ico_socials_fb:hover{
	background: url("../images/ico_socials_fb_hover.svg") left center no-repeat;
}
.ico_socials_yb:hover{
	background: url("../images/ico_socials_yb_hover.svg") left center no-repeat;
}
.ico_socials_pin:hover{
	background: url("../images/ico_socials_pin_hover.svg") left center no-repeat;
}
.ico_socials_tw:hover{
	background: url("../images/ico_socials_tw_hover.svg") left center no-repeat;
}
.header_center{
	max-width: 1140px;
	margin: 0 auto;
	padding: 8px 20px 24px 20px;
}
.logo{
	float: left;
	width: 212px;
	clear: both;
	height: 70px;
	background: url("../images/logo.svg") left top no-repeat;
}
.menu{
	float: right;
	padding: 21px 0 0 0;
}
.button{
	display: inline-block; *display: inline; vertical-align: top; zoom: 1;
	height: 44px;
	padding: 0 30px;
	text-decoration: none !important;
	font-family: 'Segoe UI Bold';
	color: #ffffff;
	line-height: 44px;
	text-transform: uppercase;
	border-radius: 4px;
	background: #cda646;
}
.button:hover{
	background: #dbb22f;
}
.menu .button{
	float: right;
}
.menu_show{
	display: none;
	height: 30px;
	cursor: pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.menu_show span{
	display: inline-block; *display: inline; vertical-align: top; zoom: 1;
}
.menu_show .icon-container{
	display: inline-block; *display: inline; vertical-align: middle; zoom: 1;
	width: 40px;
	height: 30px;
	position: relative;
}
.menu_show .line{
	position: absolute;
	left: 0;
	right: 0;
	height: 4px;
	border-radius: 1px;
	background: #cda646;
	-webkit-transition: all 300ms cubic-bezier(0.215,.61,.355,1);
	-moz-transition: all 300ms cubic-bezier(0.215,.61,.355,1);
	-o-transition: all 300ms cubic-bezier(0.215,.61,.355,1);
	transition: all 300ms cubic-bezier(0.215,.61,.355,1);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.menu_show .line_1{
	top: 0;
	opacity: 1;
	-webkit-transition-delay: 210ms;
	-moz-transition-delay: 210ms;
	-o-transition-delay: 210ms;
	transition-delay: 210ms;
}
.menu_show .line_2{
	top: 11px;
	-webkit-transition-delay: 140ms;
	-moz-transition-delay: 140ms;
	-o-transition-delay: 140ms;
	transition-delay: 140ms;
}
.menu_show .line_3{
	top: 22px;
	-webkit-transition-delay: 70ms;
	-moz-transition-delay: 70ms;
	-o-transition-delay: 70ms;
	transition-delay: 70ms;
}
.menu_show .line_4{
	top: 33px;
	opacity: 0;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
}
.menu_show:hover .line{
	-webkit-transform: translate3d(0,-11px,0);
	-moz-transform: translate3d(0,-11px,0);
	-o-transform: translate3d(0,-11px,0);
	transform: translate3d(0,-11px,0);
}
.menu_show:hover .line_1{
	opacity: 0;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
}
.menu_show:hover .line_2{
	-webkit-transition-delay: 70ms;
	-moz-transition-delay: 70ms;
	-o-transition-delay: 70ms;
	transition-delay: 70ms;
}
.menu_show:hover .line_3{
	-webkit-transition-delay: 140ms;
	-moz-transition-delay: 140ms;
	-o-transition-delay: 140ms;
	transition-delay: 140ms;
}
.menu_show:hover .line_4{
	opacity: 1;
	-webkit-transition-delay: 210ms;
	-moz-transition-delay: 210ms;
	-o-transition-delay: 210ms;
	transition-delay: 210ms;
}
.open.menu_show .line{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.open.menu_show:hover .line{
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.open.menu_show .line:nth-child(2), .open.menu_show .line:nth-child(4){
	background: none !important;
}
.open.menu_show .line:nth-child(1){
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	top: 11px;
	opacity: 1;
}
.open.menu_show .line:nth-child(3){
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	top: 11px;
	opacity: 1;
}
.menu ul{
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}
.menu li{
	float: left;
	padding: 0 70px 0 0;
	text-transform: uppercase;
}
.menu li a{
	text-decoration: none !important;
	color: #000000;
}
.menu li a:hover, .menu .active a, .menu .current-menu-item a{
	color: #cda646;
}

/* ----- footer ----- */
.footer{
	color: #cfcece;
	position: relative;
	z-index: 2;
}
.footer_top{
	color: #ffffff;
	border-top: 1px solid #223871;
	border-bottom: 1px solid #223871;
	background: #1b326c;
	box-shadow: 0 1px 0 #2f2f2f;
}
.footer_top_center{
	max-width: 1140px;
	margin: 0 auto;
	padding: 38px 20px;
}
.footer_top .title{
	float: left;
	font-size: 36px;
	line-height: 44px;
}
.footer_top .button{
	float: right;
	padding: 0 60px;
}
.footer_center{
	max-width: 1140px;
	margin: 0 auto;
	padding: 12px 20px;
}
.block_copy{
	float: left;
	padding: 15px 0 0 0;
}
.logo_ab{
	float: right;
	margin: 0 0 0 30px;
}

/* ----- content ----- */
.content{
	border-top: 1px solid #ffffff;
	background: #ffffff;
	position: relative;
	z-index: 1;
}
.content_center{
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}
.content h1{
	margin: 0 0 30px 0;
	font-size: 36px;
	color: #000000;
	line-height: 43px;
	font-weight: normal;
}
.block_bnr{
	height: 630px;
	padding: 150px 0 0 0;
	background: url("../images/block_bnr_bg.jpg") center center no-repeat;
	background-size: cover !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.block_bnr h1{
	max-width: 415px;
	margin: 0 0 34px 0;
}
.block_bnr .button{
	padding: 0 50px;
}
.block_about_us{
	padding: 60px 0 44px 0;
}
.block_about_us .img{
	float: right;
	width: 57.19%;
	max-width: 652px;
	margin: 0 0 30px 60px;
}
img.img{
	border-bottom: 4px solid #cda646;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.block_about_us h1{
	margin: 0 0 17px 0;
}
.block_about_us p{
	margin: 0 0 25px 0;
	line-height: 24px;
}
.block_about_us .button{
	width: 100%;
	max-width: 316px;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
}
.bg_grey{
	background: #f8f9fb;
}
.block_financial_options{
	padding: 60px 0 44px 0;
}
.block_financial_options .img{
	float: left;
	width: 57.19%;
	max-width: 652px;
	margin: 0 60px 30px 0;
}
.block_financial_options h1{
	margin: 0 0 17px 0;
	color: #4a4a4a;
}
.block_financial_options p{
	margin: 0 0 25px 0;
	line-height: 24px;
}
.block_financial_options .button{
	width: 100%;
	max-width: 316px;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
}
.block_benefits{
	padding: 40px 0 20px 0;
}
.block_benefits h1{
	margin: 0 0 66px 0;
	text-align: center;
	color: #4a4a4a;
}
.ul_benefits{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.ul_benefits li{
	display: inline-block; *display: inline; vertical-align: top; zoom: 1;
	width: 33.33%;
	margin: 0 0 30px 0;
	padding: 82px 20px 0 20px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	background-size: 64px 64px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ico_benefit_1{
	background: url("../images/ico_benefit_1.svg") center top no-repeat;
}
.ico_benefit_2{
	background: url("../images/ico_benefit_2.svg") center top no-repeat;
}
.ico_benefit_3{
	background: url("../images/ico_benefit_3.svg") center top no-repeat;
}
.ul_benefits h2{
	margin: 0 0 10px 0;
	font-size: 24px;
	color: #4a4a4a;
	line-height: 29px;
	font-weight: normal;
}

/* ----- inner_about_us ----- */
.block_page_title{
	min-height: 248px;
	padding: 52px 0;
	color: #000000;
	background-size: cover !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.title_about_us_bg{
	color: #ffffff;
	background: url("../images/title_about_us_bg.jpg") center top no-repeat;
}
.block_page_title h1{
	margin: 0 0 16px 0;
}
.title_about_us_bg h1{
	color: #ffffff;
}
.block_page_title p{
	max-width: 410px;
	margin: 0;
	line-height: 24px;
}
.block_inner{
	padding: 40px 0 50px 0;
	line-height: 24px;
}
.block_inner h1{
	margin: 0 0 16px 0;
	text-align: center;
}
.block_inner strong{
	font-size: 14px;
}
.ul_licensing{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.ul_licensing li{
	display: inline-block; *display: inline; vertical-align: top; zoom: 1;
	width: 33.33%;
	padding: 0 5px;
	font-family: 'Segoe UI Bold';
	font-size: 16px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ul_licensing li:first-child{
	text-align: center;
}

/* ----- inner_faq ----- */
.title_faq_bg{
	background: url("../images/title_faq_bg.jpg") center center no-repeat;
}
.block_faq_all{
	padding: 40px 0 50px 0;
}
.block_faq_all h1{
	text-align: center;
}
.block_faq_all .col{
	float: left;
	width: 50%;
	padding: 0 30px 0 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.block_faq_all .col:last-child{
	padding: 0 0 0 30px;
}
.block_faq{
	margin: 0 0 30px 0;
	padding: 0 30px;
	border: 1px solid #CDA646;
	border-radius: 4px;
	background: #ffffff;
}
.block_faq .title{
	padding: 20px 30px 20px 0;
	font-family: 'Segoe UI Bold';
	color: #000000;
	line-height: 19px;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
}
.block_faq .title:before{
	position: absolute;
	top: 14px;
	right: -10px;
	content: "";
	width: 17px;
	height: 32px;
	background: url("../images/arrow_faq_right.svg") left top no-repeat;
}
.block_faq.open .title:before{
	top: 21px;
	width: 32px;
	height: 17px;
	background: url("../images/arrow_faq_bottom.svg") left top no-repeat;
}
.block_faq_content{
	display: none;
	padding: 0 0 30px 0;
	line-height: 24px;
}
.block_faq_content ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.block_faq_content li{
	padding: 0 0 0 35px;
	background: url("../images/bullet.png") left 12px no-repeat;
}

/* ----- inner_contact ----- */
.title_contact_bg{
	color: #ffffff;
	background: url("../images/title_contact_bg.jpg") left center no-repeat;
}
.title_contact_bg h1{
	color: #ffffff;
}
.block_contact_all{
	padding: 40px 0 50px 0;
}
.block_contact_all h1{
	margin: 0 0 14px 0;
}
.block_contact_all .p_1{
	margin: 0 0 30px 0;
	line-height: 24px;
}
.block_contact_all .col{
	float: left;
	width: 50%;
	padding: 0 30px 0 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.block_contact_all .col:last-child{
	padding: 0 0 0 30px;
}
.block_contact_all .col input, .block_contact_all .col textarea{
	width: 100%;
	margin: 0 0 20px 0;
}
.block_contact_all .col .button{
    float: right;
    padding: 0 52px;
    width: auto;  
    font-size: 16px;
    margin-bottom: 0px;
}
.block_address_contact{
	padding: 30px 0 0 0;
	color: #1d1915;
	line-height: 24px;
	font-style: normal;
} 

.block_address_contact.right{
	position: absolute;
	top: 0;
	right: 0;
}
.block_address_contact h3{
	margin: 0 0 13px 0;
	font-size: 24px;
	color: #cda646;
	font-weight: normal;
}
.block_address_contact a{
	color: #1d1915;
}
.block_map{
	margin: 8px 0 0 0;
	position: relative;
}
.block_map iframe{
	width: 100%;
	height: 680px;
	position: relative;
	z-index: 1;
}
.block_map_overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

/* ----- inner_calculator ----- */
.block_calculator{
	background: #eff1f2 url("../images/block_calculator_bg.jpg") left top no-repeat;
	background-size: cover !important;
}
.block_calculator_inn{
	width: 100%;
	max-width: 558px;
	margin: 70px 0 75px 0;
	padding: 13px 30px 20px 30px;
	border: 4px solid #cda646;
	border-radius: 10px;
	background: #ffffff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.block_calculator_inn h1{
	margin: 0 0 30px 0;
	padding: 0 0 17px 0;
	text-align: center;
	font-family: 'Segoe UI Bold';
	font-size: 18px !important;
	color: #1b326c;
	line-height: 24px !important;
	font-weight: normal;
	text-transform: uppercase;
	background: url("../images/separator.png") center bottom no-repeat;
}
.block_calculator_inn iframe{
	min-height: 180px;
}

/* ----- preload_bg ----- */
.preload_bg{
	position: absolute;
	top: -1000em;
	left: -1000em;
	background-image: url("../images/ico_socials_fb_hover.svg"), url("../images/ico_socials_yb_hover.svg"), url("../images/ico_socials_pin_hover.svg"), url("../images/ico_socials_tw_hover.svg");
}

@media screen and (max-width: 1140px){
	.menu li{
		padding: 0 50px 0 0;
	}
}
@media screen and (max-width: 1040px){
	.menu li{
		padding: 0 30px 0 0;
	}
}
@media screen and (max-width: 980px){
	.header_top_center{
		height: 44px;
		line-height: 40px;
	}
	.header_top_center .block_address u{
		display: none;
	}
	.header_top_center .ul_socials{
		display: none;
	}
	.menu_show{
		display: block;
		float: right;
		margin: 0 0 0 20px;
	}
	.menu .button{
		float: left;
	}
	.menu ul{
		display: none;
	}
	.footer_top .title{
		font-size: 30px;
	}
	.content h1{
		font-size: 30px;
		line-height: 37px;
	}
	.block_bnr{
		height: auto;
		padding: 30px 0 40px 0;
	}
	.block_bnr h1{
		text-shadow: 0 0 5px #ffffff;
	}
	.block_about_us{
		padding: 50px 0 20px 0;
		text-align: center;
	}
	.block_about_us .img{
		float: none;
		display: block;
		width: 100%;
		margin: 0 auto 30px auto;
	}
	.block_financial_options{
		padding: 50px 0 20px 0;
		text-align: center;
	}
	.block_financial_options .img{
		float: none;
		display: block;
		width: 100%;
		margin: 0 auto 30px auto;
	}
	.block_benefits h1{
		margin: 0 0 50px 0;
	}
	.ul_benefits{
		margin: 0 -20px;
	}
	.ul_benefits h2{
		font-size: 22px;
		line-height: 27px;
	}
	.block_page_title{
		text-align: center;
	}
	.block_page_title p{
		margin: 0 auto;
	}
	.ul_licensing li{
		margin: 0 0 25px 0;
		width: 100%;
		text-align: center;
	}
	.block_faq_all .col{
		width: 100%;
		padding: 0 !important;
	}
	.block_faq_content li{
		padding: 0 0 0 25px;
	}
	.block_contact_all h1{
		text-align: center;
	}
	.block_contact_all .col{
		width: 100%;
		padding: 0 !important;
	}
	.block_contact_all .col .button{
		float: none;
		display: block;
		padding: 0;
		text-align: center;
	}
	.block_address_contact{
		text-align: center;
	}
	.block_address_contact.right{
		position: static;
	}
	.block_map iframe{
		height: 350px;
	}
	.block_calculator_inn{
		margin: 40px 0;
		padding: 13px 15px 15px 15px;
	}
}
@media screen and (max-width: 880px){
	.ul_benefits li{
		width: 100%;
	}
}
@media screen and (max-width: 780px){
	.footer{
		text-align: center;
	}
	.footer_top .title{
		float: none;
		display: block;
		margin: 0 0 15px 0;
	}
	.footer_top .button{
		float: none;
		padding: 0 30px;
	}
	.block_copy{
		float: none;
		margin: 0 0 20px 0;
	}
	.logo_ab{
		float: none;
		margin: 0 auto;
	}
}
@media screen and (max-width: 680px){
	.block_bnr{
		text-align: center;
		position: relative;
		background-position: 75% center;
	}
	.block_bnr:before{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		content: "";
		background: rgba(255,255,255,.6);
		z-index: 0;
	}
	.block_bnr > *{
		position: relative;
		z-index: 1;
	}
	.block_bnr h1{
		margin: 0 auto 34px auto;
	}
}
@media screen and (max-width: 580px){
	.header_center{
		padding: 10px 20px 14px 20px;
	}
	.logo{
		width: 150px;
		height: 50px;
	}
	.menu{
		padding: 4px 0 0 0;
	}
}
@media screen and (max-width: 480px){
   .block_bnr .button{
	    padding: 0 15px;
	    font-size: 12px;
    }
}
@media screen and (max-width: 380px){
	.menu .button{
		padding: 0 15px;
		font-size: 12px;
	}
}