@charset "utf-8";
* {
	border: 0;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
header,
section,
footer,
article,
nav,
menu,
aside {
	display: block;
}
mark {
	display: inline;
}
body {
	font-family: 'MyriadProRegular';
	font-size: 18px;
}
.wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.row {
	display: inline-block;
	vertical-align: top;
}
body>header,
body>section,
body>footer {
	min-width: 960px;
	overflow: hidden;
}
a:hover {
	cursor: pointer;
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cf:after {
	content: '';
	display: block;
	clear: both;
}

@font-face {
	font-family: 'MyriadProRegular';
	src: url('fonts/MyriadProRegular.eot');
	src: url('fonts/MyriadProRegular.eot?#iefix')format('embedded-opentype'),
	url('fonts/MyriadProRegular.woff') format('woff'),
	url('fonts/MyriadProRegular.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}
/********** header *************/

header {
	background: url(img/promo.jpg) no-repeat top center #f1f1f1;
	height: 689px;
	padding-top: 112px;
}

.phone {
	color: #182532;
	font-size: 32px;
	text-shadow: 1px 1px 1px rgb(255, 255, 255);
}

.call-us {
	text-align: center;
	display: table;
	position: relative;
	z-index: 4;
	font-weight: bold;
}

.btn {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 183px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size: 12px;
	text-shadow: 1px 1px 1px #8c8c8c;
	font-weight: 400;
	background: #ff7d00;
	/* Old browsers */
	
	background: -moz-linear-gradient(top, rgba(250, 148, 50, 1) 60%, rgba(255, 125, 0, 1) 0);
	/* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(250, 148, 50, 1)), color-stop(100%, rgba(255, 125, 0, 1)));
	/* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top, rgba(250, 148, 50, 1) 60%, rgba(255, 125, 0, 1) 0);
	/* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top, rgba(250, 148, 50, 1) 60%, rgba(255, 125, 0, 1) 0);
	/* Opera 11.10+ */
	
	background: -ms-linear-gradient(top, rgba(250, 148, 50, 1) 60%, rgba(255, 125, 0, 1) 0);
	/* IE10+ */
	
	background: linear-gradient(to bottom, rgba(250, 148, 50, 1) 60%, rgba(255, 125, 0, 1) 0);
	/* W3C */
	
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fa9432', endColorstr='#ff7d00', GradientType=0);
	/* IE6-9 */
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1), inset 0 2px rgba(255,255,255,.5), inset 0 8px 8px #ff8a19;
	border: 1px solid #b5b5b5;
}
.btn:hover {
	background: #ff4600;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
}
.btn:active {
	background: #323232;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
}

.btn--big,.mainForm .btn {
	width: 300px;
	height: 50px;
	font-size: 17px;
}

.short-ab {
	background-color: #fff;
	background-color: rgba(255,255,255,.85);
}

h1 {
	padding: 35px;
}

h1 span {
	color: #182532;
	text-shadow: 1px 1px 1px #fff;
	font-weight: 700;
	display: block;
}
h1 .lv1 {
	font-size: 51px;
}
h1 .lv2 {
	font-size: 33px;
	position: relative;
	top: -4px;
	text-transform: uppercase;
}
h1 .lv3 {
	font-size: 25px;
}
.master {
	background: url(img/master_bg.png) no-repeat top center;
	width: 638px;
	height: 294px;
	padding: 71px 0 0 265px;
	position: absolute;
	top: 256px;
	left: -58px;
}
.an {
	visibility: hidden;
	position: relative;
	bottom: 110px;
}
.p1 {
	color: #182532;
}
.p1 .sp1 {
	display: block;
	font-size: 23px;
}
.p1 .sp2 {
	font-size: 26px;
}
.p2 {
	text-align: center;
	margin-left: 30px;
}
.p2 .sp1 {
	font-size: 50px;
	color: #cf0000;
	display: block;
	margin: -10px 0;
}
.p2 .sp2 {
	font-size: ;
	color: #5c5c5c;
}
.p3 {
	color: #182532;
	margin: 15px 0 0 0;
	position: relative;
	right: 7px;
}
.p3 .sp33,
.p3 .sp34 {
	margin: 0 5px;
}
.p3 .sp33 b,
.p3 .sp34 b {
	color: #cf0000;
}
/* Elastislide Style */

.es-carousel-wrapper {
	padding: 10px 37px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}
.es-carousel {
	overflow: hidden;
}
.es-carousel ul {
	display: none;
}
.es-carousel ul li {
	height: 100%;
	float: left;
	display: block;
}
.es-carousel ul li a {
	display: block;
	border-style: solid;
	border-color: #222;
}
.es-carousel ul li a img{
	display: block;
	border: none;
	max-height: 100%;
	max-width: 100%;
}
.es-nav span {
	position: absolute;
	top: 50%;
	left: -10px;
	background: transparent url(/img/nav.png) no-repeat top left;
	width: 14px;
	height: 26px;
	margin-top: -13px;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.8;
}
.es-nav span.es-nav-next {
	right: -10px;
	left: auto;
	background-position: top right;
}
.es-nav span:hover {
	opacity: 1.0;
}
#carousel {
	right: 30px;
}
/********** form1 *************/
.mainForm {
	width: 250px;
	margin-right: 25px;
}
.mainForm__inner {
	border: 1px solid #989ca0;
	background-image: linear-gradient(145deg, #eceee8, #b6b4bb);
	box-shadow: 0 0 0 1px #bbb, 0 0 15px rgba(0,0,0,.5);
	border-radius: 1px;
	padding: 30px 0 71px;
}
.mainForm h5 {
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 18px;
	color: #000;
}
.mainForm h5 img{
	display: block;
	margin: 0 auto 20px;
}
.mainForm form {
	position: relative;
}
.mainForm .btn {
	position: absolute;
	bottom: 17px;
	left: -25px;
}
.mainForm small {
	color: #182633;
	margin-top: 8px;
	font-size: 12px;
	display: block;
	text-align: center;
}

header .mainForm ,#discard .mainForm {
	position: absolute;
	right: 0;
	top: -30px;
}

#discard .mainForm small {
	color: #eee;
}
.field {
	background: #8a8a8a;
	width: 183px;
	height: 39px;
	line-height: 39px;
	box-shadow: inset 1px 1px 2px #8a8a8a;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 12px;
	color: #fff;
	text-shadow: 1px 1px #727272;
	padding-left: 40px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	margin: 0 auto 18px;
	background-position: left 6px center;
	background-color:#8a8a8a;
	background-repeat: no-repeat;
}
.i-n {
	background-image: url(img/ico_n.png);
}
.i-t {
	background-image: url(img/ico_t.png);
	box-shadow: 0 0 0 6px #c7c7c6, inset 1px 1px 2px #8a8a8a;
}
.i-em {
	background-image: url(img/ico_em.png);
}
.field--inverse {
	background-color: #fff;
	color: #3b5770;
	text-shadow: none;
	font-size: 14px;
}
.i-n.field--inverse {
	background-image: url('img/ico_n2.png');
}
.i-t.field--inverse {
	background-image: url('img/ico_t2.png');
}
.i-em.field--inverse {
	background-image: url('img/ico_em2.png');
}
.field.invalid {
	border: 2px solid red;
}

input:-webkit-autofill {
	background-image: inherit;
}
/********** story *************/

#story {
	background: #f3f3f3;
	padding: 25px 0 60px;
	text-align: center;
	color: #676767;
}
#story .row {
	width: 110px;
	line-height: 19px;
	position: relative;
	margin: 0 20px;
}
#story img{
	margin-bottom: 5px;
}
#story span {
	color: #cf0000;
	display: block;
	font-size: 32px;
	font-weight: bold;
	line-height: normal;
}
/********** title *************/

