@charset "UTF-8";
@font-face {
    font-family: pf_dindisplay_proregular;
    src: url(../fonts/pfdindisplaypro-reg-w.eot);
    src: url(../fonts/pfdindisplaypro-reg-w.eot?#iefix) format("embedded-opentype"), url(../fonts/pfdindisplaypro-reg-w.woff) format("woff"), url(../fonts/pfdindisplaypro-reg-w.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: din_prolight;
    src: url(../fonts/dinpro-light-w.eot);
    src: url(../fonts/dinpro-light-w.eot?#iefix) format("embedded-opentype"), url(../fonts/dinpro-light-w.woff) format("woff"), url(../fonts/dinpro-light-w.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.section-menu:after {
    display: table;
    width: 100%;
    clear: both
}

a, abbr, acronym, address, applet, article, aside, audio, b, bdi, bdo, big, blockquote, canvas, caption, center, cite, code, dd, del, details, dfn, dir, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, header, hgroup, hr, i, iframe, img, ins, kbd, keygen, label, legend, li, main, mark, nav, object, optgroup, output, pre, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, var, video, wbr {
    background: 0 0;
    border: 0;
    font-size: 100%;
    outline: 0;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

body, html {
    border: 0;
    height: 100%;
    outline: 0;
    color: #474747;
    margin: 0;
    padding: 0
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    background: #fff;
    color: #000;
    font-size: 11px;
    line-height: 15px;
    font-weight: 400
}

@media only screen and (min-width: 768px) {
    body {
        font-size: 12px;
        line-height: 18px
    }
}

@media only screen and (min-width: 980px) {
    body {
        font-size: 14px;
        line-height: 16px
    }
}

body, button, input, select, textarea {
    font-family: Roboto, sans-serif
}

a {
    color: #123885;
    text-decoration: none
}

a:hover {
    color: #123885;
    outline: 0;
    text-decoration: underline
}

.button {
    display: inline-block;
    font-size: 15px;
    line-height: 100%;
    min-width: 85px;
    padding: 14px 80px;
    margin: 7px 17px 17px 0;
    color: #fff;
    background: #bababc;
    text-align: center
}

.button:hover {
    color: #fff;
    text-decoration: none;
    opacity: .8
}

.button.dark {
    background: #333
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    background: 0 0;
    border: 0;
    color: #000;
    font-style: normal;
    font-weight: 700;
    outline: 0;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

h1, .h1 {
    font-size: 2em;
}

.h2, h2 {
    font: 12px/14px Roboto, sans-serif;
    margin: 0 0 20px;
    color: #123885;
    font-weight: 300;
    text-transform: uppercase
}

@media only screen and (min-width: 768px) {
    .h2, h2 {
        font-size: 22px;
        line-height: 24px;
        margin: 0 0 40px
    }
}

@media only screen and (min-width: 980px) {
    .h2, h2, .content .box h2.lead, .content .box .h2.lead {
        font-size: 36px;
        line-height: 38px
    }

    .content .box h2, .content .box .h2 {
        font-size: 25px;
        line-height: 38px;
    }
}

.h-md-title, .h3, h3 {
    font: 700 15px Roboto, sans-serif;
    line-height: 120%;
    margin: 0 0 10px;
    text-transform: inherit
}

@media only screen and (min-width: 768px) {
    .h-md-title, .h3, h3 {
        font-size: 18px
    }
}

@media only screen and (min-width: 980px) {
    .h-md-title, .h3, h3 {
        font-size: 26px
    }
}

.h4, h4 {
    font-size: 13px;
    line-height: 120%;
    margin: 10px 0 15px
}

.h4:first-child, h4:first-child {
    margin-top: 0
}

@media only screen and (min-width: 768px) {
    .h4, h4 {
        font-size: 15px
    }
}

@media only screen and (min-width: 980px) {
    .h4, h4 {
        font-size: 20px
    }
}

p {
    margin: 0 0 20px;
    padding: 0
}

menu, ol, ul {
    margin: 17px 0;
    padding: 0
}

li {
    display: list-item;
    margin-bottom: 10px
}

.content li {
    font-weight: 300
}

ul {
    list-style-type: none;
    margin: 0 0 20px
}

ul li {
    position: relative;
    padding: 0 0 0 25px
}

ul li:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #414141
}

ol {
    list-style-type: none;
    margin: 0 0 20px
}

ol li {
    position: relative;
    counter-increment: step-counter;
    padding: 0 0 5px 30px
}

ol li:before {
    position: absolute;
    left: 0;
    top: 1px;
    content: counter(step-counter) ".";
    color: #414141;
    background: 0 0;
    font-weight: 500
}

dt {
    font-style: normal;
    font-weight: 700
}

dd {
    font-style: normal;
    font-weight: 400
}

table {
    width: auto;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 20px
}

th {
    color: #123885;
    font-weight: 500;
    border-bottom: 1px solid #d3d3d3
}

td {
    font-weight: 400;
    font-weight: 300
}

td, th {
    padding: 10px;
    text-align: left;
    vertical-align: top
}

td[align=right], th[align=right] {
    text-align: right
}

@media only screen and (min-width: 768px) {
    td, th {
        padding: 15px 20px
    }
}

th {
    padding: 10px;
    background: #fff
}

@media only screen and (min-width: 768px) {
    th {
        padding: 10px 20px
    }
}

td {
    border-top: 1px solid #e6eaf2
}

button, input, select, textarea {
    background-color: transparent;
    border: 0;
    font-size: 100%;
    line-height: normal;
    margin: 0;
    outline: 0;
    padding: 10px 14px;
    text-transform: none;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

button, input, select {
    vertical-align: middle
}

button {
    overflow: visible
}

fieldset {
    border: 1px #ddd solid;
    margin: 8px 0;
    padding: 6px;
    border-radius: 4px
}

textarea {
    overflow: auto;
    vertical-align: top
}

label {
    display: block
}

input::-webkit-input-placeholder {
    color: #b3b3b3;
    font-style: normal;
    font-weight: 300;
    font-size: 14px
}

input:-moz-placeholder {
    color: #b3b3b3;
    font-style: normal;
    font-weight: 300;
    font-size: 14px
}

input::-moz-placeholder {
    color: #b3b3b3;
    font-style: normal;
    font-weight: 300;
    font-size: 14px
}

input:-ms-input-placeholder {
    color: #b3b3b3;
    font-style: normal;
    font-weight: 300;
    font-size: 14px
}

textarea::-webkit-input-placeholder {
    color: #b3b3b3;
    font-style: normal;
    font-weight: 300;
    font-size: 14px
}

textarea:-moz-placeholder {
    color: #b3b3b3;
    font-style: normal;
    font-weight: 300;
    font-size: 14px
}

textarea::-moz-placeholder {
    color: #b3b3b3;
    font-style: normal;
    font-weight: 300;
    font-size: 14px
}

textarea:-ms-input-placeholder {
    color: #b3b3b3;
    font-style: normal;
    font-weight: 300;
    font-size: 14px
}

button, input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    text-align: center
}

button[disabled], button[disabled]:hover, button[readonly], button[readonly]:hover input[readonly]:hover, input[disabled], input[disabled]:hover, input[readonly], textarea[disabled], textarea[disabled]:hover, textarea[readonly], textarea[readonly]:hover {
    cursor: default
}

button[disabled]:active, button[readonly]:active, input[disabled]:active, input[readonly]:active {
    box-shadow: none
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: 1px #a0a0a0 dotted;
    box-shadow: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    -ms-box-sizing: content-box;
    box-sizing: content-box
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time], input[type=week] {
    -webkit-padding-before: 4px;
    -webkit-padding-after: 4px
}

input[type=range] {
    background: #ccc;
    padding: 0;
    height: 4px;
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=range][disabled]:active, input[type=range][disabled]:focus, input[type=range][disabled]:hover {
    background: #ccc
}

input[type=range]::-webkit-slider-thumb {
    background: #fff;
    border: 1px #ccc solid;
    height: 15px;
    width: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px
}

blockquote {
    position: relative;
    padding: 20px 0 20px 50px;
    quotes: none;
    color: #7a7a7a;
    font-style: italic
}

blockquote:before {
    content: '┬л';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 46px;
    line-height: 46px
}

blockquote:after {
    content: '';
    content: none
}

q {
    quotes: '\00ab' '\00bb' '\201e' '\201c'
}

[hidden], template {
    display: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

abbr[title] {
    border-bottom: 1px dotted;
    cursor: help
}

address, cite, dfn, em, var {
    font-style: italic;
    font-weight: 400
}

audio:not([controls]) {
    display: none;
    height: 0
}

b, strong {
    font-weight: 700
}

code {
    background: #f8f8f8;
    border: 1px #ddd solid;
    border-radius: 2px
}

del, s {
    text-decoration: line-through;
    font-weight: 400
}

img {
    color: transparent;
    font-size: 0;
    vertical-align: middle
}

hr {
    border-top: 1px #ddd solid;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 10px 0;
    overflow: hidden;
    border-radius: 2px;
    -ms-box-sizing: content-box;
    box-sizing: content-box
}

ins {
    text-decoration: underline
}

mark {
    background: #A8F2A0;
    color: #000;
    padding: 1px 3px;
    border-radius: 2px
}

pre {
    overflow: auto;
    white-space: pre-wrap
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

.flag {
    display: table;
    width: 100%;
    margin-bottom: 64px
}

.flag__body, .flag__img {
    display: table-cell;
    vertical-align: middle
}

.flag__img {
    padding: 0 32px;
    min-width: 181px;
    text-align: center
}

.flag__img > img {
    display: inline-block;
    max-width: none
}

.flag__body {
    width: 100%
}

.flag__body, .flag__body > :last-child {
    margin-bottom: 0
}

@media all and (max-width: 767px) {
    .flag {
        display: block
    }

    .flag__img {
        display: block;
        margin: 0 0 16px
    }

    .flag__img img {
        max-width: 50%;
        height: auto
    }

    .flag__body {
        display: block;
        margin: 0 0 32px
    }
}

.cards-list .list-icons, .hero-product__nav ul, .ig-grid, .js-additional-payment-summary ul, .js-main-payment-summary ul, .js-more_tv-payment-summary ul, .js-payment-summary ul, .list-bare, .list-pack, .list-ui, .pack-items__list, .text-rotation__switcher {
    margin: 0;
    padding: 0;
    list-style: none
}

.cards-list .list-icons > li, .hero-product__nav ul > li, .ig-grid > li, .js-additional-payment-summary ul > li, .js-main-payment-summary ul > li, .js-more_tv-payment-summary ul > li, .js-payment-summary ul > li, .list-bare > li, .list-pack > li, .list-ui > li, .pack-items__list > li, .text-rotation__switcher > li {
    margin: 0;
    padding: 0
}

.cards-list .list-icons > li:before, .hero-product__nav ul > li:before, .ig-grid > li:before, .js-additional-payment-summary ul > li:before, .js-main-payment-summary ul > li:before, .js-more_tv-payment-summary ul > li:before, .js-payment-summary ul > li:before, .list-bare > li:before, .list-pack > li:before, .list-ui > li:before, .pack-items__list > li:before, .text-rotation__switcher > li:before {
    display: none
}

.list-ui > li {
    padding: 9px 0;
    border-top: 1px solid #e5e5e5
}

.list-ui > li:first-child {
    border: 0
}

.list-ui > li > div {
    padding: 0 10px;
    vertical-align: middle;
    font-weight: 300
}

.list-ui > li .toggle-box {
    display: table-caption;
    width: 100%;
    font-size: inherit;
    caption-side: bottom
}

.list-ui > li .toggle-box .toggle-box__a {
    font-size: inherit
}

.list-ui .note {
    color: #00a651;
    margin: 0 5px
}

.list-ui-icon {
    width: 30px;
    text-align: center
}

.list-ui-icon svg {
    display: inline-block;
    max-width: 100% !important;
    height: auto !important;
    vertical-align: middle
}

.list-ui-icon path {
    fill: #123885
}

.error-box .list-ui-icon a.search, .list-ui-icon .circle, .list-ui-icon .error-box a.search, .list-ui-icon .icon-tooltip, .list-ui-icon .roundslider img, .roundslider .list-ui-icon img {
    display: inline-block;
    background: #123885;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px
}

.list-ui-price {
    width: 110px;
    font-size: 18px;
    text-align: right;
    padding-right: 0 !important;
    font-weight: 700 !important
}

.list-ui-legend {
    width: 60px;
    font-size: 12px
}

.list-ui-switcher {
    width: 40px
}

.list-ui-switcher label {
    position: relative;
    width: 41px;
    height: 24px;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    cursor: pointer
}

.list-ui-switcher label span {
    position: absolute;
    width: 41px;
    height: 24px;
    border-radius: 12px;
    background: #b9b9b9
}

.list-ui-switcher label span:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 7px;
    left: 5px;
    top: 5px;
    transition: left .1s
}

.list-ui-switcher label input[type=checkbox], .list-ui-switcher label input[type=radio] {
    position: absolute;
    left: -9999px
}

.list-ui-switcher label input[type=checkbox]:checked + span, .list-ui-switcher label input[type=radio]:checked + span {
    background: #123885
}

.list-ui-switcher label input[type=checkbox]:checked + span:after, .list-ui-switcher label input[type=radio]:checked + span:after {
    left: 22px
}

@media all and (max-width: 767px) {
    .list-ui .note {
        display: block;
        margin: 0;
        padding: 0
    }

    .list-ui > li > div.list-ui-icon {
        float: left
    }

    .list-ui > li > div.list-ui-name {
        display: block;
        text-align: left;
        margin: 0 70px 20px 55px
    }

    .list-ui > li > div.list-ui-price {
        display: inline-block;
        width: auto;
        text-align: left;
        margin: 0 3px 10px 55px
    }

    .list-ui > li > div.list-ui-legend {
        display: inline-block;
        width: auto;
        min-width: 60px;
        text-align: left;
        margin: 0 70px 10px 3px
    }

    .list-ui > li > div.list-ui-switcher {
        float: right;
        margin-top: -30px
    }
}

.flow {
    display: block
}

.list-ui > li, .sitemap, .top-services {
    width: 100%;
    display: table;
    table-layout: fixed
}

.list-ui > li > div, .sitemap-box, .top-services__item {
    display: table-cell
}

.pack-items {
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    margin: 0 32px 32px
}

.pack-items .row {
    padding: 0;
    overflow: hidden
}

.pack-items__header h2 {
    display: inline-block;
    font-size: 12px;
    line-height: 100%;
    margin: 0;
    padding: 15px 0;
    text-transform: uppercase;
    color: #123885;
    background: #fefefe;
    font-weight: 300
}

.pack-items__list {
    font-size: 10px;
    line-height: 100%;
    overflow: hidden
}

.pack-items__list > li {
    margin: 0;
    padding: 0
}

.pack-items__list a {
    display: block;
    position: relative;
    color: inherit;
    padding: 5px
}

.pack-items__list a > span {
    display: block;
    position: relative;
    z-index: 10
}

.pack-items__list a:after {
    content: '';
    background: #fff200;
    position: absolute;
    width: 180px;
    height: 180px;
    left: 50%;
    top: 15px;
    margin-left: -90px;
    opacity: 0;
    z-index: 1;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .2s
}

.pack-items__list a:hover {
    text-decoration: none
}

.pack-items__list .thumb {
    font-size: 52px;
    height: 60px;
    line-height: 60px;
    font-weight: 700
}

.pack-items__list .thumb svg {
    display: inline-block;
    vertical-align: middle
}

.pack-items__list .name {
    text-rendering: optimizelegibility;
    letter-spacing: -.025em
}

@media only screen and (max-width: 767px) {
    .pack-items {
        position: relative;
        background: none !important
    }

    .pack-items .xs-arrow {
        position: absolute;
        width: 32px;
        height: 80px;
        top: 45px;
        background: #fff;
        cursor: pointer
    }

    .pack-items .xs-arrow:after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -6px;
        border: 6px solid transparent
    }

    .pack-items .xs-arrow-prev {
        left: 0
    }

    .pack-items .xs-arrow-prev:after {
        left: 2px;
        border-right-color: #ccd4e3
    }

    .pack-items .xs-arrow-next {
        right: 0
    }

    .pack-items .xs-arrow-next:after {
        right: 2px;
        border-left-color: #ccd4e3
    }

    .pack-items .xs-arrow.na {
        display: none
    }

    .pack-items > .xs-arrow-next {
        right: -32px !important
    }

    .pack-items > .xs-arrow-prev {
        left: -32px !important
    }

    .pack-items a {
        color: #123885
    }

    .pack-items__list {
        background: 0 0
    }

    .pack-items__list > li {
        float: left;
        width: 0;
        overflow: hidden;
        transition: width .2s
    }

    .pack-items__list > li.xs-active {
        width: 33.33333%
    }

    .pack-items__list svg {
        max-width: 32px;
        max-height: 32px
    }

    .pack-items__list path {
        fill: #123885
    }

    .pack-items__list .thumb {
        font-size: 24px
    }

    .pack-items__list .name {
        text-rendering: optimizelegibility;
        letter-spacing: -.065em
    }
}

@media only screen and (min-width: 768px) {
    .pack-items {
        margin: 0 0 32px
    }

    .pack-items__header {
        position: absolute;
        width: 100%;
        bottom: 100%;
        left: 0
    }

    .pack-items__header h2 {
        font-size: 14px;
        padding: 15px 30px
    }

    .pack-items__list {
        width: 100%;
        display: table;
        table-layout: fixed;
        font-size: 13px
    }

    .pack-items__list > li {
        display: table-cell;
        border-left: 1px solid #2c4d91;
        border-left: 1px solid rgba(255, 255, 255, .1)
    }

    .pack-items__list > li:first-child {
        border-left: 0
    }

    .pack-items__list a {
        padding: 15px
    }

    .pack-items__list.gradientDarkBlue a {
        min-height: 150px
    }

    .pack-items__list .thumb {
        height: 110px;
        line-height: 110px
    }
}

@media only screen and (min-width: 980px) {
    .pack-items {
        margin: 0 0 85px
    }

    .pack-items .row {
        padding: 0 32px
    }

    .pack-items__header h2 {
        font-size: 22px;
        padding: 22px 70px
    }

    .pack-items__list {
        font-size: 14px;
        line-height: 120%
    }

    .pack-items__list a {
        min-height: 180px
    }

    .pack-items__list a:hover {
        text-decoration: none;
        color: #123885
    }

    .pack-items__list a:hover path, .pack-items__list a:hover text {
        fill: #123885
    }

    .pack-items__list a:hover:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .pack-items__list.gradientDarkBlue a {
        min-height: 180px
    }
}

.pack-items--static .thumb {
    margin: 20px 0
}

.pack-items--static a {
    height: auto;
    min-height: 180px
}

.pack-items--static a:after {
    display: none
}

.pack-items--static a:hover {
    color: inherit
}

.pack-items__list--simple {
    color: #000
}

.pack-items__list--simple > li {
    vertical-align: middle;
    text-align: center;
    border: 0
}

.pack-items__list--simple a {
    height: auto;
    padding: 0 16px
}

.pack-items__list--simple a:after {
    display: none
}

.pack-items__list--simple.on--image {
    color: #fff;
    font-size: 18px
}

.pack-items__list--simple.on--image > li {
    vertical-align: top
}

.pack-items__list--simple.on--image path {
    fill: #fff200
}

.pack-items__list--simple.on--image a:hover {
    color: #fff
}

.pack-items__list--simple.on--image a:hover path {
    fill: #fff200
}

.list-pack {
    font-size: 0;
    line-height: 0;
    touch-action: pan-y;
    -ms-touch-action: pan-y
}

.list-pack > li {
    display: none;
    vertical-align: top
}

.list-pack > li.xs-active {
    display: inline-block
}

@media only screen and (min-width: 768px) {
    .list-pack > li {
        display: inline-block;
        width: 50%
    }
}

@media only screen and (max-width: 767px) {
    .gradientDarkBlue .xs-arrow, .pack-items--mob .xs-arrow {
        position: absolute;
        width: 32px;
        height: 80px;
        top: 50%;
        margin-top: -40px;
        cursor: pointer
    }

    .gradientDarkBlue .xs-arrow:after, .pack-items--mob .xs-arrow:after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -6px;
        border: 6px solid transparent
    }

    .gradientDarkBlue .xs-arrow-prev, .pack-items--mob .xs-arrow-prev {
        left: 0
    }

    .gradientDarkBlue .xs-arrow-prev:after, .pack-items--mob .xs-arrow-prev:after {
        left: 2px;
        border-right-color: #ccd4e3
    }

    .gradientDarkBlue .xs-arrow-next, .pack-items--mob .xs-arrow-next {
        right: 0
    }

    .gradientDarkBlue .xs-arrow-next:after, .pack-items--mob .xs-arrow-next:after {
        right: 2px;
        border-left-color: #ccd4e3
    }

    .gradientDarkBlue .xs-arrow.na, .pack-items--mob .xs-arrow.na {
        display: none
    }

    .pack-items--mob {
        position: relative;
        padding-left: 32px;
        padding-right: 32px;
        margin-left: 0;
        margin-right: 0
    }

    .pack-items--mob .xs-arrow {
        background: 0 0
    }

    .pack-items--mob .xs-arrow-prev {
        left: 0 !important;
        border-right-color: #123885
    }

    .pack-items--mob .xs-arrow-next {
        right: 0 !important;
        border-left-color: #123885
    }
}

@media all and (max-width: 979px) {
    .pack-items--static {
        margin-left: -32px;
        margin-right: -32px
    }

    .pack-items--static .pack-items__list > li {
        border-color: transparent
    }

    .pack-items--static .thumb {
        height: 74px;
        width: 74px;
        line-height: 74px;
        margin-left: auto;
        margin-right: auto
    }

    .pack-items--static .thumb img {
        max-width: 100%
    }
}

@media all and (max-width: 767px) {
    .gradientDarkBlue .pack-items__list path, .gradientDarkBlue .pack-items__list text {
        color: #123885;
        fill: #123885
    }

    .pack-items--static {
        background: #f4f4f4 !important
    }

    .pack-items--static a, .pack-items--static a:hover {
        color: #123885
    }
}

.accordion-list {
    margin-bottom: 64px
}

.accordion-list:last-child {
    margin-bottom: 0
}

.accordion-list__item {
    padding: 0 15px;
    margin-bottom: 10px
}

.accordion-list__item h3 {
    position: relative;
    display: inline-block;
    padding-left: 44px;
    margin-left: -44px;
    color: #123885;
    cursor: pointer
}

.accordion-list__item h3:hover {
    color: #000
}

.accordion-list__item h3:hover span {
    border-color: transparent
}

.js-accordion-list .accordion-list__item h3 span {
    border-bottom: 1px dashed
}

.js-accordion-list .accordion-list__item h3 span.icon {
    border: 0;
    position: absolute;
    left: 10px;
    top: 0
}

.js-accordion-list .accordion-list__item > div {
    display: none;
    overflow: hidden
}

.js-accordion-list .accordion-list__item.active h3 span.icon {
    top: 9px
}

.js-accordion-list .accordion-list__item.active > div {
    display: block
}

@media only screen and (min-width: 768px) {
    .accordion-list__item {
        padding: 0 60px
    }

    .js-accordion-list .accordion-list__item h3 span.icon {
        left: 0;
        top: 5px
    }
}

@media only screen and (min-width: 980px) {
    .js-accordion-list .accordion-list__item h3 span.icon {
        top: 5px
    }

    .js-accordion-list .accordion-list__item.active h3 span.icon {
        top: 14px
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInLeft {
    0%, 100%, 60%, 75%, 90% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%, 100%, 60%, 75%, 90% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, .3, .3);
        transform: scale3d(0.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, .3, .3);
        transform: scale3d(0.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.list-of-benefits {
    padding: 32px 0 !important;
    margin-left: -32px;
    margin-right: -32px
}

.list-of-benefits > li {
    box-sizing: border-box;
    height: auto;
    padding-bottom: 32px
}

.benefit {
    position: relative;
    margin: 0 32px
}

.benefit .benefit__image {
    position: absolute;
    width: 78px;
    height: 78px;
    line-height: 78px;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 50%;
    text-align: center;
    background: #fff;
    z-index: 1;
    transition: all .2s
}

.benefit .benefit__image svg {
    display: inline-block;
    vertical-align: middle;
    max-width: 55%;
    max-height: 55%;
    height: auto;
    width: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition: all .2s
}

.benefit .benefit__image path {
    fill: #3e8fda
}

.benefit .benefit__body {
    position: relative;
    margin-left: 110px;
    padding: 10px 0 0;
    font-size: 12px;
    line-height: 125%;
    transition: all .2s;
    z-index: 10
}

.benefit .benefit__body h4 {
    font-size: 1.33333em;
    margin-bottom: .75em
}

.benefit .benefit__body p {
    margin: 0;
    padding: 0
}

@media all and (min-width: 980px) {
    .list-of-benefits {
        padding: 52px 0 !important;
        margin-left: 0;
        margin-right: 0
    }

    .list-of-benefits > li {
        min-height: 180px
    }

    .benefit .benefit__image {
        width: 110px;
        height: 110px;
        line-height: 110px
    }

    .benefit .benefit__body {
        font-size: 15px;
        margin-left: 142px
    }

    .benefit .benefit__body h4 {
        font-size: 1.46667em;
        margin-bottom: .68182em
    }

    .benefit.active {
        cursor: default
    }

    .benefit.active .benefit__image {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        background: rgba(255, 255, 255, 0);
        z-index: 1
    }

    .benefit.active .benefit__image svg {
        -webkit-transform: scale(3);
        transform: scale(3);
        max-width: 100%;
        opacity: .7
    }

    .benefit.active .benefit__body {
        font-size: 19px;
        margin-left: 0;
        padding: 0
    }
}

@media all and (max-width: 767px) {
    .list-of-benefits > li {
        height: auto !important
    }

    .benefit .benefit__image {
        width: 60px;
        height: 60px;
        line-height: 60px
    }

    .benefit .benefit__body {
        margin-left: 92px;
        padding: 0
    }
}

.box {
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px
}

.box:after {
    content: '';
    display: table;
    width: 100%;
    clear: both
}

.box--border {
    padding: 32px 0 0;
    border-top: 1px solid #cfcfcf
}

.box--border p {
    color: #000
}

.box--large, .box--md {
    padding-top: 32px;
    padding-bottom: 32px
}

.box--land {
    padding: 32px 0
}

.box--cover-image {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.box--shadow {
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .15)
}

@media only screen and (min-width: 768px) {
    .box--large {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

@media only screen and (min-width: 980px) {
    .box--border {
        padding: 32px 16px;
        border: 1px solid #cdcdcd;
        margin: 0 0 20px
    }

    .box--large {
        padding-top: 64px;
        padding-bottom: 64px
    }

    .box--land {
        padding: 32px;
        margin-bottom: 32px
    }
}

.btn, .btn.btn {
    display: inline-block;
    line-height: 100%;
    padding: 7px 25px;
    background: #fff;
    color: #123885;
    text-align: center;
    font-weight: 300;
    border-radius: 30px;
    transition: all .3s
}

.btn--sm, .btn.btn--sm {
    padding: 9px 30px !important;
    font-size: 14px;
    line-height: 1
}

.btn--shadow, .btn.btn--shadow {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .15)
}

.btn.btn:hover, .btn:hover {
    background: #123885;
    color: #fff;
    text-decoration: none
}

.js-hero-product__body .btn, .js-hero-product__body .btn.btn {
    padding: 10px 20px
}

.btn--md-wide, .btn--md-wide.btn--md-wide {
    font-size: 14px
}

.btn--yellow, .btn--yellow.btn--yellow {
    background: #fff200
}

.btn--yellow.btn--yellow:hover, .btn--yellow:hover {
    background: #123885
}

.btn--border, .btn--border.btn--border {
    font-size: 18px;
    border: 1px solid #d0d0d0
}

.btn--border.btn--border:hover, .btn--border:hover {
    background: #123885;
    border-color: #123885
}

.btn--square, .btn--square.btn--square {
    border-radius: 0
}

@media only screen and (min-width: 768px) {
    .btn, .btn.btn {
        padding: 7px 35px
    }

    .btn--md-wide, .btn--md-wide.btn--md-wide {
        font-size: 18px;
        line-height: 26px
    }

    .js-hero-product__body .btn, .js-hero-product__body .btn.btn {
        padding: 15px 35px
    }
}

@media only screen and (min-width: 980px) {
    .btn, .btn.btn {
        padding: 15px 35px
    }

    .btn--md-wide, .btn--md-wide.btn--md-wide {
        font-size: 24px;
        line-height: 32px;
        padding-left: 50px;
        padding-right: 50px
    }
}

@media all and (max-width: 979px) {
    .btn.cards-list__more, .right-align.btn {
        padding: 15px 30px;
        margin-top: -20px
    }
}

.cards-detail h3, .cards-detail h4 {
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase
}

.cards-detail {
    overflow: hidden
}

.cards-detail .cards-list {
    margin: 0 0 32px
}

.cards-detail .cards-list .list-icons > li {
    min-width: 33%;
    margin-top: 20px
}

.cards-detail .cards-list .media-box:hover {
    background: 0 0
}

.cards-detail h3 {
    color: #123885;
    margin: 0 0 32px;
    font-weight: 400
}

.cards-detail h4 {
    margin: 0 0 18px;
    font-weight: 300
}

.cards-detail .media-box {
    margin: 0
}

.cards-detail .list-ui {
    margin: 0 0 40px
}

.cards-detail button {
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    padding: 15px;
    color: #123885;
    border: 3px solid #123885;
    cursor: pointer
}

.cards-detail button:hover {
    color: #fff;
    background: #123885
}

.cards-detail__aside {
    width: 260px;
    padding: 0 20px 80px;
    float: right;
    margin-left: 50px;
    background: #eff2f9
}

.cards-detail__aside .title {
    position: relative;
    font-size: 22px;
    background: #fff200;
    color: #123885;
    font-weight: 700;
    padding: 15px 20px;
    margin-left: -20px;
    margin-right: -20px
}

.js-additional-payment-summary, .js-main-payment-summary, .js-more_tv-payment-summary, .js-payment-summary {
    padding: 15px 0
}

.js-additional-payment-summary strong, .js-main-payment-summary strong, .js-more_tv-payment-summary strong, .js-payment-summary strong {
    font-size: 17px
}

.js-additional-payment-summary ul, .js-main-payment-summary ul, .js-more_tv-payment-summary ul, .js-payment-summary ul {
    font-weight: 300
}

.js-additional-payment-summary ul li, .js-main-payment-summary ul li, .js-more_tv-payment-summary ul li, .js-payment-summary ul li {
    overflow: hidden;
    margin-bottom: 15px
}

.js-additional-payment-summary ul strong, .js-main-payment-summary ul strong, .js-more_tv-payment-summary ul strong, .js-payment-summary ul strong {
    font-size: 20px;
    line-height: 100%;
    font-weight: 700
}

.js-additional-payment-summary ul .left, .js-main-payment-summary ul .left, .js-more_tv-payment-summary ul .left, .js-payment-summary ul .left {
    width: 65%;
    padding-right: 5%;
    float: left
}

.js-additional-payment-summary ul .right, .js-main-payment-summary ul .right, .js-more_tv-payment-summary ul .right, .js-payment-summary ul .right {
    font-size: 13px;
    width: 30%;
    float: right;
    text-align: right
}

.js-additional-payment-summary .icon-tooltip, .js-main-payment-summary .icon-tooltip, .js-more_tv-payment-summary .icon-tooltip, .js-payment-summary .icon-tooltip {
    display: none
}

.js-payment-summary {
    border-top: 1px solid #d7d9e0;
    padding-top: 30px;
    padding-bottom: 30px
}

.js-payment-summary .summary {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700
}

@media all and (min-width: 980px) {
    .cards-detail__aside {
        margin-left: 0
    }

    .cards-detail__body {
        float: left;
        width: 100%;
        margin-right: -340px
    }

    .cards-detail__body > * {
        margin-right: 340px !important
    }
}

@media all and (max-width: 979px) {
    .cards-detail__aside {
        float: none;
        box-sizing: border-box;
        width: 100%;
        margin: 32px 0
    }
}

@media all and (max-width: 767px) {
    .cards-detail .cards-list {
        margin-left: -32px !important;
        margin-right: -32px !important
    }

    .cards-detail .cards-list .list-icons > li {
        width: 0 !important
    }

    .cards-detail .cards-list .media-box__body {
        padding-bottom: 25px
    }

    .cards-detail h4 {
        font-size: 18px;
        text-transform: inherit
    }
}

.cards-list {
    margin: 0 0 64px
}

.cards-list .media-box {
    background-color: #fff;
    transition: background-color .2s
}

.cards-list .media-box__image {
    margin: 0;
    padding: 0;
    max-width: 258px
}

.cards-list .media-box__image img {
    max-width: 100%;
    height: auto
}

.cards-list .media-box__body {
    padding: 0 32px
}

.cards-list .media-box:hover {
    background-color: #f4f4f4
}

.cards-list__more {
    width: 200px;
    margin-bottom: 32px
}

.cards-list__more .price {
    margin-bottom: 20px
}

.cards-list__more .btn {
    display: block;
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400
}

.cards-list__more .hide {
    display: none !important
}

.cards-list__body {
    overflow: hidden;
    padding: 24px 24px 0 0
}

.cards-list h3 {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 0 -32px
}

.cards-list h3 a {
    display: inline-block;
    vertical-align: top;
    background: #fff200;
    padding: 10px 32px
}

.cards-list h3 a:hover {
    text-decoration: none;
    color: #000
}

.cards-list p {
    margin: 0 0 15px
}

.cards-list .list-icons {
    font-size: 0;
    line-height: 0
}

.cards-list .list-icons > li {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    min-width: 25%;
    padding: 0 10px 0 40px;
    margin-top: 12px;
    font-size: 15px;
    line-height: 24px;
    vertical-align: top
}

.cards-list .list-icons > li .icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media all and (max-width: 979px) {
    .cards-list {
        margin: 0 0 32px
    }

    .cards-list .media-box__image {
        max-width: 170px
    }

    .cards-list .media-box__image img {
        max-width: 100%;
        height: auto
    }

    .cards-list h3 {
        font-size: 16px
    }

    .cards-list .list-icons > li {
        font-size: 10px;
        width: auto;
        padding-left: 35px;
        margin-top: 5px
    }

    .cards-list__more {
        width: 130px;
        margin-bottom: 0
    }

    .cards-list__more .price {
        margin-bottom: 5px
    }

    .cards-list__more .btn {
        font-size: 12px;
        line-height: 18px
    }

    .cards-list__body {
        padding-top: 15px
    }
}

.tarif-mob-info {
    display: none
}

@media all and (max-width: 767px) {
    .cards-list {
        margin-left: -32px;
        margin-right: -32px
    }

    .cards-list .media-box__image {
        display: none
    }

    .cards-list .media-box__body {
        position: relative;
        padding: 0 32px 85px 110px
    }

    .cards-list .media-box__body h3 {
        display: block;
        margin: 0 -32px 15px -110px
    }

    .cards-list .media-box__body h3 a {
        display: block;
        padding-left: 32px;
        padding-right: 32px
    }

    .cards-list .media-box__body .tarif-mob-info {
        display: block;
        position: absolute;
        left: 32px;
        width: 56px;
        height: 44px;
        padding-top: 12px;
        border-radius: 28px;
        background: #123885;
        color: #fff;
        font-size: 8px;
        line-height: 14px;
        text-align: center
    }

    .cards-list .media-box__body .tarif-mob-info strong {
        font-size: 25px
    }

    .cards-list .cards-list__more {
        width: 100%;
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 32px
    }

    .cards-list .cards-list__more p {
        display: inline-block;
        float: left
    }

    .cards-list .cards-list__more .price {
        float: left;
        margin: 7px 0
    }

    .cards-list .cards-list__more .btn.btn {
        width: 130px;
        max-width: 45%;
        float: right;
        margin: 0
    }

    .cards-list .box--shadow {
        box-shadow: none;
        margin: 0
    }

    .cards-list .list-icons > li {
        width: 0;
        text-indent: -9999px
    }
}

.case-list {
    position: relative;
    margin: 0 0 50px;
    padding-top: 26px;
    overflow: hidden
}

.case-list_item {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding-bottom: 999px;
    margin-bottom: -999px
}

.case-list_item:after {
    content: '';
    width: 50%;
    height: 1px;
    background: #cdcdcd;
    position: absolute;
    top: 100%;
    margin-top: -1px
}

.case-list_item:first-child {
    padding-right: 16px
}

.case-list_item:first-child:after {
    left: -16px
}

.case-list_item:last-child {
    padding-left: 16px
}

.case-list_item:last-child:after {
    right: -16px
}

.case-item {
    border: 1px solid #cdcdcd;
    border-bottom: 0;
    padding: 55px;
    padding-bottom: 999px;
    margin-bottom: -944px
}

.case-item p {
    margin: 0 0 10px
}

.case-item .title {
    font-size: 24px;
    color: #123885;
    background: #fff200;
    position: absolute;
    top: 0;
    margin: 0 0 0 -30px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 400
}

@media all and (max-width: 767px) {
    .case-list {
        padding-top: 0;
        margin: 0 0 32px;
        overflow: visible
    }

    .case-list_item {
        position: relative;
        float: none;
        width: 100%;
        padding-bottom: 0;
        margin: 0 0 32px
    }

    .case-list_item:first-child, .case-list_item:last-child {
        padding-left: 0;
        padding-right: 0
    }

    .case-list_item:first-child:after, .case-list_item:last-child:after {
        display: none
    }

    .case-list_item .title {
        top: -17px;
        left: 60px;
        font-size: 14px;
        padding: 10px 20px
    }

    .case-item {
        padding: 32px;
        margin-bottom: 0;
        border: 1px solid #cdcdcd
    }
}

.check-connection {
    overflow: hidden;
    padding: 30px 0
}

.check-connection h3 {
    float: left;
    font-size: 36px;
    line-height: 56px;
    color: #123885
}

.check-connection h3 span {
    display: inline-block;
    background: #fff200;
    padding: 0 24px
}

.check-connection form {
    width: 383px;
    float: right
}

.check-connection form button, .check-connection form input {
    float: left;
    padding: 14px !important;
    margin: 0 0 12px 12px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid transparent
}

.check-connection form button.has-error, .check-connection form input.has-error {
    border: 1px solid red
}

.check-connection form .check-connection__street {
    width: 245px
}

.check-connection form .check-connection__house {
    width: 114px
}

.check-connection form .btn.btn {
    width: 371px;
    background: 0 0;
    border: 4px solid #fff;
    color: #fff;
    font-weight: 400
}

.check-connection form .btn.btn:hover {
    background: #fff;
    color: #123885
}

.check-connection .note {
    display: inline-block;
    margin: 0 0 12px 12px;
    background: #fff200;
    color: #123885;
    padding: 0 5px
}

.check-connection__msg {
    display: none;
    float: right;
    padding: 10px 20px;
    background: #fff
}

.check-connection__msg .error, .check-connection__msg .success, .check-connection__msg .success_optic, .check-connection__msg .success_radio {
    display: none
}

.internet-connection-autocomplete-list {
    clear: both;
    position: relative;
    margin-left: 12px
}

.internet-connection-autocomplete-list > ul {
    position: absolute;
    width: 100% !important;
    left: auto !important;
    right: 0 !important;
    max-height: 130px;
    overflow: auto;
    box-sizing: border-box;
    list-style-type: none;
    background-color: #fff;
    padding: 14px !important;
    margin: 0 !important;
    border: 1px solid #ccc
}

.internet-connection-autocomplete-list > ul li {
    margin: 0 !important;
    padding: 3px 0 !important
}

.internet-connection-autocomplete-list > ul li:before {
    display: none !important
}

@media all and (max-width: 979px) {
    .check-connection {
        padding: 25px 32px
    }

    .check-connection h3 {
        font-size: 30px;
        line-height: 38px
    }

    .check-connection h3 span {
        padding: 0 20px
    }

    .check-connection h3 span:first-child {
        padding-top: 10px
    }

    .check-connection h3 span:last-child {
        padding-bottom: 10px
    }

    .check-connection form button, .check-connection form input {
        font-size: 18px
    }
}

@media all and (max-width: 767px) {
    .check-connection h3 {
        font-size: 16px;
        overflow: hidden;
        margin: 0 -20px 20px 0
    }

    .check-connection h3 br {
        display: none
    }

    .check-connection h3 span {
        float: left;
        padding: 0 3px
    }

    .check-connection h3 span:first-child {
        padding-top: 0;
        padding-left: 10px
    }

    .check-connection h3 span:last-child {
        padding-bottom: 0;
        padding-right: 10px
    }

    .check-connection form {
        width: 100%;
        float: none;
        clear: both
    }

    .check-connection form button, .check-connection form input {
        margin-left: 0;
        padding: 7px !important
    }

    .check-connection form .check-connection__street {
        width: 60%;
        float: left;
        text-align: center
    }

    .check-connection form .check-connection__house {
        width: 35%;
        float: right;
        text-align: center
    }

    .check-connection form .btn.btn {
        width: 100%
    }

    .internet-connection-autocomplete-list {
        margin-left: 0
    }
}

.columns-1 {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0
}

.columns-1 > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    overflow: hidden
}

.columns-2 {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px
}

.columns-2 > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    overflow: hidden
}

.columns-3 {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px
}

.columns-3 > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    overflow: hidden
}

.columns-4 {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px
}

.columns-4 > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    overflow: hidden
}

.columns-5 {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px
}

.columns-5 > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    overflow: hidden
}

@media all and (min-width: 320px) {
    .columns-1-xs {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    .columns-1-xs > li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        overflow: hidden
    }

    .columns-2-xs {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px
    }

    .columns-2-xs > li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        overflow: hidden
    }

    .columns-3-xs {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px
    }

    .columns-3-xs > li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        overflow: hidden
    }

    .columns-4-xs {
        -webkit-columns: 4;
        -moz-columns: 4;
        columns: 4;
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px
    }

    .columns-4-xs > li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        overflow: hidden
    }

    .columns-5-xs {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px
    }

    .columns-5-xs > li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        overflow: hidden
    }
}

