body {
    cursor: default;
}
.flleft {
    float: left;
}
.flright {
    float: right;
}
.fullBg {
    width: 100%;
    min-width: 1080px;
}
.contentBg {
    width: 980px;
    margin: 0 auto;
    position: relative;
}
.pageContent {
    z-index: 20;
    position: relative;
}
h1 {
    font-family: 'Play', sans-serif;
    font-size: 60px;
    color: #535353;
    line-height: normal;
    padding-top: 13px;
}
h2 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}
h3 {
    font-family: 'Play', sans-serif;
    color: #747474;
    font-size: 30px;
    line-height: normal;
    font-weight: normal;
}
h4 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20px;
    color: #0d4e96;
    line-height: 24px;
    text-align: center;
}
p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: #393939;
    font-weight: normal;
    line-height: 24px;
    padding-bottom: 25px;
}
/*HEADER*/

header > .fullBg {
    background: #000;
    height: 52px;
    padding: 10px 0;
    z-index: 50;
    position: fixed;
    top: 0;
}
.navLinks {
    width: 140px;
}
.navLinks a {
    display: block;
    float: left;
    width: 52px;
    height: 52px;
    margin-right: 5px;
    border: 0;
}
ul {
    padding: 0;
    margin: 0;
}
header {
    height: 72px;
}
header .contentBg.cf {
    position: fixed;
    top: 0;
    padding: 10px 0;
    height: 52px;
    background: #000;
    left: 50%;
    margin-left: -490px;
    z-index: 50;
}
header nav {
    width: 590px;
    margin-left: 60px;
    height: 52px;
}
nav a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 52px;
}
nav ul li {
    list-style-type: none;
}
nav ul li a {
    display: block;
    float: left;
    margin-left: 40px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
nav ul li a:hover {
    text-decoration: none;
    color: #f58220;
}
nav ul li a.last {
    margin-left: 35px;
}
.sendOrder {
    background: #f58220;
    background-image: url(../../images/fbb/fbb_order_bg.png);
    background-repeat: no-repeat;
    background-position: 122px 11px;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sendOrder:hover {
    background: #0a7ddf;
    background-image: url(../../images/fbb/fbb_order_bgHover.png);
    background-repeat: no-repeat;
    background-position: 122px 11px;
}
.sendOrder:hover a {
    color: #000;
}
.sendOrder a {
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    width: 128px;
    height: 32px;
    line-height: 32px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: left;
    padding-left: 10px;
    color: #fff;
}
.navlFirst,
.navlSecond {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navlFirst {
    display: block;
    width: 52px;
    height: 52px;
    background-image: url(../../images/fbb/fbb_logo_1.png);
    background-repeat: no-repeat;
}
.navlFirst:hover {
    background-image: url(../../images/fbb/fbb_logo_1Hover.png);
}
.navlSecond:hover {
    background-image: url(../../images/fbb/fbb_logo_2Hover.png);
}
.navlSecond {
    display: block;
    width: 52px;
    height: 52px;
    background-image: url(../../images/fbb/fbb_logo_2.png);
    background-repeat: no-repeat;
}
/*END HEADER*/

/*first block*/

.firstBlsk {
    position: relative;
    height: 377px;
    overflow: visible;
    background: #fff;
}
.firstBlsk:after {
    content: "";
    position: absolute;
    background-image: url(../../images/fbb/fbb_newBottom_1.png);
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 290px;
    left: 0;
    bottom: -290px;
    z-index: 20;
}
.breadcrumbs {
    position: relative;
    z-index: 10;
}
.breadcrumbs ul {
    margin-top: 25px;
}
.breadcrumbs ul li {
    list-style-type: none;
    float: left;
}
.breadcrumbs ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #747474;
    text-decoration: underline;
}
.breadcrumbs ul li a:hover {
    text-decoration: none;
    border-bottom: none;
    cursor: pointer;
}
.breadcrumbs ul li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #747474;
	background: none;
	padding: 0;
}
.bankLink {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 27px;
    color: #f58220;
    line-height: normal;
    font-weight: normal;
    margin-top: 15px;
    display: block;
    text-decoration: none;
    width: 178px;
    height: 30px;
    border-bottom: 1px solid #f58220;
}
.bankLink:hover {
    border-bottom: none;
    height: 31px;
}
.history {
    padding-left: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}
.target {
    font-size: 20px;
}
/*END FIRST BLOCK*/

/*SECOND BLOCK*/

.secondBlck {
    background-color: #436c94;
    background-image: url(../../images/fbb/fbb_secondSectionBg.png);
    background-repeat: no-repeat;
    background-position: top;
    height: 985px;
    overflow: visible;
    position: relative;
}
.secondBlck h2 {
    padding-top: 600px;
    text-align: center;
}
.fbbNote {
    position: absolute;
    left: 0;
    top: 0;
    width: 980px;
    height: 554px;
    z-index: 30;
}
.taskIcon .col {
    width: 212px;
    height: 200px;
    margin-left: 25px;
}
.taskIcon .col img {
    display: block;
    width: 132px;
    height: 132px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.taskIcon .col p {
    text-align: center;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.taskIcon {
    margin-top: 47px;
    height: 203px;
}

.captcha p {
	float: left;
    font-size: 16px;
    width: 598px;
    display: inline;
	margin-right: 20px;
	padding-top: 4px;
	}

.tooltip_1 {
    background-image: url(../../images/fbb/fbb_tooltip.png);
    background-repeat: no-repeat;
    width: 639px;
    height: 140px;
    position: absolute;
    left: 170px;
    bottom: -180px;
}
.tooltip_1 p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 30px;
    color: #777;
    text-align: center;
    line-height: 30px;
    padding-top: 23px;
}
/*END SECOND BLOCK*/

/*THIRD BLOCK*/

.thirdBlck {
    position: relative;
    overflow: visible;
    background: #fff;
    height: 555px;
}
.thirdBlck:after {
    content: "";
    position: absolute;
    background-image: url(../../images/fbb/fbb_newBottom_2.png);
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 191px;
    left: 0;
    bottom: -190px;
    z-index: 15;
}
.orangeNumb {
    text-align: center;
    margin-top: 112px;
    margin-bottom: 23px;
}
.orangeNumb p span.orange {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: #ffbb31;
    margin-right: 20px;
    line-height: 42px;
    color: #fff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 26px;
    text-align: center;
}
.orangeNumb p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 24px;
    line-height: 42px;
    color: #3d3d3d;
    padding-bottom: 0;
}
.thirdBlck h4 {
    padding-top: 15px;
}
/*THIRD BLOCK END*/

/*FOURTH BLOCK*/

.fourthBlck.fullBg {
    background: #cae4ff;
    overflow: visible;
}
.fourthBlck {
    position: relative;
    overflow: visible;
    background: #cae4ff;
    height: 880px;
}
.fourthBlck:after {
    content: "";
    position: absolute;
    background-image: url(../../images/fbb/fbb_newBottom_4.png);
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 182px;
    left: 0;
    bottom: -180px;
    z-index: 15;
}
.paralax1 img,
.paralax2 img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    position: absolute;
}
.paralackBlck {
    width: 980px;
    margin: 0 auto;
    position: relative;
}
.opacityPAge_1 {
    width: 825px;
    height: 892px;
    position: absolute;
    left: 78px;
    top: -205px;
    z-index: 30;
}
.womanImage {
    width: 988px;
    height: 492px;
    position: absolute;
    left: -5px;
    top: -140px;
    z-index: 30;
}
.tooltip_2 {
    position: absolute;
    left: 0px;
    top: 360px;
    background-image: url(../../images/fbb/fbb_tooltip_2.png);
    background-repeat: no-repeat;
    width: 979px;
    height: 141px;
    z-index: 30;
}
.tooltip_3 {
    position: absolute;
    left: 35px;
    top: 727px;
    background-image: url(../../images/fbb/fbb_tooltip_3.png);
    background-repeat: no-repeat;
    width: 503px;
    height: 90px;
    z-index: 30;
}
.tooltip_2 p,
.tooltip_3 p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: #777777;
    text-align: left;
    line-height: 24px;
    font-weight: bold;
    padding-left: 52px;
    padding-top: 45px;
}