.title {
	position: relative;
	margin: 50px 0;
}
.title p {
	font-size: 24px;
	color: #182632;
	text-align: center;
	font-weight: bold;
}
.title span {
	height: 1px;
	background: #b6b4bb;
	width: 330px;
	display: block;
	position: absolute;
	top: 14px;
}
.title .dec-l {
	left: -160px;
}
.title .dec-r {
	right: -160px;
}
/********** garanties *************/

#garants {
	text-align: center;
	padding: 40px 0 35px;
}
#garants .title {
	margin-bottom: 60px;
}
.g-it {
	width: 450px;
	margin: 0 13px 50px;
}
.g-it p {
	width: 257px;
	padding: 36px 0 0 25px;
	font-size: 20px;
	color: #182632;
	text-align: left;
}
/********** kb *************/

#kb {
	background: url(img/keyboard_bg.jpg) no-repeat top center #fcfcfc;
	height: 119px;
	color: #182632;
	font-size: 36px;
	text-align: center;
}
#kb span {
	font-size: 88px;
	margin: 0 27px;
	position: relative;
	top: 11px;
}
#kb mark {
	color: #cf0000;
	font-size: 85px;
	background: transparent;
	position: relative;
	top: 9px;
}
/********** eco *************/

#eco {
	padding-top: 40px;
}
#eco .ec-it {
	margin-bottom: 60px;
	position: relative;
}
#eco .numbs {
	width: 30%;
	margin: 0;
	color: #415c6e;
	text-align: center;
	vertical-align: middle;
}
#eco .numbs .lv1 {
	font-size: 82px;
	line-height: 70px;
	display: block;
	margin: 0 auto 6px;
	width: 142px;
	border-bottom: 1px solid #415c6e;
	font-weight: bold;
}
#eco .numbs .lv2 {
	font-size: 32px;
}
#eco .numbs+p {
	width: 65%;
	color: #182532;
	font-size: 20px;
	margin-left: 4%;
	vertical-align: middle;
}
#eco .note {
	color: #a1a1a0;
	font-size: 20px;
	margin-bottom: 85px;
	text-align: center;
}
#eco .note span {
	font-size: 57px;
	margin: 0 8px;
	position: relative;
	top: 10px;
}
/********** discard *************/

