header, nav, section, article, main, aside, .sidebar, footer { display: block; }
@font-face {
    font-family: "fontawesome-webfont";
    src: url( "../fonts/fontawesome-webfont.eot" );
 	src: local("fontawesome-webfont"), 
	   url("../fonts/fontawesome-webfont.woff") format('woff'),
	   url("../fonts/fontawesome-webfont.otf") format("opentype");
}
/*
@font-face {
    font-family: "CenturyGothic";
    src: url( "../fonts/CenturyGothic.eot" );
 	src: local("CenturyGothic"), 
	   url("../fonts/CenturyGothic.woff") format('woff'),
	   url("../fonts/CenturyGothic.otf") format("opentype");
}

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

@font-face {
    font-family: "PTSans-Italic";
    src: url( "../fonts/PTSans-Italic.eot" );
 	src: local("PTSans-Italic"), 
	   url("../fonts/PTSans-Italic.woff") format('woff'),
	   url("../fonts/PTSans-Italic.otf") format("opentype");
}
@font-face {
    font-family: "PTSans-Bold";
    src: url( "../fonts/PTSans-Bold.eot" );
 	src: local("PTSans-Bold"), 
	   url("../fonts/PTSans-Bold.woff") format('woff'),
	   url("../fonts/PTSans-Bold.otf") format("opentype");
} 
BODY { 
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif!important;
 	background: #fff; 
}
A { text-decoration: none; outline: none!important;}
A:HOVER { text-decoration: underline;}
A IMG {border: none; }
LABEL {cursor: pointer; }
TEXTAREA { resize:none; margin: 0;}
INPUT, TEXTAREA { outline: none; }
input[type="search"] {
	outline: none;
	border-radius: 0;
	-webkit-appearance: none !important;
}
IFRAME {
	margin: 0;
	border: none;
}
TABLE {
	border: none;
    border-spacing: 0;
    border-collapse: collapse;
}

H1, H2, H3, H4, H5, H6, P, FIELDSET, FORM, UL, OL, LI, DL, DT, DD {
	padding: 0;
	margin: 0;
}
#content INPUT, #content TEXTAREA {
	outline: none;
}
#content H1, #content H2, #content H3, #content H4, #content H5, #content H6 {
	margin: 15px 0 0 0;
	line-height: 140%;
}
#content H1 {
	color: #5661a0;
	font-size: 40px;
}
#content H2 {
	color: #070707;
	font-size: 48px;
	font-family: "CenturyGothic-Bold";
}
#content H3 {
	color: #070707;
	font-size: 36px;
	font-family: "CenturyGothic-Bold";
}
#content H4 {
	color: #212121;
	font-size: 22px;
}
#content P, #content UL, #content OL {
	color: #333;
	font-size: 14px;
	line-height: 130%;
	margin: 15px 0 0 0;
}
#content A {color: #324fa3;}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.container {
    min-width: 320px;
    margin: auto;
}
input {outline: none!important;}
#page {
	min-width: 220px;
	overflow: hidden;
}
.alignright {float: right;}
/* Header */
#header {min-height: 90px;}
#header .navbar-default {
	background: none;
	border: none;
	margin: 0;
}
#header A.logotype {
	display: block;
	float: left;
	margin: 20px 17px 0 0;
}
#header P {float: left; color: #000; font-size: 11px; margin: 30px 0 0;}
.right-block {width: 428px; float: right; position: relative; z-index: 1; padding: 21px 0 20px 90px; box-sizing: border-box;}
.right-block A {color: #fff !important; position: relative; font-size: 15px;}
/*.right-block:before {
	top: 0;
	left: 0;
	width: 5000px;
	height: 100%;
	content: '';
	background: #070707;
	position: absolute;
}*/
.right-block .button, #footer .btn {
	font-size: 18px;
	padding: 2px 23px;
	margin: 0 23px 0 0;
	border: 2px solid #00a147;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.right-block .button {margin-right: 0;}
.button:hover {color: #fff; background: #00a147;}
.right-block A.tel {font-size: 20px; font-weight: bold;}
.right-block A.tel:hover {text-decoration: none; opacity: 0.9;}
.right-block A.mail {display: block;}
.link {float: right; margin: 0;}
#header.smaller .navbar-default {background: rgba(255, 255, 255, 0.9);}












/* Content */
#content .slide-info {float: left;width: 698px; position: relative;}
#content .slide-info H2 {
	color: #324fa3; 
	font-size: 36px; 
	font-weight: normal; 
	position: relative;
	line-height: 90%;
	padding: 105px 0 0 100px;
	font-family: "CenturyGothic"; 
	text-transform: uppercase;
}
#content .slide-info H2 strong {font-size: 62px; text-transform: none; font-family: "CenturyGothic-Bold"; line-height: 110%;}
#content .slide-info H2 span {
	bottom: 0;
	left: 0;
	width: 90px;
	height: auto;
	color: #fff; 
	background: #324fa3; 
	font-size: 54px; 
	line-height: 90%; 
	display: inline-block; 
	padding: 8px;
	font-weight: bold;
	position: absolute;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	font-family: "CenturyGothic-Bold";
}
#content .slide-info H2 span.non {opacity: 0;}
#content .slide-info .slider-right {
	top: 0;
	right: -5015px;
	width: 5000px;
	height: 600px;
	position: absolute;
	z-index: 100;
}
#content .right-block {min-height: 560px;}
#content .right-block IMG {bottom: 0; left: -63%; position: absolute;}
#content .free {
	border: 1px solid #00a147; 
	display: inline-block; 
	color: #fff; 
	margin: 95px 0 0 105px;
	font-size: 15px;
	background: #00a147; 
	border-radius: 6px;
	-o-border-radius: 6px;   
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	font-family: "CenturyGothic-Bold";
}
#content .free span {
	border: 1px solid #fff; 
	display: inline-block;
	padding: 12px 19px;
	border-radius: 6px;
	-o-border-radius: 6px;   
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#content .free:hover {opacity: 0.6;}
#content .line-box {background: #070707; padding: 30px 0;}
#content .line-box P {color: #d5d5d5; font-size: 18px; margin: 0;}
#content .line-box P strong, #content .line-box P span {color: #00a147;}
#content .line-box P strong {top: 13px; right: -131px; font-size: 60px; position: absolute; font-family: "CenturyGothic-Bold"; font-weight: normal;}
#content .left-line {float: left; width: 375px; text-align: right; position: relative;}
#content .right-line {width: 400px;}
#content .order-left {float: left; width: 45%;position: relative; padding: 85px 10px 10px 35px; min-height: 380px; z-index: 1;}
#content .order-left:hover:after {right: -140px;}
#content .order-left H2 {text-transform: uppercase;}
#content .order-left H2 span {color: #324fa3;}
#content .order-left P {font-size: 19px; margin: 28px 0 0;}
#content .order-right {width: 55%; position: relative; padding: 82px 15px 82px 148px;}
#content .order-hov {
	top: 0;
	right: 0;
	position: absolute;
	background: #fff; 
	min-height: 380px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 85px 10px 10px 35px;
}
#content .order-left:hover .order-hov {right: -16px;}
#content .order-left:after {
	top: 0;
	right: -124px;
	content: "";
	display: inline-block;
	width: 0;
	position: absolute;
	border-left: 124px solid #fff;
	border-top: 192px solid transparent;
	border-bottom: 192px solid transparent;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#content .order-right:before {
	top: 0;
	left: 0;
	width: 5000px;
	height: 100%;
	content: '';
	display: inline-block;
	background: #343434;
	position: absolute;
}
#content .order-right .form-box {position: relative; width: 380px; margin: auto;}
#content label {
	width: 93px;
	float: left;
	font-size: 17px; 
	color: #fff;
	text-align: right;
	margin: 12px 10px 0 0;
	text-transform: uppercase;
	font-family: "CenturyGothic-Bold";
}
#content input, #content textarea {
	float: right;
	width: 70%;
	border: none;
	color: #6f6f6f;
	font-size: 16px;
	background: #fff;
	height: 45px;
	line-height: 22px;
	padding: 7px 12px 8px;
	margin: 0 0 8px;
	border-radius: 4px;
	-o-border-radius: 4px;   
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3) inset;
}
#content textarea {height: 88px;}
#content button {
	border: none;
	float: right;
	display: block;
	cursor: pointer;
	font-size: 15px;
	margin: 0;
	width: 70%;
	padding: 1px;
	font-family: "CenturyGothic-Bold";
}
#content .order-right button, #content .border button {margin: 0;}
#content .order-right button span, #content .border button span {border: 1px solid #000; width: 100%; height: 52px; line-height: 170%;}
#content .row-line {float: left; width: 100%;}
#content .indent .order-left {min-height: 475px;}
#content .indent .order-left:after {border-bottom: 282px solid transparent;}
#content .indent .order-hov {min-height: 475px;}
#content .descript {padding: 100px 0;}
#content .descript .img-responsive {margin: 65px 0 0;}
#content .descript H2 {line-height: 100%; font-size: 50px; font-family: "CenturyGothic";}
#content .descript UL LI {margin: 55px 0 0; list-style: none; padding: 0 0 0 85px; background: url("../images/small-image.png") no-repeat left top;}
#content .descript H4 {text-transform: uppercase; font-size: 20px;font-family: "CenturyGothic-Bold";}
#content .descript UL LI.two {background: url("../images/small-image-2.png") no-repeat left top;}
#content .descript UL LI.three {background: url("../images/small-image-3.png") no-repeat left top;}
#content .access {background: #324fa3;}
#content .access-text {width: 60%; min-height: 255px; float: right; padding: 50px 1% 25px; position: relative;}
#content .access-text:before {
	bottom: 0;
	left: -255px;
	width: 230px;
	height: 277px;
	content: '';
	position: absolute;
	display: inline-block;
	background: url("../images/tel.png") no-repeat left top;
}
#content .access H3, #content .access P {color: #fff;}
#content .access H3 {margin: 0 0 33px;}
#content .access P {font-size: 19px; margin: 5px 0 0;}
#content .delivery {background: #343434; padding: 103px 0 132px; margin: -1px 0 0;}
#content .border {border: 6px solid #00a147; padding: 23px 70px; position: relative;}
#content .border P, #content .border H3 {color: #fff;}
#content .border H3 {
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	background: #343434;
	padding: 10px 0px;
	display: inline-block;
	position: absolute;
	width: 85%;
}
#content .border P {font-size: 16px; font-family: "PTSans-Italic";}
#content .border .form-box {margin: 40px 0 0;}
#content .border button {margin: 37px auto -54px; position: relative; z-index: 7;}
#content .border button:before, #content .border button:after {
	top: 0;
	left: -44px;
	width: 43px;
	height: 44px;
	content: '';
	display: inline-block;
	background: #343434;
	position: absolute;
}
#content .border button:after {left: auto; right: -44px;}
#content .border button:hover {opacity: 1;}
#content .delivery .border {width: 645px; margin: auto; display: inline-block;}
#content .delivery .border .form-box {margin: 40px 115px 0 0;}
#content .contact {padding: 115px 0; box-shadow: 0 0 37px rgba(0, 0, 0, 0.12);}
#content .left-info {width: 35%; float: left;}
#content .right-info {width: 28%; float: right;}
#content .image {width: 360px; float: left; margin: 32px 2% 0;}
#content .left-info IMG {margin: 0 0 23px;}
#content .left-info P {line-height: 170%; margin: 25px 0 0;}
#content .left-info P strong {font-family: "PTSans-Bold"; font-weight: normal;}
#content .right-info UL {margin: 30px 0 0;}
#content .right-info UL LI, #content .right-info UL LI A {list-style: none; font-size: 15px; color: #000;}
#content .right-info UL LI {margin: 15px 0 0;}
#content .right-info UL LI.map {background: url("../images/ic.png") no-repeat left center; padding: 3px 0 3px 34px;}
#content .right-info UL LI.tel {background: url("../images/ic-2.png") no-repeat left center; padding: 3px 0 3px 34px;}
#content .right-info UL.first {position: relative; padding: 0 0 25px; margin: 45px 0 0;}
#content .right-info UL.first:before {
	bottom: 0;
	left: 35px;
	width: 230px;
	height: 1px;
	content: '';
	position: absolute;
	display: inline-block;
	background: #00a147;
}
#content .right-info .btn {color: #000; font-size: 16px; border: 1px solid #00a147; display: inline-block; padding: 10px 33px; margin: 10px 0 0;;}
#content .right-info .btn span {text-decoration: underline;}
#content .item {
    display: inline-block;
    margin: 15px 20px;
    vertical-align: top;
    width: 155px;
    height: 86px;
    text-align: center;
}
#content .item A {display: block; position: relative;}
#carousel {position: relative; margin: 35px auto 10px;width: 920px;}
.owl-controls {display: block!important;}
.owl-prev, .owl-next {
	top: 30%;
	left: -110px;
	width: 28px;
	height: 47px;
	position: absolute;
	display: inline-block;
	text-indent: -4000px;
	background: url("../images/prev.png") no-repeat left bottom;
}
.owl-next {
	left: auto;
	right: -110px;
	background: url("../images/next.png") no-repeat left bottom;
}
.owl-prev:hover, .owl-next:hover {
	background-position: left top;
}
#content .clients {padding: 30px 0 60px; box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.2);}
/*
#content .item.hov A:before {
	top: 0;
	left: 0;
	content: '';
	width: 155px;
    height: 86px;
    opacity: 0;
	position: absolute;
	display: inline-block;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	background: url("../images/im-ho.png") no-repeat center center;
}
#content .item.hov.hov-two A:before {background: url("../images/im-3-ho.png") no-repeat center center;}
#content .item.hov A:hover:before {opacity: 1;}*/
#content .guarantees-box {
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	position: relative; width: 80%; margin: auto;
	transform: skewX(-22.5deg) translate3d(0px, 0px, 0px);
    -ms-transform: skewX(-22.5deg) translate3d(0px, 0px, 0px);
    -webkit-transform: skewX(-22.5deg) translate3d(0px, 0px, 0px);
    -o-transform: skewX(-22.5deg) translate3d(0px, 0px, 0px);
}
#content .guarantees-box:before {
	top: 0;
	right: 140px;
	width: 5000px;
	height: 100%;
	content: '';
	position: absolute;
	display: inline-block;
	background: #070707;
}
#content .guarantees H3 {
	color: #fff; 
	margin: 0 0 0 22%;
	transform: skewX(22.5deg) translate3d(0px, 0px, 0px);
    -ms-transform: skewX(22.5deg) translate3d(0px, 0px, 0px);
    -webkit-transform: skewX(22.5deg) translate3d(0px, 0px, 0px);
    -o-transform: skewX(22.5deg) translate3d(0px, 0px, 0px);
}
#content .guarantees UL {
	transform: skewX(22.5deg) translate3d(0px, 0px, 0px);
    -ms-transform: skewX(22.5deg) translate3d(0px, 0px, 0px);
    -webkit-transform: skewX(22.5deg) translate3d(0px, 0px, 0px);
    -o-transform: skewX(22.5deg) translate3d(0px, 0px, 0px);
}


