/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}



body {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;	
	text-align: center;
}

.wrapper {
    margin: 0 auto;
    max-width: 1980px;
}

.width-wrapper {
	width: 940px;
	padding: 0 20px;
	display: inline-block;
}

.content .width-wrapper{
	padding: 50px 20px 70px;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    height: 70px;
    padding-top: 14px;
    position: relative;
    width: 100%;
    z-index: 999;
}

.logo{
	float: left;
}

.header ul{
	float: left;
	padding-left: 46px;
}

.header ul li{
	display: block;
	float: left;
	height: 55px;
	font-size: 18px;
	line-height: 55px;
	padding: 0 13px;
}

.header ul li a{
	color: #071f56;
	text-decoration: none;
	display: block;
}

.header .phone{
	font-size: 24px;
	font-weight: 600;
	color: #071f56;
	line-height: 55px;
	float: right;
}


/* Middle
-----------------------------------------------------------------------------*/

.title {
    background: transparent url("../img/blue-bg.png") repeat scroll 0 0;
    color: #ffffff;
    float: left;
    height: 152px;
    padding: 10px 17px 0;
    position: relative;
    text-align: left;
    width: 446px;
    z-index: 3;
}

.title span{
	color: #ffffff;
}

h1{
	font-size: 40px;
	line-height: 49px;
	font-family: "Intro",sans-serif;
	text-transform: uppercase;
}

.title span{
	background: url("../img/check.png") no-repeat 0 center transparent;
	padding: 0 14px 0 17px;
	font-size: 13px;
	font-weight: 800;
	line-height: 45px;
}

.phone-request {
    background: transparent url("../img/blue-bg.png") repeat scroll 0 0;
    color: #ffffff;
    float: right;
    height: 243px;
    padding: 15px 12px 15px;
    position: relative;
    width: 215px;
    z-index: 9;
}

.phone-request p{
	color: #ffffff;
	font-size: 14px;
	line-height: 17px;
}

.phone-request p.form-title {
    font-size: 18px;
    font-weight: 900;
	line-height: 25px;
	padding: 0 0 20px;
}

#ajaxform-phone .top-phone {
    padding: 17px 0;
    width: 100%;
}

#ajaxform-phone .top-phone input {
    background-color: #ffffff;
    color: #1c346c;
    font-size: 18px;
    font-weight: 300;
    padding: 0;
    text-align: center;
    width: 100%;
}

.phone-request input.send{
	width: 100%;
	font-weight: 300;
	border: 1px solid #ffffff;
}

.main-slider{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
}

.map-width-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
	padding: 45px 0 0;
}

.main-slider .map .width-wrapper{
	
}

.main-slider .slid-img-bg:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/blue-slider-overlay.png") repeat 0 0 transparent;
	z-index: 2;
	left: 0;
	top: 0;
}

.main-slider:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 144px;
	left: 0;
	bottom: 0;	
	background: url("../img/white-overlay.png") no-repeat center bottom transparent;
	z-index: 3;
}

.anythingSlider-default {
    margin: 0 auto;
    padding: 0;
}

.main-slider .anythingSlider{
	height: 518px;
	width: 100%;
	position: relative;
}

.anythingSlider-default .anythingWindow {
    border: 0 none;
	position: absolute;
}

.anythingControls{
	position: absolute;
	bottom: 30px;
	width: 100%;
}

.main-slider .thumbNav{
	position: relative;
	width: 100%;
	z-index: 4;
}

.main-slider .anythingSlider-default .anythingControls a{
    background: none transparent;
	height: 12px;
	width: 12px;
	border: 3px solid #8591ac;
	border-radius: 10px;
	padding: 0;
}

.main-slider .anythingSlider-default .anythingControls a.cur, .main-slider .anythingSlider-default .anythingControls a:hover{
    background: none transparent;
	height: 10px;
	width: 10px;
	border: 4px solid #ffffff;
	border-radius: 10px;
	padding: 0;
}

.anythingControls a span{
	display: none;
}

#main-slider img{
	height: auto;
	width: 100%;
	position: relative;
	min-height: 518px;
}

.main-slider .slide-content {
    color: #ffffff;
    display: inline-block;
    height: 320px;
    left: 0;
    position: absolute;
    top: 120px;
    width: 100%;
    z-index: 5;
}



