﻿@import url("./lightslider.min.css");

.container {
    box-shadow: 0 0 40px rgba(0,0,0,0.25);
    background-color: #fff;
    padding: 0;
}

    .container.container_nobg {
        box-shadow: none;
        background: none;
    }

.landing__layout {
    max-width: 1000px;
    margin: 0 auto;
}

.landing__block {
    padding: 0 20px;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.view-xs .landing__block {
    padding: 0 10px;
    /*overflow: hidden;*/
    background-position: left top;
    background-size: cover;
}

.landing__block_dark {
    color: #fff;
}

.landing__block_shadow {
    box-shadow: 0 30px 30px -30px rgba(0,0,0,0.15) inset;
}

.landing__block_margin {
    margin-bottom: 50px;
}

.landing__block_shadow-outside {
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.15);
}

.landing__block_nopadding,
.view-xs .landing__block_nopadding {
    padding: 0;
}

.landing__block_nopadding .landing__layout {
    max-width: 100%;
}

.landing__elem-blur {
    -webkit-filter: blur(6px);
    filter: blur(6px);
    opacity: 0.7;
    position: relative;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .landing__elem-blur {
        opacity: 0.1;
    }
}

    .landing__elem-blur:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        visibility: visible;
    }

.landing__elem-hide {
    display: none;
}


    .xxbig {
        font-size: 32px;
        line-height: 40px;
    }

.xbig {
    font-size: 25px;
    line-height: 35px;
}

.big {
    font-size: 20px;
    line-height: 30px;
}

.normal {
    font-size: 17px;
    line-height: 25px;
}

.mid {
    font-size: 14px;
    line-height: 20px;
}

.sm {
    font-size: 12px;
    line-height: 16px;
}

.ssm {
    font-size: 11px;
    line-height: 15px;
}

.light {
    font-weight: 300;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.js {
    color: #005893;
    cursor: pointer;
}

    .js:hover {
        color: #d00;
    }

.cl-green {
    color: #0aa821;
}

.cl-red,
.error,
.landing__popup__form__field.error label {
    color: #d00;
}

.cl-black {
    color: #000;
}

p.indent {
    text-indent: -1.3em;
    padding-left: 1.3em;
    margin: 0;
}

.xbig.indent {
    margin: 30px 0 20px;
}

.pointer {
    cursor: pointer;
}

.label-red {
    font-size: 11px;
    color: #fff;
    background-color: #d9232e;
    padding: 0 5px 2px;
    border-radius: 3px;
    vertical-align: top;
}

.marker-yellow {
    background-color: #ffff63;
}

.bg-grey-block {
    background-color: #ededed;
    padding: 10px 20px;
}

.view-xs .xs-hide {
    display: none;
}

.text-left {
    text-align: left;
}

.hide {
    display: none;
}


.underline,
.underline > span {
    text-decoration: underline;
}

.underline-dashed,
.underline-dashed > span {
    text-decoration: none;
    border-bottom: 1px dashed;
}

.big-icon .fi_icon2 {
    display: inline-block;
    font-size: 60px;
    color: #3b91cd;
    width: 150px;
    height: 150px;
    background-color: #f8f8f8;
    text-align: center;
    border-radius: 50%;
    padding-top: 45px;
    margin-bottom: 20px;
}

.middle-icon .fi_icon2 {
    display: inline-block;
    font-size: 50px;
    color: #3b91cd;
}

.landing__icons-circle .fi_icon {
    display: inline-block;
    font-size: 60px;
    color: #3b91cd;
    width: 150px;
    height: 150px;
    background-color: #f8f8f8;
    text-align: center;
    border-radius: 50%;
    padding-top: 45px;
    margin-bottom: 20px;
}

.view-sm .sm-text-center {
	text-align: center;
}

.view-xs .xs-text-center {
	text-align: center;
}


/* BUTTONS */

.btn {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #000;
    line-height: 20px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,0.15);
    background-color: rgba(255,255,255,0.15);
    height: 50px;
    text-align: center;
    padding: 13px 25px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: middle;
}

    .btn:visited {
        color: #000;
    }

.view-xs .btn {
    height: auto;
    margin-bottom: 10px;
}

.btn:hover {
    background-color: rgba(255,255,255,0.75);
    color: #000 !important;
    text-decoration: none;
}

span[style="color:#ffffff;"] .btn {
    color: #fff;
    border-color: rgba(255,255,255,0.15);
    background-color: rgba(0,0,0,0.15);
}

    span[style="color:#ffffff;"] .btn:hover {
        border-color: rgba(255,255,255,0.25);
        background-color: rgba(0,0,0,0.25);
    }

.landing__block_dark .btn:hover {
    color: #000;
}

.btn_opacity35 {
    border: 1px solid rgba(0,0,0,0.15);
    background-color: rgba(255,255,255,0.35);
}

.btn_opacity50 {
    border: 1px solid rgba(0,0,0,0.15);
    background-color: rgba(255,255,255,0.5);
}

.btn_opacity75 {
    border: 1px solid rgba(0,0,0,0.15);
    background-color: rgba(255,255,255,0.75);
}

.btn_opacity100 {
    border: 1px solid rgba(0,0,0,0.15);
    background-color: rgba(255,255,255,1);
}

.btn_yellow,
.landing__block_dark .btn_yellow,
a.btn_yellow,
button.btn.btn_yellow {
    background: #ffde41;
    border-color: #edca23;
    color: #000;
}

    .btn_yellow:hover,
    button.btn.btn_yellow:hover {
        background: #ffeb41;
        border-color: #edca23;
    }

.btn__dropdown-holder {
    position: relative;
}

.landing__block ul.btn__dropdown-list,
ul.btn__dropdown-list {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    z-index: 1;
    margin: 0;
}

    .landing__block ul.btn__dropdown-list > li,
    ul.btn__dropdown-list > li {
        padding: 0;
    }

        .landing__block ul.btn__dropdown-list > li:before,
        ul.btn__dropdown-list > li:before {
            display: none;
        }

.btn__dropdown-list > li > a {
    display: block;
    padding: 10px 20px;
    white-space: nowrap;
}



/* TABLES */

.landing__block table {
    width: 100%;
    border-collapse: collapse;
}

    .landing__block table th {
        text-align: left;
    }

    .landing__block table th,
    .landing__block table td {
        padding: 10px 20px;
        border: 1px solid #dbdbdb;
    }



/* LISTS */

.landing__block ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

    .landing__block ul > li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 5px;
    }

        .landing__block ul > li:before {
            content: '\f00c';
            font: normal normal normal 14px/1 FontAwesome;
            position: absolute;
            left: 0;
            top: 5px;
        }

/*.view-xs .landing__block ul > li:before {
    position: static;
    margin-right: 10px;
}*/

ul.list-white,
ol.list-white {
    color: #fff;
}

.landing__block ul > li.ya-share2__item {
    padding: 0;
}

    .landing__block ul > li.ya-share2__item:before {
        display: none;
    }


/* INTRO */

.landing__intro {
    padding: 60px 0 80px;
}

.view-xs .landing__intro {
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: center;
}

.landing__intro__h1 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
	h1,
	h1.xxbig {
		font-size: 25px;
		line-height: 35px;
	}
}

.view-xs .landing__intro__h1,
.view-xs .landing__intro h1 {
    font-size: 25px;
    line-height: 35px;
    margin-top: 0;
}

.landing__intro__mobpic {
    display: none;
}

.view-xs .landing__intro__mobpic {
    display: block;
    width: 56%;
    min-width: 200px;
    margin: 35px auto;
    border-radius: 100px;
    box-shadow: 0 5px 20px 0 rgba(61,61,61,0.15), 0 30px 50px 0 rgba(92,95,101,0.28);
}

.landing__intro__desc {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin: 15px 0;
}

.view-xs .landing__intro__desc,
.view-xs .landing__intro div {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
}

.landing__intro__btn-holder {
    margin: 27px 0 0;
    padding: 10px 0 0;
}

    .landing__intro__btn-holder.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        background-color: #fff;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
        z-index: 109;
        padding: 10px 30px;
        text-align: center;
    }

    .landing__intro__btn-holder .btn {
        margin: 0 20px 0 0;
        vertical-align: top;
    }

.view-xs .landing__intro__btn-holder .btn {
    margin: 0 10px;
}

.landing__intro__btn-holder .btn:first-child {
    margin-bottom: 10px;
}

.landing__block__infoline {
    background-color: rgba(0,0,0,0.3);
    padding: 5px 20px;
    color: #fff;
}

.view-xs .landing__block__infoline {
    background-position: left top;
    background-size: cover;
}

.landing__block__infoline .fi_icon {
    font-size: 30px;
    vertical-align: middle;
}

.landing__block__infoline [class^="col-md-"], .landing__block__infoline [class*="col-md-"] {
    padding: 10px;
}

.view-xs .landing__block__infoline [class^="col-md-"], .view-xs .landing__block__infoline [class*="col-md-"] {
    text-align: center;
}