#discard {
	background: url(img/blue_bg.jpg) no-repeat top center;
	height: 389px;
	overflow: visible;
	color: #fff;
}
#discard .form1 {
	margin-top: -25px;
}
.disc-ab {
	font-size: 24px;
	width: 600px;
}
.disc-ab p {
	padding: 50px 0 47px 120px;
}
.disc-ab li {
	display: block;
	padding-left: 52px;
	margin-bottom: 40px;
	text-shadow: 1px 1px 0px #3d3d3d;
}
.disc-ab img{
	margin-right: 28px;
}
/********** problems *************/

#probs {
	font-size: 24px;
	padding: 40px 0;
	color: #182632;
}
#probs {
	padding-left: 45px;
}
#probs .title {
	position: relative;
	left: -33px;
	margin-bottom: 65px;
}
#probs .title img{
	margin-bottom: -26px;
	margin: 0 17px -26px;
	position: relative;
	top: -11px;
}
#probs .col1 {
	width: 390px;
	padding-top: 10px;
}
#probs .col2 {
	margin: 0 90px;
}
#probs .col3 {
	width: 287px;
	padding-top: 10px;
}
#probs .col4 {
	width: 172px;
	background: url(img/ribon.png) no-repeat top center;
	width: 162px;
	height: 79px;
	padding: 20px 0 0 17px;
	color: #fff;
	text-shadow: 1px 1px 1px #0b1216;
}
#probs .col1.fix {
	padding-top: 20px;
}
.prob {
	margin-bottom: 66px;
}
/********** profs *************/

#profs {
	background: url(img/city_bg.jpg) no-repeat top center;
	height: 748px;
	padding: 76px 0 77px;
	color: #172532;
}
#profs .wrap>div {
	display: table;
	margin: 0 auto -7px;
	padding-left: 6px;
	position: relative;
}
#profs .head {
	background: url(img/header_city.png) no-repeat top center;
	height: 106px;
	font-size: 24px;
	text-align: center;
	padding-top: 25px;
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.pr-tit {
	background: url(img/prof_title.png) no-repeat top center;
	height: 120px;
	width: 247px;
	font-size: 24px;
	text-align: center;
	padding-left: 20px;
	padding-top: 25px;
	font-weight: bold;
	margin-right: -10px;
}
.pr-tit.fix1 {
	padding-top: 34px;
	font-size: 30px;
}
.pr-tit.fix2 {
	padding-top: 15px;
	line-height: 22px;
}
.pr-tit span {
	color: #ea0000;
}
.pr-desc {
	font-size: 18px;
	background: url(img/pr-desc.png) no-repeat top center;
	width: 609px;
	height: 129px;
	padding: 33px 35px 0 77px;
}
/********** blur *************/

#blur {
	background: url(img/blur_bg.jpg) no-repeat top center;
	padding: 35px 0;
}
#blur h5 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
#blur h5 img{
	display: inline;
	vertical-align: middle;
	margin-right: 25px;
}
#blur form {
	width: 575px;
	margin: 30px auto 0;
}
#blur .field {
	height: 44px;
	line-height: 44px;
	margin-bottom: 22px;
}
#blur .i-n {
	width: 100%;
}
#blur .i-t {
	width: 48%;
	display: inline-block;
}
#blur .i-em {
	width: 48%;
	display: inline-block;
	float: right;
}
#blur small {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	margin-top: 20px;
}
/********** comms *************/

#comms {
	text-align: center;
	padding: 35px 0 45px;
}
#comms div.row {
	width: 375px;
	border: 1px solid #cccccc;
	color: #4b4b4b;
	font-size: 14px;
	font-style: italic;
	padding: 44px 25px 80px 35px;
	text-align: left;
	min-height: 320px;
	margin: 0 17px 70px;
	position: relative;
}
#comms div.row div {
	position: absolute;
	bottom: -55px;
	left: 35px;
}
#comms div.row div p {
	margin: 35px 0 0 25px;
	max-width: 170px;
}
/********** footer *************/

footer {
	background: url(img/office_bg.jpg) no-repeat top center;
	height: 604px;
	padding-top: 15px;
}
footer .title span {
	background: #fff;
}
footer .title p {
	color: #fff;
}
footer .inner {
	height: 240px;
	padding-top: 15px;
	color: #000;
	background: rgb(199, 230, 240);
	/* Old browsers */
	
	background: -moz-linear-gradient(left, rgba(199, 230, 240, 1) 0%, rgba(199, 243, 251, 1) 100%);
	/* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(199, 230, 240, 1)), color-stop(100%, rgba(199, 243, 251, 1)));
	/* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(left, rgba(199, 230, 240, 1) 0%, rgba(199, 243, 251, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(left, rgba(199, 230, 240, 1) 0%, rgba(199, 243, 251, 1) 100%);
	/* Opera 11.10+ */
	
	background: -ms-linear-gradient(left, rgba(199, 230, 240, 1) 0%, rgba(199, 243, 251, 1) 100%);
	/* IE10+ */
	
	background: linear-gradient(to right, rgba(199, 230, 240, 1) 0%, rgba(199, 243, 251, 1) 100%);
	/* W3C */
	
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c7e6f0', endColorstr='#c7f3fb', GradientType=1);
	/* IE6-9 */
}
footer .logo {
	color: #000;
	margin: 38px 0 0 51px;
}
footer .logo h2 {
	color: #000;
	font-size: 27px;
	font-weight: 400;
	margin-left: 10px;
}
footer .call-us {
	margin-right: 47px;
}
footer .call-us .desc {
	color: #000;
	text-shadow: none;
	line-height: 23px;
}
footer .call-us .phone {
	margin: 11px 0 15px;
}
footer .call-us+p {
	width: 860px;
	background: url(img/blue_tr.png);
	margin: 19px auto 0;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	padding: 37px 80px;
	text-align: center;
}
/********** cr *************/