.slider-btn, .btn{
	display: inline-block;
	border: 1px solid #ffffff;
	padding: 0 38px;
	height: 59px;
    line-height: 65px;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	border-radius: 3px;
	font-weight: 600;
	margin: 47px 0 0;
	transition: all 0.2s;
}

.slider-btn:hover, .btn:hover{
	color: #142c63;
	background-color: #ffffff;
}

h2{
	line-height: 30px;
	color: #00000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 35px;
	font-family: 'Fira Sans Heavy', sans-serif;
	font-weight: 800;
}

h2:after{
    background-color: #e72019;
    content: "";
    display: block;
    height: 5px;
    margin: 20px auto 0;
    width: 100px;
}

#about-us{
	padding: 0 0 50px;
}

#about-us .width-wrapper{
	padding: 40px 0 0;
}

.features {
    display: inline-block;
    margin: 20px 0;
    width: 100%;
	background: url("../img/city.png") no-repeat center bottom #ecf2fe;
}

#about-us .features .width-wrapper{
	padding: 28px 0;
}

.features .width-wrapper > div{
	float: left;
	width: 25%;
	padding: 140px 0 0;
	background: url("../img/features-icons-set1.png") no-repeat 0 0 transparent;
}

.features .width-wrapper  > div.feature1{
	background-position: 60px 0;
}

.features .width-wrapper  > div.feature2{
	background-position: -190px 0;
}

.features .width-wrapper  > div.feature3{
	background-position: -430px 0;
}

.features .width-wrapper  > div.feature4{
	background-position: -670px 0;
}

p{
	color: #4d4d4d;
}

h3{
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.how-we-work h3{
	font-size: 18px;
}	

.objects .row > div{
	width: 295px;
	height: 330px;
	border: 1px solid #1243b4;	
	display: block;
	margin: 0 0 30px 16px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	float: left;
}

.objects .row > div img{
	display: block;
	transition: all 0.2s;
}

.object-text-wrapper{
	background-color: #d8e4ff;
}

.objects .row > div:hover:after{
    background: url("../img/blue-object-overlay.png") repeat scroll 0 0 transparent;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.objects .row > div:hover img{
	margin-bottom: -55px;
}

.objects .row > div:hover .object-text-wrapper{
	background-color: #4a81ff;
	z-index: 99;
	position: relative;
}

.objects .row > div:hover .object-text-wrapper h3,
.objects .row > div:hover .object-text-wrapper p{
	color: #ffffff;
}

.objects .row > div:hover .object-text-wrapper h3{
	padding-bottom: 10px;
}

.objects .row > div:hover .object-text-wrapper p{
	line-height: 18px;
	font-size: 14px;
}

.objects .row div:first-child{
	margin-left: 0;
}

.objects .row div .object-text-wrapper {
    padding: 25px 0 80px;
}

.objects .row div .object-text-wrapper h3{
	padding-bottom: 20px;
	font-size: 20px;
	line-height: 25px;
}

.objects .row div .object-text-wrapper p{
	font-size: 14px;
	line-height: 15px;
	visibility: hidden;
}

.objects .row div:hover .object-text-wrapper p{
	visibility: visible;
}

.show-more {
    border: 1px solid #c6c6c6;
    color: #505050;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 600;
    height: 42px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	transition: all 0.2s;
}

.show-more:hover{
	color: #ffffff;
	background-color: #c6c6c6;
}

.request{
	height: 240px;
	background: url("../img/contact-bg.jpg") no-repeat center 0 transparent;
	background-size: cover;
	color: #ffffff;
}

.request .width-wrapper > div{
	float: right;
	width: 40%;
	text-align: right;
}

.request .width-wrapper > div:first-child{
	float: left;
	text-align: left;
	text-transform: uppercase;
	width: 60%;
}

.request p{
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
}

.request a.request-btn {
    border: 2px solid #ffffff;
    border-radius: 0;
    font-size: 24px;
    height: 73px;
    line-height: 79px;
    margin: 25px 0 0;
    padding: 0 35px;
}

.request .width-wrapper > div:first-child p{
	font-size: 18px;
	line-height: 28px;
}

.request .width-wrapper > div:first-child p span{
	font-size: 40px;
	font-weight: normal;
	line-height: 48px;
	font-family: 'Intro', sans-serif;
}

.column{
	width: 33%;
	display: table-cell;
}

.column p{
	font-size: 14px;
}

.column h3{
	padding: 0 0 5px;
}

.center-column{
	background: url("../img/big-blue.png") no-repeat center center transparent;
}

.feature-style2 {
    background: url("../img/features-icons-set2.png") no-repeat scroll right 0 transparent;
    height: 105px;
    margin-top: 40px;
    padding-right: 99px;
    text-align: right;
}

.column:first-child .feature-style2 {
	padding-left: 99px;
	padding-right: 0px;
	text-align: left;
}

.feature-style2.feature1-style2{
	background-position: left 0;
}

.feature-style2.feature2-style2{
	background-position: left -152px;
}

.feature-style2.feature3-style2{
	background-position: left -297px;
}

.feature-style2.feature4-style2{
	background-position: right -485px;
}

.feature-style2.feature5-style2{
	background-position: right -635px;
}

.feature-style2.feature6-style2{
	background-position: right -783px;
}

.features1{
	padding-bottom: 40px;
}

.how-we-work{
	
}

.how-we-work > div {
    display: inline-block;
    margin-left: 150px;
    vertical-align: top;
    width: 200px;
	font-size: 14px;
}

.how-we-work > div:first-child{
	margin-left: 0;
}

.partners-logo {
    display: inline-block;
    margin: 25px 5px;
}


.map{
	position: relative;
}

#contact-map-canvas {
    height: 487px;
}

#header-map-canvas{
	height: 434px;
}