.anketa {
    font-family: Arial,Helvetica,sans-serif;
}

.div_send .send-app {
font-family: Arial,Helvetica,sans-serif;
}

.captcha p {
	float: left;
    font-size: 16px;
    width: 598px;
    display: inline;
	margin-right: 20px;
	padding-top: 4px;
	color: #393939;
	}

.tooltip_3 p {
    padding-left: 17px;
}
.opacityPAge_2 {
    position: absolute;
    left: -60px;
    top: 577px;
    width: 562px;
    height: 482px;
    z-index: 30;
}
.opacityPAge_3 {
    position: absolute;
    left: 502px;
    top: 901px;
    width: 529px;
    height: 159px;
    z-index: 30;
}
.yellowMenu {
    position: absolute;
    left: -8px;
    top: 620px;
    width: 990px;
    height: 95px;
    z-index: 30;
}
.kursValut {
    position: absolute;
    left: 570px;
    top: 750px;
    width: 360px;
    height: 230px;
    z-index: 30;
}
.fbbSky_1 {
    width: 213px;
    height: 207px;
    left: -205px;
    top: 244px;
}
.fbbSky_2 {
    width: 198px;
    height: 192px;
    left: -120px;
    top: 415px;
}
.fbbSky_3 {
    width: 195px;
    height: 266px;
    left: 920px;
    top: 301px;
}
.fbbSky_4 {
    width: 83px;
    height: 52px;
    left: 890px;
    top: 730px;
}
/*END FOURTH BLOCK*/