.cr {
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0;
}
.cr a {
	color: #ff0000;
}
.cr img{
	margin-right: 9px;
	position: relative;
	top: 4px;
}
/********** modals *************/

.modal-bg {
	background: url(img/dark_tr1.png);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 10001;
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 10002;
}
.mod-f {
	height: 295px;
}
.mod-f .desc {
	margin: 10px 0 35px;
}
.mod-f .desc img{
	margin-right: 13px;
	position: relative;
	top: 15px;
}
.i-mes {
	resize: none;
	height: 120px;
	font-family: inherit;
	background: url(img/i-mes.png) no-repeat 22px 6px #8a8a8a;
	line-height: 20px;
	padding-top: 10px;
}
.closer {
	background: url(img/closer.png) no-repeat;
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	top: -10px;
	right: 35px;
}
.closerw {
	background: url(img/closer.png) no-repeat;
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 5px;
	right: 20px;
}
.resp .closer {
	top: -18px;
	right: -18px;
}
.resp {
	background: url(img/dark_tr2.png);
	width: 820px;
	color: #fff;
	font-size: 30px;
	text-align: center;
}
.resp p {
	padding: 78px 90px;
}
.modw {
	width: 800px;
	height: 610px;
	background-image: url(img/form2_bg.png);
	padding: 0 55px;
	text-align: inherit;
	font-family: Calibri;
}
.modw img{
	margin: 10px;
}
.tooltip {
	border-bottom: 1px dotted #000000;
	color: #000000;
	outline: none;
	cursor: help;
	text-decoration: none;
	position: relative;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}