@media all and (min-width: 480px) {
    .columns-1-sm {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    .columns-1-sm > li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        overflow: hidden
    }

    .columns-2-sm {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px
    }

    .columns-2-sm > li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        overflow: hidden
    }

    .columns-3-sm {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px
    }

    .columns-3-sm > li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        overflow: hidden
    }

    .columns-4-sm {
        -webkit-columns: 4;
        -moz-columns: 4;
        columns: 4;
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px
    }

    .columns-4-sm > li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        overflow: hidden
    }

    .columns-5-sm {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px
    }

    .columns-5-sm > li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        overflow: hidden
    }
}

@media all and (min-width: 768px) {
    .columns-1-md {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    .columns-1-md > li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        overflow: hidden
    }

    .columns-2-md {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px
    }

    .columns-2-md > li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        overflow: hidden
    }

    .columns-3-md {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px
    }

    .columns-3-md > li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        overflow: hidden
    }

    .columns-4-md {
        -webkit-columns: 4;
        -moz-columns: 4;
        columns: 4;
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px
    }

    .columns-4-md > li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        overflow: hidden
    }

    .columns-5-md {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px
    }

    .columns-5-md > li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        overflow: hidden
    }
}

@media all and (min-width: 980px) {
    .columns-1-lg {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    .columns-1-lg > li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        overflow: hidden
    }

    .columns-2-lg {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px
    }

    .columns-2-lg > li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        overflow: hidden
    }

    .columns-3-lg {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px
    }

    .columns-3-lg > li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        overflow: hidden
    }

    .columns-4-lg {
        -webkit-columns: 4;
        -moz-columns: 4;
        columns: 4;
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px
    }

    .columns-4-lg > li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        overflow: hidden
    }

    .columns-5-lg {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px
    }

    .columns-5-lg > li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        overflow: hidden
    }
}

