#wrapper {
    margin: 0 auto;
    position: relative;
    height: auto !important;
    height: 100%;
    width: 100%;
    overflow: hidden
}

#empty {
    height: 637px;
    clear: both
}

.footer-block {
    color: #fff;
    background: #302f2c
}

.footer-block-inf {
    color: #999;
    font-size: 17px;
    padding-top: 17px
}

.footer-block-inf__rights {
    font-size: 17px;
    line-height: 20px;
    color: #999;
    margin-bottom: 12px
}

.footer-block-inf__rights:last-child {
    margin-top: 92px
}

.footer-block-inf__rights__lnk, .footer-block-inf__rights__lnk:link, .footer-block-inf__rights__lnk:visited {
    color: #e5e5e5
}

.footer-block-inf__rights__lnk:active, .footer-block-inf__rights__lnk:hover {
    color: #00bbf0;
}

.b-line {
    clear: both;
    zoom: 1;
    margin-bottom: 20px;
}

.b-line:after {
    content: '';
    clear: both;
    display: table;
    height: 0
}

.b-col {
    float: left;
    margin: 0 0 0 40px;
    min-height: 1px
}

.b-col:first-child {
    margin-left: 0
}

.b-col_2 {
    width: 560px
}

.b-col_4 {
    width: 260px
}

.fond-wrapper {
    width: 1160px;
    margin: 0 auto
}

input[type=text] {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    background: #fff
}

input[type=text] {
    width: 100%;
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
    color: #302f2c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: border-color .3s ease;
    -moz-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease
}

.b-button, .b-button:active, .b-button:focus, .b-button:hover, .b-button:link, .b-button:visited, button {
    cursor: pointer;
    background: #00bbf0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    position: relative
}

.b-button:active, .b-button:hover, button:active, button:hover {
    background: #302f2c;
}

.b-button-opacity, .b-button-opacity:active, .b-button:focus, .b-button-opacity:hover, .b-button-opacity:link, .b-button-opacity:visited {
    background: 0 0;
    height: 50px;
    line-height: 46px;
    border: 2px solid #00bbf0;
    width: 200px;
    margin: 0 auto;
    color: #00bbf0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.b-button-opacity:active, .b-button-opacity:hover {
    color: #fff;
    background: #00bbf0;
}

dfn {
    font-style: normal;
    line-height: 0
}

label {
    position: relative;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 17px;
}

ins {
    display: none;
    float: left;
    font-size: 16px;
    line-height: 16px;
    color: #00bbf0;
    margin: -16px 0 0;
    text-decoration: none
}

body, input {
    font-size: 18px;
    line-height: 25px;
    color: #302f2c
}

a, a:active, a:hover, a:link, a:visited {
    color: #302f2c;
    text-decoration: none;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out
}

a:active, a:hover {
    color: #00bbf0;
}

a:not([class]) {
    display: inline;
    background-position: 0 100%
}

img {
    vertical-align: bottom;
    max-width: 100%
}

p {
    margin-bottom: 25px
}

ol, ol li, ul, ul li {
    list-style-type: none;
    margin: 0;
    padding: 0
}

body {
    color: #302f2c
}

.b-ol {
    counter-reset: list;
    padding-bottom: 5px
}

.b-ol li {
    padding-left: 20px;
    position: relative;
    padding-bottom: 5px
}

.b-ol li:before {
    counter-increment: list;
    content: counter(list) '.';
    position: absolute;
    right: 100%;
    margin-right: -15px
}

.b-ol .b-ol {
    counter-reset: list2
}

.b-ol .b-ol li {
    padding-left: 35px
}

.b-ol .b-ol li:before {
    counter-increment: list2;
    content: counter(list) '.' counter(list2) '.';
    margin-right: -30px
}

.b-ol .b-ol .b-ol {
    counter-reset: list3
}

.b-ol .b-ol .b-ol li {
    padding-left: 55px
}

.b-ol .b-ol .b-ol li:before {
    counter-increment: list3;
    content: counter(list) '.' counter(list2) '.' counter(list3) '.';
    margin-right: -50px
}

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

    .b-col {
        margin-left: 30px
    }

    .b-col_2 {
        width: 435px
    }

    .fond-wrapper {
        width: 900px
    }

    #empty {
        height: 758px
    }

    .footer-block-inf {
        padding-top: 2px
    }
}

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

    ins {
        float: none
    }


    .fond-wrapper {
        width: 700px
    }

    .b-col_2 {
        width: 100%;
        margin-left: 0
    }

    #empty {
        height: 703px
    }

    .footer-block-inf {
        padding-top: 0;
        margin-bottom: 30px
    }

    .footer-block-inf__rights {
        font-size: 17px
    }

    .footer-block-inf__rights:last-child {
        display: none
    }
}

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

    .fond-wrapper {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    #empty {
        display: none;
        height: 0
    }


    .footer-block-inf {
        margin-bottom: 16px
    }

    .footer-block-inf__rights {
        text-align: left
    }

    .b-ol .b-ol li {
        padding-left: 0;
        text-indent: 20px
    }

    .b-ol .b-ol li:before {
        margin-right: -15px
    }

    .b-ol .b-ol .b-ol li {
        padding-left: 10px;
        text-indent: 30px
    }

    .b-ol .b-ol .b-ol li:before {
        margin-right: -35px
    }
}