#contacts .width-wrapper{
	padding-top: 0;
	padding-bottom: 0;
}

.adress {
    background: none repeat scroll 0 0 #001c5d;
    float: right;
    padding: 55px;
    position: relative;
    top: 55px;
	color: #ffffff;
	text-align: left;
	z-index: 99;
}

.adress p {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
}

.review-slider h2{
	margin: 0 0 30px;
}

#review-slider li{
	width: 780px;
}

.client-img{
	float: left;
	width: 197px;	
}

.img-wrapper{
	float: right;
	border: 3px solid #e72019;
	border-radius: 150px;
	overflow: hidden;
	width: 164px;
	height: 164px;
}

.client-said{
	float: right;
	width: 560px;
	text-align: left;
	font-size: 14px;
}

.client-said h4{
	font-size: 24px;
	text-transform: uppercase;
	padding: 0 0 27px;
	font-family: 'Intro', sans-serif;
}

.review-slider .anythingSlider-default .arrow a {
	width: 60px;
	background: url("../img/arrows-slider.png") no-repeat scroll 0 0 transparent;
}

.review-slider .anythingSlider-default .back {
    left: -80px;
}


.review-slider .anythingSlider-default .forward {
    right: -80px;
}

.review-slider .anythingSlider-default .arrow.back  a{
    background-position: 20px 50px;
}

.review-slider .anythingSlider-default .arrow.forward  a{
    background-position: 20px -130px;
}

form input{
	width: 200px;
	border: 0 none;
	border-bottom: 1px solid #ffffff;
	background: url("../img/form-icons.png") no-repeat scroll 0 0 transparent;
	height: 45px;
	line-height: 45px;
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0 40px 0 60px;
	font-weight: 600;
	font-family: 'Fira Sans', sans-serif;
}

form input[type="submit"]{
	padding: 0;
}

form .email input{
	background-position: 0 -54px;
}

form .phone input{
	background-position: 0 -111px;
}

form .message input{
	background-position: 0 -170px;
}	

.message input {
	width: 840px;
}

.message {
    margin: 20px 0 10px;
}

input.send{
	background: none transparent;
	border: 2px solid #ffffff;
	border-radius: 0;
	font-size: 18px;
	height: 40px;
    line-height: 38px;
	padding: 0 60px;
	font-weight: 600;
	font-family: 'Fira Sans', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	float: right;
	cursor: pointer;
}

input.send:hover{
	background-color: #ffffff;
	color: #0e255d;
	transition: all 0.2s;
}

#request-form{
	height: 288px;
}

#request-form .width-wrapper{
	padding: 30px 0;
}

form .name{
	float: left;
}

form .phone{
	float: right;
}

form{
	text-align: center;
}

