/* Update 2022-04-08 Shaburov Yan */

.big-num-desc-blocks { display: flex; }
.big-num-desc-blocks__num { padding: 0 30px 30px 0; }
.big-num-desc-blocks__value { font-size: 75px; font-weight: 300; line-height: 90%; color: #5476B7; margin-bottom: 10px;position: relative;display: flex; }
.big-num-desc-blocks__sub { font-size: 15px; line-height: 18px; color: #002446; padding-top: 0;padding-left: 4px; }
.big-num-desc-blocks__desc { font-size: 15px; line-height: 21px; color: #4F4F4F; }

@media (max-width: 568px) {
    .big-num-desc-blocks { flex-direction: column; }
    .big-num-desc-blocks__num { padding: 0 0 30px 0; }
}

.sub-text-line { position: relative; margin-bottom: 10px; display: flex; }
.sub-text-line::before { content: ''; width: 72px; height: 1px; position: absolute; left: 0; bottom: 0; background: #5476B7; }

.__light.chart-column { background: transparent!important; }

.promo-quote {display: none;}

@media (min-width: 768px) {
    .list_about .a__line.__12 .a__line-block {width: calc((100% - 120px) / 4);}
}

@media (min-width: 768px) and (max-width: 1199px) {
    .list_about .a__line.__12 .a__line-block {width: calc((100% - 120px) / 3);}
}

@media (max-width: 767px) {
    .wrapper .sect__tm:nth-of-type(2) {background-color: inherit;}
}

/* End Update 2022-04-08 */

/* Update 2022-04-01 Shaburov Yan */

.update_post {
    border-left: solid 1px #d8003f;
    padding-left: 15px;
    margin-left: -15px;
    background: #f2f2f2;
}

.update_post.word {
    padding: 0 5px;
    margin: 0;
}

.finance-rate__wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.finance-rate__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 5px;
    background-color: #f2f2f2;
    -o-object-fit: fill;
    object-fit: fill;
}

.finance-rate__subtitle {
    position: relative;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.finance-rate__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.finance-rate__img-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 55px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.finance-rate__img {
    width: 40px !important;
    height: 55px !important;
}

.finance-rate__img.finance-rate__img--mr5 {
    margin-right: 5px !important;
}

.finance-rate__sub-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.finance-rate__greed {
    position: relative;
    display: -ms-grid;
    display: grid;
    max-width: 770px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-top: 1px none #bdbdbd;
}

.finance-rate__title {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 24px;
}

.finance-rate__text {
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 21px;
    list-style-type: decimal;
}

.finance-rate__data {
    line-height: 24px;
}

.finance-rate__divider {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #cacaca;
}

.finance-rate__subtitle-2 {
    position: relative;
    padding-top: 45px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.finance-rate__data-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.finance-rate__will-be {
    padding-right: 5px;
    padding-left: 5px;
    color: #0c4072;
    line-height: 24px;
}

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

    .finance-rate__greed {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .finance-rate__title {
        font-size: 16px;
    }

    .finance-rate__data {
        font-size: 16px;
    }

    .finance-rate__will-be {
        font-size: 16px;
    }
}

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

    .finance-rate__img-block {
        position: relative;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }


    .finance-rate__greed {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }

    .finance-rate__title {
        position: relative;
        padding-right: 10px;
    }
}

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

    .finance-rate__item {
        padding: 20px;
    }
}

/* End Update 2022-04-01 */

_@media (max-width: 768px){
    .flex-wrap .item {width:33.33333%;}
    .posts .inner .cake-description p {font-size: 12px!important;line-height: 1.3!important;}
}
.posts .inner .cake-description p {font-size: 15px;line-height: 22px;}
.code {padding: 20px;font-size: 13px;line-height: 1.35;background: #fff;margin-top: 45px;max-height: 221px;overflow: auto;}
.code p {padding: 20px 0 10px;color: #c3c3c3;}
.wrap:after {display: block;content: "";clear: both;}
.button:after,
.button.l-ico:before,
.button.-fb:before,
.foot-contacts li:before,
.ahead > a:not(.button):before,
.download-box .view:before,
.tile__amore:after,
.group-block .view:before,
.ahead-v > a:not(.button):before,
.on-photo a:before,
.composite-loader:after { font-family: 'font-btns'; font-weight: normal; font-style: normal; }
@keyframes rotateLoader {
    0% {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);-o-transform: rotate(360deg);transform: rotate(360deg);}
}
.composite-loader { margin: auto; text-align: center; display: inline-block; vertical-align: top; width: 100%; }
.composite-loader:after {display: inline-block;content: '\e904';font-size: 40px;color: #d2d8dd;width: 45px;line-height: 45px;margin: 0 auto;animation: 1.5s rotateLoader ease-in-out; animation-iteration-count: infinite;}
.jspVerticalBar .jspArrow:focus,
.ui-helper-reset {outline: 0;}
.ui-state-disabled {pointer-events: none;}
a,abbr,acronym,address,applet,article,aside,big,blockquote,body,button,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,input,ins,kbd,label,legend,li,nav,object,ol,p,pre,q,s,samp,section,select,small,span,strike,strong,sub,sup,table,tbody,td,textarea,tfoot,th,thead,tr,tt,ul,var {margin: 0;padding: 0;border: none;outline: 0;background: no-repeat;font-weight: inherit;font-style: inherit;font-size: inherit;font-family: inherit;letter-spacing: -.01em;vertical-align: baseline;color: inherit;-webkit-appearance: none;}
body,html { font-family: "Gotham SSm A", "Gotham SSm B", Verdana, Helvetica, Arial, sans-serif; }
.head-menu-a.hover { color: #000; }
img { vertical-align: bottom; }
.bold, b, strong { font-weight: 700 !important; }
.light { font-weight: 300 !important; }
.regular { font-weight: 400 !important; }
.medium { font-weight: 500 !important; }
em, i { font-style: italic !important; }
.align-middle > p,
.menu-support__icon img,
.menu-support__ul a,
.tile__icon img {vertical-align: middle;}
.tile__icon img{display: inline-block;max-width: 100%;max-height: 100%;}
.wrapper { min-width: 290px; margin: 0 auto; position: relative; }
.wrapper.no-scroll { max-height: calc(100vh - 1px); padding: 0 !important; overflow: hidden; }
.__w_panel ~ .wrapper.no-scroll { max-height: calc(100vh - 40px); }
@media (max-width: 1000px) {
    .wrapper.pt-145 {padding-top: 75px;}
    .wrapper.pt-130 { padding-top: 55px; }
}
@media (min-width: 1001px) {
    body .wrapper.pt-130 { padding-top: 69px; }
}
.wrap {
    max-width: 1170px;
    margin: 0 auto;
}
.tile,
.wrap.col,
.wrap.col-2,
.wrap.col-3,
.wrap.col-4 {
    max-width: 1170px;
}
.wrap:after {
    width: 100%;
}
.wrap.col .item,
.wrap.col-2 .item,
.wrap.col-3 .item,
.wrap.col-4 .item { float: left; width: 33.3%; }
.wrap.col-2 .item {
    width: calc((100% - 14px) / 2);
    margin-right: 14px;
}
.wrap.col-2 .item:nth-child(even) { margin-right: 0; }
.wrap.col-3 .item { width: calc((100% - 28px) / 3); margin-right: 13px; }
.wrap.col-3 .item:nth-child(3n) { margin-right: 0; margin-left: 1px; }
.wrap.col-4 .item {
    width: calc((100% - 42px) / 4);
    margin-right: 14px;
}
.wrap.col-4 .item:nth-child(4n) { margin-right: 0; }
@media (max-width: 1100px) {
    .wrap {
        margin: 0 15px;
    }
    .wrap.col {
        margin: 0 15px;
    }
}
@media (max-width: 900px) {
    .wrap,
    .wrap.col,
    .wrap.col-2,
    .wrap.col-3,
    .wrap.col-4 {
        margin: 0 15px;
    }
    .wrap.col .item,
    .wrap.col-2 .item,
    .wrap.col-3 .item,
    .wrap.col-4 .item {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .wrap.col .item .inner,
    .wrap.col-2 .item .inner,
    .wrap.col-3 .item .inner,
    .wrap.col-4 .item .inner {
        margin: 0 15px;
    }
}
@media (min-width: 560px) and (max-width: 900px) {
    .wrap.-md-col2 .item {
        float: left;
        width: 50%;
    }
    .wrap.-md-col2 .item .inner {
        margin: 0 7px;
    }
}
.flex-wrap,
.flex-wrap .item {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
}
.w1-2 {
    width: 50%;
}
.w1-3 {
    width: 33.333%;
}
.w1-4 {
    width: 25%;
}
.w3-4 {
    width: 75%;
}
.w1-5 {
    width: 20%;
}
.w2-5 {
    width: 40%;
}
@media (max-width: 900px) {
    .sm-w1-2 {
        width: 50% !important;
    }
}
.flex-wrap:after,
.flex:after {
    width: 100%;
    content: "";
    clear: both;
}
.flex-wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-wrap:after {
    display: block;
}
.flex-wrap .item {
    display: flex;
    height: auto;
    float: left;
}
.flex-wrap .item .inner {
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
}
.flex {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex:after {
    display: block;
}
.scroll-wrap {
    width: 100%;
    overflow: auto;
}
.row div[class*="col-"],
.row article[class*="col-"] {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row:after {
    display: block;
    width: 100%;
    content: "";
    clear: both;
}
.row .col-1 { width: calc(25% / 3); }
.row .col-1-2 { width: 12.499995%; }
.row .col-2 { width: calc(50% / 3); }
.row .col-2-3 { width: 20.83333%; }
.row .col-3 { width: 25%; }
.row .col-3-4 { width: 29.16666%; }
.row .col-4 { width: 33.3333%; }
.row .col-4-5 { width: 37.499985%; }
.row .col-5 { width: 41.66665%; }
.row .col-5-6 { width: 45.833325%; }
.row .col-6 { width: 50%; }
.row .col-6-7 { width: 54.166665%; }
.row .col-7 { width: calc(175% / 3); }
.row .col-7-8 { width: 62.499985%; }
.row .col-8 { width: calc(200% / 3); }
.row .col-8-9 { width: 70.833305%; }
.row .col-9 { width: 75%; }
.row .col-9-10 { width: 79.166635%; }
.row .col-10 { width: calc(250% / 3); }
.row .col-10-11 { width: 87.499995%; }
.row .col-11 { width: calc(275% / 3); }
.row .col-11-12 { width: 95.833295%; }
.row .col-12 { width: 100%; }
.row .col-right { float: right !important; }
.row .col-center { margin: auto; }
.row .col-offset-1 { margin-left: 8.33333%; }

@media (min-width: 1001px) {
    .hidden-sm {
        display: none !important;
    }
}
.ahead > a:not(.button),
.button,
.download-box a { text-decoration: none; }
.button.-rows,
.menu-support {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.ahead, .ahead-v {
    font-size: 36px;
    margin-bottom: 18px;
    position: relative
}
.ahead p, .ahead-v p {
    padding-top: 18px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 100;
}
.ahead > a:not(.button), .ahead-v > a:not(.button) {
    display: inline-block;
    padding-left: 30px;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    top: 18px;
    right: 0;
    line-height: 15px;
    text-decoration: none;
}
.ahead > a:not(.button):after,
.ahead > a:not(.button):before,
.ahead-v > a:not(.button):after,
.ahead-v > a:not(.button):before {
    display: block;
    position: absolute;
    content: ""
}
.ahead > a:not(.button).hover:hover:after, .ahead-v > a:not(.button).hover:hover:after{
    opacity: 0;
}

.ahead.var-2,
.ahead.var-3,
.ahead.var-4 {
    font-weight: 300
}
.ahead > a:not(.button):before,
.ahead-v > a:not(.button):before {
    color: #d8003f;
    content: "\e902";
    font-size: 20px;
    left: 0;
    top: 0
}
.ahead > a:not(.button):after,
.ahead-v > a:not(.button):after {
    height: 1px;
    background: #d8003f;
    left: 30px;
    right: 0;
    bottom: -3px;
}
.ahead > a:not(.button).blue:before {
    background-position: 0 -832px;
    color: #89abe3;
}
.ahead > a:not(.button).blue:after {
    background: #89abe3
}
.ahead > a:not(.button).gray:before {
    background-position: 0 -1666px
}
.ahead > a:not(.button).gray:after {
    background: #8d9da9
}
.ahead > a:not(.button).bottom {
    top: auto;
    bottom: 9px
}
.ahead.var-2 {
    font-size: 40px
}
.ahead.var-4 {
    font-size: 36px;
    padding-top: 25px;
    margin-bottom: 20px
}
.ahead.center > a {
    right: auto;
    left: 0
}
.ahead.center > a:before {
    background-position: 100% -83px
}
.ahead.var-7 {
    padding-top: 50px;
    margin-bottom: 60px;
    line-height: 1.13043
}
.ahead.var-7 .in-tit {
    font-size: 30px;
    padding-top: 10px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 300
}
.ahead .filter .select span {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}
.ahead.var-7 .offcut {
    margin-bottom: 28px
}
.ahead.var-7 .offcut + p {
    padding: 0
}
.ahead.var-7 p {
    padding-top: 35px;
    font-size: 20px;
    line-height: 1.5
}
.ahead:not(.ideas-container) .filter {
    position: absolute;
    right: 0;
    top: 8px
}
.ahead .filter { font-size: 14px; color: #666; }
.ahead:not(.ideas-container) .filter .sep { float: left; margin-top: 12px; }
.ahead .filter .select:before {
    display: block;
    position: absolute;
    content: "\22C1";
    right: 16px;
    font-size: 37px;
    transform: rotateX(65deg);
    color: #d8003f;
}
.ahead .filter .select {
    background: #fff;
    cursor: pointer;
    height: 36px;
    line-height: 31px;
    padding: 0 36px 0 16px;
    margin-left: 20px;
}
.ahead:not(.ideas-container) .filter .select { width: 203px; float: left; }
.item__tag{
    display: inline-block;
    font-size: 12px;
    color: #FFF;
    background: #9ba2a4;
    padding: 2px 14px;
    margin-top: 10px;
    border-radius: 20px;
}
@media(max-width: 900px){
    .x900-row-col *[class*="col"]{
        float: none !important;
        width: 100% !important;
    }
}
.ahead .filter .select span {
    font-size: 11px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.ahead .filter .select .options {
    top: 36px;
    background: #f0f1f2;
    left: 0;
    right: 0
}
.ahead .filter .select .options a {
    padding: 10px 19px;
    border-top: 1px solid #666;
    font-size: 14px;
    background: #FFF;
    color: #000;
}
.ahead .filter .select .options a:hover{
    background: #1A3A53;
    color: #fff;
}

.ahead.-btn p {
    margin-right: 343px
}
@media (max-width: 900px) {
    .ahead p, .ahead-v p {
        margin-bottom: 25px
    }
    .ahead p br, .ahead-v p br {
        display: none
    }
    .ahead p + a:not(.button),
    .ahead-v p + a:not(.button) {
        margin: 0;
    }
    .ahead p.fs-20, .ahead-v p.fs-20 {
        font-size: 16px !important;
        line-height: 22px
    }
    .ahead a:not(.button),
    .ahead-v a:not(.button) {
        position: relative;
        top: 0;
        margin-top: 30px
    }
    .ahead--center {
        text-align: center
    }
    .ahead--center a {
        position: relative;
        text-align: left;
        right: auto;
        left: 0;
        margin: 0 0 45px -20px;
        top: 0
    }
    .ahead--center .mob {
        display: block
    }
    .button {
        max-width: 300px;
    }
}
@media (max-width: 700px) {
    .ahead, .ahead-v {font-size: 28px;line-height: 32px;margin: 20px;}
    .ahead p.fs-20, .ahead-v p.fs-20 {font-size: 14px !important;line-height: 20px}
    .ahead .mob-lih32,
    .ahead.var-7 {line-height: 32px}
    .ahead:not(.ideas-container) a:not(.button) {padding-left: 33px;margin-right: 23px;}
    .ahead a:not(.button):after {left: 33px}
    .ahead.var-1 {margin-bottom: 10px}
    .ahead.var-1 p {padding-top: 15px;margin-bottom: 0}
    .ahead.var-2 {font-size: 28px}
    .ahead.pt-60 {padding-top: 30px !important}
    .ahead.var-4 {font-size: 25px;margin-bottom: 15px}
    .ahead.var-7 {font-size: 22px;padding-top: 40px;margin-bottom: 30px}
    .ahead.var-7 p {font-size: 14px;padding-top: 22px}
    .ahead.var-7 .in-tit {font-size: 18px}
    .ahead.-btn p {margin-right: 0}
}
@media (max-width: 560px){
    .button {max-width: 560px;}
}
.offcut {display: block;width: 72px;height: 1px;background: #d8003f;}
.offcut.offcut-h2 {height: 2px;}
.button {
    display: inline-block;
    vertical-align: top;
    padding: 10px 57px 10px 15px;
    height: auto;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    border: 1px solid transparent;
    position: relative;
    letter-spacing: 1.6px;
    text-align: left;
    text-transform: uppercase;
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, Helvetica, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}
.button.l-arr { padding: 10px 15px 10px 57px; text-align: right; }
.button:hover,
.button:focus { text-decoration: none; outline: none; }
.ta-r .button { text-align: left; }
.button:after {display: block;font-size: 19px;font-weight: lighter;line-height: 16px;content: "\e902";width: 19px;position: absolute;right: 15px;top: calc(50% - 8px);}
.button.i_file:after { content: '\e910'; font-weight: bold; }
.button.l-arr:not(.clicked):after { right: auto; left: 19px; transform: rotate(180deg); }
.button.i_file.l-arr { transform: rotate(0); }
.button.blue_red,
.button.red { color: #fff; background: #d8003f; border: 1px solid #d8003f; }
.button.blue_red:hover,
.button.red:hover { background: #c5023b; border: 1px solid #c5023b; }
.button.green { color: #fff; background: #1dc7af; border: 1px solid #1dc7af; }
.button.green:hover { background: #1cbba5;  border: 1px solid #1cbba5; }
.button.dark_green { color: #fff; background: #52655B; border: 1px solid #52655B; }
.button.dark_green:hover { background: #52655B;  border: 1px solid #52655B; }
.button.dark_green-bord { color: #52655B; background: transparent; border: 1px solid #52655B; }
.button.dark_green-bord:hover { color: #3b4942; background: transparent; border: 1px solid #3b4942; }
.button.blue { color: #fff; background: #89abe3; border: 1px solid #89abe3; }
.button.blue:hover { background: #7394c6; border: 1px solid #7394c6; }
.button.yellow { color: #000; background: #e2cd88; border: 1px solid #e2cd88; }
.button.yellow:hover { background: #ceb974; border: 1px solid #ceb974; }
.button.yellow-white { color: #fff; background: #e2cd88; border: 1px solid #e2cd88; }
.button.yellow-white:hover { background: #ceb974; border: 1px solid #ceb974; }
.button.yellow_dark { color: #000; background: #e2cd88; border: 1px solid #e2cd88; }
.button.yellow_dark:hover { background: #ceb974; border: 1px solid #ceb974; }
.button.red-bord { color: #d8003f; background: #fff; border: 1px solid #d8003f; }
.button.red-bord:hover { color: #c5023b; background: #ebebeb; border: 1px solid #c5023b; }
.button.blue-bord { color: #0c4072; background: transparent; border: 1px solid #0c4072; }
.button.blue-bord:hover { color: #0c4072; background: transparent; border: 1px solid #0c4072; }
.button.green-bord { color: #52655B; background: transparent; border: 1px solid #52655B; }
.button.green-bord:hover { color: #3b4942; background: transparent; border: 1px solid #3b4942; }
.button.dark-green-bord { color: #1cbba5; background: transparent; border: 1px solid #1dc7af; }
.button.dark-green-bord:hover { color: #1cbba5; background: transparent; border: 1px solid #1cbba5; }
.button.border-dark-green-trans { color: #52655B; background: transparent; border: 1px solid #52655B; }
.button.border-dark-green-trans:hover { color: #52655B; background: transparent; border: 1px solid #52655B; }
.button.yellow-bord { color: #e2cd88; background: transparent; border: 1px solid #e2cd88; }
.button.yellow-bord:hover { color: #ceb974; background: transparent; border: 1px solid #ceb974; }
.button.yellow_dark-bord { color: #e2cd88; background: #09161F; border: 1px solid #e2cd88; }
.button.yellow_dark-bord:hover { color: #ceb974; background: #132029; border: 1px solid #ceb974; }
.button.dark-blue { color: #fff; background: #1a3a53; border: 1px solid #1a3a53; }
.button.dark-blue:hover { background: #1d4367; border: 1px solid #1d4367; }
.button.dark-blue-bord { color: #0c4072; background: transparent; border: 1px solid #0c4072; }
.button.dark-blue-bord:hover { color: #1d4367; background: transparent; border: 1px solid #1d4367; }
.button.blue-white-bord { color: #fff; background: #89abe3; border: 1px solid #fff; }
.button.blue-white-bord:hover { color: #fff; background: #7394c6; border: 1px solid #fff; }
.button.blue_red-bord { color: #d8003f; background: #fff; border: 1px solid #d8003f; }
.button.blue_red-bord:hover { color: #c5023b; background: #ebebeb; border: 1px solid #c5023b; }
.button.blue-dark-white-bord { color: #fff; background: #142340; border: 1px solid #fff; }
.button.blue-dark-white-bord:hover { color: #fff; background: #142f40; border: 1px solid #fff; }
.button.white-bord { color: #fff; background: transparent; border: 1px solid #fff; }
.button.white-bord:hover { color: rgb(240,240,240); background: transparent; border: 1px solid rgb(240,240,240); }
.button.black-bord { color: #0c0c0c; background: transparent; border: 1px solid #0c0c0c; }
.button.black-bord:hover { color: rgb(60,60,60); background: transparent; border: 1px solid rgb(60,60,60); }
.button.gray-bord { color: #4f4f4f; background: transparent; border: 1px solid #4f4f4f; }
.button.gray-bord:hover { color: #575757; background: transparent; border: 1px solid #575757; }
.button.purple { color: #fff; background: #50287d; border: 1px solid #50287d; }
.button.purple:hover { background: #492672; border: 1px solid #50287d; }
.button.purple-bord { color: #50287d; background: #fff; border: 1px solid #50287d; }
.button.purple-bord:hover { color: #492672; background: #ebebeb; border: 1px solid #492672; }
.button.white { color: #0c0c0c; background: #fff; border: 1px solid #fff; }
.button.white:hover { background: #f2f2f2; border: 1px solid #f2f2f2; }

.button.d-1,
.button.d-3 { width: auto; display: inline-block; }
.button.d-1 { padding: 0 52px 0 20px; height: 40px; line-height: 42px; }
.button.d-1:after { right: 15px; }
.button.d-1-1 { padding: 0 59px 0 20px !important; }
.button.d-3 { padding: 0 19px 0 46px; height: 40px; line-height: 43px; }
.button.d-4 { display: inline-block; width: 280px; text-align: center; padding: 0; }
.button.d-4:after { display: none; }
.button.d-5 { display: inline-block; width: auto; padding: 0 59px 0 20px; height: 40px; line-height: 42px; }
.button.d-5:after { right: 15px; }
.button.d-6 { font-size: 14px; font-weight: 500; }
.button.d-7 {}
.button.l-ico { padding: 10px 57px 10px 45px; }
.button.l-ico:before { display: block; content: "\e900";width: 25px; font-size: 19px; line-height: 16px; font-weight: lighter; position: absolute; top: calc(50% - 8px); left: 12px; }
.button.l-ico.l-arr { padding: 10px 45px 10px 57px; }
.button.l-ico.l-arr:before { left: auto; right: 12px; }
.button.-fb { padding: 10px 57px 10px 45px; background: rgb(59,89,152); }
.button.-fb:hover { color: rgb(235,235,235); background: rgb(49,79,142);  }
.button.-fb:before { display: block; content: '\e907'; font-weight: lighter; font-size: 22px; line-height: 25px; position: absolute; top: 50%; left: 13px; margin-top: -12px; }
.button.-rows { line-height: 14px; box-sizing: border-box; padding-top: 11px !important }
.button.-route:after { content: '\e928'; }
@media (max-width: 580px) {
    .button.sm-btn1:after {display: none;}
    .button.sm-btn1 {height: 40px;line-height: 42px;padding: 0;float: none;text-align: center;}
}

.button:disabled,
.button:disabled:hover { color:rgb(220,220,220);border:1px solid rgba(180,180,180,.8);background:rgba(180,180,180,.8);cursor:default; }
.button:disabled:active { box-shadow: none; }
.button[class*="-bord"]:disabled,
.button[class*="-bord"]:disabled:hover { color:rgb(180,180,180);border:1px solid rgba(180,180,180,.8);background:white; }

.download-box  {-webkit-box-sizing: border-box;-moz-box-sizing: border-box}
.slide-down__hidden {display: none;padding-bottom: 30px;}
.red-line-left {padding-left: 25px;border-left: 2px solid #d8003f}
.yellow-line-left {padding-left: 45px;border-left: 2px solid #e2cd88}
@media (max-width: 900px) {
    .yellow-line-left {padding-left: 15px}
}
.list {    list-style: none}
.list li {margin-bottom: 13px;padding-left: 21px;position: relative;line-height: 1.57143}
.list li:before {display: block;content: "";width: 5px;height: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;background: #d8003f;position: absolute;left: 0;top: 8px}
.align-middle {display: table;width: 100%}
.align-middle > p {display: table-cell}
.line {display: block;border-bottom: 1px solid #b2b2b2}
.line.-l {border-bottom: 1px solid #d6d8d8}
.posts .all:before,
.posts .title:after,
.posts .video .preview a:before,
.rating--var1 .rating__item:after,
.top-banner .left:before,
.video-frame:before {content: ""}
.video-frame {position: relative}
.video-frame iframe {display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 3}
.video-frame:before {display: block;width: 100%;padding-bottom: 56.25%}
.tile__tit {font-size: 14px;line-height: 1.57143;font-weight: 700;letter-spacing: 1px;text-transform: uppercase}
.tile__suptit {height: 100px;line-height: 75px;}
.tile__suptit span {display: inline-block;font-size: 30px;font-weight: 700;line-height: 1.2;vertical-align: middle;}
.tile__icon {height: 147px;line-height: 157px;color: #fff;}
.tile__icon.-l {height: 129px;line-height: 129px}
.tile__icon.-h {height: 188px;line-height: 197px}
.tile__icon.-xh {height: 277px;line-height: 320px;}
.tile__icon.-mid {height: 207px;line-height: 255px;text-align: center;}
.tile__icon.-mid [class*=" i-trade__"],
.tile__icon.-mid [class^="i-trade__"] { font-size: 87px; }
.blue-style .tile__icon { color: #89abe3; }
.tile__icon.-mid-m {line-height: 210px}
.tile__big-txt {margin-bottom: 30px;font-size: 64px;font-weight: 700;letter-spacing: 0;display: inline-block;position: relative}
.tile__a,
.tile__big-txt span {display: block;position: absolute}
.tile__big-txt span {font-size: 11px;text-transform: uppercase;line-height: 13px;vertical-align: top;text-align: left;left: 100%;top: 8px;margin-left: 5px}
.tile__big-txt.c-red span {
    color: #1A3A53
}
.tile .offcut {
    margin: 33px auto 38px
}
.tile__a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3
}
.tile--var1 .tile__a {
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
}
.tile__a:hover {
    border: 4px solid #d8003f
}
.tile__a_b:hover {
    border: 2px solid #89abe3;
}
.tile__t {
    display: table;
    width: 100%
}
.tile--var1 .tile__inner {
    border: 1px solid #fff;
    background: 0 0;
    color: #FFF
}
.tile--var1 .offcut {
    margin-top: 11px;
    background: #FFF
}
.tile--var2 .tile__inner {
    background: 0 0;
    border: 1px solid #B2B2B2;
    height: 294px
}

.tile--var3 .tile__item {
    margin-bottom: 33px
}
.tile--var3 .tile__inner {
    height: auto;
    min-height: 420px;
    padding-bottom: 55px
}
.tile--var3 .tile__tit {
    height: 34px;
    line-height: 1.28571
}
.tile--var3 .tile__tit.-h {
    height: 50px
}
.tile--var3 .offcut {
    margin: 0 auto 33px
}
.tile--var3 .list li {
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 1.15385;
    text-align: left
}
.tile--var3 .list li:before {
    top: 4px
}
@media (max-width: 900px) {
    .tile__icon.-mid {
        height: 150px !important;
        line-height: 150px !important;
        margin-bottom: 0
    }
    .tile__icon.-mid [class*=" i-trade__"],
    .tile__icon.-mid [class^="i-trade__"] {
        line-height: 155px;
    }
    .tile__big-txt {
        margin-bottom: 15px;
        font-size: 55px
    }
    .tile--var2 .tile__inner {
        padding: 30px 0 70px
    }
    .tile--var2 .tile__icon {
        height: auto !important;
        line-height: 1 !important;
        margin-bottom: 20px
    }
    .tile--var3 .tile__inner {
        padding-bottom: 80px;
        min-height: 1px
    }
    .tile--var3 .tile__icon {
        height: 147px !important;
        line-height: 157px !important
    }
}
.rating__item p,
.rating__link {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}
.rating {
    background: #1A3A53;
    color: #FFF;
    padding: 30px 0 30px
}
.rating__item {
    text-align: center
}
.rating__item p {
    font-size: 14px;
    line-height: 1.71429;
    margin: 0 auto;
    max-width: 220px;
    padding: 0 25px
}
.rating__thumb {
    height: 120px;
    line-height: 120px;
    margin-bottom: 10px
}
.rating__thumb img {
    display: inline-block !important;
    vertical-align: middle
}
.rating--var1 .rating__item {
    height: 280px;
    position: relative
}
.rating--var1 .rating__item:after {
    display: block;
    width: 1px;
    height: 100%;
    background: #0b1b27;
    position: absolute;
    right: 0;
    top: 0
}
.analitycs-table li .col-3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}
.jspCap {
    display: none
}
.sharing-tomail a:hover {
    background: #fff;
}
.rept .calendar:after,
.rept .calendar:before { background: url(images/svg/sprite.svg) no-repeat; }
.rept .calendar { float: right; position: relative; line-height: 1; margin-top: 20px; padding: 0 30px; cursor: pointer; }
.rept .calendar:after,
.rept .calendar:before { display: block; content: ""; position: absolute; }
.rept .calendar:before { width: 15px; height: 15px; background-position: 0 -1393px; left: 0; top: -1px; }
.rept .calendar:after { width: 16px; height: 11px; background-position: 100% -1433px; right: 0; top: 1px; }
.rept .calendar label { display: block; padding-bottom: 2px; border-bottom: 1px dashed #768998; }
.rept .calendar input { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; font-size: 0; z-index: 2; cursor: pointer; }
.rept .calendar:hover label { border-bottom: 1px dashed #eef0f1; }
.analitycs-table .col-2,
.analitycs-table .top {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}
.report-note {
    font-size: 12px;
    line-height: 20px;
    color: #0b1b27;
    margin-bottom: 50px
}
.analitycs-table {
    margin-bottom: 20px
}
.analitycs-table .top {
    height: 50px;
    background: #1a3a53;
    padding-left: 21px;
    color: #FFF
}
.analitycs-table a:after,
.analitycs-table li .col-1:before {
    content: "";
    background-image: url(images/svg/sprite.svg);
    background-repeat: no-repeat
}
.analitycs-table .top div {
    line-height: 53px;
    font-size: 13px
}
.analitycs-table li {
    list-style: none;
    padding: 23px 0 20px 20px;
    border-bottom: 1px solid #B2B2B2;
    font-size: 13px
}
.analitycs-table li:after {
    display: block;
    width: 100%;
    content: "";
    clear: both
}
.analitycs-table li .col-3 {
    float: right;
    padding-left: 25px;
    border-left: 1px solid #B2B2B2;
    box-sizing: border-box
}
.analitycs-table li .col-1 {
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}
.analitycs-table li .col-1:before {
    display: block;
    width: 15px;
    height: 15px;
    background-position: 0 -1393px;
    position: absolute;
    left: 0;
    top: -2px
}
.analitycs-table .col-1 {
    width: 17.087%;
    float: left
}
.analitycs-table .col-2 {
    width: 17.766%;
    float: left;
    font-size: 11px;
    line-height: 1.45455
}
.analitycs-table .col-3 {
    width: 65.048%;
    float: left
}
.analitycs-table .col-3 a:last-child {
    margin: 0
}
.analitycs-table a {
    display: inline-block;
    margin-bottom: 22px;
    line-height: 1.3;
}
.analitycs-table a:after {
    display: inline-block;
    width: 19px;
    height: 13px;
    background-position: 0 -83px;
    position: relative;
    left: 8px;
    vertical-align: middle;
    bottom: 2px;
}
.analitycs-table a:hover {
    text-decoration: none;
}
@media (max-width: 900px) {
    .analitycs-table .top {
        display: none
    }
    .analitycs-table li {
        position: relative;
        padding: 20px 0
    }
    .analitycs-table .col-1 {
        float: none;
        width: 100%;
        margin-bottom: 22px
    }
    .analitycs-table .col-2 {
        float: none;
        width: 100%;
        font-weight: 400
    }
    .analitycs-table .col-2:before {
        content: "Отрасль";
        margin-right: 9px;
        font-weight: 700;
        letter-spacing: 1px
    }
    .analitycs-table .col-3 {
        float: none !important;
        width: 100%;
        padding: 0 !important;
        border: none !important
    }
    .analitycs-table .col-3 a {
        font-weight: 700;
        letter-spacing: 0;
        line-height: 20px;
        margin-bottom: 22px !important
    }
    .analitycs-table .col-3 a:after {
        vertical-align: middle
    }
}
.members-slider .inner a span:after, .table__head_cell.-calendar:before { content: ""; }
.subscribe-block {
    padding: 65px 0 57px;
    color: #FFF;
    background: url(images/bg-subscribe.jpg) 50% 50% no-repeat;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}
.subscribe-block p {
    float: left;
    padding-left: 129px;
    font-size: 40px;
    line-height: 1.05;
    background: url(images/icon-subscribe.png) 0 50% no-repeat;
    -o-background-size: 76px auto;
    -moz-background-size: 76px auto;
    background-size: 76px auto
}
.subscribe-block a {
    float: right;
    width: 61px;
    height: 61px;
    background: url(images/link-subscribe.png) 50% 50% no-repeat;
    -o-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    margin-top: 11px
}
.subscribe-block a:hover {
    filter: alpha(Opacity=50);
    opacity: .5
}
@media (max-width: 900px) {
    .subscribe-block {
        padding: 15px 0
    }
    .subscribe-block p {
        font-size: 24px;
        line-height: 30px;
        padding: 85px 0 0;
        background: url(images/icon-subscribe.png) no-repeat;
        -o-background-size: 76px auto;
        -moz-background-size: 76px auto;
        background-size: 76px auto
    }
    .subscribe-block p .mob {
        display: block
    }
    .subscribe-block a {
        margin-top: 112px
    }
}
.members-slider .item {
    width: 353px;
    filter: alpha(Opacity=50);
    opacity: .5
}
.members-slider .item.visible {
    filter: alpha(enabled=false);
    opacity: 1
}
.history__year_num,
.login-form .field.-transp {
    filter: alpha(Opacity=30);
    opacity: .3
}
.members-slider .inner {
    margin: 0 7px;
    position: relative;
    color: #FFF
}
.members-slider .inner a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    -webkit-transition: .321s;
    -o-transition: .321s;
    -moz-transition: .321s;
    transition: .321s;
    top: 0;
    left: 0
}
.members-slider .inner a span {
    display: block;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, .5);
    -moz-border-radius: 44px;
    -webkit-border-radius: 44px;
    border-radius: 44px;
    position: absolute;
    bottom: 30px;
    left: 30px
}
.members-slider .inner a span:after {
    display: block;
    width: 18px;
    height: 20px;
    background-image: url(images/svg/sprite.svg);
    background-repeat: no-repeat;
    background-position: 0 -1189px;
    margin: 12px auto 0
}
.members-slider .inner a:hover {
    background: rgba(255, 255, 255, .2)
}
.members-slider img {
    display: block;
    width: 100%;
    height: auto
}
.members-slider .name {
    font-size: 24px;
    line-height: 1.16667;
    margin-bottom: 21px
}
.history__axis-y span,
.members-slider .info p {
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 700
}
.members-slider .offcut {
    margin-bottom: 25px;
    width: 48px
}
.members-slider .info {
    position: absolute;
    top: 35px;
    left: 28px;
    width: 45%
}
.members-slider .info p {
    line-height: 1.81818;
    text-transform: uppercase
}
@media (max-width: 700px) {
    .members-slider .inner a span {
        bottom: 15px
    }
}
.block-404 .bg,
.block-404 .top,
.color-example p,
.details__item,
.details__tip,
.logos-example__dwnl .lng,
.logos-example__img,
.stage__date,
.stage__num,
.stage__t {
    text-align: center
}
.srch-ahead__field,
.tick-box__ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}
.table__head_row {
    width: 100%;
    display: table
}
.table__head_row.-abs-bot {
    position: absolute;
    bottom: 0
}
.stage .left,
.table__head_cell {
    position: relative
}
.table__head_cell {
    font-size: 10px;
    line-height: 1.45455;
    display: table-cell
}
.stage__num,
.table__body_cell {
    font-weight: 700;
    letter-spacing: 0
}
.table__head_cell > span {
    display: block
}
.table__head_cell.-calendar:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(images/svg/sprite.svg);
    background-repeat: no-repeat;
    background-position: 0 -1700px;
    margin-bottom: 15px
}
.table__head_cell.-calendar.-one-day:before {
    background-position: 0 -1736px
}
.table__head.bg-dark-blue {
    color: #FFF
}
.table__body_row {
    display: table;
    width: 100%
}
.table__body_row:nth-child(even) {
    background: #E4E4E4
}
.table__body_cell {
    display: table-cell;
    padding: 22px 13px 20px;
    font-size: 10px
}
.details:after,
.details__tip:after {
    display: block;
    content: ""
}
@media (max-width: 1100px) {
    .table__head_cell {
        font-size: 9px;
        -ms-word-break: break-all;
        word-break: break-all
    }
}
.details:after {
    width: 100%;
    clear: both
}
.details__item {
    height: 132px;
    float: left;
    font-size: 13px;
    line-height: 1.23077
}
.details__item.-none {
    color: #888
}
.details__item.-none .details__tip:after {
    background-position: 0 -1772px
}
.details__tip {
    height: 52px
}
.details__tip:after {
    height: 32px;
    width: 32px;
    margin: auto;
    background-image: url(images/svg/sprite.svg);
    background-repeat: no-repeat;
    background-position: 0 -1555px
}
.details__tip.-num {
    padding-top: 15px;
    font-size: 20px;
    color: #d8003f;
    height: 38px
}
.details__tip.-num:after {
    display: none
}
.stage {
    padding: 55px 0 70px;
    color: #FFF;
    background: #1a3a53
}
.stage .ahead {
    margin-bottom: 50px
}
.stage__num {
    margin-bottom: 5px;
    font-size: 80px;
    color: #486175
}
.honors__date,
.honors__tit,
.honors__year,
.stage__date,
.stage__t {
    letter-spacing: 1px
}
.stage__t {
    height: 45px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.5
}
.stage__date {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px
}
.stage__swipe {
    display: block;
    width: 111px;
    height: 2px;
    background: #d8003f;
    position: absolute;
    right: -55px;
    top: 37px
}
.stage__swipe:after,
.stage__swipe:before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #d8003f;
    position: absolute;
    top: -5px
}
.stage__swipe:before {
    left: -10px
}
.stage__swipe:after {
    right: -10px
}
.stage .offcut {
    background: #0b1b27;
    margin: 0 auto 21px
}
@media (max-width: 900px) {
    .stage__swipe {
        width: 70px;
        right: -35px
    }
}
@media (max-width: 700px) {
    .stage {
        padding: 35px 0 5px
    }
    .stage .ahead {
        margin-bottom: 25px;
        text-align: center
    }
    .stage .left {
        float: none;
        width: 100%;
        margin-bottom: 8px;
        border-bottom: 1px solid #d8003f;
        padding-bottom: 18px
    }
    .stage .left:last-child {
        border-bottom: none
    }
    .stage .offcut {
        margin-bottom: 18px
    }
    .stage__swipe {
        display: none
    }
    .stage__t {
        height: auto;
        margin-bottom: 15px
    }
}
.subunit {
    padding-top: 65px;
    margin-bottom: 50px
}
.subunit .ahead {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 80px
}
.subunit li {
    font-size: 14px
}
@media (max-width: 900px) {
    .subunit {
        padding-top: 45px;
        margin-bottom: 25px
    }
    .subunit .ahead {
        font-size: 20px;
        margin-bottom: 50px
    }
    .subunit .left {
        float: none;
        width: 100%
    }
}
.honors {
    margin-bottom: 20px;
    position: relative
}
.honors__year {
    font-size: 52px;
    text-align: center;
    font-weight: 700;
    color: #AEB9C1;
    margin-bottom: 21px;
    height: 52px
}
.honors__item {
    width: 50%;
    padding-bottom: 33px;
    position: relative
}
.honors__item:after,
.honors__item:before {
    display: block;
    width: 100%;
    content: ""
}
.honors__item:after {
    clear: both
}
.honors__item.left {
    margin-right: 21px
}
.honors__item.left .honors__buble {
    right: -7px
}
.honors__item.left .honors__line {
    right: -2px
}
.honors__item.left .honors__date {
    left: 100%;
    padding-left: 25px
}
.honors__item.right {
    margin-left: 21px
}
.honors__item.right .honors__buble {
    left: -8px
}
.honors__item.right .honors__line {
    left: -3px
}
.honors__item.right .honors__date {
    right: 100%;
    padding-right: 25px
}
.honors__item:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #B2B2B2
}
.honors__item.-red .honors__date {
    color: #d8003f
}
.honors__item.-red:before {
    background: #d8003f
}
.honors__date {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: -7px;
    white-space: nowrap
}
.honors__inner {
    width: 300px;
    padding: 15px 28px 25px;
    background: #FFF;
    border: 1px solid #B2B2B2;
    position: relative;
    z-index: 2
}
.honors__buble,
.honors__inner a,
.honors__line {
    display: block;
    position: absolute
}
.honors__inner .offcut {
    margin-bottom: 18px
}
.honors__inner p {
    font-size: 14px;
    line-height: 18px
}
.honors__inner a {
    z-index: 2;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px
}
.honors__inner a:hover {
    border: 4px solid #d8003f
}
.honors__logo {
    min-height: 35px;
    line-height: 35px;
    margin-bottom: 17px
}
.honors__logo img {
    vertical-align: middle;
    max-width: 140px;
    max-height: 35px
}
.honors__tit {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 17px
}
.honors__buble {
    width: 13px;
    height: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    background: #FFF;
    border: 1px solid #1a3a53;
    top: -7px;
    z-index: 3
}
.honors__buble:after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin: 3px 0 0 3px;
    background: #d8003f
}
.honors__buble.-last {
    top: auto;
    bottom: -3px;
    left: 50%;
    margin-left: -8px
}
.honors__line {
    width: 5px;
    background: #1a3a53;
    top: 0;
    bottom: 0
}
@media (max-width: 900px) {
    .honors__inner {
        width: 250px
    }
}
@media (max-width: 700px) {
    .honors__buble.-last,
    .honors__item:before,
    .honors__line {
        display: none
    }
    .honors__item {
        width: 100%;
        float: none;
        margin: 0 !important
    }
    .honors__inner {
        float: none !important;
        width: auto
    }
    .honors__date {
        position: static;
        padding: 0 0 10px 25px !important
    }
    .honors__buble {
        right: auto;
        left: 0 !important;
        top: 0
    }
}
.srch-ahead {
    padding-top: 15px;
    background: #FFF;
    margin-bottom: 43px
}
.srch-ahead .ahead {
    margin-bottom: 20px
}
.srch-ahead .right {
    padding-top: 10px
}
.srch-ahead .right .sep {
    margin: 12px 0 0 18px;
    float: left;
    font-size: 14px;
    color: #666
}
.srch-ahead__field {
    width: 350px;
    height: 38px;
    background: #EEF0F1;
    border: 1px solid #BBBCBC;
    position: relative;
    padding: 0 45px 0 18px;
    box-sizing: border-box
}
.srch-ahead__field input[type=text] {
    display: block;
    width: 100%;
    height: 14px;
    position: relative;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
    top: 12px;
    cursor: default;
    text-transform: uppercase
}
.srch-ahead__field input[type=submit] {
    display: block;
    width: 23px;
    height: 23px;
    background-image: url(images/svg/sprite.svg);
    background-repeat: no-repeat;
    background-position: -26px -507px;
    position: absolute;
    right: 12px;
    top: 6px;
    z-index: 2
}
.srch-ahead__bottom {
    padding: 26px 0 14px;
    clear: both;
    border-top: 1px solid #DDD;
    font-size: 13px;
    color: #666
}
.srch-ahead__bottom:after {
    display: block;
    width: 100%;
    content: "";
    clear: both
}
.srch-ahead__bottom > span {
    display: block;
    float: left;
    height: 15px;
    margin-bottom: 11px;
    border-right: 1px solid #d8003f;
    padding: 2px 16px 0 0;
    margin-right: 10px
}
.srch-ahead__bottom > span:last-child {
    border: none
}
.srch-ahead__bottom .bold {
    color: #000;
    display: inline-block;
    margin-left: 4px
}
.srch-ahead__bottom .sep {
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #d8003f;
    margin: 0 6px 0 16px;
    position: relative;
    top: 2px
}
.srch-ahead__bottom.-tags {
    padding: 25px 0 32px 69px;
    position: relative
}
.srch-ahead__bottom.-tags p {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    position: absolute;
    top: 28px;
    left: 0;
    color: #000
}
.search-result__cat,
.srch-ahead .field.select span {
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase
}
.srch-ahead .field {
    float: left
}
.srch-ahead .field.select:before {
    display: block;
    position: absolute;
    content: "\22C1";
    right: 16px;
    font-size: 37px;
    transform: rotateX(65deg);
    color: #d8003f;
}
.srch-ahead .field.select {
    background: #EEF0F1;
    cursor: pointer;
    width: 281px;
    padding: 0 16px;
    height: 36px;
    margin-left: 20px;
    border-bottom: 1px solid #BBBCBC
}
.srch-ahead .field.select span {
    font-size: 11px;
    color: #000;
    top: 14px
}
.srch-ahead .field.select .options {
    top: 36px;
    background: #f0f1f2;
    left: 0;
    right: 0
}
.srch-ahead .field.select .options a {
    padding: 10px 19px;
    border-top: 1px solid #fff;
    font-size: 14px
}
.srch-ahead .field.select .options a:hover {
    background: #1a3a53;
    color: #fff
}
@media (max-width: 900px) {
    .srch-ahead {
        padding-top: 35px;
        padding-bottom: 1px
    }
    .srch-ahead .ahead {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 15px;
        float: none
    }
    .srch-ahead .right {
        float: none;
        padding: 0
    }
    .srch-ahead .right .sep {
        margin: 0 0 10px;
        float: none
    }
    .srch-ahead__field {
        width: 100%;
        margin-bottom: 19px
    }
    .srch-ahead__bottom {
        padding: 14px 0 10px
    }
    .srch-ahead__bottom > span {
        padding-right: 10px
    }
    .srch-ahead__bottom.-tags {
        padding: 14px 0 10px 45px
    }
    .srch-ahead__bottom.-tags p {
        top: 17px
    }
    .srch-ahead .field.select {
        margin: 0 0 19px;
        float: none;
        width: auto
    }
}
.tick-box {
    padding: 35px 0;
    margin-bottom: 48px;
    border-top: 1px solid #BBBCBC;
    border-bottom: 1px solid #BBBCBC
}
.tick-box .left,
.tick-box .right {
    width: 50%;
    list-style: none
}
.tick-box .left li:last-child,
.tick-box .right li:last-child {
    margin-bottom: 0
}
.tick-box.col-3 .left {
    width: 33.333%
}
.tick-box.col-3 .left:last-child li {
    padding-right: 0
}
.tick-box li {
    padding: 5px 20px 0 50px;
    font-size: 15px;
    line-height: 22px;
    position: relative;
    min-height: 27px;
    margin-bottom: 20px
}
.tick-box li:before {
    display: block;
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/svg/sprite.svg);
    background-repeat: no-repeat;
    background-position: 0 -1555px
}
.tick-box .right li {
    margin-left: 20px
}
.tick-box__ul {
    list-style: none
}
.tick-box__ul li {
    float: left;
    box-sizing: border-box;
    margin-bottom: 0
}
.tick-box__ul li:last-child li {
    padding-right: 0
}
.tick-box__ul.-col3 li {
    width: 33.333%
}
.tick-box.var-1 li {
    padding-top: 0;
    padding-right: 0
}
.tick-box.var-1 li:before {
    top: 50%;
    margin-top: -16px
}
.tick-box.var-2 {
    padding: 38px 0 45px
}
.tick-box.var-2 li {
    padding-right: 20px
}
@media (max-width: 900px) {
    .tick-box .left,
    .tick-box .right,
    .tick-box__ul li {
        float: none;
        width: 100% !important
    }
    .tick-box {
        padding-bottom: 20px
    }
    .tick-box li {
        margin: 0 !important;
        padding-right: 0
    }
    .tick-box .left {
        padding-bottom: 35px;
        margin-bottom: 35px;
        border-bottom: 1px solid #BBBCBC
    }
    .tick-box__ul li {
        margin-bottom: 15px !important
    }
    .tick-box__ul li br {
        display: none
    }
    .tick-box.col-3 .left {
        border: none;
        padding: 0;
        margin-bottom: 15px
    }
    .tick-box.var-2 {
        padding: 38px 0 18px;
        margin-bottom: 30px
    }
    .tick-box.var-2 .left,
    .tick-box.var-2 .right {
        margin: 0;
        padding: 0;
        border: none
    }
    .tick-box.var-2 li {
        margin-bottom: 20px !important
    }
}
.search-result__cat {
    font-size: 20px;
    margin-bottom: 14px
}
.search-result__cat span {
    color: #9C9C9C;
    font-weight: 400
}
.search-result .offcut {
    margin-bottom: 42px
}
.search-result__item {
    margin-bottom: 35px;
    padding: 0 0 30px 52px;
    border-bottom: 1px solid #B2B2B2
}
.search-result__item p {
    font-size: 13px;
    line-height: 1.84615;
    margin-bottom: 16px
}
.search-result__item p span {
    background: #d8003f;
    color: #FFF
}
.search-result__tit {
    font-weight: 500;
    margin-bottom: 16px;
    position: relative;
    line-height: 1.375;
    display: inline-block;
    text-decoration: none
}
.color-example:after,
.search-result__tit:before {
    display: block;
    content: ""
}
.search-result__tit:hover {
    color: #d8003f;
    text-decoration: underline
}
.first-screen .btn,
.logos-example__dwnl a,
.no-text-decoration {
    text-decoration: none
}
.search-result__tit:before {
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(images/svg/sprite.svg);
    background-repeat: no-repeat;
    left: -52px;
    top: 50%;
    margin-top: -13px
}
.search-result__tit.-pdf:before {
    background-position: 0 -1311px
}
.search-result__tit.-sht:before {
    background-position: -26px -1311px
}
.search-result__tit.-doc:before {
    background-position: 0 -1865px
}
.search-result__tit.-img:before {
    background-position: 0 -1899px
}
.search-result__date {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #9C9C9C;
    text-transform: uppercase
}
.color-example p,
.logos-example__tit {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px
}
@media (max-width: 900px) {
    .search-result__tit:before {
        top: 6px;
        margin-top: 0
    }
}
.color-example {
    background: #D8003F;
    margin-bottom: 39px
}
.color-example:after {
    width: 100%;
    clear: both
}
.color-example p {
    height: 73px;
    line-height: 75px;
    color: #FFF;
    float: left;
    width: 33.333%
}
@media (max-width: 700px) {
    .color-example p {
        float: none;
        width: 100%
    }
}
.logos-example {
    margin-bottom: 52px
}
.logos-example__tit {
    margin-bottom: 13px;
    text-transform: uppercase
}
.logos-example__in {
    background: #FFF;
    height: 311px
}
.logos-example__img {
    height: 185px;
    line-height: 185px;
    border-bottom: 1px solid #D8D8D8
}
.logos-example__img img {
    display: inline-block;
    vertical-align: middle
}
.logos-example__dwnl {
    padding: 18px 0 0 28px
}
.logos-example__dwnl p {
    height: 38px;
    margin-bottom: 8px
}
.logos-example__dwnl a,
.logos-example__dwnl span {
    display: inline-block;
    font-size: 13px;
    font-weight: 500
}
.block-404 .tit:after,
.social:after {
    display: block;
    content: ""
}
.logos-example__dwnl .lng {
    width: 36px;
    height: 36px;
    color: #d8003f;
    border: 1px solid #d8003f;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    margin-right: 23px;
    text-transform: uppercase;
    line-height: 36px
}
.logos-example__dwnl .sep {
    width: 1px;
    height: 22px;
    background: #E4E4E4;
    margin: 0 9px;
    position: relative;
    top: 6px
}
.logos-example__dwnl a {
    text-transform: uppercase;
    border-bottom: 1px solid #BFBFBF
}
.logos-example__dwnl a:hover {
    color: #d8003f;
    border-bottom: 1px solid #d8003f
}
@media (max-width: 900px) {
    .logos-example__tit {
        font-size: 15px
    }
    .logos-example__in {
        margin-bottom: 35px;
        height: auto;
        padding-bottom: 10px
    }
}
.social {
    border: 1px solid #888;
    padding: 10px
}
.social:after {
    width: 100%;
    clear: both
}
.social .left {
    padding: 28px 0 0 28px;
    width: 570px
}
.social__tit {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 20px
}
.social__p {
    font-size: 15px;
    line-height: 1.73333;
    margin-bottom: 30px
}
.social__frame {
    width: 340px;
    height: 210px
}
@media (max-width: 900px) {
    .social .left {
        padding: 20px 5px 30px;
        float: none;
        width: auto
    }
    .social__tit {
        font-size: 20px
    }
    .social .button {
        display: block;
        padding: 0;
        text-align: center;
        margin: auto;
        max-width: 340px
    }
    .social__frame {
        float: none !important;
        width: auto;
        max-width: 340px;
        height: auto;
        margin: auto
    }
}
.vacansy {
    background: #FFF;
    padding: 40px 50px 1px
}
.vacansy__item {
    padding: 15px 0 30px 65px;
    position: relative;
    margin-bottom: 35px;
    border-bottom: 1px solid #B2B2B2
}
.vacansy__item:last-child {
    border: none;
    margin-bottom: 5px
}
.vacansy__tit {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px
}
.vacansy .list {
    font-size: 15px
}
.vacansy__icon {
    position: absolute;
    left: 0;
    top: 0
}
.vacansy__not-available {
    font-size: 18px;
    text-align: right;
    height: 47px;
    line-height: 47px;
}

@media (max-width: 900px) {
    .vacansy {
        padding: 25px 15px 1px
    }
    .vacansy__item {
        padding-left: 0;
        padding-bottom: 15px;
        margin-bottom: 16px
    }
    .vacansy__tit {
        padding-left: 45px;
        font-size: 15px;
        margin-bottom: 37px
    }
    .vacansy__icon {
        width: 30px;
        height: auto;
        top: 5px
    }
}
.section {
    padding: 30px 0;
    color: #FFF
}
.section.-bg1 {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
.section.-bg2 {
    background: url(images/bg-block-2.jpg) 50% 50% no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
.section.-bg3 {
    background: url(images/bg-block-1.jpg) 50% 50% no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
.section.-bg4 {
    background: url("images/bg-block-4.jpg") no-repeat 50% 50%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
.section.-bg5 {
    background: url(images/bg-section-5.jpg) 50% 50% no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
.section.-bg6 {
    background: url("images/bg-block-5.jpg") no-repeat 50% 50%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.section.-bg7 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.section.-bg8 {
    background: url('images/aton_ru_slider_1920_nature_atonlab_blur_tpc.jpg') 50% 50% no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media (max-width: 900px) {
    .section {
        padding: 30px 0
    }
}
#members-slider-2 .item{
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
@media (max-width: 700px) {
    #members-slider-2.wrap,
    #members-slider-2 .inner {
        margin: 0;
    }
}
.jspPane,
.jspVerticalBar {
    right: 0;
    position: absolute
}
.jspContainer {
    overflow: hidden;
    position: relative
}
.jspPane {
    width: auto !important;
    left: 0
}
.jspVerticalBar {
    top: 0;
    width: 3px;
    height: 100%
}
.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: -9999px;
    width: 100%;
    height: 16px;
    background: 0 0
}
.chart .wrap,
.fund-dynamics,
.jspDrag,
.jspTrack {
    position: relative
}
.jspHorizontalBar .jspCap {
    float: left
}
.jspDrag {
    background: #C3C3C3;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 3px
}
.jspHorizontalBar .jspDrag,
.jspHorizontalBar .jspTrack {
    float: left;
    height: 100%
}
.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0
}
.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d
}
.jspVerticalBar .jspArrow {
    height: 16px
}
.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%
}
.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%
}
.chart,
.graph-block {
    padding: 50px 0;
    background: #1a3a53
}
.graph-block img {
    display: block;
    width: 100%;
    height: auto
}
.chart__legend {
    font-size: 20px;
    color: #FFF
}
.chart__legend span {
    display: inline-block;
    vertical-align: middle
}
.chart__legend .opif {
    width: 28px;
    height: 2px;
    background: #89abe3;
    margin-left: 65px;
    margin-right: 17px
}
.chart__legend .micex {
    width: 28px;
    height: 28px;
    background: #152e42;
    margin-right: 17px
}
@media (max-width: 700px) {
    .chart {
        padding: 30px 0
    }
    .chart__legend {
        font-size: 15px;
        line-height: 30px
    }
    .chart__legend .mob {
        display: block
    }
    .chart__legend .opif {
        width: 20px;
        margin-left: 0
    }
    .chart__legend .micex {
        width: 20px;
        height: 20px
    }
}
.range-inputs .field:after,
.range-inputs__line:after {
    background-image: url(images/svg/sprite.svg);
    background-repeat: no-repeat;
    content: ""
}
.range-inputs,
.range-inputs__input {
    position: relative
}
.range-inputs {
    margin: 0 285px 35px 0;
    line-height: 1.5
}
.range-inputs .txt {
    color: #FFF;
    font-size: 18px;
    padding-right: 11px
}
.range-inputs .sep,
.range-inputs__input label {
    font-size: 14px;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 1px
}
.range-inputs .sep {
    padding: 0 3px
}
.range-inputs__input label {
    height: 17px
}
.range-inputs__input input {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 17px;
    z-index: 2;
    font-size: 0;
    left: 0;
    top: 0
}
.range-inputs .field,
.range-inputs__line {
    position: relative;
    border-bottom: 1px solid #89abe3;
    padding-bottom: 2px;
    display: inline-block
}
.range-inputs .field:after,
.range-inputs__line:after {
    display: block;
    position: absolute;
    width: 9px;
    height: 6px;
    background-position: 100% -126px;
    right: -17px;
    top: 7px
}
.range-inputs__line:after {
    top: 9px
}
.range-inputs .field {
    cursor: pointer;
    display: inline-block;
    color: #FFF
}
.range-inputs .field span {
    position: initial !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px
}
.range-inputs .options {
    background: #152e42;
    top: 25px;
    font-size: 12px
}
.range-inputs .options a {
    text-align: center;
    padding: 3px
}
@media (max-width: 1100px) {
    .range-inputs .right {
        float: none;
        padding-top: 15px
    }
    .range-inputs .options a {
        padding: 5px 0 5px 5px
    }
    .range-inputs__line:after {
        top: 10px
    }
}
@media (max-width: 700px) {
    .range-inputs {
        margin-right: 0
    }
    .range-inputs .field span,
    .range-inputs .txt,
    .range-inputs__input label {
        font-size: 14px
    }
}
.range-buttons {
    position: absolute;
    right: 0;
    top: 87px;
    width: 183px
}
.range-buttons__tit {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 24px
}
.range-buttons__btn {
    display: block;
    height: 43px;
    line-height: 43px;
    color: #89abe3;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 15px
}
.range-buttons__btn.-active {
    color: #FFF;
    background: #152e42
}
.range-buttons__choice {
    display: none
}
@media (max-width: 700px) {
    .range-buttons {
        position: relative;
        top: 0;
        margin-bottom: 25px;
        width: 100%
    }
    .range-buttons__tit {
        font-size: 14px;
        margin-bottom: 8px
    }
    .range-buttons__select {
        display: none;
        position: absolute;
        top: 50px;
        left: 0;
        z-index: 3;
        background: #152e42;
        padding: 15px 0
    }
    .range-buttons__choice {
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        border-bottom: 1px solid #89abe3;
        position: relative;
        font-weight: 700;
        letter-spacing: 1px;
        color: #FFF;
        padding-bottom: 5px
    }
    .range-buttons__choice:after {
        display: block;
        content: "";
        position: absolute;
        width: 9px;
        height: 6px;
        background-image: url(images/svg/sprite.svg);
        background-repeat: no-repeat;
        background-position: 100% -126px;
        right: -20px;
        top: 4px
    }
    .range-buttons__btn {
        height: 33px;
        line-height: 33px;
        padding: 0 20px
    }
}
.graph-range-1#ui-datepicker-div,
.graph-range-2#ui-datepicker-div {
    border: 2px solid #152e42;
    right: auto !important;
    margin-left: 0
}
#graph-container {
    position: relative;
    height: 327px;
    margin: 0 240px 30px 0
}
@media (max-width: 700px) {
    #graph-container {
        margin: 0 0 15px
    }
}
.login-form .field {
    height: 38px;
    border: 1px solid #c3c3c3;
    position: relative;
    padding: 0 11px;
    margin-bottom: 7px
}
.login-form .field input[type=text],
.login-form .field input[type=password],
.login-form .field input[type=email] {
    font-size: 13px;
    width: 100%;
    padding: 1px 0;
    position: relative;
    top: 10px
}
.login-form .field label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    position: absolute;
    top: 14px;
    left: 11px;
    color: #888;
    text-transform: uppercase
}
.login-form .field.error {
    border: 1px solid #d8003f !important;
    background-image: url(images/svg/sprite.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 100% -710px !important
}
.login-form .field.error input {
    color: #d8003f !important
}
.login-form .chbox {
    height: 20px;
    line-height: 21px;
    margin-bottom: 28px;
    font-size: 13px
}
.login-form .chbox input {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    border: 1px solid #C3C3C3;
    margin-right: 14px;
    background: #F0F1F2
}
.login-form .chbox input:checked {
    border: 1px solid #d8003f;
    background-image: url(images/svg/sprite.svg);
    background-repeat: no-repeat;
    background-position: -1px -765px
}
.login-form form a {
    font-size: 13px;
    display: inline-block;
    text-decoration: underline
}
.login-form form .button {
    margin-bottom: 7px
}
.login-form.-var1 {
    max-width: 340px;
    margin: auto
}
.login-form.-var1 .field {
    background: #F7F8F8
}
.field.select {
    position: relative
}
.field.select span {
    display: block;
    width: 100%;
    position: relative
}
.field.select .options {
    position: absolute;
    left: -1px;
    right: -1px;
    display: none;
    z-index: 3
}
.field.select .options a {
    display: block;
    text-decoration: none
}
.capcha {
    margin-bottom: 15px;
    max-width: 340px
}
.capcha:after {
    display: block;
    width: 100%;
    content: "";
    clear: both
}
.capcha__img {
    float: left;
    width: 45.88%;
    height: 55px;
    border: 1px solid #84636B
}
.capcha__img img {
    display: block;
    width: 100%;
    height: 100%
}
.capcha__field {
    float: right;
    width: 50%
}
.capcha__field .field {
    margin: 0 !important
}
.capcha__field span {
    text-align: left;
    display: block;
    font-size: 13px;
    margin-bottom: 4px
}
.capcha.-var1 {
    color: #FFF;
    margin: 0 auto 25px;
    max-width: 360px
}
.capcha.-var1 .capcha__field,
.capcha.-var1 .capcha__img {
    width: 47%
}
@media (max-width: 360px) {
    .capcha {
        margin-bottom: 25px !important
    }
    .capcha > div {
        float: none;
        width: 175px !important
    }
    .capcha__img {
        margin-bottom: 13px
    }
}
.button input[type=reset],
.button input[type=submit],
.reset input[type=reset],
.reset input[type=submit] {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2
}
.upload-field {
    font-size: 13px;
    margin-bottom: 39px
}
.upload-field:after {
    display: block;
    width: 100%;
    content: "";
    clear: both
}
.upload-field label {
    width: 259px;
    height: 45px;
    border: 1px solid #d8003f;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 47px;
    text-transform: uppercase;
    text-align: center;
    float: left;
    margin-right: 25px;
    margin-bottom: 0;
    cursor: pointer
}
.upload-field span {
    display: block;
    line-height: 1.23077;
    float: left;
    text-align: left;
    padding-top: 8px
}
.upload-field input {
    position: absolute;
    left: -9999px
}
@media (max-width: 900px) {
    .upload-field label {
        float: none;
        width: 100%;
        margin: 0
    }
    .upload-field span {
        float: none;
        display: block
    }
    .upload-field span br {
        display: none
    }
}
.ui-datepicker th {
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase
}
.ui-helper-hidden {
    display: none
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.ui-helper-zfix,
.ui-widget-overlay {
    left: 0;
    width: 100%;
    height: 100%;
    top: 0
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}
.ui-helper-clearfix:after {
    clear: both
}
.ui-helper-zfix {
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}
.ui-front {
    z-index: 100
}
.ui-state-disabled {
    cursor: default !important;
    color: #7B8392
}
.ui-widget-overlay {
    position: fixed
}
.ui-datepicker {
    width: 199px;
    padding: 16px 10px 10px;
    display: none;
    margin: 9px 0 0 -17px;
    background: #1a3a53;
    color: #fff;
    font-size: 11px;
    z-index: 3 !important
}
@media (max-width: 1100px) {
    .ui-datepicker {
        right: 41px !important;
        font-size: 15px;
        width: 242px
    }
    .ui-datepicker.report-datepicker {
        margin: 0;
        left: 40px !important;
        right: auto !important
    }
    .ui-datepicker .ui-datepicker-header {
        padding-top: 6px
    }
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    margin-bottom: 22px
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 0;
    width: 12px;
    height: 12px;
    font-size: 0;
    background-image: url(images/svg/sprite.svg);
    background-repeat: no-repeat
}
.ui-datepicker .ui-datepicker-next.ui-state-disabled,
.ui-datepicker .ui-datepicker-prev.ui-state-disabled { opacity: .3; }
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
    background-position: -20px -1415px
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
    background-position: -39px -1415px;
}
@media (max-width: 1100px) {
    .ui-datepicker .ui-datepicker-next,
    .ui-datepicker .ui-datepicker-prev {
        width: 17px;
        height: 26px;
        background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAaCAQAAADCxM7pAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAALiMAAC4jAXilP3YAAAAHdElNRQfiCwYREx5D58tSAAAA7klEQVQoz3XSIUsEQRgG4I9DThAuGLwiVxSD2A6TVfDX2EWTGgzeYTlOUJPgbzBpFCwmRUQMckU0GEQwPoadxVtv9tuwM/sw884OX4iaZ2Bd1OEFvm3k8VxRuzk8S3iqMYnDhCdiMnuQ8KCYV7FfZpZfxvGwurLKewl74/uVg/2ER9WzFK+thMP//xHCdsL+5B2UmT82c/fXiNUo6jZypekKfOrmNg9Nl+DLWo7DtBvwbiXHYcZ1LuJv2HIHRhZzHFop4sNyjkPbA3jWyXGYTRFvFnIcOl7AvXa+U+c8glfdfKcuGYGduj6f9+TY1C/f2tLqEsf/8QAAAABJRU5ErkJggg==");
        background-repeat: no-repeat;
        background-position: center;
    }
    .ui-datepicker .ui-datepicker-next {
        transform: rotate(180deg);
    }
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-title {
    text-align: center;
    text-transform: uppercase
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 32%
}
.ui-datepicker table {
    width: 100%;
    border-collapse: collapse
}
.ui-datepicker th {
    text-align: center;
    border: 0;
    color: #0C2030;
    padding-bottom: 7px
}
.ui-datepicker td {
    border: 0
}
.ui-datepicker td a,
.ui-datepicker td span {display: block;text-align: center;text-decoration: none;width: 23px;height: 23px;line-height: 24px;margin: auto}
@media (max-width: 1100px) {
    .ui-datepicker td a,
    .ui-datepicker td span {
        width: 29px;
        height: 29px;
        line-height: 29px
    }
}
.ui-datepicker td a:hover {
    background: #d8003f !important;
    color: #FFF !important
}
.ui-state-active {
    background: #d8003f;
    color: #FFF
}
.ui-datepicker-today .ui-state-default unsecured-transactions{
    background: 0 0;
    color: #d8003f
}
.__set-height {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.foot-menu { float: left; width: calc(100% - 265px); }
.__wrap .foot-menu { float: unset; float: none; }
.foot-menu > div { margin-right: 29px; float: left; width: calc((100% - 60px) / 3); }
.__wrap .foot-menu > div { float: unset; float: none; display: inline-block; vertical-align: top; }
.foot-menu > div:last-child {
    margin-right: 0
}
.foot-menu a {
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    line-height: 18px;
}
.foot-menu .tit {
    font-weight: 500;
    margin-bottom: 14px;
    color: #FFF
}
.foot-menu .tit a {
    font-size: 16px
}
.foot-menu ul {
    list-style: none
}
.foot-menu ul li {
    color: #888;
    margin-bottom: 14px
}
.foot-menu.-var1 {
    float: none;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #B2B2B2
}
.foot-menu.-var1:after {
    display: block;
    width: 100%;
    content: "";
    clear: both
}
.foot-menu.-var1 ul {
    display: block !important;
    padding-bottom: 20px
}
.foot-menu.-var1 > div {
    margin-right: 150px
}
.foot-menu.-var1 > div a {
    color: #000;
    border-bottom: 1px solid #d8003f;
    padding-bottom: 2px
}
.foot-menu.-var1 > div a:hover {
    color: #d8003f
}

.foot-contacts li:before,
.foot-social-btn a:before { display: inline-block; }

@media (max-width: 900px) {
    .foot-menu ul {display: none;padding: 0 0 10px 10px}
    .foot-menu .foot-menu-tit:after {position: absolute;font-size: 10px;font-weight: normal;color: #D8003F;content: "\25e3";display: inline-block;width: 13px;height: 13px;line-height: 1.3em;-webkit-transform: rotate(-135deg);transform: rotate(-135deg);}
    .foot-menu .foot-menu-tit.active:after {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);margin-left: 5px;}
    .foot-menu > div {margin: 0;float: none;width: 100%}
}
@media (max-width: 640px) {
    .foot-menu {padding-bottom: 0;float: none;width: 100%}
}
.foot-contacts { width: 265px; float: right; }
.__wrap .foot-contacts { float: unset; float: none; }
.foot-contacts .tit { font-weight: 500; font-size: 16px; margin-bottom: 14px; color: #FFF; }
.foot-contacts ul { list-style: none; }
.foot-contacts li { padding-left: 39px; margin-bottom: 14px; line-height: 19px; color: #FFF; position: relative; }
.foot-contacts li:before { font-size: 24px; position: absolute; z-index: 0; left: -3px; top: 2px; color: #d8003f; }
.foot-contacts .adress:before { content: '\e91d'; }
.foot-contacts .phone:before { content: '\e918'; }
.foot-contacts .email:before { content: '\e905'; }
.foot-contacts a { display: inline-block; text-decoration: none; border-bottom: 1px solid #d8003f; }
.foot-contacts li.adress a, .foot-contacts li.phone a { border: none; }
.foot-contacts .app-itunes, .foot-contacts .app-android { width: 81px; height: 24px; border: none !important; }
.foot-contacts .app-itunes {}
.foot-contacts .app-android { margin-left: 15px; }
.foot-contacts .application-badge .tit {font-weight: normal;margin-bottom: 9px;margin-top: 12px;}
@media (max-width: 1100px) {
    .foot-contacts { width: 220px; }
    .foot-menu { width: calc(100% - 220px); }
}
@media (max-width: 510px) {
    .foot-contacts { float: none; width: 100%; }
    .foot-menu { width: 100%; }
    .foot-contacts br.w-d { display: none; }
    .foot-contacts li { font-size: 14px; }
}
.foot-social-btn a {display: block;float: left;width: 16px;height: 16px;margin-left: 15px;text-decoration: none;border-bottom: none !important;}
.foot-social-btn a:before { color: #7f7f7f; font-size: 16px; line-height: 16px; }
.foot-social-btn a:hover:before { color: #454d53; }
.foot-social-btn a.fb:before { content: '\e91b'; }
.foot-social-btn a.yt:before { content: '\e91a'; }
.foot-social-btn a.telgm:before { content: '\e91c'; }
.foot-social-btn a.instg:before { content: '\e914'; }
.foot-social-btn a.zn:before { content: '\e941'; }
.foot-social-btn a.lang, .foot-social-btn a:before {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.foot-social-btn a.lang {
    width: auto;
    color: #b5b5b5;
    border: 1px solid #7f7f7f !important;
    padding: 6px 6px;
    font-size: 9px;
    line-height: 12px;
    height: 12px;
    margin-top: -5px;
}
.foot-social-btn a.lang:hover { color: #454d53; border: 1px solid #454d53 !important; }
@media (max-width: 900px) {
    .foot-social-btn {display: block; margin-left: auto;margin-bottom: 18px;margin-right: auto;width: fit-content;}
    .foot-social-btn:after {display: block;width: 100%;content: "";clear: both}
    .foot-social-btn a {display: block;float: left;width: 24px;height: 24px;background-repeat: no-repeat;margin: 0 25px 0 0}
    .foot-social-btn a.in {background-position: 2px -272px}
    .foot-social-btn a.vim {background-position: 2px -306px}
    .foot-social-btn a.lang { margin: 0 0 0 0; }
}
@media (min-width: 901px) {
    .foot-social-btn { order: 1; }
}

body,
html {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: #000;
    background: #eef0f1;
}
a,
button {
    cursor: pointer
}
sup {
    font-size: .8em;
    position: relative;
    bottom: .6em;
    margin: 0 3px;
}
.clear {
    display: block;
    clear: both
}
.clearfix:after {
    display: block;
    width: 100%;
    content: "";
    clear: both
}
.hidden { display: none !important; }
br.med, br.mob { display: none; }
.left {
    float: left
}
.right {
    float: right
}
@media (max-width: 700px) {
    .mb-mob-45 {
        margin-bottom: 45px !important
    }
}
.bg-white {
    background: #FFF
}
.bg-dark-blue {
    background: #1a3a53
}
.bg-yellow {
    background: #e2cd88
}
.b-red {
    background: #d8003f
}
.b-blue {
    background: #89abe3
}
.bg-black-blue {
    background: #0b1b27 !important;
    color: #FFF
}

.bg-black-blue .form-block {
    background: #0b1b27
}
.bg-black-blue .form-block .field {
    background: #09161F;
    border-bottom: 1px solid #3C4952
}
.bg-black-blue .form-block .confirm input {
    background: #09161F;
    border: 1px solid #3C4952
}
.bg-black-blue_darker {
  background: #08151D !important;
}
.bg-black-blue_darker .rating{
    background: none;
}
.bg-black-blue_darker .form-block {
  background: none !important;
}
.bg-black-blue_darker .form-block .field {
  background: #152E42;
}
@media (max-width: 900px) {
    .bg-black-blue .member-block .name {
        color: #FFF
    }
}
.fs-46 {
    font-size: 46px
}
.fs-40 {
    font-size: 40px
}
.fs-36 {
    font-size: 36px !important
}
.fs-32 {
    font-size: 32px !important
}
.fs-28 {
    font-size: 28px !important
}
.fs-24 {
    font-size: 24px !important
}
.fs-20 {
    font-size: 20px !important
}
.fs-18 {
    font-size: 18px !important
}
.fs-16 {
    font-size: 16px
}
.fs-15 {
    font-size: 15px !important
}
.fs-14 {
    font-size: 14px !important
}
.fs-13 {
    font-size: 13px
}
.fs-12 {
    font-size: 12px !important
}
.tt-u {
    text-transform: uppercase
}
.tt-n {
    text-transform: none !important
}
blockquote {
    margin-bottom: 30px;
    padding-left: 21px;
    border-left: 2px solid #d8003f
}
.lh-1_3 {
    line-height: 1.3 !important
}
.lh-1_4 {
    line-height: 1.4 !important
}
.lh-1_5 {
    line-height: 1.5 !important
}
.lh-1_7 {
    line-height: 1.7 !important
}
.lh-1_8 {
    line-height: 1.8 !important
}
.lh-2 {
    line-height: 2 !important
}
.c-white {
    color: #FFF !important
}
.c-red {
    color: #d8003f !important
}
.c-blue {
    color: #89abe3 !important
}
.c-yel {
    color: #e2cd88 !important
}
.c-gray {
    color: #666 !important
}
.c-black-blue {
    color: #0b1b27 !important
}
.c-dark-blue {
    color: #1a3a53 !important
}
.ls-1 {
    letter-spacing: 1px
}
.ls-0 {
    letter-spacing: 0 !important
}
.pt-120 { padding-top: 120px !important; }
.pt-145 { padding-top: 145px !important; }
.pt-130 { padding-top: 114px !important; }
.pt-100 { padding-top: 100px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-65 { padding-top: 65px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-45 { padding-top: 45px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-35 { padding-top: 35px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-5 { padding-top: 5px !important; }
.pt-0 { padding-top: 0 !important; }
.p-t-b-35 {
    padding: 35px 0
}
.p-l-r-50 {
    padding: 0 50px
}
.pb-70 {
    padding-bottom: 70px
}
.pb-65 {
    padding-bottom: 65px !important
}
.pb-60 {
    padding-bottom: 60px !important
}
.pb-50 {
    padding-bottom: 50px !important
}
.pb-45 {
    padding-bottom: 45px !important
}
.pb-35 {
    padding-bottom: 35px !important
}
.pb-30 {
    padding-bottom: 30px
}
.pb-0 {
    padding-bottom: 0 !important
}
.p-0-30 {
    padding: 0 30px
}
.p-20-0 {
    padding: 20px 0
}
.p-10-0 {
    padding: 10px 0
}
.p-45-30 {
    padding: 45px 30px
}
.p-15-10 {
    padding: 15px 10px
}
.pad-0 {
    padding: 0 !important;
    border: none !important
}
.p-t-b-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}
.p-l-r-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}
.mt-0 { margin-top: 0 !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-120 { margin-top: 120px !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-120 { margin-bottom: 120px !important; }
.mb-100 { margin-bottom: 100px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mb-80 { margin-bottom: 80px !important; }
@media (max-width: 700px) {
    .mb-80 {
        margin-bottom: 40px !important
    }
}
.mb-70 { margin-bottom: 70px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-45 { margin-bottom: 45px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-35 { margin-bottom: 35px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-3 { margin-bottom: 3px !important; }
.ml-35 { margin-left: 35px; }
.ml-10 { margin-left: 10px; }
.mr-250 { margin-right: 250px !important; }
.mr-10{ margin-right: 10px; }
.mr-5 { margin-right: 5px !important; }
.m-l-r-60 { margin: 0 60px !important; }
.m-l-r-30 { margin: 0 30px; }
.m-0 { margin: 0 !important; }
.ta-c { text-align: center; }
.ta-l { text-align: left; }
.ta-r { text-align: right; }
.va-m { vertical-align: middle; }
.bot-gray { border-top: 1px solid #BBBCBC; }
.bob-gray { border-bottom: 1px solid #BBBCBC; }
.bot-white { border-top: 1px solid #fff; }
.bor-white { border-right: 1px solid #fff; }
.bol-white { border-left: 1px solid #fff; }
.bob-white { border-bottom: 1px solid #fff; }
.bot-30 { bottom: 30px !important; }
.d-ib { display: inline-block !important; }

@media (max-width: 767px) {
    .mt-xs-0 { margin-top: 0 !important; }
    .mt-xs-20 { margin-top: 20px !important; }
    .mt-xs-30 { margin-top: 30px !important; }
    .mt-xs-60 { margin-top: 60px !important; }
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (max-width: 900px) {
    blockquote { padding-left: 15px; border-left: 1px solid #d8003f; }
    .sm-fs-32 { font-size: 32px !important; }
    .sm-fs-28 { font-size: 28px !important; }
    .sm-fs-26 { font-size: 26px !important; }
    .sm-fs-20 { font-size: 20px !important; }
    .sm-fs-15 { font-size: 15px !important; }
    .sm-fs-13 { font-size: 13px !important; }
    .sm-pt-60 { padding-top: 60px !important; }
    .sm-pt-45 { padding-top: 45px !important; }
    .sm-pt-30 { padding-top: 30px !important; }
    .sm-pb-70 { padding-bottom: 70px !important; }
    .sm-pb-30 { padding-bottom: 30px !important; }
    .sm-pb-20 { padding-bottom: 20px !important; }
    .sm-pb-0 { padding-bottom: 0 !important; }
    .sm-p-0-15 { padding: 0 15px !important; }
    .sm-p-l-r-15 { padding-left: 15px !important; padding-right: 15px !important; }
    .sm-p-l-r-0 { padding-left: 0 !important; padding-right: 0 !important; }
    .sm-mb-50 { margin-bottom: 50px !important; }
    .sm-mb-35 { margin-bottom: 35px !important; }
    .sm-mb-30 { margin-bottom: 30px !important; }
    .sm-mb-25 { margin-bottom: 25px !important; }
    .sm-mb-15 { margin-bottom: 15px !important; }
    .sm-mb-10 { margin-bottom: 10px !important; }
    .sm-mr-0 { margin-right: 0 !important; }
    .sm-m-l-r-15 { margin-left: 15px !important; margin-right: 15px !important; }
    .sm-mb-0 { margin-bottom: 0 !important; }
    .sm-m-0 { margin: 0 !important; }
    .sm-bg-white { background: #FFF; }
    .sm-fn { float: none !important; width: 100% !important;    }
    .sm-bot-20 { bottom: 20px !important; }
    .desc { display: none; }
}
.green-style .anchor-menu a.active:after,
.green-style .offcut,
.green-style .top-banner .left:before,
.green-style .form-block .title:after { background: #1dc7af; }
.green-style .tick-box li:before {
    background-position: 0 -612px
}
.green-style .anchor-menu a:hover,
.green-style .form-block .field label span {
    color: #1dc7af
}
.green-style .foot-contacts a { border-bottom: 1px solid #1dc7af; }
.green-style .foot-contacts li:before { color: #1dc7af; }
@media (max-width: 900px) {

}
.blue-style .form-block .title:after,
.blue-style .form-block .button,
.blue-style .info-block .left:before,
.blue-style .offcut,
.blue-style .strategy-block li:before,
.blue-style .top-banner .left:before,
.blue-style .anchor-menu a.active:after {
    background: #89abe3
}
.blue-style .form-block .confirm input:checked,

.blue-style .form-block .field label span,
.blue-style .map-block .count .num {
    color: #89abe3
}
.blue-style .form-block .confirm:before {
    background-position: -28px -650px
}
.blue-style .triggers.inner-links .inner a:after {
    background-position: 0 -832px
}
.blue-style .foot-contacts a { border-bottom: 1px solid #89abe3; }
.blue-style .foot-contacts li:before { color: #89abe3; }
.blue-style .form-block .confirm input:checked {
    background-position: -28px -651px
}
/*--Dark Blue--*/
.dark-blue-style .ahead.var-4,
.dark-blue-style .form-block .field label span,
.dark-blue-style .member-block .sm-tit {
    color: #e2cd88
}
.dark-blue-style .member-block .wrap.bg-black-blue,
.dark-blue-style .present-block .wrap.bg-black-blue { border: 1px solid #31332F; }
.dark-blue-style .present-block .line { background: #d8003f !important; }
.dark-blue-style .offcut,
.dark-blue-style .form-block .title:after,
.dark-blue-style .top-banner .left:before { background: #fff !important; }
.dark-blue-style .anchor-menu a.active:after,
.dark-blue-style .offcut,
.dark-blue-style .top-banner .left:before { background: #1a3a53; }

.dark-blue-style .tick-box li:before {
    background-position: 0 -612px
}
.dark-blue-style .anchor-menu a:hover {
    color: #1a3a53
}
.dark-blue-style .foot-contacts a { border-bottom: 1px solid #D8003F; }
.dark-blue-style .foot-contacts li:before { color: #d8003f; }
/*--End Dark Blue--*/
@media (max-width: 900px) {
    .dark-blue-style .member-block .txt-1,
    .dark-blue-style .member-block .txt-2 {
        border: 1px solid #31332F;
        border-top: none
    }
}
.form-block .result,
.loader-wrap {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255, 255, 255);
    z-index: 2
}
.wrapper.blue-style .form-block .result,
.wrapper.blue-style .loader-wrap {
    color: #FFF;
    background-color: #1a3a53
}
.form-block .result .confirm-code {
    width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
.form-block .result .confirm-code p {
    margin-bottom: 30px
}
.loader-wrap {
    z-index: 3
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em
}
.loader {
    margin: auto;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(216, 0, 63, 0.2);
    border-right: 1.1em solid rgba(216, 0, 63, 0.2);
    border-bottom: 1.1em solid rgba(216, 0, 63, 0.2);
    border-left: 1.1em solid #d8003f;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.head-sub-menu-pf {
    position: relative
}
.head-sub-menu-pf:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    top: 1px;
    right: -10px;
    display: block;
    background: url('images/menu_out_icon.png') 0 0 no-repeat
}
@media (max-width: 900px) {
    .head-sub-menu-pf:after {
        top: 21px;
        right: auto;
        left: 135px
    }
}
@media (max-width: 900px) {
    .hideonm {
        display: none;
    }
}
@media (max-width: 900px) {
    .hidinm {
        display: none
    }
}
/*The table*/
.the-table {
    border-collapse: collapse;
    border: none !important;
    border-bottom: 1px solid #BBBCBC !important;
}
.the-table th {
    background: #1a3a53;
    color: #FFF;
    font-size: 11px;
    padding: 20px;
    text-align: center;
    border: 1px solid #fff;
    vertical-align: middle;
    line-height: 1.5;
    font-weight: 700;
}
.the-table th.txt-top {
    vertical-align: top;
}
.the-table th.txt-left {
    text-align: left;
}
.the-table th.txt-up {
    text-transform: uppercase;
}
.the-table td {
    padding: 22px 13px 20px;
    font-size: 10px;
    font-weight: 700;
    border: none;
}
.the-table tr:nth-child(even) {
    background: #E4E4E4;
}
.the-table .txt-center {
    text-align: center !important;
}
.the-table .p-15-10 {
    padding: 15px 10px !important;
}
.the-table .fs-10 {
    font-size: 10px !important;
}
.the-table sup {
    vertical-align: super;
    font-size: .8em;
    padding: 0;
}
.the-table .middle td {
    vertical-align: middle;
}
.map-block .tit a,
.map-block .tit {
    letter-spacing: 2px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
}
.map-block .tit a {
    margin-bottom: 0;
}
.map-block .info p {
    letter-spacing: 0.3px;
}
.ui-datepicker-year,
select.ui-datepicker-year:focus,
.ui-datepicker-month,
select.ui-datepicker-month:focus {
    background: #1a3a53;
    outline: none;
    border: none;
}
.ui-datepicker-month {

}
.ui-datepicker-year option {
    color: #ffffff;
    outline: none;
}
.ui-datepicker-year option:hover {
    background: #0C2030;
}
.map-block .info p.line,
.map-block .info p.phone {
    font-size: 14px;
}
.honors {
    margin-bottom: 114px;
}
.poles {
    float: left !important;
    width: auto !important;
    padding-left: 20px;
}
@media (max-width: 900px) {
    .poles {
        margin: 20px 0 !important;
        width: 100% !important;
        text-align: left !important;
    }
    .strbtn {
        display: block !important;
    }
}
.highcharts-label, .highcharts-axis-labels {
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, Helvetica, Arial, sans-serif;
}
#message-popup {
    z-index: 999;
}
/* font-family Gotham Narrow */
.ff-gn,
.ff-gn_li li,
.map-block .info p,
.map-block .bar .note p,
.branches-block p,
.branches-block .tel,
.social__p,
.present-block p,
.member-block__tick li,
.member-block .txt ul li,
.member-block .desc,
.strategy-block .left p,
.strategy-block ul li,
.page-preview .align-middle > p,
.page-preview__tick.-hor li,
.page-preview .bottom p,
.page-preview.var-1 .page-preview__tick li { font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", sans-serif; }
.ff-g,
.branches-block p .bold,
.member-block .txt ul li span,
#anch_acctime p,
.first-screen #top-slider .left p,
.top-banner.var-6 .left .cat {
    font-family: "Gotham SSm A", "Gotham SSm B", Verdana, Helvetica, Arial, sans-serif !important;
}
/* Landing */

.landing__scene {
    padding: 0;
    overflow: hidden;
    position: relative;
}
.landing__scene .mark {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 20%;
}
.landing__inner {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
.landing__hand {
    width: 791px;
    position: absolute;
    left: 50%;
    bottom: 0;
}
.landing__hand img {
    display: block;
    max-width: 100%;
    height: auto;
}
.landing__hand .mob {
    display: none;
}
.landing__content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 90px;
    z-index: 2;
}
.landing__content-box {
    width: 50%;
    position: relative;
}
.landing__content-box .landing__buttons-app {
    top: 0;
}
.landing__content-box_t {
    color: #FFF;
}
.landing__content-box_t .cat {
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.landing__content-box_t .tit {
    font-size: 36px;
    font-weight: 500;
    padding-top: 25px;
    position: relative;
}
.landing__content-box_t .tit:before {
    display: block;
    content: "";
    width: 72px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.landing__content-box_t p {
    font-size: 18px;
    line-height: 1.77778;
    font-weight: 400;
    padding-top: 35px;
}
.landing__content-box_t .landing__buttons {
    padding-top: 45px;
}
.landing__content-box_t .landing__buttons-app {
    top: 45px;
}
.landing__buttons {
    font-size: 0;
    position: relative;
}
.landing__buttons a.button {
    display: none !important;
    padding: 0 60px 0 19px;
    display: inline-block;
}
.landing__buttons a.button:after {
    background-position: 0 -66px;
    right: 14px;
}
.landing__buttons .red {
    border: 1px solid #d8003f;
    margin-left: 18px;
    padding-right: 45px;
}
.landing__buttons .wh {
    border: 1px solid #fff;
}
.landing__buttons-app {
    height: 49px;
    width: 100%;
}
.landing__buttons-app img {
    display: inline-block;
    height: 100%;
    width: auto;
    margin-right: 10px;
}
.landing__box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 75px;
    background: #FFF;
    color: #000;
    font-size: 18px;
    line-height: 1.33333;
}
.landing__box .thumb {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 130px;
    background: #d8003f;
}
.landing__box .thumb img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
}
.landing__box .in {
    display: none;
    padding: 22px 25px 23px 150px;
}
.landing__box .l {
    position: absolute;
    height: 1px;
    background: #d8003f;
    width: 0;
    display: none;
    overflow: visible !important;
}
.landing__box .l .b {
    display: block;
    position: absolute;
    right: -3px;
    top: -5px;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #d8003f;
    border: 2px solid #f3b2c5;
}
.landing__box .l .t {
    display: none;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left: 8px solid #fff;
    position: absolute;
    left: 0;
    top: -7px;
    z-index: 2;
}
.landing__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}
.landing__header {
    height: 152px;
    background: #FFF;
    padding-top: 84px;
    text-align: center;
    position: relative;
    z-index: 5;
}
.landing__header .tit {
    font-size: 36px;
    color: #1B1B1B;
    margin-bottom: 5px;
    font-weight: 500;
}
.landing__header p {
    font-size: 18px;
    color: #9DA8AD;
    font-weight: 500;
}
.landing__header:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -20px;
    z-index: 2;
}
.landing .wrap {
    max-width: 1176px;
}
.landing .form-block {
    position: relative;
    z-index: 5;
}
@media (min-width: 1101px) and (max-height: 720px) {
    .landing__hand {
        bottom: -90px;
        width: 737px;
    }
    .landing__header {
        height: 100px;
        padding-top: 46px;
    }
    .landing__content {
        bottom: 40px;
    }
}
@media (max-width: 1100px) {
    .landing__buttons {
        position: relative;
    }
    .landing__buttons a.button {
        display: block;
        width: 271px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .landing__buttons .red {
        margin-left: 0;
    }
    .landing__buttons .wh {
        margin-bottom: 15px;
    }
    .landing__buttons-app {
        height: 47px;
        left: 285px;
    }
}
@media (max-width: 900px) {
    .landing__scene .mark {
        top: 75%;
    }
    .landing__header {
        padding: 25px 20px;
        height: auto;
    }
    .landing__header .tit {
        font-size: 23px;
    }
    .landing__header p {
        font-size: 17px;
        font-weight: 400;
    }
    .landing__inner {
        clip: rect(auto auto auto auto) !important;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .landing__content {
        position: relative;
        bottom: 0;
        top: 0;
        padding: 230px 0 30px;
        background: rgba(31, 58, 80, 0.8);
        opacity: 0;
        -webkit-transition: 0.9s;
        -moz-transition: 0.9s;
        -o-transition: 0.9s;
        transition: 0.9s;
    }
    .landing__content.vis {
        opacity: 1;
    }
    .landing__content-box {
        width: 100%;
        position: static;
    }
    .landing__content-box_t {
        width: 100%;
        padding-top: 20px;
        font-size: 20px;
    }
    .landing__content-box_t p {
        font-size: 15px;
        line-height: 1.4375;
    }
    .landing__content-box_t p span {
        display: none;
    }
    .landing__content-box_t:before {
        top: 89px;
        left: 25px;
    }
    .landing__content-box_t:after {
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 216px;
        background: url("images/landing/bg-buttons.png") repeat-x 0 100%;
        -o-background-size: auto 100%;
        -moz-background-size: auto 100%;
        background-size: auto 100%;
    }
    .landing__content-box_t .landing__buttons {
        position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 20px;
        z-index: 2;
    }
    .landing__content-box_t .landing__buttons .wh {
        display: block;
    }
    #landing-scene-1 .landing__content {
        padding-top: 80px;
        position: absolute;
        bottom: 0;
        top: 30px;
        background: none;
        opacity: 1;
    }
    .landing__box {
        position: relative;
        font-size: 17px;
        bottom: 0;
    }
    .landing__box .in {
        display: block;
        padding: 70px 25px;
        line-height: 1.41176;
    }
    .landing__box .thumb {
        width: 77px;
        height: 77px;
        -webkit-border-radius: 77px;
        -moz-border-radius: 77px;
        border-radius: 77px;
        -moz-background-clip: padding-box;
        -o-background-clip: padding-box;
        background-clip: padding-box;
        border: 9px solid rgba(216, 0, 63, 0.3);
        line-height: 77px;
        text-align: center;
        top: -48px;
        left: 50%;
        margin-left: -46px;
    }
    .landing__box .thumb img {
        position: static;
        display: inline-block;
        width: 44px;
        height: auto;
        vertical-align: middle;
        margin: 0 !important;
    }
    .landing__box:after,
    .landing__box .l {
        display: none !important;
    }
    .landing__hand {
        width: 100%;
        left: 0;
        bottom: auto;
        top: 40px;
    }
    .landing__hand .mob {
        display: block;
        float: right;
        width: 310px;
        height: auto;
    }
    .landing__hand .desc {
        display: none;
    }
    #landing-scene-1 .landing__hand {
        bottom: 0;
        top: auto;
    }
    .landing__buttons {
        position: static;
        padding-top: 20px;
    }
    .landing__buttons .wh {
        display: none;
    }
    .landing__buttons a.button {
        max-width: 100%;
        width: 327px;
    }
    .landing__buttons-app {
        position: static;
    }
    .landing__bg {
        background-attachment: fixed;
        background-position: 50% 0;
    }
}
@media (max-width: 700px) {
    .landing__scene .wrap {
        margin: 0 15px;
    }
    .landing__content-box_t .tit {
        font-size: 23px;
        padding-top: 18px;
    }
    .landing__content-box_t p {
        padding-top: 16px;
    }
    #landing-scene-1 .landing__content {
        top: -20px;
    }
    .landing__buttons a.button {
        max-width: 700px;
        width: 100%;
        height: 33px;
        line-height: 33px;
        font-size: 12px;
        text-align: center;
        padding: 0 !important;
    }
    .landing__buttons-app {
        height: auto;
    }
    .landing__buttons-app a {
        float: left;
        width: 48%;
    }
    .landing__buttons-app a:last-child {
        float: right;
    }
    .landing__buttons-app img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        float: left;
    }
}
#landing-scene-1 .landing__bg {
    background-image: url("images/landing/bg-1.jpg");
}
#landing-scene-2 .landing__bg {
    background-image: url("images/landing/bg-2.jpg");
}
#landing-scene-2 .landing__box .thumb img {
    margin-top: -30px;
}
#landing-scene-2 .landing__box .l {
    bottom: 50px;
    max-width: 170px;
    right: -170px;
}
#landing-scene-3 .landing__bg {
    background-image: url("images/landing/bg-3.jpg");
}
#landing-scene-3 .landing__box .thumb img {
    margin-top: -34px;
}
#landing-scene-3 .landing__box .l {
    bottom: 66px;
    max-width: 203px;
    right: -203px;
}
#landing-scene-4 .landing__bg {
    background-image: url("images/landing/bg-4.jpg");
}
#landing-scene-4 .landing__box .thumb img {
    margin-top: -30px;
}
#landing-scene-4 .landing__box .l {
    bottom: 87px;
    max-width: 283px;
    right: -283px;
}
#landing-scene-5 .landing__bg {
    background-image: url("images/landing/bg-5.jpg");
}
#landing-scene-5 .landing__box .thumb img {
    margin-top: -31px;
}
#landing-scene-5 .landing__box .l {
    bottom: 109px;
    max-width: 163px;
    right: -163px;
}
#landing-scene-6 .landing__bg {
    background-image: url("images/landing/bg-6.jpg");
}
#landing-scene-6 .landing__box .thumb img {
    margin-top: -26px;
}
#landing-scene-6 .landing__box .l {
    bottom: 78px;
    max-width: 245px;
    right: -245px;
}
#landing-scene-7 .landing__bg {
    background-image: url("images/landing/bg-7.jpg");
}
#landing-scene-7 .landing__box .thumb img {
    margin-top: -30px;
}
#landing-scene-7 .landing__box .l {
    bottom: 99px;
    max-width: 324px;
    right: -324px;
}
@media (min-width: 1101px) and (max-height: 720px) {
    #landing-scene-2 .landing__box .l {
        bottom: 6px;
        max-width: 157px;
        right: -157px;
    }
    #landing-scene-3 .landing__box .l {
        bottom: 17px;
        max-width: 190px;
        right: -190px;
    }
    #landing-scene-4 .landing__box .l {
        bottom: 34px;
        max-width: 266px;
        right: -266px;
    }
    #landing-scene-5 .landing__box .l {
        bottom: 56px;
    }
    #landing-scene-6 .landing__box .l {
        bottom: 26px;
        max-width: 227px;
        right: -227px;
    }
    #landing-scene-7 .landing__box .l {
        bottom: 48px;
        max-width: 300px;
        right: -300px;
    }
}
@media (max-width: 700px) {
  #landing-scene-1 {
    background: url("images/landing/bg-1-320.jpg") no-repeat 50% 0;
    -o-background-size: cover;
    -moz-background-size: cover;
         background-size: cover;
  }
  #landing-scene-1 .landing__bg {
    background: none;
    display: none;
  }
  #landing-scene-2 .landing__bg {
    background-image: url("images/landing/bg-2-320.jpg");
  }
}
.form-block .title.title_rl:after {
    background: #d8003f;
}
/* /Landing */



.form-block .title.title_rl:after {
    background: #d8003f; }
.bg-white .box p.toggle span.expand b{
    font-weight: 500 !important;
}

.badges {
    width: 265px;
    float: right;
}
.badges img {
    width: 49%;
}
@media (max-width: 1100px){
    .badges {
        float: none !important;
        width: 265px !important;
    }
}
@media (max-width: 640px){
    .badges {
        float: none !important;
        width: 100% !important;
    }
}
.bg-slider-1 {
    background: url("images/bg-slider.jpg") no-repeat 50% 50%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    padding-top: 50px;
    padding-bottom: 230px;
}
@media (max-width: 700px){
    .bg-slider-1{
        padding-bottom: 70px !important;
    }
}
.item__tag{display: inline-block;font-size: 12px;color: #FFF;background: #9ba2a4;padding: 2px 14px;margin-top: 10px;border-radius: 20px;}
.no-border {border: none !important;}
.no-padding {padding: 0;}
@media (max-width: 700px) {
    .ahead a:not(.button) {
        line-height: 1.3;
    }
}
.bg-slider-1 {
    background: url("images/bg-slider.jpg") no-repeat 50% 50%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    padding-top: 50px;
    padding-bottom: 230px;
}
@media (max-width: 700px){
    .bg-slider-1{
        padding-bottom: 70px !important;
    }
}
/*band*/
.band {
  margin-bottom: 14px;
  height: 270px;
}
.band__icon {
  height: 100%;
  text-align: center;
  font-size: 0;
}
.band__icon:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.band__icon img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.band__txt {
  font-size: 30px;
  padding: 35px;
  position: relative;
  bottom: 18px;
}
.band__txt p {
  font-size: 15px;
  line-height: 1.3;
  padding-top: 20px;
}
.band_yellow {
  border: 1px solid #e2cd88;
}
.band_yellow .band__icon {
  background: #e2cd88;
}
.band_yellow .band__txt {
  color: #fff;
}
@media (max-width: 700px) {
  .band {
    height: auto;
  }
  .band__icon {
    display: block !important;
    padding: 0;
    width: 100% !important;
    height: 150px;
    line-height: 150px;
  }
  .band__txt {
    display: block !important;
    width: 100% !important;
    bottom: 0;
  }
}
.posts .inner p a{
    text-decoration: none;
}
.cake-title {font-size: 18px;font-weight: 700;line-height: 22px;padding-top: 56px;}
.ideas-container.ahead { margin-left: auto; margin-bottom: 30px; margin-right: auto; color: #000000; }
[class^="-bg"] .ideas-container.ahead,
[class*=" -bg"] .ideas-container.ahead { color: #fff; }
.ideas-container.ahead .filter {position: relative;display: inline-grid;display: -ms-inline-grid;grid-template-columns: 70px calc(100% - 70px);-ms-grid-columns: 70px calc(100% - 70px);vertical-align: top;width: 350px;}
.ideas-container.ahead .filter .sep {grid-row: 1;-ms-grid-row: 1;grid-column: 1;-ms-grid-column: 1;line-height: 38px;}
.ideas-container.ahead .filter .field {grid-row: 1;-ms-grid-row: 1;grid-column: 2;-ms-grid-column: 2;}
.ideas-container.ahead .h1 {display: block;font-weight: 100;font-style: normal;font-stretch: normal;text-align: left;margin: 0;width: 100%;}
.ideas-container.ahead .h1 a { text-decoration: none; line-height: 1; }
.rept .ideas-container.ahead .h1 { width: calc(100% - 350px); line-height: 38px; }
.ideas-container.ahead > a:not(.button):after { content: none; content: unset; }
.ideas-container.ahead > a:not(.button) span { border-bottom: 1px solid #d8003f; padding-bottom: 2px; }
.blue-style .ideas-container.ahead > a:not(.button) span { border-bottom: 1px solid #89abe3; padding-bottom: 2px; }
.ideas-container.ahead.__white { color: #fff; }
.ideas-container.ahead .block-tags-used {font-size: 14px;margin-top: 10px;float: none !important;}
.ideas-container.ahead .block-tags-used .cake-tag,
.ideas-container.ahead .block-tags-used > span { display: inline-block; vertical-align: top; }
.ideas-container.ahead .block-tags-used .cake-tag {position: relative;color: #fff;background: #d8003f;border: 1px solid #d8003f;font-size: 8px;font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", sans-serif;line-height: 8px;margin: 0 0 5px 4px;white-space: nowrap;border-radius: 10px;display: inline-block;padding: 5px 18px 5px 10px;text-align: center;text-transform: uppercase;}
.ideas-container.ahead .tags-used .cake-tag:hover { text-decoration: line-through; }
.ideas-container.ahead .tags-used .cake-tag:after,
.ideas-container.ahead .tags-used .cake-tag:before {position: absolute;right: 8px;content: ' ';height: 8px;width: 1px;background-color: #fff}
.ideas-container.ahead .block-tags-used > span { width: 160px; }
.ideas-container.ahead .block-tags-used > .tags-used { width: calc(100% - 160px); }
.ideas-container.ahead .tags-used .cake-tag:after { transform: rotate(-45deg); left: auto; }
.ideas-container.ahead .tags-used .cake-tag:before { transform: rotate(45deg); }
.ideas-container.ahead + .posts { padding: 0 0 0 0; }
.tile {margin: 0 auto;display: flex;display: -ms-flex;flex-flow: row wrap;-ms-flex-wrap: wrap;min-width: 290px;overflow: hidden;position: relative;}
.reports .tile:last-child { margin-bottom: 0; }
.tile__item {padding: 0;width: 100%;display: inline-block;vertical-align: top;margin-bottom: 30px;}
.tile--col1 .tile__item { width: 100%; }
.posts .tile__item { display: flex; }
.tile__item.__tile-hide { margin-bottom: 0; display: none; }
.tile__inner {width: 100%;height: 341px;background: #fff;position: relative;padding: 0 0;margin: 0 0;text-align: center;box-sizing: border-box;}
.auto-height.tile__inner {height: auto;min-height: auto;}
.auto-height.tile__inner .tile__tit { padding: 30px; }
.posts .tile__inner {height: auto;min-height: 342px;padding: 35px 30px 80px;text-align: left;color: #000;}
.posts .tile__inner p { font-size: 15px; line-height: 24px; }
.posts .tile__inner a { text-decoration: none; }
.reports .tile a { text-decoration: none; }
.tile__tit { color: #000; }
.bg-black-blue .tile__tit,
.blue-tick .tile__tit,
[class*="-bg"] .tile__tit { color: #fff; }
.mb-0 { margin-bottom: 0 !important; }
.__group_btn { display: block; }
.button:hover,
.button:focus { text-decoration: none; outline: none; }
.__group_btn .button {width: calc(50% - 15px);box-sizing: border-box;height: auto;margin-top: 18px;}
.button:active {-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.2);-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.2);box-shadow: inset 0 3px 5px rgba(0,0,0,.2);}
.button.__transp { border: 1px solid #fff; }
.button.__red { background: #d8003f; border: 1px solid #d0083f; }
.button.__yellow { background: #e2cd88; border: 1px solid #e2cd88; color: #000; }
.button.__yellow:hover { background: #ceb974; border: 1px solid #ceb974; }
.button.__yellow:after { background-position: 0 -109px; }
.button.__red:after,
.button.__transp:after { background-position: 0 -66px; }
.__group_btn .button:nth-child(even) { margin-left: 30px; }
.__w-bottom { margin-bottom: 20px; padding-bottom: 20px; position: relative; }
.__w-bottom:after {content: '';position: absolute;width: 80px;height: 1px;bottom: 0;left: calc(50% - 40px);z-index: 1;}
.__w-bottom.red:after { background: #d8004f; }
.__w-bottom.yellow:after { background: #e2cd88; }
.__w-bottom.blue:after { background: #92a8d1; }
.__w-bottom.green:after { background: #1dc7af; }
[class^=pub_].text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links{ display: none; }
.map-contacts { width: 100%; display: block; text-decoration: none; background-size: cover; background-position: center; }
.visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; }

.temp-message {
    position: fixed;
    z-index: 99;
    background: #fff;
    width: 200px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #000;
    bottom: 30px;
    left: calc(50% - 100px);
    border: 1px solid rgba(230,230,230,.8);
    font-size: 12px;
    text-align: center;
    padding: 15px 15px;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.6);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.6);
    box-shadow: 0 2px 3px rgba(0,0,0,.6);
}

.yellow-block {
    background-color: #fff;
}

.yellow-block .ideas-container.ahead > a:not(.button) {
    padding-left: 0;
    padding-right: 40px;
    border-bottom: 1px solid #E2CD88;
    padding-bottom: 10px;
}
.yellow-block .ahead > a:not(.button):before {
    color: #E2CD88;
    content: "\e902";
    font-size: 20px;
    right: 0;
    left: auto;
    top: 0;
}
.yellow-block .ideas-container.ahead > a:not(.button):hover span {
    border-bottom: none !important;
}
.yellow-block .ideas-container.ahead > a:not(.button) span {
    border-bottom: none;
    padding-bottom: 10px;
}


.ahead.ahead--center.wrap .other-link, .ahead.ahead--center.wrap .other-link:hover:after,
.ideas-container.ahead > a:not(.button), .ideas-container.ahead > a:not(.button) span { transition: .3s; }
.ahead.ahead--center.wrap .other-link:hover { color: #d8003f;  }
[class*="yellow"].ahead.ahead--center.wrap .other-link:hover { color: #e2cd88;  }
.ahead.ahead--center.wrap .other-link:hover:after { background-color: transparent;  }
.ideas-container.ahead > a:not(.button):hover span { color: #d8003f; border-bottom: 1px solid transparent; }
[class*="yellow"].ideas-container.ahead > a:not(.button):hover span { color: #e2cd88; border-bottom: 1px solid transparent; }
.member-block.__line { background-color: #fff; padding: 30px 0; }
.wrap[class*="col-"] .item { float: none; display: inline-block; vertical-align: top; }
.ahead_title { font-weight: 100; margin-bottom: 30px; }
.ahead_text { font-weight: 100; margin-bottom: 10px; }

@media (max-width: 991px) {
    .ideas-container.ahead { display: block; }
    .ideas-container.ahead > a:not(.button) {position: relative;float: right;vertical-align: top;margin: 0;max-width: 320px;}
    .ideas-container.ahead > a:not(.button) span { border-bottom: 1px solid #d8003f; padding-bottom: 2px; }
    .ideas-container.ahead > a:not(.button):after { content: unset; content: none; }
    .ideas-container.ahead > div { width: 100%; }
    .ideas-container.ahead .h1 { display: inline-block; vertical-align: top; width: calc(100% - 350px); }
}
@media (max-width: 900px) {
    .foot-social-btn a:before { font-size: 24px; line-height: 26px; }
}
@media (max-width: 767px) {
    .visible-xs { display: block !important; }
    .hidden-xs { display: none !important; }
    .tile__icon { height: 100px; line-height: 110px; margin-bottom: 10px; }
    .tile, .__wrap { width: calc(100% - 60px); margin: 0 auto 30px auto; min-width: 290px; }
    .tile { margin-bottom: 0; }
    .ideas-container.ahead { font-size: small; line-height: unset; width: calc(100% - 60px); margin: 0 auto 30px auto; min-width: 290px; }
    .ahead_title, .ideas-container.ahead .h1 { font-size: 24px; line-height: 28px; }
    .ahead p, .ahead-v p {font-size: 15px;line-height: 22px;padding-top: 16px}
    .ideas-container.ahead > a:not(.button) { font-size: 11px; line-height: 14px; padding-left: 24px; }
    .ahead > a:not(.button):before, .ahead-v > a:not(.button):before { font-size: 15px; }
    .tile__inner { height: auto !important; min-height: 300px; margin: 0; }
    .tile--col1 .tile__inner { padding: 15px; min-height: auto; }
    .tile__item:last-child { margin-bottom: 0; }
    .tile--col4 .tile__item,
    .tile--col3 .tile__item {width: 100%;margin: 0 0 30px 0;}
    .ahead a { top: 0; }
    .ahead a:not(.button), .ahead-v a:not(.button) { margin-top: 0; }
    .ahead.ahead--center.wrap {	display: block;	}
    .ahead.ahead--center.wrap span {text-align: left;font-size: 18px;padding: 28px 10px 26px 15px;font-weight: 700;float: left;line-height: 1;}
    .ahead.ahead--center.wrap a { margin: 28px 15px 0 0; }
    .ahead--center { text-align: right; }
    .item .inner.cake {	height: 348px; }
    .__wrap.page-preview.var-1 {grid-template-columns: 100%;-ms-grid-columns: 100%;}
    .xs-pt-120 { padding-top: 120px !important; }
    .ahead_text { font-size: 15px; line-height: 22px; }
    .xs-mb-15 { margin-bottom: 15px; }
    .xs-mb-30 { margin-bottom: 30px; }
}
@media (max-width: 660px) {
    .rept .ideas-container.ahead .h1 { width: 100%; line-height: 20px; margin-bottom: 18px; }
}
@media (max-width: 570px) {
    .ahead > a:not(.button) { padding-left: 25px; }
    .ahead > a:not(.button):before { top: calc(50% - 6.5px); }
    .ideas-container.ahead .block-tags-used { float: unset !important; }
    .ideas-container.ahead .h1 { width: 100%; max-width: unset; max-width: none; margin-bottom: 16px; }
    .ideas-container.ahead > a:not(.button) { margin-left: 0; float: none; }
    .ideas-container.ahead > div { width: 100%; }
    .ideas-container.ahead > div p { padding-top: 0; }
    .ideas-container.ahead .block-tags-used { float: unset; }
    .ideas-container.ahead .block-tags-used > span { width: 100%; margin-bottom: 5px; }
    .ideas-container.ahead .block-tags-used > .tags-used { width: 100%; }
    .ideas-container.ahead .block-tags-used .cake-tag:first-child { margin-left: 0; }
    .ideas-container.ahead.__in-line {  }
    .ideas-container.ahead.__in-line .h1 { width: calc(100% - 120px); margin-bottom: 0; }
    .ideas-container.ahead.__in-line > a:not(.button) {max-width: 120px;line-height: 20px;float: right;box-sizing: border-box;}
    .ideas-container.ahead.__empty { margin: 0 30px; }
    .ideas-container.ahead.__empty .h1 { display: none; }
    .ideas-container.ahead.__empty > a:not(.button) { float: right; width: auto; margin-bottom: 30px; }
    .ideas-container.ahead.__desc { display: flex; display: -ms-flex; flex-flow: wrap; }
    .ideas-container.ahead.__desc > div.h1 { order: 0; }
    .ideas-container.ahead.__desc > div  { order: 1; margin-bottom: 18px; }
    .ideas-container.ahead.__desc > div p { margin-bottom: 16px; }
    .ideas-container.ahead.__desc > div p:last-child { margin-bottom: 0; }
    .ideas-container.ahead.__desc > a:not(.button) { order: 2; margin-bottom: 0; }
}
@media (max-width: 420px) {
    .ideas-container.ahead .filter {width: 100%;min-width: 290px;grid-template-columns: 100%;-ms-grid-columns: 100%;}
    .ideas-container.ahead .filter .field {grid-row: 2;-ms-grid-row: 2;grid-column: 1;-ms-grid-column: 1;margin-left: 0;}
}
@media (max-width: 350px) {
    .ideas-container.ahead.__empty { margin: 0 0; width: 100%; }
    .ideas-container.ahead.__empty > a:not(.button) { margin-right: calc(50vw - 145px); }
}
@media (min-width: 512px) {
    .ideas-container.ahead { display: block; }
}
@media (min-width: 768px) {
    .ideas-container.ahead { width: calc(100% - 18px); line-height: unset; font-size: small; }
    .ideas-container.ahead > a:not(.button) { font-size: 13px; line-height: 15px; }
    .__wrap.page-preview.var-1 {grid-template-columns: 35% 65%;-ms-grid-columns: 35% 65%;}
    .tile__inner { min-height: 348px; }
    .tile--col1 .tile__inner { padding: 30px; min-height: auto; }
    .ahead_text { font-size: 18px; line-height: 27px; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .container { width: calc(100% - 30px); }
    .visible-sm { display: block !important; }
    .hidden-sm { display: none !important; }
    .wrap { margin: 0 auto; max-width: 750px; }
    .wrap.ahead { margin: 0 auto 18px auto; }
    .wrap .news-ahead { min-width: 750px; }
    .tile, .__wrap { width: calc(100% - 18px); margin: 0 9px 30px 9px; }
    .tile { margin-bottom: 0; }
    .ahead_title, .ideas-container.ahead .h1 { font-size: 20px; line-height: 24px; }
    .ideas-container.ahead > a:not(.button) { top: 1px; }
    .tile.tile--col4,
    .tile.tile--col3 {grid-template-columns: calc((100% - 32px) / 2) calc((100% - 32px) / 2);-ms-grid-columns: calc((100% - 32px) / 2) 30px calc((100% - 32px) / 2);}
    .tile--col3 .tile__item { width: calc((100% - 32px) / 2); margin-right: 30px; }
    .tile--col3 .tile__item:nth-child(3n) { margin-right: 0; }
    .tile--col3 .tile__item:first-child,
    .tile--col3 .tile__item:nth-child(3n + 1) { width: 100%; margin-right: 0; }
    .tile--col4 .tile__item:nth-child(odd) { width: calc((100% - 32px) / 2); margin-right: 30px; }
    .tile--col4 .tile__item:nth-child(even) { width: calc((100% - 32px) / 2); margin-right: 0; }
    .sm-pt-120 { padding-top: 120px !important; }
    .md-mb-15 { margin-bottom: 15px; }
    .md-mb-30 { margin-bottom: 30px; }
}
@media (min-width: 992px) {
    .ideas-container.ahead {max-width: 1170px;display: flex;display: -ms-flex;display: -webkit-flex;flex-flow: row wrap;}
    .tile.tile--col3 .tile__item { width: calc((100% - 60px) / 3); margin-right: 30px; }
    .tile.tile--col3 .tile__item:nth-child(3n) { margin-right: 0; }
    .tile.tile--col4 .tile__item { width: calc((100% - 90px) / 4); margin-right: 30px; }
    .tile.tile--col4 .tile__item:nth-child(4n) { margin-right: 0; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md { display: block !important; }
    .hidden-md { display: none !important; }
    .wrap { margin: 0 auto; max-width: 970px; }
    .wrap.ahead { margin: 0 auto 18px auto; }
    .ahead.ahead--center.wrap { display: block; max-width: none ; }
    .ahead.ahead--center.wrap span {text-align: left;font-size: 36px;padding: 22px 15px 14px 0;font-weight: 700;float: left;}
    .ahead.ahead--center.wrap a { margin: 18px 0 0 0; }
    .tile,
    .__wrap { width: calc(100% - 58px); max-width: 1170px; margin: 0 auto 29px auto; }
    .tile { margin: 0 29px; }
    .ideas-container.ahead { width: calc(100% - 58px); }
    .ahead_title, .ideas-container.ahead .h1 { font-size: 30px; line-height: 36px; }
    .ideas-container.ahead > a:not(.button) { top: 7px; }
    .md-pt-120 { padding-top: 120px !important; }
}
@media (min-width: 1200px) {
    .visible-lg { display: block !important; }
    .hidden-lg { display: none !important; }
    .wrap { margin: 0 auto; max-width: 1170px; }
    .wrap.ahead { margin: 0 auto 18px auto; }
    .tile,
    .__wrap { width: 100%; max-width: 1170px; margin: 0 auto 29px auto; }
    .tile { margin: 0 auto; }
    .item .inner.cake { height: 348px; }
    .ahead_title, .ideas-container.ahead .h1 { font-size: 36px; line-height: 38px; }
    .ahead.ahead--center.wrap { display: block; }
    .ahead.ahead--center.wrap span {
        text-align: left;
        font-size: 36px;
        padding: 22px 15px 14px 0;
        font-weight: 700;
        float: left;
    }
    .ahead.ahead--center.wrap a {
        margin: 18px 0 0 0;
    }
    .lg-pt-120 { padding-top: 120px !important; }
}
@media print {
    .wrapper { width: 80%; margin: 0 auto; max-width: 1100px; }
    .bg-black-blue { background: transparent !important; }
    .__w_panel,
    #open-menu,
    .logo.white,
    #mob-menu-container,
    .b24-widget-button-wrapper,
    .slider-wrapper__buttons,
    .slider-wrapper__on-photo.on-photo,
    .form-connector,
    .form-block,
    .ideas-container > a,
    .ideas-container.ahead > a,
    .slider-wrapper__section { display: none; }
    #top-slider,
    .slider-wrapper { height: 150px !important; min-height: auto; }
    .slider-wrapper .absolute-wrap {
        width: 100%;
        bottom: auto;
        left: 0;
        padding-left: 30px;
        padding-right: 30px;
        top: 0;
        height: 150px;
        border-bottom: 1px solid rgb(240,240,240);
    }
    .logo.black {
        display: inline-block;
        margin: 0;
        vertical-align: top;
        width: 92px !important;
        max-height: none !important;
        max-width: none !important;
        float: none;
    }
}