.tooltip:hover span {
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute;
	left: 1em;
	top: 2em;
	z-index: 200;
	margin-left: 0;
	width: 300px;
}
.tooltip:hover img{
	border: 0;
	margin: -10px 0 0 -55px;
	float: left;
	position: absolute;
}
.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding: 0.2em 0 0.6em 0;
}
.classic {
	padding: 0.8em 1em;
	font-size: 15px !important;
}
.custom {
	padding: 0.5em 0.8em 0.8em 2em;
}
* html a:hover {
	background: transparent;
}
.classic {
	background: #FFFFAA;
	border: 1px solid #FFAD33;
}
.critical {
	background: #FFCCAA;
	border: 1px solid #FF3334;
}
.help {
	background: #9FDAEE;
	border: 1px solid #2BB0D7;
}
.info {
	background: #9FDAEE;
	border: 1px solid #2BB0D7;
}
.warning {
	background: #FFFFAA;
	border: 1px solid #FFAD33;
}
@media handheld {
	@-ms-viewport: device-width;
}
.arcticmodal-overlay,
.arcticmodal-container {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
}
.arcticmodal-container {
	overflow: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
*:first-child+html .arcticmodal-container {
	height: 100%
}
.arcticmodal-container_i {
	height: 100%;
	margin: 0 auto;
}
.arcticmodal-container_i2 {
	padding: 24px;
	margin: 0;
	border: 0;
	vertical-align: middle;
}
.arcticmodal-error {
	padding: 20px;
	border-radius: 10px;
	background: #000;
	color: #fff;
}
.arcticmodal-loading {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	background: #000 url('img/loading.gif') no-repeat 50% 50%;
}
.box-modal {
	position: relative;
	width: 580px !important;
	min-height: 20px;
	padding: 20px;
	background: #fff;
	color: #3c3c3c;
	box-shadow: 0 0 4px -4px #f3f3f3;
	-moz-box-shadow: 0 0 4px -4px #f3f3f3;
	-webkit-box-shadow: 0 0 4px 4px #f3f3f3;
	/*
	box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
*/
	
	border-radius: 5px;
}
.light-modal {
	position: relative;
	width: 0px;
	height: 0px;
	box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
	border-radius: 5px;
	opacity: 0;
}
#big-modal {
	width: 655px;
}
#middle-modal {
	width: 455px;
}
#small-modal {
	width: 255px;
}
#feedback-modal-box {
	width: 300px;
}
#feedback-modal-box #feedback-infolist {
	list-style: none;
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#feedback-modal-box #feedback-infolist li {
	text-align: center;
	font-size: 110%;
	display: table-cell;
	vertical-align: middle;
	height: 20px;
}
#light-box {
	border-radius: 5px;
}
.modal-close {
	width: 26px;
	height: 26px;
	position: absolute;
	right: -10px;
	top: -10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 26px;
	color: #fff;
	background: #ff7d00;
	cursor: pointer;
	border-radius: 13px;
	font-family: Verdana;
}
.modal-close:hover {
	background: #d26700;
}
.banner {
	background: #C11316 url(new-year-pattern.png) repeat-x;
	color: #fff;
	font-weight: 500;
	font-size: 1.2em;
	padding: 8px 10px;
}
.topBar {
	overflow: hidden;
	padding: 15px 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
	transition: all .1s ease-in;
}
.topBar.stycky {
	position: fixed;
	z-index: 10000;
	background-color: #fafafa;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
}
.topBar__logo,
.topBar__menu,
.topBar__callToUs {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.topBar__callToUs {
	/*width: 300px;*/
	text-align: center;
}
.topBar__phone {
	color: #182532;
	font-size: 32px;
	text-shadow: 1px 1px 1px rgb(255, 255, 255);
	font-weight: 600;
}
.topBar__phone a {
	color: inherit;
	text-decoration: none;
}
.topBar__callToUs button {
	text-transform: uppercase;
	width: 218px;
	margin-top: 10px;
}
.topBar__logo {
	width: 130px;
	text-align: center;
}
.topBar__logo img{
	box-shadow: 0 18px 27px -14px rgba(0,0,0,.3);
}
.topBar__menu {
	width: 522px;
}
.topBar__menu li {
	display: inline-block;
}
.topBar__menu a {
	display: block;
	padding: 20px 10px;
	font-size: 19px;
	color: inherit;
}
#contacts {
	padding-top: 40px;
	box-shadow: inset 0px 40px 0 #fff;
}
.popup {
	width: 400px;
	border-radius: 3px;
	position: fixed;
	top: 15%;
	left: 50%;
	margin-left: -200px;
	display: none;
	opacity: 0;
	z-index: 10006;
	box-sizing: border-box;
	min-width: auto;
	border: 1px solid #eee;
	background-image: linear-gradient(145deg, #eceee8, #b6b4bb);
}
.popup__close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -13px;
	right: -13px;
	cursor: pointer;
	display: block;
	color: #fff;
	font-weight: 500;
	background-color: #ff9c3d;
	border-radius: 50%;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	text-transform: uppercase;
	border: 2px solid #eee;
	box-shadow: inset 0 -5px 0px 1px #ff7d00, 0 0 10px rgba(0, 0, 0, .4);
	outline: none;
}
.popup__inner {} .popup--order {
	width: 260px;
	margin-left: -130px;
	position: fixed;
}
.popup--order .popup__inner {
	padding: 35px 0;
}
.popup--order .btn {
	height: 39px;
	font-size: 15px;
}
.popup--order h5 {
	text-align: center;
	color: #172532;
	font-size: 14px;
	font-weight: 400;
	line-height: 36px;
	position: relative;
	margin: 0 auto 25px;
	padding-left: 20px;
}
.popup--order img{
	position: absolute;
	left: 17px;
}
.popup--service {
	top: 5%;
	width: 800px;
	margin-left: -400px;
	font-family: "Calibri";
	padding: 20px 15px;
}
.popup--service h5 {
	font-size: 26px;
	text-align: center;
	font-weight: 400;
	position: relative;
	display: table;
	margin: 0 auto 20px;
}
.popup--service h5:after,
.popup--service h5:before {
	position: absolute;
	top: -15px;
	width: 20px;
	color: #ff4600;
	font-size: 68px;
	line-height: 68px;
}
.popup--service h5:before {
	content: "{";
	left: -40px;
}
.popup--service h5:after {
	content: "}";
	right: -40px;
}
.popup--service h5 small {
	display: block;
	font-size: 15px;
	font-weight: 300;
}
.popup__content {
	display: table-row;
	width: 90%;
}
.popup__content-left,
.popup__content-right {
	display: table-cell;
	vertical-align: top;
}
.popup__content-right {
	width: 55%;
}
.popup__content-left {
	text-align: center;
}
.popup__content img{
	max-width: 300px;
}
.popup__content p {
	text-indent: 15px;
}
.popup__content p+p {
	margin-top: 9px;
}
.popup__order {
	text-align: center;
}
.popup__order p {
	line-height: 37px;
	position: relative;
	padding-left: 60px;
	margin: 20px 0;
}
.popup__order p img{
	position: absolute;
	top: 0;
	left: 145px;
}
.popup__order .field,
.popup__order .btn {
	display: inline-block;
	margin: 0;
	height: 38px;
	line-height: 38px;
}
.popup__order .field {
	margin-right: 18px;
}
.popup__order small {
	margin-top: 15px;
	display: block;
	font-size: 14px;
	color: #555;
}
.popup--result {
	padding: 13px 0px;
	border: 1px solid;
	margin: 0;
	font-size: 19px;
	top: 0;
	left: auto;
	width: 100%;
	text-align: center;
	background-image: none;
	box-shadow: 0 2px 9px 1px rgba(0,0,0,.1);
	border-radius: 0;
}
.popup--result .popup__close {
	position: absolute;	
	top: 10px;	
	right: 10px;
	border: none;	
	background-color: transparent;	
	line-height: 10px;	
	font-size: 13px;	
	text-align: center;	
	cursor: pointer;	
	opacity: .6;	
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: auto;
	height: auto;
	color: inherit;
}