.landing__block__videobg {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.view-xs .landing__block__videobg {
	display: none;
}

    .landing__block__videobg video {
        display: block;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        left: 0;
        top: 0;
    }

@media (max-aspect-ratio: 9/16) {
    .landing__block__videobg video {
        left: -100%;
    }
}


/* MENU */

.landing__menu {
    padding: 10px 0;
}

.view-xs .landing__menu {
    padding: 0;
}

.landing__menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.view-xs .landing__menu ul {
    padding: 15px 0;
    display: inline-block;
    min-width: 100%;
}

.landing__menu ul > li {
    display: inline-block;
    margin-left: 18px;
    padding-left: 0;
}

    .landing__menu ul > li:before {
        display: none;
    }

    .landing__menu ul > li:first-child {
        margin: 0;
    }

    .landing__menu ul > li.active a {
        color: #000;
    }

.landing__scroller-holder {
    overflow: hidden;
}

.view-xs .landing__scroller-holder {
    display: grid;
    display: -moz-box;
}

.landing__scroller {
    margin-bottom: -30px;
    padding-bottom: 30px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    height: 60px;
    contain: content;
    white-space: nowrap;
}

.view-xs .landing__scroller {
    height: 90px;
}

.view-xs .landing__scroll {
    overflow: auto;
}



/* TEXT */

.landing__text {
    padding: 60px 0 80px;
}

.landing__text_contacts {
    padding: 60px 0;
}

.landing__text_disclaimer {
    padding: 30px 0;
    border-top: 1px solid #dbdbdb;
}

.view-xs .landing__text {
    padding: 30px 0 25px;
}

.landing__text .col-md-4 p.big.semibold {
    margin-bottom: 0;
}

.landing__sidepic {
    padding: 50px 0 30px;
    border-bottom: 1px solid #d9d9d9;
}

    /*.landing__sidepic:last-child {
        border: none;
    }

    .landing__sidepic:first-child {
        padding-top: 0;
    }*/

    .landing__sidepic .h1 {
        margin: 0;
    }


.landing__icons-big .fi_icon,
.huge-icon {
    font-size: 120px;
    color: #3b91cd;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    padding-top: 20px;
}

.view-xs .cols3__item,
.view-xs .cols4__item {
    margin-bottom: 45px;
}

.view-xs .landing__sidepic {
    text-align: center;
}

    .view-xs .landing__sidepic .fi_icon {
        margin-bottom: 20px;
        display: inline-block;
    }

.chart-holder {
    margin-top: -10px;
}

    .chart-holder img {
        width: 100%;
    }

.case__table p {
    margin: 5px 0;
}


/* POPUP */

.landing__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 4;
    display: none;
}

.landing__blur {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
}