#content .guarantees UL LI {list-style: none; display: inline-block; width: 83%; margin: 18px 0 25px;}
#content .guarantees UL LI P { color: #fff; font-size: 18px; display: inline-block; margin: 0; padding-left: 60px; padding-top: 4px;}
#content .guarantees UL LI span {
	overflow: hidden; color: #00a147; font-size: 60px; line-height: 82%; float: left; font-family: "CenturyGothic-Bold";
	position: absolute;
}
#content .guarantees UL LI.three P {padding-top: 12px; margin-bottom: 10px;}
#content .guarantees UL LI:first-child {padding-left: 13%;}
#content .guarantees UL LI.two {padding-left: 9%;}
#content .guarantees UL LI.three {padding-left: 4%;}
#content .guar {
	bottom: 68px;
	right: -77px;
	width: 364px;
	height: 356px;
	z-index: 0;
	position: absolute;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	transform: skewX(22.5deg) translate3d(0px, 0px, 0px);
    -ms-transform: skewX(22.5deg) translate3d(0px, 0px, 0px);
    -webkit-transform: skewX(22.5deg) translate3d(0px, 0px, 0px);
    -o-transform: skewX(22.5deg) translate3d(0px, 0px, 0px);
}
#content .guar img {
	 -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg); 
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
    transition: all 2000ms ease 0s;
    -webkit-transition: all 2000ms ease 0s;
	-moz-transition: all 2000ms ease 0s;
	-o-transition: all 2000ms ease 0s;
	-ms-transition: all 2000ms ease 0s;
    position: absolute;
    top: 0;
    left: 0;
}
#content .guarantees-box:hover .guar img {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
#content .guar-text {
	background: #070707; 
	position: relative; 
	z-index: 1; 
	padding: 80px 0 60px; 
	margin: 0 0 0 -40px; 
	width: 835px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
} 
#content .guarantees-box:hover {cursor: pointer;}
#content .guarantees-box:hover .guar-text {margin: 0;}
#content .loss {background: #070707; padding: 22px 0 90px;}
#content .loss .border {padding: 23px 55px 74px; margin: auto;width: 96%;}
#content .loss .border H3 {background: #070707; top: -66px;}
#content .loss .border H4, #content .loss .border H5 {color: #fff; font-family: "CenturyGothic-Bold";}
#content .loss .border H5 {font-size: 16px; font-family: "PTSans-Italic"; margin: 5px 0 0;}
#content .loss-left {float: left; width: 602px; min-height: 515px;}
#content .loss-left UL { perspective: 1000px;}
#content .loss-left UL LI {
	width: 173px;
	height: 185px;
	display: inline-block;
	margin: 10px 12px 16px; 
	border: 3px solid #fff;
	border-radius: 4px;
	-o-border-radius: 4px;   
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #fff;
}