/*FIFTH BLOCK*/

.fifthBlck {
    position: relative;
    overflow: visible;
    background: #fff;
    height: 406px;
    padding-top: 100px;
}
.lineP {
    background-image: url(../../images/fbb/fbb_line.png);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 980px;
    padding-bottom: 10px;
    margin-bottom: 27px;
}
.lineP p {
    padding-top: 12px;
}
.sliderTheme {
    margin-top: 10px;
}
.sliderTheme div {
    height: 50px;
    padding-left: 20px;
    margin-left: 5px;
    margin-top: 15px;
}
.sliderTheme div p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 22px;
    color: #fff;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 0;
}
.sliderTheme div.first {
    margin-left: 0;
}
.sliderTheme .ativeSlide {
    background: #0d4e96;
}
.sliderTheme div:hover {
    cursor: pointer
}
.sliderTheme .col_1 {
    width: 260px;
    background: #f58220;
}
.sliderTheme .col_2 {
    width: 287px;
    background: #f58220;
}
.sliderTheme .col_3 {
    width: 360px;
    background: #f58220;
}
.sliderTheme .flex-active {
    background: #0d4e96;
}
/*END FIFTH BLOCK*/

/*SLIDER*/

.mainSlider {
    height: 503px;
    position: relative;
    background-color: #cae4ff;
}
.flexslider ul.slides li.slide_1 {
    background-image: url(../../images/fbb/fbb_bigBg.png);
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 503px;
}
.sliderImg_1 {
    display: block;
    width: 910px;
    height: 404px;
    margin: 30px auto 0px;
}
.sliderImg_2 {
    display: block;
    width: 935px;
    height: 433px;
    margin: 30px auto 0px;
}
.slide_2 {
    background-image: url(../../images/fbb/fbb_bigBg_4.png);
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 503px;
}
.sliderImg_3 {
    display: block;
    width: 935px;
    height: 433px;
    margin: 30px auto 0px;
}
.slide_3 {
    background-image: url(../../images/fbb/fbb_bigBg_3.png);
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 503px;
}
.mainAllBlock {
    overflow: hidden;
}
/*END SLIDER*/

/*SIXTH BLOCK*/

.sixthBlck {
    position: relative;
    background: #fff;
    overflow: visible;
    height: 655px;
    padding-top: 60px;
}
.sixthBlck .orangeNumb {
    text-align: center;
    margin-top: 47px;
    margin-bottom: 10px;
}
.sixthBlck .lineP {
    padding-bottom: 18px;
}
.sixthBlck:after {
    content: "";
    position: absolute;
    background-image: url(../../images/fbb/fbb_newBottom_6.png);
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 203px;
    left: 0;
    bottom: -199px;
    z-index: 10;
}
.tooltip_4 {
    position: absolute;
    left: 0px;
    top: -165px;
    background-image: url(../../images/fbb/fbb_tooltip_4.png);
    background-repeat: no-repeat;
    width: 979px;
    height: 170px;
    z-index: 30;
}
.tooltip_4 p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    padding-left: 52px;
    padding-bottom: 0;
    color: #777;
    padding-top: 48px;
}
.opacityPAge_4 {
    position: absolute;
    left: -100px;
    top: 348px;
    width: 1167px;
    height: 507px;
    z-index: 30;
}
.opacityPAge_4_2 {
    position: absolute;
    left: 373px;
    top: 348px;
    width: 702px;
    height: 556px;
    z-index: 30;
}
.paralax2 {
    position: absolute;
    z-index: 30;
}
.depositCalc {
    width: 885px;
    height: 609px;
    position: absolute;
    left: 47px;
    top: 283px;
    z-index: 31;
}
h4.toIpperCase {
    text-transform: uppercase;
}
.fbb_icon_1 {
    left: -73px;
    top: 410px;
    width: 91px;
    height: 63px;
}
.fbb_icon_2 {
    left: -50px;
    top: 542px;
    width: 131px;
    height: 131px;
}
.fbb_icon_3 {
    left: 886px;
    top: 463px;
    width: 116px;
    height: 110px;
}
.fbb_icon_4 {
    left: 978px;
    top: 620px;
    width: 81px;
    height: 73px;
}
/*SEXTH BLOCK END*/

/*SEVENTH BLOCK*/