form div{
	display: inline-block;
	text-align: left;
	text-transform: uppercase;
}

form div p{
	line-height: 30px;
}




/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 90px;
	background: #001c5d;
	color: #ffffff;
	padding: 45px 0 0;
}

.footer p{
	font-size: 14px;
	line-height: 17px;
}

.footer-left{
	float: left;
}

.footer-left p{
	float: right;
	color: #ffffff;
	text-align: left;
	padding: 3px 19px;
}

.footer-right{
	float: right;
}

.footer-right p{
	float: left;
	color: #ffffff;
	text-align: right;
	padding: 3px 15px;
}

.how-we-work .row div{
	float: left;
	width: 25%;
	text-align: center;
	padding: 180px 0 0;
	height: 80px;
	position: relative;
	visibility: hidden;
}

.how-we-work .row div.animated{
	visibility: visible;
}

.how-we-work .row {
  display: inline-block;
  width: 100%;
  margin: 0;
}

.how-we-work .row div h4{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000000;	
}

.how-we-work-block1{
	background: url("../img/how-we-work-icons.png") no-repeat scroll 0 0 #d8e4ff;
}

.how-we-work-block2{
	background: url("../img/how-we-work-icons.png") no-repeat scroll -230px 0 #ecf2fe;
}

.how-we-work-block3{
	background: url("../img/how-we-work-icons.png") no-repeat scroll -470px 0 #d8e4ff;
}

.how-we-work-block4{
	background: url("../img/how-we-work-icons.png") no-repeat scroll -710px 0 #ecf2fe;
}

.how-we-work-block5{
	background: url("../img/how-we-work-icons.png") no-repeat scroll 0 -260px #ecf2fe;
}

.how-we-work-block6{
	background: url("../img/how-we-work-icons.png") no-repeat scroll -230px -260px #d8e4ff;
}

.how-we-work-block7{
	background: url("../img/how-we-work-icons.png") no-repeat scroll -470px -260px #ecf2fe;
}

.how-we-work-block8{
	background: url("../img/how-we-work-icons.png") no-repeat scroll -710px -260px #d8e4ff;
}

.how-we-work .row div:before{
    background: transparent url("../img/arrow-blue.png") no-repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 65px;
    position: absolute;
    left: -20px;
    top: 103px;
    width: 39px;
    z-index: 2;
}

.how-we-work .row div:first-child:before{
	content: none;
	
}

.how-we-work .row div a{
	color: #418ddb;
}


.feature{
	visibility: hidden;
}

.feature.animated{
	visibility: visible;
}

/* .request{
	visibility: hidden;
}

.request.animated{
	visibility: visible;
}

.request#request-form{
	visibility: visible; */
}

.object{
	visibility: hidden;
}

.object.animated{
	visibility: visible;
}

.feature-style2{
	visibility: hidden;
}

.feature-style2.animated{
	visibility: visible;
}

.partners-logo{
	visibility: hidden;
}

.partners-logo.animated{
	visibility: visible;
}

.what-we-offer{
	position: relative;
}

.what-we-offer img {
    left: 0;
    position: absolute;
    top: 0;
	visibility: hidden;
}

.what-we-offer img:first-child {
    position: relative;
	visibility: visible;
}

.what-we-offer img.animated{
	visibility: visible;
}

#ajaxform-phone .top-phone input.error,
input.error{
	color: red;
	font-size: 14px;
}

.alert-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 999;
	text-align: center;
}

.alert-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.alert-wrapper{
	vertical-align: middle;
	display: inline-block;
}

.alert{
	background: #fff url("../img/alert-bg.jpg") no-repeat scroll right top;
    height: 475px;
    width: 825px;
	display: inline-block;
	text-align: left;
}

.alert .thanks{
	font-size: 67px;
	color: #1243b4;
	font-family: "Intro",sans-serif;
	text-transform: uppercase;
	line-height: 155px;
}

.alert p{
	font-size: 30px;
	font-weight: 300;
	color: #000000;
	line-height: 37px;
	width: 400px;
	padding: 0 0 40px 20px;
}

.alert .working-time{
	font-weight: 700;
}

.close-btn {
	background: transparent url("../img/close-btn.png") no-repeat scroll right top;
    display: block;
    height: 80px;
    margin: 0 auto 28px;
    width: 80px;
	cursor: pointer;
}