.error-box {
    position: relative;
    padding-top: 100px !important;
    padding-bottom: 360px !important;
    font-size: 18px;
    line-height: 24px;
    color: #686767
}

.error-box h1, .error-box .h1 {
    position: relative;
    font-size: 46px;
    line-height: 40px;
    margin: 0 0 40px -20px
}

.error-box h1 span, .error-box .h1 span {
    display: inline-block;
    padding: 0 20px 8px;
    background: #fff200;
    color: #123885
}

.error-box h1 span:first-child, .error-box .h1 span:first-child {
    padding-top: 8px
}

@media all and (max-width: 767px) {
    .error-box h1, .error-box .h1 {
        font-size: 26px;
        line-height: 20px;
        margin-bottom: 20px
    }
}

.error-box p {
    margin: 0 40px 15px 0;
    max-width: 330px
}

.error-box a.search {
    width: 36px;
    height: 36px;
    line-height: 32px;
    background: #123885;
    vertical-align: middle;
    text-align: center;
    float: right;
    margin: -10px -40px 0 0;
    transition: background .2s
}

.error-box a.search span {
    vertical-align: middle
}

.error-box a.search:hover {
    background: #fff200
}

@media all and (max-width: 979px) {
    .error-box {
        padding-top: 40px !important
    }
}

@media all and (max-width: 767px) {
    .error-box {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 150px !important
    }
}

.error-box--snail {
    position: absolute;
    height: 268px;
    width: 100%;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    background: url(../img/bg/404.jpg) 100% 100% no-repeat;
    -webkit-animation: snail 20s linear;
    animation: snail 20s linear;
    background-size: contain
}

@media all and (max-width: 767px) {
    .error-box--snail {
        height: 100px
    }
}

.error-code {
    position: absolute;
    right: 100px;
    top: 100px;
    font-size: 10em;
    font-weight: 700;
    color: rgba(0, 0, 0, .05);
    line-height: 270px
}

@media all and (max-width: 979px) {
    .error-code {
        position: relative;
        right: auto;
        top: auto;
        font-size: 5em;
        line-height: 120%;
        margin: 0 0 20px
    }
}

@media all and (max-width: 767px) {
    .error-code {
        display: none
    }
}

@-webkit-keyframes snail {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes snail {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.form-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(255, 255, 255, .94);
    text-align: center;
    transition: all ease-in-out .25s;
    z-index: 1
}

.form-overlay:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

.form-overlay .close {
    display: block;
    position: absolute;
    right: 50px;
    top: 70px;
    font-size: 26px;
    transition: -webkit-transform ease-in-out .25s;
    transition: transform ease-in-out .25s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.form-overlay .close :hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.form-overlay .form-wrapper {
    display: inline-block;
    width: 100%;
    max-width: 1000px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .3s
}

.form-overlay .form-wrapper .form input {
    width: 70%;
    background-color: transparent;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, .1);
    border: 0;
    text-align: center;
    font-size: 35px;
    padding: 20px;
    color: #000;
    transition: all ease-out .3s
}

.form-overlay .form-wrapper .form input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .3);
    font-style: normal;
    font-weight: 300;
    font-size: 35px
}

.form-overlay .form-wrapper .form input:-moz-placeholder {
    color: rgba(0, 0, 0, .3);
    font-style: normal;
    font-weight: 300;
    font-size: 35px
}

.form-overlay .form-wrapper .form input::-moz-placeholder {
    color: rgba(0, 0, 0, .3);
    font-style: normal;
    font-weight: 300;
    font-size: 35px
}

.form-overlay .form-wrapper .form input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .3);
    font-style: normal;
    font-weight: 300;
    font-size: 35px
}

.form-overlay .form-wrapper .form .submit {
    font-size: 18px;
    padding: 15px 30px;
    background: #345fb7;
    color: #fff;
    border: 2px solid #345fb7;
    overflow: hidden;
    border-radius: 50px;
    margin-top: 30px
}

.form-overlay .form-wrapper .form .submit:hover {
    background: 0 0;
    color: #345fb7
}

.form-overlay.form-overlay-show {
    visibility: visible;
    opacity: 1;
    z-index: 100001
}

.form-overlay.form-overlay-show .form-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.hero {
    position: relative;
    width: 100%;
    padding: 95px 0 10px;
    height: 600px;
    background-size: cover;
    background-position: 0 50%;
    background-repeat: no-repeat;
    font-size: 23px;
    line-height: 130%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    top: 0;
    color: #fff;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.hero .btn {
    text-shadow: transparent 0 0 0 !important
}

.hero h1 {
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    margin: 0 0 20px;
    color: #fff
}

.hero h1 + p, .hero .h1 + p {
    display: none
}

.hero p {
    font-size: 14px;
    line-height: 142.85714%;
    font-weight: 300;
}

.hero .text-rotation {
    font-size: .95652em
}

.hero--detail {
    font-size: 1.71429em;
    line-height: 130%
}

.hero--detail h1, .hero--detail .h1 {
    font-size: 18px;
    line-height: 22px
}

.hero--detail h1 small, .hero--detail .h1 small {
    font-size: .54286em
}

.hero--detail h3, .hero--detail .h3 {
    font-size: 1.5em;
    line-height: 144%;
    color: #123885;
    font-weight: 500
}

.hero--detail h3 span, .hero--detail .h3 span {
    line-height: 100%;
    display: inline;
    background: #fff200;
    padding: 5px 20px;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone
}

.hero--detail p {
    font-size: .75em;
    line-height: 150%;
    margin: 0 0 40px
}

.hero--detail .text-bottom {
    position: absolute;
    width: 100%;
    bottom: 80px;
    left: 0
}

@media only screen and (min-width: 768px) {
    .hero {
        padding: 0 0 15px;
        margin: 0
    }

    .hero h1, .hero .h1 {
        font-size: 36px;
        line-height: 40px;
        line-height: 100%;
        padding: 0 0 15px;
        border-bottom: 1px solid rgba(255, 255, 255, .3)
    }

    .hero h1 + p, .hero .h1 + p {
        display: block
    }

    .hero--detail {
        margin: 0
    }

    .hero--detail h1, .hero--detail .h1 {
        font-size: 36px;
        line-height: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, .3)
    }

    .hero--detail p {
        font-size: 14px;
        line-height: 20px
    }
}

@media only screen and (min-width: 980px) {
    .hero h1, .hero .h1 {
        font-size: 1.82609em
    }

    .hero p {
        font-size: 1em
    }

    .hero--detail {
        text-align: left;
        line-height: 130%
    }

    .hero--detail h1, .hero--detail .h1 {
        font-size: 2.91667em;
        line-height: 100%
    }

    .hero--detail p {
        font-size: .75em;
        line-height: 130%;
        max-width: 60%
    }

    body.fixHeader .hero {
        position: fixed;
        width: 100%;
        max-width: 1280px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 58px
    }
}

@media all and (max-width: 767px) {
    .hero--detail .text-bottom {
        bottom: 20px
    }

    .hero--detail h3, .hero--detail .h3 {
        font-size: 10px;
        line-height: 175%
    }
}

.hero-content {
    position: relative;
    width: 100%;
    height: 850px;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat
}

.hero-content .row {
    position: relative;
    height: 100%
}

.hero-content__cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    z-index: 1
}

.hero-content__body {
    position: absolute;
    bottom: 250px;
    left: 0;
    width: 48%;
    opacity: 0;
    font-size: 18px;
    line-height: 24px;
    z-index: 5;
    color: #fff
}

.hero-content__body h3, .hero-content__body .h3 {
    font-size: 46px;
    line-height: 43px;
    margin: 0 0 30px
}

.hero-content__body h3 span, .hero-content__body .h3 span {
    position: relative;
    display: inline-block;
    background: #fff200;
    padding: 0 25px;
    margin: 0 0 0 -25px
}

.hero-content__body h3 span:first-child, .hero-content__body .h3 span:first-child {
    padding-top: 10px
}

.hero-content__body h3 span:last-child, .hero-content__body .h3 span:last-child {
    padding-bottom: 10px
}

.hero-content__body p {
    margin: 0 0 35px
}

.hero-product {
    position: relative;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.hero-product .row {
    position: relative;
    height: 100%
}

.hero-product__nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 184px;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    overflow: hidden;
    z-index: 5
}

.hero-product__nav nav {
    position: absolute;
    width: 100%
}

.hero-product__nav nav span, .hero-product__nav nav svg {
    display: inline-block
}

.hero-product__nav nav svg {
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

.hero-product__nav nav path {
    fill: #fff
}

.hero-product__nav nav a {
    display: block;
    color: #fff;
    margin: 35px 0
}

.hero-product__nav nav a.active, .hero-product__nav nav a:hover {
    color: #fff200;
    text-decoration: none
}

.hero-product__nav nav a.active path, .hero-product__nav nav a:hover path {
    fill: #fff200
}

.hero-product__nav nav .name {
    display: block;
    padding: 20px
}

.hero-product__body {
    position: relative;
    font-size: 10px;
    line-height: 12px;
    z-index: 5;
    padding-top: 77px;
    margin-right: 260px;
    color: #fff
}

.hero-product__body h3 {
    font-size: 19px;
    line-height: 18px;
    margin: 0 0 10px
}

.hero-product__body h3 span {
    position: relative;
    display: inline-block;
    background: #fff200;
    padding: 0 25px;
    margin: 0 0 0 -25px
}

.hero-product__body h3 span:first-child {
    padding-top: 10px
}

.hero-product__body h3 span:last-child {
    padding-bottom: 10px
}

.hero-product__body p {
    margin: 0 0 35px
}

.js-hero-product__body {
    position: absolute;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: all .5s ease 0s
}

.js-hero-product__body.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 10;
    transition: all .5s ease .25s
}

@media only screen and (max-width: 767px) {
    .hero-product {
        height: 310px;
        margin-top: 45px
    }

    .hero-product__nav {
        position: relative;
        width: auto;
        margin: -32px;
        background: #123885;
        margin-top: -45px;
        height: 45px;
        line-height: 45px;
        z-index: 999
    }

    .hero-product__nav nav {
        position: relative;
        width: 100%;
        margin: 0 !important
    }

    .hero-product__nav nav ul {
        width: 100%
    }

    .hero-product__nav nav ul li {
        float: left;
        width: 25%;
        display: none
    }

    .hero-product__nav nav ul li a {
        display: inline-block;
        line-height: 45px;
        margin: 0
    }

    .hero-product__nav nav ul li .thumb {
        display: none
    }

    .hero-product__nav nav ul li .name {
        display: inline-block;
        padding: 0 15px;
        line-height: 120%;
        vertical-align: middle
    }

    .hero-product__nav nav ul li.xs-active {
        display: block
    }

    .hero-product__body {
        margin: 0
    }
}

@media only screen and (min-width: 768px) {
    .hero-product {
        height: 500px
    }

    .hero-product__body {
        padding-top: 145px;
        font-size: 14px;
        line-height: 18px
    }

    .hero-product__body h3 {
        font-size: 34px;
        line-height: 32px;
        margin: 0 0 25px
    }

    .hero-product__nav nav a {
        margin: 35px 0
    }

    .hero-product__nav nav a .thumb {
        max-width: 50px
    }
}

@media only screen and (min-width: 980px) {
    .hero-product {
        height: 800px;
        background-attachment: fixed
    }

    .hero-product__body {
        padding-top: 380px;
        font-size: 18px;
        line-height: 24px
    }

    .hero-product__body h3 {
        font-size: 46px;
        line-height: 43px;
        margin: 0 0 30px
    }

    .hero-product__nav nav a {
        margin: 70px 0
    }

    .hero-product__nav nav a .thumb {
        max-width: 70px
    }
}

.icon, .icon-tabs .ui-state-active:after, .section-menu .parent a:after, .section-menu .parent:hover a:after, .top-bar .location .ui-icon-triangle-1-s, a.active .feedback, a.active .search, a.active .user, a:hover .fb, a:hover .feedback, a:hover .icon_4, a:hover .search, a:hover .tw, a:hover .vb, a:hover .user, a:hover .vk {
    background-image: url(../img/icons-sd77d1dd652.png)
}

.icon {
    display: inline-block;
    text-indent: -9999px;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    background-repeat: no-repeat
}

.icon.menu {
    background-position: 0 -800px;
    height: 27px;
    width: 27px
}

.icon.arrow-toggle-menu {
    background-position: 0 -143px;
    height: 6px;
    width: 10px
}

.icon.user {
    background-position: 0 -1400px;
    height: 17px;
    width: 12px
}

.icon.feedback {
    background-position: 0 -395px;
    height: 18px;
    width: 17px
}

.icon.search {
    background-position: 0 -932px;
    height: 17px;
    width: 17px
}

.icon.icon_4 {
    background-position: 0 -653px;
    height: 23px;
    width: 21px
}

.icon.icon_11 {
    background-position: 0 -497px;
    height: 19px;
    width: 17px
}

.icon.icon_12 {
    background-position: 0 -518px;
    height: 21px;
    width: 20px
}

.icon.icon_13 {
    background-position: 0 -541px;
    height: 18px;
    width: 18px
}

.icon.icon_14 {
    background-position: 0 -561px;
    height: 24px;
    width: 28px
}

.icon.arrow_1 {
    background-position: 0 0;
    height: 42px;
    width: 25px
}

.icon.arrow_2 {
    background-position: 0 -62px;
    height: 42px;
    width: 25px
}

.icon.arrow_4 {
    background-position: 0 -115px;
    height: 10px;
    width: 6px
}

.icon.arrow_9 {
    background-position: 0 -163px;
    height: 21px;
    width: 26px
}

.icon.arrow_10 {
    background-position: 0 -44px;
    height: 7px;
    width: 11px
}

.icon.tw {
    background-position: 0 -1555px;
    height: 20px;
    width: 24px
}

.icon.vb {
    background-position: 0 -1469px;
    height: 31px;
    width: 32px;
    margin-top: 11px !important;
    margin-left: 5px;
}

.icon.vk {
    background-position: 0 -698px;
    height: 14px;
    width: 13px
}

.icon.fb {
    background-position: 0 -714px;
    height: 19px;
    width: 9px
}

.icon.close-light {
    background-position: 0 -234px;
    height: 23px;
    width: 23px
}

.icon.close-dark {
    background-position: 0 -186px;
    height: 23px;
    width: 23px
}

.icon.close-small {
    background-position: 0 -259px;
    height: 11px;
    width: 11px
}

.icon.close-small-light {
    background-position: 0 -640px;
    height: 11px;
    width: 11px
}

.icon.loc {
    background-position: 0 -612px;
    height: 26px;
    width: 20px
}

.icon.help {
    font-size: 14px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-weight: 500;
    border-radius: 50%;
    color: #151515;
    border: 2px solid #fff200;
    text-indent: 0;
    cursor: pointer
}

.icon.plus {
    background-position: 0 -872px;
    height: 20px;
    width: 20px
}

.icon.minus {
    background-position: 0 -845px;
    height: 2px;
    width: 20px
}

.icon.email-small {
    background-position: 0 -354px;
    height: 19px;
    width: 29px
}

.icon.social-small {
    background-position: 0 -951px;
    height: 17px;
    width: 29px
}

.icon.music-small {
    background-position: 0 -849px;
    height: 21px;
    width: 20px
}

.icon.video-small {
    background-position: 0 -1419px;
    height: 23px;
    width: 22px
}

.icon.wifi-small {
    background-position: 0 -1444px;
    height: 23px;
    width: 17px
}

.icon.games-small {
    background-position: 0 -415px;
    height: 16px;
    width: 24px
}

.icon.hdtv-small {
    background-position: 0 -433px;
    height: 18px;
    width: 24px
}

.icon.search-light {
    background-position: 0 -913px;
    height: 17px;
    width: 17px
}

.top-bar .location .ui-icon-triangle-1-s {
    background-position: 0 -106px;
    height: 7px;
    width: 11px
}

a.active .user, a:hover .user {
    background-position: 0 -1381px;
    height: 17px;
    width: 12px
}

a.active .feedback, a:hover .feedback {
    background-position: 0 -375px;
    height: 18px;
    width: 17px
}

a.active .search, a:hover .search {
    background-position: 0 -894px;
    height: 17px;
    width: 17px
}

.icon-tabs .ui-state-active:after {
    background-position: 0 -453px;
    height: 21px;
    width: 39px
}

a:hover .tw {
    background-position: 0 -1530px;
    height: 20px;
    width: 24px
}

a:hover .vb {
    background-position: 0 -1500px;
    height: 31px;
    width: 32px;
    margin-top: 11px !important;
    margin-left: 5px;
}

a:hover .vk {
    background-position: 0 -755px;
    height: 14px;
    width: 13px
}

a:hover .fb {
    background-position: 0 -476px;
    height: 19px;
    width: 9px
}

a:hover .icon_4 {
    background-position: 0 -587px;
    height: 23px;
    width: 21px
}

.section-menu .parent a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    background-position: 0 -829px;
    height: 6px;
    width: 11px
}

.section-menu .parent:hover a:after {
    background-position: 0 -837px;
    height: 6px;
    width: 11px
}

@media (min--moz-device-pixel-ratio: 1.3),(-o-min-device-pixel-ratio: 2.6 / 2),(-webkit-min-device-pixel-ratio: 1.3),(min-device-pixel-ratio: 1.3),(min-resolution: 1.3dppx) {
    .icon {
        background-image: url(../img/icons_2x-s4e0cb40422.png)
    }

    .icon.menu {
        background-position: 0 -711.5px;
        background-size: 39px auto
    }

    .icon.arrow-toggle-menu {
        background-position: 0 -142px;
        background-size: 39px auto
    }

    .icon.user {
        background-position: 0 -900px;
        background-size: 39px auto
    }

    .icon.feedback {
        background-position: 0 -311.5px;
        background-size: 39px auto
    }

    .icon.search {
        background-position: 0 -843.5px;
        background-size: 39px auto
    }

    .icon.icon_4 {
        background-position: 0 -564.5px;
        background-size: 39px auto
    }

    .icon.icon_11 {
        background-position: 0 -412.5px;
        background-size: 39px auto
    }

    .icon.icon_12 {
        background-position: 0 -433.5px;
        background-size: 39px auto
    }

    .icon.icon_13 {
        background-position: 0 -456.5px;
        background-size: 39px auto
    }

    .icon.icon_14 {
        background-position: 0 -476.5px;
        background-size: 39px auto
    }

    .icon.arrow_1 {
        background-position: 0 0;
        background-size: 39px auto
    }

    .icon.arrow_2 {
        background-position: 0 -61px;
        background-size: 39px auto
    }

    .icon.arrow_4 {
        background-position: 0 -114px;
        background-size: 39px auto
    }

    .icon.arrow_9 {
        background-position: 0 -162px;
        background-size: 39px auto
    }

    .icon.arrow_10 {
        background-position: 0 -44px;
        background-size: 39px auto
    }

    .icon.tw {
        background-position: 0 -1025px;
        background-size: 39px auto
    }

    .icon.vb {
        background-position: 0 -970px;
        background-size: 39px auto;
        height: 21px;
        margin-top: 15px !important;
        margin-left: 13px;
    }

    .icon.vk {
        background-position: 0 -609.5px;
        background-size: 39px auto
    }

    .icon.fb {
        background-position: 0 -625.5px;
        background-size: 39px auto
    }

    .icon.close-light {
        background-position: 0 -233px;
        background-size: 39px auto
    }

    .icon.close-dark {
        background-position: 0 -185px;
        background-size: 39px auto
    }

    .icon.close-small {
        background-position: 0 -258px;
        background-size: 39px auto
    }

    .icon.close-small-light {
        background-position: 0 -552.5px;
        background-size: 39px auto
    }

    .icon.loc {
        background-position: 0 -526px;
        background-size: 39px auto
    }

    .icon.plus {
        background-position: 0 -783.5px;
        background-size: 39px auto
    }

    .icon.minus {
        background-position: 0 -756.5px;
        background-size: 39px auto
    }

    .icon.email-small {
        background-position: 0 -270px;
        background-size: 39px auto
    }

    .icon.social-small {
        background-position: 0 -862.5px;
        background-size: 39px auto
    }

    .icon.music-small {
        background-position: 0 -760.5px;
        background-size: 39px auto
    }

    .icon.video-small {
        background-position: 0 -919px;
        background-size: 39px auto
    }

    .icon.wifi-small {
        background-position: 0 -944px;
        background-size: 39px auto
    }

    .icon.games-small {
        background-position: 0 -332px;
        background-size: 39px auto
    }

    .icon.hdtv-small {
        background-position: 0 -349px;
        background-size: 39px auto
    }

    .icon.search-light {
        background-position: 0 -824.5px;
        background-size: 39px auto
    }

    .top-bar .location .ui-icon-triangle-1-s {
        background-image: url(../img/icons_2x-s4e0cb40422.png);
        background-position: 0 -105px;
        background-size: 39px auto
    }

    a.active .tw, a:hover .tw {
        background-image: url(../img/icons_2x-s4e0cb40422.png);
        background-position: 0 -1013px;
        height: 19px;
        width: 22 pxmargin-top: 2px !important
    }

    a.active .vb, a:hover .vb {
        background-image: url(../img/icons_2x-s4e0cb40422.png);
        background-position: 0 -990px;
        height: 23px;
        width: 32px;
        margin-top: 6px !important
    }

    a.active .vk, a:hover .vk {
        background-image: url(../img/icons_2x-s4e0cb40422.png);
        background-position: 0 -666.5px;
        background-size: 39px auto
    }

    a.active .fb, a:hover .fb {
        background-image: url(../img/icons_2x-s4e0cb40422.png);
        background-position: 0 -391.5px;
        background-size: 39px auto
    }

    a.active .icon_4, a:hover .icon_4 {
        background-image: url(../img/icons_2x-s4e0cb40422.png);
        background-position: 0 -501.5px;
        background-size: 39px auto
    }

    a.active .user, a:hover .user {
        background-image: url(../img/icons_2x-s4e0cb40422.png);
        background-position: 0 -881px;
        background-size: 39px auto
    }

    a.active .feedback, a:hover .feedback {
        background-image: url(../img/icons_2x-s4e0cb40422.png);
        background-position: 0 -291px;
        background-size: 39px auto
    }

    a.active .search, a:hover .search {
        background-image: url(../img/icons_2x-s4e0cb40422.png);
        background-position: 0 -805.5px;
        background-size: 39px auto
    }

    .icon-tabs .ui-state-active:after {
        background-image: url(../img/icons_2x-s4e0cb40422.png);
        background-position: 0 -369px;
        background-size: 39px auto
    }

    .section-menu .parent a:after {
        background-image: url(../img/icons_2x-s4e0cb40422.png);
        background-position: 0 -740.5px;
        background-size: 39px auto
    }

    .section-menu .parent:hover a:after {
        background-image: url(../img/icons_2x-s4e0cb40422.png);
        background-position: 0 -748.5px;
        background-size: 39px auto
    }
}