.landing__overlay:after {
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(https://www.finam.ru/PROMO/landing/img/overlay.png) center no-repeat;
}

.landing__overlay:before {
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(https://www.finam.ru/PROMO/landing/img/stars.png) center repeat;
    z-index: 1;
}

.landing__stars-holder {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    display: none;
}

.view-sm .landing__stars-holder,
.view-xs .landing__stars-holder {
    display: none !important;
}

.landing__star {
    font-size: 11px;
    line-height: 15px;
    color: #bbb;
    position: absolute;
    width: 190px;
}

    .landing__star:nth-child(1) {
        left: 25%;
        top: 10%;
    }

    .landing__star:nth-child(2) {
        left: 55%;
        top: 8%;
    }

    .landing__star:nth-child(3) {
        left: 15%;
        top: 30%;
    }

    .landing__star:nth-child(4) {
        left: 69%;
        top: 28%;
    }

    .landing__star:nth-child(5) {
        left: 8%;
        top: 40%;
    }

    .landing__star .fa {
        font-size: 14px;
        line-height: 20px;
        color: #d7b24f;
        position: absolute;
        left: 20px;
        top: -25px;
    }

.landing__popup {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    font-size: 14px;
    line-height: 20px;
    display: none;
    left: 0;
    top: 0;
}

.landing__popup__form {
    padding: 25px 40px 35px;
    position: absolute;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
    font-size: 14px;
    line-height: 20px;
    background: #fff;
    width: 340px;
    left: 50%;
    margin-left: -170px;
    top: 15%;
    z-index: 2;
}

.inline_landing__popup__form {
    padding: 25px 40px 35px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
    font-size: 14px;
    line-height: 20px;
    background: #fff;
    width: 340px;
}

.view-sm .landing__popup__form {
    position: relative;
    top: 20px;
}

.view-xs .landing__popup__form,
.view-xs .inline_landing__popup__form {
	position: relative;
	padding: 10px;
	top: 0;
	width: 100%;
	margin-left: 0;
	left: 0;
}

    .landing__popup__form__close {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 20px;
        cursor: pointer;
        color: #333;
        font-style: normal;
    }

.view-sm .landing__popup__contacts .landing__popup__form__close,
.view-xs .landing__popup__contacts .landing__popup__form__close {
    display: none;
}

.view-sm .landing__popup__contacts.standalone .landing__popup__form__close,
.view-xs .landing__popup__contacts.standalone .landing__popup__form__close {
    display: block;
}

.landing__popup__form__close:hover {
    color: #d00;
}

.landing__popup__contacts {
    padding: 25px 40px 40px;
    background-color: #f3f3f3;
}

.view-lg .landing__popup__contacts,
.view-md .landing__popup__contacts {
    position: absolute;
    bottom: 144px;
    right: 5%;
    background-color: rgba(0,0,0,0.2);
    border: 1px solid #474747;
    width: 300px;
    color: #fff;
    z-index: 1;
}

    .view-lg .landing__popup__contacts.standalone,
    .view-md .landing__popup__contacts.standalone {
        bottom: auto;
        right: auto;
        left: 50%;
        margin-left: -150px;
        top: 20%;
    }

.view-sm .landing__popup__contacts {
    width: 340px;
    left: 50%;
    margin-left: -170px;
    position: relative;
    top: 20px;
}

.view-xs .landing__popup__contacts {
    width: 100%;
    left: 0;
    margin-left: 0;
    position: relative;
    top: 20px;
}

.view-sm .landing__popup__contacts.standalone,
.view-xs .landing__popup__contacts.standalone {
    top: 15%;
}

.view-lg .landing__popup__contacts a,
.view-md .landing__popup__contacts a,
.view-lg .landing__popup__contacts .js,
.view-md .landing__popup__contacts .js {
    color: #ffde41;
}

    .view-lg .landing__popup__contacts a:hover,
    .view-md .landing__popup__contacts a:hover {
        color: #d00;
    }

.landing__popup__form__title {
    font-weight: 700;
}

.view-lg .landing__popup__form .landing__popup__form__title,
.view-md .landing__popup__form .landing__popup__form__title,
.view-lg .inline_landing__popup__form .landing__popup__form__title,
.view-md .inline_landing__popup__form .landing__popup__form__title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
}

.landing__popup__form__desc,
.inline_landing__popup__form__desc {
    height: 50px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

    .landing__popup__form__desc.landing__popup__form__desc_no-slider,
    .inline_landing__popup__form__desc.landing__popup__form__desc_no-slider {
        height: auto;
    }

    .landing__popup__form__desc ul,
    .inline_landing__popup__form__desc ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }

        .landing__popup__form__desc ul > li,
        .inline_landing__popup__form__desc ul > li {
            transition: left 0.4s;
            left: 150%;
            position: absolute;
            top: 10px;
            background-color: #fff;
            width: 100%;
            height: 100%;
        }

    .landing__popup__form__desc.landing__popup__form__desc_no-slider ul > li,
    .inline_landing__popup__form__desc.landing__popup__form__desc_no-slider ul > li {
        position: static;
        margin: 10px 0 0;
        padding: 0;
    }

        .inline_landing__popup__form__desc.landing__popup__form__desc_no-slider ul > li:before {
            display: none;
        }

    .landing__popup__form__desc ul > li.show,
    .inline_landing__popup__form__desc ul > li.show {
        left: 0;
        z-index: 1;
    }

    .landing__popup__form__desc ul > li.hide,
    .inline_landing__popup__form__desc ul > li.hide {
        left: -100%;
    }

    .landing__popup__form__desc ul > li > i,
    .inline_landing__popup__form__desc ul > li > i {
        display: none;
    }

.landing__popup__form form,
.inline_landing__popup__form form {
    margin: 20px 0 0;
}

.landing__popup__form__field {
    position: relative;
}

    .landing__popup__form__field label {
        position: absolute;
        top: 10px;
        color: #a3a3a3;
        transition: all 0.2s;
    }

    .landing__popup__form__field.focus label {
        font-size: 11px;
        line-height: 15px;
        top: -10px;
    }

.landing__popup__form .sendcode-holder,
.inline_landing__popup__form .sendcode-holder {
	position: absolute;
	top: 7px;
	right: 0;
}

.landing__popup__form .landing__popup__form__field .btn,
.inline_landing__popup__form .landing__popup__form__field .btn {
    font-size: 11px;
    line-height: 16px;
    height: 20px;
    padding: 0 5px;
    width: auto;
    margin: 0;
}

.landing__popup__form[data-validation="0"] .pg-sendform {
    opacity: 0.7;
}

.landing__popup__form[data-validation="1"] .pg-sendform {
    background: #ffde41;
    border-color: #edca23;
}

.phone-check-resend {
    margin: -5px 0 10px;
}

.landing__popup__form__notice {
    font-size: 11px;
    line-height: 15px;
    color: #555;
    margin: 0 0 15px;
}

    .landing__popup__form__notice input {
        position: relative;
        top: 2px;
    }

.landing__popup__form input[type="text"],
.landing__popup__form input[type="email"],
.inline_landing__popup__form input[type="text"],
.inline_landing__popup__form input[type="email"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    height: 35px;
    margin-bottom: 15px;
    box-shadow: none;
}

    .landing__popup__form input[type="text"].error,
    .landing__popup__form input[type="email"].error,
    .inline_landing__popup__form input[type="text"].error,
    .inline_landing__popup__form input[type="email"].error {
        box-shadow: none !important;
    }

.landing__popup__form textarea,
.inline_landing__popup__form textarea {
    width: 100%;
    height: 100px;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}

.landing__popup__form select,
.inline_landing__popup__form select {
    width: 100%;
    border: none;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    height: 35px;
}

.landing__popup__form .btn,
.inline_landing__popup__form .btn {
    width: 100%;
    height: 50px;
}

.landing__popup__contacts select {
    background: none;
    border: none;
    margin: 20px 0 0;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    max-width: 100%;
}

    .landing__popup__contacts select option {
        color: #000;
    }

.view-lg .landing__popup__contacts select,
.view-md .landing__popup__contacts select {
    color: #fff;
}

.landing__popup__contacts__field {
    padding: 10px 0;
    border-top: 1px solid #dadada;
}

.view-lg .landing__popup__contacts__field,
.view-md .landing__popup__contacts__field {
    border-top: 1px solid rgba(255,255,255,0.1);
}

.landing__popup__contacts__field:first-child {
    border: none;
}

.landing__popup__contacts__field_phone {
    padding: 15px 0;
}

    .landing__popup__contacts__field_phone a {
        font-size: 20px;
        line-height: 25px;
    }

.landing__popup__hand {
    width: 240px;
    height: 162px;
    background-image: url(https://www.finam.ru/PROMO/landing/img/hand.png);
    position: fixed;
    bottom: 0;
    right: 17px;
    z-index: 1;
    display: none;
}

.landing__popup__contacts.standalone .landing__popup__hand {
    display: none;
}

.error_common {
    margin-bottom: 20px;
}

.callme-btn {
    background: url(https://www.finam.ru/PROMO/landing/img/panel-phone-bg.png) no-repeat;
    display: block;
    width: 78px;
    height: 60px;
    cursor: pointer;
    bottom: 30px;
    right: 45px;
    position: fixed;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 2;
    color: #000;
    font-size: 24px;
    padding-top: 19px;
    padding-left: 21px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

    .callme-btn:hover {
        background-position: 0 -60px;
    }

.view-xs .callme-btn {
    font-size: 20px;
    line-height: 20px;
    background: url(https://www.finam.ru/PROMO/landing/img/panel-phone-bg-mob.png) no-repeat;
    width: 52px;
    height: 50px;
    bottom: 15px;
    right: 10px;
    padding-top: 16px;
    padding-left: 0px;
}

.callme-btn > i {
    -webkit-animation: Rotate 3000ms linear infinite;
    animation: Rotate 3000ms linear infinite;
    display: inline-block;
}

@-webkit-keyframes Rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    4% {
        -webkit-transform: rotate(-15deg);
    }

    8% {
        -webkit-transform: rotate(0deg);
    }

    12% {
        -webkit-transform: rotate(-15deg);
    }

    16% {
        -webkit-transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(-15deg);
    }

    24% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes Rotate {
    0% {
        transform: rotate(0deg);
    }

    4% {
        transform: rotate(-15deg);
    }

    8% {
        transform: rotate(0deg);
    }

    12% {
        transform: rotate(-15deg);
    }

    16% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(-15deg);
    }

    24% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.landing__btns-panel {
    position: fixed;
    bottom: 30px;
    right: 135px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    z-index: 5;
}

.view-xs .landing__btns-panel {
    bottom: 15px;
    right: 75px;
}

.landing__btns-panel .btn {
    background-color: #ffde41;
    border: 1px solid #edca23;
    padding: 5px 25px;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    float: left;
    height: 60px;
    border-radius: 100px;
    margin-right: 0;
    margin-bottom: 0;
}

.landing__btns-panel a.btn {
    padding-top: 17px;
}

.view-xs .landing__btns-panel .btn {
    font-size: 14px;
    line-height: 20px;
    height: 50px;
    padding: 5px 17px;
}

.view-xs .landing__btns-panel a.btn {
    padding-top: 14px;
}

.landing__btns-panel .btn:hover {
    background: #ffeb41;
    border-color: #edca23;
}

.landing__btns-panel_2btns .btn:first-child {
    -webkit-border-radius: 100px 0 0 100px;
    border-radius: 100px 0 0 100px;
}

.landing__btns-panel_2btns .btn:last-child {
    -webkit-border-radius: 0 100px 100px 0;
    border-radius: 0 100px 100px 0;
    border-left: none;
}







/* HONORS */

.landing__honors {
    padding: 35px 0 0;
}

.view-xs .landing__honors {
    padding: 25px 0;
    text-align: center;
}

.landing__honors__val {
    font-size: 42px;
    line-height: 50px;
    color: #000;
    margin-top: 15px;
}

    .landing__honors__val > sup {
        font-size: 24px;
        line-height: 42px;
        vertical-align: middle;
        bottom: .5em;
        position: relative;
    }

.landing__honors__nums p {
    font-size: 14px;
    line-height: 20px;
    margin: 8px 0;
    color: #000;
}

.landing__honors__awards {
    margin: 20px 0 0;
    padding-top: 45px;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    border-top: 1px solid #dbdbdb;
}

.view-xs .landing__honors__awards {
    margin-top: 40px;
    padding-bottom: 0;
}

.landing__honors__awards ul {
    margin: 20px 0;
    padding: 0 35px 0 0;
    list-style: none;
}

.view-xs .landing__honors__awards ul {
    padding-right: 0;
    margin: 0 0 40px;
}

.landing__honors__awards ul > li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 0;
}

    .landing__honors__awards ul > li:before {
        display: none;
    }

.landing__honors__awards ul > .landing__honors__year {
    font-size: 25px;
    line-height: 35px;
    margin: 17px 0;
}

.view-xs .landing__honors__awards ul > .landing__honors__year {
    margin-top: 5px;
}

.landing__underlined {
    text-decoration: underline;
}

.landing__honors2 {
    padding: 45px 0;
    text-align: center;
}

    .landing__honors2 h2 {
        margin-bottom: 10px;
    }

.view-xs .landing__honors2 h2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}

.honors-youtube-holder {
    margin-bottom: 25px;
}

    .honors-youtube-holder .fi_icon {
        position: relative;
        top: 2px;
    }

    .blue .landing__honors2,
    .dark .landing__honors2 {
        color: #fff;
    }

    .blue .landing__honors2 a {
        color: #face09;
    }

    .dark .landing__honors2 a {
        color: #fff;
    }

        .dark .landing__honors2 a > span {
            text-decoration: underline;
        }

.view-xs .landing__honors2__nums-holder {
    background: url(/promo/landing/img/honors-mo-bg.png) center no-repeat;
}

.landing__honors2__nums {
    background: url(/promo/landing/img/honors-line-yellow.png) right bottom no-repeat;
    padding-bottom: 45px;
}

.view-xs .landing__honors2__nums {
    padding-bottom: 65px;
}

.blue .landing__honors2__nums {
    background: url(/promo/landing/img/honors-line-blue.png) right bottom no-repeat;
}

.landing__honors2__num {
    font-size: 42px;
    line-height: 50px;
}

.view-xs .landing__honors2__num {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    margin-top: 5px;
}

.landing__honors2__unit {
    font-size: 14px;
    line-height: 20px;
}

.view-xs .landing__honors2__unit {
    text-transform: uppercase;
}

.landing__honors2__desc {
    font-size: 17px;
    line-height: 25px;
    margin-top: 25px;
    margin-bottom: 40px;
    color: #555;
}

.view-xs .landing__honors2__desc {
    font-size: 11px;
    line-height: 15px;
    margin-top: 10px;
    margin-bottom: 25px;
    padding: 0 10px;
}

.blue .landing__honors2__desc,
.dark .landing__honors2__desc {
    color: rgba(255,255,255,0.5);
}

.landing__honors2__rewards {
    padding: 25px 0 0;
}

.landing__honors2__rewards__item {
    display: inline-block;
    padding: 0 30px;
    font-size: 11px;
    line-height: 15px;
    margin: 20px 4px;
    position: relative;
}

.view-xs .landing__honors2__rewards__item {
    transform: scale(0.9);
    margin: 10px 0px;
    padding: 0 28px;
}

.landing__honors2__rewards__item__year {
    margin-top: 10px;
    color: rgba(0,0,0,0.5);
}

.blue .landing__honors2__rewards__item__year,
.dark .landing__honors2__rewards__item__year {
    color: rgba(255,255,255,0.5);
}

.landing__honors2__rewards__item:before {
    content: "";
    width: 36px;
    height: 69px;
    background-image: url(/promo/landing/img/branch-left-yellow.png);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.blue .landing__honors2__rewards__item:before {
    background-image: url(/promo/landing/img/branch-left-blue.png);
}

.landing__honors2__rewards__item:after {
    content: "";
    width: 36px;
    height: 69px;
    background-image: url(/promo/landing/img/branch-right-yellow.png);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.blue .landing__honors2__rewards__item:after {
    background-image: url(/promo/landing/img/branch-right-blue.png);
}




/* MAP */

.view-xs .landing__block_map {
    padding: 0;
}

.about-map {
    height: 435px;
    position: relative;
}

.view-sm .about-map,
.view-xs .about-map {
    overflow: hidden;
}

.map-pic-wrap {
    height: 435px;
    width: 100%;
    top: 0;
    left: 10px;
    position: absolute;
    overflow: hidden;
}

.view-sm .map-pic-wrap,
.view-xs .map-pic-wrap {
    left: 0;
}

.map-pic {
    width: 911px;
    height: 458px;
    background: url(https://www.finam.ru/PROMO/landing/img/map/map.png) no-repeat -0px 0;
    position: absolute;
    top: -80px;
    left: 150px;
}

.view-md .map-pic {
    left: -95px;
}

.view-sm .map-pic,
.view-xs .map-pic {
    left: -220px;
}

.map-points {
    position: relative;
    left: -5px;
    top: 0;
    height: 435px;
    overflow: hidden;
}

.view-md .map-points {
    left: -250px;
    overflow: visible;
}

.view-sm .map-points,
.view-xs .map-points {
    left: -385px;
    overflow: visible;
}

.map-point {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    color: #000;
    text-decoration: none;
}

div.map-point.static-point {
    cursor: default;
}

.map-point-circle {
    display: block;
    width: 10px;
    height: 10px;
    background: url(https://www.finam.ru/PROMO/landing/img/map/map-point-circle.png) 0 2px no-repeat;
}

.active-point .map-point-circle {
    background-position: 0 -8px;
    z-index: 1000;
    position: relative;
}

.static-point .map-point-circle {
    width: 17px;
    height: 24px;
    background: url(https://www.finam.ru/PROMO/landing/img/map/static-map-point.png);
    z-index: 100;
    position: relative;
}

.map-point-title {
    position: absolute;
    background: #fff;
    padding: 10px 38px 10px 15px;
    font: 13px open_sansbold, sans-serif;
    -webkit-box-shadow: 0 0 10px 10px rgba(0,0,0,0.05);
    box-shadow: 0 0 10px 10px rgba(0,0,0,0.05);
    left: 3px;
    top: -55px;
    display: none;
    z-index: 101;
}

.static-point .map-point-title {
    display: block;
    font: 10px/10px 'open_sansregular', sans-serif;
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
    left: 10px;
    top: 0;
    left: 23px;
    color: #000;
}

.map-point-title-corner {
    display: block;
    width: 21px;
    height: 20px;
    background: url(https://www.finam.ru/PROMO/landing/img/map/map-point-title-corner.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.map-point-info-icon {
    position: absolute;
    right: 15px;
    margin-top: 1px;
    width: 16px;
    height: 16px;
    background: url(https://www.finam.ru/PROMO/landing/img/map/map-point-info-icon.png) no-repeat;
}

a:hover .map-point-info-icon {
    background-position: 0 -16px;
}

.active-point .map-point-title {
    display: block;
}

.map-point-line {
    display: block;
    position: absolute;
    background: url(https://www.finam.ru/PROMO/landing/img/map/point-line.png) no-repeat;
}

.moskva .map-point-line {
    width: 50px;
    height: 33px;
    top: -35px;
    left: -48px;
}

.karaganda .map-point-line {
    width: 74px;
    height: 23px;
    background-position: 0 -57px;
    top: -25px;
    left: 8px;
}

.about-map-desc {
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    bottom: 90px;
    padding-left: 3%;
    z-index: 100;
}

.view-md .about-map-desc {
    bottom: 35px;
}

.view-sm .about-map-desc {
    width: 50%;
    bottom: 35px;
}

.view-xs .about-map-desc {
    bottom: 35px;
    text-align: center;
    padding: 0 10px;
}

    .view-sm .about-map-desc br,
    .view-xs .about-map-desc br {
        display: none;
    }

.about-map-desc .icon-point {
    display: block;
    width: 35px;
    height: 42px;
    background: url(https://www.finam.ru/PROMO/landing/img/map/map-point-icon.png) no-repeat;
    position: absolute;
    left: 45px;
    top: -60px;
}

.view-xs .about-map-desc .icon-point {
    left: 50%;
    margin-left: -17px;
}

.about-map-phone {
    font-size: 24px;
    line-height: 28px;
    margin: 28px 0 0;
}

.view-xs .about-map-phone {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
}





/* TARIFS */

.landing__layout_wide {
    max-width: 1250px;
}

.landing__block_tarif-bg {
    background-color: #f8f8f8;
    overflow: auto;
    padding: 1px 0;
}

.view-xs .landing__block_tarif-bg {
    padding: 0;
}

.landing__tarif-holder {
    padding: 30px 10px 80px;
}

.view-xs .landing__tarif-holder {
    padding: 30px 0 25px;
}

.landing__block_tarif-bg h3 {
    text-align: center;
    margin: 60px 0 10px;
}

.view-xs .landing__block_tarif-bg h3 {
    margin: 40px 0 0;
}

.landing__tarif-item__holder {
    float: left;
    width: 400px;
    padding: 0 10px;
}

.view-sm .landing__tarif-item__holder {
    margin: 0 auto;
    float: none;
}

.view-xs .landing__tarif-item__holder {
    float: none;
    width: 100%;
}

.landing__tarif-item {
    height: 710px;
    background: #fff;
    text-align: center;
    padding: 35px 50px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}

.view-xs .landing__tarif-item {
    height: auto;
}

.landing__tarif-item:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.15),0 30px 50px rgba(0,0,0,0.28);
}

.landing__tarif-item__title {
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
}

.landing__tarif-item__icon {
    border-bottom: 1px solid #d9d9d9;
}

    .landing__tarif-item__icon > .fi_icon {
        display: inline-block;
        width: 60px;
        height: 30px;
        background-color: #fff;
        font-size: 25px;
        position: relative;
        top: 18px;
    }

.landing__tarif-item__value {
    font-size: 72px;
    line-height: 40px;
    color: #0aa821;
    font-weight: 300;
    margin: 40px 0;
}

    .landing__tarif-item__value > sup {
        font-size: 40px;
    }

.landing__tarif-item__desc {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.landing__block .landing__tarif-item__desc > li {
    margin-bottom: 15px;
    padding-left: 0;
}

    .landing__block .landing__tarif-item__desc > li:before {
        display: none;
    }

.landing__tarif-item__notice {
    border-top: 1px solid #d9d9d9;
    padding-top: 5px;
    margin-top: 25px;
}

.view-xs .landing__tarif-item__notice {
    display: none;
}

.landing__tarif-item__notice > p {
    font-size: 11px;
    line-height: 15px;
    color: #555;
}

.landing__tarif-item .btn {
    height: 50px;
    width: 220px;
    background-color: #f8f8f8;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -110px;
}

.view-xs .landing__tarif-item .btn {
    position: static;
    margin: 10px 0;
}

.landing__tarif-item:hover .btn {
    background-color: #ffde41;
    border-color: #edca23;
}

.landing__tarif-item .open_notice {
    display: none;
}

.view-xs .landing__tarif-item .open_notice {
    display: inline-block;
    margin-top: 20px;
}

.view-md .landing__tarif-holder .col-xs-4,
.view-sm .landing__tarif-holder .col-xs-4 {
    width: 403px;
}

.landing__tarif-holder {
    width: 820px;
    margin: 0 auto;
}

.view-sm .landing__tarif-holder,
.view-xs .landing__tarif-holder {
    width: 100%;
}

.view-md .landing__tarif-item,
.view-sm .landing__tarif-item {
    width: 383px;
}

.landing__tarif-item {
    margin-bottom: 20px;
}





/* VIDEO */


.landing__video-holder .h1 {
    margin-top: -5px;
}

.landing__video {
    margin: 20px 0 50px;
}

    .landing__video iframe {
        border-radius: 10px;
        box-shadow: 0 5px 20px 0 rgba(61,61,61,0.15), 0 30px 50px 0 rgba(92,95,101,0.28);
    }





/* PLATFORMS */

.view-lg .landing__technologies {
    min-height: 550px;
}

.view-xs .landing__technologies {
    text-align: center;
}

.landing__technologies__h2 {
    margin: 48px 0 12px;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
}

.landing__technologies__logo {
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
    margin-top: -13px;
}

.view-lg .landing__technologies__logo {
    display: none;
}

.landing__technologies__list {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
    height: 28px;
}

.view-xs .landing__technologies__list {
    text-align: center;
}

.landing__block .landing__technologies__list > li {
    display: inline-block;
    margin-right: 10px;
    padding-left: 0;
}

    .landing__block .landing__technologies__list > li:before {
        display: none;
    }

.landing__technologies__list > li > i {
    display: block;
    width: 25px;
    height: 28px;
    background-image: url(https://www.finam.ru/PROMO/landing/img/technologies-icons.png?1);
}

    .landing__technologies__list > li > i.landing__technologies__list__item_ios {
        background-position: 0 0;
    }

    .landing__technologies__list > li > i.landing__technologies__list__item_win {
        background-position: -25px 0;
        width: 30px;
    }

    .landing__technologies__list > li > i.landing__technologies__list__item_android {
        background-position: -55px 0;
        width: 26px;
    }

.landing__technologies__desc {
    font-size: 14px;
    line-height: 25px;
    margin: 20px 0;
}

.landing__technologies__phones {
    position: absolute;
    bottom: -281px;
}

.view-xs .landing__technologies__phones {
    position: static;
}

.landing__technologies__phones img {
    display: block;
}

.view-xs .landing__technologies__phones img {
    width: 100%;
    margin-top: 30px;
}

.landing__technologies__right {
    text-align: right;
}

.view-xs .landing__technologies__right {
    text-align: center;
}





/* CONTACTS */

.landing__contacts-holder {
    width: 490px;
    margin: 30px auto 80px;
    background-color: #fff;
    border-radius: 7px;
    padding: 30px 85px 15px;
    box-shadow: 0 5px 20px 0 rgba(61,61,61,0.15), 0 30px 50px rgba(92,95,101,0.28);
    text-align: center;
}

.view-xs .landing__contacts-holder {
    width: 100%;
    padding: 10px 10px 0;
    box-shadow: none;
    background: none;
    margin-bottom: 0;
}

.landing__contacts-holder:after {
    content: '';
    display: block;
    width: 294px;
    height: 180px;
    background-image: url(https://www.finam.ru/PROMO/landing/img/hand-block.png?2);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 144px;
}

.landing__contacts-holder_3:after {
    bottom: -140px;
}

.view-xs .landing__contacts-holder:after {
    display: none;
}

.landing__contacts-holder select {
    background: none;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 25px;
    max-width: 100%;
}

.landing__contacts__field {
    padding: 25px 0 22px;
    border-top: 1px solid #d9d9d9;
}

    .landing__contacts__field:first-child {
        border: none;
    }

    .landing__contacts__field a {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

.landing__contacts__field_phone {
    padding: 15px 0 22px;
}

    .landing__contacts__field_phone a {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 0;
    }




/* LIGHTBOX */

/*.landing__lightbox {
    text-align: center;
}

.lSSlideWrapper, .lSSlideWrapper .lSFade {
    position: relative;
}

    .lSSlideWrapper .lSSlide, .lSSlideWrapper.usingCss .lSFade > * {
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important;
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
    }

.lSSlideOuter, .lSSlideOuter .lSPager.lSGallery {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

    .lSSlideOuter .lSPager.lSGallery:after, .lSSlideWrapper > .lightSlider:after {
        clear: both;
    }

.lSSlideOuter {
    user-select: none;
    width: 660px;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: block;
    box-shadow: 0 5px 20px 0 rgba(61,61,62,0.15), 0 30px 50px 0 rgba(92,95,101,0.28);
    overflow: visible;
}

    .lSSlideOuter p {
        font-size: 16px;
        line-height: 25px;
        position: absolute;
        width: 100%;
        text-align: center;
    }

    .lSSlideOuter img {
        margin-top: 0;
        display: block;
    }

.lslide {
    position: relative;
}

.lightSlider:after, .lightSlider:before {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
}

    .lSSlideWrapper .lSSlide {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        -webkit-transition: all 1s;
        -webkit-transition-property: -webkit-transform,height;
        -moz-transition-property: -moz-transform,height;
        transition-property: transform,height;
    }

    .lSSlideWrapper .lSFade > * {
        position: absolute !important;
        top: 0;
        left: 0;
        z-index: 9;
        margin-right: 0;
        width: 100%;
    }

    .lSSlideWrapper.usingCss .lSFade > * {
        opacity: 0;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-property: opacity;
        transition-property: opacity;
    }

    .lSSlideWrapper .lSFade > .active {
        z-index: 10;
    }

    .lSSlideWrapper.usingCss .lSFade > .active {
        opacity: 1;
    }

.lSSlideOuter .lSPager.lSpg {
    top: auto;
    bottom: -50px;
    width: 100%;
    padding: 0;
    text-align: center;
    position: absolute;
}

    .lSSlideOuter .lSPager.lSpg > li {
        cursor: pointer;
        display: inline-block;
        padding: 0 5px;
    }

        .lSSlideOuter .lSPager.lSpg > li:before {
            display: none;
        }

        .lSSlideOuter .lSPager.lSpg > li a {
            background-color: #aaa;
            border-radius: 30px;
            display: inline-block;
            height: 10px;
            overflow: hidden;
            text-indent: -999em;
            width: 10px;
            position: relative;
            z-index: 99;
            -webkit-transition: all .5s linear 0s;
            transition: all .5s linear 0s;
        }

        .lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
            background-color: #3b91cd;
        }

.lSSlideOuter .media {
    opacity: .8;
}

    .lSSlideOuter .media.active {
        opacity: 1;
    }

.lSSlideOuter .lSPager.lSGallery {
    list-style: none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    user-select: none;
}

    .lSSlideOuter .lSPager.lSGallery li {
        overflow: hidden;
        -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
        transition: border-radius .12s linear 0s .35s linear 0s;
    }

        .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
            border-radius: 5px;
        }

    .lSSlideOuter .lSPager.lSGallery img {
        display: block;
        height: auto;
        max-width: 100%;
    }

    .lSSlideOuter .lSPager.lSGallery:after, .lSSlideOuter .lSPager.lSGallery:before {
        content: " ";
        display: table;
    }

.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s;
}

    .lSAction > a:hover {
        opacity: 1;
    }

.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}

.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}

.lSAction > a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

    .lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider > * {
        float: left;
    }

@-webkit-keyframes rightEnd {
    0%,100% {
        left: 0;
    }

    50% {
        left: -15px;
    }
}

@keyframes rightEnd {
    0%,100% {
        left: 0;
    }

    50% {
        left: -15px;
    }
}

@-webkit-keyframes leftEnd {
    0%,100% {
        left: 0;
    }

    50% {
        left: 15px;
    }
}

@keyframes leftEnd {
    0%,100% {
        left: 0;
    }

    50% {
        left: 15px;
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative;
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative;
}

.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lightSlider.lsGrab > li,
.landing__block ul.lightSlider > li {
    padding-left: 0;
}

.lightSlider > li:before {
    display: none !important;
}*/




/* FLOAT BLOCK */

.landing__block_fixed-holder {
    padding: 0;
    position: relative;
    overflow: visible;
}

.view-xs .landing__block_fixed-holder {
    overflow: visible;
}

.landing__block_fixed {
    position: static;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 20px;
    /*background-color: rgba(0,0,0,0.5);
    color: #fff;*/
    z-index: 102;
}

    .landing__block_fixed.fixed {
        background-color: #fff;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
    }

.view-xs .landing__block_fixed {
    padding: 0;
}

.landing__block_fixed-holder + .sidepic-block__holder .sidepic-block {
    padding-top: 120px;
}

.view-xs .landing__block_fixed .col-md-12 {
    padding: 0;
}

.view-xs .landing__block_fixed .landing__scroller {
    padding-left: 20px;
}

.view-xs .landing__block_fixed .landing__menu ul > li:last-child {
    margin-right: 20px;
}

/*.landing__block_fixed a {
    color: #fff;
}

.landing__block_fixed.fixed a {
    color: #000;
}*/

.landing__block_fixed a:hover,
.landing__block_fixed a:active {
    color: #d00;
}

/*.landing__block_fixed .landing__menu ul > li .active {
    color: #ffde41;
}*/

.landing__block_fixed .landing__scroller .mid {
    display: inline-block;
    margin-top: 5px;
}





/* SIDEPIC BLOCK */

.sidepic-block {
    padding: 70px 0;
}

    .sidepic-block img {
        max-width: 100%;
    }

.view-xs .sidepic-block img {
    max-width: 70%;
    margin-bottom: 50px;
}




/* FAQ */

.faq-item {
    margin-bottom: 20px;
}

    .faq-item p,
    .faq-item ul {
        margin: 0;
        padding: 10px 0;
    }

.faq-item__question {
    font-weight: bold;
    color: #0a5991;
    cursor: pointer;
}

    .faq-item__question:hover,
    .faq-item__question:hover span {
        color: #d00 !important;
    }

.faq-item__answer {
    margin-top: 10px;
    display: none;
}




/* STRATEGIES */

.experience__block__item {
    display: block;
    color: #000;
    text-decoration: none;
    height: 250px;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(1,1,1,0.25);
    margin-bottom: 20px;
    padding: 20px;
}

    .experience__block__item .peity {
        border-bottom: 1px solid #dbdbdb;
        margin-bottom: 10px;
    }

    .experience__block__num,
    .experience__block__item:hover .experience__block__num span {
        display: block;
        font-size: 25px;
        line-height: 35px;
        font-weight: 700;
        color: #0aa821 !important;
    }

.experience__block__title {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    display: block;
}

.experience__block__subscr {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 25px;
    display: block;
    color: #555;
}

.experience__block__link .btn {
    background-color: #f8f8f8;
}

.experience__block__item:hover .experience__block__link .btn {
    background: #ffde41;
    border-color: #edca23;
}

.img-holder > img {
    max-width: 100%;
}

.strategy-indicators__chart-holder {
    padding-right: 40px;
}

.view-xs .strategy-indicators__chart-holder {
    padding-right: 10px;
}

.strategy-indicators__chart {
    position: relative;
    background: url(https://www.finam.ru/promo/landing/img/pattern.png?cache=1) center top repeat;
}

.view-sm .strategy-indicators__chart,
.view-xs .strategy-indicators__chart {
    margin-bottom: 20px;
}

.strategy-indicators__chart .dynamicsparkline {
    height: 331px;
}

.strategy-indicators__title {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    padding: 0 0 15px;
}

.strategy-indicators__val {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

    .strategy-indicators__val > div:first-child {
        border-right: 1px solid #dbdbdb;
    }

    .strategy-indicators__val .sm {
        color: #959595;
    }

.strategy-indicators__min-sum {
    border-top: 1px solid #dbdbdb;
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.strategy-indicators .btn {
    width: 100%;
}

.w100 {
    width: 100%;
}

.content-block__chart__titles {
    font-size: 11px;
    line-height: 15px;
}

.content-block__chart__titles__period {
    color: #555;
    position: absolute;
    bottom: 8px;
}

.content-block__chart__titles__period_left {
    left: 10px;
}

.content-block__chart__titles__period_right {
    right: 10px;
}

.content-block__chart__titles__val {
    color: #fff;
    padding: 3px 5px;
    position: absolute;
}

.content-block__chart__titles__val_left {
    background-color: #9ddca6;
    left: 0;
}

    .content-block__chart__titles__val_left:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 0;
        border-color: #9ddca6 transparent transparent transparent;
        position: absolute;
        bottom: -10px;
        left: 0;
    }

.content-block__chart__titles__val_right {
    background-color: #0aa821;
    right: 0;
    bottom: 300px;
}




/* STOCK */

.stock__holder {
    margin-top: -190px;
}

.view-xs .stock__holder {
    margin-top: -220px;
}

.stock__item {
    margin: 0 7px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);
    padding-bottom: 40px;
}

    .stock__item img {
        display: block;
        max-width: 100%;
    }

.stock__desc {
    margin: 30px;
}

    .stock__desc:last-child {
        margin-bottom: 0;
    }

    .stock__desc .btn {
        width: 100%;
    }

.view-xs .stock__item {
    max-width: 300px;
    margin: 0 auto 30px;
}





/* CALCULATOR */

.landing__calculator__block-holder {
    float: left;
    padding: 0 10px 0;
    width: 20%;
    margin-top: 20px;
}

.landing__calculator__block {
    background-color: #f8f8f8;
    border: 1px solid #dbdbdb;
    padding: 10px 0 20px 10px;
}

.landing__calculator__block__title {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
}

.landing__calculator__block input,
.landing__calculator__dropdown__current {
    font-size: 20px;
    line-height: 25px;
    cursor: pointer;
}

.landing__calculator__dropdown__current {
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 25px;
}

    .landing__calculator__dropdown__current .fi {
        position: absolute;
        right: 5px;
        top: 2px;
    }

.landing__calculator__block input {
    border: none;
    background: none;
    height: 25px;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
}

.landing__calculator__dropdown {
    position: relative;
}

.landing__calculator__dropdown__list {
    display: none;
    position: absolute;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    left: -16px;
    top: 45px;
    z-index: 1;
    height: 200px;
    overflow: auto;
}

.landing__calculator__dropdown__list__item {
    white-space: nowrap;
    padding: 10px 15px;
    color: #0a5991;
}

    .landing__calculator__dropdown__list__item:hover {
        color: #d00;
        cursor: pointer;
    }

.landing__calculator__result {
    margin-top: 30px;
    border-top: 1px solid #dbdbdb;
    padding-top: 25px;
    display: none;
}

.landing__calculator__result__main {
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
}

.landing__calculator__result__sec {
    margin-top: 13px;
    font-size: 14px;
    line-height: 20px;
}




/* POLE */

.pole__holder {
    margin: 0 auto;
}

.pole__start {
    text-align: center;
    background-color: #fff;
}

.pole__start__pic {
    height: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pole__title {
    font-size: 17px;
    line-height: 25px;
    margin: 20px auto;
    width: 70%;
}

.pole__start .btn {
    margin-bottom: 40px;
    width: 130px;
}

.pole__items-holder {
    display: none;
    background-color: #f8f8f8;
    padding: 35px 85px;
    text-align: center;
}

.pole__result {
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    display: none;
    padding: 0 0 35px;
    text-align: center;
}

    .pole__result p {
        margin: 10px 0 20px;
    }

.pole__item {
    display: none;
}

    .pole__item.active {
        display: block;
    }

.pole__item__question {
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
    margin: 10px 0 30px;
}

.pole__item__answers-holder {
    margin-top: 20px;
}

.pole__item__answer {
    border: 1px solid #dbdbdb;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 30px;
    cursor: pointer;
}

    .pole__item__answer.correct {
        background-color: #fff;
        border-color: #0aa821;
    }

    .pole__item__answer.wrong {
        background: none;
        border-color: #de1010;
    }

    .pole__item__answer.other {
        background: none;
        border-color: #dbdbdb;
    }

.pole__next-question {
    width: 100%;
    margin-top: 5px;
}

.pole__result__ver {
    display: none;
}

    .pole__result__ver img {
        width: 100%;
    }

.pole__result-text {
    padding: 0 105px;
}

.pole__result__share {
    margin-top: 33px;
}

.pole__result .btn:hover {
    background-color: #fff;
}

@media only screen and (max-device-width: 660px), only screen and (max-width: 660px) {

    .pole__holder {
        margin-top: 0;
        box-shadow: none;
    }

    .pole__start__pic {
        height: 270px;
        background-size: cover;
    }

    .pole__holdertitle {
        width: 90%;
    }

    .pole__items-holder,
    .pole__result {
        height: auto;
        padding: 35px 20px;
    }

    .pole__result {
        padding: 0;
    }

        .pole__result img {
            width: 100%;
            height: auto;
        }
}



/* #ADVISOR */

.advisor-links {
    text-align: center;
    margin-top: 50px;
}

    .advisor-links a {
        display: inline-block;
        height: 90px;
        border: 1px solid #dbdbdb;
        border-radius: 50px;
        line-height: 18px;
        background: #fff;
        padding: 22px 40px;
        margin: 0 5px 10px;
        color: #000;
        vertical-align: top;
    }

        .advisor-links a:hover {
            background: #ffde41;
        }

.view-xs .advisor-links a {
    display: block;
    width: 100%;
}



/* #SLIDER */

.slider__holder {
    position: relative;
    overflow: hidden;
    width: 100%;
}

	.slider__holder .slider__item {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

		.slider__holder .slider__item.show {
			z-index: 1;
		}

	.slider__holder.opacity .slider__item {
		opacity: 0;
		transition: opacity 0.4s;
	}

		.slider__holder.opacity .slider__item.show {
			opacity: 1;
		}

		.slider__holder.opacity .slider__item.hidden {
			opacity: 0;
		}

	.slider__holder.left .slider__item {
		left: 100%;
		right: auto;
		transition: left 0.4s;
	}

		.slider__holder.left .slider__item.show {
			left: 0;
			z-index: 1;
		}

		.slider__holder.left .slider__item.hidden {
			left: -100%;
		}

	.slider__holder.right .slider__item {
		right: 100%;
		left: auto;
		transition: right 0.4s;
	}

		.slider__holder.right .slider__item.show {
			right: 0;
			z-index: 1;
		}

		.slider__holder.right .slider__item.hidden {
			right: -100%;
		}

	.slider__holder.bottom .slider__item {
		bottom: 100%;
		top: auto;
		transition: bottom 0.4s;
	}

		.slider__holder.bottom .slider__item.show {
			bottom: 0;
			z-index: 1;
		}

		.slider__holder.bottom .slider__item.hidden {
			bottom: -100%;
		}

.slider__arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.5);
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.35);
    text-align: center;
    padding-top: 12px;
    top: 50%;
    margin-top: -20px;
    z-index: 2;
}

    .slider__arrow:hover {
        color: #d00;
        cursor: pointer;
    }

.slider__arrow_left {
    left: 25px;
}

    .slider__arrow_left:before {
        margin-left: -2px;
    }

.slider__arrow_right {
    right: 25px;
}

    .slider__arrow_right:before {
        margin-right: -2px;
    }

.landing__block ul.slider__dots {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
    z-index: 2;
}

    .landing__block ul.slider__dots > li {
        margin: 0;
        padding: 0;
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: rgba(255,255,255,0.5);
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
        margin: 0 5px;
        cursor: pointer;
        border-radius: 50%;
    }

        .landing__block ul.slider__dots > li:before {
            display: none;
        }

        .landing__block ul.slider__dots > li.active {
            background-color: #d00;
        }



/* P-BANNER */

.p-banner__top {
    margin: 0 auto;
    /*width: 1250px;*/
    position: relative;
    z-index: 1;
    /*height: 120px;*/
}

.p-banner__right {
    position: absolute;
    left: 50%;
    margin-left: 625px;
    top: 120px;
    min-height: 100px;
    width: 240px;
    height: 800px;
}

.p-banner__link,
.bnr__link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    text-decoration: none;
}

.p-banner__btn-big {
    min-width: 150px;
    height: 60px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 13px 10px 0;
    margin: 30px 0 0 0;
    color: #000;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    position: relative;
    z-index: 1;
    text-decoration: none;
    background: none;
    display: inline-block;
}

[style="color:#ffffff;"] .p-banner__btn-big,
[style="color:#ffffff;"] .p-banner__btn-transparent,
[style="color: rgb(255, 255, 255);"] .p-banner__btn-big,
[style="color: rgb(255, 255, 255);"] .p-banner__btn-transparent {
    color: #fff;
    border-color: #fff;
}

.p-banner__right__item {
    border-top: 1px solid rgba(0,0,0,0.3);
    padding: 30px 0;
}

.p-banner__right__item_white {
    border-top: 1px solid rgba(255,255,255,0.3);
    padding: 30px 0;
}

.p-banner__btn-transparent {
    margin: 15px 0;
    display: inline-block;
    border: 1px solid #000;
    background: none;
    border-radius: 3px;
    padding: 5px 10px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}

.p-banner__splitter_dark {
    height: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.3);
}

.p-banner__splitter_white {
    margin-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.3);
    height: 20px;
}

.p-banner__right .landing__block ul {
    margin: 0;
}






/* WIDGET */
.container-widget * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.widget__holder {
    padding: 25px 0;
}

.widget__holder_low {
    padding: 10px 0;
}

.widget__suptitle {
    font-size: 11px;
    line-height: 15px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
}

.widget__holder_grey-block .widget__suptitle {
    font-size: 10px;
    line-height: 15px;
}

    .widget__holder_grey-block .widget__suptitle .highlight {
        background-color: #ffde41;
        padding: 2px 5px;
    }

.widget__title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: -10px;
}

    .widget__title a,
    .widget__title a:visited {
        color: #00529F;
        text-decoration: none;
    }

.container-widget p {
	margin: 15px 0 5px;
}



/* SUPPORT */
.landing__support {
	text-align: right;
	position: relative;
	padding-right: 75px;
	font-size: 18px;
	line-height: 25px;
	padding: 20px 75px 20px 0;
}

    .landing__support img {
        display: block;
        width: 57px;
        height: 53px;
        position: absolute;
        right: -55px;
        bottom: -15px;
    }



/* currency rate */

.currencyrate__holder {
    padding: 20px;
}

.bright .currencyrate__holder_xs {
    color: #000;
}

.view-xs .currencyrate__holder,
.currencyrate__holder_xs {
    padding: 10px 2px 5px;
}

.currencyrate__holder p {
    width: 50%;
    margin: 10px auto 25px;
}

.view-xs .currencyrate__holder p {
    width: 100%;
    margin: 10px auto;
}

    .view-xs .currencyrate__holder p.mid,
    .currencyrate__holder_xs p.mid {
        font-size: 11px;
        line-height: 14px;
        margin-top: 5px;
    }

    .view-xs .currencyrate__holder p.xbig,
    .currencyrate__holder_xs p.xbig {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        margin-bottom: 5px;
    }

.currencyrate__holder table {
    width: 60%;
    margin: 30px auto 20px;
}

.view-xs .currencyrate__holder table {
    width: 100%;
    margin: 0 auto 10px;
}

.currencyrate__holder table td {
    border: none;
    padding: 5px;
}

.currencyrate__holder_xs table td {
    padding: 2px 0;
}

.currencyrate__currencies-list {
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 2px;
    display: inline-block;
}

.currencyrate__holder_xs .currencyrate__currencies-list {
    display: block;
    border: none;
}

.bright .currencyrate__holder_xs .currencyrate__currencies-list {
    border: none;
}

.currencyrate__currencies-list span {
    display: inline-block;
    padding: 2px 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
}

.currencyrate__holder_xs .currencyrate__currencies-list span {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0 5px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}

.bright .currencyrate__holder_xs .currencyrate__currencies-list span {
    border: 1px solid rgba(0,0,0,0.2);
    color: #000;
}

.currencyrate__currencies-list span.hide {
    display: none;
}

.currencyrate__currencies-list span:hover {
    background-color: rgba(255,255,255,0.1);
}

.currencyrate__currencies-list span.active {
    background-color: #fff;
    border-radius: 5px;
    color: #000;
}

.currencyrate__holder_xs .currencyrate__currencies-list span.active {
    border-radius: 2px;
}

.currencyrate__arrow {
    display: inline-block;
    cursor: pointer;
    opacity: 0.7;
    position: relative;
    width: 28px;
    height: 20px;
}

.currencyrate__holder_xs .currencyrate__arrow svg {
    width: 15px;
}

.currencyrate__arrow-left {
    position: absolute;
    left: 0;
    top: -1px;
    transform: rotate(180deg);
    animation: currencyrate__arrow__left__move 1s infinite;
}

.currencyrate__arrow-right {
    position: absolute;
    right: 0;
    top: 4px;
    animation: currencyrate__arrow__right__move 1s infinite;
}

@keyframes currencyrate__arrow__left__move {
    from {
        margin-left: 0;
    }

    to {
        margin-left: 2px;
    }
}

@keyframes currencyrate__arrow__right__move {
    from {
        margin-right: 0;
    }

    to {
        margin-right: 2px;
    }
}

.currencyrate__holder_xs .currencyrate__arrow__item {
    stroke: #fff;
}

.bright .currencyrate__holder_xs .currencyrate__arrow__item {
    stroke: #000;
}

.currencyrate__arrow:hover {
    opacity: 1;
}

.currencyrate__left__sum {
    display: inline-block;
    padding: 8px 15px;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    font-size: 25px;
    line-height: 24px;
    width: 210px;
    border: none;
    text-align: center;
    height: 50px;
    box-shadow: inset 2px 2px 5px 0 rgba(0,0,0,0.35);
}

.currencyrate__right__sum {
    display: inline-block;
    padding: 12px 15px;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 5px;
    color: #fff;
    font-size: 25px;
    line-height: 24px;
    width: 210px;
    text-align: center;
    height: 50px;
}

.bright .currencyrate__holder_xs .currencyrate__right__sum {
    color: #000;
}

.view-xs .currencyrate__left__sum,
.view-xs .currencyrate__right__sum,
.currencyrate__holder_xs .currencyrate__left__sum,
.currencyrate__holder_xs .currencyrate__right__sum {
    width: 100%;
    font-size: 18px;
    height: 33px;
    padding: 12px 15px;
    border-radius: 2px;
    border: 1px solid rgba(255,255,255,0.2);
}

.bright .currencyrate__holder_xs .currencyrate__right__sum {
    border: 1px solid rgba(0,0,0,0.2);
}

.view-xs .currencyrate__left__sum,
.currencyrate__holder_xs .currencyrate__left__sum {
    border: none;
    padding-top: 14px;
}

.view-xs .currencyrate__right__sum,
.currencyrate__holder_xs .currencyrate__right__sum {
    padding-top: 4px;
}

.currencyrate__left__unit,
.currencyrate__right__unit {
    position: absolute;
    left: 15px;
    top: 5px;
    line-height: 25px;
}

.currencyrate__left__unit {
    color: rgba(0,0,0,0.6);
}

.currencyrate__right__unit {
    color: rgba(255,255,255,0.6);
}

.bright .currencyrate__right__unit {
    color: rgba(0,0,0,0.6);
}

.currencyrate__profit {
    color: #fff;
}

.bright .currencyrate__profit {
    color: #000;
}




/* RATING */

.float-r {
    float: right;
}

.rating__filter {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: right;
}

.view-xs .rating__filter {
    margin: 10px 0;
    text-align: left;
}

.rating__filter .float-r {
    margin-top: -8px;
}

.rating__filter input {
    background-color: rgba(255,255,255,0.3);
    border: 1px solid #dbdbdb;
    padding: 5px 10px;
    height: 40px;
    border-radius: 3px;
}

.rating__filter button {
    height: 40px;
    padding-top: 9px;
    vertical-align: top;
}

.view-xs .rating__filter button {
    height: 40px;
}

.rating__filter button:hover {
    background-color: #f3f3f3;
}

.rating__holder table th {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    border: none;
    background-color: #fff;
    vertical-align: bottom;
}

.rating__holder table td {
    border: none;
}

.rating__holder table tr:nth-child(2n+1) td {
    background-color: rgba(0,0,0,0.04);
}

.rating__holder table tr:nth-child(2n) td {
    background-color: rgba(255,255,255,0.04);
}

.rating__pager {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .rating__pager > li {
        margin: 0 2px;
        padding: 0;
        display: inline-block;
    }

        .rating__pager > li.hide {
            display: none;
        }

        .rating__pager > li:before {
            display: none;
        }

        .rating__pager > li.active a {
            color: #000;
        }



/* VERTICAL SHARE */

.landing__share-vertical {
    position: absolute;
    margin-left: -70px;
    z-index: 2;
}

    .landing__share-vertical.fixed { 
        position: fixed;
        top: 145px;
    }

    .landing__share-vertical .ya-share2 {
        margin: 0;
    }

.landing__block ul.ya-share2__list_direction_vertical {
    margin: 0;
}

.landing__share-vertical .ya-share2__title {
    display: none !important;
}

.view-xs .landing__share-vertical,
.view-xs .landing__share-vertical.fixed {
    position: fixed;
    top: 30px;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0;
}

.view-xs .ya-share2__list_direction_vertical > .ya-share2__item {
    display: inline-block;
    margin: 5px 4px 5px 0;
}



/* FIXED PANEL  */

.landing__block_fixed-panel,
.view-xs .landing__block_fixed-panel {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
    height: 88px;
    margin-top: -88px;
    z-index: 1;
}

.landing__elem_fixed-panel {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
    height: 88px;
    margin-top: -88px;
    z-index: 1;
    position: absolute;
}

.landing__block_fixed-panel-top,
.view-xs .landing__block_fixed-panel-top {
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
    height: 72px;
    margin-bottom: -72px;
    z-index: 2;
}



/* TIMER */
.landing__timer-body {
    margin: 10px 0;
}



/* TOOLTIP */

.landing__tooltip {
    position: relative;
    color: #005893;
    cursor: default;
}

.view-xs .landing__tooltip {
	position: static;
}


    .landing__tooltip:hover {
        color: #d00;
    }

    .landing__tooltip > span.landing__tooltip__content {
        display: none;
        position: absolute;
        background-color: #fff;
        font-size: 14px;
        line-height: 20px;
        color: #000;
        padding: 5px 10px;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
        left: 50%;
        top: 0;
        transform: translateX(-50%) translateY(-100%);
		z-index: 1;
    }

.view-xs .landing__tooltip > span.landing__tooltip__content {
	top: auto;
	margin-top: 9%;
}


.landing__tooltip:hover > span.landing__tooltip__content {
	display: block;
}

/* AUTH FORM */
#user-dialog {
    font-size: 13px;
    line-height: 18px;
}

    #user-dialog .js {
        text-decoration: none;
        border-bottom: 1px dotted;
        cursor: pointer;
        color: #00529F;
    }

    #user-dialog-auth {
        margin: 0 27px;
    }

    #user-dialog-auth P {
        text-align: center;
    }

    #user-dialog-auth LABEL,
    #user-dialog-login-restore-link {
        height: 28px;
        line-height: 28px;
        color: #999;
        float: left;
        margin-bottom: 5px;
    }

    #user-dialog-auth LABEL {
        clear: left;
        width: 100px;
    }

    #user-dialog-auth .finam-ui-controls-textbox {
        width: 150px;
    }

#user-dialog-auth-restore-link {
    height: 28px;
    line-height: 28px;
    color: #999;
    margin-bottom: 5px;
    padding-left: 100px;
    display: block;
    clear: both;
}

#user-dialog-auth-public-control {
    clear: both;
    margin-left: 100px;
    overflow: hidden;
    margin-bottom: 5px;
}

    #user-dialog-auth-public-control INPUT {
        float: left;
        padding: 0;
        margin: 7px 5px 0 0;
    }

    #user-dialog-auth-public-control LABEL {
        clear: none;
        margin-bottom: 0;
        width: 150px;
    }