.popup--result p {
	font-size: 16px;
}

.popup--result-error {
	border-color: #FF888A;
	background-color: #FFD4D5
}

.popup--result-success {
	border-color: #00C50B;
	background-color: #B5FFB9
}
#overlay {
	z-index: 10005;
	position: fixed;
	background-color: #000;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}
@keyframes pbm-animate {
	0% {
		transform: rotate(0);
	}
	10% {
		transform: rotate(8deg);
	}
	15% {
		transform: rotate(-6deg);
	}
	20% {
		transform: rotate(8deg);
	}
	25% {
		transform: rotate(-10deg);
	}
	30% {
		transform: rotate(6deg);
	}
	35% {
		transform: rotate(-4deg);
	}
	40% {
		transform: rotate(6deg);
	}
	45% {
		transform: rotate(-4deg);
	}
	50% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(0);
	}
}
@-webkit-keyframes pbm-animate {
	0% {
		transform: rotate(0);
	}
	10% {
		transform: rotate(8deg);
	}
	15% {
		transform: rotate(-8deg);
	}
	20% {
		transform: rotate(8deg);
	}
	25% {
		transform: rotate(-10deg);
	}
	30% {
		transform: rotate(6deg);
	}
	35% {
		transform: rotate(-4deg);
	}
	40% {
		transform: rotate(6deg);
	}
	45% {
		transform: rotate(-4deg);
	}
	50% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(0);
	}
}
#phone-button-module {
	position: fixed;
	bottom: 16px;
	right: 16px;
	width: 140px;
	height: 140px;
	padding-left: 30px;
	padding-top: 30px;
	z-index: 999;
}
#phone-button-module:hover .pbm-button {
	background-color: #ff7d00;
}
.pbm-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
}
.pbm-outside,
.pbm-button {
	border-radius: 50%;
	transition: all .7s;
}
.pbm-outside {
	background-color: rgba(255, 125, 0, 0.2);
	padding: 15px;
	display: inline-block;
}
.pbm-button {
	background-color: #ff9732;
	width: 80px;
	height: 80px;
	animation: pbm-animate 1.8s infinite ease-in-out;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	padding: 0;
	display: block;
	border: none;
	position: relative;
	outline: none;
}
.pbm-button:hover .pbm-icon {
	transform: scale(0.6, 0.6);
	top: 7px;
}
.pbm-button:hover .pbm-text {
	display: block;
}
.pbm-icon {
	width: 40px;
	position: absolute;
	top: 20px;
	left: 20px;
	transition: all .2s;
	user-select: none;
	-webkit-user-select: none;
}
.pbm-text {
	display: none;
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	font-family: sans-serif;
	text-transform: uppercase;
	user-select: none;
	-webkit-user-select: none;
	position: absolute;
	bottom: 8px;
}
@media screen and (max-width: 768px) {
	#phone-button-module {
		width: 120px;
		height: 120px;
	}
	.pbm-outside {
		padding: 15px;
	}
	.pbm-button {
		width: 60px;
		height: 60px;
	}
	.pbm-button:hover .pbm-icon {
		top: 7px;
	}
	.pbm-icon {
		width: 30px;
		top: 15px;
		left: 15px;
	}
	.pbm-text {
		font-size: 9px;
		line-height: 10px;
	}
}
@media screen and (max-width: 480px) {
	#phone-button-module {
		width: 80px;
		height: 80px;
		padding-top: 10px;
		padding-left: 10px;
		bottom: 10px;
		right: 10px;
	}
	.pbm-outside {
		padding: 10px;
	}
	.pbm-button {
		width: 50px;
		height: 50px;
		cursor: default;
	}
	.pbm-button:hover .pbm-icon {
		transform: none;
		top: 15px;
	}
	.pbm-button:hover .pbm-text {
		display: none;
	}
	.pbm-icon {
		width: 20px;
		top: 15px;
		left: 15px;
	}
}
.desctophide,
.topBar__menu-trigger,
.topBar__logo-caption,
.shortAdv,
.if {
	display: none;
}