.info-item {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #010101;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
    overflow: hidden
}

.info-item h4 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    margin: 0 0 12px
}

.info-item p {
    margin: 0 0 12px
}

.info-item .date {
    font-size: 11px;
    line-height: 16px;
    color: #000;
    font-style: italic
}

.information--compact .info-item {
    margin: 0 0 20px
}

.information--compact .info-item h4 {
    font-size: 20px;
    line-height: 24px
}

.information--compact .info-item p {
    margin: 0 0 10px
}

@media only screen and (min-width: 980px) {
    .info-item {
        font-size: 16px;
        line-height: 22px
    }

    .info-item h4 {
        font-size: 24px;
        line-height: 30px
    }

    .info-item p {
        margin: 0 0 25px
    }

    .info-item .date {
        font-size: 14px
    }

    .info-item:last-child {
        margin: 0
    }
}

.ig-smoke {
    position: absolute;
    width: 86px;
    height: 99px;
    left: 1025px;
    top: 330px;
    z-index: 6
}

.ig-smoke > div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background-image: url(../img/infographics/smoke-se220dc5f73.png)
}

.ig-smoke .ig-smoke-1 {
    background-position: 50% 0;
    -webkit-animation: ig-smoke 6s infinite;
    animation: ig-smoke 6s infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.ig-smoke .ig-smoke-2 {
    background-position: 50% -99px;
    -webkit-animation: ig-smoke 6s infinite;
    animation: ig-smoke 6s infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.ig-smoke .ig-smoke-3 {
    background-position: 50% -198px;
    -webkit-animation: ig-smoke 6s infinite;
    animation: ig-smoke 6s infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.ig-smoke .ig-smoke-4 {
    background-position: 50% -297px;
    -webkit-animation: ig-smoke 6s infinite;
    animation: ig-smoke 6s infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.ig-smoke .ig-smoke-5 {
    background-position: 50% -396px;
    -webkit-animation: ig-smoke 6s infinite;
    animation: ig-smoke 6s infinite;
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.ig-smoke .ig-smoke-6 {
    background-position: 50% -495px;
    -webkit-animation: ig-smoke 6s infinite;
    animation: ig-smoke 6s infinite;
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.ig-scale {
    width: 3276px;
    height: 12px;
    background-image: linear-gradient(to right, #fff 0, #fff 1px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 100%);
    background-size: 18px 100%
}

#infographics__years .ig-scale {
    position: absolute;
    left: 280px;
    top: 0
}

.ig-grid {
    width: 3510px;
    position: absolute;
    left: 280px
}

.ig-grid > li {
    margin: 0;
    padding: 0;
    width: 234px;
    float: left
}

.ig-grid > li:last-child {
    width: 0
}

.ig-grid li:before {
    display: none
}

#infographics {
    position: relative;
    width: 100%;
    height: 600px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    font-family: pf_dindisplay_proregular
}

#infographics__wrapper {
    position: relative;
    height: 600px;
    width: 3904px
}

#infographics__in {
    width: 3904px;
    height: 600px;
    position: absolute;
    left: 0;
    top: 0
}

#infographics .mCSB_container {
    overflow: visible
}

#infographics .mCSB_scrollTools_horizontal {
    opacity: 0 !important
}

#infographics__counts {
    position: absolute;
    width: 100%;
    height: 33px;
    top: 26px;
    z-index: 5
}

#infographics__counts .count {
    position: relative;
    height: 33px;
    line-height: 33px
}

#infographics__counts .count .n {
    display: block;
    position: absolute;
    width: 38px;
    height: 33px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/infographics/labels/count-1.png) 0 0 no-repeat
}

#infographics__counts .count .t {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #c96622;
    margin: 0;
    white-space: nowrap
}

#infographics__counts .count:nth-child(3n+1) .n {
    background: url(../img/infographics/labels/count-1.png) 0 0 no-repeat
}

#infographics__counts .count:nth-child(3n+2) .n {
    background: url(../img/infographics/labels/count-2.png) 0 0 no-repeat
}

#infographics__counts .count:nth-child(3n+3) .n {
    background: url(../img/infographics/labels/count-3.png) 0 0 no-repeat
}

#infographics__counts:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    top: 50%
}

#infographics__counts li {
    opacity: 0;
    transition: opacity .3s
}

#infographics__counts li.active {
    opacity: 1
}

#infographics__buildings {
    position: absolute;
    width: 100%;
    top: 160px;
    z-index: 15
}

#infographics__buildings li {
    float: left;
    margin: 0;
    padding: 0;
    text-align: left
}

#infographics__buildings li:before {
    display: none
}

#infographics__buildings .thumb {
    position: relative;
    height: 155px;
    line-height: 155px
}

#infographics__buildings .thumb img {
    max-width: 100%;
    vertical-align: middle;
    transition: -webkit-transform .3s;
    transition: transform .3s
}

#infographics__buildings .thumb .ig-radio {
    position: absolute;
    top: -70px;
    left: 70px;
    width: 140px;
    height: 140px;
    background: url(../img/infographics/radio-b.png) 0 0 no-repeat
}

#infographics__buildings .thumb + .thumb {
    vertical-align: top;
    margin-left: 90px
}

#infographics__buildings .thumb + .thumb .ig-radio {
    width: 119px;
    height: 119px;
    top: -25px;
    background: url(../img/infographics/radio-s.png) 0 0 no-repeat
}

#infographics__buildings .thumb.ig-has-list img {
    cursor: pointer
}

#infographics__buildings .thumb.ig-has-list img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

#infographics__buildings .name {
    position: absolute;
    max-width: 130px;
    font-size: 15px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
    bottom: 85px;
    padding-bottom: 10px;
    text-align: right;
    background: url(../img/infographics/buildings/name.png) 0 100% no-repeat
}

#infographics__buildings .desc {
    position: absolute;
    font-size: 12px;
    line-height: 100%;
    background: #7d8a9d;
    padding: 5px 15px;
    text-align: center
}

#infographics__buildings .desc:after {
    content: '';
    position: absolute
}

#infographics__buildings .ig-service-list {
    position: absolute;
    width: 100%;
    line-height: 100%;
    top: 0;
    left: 0
}

#infographics__buildings .ig-service-list .s-icon {
    position: relative;
    width: 43px;
    height: 43px;
    line-height: 40px;
    border-radius: 50%;
    background: #123885;
    text-align: center !important
}

#infographics__buildings .ig-service-list .s-icon svg {
    display: inline-block;
    vertical-align: middle
}

#infographics__buildings .ig-service-list .s-icon path {
    fill: #fff
}

#infographics__buildings .ig-service-list .s-icon:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    top: 46px;
    left: 16px;
    border-radius: 50%;
    background: #123885
}

#infographics__buildings .ig-service-list .s-name {
    font-size: 10px;
    text-align: center !important
}

#infographics__buildings .ig-service-list .s-name a:hover {
    text-decoration: none
}

#infographics__buildings .ig-service-list li {
    opacity: 0;
    transition: all .3s;
    transition-delay: .1s;
    margin-top: -15px
}

#infographics__buildings .ig-service-list li + li {
    transition-delay: .2s
}

#infographics__buildings .ig-service-list li + li + li {
    transition-delay: .3s
}

#infographics__buildings .ig-service-list li + li + li + li {
    transition-delay: .4s
}

#infographics__buildings .ig-service-list li + li + li + li + li {
    transition-delay: .5s
}

#infographics__buildings .thumb img.active ~ .ig-service-list li {
    margin-top: 0;
    opacity: 1
}

#infographics__buildings li[data-n="0"] {
    padding-left: 67px;
    width: 290px
}

#infographics__buildings li[data-n="0"] .desc {
    left: 90px;
    top: -30px;
    padding: 8px 15px
}

#infographics__buildings li[data-n="0"] .desc:after {
    left: 10px;
    top: 100%;
    border-left: 10px solid #7d8a9d;
    border-bottom: 10px solid transparent
}

#infographics__buildings li[data-n="1"] {
    width: 280px
}

#infographics__buildings li[data-n="1"] .name {
    left: 120px
}

#infographics__buildings li[data-n="1"] .desc {
    left: 5px;
    top: 200px
}

#infographics__buildings li[data-n="1"] .desc:after {
    left: 10px;
    top: -10px;
    border-left: 10px solid #7d8a9d;
    border-top: 15px solid transparent
}

#infographics__buildings li[data-n="1"] .ig-service-list li {
    line-height: 43px
}

#infographics__buildings li[data-n="1"] .ig-service-list li .s-icon, #infographics__buildings li[data-n="1"] .ig-service-list li .s-name {
    float: left
}

#infographics__buildings li[data-n="1"] .ig-service-list li .s-name {
    padding: 0 10px
}

#infographics__buildings li[data-n="1"] .ig-service-list li:nth-child(1) {
    position: absolute;
    left: 15px;
    top: -70px
}

#infographics__buildings li[data-n="1"] .ig-service-list li:nth-child(2) {
    position: absolute;
    left: 65px;
    top: -30px
}

#infographics__buildings li[data-n="2"] {
    width: 594px
}

#infographics__buildings li[data-n="2"] .name {
    left: 185px
}

#infographics__buildings li[data-n="2"] .desc {
    left: 190px;
    top: 60px
}

#infographics__buildings li[data-n="2"] .desc:after {
    left: -13px;
    top: 13px;
    border-top: 7px solid #7d8a9d;
    border-left: 13px solid transparent
}

#infographics__buildings li[data-n="2"] .ig-service-list li .s-icon, #infographics__buildings li[data-n="2"] .ig-service-list li .s-name {
    float: right
}

#infographics__buildings li[data-n="2"] .ig-service-list li .s-name {
    padding: 10px 10px 0;
    line-height: 100%
}

#infographics__buildings li[data-n="2"] .ig-service-list li:nth-child(1) {
    position: absolute;
    left: -55px;
    top: -70px
}

#infographics__buildings li[data-n="2"] .ig-service-list li:nth-child(2) {
    position: absolute;
    left: -65px;
    top: 0
}

#infographics__buildings li[data-n="2"] .ig-service-list li:nth-child(2) .s-name {
    padding-top: 5px
}

#infographics__buildings li[data-n="3"] {
    width: 435px
}

#infographics__buildings li[data-n="3"] .name {
    left: 215px
}

#infographics__buildings li[data-n="3"] .ig-service-list li {
    position: absolute;
    left: 105px;
    top: -70px
}

#infographics__buildings li[data-n="3"] .ig-service-list li .s-icon, #infographics__buildings li[data-n="3"] .ig-service-list li .s-name {
    float: left
}

#infographics__buildings li[data-n="3"] .ig-service-list li .s-name {
    padding: 5px 10px 0;
    line-height: 100%;
    color: #000
}

#infographics__buildings li[data-n="4"] {
    width: 510px
}

#infographics__buildings li[data-n="4"] .name {
    left: 240px;
    text-align: left
}

#infographics__buildings li[data-n="4"] .desc {
    left: 70px;
    top: 180px
}

#infographics__buildings li[data-n="4"] .desc:after {
    left: 10px;
    top: -10px;
    border-left: 10px solid #7d8a9d;
    border-top: 15px solid transparent
}

#infographics__buildings li[data-n="4"] .ig-service-list li {
    position: absolute
}

#infographics__buildings li[data-n="4"] .ig-service-list li .s-name {
    padding: 5px 10px 0;
    line-height: 100%;
    color: #000
}

#infographics__buildings li[data-n="4"] .ig-service-list li:nth-child(1) .s-icon, #infographics__buildings li[data-n="4"] .ig-service-list li:nth-child(1) .s-name, #infographics__buildings li[data-n="4"] .ig-service-list li:nth-child(2) .s-icon, #infographics__buildings li[data-n="4"] .ig-service-list li:nth-child(2) .s-name {
    float: right
}

#infographics__buildings li[data-n="4"] .ig-service-list li:nth-child(1) .s-name, #infographics__buildings li[data-n="4"] .ig-service-list li:nth-child(2) .s-name {
    line-height: 43px
}

#infographics__buildings li[data-n="4"] .ig-service-list li:nth-child(1) {
    left: -60px;
    top: 10px
}

#infographics__buildings li[data-n="4"] .ig-service-list li:nth-child(2) {
    left: -10px;
    top: -30px
}

#infographics__buildings li[data-n="4"] .ig-service-list li:nth-child(3) .s-icon, #infographics__buildings li[data-n="4"] .ig-service-list li:nth-child(3) .s-name, #infographics__buildings li[data-n="4"] .ig-service-list li:nth-child(4) .s-icon, #infographics__buildings li[data-n="4"] .ig-service-list li:nth-child(4) .s-name {
    float: left
}

#infographics__buildings li[data-n="4"] .ig-service-list li:nth-child(3) {
    left: 110px;
    top: -65px
}

#infographics__buildings li[data-n="4"] .ig-service-list li:nth-child(4) {
    left: 180px;
    top: -30px
}

#infographics__buildings li[data-n="5"] {
    width: 340px
}

#infographics__buildings li[data-n="5"] .name {
    left: 150px
}

#infographics__buildings li[data-n="5"] .ig-service-list li {
    position: absolute
}

#infographics__buildings li[data-n="5"] .ig-service-list li .s-name {
    padding: 5px 10px 0;
    line-height: 100%;
    color: #000
}

#infographics__buildings li[data-n="5"] .ig-service-list li:nth-child(1) .s-icon, #infographics__buildings li[data-n="5"] .ig-service-list li:nth-child(1) .s-name, #infographics__buildings li[data-n="5"] .ig-service-list li:nth-child(2) .s-icon, #infographics__buildings li[data-n="5"] .ig-service-list li:nth-child(2) .s-name {
    float: right
}

#infographics__buildings li[data-n="5"] .ig-service-list li:nth-child(1) .s-name, #infographics__buildings li[data-n="5"] .ig-service-list li:nth-child(2) .s-name {
    line-height: 43px
}

#infographics__buildings li[data-n="5"] .ig-service-list li:nth-child(1) {
    left: -85px;
    top: -15px
}

#infographics__buildings li[data-n="5"] .ig-service-list li:nth-child(2) {
    left: -15px;
    top: -65px
}

#infographics__buildings li[data-n="5"] .ig-service-list li:nth-child(3) .s-icon, #infographics__buildings li[data-n="5"] .ig-service-list li:nth-child(3) .s-name {
    float: left
}

#infographics__buildings li[data-n="5"] .ig-service-list li:nth-child(3) {
    left: 100px;
    top: -20px
}

#infographics__buildings li[data-n="6"] {
    width: 370px
}

#infographics__buildings li[data-n="6"] .name {
    left: 150px
}

#infographics__buildings li[data-n="6"] .desc {
    right: 100%;
    top: 190px
}

#infographics__buildings li[data-n="6"] .desc:after {
    left: 100%;
    top: 10px;
    border-left: 15px solid #7d8a9d;
    border-bottom: 10px solid transparent
}

#infographics__buildings li[data-n="6"] .thumb .ig-radio {
    left: 0
}

#infographics__buildings li[data-n="6"] .thumb + .thumb .ig-radio {
    top: -15px;
    left: -50px
}

#infographics__buildings li[data-n="7"] {
    width: 500px
}

#infographics__buildings li[data-n="7"] .name {
    left: 90px;
    bottom: -100px;
    background: url(../img/infographics/buildings/name-v.png) 0 0 no-repeat;
    padding: 40px 0 20px 15px;
    text-align: left
}

#infographics__buildings li[data-n="7"] .ig-service-list li {
    position: absolute
}

#infographics__buildings li[data-n="7"] .ig-service-list li .s-name {
    padding: 5px 10px 0;
    line-height: 100%;
    color: #000
}

#infographics__buildings li[data-n="7"] .ig-service-list li:nth-child(1) .s-icon, #infographics__buildings li[data-n="7"] .ig-service-list li:nth-child(1) .s-name, #infographics__buildings li[data-n="7"] .ig-service-list li:nth-child(2) .s-icon, #infographics__buildings li[data-n="7"] .ig-service-list li:nth-child(2) .s-name {
    float: right
}

#infographics__buildings li[data-n="7"] .ig-service-list li:nth-child(1) {
    left: -110px;
    top: -30px
}

#infographics__buildings li[data-n="7"] .ig-service-list li:nth-child(1) .s-name {
    line-height: 43px
}

#infographics__buildings li[data-n="7"] .ig-service-list li:nth-child(2) {
    left: -45px;
    top: -70px
}

#infographics__buildings li[data-n="7"] .ig-service-list li:nth-child(3) .s-icon, #infographics__buildings li[data-n="7"] .ig-service-list li:nth-child(3) .s-name, #infographics__buildings li[data-n="7"] .ig-service-list li:nth-child(4) .s-icon, #infographics__buildings li[data-n="7"] .ig-service-list li:nth-child(4) .s-name {
    float: left
}

#infographics__buildings li[data-n="7"] .ig-service-list li:nth-child(3) {
    left: 70px;
    top: -40px
}

#infographics__buildings li[data-n="7"] .ig-service-list li:nth-child(4) {
    left: 115px;
    top: 15px
}

#infographics__buildings li[data-n="8"] {
    width: 200px;
    padding-top: 105px
}

#infographics__buildings li[data-n="8"] .name {
    left: -140px;
    bottom: 95px;
    background: url(../img/infographics/buildings/name-rtl.png) center bottom no-repeat;
    background-size: contain;
    padding: 15px
}

#infographics__buildings li[data-n="8"] .ig-service-list li .s-icon, #infographics__buildings li[data-n="8"] .ig-service-list li .s-name {
    float: left
}

#infographics__buildings li[data-n="8"] .ig-service-list li .s-name {
    padding: 15px 10px 0;
    line-height: 100%
}

#infographics__buildings li[data-n="8"] .ig-service-list li:nth-child(1) {
    position: absolute;
    left: 10px;
    top: -80px
}

#infographics__buildings li[data-n="8"] .ig-service-list li:nth-child(2) {
    position: absolute;
    left: 62px;
    top: -37px
}

#infographics__buildings li[data-n="8"] .ig-service-list li:nth-child(2) .s-name {
    padding-top: 18px
}

#infographics__cities {
    position: absolute;
    width: 100%;
    bottom: 33px;
    left: 0;
    z-index: 10
}

#infographics__cities ul .left, #infographics__cities ul .right {
    position: relative;
    font-size: 10px;
    line-height: 32px;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0 0 8px
}

#infographics__cities ul .left {
    float: left;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 10px 0 20px;
    background: url(../img/infographics/labels/city-left.png) 0 0 no-repeat;
    background-size: 100% 100%
}

#infographics__cities ul .left + .right {
    margin: -28px 0 8px 0
}

#infographics__cities ul .left + .left {
    margin: -6px 0 8px 0
}

#infographics__cities ul .right {
    float: right;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    padding: 0 20px 0 10px;
    background: url(../img/infographics/labels/city-right.png) 0 0 no-repeat;
    background-size: 100% 100%
}

#infographics__cities ul .right + .left {
    margin: -18px 0 8px 0
}

#infographics__cities ul .right + .right {
    margin: -6px 0 8px 0
}

#infographics__cities > ul {
    bottom: 0;
    font-size: 0;
    line-height: 0
}

#infographics__cities > ul > li {
    float: none;
    display: inline-block;
    vertical-align: bottom;
    width: 3px;
    margin-right: 231px !important;
    background: #fff;
    padding: 10px 0 42px;
    opacity: 0;
    transition: opacity .1s
}

#infographics__cities > ul > li:after {
    content: '';
    clear: both;
    display: table;
    width: 100%
}

#infographics__cities > ul > li:last-child {
    margin-right: 0
}

#infographics__cities > ul > li li {
    opacity: 0;
    transition: opacity .1s
}