/* =#user-dialog-register */
#user-dialog-register {
    margin: 0 30px;
}

    #user-dialog-register LABEL {
        color: #999;
        float: left;
        clear: left;
        margin-bottom: 5px;
    }

    #user-dialog-register .finam-ui-controls-label {
        width: 120px;
        height: 28px;
        line-height: 28px;
    }

    #user-dialog-register .finam-ui-controls-textbox {
        width: 185px;
    }

    #user-dialog-register .finam-ui-controls-captcha {
        width: 185px;
    }

        #user-dialog-register .finam-ui-controls-captcha .finam-ui-controls-textbox {
            width: 50px;
        }

#user-dialog-register-review-control {
    width: 100%;
    overflow: hidden;
}

#user-dialog-register-review-label {
    width: auto !important;
    height: 28px;
    line-height: 28px;
}

#user-dialog-register-review-checkbox {
    float: left;
    margin-top: 8px;
    position: absolute;
}

/* =#user-dialog-restore */
#user-dialog-restore {
    margin: 0 100px;
    text-align: center;
}

    #user-dialog-restore P {
        text-align: left;
    }

    #user-dialog-restore .finam-ui-controls-textbox {
        width: 145px;
        display: inline-block;
        float: none;
    }

/*=#user-dialog-phone */
#user-dialog-phone LABEL {
    height: 28px;
    line-height: 28px;
    color: #999;
    width: 120px;
    float: left;
    clear: left;
    margin-bottom: 5px;
}