.credit-section-wrapper{
	padding-top: 30px;
}

.credit-left{
	float: left;
	text-align: left;
	width: 620px;
	background: transparent url("../img/credit-section-bg.jpg") no-repeat scroll right 64px;
}

.credit-left h3{
	font-size: 30px;
	text-transform: none;
	line-height: 37px;
	font-weight: 500;
	padding-bottom: 50px;
}

.credit-left p{
	font-size: 20px;
	line-height: 48px;
}

b{
	font-weight: 900;
}

.credit-see-more-btn{
	border: 2px solid #263e75;
	font-size: 28px;
	color: #465b8a;
	text-decoration: none;
	font-weight: 500;
	width: 616px;
	text-align: center;
	line-height: 46px;
	display: inline-block;
	margin: 50px 0 0;
	transition: all 0.2s ease 0s;
}

.credit-see-more-btn:hover{
	color: #ffffff;
	background-color: #465b8a;
}

.credit-right{
	float: right;
	width: 270px;
	padding: 15px;
	background-color: #465b8a;
}

#ajaxform-credit{	
}

#ajaxform-credit h3{
	color: #ffffff;
	font-size: 24px;
}

#ajaxform-credit input {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    color: #465b8a;
    padding: 0 5%;
    width: 90%;
	height: 35px;
	line-height: 35px;
}

#ajaxform-credit input[type="submit"]{
    text-align: center;
    width: 270px;
	padding: 0;
	cursor: pointer;
}

#ajaxform-credit input[type="submit"]:hover{
	color: #ffffff;
	background-color: #465b8a;
	transition: all 0.2s ease 0s;
	border: 1px solid #ffffff;
	line-height: 33px;
    
}

#ajaxform-credit div{
	text-transform: none;
	display: block;
}

#ajaxform-credit div p{
	color: #ffffff;
	font-size: 14px;
	padding: 10px 0 0;
}

#ajaxform-credit input.error{
    color: red;
	font-size: 18px;
}

.top-banner-credit-bg{
	background: #ece9ea url("../img/top-banner-credit-bg.jpg") no-repeat scroll center top;
	height: 434px;
}

.credit-page .phone-request {
    height: 265px;
}

.credit-services h2{
	font-size: 21px;
	text-transform: none;
	font-weight: 400;
}

.credit-page .request .width-wrapper > div:first-child {
    float: left;
    text-align: left;
    text-transform: uppercase;
    width: 64%;
}

.credit-page .request .width-wrapper > div {
    float: right;
    text-align: right;
    width: 35%;
}

.back-link-bg{
	height: 46px;
	background: #5c6d94 url("../img/back-link-bg.png") no-repeat scroll center top;
	line-height: 50px;
}

.back-link-bg a{
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
	float: left;
	text-decoration: none;
	background: transparent url("../img/back-link-arrow.png") no-repeat scroll left 14px;
	padding-left: 18px;
}

.credit-services h3 {
    font-size: 36px;
    font-weight: 300;
    padding: 30px 0 50px;
    text-transform: uppercase;
}

.credit-services .width-wrapper{
	
}

.fixed-height{
	
}

.row-item {
    background: transparent url("../img/credit-services.png") no-repeat scroll -3px -3px;
    display: inline-block;
    margin-left: 10px;
    padding: 175px 0 0;
    vertical-align: top;
    width: 153px;
	margin-bottom: 30px;
}

.row-item1{
	background-position: -3px -3px;
}

.row-item2{
	background-position: -180px -3px;
}
.row-item3{
	background-position: -364px -3px;
}

.row-item4{
	background-position: -544px -3px;
}

.row-item5{
	background-position: -723px -3px;
}

.row-item6{
	background-position: -3px -259px;
}

.row-item7{
	background-position: -180px -259px;
}
.row-item8{
	background-position: -364px -259px;
}

.row-item9{
	background-position: -544px -259px;
}

.row-item10{
	background-position: -723px -259px;
}

.row-item11{
	background-position: -3px -505px;
}

.row-item12{
	background-position: -180px -505px;
}

.row-item13{
	background-position: -364px -505px;
}

.row-item14{
	background-position: -544px -505px;
}

.row-item15{
	background-position: -723px -505px;
}