.b-menu {
    float: left;
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.b-menu__elem {
    float: left;
    margin: 0;
    padding: 0;
    position: static
}

.b-menu__elem__lnk, .b-menu__elem__lnk:active, .b-menu__elem__lnk:hover, .b-menu__elem__lnk:link, .b-menu__elem__lnk:visited {
    position: relative;
    cursor: pointer
}

.b-menu_footer {
    font-size: 17px;
    margin-bottom: 9px
}

.b-menu__elem_footer {
    float: none;
    clear: both;
    margin-bottom: 5px
}

.b-menu__elem__lnk_footer, .b-menu__elem__lnk_footer:active, .b-menu__elem__lnk_footer:hover, .b-menu__elem__lnk_footer:link, .b-menu__elem__lnk_footer:visited {
    color: #e5e5e5;
    white-space: nowrap
}

.b-menu__elem__lnk_footer:active, .b-menu__elem__lnk_footer:hover {
    color: #f5f3f0
}

.b-copyright {
    border-top: 1px solid #454442;
    position: absolute;
    bottom: 26px;
    padding-top: 24px;
    color: #999;
    font-size: 14px;
    height: 72px;
    width: 1160px;
    left: 50%;
    right: auto;
    margin-left: -580px;
    margin-top: 39px
}

.copyright-block {
    line-height: 32px;
    float: left;
    margin-left: 8px
}

.copyright-block-link, .copyright-block-link:link, .copyright-block-link:visited {
    color: #999
}

.copyright-block-link:active, .copyright-block-link:hover {
    color: #00bbf0;
}

@media screen and (max-width: 1200px) {
    .b-copyright {
        width: 900px;
        margin-left: -450px
    }
}

@media screen and (max-width: 980px) {
    .b-copyright {
        width: 700px;
        padding-top: 20px;
        bottom: 20px;
        margin-left: -350px
    }

    .copyright-block {
        width: auto;
        max-width: 356px;
        line-height: 32px
    }
}

@media screen and (max-width: 767px) {
    .b-copyright {
        width: auto;
        height: auto;
        left: auto;
        position: relative;
        bottom: 0;
        border-top: none;
        padding: 0 0 22px;
        margin: 0 20px
    }

    .b-copyright:after {
        content: '';
        clear: both;
        display: table;
        width: 100%;
        height: 0
    }

    .copyright-block {
        max-width: 230px;
        float: none;
        line-height: 17px;
        padding: 4px 0 7px;
        margin: 0
    }
}

.b-head {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 25px
}

.b-head_1 {
    font-size: 27px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: .05em
}

.b-head_1:after {
    content: '';
    height: 3px;
    background: #302f2c;
    display: block;
    margin-top: 16px
}

.b-head_3 {
    font-size: 14px;
    color: #302f2c;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 44px 0 22px
}

.b-head_footer {
    position: relative;
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .54px;
    padding-bottom: 11px;
    margin-bottom: 13px
}

.b-head_footer:after {
    content: '';
    height: 1px;
    background: #454442;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%
}

@media screen and (max-width: 980px) {
    .b-head_1:after {
        height: 2px
    }
}

@media screen and (max-width: 767px) {
    .b-head_1 {
        text-align: center
    }

    .b-head_3 {
        margin-top: 32px
    }
}

.b-logo {
    margin: 7px 0 0 17px;
    height: 47px;
    position: relative;
    float: right;
    z-index: 1
}

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

    .b-logo {
        height: 40px;
        margin: 0 auto;
        float: right;
        top: 5px
    }

    .b-logo_np {
        top: 4px;
        margin-top: 0;
        height: 45px
    }
}

:active > .b-soc_on-photo, :hover > .b-soc_on-photo {
    display: flex
}