#user-dialog-phone .finam-ui-controls-textbox {
    display: inline-block;
    float: none;
}

#user-dialog-phone-add-phone {
    width: 140px;
}

#user-dialog-phone-add-code {
    width: 70px;
    text-align: center;
}

#user-dialog-phone-add-send {
    display: inline-block;
    vertical-align: top;
    padding-top: 3px !important;
    padding-bottom: 4px !important;
    margin-left: 5px;
    width: 100px;
}
/*=#user-dialog-email */
#user-dialog-email LABEL {
    height: 28px;
    line-height: 28px;
    color: #999;
    width: 120px;
    float: left;
    clear: left;
    margin-bottom: 5px;
}

#user-dialog-email .finam-ui-controls-textbox {
    display: inline-block;
    float: none;
    width: 180px;
}

#user-dialog-email-cancel {
    line-height: 28px;
}

.social-links-control .social-links-icon {
    background: url(//yandex.st/share/static/b-share-icon.png);
    background-repeat: no-repeat;
    display: inline;
    line-height: 23px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 6.5px;
    margin-top: 0px;
    padding-right: 13px;
}

.social-links-ajax-form {
    margin: 0.5em 0 0.5em 0;
}

.social-links-control .social-links-icon-facebook {
    background-position: 0px -67px;
}

.social-links-control .social-links-icon-vk {
    background-position: 0px 0px;
}

.social-links-control .social-links-icon-ok {
    background-position: 0px -170px;
}

.social-links-control .social-links-icon-tw {
    background-position: 0px -51px;
}

.social-links-control a {
    text-decoration: none;
}

    .social-links-control a span {
        border-bottom: 1px dotted;
    }

.social-links-icon-edox {
    background: url(/i/edox-icon-20x18.png);
    background-repeat: no-repeat;
    display: inline;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 6.5px;
    margin-top: 0px;
    padding-right: 16px;
    padding-bottom: 2px;
}

.f-forms-controls-button {
    min-width: 110px;
}
/* END AUTH FORM */


/* EVENT */

.trainings__item {
    height: 400px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    position: relative;
    display: block;
    color: #000;
    padding-bottom: 15px;
}

	.trainings__item > a {
		color: #000;
	}

	.trainings__item:hover {
		color: #000;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
	}

.trainings__item__padding {
    padding: 10px 20px 20px;
}

.review__filter {
    position: relative;
}

    .review__filter a .fa-chevron-down {
        display: inline-block;
        padding-top: 6px;
        font-size: 8px;
        vertical-align: top;
    }

.review__filter__dropdown {
    margin-top: 30px;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.25);
    padding: 13px 15px 6px;
    z-index: 10;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 200px;
}

    .review__filter__dropdown ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

        .review__filter__dropdown ul li {
            margin-bottom: 10px;
        }

            .review__filter__dropdown ul li a {
                color: #000;
                border-bottom-color: #fff;
                text-decoration: none;
            }

            .review__filter__dropdown ul li:before {
                display: none;
                top: 3px;
            }

            .review__filter__dropdown ul li.chosen:before {
                display: inline-block;
            }