@media screen and (max-width: 980px) {
	body>header, body>section, body>footer {
		min-width: 100%;
		position: relative;
	}
	.wrap {
		width: 100%;
	}
	.desctophide,
	.topBar__menu-trigger {
		display: block;
	}
	.mobilehide,
	.topBar__menu {
		display: none;
	}
	.topBar {
		padding: 10px 0 0;
		box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
	}
	.topBar__logo {
		width: 100%;
		position: relative;
		top: 4px;
		text-align: left;
		padding-left: 10px;
	}
	.topBar__logo img{
		width: 50px;
		display: inline-block;
		vertical-align: middle;
	}
	.topBar__logo-caption {
		display: inline-block;
		font-size: 14px;
		width: 50%;
		padding-left: 10px;
		vertical-align: middle;
	}
	.topBar__logo-caption small {
		display: block;
	}
	.topBar__callToUs {
		width: 100%;
		background-color: #ff7d00;
		margin-top: 18px;
		border-bottom:2px solid #e57000;
		border-top: 2px solid #efa966;
	}
	.topBar__phone {
		display: block;
		font-size: 23px;
		line-height: 33px;
		text-shadow: none;
	}
	.topBar__phone  a {
		display: block;
	}
	.topBar__menu-trigger .fa {
		display: block;
		background-color: #ff7d00;
		width: 30px;
		height: 30px;
		font-size: 18px;
		line-height: 30px;
		margin: 0 auto 3px;
		border-radius: 50%;
		text-shadow: 1px 1px 1px rgb(255, 255, 255);
	}
	.topBar__menu-trigger {
		position: absolute;
		top: 4px;
		right: 10px;
		background-color: transparent;
		outline: none;
	}
	.topBar.stycky {
		padding: 10px 0 0;
		border: none;
	}
	.topBar__menu {
		width: 100%;
	}
	.opened {
		background-color: #fafafa;
	}
	.opened .topBar__menu{
		display: block;
		margin-top: 18px;
		margin-bottom: -18px;
		padding: 10px 0;
		border-top: 1px solid #ddd;
	}
	.topBar__menu li {
		display: block;
		text-align: center;
	}
	.topBar__menu a {
		padding: 5px 10px;
		font-size: 17px;
	}
	.topBar__menu a:hover {
		background-color: #01aff0;
		color: #fff;
	}
	header {
		height: auto;
	}
	header .mainForm {
		position: relative;
		margin: 0;
		margin-right: 50px;
		float: right;
		top: -10px;
	}
	h1 {
		padding: 25px 30px;
		background-color: rgba(0,0,0,.1);
    	font-family: sans-serif;
	}
	h1 span {
		color: #182532;
		font-weight: 700;
		display: block;
		font-weight: 800;
	}
	h1 .lv1 {
		font-size: 51px;
	}
	h1 .lv2 {
		font-size: 20px;
		top: auto;
	}
	h1 .lv2 b {
		color: #ff7d00;
		font-weight: 800;
	}
	h1 .lv3 {
		font-size: 20px;
	}
	.field {
		font-size: 16px;
	}
	.master {
		width: 400px;
		height: 130px;
		padding: 35px 0 0 161px;
		top: 225px;
		left: 0;
		background-size: 100% 100%;
	}
	.p1 {
		margin-top: 7px;
	}
	.p1 .sp1 {
		font-size: 18px;
	}
	.p1 .sp2 {
		font-size: 20px;
	}
	.p2 {
		margin-left: 25px;
	}
	.p2 .sp1 {
		font-size: 42px;
		margin: -7px 0 -10px;
	}
	.p2 .sp2 {
		font-size: 14px;
	}
	.p3 {
		font-size: 15px;
		right: 0;
		margin: 5px 0 0 0;
	}
	.p3 .sp33, .p3 .sp34 {
		margin: 0;
	}
	#kb {
		height: auto;
		font-size: 20px;
	}
	#kb p {
		background-color: rgba(255,255,255,.8);
		padding: 5px;
	}
	#kb span {
		font-size: 38px;
		top: 4px;
		margin: 0 10px;
	}
	#kb mark {
		top: 4px;
		font-size: 38px;
	}
	#probs {
		padding-left: 0;
	}
	#probs .title {
		left: auto;
	}
	#probs .title img {
		margin: 0 auto;
		transform: rotate(90deg);
		display: block;
		top: auto;
		width: 20px;
	}
	.prob {
		border: 1px solid #eee;
		background-color: #fafafa;
		-webkit-box-shadow: 0 2px 2px 1px rgba(0,0,0,.1);
		box-shadow: 0 2px 2px 1px rgba(0,0,0,.1);
		font-size: 20px;
		position: relative;
		padding: 50px 15px 20px;
		margin: 40px auto;
		width: 90%;
	}
	#probs .col1, #probs .col3 {
		width: 100%;
		text-align: center;
		padding: 0 !important;
	}
	#probs .col2 {
		display: block;
		transform: rotate(90deg);
		margin: 15px auto;
		width: 20px;
	}
	#probs .col4 {
		position: absolute;
		width: 98px;
		height: 58px;
		top: -9px;
		-webkit-background-size: 121px 100%;
		background-size: 121px 100%;
		background-position: top left;
		right: 0;
		padding: 17px 9px 0 0 !important;
		text-align: center;
		font-size: 16px;
	}
	footer .mainForm {
		margin: 15px auto;
		float: none;
		top: auto;
	}

}