.row-item h3 {
    font-size: 13.5px;
    font-weight: 600;
    padding: 10px 0 0;
}

.row {
    display: inline-block;
	margin-bottom: 51px;
}

.items-wrapper {
    border-left: 6px solid #e72019;
    float: right;
}

.row-title {
    float: left;
    height: 250px;
    width: 50px;
}

.row-title.credit{
	background: transparent url("../img/row-title-credit.png") no-repeat scroll 0 0;
}

.row-title.strahovka{
	background: transparent url("../img/row-title-strahovka.png") no-repeat scroll 0 0;
}

/*------------ insurance forms ------------*/

.credit-right{
	float: right;
	width: 270px;
	padding: 15px;
	background-color: #465b8a;
}

.credit-right2{
	float: right;
	width: 270px;
	padding: 15px;
	background-color: #465b8a;
	min-height: 567px;
}

.ajaxform-insurance{
	display: none;
}

#ajaxform-insurance4{
	display: block;
}

.credit-right h3{
	color: #ffffff;
	font-size: 24px;
}

.ajaxform-insurance input {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    color: #465b8a;
    padding: 0 5%;
    width: 90%;
	height: 35px;
	line-height: 35px;
}

.ajaxform-insurance input[type="submit"]{
    text-align: center;
    width: 270px;
	padding: 0;
	cursor: pointer;
}

.ajaxform-insurance input[type="submit"]:hover{
	color: #ffffff;
	background-color: #465b8a;
	transition: all 0.2s ease 0s;
	border: 1px solid #ffffff;
	line-height: 33px;
    
}

.ajaxform-insurance div{
	text-transform: none;
	display: block;
}

.ajaxform-insurance div p,
.select-services p{
	color: #ffffff;
	font-size: 14px;
	padding: 10px 0 0;
	line-height: 30px;
}

.ajaxform-insurance input.error{
    color: red;
	font-size: 18px;
}

.select-services {
    position: relative;
    text-align: left;
}

.selected-list-item{
	background: #ffffff url("../img/arrow-doun.png") no-repeat scroll 245px center;
    border: medium none;
    color: #465b8a;
    cursor: pointer;
    height: 35px;
	line-height: 35px;
    left: 0;
    padding: 0 5%;
    position: relative;
    width: 90%;
	overflow: hidden;
	display: inline-block;
}

.selected-list-item.error{
    color: red;
}

.select-services ul {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    color: #313112;
    cursor: default;
    height: auto;
    left: 0;
    padding: 0 5% 25px;
    position: absolute;
    width: 90%;
	overflow: hidden;
	display: none;
	
}

.select-services ul li:hover{
    color: #4b67bf;
}

.select-services ul li {
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
}

.insurance-section-wrapper .credit-left li{
    font-size: 20px;
    line-height: 22px;
	color: #4d4d4d;
	padding-bottom: 30px;
	background: transparent url("../img/check1.png") no-repeat scroll 0 2px;;
	padding-left: 26px;
}

















/*----------  animation  -----------*/



.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 
} 

@-webkit-keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(2000px); 
    } 
    60% { 
        opacity: 1; 
        -webkit-transform: translateX(-30px); 
    } 
    80% { 
        -webkit-transform: translateX(10px); 
    } 
    100% { 
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        transform: translateX(2000px); 
    } 
    60% { 
        opacity: 1; 
        transform: translateX(-30px); 
    } 
    80% { 
        transform: translateX(10px); 
    } 
    100% { 
        transform: translateX(0); 
    } 
} 

.bounceInRight { 
    -webkit-animation-name: bounceInRight; 
    animation-name: bounceInRight; 
}