#infographics__cities > ul > li.active {
    opacity: 1
}

#infographics__cities > ul > li.active li {
    opacity: 1;
    transition-delay: 0s
}

#infographics__cities > ul > li.active li + li {
    transition-delay: .05s
}

#infographics__cities > ul > li.active li + li + li {
    transition-delay: .1s
}

#infographics__cities > ul > li.active li + li + li + li {
    transition-delay: .15s
}

#infographics__cities > ul > li.active li + li + li + li + li {
    transition-delay: .2s
}

#infographics__cities > ul > li.active li + li + li + li + li + li {
    transition-delay: .25s
}

#infographics__cities > ul > li.active li + li + li + li + li + li + li {
    transition-delay: .3s
}

#infographics__cities > ul > li.active li + li + li + li + li + li + li + li {
    transition-delay: .35s
}

#infographics__cities > ul > li.active li + li + li + li + li + li + li + li + li {
    transition-delay: .4s
}

#infographics__cities > ul > li.active li + li + li + li + li + li + li + li + li + li {
    transition-delay: .45s
}

#infographics__cities > ul > li.active li + li + li + li + li + li + li + li + li + li + li {
    transition-delay: .5s
}

#infographics__cities > ul > li.active li + li + li + li + li + li + li + li + li + li + li + li {
    transition-delay: .55s
}

#infographics__cities > ul > li.active li + li + li + li + li + li + li + li + li + li + li + li + li {
    transition-delay: .6s
}

#infographics__years {
    position: absolute;
    height: 45px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    border-top: 2px solid #fff;
    z-index: 5
}

#infographics__years .year {
    position: relative;
    height: 12px
}

#infographics__years .year span {
    display: block;
    position: absolute;
    padding: 16px 0 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#infographics__circle-1, #infographics__circle-2, #infographics__circle-3, #infographics__circle-4 {
    position: absolute;
    width: 175px;
    height: 145px;
    padding-top: 30px;
    border: 1px solid #606062;
    color: #212125;
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    z-index: 5
}

#infographics__circle-1 .b, #infographics__circle-2 .b, #infographics__circle-3 .b, #infographics__circle-4 .b {
    font-size: 93px;
    line-height: 85px;
    letter-spacing: -.1em;
    text-indent: -.1em
}

#infographics__circle-1 .t, #infographics__circle-2 .t, #infographics__circle-3 .t, #infographics__circle-4 .t {
    font-size: 14px;
    line-height: 100%
}

#infographics__circle-1 {
    left: 60px;
    bottom: 75px
}

#infographics__circle-2 {
    left: 1020px;
    top: 95px
}

#infographics__circle-3 {
    height: 155px;
    padding-top: 20px;
    left: 2040px;
    bottom: 140px
}

#infographics__circle-3 .b {
    font-size: 72px
}

#infographics__circle-4 {
    left: 3568px;
    top: 120px
}

#infographics__circle-4 .i {
    padding: 0 40px 15px
}

#infographics__circle-4 .i img {
    width: 100%
}

#infographics__circle-4 .b {
    text-transform: uppercase;
    font-size: 36px;
    line-height: .2
}

#infographics__circle-4 .t {
    font-size: 16px;
    line-height: 1
}

#infographics__back {
    position: absolute;
    width: 100%;
    height: 600px;
    overflow: hidden;
    background: url(../img/infographics/back.jpg) 0 0 no-repeat;
    z-index: 1
}

#infographics__wires {
    position: absolute;
    width: 14%;
    height: 600px;
    overflow: hidden;
    background: url(../img/infographics/wires.png) 0 52% no-repeat;
    z-index: 4
}

#infographics__clouds-1 {
    position: absolute;
    width: 100%;
    height: 600px;
    overflow: hidden;
    background: url(../img/infographics/clouds/1.png) 0 0 repeat-x;
    z-index: 3
}

#infographics__clouds-2 {
    position: absolute;
    width: 100%;
    height: 600px;
    overflow: hidden;
    background: url(../img/infographics/clouds/2.png) 0 0 repeat-x;
    z-index: 2
}

.activate-radio {
    cursor: pointer;
    -webkit-animation: rd-pulse 2s infinite;
    animation: rd-pulse 2s infinite
}

.ig-radio {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: opacity .3s
}

.animate .ig-radio {
    opacity: 1;
    -webkit-animation: cd-pulse 1.2s infinite;
    animation: cd-pulse 1.2s infinite
}

@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: scale(0.5);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@keyframes cd-pulse {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes rd-pulse {
    0% {
        -webkit-transform: translateX(-10px)
    }
    50% {
        -webkit-transform: translateX(0px)
    }
    100% {
        -webkit-transform: translateX(-10px)
    }
}

@keyframes rd-pulse {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    50% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    100% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

@-webkit-keyframes ig-smoke {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes ig-smoke {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@media all and (max-width: 767px) {
    #infographics {
        height: 393px
    }

    #infographics__wrapper {
        height: 393px;
        width: 2557.12px
    }

    #infographics__in {
        -webkit-transform: scale(0.655);
        transform: scale(0.655);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
}

.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-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 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-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%
}

.ui-accordion .ui-accordion-icons, .ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer
}

