

/* Start:/local/templates/main/css/module/lending-block.css?15639622685786*/
a[onclick] {
    cursor: pointer;
}

.lending-block-1-wrapper {
    background: url(/about/files/images/bg-8.jpg);
    background-size: cover;
}

.lending-block-1 {
    background-color: rgba(0, 132, 179, 0.9);
    height: 100%;
    min-height: 450px;
}

.lending-block-1 h2 {
    line-height: 1.5;
}

.lending-block-1 .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.lending-block-2-wrapper h2 {
    font-size: 40px;
}

.lending-block-2__element {
    font-size: 20px;
}

.lending-block-2__element h4 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.lending-block-2__element span {
    line-height: 2;
    font-size: 16px;
}

.lending-block-3-wrapper {
    min-height: 500px;
    background: url(/about/files/images/bg-3.jpg);
    background-size: cover;
    position: relative;
}

.lending-block-3-wrapper > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.lending-block-3-wrapper h2 {
    font-weight: normal;
    font-size: 40px;
}

.lending-block-3 {
    display: flex;
    justify-content: center;
}

@media only screen and (max-device-width: 480px) {
    .lending-block-3 {
        flex-direction: column;
    }

    .lending-block-3__separator {
        display: none;
    }

    .lending-block-3__element {
        padding-bottom: 25px;
    }

    .lending-block-3-wrapper {
        min-height: 800px;
    }
}

.lending-block-3__element {
    flex-basis: 18%;
}

.lending-block-3__element span {
    font-size: 20px;
    display: block;
}

.lending-block-3__separator {
    align-self: center;
    padding-left: 15px;
    padding-right: 15px;
}

.lending-block-4 h2 {
    font-size: 34px;
    margin-bottom: 10px;
}

.lending-block-4 p {
    font-size: 23px;
    margin-bottom: 0;
}

.lending-block-5 {
    background-color: rgba(0, 132, 179, 0.9);
    height: 100%;
}

.lending-block-5 h2 {
    font-weight: normal;
    font-size: 40px;
}

.lending-block-5-wrapper {
    background: url('/about/files/images/bg-5.jpg');
    background-size: cover;
}

.lending-block-5-list {
    list-style: none;
    padding-left: 0;
}

.lending-block-5-list li {
    /* height: 80px;
    margin-bottom: 10px; */
}

.lending-block-5-list__icon {
    float: left;
    width: 40px;
    height: 40px;
    padding-top: 15px;
}

.lending-block-5-list__text {
    float: left;
    width: calc(100% - 40px);
}

.lending-block-5-list__text a {
    color: #FFF;
    text-decoration: underline;
}

.lending-block-6 h2 {
    font-size: 40px;
}

.lending-block-6 ul {
    list-style: none;
    padding-left: 0;
}

.lending-block-6 ul li {
    padding-bottom: 15px;
    cursor: pointer;
}

.lending-block-6 ul li.active {
    font-weight: bold;
    cursor: auto;
}

.lending-block-6 ul li:not(:first-of-type) {
    padding-top: 15px;
}

.lending-block-6 ul li:not(:last-of-type) {
    border-bottom: 1px solid #0084b4;
}

.lending-block-6-column-1 {
    border-right: 1px solid #0084b4;
}

.lending-block-6-container {
    display: none;
}

.lending-block-6-container.active {
    display: block;
}

.lending-block-7-wrapper {
    background: url('/about/files/images/bg-7.jpg');
    background-size: cover;
}

.lending-block-7 {
    background-color: rgba(0, 132, 179, 0.9);
    height: 100%;
}

.lending-block-8 h2 {
    font-size: 40px;
    margin-bottom: 0;
}

.expand-list {
    list-style: none;
    font-size: 16px;
    padding-left: 0;
}

.expand-list__element {
    padding-bottom: 10px;
}

.expand-list__element-icon {
    background-image: url(/about/files/images/block8/arrow.png);
    width: 12px;
    height: 12px;
    background-size: contain;
    float: left;
    background-repeat: no-repeat;
    margin-top: 5px;
    transition: 0.3s all;
}

.expand-list__element-title {
    cursor: pointer;
    padding-left: 20px;
}

.expand-list__element-text {
    height: 0;
    overflow: hidden;
}

.expand-list__element--active .expand-list__element-title {
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
}

.expand-list__element--active .expand-list__element-text {
    padding: 15px 100px 15px 15px;
    height: auto;
}

.expand-list__element--active .expand-list__element-icon {
    transform: rotate(90deg);
}

.anchor-list {
    display: flex;
    justify-content: center;
}

.anchor-list__element {
    padding-left: 40px;
    padding-right: 40px;
    background-color: #d7dbe6;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 20px;
    transition: 0.3s ease-in all;
}

.anchor-list__element:hover {
    background-color: #0084B3;
    color: #FFF;
}

@media only screen and (max-device-width: 480px) {
    .anchor-list {
        flex-direction: column;
    }

    .anchor-list__element {
        margin-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.lending-block-price {
    background-color: #eaf7ff;
}

.lending-block-price h2 {
    font-size: 40px;
}

.lending-block-price p a {
    text-decoration: underline;
    color: #616161;
}

.version-wrapper {
    min-height: 350px;
    position: relative;
}

.version-wrapper .version {
    width: 85%;
    position: absolute;
    bottom: 0;
    background-color: #FFF;
    min-height: 232px;
}

.version p.price {
    font-size: 30pt;
}

.version .price sup {
    font-size: 20px;
    font-weight: normal;
}

.version .version-head p:not(.price) {
    font-size: 20px;
}
/* End */


/* Start:/local/templates/main/css/page/about_leader.css?1563540233801*/
.lending-block-1-wrapper {
    background: url(/about/leader/files/images/bgd-1.jpg);
    background-size: cover;
}

.lending-block-2__element-inner {
    padding-bottom: 50px;
}

.lending-block-2__element {
    height: 250px;
}

.lending-block-3-wrapper {
    background-image: url(/about/leader/files/images/bg-3.jpg);
}

.lending-block-5-wrapper {
    background-image: url(/about/leader/files/images/bgd-5.jpg);
}

.lending-block-5-list__text {
    margin-bottom: 15px;
}

.lending-block-6 ul {
    list-style: none;
    padding-left: 0;
}

.lending-block-6 ul li:hover {
    text-decoration: underline;
}

.lending-block-7-wrapper {
    background-image: url(/about/leader/files/images/bgd-7.jpg);
}

.lending-block-price p a {
    text-decoration: none;
}
/* End */
/* /local/templates/main/css/module/lending-block.css?15639622685786 */
/* /local/templates/main/css/page/about_leader.css?1563540233801 */
