.pif-tab:before {
    content: '';
    background: url("../img/pngsprite/ico-slide-handler.png") no-repeat center;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}


@font-face {
font-family: ALSRubl;
src: url('../fonts/rouble.ttf'); 
  src: url("../fonts/rouble.ttf?#iefix") url("../fonts/rouble.ttf") format("ttf"), url("../fonts/rouble.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
 @font-face {
  font-family: ALSRubl;
  src: url('../fonts/ALSRubl.ttf');
 }

/* reset styles
-----------------------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

input:focus,
textarea:focus,
a:focus,
button:focus,
select:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del,
s,
strike {
    text-decoration: line-through;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

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

* {
    box-sizing: border-box;
}
/*was comented before adaptive*/
img {
    border: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}


/* responsive text align
-----------------------------------------------------------------------------*/

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-xs-left {
    text-align: left;
}

.text-xs-right {
    text-align: right;
}

.text-xs-center {
    text-align: center;
}

.text-xs-justify {
    text-align: justify;
}

@media (min-width: 544px) {
    .text-sm-left {
        text-align: left;
    }
    .text-sm-right {
        text-align: right;
    }
    .text-sm-center {
        text-align: center;
    }
    .text-sm-justify {
        text-align: justify;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left;
    }
    .text-md-right {
        text-align: right;
    }
    .text-md-center {
        text-align: center;
    }
    .text-md-justify {
        text-align: justify;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left;
    }
    .text-lg-right {
        text-align: right;
    }
    .text-lg-center {
        text-align: center;
    }
    .text-lg-justify {
        text-align: justify;
    }
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

html {
    height: 100%;
}

.no-flexbox body {
    min-height: 100%;
    height: 100%;
    display: block !important;
}

.page-wrapper,
.footer {
    max-width: none;
    min-width: 0;
    width: 100%;
    margin: 0 auto;
}

.no-flexbox .page-wrapper,
.no-flexbox .footer {
    width: auto;
}

.page-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
min-height: auto!important;
}

.lte-ie-11 .page-wrapper,
.lt-ie-11 .page-wrapper {
    min-height: 0;
}

.no-flexbox .page-wrapper {
    display: block !important;
    width: auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.page-body {
    -ms-flex: 1;
    flex: 1;
}

.page-body.flex-none {
    -ms-flex: none;
    flex: none;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container::after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 544px) {
    .container {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 940px;
    }
}

@media (min-width: 1060px) {
    .container {
        max-width: 1060px;
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid::after {
    content: "";
    display: table;
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 544px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1060px) {
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        float: left;
    }
    .col-xl-1 {
        width: 8.33333%;
    }
    .col-xl-2 {
        width: 16.66667%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-4 {
        width: 33.33333%;
    }
    .col-xl-5 {
        width: 41.66667%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-7 {
        width: 58.33333%;
    }
    .col-xl-8 {
        width: 66.66667%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-10 {
        width: 83.33333%;
    }
    .col-xl-11 {
        width: 91.66667%;
    }
    .col-xl-12 {
        width: 100%;
    }
    .col-xl-pull-0 {
        right: auto;
    }
    .col-xl-pull-1 {
        right: 8.33333%;
    }
    .col-xl-pull-2 {
        right: 16.66667%;
    }
    .col-xl-pull-3 {
        right: 25%;
    }
    .col-xl-pull-4 {
        right: 33.33333%;
    }
    .col-xl-pull-5 {
        right: 41.66667%;
    }
    .col-xl-pull-6 {
        right: 50%;
    }
    .col-xl-pull-7 {
        right: 58.33333%;
    }
    .col-xl-pull-8 {
        right: 66.66667%;
    }
    .col-xl-pull-9 {
        right: 75%;
    }
    .col-xl-pull-10 {
        right: 83.33333%;
    }
    .col-xl-pull-11 {
        right: 91.66667%;
    }
    .col-xl-pull-12 {
        right: 100%;
    }
    .col-xl-push-0 {
        left: auto;
    }
    .col-xl-push-1 {
        left: 8.33333%;
    }
    .col-xl-push-2 {
        left: 16.66667%;
    }
    .col-xl-push-3 {
        left: 25%;
    }
    .col-xl-push-4 {
        left: 33.33333%;
    }
    .col-xl-push-5 {
        left: 41.66667%;
    }
    .col-xl-push-6 {
        left: 50%;
    }
    .col-xl-push-7 {
        left: 58.33333%;
    }
    .col-xl-push-8 {
        left: 66.66667%;
    }
    .col-xl-push-9 {
        left: 75%;
    }
    .col-xl-push-10 {
        left: 83.33333%;
    }
    .col-xl-push-11 {
        left: 91.66667%;
    }
    .col-xl-push-12 {
        left: 100%;
    }
    .col-xl-offset-0 {
        margin-left: 0%;
    }
    .col-xl-offset-1 {
        margin-left: 8.33333%;
    }
    .col-xl-offset-2 {
        margin-left: 16.66667%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-offset-4 {
        margin-left: 33.33333%;
    }
    .col-xl-offset-5 {
        margin-left: 41.66667%;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-offset-7 {
        margin-left: 58.33333%;
    }
    .col-xl-offset-8 {
        margin-left: 66.66667%;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-offset-10 {
        margin-left: 83.33333%;
    }
    .col-xl-offset-11 {
        margin-left: 91.66667%;
    }
    .col-xl-offset-12 {
        margin-left: 100%;
    }
}


/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/


/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/


/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/*
.page_title {
    font-family: 'Open Sans';
    font-weight: 700;
    text-align: center;
    display: block;
    padding: 50px 0;
    font-size: 40px;
    line-height: 23px;
    color: #3f474f;
}

.invest {
    margin-bottom: 28px;
}

.invest__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 18px;
}

.invest__item {
    width: 21%;
    min-height: 138px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.invest__text {
    font-family: 'Open Sans';
    text-align: center;
    display: block;
    font-size: 18px;
    color: #3f474f;
}

.howitwork__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.howitwork__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 49%;
}

.howitwork__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.howitwork__title {
    display: inline-block;
    font-family: 'Open Sans';
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
    color: #3f474f;
}

.howitwork__title--link {
    color: #0e9800;
}

.howitwork__text {
    display: block;
    font-family: 'Open Sans';
    font-size: 18px;
    color: #3f474f;
}

.howitwork__subtext {
    display: block;
    margin-top: 5px;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #3f474f;
}

.dox__wrapper {
    margin: 0 auto;
    padding-top: 22px;
    width: 632px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.dox__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dox__item__title-list {
    margin-bottom: 15px;
}

.dox__item--dashed {
    position: relative;
}

.dox__item--dashed:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50px;
    width: 100%;
    height: 2px;
    background: url("../img/individuals/dashed.png") repeat-x center left;
}

.dox__title {
    width: 33%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}

.dox__title__top {
    font-family: 'Open Sans';
    color: #000;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.4px;
}

.dox__title__bottom {
    font-family: 'Open Sans';
    color: #019901;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: -.5px;
}

.dox__title * {
    text-align: center;
}

.dox__block {
    width: 33%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.dox__block--small {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.dox__block--orange {
    width: 95px;
    height: 107px;
    background-color: #f7941d;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.dox__block--green {
    width: 95px;
    height: 107px;
    background-color: #8dc63f;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.dox__block--green-dark {
    position: relative;
    width: 95px;
    height: 201px;
    background-color: #019901;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.dox__block--green-dark--small {
    height: 33%;
}

.dox__text-w {
    font-family: 'Open Sans';
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

.dox__text-b {
    font-family: 'Open Sans';
    color: #000;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-top: 8px;
}

.dox__first {
    width: 31%;
}

.dox__second {
    width: 26%;
    margin-left: 54px;
}

.dox__left {
    position: absolute;
    font-size: 15px;
    color: #353943;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -64px;
    margin-top: 0;
    text-align: left;
}
*/
/*DROPDOWN*/

.dropdown {
    max-width: 540px;
    font: normal 18px/22px 'Open Sans';
    color: #3f474f;
    position: relative;
}

.calculator .dropdown .drop_face,
.dropdown-std .drop_face {
    height: 50px;
    position: relative;
    padding: 14px 30px;
    background-color: #eff7f8;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.calculator.ver2 .dropdown .drop_face,
.dropdown-std2 .drop_face {
    height: 60px;
    padding: 19px 40px 19px 30px;
}

.is-open .drop_face {
    padding: 13px 29px;
    border: 1px solid #238900;
}

.calculator.ver2 .is-open .drop_face,
.dropdown-std2 .is-open .drop_face {
    padding: 18px 39px 18px 29px;
}

.dropdown .drop_layout {
    display: none;
    min-width: 100%;
    max-height: 320px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 70px;
    background-color: #eff7f8;
    border: 1px solid #238900;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    z-index: 100;
}

.dropdown .drop_layout section {
    white-space: nowrap;
    height: 50px;
    padding: 14px 30px;
    box-sizing: border-box;
    cursor: pointer;
}

.dropdown .drop_layout section.active {
    background-color: #0e9800;
    color: #fff;
    position: relative;
}

.dropdown .drop_layout section.active:after {
    width: 12px;
    height: 10px;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    background: url(../img/sprite.png) -38px -432px no-repeat;
}

.dropdown .drop_layout section:hover {
    background-color: #cfe2e6;
    transition: background-color 0.4s ease;
}

.dropdown .drop_layout section.active:hover {
    background-color: #0e9800;
    color: #fff;
    transition: background-color color 0.4s ease;
}

.dropdown .drop_layout section:last-child {
    border-radius: 0 0 5px 5px;
}

.drop_arrow {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 20px;
    display: block;
    width: 12px;
    height: 28px;
    background: url(../img/sprite.png) -7px -423px no-repeat;
}

.is-open .drop_arrow {
    background-position: -22px -423px;
}


/*RADIO*/

.radio,
.checkbox {
    display: block;
    float: left;
    position: relative;
    width: 28px;
    height: 26px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    visibility: hidden;
}

.radio input[type="radio"] + span,
.checkbox input[type="checkbox"] + span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: url(../img/sprite.png) -9px -191px no-repeat #fff;
    cursor: pointer;
}

.checkbox input[type="checkbox"] + span {
    border-radius: 0;
    background-position: -9px -284px;
}

.checkbox:hover input[type="checkbox"] + span {
    background-position: -9px -316px;
}

.checkbox input[type="checkbox"]:checked + span {
    background-position: -9px -347px;
}

.radio:hover input[type="radio"] + span {
    background-position: -9px -222px;
}

.radio input[type="radio"]:checked + span {
    background-position: -9px -253px;
}

.pif__title {
    text-align: center;
}

.pif-btn {
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 1;
    padding: 18px 22px;
    color: #fff;
    border-radius: 3px;
    background-color: #0e9800;
    text-decoration: none;
    transition: all 0.2s linear;
}

.pif-btn:hover {
    background-color: rgba(14, 152, 0, 0.85);
}

.pif-btn-white {
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 1;
    padding: 18px 22px;
    color: #0e9800;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid #0e9800;
    text-decoration: none;
    transition: all 0.2s linear;
}

.pif-btn-white:hover {
    background-color: #0e9800;
    color: #fff;
}

.pif1-pif {
    background: url("../img/pif1-pif.png") no-repeat center right;
    padding-top: 58px;
    min-height: 382px;
    background-color: #fbfbfb;
}

.pif1-pif__title {
    display: block;
    margin-bottom: 29px;
}

.pif1-pif__subtitle {
    display: block;
    font-family: 'Open Sans';
    font-size: 26px;
    color: #353943;
    line-height: 30px;
    letter-spacing: -.6px;
    margin-bottom: 42px;
}

.pif1-pif__first {
    padding-top: 49px;
}

.pif1-pif__first__title {
    margin-bottom: 26px;
    display: block;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: -.3px;
}

.pif1-pif__first__text {
    display: block;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -.45px;
    border-bottom: 1px solid #e5e8eb;
    padding-bottom: 75px;
}

.pif1-hiw {
    padding: 62px 0 64px;
}

.pif1-hiw__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pif1-hiw__title {
    margin-bottom: 75px;
}

.pif1-hiw__item {
    width: 47%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 75px;
}

.pif1-hiw__item i {
	width: 60px;
	height: 50px;
}

.pif1-hiw__item__text-block {
    margin-left: 31px;
	width: calc(100% - 94px);
}

.pif1-hiw__color {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 18px;
    color: #00ac00;
    text-transform: uppercase;
}

.pif1-hiw__subtitle {
    margin-left: 4px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}

.pif1-hiw__text {
    display: block;
    margin-top: 9px;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.pif1-advantage {
    margin-bottom: 75px;
}

.pif1-advantage__title {
    margin-bottom: 75px;
}

.pif1-advantage__wrapper {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 75px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pif1-advantage__item {
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pif1-advantage__number {
    margin-bottom: 19px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    padding-top: 3px;
    text-align: center;
    background-color: #0e9800;
    border-radius: 100%;
    width: 32px;
    height: 32px;
}

.pif1-advantage__subtitle {
    display: block;
    margin-bottom: 6px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.4px;
}

.pif1-advantage__text {
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 24px;
    color: #000;
    letter-spacing: -.4px;
    max-width: 100%;
}
/*
.pif1-advantage__link {
    display: inline-block;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #54a3e2;
    letter-spacing: -.4px;
    text-decoration: none;
}

.pif1-advantage__link:hover {
    text-decoration: underline;
}

.pif1-advantage__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pif1-advantage__links__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
    width: 50%;
}

.pif1-advantage__links__item--orange {
    background-color: #f29b07;
}

.pif1-advantage__links__item--green {
    background-color: #89ce1d;
}

.pif1-advantage__links__item--green a {
    max-width: 225px;
    margin-left: 50px;
}

.pif1-advantage__links__text {
    position: relative;
    display: inline-block;
    font-family: 'Open Sans';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}

.pif1-advantage__links__text:after {
    position: absolute;
    content: '';
    right: -15px;
    top: 49%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 12px;
    background: url("../img/pngsprite/arrow-white.png") no-repeat center;
}
*/
.pif1-advantage__link {
    display: inline-block;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #54a3e2;
    letter-spacing: -.4px;
    text-decoration: none; }
    .pif1-advantage__link:hover {
      text-decoration: underline; }
  .pif1-advantage__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .pif1-advantage__links__item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-align-items: center;
      align-items: center;
      flex-grow: 0;
      height: 120px;
      width: 33.3%; }
      .pif1-advantage__links__item--orange {
        background-color: #f29b07; }
      .pif1-advantage__links__item--blue {
        background-color: #54a4e3; }
      .pif1-advantage__links__item--green {
        background-color: #89ce1d; }

    .pif1-advantage__links__text {
      position: relative;
      display: inline-block;
      font-family: 'Open Sans';
      font-weight: 700;
      text-transform: uppercase;
      font-size: 14px;
      padding: 0 5px;
      color: #fff;
      text-decoration: none; }
      .pif1-advantage__links__text:after {
        position: absolute;
        content: '';
        right: -18px;
        top: 49%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px;
        height: 12px;
        background: url("../img/pngsprite/arrow-white.png") no-repeat center; }

.pif1-choose {
    margin-bottom: 75px;
}

.pif1-choose .container {
    max-width: 1150px;
}

.pif1-choose__title {
    margin-bottom: 75px;
}

.pif1-choose__item {
    position: relative;
    cursor: pointer;
    background-color: #eff7f8;
    border: 2px solid #eff7f8;
    border-radius: 5px;
/*    padding: 28px 28px 25px; */
    transition: all 0.2s linear;
}

.pif1-choose__item:after {
    position: absolute;
    content: '';
    right: 33px;
    top: 34px;
    width: 16px;
    height: 9px;
    transition: all 0.2s linear;
    background: url("../img/pngsprite/arrow-down.png") no-repeat center;
}

.pif1-choose__item:not(:last-child) {
    margin-bottom: 20px;
}

.pif1-choose__item.active {
    border: 2px solid #e5e8eb;
    background-color: #fff;
    cursor: default;
}

.pif1-choose__item.active:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pif1-choose__item.active .pif1-choose__block {

}

.pif1-choose__item__title {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 700;
    color: #353943;
    text-decoration: none;
    padding: 28px;
}

.pif1-choose__block {
display: -ms-flexbox;
    display: flex;
    position: relative;
    border-top: 1px solid #e5e8eb;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 28px 60px 28px;
}

.pif1-choose__block__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pif1-choose__block__title {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 43px;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8d9599;
}

.pif1-choose__block__who {
    position: relative;
    display: inline-block;
    margin-bottom: 29px;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #54a3e2;
    border-bottom: 1px dashed #54a3e2;
    text-decoration: none;
    transition: all 0.2s linear;
}

.pif1-choose__block__who:hover {
    border-bottom: 1px dashed transparent;
}

.pif1-choose__block__who:hover span {
    display: block;
}

.pif1-choose__block__who__text {
    display: none;
    position: absolute;
    z-index: 2;
    width: 357px;
    left: -144px;
    bottom: 23px;
    background-color: #fff;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
    border: 2px solid #d5dcde;
    border-radius: 5px;
    padding: 10px 12px;
    text-align: center;
    transition: all 0.2s linear;
}

.pif1-choose__block__who__text:after {
    content: '';
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -9px;
    width: 20px;
    height: 9px;
    background: url("../img/pngsprite/arrow-down-2.jpg") no-repeat center;
}

.pif1-choose__subitem {
    position: relative;
    margin-bottom: 21px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 2px solid #eaeeef;
    border-radius: 5px;
    width: 100%;
    padding: 5px 17px;
}

.pif1-choose__subitem--color {
    margin-bottom: 10px;
    padding: 13px 17px;
}

.pif1-choose__subitem--color:before {
    content: '';
    position: absolute;
    width: calc(100% + 4px);
    height: 4px;
    left: -2px;
    top: -2px;
}

.pif1-choose__subitem--green:before {
    background-color: #9ec219;
}

.pif1-choose__subitem--yellow:before {
    background-color: #ffb10f;
}

.pif1-choose__subitem--orange:before {
    background-color: #f00;
}

.pif1-choose__subitem__title {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: -.3px;
}

.pif1-choose__subitem__title:after {
    content: '';
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: -15px;
    width: 8px;
    height: 11px;
    background: url("../img/pngsprite/arrow-right-black.png") no-repeat center;
}

.pif1-choose__subitem__text {
    display: block;
    max-width: 95%;
    margin-bottom: 8px;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 24px;
    color: #000;
    letter-spacing: -.4px;
}

.pif1-choose__subitem__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
}

.pif1-choose__subitem__percent {
    position: relative;
    display: inline-block;
    font-family: 'Open Sans';
    font-weight: 500;
    color: #0e9800;
    font-size: 26px;
    margin-left: 20px;
    letter-spacing: -.5px;
}

/* .pif1-choose__subitem__percent:after {
    content: '\20BD';
font-family: ALSRubl;
    position: absolute;
    right: -24px;
    top: 0;
} */

.pif1-choose__subitem__year {
    display: inline-block;
    font-family: 'Open Sans';
    color: #9ca8b4;
    font-size: 14px;
    letter-spacing: -.4px;
}

.pif1-choose__subitem__list-title {
    display: block;
    font-family: 'Open Sans';
    color: #000;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: -.4px;
}

.pif1-choose__subitem__list-link {
    display: block;
    font-family: 'Open Sans';
    color: #54a3e2;
    font-size: 14px;
    line-height: 28px;
    text-decoration: none;
    letter-spacing: -.4px;
}

.pif1-choose__subitem__list-link:hover {
    text-decoration: underline;
}

.pif1-choose__readmore {
    position: relative;
    margin: 26px 0 15px;
    display: inline-block;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    color: #39424d;
}

.pif1-choose__readmore:hover:after {
    opacity: 0;
}

.pif1-choose__readmore:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0;
    border-bottom: 1px dashed #39424d;
    opacity: 1;
    transition: all 0.2s linear;
}

.pif1-choose__readmore-block {
    display: none;
    width: 100%;
}

.pif1-choose__readmore-block.active {
    display: block;
}

.pif1-choose__btn {
    display: none;
    position: absolute;
    bottom: -1px;
    padding: 18px 22px !important;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pif1-choose__txt {
    display: block;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 25px;
    color: #000;
    margin-bottom: 25px;
    letter-spacing: -.4px;
}

.pif1-choose__txt a {
    color: #54a3e2;
    text-decoration: none;
}

.pif1-choose__txt a:hover {
    text-decoration: underline;
}

.pif1-choose__txt--last {
    margin-bottom: 0;
}

.pif1-choose--block-2 {
    padding-top: 41px;
}

.pif1-trust {
    background-color: #efeeed;
    position: relative;
    padding: 75px 0 75px!important;
}

.pif1-trust .container {
    z-index: 2;
    position: relative;
}

.pif1-trust img {
    position: absolute;
    left: 0;
    bottom: -8px;
    z-index: 1;
}

.pif1-trust__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 2;
}

.pif1-trust__item {
    width: 50%;
    padding-left: 9px;
}

.pif1-trust__title {
    margin-bottom: 31px;
}

.pif1-trust__text {
    display: block;
    font-family: 'Open Sans';
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
    color: #353943;
    letter-spacing: -.5px;
    max-width: 90%;
}

.pif1-trust__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.pif1-trust__btns--get {
    padding: 18px 22px;
}

.pif1-trust__btns--choose {
    padding: 18px 22px;
    margin-left: 20px;
}

.pif1-colours {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pif1-colours__item {
    width: 25%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 54px 28px 22px;
}

.pif1-colours__item--orange {
    background-color: #f29b07;
}

.pif1-colours__item--lightgreen {
    background-color: #89ce1d;
}

.pif1-colours__item--gray {
    background-color: #eff7f8;
}

.pif1-colours__item--gray span {
    color: #353943;
}

.pif1-colours__item--green {
    background-color: #369a1e;
}

.pif1-colours__title {
    display: block;
    margin-bottom: 38px;
    font-family: 'Open Sans';
    font-weight: 700;
    line-height: 31.75px;
    font-size: 74px;
    color: #fff;
    letter-spacing: -2px;
}

.pif1-colours__subtitle {
    display: block;
    font-family: 'Open Sans';
    font-weight: 700;
    line-height: 23px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.pif1-colours__text {
    display: block;
    font-family: 'Open Sans';
    margin-top: 17px;
    line-height: 28px;
    font-size: 18px;
    color: #fff;
}

.pif1-invest {
    padding: 93px 0;
}

.pif1-invest .container {
    max-width: 1090px;
}

.pif1-invest__title {
    margin-bottom: 63px;
}

.pif1-invest__wrapper {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 39px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pif1-invest__item {
    width: 31%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pif1-invest__item img {
    margin-bottom: 34px;
}

.pif1-invest__item__title {
    display: block;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #000;
    letter-spacing: -.4px;
    max-width: 100%;
}

.pif1-invest__item__text {
    display: block;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 25px;
    color: #000;
    letter-spacing: -.4px;
    max-width: 100%;
}

.pif1-invest__item__text a {
    color: #54a3e2;
    text-decoration: none;
}

.pif1-invest__item__text a:hover {
    text-decoration: underline;
}

.pif1-invest__info {
    position: relative;
    padding-left: 35px;
    margin-bottom: 127px;
}

.pif1-invest__info:after {
    content: '!';
    position: absolute;
    left: 3px;
    top: 1px;
    width: 22px;
    height: 22px;
    background-color: #0e9800;
    color: #fff;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 18px;
    border-radius: 100%;
}

.pif1-invest__subtext {
    position: relative;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 20px;
    color: #9ca8b4;
    letter-spacing: -.4px;
}

.pif1-invest__subtext:after {
    position: absolute;
    top: -1px;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #9ca8b4;
}

.pif1-invest__subtext--1:after {
    content: '1';
    left: -10px;
}

.pif1-invest__subtext--2:after {
    content: '2';
    left: -15px;
}

.pif1-invest__subtext:not(:last-child) {
    margin-bottom: 40px;
}

.pif2-choose-pif {
    padding-top: 75px;
}

.pif2-choose-pif__title {
    margin-bottom: 70px;
    font-weight: 700;
}

.pif2-choose-pif__text {
    display: block;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 28px;
    color: #8a9199;
    letter-spacing: -.5px;
    text-align: center;
    margin-bottom: 66px;
}

.pif2-choose-pif__wrapper {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #ced5d9;
    padding-bottom: 55px;
}

.pif2-choose-pif__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pif2-choose-pif__item.radios {
    margin-left: 47px;
    margin-right: 41px;
}

.pif2-choose-pif__item__title {
    position: relative;
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 22px;
    color: #363a45;
    font-weight: 700;
    letter-spacing: -.2px;
    margin-bottom: 15px;
}

.risk-info-show {
cursor: pointer;
    position: absolute;
    right: -36px;
    top: 0;
    width: 23px;
    height: 22px;
}

.pif2-choose-pif__item__title.radios {
    margin-bottom: 33px;
}

.pif2-choose-pif__item__radios {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.pif2-choose-pif__item__radios .radio {
    margin-right: 9px;
}

.pif2-choose-pif__item__radios label {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 22px;
    color: #000;
}

.pif2-choose-pif__item__radios__item {
    margin-left: 23px;
}

.pif2-choose-pif__block2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 75px;
}

.pif2-choose-pif__block2__item {
    width: 49%;
}

.pif2-choose-pif__block2__title {
    display: block;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 22px;
    color: #363a45;
    font-weight: 700;
    letter-spacing: -.2px;
    margin-bottom: 15px;
}

.pif2-choose-pif__block2__reset {
    position: relative;
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    color: #363a45;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 35px;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.pif2-choose-pif__block2__reset:hover {
	color: #ffffff
}

.pif2-choose-pif__block2__reset:hover:after {
    opacity: 0;
}

.pif2-choose-pif__block2__reset:after {
    position: absolute;
    opacity: 1;
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #363a45;
    left: 0;
    bottom: 3px;
    transition: all 0.1s linear;
}

.pif2__table {
    margin-bottom: 23px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pif2__table__row {
    border-bottom: 1px solid #ced5d9;
    height: 85px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.pif2__table__row:hover .pif2__table__row--1 {
    color: #0e9800;
}

.pif2__table__row span {
    position: relative;
    display: inline-block;
}

.pif2__table__row--1 {
    width: 465px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    letter-spacing: -.3px;
    transition: all 0.3s linear;
}

.pif2__table__row--1 a {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    letter-spacing: -.3px;
    transition: all 0.3s linear;
}

.pif2__table__row--1 .subname {
    position: absolute;
    text-transform: uppercase;
    color: #9ca8b4;
    font-size: 9px;
    line-height: 25px;
    top: -16px;
    left: 2px;
}

.pif2__table__row--1 .subtext {
    font-weight: 400;
    color: #8a9199;
    font-size: 18px;
    line-height: 28px;
    margin-top: 16px;
}

.pif2__table__row--2 {
    width: 71px;
}

.pif2__table__row--3 {
    text-align: right;
    width: 147px;
}

.pif2__table__row--4 {
    text-align: right;
    width: 172px;
}

.pif2__table__row--5 {
    width: 200px;
}

.pif2__table__row--circle:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    left: 12px;
    top: -5px;
}

.pif2__table__row--green:after {
    background-color: #9ec219;
}

.pif2__table__row--orange:after {
    background-color: #ffb10f;
}

.pif2__table__row--red:after {
    background-color: #f00;
}

.pif2__table__row--percent {
    text-align: right;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -.4px;
    color: #369a1e;
}

.pif2__table__row--percent--red {
    color: #eb4b4b;
}

.pif2__table__row--price {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-right: 5px;
    letter-spacing: -.4px;
    color: #72818f;
}

.pif2__table__row--btn {
    float: right;
    text-align: right;
}

.pif2__table__row--btn a {
    margin-left: 25px;
    display: inline-block;
    padding: 14px;
}

.pif2__table__row--name {
    height: auto;
    padding-bottom: 15px;
}

.pif2__table__row--name span {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.4px;
}

.pif2__table__btns {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.pif2__table__btns--1 {
    padding: 14px 28px;
    margin-right: 20px;
}

/*.pif2__table__btns--2 {
    padding: 18px 22px;
}*/

.pif2__table2 {
    padding-bottom: 110px;
}

.pif2__table2__name {
    margin-top: 20px;
}

.pif2__table2 .pif2__table__row {
    height: 154px;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pif2__table2 .pif2__table__row--name {
    height: auto;
    padding-top: 0;
}

.pif2__table2 .pif2__table__row--name .pif2__table__row--3 {
    margin-top: 0;
    width: 120px;
}

.pif2__table2 .pif2__table__row--name .pif2__table__row--4 {
    width: 160px;
    margin-top: 0;
}

.pif2__table2 .pif2__table__row--3 {
    width: 160px;
    margin-top: 65px;
}

.pif2__table2 .pif2__table__row--4 {
    width: 120px;
    margin-top: 65px;
}

.pif2__table2__item {
    width: 565px;
}

.pif2__table2__item .pif2__table__row--1 {
    width: auto;
}

.pif2__table2__item--subitem {
    margin-top: 36px;
}

.pif2__table2 .pif2__table__row--btn {
    margin-top: 51px;
}

.pif2__range {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 60px;
    background-color: #eff7f8;
    border-radius: 5px;
    outline: none;
    padding: 12px 18px;
    border: none;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    color: #39424d;
}

.pif2__range1 {
    position: relative;
    z-index: 2;
    top: auto !important;
    height: 3px !important;
    border: none !important;
}

.pif2__range1 .ui-slider-handle {
    top: -8px !important;
    position: relative;
    border: none !important;
}

.pif2__range1 .ui-slider-handle:after {
    content: '';
    position: absolute;
    background: url("../img/pngsprite/ico-slide-handler.png") no-repeat center !important;
    width: 31px;
    height: 49px;
    left: 0;
    top: 9px;
}
.pif-income .pif2__range1 .ui-slider-handle:after {
    top: 23px;
}
.pif2-choose-pif__block2 .pif2__range1 .ui-slider-handle:after {
	top: 9px;
}

.pif2__range1 .ui-widget-header {
    background: #0e9800;
}

.pif2__range2 {
    top: auto !important;
    position: relative;
    margin-top: 28px;
    background-color: #e4eced;
    z-index: 2;
    height: 3px !important;
    border: none !important;
    width: 69%;
}

.pif2__range2 .ui-slider-handle {
    top: -8px !important;
    position: relative;
    border: none !important;
font-size:0; line-height:0px;
}

.pif2__range2 .ui-slider-handle:after {
    content: '';
    position: absolute;
    background: url("../img/pngsprite/ico-slide-handler.png") no-repeat center !important;
    width: 33px;
    height: 52px;
    left: 0;
    top: -9px;
}

.pif2__range2 .ui-widget-header {
    background: #0e9800;
}

.pif2__range2 span {
    position: absolute;
    cursor: pointer;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    color: #bac2ca;
    letter-spacing: -.6px;
    top: 19px;
}

.pif2__range2 span.active:before {
    background: #0e9800;
}

.pif2__range2 span:hover {
    color: #8f979f;
}

.pif2__range2 span:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 3px;
    background-color: #e4eced;
    top: -16px;
}

.pif2__range2--05 {
    left: 0;
}

.pif2__range2--05:before {
    left: 0;
}

.pif2__range2--1 {
    left: 33px;
}

.pif2__range2--1:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pif2__range2--15 {
    left: 24%;
}

.pif2__range2--15:before {
    left: 0;
}

.pif2__range2--2 {
    left: 30%;
}

.pif2__range2--2:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pif2__range2--25 {
    left: 46%;
    ;
}

.pif2__range2--25:before {
    left: 0;
}

.pif2__range2--3 {
    left: 52%;
}

.pif2__range2--3:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pif2__range2--35 {
    left: 68%;
}

.pif2__range2--35:before {
    left: 0;
}

.pif2__range2--4 {
    left: 75%;
}

.pif2__range2--4:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pif2__range2--45 {
    left: 90%;
}

.pif2__range2--45:before {
    left: 0;
}

.pif2__range2--5 {
    right: -14px;
    white-space: nowrap;
}

.pif2__range2--5:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


}
.pif2-select-1 {
    width: 250px;
}
.pif2-select-1 .drop_face {
    height: 60px;
    padding: 19px 22px;
}
.pif2-select-2 {
    width: 430px;
}
.pif2-select-2 .drop_face {
    height: 60px;
    padding: 19px 22px;
}
.pif2-select-2 .selected {
    position: relative;
}
.pif2-select-2 section span {
    position: relative;
}
.pif2-select-2 .riski {
    position: absolute;
    right: -27px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.pif2-select-2 .riski--1 {
    background-color: #9ec219;
}
.pif2-select-2 .riski--2 {
    background-color: #ffb10f;
}
.pif2-select-2 .riski--3 {
    background-color: #f00;
}
.pif2-range2 {
    position: relative;
    width: 26%;
		justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}
.pif2-range2:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 20px;
    border: 10px solid transparent;
    border-right: 10px solid #eff7f8;
}
.pif2-range2__text {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 18px;
    margin-left: 3px;
    color: #39424d;
    line-height: 1;
}
.pif-income__term .pif2-range2 input {
	width: 80px!important;
}
.pif2-range2 input {
    display: inline-block;
    width: 100%;
    height: inherit;
    line-height: 1;
    overflow: hidden;
    background-color: transparent;
    opacity: 1;
    border: none;
    outline: none;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 36px;
    color: #39424d;
    padding: 0;
}
.flex {
    display: -ms-flexbox;
    display: flex;
}
.wrapper-years {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pif2-choose-pif__item .dropdown {
    margin: 0;
}
.pif3 {
    padding-top: 75px;
}
.pif3__data-date {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -.4px;
    color: #353943;
}
.pif3__data-date span {
    font-weight: 700;
    text-decoration: underline;
}
.pif-tab {
    /* margin-bottom: 80px;*/
    
    background-color: #f2f3f6;
}
.pif-tab__block {
	display: none;
}
.pif-tab__block.active {
	display: block;
}
.pif-tab__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.pif-tab__wrapper:before {
    content: '';
    position: absolute;
    background: url(/local/components/sberbankam/fund.graph.new/templates/pif3/images/bef.png) no-repeat center;
    width: 0px;
    height: 0px;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
visibility: hidden;
}
.pif-tab__item {
    position: relative;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.pif-tab__item.active:before {
    content: '';
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    background-color: #f29a07;
    width: 100%;
    height: 3px;
    opacity: 1;
    transition: all 0.2s ease;
}
.pif-tab__item:before {
    content: '';
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    background-color: #f29a07;
    width: 100%;
    height: 3px;
    opacity: 0;
    transition: all 0.2s ease;
}
.pif-tab__item:hover:before {
    opacity: 1;
}
.pif-tab__item:not(:last-of-type):after {
    content: '';
    position: absolute;
    right: -65px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #bec9cc;
    width: 1px;
    height: 54px;
}

/* pif tabs нужно что-бы cookies не переключало табы*/
.pif-tab__item_staic {
    position: relative;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.pif-tab__item_staic.active:before {
    content: '';
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    background-color: #f29a07;
    width: 100%;
    height: 3px;
    opacity: 1;
    transition: all 0.2s ease;
}
.pif-tab__item_staic:before {
    content: '';
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    background-color: #f29a07;
    width: 100%;
    height: 3px;
    opacity: 0;
    transition: all 0.2s ease;
}
.pif-tab__item_staic:hover:before {
    opacity: 1;
}
.pif-tab__item_staic:not(:last-of-type):after {
    content: '';
    position: absolute;
    right: -140px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #bec9cc;
    width: 1px;
    height: 54px;
}
/*----------------------------*/
.pif-tab__ico {
    display: inline-block;
    margin-right: 11px;
}
.pif-tab__ico--1 {
    background: url("../img/pngsprite/pif-tab-1.png") no-repeat center;
    width: 16px;
    height: 19px;
}
.pif-tab__ico--2 {
    background: url("../img/pngsprite/pif-tab-2.png") no-repeat center;
    width: 20px;
    height: 20px;
}
.pif-tab__ico--3 {
    background: url("../img/pngsprite/pif-tab-3.png") no-repeat center;
    width: 20px;
    height: 20px;
}
.pif-tab__ico--4 {
    background: url("../img/pngsprite/pif-tab-4.png") no-repeat center;
    width: 20px;
    height: 19px;
}
.pif-tab__ico--5 {
    background: url("../img/pngsprite/pif-tab-5.png") no-repeat center;
    width: 20px;
    height: 19px;
}
.fundall .pif-tab__ico {
	 background: none;
}

.pif-tab__text {
    position: relative;
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: -.4px;
    color: #606366;
    padding: 24px 0;
}

.contact_us_color{
    width: 100%;
    height: 400px;
    background: url(/local/templates/main/css/../img/pif3-sky.jpg) no-repeat;
    background-size: cover;
}
.contact_us_color h2 {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 95px 15px 33px;
}
.contact_us_color span.phone {
    display: block;
    font: 600 72px/72px 'Open Sans';
    text-align: center;
    color: #fff;
    margin-bottom: 38px;
}
.contact_us_color a {
    color: #fff;
}
.contact_us_color .link-button {
    display: block;
    position: relative;
    float: left;
    left: -50%;
}
.pif-tab__text a{
	text-decoration: none;
    color: #606366;
}

section.how_invest{
	padding-top: 64px;
}
footer .map_control {
    width: 178px !important;
}
.pif-table {
    position: relative;
}
.pif-table tbody .true-name.cell-name {
    white-space: normal;
    padding: 3px 0;
}
.pif-table th,
.pif-table td {
    vertical-align: middle;
}
#tableContainer .checkbox {
    margin-top: 0;
}
.pif-tab.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 55px;
    z-index: 100;
}

.true-name:hover {
    color: #2d7cbb!important;
}

/* .pif2__table__row--price:after {
    content: '\20BD';
font-family: ALSRubl;
    position: absolute;
    right: -15px;
    top: 0;
} */


.risk-info {
    display: none;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -175px;
	width: 350px;
	background-color: #fff;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    text-decoration: none;
    border: 2px solid #d5dcde;
    border-radius: 5px;
    padding: 10px 12px;
    text-align: center;
    transition: all 0.2s linear;
    z-index: 5000;
}
.risk-info:after {
    content: '';
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -9px;
    width: 20px;
    height: 9px;
    background: url("../img/pngsprite/arrow-down-2.jpg") no-repeat center;
}
.risk-info.active {
    display: block;
}
.pif3__data-date {
	margin-bottom: 15px;
}
.pif2-choose-pif__text {
	margin-bottom: 40px;
}

i.italic {
    font-style: italic;
}

.invest-howto {
    margin: 0 110px;
}

.invest-howto h2 {
    text-align: center;
}

.invest-steps {
    list-style: none;
    padding: 0;
    font-size: 0;
}

.invest-steps__item {
    font-size: 18px;
    display: inline-block;
    width: 33%;
    vertical-align: top;
    margin-top: 0 !important;
    margin-bottom: 32px;
}

.invest-steps__item:before {
    display: none;
}

.invest-step__icon {
    height: 110px;
    margin: 35px 0;
    border-bottom: #e4eced 2px solid;
    background-repeat: no-repeat;
    background-position: bottom 40px left 0;
    margin-right: 50px;
    position: relative;
}

.invest-step__icon_1 {
    /* background-image: url(/local/components/sberbankam/fund.detail/templates/detail_2017/images/ico-fund-book.png); */
    background-image: url(/local/components/sberbankam/fund.detail/templates/detail_2017/images/ico-fund-icon1.png);
}
.invest-step__icon_2 {
    /* background-image: url(/local/components/sberbankam/fund.detail/templates/.default/images/ico-fund-contract.png); */
    background-image: url(/local/components/sberbankam/fund.detail/templates/detail_2017/images/ico-fund-icon2.png);
}
.invest-step__icon_3 {
    /* background-image: url(/local/components/sberbankam/fund.detail/templates/.default/images/ico-fund-money.png); */
    background-image: url(/local/components/sberbankam/fund.detail/templates/detail_2017/images/ico-fund-icon3.png);
}
/*
.invest-step__icon:after {
    content: "";
    background: url("/local/components/sberbankam/fund.detail/templates/.default/images/fund-invest-bullet.png");
    width: 33px;
    height: 33px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -17px;
    left:-2px;
    display: none;
}
*/

.invest-step__content {
    padding-right: 50px;
}

.invest-advice {
    padding-left: 32px;
    background: url(/local/components/sberbankam/fund.detail/templates/.default/images/ico-fund-exclamation.png) 0 0 no-repeat;
    margin: 30px 0px 75px 0px;
}

.pif1-trust__awards {
    display: block;
    font-family: 'Open Sans';
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 28px;
    color: #353943;
    letter-spacing: -.5px;
    max-width: 90%;
}

#pif-tab-1 .invest-howto{
	margin-top: 75px;
}
.green-button:hover {
	color: #fff!important;
}






.pif1-advantage {
    padding-top: 75px;
    background-color: #f8f9fb;
}
.pif1-hiw {
    padding: 75px 0 0;
}
.pif-btn:hover {
    background-color: rgba(14, 152, 0, 0.85);
    color: #fff!important;
}
.pif-btn-white:hover {
    color: #0e9800!important;
    background-color: #fff!important;
}
.graph-pif3 {
    padding: 0!important;
}
.rublik {
font-family: ALSRubl;
}
.rublik--tab2 {
    color: #72818f;
}



/* 2017-07-03 */

.balloon-title {
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	margin-bottom: 20px;
}
.balloon-left {
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: -.4px;
	margin-bottom: 4px;
}
.balloon-right {
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -.4px;
}
.amcharts-balloon-div {
	padding: 20px 10px;
}
.balloon-period {
	color: #9ca8b4;
}
.balloon-rub {
	text-decoration: none;
	color: #72818f;
}
.balloon-percent {
	text-decoration: none;
	font-weight: 600;
}
.form_invest_title {
	padding-top: 61px!important;
}
.step span, .step.hide span {
	width: 83px!important;
}
.calculator .calc_num {
	font-size: 18px!important;
}
.custom_calc_prev {
	max-width: 800px;
}

.radio input[type="radio"]:checked + .color-2 {
	background: url(/local/templates/main/css/../img/sprite.png) -11px -906px no-repeat #fff;
}
.radio input[type="radio"]:checked + .color-3 {
	background: url(/local/templates/main/css/../img/sprite.png) -11px -936px no-repeat #fff;
}
.radio input[type="radio"]:checked + .color-4 {
	background: url(/local/templates/main/css/../img/sprite.png) -11px -966px no-repeat #fff;
}


/* 2017-07-04 */

.pif_calculator {
	padding-bottom: 130px!important;
}
.all_portfolio {
	margin-bottom: 50px!important;
}
section.buttonHolder {
	height: 135px
}


/* 2017-07-11 */

.first-doc a {
position: relative;
}
.first-doc a:after {
    left: -82px!important;
}
.frst-blck {
	height: 700px!important;
	padding: 90px 0 0 110px!important;
}
.frst-blck ul {
	margin-top: 20px;
}


/* 2017-07-14 */

.pif2__info-date {
    color: #9ca8b4;
}
#tableContainer .sorting-desc .sort-btn {    
	background-position: -22px -443px!important;
}




/* 2017-07-17 */

.pif3-btns-wrap p{ /*add 11.04.18*/
    margin: 0;
    max-width: 740px;
    font-size: 14px;
    line-height: 1.25;
   
    letter-spacing: 0px;
    margin-left: 30px;
    margin-bottom: 30px;
}
.pif3-btns-wrap {
	display: flex;
    justify-content: space-between; /*add 11.04.18*/
	/*justify-content: flex-start;
	flex-direction: row;*/
	padding: 0 65px;
    align-items: flex-start;  /*add 11.04.18*/
}
.pif3-btns-wrap__reset {
  display: inline-block;
  font-family: 'Open Sans';
  font-size: 18px;
  padding: 18px 22px;
  line-height: 1;
  color: #0e9800;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid #0e9800;
  text-decoration: none;
  transition: all 0.2s linear;
	cursor: pointer;
  flex-shrink: 0;
  margin-bottom: 75px; /*add 11.04.18*/
  letter-spacing: -0.7px; /*add 11.04.18*/
  margin-top: 4px; /*add 11.04.18*/
}

#pif-tab-3 .pif-links {
    margin: 0 110px 75px;
}
.pif3-btns-wrap__reset:hover {
	color: #0e9800!important;
    background-color: #fff!important;
}
.fundall {
	overflow: visible!important;
}
.risk-info .risk-info-item{
	margin-bottom: 10px;
	text-align: left;
}

.period-date{
	font-size: 14px;
 	width: 77px;
}
.comparePIF{
	cursor: pointer;
}

.clear-profir, .clear-profir-cur {
    color: #6495ed!important;
    font-size: 14px!important;
}

.pif2__table_disclaimer_date{
padding-bottom: 10px;
}

.pif2-invest__disclaimer{
    position: relative;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 20px;
    color: #9ca8b4;
    letter-spacing: -.4px;
    margin-bottom: 75px;
}
.pif2__info-gray{
	color: #9ca8b4;
}

#pif-tab-3 .container-big-class {
	margin-top: 0;
    margin-bottom: 20px; /* add 11.04.18*/
}

.pif3 .pif2-choose-pif__text {
	margin-bottom: 10px;
}

.pif2-income {
	display: block;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 24px;
    color: #363a45;
    font-weight: 700;
    letter-spacing: -.2px;
    margin-bottom: 40px;
text-align: center;
}

.pfonds ul.no-mtop {
    margin-top: 0px !important;
    margin-left: 730px !important;
}
.benchmark__usd {
position: relative;
	    display: flex;
    align-items: center;
}
.benchmark__usd .checkbox{
	margin: 0!important;
}
.benchmark__usd .benchmark__usd-label{
	    margin-left: 10px;
    align-items: center;
}
.benchmark .benchmark__usd label{
	    margin-left: 3px;
    align-items: center;
}

.benchmark__usd .risk-info {
		
	margin-left: 0;
	transform: translate3d(-50%, 0 , 1px);
	text-align: center;
	min-width: 150px;
}
.pif1-advantage__item-wrap {
	width: 100%;
}
.benchmark__usd .risk-info-item {
	margin-bottom: 0;
	text-align: center;
}

.usd_disclaimer{
	color: #000000;
}

.pif2-choose-pif__block2__item .pif2__range1 .ui-slider-handle {
    top: -25px !important;
}

.pif-detail-warp .pif2-choose-pif__block2__item .pif2__range1 .ui-slider-handle {
    top: -39px !important;
}

.pif1-choose__period-date {
	display: none;
    text-align: center;
    width: 100%;

}

.pif1-choose__period-date span {
    display: inline-block;
    font-family: 'Open Sans';
    color: #9ca8b4;
    font-size: 14px;
    letter-spacing: -.4px;
}

.doc-and-info__ico {
    background: none!important;
}

.doc-and-info__ico svg {
        width: 100%;
    height: 100%;
}

.fundall .invest-step__icon {
    background-image: none!important;
}

.fundall .invest-step__icon svg {

}

.fundall .page_mobile_app_info {
    text-align: center !important;
}

.fundall .mob-page__about {
    margin-top: 25px !important;
    margin-bottom: 30px !important;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.010em;
    color: #353943;
    text-align: center;
    padding: 0 205px;
}

.fundall .invest-step__icon {
    height: 110px;
    margin: 35px 0;
    border-bottom: none!important;
    background-repeat: no-repeat;
    background-position: bottom 40px left 50%!important;
    margin-right: 50px;
    margin-bottom: 0px!important;
    position: relative;
    height: auto;
    margin: 0;
    margin-right: 0;
    position: relative;
    margin-bottom: 20px!important;
}

.fundall .invest-steps{
    align-self: center;
    text-align: center !important;
}

.fundall .invest-step__content {
    padding-right: 0;
}

.fundall .invest-steps {
    padding-top: 75px;
}

.invest-howto strong {
	font-weight: 600;
}

.fundall .mob-page__apps-btns {
	margin-bottom: -20px;
}


.hiden_text_switch {display:none;}
.hiden_text_switch.active {display:block;}
.hiden_text_block {display:none;margin-top:15px;}
.text--nowrap {display:inline-block;}
.hiden_text_switch a {color:#000;border-bottom:1px dashed #000;}
.iss-akciya.iss-akciya-main {margin-bottom:75px;}
.iss-akciya.iss-akciya-main .newpif__terms-title {margin-bottom:40px;}
.iss-akciya.iss-akciya-main p {margin-top:0;}

.iis-page .info.trust-m.custom {background-size:cover;background-position:70% 50%;}
.iis-page .info.trust-m.custom:after {display:none;}

@media(max-width:600px){
.newpif-comments.two-manger .newpif-comments__inner:nth-child(even),
	.newpif-comments__inner{
flex-direction:column;

}
	.newpif-comments__row{
align-items: center !important;
}
}