.trainings__item__link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 7px;
    display: block;
    max-height: 60px;
    overflow: hidden;
}

.trainings__item__tags {
    margin-top: 5px;
}

    .trainings__item__tags span {
        padding: 2px 5px;
        border-radius: 3px;
        background-color: #fff09e;
        white-space: nowrap;
        font-size: 12px;
        line-height: 16px;
        display: inline-block;
        margin-bottom: 3px;
    }

.trainings__item__tags_green {
    padding: 2px 5px;
    border-radius: 3px;
    background-color: #5ca100;
    white-space: nowrap;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    margin-bottom: 3px;
    color: #fff;
}

a:hover .trainings__item__tags_green {
    color: #fff;
}

.trainings__item__bottom {
    position: absolute;
    bottom: 10px;
    color: #555;
}

.trainings__item__desc {
    font-size: 13px;
    line-height: 18px;
}

.trainings__item__desc p {
    margin: 5px 0;
}


/* CHART */

.chart-holder {
	margin-top: 20px;
	width: 320px;
}

.date-holder {
	padding-top: 5px;
	border-top: 1px solid #dbdbdb;
	width: 292px;
	height: 22px;
}

	.date-holder span {
		float: left;
		width: 96px;
		text-align: center;
	}

		.date-holder span:first-child {
			text-align: left;
		}

		.date-holder span:last-child {
			text-align: right;
		}