#content .loss-left UL LI A {
	display: inline-block; 
	border-radius: 7px;
	-o-border-radius: 7px;   
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #324fa3;
	
	
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
 
}
#content .loss-left UL LI {position: relative;}
#content .loss-left UL LI IMG {
	border-radius: 7px;
	-o-border-radius: 7px;   
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	
	-webkit-transform: rotate3d(0,1,0,90deg);
    -moz-transform: rotate3d(0,1,0,90deg);
    -o-transform: rotate3d(0,1,0,90deg);
    -ms-transform: rotate3d(0,1,0,90deg);
    transform: rotate3d(0,1,0,90deg);
	
}

#content .loss-left UL LI:hover IMG,
#content .loss-left UL LI.js_staff_selected IMG
{
	border-radius: 7px;
	-o-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;

	-webkit-transform: rotate3d(0,1,0,0deg);
	-moz-transform: rotate3d(0,1,0,0deg);
	-o-transform: rotate3d(0,1,0,0deg);
	-ms-transform: rotate3d(0,1,0,0deg);
	transform: rotate3d(0,1,0,0deg);

}


#content .loss-left UL LI:hover A,
#content .loss-left UL LI.js_staff_selected A
{
	-webkit-transform: rotate3d(0,1,0,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	-o-transform: rotate3d(0,1,0,-180deg);
	-ms-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}



/*#content .loss-left UL LI:hover {background: none; border: 3px solid #2c2c2c;}*/
#content .loss-left UL LI.js_staff_selected {background: none; border: 3px solid #2c2c2c;}


#content .loss-right {float: right; width: 300px;}
#content .loss .loss-right H4 {font-size: 30px; color: #00a147; margin: 5px 0 0;}
#content .border .loss-right P {font-size: 19px; font-family: "CenturyGothic";}
#content .loss-right .im {
	width: 189px; 
	height: 189px; 
	margin: 15px auto 22px;
	position: relative;
	border-radius: 50%;
	-o-border-radius: 50%;   
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#content .loss-right .im:before {
	top: 52px;
	left: -54px;
	width: 20px;
	height: 20px;
	content: "=";
	color: #fff;
	font-size: 60px;
	position: absolute;
	display: inline-block;
	font-family: "CenturyGothic-Bold";
}
#content .loss-post {
	padding: 3px 20px 12px;
	border: 6px solid #00a147;
	border-radius: 6px;
	-o-border-radius: 6px;   
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#content .border .loss-right .loss-post P {font-family: "CenturyGothic-Bold";}
#content .loss .loss-right .loss-post H4 {color: #fff; margin: 20px 0 0;}
#content .tool {width: 100%; margin: 34px 0 20px;}
#content .tool P.alignright, #content .tool P.alignleft {float: left; margin: 0; font-size: 21px; font-family: "CenturyGothic"; line-height: 78%;}
#content .tool P.alignright {float: right;}
#content .ui-widget-content, .noUi-target {
	width: 75%;
	margin: auto;
	border: none !important;
	height: 20px!important; 
	box-shadow: none;
	background: #00a147;
	border-radius: 10px;
	-o-border-radius: 10px;   
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#content .ui-slider-horizontal .ui-slider-range-max {
	background: #dcdcdc;
	border-radius: 10px;
	-o-border-radius: 10px;   
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: none;
}
#content .slider-track {
	border-radius: 50%;
	-o-border-radius: 50%;   
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#content .ui-slider-horizontal .ui-slider-handle, .noUi-handle.noUi-handle-lower {
	top: -12px;
	width: 38px; 
	height: 38px; 
	opacity: 1; 
	border: none;
	color: #324fa3;
	outline: none !important;
	background: #324fa3;
	border-radius: 50%;
	-o-border-radius: 50%;   
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.27);
}
.noUi-handle::after, .noUi-handle::before {display: none;}
#content .tool .tit {width: 42%;float: left; position: relative;}
#content .tool input, .postfix-slider {
	width: 220px;
	margin: 10px auto 0;
	color: #fff!important;
	font-size: 22px;
	border: none;
	background: none;
	text-shadow: none;
	text-align: right;
	font-family: "CenturyGothic";
	float: none;
}
#content .tool .tit:after {
	top: 0;
	right: 0;
	content: "рублей"; 
	display: inline;
	color: #fff!important;
	font-size: 22px;
	position: absolute;
	right: -80px;
    top: 34px;
    font-family: "CenturyGothic";
}