.b-load-more, .b-load-more:active, .b-load-more:hover, .b-load-more:link, .b-load-more:visited {
    height: 70px;
    border: 1px solid #d0cfcc;
    font-size: 0;
    display: block;
    color: #302f2c;
    text-align: center;
    padding-top: 20px;
    margin: 0 0 80px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.b-load-more *, .b-load-more:active *, .b-load-more:hover *, .b-load-more:link *, .b-load-more:visited * {
    font-size: 19px
}

.b-load-more:active, .b-load-more:hover {
    background: #e6e4e1;
    border-color: #d0cfcc
}

.b-load-more__arr {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #00bbf0;
    position: relative;
    vertical-align: middle;
    margin-right: 9px
}

.b-load-more__arr__ico {
    width: 12px;
    height: 14px;
    position: absolute;
    margin: -7px 0 0 -5.5px;
    color: #fff;
    left: 50%;
    top: 50%
}

.b-load-more__txt {
    height: 30px;
    line-height: 30px;
    font-size: 19px;
    vertical-align: middle
}

@media screen and (max-width: 980px) {
    .b-load-more, .b-load-more:active, .b-load-more:hover, .b-load-more:link, .b-load-more:visited {
        margin-bottom: 45px
    }
}

@media screen and (max-width: 767px) {
    .b-load-more, .b-load-more:active, .b-load-more:hover, .b-load-more:link, .b-load-more:visited {
        height: 70px;
        padding-top: 18px
    }

    .b-load-more__txt {
        font-size: 19px
    }
}

@media screen and (max-width: 679px) {
    .b-load-more, .b-load-more:active, .b-load-more:hover, .b-load-more:link, .b-load-more:visited {
        margin-bottom: 27px
    }
}

.arcticmodal-close, .arcticmodal-close:active, .arcticmodal-close:hover, .arcticmodal-close:link, .arcticmodal-close:visited {
    width: 24px;
    height: 24px;
    position: fixed;
    right: 40px;
    top: 40px;
    margin-left: 498px;
    color: #999
}

@media screen and (max-width: 980px) {
    .arcticmodal-close, .arcticmodal-close:active, .arcticmodal-close:hover, .arcticmodal-close:link, .arcticmodal-close:visited {
        right: 0;
        top: 0;
        z-index: 1
    }
}

.b-offer {
    background: #fff;
    width: 1040px;
    margin: 40px auto;
    padding: 50px 35px
}

.b-offer__right {
    text-align: right
}

.b-offer__right:not(:last-child) {
    margin-bottom: 40px
}

.b-offer__right strong {
    font-weight: 400
}

@media screen and (max-width: 1200px) {
    .b-offer {
        width: 800px
    }
}

@media screen and (max-width: 980px) {
    .b-offer {
        width: 750px
    }
}

@media screen and (max-width: 767px) {
    .b-offer {
        width: 100%;
        margin: 10px auto;
        padding: 20px 5%
    }
}

.b-funds {
    margin: 40px 0 0 -40px
}

.b-funds:after {
    content: '';
    display: table;
    height: 0;
    width: 100%;
    clear: both
}

.b-fund {
    width: 360px;
    height: 530px;
    background: #fff;
    padding: 20px 30px 180px;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden
}

.b-fund:after {
    content: '';
    height: 50px;
    left: 0;
    right: 0;
    bottom: 157px;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 15%, #fff 45%, #fff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 15%, #fff 45%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 15%, #fff 45%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff, GradientType=0)
}

.b-fund__logo {
    font-size: 0;
    height: 185px;
    margin-bottom: 9px
}

.b-fund__logo:after {
    content: '';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle
}

.b-fund__logo__lnk {
    display: inline-block;
    vertical-align: middle
}

.b-fund__logo__lnk__img {
    max-height: 170px;
    max-width: 100%
}

.fond-header, .fond-header:active, .fond-header:hover, .fond-header:link, .fond-header:visited {
    font-size: 25px;
    line-height: 23px;
}

.b-fund__lead {
    font-size: 19px;
    line-height: 23px;
    margin-top: 9px
}

@media screen and (max-width: 1200px) {
    .b-funds {
        margin: 38px 0 0 -30px
    }

    .b-fund {
        width: 280px;
        height: 400px;
        padding: 11px 20px 140px
    }

    .b-fund:after {
        bottom: 104px
    }

    .b-fund__logo {
        height: 138px
    }

    .b-fund__logo__lnk__img {
        max-height: 138px
    }

    .fond-header {
        font-size: 19px;
        line-height: 19px
    }

    .b-fund__lead {
        font-size: 17px;
        line-height: 20px;
        margin-top: 0
    }
}

@media screen and (max-width: 980px) {
    .b-funds {
        margin-left: 0;
        margin-top: 30px
    }

    .b-fund {
        width: 100%;
        height: 240px;
        margin-left: 0;
        margin-bottom: 20px;
        padding: 41px 380px 0 20px
    }

    .b-fund:after {
        bottom: 125px;
        left: 350px
    }

    .b-fund__logo {
        height: 120px;
        margin-bottom: 9px
    }

    .b-fund__logo__lnk__img {
        max-height: 120px
    }

    .b-fund__lead {
        position: absolute;
        right: 30px;
        top: 24px;
        width: 300px
    }
}

@media screen and (max-width: 767px) {
    .b-funds {
        margin-top: 20px
    }

    .b-fund {
        width: 100%;
        height: 425px;
        padding: 11px 5% 20px
    }

    .b-fund:after {
        bottom: 175px;
        left: 0
    }

    .b-fund__logo {
        height: 104px;
        margin-bottom: 18px
    }

    .b-fund__logo__lnk__img {
        max-height: 104px
    }

    .b-fund__lead {
        width: 90%;
        margin: 0 auto;
        position: static
    }

    .fond-header, .fond-header:active, .fond-header:hover, .fond-header:link, .fond-header:visited {
        font-size: 19px;
        line-height: 20px
    }
}

.funds-block {
    background: #eeeeee;
    padding: 20px 20px 20px;
    border-radius: 15px;
}

.fund-col {
    border-radius: 15px;
}

.text-primary {
    color: #00bbf0!important;
}