@-webkit-keyframes bounceInLeft { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(-2000px); 
    } 
    60% { 
        opacity: 1; 
        -webkit-transform: translateX(30px); 
    } 
    80% { 
        -webkit-transform: translateX(-10px); 
    } 
    100% { 
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes bounceInLeft { 
    0% { 
        opacity: 0; 
        transform: translateX(-2000px); 
    } 
    60% { 
        opacity: 1; 
        transform: translateX(30px); 
    } 
    80% { 
        transform: translateX(-10px); 
    } 
    100% { 
        transform: translateX(0); 
    } 
} 
.bounceInLeft { 
    -webkit-animation-name: bounceInLeft; 
    animation-name: bounceInLeft; 
}

@-webkit-keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(-20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        transform: translateX(-20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInLeft { 
    -webkit-animation-name: fadeInLeft; 
    animation-name: fadeInLeft; 
}

@-webkit-keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        transform: translateX(20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInRight { 
    -webkit-animation-name: fadeInRight; 
    animation-name: fadeInRight; 
}

@-webkit-keyframes flipInX { 
    0% { 
        -webkit-transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
    40% { 
        -webkit-transform: perspective(400px) rotateX(-10deg); 
    } 
    70% { 
        -webkit-transform: perspective(400px) rotateX(10deg); 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
} 
@keyframes flipInX { 
    0% { 
        transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
    40% { 
        transform: perspective(400px) rotateX(-10deg); 
    } 
    70% { 
        transform: perspective(400px) rotateX(10deg); 
    } 
    100% { 
        transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
} 
.flipInX { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flipInX; 
    backface-visibility: visible !important; 
    animation-name: flipInX; 
}

.feature1{
	animation-delay: 0.2s;
}

.feature2{
	animation-delay: 0.5s;
}

.feature3{
	animation-delay: 0.8s;
}

.feature4{
	animation-delay: 1.1s;
}

.feature1-style2{
	animation-delay: 0.4s;
}

.feature4-style2{
	animation-delay: 0.8s;
}

.feature2-style2{
	animation-delay: 1.2s;
}

.feature5-style2{
	animation-delay: 1.6s;
}

.feature3-style2{
	animation-delay: 2s;
}

.feature6-style2{
	animation-delay: 2.4s;
}

@-webkit-keyframes bounceIn { 
    0% { 
        opacity: 0; 
        -webkit-transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        -webkit-transform: scale(1.05); 
    } 

    70% { 
        -webkit-transform: scale(.9); 
    } 

    100% { 
         -webkit-transform: scale(1); 
    } 
} 

@keyframes bounceIn { 
    0% { 
        opacity: 0; 
        transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        transform: scale(1.05); 
    } 

    70% { 
        transform: scale(.9); 
    } 

    100% { 
        transform: scale(1); 
    } 
} 

.bounceIn { 
    -webkit-animation-name: bounceIn; 
    animation-name: bounceIn; 
}

@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
@keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
.fadeIn { 
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}



@-webkit-keyframes pulse { 
    0% { -webkit-transform: scale(1); } 
    50% { -webkit-transform: scale(1.1); } 
    100% { -webkit-transform: scale(1); } 
} 
@keyframes pulse { 
    0% { transform: scale(1); } 
    50% { transform: scale(1.1); } 
    100% { transform: scale(1); } 
} 
.pulse { 
    -webkit-animation-name: pulse; 
    animation-name: pulse; 
}














@media screen and (max-device-width: 720px) {

	.credit-left {
		background-size: 30% auto;
	}
	
	#podbor-uslug  .credit-left {
		background: transparent none;
	}
	
	#podbor-uslug  .width-wrapper {
		background: transparent url("../img/credit-section-bg.jpg") no-repeat scroll right bottom;
	}

}



/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
#nav ul{
	list-style:none;
	position:absolute;
	left:-9999px; /* Скрываем за экраном, когда не нужно (данный метод лучше, чем display:none;) */
	opacity:0; /* Устанавливаем начальное состояние прозрачности */
	-webkit-transition:0.25s linear opacity; /* В Webkit выпадающие пункты будут проявляться */
	    text-align: left;
		padding-left:0!important;
		
}
#nav ul li{
	padding-top:1px; /* Вводим отступ между li чтобы создать иллюзию разделенных пунктов меню */
	float:none;
	
}
#nav ul a{
	white-space:nowrap; /* Останавливаем перенос текста и создаем многострочный выпадающий пункт */
	display:block;
}
#nav li:hover ul{ /* Выводим выпадающий пункт при наведении курсора */
	left:690px; /* Приносим его обратно на экран, когда нужно */
	opacity:1; /* Делаем непрозрачным */
	background:#fff;
	border-top:3px solid #5e687e;height: 132px;
}
#nav li:hover ul li{ /* Выводим выпадающий пункт при наведении курсора */
	height:25px!important;
}
#nav li:hover ul li a:hover{ /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */

color:#5e687e;
}