#content .slide-info H2 strong, #content .slide-info .free, 
#content .line-box .left-line, #content .line-box .right-line, 
#content .loss-left UL LI, #content .order.i-f .order-left H2, #content .order.i-f .order-left P, #content .order.i-f .order-right .row-line, #content .order.i-f .order-right button,
#content .descript .img-responsive, #content .descript H2, #content .descript UL LI, #content .access H3, #content .access P,
#content .order.i-t .order-left H2, #content .order.i-t .order-left P, #content .order.i-t .order-right .row-line, #content .order.i-t .order-right button, #content .guarantees UL LI, 
#content .order.i-th .order-left H2, #content .order.i-th .order-left P, #content .order.i-th .order-right .row-line, #content .order.i-th .order-right button,
#content .left-info, #content .image, #content .right-info {
    opacity: 0;
}
#content .slide-info H2 strong.animated, #content .slide-info .free.animated, #content .line-box .left-line.animated, 
#content .line-box .right-line.animated, #content .loss-left UL LI.animated, #content .order.i-f .order-left H2.animated, #content .order.i-f .order-left P.animated, 
#content .order.i-f .order-right .row-line.animated, #content .order.i-f .order-right button.animated, #content .descript .img-responsive.animated, #content .descript H2.animated, #content .descript UL LI.animated,
#content .access H3.animated, #content .access P.animated,
#content .order.i-t .order-left H2.animated, #content .order.i-t .order-left P.animated, #content .order.i-t .order-right .row-line.animated, #content .order.i-t .order-right button.animated,
#content .guarantees UL LI.animated,
#content .order.i-th .order-left H2.animated, #content .order.i-th .order-left P.animated, #content .order.i-th .order-right .row-line.animated, #content .order.i-th .order-right button.animated,
#content .left-info.animated, #content .image.animated, #content .right-info.animated {
    opacity: 1;
}









/* Footer */
#footer {padding: 20px 0 65px;}
#footer .box-left {
	float: left;
	width: 440px;
}
#footer .box-right {
	float: right;
	width: 290px;
	margin: 0 0 0 65px;
}
#footer .last-l {margin: 35px 0 0;}
#footer .btn {
	color: #00a147; 
	text-transform: uppercase; 
	font-size: 14px; 
	padding: 7px 10px;
	display: inline-block;
	margin: 0 0 13px;
	font-family: "CenturyGothic-Bold";
}
#footer .btn:hover {color: #fff;}
#footer .box-links {width: 235px; float: right;}
#footer H4 {color: #212121;font-size: 22px; margin: 0 0 27px; font-family: "CenturyGothic-Bold";}
#footer .box-right P {margin: 7px 0 0;}
#footer .box-right A {color: #212121;}