.val-holder {
	position: absolute;
	right: 0;
	width: 10%;
	height: 200px;
	top: 0;
	padding-bottom: 21px;
	text-align: right;
}

	.val-holder span {
		height: 66px;
		display: block;
	}

		.val-holder span:nth-child(2) {
			padding-top: 20px;
		}

		.val-holder span:last-child {
			padding-top: 37px;
		}

.chart-holder svg {
	border-right: 1px solid #dbdbdb;
}

.pg-confidential p,
.inline_pg-confidential p {
	display: inline;
	margin-left: 3px;
}

/* Калькулятор стратегий */

.calculator-strategy__control input[type=range] {
	-webkit-appearance: none;
	width: 100%;
	margin: 7.5px 0;
}

	.calculator-strategy__control input[type=range]:focus {
		outline: none;
	}

	.calculator-strategy__control input[type=range]::-webkit-slider-runnable-track {
		width: 100%;
		height: 5px;
		cursor: pointer;
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
		background: #c6c6c6;
		border-radius: 50px;
		border: 0px solid rgba(1, 1, 1, 0);
	}

	.calculator-strategy__control input[type=range]::-webkit-slider-thumb {
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
		border: 0px solid rgba(0, 0, 0, 0);
		height: 20px;
		width: 20px;
		border-radius: 50px;
		background: #ffcc3f;
		cursor: pointer;
		-webkit-appearance: none;
		margin-top: -7.5px;
	}

	.calculator-strategy__control input[type=range]:focus::-webkit-slider-runnable-track {
		background: #c9c9c9;
	}

	.calculator-strategy__control input[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		cursor: pointer;
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
		background: #c6c6c6;
		border-radius: 50px;
		border: 0px solid rgba(1, 1, 1, 0);
	}

	.calculator-strategy__control input[type=range]::-moz-range-thumb {
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
		border: 0px solid rgba(0, 0, 0, 0);
		height: 20px;
		width: 20px;
		border-radius: 50px;
		background: #ffcc3f;
		cursor: pointer;
	}

	.calculator-strategy__control input[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		cursor: pointer;
		background: transparent;
		border-color: transparent;
		color: transparent;
	}

	.calculator-strategy__control input[type=range]::-ms-fill-lower {
		background: #c3c3c3;
		border: 0px solid rgba(1, 1, 1, 0);
		border-radius: 100px;
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
	}

	.calculator-strategy__control input[type=range]::-ms-fill-upper {
		background: #c6c6c6;
		border: 0px solid rgba(1, 1, 1, 0);
		border-radius: 100px;
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
	}

	.calculator-strategy__control input[type=range]::-ms-thumb {
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
		border: 0px solid rgba(0, 0, 0, 0);
		height: 20px;
		width: 20px;
		border-radius: 50px;
		background: #ffcc3f;
		cursor: pointer;
		height: 5px;
	}

	.calculator-strategy__control input[type=range]:focus::-ms-fill-lower {
		background: #c6c6c6;
	}

	.calculator-strategy__control input[type=range]:focus::-ms-fill-upper {
		background: #c9c9c9;
	}