.seventhBlck {
    position: relative;
    height: 375px;
    background: #ffbb31;
    overflow: visible;
}
.seventhBlck:after {
    content: "";
    position: absolute;
    background-image: url(../../images/fbb/fbb_newBottom_7.png);
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 200px;
    left: 0;
    bottom: -198px;
    z-index: 10;
}
.dotted_bg1 {
    background-image: url(../../images/fbb/fbb_dottedBg.png);
    background-repeat: no-repeat;
    width: 475px;
    height: 172px;
    position: absolute;
    left: 10px;
    top: 270px;
}
.dotted_bg1 p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    padding-top: 27px;
    padding-left: 35px;
}
.askQuestion {
    position: absolute;
    top: 260px;
    right: 10px;
    width: 541px;
    height: 257px;
}
/*END SEVEN BLOCK*/

/*EIGHT BLOCK*/

.eightBlck {
    background: #fff;
    height: 150px;
    overflow: visible;
    position: relative;
    padding-top: 200px;
}
.eightBlck:after {
    content: "";
    position: absolute;
    background-image: url(../../images/fbb/fbb_newBottom_8.png);
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 223px;
    left: 0;
    bottom: -221px;
    z-index: 10;
}
.eightBlck .orangeNumb {
    margin-top: 40px;
}
.ninethBlck {
    background-color: #a0b5ca;
    background-image: url(../../images/fbb/fbb_ninethBlck_bg.png);
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    width: 100%;
    height: 467px;
}
.ipadMini {
    position: absolute;
    left: 32px;
    top: 67px;
    width: 906px;
    height: 460px;
}
.mapMarker_1 {
    position: absolute;
    left: 470px;
    top: 110px;
    width: 79px;
    height: 91px;
}
.mapMarker_2 {
    position: absolute;
    left: 346px;
    top: 165px;
    width: 79px;
    height: 91px;
}
.mapMarker_3 {
    position: absolute;
    left: 617px;
    top: 210px;
    width: 79px;
    height: 91px;
}
.mapMarker_4 {
    position: absolute;
    left: 471px;
    top: 240px;
    width: 79px;
    height: 91px;
}
.mapMarker_5 {
    position: absolute;
    left: 390px;
    top: 254px;
    width: 79px;
    height: 91px;
}
/*END EIGHT BLOCK*/

/*LAST BLOCK*/

.lastBlck.fullBg {
    background: #fff;
    position: relative;
    height: 465px;
    padding-top: 72px;
}
.yellowDottedBlck {
    background-image: url(../../images/fbb/fbb_yellowBlockBg.png);
    background-repeat: no-repeat;
    width: 930px;
    height: 341px;
    margin-bottom: 15px;
    padding-left: 50px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #393939;
}
.lastBlck .orangeNumb {
    margin-top: 10px;
}
.yellowDottedBlck ul li {
    list-style-type: none;
    background-image: url(../../images/fbb/fbb_list_style_icon.png);
    background-repeat: no-repeat;
    background-position: 20px 3px;
    padding-left: 40px;
    padding-bottom: 15px;
}
.yellowDottedBlck ul {
    margin-top: -15px;
}
.siteLink {
    display: block;
    margin: 0 auto;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 27px;
    color: #f58220;
    width: 180px;
    height: 30px;
    margin-top: 30px;
    text-decoration: none;
    border-bottom: 1px solid #f58220;
}
.siteLink:hover {
    text-decoration: none;
    border-bottom: none;
    height: 31px;
}
.lastBlck .orangeNumb p {
    padding-top: 25px;
    font-size: 30px;
}

.anketa h2 {
font-weight: normal;
}

.copy   {
font-family: Arial,Helvetica,sans-serif;
}
.info { font-family: Arial,Helvetica,sans-serif; }
.address p { font-family: Arial,Helvetica,sans-serif; font-size: 14px; }
/*END LAST BLOCK*/

/*ANIMATE*/

.noVisible {
    display: none;
}
.no-csstransitions .noVisible {
    display: block;
}
.touch .ipadMini.noVisible {
    display: block
}
.touch .mapMarker_1.noVisible {
    display: block
}
.touch .mapMarker_2.noVisible {
    display: block
}
.touch .mapMarker_3.noVisible {
    display: block
}
.touch .mapMarker_4.noVisible {
    display: block
}
.touch .mapMarker_5.noVisible {
    display: block
}
@media screen and (max-width: 980px) {
    .mainAllBlock {
        overflow: visible;
    }
    .fbbNote {
        width: 960px;
    }
    .fbbSky_3 {
        left: 781px;
    }
    
    .opacityPAge_4 {
        width: 1130px;
top: 355px;
    }
    .fbb_icon_4 {
        left: 944px;
    }
   
    
}