.ui-selectmenu-button span.ui-icon {
    right: .5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: .4em 2.1em .4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-tabs {
    position: relative
}

.ui-tabs .ui-tabs-nav {
    margin: 0
}

.ui-tabs .ui-tabs-nav a {
    min-height: 0 !important
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    position: relative;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    background: 0 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.mCustomScrollbar {
    -ms-touch-action: none;
    touch-action: none
}

.mCustomScrollbar.mCS_no_scrollbar {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside > .mCSB_container {
    margin-right: 16px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 11px
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

.mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0;
    box-sizing: border-box
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0;
    box-sizing: border-box
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    opacity: .3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    border-radius: 7px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 5px
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, .2);
    box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.layout {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden
}

body.nav-opened .layout:after {
    content: '';
    position: absolute;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    background: #000;
    background: rgba(0, 0, 0, .5);
    z-index: 90000
}

@media only screen and (min-width: 980px) {
    body.nav-opened .layout:after {
        display: none
    }
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

header {
    position: relative;
    background: #fff;
    z-index: 9990
}

@media only screen and (min-width: 980px) {
    header.outset {
        padding-bottom: 58px
    }
}

.row {
    max-width: 1136px;
    padding: 0 32px;
    margin: 0 auto;
    box-sizing: border-box
}

.top-bar {
    position: relative;
    vertical-align: top;
    overflow: hidden
}

.top-bar .pull-left, .top-bar .pull-right {
    width: 250px;
    padding: 15px 0
}

.top-bar .logo {
    margin-right: 28px
}

.top-bar .location {
    margin-left: 28px;
    padding-top: 25px;
    text-align: right
}

.top-bar .location a, .top-bar .location a:hover {
    text-decoration: none
}

.top-bar .location__city {
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer
}

.top-bar .location__city .icon {
    position: relative;
    margin: -2px 7px 0 0;
    transition: -webkit-transform, .3s;
    transition: transform, .3s
}

.top-bar .location__city.active .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.top-bar .location__phone {
    display: block;
    color: #686767;
    font-weight: 300
}

.top-bar .menu-bar {
    overflow: hidden;
    font-size: 19px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center
}

.top-bar .menu-bar a {
    display: inline-block;
    position: relative;
    margin: 0 30px;
    padding: 31px 0 30px;
    color: #686767
}

.top-bar .menu-bar a.active {
    color: #123885
}

.top-bar .menu-bar a.active:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom-color: #123885
}

.top-bar .menu-bar a:hover {
    text-decoration: none;
    color: #123885
}

@media only screen and (min-width: 980px) {
    .top-bar {
        display: block
    }
}

.content {
    font-size: 11px;
    line-height: 15px;
    position: relative;
    background: #fff;
    z-index: 15
}

.content p {
    font-weight: 300
}

@media only screen and (min-width: 768px) {
    .content {
        font-size: 12px;
        line-height: 18px
    }
}

@media only screen and (min-width: 980px) {
    .content {
        font-size: 16px;
        line-height: 22px
    }
}

.social {
    text-align: center;
    font-size: 0;
    line-height: 0
}

.social a {
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 33px;
    text-align: center;
    background: #123885;
    border: 3px solid rgba(255, 255, 255, .2);
    margin: 0 7px;
    border-radius: 50%;
    transition: all .1s
}

.social a .icon {
    -webkit-transform: scale(0.6875);
    transform: scale(0.6875);
    margin-top: 7px
}

.social a .icon.vk {
    margin-top: 10px
}

.social a:hover {
    background: #fff200;
    border-color: #fff200
}

@media only screen and (min-width: 768px) {
    .social a {
        width: 48px;
        height: 48px
    }

    .social a .icon {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 15px
    }

    .social a .icon.vk {
        margin-top: 18px
    }
}

.section-menu {
    background: #123885;
    height: 58px;
    color: #fff;
    z-index: 10;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.section-menu a {
    color: #fff
}

.section-menu a.active, .section-menu a:hover {
    color: #fff200;
    text-decoration: none
}

.section-menu .row {
    padding: 0
}

.section-menu .personal-navigation {
    display: none;
    padding: 20px 0;
    transition: padding, .2s
}

.section-menu .personal-navigation a {
    margin-left: 30px
}

.section-menu .scroll-logo {
    height: 58px;
    overflow: hidden;
    background: #fff
}

.section-menu .scroll-logo a {
    display: inline-block;
    padding: 13px 13px 14px;
    transition: padding, .2s
}

.section-menu:after {
    content: ''
}

@media only screen and (min-width: 980px) {
    .section-menu .row {
        padding: 0 32px
    }

    .section-menu .personal-navigation {
        display: block
    }

    .section-menu .scroll-logo {
        transition: opacity, .2s;
        opacity: 0
    }

    .section-menu.fixed {
        position: fixed;
        width: 100%;
        max-width: 1280px;
        left: 50%;
        top: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        z-index: 9000
    }

    .section-menu.fixed .scroll-logo {
        opacity: 1
    }
}

.section-menu menu {
    display: none;
    padding: 20px 0;
    margin: 0 160px;
    list-style-type: none;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    font-weight: 300
}

.section-menu menu a {
    position: relative;
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width: 1080px) {
    .section-menu menu a {
        font-size: 14px;
    }
}

.section-menu menu a {
    position: relative;
    padding-left: 20px;
    padding-right: 20px
}

.section-menu menu li {
    display: inline-block;
    margin: 0 5px
}

.section-menu menu li menu {
    display: none;
    font-size: 15px;
    margin: 0;
    text-align: left;
    -webkit-animation: opacity-anim .5s;
    animation: opacity-anim .5s
}

.section-menu menu li menu li {
    display: block;
    margin: 0
}

.section-menu menu li.parent:hover a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    margin: 2px 0 0 -8px;
    border: 8px solid transparent;
    border-bottom-color: #eff2f9;
    transition: margin-top, .2s
}

.section-menu menu li.active > a {
    color: #fff200
}

.section-menu menu li:hover {
    padding-bottom: 21px;
    margin-bottom: -21px
}

.section-menu menu li:hover .menu-sub {
    display: block;
    z-index: 51
}

.section-menu menu li:hover menu {
    display: block
}

@media only screen and (min-width: 980px) {
    .section-menu menu {
        display: block
    }
}

.menu-sub {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #000;
    z-index: 50;
    display: none
}

.menu-sub:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -2px
}

.menu-sub a {
    color: inherit;
    display: block;
    padding: 8px 40px
}

.menu-sub a:hover {
    color: inherit
}

.menu-sub menu {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    padding: 20px;
    background: #eff2f9;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance
}

.menu-sub menu li {
    display: block;
    border: 1px solid transparent;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid
}

.menu-sub menu li a:after, .menu-sub menu li a:before {
    display: none
}

.menu-sub menu li.active, .menu-sub menu li:hover {
    border-color: #dde0e8;
    background: #fff;
    margin: 0;
    padding: 0
}

.menu-sub menu li.active a, .menu-sub menu li:hover a {
    color: inherit
}

.menu-sub menu li.box-a {
    -webkit-column-break-before: always;
    -webkit-break-before: column;
    -moz-break-before: column;
    break-before: column;
    line-height: 150%
}

.menu-sub menu li.box-a.active, .menu-sub menu li.box-a:hover {
    border-color: #eff2f9;
    background: #eff2f9
}

.menu-sub menu li.box-a a {
    padding: 0
}

.menu-sub menu li.box-a img {
    max-width: 100%;
    height: auto
}

.menu-sub menu.r-col {
    position: relative;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    padding-right: 365px;
    min-height: 180px
}

.menu-sub menu.r-col li.box-a {
    position: absolute;
    width: 325px;
    right: 20px;
    top: 20px
}

.menu-sub menu.r-col li.box-a img {
    max-width: 100%;
    height: auto
}

.section-menu .search-bar {
    position: absolute;
    top: 100%;
    width: 100%
}

.section-menu .search-bar form {
    float: right;
    height: 0;
    width: 0;
    padding: 0;
    transition: all, .3s
}

.section-menu .search-bar.show form {
    box-sizing: border-box;
    padding: 10px 32px;
    width: 0;
    height: auto
}

@media only screen and (min-width: 768px) {
    .section-menu .search-bar.show form {
        box-sizing: content-box;
        padding: 10px 0;
        height: 47px
    }
}

.section-menu .search-bar.show .row {
    position: relative
}

@media only screen and (min-width: 980px) {
    .section-menu .search-bar.show .row:before {
        content: '';
        position: absolute;
        right: 32px;
        top: -16px;
        border: 8px solid transparent;
        border-bottom-color: #eff2f9
    }
}

.section-menu .search-bar .b-close {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    z-index: 999
}

.section-menu .search-bar.tgl form {
    width: 100%
}

.section-menu .search-bar.tgl .b-close {
    display: block;
    z-index: 1000
}

@media only screen and (min-width: 768px) {
    .section-menu .search-bar.tgl .b-close {
        display: none
    }
}

.search-bar {
    background: #eff2f9
}

.search-bar form {
    padding: 10px 0;
    overflow: hidden
}

.search-bar .input-field {
    width: 100%;
    margin-bottom: 10px
}

@media only screen and (min-width: 768px) {
    .search-bar .input-field {
        width: 80%;
        float: left;
        margin-bottom: 0
    }
}

@media only screen and (min-width: 980px) {
    .search-bar .input-field {
        width: 87%
    }
}

.search-bar .submit-field {
    width: 100%;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .search-bar .submit-field {
        width: 20%;
        float: right
    }
}

@media only screen and (min-width: 980px) {
    .search-bar .submit-field {
        width: 13%
    }
}

.search-bar input[type=text] {
    box-sizing: border-box;
    font-size: 24px;
    width: 100%;
    background: #fff;
    border: 1px solid #dde0e8;
    color: #a3a3a3;
    padding: 8px 20px
}

.search-bar input[type=text]::-webkit-input-placeholder {
    color: #a3a3a3;
    font-style: normal;
    font-weight: 300;
    font-size: 24px
}

.search-bar input[type=text]:-moz-placeholder {
    color: #a3a3a3;
    font-style: normal;
    font-weight: 300;
    font-size: 24px
}

.search-bar input[type=text]::-moz-placeholder {
    color: #a3a3a3;
    font-style: normal;
    font-weight: 300;
    font-size: 24px
}

.search-bar input[type=text]:-ms-input-placeholder {
    color: #a3a3a3;
    font-style: normal;
    font-weight: 300;
    font-size: 24px
}

.search-bar button, .search-bar input[type=submit] {
    font-size: 18px;
    background: #123885;
    color: #fff;
    padding: 0 30px;
    margin: 3px 0;
    height: 40px;
    font-weight: 300;
    border-radius: 20px;
    transition: all, .3s
}

.search-bar button:hover, .search-bar input[type=submit]:hover {
    background: #fff200;
    color: #000
}

.content .search-bar {
    padding-left: 32px;
    padding-right: 32px;
    margin-left: -32px;
    margin-right: -32px;
    margin-bottom: 32px
}

.content .search-bar .submit-field {
    text-align: right
}

@media only screen and (max-width: 767px) {
    .content .search-bar .input-field, .content .search-bar .submit-field {
        width: 100%;
        float: none
    }

    .content .search-bar .submit-field {
        margin-top: 10px
    }
}

.section-menu .auth-bar {
    position: absolute;
    top: 100%;
    width: 100%
}

.section-menu .auth-bar form {
    float: right;
    height: 0;
    width: 0;
    padding: 0;
    transition: all, .3s
}

.section-menu .auth-bar.show form {
    box-sizing: border-box;
    padding: 10px 32px;
    width: 0;
    height: auto
}

@media only screen and (min-width: 888px) {
    .section-menu .auth-bar.show form {
        box-sizing: content-box;
        height: 47px;
        padding: 10px 0
    }
}

.section-menu .auth-bar.show .row {
    position: relative
}

.section-menu .auth-bar .b-close {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    z-index: 999
}

.section-menu .auth-bar.tgl form {
    width: 100%
}

.section-menu .auth-bar.tgl .b-close {
    display: block;
    z-index: 1000
}

@media only screen and (min-width: 888px) {
    .section-menu .auth-bar.tgl .b-close {
        display: none
    }
}

.section-menu .auth-bar .has-error input {
    border-color: red
}

.auth-bar {
    background: #eff2f9
}

.auth-bar form {
    padding: 10px 0;
    overflow: hidden
}

.auth-bar .input-field {
    width: 100%;
    margin-bottom: 10px
}

@media (min-width: 980px) {
    .auth-bar .input-field:first-child {
        margin-left:0;
    }
}

@media only screen and (min-width: 888px) {
    .auth-bar .input-field {
        float: left;
        width: 35%;
        margin-left: 2%;
        margin-bottom: 0
    }
}

@media only screen and (min-width: 980px) {
    .auth-bar .input-field {
        width: 35%
    }
}

.auth-bar .submit-field {
    width: 100%;
    text-align: center
}

@media only screen and (min-width: 888px) {
    .auth-bar .submit-field {
        float: right;
        width: 25%
    }
}

@media only screen and (min-width: 980px) {
    .auth-bar .submit-field {
        width: 27%
    }
}

.auth-bar input[type=password], .auth-bar input[type=text] {
    box-sizing: border-box;
    font-size: 24px;
    width: 100%;
    background: #fff;
    border: 1px solid #dde0e8;
    color: #a3a3a3;
    padding: 8px 20px
}

.auth-bar input[type=password]::-webkit-input-placeholder, .auth-bar input[type=text]::-webkit-input-placeholder {
    color: #a3a3a3;
    font-style: normal;
    font-weight: 300;
    font-size: 24px
}

.auth-bar input[type=password]:-moz-placeholder, .auth-bar input[type=text]:-moz-placeholder {
    color: #a3a3a3;
    font-style: normal;
    font-weight: 300;
    font-size: 24px
}

.auth-bar input[type=password]::-moz-placeholder, .auth-bar input[type=text]::-moz-placeholder {
    color: #a3a3a3;
    font-style: normal;
    font-weight: 300;
    font-size: 24px
}

.auth-bar input[type=password]:-ms-input-placeholder, .auth-bar input[type=text]:-ms-input-placeholder {
    color: #a3a3a3;
    font-style: normal;
    font-weight: 300;
    font-size: 24px
}

.auth-bar button, .auth-bar input[type=submit] {
    font-size: 13px;
    background: #123885;
    color: #fff;
    padding: 0 30px;
    margin: 0;
    height: 40px;
    font-weight: 300;
    border-radius: 20px;
    transition: all, .3s
}

@media (max-width: 1010px) {
    .auth-bar button, .auth-bar input[type=submit] {
        padding: 0 37px;
    }
}

@media (max-width: 768px) {
    .auth-bar button, .auth-bar input[type=submit] {
        padding: 0 30px
    }
}

.auth-bar button:hover, .auth-bar input[type=submit]:hover {
    background: #fff200;
    color: #000
}

.auth-bar .form__enter button[type=submit] {
    background: 0 0
}

.auth-bar .btn__group {
    background: #bebebe;
    border-radius: 20px;
    display: inline-block;
    position: relative
}

.auth-bar .btn__group:before {
    content: '';
    height: 100%;
    width: 109px;
    background: #123885;
    opacity: 1;
    left: 0;
    display: block;
    position: absolute;
    transition: all .3s ease;
    z-index: 0;
    border-radius: 20px
}

.auth-bar .btn__group.is-active-l:before {
    left: 0;
    opacity: 1
}

.auth-bar .btn__group.is-active-R:before {
    left: 44%;
    opacity: 1;
    width: 141px
}

.auth-bar .btn__group .btn__trigger-item {
    z-index: 1;
    position: relative
}

.auth-bar .btn__trigger-pass {
    cursor: pointer;
    font-size: 12px;
    padding: 11px 18px;
    position: relative;
    display: inline-block;
    border-radius: 20px;
    transition: all .3s ease;
    background: 0 0;
    vertical-align: middle
}

@media (max-width: 1010px) {
    .auth-bar .btn__trigger-pass {
        padding: 11px 10px
    }
}

@media (max-width: 810px) {
    .auth-bar .btn__trigger-pass {
        padding: 11px 5px
    }
}

@media (max-width: 768px) {
    .auth-bar .btn__trigger-pass {
        padding: 11px 18px
    }
}

.auth-bar .btn__group.is-active-l .btn__trigger-item:first-child:hover {
    color: #fff
}

.pass-sucsess {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
    color: #123885;
    width: 100%
}

.has-error input {
    border-color: red
}

.sidebar-menu {
    position: absolute !important;
    width: 210px;
    min-height: 100%;
    height: 100%;
    right: -274px;
    top: 0;
    padding: 0 20px 0 32px;
    background: #123885;
    z-index: 90009;
    transition: right .3s
}

.sidebar-menu .personal-navigation .icon {
    margin: 16px 32px 16px 0
}

.sidebar-menu menu {
    margin: 24px 0;
    padding: 0;
    list-style-type: none;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400
}

.sidebar-menu menu li {
    position: relative;
    margin: 0 0 32px;
    padding: 0
}

.sidebar-menu menu li a {
    padding: 14px 0;
    font-size: 18px;
    color: #fff200;
    text-transform: uppercase
}

.sidebar-menu menu li menu {
    margin: 0 0 24px;
    font-weight: 300
}

.sidebar-menu menu li menu li {
    border: 0;
    margin: 0 0 16px
}

.sidebar-menu menu li menu li a {
    font-size: 15px;
    line-height: 18px;
    padding: 7px 0;
    color: #8cabe8;
    text-transform: inherit
}

.sidebar-menu menu li menu li menu {
    margin: 10px 0 20px 20px
}

.sidebar-menu menu li menu li menu li {
    margin: 0 0 10px
}

.sidebar-menu menu li menu li menu li a {
    font-size: 12px;
    line-height: 14px
}

.sidebar-menu menu li .toggle-menu {
    display: block;
    position: absolute;
    font-size: 0;
    line-height: 0;
    padding: 6px 4px;
    border: 1px solid #3f5d9c;
    right: 0;
    top: 12px;
    cursor: pointer;
    border-radius: 50%
}

.sidebar-menu menu li.active > a {
    color: #fff200
}

.sidebar-menu menu li.active menu {
    display: block
}

.sidebar-menu a {
    color: #fff
}

.sidebar-menu a:hover {
    color: #fff200;
    text-decoration: none
}

.sidebar-menu .toggle {
    position: absolute;
    padding: 16px;
    right: 0;
    top: 0;
    opacity: .5;
    cursor: pointer
}

body.nav-opened .sidebar-menu {
    right: 0
}

.sidebar-menu-toggle {
    float: right;
    width: 67px;
    margin: 14px 0;
    text-align: center;
    cursor: pointer
}

@media only screen and (min-width: 980px) {
    .sidebar-menu, .sidebar-menu-toggle {
        display: none
    }
}

.b-form .form-wrapper {
    position: relative;
    background: #eff2f9;
    padding: 30px 25px
}

.b-form .form-wrapper .row {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 4px
}

.b-form .form-wrapper .elem {
    box-sizing: border-box;
    float: left;
    padding: 6px;
    width: 100%
}

.b-form .form-wrapper .elem input[type=password], .b-form .form-wrapper .elem input[type=text], .b-form .form-wrapper .elem input[type=email] {
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    padding: 12px 10px;
    border: 1px solid transparent;
    border-top: 1px solid #dde0e8
}

.b-form .form-wrapper .elem select {
    width: 100%
}

.b-form .form-wrapper .elem textarea {
    box-sizing: border-box;
    width: 100%;
    height: 110px;
    background: #fff;
    padding: 12px 10px;
    resize: none;
    border-top: 1px solid #dde0e8
}

.b-form .form-wrapper .elem .file-button {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.b-form .form-wrapper .elem .city-feedback, .b-form .form-wrapper .elem .file-button-fake {
    position: relative;
    display: inline-block;
    width: 100% !important;
    box-sizing: border-box;
    background: #fff200;
    padding: 10px 44px 10px 10px;
    border: 1px solid transparent;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.b-form .form-wrapper .elem .city-feedback .name, .b-form .form-wrapper .elem .file-button-fake .name {
    font-size: 16px;
    font-weight: 500;
    color: #000
}

.b-form .form-wrapper .elem .city-feedback .icon, .b-form .form-wrapper .elem .file-button-fake .icon {
    position: absolute;
    right: 18px;
    top: 18px
}

.b-form .form-wrapper .elem .city-feedback {
    cursor: default
}

.b-form .form-wrapper .elem .ui-selectmenu-button {
    width: 100% !important;
    box-sizing: border-box;
    background: #fff;
    padding: 10px 44px 10px 10px;
    border: 1px solid transparent;
    margin-top: 10px
}

.b-form .form-wrapper .elem .ui-selectmenu-button .ui-selectmenu-text {
    font-weight: 300;
    color: #b3b3b3;
    padding: 0;
    line-height: 21px
}

.b-form .form-wrapper .elem .ui-selectmenu-button.selected .ui-selectmenu-text {
    font-size: 16px;
    font-weight: 500;
    color: #000
}

.b-form .form-wrapper .elem .ui-selectmenu-button:after {
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-top: 5px solid #000;
    right: 17px;
    top: 19px
}

.b-form .form-wrapper .elem.c2 {
    width: 50%
}

.b-form .form-wrapper .elem.c2_3 {
    width: 66.66666666%
}

.b-form .form-wrapper .elem.c3 {
    width: 33.33333333%
}

.b-form .form-wrapper .elem.c3 .ui-selectmenu-button {
    margin-top: 0
}

.b-form .form-wrapper .elem.c6 {
    width: 16.66666666%
}

.b-form .form-wrapper .elem.has-error .file-button-fake, .b-form .form-wrapper .elem.has-error .ui-selectmenu-button, .b-form .form-wrapper .elem.has-error .ui-selectmenu-button:focus, .b-form .form-wrapper .elem.has-error input[type=password], .b-form .form-wrapper .elem.has-error input[type=password]:focus, .b-form .form-wrapper .elem.has-error input[type=text], .b-form .form-wrapper .elem.has-error input[type=text]:focus, .b-form .form-wrapper .elem.has-error select, .b-form .form-wrapper .elem.has-error select:focus, .b-form .form-wrapper .elem.has-error textarea, .b-form .form-wrapper .elem.has-error textarea:focus {
    border: 1px solid red
}

.b-form .form-wrapper .elem .row {
    margin-left: -10px;
    margin-right: -10px
}

.b-form .form-wrapper .elem input[type=password], .b-form .form-wrapper .elem input[type=text], .b-form .form-wrapper .elem textarea {
    font-size: 14px;
    font-weight: 500;
    color: #000
}

.b-form .form-wrapper .elem input[type=password]:focus, .b-form .form-wrapper .elem input[type=text]:focus, .b-form .form-wrapper .elem input[type=email]:focus, .b-form .form-wrapper .elem textarea:focus {
    border: 1px solid #8eaff2;
    border-top-color: #8eaff2;
    box-shadow: 0 1px 10px rgba(63, 120, 235, .31)
}

.b-form .form-wrapper .elem.elem-small {
    padding: 3px 0
}

.b-form .form-wrapper .elem.elem-small input[type=password], .b-form .form-wrapper .elem.elem-small input[type=text] {
    box-sizing: border-box;
    padding: 8px
}

.b-form .form-wrapper .form-title {
    font-size: 14px;
    line-height: 120%;
    margin: 10px;
    color: #000;
    font-weight: 700
}

.b-form .form-wrapper .elem-title, .b-form .form-wrapper .row-title {
    font-size: 12px;
    color: #757575;
    margin: 15px 0 3px
}

.b-form .form-wrapper .elem-title.input-height, .b-form .form-wrapper .row-title.input-height {
    height: 45px;
    margin: 0;
    padding: 9px 0;
    line-height: 135%
}

.b-form .form-wrapper .elem-title strong, .b-form .form-wrapper .row-title strong {
    font-size: 14px;
    color: #000;
    font-weight: 500
}

.b-form .form-wrapper .row-title {
    padding: 0 6px
}

.b-form .form-wrapper .title-xs {
    margin-left: 4px;
    margin-right: 4px
}

.b-form .form-wrapper .submit {
    clear: both;
    padding: 13px 10px;
    text-align: left
}

.b-form .form-wrapper .submit.row-xs-top {
    padding: 13px 10px 0
}

.b-form .form-wrapper input[type=password], .b-form .form-wrapper input[type=text] {
    padding: 18px 10px
}

.b-form .form-wrapper button, .b-form .form-wrapper input[type=submit] {
    font-weight: 500
}

.b-form .form-wrapper button.small-round, .b-form .form-wrapper input[type=submit].small-round {
    font-size: 13px;
    padding: 8px 23px;
    background: #345fb7;
    border: 2px solid;
    color: #fff;
    border-radius: 50px
}

.b-form .form-wrapper button.small-round:hover, .b-form .form-wrapper input[type=submit].small-round:hover {
    background: 0 0;
    color: #345fb7
}

.b-form .form-wrapper button:after, .b-form .form-wrapper input[type=submit]:after {
    display: none !important
}

.b-form .b-form-note {
    max-width: 170px;
    font-size: 12px;
    line-height: 14px;
    color: #898c94;
    padding: 13px 10px;
    font-weight: 300
}

.b-form .b-form-note .icon {
    float: left;
    margin-right: 10px
}

.b-form .b-form-note .text {
    display: block;
    overflow: hidden
}

@media only screen and (max-width: 820px) {
    .b-form {
        position: static
    }

    .b-form .form-wrapper {
        padding: 20px 6px
    }

    .b-form .form-wrapper .row .row {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0
    }

    .b-form .form-wrapper .elem.c2, .b-form .form-wrapper .elem.c2_3, .b-form .form-wrapper .elem.c3 {
        width: 100%
    }

    .b-form .form-wrapper .elem.c6 {
        width: 50%
    }

    .b-form .form-wrapper .elem input[type=password], .b-form .form-wrapper .elem input[type=text], .b-form .form-wrapper .elem textarea {
        padding-left: 12px;
        padding-right: 12px
    }

    .b-form .form-wrapper .elem .city-feedback, .b-form .form-wrapper .elem .file-button-fake, .b-form .form-wrapper .elem .ui-selectmenu-button {
        padding-left: 12px
    }

    .b-form .form-wrapper .elem .elem {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0
    }

    .b-form .form-wrapper .elem-title.input-height, .b-form .form-wrapper .row-title.input-height {
        height: auto
    }

    .b-form .form-wrapper .submit {
        padding: 15px 9px
    }

    .b-form .form-wrapper button, .b-form .form-wrapper input[type=submit] {
        display: block;
        font-weight: 500;
        box-sizing: border-box;
        width: 100%;
        font-size: 16px !important;
        padding: 15px !important
    }

    .b-form .form-wrapper button.small-round, .b-form .form-wrapper input[type=submit].small-round {
        width: auto;
        font-size: 13px !important;
        padding: 5px 20px !important
    }

    .b-form .form-wrapper button:hover, .b-form .form-wrapper input[type=submit]:hover {
        background: #123885
    }

    .b-form .b-form-note {
        position: relative;
        right: auto;
        bottom: auto;
        max-width: 100%;
        margin: 0 6px
    }
}

.location-verification {
    position: relative;
    background: #fff200;
    font-size: 15px;
    line-height: 16px
}

.location-verification .city, .location-verification .options {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    margin: 15px 0
}

.location-verification .city {
    position: relative;
    padding: 5px 0 0 35px
}

.location-verification .loc {
    position: absolute;
    left: 0;
    top: 0
}

.location-verification .options {
    margin: 0 0 15px;
    font-size: 13px
}

.location-verification .options a, .location-verification .options span {
    display: inline-block;
    cursor: pointer;
    padding: 5px 15px;
    margin-top: 5px
}

.location-verification .options span {
    background: #fff;
    border-radius: 13px
}

.location-verification .options a {
    color: #000;
    text-decoration: underline
}

.location-verification .options a:hover {
    text-decoration: none
}

@media only screen and (min-width: 480px) {
    .location-verification .city, .location-verification .options {
        display: inline-block;
        width: auto
    }

    .location-verification .options a, .location-verification .options span {
        margin-top: 0
    }
}

@media only screen and (min-width: 768px) {
    .location-verification .options {
        margin: 0 25px 15px
    }
}

@media only screen and (min-width: 980px) {
    .location-verification .options {
        margin: 15px 25px
    }
}

.location-box {
    position: relative;
    padding: 32px 0;
    background: #123885;
    color: #fff
}

.location-box h2 {
    color: #fff;
    font-size: 26px;
    margin: 0 0 15px
}

.location-box small {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #7eadeb;
    margin: 0 0 15px
}

.location-box a {
    color: #fff
}

.location-box a.active, .location-box a:hover {
    text-decoration: none;
    color: #fff200
}

.location-box .branches .first {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 25px
}

.location-box .branches .list {
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    margin: 0 0 25px
}

.location-box .branches .list .column {
    float: left;
    width: 16.66666666%
}

.location-box .branches .list .column a {
    display: inline-block;
    margin: 0 15px 6px 0
}

.location-box.b-slide-toggle .s-hide-toggle {
    opacity: .6
}

@media only screen and (max-width: 820px) {
    body.location-box-opened footer, body.location-box-opened header > *, body.location-box-opened main {
        display: none !important
    }

    body.location-box-opened .location-box {
        display: block !important
    }

    .location-box {
        padding: 20px 24px
    }

    .location-box .branches .list .column {
        width: 100%
    }

    .location-box .branches .list .column br {
        display: none
    }

    .location-box .branches .list .column a {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        margin-right: 0
    }
}

footer {
    position: relative;
    padding: 90px 0 32px;
    background: #123885;
    color: #8cabe8;
    text-align: center;
    z-index: 20
}

footer a {
    color: #8cabe8;
    transition: all .3s
}

footer a:hover {
    color: #fff
}

footer menu {
    display: none;
    list-style-type: none;
    font-size: 14px;
    line-height: 24px;
    margin: 16px -32px
}

footer menu a:hover {
    text-decoration: none
}

footer menu .title {
    font-size: 18px;
    line-height: 100%;
    margin: 0 0 20px;
    color: #fff200;
    text-transform: uppercase
}

footer menu .title a {
    color: #fff200
}

footer menu .title a:hover {
    color: #fff;
    text-decoration: none
}

footer menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0 32px;
    width: 165px;
    text-align: left
}

footer menu li menu {
    margin: 0 0 32px;
    font-weight: 300
}

footer menu li menu li {
    display: block;
    margin: 0
}

footer .additional {
    overflow: hidden;
    font-size: 12px;
    line-height: 18px
}

footer .additional a {
    text-decoration: underline
}

footer .additional a:hover {
    text-decoration: none
}

footer .social {
    position: absolute;
    width: 100%;
    top: 24px;
    left: 0
}

footer .copyright, footer .design {
    max-width: 45%
}

footer .copyright {
    float: left;
    text-align: left
}

footer .design {
    float: right;
    text-align: right
}

@media only screen and (min-width: 768px) {
    footer {
        padding: 32px 0
    }

    footer menu {
        display: block
    }

    footer .social {
        position: relative;
        float: left;
        width: 100%;
        top: auto;
        left: auto;
        margin-top: -120px;
    }

    footer .copyright, footer .design {
        padding-top: 90px;
        max-width: 310px
    }
}

@media only screen and (min-width: 980px) {
    footer .additional {
        font-size: 10px
    }

    footer .social {
        float: none;
        width: auto;
        margin: 0 310px;
        overflow: hidden
    }

    footer .copyright, footer .design {
        padding-top: 40px
    }
}

#map {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
}

.map-box {
    position: relative;
    height: 700px
}

.map-box__switcher {
    position: absolute;
    left: 32px;
    top: 32px;
    font-size: 0;
    line-height: 0;
    z-index: 10;
    font-weight: 300
}

.map-box__switcher a {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 25px;
    background: #eaeaea;
    text-transform: uppercase;
    color: #000;
    vertical-align: top
}

.map-box__switcher a.active {
    background: #fff200;
    color: #123885
}

.map-box__switcher a:hover {
    text-decoration: none
}

.map-box__panel {
    position: absolute;
    top: 10px;
    width: 300px;
    background: #fff;
    padding: 32px 5px 32px 32px;
    box-sizing: border-box;
    z-index: 5
}

.map-box__panel--left {
    left: -300px;
    padding-left: 0;
    transition: left .5s
}

.map-box__panel--left .map-box__body {
    padding-top: 41px;
    height: 567px
}

.map-box__panel--left.active {
    left: 0
}

.map-box__panel--left .map-box__panel-arrow {
    left: 100%
}

.map-box__panel--left .map-box__panel-arrow:after {
    right: 9px;
    border-right: 10px solid #e0e0e0 !important
}

.map-box__panel--right {
    right: -380px;
    width: 380px;
    transition: right .5s
}

.map-box__panel--right.active {
    right: 0
}

.map-box__panel--right .map-box__panel-arrow {
    right: 100%
}

.map-box__panel--right .map-box__panel-arrow:after {
    left: 9px;
    border-left: 10px solid #e0e0e0 !important
}

.map-box__panel .mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    border-radius: 0;
    background: #fff
}

.map-box__panel .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #e8e8e8
}

.map-box__panel .map-box__panel-arrow {
    display: none;
    position: absolute;
    width: 26px;
    height: 50px;
    background: #fff;
    top: 50%;
    margin-top: -25px;
    cursor: pointer
}

.map-box__panel .map-box__panel-arrow:after {
    position: absolute;
    content: '';
    border: 10px solid #fff;
    top: 50%;
    margin-top: -10px
}

.map-box__panel .map-box__panel-arrow.active, .map-box__panel.active .map-box__panel-arrow {
    display: block
}

.map-box__body {
    font-size: 14px;
    line-height: 20px;
    height: 580px;
    overflow: auto
}

.map-box__body h4 {
    display: inline-block;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    background: #fff200;
    padding: 7px 14px;
    font-weight: 400
}

.map-box__body p {
    margin: 0 18px 18px 0
}

.map-box__body a {
    text-decoration: underline
}

.map-box__body a:hover {
    text-decoration: none
}

.map-box__body ul {
    font-size: 16px;
    line-height: 100%
}

.map-box__body ul > li {
    padding: 10px 32px;
    cursor: pointer
}

.map-box__body ul > li.active, .map-box__body ul > li:hover {
    background: #7a94c8;
    color: #fff
}

.js-mob-city-select {
    display: none
}

@media all and (max-width: 979px) {
    .map-box {
        height: 835px
    }

    .map-box__switcher {
        width: 100%;
        left: 0;
        top: 0
    }

    .map-box__switcher a {
        box-sizing: border-box;
        width: 50%;
        padding: 20px;
        text-align: center
    }

    .js-mob-city-select {
        display: block;
        position: relative;
        background: #fff;
        font-size: 18px;
        line-height: 18px;
        color: #757575;
        padding: 19px 38px 19px 19px;
        cursor: pointer
    }

    .js-mob-city-select:after {
        content: '';
        border: 5px solid transparent;
        border-top-color: #000;
        position: absolute;
        right: 15px;
        top: 50%
    }

    #js-map-city {
        display: none;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 30px;
        left: 0;
        top: 58px;
        background: 0 0;
        z-index: 100
    }

    #js-map-city .map-box__body {
        display: none;
        width: 100%;
        padding: 0;
        height: auto;
        max-height: 280px;
        background: #fff
    }

    #js-map-city .map-box__body ul > li {
        font-size: 18px;
        line-height: 18px;
        color: #757575;
        padding: 19px
    }

    #js-map-city .map-box__body ul > li.active, #js-map-city .map-box__body ul > li:hover {
        background: #7a94c8;
        color: #fff
    }

    #js-map-city.active, #js-map-city.opened .map-box__body {
        display: block
    }

    #js-map-description {
        height: 700px;
        top: auto;
        bottom: 0
    }

    .map-box__panel--right {
        width: 315px;
        right: -315px
    }
}

@media all and (max-width: 767px) {
    .map-box {
        height: auto;
        min-height: 335px
    }

    .map-box #map {
        height: 335px
    }

    .map-box__switcher {
        white-space: nowrap
    }

    .map-box__switcher a {
        padding: 10px 5px
    }

    .js-mob-city-select {
        font-size: 15px;
        line-height: 15px;
        color: #123885;
        padding: 10px
    }

    #js-map-city {
        padding: 0;
        top: 45px
    }

    #js-map-city .map-box__body {
        max-height: 175px
    }

    #js-map-city .map-box__body ul > li {
        font-size: 15px;
        line-height: 15px;
        padding: 10px
    }

    #js-map-description {
        position: relative;
        height: auto;
        top: 100%;
        bottom: auto;
        width: 100%
    }

    .show-content #js-map-description {
        top: 335px;
        margin-bottom: 335px
    }

    #js-map-description .map-box__body {
        height: auto
    }

    #map-main-branch {
        display: none
    }
}

.media-box {
    margin: 16px 0;
    overflow: hidden
}

.media-box__image {
    padding: 0 16px 16px 0
}

.media-box__body {
    overflow: hidden
}

.gradientDarkBlue .media-box__image {
    float: left;
    padding: 0 15px 0 0;
    max-width: 62px
}

.gradientDarkBlue .media-box__image img {
    max-width: 100%;
    height: auto
}

.gradientDarkBlue .media-box__body {
    font-size: 11px;
    line-height: 14px;
    font-weight: 300
}

.gradientDarkBlue .media-box__body h4 {
    font-size: 16px
}

.media-box--quote .media-box__image {
    min-width: 245px;
    box-sizing: border-box;
    text-align: center
}

.error-box .media-box--quote .media-box__image a.search, .media-box--quote .media-box__image .circle, .media-box--quote .media-box__image .error-box a.search, .media-box--quote .media-box__image .icon-tooltip, .media-box--quote .media-box__image .roundslider img, .roundslider .media-box--quote .media-box__image img {
    display: inline-block
}

@media only screen and (min-width: 768px) {
    .media-box__image {
        float: left;
        padding: 0 16px 0 0
    }

    .gradientDarkBlue .media-box__image {
        padding: 0 20px 0 0;
        max-width: 80px
    }

    .gradientDarkBlue .media-box__body {
        font-size: 12px;
        line-height: 15px;
        padding-right: 32px
    }
}

