body {margin:0; padding:0;}


body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #333;
	font-size: 16px;
}
h1 {

}
h1 strong {
	font-weight: 900;
}
h2 {
	text-transform: uppercase;
	font-size: 37px;
	line-height: 20px;
	margin: 0;
}
h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}

p {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	line-height: 24px;
}
a {
	color: #999;
}
a:hover, a:focus {
	text-decoration: none;
	color: #fff;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
	list-style: none;
}

/* Navigation */
#menu {
	padding: 0px;
	/*transition: all 0.8s;*/
}
#menu.navbar-default {
	/*background-color: rgba(248, 248, 248, 0); прозрачный*/
	background-color: #000;
	border-color: rgba(231, 231, 231, 0);
	/*border-color: rgba(0, 0, 0, 0);*/

}
#menu a.navbar-brand {
	font-size: 22px;
	color: #ff6600;
	font-weight: 700;
}
#menu a.navbar-brand i.fa {
	color: #88bb45;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;

}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #ff6600;
}

#menu.navbar-default .navbar-nav > li > span{
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	position: relative;
    display: block;
    padding: 15px 0;
}


.on {
	background-color: #000 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #33ffcc;
	border-color: #1fb9b1;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}

.nav > li > a {
    position: relative;
    display: block;
     padding: 15px 0; 
}

nav li {
	margin-left: 50px;
}

#menu .navbar-header img{
	margin: 0;
	padding: 0;
	height: 45px;
}

.navbar-brand {
	padding: 0px 0px;
}

/* Header-section */
#header-section {
	margin: 0 auto;
	background: url(../img/header-bg.jpg) no-repeat top center;
	background-size: cover;
	background-position: center center;
	height: 100%;
	position: relative;
}

.intro-text {
	position: relative;
	padding-top: 100px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 150px;
	width: 100%;

}

.intro-text h1 {
	color: #fff;
	line-height: 48px;
	display: inline-block;
    padding: 0 30px;
 	width: 100%;
 	/*padding-top: 50px;*/
 	/*padding-bottom: 50px;*/
 	margin-top: 0;
 	margin-bottom: -1px;
 	font-size: 21px;
 	text-align: left;
 	background: rgba(0,0,0,0.5);
}
.center-logo, .slogan {
	display: inline-block;
}
.center-logo {
 	padding-top: 150px;
	width: 200px;
	margin-top: 0;
	margin-bottom: 0;
}

.center-logo img{
	width: 600px;
	float: left;
}

.btn-default {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	background-color: rgba(255,255,255,0.8);
	border: 0;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #86E2D5;
	color: #fff;
}


/* Features Section */
#features-section {
	padding: 100px 0;
	background-color: #fff;
}

#features-section h2{
	color: #ff6600;
}

#features-section p{
	text-align: justify;
}


#features-section p span{
	text-transform: uppercase;
}
.space {
	margin-top: 40px;
}

ul {
		list-style-type: square;
}

#features-section li {
	margin-left: 50px;
}


/* Conditions Section */
#conditions-section {
	padding: 100px 0;
	background: url(../img/conditions-bg.jpg) no-repeat top center;
	background-size: cover;
	background-position: center center;
	height: 100%;
}
#conditions-section h2 {
	color: #ff6600;
}


.table-conditions {
	text-align: center;
	margin-top: 40px;
}

.left-condition, .right-condition, .center-condition {
	height: 470px;
	width: 250px;
	background-color: #333;
	display: inline-block;
	box-shadow: 0 5px 10px rgba(0,0,0,0.9); /*<сдвиг по x> <сдвиг по y> <радиус размытия> <растяжение> <цвет>*/
	margin-bottom: 20px;
	border-radius: 5px;
	opacity: 0.87;
}

.left-condition {

}

.center-condition {
	margin-left: 10px;
	margin-right: 10px;
}
.right-condition {
	position: relative;
	background-color: #ff6633;
}

.cap {
	height: 152px;
	background-color: #333;
	font-size: 30px;
	text-transform: uppercase;
	border-radius: 5px;
}

.cap p {
		color: #fff;
}

.orange-cap {
	background-color: #ff6633;
}
.left-condition .cap p, .center-condition .cap p {
	padding: 70px 20px;
	
}

.right-condition .cap p {
	line-height: 120%;
	padding-top: 30px;
	padding-bottom: 0;
	text-align: center;
	/*padding-left: 40px;*/
}


.prepayment {
	
}

.prepayment, .deal, .total {
	height: 88px;
	width: 230px;
	background-color: #fff;
	margin: 0px 10px;
}

.table-space {
	height: 2px;
}

.deal {
	
}

.prepayment, .deal, .total {
	font-size: 30px;
	padding-top: 20px;
} 

.left-condition .deal {
	padding-top: 10px;
	line-height: 100%;
}

.total {
	font-weight: bold;
	padding-top: 50px;
    padding-bottom: 80px;
}


/* Interaction Section */
#interaction-section {
	padding: 100px 0;
	background-color: #fff;
	color: #333;
}
#interaction-section h2 {
	color: #ff6600;
}

#interaction-section i {
	float: left;
	display: block;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 30px;
	color: #ff6600;
	font-size: 40px;
}
#interaction-section p {
	margin-top: 20px;
	margin-bottom: 30px;
	color: #333333;
}

#interaction-section li {
	margin-left: 110px;
}

#interaction-section .fa-balance-scale {
	height: 40px;
	width: 40px;
}

/* Contact Section */
#contact-section {
	padding: 100px 0;
    background-color: #1A1A1A;
}


#contact-section h2 {
	color: #fff;
}


#contact-section p{
	color: #909090;
}

#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
#contact-section i.fa { /*иконки в контактах*/
	margin-right: 20px;
}

#contact-section .fa-vk:hover {
   color: #4C75A3;
}

#contact-section .fa-facebook:hover {
   color: #3765A3;
}

#contact-section .fa-linkedin:hover {
   color: #0274B3;
}

#contact-section  .social-icons i {
    border: 1px solid white;
    border-radius: 50%;
    padding-top: 1px;
    margin: 0 10px;
}


.social-icons i {
    color: #fff;
    font-size: 18px;
    height: 35px;
    width: 35px;
    line-height: 34px;
    text-align: center;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.social-icons li {
	display: inline-block;
}


/* Footer */
#footer {
	/*background-color: #222222;*/
	background-color: #000;
	color: #fff;
	padding: 15px 0 10px 0;
}
#footer .copyright {
	font-size: 13px;
	margin-top: 10px;
	color: #666;
}

#footer .phone-right {
	text-align: right;
	float: right;
}

a:hover, a:focus {
	text-decoration: none;
	color: #00ccff;
}



/*Button up*/
.btn_up{
  text-align:center;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 100px;
  right: 5%;
}
.btn_up img{
  width: 60px;
 }