.calculator-strategy__control {
	margin-bottom: 10px;
}

.view-xs .calculator-strategy__control {
	height: auto;
}

.calculator-strategy__control__title {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
}

.calculator-strategy__control__range {
	float: right;
	margin-top: -4px;
	width: 75%;
}

.view-xs .calculator-strategy__control__range {
	float: none;
	margin-bottom: 10px;
	width: 100%;
}

.calculator-strategy__control__value {
	font-size: 24px;
	line-height: 25px;
}

.landing__block ul.calculator-strategy__control__list,
.calculator-strategy__control__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.landing__block ul.calculator-strategy__control__list > li,
	.calculator-strategy__control__list > li {
		margin: 0;
		padding: 0;
		float: left;
		margin-right: 18px;
	}

.view-xs .landing__block ul.calculator-strategy__control__list > li,
.view-xs .calculator-strategy__control__list > li {
	float: none;
	margin-bottom: 5px;
}

.landing__block ul.calculator-strategy__control__list > li:before,
.calculator-strategy__control__list > li:before {
	display: none;
	content: '';
}

.landing__block ul.calculator-strategy__control__list > li.active,
.calculator-strategy__control__list > li.active {
	color: #000;
}

.calculator-strategy__btn {
	height: 80px;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	width: 190px;
	color: #0a5991;
	cursor: pointer;
}

.view-xs .calculator-strategy__btn {
	width: 100%;
}

.calculator-strategy__btn:hover {
	color: #d00;
	background-color: #fefefe;
}

.calculator-strategy__results {
	font-size: 16px;
	line-height: 24px;
}

.calculator-strategy__results__col {
	margin-bottom: 10px;
}

.calculator-strategy__control__range__period {
	margin-top: 15px;
}

	.calculator-strategy__control__range__period .ui-widget-content {
		border-radius: 50px;
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
		background: #c6c6c6;
		border-radius: 50px;
		border: 0px solid rgba(1, 1, 1, 0);
		height: 5px;
	}

	.calculator-strategy__control__range__period .ui-widget-content .ui-state-default,
	.calculator-strategy__control__range__period .ui-widget-content .ui-state-hover,
	.calculator-strategy__control__range__period .ui-widget-content .ui-state-focus {
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
		border: 0px solid rgba(0, 0, 0, 0);
		height: 20px;
		width: 20px;
		border-radius: 50px;
		background: #ffcc3f;
		cursor: pointer;
		top: -8px;
	}

.calculator-strategy__control__period__value {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
}

/* Стратегии Comon */

.strategies-comon-author__item {
    padding: 20px;
    height: 395px;
    box-shadow: 0 1px 3px 0 rgba(1,1,1,0.25);
    background-color: #fff;
}

.strategies-comon-author__item:hover {
	box-shadow: 0 1px 10px 0 rgba(1,1,1,0.25);
}

.strategies-comon-author__desc {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
	color: #555;
	max-height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.strategies-comon-author__item__author {
	position: absolute;
	width: 100%;
	font-size: 13px;
	line-height: 18px;
}

.strategies-comon-author__item__author__pic {
	width: 40px;
	height: 40px;
	background-position: center;
	border-radius: 5px;
	margin: 0 10px 0 0;
	float: left;
	background-size: cover;
}

.strategies-comon-author__title {
    color: #005893;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    display: block;
}

.strategies-comon-author__item button.btn.btn_yellow {
	margin-right: 20px;
	padding: 3px;
	font-size: 13px;
	height: 30px;
	background-color: #fff;
	border-color: #dbdbdb;
}

.strategies-comon-author__item:hover button.btn.btn_yellow {
	background: #ffde41;
	border-color: #edca23;
}

.strategies-comon-author__subscr {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #000;
}

.strategies-comon-author__item .peity {
	margin-top: 25px;
	margin-bottom: 0;
	border-bottom: none;
}

.strategies-comon-author__subscr .col-xs-6 {
	padding: 2px;
}

	.strategies-comon-author__subscr .col-xs-6 > span {
		padding: 8px;
		display: block;
		border: 1px solid #ebebeb;
		border-radius: 5px;
		color: #959595;
	}

		.strategies-comon-author__subscr .col-xs-6 > span b {
			color: #000;
		}