@media only screen and (min-width: 980px) {
    .gradientDarkBlue .media-box__image {
        padding: 0 32px;
        max-width: 110px
    }

    .gradientDarkBlue .media-box__body {
        font-size: 15px;
        line-height: 19px
    }

    .gradientDarkBlue .media-box__body h4 {
        font-size: 22px
    }

    .media-box {
        margin: 32px 0
    }
}

@media all and (max-width: 767px) {
    .media-box--quote .media-box__image {
        display: none
    }

    .media-box--quote .media-box__body {
        box-sizing: border-box;
        float: none;
        width: 100%;
        padding: 0 32px
    }
}

.price {
    display: inline-block;
    color: #123885;
    background: #fff200;
    white-space: nowrap;
    padding: 0 25px;
    font-size: 21px;
    line-height: 51px;
    border-radius: 30px
}

.price small {
    display: inline-block;
    font-size: 11px;
    line-height: 95%;
    vertical-align: baseline;
    text-align: left
}

.price--big {
    background: 0 0;
    font-size: 25px;
    line-height: 34px;
    padding: 0;
    font-weight: 400
}

.price--big strong {
    font-size: 43px;
    font-weight: 400;
    vertical-align: baseline
}

.price--big small {
    font-size: 16px;
    margin-left: 10px
}

@media all and (max-width: 979px) {
    .price--big {
        font-size: 16px;
        line-height: 22px
    }

    .price--big strong {
        font-size: 28px
    }

    .price--big small {
        font-size: 10px
    }
}

.icon-tabs .box--border {
    padding: 32px 64px
}

.icon-tabs .pack-items__list {
    table-layout: auto
}

.icon-tabs .pack-items__list a {
    padding: 0;
    color: #6e6e6e
}

.icon-tabs .pack-items__list span {
    display: inline-block
}

.error-box .icon-tabs .pack-items__list a.search, .icon-tabs .pack-items__list .circle, .icon-tabs .pack-items__list .error-box a.search, .icon-tabs .pack-items__list .icon-tooltip, .icon-tabs .pack-items__list .roundslider img, .roundslider .icon-tabs .pack-items__list img {
    width: 62px;
    height: 62px;
    line-height: 62px;
    background: #123885;
    vertical-align: middle;
    margin-right: 17px;
    transition: background .1s
}

.error-box .icon-tabs .pack-items__list a.search svg, .icon-tabs .pack-items__list .circle svg, .icon-tabs .pack-items__list .error-box a.search svg, .icon-tabs .pack-items__list .icon-tooltip svg, .icon-tabs .pack-items__list .roundslider img svg, .roundslider .icon-tabs .pack-items__list img svg {
    display: inline-block;
    vertical-align: middle
}

.error-box .icon-tabs .pack-items__list a.search svg path, .icon-tabs .pack-items__list .circle svg path, .icon-tabs .pack-items__list .error-box a.search svg path, .icon-tabs .pack-items__list .icon-tooltip svg path, .icon-tabs .pack-items__list .roundslider img svg path, .roundslider .icon-tabs .pack-items__list img svg path {
    fill: #fff;
    transition: fill .1s
}

.icon-tabs .pack-items__list .text {
    border-bottom: 1px dotted
}

.icon-tabs .pack-items__list li:hover .text {
    border-color: transparent
}

.error-box .icon-tabs .pack-items__list li.ui-tabs-active a.search, .icon-tabs .pack-items__list li.ui-tabs-active .circle, .icon-tabs .pack-items__list li.ui-tabs-active .error-box a.search, .icon-tabs .pack-items__list li.ui-tabs-active .icon-tooltip, .icon-tabs .pack-items__list li.ui-tabs-active .roundslider img, .roundslider .icon-tabs .pack-items__list li.ui-tabs-active img {
    background: #fff200
}

.error-box .icon-tabs .pack-items__list li.ui-tabs-active a.search svg, .icon-tabs .pack-items__list li.ui-tabs-active .circle svg, .icon-tabs .pack-items__list li.ui-tabs-active .error-box a.search svg, .icon-tabs .pack-items__list li.ui-tabs-active .icon-tooltip svg, .icon-tabs .pack-items__list li.ui-tabs-active .roundslider img svg, .roundslider .icon-tabs .pack-items__list li.ui-tabs-active img svg {
    display: inline-block;
    vertical-align: middle
}

.error-box .icon-tabs .pack-items__list li.ui-tabs-active a.search svg path, .icon-tabs .pack-items__list li.ui-tabs-active .circle svg path, .icon-tabs .pack-items__list li.ui-tabs-active .error-box a.search svg path, .icon-tabs .pack-items__list li.ui-tabs-active .icon-tooltip svg path, .icon-tabs .pack-items__list li.ui-tabs-active .roundslider img svg path, .roundslider .icon-tabs .pack-items__list li.ui-tabs-active img svg path {
    fill: #123885
}

.icon-tabs .pack-items__list li.ui-tabs-active .text {
    border-color: transparent;
    color: #000
}

.icon-tabs .pack-items__list li.ui-tabs-active:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 32px
}

.icon-tabs__tabpanel {
    padding: 32px
}

.pack-items__list.ui-tabs-nav {
    overflow: visible !important
}

@media all and (max-width: 979px) {
    .icon-tabs .box--border {
        border: 1px solid #cdcdcd !important
    }

    .error-box .icon-tabs .pack-items__list.ui-tabs-nav > li a.search, .icon-tabs .pack-items__list.ui-tabs-nav > li .circle, .icon-tabs .pack-items__list.ui-tabs-nav > li .error-box a.search, .icon-tabs .pack-items__list.ui-tabs-nav > li .icon-tooltip, .icon-tabs .pack-items__list.ui-tabs-nav > li .roundslider img, .roundslider .icon-tabs .pack-items__list.ui-tabs-nav > li img {
        display: inline-block !important;
        margin-right: 0;
        width: 42px;
        height: 42px;
        line-height: 42px
    }

    .error-box .icon-tabs .pack-items__list.ui-tabs-nav > li a.search svg, .icon-tabs .pack-items__list.ui-tabs-nav > li .circle svg, .icon-tabs .pack-items__list.ui-tabs-nav > li .error-box a.search svg, .icon-tabs .pack-items__list.ui-tabs-nav > li .icon-tooltip svg, .icon-tabs .pack-items__list.ui-tabs-nav > li .roundslider img svg, .roundslider .icon-tabs .pack-items__list.ui-tabs-nav > li img svg {
        max-width: 20px;
        max-height: 20px;
        height: auto;
        width: auto
    }

    .icon-tabs .pack-items__list.ui-tabs-nav > li .text {
        margin-left: 5px;
        margin-right: 20px
    }
}

@media all and (max-width: 767px) {
    .icon-tabs .box--border {
        padding: 0 !important;
        border: 0 !important
    }

    .icon-tabs .pack-items__list li.ui-tabs-active:after {
        display: none
    }

    .pack-items__list.ui-tabs-nav {
        display: table;
        width: 100%
    }

    .pack-items__list.ui-tabs-nav > li {
        float: none;
        display: table-cell !important;
        width: auto !important
    }

    .pack-items__list.ui-tabs-nav > li .text {
        display: none !important
    }

    .icon-tabs__tabpanel {
        padding: 32px 0
    }
}

.text-rotation {
    font-size: 22px;
    line-height: 30px
}

.text-rotation__wrapper {
    position: relative
}

.text-rotation__switcher {
    position: relative;
    width: 550px
}

.text-rotation__switcher > li {
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 1
}

.error-box .text-rotation__switcher > li a.search, .roundslider .text-rotation__switcher > li img, .text-rotation__switcher > li .circle, .text-rotation__switcher > li .error-box a.search, .text-rotation__switcher > li .icon-tooltip, .text-rotation__switcher > li .roundslider img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    cursor: pointer;
    transition: all .1s;
    z-index: 10
}

.text-rotation__switcher > li.active {
    z-index: 2
}

.error-box .text-rotation__switcher > li.active a.search, .roundslider .text-rotation__switcher > li.active img, .text-rotation__switcher > li.active .circle, .text-rotation__switcher > li.active .error-box a.search, .text-rotation__switcher > li.active .icon-tooltip, .text-rotation__switcher > li.active .roundslider img {
    width: 30px;
    height: 30px;
    background: #fff200
}

.error-box .text-rotation__switcher > li.prev a.search, .roundslider .text-rotation__switcher > li.prev img, .text-rotation__switcher > li.prev .circle, .text-rotation__switcher > li.prev .error-box a.search, .text-rotation__switcher > li.prev .icon-tooltip, .text-rotation__switcher > li.prev .roundslider img {
    background: #fff200
}

.error-box .text-rotation__switcher > li:hover a.search, .roundslider .text-rotation__switcher > li:hover img, .text-rotation__switcher > li:hover .circle, .text-rotation__switcher > li:hover .error-box a.search, .text-rotation__switcher > li:hover .icon-tooltip, .text-rotation__switcher > li:hover .roundslider img {
    width: 30px;
    height: 30px
}

.text-rotation__switcher[data-count="3"] > li:after, .text-rotation__switcher[data-count="3"] > li:before {
    content: '';
    position: absolute;
    display: block !important;
    top: 50%;
    height: 1px;
    background: #fff;
    z-index: 1
}

.text-rotation__switcher[data-count="3"] > li:before {
    right: 0;
    left: auto !important;
    width: 275px
}

.text-rotation__switcher[data-count="3"] > li:after {
    left: 0;
    right: auto !important;
    width: 0
}

.text-rotation__switcher[data-count="3"] > li.active:after {
    background: #fff200;
    width: 275px;
    transition: width 10s linear
}

.text-rotation__switcher[data-count="3"] > li.active:before {
    background: #fff200
}

.text-rotation__switcher[data-count="3"] > li.prev:after {
    width: 0
}

.text-rotation__switcher[data-count="3"] > li.prev:before {
    background: #fff200
}

.text-rotation__switcher[data-count="3"] > li[data-id="0"] {
    left: 0
}

.text-rotation__switcher[data-count="3"] > li[data-id="0"]:before {
    display: none !important
}

.text-rotation__switcher[data-count="3"] > li[data-id="1"] {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.text-rotation__switcher[data-count="3"] > li[data-id="2"] {
    right: 0
}

.text-rotation__switcher[data-count="3"] > li[data-id="2"]:after {
    display: none !important
}

.text-rotation__item {
    position: absolute;
    top: 60px;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: all .5s ease 0s
}

.text-rotation__item.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all .5s ease .25s
}

@media all and (max-width: 979px) {
    .text-rotation__switcher {
        margin: 0 auto
    }
}

@media all and (max-width: 767px) {
    .text-rotation {
        display: none
    }
}

.toggle-box {
    margin: 0 0 20px
}

.toggle-box__a {
    font-size: 14px;
    color: #123885
}

.toggle-box__a span {
    border-bottom: 1px dashed;
    cursor: pointer
}

.toggle-box__a span:hover {
    border-color: transparent
}

.toggle-box__a span.active {
    color: #000
}

.toggle-box__body {
    display: none;
    overflow: hidden;
    padding: 0 0 0 24px;
    margin: 20px 0;
    border-left: 5px solid #fff200
}

.js-toggle-list, .js-toggle-list .toggle-box {
    margin: 0 0 32px
}

@media only screen and (min-width: 768px) {
    .toggle-box__a {
        font-size: 19px
    }
}

.text-page {
    font-size: 0;
    line-height: 0;
    font-weight: 300
}

.text-page__aside, .text-page__body {
    display: inline-block;
    font-size: 12px;
    line-height: 17px;
    vertical-align: top
}

.text-page__body.body--wide {
    width: 100%
}

.text-page img {
    max-width: 100%;
    height: auto;
    border: 0;
    outline: 0
}

.text-page .h1, .text-page h1 {
    font: 500 18px/20px Roboto, sans-serif;
    margin: 0 0 20px;
    color: #123885;
    text-transform: uppercase
}

.text-page .h1 {
    margin-top: 32px
}

.text-page .h2, .text-page h2 {
    font: 700 15px Roboto, sans-serif;
    line-height: 120%;
    margin: 0 0 10px;
    text-transform: inherit
}

.text-page .h-md-title, .text-page .h3, .text-page .h4, .text-page h3, .text-page h4 {
    font-size: 14px;
    line-height: 19px;
    color: #123885
}

.text-page__body {
    width: 100%;
    margin-bottom: 32px
}

.body--wide, .text-page__aside {
    width: 100%
}

.text-page__aside .information--compact {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px
}

.text-page__aside .information--compact .info-item {
    display: none
}

.text-page__aside .information--compact .info-item:first-child {
    display: block
}

.text-page__aside .box-a {
    display: none
}

@media only screen and (min-width: 768px) {
    .text-page__aside, .text-page__body {
        font-size: 16px;
        line-height: 22px
    }

    .text-page .h1, .text-page h1 {
        font: 300 24px/26px Roboto, sans-serif;
        margin: 0 0 32px
    }

    .text-page h2 {
        font: 700 26px Roboto, sans-serif
    }

    .text-page h3 {
        font-size: 22px;
        line-height: 30px
    }

    .text-page h4 {
        font-size: 20px;
        line-height: 120%;
        color: #123885
    }

    .text-page__body {
        margin-bottom: 64px
    }

    .text-page__aside .information--compact {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px
    }

    .text-page__aside .information--compact .info-item {
        display: block
    }
}

@media only screen and (min-width: 980px) {
    .text-page .h1, .text-page h1 {
        font: 700 36px/38px Roboto, sans-serif;
        margin: 0 0 40px
    }

    .text-page .h1.small, .text-page h1.small {
        font-size: 20px;
        margin: 0 0 16px
    }

    .text-page .h1 {
        margin-top: 64px
    }

    .text-page__body {
        width: 66%
    }

    .text-page__aside {
        width: 31%;
        margin-left: 3%
    }

    .text-page__aside .information--compact {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    .text-page__aside .box-a {
        display: block
    }
}

.parallax-box {
    position: relative
}

.parallax-box__over {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
    z-index: 1
}

.b-popup {
    box-sizing: border-box;
    display: none;
    background: #fff;
    width: 55%;
    min-width: 704px;
    padding: 40px
}

.b-popup-success {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center
}

.b-popup .iblock {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px
}

.b-popup .help {
    margin-left: 10px
}

@media only screen and (max-width: 767px) {
    .b-popup .help {
        display: none
    }
}

.b-popup h2 {
    font-size: 26px;
    line-height: 100%;
    color: #123885
}

.b-popup ul.switcher {
    margin: 0 25px 20px;
    padding: 0;
    font-size: 14px;
    line-height: 32px;
    border-radius: 16px;
    overflow: hidden
}

.b-popup ul.switcher li {
    float: left;
    margin: 0;
    padding: 0;
    border: 1px solid #8eaff2;
    border-left: 0;
    border-right: 0
}

.b-popup ul.switcher li a {
    margin: 0 !important;
    padding: 0 20px !important
}

.b-popup ul.switcher li:before {
    display: none
}

.b-popup ul.switcher li:first-child {
    border-radius: 16px 0 0 16px;
    border-left: 1px solid #8eaff2
}

.b-popup ul.switcher li:last-child {
    border-radius: 0 16px 16px 0;
    border-right: 1px solid #8eaff2
}

.b-popup ul.switcher li.ui-state-active {
    background: #123885;
    color: #fff;
    border-color: #123885;
    overflow: hidden
}

.b-popup ul.switcher li.ui-state-active a {
    color: #fff
}

.b-popup .b-close {
    position: absolute;
    padding: 15px;
    right: 0;
    top: 0;
    cursor: pointer
}

.b-popup .b-close .icon {
    opacity: .2
}

.b-popup .b-close:hover .icon {
    opacity: 1
}

#feedback-popup, #resume-popup {
    min-width: 952px;
    height: auto !important
}

#tarif-popup {
    width: 100% !important;
    min-width: 952px !important;
    max-width: 1200px !important;
    height: auto !important
}

#order-popup {
    min-width: 952px !important;
    max-width: 1200px !important;
    height: auto !important
}

@media only screen and (max-width: 960px) {
    #feedback-popup, #resume-popup {
        min-width: 100%;
        width: 100%;
        left: 0 !important
    }

    #order-popup {
        min-width: 100% !important;
        width: 100% !important;
        left: 0 !important
    }
}

@media only screen and (max-width: 820px) {
    .b-popup {
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        left: 0 !important;
        padding: 20px 24px
    }

    .b-popup h2 {
        position: relative;
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
        margin: 0 0 35px;
        padding-left: 45px
    }

    .b-popup .b-close {
        right: auto;
        left: 0;
        top: 0;
        padding: 0
    }

    .b-popup ul.switcher {
        width: 100%;
        font-size: 12px;
        margin: 0 0 20px
    }

    #location-popup .branches .list .column {
        width: 50%
    }

    #feedback-popup ul.switcher li {
        height: 35px;
        max-width: 50%;
        white-space: normal;
        text-align: center;
        line-height: 33px
    }

    #feedback-popup ul.switcher li a {
        float: none !important;
        display: inline-block !important;
        padding: 0 10px !important;
        line-height: 100%;
        vertical-align: middle
    }
}

.b-modal {
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media all and (max-width: 979px) {
    #tarif-popup {
        min-width: 100% !important
    }

    #tarif-popup .b-close {
        display: block !important;
        left: auto !important;
        top: 20px !important;
        right: 20px !important
    }

    #order-popup .b-close.s-hide, #tarif-popup .b-close.s-hide {
        display: block !important;
        padding: 15px;
        right: 0;
        top: 0;
        left: auto
    }
}

@media all and (max-width: 767px) {
    #order-popup .b-close.s-hide, #tarif-popup .b-close.s-hide {
        display: block !important;
        padding: 15px;
        right: 0;
        top: 0;
        left: auto
    }
}

.roundslider-wrapper {
    height: 292px;
    position: relative;
    margin: 0 0 30px;
    padding: 0 53px 25px
}

.roundslider {
    width: 840px;
    height: 292px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -420px;
    overflow: hidden;
    z-index: 5
}

.roundslider img {
    opacity: 0;
    border: 6px solid #123885;
    cursor: pointer;
    transition: opacity .3s
}

.roundslider img[data-position="0"] {
    opacity: 1
}

.roundslider-title {
    position: absolute;
    left: 50%;
    bottom: 0;
    color: #123885;
    background: #fff200;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 14px 30px;
    font-size: 30px;
    line-height: 24px;
    z-index: 10;
    font-weight: 700
}

.roundslider-title span {
    display: inline-block;
    border-bottom: 1px dashed;
    cursor: pointer;
    text-align: center;
    white-space: nowrap
}

.roundslider-title span.active, .roundslider-title span:hover {
    color: #000
}

.roundslider-description {
    display: none
}

.roundslider-description > div {
    display: none;
    -webkit-animation: opacity-anim .5s;
    animation: opacity-anim .5s
}

.roundslider-description > div.active {
    display: block
}

@media all and (min-width: 980px) {
    .roundslider img[data-position="0"], .roundslider img[data-position="1"], .roundslider img[data-position="2"], .roundslider img[data-position="-2"], .roundslider img[data-position="-1"] {
        opacity: 1
    }
}

@media all and (min-width: 768px) {
    .roundslider img[data-position="0"], .roundslider img[data-position="1"], .roundslider img[data-position="-1"] {
        opacity: 1
    }
}

@media all and (max-width: 767px) {
    .roundslider-title {
        padding: 10px;
        font-size: 18px;
        white-space: nowrap
    }
}

.roundslider-wrapper .arrow {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    z-index: 10000;
    cursor: pointer
}

.roundslider-wrapper .arrow .icon-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.roundslider-wrapper .arrow .icon-wrap::after, .roundslider-wrapper .arrow .icon-wrap::before, .roundslider-wrapper .arrow::after, .roundslider-wrapper .arrow::before {
    position: absolute;
    left: 50%;
    width: 3px;
    height: 50%;
    background: #fff;
    content: '';
    transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent
}

.roundslider-wrapper .arrow .icon-wrap::after, .roundslider-wrapper .arrow .icon-wrap::before {
    z-index: 100;
    height: 0;
    background: #fff200;
    transition: height .3s, -webkit-transform .3s;
    transition: height .3s, transform .3s
}