@media screen and (max-width: 890px) {
	#discard {
		height: auto;
		border-bottom: 2px solid #eee;
	}
	.disc-ab {
		font-size: 20px;
		width: 100%;
	}
	.disc-ab p {
		margin: 20px 15px 30px !important;
		font-size: 24px;
		padding: 0;
		text-align: center;
	}
	.disc-ab li {
		display: block;
		padding-left: 0;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 28px;
		font-size: 17px;
	}
	.disc-ab img {
		margin-right: 22px;
	}
	#discard .mainForm small {
		color: #182633;
	}

	#discard .mainForm {
		position: relative;
		top: auto;
		margin: 15px auto;
	}
	
	footer {
		height: auto;
		-webkit-background-size: cover;
		background-size: cover;
	}
	footer .call-us {
		margin: 0;
		width: 100%;
		background-color: rgba(255,255,255,.8);
		padding: 15px 0;
	}
}

@media screen and (max-width: 715px) {
	.master,
	.title span {
		display: none;
	}
	.an {
		position: absolute;
		top: -110px;
		bottom: auto;
	}
	.mainForm {
		margin: 15px auto;
		float: none;
		top: auto;
	}
	body>section{
		padding: 12px 10px !important;
	}
	#story .row {
		margin: 15px 0;
	}
	.title {
		margin: 20px 15px 30px !important;
	}
	.g-it {
		width: 49%;
		margin: 20px 0;
	}
	.g-it img {
		width: 19%;
	}
	.g-it p {
		width: 60%;
		padding: 0;
		margin-left: 3%;
		font-size: 16px;
	}
	#map img {
		width: 100%;
	}
	#eco .numbs {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	#eco .numbs .lv1 {
		font-size: 64px;
	}
	#eco .numbs .lv2 {
		font-size: 20px;
	}
	#eco .numbs+p {
		width: 90%;
		display: block;
		margin: 0 auto;
		font-size: 16px;
		padding-top: 16px;
		text-align: center;
	}
	#eco .note {
		color: #fff;
		background-color: #a1a1a0;
		font-size: 20px;
		margin: 0 -10px 20px;
		padding: 15px;
	}
	#eco .note span, 
	#profs,
	#blur{
		display: none;
	}
	
	#carousel {
		right: auto;
	}
	.es-nav span.es-nav-next {
		right: 7px;
	}
	.es-nav span.es-nav-prev {
		left: 7px;
	}
	#comms div.row {
		min-height: inherit;
		padding: 25px 25px 80px 25px;
	}
	#contacts {
		padding-top: 15px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	header .mainForm {
		margin: 0 auto;
		float: none;
	}
	.prob {
		width: 100%;
	}
	.popup--result {
		bottom: auto;
	}
	.popup--service h5 {
		width: 70%;
	}
	.popup__content {
		width: 100%;
		display: block;
	}
	.popup__content-left, .popup__content-right {
		display: block;
		width: 100%;
	}
	.popup__content img{
		width: 100%;
	}
	.popup__order p {
		line-height: 1.25;
    	margin: 20px 0;
    	padding-left: 0;
	}
	.popup__order p img{
		position: relative;
		top: auto;
		left: auto;
		display: block;
		margin: 0 auto 5px;
	}
	.popup__order .field {
		margin-right: 0;
		margin-bottom: 18px;
	}
	.popup__close {
		top: 5px;
		right: 5px;
	}

	.shortAdv,
	.if {
		display: block;
	}
	.shortAdv {
		margin: 0 auto;
		list-style-type: none;
		padding: 15px 30px;
	}
	.shortAdv li {
		padding-left: 20px;
		position: relative;
	}
	.shortAdv li:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background-color: #ff7d00;
	}
	.shortAdv .if {
		text-align: center;
		display: table;
		margin: 22px auto;
		padding: 0px 10px;
		border: 1px dashed #666;
		font-size: 16px;
		line-height: 26px;
		text-transform: uppercase;
		font-weight: 800;
	}
	.shortAdv .if:before {
		display: none;	
	}
}

@media screen and (max-width: 480px) {
	.mainForm,
	.field {
		width: 80%;
	}
	.btn--big, .mainForm .btn {
		width: 120%;
	}
	.mainForm .btn {
		left: -10%;
	}
	.g-it {
		width: 100%;
	}
	.g-it img{
		width: 80px;
	}
	.g-it p {
		width: 150px;
		margin-left: 15px;
	}
	#kb {
		font-size: 16px;
	}
	#kb p {
		padding: 5px;
	}
	#kb span, #map {
		display: none;
	}
	#kb mark {
		font-size: 38px;
		display: block;
	}
	#comms div.row {
		max-width: 375px;
		width: 100%;
		padding: 15px 15px 85px;
		min-height: inherit;
		margin: 0 0 70px;
	}
	#comms div.row div {
		width: 100%;
		left: 0;
		bottom: -26%;
		padding-left: 15px;
	}
	#comms div.row div p {
	    margin: 0;
	    float: right;
	    position: absolute;
	}
	.popup {
		width: 100% !important;
		margin: 0;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		overflow: auto;
		padding: 50px 15px 20px;
		border-radius: 0;
	}
}