.roundslider-wrapper .arrow .icon-wrap::before, .roundslider-wrapper .arrow::before {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-135deg);
    transform: translateX(-50%) rotate(-135deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.roundslider-wrapper .arrow.next .icon-wrap::before, .roundslider-wrapper .arrow.next::before {
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.roundslider-wrapper .arrow .icon-wrap::after, .roundslider-wrapper .arrow::after {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.roundslider-wrapper .arrow.next .icon-wrap::after, .roundslider-wrapper .arrow.next::after {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.roundslider-wrapper .arrow.prev {
    left: -50px
}

.roundslider-wrapper .arrow.next {
    right: -50px
}

.roundslider-wrapper .arrow:hover .icon-wrap::after, .roundslider-wrapper .arrow:hover .icon-wrap::before {
    height: 50%
}

.roundslider-wrapper .arrow:hover .icon-wrap::before, .roundslider-wrapper .arrow:hover::before {
    -webkit-transform: translateX(-50%) rotate(-125deg);
    transform: translateX(-50%) rotate(-125deg)
}

.roundslider-wrapper .arrow.next:hover .icon-wrap::before, .roundslider-wrapper .arrow.next:hover::before {
    -webkit-transform: translateX(-50%) rotate(125deg);
    transform: translateX(-50%) rotate(125deg)
}

.roundslider-wrapper .arrow:hover .icon-wrap::after, .roundslider-wrapper .arrow:hover::after {
    -webkit-transform: translateX(-50%) rotate(-55deg);
    transform: translateX(-50%) rotate(-55deg)
}

.roundslider-wrapper .arrow.next:hover .icon-wrap::after, .roundslider-wrapper .arrow.next:hover::after {
    -webkit-transform: translateX(-50%) rotate(55deg);
    transform: translateX(-50%) rotate(55deg)
}

.top-services__item:hover .service-box__body > * {
    color: #fff
}

.top-services__item:hover .service-box__body ul li:before {
    background-color: #fff
}

.service-box {
    position: relative;
    padding: 75px 0;
    z-index: 10
}

.service-box__body {
    font-size: 16px;
    line-height: 130%;
    padding: 0 0 0 70px;
    min-height: 235px;
    font-weight: 300
}

.service-box__body h2 {
    position: relative;
    padding-left: 70px;
    margin: 0 30px 35px -70px;
    font-size: 36px;
    text-transform: uppercase;
    color: #123885;
    font-weight: 400
}

.service-box__body h2 span {
    display: inline;
    line-height: 48px;
    background: #fff200;
    padding: 7px 40px 7px 70px;
    margin-left: -70px;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone
}

.service-box__body h2 a:hover {
    text-decoration: none;
    color: #000
}

.service-box__body p {
    margin: 0 70px 0 0
}

.service-box__img {
    font-size: 0;
    line-height: 0;
    text-align: center
}

.service-box__img img {
    max-width: 100%;
    height: auto
}

.service-box__preview {
    position: absolute;
    width: 100%;
    height: 215px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    z-index: 1
}

.service-box__preview h2 {
    position: absolute;
    left: 0;
    bottom: -1px;
    line-height: 44px;
    padding-left: 40px;
    margin: 0 30px 0 0;
    font-size: 24px;
    text-transform: uppercase;
    color: #123885;
    font-weight: 400
}

.service-box__preview h2 span {
    line-height: 44px;
    padding: 7px 40px;
    margin-left: -40px;
    display: inline;
    background: #fff200;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone
}

.service-box__preview h2 a:hover {
    text-decoration: none;
    color: #000
}

.service-box__more {
    text-align: center
}

.service-box__more .price {
    position: relative;
    vertical-align: middle;
    z-index: 5
}

.service-box__more > a {
    display: inline-block;
    position: relative;
    font-size: 18px;
    padding: 0 20px 0 40px;
    margin-left: -154px;
    line-height: 45px;
    vertical-align: middle;
    background: #fff;
    color: #123885;
    z-index: 3;
    border-radius: 23px;
    transition: margin-left .3s
}

.service-box__more > a:hover {
    text-decoration: none;
    color: #000
}

.service-box__more small {
    font-size: 11px;
    line-height: 95%
}

.service-box__label {
    position: absolute;
    height: 30px;
    width: 156px;
    right: -78px;
    top: -78px;
    padding: 126px 0 0;
    background: #123885;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.service-box:hover .service-box__more > a {
    margin-left: -38px !important
}

.services--detail {
    margin: 0 0 70px;
    padding-top: 250px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.services--detail .service-box {
    padding: 0 0 110px
}

.services--detail h2 {
    position: absolute;
    left: 0;
    bottom: 100%;
    line-height: 42px;
    padding-left: 20px;
    margin: 0 30px 0 0;
    font-size: 24px;
    text-transform: uppercase;
    color: #123885;
    font-weight: 400
}

.services--detail h2 span {
    line-height: 42px;
    padding: 7px 20px;
    margin-left: -20px;
    display: inline;
    background: #fff200;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone
}

.services--detail h2 a:hover {
    text-decoration: none;
    color: #000
}

.services--detail .service-box__body {
    font-size: 14px;
    margin-top: 32px;
    padding: 0 0 0 32px
}

.services--detail .service-box__body > * {
    margin: 0 40px 15px 0
}

.services--detail .service-box__body ul li:before {
    background: #123885
}

.services--detail .top-services__item {
    overflow: visible
}

.services--detail .service-box__more {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 45px;
    z-index: 50
}

.services--detail .service-box__more .price {
    font-size: 24px;
    line-height: 43px
}

.services--detail .service-box__more > a {
    font-size: 15px;
    line-height: 39px;
    padding-right: 15px;
    padding-left: 40px;
    margin-left: -123px
}

.services--detail .top-services__item:hover .service-box__more > a {
    margin-left: -38px !important
}

@media all and (max-width: 979px) {
    .service-box {
        padding: 32px 0
    }

    .service-box h2 {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 15px
    }

    .service-box h2 span {
        line-height: 32px
    }

    .service-box__body {
        padding-left: 32px;
        min-height: 0
    }

    .service-box__more {
        padding: 0 32px
    }

    .service-box__more .price {
        font-size: 16px;
        padding: 0 15px;
        line-height: 41px
    }

    .service-box__more > a {
        font-size: 16px;
        padding: 0 15px 0 40px;
        margin-left: -30px !important;
        line-height: 38px
    }

    .services--detail {
        background-attachment: inherit;
        background-position: 50% 0;
        background-size: contain
    }

    .services--detail h2 {
        margin-bottom: -42px
    }

    .services--detail .service-box__body {
        min-height: 0;
        padding-left: 32px !important;
        margin-top: 0 !important;
        padding-top: 52px !important
    }

    .services--detail .service-box__more {
        padding: 0
    }
}

@media all and (max-width: 979px) {
    .services--detail {
        padding-top: 0;
        margin-bottom: 32px;
        background: none !important
    }
}

@media all and (min-width: 980px) {
    .service-box .service-box__img img {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        transition: -webkit-transform .2s;
        transition: transform .2s
    }

    .service-box:hover .service-box__img img {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media all and (max-width: 1024px) and (orientation: landscape) {
    .services--detail {
        padding-top: 50px;
        background: none !important
    }
}

.top-services__item {
    position: relative;
    background: #f4f4f4;
    border-left: 1px solid #fff;
    overflow: hidden;
    transition: background, .5s
}

.top-services__item:first-child {
    border: 0
}

.top-services__item:hover {
    border-left: 1px solid transparent !important;
    background: #336cde;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .7);
    z-index: 20
}

.top-services__item:hover + .top-services__item {
    border-left: 1px solid transparent !important
}

@media all and (max-width: 979px) {
    .top-services__item {
        display: block
    }
}

.section-menu .auth-bar form.form__forgot-password {
    position: absolute;
    right: 0;
    top: 87px;
    width: 297px;
    height: 157px;
    box-shadow: inset -1px -1px 0 #e2e9ef, inset 0 0 0 rgba(221, 224, 232, .5);
    border-radius: 1px;
    background-color: #eff2f9;
    padding: 20px;
    display: none;
    z-index: 9992
}

@media only screen and (max-width: 768px) {
    .section-menu .auth-bar form.form__forgot-password {
        top: 186px;
        height: 197px
    }
}

.section-menu .auth-bar form.form__forgot-password input[type=text] {
    width: 100%;
    height: 35px;
    box-shadow: inset -1px -1px 0 #e2e9ef, inset 0 0 0 rgba(221, 224, 232, .5);
    border-radius: 1px;
    color: #bcbec0;
    font-size: 18px;
    margin-bottom: 10px
}

.section-menu .auth-bar form.form__forgot-password input[type=text]::-webkit-input-placeholder {
    font-size: 18px
}

.section-menu .auth-bar form.form__forgot-password input[type=text]::-moz-placeholder {
    font-size: 18px
}

.section-menu .auth-bar form.form__forgot-password input[type=text]:-ms-input-placeholder {
    font-size: 18px
}

.section-menu .auth-bar form.form__forgot-password input[type=text]::placeholder {
    font-size: 18px
}

.forgot-password__header {
    color: #939598;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block
}

body .is-notification-locked {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: none
}

.b-notification {
    display: none;
    box-sizing: border-box;
    overflow: auto
}

.b-notification__body {
    padding: 45px 30px;
    background-color: rgba(255, 255, 255, .85)
}

@media all and (min-width: 768px) {
    .b-notification__body {
        padding: 0
    }
}

.b-notification__title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #686767
}

@media all and (min-width: 768px) {
    .b-notification__title {
        margin-bottom: 0;
        padding: 25px 40px
    }
}

.b-notification__content {
    display: none;
    padding-top: 30px;
    font-size: 14px;
    line-height: 22px;
    color: #686767
}

@media all and (min-width: 768px) {
    .b-notification__content {
        display: block;
        height: 150px;
        margin-left: 220px;
        margin-right: 15px;
        padding-top: 0;
        overflow: auto
    }
}

.b-notification__img {
    display: none
}

.b-notification__img img {
    max-width: 100%
}

@media all and (min-width: 768px) {
    .b-notification__img {
        display: block;
        position: absolute;
        opacity: .85;
        width: 200px;
        left: 0;
        bottom: 0;
        font-size: 0;
        line-height: 0
    }
}

.b-notification__bottom {
    display: none;
    padding-top: 10px;
    padding-bottom: 20px
}

@media all and (min-width: 768px) {
    .b-notification__bottom {
        display: block;
        margin-left: 220px;
        margin-right: 15px
    }
}

.b-notification__close {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPBAMAAADJ+Ih5AAAAElBMVEUAAAAAAAAAAAAAAAAAAAAAAADgKxmiAAAABnRSTlMAGF4uCmZ5CeROAAAAO0lEQVQI12NwZAABRgcGIQEgDSIZFUECimAOCIN5IASRBwmAhJSBAmBgasAAF0GogetCmAM3GW4X3HYAN5IEnG/TMFEAAAAASUVORK5CYII=) 50% 50% no-repeat
}

.b-notification__close:hover {
    opacity: .6
}

.b-notification--fix {
    position: fixed;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: 9989;
    box-shadow: 1.5px 2.6px 7px 0 rgba(0, 0, 0, .25)
}

@media all and (min-width: 768px) {
    .b-notification--fix {
        width: 510px;
        right: 15px;
        bottom: 15px
    }
}

.b-notification.is-active {
    display: block
}

.b-notification.is-min {
    height: 20px;
    border-radius: 10px 0 0;
    padding-top: 10px;
    overflow: visible;
    background-color: rgba(255, 255, 255, .85)
}

@media all and (min-width: 768px) {
    .b-notification.is-min {
        bottom: -10px
    }
}

.b-notification.is-min .b-notification__close, .b-notification.is-min .b-notification__img {
    display: none
}

.b-notification__min {
    position: absolute;
    right: 35px;
    top: 0;
    width: 35px;
    height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.b-notification__min:after {
    content: "";
    position: absolute;
    top: 24px;
    left: 20px;
    width: 12px;
    height: 1px;
    background-color: #858890;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.b-notification__min:hover {
    opacity: .6
}

.b-notification__min--active {
    position: absolute;
    right: 0;
    top: -26px;
    width: 42px;
    height: 26px;
    border-radius: 8px 8px 0 0;
    z-index: 163;
    background-color: rgba(255, 255, 255, .85)
}

.b-notification__min--active:hover {
    opacity: 1
}

.b-notification__min--active:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 12px;
    width: 19px;
    height: 1px;
    background-color: #858890;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-callout: none
}

.b-notification__min--active:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 21px;
    width: 1px;
    height: 19px;
    background-color: #858890;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-callout: none
}

.b-notification__min--active:hover:after, .b-notification__min--active:hover:before {
    opacity: .6
}

@media all and (max-width: 767px) {
    .b-notification.is-open {
        background-color: rgba(255, 255, 255, .85)
    }

    .b-notification.is-open .b-notification__body {
        background-color: transparent
    }

    .b-notification.is-open .b-notification__bottom, .b-notification.is-open .b-notification__content {
        display: block
    }

    .b-notification.is-open {
        left: 0;
        top: 0
    }

    .b-notification.is-open--fix {
        height: 100%;
        overflow: auto
    }
}

@media all and (max-width: 767px) and (min-width: 768px) {
    .b-notification.is-open--fix {
        height: auto
    }
}

@media all and (max-width: 767px) {
    .b-notification__min--active {
        top: -35px;
        width: 42px;
        height: 35px;
        border-radius: 0
    }

    .b-notification__min--active:before {
        content: "";
        top: 20px;
        left: 7px;
        width: 29px;
        height: 1px
    }

    .b-notification__min--active:after {
        content: "";
        top: 6px;
        left: 21px;
        width: 1px;
        height: 29px
    }
}

.b-notification .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #c2c2c2
}

.b-notification .mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #e6e6e6
}

@media all and (min-width: 768px) {
    .b-notification {
        border-radius: 10px;
        overflow: hidden
    }
}

@media all and (max-width: 767px) {
    .b-notification.is-min {
        background-color: rgba(255, 255, 255, .85);
        padding-top: 20px;
        bottom: -7px;
        border-radius: 0
    }
}

@media only screen and (min-width: 980px) {
    body.fixHeader main {
        padding-top: 600px
    }
}

.no--border, .no--border.no--border {
    border: 0
}

.icon-round {
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    vertical-align: top
}

.icon-round .icon {
    vertical-align: middle
}

.icon-round--big {
    width: 110px;
    height: 110px;
    line-height: 110px
}

.icon-tooltip {
    display: inline-block;
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #d8dae1;
    text-align: center;
    vertical-align: middle;
    margin-left: 10px
}

img.svg {
    visibility: hidden
}

.gradientDarkBlue {
    color: #fff;
    background-color: #123885;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF204BA2', endColorstr='#FF0E3075');
    background-size: 100%;
    background-image: linear-gradient(to bottom, #204ba2 0, #0e3075 100%)
}

.gradientDarkBlue h1, .gradientDarkBlue h2, .gradientDarkBlue h3, .gradientDarkBlue h4, .gradientDarkBlue h5, .gradientDarkBlue h6 {
    color: #fff
}

.gradientDarkBlue path {
    fill: #fff
}

.gradientDarkBlue svg text {
    color: #fff;
    fill: #fff;
    font-family: Roboto, sans-serif
}

.circle, .error-box a.search, .icon-tooltip, .roundslider img {
    overflow: hidden;
    border-radius: 50%
}

.text-center {
    text-align: center
}

.pb0 {
    padding-bottom: 0 !important
}

.mb0 {
    margin-bottom: 0 !important
}

.pb10 {
    padding-bottom: 10px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.pb20 {
    padding-bottom: 20px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.pb30 {
    padding-bottom: 30px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.pb40 {
    padding-bottom: 40px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.pb50 {
    padding-bottom: 50px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.pb60 {
    padding-bottom: 60px !important
}

.mb60 {
    margin-bottom: 60px !important
}

.pb70 {
    padding-bottom: 70px !important
}

.mb70 {
    margin-bottom: 70px !important
}

.pb80 {
    padding-bottom: 80px !important
}

.mb80 {
    margin-bottom: 80px !important
}

.pb90 {
    padding-bottom: 90px !important
}

.mb90 {
    margin-bottom: 90px !important
}

.pb100 {
    padding-bottom: 100px !important
}

.mb100 {
    margin-bottom: 100px !important
}

.h-md-title {
    line-height: 34px;
    margin: 10px 0 32px;
    font-weight: 300
}

@media all and (max-width: 767px) {
    .h-md-title {
        line-height: 120%
    }
}

.ui-tooltip {
    background: #000;
    color: #fff;
    box-shadow: none;
    font-size: 12px;
    line-height: 100%
}

@media only screen and (max-width: 767px) {
    .ui-tooltip {
        display: none !important
    }
}

.ui-front {
    z-index: 10000
}

.ui-selectmenu-menu {
    background: #fff;
    border: 0;
    box-shadow: 0 1px 10px rgba(63, 120, 235, .31)
}

.ui-selectmenu-menu .ui-menu {
    max-height: 267px;
    overflow-y: auto
}

.ui-selectmenu-menu .ui-menu .ui-menu-item {
    font-size: 16px;
    line-height: 18px;
    padding: 12px;
    color: #000
}

.ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-active, .ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-focus, .ui-selectmenu-menu .ui-menu .ui-menu-item:hover {
    background: #fff200
}

.ui-selectmenu-menu .ui-menu .ui-menu-item:first-child {
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    color: #757575
}

.ui-selectmenu-menu .ui-menu .ui-menu-item:first-child.ui-state-active, .ui-selectmenu-menu .ui-menu .ui-menu-item:first-child.ui-state-focus, .ui-selectmenu-menu .ui-menu .ui-menu-item:first-child:hover {
    background: #fff
}

.ui-selectmenu-menu:after {
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-bottom: 5px solid #ccc;
    right: 17px;
    top: 18px
}

.ui-selectmenu-menu li:before {
    display: none
}

.ui-selectmenu-menu li, .ui-selectmenu-menu li:hover {
    margin: 0 !important
}

.hidden, .s-show {
    display: none
}

.b-slide-toggle {
    position: relative;
    -webkit-animation: opacity-anim .5s;
    animation: opacity-anim .5s
}

.b-slide-toggle .s-hide-toggle {
    position: absolute;
    padding: 15px;
    right: 0;
    top: 0;
    cursor: pointer;
    opacity: .2;
    font-size: 0;
    line-height: 0
}

.b-slide-toggle .s-hide-toggle:hover {
    opacity: 1
}

.h2-small {
    font-size: 24px;
    color: #000;
    margin-bottom: 30px
}

@media all and (max-width: 979px) {
    .h2-small {
        font-size: 17px;
        line-height: 120%;
        color: #123885
    }
}

.table-hover .hover {
    background-color: #e6eaf2
}

.cards-list__more, .right-align {
    float: right
}

.ui-helper-hidden-accessible {
    display: none
}

img[align=left] {
    margin-right: 16px;
    margin-bottom: 16px
}

.logo-list {
    overflow: hidden
}

.logo-list ul {
    width: auto;
    display: block;
    white-space: nowrap
}

.logo-list ul li {
    display: inline-block;
    vertical-align: middle
}

.logo-list ul li a {
    padding: 0 23px
}

@-webkit-keyframes opacity-anim {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes opacity-anim {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@media only screen and (max-width: 820px) {
    .s-hide {
        display: none !important
    }

    .s-show {
        display: block
    }

    .border-button {
        display: inline-block;
        font-size: 13px;
        line-height: 14px;
        padding: 10px 40px;
        text-align: center
    }
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left;
    text-align: center;
    min-height: 95px;
    line-height: 95px
}

.owl-controls .owl-buttons div, .owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.pages {
    margin-top: 64px;
    text-align: center
}

.pages a, .pages span {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    min-width: 20px
}

.pages a:hover {
    text-decoration: none
}

.pages span {
    font-weight: 700
}

@media only screen and (max-width: 767px) {
    .sitemap {
        display: block
    }
}

.sitemap-box {
    padding: 0 32px 32px
}

.sitemap-box:first-child {
    padding-left: 0
}

.sitemap-box:last-child {
    padding-right: 0
}

@media only screen and (max-width: 767px) {
    .sitemap-box {
        display: block;
        padding: 0 0 32px
    }
}

.check-list {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none
}

.check-list > li {
    position: relative;
    margin: 0;
    padding: 5px 0 2px 30px;
    list-style-type: none
}

.check-list > li:before {
    width: 18px;
    height: 17px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAARCAMAAADnhAzLAAAAYFBMVEUAAAA+j9o+j9o+j9o+j9o+j9o+j9o+j9o+j9o+j9o+j9o+j9o+j9o+j9o+j9o+j9o+j9o+j9o+j9o+j9o+j9o+j9o+j9o+j9o+j9o+j9o+j9o+j9o+j9o+j9o+j9o+j9o9gnr1AAAAH3RSTlMABfrsUMK6ejQN9vLh2bOtVkU9HhwY1Kqfmo+GdEo6wRivSAAAAHhJREFUGNNd0FkOgzAMRdHMgZYyFTq3d/+7LBAhZOfr6cjyi2zUe2WrJEAr5eqhF2IjPOTQGy61kAFcJWT2kMvKvTVB3PLUpGIZ/LSlCO1qo4NQxqszdNbUDTz3rb/F7rYT/eMJbqp/WAw+4kdfB0kfwPlZkenDkf98kQeQwVNI4AAAAABJRU5ErkJggg==) 0 0 no-repeat;
    border-radius: 0
}

.b-form h1, .b-form .h1 {
    line-height: 1.5;
    margin: 0 0 15px;
}

/* new head */

.top-bar.right-part .location {
    margin-left: 0;
    text-align: left;
    width: 278px;
}

.top-bar.right-part .location__city {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: calc(100% - 35px);
}

.top-bar.right-part .location .topauth-button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 979px) {
    .menu-bar {
        display: none;
    }
    .top-bar.right-part .location .topauth-button {
        display: none;
    }
    .top-bar .pull-left {
        display: none;
    }
    .top-bar.right-part .location {
        padding: 6px 0 0;
        text-align: right;
    }
    .top-bar.right-part .location__city {
        text-align: right;
    }
}

.top-bar.right-part .location .topauth-button i {
    background: url(img/topAuthIco.png) no-repeat center center;
    clear: both;
    display: block;
    float: none;
    height: 17px;
    margin: auto;
    width: 12px;
}

.icon.arrow_10 {
    background-position: 0 -44px;
    height: 7px;
    width: 11px;
}

@media (min-width: 980px) {
    body > .layout {
        position: static;
        padding-top: 138px;
    }

    header {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }
}

@media (max-width: 767px) {
    .social a .icon.vb {
        top: -8px;
        left: -7px;
        position: relative;
    }

    footer .copyright, footer .design {
        float: none;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }

    footer .copyright {
        margin-bottom: 1em;
    }
}

.show-more2-container {
    text-align: center;
}

.show-more2 {
    color: #123885;
    border-bottom: 1px dashed #123885;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}

@media (max-width: 768px) {
    .adapt-img {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}