﻿.list-pict {
    font-size: 50px;
    text-align: center;
    color: #00a7d6;
}

.list-pict-red {
    font-size: 50px;
    text-align: center;
    color: #ef6f74;
}

.-pt- {
    padding-top: 16px;
}
.-dotted- {
    border-bottom: 1px dotted;
}
.-curp- {
    cursor: pointer;
}
.-ml-small- {
    margin-left: 8px;
}
.-mr-small- {
    margin-right: 8px;
}
.-mr-xsmall- {
    margin-right: 4px;
}
.-m-small- {
    margin-bottom: 8px;
}
.-m-mid- {
    margin-bottom: 16px;
}
.-m-large- {
    margin-bottom: 32px;
}
.-m-huge- {
    margin-bottom: 64px;
}
.-mt-large- {
    margin-top: 32px;
}
.-mb-null- {
    margin-bottom: 0;
}
.-mt-small- {
    margin-top: 8px;
}
.-text-mr- {
    margin-right: 8px;
}
.-text-ellipsis- {
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    max-width: 100%}
.-ttu- {
    text-transform: uppercase;
}
.-mw-100- {
    max-width: 100%}
.-absolute-center- {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,  -50%);
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    -o-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
}
.-va-tt- {
    vertical-align: text-top;
}
.-zh- * {
    font-style: normal !important;
}
.-invert-link- {
    color: #565656;
    text-decoration: none;
    border-bottom: 1px solid #cdcdcf;
}
.-hilite-strong- {
    color: #08B5EF;
}
.-text-error- {
    color: #d40000;
}
.-text-warning- {
    color: #ffae00;
}
.-text-success- {
    color: #6eba64;
}
.-text-dark- {
    color: #000;
}
.-text-blue-dirt- {
    color: #3E737E;
}
.-text-sky- {
    color: #64b4d2;
}
.-text-orange- {
    color: #faaa64;
}
.-text-green- {
    color: #8cc887;
}
.-text-khaki- {
    color: #debd67;
}
.-text-purple- {
    color: #c9b8ff;
}
.-text-pink- {
    color: #f4a1ae;
}
.-text-grey- {
    color: #828282;
}
.-text-turquoise- {
    color: #7ad0cd;
}
.-text-blue- {
    color: #5a91d5;
}
._img-left {
    margin: 0 16px 8px 0;
}
.-hidden- {
    display: none !important;
}
._stretch {
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
}
.-dl-block- dd {
    display: block;
    margin-bottom: 4px;
}
.-dl-block- dt {
    float: left;
    margin-right: 8px;
}
._no-transitions {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}
._no-transitions>* {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}
._border-box {
    box-sizing: border-box;
}
._group::after {
    clear: both;
    content: "";
    display: table;
}
.-map- {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
    padding: 4px;
}
.content-separator {
    margin: 2em 0;
    height: 1px;
    background: #dfdfe3;
    position: relative;
    border: none;
}
.content-separator:after {
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -1px;
}
.dotted-row {
    border-bottom: 1px dotted;
}
.dotted-row::after {
    clear: both;
    content: "";
    display: table;
}
.dotted-row--label, .dotted-row--value {
    padding: 1px;
    margin: 0 0 -5px;
}
.dotted-row--label {
    background: #f6f6f7;
    float: left;
}
.dotted-row--value {
    background: #f6f6f7;
    float: right;
}
.-noundrln- {
    text-decoration: none;
}
.-fsz-11- {
    font-size: 11px;
}
.-fsz-12- {
    font-size: 12px;
}
.-fsz-13- {
    font-size: 13px;
}
.-fsz-14- {
    font-size: 14px;
}
.-fsz-15- {
    font-size: 15px;
}
.-fsz-16-, .-fz-16- {
    font-size: 16px;
}
.-fsz-17- {
    font-size: 17px;
}
.-fsz-18- {
    font-size: 18px;
}
.-fsz-19- {
    font-size: 19px;
}
.-fsz-20- {
    font-size: 20px;
}
.-fsz-24- {
    font-size: 24px;
}
.-fsz-32-, .-fz-32- {
    font-size: 32px;
}
.-fc-base- {
    color: #565656;
}
.-fc-light- {
    color: #919191;
}
.-fc-dark- {
    color: #000;
}
.-fc-link- {
    color: #2872B9;
}
.-fc-linkhover- {
    color: #e74946;
}
.note-header {
    margin-bottom: 32px;
}
.note-header::after {
    clear: both;
    content: "";
    display: table;
}
.note-header--title {
    margin: 0 0 8px;
}
.note-header--note {
    color: #919191;
}
.-nobr- {
    white-space: nowrap;
}
.-lh-130- {
    line-height: 1.3;
}
.-lh-140- {
    line-height: 1.4;
}
.link-icon {
    border: none;
}
.link-icon * {
    vertical-align: middle;
}
.link-icon [class^='icon-'] {
    margin-right: 4px;
}
.link-icon:hover .link-icon--label {
    border-color: #f3a2a0;
}
.link-icon--label {
    border-bottom: 1px solid #accded;
}
.nb.-bg-error- {
    background: #FDCAC9;
}
.x-limiter {
    max-width: 100%;
    overflow-x: auto;
}
.x-limiter table {
    margin: 0;
}
.nothing-found-msg {
    color: #919191;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    font-size: 24px;
    text-align: center;
    margin: 68px 0 0;
}
.select--counter {
    min-width: 15px;
    display: inline-block;
}
.not-available {
    font-size: 20px;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,  -80%);
    max-width: 800px;
}
.not-available p {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
.not-available--title {
    font-size: 28px;
    line-height: 1;
    margin: 40px 0 18px;
}
html {
    background: #f6f6f7;
}
html.-pt- {
    padding-top: 0;
}
#wrapper {
    position: relative;
    height: auto;
    min-height: 100%;
    min-width: 980px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content {
    box-sizing: content-box;
    padding-bottom: 80px;
    -webkit-transition: padding-top 0.3s;
    -moz-transition: padding-top 0.3s;
    transition: padding-top 0.3s;
}
#content:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
#content>.page-container {
    height: 100%}
.page-container {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 976px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (min-width: 1420px) {
    .page-container {
    width: 1312px;
}
.page-container.-fixed- {
    width: 976px;
}
}.-rtl- .-to-rtl-tal- {
    display: inline-block;
    text-align: left;
    direction: rtl;
}
.-rtl- .h-counter {
    unicode-bidi: embed;
}
.-uni-e- {
    unicode-bidi: embed;
}
.-uni-e-rtl- {
    direction: rtl;
    unicode-bidi: embed;
}
.-zh- body {
    font-family: "PT Sans", "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}
.srch-res {
    padding-top: 16px;
}
.s-grid {
    margin-left: -32px;
    font-size: 0;
}
.s-grid .s-tile {
    display: inline-block;
    margin-left: 32px;
    margin-bottom: 32px;
    vertical-align: top;
    font-size: 13px;
}
.go-detail:before {
    content: '';
    display: inline-block;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
}
.content-separator:after, .service-gen--map:after, .similar-place--logo:after, .login-social--divider:after {
    content: ' ';
    display: block;
    position: absolute;
    right: 0px;
}
.header--logo-link:after, .login-social--divider:before, .checkup-timestatus--circle:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
}
[class^="ico-"], [class*=" ico-"] {
    background-image: url(../img/icons/icons.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}
[class^="ico-"].-w-8x8-, [class*=" ico-"].-w-8x8- {
    width: 8px;
    height: 8px;
}
[class^="ico-"].-w-12x12-, [class*=" ico-"].-w-12x12- {
    width: 12px;
    height: 12px;
}
.ico-caret-right-xs {
    background-position: 0px 0;
}
.ico-caret-right-s {
    background-position: 0px -8px;
}
.ico-caret-left-s {
    background-position: -12px -8px;
}
.ico-smile {
    background-position: 0px -20px;
}
[class*='ico-pin'] {
    background-image: url(../img/icons/pins.png);
    width: 42px;
    height: 42px;
}
.ico-pin-blue {
    background-position: 0px 0;
}
.ico-pin-red {
    background-position: -42px 0;
}
.ico-pin-green {
    background-position: -84px 0;
}
[class^='ico-direction'] {
    background-image: url(../img/icons/route-steps.png);
    width: 16px;
    height: 16px;
}
.ico-direction-left {
    background-position: 0 0px;
}
.ico-direction-right {
    background-position: 0 -16px;
}
.ico-direction-slight-left {
    background-position: 0 -32px;
}
.ico-direction-slight-right {
    background-position: 0 -48px;
}
.ico-direction-backward {
    background-position: 0 -64px;
}
.ico-direction-circular {
    background-position: 0 -80px;
}
.ico-direction-straight {
    background-position: 0 -96px;
}
[class^='ico-social'], [class*=' ico-social'] {
    background: url(../img/socials.png) left top no-repeat;
    border: none;
    display: inline-block;
    width: 32px;
    height: 32px;
}
[class^='ico-social']._ico-social-small, [class^='ico-social'].-ico-social-plain-, [class*=' ico-social']._ico-social-small, [class*=' ico-social'].-ico-social-plain- {
    width: 16px;
    height: 16px;
}
.ico-social--fb {
    background-position: 0px 0;
}
.ico-social--vk {
    background-position: -32px 0;
}
.ico-social--odnoklassniki {
    background-position: -64px 0;
}
.ico-social--google {
    background-position: -96px 0;
}
.ico-social--tw {
    background-position: -128px 0;
}
.ico-social--mail {
    background-position: -160px 0;
}
.ico-social--ya {
    background-position: -192px 0;
}
.ico-social--lj {
    background-position: -224px 0;
}
.ico-social--yahoo {
    background-position: -256px 0;
}
.ico-social--msn {
    background-position: -288px 0;
}
.ico-social--eds {
    background-position: -320px 0;
}
.ico-social--se {
    background-position: -352px 0;
}
.ico-social--fb._ico-social-small {
    background-position: 0px -32px;
}
.ico-social--vk._ico-social-small {
    background-position: -16px -32px;
}
.ico-social--odnoklassniki._ico-social-small {
    background-position: -32px -32px;
}
.ico-social--google._ico-social-small {
    background-position: -48px -32px;
}
.ico-social--tw._ico-social-small {
    background-position: -64px -32px;
}
.ico-social--mail._ico-social-small {
    background-position: -80px -32px;
}
.ico-social--ya._ico-social-small {
    background-position: -96px -32px;
}
.ico-social--lj._ico-social-small {
    background-position: -112px -32px;
}
.ico-social--yahoo._ico-social-small {
    background-position: -128px -32px;
}
.ico-social--msn._ico-social-small {
    background-position: -144px -32px;
}
.ico-social--eds._ico-social-small {
    background-position: -160px -32px;
}
.ico-social--se._ico-social-small {
    background-position: -176px -32px;
}
.ico-social--fb.-ico-social-plain- {
    background-position: 0px -48px;
}
.ico-social--vk.-ico-social-plain- {
    background-position: -16px -48px;
}
.ico-social--odnoklassniki.-ico-social-plain- {
    background-position: -32px -48px;
}
.ico-social--google.-ico-social-plain- {
    background-position: -48px -48px;
}
.ico-social--tw.-ico-social-plain- {
    background-position: -64px -48px;
}
.ico-social--mail.-ico-social-plain- {
    background-position: -80px -48px;
}
.ico-social--ya.-ico-social-plain- {
    background-position: -96px -48px;
}
.ico-social--lj.-ico-social-plain- {
    background-position: -112px -48px;
}
.ico-social--yahoo.-ico-social-plain- {
    background-position: -128px -48px;
}
.ico-social--msn.-ico-social-plain- {
    background-position: -144px -48px;
}
.ico-social--eds.-ico-social-plain- {
    background-position: -160px -48px;
}
.ico-social--se.-ico-social-plain- {
    background-position: -176px -48px;
}
.ico-msg {
    background: url(../img/other-icons.png) -16px top no-repeat;
    display: inline-block;
    width: 12px;
    height: 12px;
}
[class^='ico-language'] {
    background: url(../img/ico-languages.png) 0 0 no-repeat;
    display: inline-block;
    width: 16px;
    height: 12px;
}
[class^='ico-language']._big_flag {
    background: url(../img/ico-languages-big.png) 0 0 no-repeat;
    width: 64px;
    height: 34px;
}
[class^='ico-button'] {
    background-image: url(../img/button-icons.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 17px;
    height: 17px;
}
[class^='ico-small'] {
    background-image: url(../img/other-icons.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}
[class^='ico-route'] {
    background-image: url(../img/routes-icons.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
}
[class^='ico-btninfo'] {
    background-image: url(../img/btninfo-icons.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
}
[class^='ico-card'] {
    background-image: url(../img/bank-cards.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 36px;
    height: 26px;
}
[class^='ico-payment'] {
    background-image: url(../img/payment-icons.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
}
[class^='ico-credits'] {
    background-image: url(../img/payment-icons.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px;
    height: 20px;
}
.ico-language--ar {
    background-position: 0 0px;
}
.ico-language--en {
    background-position: 0 -12px;
}
.ico-language--de {
    background-position: 0 -24px;
}
.ico-language--fr {
    background-position: 0 -36px;
}
.ico-language--pt {
    background-position: 0 -48px;
}
.ico-language--ru {
    background-position: 0 -60px;
}
.ico-language--es {
    background-position: 0 -72px;
}
.ico-language--uk {
    background-position: 0 -84px;
}
.ico-language--zh {
    background-position: 0 -96px;
}
.ico-language--bg {
    background-position: 0 -108px;
}
.ico-language--tr {
    background-position: 0 -120px;
}
.ico-language--ar._big_flag {
    background-position: 0 0px;
}
.ico-language--en._big_flag {
    background-position: 0 -34px;
}
.ico-language--de._big_flag {
    background-position: 0 -68px;
}
.ico-language--fr._big_flag {
    background-position: 0 -102px;
}
.ico-language--pt._big_flag {
    background-position: 0 -136px;
}
.ico-language--ru._big_flag {
    background-position: 0 -170px;
}
.ico-language--es._big_flag {
    background-position: 0 -204px;
}
.ico-language--uk._big_flag {
    background-position: 0 -238px;
}
.ico-language--zh._big_flag {
    background-position: 0 -272px;
}
.ico-language--bg._big_flag {
    background-position: 0 -306px;
}
.ico-language--tr._big_flag {
    background-position: 0 -340px;
}
.ico-small--gps {
    background-position: 0 0px;
}
.ico-small--geo-marker {
    background-position: 0 -20px;
}
.ico-small--time {
    background-position: 0 -40px;
}
.ico-small--contact-us {
    background-position: 0 -60px;
}
.ico-small--red-exclaim {
    background-position: 0 -80px;
}
.ico-small--panel-notify {
    background-position: 0 -100px;
}
.ico-small--panel-message {
    background-position: 0 -120px;
}
.ico-small--collapse-up {
    background-position: 0 -140px;
}
.ico-small--collapse-down {
    background-position: 0 -160px;
}
.ico-small--arrow-down {
    background-position: 0 -180px;
}
.ico-small--qrcode {
    background-position: 0 -200px;
}
.ico-small--arrow-down-fill {
    background-position: 0 -220px;
}
.ico-small--accept-check {
    background-position: 0 -240px;
}
.ico-small--cross {
    background-position: 0 -260px;
}
.ico-small--hide-menu {
    background-position: 0 -280px;
}
.ico-small--show-menu {
    background-position: 0 -300px;
}
.ico-button--map {
    background-position: 0 0px;
}
.ico-button--grid {
    background-position: 0 -20px;
}
.ico-button--favorite {
    background-position: 0 -40px;
}
.ico-button--follow {
    background-position: 0 -60px;
}
.ico-button--map.active {
    background-position: -20px 0px;
}
.ico-button--grid.active {
    background-position: -20px -20px;
}
.ico-button--favorite.active, .sh--btn-group-actions .btn.-checked- .ico-button--favorite {
    background-position: -20px -40px;
}
.ico-button--follow.active, .sh--btn-group-actions .btn.-checked- .ico-button--follow {
    background-position: -20px -60px;
}
.ico-route--afoot {
    background-position: 0 0px;
}
.ico-route--car {
    background-position: 0 -24px;
}
.ico-route--transport {
    background-position: 0 -48px;
}
.ico-card--visa {
    background-position: 0 0px;
}
.ico-card--mastercard {
    background-position: 0 -26px;
}
.ico-card--discover {
    background-position: 0 -52px;
}
.ico-payment--card {
    background-position: 0 0px;
}
.ico-payment--yandex {
    background-position: 0 -20px;
}
.ico-payment--paypal {
    background-position: 0 -40px;
}
.ico-payment--qiwi {
    background-position: 0 -60px;
}
.ico-payment--clearing {
    background-position: 0 -80px;
}
.ico-credits--20 {
    background-position: -20px 0px;
}
.ico-credits--50 {
    background-position: -20px -20px;
}
.ico-credits--100 {
    background-position: -20px -40px;
}
.ico-credits--250 {
    background-position: -20px -60px;
}
.ico-credits--custom {
    background-position: -20px -80px;
}
.ico-small--gps {
    width: 18px;
    height: 18px;
}
.ico-small--contact-us {
    width: 30px;
}
.ico-small--contact-us._arrowless {
    width: 16px;
}
.ico-small--qrcode {
    width: 14px;
    height: 14px;
}
.ico-small--panel-notify, .ico-small--panel-message {
    width: 20px;
    height: 20px;
}
.ico-small--accept-check, .ico-small--cross {
    width: 18px;
    height: 18px;
}
[class*='ico-file-type'] {
    background-image: url(../img/icons/file-types.png);
    width: 16px;
    height: 16px;
}
.ico-file-type-pdf {
    background-position: 0px 0;
}
.ico-file-type-outlook {
    background-position: -16px 0;
}
.ico-file-type-word {
    background-position: -32px 0;
}
.ico-file-type-pdf-l {
    background-position: 0px -16px;
}
.ico-file-type-outlook-l {
    background-position: -32px -16px;
}
.ico-file-type-word-l {
    background-position: -64px -16px;
}
.ico-file-type-excel-l {
    background-position: -96px -16px;
}
[class$="-s"] {
    width: 12px;
    height: 12px;
}
[class$="-l"] {
    width: 32px;
    height: 32px;
}
[class$="-xs"] {
    width: 8px;
    height: 8px;
}
.scroll-to-top {
    z-index: 500;
    position: fixed;
    right: 0px;
    top: 20px;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    transition: opacity 200ms;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.scroll-to-top.inactive {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    visibility: hidden;
}
.scroll-to-top.inactive._hidden {
    text-indent: 0;
}
.scroll-to-top._hidden {
    display: none;
}
.scroll-to-top a {
    border: none;
    text-align: center;
    display: block;
    width: 100px;
    opacity: 0.8;
    text-decoration: none;
}
.scroll-to-top a .scroll-to-icon {
    display: block;
    width: 24px;
    height: 27px;
    margin: 0 auto;
    background: url("../img/scroll-to-top-button.png") 0 0 no-repeat;
}
.scroll-to-top a .scroll-to-text {
    display: block;
    color: #3f3f3f;
    font-size: 12px;
    line-height: 1.3em;
}
.scroll-to-top a:hover {
    color: #737373;
}
.scroll-to-top a:hover .scroll-to-icon {
    background-position: -24px 0;
}
.scroll-to-top a:hover .scroll-to-text {
    color: #737373;
}
.scroll-to-top a:active .scroll-to-icon {
    background-position: -48px 0;
}
.scroll-to-top a:active .scroll-to-text {
    color: #7f502b;
}
._content-row {
    margin-left: -32px;
}
._content-row:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
[class*='_content-col'] {
    float: left;
    margin-left: 32px;
    padding: 0;
}
._content-col-main {
    width: 640px;
}
@media screen and (min-width: 1420px) {
    ._content-col-main {
    width: 976px;
}
}._content-col-main._fixed {
    width: 640px;
}
._content-col-main._wide {
    width: 976px;
}
@media screen and (min-width: 1420px) {
    ._content-col-main._wide {
    width: 1312px;
}
}._content-col-aside {
    width: 304px;
}
._content-col-aside._fixed {
    width: 304px;
}
[class*='_fluid-col-'] {
    float: left;
    padding-left: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
._fluid-col-1 {
    width: 8.33333%}
._fluid-col-2 {
    width: 16.66667%}
._fluid-col-3 {
    width: 25%}
._fluid-col-4 {
    width: 33.33333%}
._fluid-col-5 {
    width: 41.66667%}
._fluid-col-6 {
    width: 50%}
._fluid-col-7 {
    width: 58.33333%}
._fluid-col-8 {
    width: 66.66667%}
._fluid-col-9 {
    width: 75%}
._fluid-col-10 {
    width: 83.33333%}
._fluid-col-11 {
    width: 91.66667%}
._fluid-col-12 {
    width: 100%}
.tag {
    background: #ece5f1;
    border-radius: 2px;
    display: inline-block;
    color: #565656;
    padding: 2px 6px;
    font-size: 13px;
}
.tag.-light-yellow- {
    background: #f1e9cf;
}
.tag-list {
    margin-bottom: 16px;
}
.tag-list .tag {
    margin: 0 6px 6px 0;
}
input.ui-rating-stars-input {
    display: none;
}
.ui-rating-stars {
    position: relative;
    width: 175px;
    height: 35px;
}
.ui-rating-stars .rating-stars {
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/rating-stars.png") 0 0 repeat-x;
    width: inherit;
    height: inherit;
}
.ui-rating-stars .rating-stars._front {
    z-index: 10;
    background-position: 0 -35px;
}
.ui-rating-stars .rating-hover-stars {
    position: absolute;
    left: 0;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 30;
}
.ui-rating-stars .rating-single-star {
    position: relative;
    visibility: hidden;
    display: block;
    height: 100%;
    cursor: pointer;
    background: url("../img/rating-stars.png") 0 0 no-repeat;
    padding-left: 36px;
}
.ui-rating-stars .rating-single-star>label {
    position: absolute;
    width: 36px;
    height: 35px;
    cursor: pointer;
    left: 0;
    z-index: 20;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.ui-rating-stars .rating-single-star:hover {
    background-position: 0 -35px;
}
.ui-rating-stars:hover .rating-stars {
    visibility: hidden;
}
.ui-rating-stars:hover .rating-single-star {
    visibility: visible;
}
.stars-label {
    font-size: 14px;
    text-shadow: 0 1px #fff;
    vertical-align: middle;
}
.stars-static {
    display: inline-block;
    width: 90px;
    height: 18px;
    background: url("../img/rating-stars.png") 0 -70px repeat-x;
    vertical-align: middle;
}
.stars-static--front {
    display: block;
    height: inherit;
    background: url("../img/rating-stars.png") 0 -88px repeat-x;
}
.stars-static--front.estimate-0 {
    width: 0%}
.stars-static--front.estimate-1 {
    width: 20%}
.stars-static--front.estimate-2 {
    width: 40%}
.stars-static--front.estimate-3 {
    width: 60%}
.stars-static--front.estimate-4 {
    width: 80%}
.stars-static--front.estimate-5 {
    width: 100%}
.preloader {
    border-radius: 2px;
    position: absolute;
    padding: 5px;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: -1;
    box-sizing: content-box;
}
.preloader.active {
    opacity: 1;
    left: 50%;
    z-index: 2;
}
.preloader.-bg- {
    background: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1);
}
.preloader.-bg-.active {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 0 11px rgba(0, 0, 0, 0.3);
}
.preloader[class*='progress'] {
    width: 33px;
    height: 4px;
    margin: -7px 0 0 -21.5px;
}
.preloader.progress .preloader--frame {
    background-image: url(../img/preloaders/progress.png);
}
.preloader.progress-gray .preloader--frame {
    background-image: url(../img/preloaders/progress-gray.png);
}
.preloader.progress-dark .preloader--frame {
    background-image: url(../img/preloaders/progress-dark.png);
}
.preloader.diamond {
    width: 48px;
    height: 48px;
    margin: -29px 0 0 -29px;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -o-transition: -o-transform 0.2s, opacity 0.2s;
    -ms-transition: -ms-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.preloader.diamond.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.preloader.diamond .preloader--frame {
    background-image: url(../img/preloaders/diamond.png);
}
.preloader--frame {
    background-repeat: repeat-x;
    display: block;
    width: 100%;
    height: 100%}
.panel {
    background: #fff;
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 32px;
}
.panel--content {
    padding: 14px;
    margin: 0;
}
.panel--show-more {
    display: block;
    color: #565656;
    border-top: 1px solid #d7d7d7;
    border-bottom: none;
    text-align: center;
    text-decoration: none;
    line-height: 14px;
    padding: 8px 0;
    background: #e7e7e7;
    background: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0%,  #ededed),  color-stop(100%,  #e1e1e1));
    background: -webkit-linear-gradient(top,  #ededed 0%,  #e1e1e1 100%);
    background: -moz-linear-gradient(top,  #ededed 0%,  #e1e1e1 100%);
    background: -ms-linear-gradient(top,  #ededed 0%,  #e1e1e1 100%);
    background: -o-linear-gradient(top,  #ededed 0%,  #e1e1e1 100%);
    background: linear-gradient(to bottom,  #ededed 0%,  #e1e1e1 100%);
}
.panel--show-more:hover {
    color: #000;
}
.panel--show-more span {
    display: inline-block;
    border-bottom: 1px dotted #646464;
}
.hr {
    display: block;
    border-bottom: 1px solid #e1e1e1;
    box-shadow: 0 1px rgba(255, 255, 255, 0.5);
    position: relative;
    text-align: center;
    margin: 32px 0;
}
.hr--label-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    text-align: center;
}
.hr--label {
    background: #f6f6f7;
    display: inline-block;
    color: #cdcdcd;
    text-shadow: 0 1px #fff;
    padding: 0 8px;
    font-size: 16px;
    line-height: 1;
}
.img-tiles {
    margin-left: -4px;
}
.img-tiles:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.img-tile {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 0 4px 4px;
}
.img-tile img {
    position: absolute;
    left: 0;
    top: 0;
}
.go-detail {
    color: #565656;
    border-bottom: none;
    display: block;
    height: 32px;
    text-align: center;
    text-decoration: none;
    background-color: #ededed;
    background-image: -webkit-linear-gradient(top,  #ededed, #e1e1e1);
    background-image: linear-gradient(to bottom, #ededed, #e1e1e1);
}
.go-detail span {
    text-decoration: underline;
}
@-webkit-keyframes gradient-shift {
    0% {
    background-position: 0 0;
}
100% {
    background-position: 100% 0;
}
}@-moz-keyframes gradient-shift {
    0% {
    background-position: 0 0;
}
100% {
    background-position: 100% 0;
}
}@keyframes gradient-shift {
    0% {
    background-position: 0 0;
}
100% {
    background-position: 100% 0;
}
}.row-spoiler-header {
    background: #f2f2f2;
    cursor: pointer;
    position: relative;
    margin-top: -1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: border-color 0s 0.2s;
    -moz-transition: border-color 0s 0.2s;
    transition: border-color 0s 0.2s;
}
.row-spoiler-header .icon-caret-down {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -8px;
}
.row-spoiler-header:hover {
    background: #ececec;
}
.row-spoiler-header.active {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
.row-spoiler-header.-loading- {
    background: repeating-linear-gradient(-45deg,  #f2f2f2,  #f2f2f2 8px,  #e3e3e3 8px,  #e3e3e3 16px);
    background-size: 90px 100%;
    -webkit-animation: gradient-shift 20s infinite linear;
    -moz-animation: gradient-shift 20s infinite linear;
    animation: gradient-shift 20s infinite linear;
}
.row-spoiler-header--title {
    position: relative;
    font-size: 18px;
    white-space: nowrap;
    font-weight: normal;
}
.row-spoiler-header--title .title-name {
    display: inline-block;
    padding-right: 42px;
    white-space: normal;
}
.row-spoiler-header--title .title-name .-pseudo- {
    color: #2772b8;
}
.row-spoiler-header--title [class*='icon'] {
    font-size: 32px;
    margin-right: 18px;
    vertical-align: middle;
}
.row-spoiler-header--title:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -.2em;
}
.row-spoiler-header--title>* {
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
}
.spoiler-header--summ {
    display: inline-block;
    padding-right: 16px;
    width: 100%;
    box-sizing: border-box;
}
.row-spoiler-doc {
    background: #fff;
    margin: 24px auto;
    padding: 32px;
    width: 75%;
    white-space: pre-wrap;
    line-height: 1.4em;
}
.-rtl- .row-spoiler-header--title .title-name {
    direction: rtl;
}
.-rtl- .spoiler-header--summ {
    direction: rtl;
}
.row.-reduced-vertical->[class*='col-'] {
    padding-top: 8px;
    padding-bottom: 8px;
}
.charter-graph {
    color: #868686;
    font-size: 11px;
    position: relative;
    margin: 0 auto;
    height: 260px;
    width: 350px;
}
.charter-graph--platform {
    bottom: 0;
    position: absolute;
}
.charter-graph--bar, .charter-graph--bar:after, .charter-graph--bar:before, .charter-graph--platform {
    background: url("../img/charter-graph.png") 0 0 no-repeat;
    position: absolute;
}
.charter-graph--bar, .charter-graph--bar--label-wrap {
    transition: all .7s ease;
}
.charter-graph--bar {
    background-position: 17px top;
    bottom: 42px;
    left: 50%;
    margin-left: -62px;
    min-height: 50px;
    height: 50px;
    width: 110px;
    z-index: 2;
}
.charter-graph--bar:after {
    background-position: -114px top;
    content: '';
    left: 17px;
    top: -3px;
    height: 46px;
    width: 89px;
}
.charter-graph--bar:before {
    background-position: -113px bottom;
    content: '';
    left: 0;
    bottom: -21px;
    height: 50px;
    width: 115px;
    z-index: 3;
}
.charter-graph--platform {
    background-position: -110px -46px;
    bottom: 0;
    left: 50%;
    margin-left: -123.5px;
    height: 109px;
    width: 247px;
    z-index: 1;
}
.charter-graph--categories {
    border-right: 1px dashed #868686;
    padding: 14px 0 0;
    position: absolute;
    top: 9px;
    left: -24px;
    z-index: 3;
}
.-o- .categories, .-webkit- .categories {
    top: 12px;
}
.charter-graph--categories li {
    list-style: none;
    text-align: right;
    padding: 0 14px 0 0;
    height: 34px;
    margin: 0;
    position: relative;
    max-width: 130px;
}
.charter-graph--categories li:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.charter-graph--categories li span {
    display: inline-block;
    line-height: 1.1;
    vertical-align: middle;
}
.charter-graph--categories li:after {
    border-top: 1px solid #838383;
    bottom: 0;
    content: '';
    color: #868686;
    position: absolute;
    right: -4px;
    width: 7px;
}
.charter-graph--categories li:last-child {
    margin-bottom: 0;
}
.charter-graph--bar--label-wrap {
    top: 22px;
    bottom: 18px;
    right: -70px;
    height: auto;
    position: absolute;
    z-index: 3;
    transition: all 0.7s ease;
    width: 70px;
}
.charter-graph--bar--label-wrap:after, .charter-graph--bar--label-wrap:before {
    content: '';
    border-top: 1px solid #565656;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -4px;
    height: 1px;
    width: 7px;
}
.charter-graph--bar--label-wrap:after {
    top: 0;
}
.charter-graph--bar--label-wrap:before {
    bottom: -1px;
}
.charter-graph--bar--label {
    height: 100%}
.charter-graph--bar--label:after {
    border-right: 1px dashed #868686;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    margin-left: -2px;
}
.charter-graph--bar--label span {
    display: block;
    color: #868686;
    line-height: 1.1;
}
.charter-graph--bar--label p {
    color: #000;
    position: relative;
    padding: 10px 0;
    margin: -32px 0 0;
    top: 50%;
    text-align: center;
    z-index: 3;
    transition: all 0.7s ease;
}
.charter-graph--bar--label p:after {
    content: '';
    background: #f6f6f7;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: -3px;
    width: 7px;
    z-index: -1;
}
.-low- .charter-graph--bar--label p {
    top: -32px;
}
.-low- .charter-graph--bar--label p:after {
    background: none;
}
.placeholder .placeholder--input {
    margin-bottom: 0;
}
.form--hidden-toggle.active {
    display: none;
}
.form--hidden-field {
    display: none;
}
.form--hidden-field.active {
    display: block;
}
.Zebra_DatePicker {
    position: absolute;
    background: #8c8c8c;
    box-shadow: 0 0 1px 1px rgba(216, 216, 216, 0.7);
    z-index: 1200;
    font-size: 13px;
    padding: 1px;
    top: 0;
}
.Zebra_DatePicker * {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
}
.Zebra_DatePicker table {
    border-collapse: collapse;
    border-spacing: 0;
    width: auto;
    table-layout: auto;
}
.Zebra_DatePicker td, .Zebra_DatePicker th {
    text-align: center;
    padding: 5px 0;
}
.Zebra_DatePicker td {
    cursor: pointer;
}
.Zebra_DatePicker .dp_daypicker, .Zebra_DatePicker .dp_monthpicker, .Zebra_DatePicker .dp_yearpicker {
    background: #fff;
}
.Zebra_DatePicker .dp_daypicker td, .Zebra_DatePicker .dp_daypicker th, .Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td {
    background: #fff;
    border-radius: 4px;
    border: 1px solid transparent;
    width: 30px;
}
.Zebra_DatePicker.dp_visible {
    visibility: visible;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}
.Zebra_DatePicker.dp_hidden {
    visibility: hidden;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.Zebra_DatePicker .dp_header td {
    color: #FFF;
}
.Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
    width: 30px;
}
.Zebra_DatePicker .dp_header .dp_hover {
    background: #787878;
    color: #FFF;
    box-shadow: none;
}
.Zebra_DatePicker .dp_daypicker th {
    background: #FFCC33;
}
.Zebra_DatePicker td.dp_not_in_month {
    background: #F3F3F3;
    color: #CDCDCD;
    cursor: default;
}
.Zebra_DatePicker td.dp_not_in_month_selectable {
    background: #F3F3F3;
    color: #CDCDCD;
    cursor: pointer;
}
.Zebra_DatePicker td.dp_weekend {
    background: #D8D8D8;
}
.Zebra_DatePicker td.dp_weekend_disabled {
    color: #CCC;
    cursor: default;
}
.Zebra_DatePicker td.dp_selected {
    background: #fbfbfb;
    box-shadow: 0 0 0 1px #fed65b inset;
}
.Zebra_DatePicker td.dp_week_number {
    background: #FFCC33;
    color: #555;
    cursor: text;
    font-style: italic;
}
.Zebra_DatePicker .dp_monthpicker td {
    width: 33%}
.Zebra_DatePicker .dp_yearpicker td {
    width: 33%}
.Zebra_DatePicker .dp_footer .dp_hover {
    box-shadow: none;
    background: #787878;
    color: #FFF;
}
.Zebra_DatePicker .dp_today {
    color: #FFF;
    padding: 3px;
}
.Zebra_DatePicker .dp_clear {
    color: #FFF;
    padding: 4px;
    box-shadow: none;
}
.Zebra_DatePicker td.dp_current {
    color: #FD5758;
}
.Zebra_DatePicker td.dp_disabled_current {
    color: #E38585;
}
.Zebra_DatePicker td.dp_disabled {
    background: #f1f1f1;
    border-radius: 0;
    color: #8c8c8c;
    cursor: default;
}
.Zebra_DatePicker td.dp_hover {
    box-shadow: 0 0 0 1px #ffde7d inset;
}
button.Zebra_DatePicker_Icon {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("calendar.html") no-repeat left top;
    text-indent: -9000px;
    border: none;
    cursor: pointer;
    padding: 0;
    line-height: 0;
    vertical-align: top;
}
button.Zebra_DatePicker_Icon_Disabled {
    background-image: url("calendar-disabled.html");
}
button.Zebra_DatePicker_Icon {
    margin: 0 0 0 3px;
}
button.Zebra_DatePicker_Icon_Inside {
    margin: 0 3px 0 0;
}
.spoiler, .semi-spoiler {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s;
}
.semi-spoiler {
    max-height: none;
}
.header {
    background: #23407a;
    position: relative;
    z-index: 20;
}
.header.-theme-1c- {
    box-shadow: none;
}
.header.-theme-1c- .header--search-btn {
    background: #fbc67a;
}
.header.-theme-1c- .header--search-btn svg {
    fill: #fff;
}
.header.-theme-1c- .header--search-btn:hover {
    background: #fab148;
}
.header--content {
    overflow: visible;
}
.header--logo .demo-access {
    position: absolute;
    top: 67px;
    right: 2px;
    color: #ffd632;
    font-size: 10px;
}
.header--logo-link {
    margin-left: -6px;
    display: block;
    width: inherit;
    height: inherit;
}
.header--logo-link {
    background: url("../img/sites-logo.png") 0 0 no-repeat;
    border: none;
}
.header--logo-link:after {
    left: 0px;
    top: 14px;
    width: 100%;
    height: 30px;
    background: url("../img/sites-logo-text.png") 0 0 no-repeat;
}
.header--logo-link.-seldon- {
    background-position: 0 -33px;
}
.header--logo-link.-seldon-:after {
    background-position: 82px 0;
    width: 240px;
}
.header--logo-link.-maps- {
    background-position: 8px -95px;
}
.header--logo-link.-maps-:after {
    background-position: 82px -96px;
}
.header--logo-link.-translate- {
    background-position: 8px -190px;
}
.header--logo-link.-translate-:after {
    background-position: 72px -191px;
}
.header--logo-link.-sources- {
    width: 220px;
    background-position: 1px -380px;
}
.header--logo-link.-sources-:after {
    background-position: 66px -381px;
}
.header--logo-link.-workflow- {
    background-position: 1px -285px;
}
.header--logo-link.-workflow-:after {
    background-position: 62px -286px;
}
.header--logo-link.-erp- {
    background-position: 1px -475px;
}
.header--logo-link.-erp-:after {
    background-position: 72px -475px;
}
.header--menu {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    z-index: 2;
}
.header--login-menu {
    color: #6fd8ff;
    font-size: 13px;
}
.header--menu--signup {
    display: inline-block;
    color: #565656;
    border-radius: 2px;
    border: none;
    background: #fae0a5;
    padding: 3px 12px;
}
.header--menu--signup:hover {
    background: #ffe5aa;
}
.language-select--current {
    float: left;
}
.language-select--current .dropdown--container {
    min-width: 160px;
    margin-right: -9px;
}
.language-select--current .dropdown--item [class^='ico-language'] {
    float: left;
    margin: 2px 8px 0 0;
}
.language-select--current-link {
    border: none;
    color: #fff;
    outline: none;
    display: block;
    line-height: 1em;
    text-decoration: none !important;
}
.language-select--current-link span {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    position: relative;
    vertical-align: middle;
    line-height: 1.2;
}
.language-select--current-link i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}
.language-select--current-link:hover {
    color: #fff;
}
.language-select--current-link:hover span {
    border-color: #fff;
}
.language-select--current-link .icon-toggle {
    font-size: 13px;
}
.language-select--current-flag {
    float: left;
    margin-left: 10px;
}
.header--profile {
    float: right;
    position: relative;
    width: 75px;
    height: 48px;
}
.header--profile .dropdown--container {
    margin-right: 6px;
}
.header--profile:hover .header-profile--ava-image img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.header-profile--ava {
    cursor: pointer;
    position: absolute;
    width: 65px;
    height: 48px;
    right: 6px;
    top: 0;
}
.header-profile--ava-image {
    width: 65px;
    height: 48px;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    overflow: hidden;
    padding-right: 10px;
}
.header-profile--ava-image img {
    max-width: 65px;
    margin-top: -8.5px;
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    -o-transform: scale(0.93);
    transform: scale(0.93);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-profile--ava-image:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.header-profile--ava-image:hover .header-profile--arrow {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.header-profile--ava-image:before {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 10px;
    bottom: 0;
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.header-profile--ava-image:after {
    z-index: 2;
}
.header-profile--ava-image.-loading-:before {
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.header-profile--ava-overlay {
    background: url("../img/ava--overlay.png") 0 0 no-repeat;
    position: absolute;
    top: 0;
    left: -10px;
    height: 48px;
    width: 85px;
    z-index: 2;
}
.header-profile--arrow {
    position: absolute;
    z-index: 20;
    right: 2px;
    top: 17px;
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.header--notice, .header--messages {
    height: 48px;
}
.header--notice .dropdown--container, .header--messages .dropdown--container {
    width: 300px;
}
.header--notice time, .header--messages time {
    color: #708198;
    float: right;
    margin-left: 10px;
}
.header--notice [class*='icon-'], .header--messages [class*='icon-'] {
    color: #fff;
    float: left;
    margin-top: 2px;
}
.header--notice--caption {
    overflow: hidden;
    display: block;
}
.header-notice--item {
    height: inherit;
    margin-right: 1px;
    cursor: pointer;
    padding-top: 16px;
}
.header-notice--icon {
    text-align: center;
    position: relative;
}
.header-notice--icon i {
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
    z-index: 2;
}
.header-notice--icon .round {
    display: none;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    right: -5px;
    top: -10px;
    background: #FF8F00;
    overflow: hidden;
    color: #fff;
    text-align: center;
    z-index: 5;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -o-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}
.header-notice--icon .round .round-text {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    font-size: 10px;
    color: #565656;
    opacity: 0;
    line-height: 16px;
    display: block;
    font-weight: bold;
}
.header-notice--icon.active .round {
    display: block;
}
.header-notice--icon.active:after {
    z-index: -1;
    top: 8px;
    left: 6px;
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    -webkit-animation-name: glowOut;
    -moz-animation-name: glowOut;
    animation-name: glowOut;
    -webkit-animation-duration: 800ms;
    -moz-animation-duration: 800ms;
    animation-duration: 800ms;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.header-notice--icon:hover .round {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.header-notice--icon:hover .round .round-text {
    opacity: 1;
}
@-webkit-keyframes glowOut {
    from {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8);
}
to {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.01);
}
}@-moz-keyframes glowOut {
    from {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8);
}
to {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.01);
}
}@keyframes glowOut {
    from {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8);
}
to {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.01);
}
}.header--messages .dropdown--container {
    width: 380px;
}
.dropdown--container .dropdown--head {
    background: #e9e9e9;
    padding: 8px;
    box-shadow: inset 0 -2px 5px -3px rgba(0, 0, 0, 0.4);
}
.dropdown--container .dropdown--head .-pseudo- {
    color: #565656;
    border-bottom-color: #565656;
}
.dropdown--container .dropdown--footer {
    padding: 8px;
    border-top: 1px solid #e0e0e0;
    background: #f5f5f5;
}
.dropdown--container .dropdown--message-input {
    margin: 0;
    width: 100%}
.dropdown-notice {
    margin-right: -17px;
}
.dropdown-notice .dropdown--item {
    padding: 8px 16px 10px;
    word-break: break-word;
}
.dropdown-notice .dropdown--item time {
    font-size: 11px;
    color: #999;
}
.dropdown-notice .dropdown--item.active {
    background: #FFF8E0;
}
.dropdown-notice .dropdown--head {
    background: #f8f8f8;
    border-top: 1px solid #EEEEEE;
    text-align: center;
    font-size: 12px;
    padding-bottom: 12px;
    border-radius: 0 2px 2px 0;
}
.dropdown-notice .dropdown--items-container {
    padding: 6px 0;
}
.dropdown-notice .dropdown--items-container.-loading- {
    min-height: 90px;
}
.dropdown--item-message {
    padding: 8px 16px;
    overflow: hidden;
}
.dropdown--item-message .di--message-ava {
    float: left;
    width: 16px;
    margin-right: 16px;
    padding-top: 3px;
}
.dropdown--item-message .di--message-ava img {
    width: 100%}
.dropdown--item-message .di--message-body {
    float: left;
    width: 280px;
}
.dropdown--item-message .di--message-date {
    float: right;
    width: 32px;
    text-align: right;
    font-size: 11px;
    color: #b7b7b7;
}
.dropdown--item-message .di--message-author {
    text-decoration: none;
    color: #708198;
}
.dropdown--item-message .di--message-author:hover {
    text-decoration: underline;
}
.dropdown--item-message .di--message-text {
    margin: 0;
}
@media screen and (max-width: 1420px) {
    .-fr- .header--login-menu, .-es- .header--login-menu {
    margin-right: 0;
}
.-fr- .language-select--current-flag, .-es- .language-select--current-flag {
    margin-left: 0;
}
.-fr- .language-select--current, .-es- .language-select--current {
    padding-right: 0;
}
}.nojavascript-banner {
    text-align: center;
    background: #fff4d4;
    color: #9e0c0f;
    font-size: 13px;
    padding: 15px;
}
@media screen and (max-width: 1420px) {
    .header--search-input {
    width: 340px !important;
}
}.block-body {
    background: url("../img/graph-bg.png") 0 0;
}
.error {
    position: relative;
    padding-left: 240px;
    margin: 128px auto;
    width: 700px;
}
.error.-block- .error--img {
    top: 0;
}
.error--img {
    position: absolute;
    left: 0;
    top: -32px;
}
.error--content {
    font-size: 16px;
}
.error--title {
    color: #000;
    font-size: 24px;
    margin-bottom: 12px;
}
.error--list {
    margin-top: 32px;
    font-size: 13px;
}
.footer {
    background: #fff;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #eeeeee;
    z-index: 14;
    width: 100%;
    height: 80px;
    box-sizing: content-box;
}
.footer--nav {
    float: left;
    margin: 15px 0 10px -16px;
}
.footer--nav>* {
    float: left;
    font-size: 13px;
    line-height: 16px;
    margin: 0 16px;
    position: relative;
}
.footer--nav>*:after {
    content: '';
    display: inline-block;
    border-left: 1px solid #9ac8ea;
    position: absolute;
    height: 13px;
    top: 2px;
    left: 100%;
    margin-left: 16px;
}
.footer--nav>*:last-child:after {
    display: none;
}
.footer--nav .language-select--current-link span {
    color: #2872B9;
    border-bottom-color: #accded;
}
.footer--nav .language-select--current-link:hover span {
    color: #e74946;
    border-bottom-color: #f3a2a0;
}
.footer--mobile-apps {
    float: right;
    margin: 15px 0 10px;
}
.footer--mobile-apps a {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #eaeaea;
    background: #f6f6f6;
    padding: 4px 8px;
    color: #585858;
    vertical-align: top;
}
.footer--mobile-apps a:hover {
    background: #fcfcfc;
    color: #000;
}
.footer--mobile-apps .mobile-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: top;
    background: url("../img/mobile-icons.png") 0 0 no-repeat;
}
.footer--mobile-apps .mobile-icon.-android- {
    background-position: 0 0;
}
.footer--mobile-apps .mobile-icon.-ios- {
    background-position: 0 -16px;
}
.footer--copyright {
    clear: both;
    float: left;
    text-align: right;
    margin-bottom: 0;
}
.version-note {
    float: right;
    margin: 0;
}
.version-note a {
    text-decoration: none;
    border: none;
}
.version-note i {
    color: #333;
    font-style: normal;
}
.version-note--date {
    border-bottom: 1px solid #accded;
}
.version-note--date:hover {
    border-bottom: 1px solid #f3a2a0;
}
.version-note--time {
    display: inline-block;
    vertical-align: top;
    width: 31px;
    overflow: hidden;
}
.-map-view- .footer, .-graph-view- .footer {
    display: none;
}
.-map-view- .user-panel-wrap, .-graph-view- .user-panel-wrap {
    bottom: 0;
}
.footer--font-preloader {
    position: absolute;
    left: -10000px;
    opacity: 0;
}
.footer--font-preloader .-condensed- {
    font-family: 'PT Sans Narrow',  sans-serif;
}
.reg--step-geo--detail, .reg--error {
    background: #e9edf0;
    border-top: 1px solid #acbbc7;
    position: absolute;
    left: 0;
    top: 288px;
    height: 288px;
    width: 304px;
    z-index: 10;
    -webkit-transition: top 0.3s ease-out;
    -moz-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.reg {
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-top: 16px;
    margin-bottom: 15px;
    width: 304px;
}
.reg--header {
    padding: 16px 16px;
    position: relative;
    min-height: 63px;
}
.reg--header h1 {
    color: #1b67a1;
    font-size: 18px;
    line-height: 1;
    margin: 0 0 13px;
}
.reg--header--regular {
    position: absolute;
    left: 16px;
    top: 16px;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -webkit-transition: opacity 0.45s, top 0.45s;
    -moz-transition: opacity 0.45s, top 0.45s;
    transition: opacity 0.45s, top 0.45s;
}
.reg--header-success {
    top: -70px;
    position: absolute;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -webkit-transition: opacity 0.45s, top 0.45s;
    -moz-transition: opacity 0.45s, top 0.45s;
    transition: opacity 0.45s, top 0.45s;
}
.rg--social--item {
    float: left;
    margin: 0 8.5px 0 0;
}
.rg--social--trigger {
    float: left;
    text-align: center;
}
.rg--social--trigger .btn {
    padding: 0;
    width: 29px;
    height: 29px;
    line-height: 25px;
}
.rg--social--trigger .dropdown--container {
    margin-right: -13px;
    width: 306px;
}
.rg--social--trigger .dropdown--item {
    text-align: left;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rg--social--trigger .dropdown--item [class*='ico-social'] {
    margin: 0 3px 0 0;
    vertical-align: -3px;
}
.reg--content {
    background: url(../img/patterns/triangle-blue.png) left top repeat;
    position: relative;
    height: 288px;
    overflow: hidden;
    -webkit-transition: background-position 0.55s;
    -moz-transition: background-position 0.55s;
    transition: background-position 0.55s;
}
.reg--content:after {
    content: '';
    background: url(../img/patterns/gr-soft-black.png) left bottom repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 170px;
    z-index: 0;
}
.reg--content--mover {
    position: absolute;
    left: 0;
    top: 0;
    height: 288px;
    width: 1216px;
    z-index: 1;
}
.reg--fieldset {
    float: left;
    padding: 16px;
    position: relative;
    width: 304px;
    height: 288px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
._reg--fieldset-shifted {
    padding-top: 25.6px;
    padding-left: 49px;
    padding-right: 0;
}
._reg--index-up {
    position: relative;
    z-index: 10;
}
.reg--fieldset--note {
    color: #abecff;
    display: block;
    margin: 0 0 10px;
}
.reg--fieldset--input {
    margin: 0 0 10px;
    width: 216px;
}
.reg--birth {
    display: inline-block;
    margin-bottom: 10px;
}
.reg--birth .birth-picker--controller {
    margin-bottom: 0;
}
.reg--sex {
    padding: 0 0 0 42px;
    width: 130px;
    overflow: hidden;
}
.reg--sex.-warn- .switcher-ui .switcher-ui--container {
    background-position: 50% -64px;
}
.reg--sex-switch label {
    height: 32px;
    width: 14px;
}
.reg--sex-switch .switcher-ui--label-left {
    background-position: left 0;
    cursor: pointer;
}
.reg--sex-switch.male .switcher-ui--label-left {
    background-position: left -32px;
}
.reg--sex-switch .switcher-ui--label-right {
    background-position: right 0;
    cursor: pointer;
}
.reg--sex-switch.female .switcher-ui--label-right {
    background-position: right -32px;
}
.reg--step-geo ._text-center {
    border-top: 1px dashed #1f4a69;
    margin: 0 - 16px;
}
.reg--step-geo .-map- {
    margin-bottom: 13px;
    position: relative;
}
.reg--step-geo .-map-:after {
    content: '';
    background: url(../img/ui/map-paper-folds.png) left top no-repeat;
    position: absolute;
    left: 4px;
    top: 4px;
    width: 273px;
    height: 174px;
    z-index: 5;
}
.reg--step-geo .-map- iframe {
    display: block;
    width: 264px;
    height: 174px;
    position: relative;
    z-index: 0;
}
.rs-geo--clarify {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dashed #cacaca;
}
.rs-geo--clarify:hover {
    color: #abecff;
    border-color: #47889b;
}
.rs-geo--found {
    display: block;
    font-size: 13px;
    color: #fff;
    min-height: 18px;
}
.reg--step-geo--detail .reg--fieldset--note {
    color: #99afbd;
    min-height: 18px;
}
.-geo-detailed- .reg--step-geo--detail {
    top: 0;
    opacity: 1;
}
.reg--step-geo--detail--close {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px 0 10px;
    margin: 0;
    border-top: 1px dashed #cacaca;
}
.reg--step-geo--detail--close a {
    text-decoration: none;
    border-bottom: 1px dashed;
}
.reg--step-geo--detail--close a:hover {
    color: #565656;
}
.reg--step-pass .reg--pass-wrap {
    margin: 25px 0 6px;
}
.reg--step-pass .pass-strength-meter--label {
    color: #abecff;
}
.reg--show-pass {
    cursor: pointer;
}
.reg--show-pass-label {
    color: #fff;
    cursor: pointer;
}
.reg--step-pass--phone-wrap {
    position: relative;
}
.reg--step-pass--phone-wrap .phone-code {
    color: #fff;
    position: absolute;
    font-size: 14px;
    top: 8px;
    right: 100%;
    line-height: 1;
    margin: 0 12px 0 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -webkit-transition: opacity 0.3s, margin 0.3s;
    -moz-transition: opacity 0.3s, margin 0.3s;
    transition: opacity 0.3s, margin 0.3s;
}
.active .phone-code {
    margin: 0 5px 0 0;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.reg--step-success {
    position: relative;
    color: #fff;
}
.reg--step-success h2 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 6px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.reg--step-success p {
    margin: 0 0 20px;
}
.reg--not-receive {
    color: #ffefb7;
    display: inline-block;
    margin: 0 0 26px;
}
.reg--firework--item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.3s, margin 0.5s ease-in-out;
    -moz-transition: opacity 0.3s, margin 0.5s ease-in-out;
    transition: opacity 0.3s, margin 0.5s ease-in-out;
}
.reg--firework-1 {
    left: -40px;
    bottom: -110px;
    margin: 0 0 -20px -20px;
    z-index: 1;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.reg--firework-2 {
    left: 80px;
    bottom: -104px;
    margin: 0 0 -30px;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.reg--firework-3 {
    left: 160px;
    bottom: -115px;
    margin: 0 0 -30px 30px;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.reg--firework--spot-1 {
    left: 0;
    bottom: 0;
    margin: 0 0 -22px -19px;
    z-index: 5;
}
.reg--firework--spot-2 {
    bottom: 0;
    right: 0;
    margin: 0 -10px -10px 0;
}
.active .reg--firework--item {
    margin: 0;
    opacity: 1;
}
.active .reg--firework--spot-1 {
    margin: 0 0 -12px -9px;
}
.reg--footer {
    padding: 10px 16px;
    position: relative;
    height: 35px;
}
.reg--submit {
    float: right;
    text-align: center;
    width: 111px;
    -webkit-transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
    -moz-transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
    transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}
.reg--submit--final, .reg--submit--error {
    display: none;
}
.-step-final- .reg--submit--final {
    display: inline;
}
.-step-final- .reg--submit--regular {
    display: none;
}
.reg--nav {
    height: 8px;
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -4px;
}
.reg--nav--item {
    background: url(../img/reg--bullets.png) left top no-repeat;
    cursor: default;
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: top;
    margin: 0 8px 0 0;
}
.reg--nav--item.active {
    background-position: left 100%}
.reg--loader {
    position: absolute;
    margin: -4.5px 0 0;
    right: 44px;
    top: 50%;
    display: none;
}
.reg--error {
    border-top: none;
    background: url(../img/reg--error.jpg) left top no-repeat;
    padding-left: 16px;
    top: 288px;
}
.reg--error--msg {
    font-size: 17px;
    line-height: 1.2;
    padding: 0 135px 0 0;
    position: absolute;
    bottom: 134px;
    -webkit-transition: bottom 0.3s 0.2s;
    -moz-transition: bottom 0.3s 0.2s;
    transition: bottom 0.3s 0.2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.reg--error--msg p {
    margin: 0;
}
.reg--error--extra-msg {
    position: absolute;
    bottom: -30px;
}
.reg--error--extra-msg {
    -webkit-transition: bottom 0.3s 0.25s;
    -moz-transition: bottom 0.3s 0.25s;
    transition: bottom 0.3s 0.25s;
}
.-loading- .reg--header {
    overflow: hidden;
}
.-loading- .reg--loader {
    display: block;
}
.-loading- .reg--submit {
    display: none;
}
.-success- .reg--header {
    overflow: hidden;
}
.-success- .reg--header-success {
    top: 16px;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.-success- .reg--header--regular {
    top: 100px;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.-error- .reg--error {
    top: 0;
}
.-error- .reg--error .reg--error--msg {
    bottom: 164px;
}
.-error- .reg--error .reg--error--extra-msg {
    bottom: 0;
}
.-error- .reg--submit--error {
    display: inline;
}
.-error- .reg--submit--regular, .-error- .reg--submit--final {
    display: none;
}
.reg-separate .reg {
    margin: 32px auto;
}
.nav-main {
    margin-bottom: 32px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.nav-main._scroll {
    margin-top: 0;
}
.nav-main--item {
    display: block;
    color: #fff;
    border: none;
    font-size: 14px;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
    z-index: 2;
}
.nav-main--item.active {
    color: #f3d89c;
}
.nav-main--item:hover {
    color: #F46463;
}
.nav-main--item-label {
    position: absolute;
    right: -2px;
    top: 13px;
}
.nav-main--item-counter {
    color: #F76361;
    position: absolute;
    right: 14px;
}
.s-tile {
    position: relative;
    display: inline-block;
    width: 304px;
    z-index: 1;
    transition: filter 0.3s, -webkit-filter 0.3s;
}
.s-tile.-no-logo- .s-tile--logo:before, .s-tile.-no-logo- .s-tile--logo:after {
    display: block;
}
.s-tile.-favorite- .s-favorite-toggle {
    opacity: 1;
    color: #FF7400;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.s-tile.-removed- {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.s-tile.-removed- .s-tile--logo {
    background: #b9b9b9 !important;
}
.s-tile:after {
    content: '';
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid gold;
    position: absolute;
    left: -8px;
    right: -8px;
    top: -8px;
    bottom: -8px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.s-tile.active:after {
    opacity: 1;
}
.s-tile.-company-tile- .s-tile--name {
    padding-top: 0;
}
.s-tile.-company-tile- .s-tile--address {
    margin-bottom: 8px;
}
.s-tile.-promo-tile- {
    width: 219px;
}
.s-tile.-promo-tile- .s-tile--logo {
    height: 100px;
    line-height: 100px;
}
.s-tile.-promo-tile- .s-tile--logo:after {
    background-size: cover;
    width: 100%;
    height: 100%}
.s-tile--string-data:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.s-tile--string-data--col {
    border-bottom: 1px dotted;
    width: 48%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.s-tile--string-data--col span {
    background: #f6f6f7;
    margin: 0 0 -4px;
    padding: 0 1px;
}
.s-tile--string-data--label {
    float: left;
}
.s-tile--string-data--value {
    float: right;
}
.s-tile--category {
    font-size: 13px;
    margin: 0 0 4px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
}
.s-tile--category>img {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    vertical-align: middle;
}
.s-tile--logo {
    background: #fff;
    display: block;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    font-size: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    line-height: 128px;
    height: 128px;
    transition: opacity 0.3s, background 0.3s;
}
.s-tile--logo>img {
    vertical-align: middle;
    max-width: 98%;
    max-height: 98%;
    position: relative;
    z-index: 3;
}
.s-tile--logo:after {
    content: '';
    display: none;
    background: url(../img/service-logo-overlay.png) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 304px;
    height: 128px;
    z-index: 1;
}
.s-tile--logo:before {
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -56px 0 0 -56px;
    width: 112px;
    height: 112px;
    z-index: 2;
}
.s-tile--logo:hover .s-tile--controls--item, .s-tile--logo.tutorial-hilited .s-tile--controls--item, .-hover- .s-tile--logo .s-tile--controls--item {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.s-tile--logo:hover .s-tile--controls--item:hover, .s-tile--logo.tutorial-hilited .s-tile--controls--item:hover, .-hover- .s-tile--logo .s-tile--controls--item:hover {
    background: rgba(0, 0, 0, 0.6);
}
.s-tile--controls {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    z-index: 3;
}
.s-tile--controls--item {
    color: #fff;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    padding: 8px;
    font-size: 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateX(38px);
    -moz-transform: translateX(38px);
    -ms-transform: translateX(38px);
    -o-transform: translateX(38px);
    transform: translateX(38px);
}
.s-tile--controls--item:nth-child(2n) {
    -webkit-transition-delay: 0.03s;
    -moz-transition-delay: 0.03s;
    -ms-transition-delay: 0.03s;
    -o-transition-delay: 0.03s;
    transition-delay: 0.03s;
}
.s-tile--link {
    display: block;
    border: none;
    margin-bottom: 4px;
}
.s-tile--link:hover .s-tile--name {
    color: #e74946;
    border-color: #f3a2a0;
}
.s-tile--name {
    color: #565656;
    border-bottom: 1px solid #cdcdcf;
    font-size: 18px;
    margin: 0 0 4px;
    padding: 8px 0 0;
    line-height: 1.2;
    display: inline-block;
    font-weight: normal;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
}
.s-tile--name:hover {
    border-color: #f3a2a0;
}
.s-tile--distance-time {
    margin: 4px 0 0;
}
.s-tile--distance {
    display: inline-block;
    color: #565656;
}
.s-tile--distance .icon-aim {
    color: #7F7F80;
    float: left;
    font-size: 14px;
    margin: 1px 5px 0 1px;
}
.s-tile--status {
    margin-bottom: 4px;
}
.s-tile--status * {
    vertical-align: middle;
}
.s-tile--status [class*='icon-'] {
    margin-right: 4px;
}
.s-tile--desc {
    color: #565656;
    font-size: 13px;
    margin: 0 0 12px;
}
.s-tile--desc>div {
    line-height: 16px;
}
.s-tile--desc .ico-small {
    margin-right: 8px;
    vertical-align: middle;
}
.s-tile--row {
    margin-top: 8px;
}
.s-tile--address {
    border: none;
    display: block;
    text-decoration: none;
    line-height: 1.3;
}
.s-tile--address .ico-small--geo-marker {
    vertical-align: -3px;
}
.s-tile--address .icon-mark {
    color: #7F7F80;
    font-size: 12px;
    vertical-align: -1px;
}
.s-tile--address span {
    text-decoration: none;
    border-bottom: 1px solid #accded;
}
.s-tile--address:hover span {
    border-bottom: 1px solid #f3a2a0;
}
.s-tile--time {
    display: block;
    margin-top: 2px;
}
.-s-tile-compact- {
    padding-left: 145px;
    position: relative;
    min-height: 89px;
    width: auto;
}
.-s-tile-compact-.row:after {
    line-height: 89px;
}
.-s-tile-compact- .cell {
    padding: 0;
}
.-s-tile-compact- .s-tile--logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 89px;
    line-height: 89px;
}
.-s-tile-compact- .s-tile--logo:after {
    width: 130px;
    height: 89px;
}
.-s-tile-compact- .s-tile--logo:before {
    background-size: 100%;
    margin: -32px 0 0 -32px;
    width: 64px;
    height: 64px;
}
.-s-tile-compact- .s-tile--name {
    color: #2872B9;
    font-size: 18px;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;
    white-space: normal;
}
.-s-tile-compact- .s-tile--link {
    display: inline-block;
    text-decoration: none;
    height: auto;
    width: auto;
}
.-s-tile-compact- .s-tile--category {
    color: #919191;
    display: inline-block;
    margin: 0;
    white-space: normal;
    width: auto;
}
.-s-tile-compact- .s-tile--desc {
    margin: 0;
}
.-s-tile-compact- .s-tile--address {
    line-height: 1.1;
    display: inline-block;
    overflow: hidden;
    margin: 0 0 2px -2px;
}
.-s-tile-compact- .s-tile--phone {
    margin: 0;
}
.-zh- .s-tile--string-data--col, .s-tile.-extended- .s-tile--string-data--col {
    float: none;
    margin: 0 0 6px;
    width: 100%}
.-zh- .s-tile--string-data--col:after, .s-tile.-extended- .s-tile--string-data--col:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.-ar- .s-tile--string-data--col {
    float: none;
    margin: 0 0 6px;
    width: 100%}
.-ar- .s-tile--string-data--col:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.-ar- .s-tile--string-data--label {
    float: right;
}
.-ar- .s-tile--string-data--value {
    float: left;
}
.-rtl- .s-tile {
    direction: rtl;
}
.-rtl- .s-tile--address {
    unicode-bidi: bidi-override;
}
.promo-tiles:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.promo-tiles .s-tile {
    float: left;
    margin-right: 33px;
}
.promo-tiles .s-tile:last-child {
    margin: 0;
}
.s-li {
    cursor: pointer;
    display: block;
    padding: 14px 0 14px 52px;
    position: relative;
    transition: filter 0.3s, -webkit-filter 0.3s;
}
.s-li:hover {
    background: #ededed;
}
.s-li:hover .s-li--favorite {
    opacity: .5;
}
.s-li:hover .s-li--favorite:hover {
    opacity: .7;
}
.s-li.-hover- .s-li--favorite {
    opacity: .5;
}
.s-li.-removed- {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.s-li.-removed- .s-li--category-icon {
    background: #b9b9b9 !important;
}
.s-li.-inline- {
    padding: 0 0 0 42px;
    cursor: default;
    background: none;
    margin-bottom: 20px;
    min-height: 37px;
}
.s-li.-inline- .s-li--row {
    margin-bottom: 5px;
}
.s-li.-inline- .s-li--category-icon {
    top: 0;
    left: 0;
}
.s-li.-inline- .s-li--category {
    color: #b7b7b7;
}
.s-li.-inline- .s-li--header {
    padding-bottom: 2px;
}
.s-li.-inline- .s-li--category, .s-li.-inline- .s-li--header {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s-li.active {
    box-shadow: 0 1px #f1e4ae inset,  0 2px #fff inset;
    background-color: #f6eac5;
    background-image: -webkit-linear-gradient(top,  #f6eac5, #f3d697);
    background-image: linear-gradient(to bottom, #f6eac5, #f3d697);
}
.s-li.-favorite- .s-li--favorite {
    color: #ff7400;
    opacity: 1 !important;
}
.s-li>*:last-child {
    margin-bottom: 0;
}
.s-li--row {
    margin-bottom: 8px;
}
.s-li--row-lg {
    margin-bottom: 14px;
}
.product-li .s-li--row-lg {
    margin-bottom: 0;
    margin-top: 14px;
}
.s-li--category-icon {
    position: absolute !important;
    top: 17px;
    left: 10px;
    width: 32px;
    height: 32px;
    transition: background 0.3s;
}
.s-li--category-icon img {
    max-width: 100%}
.s-li--header {
    max-width: 608px;
}
.s-li--favorite {
    cursor: pointer;
    position: absolute;
    left: 19px;
    top: 60px;
    opacity: 0;
}
.s-li--title {
    color: #585858;
    border-color: #cdcdcf;
    font-size: 18px;
    margin-right: 6px;
}
.s-li--title:hover {
    color: #e74946;
}
.s-li--full-title {
    display: block;
    color: #8a8a8a;
    font-size: 13px;
    margin-top: 10px;
}
.s-li--category {
    max-width: 608px;
}
.s-li--category .s-li--address {
    border: none;
}
.s-li--category .s-li--address span {
    border-bottom: 1px solid #accded;
}
.s-li--category .s-li--address:hover span {
    border-color: #f3a2a0;
}
.s-li--category .s-li--address [class^='icon'] {
    color: #585858;
    font-size: 12px;
}
.s-li--status [class^='icon-'] {
    vertical-align: -2px;
    margin-right: 6px;
}
.s-li--data li {
    list-style: none;
    margin: 0 0 2px;
}
.s-li--history-string {
    color: #e26468;
    text-decoration: line-through;
}
@keyframes scaleUp {
    0% {
    transform: scale(1);
}
50% {
    transform: scale(1.4);
}
100% {
    transform: scale(1);
}
}.s-row--name, .s-row--address, .s-row--time, .s-row--inn, .s-row--ogrn, .s-row--status, .s-row--extra {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 32px;
    width: 304px;
    word-spacing: normal;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.s-list .s-row {
    cursor: pointer;
}
.s-list .s-row:hover {
    background: #ececec;
}
.s-list .s-row.active {
    border-color: #dec4a0 #ddbd83 #e2b97c;
    color: #7f502b;
    background: #f5e1af;
    background: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0%,  #f6ebc7),  color-stop(100%,  #f3d697));
    background: -webkit-linear-gradient(top,  #f6ebc7 0%,  #f3d697 100%);
    background: -moz-linear-gradient(top,  #f6ebc7 0%,  #f3d697 100%);
    background: -ms-linear-gradient(top,  #f6ebc7 0%,  #f3d697 100%);
    background: -o-linear-gradient(top,  #f6ebc7 0%,  #f3d697 100%);
    background: linear-gradient(to bottom,  #f6ebc7 0%,  #f3d697 100%);
}
.s-list .s-row.active .s-row--name {
    color: #7f502b;
}
.s-list .s-row--extra {
    display: none;
}
@media screen and (min-width: 1420px) {
    .s-list .s-row--extra {
    display: inline-block;
}
}.s-row, .s-list--header {
    border-top: 1px solid #e0e0e0;
    box-shadow: 0 1px #fff inset;
    list-style: none;
    font-size: 0;
    height: 48px;
    word-spacing: -0.5em;
    position: relative;
    box-sizing: content-box;
}
.s-row:before, .s-list--header:before {
    content: '';
    display: inline-block;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
}
.s-row {
    transition: filter 0.3s, -webkit-filter grayscale(100%);
}
.s-row.-company- .s-row--name .s-row--caption {
    margin-left: 45px;
}
.s-row:hover .s-row--favorite, .s-row.-hover- .s-row--favorite {
    opacity: .5;
}
.s-row:hover .s-row--favorite:hover, .s-row.-hover- .s-row--favorite:hover {
    opacity: .7;
}
.s-row.-favorite- .s-row--favorite {
    color: #ff7400;
    opacity: 1 !important;
    animation: scaleUp .3s;
}
.s-row.-favorite- .s-row--favorite:active {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.s-row.-removed- {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.s-row.-removed- .s-row--category-icon {
    background: #b9b9b9 !important;
}
.-no-auth- .s-row--name .s-row--caption {
    margin-left: 73px !important;
}
.s-list--header {
    border-top: none;
    box-shadow: none;
    cursor: default !important;
}
.s-list--header:hover {
    background: none !important;
}
.s-list--header .s-row--name {
    padding-left: 72px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.s-list--header>* {
    display: inline-block;
    font-size: 18px;
    padding-bottom: 4px;
}
.-not-found- .s-list--header {
    display: none;
}
.category-icon-box {
    display: inline-block;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
    width: 32px;
    height: 32px;
}
.category-icon-box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(rgba(255, 255, 255, 0.5),  rgba(255, 255, 255, 0.2));
}
.category-icon-box img {
    position: relative;
    z-index: 2;
    max-width: 100%}
.s-row--category-icon {
    position: absolute;
    left: 28px;
    top: 50%;
    margin-top: -16px;
    transition: background 0.3s;
}
.s-row--name {
    padding-left: 0;
    width: 336px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 19px;
}
.s-row--favorite {
    display: inline-block;
    padding: 0 4px;
    cursor: pointer;
    font-size: 16px;
    vertical-align: -4px;
    opacity: 0;
}
.s-row--favorite:active {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.s-row--category {
    margin: 0 11px 0 0;
    vertical-align: -11px;
}
.s-row--address {
    width: 272px;
}
.s-row--time--schedule {
    margin: 0 0 2px;
}
.s-row--time--status .icon-clock {
    font-size: 12px;
    margin: 0 2px 0 0;
}
.s-row--time--status span {
    color: #919191;
}
.s-row--inn {
    width: 136px;
}
.s-row--ogrn {
    width: 136px;
}
.s-row--status {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
}
.s-row--status>* {
    vertical-align: middle;
}
.s-row--status [class*='icon-'] {
    margin-right: 4px;
}
.s-row--extra {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
}
.s-row--extra:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.s-row--extra--route {
    float: left;
    margin-top: 2px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60%;
    white-space: nowrap;
}
.s-row--extra--route [class^="ico"] {
    background-size: 100%;
    vertical-align: -3px;
    margin: 0 2px 0 0;
    width: 16px;
    height: 16px;
}
.s-row--extra--rating {
    float: right;
    margin-right: 4px;
}
.s-row--extra--rating--label {
    color: #2872B9;
    font-size: 14px;
    margin: 0 2px 0 0;
    vertical-align: -2px;
}
._content-col-main .s-row--extra {
    display: none;
}
._content-col-main .s-row--time {
    display: none;
}
@media screen and (min-width: 1420px) {
    ._content-col-main .s-row--time {
    display: inline-block;
}
}.-s-row-compact- {
    padding-left: 48px;
    height: auto;
    min-height: 48px;
    border: none;
    box-shadow: none;
    position: relative;
}
.-s-row-compact- .s-row--name {
    width: auto;
    max-width: 336px;
    padding: 0;
    vertical-align: 0;
}
.-s-row-compact- .s-row--ico {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -16px;
    margin-right: -16px;
}
.-s-row-compact- .s-row--subcategory {
    color: #919191;
    vertical-align: 3px;
}
.-s-row-compact- .s-row--address {
    display: block;
    margin-top: 4px;
    width: auto;
    padding: 0;
}
.-s-row-compact- .s-row--address:last-child {
    margin: 0;
}
.-preview-visible- .s-row--status {
    display: none;
}
@media screen and (max-width: 1420px) {
    .-preview-visible- .s-row--inn, .-preview-visible- .s-row--ogrn, .-preview-visible- .s-row--status {
    display: none;
}
.s-row--inn {
    display: none;
}
.s-row--status {
    padding-left: 0;
    width: 152px;
}
}.s-grid .s-tile>:last-child {
    margin-bottom: 0 !important;
}
.s-grid .s-tile--logo {
    opacity: .85;
}
.s-grid .s-tile--logo:hover {
    opacity: 1;
}
.s-grid.-hide-last- .s-tile:nth-child(4n) {
    display: none;
}
@media screen and (min-width: 1420px) {
    .s-grid.-hide-last- .s-tile: nth-child(4n) {
    display: inline-block;
}
}.service-grid--list {
    margin: 0 0 32px;
}
.services {
    position: relative;
    z-index: 12;
    transition: transform .3s,  -webkit-transform .3s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.services.-correction- {
    -webkit-transform: translateY(46px);
    -moz-transform: translateY(46px);
    -ms-transform: translateY(46px);
    -o-transform: translateY(46px);
    transform: translateY(46px);
}
.services-items-container {
    position: relative;
    min-height: 212px;
}
.services-items-container .preloader {
    margin-top: -49px;
    margin-left: -13px;
}
.services-items-container:after {
    content: '';
    position: absolute;
    border-radius: 3px;
    left: -16px;
    top: -16px;
    right: -16px;
    bottom: 16px;
    background: rgba(255, 255, 255, 0.5);
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.services-items {
    left: -100000px;
    position: absolute;
}
.services-items .services-items-page:first-child, .services-items .services-items-page:nth-child(2) {
    opacity: 0;
    transform: translateX(-16px);
    transition: transform .3s,  opacity .3s;
}
.services-items.active {
    left: 0;
    position: static;
}
.services-items.active ~ .services-items .services-items-page:first-child, .services-items.active ~ .services-items .services-items-page:nth-child(2) {
    transform: translateX(16px);
}
.services-items.active .services-items-page:first-child, .services-items.active .services-items-page:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}
.services .s-list {
    margin-bottom: 0;
    padding-bottom: 32px;
}
.services .s-list .services-items-page--header {
    margin-top: 32px;
    margin-left: 0;
}
.services .s-list .s-list--header {
    height: auto;
}
.services-show-more {
    clear: both;
    text-align: center;
    margin-bottom: 32px;
}
.services-show-more--btn {
    opacity: 0;
    cursor: default;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.-loading- .services-items-container:after {
    opacity: 1;
    z-index: 1;
}
.-loading-.-more-items- .services-show-more--btn {
    opacity: .5;
}
.-more-items- .services-show-more--btn {
    opacity: 1;
    cursor: pointer;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.-preview-visible- .services {
    width: 640px;
}
.-preview-visible- .s-row--time, .-preview-visible- .s-row--extra {
    display: none;
}
@media screen and (min-width: 1420px) {
    .-preview-visible- .services {
    width: 976px;
}
.-preview-visible- .services .s-row--extra {
    display: none;
}
.-preview-visible- .services .s-row--time {
    display: inline-block;
}
}.-map-view- .services-items-container {
    display: none;
}
.-map-view- .services-show-more {
    display: none;
}
.services--header {
    margin-top: 35px;
    margin-bottom: 28px;
}
.-map-view- .services--header {
    display: none;
}
.services--header:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.services--header h1 {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
    float: left;
}
.-rtl- .services--header h1 {
    direction: rtl;
}
.services--header h1 span {
    font-weight: normal;
}
.services--header-notice {
    float: right;
    font-size: 14px;
}
.services--header-notice span {
    margin-right: 8px;
    display: inline-block;
    vertical-align: 4px;
}
.services--header-notice .switcher-ui {
    width: 38px;
}
.services-filter {
    display: block;
    min-height: 32px;
    margin-top: 16px;
    margin-bottom: 18px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.services-filter:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.services-filter>* {
    float: left;
    margin-right: 16px;
    vertical-align: middle;
}
.services-filter .btn-group {
    font-size: 0;
    white-space: nowrap;
}
.services-filter .btn-group .btn {
    float: none;
    padding-left: 8px;
    padding-right: 8px;
}
.-loaded- .services-filter--view, .-loaded- .services-filters-toggle {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}
.services-filter--category {
    width: 208px;
    margin-right: 16px;
}
.services-filter--category .select, .services-filter--category .select--toggle {
    width: 100% !important;
}
.services-filter--sort {
    float: left;
    margin-right: 16px;
}
.services-filter--view {
    opacity: 0;
}
.services-filter--view .btn-group {
    float: left;
}
.services-filter--view .btn {
    text-align: center;
    width: 36px;
    padding: 0 !important;
}
.services-filter--view .btn>* {
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    height: 18px;
}
.services-filter--counter {
    display: inline-block;
    vertical-align: middle;
}
.services-filter--label {
    display: none;
    float: left;
    margin-right: 8px;
    font-size: 13px;
    line-height: 32px;
    color: #565656;
}
@media screen and (min-width: 1420px) {
    .services-filter--label {
    display: block;
}
}.services-filter--search {
    width: 200px;
}
.services-filters-toggle {
    opacity: 0;
}
.services-filters-toggle .icon-toggle-double {
    cursor: inherit;
    margin: 0 0 0 4px;
    vertical-align: middle;
}
.services-filters--aside-toggle .preloader {
    left: 100%;
    margin-left: 8px;
}
.services-filters--aside-toggle.-loading- {
    opacity: .8;
    cursor: default;
    pointer-events: none;
}
.services-filters-dropdown .dropdown--container {
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 7px 10px -4px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    margin-top: 22px;
    border: none;
    left: -122px;
    width: 672px;
    height: 214px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.services-filters-dropdown .dropdown--container:after {
    content: '';
    background: none;
    display: inline-block;
    border: 10px solid transparent;
    border-bottom-color: rgba(255, 255, 255, 0.95);
    width: 0;
    position: absolute;
    top: -20px;
    left: 160px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.services-filters-dropdown .dropdown--container>div {
    padding: 24px 0 24px 16px;
    height: 100%}
.services-filters-dropdown .dropdown--container.active {
    margin-top: 16px;
}
.services-filters-dropdown.-aside-content- .dropdown--container {
    height: 518px;
}
.services-filters-dropdown--base {
    position: relative;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.-aside-content- .services-filters-dropdown--base {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.services-filters--header {
    display: block;
    margin-bottom: 8px;
}
.services-filters-dropdown--aside {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    padding: 24px 16px;
    height: 518px;
    width: 672px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.services-filters-dropdown--aside.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.services-filters-dropdown--aside--header {
    margin-bottom: 22px;
    margin-top: -4px;
}
.services-filters-dropdown--aside--content-wrap {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 20px;
    top: 55px;
}
.services-filters-dropdown--aside--content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
}
.services-filters--back-toggle {
    cursor: pointer;
    font-size: 16px;
}
.services-filters--back-toggle .icon-left {
    cursor: pointer;
    vertical-align: middle;
    margin-right: 4px;
}
.services-filters--back-toggle:hover .icon-left {
    color: #e74946;
}
.services-filters--back-toggle:hover a {
    color: #e74946;
}
.services-filters--item {
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
}
.services-filters--item li {
    margin-bottom: 6px;
}
.services-filters--item>*:last-child {
    margin-bottom: 0;
}
.services-filters--note {
    font-size: 11px;
    margin-top: 11px;
    margin-bottom: 0;
}
.services-filters-counter {
    position: absolute;
    right: 24px;
    top: 11px;
    width: 138px;
}
.services-filters-counter .preloader {
    margin-top: -16px;
}
.services-filters-counter.-loading- .services-filters-counter--num {
    visibility: hidden;
}
.services-filters-counter--title {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 10px;
}
.services-filters-counter--num {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    margin: 0 0 14px;
}
.services-filters-submit {
    width: 100%}
.services-filter--counter {
    display: none;
}
.services-filter--counter.active {
    display: inline-block;
}
.services-filter--counter.-loading- .services-filter--counter--num {
    display: none;
}
.services-filter--counter .preloader {
    left: 100%;
    margin-left: 8px;
}
.services-filters--category-list-header {
    cursor: pointer;
    font-family: 'PT Sans Narrow',  sans-serif;
    font-weight: bold;
    font-size: 15px;
}
.services-filters--category-list-header .checkbox {
    margin-right: 4px;
    vertical-align: text-bottom;
}
.services-filters--category-list {
    margin: 8px 0 18px 25px;
}
.services-filters--category-list li {
    list-style: none;
    position: relative;
    padding-left: 35px;
    margin: 0 0 4px;
}
.services-filters--category-list li span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.services-filter-tags {
    display: block;
    float: none;
    overflow: hidden;
    padding-top: 6px;
}
.services-filter-tags--items {
    display: inline;
}
.services-filter-tag {
    background: #565656;
    display: inline-block;
    border-radius: 2px;
    color: #fff;
    height: 22px;
    font-family: 'PT Sans Narrow',  sans-serif;
    padding: 0 6px;
    margin: 0 8px 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.services-filter-tag span {
    display: inline-block;
    vertical-align: middle;
}
.services-filter-tag--title {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
    white-space: nowrap;
}
.services-filter-tag--counter {
    color: #ccc;
    margin-left: 6px;
}
.services-filter-tag--delete {
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    font-size: 18px;
    font-family: Times New Roman,  serif;
    padding: 0 6px;
    margin: 0 -6px 0 0;
    vertical-align: middle;
}
.services-filter-tag--delete:hover {
    color: #ff7173;
}
.services-filter-tag--value {
    color: #ccc;
    margin-left: 6px;
}
.services-filters--charter input[type='text'] {
    width: 197px;
}
.services-filters--charter--toggle {
    display: inline-block;
    font-size: 11px;
    margin: 8px 8px 0 0;
}
.services-filters--charter--toggle:last-child {
    margin-right: 0;
}
.services-filters--charter--toggle.active {
    color: #000;
    cursor: default;
    border-color: transparent;
}
.services-filters--datepicker {
    cursor: pointer !important;
    width: 197px;
}
.services-filters--input-range input[type='text'] {
    width: 100%}
.services-filters--input-range .select--toggle {
    transition: opacity .3s;
}
.services-filters--input-range .select--toggle.-disabled- {
    pointer-events: none;
    background: linear-gradient(to bottom,  #f9f9f9 0%,  #e9e9e9 100%);
    opacity: .5;
}
.services-filters--input-range-toggle {
    display: inline-block;
    font-size: 11px;
    margin: 8px 8px 0 0;
}
.services-filters--input-range-toggle.active {
    cursor: default;
    border-color: transparent;
    color: #565656;
}
.-es- .services-filters--item, .-pt- .services-filters--item {
    margin-right: 24px;
}
.-rtl- .services-filter--counter {
    direction: rtl;
}
.-rtl- .services-filter--counter--num {
    unicode-bidi: bidi-override;
    direction: ltr;
}
.services-items-page--header {
    text-align: center;
    position: relative;
    margin: 1px 0 30px 32px;
}
.services-items-page--header:after {
    content: '';
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -.5px;
    background: -moz-linear-gradient(left,  rgba(169, 169, 169, 0) 0%,  rgba(169, 169, 169, 0.98) 8%,  #a9a9a9 92%,  rgba(169, 169, 169, 0) 100%);
    background: -webkit-gradient(linear,  left top,  right top,  color-stop(0%,  rgba(169, 169, 169, 0)),  color-stop(8%,  rgba(169, 169, 169, 0.98)),  color-stop(92%,  #a9a9a9),  color-stop(100%,  rgba(169, 169, 169, 0)));
    background: -webkit-linear-gradient(left,  rgba(169, 169, 169, 0) 0%,  rgba(169, 169, 169, 0.98) 8%,  #a9a9a9 92%,  rgba(169, 169, 169, 0) 100%);
    background: -o-linear-gradient(left,  rgba(169, 169, 169, 0) 0%,  rgba(169, 169, 169, 0.98) 8%,  #a9a9a9 92%,  rgba(169, 169, 169, 0) 100%);
    background: -ms-linear-gradient(left,  rgba(169, 169, 169, 0) 0%,  rgba(169, 169, 169, 0.98) 8%,  #a9a9a9 92%,  rgba(169, 169, 169, 0) 100%);
    background: linear-gradient(to right,  rgba(169, 169, 169, 0) 0%,  rgba(169, 169, 169, 0.98) 8%,  #a9a9a9 92%,  rgba(169, 169, 169, 0) 100%);
}
.services-items-page--header h1 {
    background: #f6f6f7;
    border: 1px solid #a9a9a9;
    display: inline-block;
    border-radius: 5px;
    margin: 0;
    padding: 2px 16px 3px;
    font-size: 14px;
    position: relative;
    z-index: 1;
}
.no-cssgradients .services-items-page--header:after {
    background: #A9A9A9;
}
.-rtl- .services-items-page--header {
    direction: rtl;
}
.services-not-found {
    text-align: center;
    max-width: 650px;
    margin: 82px auto;
}
.services-not-found--title {
    font-size: 24px;
    margin-bottom: 14px;
    display: block;
    font-weight: normal;
}
.services-not-found--content {
    color: #9c9c9c;
    font-size: 15px;
}
.s-grid .services-not-found {
    padding-left: 32px;
}
.map-panel--items .services-not-found {
    position: absolute;
    top: 50%;
    margin: 0;
    width: 304px;
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    -o-transform: translateY(-70%);
    transform: translateY(-70%);
}
.map-panel--items .services-not-found--title {
    font-size: 18px;
    font-family: 'PT Sans Narrow',  sans-serif;
    line-height: 1.2;
    margin-bottom: 8;
}
.map-panel--items .services-not-found--content {
    font-family: 'PT Sans Narrow',  sans-serif;
    font-size: 14px;
}
.services-correction {
    background: #FFF2CD;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    padding: 12px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 58px;
    min-height: 40px;
    z-index: 2;
    -webkit-transform: translateY(-110%);
    -moz-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    -o-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.services-correction.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.service-classifier-list {
    position: relative;
    margin: 0;
}
.service-classifier-list ul {
    padding: 0 0 0 16px;
    display: none;
}
.service-classifier-list ul:before {
    content: '';
    position: absolute;
    height: 1px;
    background: #ddd;
    width: 24px;
    bottom: 9px;
    left: 7px;
}
.service-classifier-list li {
    margin: 0;
}
.service-classifier-list--item {
    position: relative;
}
.service-classifier-list--item.active>ul {
    display: block;
}
.service-classifier-list--item label {
    cursor: pointer;
}
.service-classifier-list--item:before {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 9px;
    left: 7px;
    width: 1px;
}
.service-classifier-list--item.-has-child-.active:before, .services-filters-classifier--search-list .service-classifier-list--item.-has-child-:before {
    background: #ddd;
}
.service-classifier-list--item.-has-child-.active>ul>li:after, .services-filters-classifier--search-list .service-classifier-list--item.-has-child->ul>li:after {
    content: '';
    height: 1px;
    width: 9px;
    background: #ddd;
    position: absolute;
    left: -9px;
    top: 9px;
}
.service-classifier-list--item.-has-child-.active>.service-classifier-list--label .service-classifier-list--label--title, .services-filters-classifier--search-list .service-classifier-list--item.-has-child->.service-classifier-list--label .service-classifier-list--label--title {
    color: #000;
    border-color: #333;
}
.service-classifier-list--item.-has-child-.active>.service-classifier-list--label .service-classifier-list--label--title:hover, .services-filters-classifier--search-list .service-classifier-list--item.-has-child->.service-classifier-list--label .service-classifier-list--label--title:hover {
    color: #e74946;
    border-color: #f3a2a0;
}
.service-classifier-list--label {
    display: block;
    margin: 0 0 7px;
    position: relative;
    padding-left: 24px;
}
.service-classifier-list--label .checkbox {
    position: absolute;
    left: 0;
    top: -1px;
}
.service-classifier-list--label--title {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
    max-height: 100%;
    height: 16px;
}
.services-filters--search-classifier {
    position: absolute;
    right: 24px;
    top: 13px;
}
.services-filters--search-classifier input {
    box-shadow: none;
    width: 220px;
}
.services-filters--search-close {
    position: absolute;
    font-size: 26px;
    right: 6px;
    top: 0;
    font-family: Times,  serif;
    font-style: normal;
    opacity: 0;
    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    transition: opacity 0s;
}
.services-filters--search-close:hover {
    color: #e74946;
}
.services-filters-classifier--search-list {
    display: none;
}
.services-filters-classifier--search-list .service-classifier-list ul {
    display: block;
}
.services-filters-classifier--search-list .service-classifier-list--label--title {
    color: #565656 !important;
}
.-search- .services-filters-classifier--main-list {
    display: none;
}
.-search- .services-filters-classifier--search-list {
    display: block;
}
.-search- .services-filters--search-close {
    opacity: 1;
    cursor: pointer;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.services-filters-classifier--error {
    color: #919191;
    font-size: 22px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    display: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.-classifier-not-found- .services-filters-classifier--error {
    display: block;
}
.service-popup-list {
    min-width: 140px;
    min-height: 32px;
}
.service-popup-list-row {
    display: block;
    cursor: pointer;
    margin: 2px 0;
}
.service-popup-list-row span {
    vertical-align: middle;
}
.companies-direction-nav {
    margin-bottom: 16px;
    margin-top: -8px;
}
.companies-direction-nav:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.companies-direction-nav a {
    display: block;
    position: relative;
    font-size: 12px;
}
.companies-direction-nav a:before {
    position: absolute;
    font-size: 10px;
    line-height: 16px;
    font-family: Calibri;
}
.companies-direction-nav--prev {
    margin-left: 14px;
    float: left;
}
.companies-direction-nav--prev:before {
    content: '\2190';
    left: -12px;
}
.companies-direction-nav--next {
    margin-right: 14px;
    float: right;
}
.companies-direction-nav--next:before {
    content: '\2192';
    right: -12px;
}
.service-head {
    background: url("../img/card-head-background.jpg") 50% 100% no-repeat;
    background-size: cover;
    box-shadow: inset 0 -20px 20px -16px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.service-head:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.service-head--container {
    padding-top: 24px;
    padding-bottom: 24px;
}
.service-head--title {
    margin-top: 0;
    margin-bottom: 8px;
}
.sh--opening-hours-block {
    float: right;
    margin-bottom: 5px;
}
.sh--opening-hours-block .time-left {
    color: #000;
    margin-bottom: 5px;
}
.sh--opening-hours-block .time-left .-pseudo- {
    display: inline-block;
    outline: none;
}
.sh--opening-hours-block .time-left .hours {
    font-size: 18px;
    color: #565656;
    padding-left: 5px;
}
.sh--opening-hours-block .time-note {
    font-size: 13px;
    font-style: italic;
}
.sh--opening-hours-dropdown {
    position: relative;
    padding: 15px 20px 6px 20px;
    width: 220px;
    border: 1px solid #c9c9c9;
    border-color: #e0e0e0 #c9c9c9 #a1a1a1 #c9c9c9;
    box-shadow: 0 6px 10px -3px rgba(0, 0, 0, 0.3);
    z-index: 100;
    color: #565656;
    font-size: 12px;
    font-family: "PT Sans",  sans-serif;
    background: #f6f6f6;
    background: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0%,  #f7f7f7),  color-stop(100%,  #f4f4f4));
    background: -webkit-linear-gradient(top,  #f7f7f7 0%,  #f4f4f4 100%);
    background: -moz-linear-gradient(top,  #f7f7f7 0%,  #f4f4f4 100%);
    background: -ms-linear-gradient(top,  #f7f7f7 0%,  #f4f4f4 100%);
    background: -o-linear-gradient(top,  #f7f7f7 0%,  #f4f4f4 100%);
    background: linear-gradient(to bottom,  #f7f7f7 0%,  #f4f4f4 100%);
}
.sh--opening-hours-dropdown:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    margin-right: 7px;
    top: -8px;
    width: 15px;
    height: 9px;
    background-image: url("../img/ui/ui.png");
    background-repeat: no-repeat;
    background-position: 0px -140px;
}
.sh--opening-hours-dropdown .ohd--title {
    font-size: 18px;
    font-weight: normal;
}
.service-head--block, .service-head--block-info {
    position: relative;
    height: 192px;
    margin-bottom: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.service-head--block-model {
    position: relative;
    text-align: center;
    height: 192px;
    line-height: 192px;
    margin-bottom: 32px;
}
.service-head--block-model:after {
    content: "";
    background: url("../img/sh-object-grid.png") center no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -203px;
    margin-top: -36px;
    width: 386px;
    height: 128px;
}
.service-head--block-model--shadow {
    position: absolute;
    left: 50%;
    bottom: 48px;
    margin: 0 0 0 -60px;
    width: 120px;
    z-index: 1;
}
.sh--model-image {
    display: inline-block;
    position: relative;
    z-index: 2;
    vertical-align: bottom;
}
.service-head--block-info {
    background: #f3f5f1;
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 0 0 1px #fff;
    border-top-width: 1px;
    border-radius: 2px;
}
.sh--block-info--head--border-grad {
    content: ' ';
    display: block;
    position: absolute;
    bottom: -2px;
    height: 2px;
    width: 25%}
.sh--block-info--head {
    position: relative;
    height: 44px;
    border-bottom: 1px solid #bcc2bf;
    box-shadow: 0 1px 0 #ffffff;
    border-radius: 5px 5px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.info-head-column {
    float: left;
    text-align: center;
    width: 33.33%;
    padding: 6px 0;
    border-left: 1px solid #bcc2bf;
    box-shadow: -1px 0 0 #f8f8f6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.info-head-column:first-child {
    border-left: none;
    box-shadow: none;
}
.info-head-column--link {
    display: inline-block;
    border: none;
    color: #565656;
    text-decoration: none;
    padding: 2px 0;
    line-height: 1em;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
}
.info-head-column--link [class^='ico-route'] {
    float: left;
    margin-right: 8px;
}
.info-head-column--link .text {
    border-bottom: 1px solid #cdcdcf;
    line-height: 24px;
}
.info-head-column--link .distance {
    display: inline-block;
    color: #2772b8;
    font-size: 18px;
    font-weight: bold;
    margin-left: 8px;
}
.info-head-column--link:hover .text {
    border-bottom-color: #f3a2a0;
}
.sh--block-info--content .info-content--column {
    float: left;
    height: 148px;
    padding: 10px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sh--block-info--content .info-content--column._logo {
    width: 25%}
.sh--block-info--content .info-content--column._contact {
    width: 33%}
.sh--block-info--content .info-content--column._contact .dropdown._showmore {
    position: absolute;
    bottom: 10px;
}
.sh--block-info--content .info-content--column._contact .dropdown._showmore .dropdown--container {
    width: 240px;
    margin-left: -12px;
}
.sh--block-info--content .info-content--column._contact .dropdown._showmore .content-container {
    padding: 15px;
}
.sh--block-info--content .info-content--column._payment {
    width: 31%}
.sh--block-info--content .info-content--column._social {
    width: 64px;
    float: right;
}
.sh--block-info--content .info-content--column._social .dropdown._showmore {
    position: absolute;
    bottom: 10px;
}
.sh--block-info--content .info-content--column._social .dropdown._showmore .dropdown--container {
    width: 200px;
    margin-right: -12px;
}
.sh--block-info--content .info-content--column._social .dropdown._showmore .dropdown--item {
    text-align: center;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sh--block-info--content .info-content--column._social .dropdown._showmore .dropdown--item [class*='ico-social'] {
    margin: 0 auto;
}
.sh--block-info--content .info-content--title {
    margin: 8px 0;
    font-size: 18px;
}
.sh--block-info--content .info-content--text {
    line-height: 1.5em;
}
.sh--block-info--content .info-content--payment-cards {
    padding-top: 8px;
}
.sh--block-info--content .info-content--payment-cards [class^='ico-card'] {
    margin-right: 8px;
    border: none;
}
.sh--block-info--content .info-content--social-buttons {
    float: right;
    margin: 0;
    padding: 0;
}
.sh--block-info--content .info-content--social-buttons li {
    list-style: none;
    width: 32px;
    height: 32px;
    margin-bottom: 16px;
}
.sh--block-info--content .info-content--social-buttons a {
    border: none;
}
.dropdown-arrow-btn {
    background-color: #f2f2f2;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    border: none;
    display: inline-block;
    height: 16px;
    padding: 1px 8px;
    outline: none;
    border-radius: 3px;
}
.sh--logo-image {
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    float: left;
    text-align: center;
    font-size: 0;
    margin-right: 16px;
    line-height: 128px;
    width: 128px;
    height: 128px;
}
.sh--logo-image img {
    line-height: 1px;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%}
.sh--btn-contact-us {
    float: left;
    padding: 0px 10px 0px 14px;
    margin-right: 8px;
}
.sh--btn-contact-us .ico-small--contact-us {
    margin-top: 9px;
    margin-right: 0;
}
.sh--btn-group-actions {
    margin: 0 0 16px 0;
}
.sh--btn-group-actions .btn {
    padding: 0px 13px;
}
.sh--btn-group-actions .btn i {
    float: left;
    margin: 7px 8px 0 0;
}
.service-head--buttons-info {
    background: #efeee7;
    background: rgba(255, 255, 255, 0.65);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.1);
    height: 32px;
    font-size: 0;
    position: relative;
    border-radius: 1px;
}
.service-head--buttons-info.-expanded- {
    background: #fcfbfa;
}
.service-head--buttons-info.-expanded- .service-head--buttons-dropdown {
    visibility: visible;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.service-head--buttons-info.-expanded- .service-btn-info.-more- {
    color: #e74946;
}
.service-head--buttons-info.-expanded- .service-btn-info.-more- .text {
    color: #e74946;
    border-bottom-color: #e74946;
}
.service-head--menu {
    display: inline-block;
    background: #efeee7;
    background: rgba(255, 255, 255, 0.65);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.1);
    height: 32px;
    font-size: 0;
    position: relative;
    border-radius: 1px;
    z-index: 10;
    width: 100%;
    max-width: 700px;
}
.service-head--menu-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
}
.service-head--menu-ul>li {
    display: table-cell;
    list-style: none;
    font-size: 13px;
    position: relative;
}
.service-head--menu-ul>li.has-dropdown .icon-caret-down {
    display: inline-block;
}
.service-head--menu-ul>li>a {
    cursor: pointer;
    min-width: 110px;
    position: relative;
    border: none;
    display: block;
    vertical-align: top;
    text-align: center;
    height: 16px;
    line-height: 14px;
    text-decoration: none;
    color: #2872b9;
    font-size: 14px;
    padding: 8px 0;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.service-head--menu-ul>li>a .icon-caret-down {
    color: #a2b9d3;
    display: none;
    cursor: inherit;
    position: relative;
    line-height: 12px;
    vertical-align: bottom;
}
.service-head--menu-ul>li:first-child>a {
    border: none;
    box-shadow: none;
}
.service-head--menu-ul>li:hover>a {
    background: #f9f5ee;
    color: #757472;
}
.service-head--menu-ul>li:hover>a .icon-caret-down {
    color: #c7bfb0;
}
.service-head--menu-ul>li:hover .service-head--menu-sub {
    visibility: visible;
    opacity: 1;
}
.service-head--menu-ul>li.active>a {
    background: #f9f5ee;
    color: #757472;
}
.service-head--menu-ul>li.active>a .icon-caret-down {
    color: #c7bfb0;
}
.service-head--menu-sub {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    background: #fbfaf8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 0;
    min-width: 100%;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}
.service-head--menu-sub li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.service-head--menu-sub li a {
    display: block;
    border: none;
    border-top: 1px solid #ece6dc;
    box-shadow: inset 0 1px 0 #fff;
    min-height: 16px;
    line-height: 14px;
    text-decoration: none;
    color: #565656;
    font-size: 13px;
    padding: 10px 16px 6px;
}
.service-head--menu-sub li a.-disabled- {
    color: #cdcdcd;
    cursor: default;
    background: #fbfaf8 !important;
}
.service-head--menu-sub li:hover a {
    background: #fffefc;
}
.service-head--menu-sub li.active {
    position: relative;
}
.service-head--menu-sub li.active a {
    color: #333;
}
.service-head--menu-sub li.active:before {
    position: absolute;
    content: '';
    display: block;
    width: 4px;
    background: rgba(55, 102, 183, 0.7);
    height: 100%}
.service-head--menu-sub.-contracts- {
    width: 200px;
}
.service-head--menu-sub.-company- {
    width: 165px;
}
.service-head--menu-sub.-legal- {
    width: 220px;
}
.service-btn-info {
    position: relative;
    border: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    height: 16px;
    line-height: 14px;
    text-decoration: none;
    color: #2872b9;
    font-size: 14px;
    padding: 8px 16px;
}
.service-btn-info.-invisible- {
    opacity: 0.2;
}
.service-btn-info .text, .service-btn-copy .text {
    display: inline-block;
    border-bottom: 1px solid #7eb1e3;
}
.service-btn-info:hover .text, .service-btn-copy:hover .text {
    color: #e74946;
    border-bottom-color: #f3a2a0;
}
.service-btn-info.active .text, .service-btn-copy.active .text {
    color: #000;
    border: none;
}
.service-btn-info.-more- {
    display: none;
    float: right;
}
.service-btn-info.-more- .text {
    border-bottom-style: dotted;
    border-bottom-color: #2872B9;
}
.service-btn-info.-more-:hover .text {
    border-bottom-color: #e74946;
}
.service-btn-info.-more- .icon-caret-down {
    float: right;
    font-size: 16px;
    margin: 0 0 0 2px;
}
.service-head--buttons-dropdown {
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fcfbfa;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    padding: 8px 20px;
    font-size: 13px;
    border-radius: 0 0 2px 2px;
    opacity: 0;
    z-index: 10;
}
.service-head--buttons-dropdown .service-btn-copy {
    display: block;
    border: none;
    padding: 4px 0;
    text-align: right;
    white-space: nowrap;
}
.sh-qrcode-link {
    color: #565656;
    border: none;
    margin-right: 2px;
}
.sh-qrcode-link i {
    float: left;
    margin: 2px 8px 0 0;
}
.support-ul-list li>span {
    display: block;
}
.service-content {
    padding-top: 15px;
}
.service-content .content {
    padding: 0;
}
.-preview-visible- .service-content .page-container {
    padding-right: 304px;
}
.service-gen--description {
    color: #000;
    margin-bottom: 20px;
}
.service-gen--additional {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #565656;
}
.service-gen--additional>li {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}
.service-gen--additional .info--label {
    float: left;
    width: 200px;
}
.service-gen--additional .info--value {
    float: left;
    margin-left: 5px;
}
.service-gen--aside-box {
    min-height: 250px;
    margin-bottom: 10px;
}
.service-gen--rating .review-item {
    clear: both;
    border-bottom: none;
}
.service-gen--rating-info {
    margin-bottom: 40px;
    float: left;
    width: 100%}
.service-gen--rating-label {
    float: left;
    width: 96px;
    padding: 6px 0;
}
.service-gen--rating-rate {
    margin-left: 96px;
}
.service-gen--rating-rate .review-item--rate {
    float: left;
    width: 200px;
}
.service-gen--rating-rate .review-item--rate .review--rate-stars {
    float: none;
    margin-left: 0;
}
.service-gen--rate-number {
    float: left;
    font-size: 42px;
    width: 80px;
    line-height: 1em;
}
.service-gen--map {
    width: 294px;
    padding: 4px;
    position: relative;
    background: #fff;
    border: 1px solid #cececf;
    border-radius: 4px;
    margin-bottom: 20px;
}
.service-gen--map:after {
    width: 100%;
    height: 11px;
    bottom: -11px;
    background: url("../img/service-gen-map-shadow.png") 50% 0 no-repeat;
}
.service-gen--map-container {
    height: 240px;
}
.service-gen--map-paper {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 294px;
    margin: 0 4px;
    height: 100%;
    background: url("../img/paper-fold.png") 50% 50% no-repeat;
}
.service-gen--add-photo {
    display: inline-block;
    width: 160px;
    height: 120px;
    background: #ededed url("../img/add-photo.png") 50% 42% no-repeat;
    border: 4px solid #fff;
    text-decoration: none;
    color: #919191;
    box-shadow: 0 13px 15px -12px rgba(0, 0, 0, 0.38);
    margin-bottom: 10px;
}
.service-gen--add-photo>span {
    display: block;
    text-align: center;
    margin-top: 80px;
}
.service-gen--add-photo:hover {
    color: #666;
}
.service-gen--opening-left {
    display: inline-block;
    background: #f3d89b;
    color: #5f5b53;
    padding: 5px 10px;
}
.similar-place--item {
    overflow: hidden;
    margin-bottom: 10px;
}
.similar-place--logo {
    float: left;
    width: 34px;
    position: relative;
}
.similar-place--logo img {
    display: block;
    background: #fff;
    padding: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.similar-place--logo:after {
    margin: 1px;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.similar-place--desc {
    margin-left: 48px;
    line-height: 1.3em;
}
._service-gen-aside2 {
    margin: 30px 0 0 0;
    clear: both;
    float: none;
    width: auto;
}
._service-gen-aside2 .service-gen--aside-box {
    float: left;
    width: 304px;
    margin-left: 32px;
}
._service-gen-aside2 .service-gen--aside-box._addphoto {
    float: right;
}
@media screen and (min-width: 1420px) {
    ._service-gen-aside2 {
    clear: none;
    float: left;
    width: 304px;
    margin: 0 0 0 32px;
}
._service-gen-aside2 .service-gen--aside-box {
    float: none;
    width: auto;
    margin-left: 0;
}
._service-gen-aside2 .service-gen--aside-box._addphoto {
    float: none;
}
}.-rtl- .service-content .content>h2 {
    direction: rtl;
}
.map-container {
    position: relative;
    border-radius: 1px;
    background: #fff;
    padding: 1px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.map-container--link {
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.srch-res-controls {
    margin-bottom: 32px;
}
.srch-res-controls>* {
    vertical-align: middle;
}
.srch-res-controls>label {
    margin-right: 8px;
}
.srch-res-section {
    margin-bottom: 32px;
}
.srch-res-section>h1 {
    font-size: 20px;
    margin-bottom: 32px;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.search-global .search-global-original-input {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    height: 30px;
    width: 300px;
    vertical-align: middle;
}
@media screen and (min-width: 1420px) {
    .search-global .search-global-original-input {
    width: 570px;
}
}.search-global {
    position: absolute;
    left: 276px;
    top: 9px;
    -webkit-transition: top 0.3s ease-out;
    -moz-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
}
.search-global [class^='icon'] {
    color: #949494;
    z-index: 3;
}
.search-global .select--caption {
    border: 1px solid transparent;
}
.search-global .select--caption:focus {
    border-color: #ffd455;
}
.search-global.-remove-results- .select--caption {
    padding-right: 26px;
}
.search-global.-remove-results- .select .preloader {
    right: 24px;
}
.search-global.-remove-results- .select .-loading- .select--caption {
    padding-right: 72px;
}
@media screen and (max-width: 1196px) {
    .-auth- .search-global {
    left: 346px;
}
}@media all and (min-width: 1420px) and (max-width: 1520px) {
    .-auth- .search-global {
    left: 346px;
}
}.search-global--back {
    color: #858585;
    font-size: 28px;
    font-family: Times New Roman,  serif;
    line-height: 1;
    left: -1000px !important;
    position: absolute;
    opacity: 0;
    z-index: 2;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-property: opacity, -webkit-transform;
    -moz-transition-property: opacity, -moz-transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645,  0.045,  0.355,  1);
    -moz-transition-timing-function: cubic-bezier(0.645,  0.045,  0.355,  1);
    transition-timing-function: cubic-bezier(0.645,  0.045,  0.355,  1);
}
.search-global--back:hover {
    color: #e74946;
}
.search-global--back.active {
    cursor: pointer;
    right: 6px;
    left: auto !important;
    top: 2px;
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
}
.search-global-input {
    vertical-align: middle;
}
.search-global-input .select--caption {
    text-overflow: clip;
    height: 30px;
    box-shadow: none;
    width: 300px;
}
.search-global-input .header--search-input {
    padding-right: 90px;
}
.search-global-input .progress-gray {
    margin-right: 40px;
}
.search-global-input .icon-search {
    cursor: default;
}
@media screen and (min-width: 1420px) {
    .search-global-input .select--caption {
    width: 570px;
}
}.search-global .search-global--submit {
    border: none;
    height: 30px;
    line-height: 28px;
    vertical-align: middle;
}
.chrome .search-global--submit {
    line-height: 30px;
}
.header--search-input[type='text'] {
    width: 635px;
}
.search-global-input.select--container {
    background: #fff;
    border: 1px solid #aeaeae;
    border-bottom-color: #cacaca;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 11px 10px -7px rgba(0, 0, 0, 0.1);
    width: 640px;
}
.search--group {
    background: #fff;
    margin: 0;
}
.search--group:first-child .search--group--header {
    border-top: none;
}
.search--group--header {
    background: #f4f4f4;
    border-bottom: 1px dotted #c9c9c9;
    border-top: 1px dotted #c9c9c9;
    padding: 6px 12px;
}
.search--group--header h1 {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    line-height: 1;
}
.search--group---header--counter {
    margin-left: 8px;
}
.search--result-item, .search--result-item.select--item {
    cursor: pointer;
    font-weight: normal;
    padding: 6px 12px;
    border: 1px solid transparent;
    margin: 0 -1px;
    position: relative;
}
.search--result-item::after, .search--result-item.select--item::after {
    clear: both;
    content: "";
    display: table;
}
.search--result-item.-hover-, .search--result-item.select--item.-hover- {
    border-color: #309bd3;
    box-shadow: 0 4px 2px -2px rgba(255, 255, 255, 0.2) inset, 0 -3px 2px -2px rgba(0, 0, 0, 0.1) inset;
    background: #58baf8;
    background: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0%,  #69c8f9),  color-stop(100%,  #46acf7));
    background: -webkit-linear-gradient(top,  #69c8f9 0%,  #46acf7 100%);
    background: -moz-linear-gradient(top,  #69c8f9 0%,  #46acf7 100%);
    background: -ms-linear-gradient(top,  #69c8f9 0%,  #46acf7 100%);
    background: -o-linear-gradient(top,  #69c8f9 0%,  #46acf7 100%);
    background: linear-gradient(to bottom,  #69c8f9 0%,  #46acf7 100%);
}
.search--result-item.-hover- .search--result-item--caption, .search--result-item.select--item.-hover- .search--result-item--caption {
    color: #fff;
}
.search--result-item.-hover- .search--result-item--descr, .search--result-item.select--item.-hover- .search--result-item--descr {
    color: #fff;
}
.search--result-item--img {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    float: left;
    border: 1px solid #e2e2e2;
    padding: 1px;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
}
.search--result-item--img img {
    display: block;
    max-width: 100%;
    min-height: 100%}
.search--result-item--content {
    margin-left: 52px;
}
.search--result-item--caption {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.search--result-item--descr {
    font-size: 12px;
    color: #919191;
    margin: 0;
}
.map-view {
    position: absolute;
    left: 0;
    right: 0;
    top: 58px;
    bottom: 0;
    display: none;
}
.map-view.active {
    display: block;
}
.map-view .map {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.map-panels {
    position: fixed;
    top: 74px;
    bottom: 14px;
    width: 304px;
    right: -304px;
    z-index: 15;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645,  0.045,  0.355,  1);
    -moz-transition-timing-function: cubic-bezier(0.645,  0.045,  0.355,  1);
    transition-timing-function: cubic-bezier(0.645,  0.045,  0.355,  1);
}
.map-panels.active {
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    -o-transform: translateX(-320px);
    transform: translateX(-320px);
}
.map-panels.active .map-panels--show {
    left: 0;
    -webkit-transition: left 0.3s 0s;
    -moz-transition: left 0.3s 0s;
    transition: left 0.3s 0s;
}
.map-panels.-loading- .map-panel--content {
    opacity: .3;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.map-panels.-loading- .map-panel--more-items .btn {
    cursor: default;
}
.map-panels.-preview-single- .map-panels--show {
    display: none;
}
.map-panels--show {
    background: #fff;
    cursor: pointer;
    position: absolute;
    top: 16px;
    width: 16px;
    height: 30px;
    border: 1px solid #c6c8ca;
    border-right: none;
    text-align: center;
    line-height: 30px;
    left: -16px;
    z-index: -1;
    -webkit-transition: left 0.3s 0.2s;
    -moz-transition: left 0.3s 0.2s;
    transition: left 0.3s 0.2s;
}
.map-panel {
    background: #fff;
    border: 1px solid #c6c8ca;
    border-radius: 1px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    width: 304px;
    position: absolute;
    top: 0;
    bottom: 0;
    box-sizing: content-box;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.map-panel .services-items-page--header {
    margin: 16px 0;
}
.map-panel .services-items-page--header h1 {
    background: #fff;
    border: none;
    font-family: 'PT Sans Narrow',  sans-serif;
    font-size: 12px;
}
.map-panel .services-items-page--header:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -1px;
    height: 1px;
    background-color: #fcfcfc;
    background-image: -webkit-linear-gradient(left,  #fcfcfc, #e2e5e8 50%, #fcfcfc);
    background-image: linear-gradient(to right, #fcfcfc, #e2e5e8 50%, #fcfcfc);
}
.map-panel .services-items-page--header:after {
    top: 50%;
    margin-top: -.5px;
}
.map-panels.active .map-panel {
    overflow: hidden;
}
.map-panel--content-wrap, .map-panel--content, .map-panel--preview-content {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
}
.map-panel--content, .map-panel--preview-content {
    top: 0;
    overflow: auto;
}
.map-panel--content-wrap {
    overflow: hidden;
}
.map-panel--content-scroll {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s cubic-bezier(0.645,  0.045,  0.355,  1);
    -moz-transition: all 0.3s cubic-bezier(0.645,  0.045,  0.355,  1);
    transition: all 0.3s cubic-bezier(0.645,  0.045,  0.355,  1);
}
.map-panels.-route- .map-panel--content-scroll {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.map-panel--header {
    background: #fff;
    color: #000;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    font-family: 'PT Sans Narrow',  sans-serif;
    padding: 16px 16px;
    position: relative;
    overflow: hidden;
    -webkit-transition: padding-left 0.3s;
    -moz-transition: padding-left 0.3s;
    transition: padding-left 0.3s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.map-panel--header:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -1px;
    height: 1px;
    background-color: #fcfcfc;
    background-image: -webkit-linear-gradient(left,  #fcfcfc, #c6ccd1 50%, #fcfcfc);
    background-image: linear-gradient(to right, #fcfcfc, #c6ccd1 50%, #fcfcfc);
}
.map-panel--toggle {
    border-radius: 2px;
    cursor: pointer;
    height: 24px;
    margin-top: -11px;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 50%;
    width: 24px;
}
.map-panel--toggle i {
    vertical-align: 0px;
}
.map-panel--toggle:hover {
    background: rgba(0, 0, 0, 0.1);
}
.map-panel--back {
    color: #777;
    cursor: pointer;
    border-radius: 2px;
    font-size: 16px;
    top: 50%;
    left: 17px;
    margin-top: -11px;
    position: absolute;
    padding: 4px 5px 4px 3px;
    -webkit-transform: translateX(-42px);
    -moz-transform: translateX(-42px);
    -ms-transform: translateX(-42px);
    -o-transform: translateX(-42px);
    transform: translateX(-42px);
    -webkit-transition-property: left, -webkit-transform;
    -moz-transition-property: left, -moz-transform;
    transition-property: left, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
.map-panel--back:hover {
    background: #eee;
}
.map-panel--more-items {
    display: none;
    padding: 16px 16px;
    text-align: center;
    height: 64px;
    box-sizing: border-box;
}
.map-panel--more-items button {
    position: relative;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.map-panel--more-items:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -1px;
    height: 1px;
    background-color: #fcfcfc;
    background-image: -webkit-linear-gradient(left,  #fcfcfc, #e2e5e8 50%, #fcfcfc);
    background-image: linear-gradient(to right, #fcfcfc, #e2e5e8 50%, #fcfcfc);
}
.map-panel--more-items:after {
    top: 0;
    margin: 0;
}
.map-panels.-more-items- .map-panel--more-items {
    display: block;
}
.-place-explore- .map-panel .map-panel--header {
    padding-left: 55px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
.-place-explore- .map-panel .map-panel--back {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.map-panel-item {
    padding: 16px 14px 16px 0;
    position: relative;
    cursor: pointer;
    font-family: "PT Sans Narrow",  sans-serif;
    min-height: 32px;
    transition: filter 0.3s, -webkit-filter 0.3s;
}
.map-panel-item.-removed- {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.map-panel-item:hover {
    background: #f8f8f8;
}
.map-panel-item:hover .map-panel-item--header {
    color: #ff7173;
}
.map-panel-item:hover .map-panel-item--header span {
    color: #565656;
}
.map-panel-item:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -1px;
    height: 1px;
    background-color: #fcfcfc;
    background-image: -webkit-linear-gradient(left,  #fcfcfc, #e2e5e8 50%, #fcfcfc);
    background-image: linear-gradient(to right, #fcfcfc, #e2e5e8 50%, #fcfcfc);
}
.map-panel-item:last-child:after {
    display: none;
}
.map-panel-item .-pseudo-link- {
    line-height: 1.4;
}
.map-panel-item.active {
    background-color: #fff9e6;
    background-image: -webkit-linear-gradient(top,  #fff9e6 0%, #ffe9b1 100%);
    background-image: linear-gradient(to bottom, #fff9e6 0%, #ffe9b1 100%);
}
.map-panel-item.active:after {
    background-color: #f0dca7;
    background-image: -webkit-linear-gradient(left,  #f0dca7, #e3d1a1 50%, #f0dca7);
    background-image: linear-gradient(to right, #f0dca7, #e3d1a1 50%, #f0dca7);
}
.map-panel-item--img {
    text-align: center;
    position: absolute;
    width: 55px;
    left: 0;
}
.map-panel-item--img span {
    color: #7C868D;
    font-size: 11px;
    position: absolute;
    top: 4px;
    left: 19px;
    text-align: center;
    width: 16px;
}
.map-panel-item--img span.-small- {
    font-size: 9px;
    top: 6px;
}
.map-panel-item--img--pin {
    display: inline-block;
}
.map-panel-item--content {
    padding-left: 55px;
}
.map-panel-item--header {
    font-size: 16px;
    margin-bottom: 8px;
}
.map-panel-item--header:last-child {
    margin-bottom: 0;
}
.map-panel-item--title {
    font-size: 16px;
}
.map-panel-item--category {
    display: block;
    font-size: 13px;
}
.map-panel-item--data {
    margin-top: 8px;
}
.map-panel-item--data::after {
    clear: both;
    content: "";
    display: table;
}
.map-panel-item--data--col {
    width: 50%}
.map-panel-item--data--col span {
    font-size: 11px;
}
.map-panel-item--data--col.-fl- {
    text-align: left;
}
.map-panel-item--data--col.-fr- {
    text-align: right;
}
.-zh- .map-panel-item--data i, .-ar- .map-panel-item--data i {
    display: none;
}
.-zh- .map-panel-item--data--col, .-ar- .map-panel-item--data--col {
    width: 100%;
    margin: 0 0 3px;
}
.-zh- .map-panel-item--data--col:last-child, .-ar- .map-panel-item--data--col:last-child {
    margin: 0;
}
.-zh- .map-panel-item--data--col.-fr-, .-ar- .map-panel-item--data--col.-fr- {
    text-align: left;
}
.-zh- .map-panel-item--data--label, .-ar- .map-panel-item--data--label {
    margin-right: 6px;
}
.-rtl- .map-panel-item {
    direction: rtl;
}
.-rtl- .map-panel-item--data--col {
    text-align: right !important;
}
.map-panel-preview, .map-panel-preview.preview {
    background: #fff;
    border: 1px solid #c8cacc;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    right: -10000px;
    opacity: 0;
    bottom: 0;
    top: 0;
    margin-right: 0;
    width: 308px;
    box-sizing: border-box;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0.3s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0.3s;
    -ms-transition: -ms-transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0.3s;
    -o-transition: -o-transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0.3s;
    transition: transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0.3s;
}
.map-panels.active .map-panel-preview.active, .map-panels.active .map-panel-preview.preview.active {
    right: 0;
    opacity: 1;
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0s;
    -ms-transition: -ms-transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0s;
    transition: transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0s;
}
.map-panels.-preview-single- .map-panel-preview, .map-panels.-preview-single- .map-panel-preview.preview {
    opacity: 1;
    right: 0;
    -webkit-transform: translateX(-319px);
    -moz-transform: translateX(-319px);
    -ms-transform: translateX(-319px);
    -o-transform: translateX(-319px);
    transform: translateX(-319px);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0s;
    -ms-transition: -ms-transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0s;
    transition: transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0s;
}
.map-panel-preview .preview--header a, .twin-panel-preview .preview--header a {
    display: inline;
    text-overflow: initial;
    overflow: visible;
    white-space: normal;
    line-height: 1.3;
}
.map-panel-preview .preview--header--note, .twin-panel-preview .preview--header--note {
    margin-top: 8px;
}
.map-panel-preview .preview--img, .twin-panel-preview .preview--img {
    margin-left: 1px;
    margin-top: 1px;
}
@media screen and (max-height: 800px) {
    .map-panel-preview .preview--img, .twin-panel-preview .preview--img {
    display: block;
}
}@media screen and (max-height: 680px) {
    .map-panel-preview .preview-hide-2x, .twin-panel-preview .preview-hide-2x {
    display: block;
}
}.map-panel-preview .preview--content, .twin-panel-preview .preview--content {
    border-bottom: none;
}
.map-panel-preview .preview--mass-reference, .twin-panel-preview .preview--mass-reference {
    width: 50px;
}
.map-panel-preview .preview--close, .twin-panel-preview .preview--close {
    background: #fff;
    color: #565656;
    text-shadow: none;
    border: 1px solid #c8cacc;
    border-right: none;
    margin-left: -1px;
}
.map-panel-preview.-loading- .map-panel--preview-content, .twin-panel-preview.-loading- .map-panel--preview-content {
    opacity: .3;
}
.map-panel-preview .preview--header, .map-panel-preview .preview--content, .map-panel-preview .preview--stats, .map-panel-preview .preview--item-controls, .twin-panel-preview .preview--header, .twin-panel-preview .preview--content, .twin-panel-preview .preview--stats, .twin-panel-preview .preview--item-controls {
    padding-right: 16px;
}
.map-panel-preview .preview-company, .twin-panel-preview .preview-company {
    width: 306px;
}
.map-panel-preview .preview-company .preview--header, .twin-panel-preview .preview-company .preview--header {
    font-size: 18px;
}
.map-panel-preview .preview-company .preview--header, .map-panel-preview .preview-company .preview--content, .map-panel-preview .preview-company .preview--item-controls, .twin-panel-preview .preview-company .preview--header, .twin-panel-preview .preview-company .preview--content, .twin-panel-preview .preview-company .preview--item-controls {
    margin-left: 14px;
}
.map-panel-preview .preview--stats.-full-, .twin-panel-preview .preview--stats.-full- {
    margin-left: 2px;
}
.map-panel--preview-content {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.map-panel-place .items {
    position: relative;
}
.map-panel-place--content {
    background: #fffdf6;
    border-bottom: 1px solid #b1b5b9;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
    font-family: 'PT Sans Narrow',  sans-serif;
    position: relative;
    padding-left: 55px;
    padding-top: 16px;
    padding-bottom: 16px;
    z-index: 2;
}
.map-panel-place--img {
    position: absolute;
    left: 0;
    padding-left: 16px;
}
.map-panel-place--header {
    margin-bottom: 18px;
}
.map-panel-place--header span {
    color: #000;
    font-size: 18px;
    display: block;
    margin-bottom: 8px;
}
.map-panel-place--params {
    margin: 0 0 18px;
}
.map-panel-place--params [class^="icon-"] {
    font-size: 16px;
    margin-right: 6px;
    vertical-align: middle;
}
.map-panel-place--params li {
    margin-bottom: 5px;
    list-style: none;
}
.map-panel-place--count {
    font-size: 16px;
}
.map-panel--route {
    position: absolute;
    width: 304px;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s cubic-bezier(0.645,  0.045,  0.355,  1);
    -moz-transition: all 0.3s cubic-bezier(0.645,  0.045,  0.355,  1);
    transition: all 0.3s cubic-bezier(0.645,  0.045,  0.355,  1);
}
.map-panels.-route- .map-panel--route {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.map-panels.-loading- .map-panel--route {
    opacity: .3;
    pointer-events: none;
}
.map-panel--route .route {
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.route-panel {
    padding: 16px 16px;
    border-bottom: 1px solid #c8c8c8;
    position: relative;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top,  #fff, #eee);
    background-image: linear-gradient(to bottom, #fff, #eee);
}
.route-panel--row {
    margin: 0 0 12px;
    position: relative;
}
.route-panel--route-label {
    color: #333;
    float: left;
    font-size: 17px;
    font-weight: bold;
    line-height: 31px;
    text-transform: uppercase;
    margin: 0 0 0 -16px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    width: 39px;
    box-sizing: border-box;
}
.route-panel--route-input {
    width: 248px;
    padding-right: 26px !important;
}
.route-panel--swap-toggle {
    position: absolute;
    cursor: pointer;
    color: #767676;
    top: 44px;
    left: 0;
    width: 39px;
    text-align: center;
    z-index: 2;
    -webkit-transform: rotate(0deg) translateY(0);
    -moz-transform: rotate(0deg) translateY(0);
    -ms-transform: rotate(0deg) translateY(0);
    -o-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
    -webkit-transition: all 0.3s cubic-bezier(0.645,  0.045,  0.355,  1);
    -moz-transition: all 0.3s cubic-bezier(0.645,  0.045,  0.355,  1);
    transition: all 0.3s cubic-bezier(0.645,  0.045,  0.355,  1);
}
.route-panel--swap-toggle:hover {
    color: #333;
}
.route-panel--swap-toggle.active {
    -webkit-transform: rotate(180deg) translateY(-2px);
    -moz-transform: rotate(180deg) translateY(-2px);
    -ms-transform: rotate(180deg) translateY(-2px);
    -o-transform: rotate(180deg) translateY(-2px);
    transform: rotate(180deg) translateY(-2px);
}
.route-panel--route-input-dell {
    background: #e4e4e4;
    cursor: pointer;
    border-radius: 50%;
    color: #fff;
    font-size: 8px;
    height: 17px;
    line-height: 17px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 8px;
    vertical-align: middle;
    width: 17px;
    z-index: 2;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.3s cubic-bezier(0.645,  0.045,  0.355,  1);
    -moz-transition: all 0.3s cubic-bezier(0.645,  0.045,  0.355,  1);
    transition: all 0.3s cubic-bezier(0.645,  0.045,  0.355,  1);
}
.route-panel--route-input-dell:hover {
    background: #bebebe;
}
.route-panel--route-input-dell.active {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.route-panel--types {
    margin-left: 24px;
    display: block;
}
.route-panel--type-toggle {
    width: 50%;
    text-align: center;
}
.route-panel--type-toggle>i {
    vertical-align: middle;
}
.route-autocomplete .select--caption {
    box-sizing: border-box;
}
.route-step {
    position: relative;
    padding: 6px 0;
    word-spacing: -0.3em;
    height: 46px;
    box-sizing: border-box;
}
.route-step:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -1px;
    height: 1px;
    background-color: #fcfcfc;
    background-image: -webkit-linear-gradient(left,  #fcfcfc, #e2e5e8 50%, #fcfcfc);
    background-image: linear-gradient(to right, #fcfcfc, #e2e5e8 50%, #fcfcfc);
}
.route-step:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.route-step>* {
    vertical-align: middle;
}
.route-step:last-child:after {
    display: none;
}
.route-step--img {
    display: inline-block;
    text-align: center;
    width: 38px;
}
.route-step--content {
    display: inline-block;
    width: 266px;
    word-spacing: normal;
}
.route-step--direction {
    display: block;
    margin: 0 0 4px;
    font-weight: bold;
    font-size: 12px;
}
.route-step--title {
    display: block;
}
.favorite-empty {
    margin-top: 32px;
    font-size: 16px;
}
.favorite-empty--header {
    text-align: center;
    margin-bottom: 32px;
}
.favorite-empty--header h1 {
    margin-bottom: 14px;
}
.favorite-empty--header p {
    color: #9c9c9c;
    margin-bottom: 0;
}
.favorite-empty--row {
    margin-bottom: 32px;
}
.error-feedback-nb {
    bottom: 112px;
    position: absolute;
    left: 50%;
    width: 976px;
    margin-left: -488px;
    margin-bottom: 0;
}
@media screen and (min-width: 1420px) {
    .error-feedback-nb {
    width: 1312px;
    margin-left: -656px;
}
}.-preview-visible- .error-feedback-nb {
    width: 656px;
}
@media screen and (min-width: 1420px) {
    .-preview-visible- .error-feedback-nb {
    width: 992px;
}
}.error-feedback-form {
    width: 572px;
}
.error-feedback-form input, .error-feedback-form textarea {
    float: left;
    vertical-align: top;
    width: 407px;
    margin: 0;
}
.error-feedback-form textarea {
    resize: vertical;
    max-height: 236px;
}
.error-feedback-form label {
    margin-top: 5px;
    float: left;
    width: 160px;
    font-size: 16px;
    vertical-align: top;
}
.error-feedback-form p {
    font-size: 13px;
    margin-bottom: 24px;
}
.error-feedback-form--title {
    display: block;
    font-size: 22px;
    margin-bottom: 28px;
}
.error-feedback-form--row {
    margin-bottom: 14px;
}
.error-feedback-form--row:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.error-feedback-form--submit {
    margin-left: 160px;
    margin-top: 0;
    -webkit-transition: margin-top 0.3s;
    -moz-transition: margin-top 0.3s;
    transition: margin-top 0.3s;
}
.error-feedback-form--error {
    margin-left: 160px;
    position: absolute;
    opacity: 0;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.-error- .error-feedback-form--error {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.-error- .error-feedback-form--submit {
    margin-top: 30px;
}
.-rtl- .error-feedback-nb {
    direction: rtl;
}
.company-dashboard--row {
    margin-top: 16px;
}
.company-dashboard--row.bottom-row {
    margin-top: 32px;
}
.company-dashboard--get-check {
    background-color: #fce6b3;
    background-image: -webkit-linear-gradient(top,  #fce6b3, #fbd99c, #fac071);
    background-image: linear-gradient(to bottom, #fce6b3, #fbd99c, #fac071);
    border: 1px solid;
    border-color: #ffdea7 #facb7b #f7be5b;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
    border-radius: 2px;
    color: #565656;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    outline: none;
    display: inline-block;
    position: relative;
    padding: 8px 15px;
    height: 48px;
    overflow: hidden;
}
.company-dashboard--get-check>* {
    display: inline-block;
    vertical-align: middle;
}
.company-dashboard--get-check:hover {
    background-color: #fdefd1;
    background-image: -webkit-linear-gradient(top,  #fdefd1, #fce3b9, #fbcc8e);
    background-image: linear-gradient(to bottom, #fdefd1, #fce3b9, #fbcc8e);
    border-color: #ffe5bb #fbce94 #f8be78;
}
.company-dashboard--get-check:active {
    background-color: #fce2bb;
    background-image: -webkit-linear-gradient(top,  #fce2bb, #fbd8a8, #fac482);
    background-image: linear-gradient(to bottom, #fce2bb, #fbd8a8, #fac482);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) inset;
    border-color: transparent;
}
.company-dashboard--get-check.-loading- {
    cursor: default;
}
.company-dashboard--get-check.-loading- .company-dashboard--get-check--label {
    opacity: 0;
}
.company-dashboard--get-check.-loading- .company-dashboard--get-check--preloader {
    cursor: default;
}
.company-dashboard--get-check--loading {
    display: none;
}
.company-dashboard--get-check--icon, .company-dashboard--get-check--label {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.company-dashboard--get-check--preloader {
    -webkit-transform: translateX(14px);
    -moz-transform: translateX(14px);
    -ms-transform: translateX(14px);
    -o-transform: translateX(14px);
    transform: translateX(14px);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.company-dashboard--get-check--icon {
    color: #da7933;
    cursor: pointer;
    font-size: 32px;
    margin-right: 10px;
    margin-left: -6px;
}
.company-dashboard--get-check--label {
    color: #565656;
}
.get-pdf-dropdown .dropdown--container {
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.97);
    min-width: 190px;
}
.get-pdf-dropdown .get-report--label {
    white-space: nowrap;
}
.get-pdf-dropdown .get-report--label.-disabled- {
    color: #bbb;
    background: none;
}
.company-dashboard--address {
    line-height: 1.5em;
}
.company-dashboard--qr {
    display: block;
    margin-top: 20px;
}
.signup-nb {
    overflow: hidden;
    padding-bottom: 18px;
    margin-top: 16px;
}
.signup-nb p {
    display: block;
    padding-left: 10px;
    margin-right: 120px;
}
.signup-nb .btn-strict-success {
    float: right;
}
.capital-wrap {
    display: inline-block;
}
.capital-attention {
    font-size: 16px;
    vertical-align: middle;
    cursor: help;
}
.capital-attention:hover {
    color: #e74946;
}
.row-icon--content-capital .capital-attention {
    font-size: 16px;
    margin-left: 4px;
}
.company-stat-item.-company-stat-item-disabled- .company-stat-item--content, .company-stat-item--index, .company-stat-item--content-not-found, [class^='company-stat-item--content--view'].-bordered- {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}
.company-stat-item.-company-stat-item-disabled- .company-stat-item--dynamic {
    display: none;
}
.company-stat-item--index {
    padding: 28px 24px;
}
.row-icon.-circle- .ui-circle {
    margin: 0;
}
.row-icon.-circle- .row-icon--content {
    padding-left: 68px;
}
.company-stat-item--header {
    margin-bottom: 16px;
    margin-top: 16px;
}
.company-stat-item--header>* {
    display: inline-block;
    vertical-align: middle;
}
.company-stat-item--header .icon-doc-attention {
    margin-left: 5px;
}
.company-stat-item--header--icon {
    font-size: 32px;
    vertical-align: middle;
    margin-right: 8px;
}
.company-stat-item--header--title {
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
    margin: 0 8px 0 0;
}
.company-stat-item--dynamic {
    background: #ece5f1;
    border-radius: 4px;
    padding: 0 4px 0 2px;
    height: 21px;
    line-height: 19px;
    vertical-align: middle;
}
.company-stat-item--dynamic [class^='icon-'] {
    margin-right: -1px;
}
.company-stat-item--dynamic>* {
    display: inline-block;
    vertical-align: middle;
}
.company-stat-item--switch {
    float: right;
}
.company-stat-item--switch--toggle._flag {
    width: 38px;
}
.company-stat-item--switch--toggle._flag .switcher-ui--container {
    background: #c4c4c4;
}
.company-stat-item--switch--toggle._flag .switcher-ui--shadow {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
}
.company-stat-item--content {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.company-stat-item--content-not-found {
    position: relative;
    height: 180px;
}
.company-dashboard--map-row .company-stat-item--content-not-found {
    height: 197px;
}
[class^='company-stat-item--content--view'] {
    width: 49.7%;
    height: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.company-stat-item--content--stage {
    width: 200%;
    height: 100%;
    -webkit-transition: all 0.4s cubic-bezier(0.645,  0.045,  0.355,  1);
    -moz-transition: all 0.4s cubic-bezier(0.645,  0.045,  0.355,  1);
    transition: all 0.4s cubic-bezier(0.645,  0.045,  0.355,  1);
}
.company-stat-item--graph {
    width: 100%;
    height: 100%}
.company-stat-item--list {
    padding-top: 20px;
}
.company-stat-item--list-row {
    margin-bottom: 16px;
}
.company-stat-item--tab-nav {
    background: #e9e9e9;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 4px 4px 0 0;
    margin: -1px -1px 0;
    height: 26px;
    box-sizing: border-box;
}
.company-stat-item--tab-nav::after {
    clear: both;
    content: "";
    display: table;
}
.company-stat-item--tab-nav--item {
    float: left;
    border-radius: 4px 4px 0 0;
    border: 1px solid transparent;
    border-bottom: none;
    width: 20%;
    height: 26px;
    text-align: center;
    line-height: 22px;
    box-sizing: border-box;
}
.company-stat-item--tab-nav--item span {
    border-bottom: 1px dotted;
}
.company-stat-item--tab-nav--item.active {
    background: #f6f6f7;
    color: #565656;
    border-color: #e1e1e1;
}
.company-stat-item--tab-nav--item.active span {
    border-color: transparent;
}
.company-stat-item--tab-content {
    height: 154px;
    display: table-cell;
    vertical-align: middle;
}
.company-stat-item--content-align {
    display: table-cell;
    vertical-align: middle;
    height: 180px;
}
.company-stat-item--years {
    position: relative;
    padding: 10px 0;
}
.company-stat-item--items-container {
    margin: 0 29px;
    overflow: hidden;
    position: relative;
    height: 15px;
}
.company-stat-item--items-cinner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    font-size: 0;
    -webkit-transition: left 300ms;
    -moz-transition: left 300ms;
    transition: left 300ms;
}
.csi--years-item {
    text-decoration: none;
    border: none;
    padding: 0 10px;
    display: inline-block;
    font-size: 13px;
}
@media screen and (min-width: 1420px) {
    .csi--years-item {
    padding: 0 11px;
}
}.csi--years-item span {
    text-decoration: none;
    border-bottom: 1px dotted;
}
.csi--years-item.active span {
    border-bottom: none;
    color: #999;
}
.csi--years-nav--next, .csi--years-nav--prev {
    top: 6px;
    position: absolute;
    border: none;
    font-size: 18px;
    border-radius: 3px;
}
.csi--years-nav--next:hover, .csi--years-nav--prev:hover {
    background: rgba(0, 0, 0, 0.07);
}
.csi--years-nav--next:after, .csi--years-nav--prev:after {
    content: '';
    display: block;
    border: 4px solid transparent;
}
.csi--years-nav--next.-disable-:hover, .csi--years-nav--prev.-disable-:hover {
    background: none;
    cursor: default;
}
.csi--years-nav--next {
    right: 10px;
    padding: 8px 4px 8px 8px;
}
.csi--years-nav--next:after {
    border-left-color: #2872B9;
}
.csi--years-nav--next.-disable-:after {
    border-left-color: #ccc;
}
.csi--years-nav--prev {
    left: 10px;
    padding: 8px 8px 8px 4px;
}
.csi--years-nav--prev:after {
    border-right-color: #2872B9;
}
.csi--years-nav--prev.-disable-:after {
    border-right-color: #ccc;
}
.company-stat-item--vm {
    padding: 10px 20px;
    left: 0;
    right: 0;
}
.company-stat-item--vm>*:last-child {
    margin-bottom: 0;
}
.company-stat-item--vm.-contracts- {
    padding: 8px 20px 4px;
}
.company-stat-item--vm.-contracts- p {
    margin-bottom: 6px;
}
@media screen and (min-width: 1420px) {
    .company-stat-item--vm.-contracts- p {
    margin-bottom: 15px;
}
}.company-stat-item--content--msg {
    color: #9f9f9f;
    position: absolute;
    font-size: 14px;
    text-align: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,  -50%);
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    -o-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
}
.company-stat-item--unfair {
    padding: 10px;
    margin: 0 10px;
    border-radius: 5px;
}
@media screen and (min-width: 1420px) {
    .company-stat-item--unfair {
    margin: 10px 10px 0 10px;
}
}.company-stat-item--unfair.-past- {
    background: #f4eed4;
}
.company-stat-item--unfair.-current- {
    background: #f4e0dc;
}
.company-stat-item--content--msg .company-stat-item--unfair {
    margin: 20px -50px 0;
}
.-company-stat-item-arbitrage- .company-stat-item--content--view-2 p {
    margin-bottom: 12px;
}
@media screen and (max-width: 1420px) {
    .-company-stat-item-arbitrage- .company-stat-item--content--view-2 p {
    margin-bottom: 8px;
}
}.note-box {
    padding: 20px 20px 20px 20px;
    position: relative;
}
.note-box.-info- {
    background: #fff;
    padding-left: 50px;
}
.note-box.-info- .icon-info {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #9d9d9d;
}
.note-box p:last-child {
    margin: 0;
}
.note-box-bordered {
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 1px 0 #fff,  inset 0 1px 0 #fff;
    padding: 24px 32px;
    font-size: 16px;
}
.tabs-switch--head {
    font-size: 16px;
}
.tabs-switch--head a.active {
    border: none;
    color: #565656;
    font-weight: bold;
}
.tabs-switch--tab {
    display: none;
}
.tabs-switch--tab.active {
    padding: 20px 0;
    display: block;
}
.express-type--item {
    padding: 20px 0;
}
.express-type--date {
    color: #919191;
    margin-bottom: 8px;
}
.express-type--title {
    font-size: 16px;
    margin-bottom: 16px;
}
.express-type--desc {
    line-height: 1.3em;
}
.big-text-tooltip {
    color: #555;
    text-align: left;
    padding: 10px;
    font-style: italic;
    min-width: 300px;
}
.chart-legend {
    padding: 0 42px;
}
.chart-legend--item {
    padding: 5px 0;
}
.chart-legend--item::after {
    clear: both;
    content: "";
    display: table;
}
.chart-legend--item-bar {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px dashed;
    width: 30px;
    margin-right: 4px;
}
.chart-legend--item-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #565656;
}
.chart-legend-main {
    position: relative;
    margin: 0 41px;
}
.user-request-nav--item {
    display: inline-block;
    vertical-align: top;
}
.user-request-btn--icon {
    background: #97e9f5;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(42, 98, 172, 0.74) inset, 0 -40px 20px -20px rgba(42, 98, 172, 0.32) inset;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 32px;
    margin-bottom: 8px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}
.user-request-btn--icon.-yellow- {
    background: #f7d099;
    box-shadow: inset 0 0 20px #ce7235,  inset 0 -40px 20px -20px #edba56;
}
.user-request-btn--label {
    display: block;
    font-size: 16px;
}
.user-request-link {
    display: inline-block;
    cursor: pointer;
}
.user-request-link:hover .user-request-btn--icon {
    background: none repeat scroll 0 0 #ff6062;
    box-shadow: 0 0 20px #ae004a inset, 0 -40px 20px -20px rgba(174, 0, 74, 0.56) inset;
}
.user-request-nav--item-label {
    margin-top: 6px;
    display: block;
    text-align: center;
}
.user-request-nav.-in-row- {
    text-align: center;
}
.user-request-nav.-in-row- .user-request-nav--item {
    width: 210px;
    margin: 0 20px;
}
.block-body {
    background: url("../img/graph-bg.png") 0 0;
}
.error {
    position: relative;
    padding-left: 240px;
    margin: 128px auto;
    width: 700px;
}
.error.-block- .error--img {
    top: 0;
}
.error--img {
    position: absolute;
    left: 0;
    top: -32px;
}
.error--content {
    font-size: 16px;
}
.error--title {
    color: #000;
    font-size: 24px;
    margin-bottom: 12px;
}
.error--list {
    margin-top: 32px;
    font-size: 13px;
}
.tutorial-overlay {
    position: fixed;
    cursor: default;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    background: #fff;
    opacity: .00001;
}
.tutorial-hiliter {
    border-radius: 2px;
    position: absolute;
}
.tutorial-hiliter.active {
    z-index: 10000;
    box-shadow: 0 0 0 5000px rgba(0, 0, 0, 0.5);
}
.tutorial-hint {
    border-radius: 2px;
    position: absolute;
    pointer-events: auto;
    background: #fff;
    padding: 14px 18px;
    left: -10000px;
    top: 0;
    opacity: 0;
    z-index: 10001;
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -o-transform: translateY(12px);
    transform: translateY(12px);
    box-sizing: border-box;
}
.tutorial-hint[class*='right'] {
    -webkit-transform: translateX(12px) translateY(0);
    -moz-transform: translateX(12px) translateY(0);
    -ms-transform: translateX(12px) translateY(0);
    -o-transform: translateX(12px) translateY(0);
    transform: translateX(12px) translateY(0);
}
.tutorial-hint.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s cubic-bezier(0.645,  0.045,  0.355,  1);
    -moz-transition: all 0.5s cubic-bezier(0.645,  0.045,  0.355,  1);
    transition: all 0.5s cubic-bezier(0.645,  0.045,  0.355,  1);
}
.tutorial-hint--title {
    font-size: 22px;
    margin: 0 0 18px;
}
.tutorial-hint--content {
    margin-bottom: 18px;
    max-width: 330px;
}
.tutorial-hint--nav {
    float: right;
}
.tutorial-hint--nav>* {
    margin-left: 8px;
}
.tutorial-hint--nav-prev {
    border-bottom: 1px dashed;
}
.tutorial-hint--nav-prev.-disabled-, .tutorial-hint--nav-next.-disabled- {
    display: none;
}
.tutorial-hint--close {
    cursor: pointer;
    position: absolute;
    font-family: Times New Roman;
    padding: 4px;
    right: 4px;
    top: 3px;
    font-style: normal;
    font-size: 23px;
    line-height: 12px;
}
.tutorial-hint--close:hover {
    color: #ff7173;
}
.tutorial-hint--progress {
    float: left;
    margin: 9px 32px 0 - 4px;
}
.tutorial-hint--progress--item {
    border: none;
    cursor: pointer;
    float: left;
    position: relative;
    width: 16px;
    height: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.tutorial-hint--progress--item:hover:after {
    background: #aeaeae;
}
.tutorial-hint--progress--item:hover .tutorial-hint--progress--item--hint {
    opacity: 1;
    left: 50%}
.tutorial-hint--progress--item.active:after {
    background: #ffae00;
}
.tutorial-hint--progress--item:after {
    content: '';
    background: #d3d3d3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}
.tutorial-hint--progress--item--hint {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    position: absolute;
    bottom: 100%;
    left: -10000px;
    opacity: 0;
    white-space: nowrap;
    padding: 4px;
    font-size: 11px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tutorial-hint--progress--item--hint:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -3px;
    height: 0;
    width: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid rgba(0, 0, 0, 0.5);
}
.tutorial-hint--pointer {
    position: absolute;
}
.bottom-left .tutorial-hint--pointer {
    bottom: 100%;
    left: 16px;
    height: 0;
    width: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.right-top .tutorial-hint--pointer {
    right: 100%;
    top: 16px;
    height: 0;
    width: 0;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff;
    border-top: 6px solid transparent;
}
.top-center .tutorial-hint--pointer {
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
}
.bottom-center .tutorial-hint--pointer {
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.-tutorial-mode- .tutorial-overlay {
    display: block;
}
.-tutorial-mode- .tutorial-hiliter {
    -webkit-transition: left 0.5s cubic-bezier(0.645,  0.045,  0.355,  1), top 0.5s cubic-bezier(0.645,  0.045,  0.355,  1), width 0.5s cubic-bezier(0.645,  0.045,  0.355,  1), height 0.5s cubic-bezier(0.645,  0.045,  0.355,  1);
    -moz-transition: left 0.5s cubic-bezier(0.645,  0.045,  0.355,  1), top 0.5s cubic-bezier(0.645,  0.045,  0.355,  1), width 0.5s cubic-bezier(0.645,  0.045,  0.355,  1), height 0.5s cubic-bezier(0.645,  0.045,  0.355,  1);
    transition: left 0.5s cubic-bezier(0.645,  0.045,  0.355,  1), top 0.5s cubic-bezier(0.645,  0.045,  0.355,  1), width 0.5s cubic-bezier(0.645,  0.045,  0.355,  1), height 0.5s cubic-bezier(0.645,  0.045,  0.355,  1);
}
.-graph-view- {
    overflow: hidden;
}
.graph {
    background: #f6f6f7;
    position: absolute;
    left: 0;
    top: 58px;
    right: 0;
    bottom: 0;
}
.graph.-title-visible- .graph-force--node .graph-force--node--name {
    visibility: visible;
}
.graph-overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 100;
    top: 100%;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.graph-overlay.-loading- {
    top: 58px;
    opacity: 1;
}
.graph-crumbs {
    background: transparent;
    position: absolute;
    border-radius: 2px;
    top: 64px;
    left: 21px;
    z-index: 14;
    padding: 5px 0 5px 8px;
    -webkit-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}
.graph-crumbs .breadcrumbs {
    margin-bottom: 0;
}
.-graph-map-view- .graph-crumbs {
    background: rgba(255, 255, 255, 0.85);
    left: 26px;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.-overlay-visible- {
    z-index: 16;
}
.graph-force.-grabbing- {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.graph-force--node {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.graph-force--node:hover .graph-force--node--settings-group-item {
    opacity: .7;
}
.graph-force--node:hover .graph-force--node--settings-group-item:hover {
    opacity: 1;
}
.graph-force--node:hover .graph-force--node--name {
    visibility: visible;
}
.graph-force--node.-pined- .graph-force--node--settings-group--pin {
    opacity: 1;
}
.graph-force--node.-pined- .graph-force--node--settings-group--pin use {
    fill: #f67777;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.graph-force--node.-system- .graph-force--node--name {
    visibility: visible;
}
.graph-force--node.-system- .graph-force--node--bg {
    stroke: #e6c189;
    stroke-width: 1;
    fill: url("#nodeGradient") #f6e9c4;
}
.graph-force--node.-main- .graph-force--node--name {
    fill: #970ae0;
    visibility: visible;
}
.graph-force--node.-main- .graph-force--node--bg {
    opacity: 1;
    stroke: #bd62ed;
}
.graph-force--node.-related- .graph-force--node--name {
    fill: #2d3cfb;
    visibility: visible;
}
.graph-force--node.-related- .graph-force--node--bg {
    opacity: 1;
    stroke: #2d3cfb;
}
.graph-force--node.-expanded- .graph-force--node--icon {
    fill: #c3815f;
}
.graph-force--node.-expanded- .graph-force--node--settings-group--add {
    visibility: visible;
}
.graph-force--node.-expanded- .graph-force--node--bg {
    opacity: 1;
}
.graph-force--node.-settings- .graph-force--node--settings-group--cog {
    opacity: 1;
}
.graph-force--node.-settings- .graph-force--node--settings-group--cog use {
    fill: #46c7f8;
}
.graph-force--node.-settings- .graph-force--node--name {
    visibility: visible;
}
.graph-force--node.-parent- .graph-force--node--name {
    visibility: visible;
}
.graph-force--node.-no-more- .graph-force--node--settings-group--add {
    cursor: default;
}
.graph-force--node.-no-more- .graph-force--node--settings-group--add use {
    fill: #727272;
}
.graph-force--node.-label-visible- .graph-force--node--name {
    visibility: visible;
}
.graph-force--node.-removed- .graph-force--node--bg {
    fill: red;
    opacity: 1;
}
.graph-force--node.active .graph-force--node--bg {
    opacity: 1;
}
.graph-force--node.active .graph-force--node--name {
    visibility: visible;
}
.graph-force--node--top {
    cursor: pointer;
}
.graph-force--node--counter text {
    font-family: 'PT Sans Narrow'}
.graph-force--node--settings-group-item {
    cursor: pointer;
    opacity: 0;
}
.graph-force--node--settings-group-item:hover {
    opacity: 1;
}
.graph-force--node--name {
    color: #727272;
    visibility: hidden;
    font-family: "PT Sans Narrow",  sans-serif;
}
.node-gradient-stop-1 {
    stop-color: #f6e9c4;
}
.node-gradient-stop-2 {
    stop-color: #f3d698;
}
.graph-force--node--bg {
    opacity: 0;
    stroke: #fddc2b;
    stroke-width: 1;
    fill: #ffffff;
}
.graph-force--node--settings-group--add {
    visibility: hidden;
}
.graph-force--node--settings-group--add use {
    fill: #51902e;
}
.graph-link--label--text {
    font-size: 10px;
    font-family: 'PT Sans Narrow',  sans-serif;
}
.graph-link {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.graph-link.-hilited- .graph-link--edge {
    stroke: #46c7f8;
}
.graph-force--node--name-note {
    fill: #808080;
    font-size: 12px;
    font-family: "PT Sans Narrow"}
.graph-list-item {
    cursor: pointer;
    padding: 16px;
    font-family: 'PT Sans Narrow',  sans-serif;
    position: relative;
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.graph-list-item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -1px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-linear-gradient(left,  rgba(255, 255, 255, 0), #e2e5e8 25%, #e2e5e8 75%, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #e2e5e8 25%, #e2e5e8 75%, rgba(255, 255, 255, 0));
}
.graph-list-item:hover {
    background: #f8f8f8;
}
.graph-list-item.active {
    background-color: #fff9e6;
    background-image: -webkit-linear-gradient(top,  #fff9e6 0%, #ffe9b1 100%);
    background-image: linear-gradient(to bottom, #fff9e6 0%, #ffe9b1 100%);
}
.graph-list-item.-enter- {
    opacity: 0;
    -webkit-transform: translateY(48px);
    -moz-transform: translateY(48px);
    -ms-transform: translateY(48px);
    -o-transform: translateY(48px);
    transform: translateY(48px);
}
.graph-list-item.-exit- {
    opacity: 0;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0s !important;
    -moz-transition-delay: 0s !important;
    -ms-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
.-zh- .graph-list-item {
    font-family: "PT Sans", "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}
.graph-list-item--title {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
}
.graph-list-item--row {
    display: block;
    margin-bottom: 6px;
}
.graph-list-item--inline-data {
    font-size: 11px;
    display: inline-block;
    margin-right: 8px;
}
.graph-list-item--inline-data:last-child {
    margin-right: 0;
}
.graph-list-item--address.-foreign- {
    color: #9E9E9E;
}
.graph-tools {
    position: absolute;
    left: 26px;
    top: 50%;
    top: calc(50% + 58px);
    margin-top: -132px;
}
@media screen and (max-height: 566px) {
    .graph-tools {
    margin-top: 0;
    top: 175px;
}
}.graph-tools--group {
    margin-bottom: 16px;
}
.graph-tools--group.-above-map- {
    position: relative;
    z-index: 15;
}
.graph-tool {
    background: #fff;
    color: #8a8b8e;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    border: 1px solid #c2c2c2;
    display: block;
    text-align: center;
    margin-top: -1px;
    width: 36px;
    height: 32px;
    line-height: 36px;
}
.graph-tool use {
    fill: #8a8b8e;
}
.graph-tool:before {
    margin-left: 0;
}
.graph-tool:hover {
    background: #f4f4f4;
}
.graph-tool:hover:active {
    box-shadow: none;
    position: relative;
    border-color: #dec4a0 #ddbd83 #e2b97c;
    color: #7f502b;
    background: #f5e1af;
    background: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0%,  #f6ebc7),  color-stop(100%,  #f3d697));
    background: -webkit-linear-gradient(top,  #f6ebc7 0%,  #f3d697 100%);
    background: -moz-linear-gradient(top,  #f6ebc7 0%,  #f3d697 100%);
    background: -ms-linear-gradient(top,  #f6ebc7 0%,  #f3d697 100%);
    background: -o-linear-gradient(top,  #f6ebc7 0%,  #f3d697 100%);
    background: linear-gradient(to bottom,  #f6ebc7 0%,  #f3d697 100%);
}
.graph-tool:hover:active use {
    fill: #7f502b;
}
.graph-tool.active {
    box-shadow: none;
    position: relative;
    border-color: #dec4a0 #ddbd83 #e2b97c;
    color: #7f502b;
    background: #f5e1af;
    background: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0%,  #f6ebc7),  color-stop(100%,  #f3d697));
    background: -webkit-linear-gradient(top,  #f6ebc7 0%,  #f3d697 100%);
    background: -moz-linear-gradient(top,  #f6ebc7 0%,  #f3d697 100%);
    background: -ms-linear-gradient(top,  #f6ebc7 0%,  #f3d697 100%);
    background: -o-linear-gradient(top,  #f6ebc7 0%,  #f3d697 100%);
    background: linear-gradient(to bottom,  #f6ebc7 0%,  #f3d697 100%);
}
.graph-tool.active use {
    fill: #7f502b;
}
.graph-tool .icon-planet {
    color: #2f65cd;
}
.graph-tool.-disabled-, .graph-tool:active:hover.-disabled- {
    cursor: default;
    background: #e5e5e5;
    border: 1px solid #c2c2c2;
    color: #8a8b8e;
}
.graph-popup {
    padding: 10px;
    min-height: 32px;
    min-width: 260px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: auto;
    -webkit-transition: max-height 0.3s, opacity 0.3s;
    -moz-transition: max-height 0.3s, opacity 0.3s;
    transition: max-height 0.3s, opacity 0.3s;
}
.graph-popup--row {
    display: block;
    margin-bottom: 8px;
}
.graph-popup--row:last-child {
    margin-bottom: 0;
}
.graph-popup--row.-top-gutter- {
    margin-top: 18px;
}
.graph-popup-link--count {
    display: inline-block;
    color: #afafaf;
}
.graph-popup-link--add, .graph-popup-link--remove {
    cursor: pointer;
    float: left;
    border-radius: 2px;
    background: #eee;
    margin: 0 4px 0 0;
    padding: 2px;
    height: 12px;
    width: 12px;
}
.graph-popup-link--add:hover, .graph-popup-link--remove:hover {
    background: #ddd;
}
.graph-popup-link--add:last-child, .graph-popup-link--remove:last-child {
    margin-right: 0;
}
.graph-popup-link--add [class^='icon'], .graph-popup-link--remove [class^='icon'] {
    font-size: 13px;
}
.graph-popup-link--add.-disabled-, .graph-popup-link--remove.-disabled- {
    opacity: .3;
    cursor: default;
}
.graph-popup-link--controls {
    float: left;
    margin-right: 9px;
}
.graph-popup-link--label.-disabled- {
    background: none;
    cursor: default;
    color: #afafaf;
    border-color: transparent;
}
.graph-popup-link--label.-disabled-:hover {
    color: #777777;
}
.graph-popup--remove-links, .graph-popup--remove-node {
    color: #e74946;
    font-size: 12px;
}
.graph-search-container {
    position: absolute;
    left: 26px;
    top: 45px;
    z-index: 14;
}
.graph-search-container .graph-search--input, .graph-search-container .select--caption {
    border: 1px solid #c6c8ca;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 290px;
}
.graph-search-container .select {
    display: none;
}
.graph-search-container.-local- .select.-local- {
    display: inline-block;
}
.graph-search-container.-local- .graph-search--label.-global- {
    display: inline-block;
}
.graph-search-container.-global- .select.-global- {
    display: inline-block;
}
.graph-search-container.-global- .graph-search--label.-local- {
    display: inline-block;
}
.graph-search.select--container {
    background: #fff;
    border: 1px solid #c6c8ca;
}
.graph-search--label {
    display: none;
    cursor: pointer;
    margin-left: 16px;
}
.graph-search--types-label {
    display: inline-block;
    margin-right: 6px;
    margin-left: 3px;
}
.graph-search--types-group {
    margin-right: 8px;
}
.select--container.graph-search {
    background: #fff;
}
.select--container.graph-search .select--item {
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 16px 10px;
}
.select--container.graph-search .select--item:last-child {
    border: none;
}
.select--container.graph-search .select--item:hover, .select--container.graph-search .select--item.-hover- {
    background: #F0F0F0;
}
.graph-search-item--title {
    color: #6c6c6c;
    display: block;
    margin-bottom: 2px;
    font-size: 14px;
}
.graph-search-item--descr {
    color: #919191;
    font-size: 12px;
    display: block;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.graph-search-item--cols {
    font-size: 11px;
    margin-bottom: 0;
}
.-overlay-visible- .graph-search-container {
    z-index: 16;
}
.graph-states {
    position: absolute;
    top: 45px;
    left: 320px;
}
.graph-map {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 12;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
}
.graph-map.active {
    box-shadow: 0 0 15px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.graph-map.active .graph-map-close {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.graph-map--container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.graph-map-close {
    top: 7px;
    left: 26px;
    position: absolute;
    z-index: 201;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: translateX(-115%);
    -moz-transform: translateX(-115%);
    -ms-transform: translateX(-115%);
    -o-transform: translateX(-115%);
    transform: translateX(-115%);
}
.graph-map-close span {
    font-size: 17px;
    margin: 0 5px 0 -6px;
}
.graph-legend {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 1px;
    padding: 17px 20px 21px;
    margin-left: -150px;
}
.graph-legend .grid-row:last-child {
    margin-bottom: 0;
}
.graph-legend--header {
    margin-left: 5px;
}
.graph-legend--icon, .graph-legend--title {
    display: inline-block;
    vertical-align: middle;
}
.graph-legend--icon {
    margin-right: 8px;
    min-width: 32px;
    height: 32px;
}
.graph-legend--icon:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -.2em;
}
.graph-legend--icon>* {
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
}
.graph-legend--icon img {
    max-width: 100%}
.graph-help-overlay {
    position: fixed;
    background: rgba(255, 255, 255, 0.7);
    left: 0;
    top: 100%;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 15;
    opacity: 0;
    -webkit-transition: top 0s 0.3s, opacity 0.3s;
    -moz-transition: top 0s 0.3s, opacity 0.3s;
    transition: top 0s 0.3s, opacity 0.3s;
}
.graph-help-overlay.active {
    top: 58px;
    opacity: 1;
    -webkit-transition: top 0s 0s, opacity 0.3s;
    -moz-transition: top 0s 0s, opacity 0.3s;
    transition: top 0s 0s, opacity 0.3s;
}
.graph-help-overlay:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -.2em;
}
.graph-help-overlay>* {
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
}
.graph-help-overlay--content {
    color: #717171;
    display: inline-block;
    text-align: center;
    max-width: 830px;
    font-size: 30px;
    text-shadow: 0 2px 1px #fff;
}
.graph-help-overlay--content img {
    margin-bottom: 26px;
}
.graph-help-overlay--content p:last-child {
    margin-bottom: 0;
}
.twin-panel {
    position: fixed;
    top: 74px;
    bottom: 14px;
    width: 304px;
    right: -304px;
    z-index: 15;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645,  0.045,  0.355,  1);
    -moz-transition-timing-function: cubic-bezier(0.645,  0.045,  0.355,  1);
    transition-timing-function: cubic-bezier(0.645,  0.045,  0.355,  1);
}
.twin-panel.active {
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    -o-transform: translateX(-320px);
    transform: translateX(-320px);
}
.twin-panel.active .twin-panel--show {
    left: 0;
    -webkit-transition: left 0.3s 0s;
    -moz-transition: left 0.3s 0s;
    transition: left 0.3s 0s;
}
.twin-panel.-loading- .twin-panel-main--content {
    opacity: .3;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.twin-panel.-preview-single- .twin-panel--show {
    display: none;
}
.twin-panel--show {
    background: #fff;
    cursor: pointer;
    position: absolute;
    top: 16px;
    width: 16px;
    height: 30px;
    border: 1px solid #c6c8ca;
    border-right: none;
    text-align: center;
    line-height: 30px;
    left: -16px;
    z-index: -1;
    -webkit-transition: left 0.3s 0.2s;
    -moz-transition: left 0.3s 0.2s;
    transition: left 0.3s 0.2s;
}
.twin-panel-main {
    background: #fff;
    border: 1px solid #c6c8ca;
    border-radius: 1px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    width: 304px;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.twin-panel-main--content-wrap, .twin-panel-main--content, .twin-panel-preview--content {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
}
.twin-panel-main--content, .twin-panel-preview--content {
    top: 0;
    overflow: auto;
}
.twin-panel-main--content-wrap {
    overflow: hidden;
}
.twin-panel-main--header {
    background: #fff;
    color: #000;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    font-family: 'PT Sans Narrow',  sans-serif;
    padding: 16px 16px;
    position: relative;
    overflow: hidden;
    -webkit-transition: padding-left 0.3s;
    -moz-transition: padding-left 0.3s;
    transition: padding-left 0.3s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.twin-panel-main--header:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -1px;
    height: 1px;
    background-color: #fcfcfc;
    background-image: -webkit-linear-gradient(left,  #fcfcfc, #c6ccd1 50%, #fcfcfc);
    background-image: linear-gradient(to right, #fcfcfc, #c6ccd1 50%, #fcfcfc);
}
.-zh- .twin-panel-main--header {
    font-family: "PT Sans", "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}
.twin-panel--hide {
    border-radius: 2px;
    cursor: pointer;
    height: 24px;
    margin-top: -11px;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 50%;
    width: 24px;
}
.twin-panel--hide i {
    vertical-align: 0;
}
.twin-panel--hide:hover {
    background: rgba(0, 0, 0, 0.1);
}
.twin-panel-preview, .twin-panel-preview.preview {
    background: #fff;
    border: 1px solid #c8cacc;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    right: -10000px;
    opacity: 0;
    bottom: 0;
    top: 0;
    margin-right: 0;
    width: 308px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0.3s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0.3s;
    -ms-transition: -ms-transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0.3s;
    -o-transition: -o-transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0.3s;
    transition: transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0.3s;
}
.twin-panel.active .twin-panel-preview.active, .twin-panel.active .twin-panel-preview.preview.active {
    right: 0;
    opacity: 1;
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0s;
    -ms-transition: -ms-transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0s;
    transition: transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0s;
}
.twin-panel.-preview-single- .twin-panel-preview, .twin-panel.-preview-single- .twin-panel-preview.preview {
    opacity: 1;
    right: 0;
    -webkit-transform: translateX(-319px);
    -moz-transform: translateX(-319px);
    -ms-transform: translateX(-319px);
    -o-transform: translateX(-319px);
    transform: translateX(-319px);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0s;
    -ms-transition: -ms-transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0s;
    transition: transform 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), opacity 0.3s cubic-bezier(0.645,  0.045,  0.355,  1), right 0s 0s;
}
.twin-panel-preview--content {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.twin-panel-preview--content .preview-company-details .value, .twin-panel-preview--content .preview-company-details .label {
    background: #fff;
}
.-loading- .twin-panel-preview--content {
    opacity: .5;
}
.twin-panel-preview--close {
    background: #fff;
    border: 1px solid #c8cacc;
    border-right: none;
    color: #565656;
    cursor: pointer;
    font-size: 30px;
    font-style: normal;
    height: 30px;
    left: auto;
    line-height: 30px;
    margin: 0 0 0 -1px;
    opacity: 1;
    position: absolute;
    right: 100%;
    text-align: center;
    top: 0;
    transition: width 0.2s ease 0s;
    width: 16px;
}
.export-panel {
    padding: 40px 45px;
}
.export-panel--content {
    font-size: 16px;
}
.export-panel--content img {
    max-width: 100%;
    max-height: 120px;
}
.export-panel--content dl {
    font-size: 13px;
}
.export-panel--content:last-child {
    margin-bottom: 0;
}
.export-panel--content .dotted-row--label, .export-panel--content .dotted-row--value {
    background: #fff;
    font-size: 13px;
}
.export-panel--extra {
    margin-top: 32px;
    margin-bottom: 0;
}
.export-product-props {
    width: 860px;
    margin: 0 auto;
}
.export-product-props:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.export-product-prop {
    float: left;
    width: 374px;
    margin-bottom: 18px;
}
.export-product-prop:nth-child(even) {
    margin-left: 112px;
}
.export-product-list {
    word-spacing: -.3em;
}
.export-prod {
    display: inline-block;
    margin-bottom: 32px;
    margin-right: 30px;
    padding-top: 30px;
    width: 304px;
    vertical-align: top;
    word-spacing: normal;
}
.export-prod:nth-child(3) {
    margin-right: 0;
}
@media screen and (min-width: 1420px) {
    .export-prod: nth-child(3) {
    margin-right: 30px;
}
.export-prod:nth-child(4) {
    margin-right: 0;
}
}.export-prod--title {
    color: #565656 !important;
    border: none;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 13px;
    position: absolute;
    left: 0;
    right: 0;
    white-space: nowrap !important;
    text-overflow: ellipsis;
    overflow: hidden;
    bottom: 100%}
.export-prod--image {
    background: #fff;
    display: block;
    border: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 3px;
    height: 213px;
    position: relative;
}
.export-prod--image:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -.2em;
}
.export-prod--image>* {
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
}
.export-prod--image:hover .export-prod--title {
    color: #e74946;
    border-color: #f3a2a0;
}
.export-prod--image img {
    border-radius: 2px;
    max-width: 90%;
    max-height: 90%}
.export-prod--note {
    display: block;
    margin-top: 12px;
}
.timeline-event.-timeline-reg-:before {
    background: #94cca6;
}
.timeline-event.-timeline-reg- .timeline-event--icon {
    color: #94cca6;
}
.timeline-event.-timeline-reg- .timeline-event--title--tag {
    background: #d9eddf;
}
.timeline-event.-timeline-reg- .timeline-event--content--section:before {
    border-color: #94cca6;
}
.timeline-event--content--section.-timeline-reg-:before {
    border-color: #94cca6;
}
.timeline-event--content--section.-timeline-reg-:after {
    background: #94cca6;
}
.-unread-.timeline-event--content--section.-timeline-reg-:before {
    background: #94cca6;
}
.timeline-event--tag.-tag-reg- {
    background: #d9eddf;
}
.timeline-event.-timeline-person-:before {
    background: #d88ad5;
}
.timeline-event.-timeline-person- .timeline-event--icon {
    color: #d88ad5;
}
.timeline-event.-timeline-person- .timeline-event--title--tag {
    background: #f2d7f0;
}
.timeline-event.-timeline-person- .timeline-event--content--section:before {
    border-color: #d88ad5;
}
.timeline-event--content--section.-timeline-person-:before {
    border-color: #d88ad5;
}
.timeline-event--content--section.-timeline-person-:after {
    background: #d88ad5;
}
.-unread-.timeline-event--content--section.-timeline-person-:before {
    background: #d88ad5;
}
.timeline-event--tag.-tag-person- {
    background: #f2d7f0;
}
.timeline-event.-timeline-finance-:before {
    background: #a6b0c8;
}
.timeline-event.-timeline-finance- .timeline-event--icon {
    color: #a6b0c8;
}
.timeline-event.-timeline-finance- .timeline-event--title--tag {
    background: #e5e8ef;
}
.timeline-event.-timeline-finance- .timeline-event--content--section:before {
    border-color: #a6b0c8;
}
.timeline-event--content--section.-timeline-finance-:before {
    border-color: #a6b0c8;
}
.timeline-event--content--section.-timeline-finance-:after {
    background: #a6b0c8;
}
.-unread-.timeline-event--content--section.-timeline-finance-:before {
    background: #a6b0c8;
}
.timeline-event--tag.-tag-finance- {
    background: #e5e8ef;
}
.timeline-event.-timeline-activity-:before {
    background: #91bee0;
}
.timeline-event.-timeline-activity- .timeline-event--icon {
    color: #91bee0;
}
.timeline-event.-timeline-activity- .timeline-event--title--tag {
    background: #e1edf6;
}
.timeline-event.-timeline-activity- .timeline-event--content--section:before {
    border-color: #91bee0;
}
.timeline-event--content--section.-timeline-activity-:before {
    border-color: #91bee0;
}
.timeline-event--content--section.-timeline-activity-:after {
    background: #91bee0;
}
.-unread-.timeline-event--content--section.-timeline-activity-:before {
    background: #91bee0;
}
.timeline-event--tag.-tag-activity- {
    background: #e1edf6;
}
.timeline-event.-timeline-arbit-:before {
    background: #ffa665;
}
.timeline-event.-timeline-arbit- .timeline-event--icon {
    color: #ffa665;
}
.timeline-event.-timeline-arbit- .timeline-event--title--tag {
    background: #ffe1cb;
}
.timeline-event.-timeline-arbit- .timeline-event--content--section:before {
    border-color: #ffa665;
}
.timeline-event--content--section.-timeline-arbit-:before {
    border-color: #ffa665;
}
.timeline-event--content--section.-timeline-arbit-:after {
    background: #ffa665;
}
.-unread-.timeline-event--content--section.-timeline-arbit-:before {
    background: #ffa665;
}
.timeline-event--tag.-tag-arbit- {
    background: #ffe1cb;
}
.timeline-event.-timeline-geo-:before {
    background: #b984de;
}
.timeline-event.-timeline-geo- .timeline-event--icon {
    color: #b984de;
}
.timeline-event.-timeline-geo- .timeline-event--title--tag {
    background: #e7d4f4;
}
.timeline-event.-timeline-geo- .timeline-event--content--section:before {
    border-color: #b984de;
}
.timeline-event--content--section.-timeline-geo-:before {
    border-color: #b984de;
}
.timeline-event--content--section.-timeline-geo-:after {
    background: #b984de;
}
.-unread-.timeline-event--content--section.-timeline-geo-:before {
    background: #b984de;
}
.timeline-event--tag.-tag-geo- {
    background: #e7d4f4;
}
.timeline-period {
    margin-bottom: 28px;
    opacity: 1;
    transition: opacity .3s;
}
.timeline-period .timeline-event:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.timeline-period .timeline-event:last-child:before {
    bottom: 0;
}
.timeline-period--title {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 28px;
    margin-top: 40px;
}
.timeline-event--title, .timeline-event--content, .timeline-event--company {
    float: left;
    width: 50%}
.timeline-event {
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 7px;
}
.timeline-event:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.timeline-event.-timeline-event-company- {
    padding-bottom: 0;
    margin-bottom: 0;
}
.timeline-event.-timeline-event-company-:before {
    display: none;
}
.timeline-event.-timeline-event-company- .timeline-event--company {
    margin-bottom: 24px;
}
.timeline-event.-timeline-event-company- .timeline-event--company-header figure {
    line-height: 62px;
}
.timeline-event.-timeline-event-company- .spoiler.active.-visible- {
    overflow: visible;
}
.timeline-event.-timeline-event-company- .timeline-event--content--section {
    padding-top: 9px;
}
.timeline-event.-timeline-event-company- .timeline-event--content--section:before {
    top: 12px;
}
.timeline-event.-timeline-event-company- .timeline-event--content--section:after {
    content: '';
    position: absolute;
    width: 2px;
    top: 9px;
    bottom: -180px;
    left: -20px;
    margin-left: -1px;
}
.timeline-event.-timeline-event-company- .timeline-event--content {
    padding-top: 0;
}
.timeline-event.-timeline-event-company- .timeline-event--content>.spoiler {
    padding-left: 30px;
    margin-left: -30px;
}
.timeline-event.-timeline-event-company-:last-child .timeline-event--content--section:last-child:after {
    bottom: -180px;
}
.timeline-event:before {
    content: '';
    background: #9e9e9e;
    position: absolute;
    width: 2px;
    top: 7px;
    bottom: -14px;
    left: 50%;
    margin-left: -1px;
}
.timeline-event:last-child .timeline-event--content--section:last-child:after {
    bottom: -16px;
}
.timeline-event--icon {
    position: absolute;
    left: 50%;
    font-size: 32px;
    margin-left: -52px;
}
.timeline-event--title {
    text-align: right;
    padding-right: 82px;
}
.timeline-event--title h2 {
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 4px;
}
.timeline-event--title--date {
    color: #919191;
    display: inline-block;
    vertical-align: middle;
}
.timeline-event--title--tag, .timeline-event--tag {
    background: #eee;
    border-radius: 2px;
    display: inline-block;
    padding: 3px 9px 3px;
    margin-left: 6px;
}
.timeline-event--content {
    padding-top: 9px;
    padding-left: 20px;
    max-width: 500px;
}
.timeline-event--content--section {
    position: relative;
    margin: 0 0 18px;
}
.timeline-event--content--section:before {
    content: '';
    background: #f6f6f7;
    box-shadow: 0 0 0 4px #f6f6f7;
    border-radius: 50%;
    border: 2px solid #9e9e9e;
    position: absolute;
    width: 11px;
    height: 11px;
    top: 2px;
    left: -25.5px;
    z-index: 2;
}
.timeline-event--content--section h2 {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 8px;
}
.timeline-event--content--section figure {
    max-width: 100px;
}
.timeline-event--content--section img {
    max-width: 100%}
.timeline-no-events-title {
    color: #8C8C8C;
    font-size: 42px;
    margin: 100px 0;
    text-shadow: 0 1px #fff;
    text-align: center;
}
.timeline-event--content--section--limiter {
    max-height: 30px;
    display: block;
    position: relative;
    overflow: hidden;
    transition: max-height .3s ease-in-out;
}
.timeline-event--content--section--limiter:after {
    content: '';
    position: absolute;
    height: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom,  transparent,  #f6f6f7);
}
.timeline-event--content--section--limiter.active:after {
    display: none;
}
.timeline {
    margin-bottom: 32px;
}
.timeline.-loading- .timeline-period {
    opacity: .5;
}
.timeline.-not-available- .timeline-show-more {
    display: none;
}
.timeline-event--company {
    text-align: right;
    padding-right: 82px;
}
.timeline-event--company h2 {
    font-size: 16px;
    font-weight: normal;
}
.timeline-event--company .timeline-event--tags {
    margin-top: 16px;
    margin-right: -64px;
}
.timeline-event--date {
    color: #919191;
    display: block;
}
.timeline-event--company-header {
    position: relative;
    min-height: 48px;
    line-height: 1.4;
}
.timeline-event--company-header figure {
    background: #fff;
    width: 48px;
    height: 48px;
    padding: 4px;
    text-align: center;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-left: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.timeline-event--company-header figure img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%}
.tariff {
    padding: 62px 0;
    position: relative;
}
.tariff.-tariff-pro- {
    background: url(../img/tariff/tariff-pro-bg.jpg) center bottom/cover no-repeat;
}
.tariff.-tariff-pro- .tariff-feat-list li {
    margin-bottom: 18px;
}
.tariff--title {
    font-size: 30px;
    color: #000;
    margin-bottom: 33px;
}
.tariff--buy {
    font-size: 18px;
    height: 40px;
    line-height: 35px;
    min-width: 140px;
    text-align: center;
}
.tariff-feat-list {
    font-size: 16px;
    margin-bottom: 35px;
}
.tariff-feat-list--header {
    text-align: center;
}
.tariff-feat-list--header h2 {
    color: #000;
    font-size: 20px;
    margin-bottom: 23px;
    margin-top: 4px;
}
.tariff-feat-list--header [class*='icon'] {
    font-size: 32px;
}
.tariff-pro--img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tariff-pro--img--main {
    position: relative;
    z-index: 2;
}
@-webkit-keyframes tree {
    to {
    transform: rotate(5deg);
}
}@-moz-keyframes tree {
    to {
    transform: rotate(5deg);
}
}@keyframes tree {
    to {
    transform: rotate(5deg);
}
}@-webkit-keyframes tree-right {
    to {
    transform: rotate(-5deg);
}
}@-moz-keyframes tree-right {
    to {
    transform: rotate(-5deg);
}
}@keyframes tree-right {
    to {
    transform: rotate(-5deg);
}
}.tariff-pro--img--tree-left {
    position: absolute;
    z-index: 1;
    left: 69px;
    top: -76px;
    transform: rotate(-5deg);
    animation: tree 3s -1s infinite alternate;
    animation-timing-function: ease-in-out;
}
.tariff-pro--img--tree-right {
    position: absolute;
    z-index: 1;
    left: 345px;
    top: -69px;
    transform: rotate(5deg);
    animation: tree-right 3s -1.5s infinite alternate;
    animation-timing-function: ease-in-out;
}
.tariffs-pay--body {
    position: relative;
}
.tariffs-pay--body.-loading- .page-container {
    opacity: 0.5;
}
.tariffs-pay--body.-loading-:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.0;
}
.tariff-cards--container {
    padding: 40px 0 80px;
    background: url("../img/tariffs-shadow.png") 15px 0 no-repeat;
    margin-left: -15px;
}
.tariff-cards--container::after {
    clear: both;
    content: "";
    display: table;
}
.tariff-card {
    background: #fff;
    border: 1px solid #dcd1c6;
    float: left;
    width: 232px;
    height: 270px;
    padding: 30px 10px;
    position: relative;
    margin-left: 15px;
}
.tariff-card .btn-strict-blue {
    position: absolute;
    bottom: 24px;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tariff-card--title {
    font-weight: normal;
    font-size: 20px;
}
.tariff-card--period {
    color: #333;
    margin-bottom: 16px;
    height: 57px;
    position: relative;
}
.tariff-card--period:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
}
.tariff-card--period span {
    font-size: 48px;
    line-height: 1;
}
.tariff-card--period .year {
    font-family: "PT Sans Narrow",  sans-serif;
    display: inline-block;
    width: 58px;
    height: 47px;
    background: url("../img/tariffs-pro-calendar.png") 0 0 no-repeat;
    color: #f68e56;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    vertical-align: 10px;
}
.tariff-card--desc {
    font-size: 15px;
    margin-bottom: 24px;
    height: 46px;
    font-family: "PT Sans Narrow", sans-serif;
}
.tariff-card--desc .special {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    color: #f68e56;
}
.capability-intro.tariffs {
    padding: 0;
    position: static;
}
.tariffs-details-white {
    padding: 32px 0;
    background: #fff;
    font-size: 20px;
    text-align: center;
}
.tariffs-details-white p {
    margin: 0;
}
.tariffs-details-white p:first-child {
    margin-bottom: 0.8em;
}
.tariff-features {
    padding: 50px 0;
}
.tariffs-pay--header {
    background: #fff;
    padding: 30px 0 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.tariffs-pay--header::after {
    clear: both;
    content: "";
    display: table;
}
.tariffs-pay--header-title {
    font-size: 32px;
}
.tariffs-pay--header-desc {
    border-bottom: 1px dotted #999;
    margin-bottom: 10px;
}
.tariffs-pay--header-price {
    font-size: 20px;
    font-weight: bold;
}
.tariffs-pay--body {
    padding-top: 30px;
}
.tariffs-pay--form {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddddde;
}
.tariffs-pay--field .field-label {
    min-height: 32px;
}
.tariffs-pay--field .field-label:before {
    content: '';
    height: 32px;
    vertical-align: middle;
    display: inline-block;
}
.tariffs-pay--field .field-label img {
    margin-left: 20px;
}
.tariffs-pay--field .field-label span, .tariffs-pay--field .field-label img {
    vertical-align: middle;
}
.tariffs-pay--reg-form {
    margin-bottom: 60px;
}
.tariffs-pay--reg-form>p {
    line-height: 1.6em;
}
.tariffs-pay--reg-field {
    max-width: 300px;
    margin-bottom: 16px;
}
.tariffs-pay--reg-field .placeholder, .tariffs-pay--reg-field input {
    width: 100%}
.filter-tags {
    display: block;
    float: none;
    overflow: hidden;
    padding-top: 6px;
}
.filter-tag {
    background: #565656;
    display: inline-block;
    border-radius: 2px;
    color: #fff;
    height: 22px;
    font-family: 'PT Sans Narrow',  sans-serif;
    padding: 0 6px;
    margin: 0 8px 5px 0;
}
.filter-tag span {
    display: inline-block;
    vertical-align: middle;
}
.filter-tag--title {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
    white-space: nowrap;
}
.filter-tag--counter {
    color: #ccc;
    margin-left: 6px;
}
.filter-tag--remove {
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    font-size: 18px;
    font-family: Times New Roman,  serif;
    padding: 0 6px;
    margin: 0 -6px 0 0;
    vertical-align: middle;
}
.filter-tag--remove:hover {
    color: #ff7173;
}
.filter-tag--value {
    color: #ccc;
    margin-left: 6px;
}
.product-tile .s-tile--logo:after {
    background-image: url("../img/product-tile-overlay.png");
}
.product-tile .s-tile--desc :last-child {
    margin-bottom: 0;
}
.product-li {
    width: 636px;
    cursor: default;
}
.product-li:hover {
    background: none;
}
.product-li .s-li--header {
    font-size: 18px;
    margin-bottom: 8px;
}
.product-li .s-li--category {
    display: block;
    font-size: 12px;
    margin-bottom: 16px;
}
.promo-companies {
    background: #fffaf3;
    border-bottom: 1px solid #e1ded7;
    padding-top: 34px;
    padding-bottom: 37px;
    position: relative;
    min-height: 274px;
    transition: all .3s;
}
.promo-companies h1 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 12px;
}
.promo-companies h1 small {
    display: block;
    font-size: 18px;
}
.promo-companies:after {
    content: '';
    background: linear-gradient(to top,  rgba(113, 113, 113, 0.1),  transparent);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 72px;
}
body {
    color: #606060;
    font: 16px PT Sans, Tahome, sans-serif;
    line-height: 1.4;
}
a {
    color: #2872B9;
    border-bottom: 1px solid;
    border-bottom-color: #accded;
    text-decoration: none;
}
a:hover {
    color: #e74946;
    border-bottom-color: #f3a2a0;
}
a.-unstyled- {
    color: #565656;
    border: none;
}
.-pseudo-link-, a.dotted, .-pseudo- {
    text-decoration: none;
    border-bottom: 1px dotted;
}
.-text-link- {
    color: #565656;
    border-bottom-color: #cdcdcf;
}
.-text-link-white- {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.5);
}
.-text-link-white-:hover {
    color: #fff;
    border-bottom-color: #fff;
}
ul, ol {
    margin: 0 0 22.4px 24.64px;
}
ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0;
}
ul li, ol li {
    margin: 0;
}
ul.-unstyled-, ol.-unstyled- {
    margin: 0;
}
ul.-unstyled- li, ol.-unstyled- li {
    list-style: none !important;
}
ul>li {
    list-style: disc;
}
ul>li ul>li {
    list-style: circle;
}
ul>li ul>li ul>li {
    list-style: square;
}
ol>li {
    list-style: decimal;
}
p {
    margin: 0 0 10px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1.1;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
* {
    box-sizing: border-box;
}
.-text-center- {
    text-align: center;
}
.-text-left- {
    text-align: left;
}
.-text-right- {
    text-align: right;
}
.-text-small- {
    font-size: 13px;
}
.-text-large- {
    font-size: 19px;
}
.-clear- {
    clear: both;
}
.-fl- {
    float: left;
}
.-fr- {
    float: right;
}
.-db- {
    display: block;
}
.group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.justify-cols {
    font-size: 1px;
    line-height: 1;
    text-align: justify;
}
.justify-cols>.j-col {
    font-size: 16px;
    display: inline-block;
    line-height: 1.4;
    text-align: left;
    vertical-align: top;
}
.justify-cols:after {
    content: "";
    display: inline-block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 100%}
.no-selection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body, html {
    height: 100%;
    width: 100%}
html {
    background: url("../img/main-page/bg-pattern.png") left top repeat;
    background-attachment: fixed;
}
body.no-video .header-video {
    display: none;
}
.wrapper {
    background: #fff;
    position: relative;
    box-shadow: 0 0 130px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    overflow-x: hidden;
    min-height: 100vh;
    min-width: 1000px;
    max-width: 1920px;
}
.contents {
    width: 1040px;
    padding: 0 10px;
    margin: 0 auto;
}
.promo-btn {
    background: #3aa5d3;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    height: 52px;
    padding: 0 32px;
    font-size: 22px;
    border: none;
    outline: none;  
    width: 600px;
    align: center;
    border-bottom: 2px solid #00739f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s;
    display: inline-block;
    line-height: 49px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}
.promo-btn:hover {
    color: #fff;
    background: #ef6f74;
    border-bottom-color: #d15159;
    transition: none;
}
.promo-btn:active {
    color: #fff;
    background: #d15159;
    border: none;
}
.promo-btn.-small- {
    padding: 0 16px;
    font-size: 15px;
}
.main-page--header {
    height: 684px;
    position: relative;
    z-index: 1;
}
.main-page--header.-loaded- {
    background: none;
}
html.-rtl- .main-page--header {
    direction: rtl;
}
.main-page--header-contents {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%,  -40%);
    -moz-transform: translate(-50%,  -40%);
    -ms-transform: translate(-50%,  -40%);
    -o-transform: translate(-50%,  -40%);
    transform: translate(-50%,  -40%);
}
.main-page--header-contents.content-wrapper {
    position: absolute;
    z-index: 3;
}
.main-page--header-logo {
    float: left;
    border: none;
    background: url("../img/main-page/logo.png") top left no-repeat;
    height: 39px;
    width: 150px;
}
.main-page--header-title {
    color: #fff;
    font-size: 48px;
    text-align: center;
    font-weight: bold;
    padding: 0 40px;
    margin: 0 0 50px;
    opacity: 0;
    transition: all .5s;
    transition-delay: .5s;
    transform: translateZ(0) translateY(30px);
}
body.body-loaded .main-page--header-title {
    opacity: 1;
    transform: translateY(0);
}
.main-page--header-desc {
    text-align: center;
    color: #ffffff;
    margin: 0 0 80px;
    font-size: 24px;
    opacity: 0;
    transition: all .5s;
    transition-delay: .5s;
    transform: translateZ(0) translateY(-30px);
}
body.body-loaded .main-page--header-desc {
    opacity: 1;
    transform: translateY(0);
}
.main-page--header-note {
    text-align: center;
    color: #fff;
    margin: 0 0 20px;
}
.main-page--header-note a {
    font-size: 24px;
}
.text-total {
    display: inline-block;
    font-size: 24px;
}
.main-page--whatsNew {
    margin: 20px 0 0;
    color: #ffdb8a;
    text-align: center;
}
.main-page--header-note, .main-page--header-search, .main-page--whatsNew {
    opacity: 0;
    transition: all .5s;
    transition-delay: .7s;
}
body.body-loaded .main-page--header-note, body.body-loaded .main-page--header-search, body.body-loaded .main-page--whatsNew {
    opacity: 1;
}
.main-page--header-video {
    position: absolute;
    height: 684px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform:  translateX(-50%);
    z-index: 1;
    opacity: 0;
}
.main-page--header-video.active {
    opacity: 1;
}
.video-bg {
    background: url("../img/main-page/video-bg-en.jpg") center/1920px auto no-repeat;
    width: 1920px;
    height: 684px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
     -webkit-transform:  translateX(-50%);
     z-index: -1;
}
.video-bg.-loaded- {
    opacity: 0;
}
.video-bg.-lang-ru- {
    background-image: url("../img/main-page/video-bg-ru-2.jpg");
}
.video-bg.-lang-en- {
    background-image: url("../img/main-page/video-bg-en.jpg");
}
.video-bg.-lang-de- {
    background-image: url("../img/main-page/video-bg-de.jpg");
}
.video-bg.-lang-es- {
    background-image: url("../img/main-page/video-bg-es.jpg");
}
.video-bg.-lang-fr- {
    background-image: url("../img/main-page/video-bg-fr.jpg");
}
.video-bg.-lang-pt- {
    background-image: url("../img/main-page/video-bg-pt.jpg");
}
.video-bg.-lang-uk- {
    background-image: url("../img/main-page/video-bg-uk.jpg");
}
.video-bg.-lang-tr- {
    background-image: url("../img/main-page/video-bg-tr.jpg");
}
.video-bg.-lang-ar- {
    background-image: url("../img/main-page/video-bg-ar.jpg");
}
.video-bg.-lang-zh- {
    background-image: url("../img/main-page/video-bg-zh.jpg");
}
.video-bg.-lang-bg- {
    background-image: url("../img/main-page/video-bg-bg.jpg");
}
.main-page--header-noise {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.main-page--header-search {
    text-align: center;
    font-size: 0;
    border-radius: 4px;
    margin: 0 auto;
}
.main-page--header-search input[type="text"] {
    width: 664px;
    font-size: 18px;
    padding: 0 22px;
    border: none;
    outline: none;
    height: 50px;
    box-shadow: 0 2px rgba(79, 79, 78, 0.5);
    vertical-align: top;
    border-radius: 3px 0 0 3px;
    color: #444;
}
.main-page--header-search input[type="text"]:focus {
    box-shadow: 0 2px #4f4f4e,  0 0 0 1px #ffd455 inset;
}
.main-page--header-search .search-global--submit {
    border-radius: 0 3px 3px 0;
}
.main-page--header-search .placeholder--label {
    left: 23px;
    font-size: 18px;
}
html.-rtl- .main-page--header-search {
    direction: rtl;
}
html.-rtl- .main-page--header-search input[type="text"] {
    border-radius: 0 3px 3px 0;
}
html.-rtl- .main-page--header-search .search-global--submit {
    border-radius: 3px 0 0 3px;
}
.home-search.select {
    vertical-align: top;
}
.home-search.select--container {
    width: 664px !important;
}
html.-rtl- .home-search {
    direction: rtl;
}
.main-page--header-actions {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 10;
    opacity: 0;
    transition: all 1s;
    transition-delay: .5s;
}
body.body-loaded .main-page--header-actions {
    opacity: 1;
}
.main-page--header-actions.content-wrapper {
    position: absolute;
    z-index: 10;
}
.main-page--login {
    font-size: 14px;
    float: right;
}
.main-page--login>* {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
}
html.-rtl- .main-page--login {
    float: left;
}
html.-rtl- .main-page--login .dropdown--item {
    text-align: right;
}
html.-rtl- .main-page--login .dropdown--item i {
    float: right;
    margin: 2px 0 0 8px;
}
.main-page--phone {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    float: left;
}
html.-rtl- .main-page--phone {
    float: right;
}
.main-page--nav-panel {
    padding: 21px 0;
}
.main-page--nav-panel a.main-page--header-logo {
    border: none;
}
.main-page--nav-panel a.main-page--header-logo:hover {
    border: none;
}
.main-page--nav-main {
    padding: 12px 0;
    position: fixed;
    left: calc(50% - 960px);
    right: 0;
    top: 0;
    z-index: 20;
    transition: all .2s;
    width: 1920px;
}
.main-page--nav-main .content-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}
.main-page--nav-main.-fixed- {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.main-page--nav-main.-fixed- a {
    color: #2872B9;
    border-bottom-color: #accded;
    text-decoration: none;
    transition: all 0s;
    transition-delay: 0s;
}
.main-page--nav-main.-fixed- a.main-page--header-logo {
    border: none;
    background-position: left -39px;
}
.main-page--nav-main.-fixed- a.try-it {
    color: #ffffff;
    background: #3aa5d3;
    border: 1px solid transparent;
}
.main-page--nav-main.-fixed- a.try-it:hover {
    border: 1px solid transparent;
    color: #fff;
    background: #ef6f74;
}
.main-page--nav-main.-fixed- a.try-it:active {
    background: #d15159;
}
.main-page--nav-main.-fixed- a:hover {
    color: #e74946;
    border-bottom-color: #f3a2a0;
}
html.-rtl- .main-page--nav-main {
    direction: rtl;
}
html.smartbanner-show .main-page--nav-main {
    top: 81px;
}
html.smartbanner-show .main-page--nav-main.-fixed- {
    top: 0;
}
.main-page--nav-main--item {
    color: #fff;
    border: none;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    opacity: 0;
    transition: opacity .5s;
    transition-delay: .2s;
}
body.body-loaded .main-page--nav-main--item {
    opacity: 1;
}
.main-page--nav-main--item.main-page--header-logo {
    border: none;
}
.main-page--nav-main--item.try-it {
    border: 1px solid white;
    padding: 8px 15px;
    border-radius: 3px;
    transition: opacity .5s;
    transition-delay: .2s;
}
.main-page--nav-main--item.try-it:hover {
    border-color: #ef6f74;
    transition: none;
}
.main-page--nav-main--item:hover {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.5);
}
.btn-group-home {
    display: block;
}
.btn-group-home .btn {
    width: 25%;
    height: 87px;
    line-height: 87px;
    text-align: center;
}
.btn-group-home .btn img {
    vertical-align: middle;
}
.btn-group-home .btn.active, .btn-group-home .btn:active {
    box-shadow: none;
}
body.no-video .video-bg.-loaded- {
    opacity: 1;
}
.content-wrapper {
    margin: 0 auto;
    width: 980px;
    position: relative;
    z-index: 1;
}
.main-description {
    font-size: 18px;
    padding: 100px 0 0;
}
.main-description p {
    margin: 0 0 35px;
}
.main-description p:last-child {
    margin: 0;
}
.an-left {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.an-right {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.an-up {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animate-right {
    -webkit-transition: all 900ms cubic-bezier(0.23,  1,  0.32,  1);
    -moz-transition: all 900ms cubic-bezier(0.23,  1,  0.32,  1);
    transition: all 900ms cubic-bezier(0.23,  1,  0.32,  1);
    opacity: 0;
}


.animate-delay {
    -webkit-transition: all 900ms cubic-bezier(0.23,  1,  0.32,  1);
    -moz-transition: all 900ms cubic-bezier(0.23,  1,  0.32,  1);
    transition: all 900ms cubic-bezier(0.23,  1,  0.32,  1);
    opacity: 0;
}
.animate-delay:nth-child(1) {
    transition-delay: 150ms;
}
.animate-delay:nth-child(2) {
    transition-delay: 150ms;
}
.animate-delay:nth-child(3) {
    transition-delay: 300ms;
}
.animate-delay:nth-child(4) {
    transition-delay: 300ms;
}
.animate-delay:nth-child(5) {
    transition-delay: 450ms;
}
.animate-delay:nth-child(6) {
    transition-delay: 450ms;
}
.animate-delay:nth-child(7) {
    transition-delay: 600ms;
}
.animate-delay:nth-child(8) {
    transition-delay: 600ms;
}
.animate-delay:nth-child(9) {
    transition-delay: 750ms;
}
.animate-delay:nth-child(10) {
    transition-delay: 750ms;
}
.animate-delay:nth-child(11) {
    transition-delay: 900ms;
}
.animate-delay:nth-child(12) {
    transition-delay: 900ms;
}
.animate-delay:nth-child(13) {
    transition-delay: 1050ms;
}
.animate-delay:nth-child(14) {
    transition-delay: 1200ms;
}
.animate-section.active .animate-delay, .animate-section.seen .animate-delay, .animate-section.active .animate-right, .animate-section.seen .animate-right {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.company-stat-item--content--stage {
    white-space: nowrap;
}
[class*='company-logo_'] {
    background-image: url("../img/main-page/sprite-company.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.company-logos_en [class*='company-logo_'] {
    background-image: url("../img/main-page/sprite-company-en.png");
}
.company-logo_aeroflot {
    background-position: 0px 0px;
    width: 198px;
    height: 65px;
}
.company-logo_megafon {
    background-position: 0px -67px;
    width: 187px;
    height: 42px;
}
.company-logo_one-channel {
    background-position: 0px -111px;
    width: 191px;
    height: 47px;
}
.company-logo_rzd {
    background-position: 0px -160px;
    width: 206px;
    height: 33px;
}
.all-features {
    border-bottom: 2px solid #eeeeee;
}
html.-rtl- .all-features {
    direction: rtl;
}
.all-features--reg {
    font-size: 18px;
    text-align: center;
    margin: 60px 0 70px;
}
.all-features--reg .promo-btn {
    margin: 20px 0 0;
}
.all-features--reg span {
    display: block;
}
.main-page-card {
    padding: 40px 0 0;
    font-size: 14px;
}
.main-page-card .service-head--title {
    font-size: 24px;
}
.main-page-card ._content-col-main {
    width: auto;
    float: none;
    margin-right: 440px;
}
.main-page-card ._content-col-main .company-details--info {
    margin-left: 0;
}
.main-page-card .card-company-general {
    max-height: 400px;
    opacity: 1;
}
.main-page-card .dotted-row--label, .main-page-card .dotted-row--value {
    background: #fff;
}
.main-page-card ._content-col-aside {
    width: 405px;
}
.main-page-card .service-head--block-model {
    position: absolute;
    top: 30px;
    left: 50%;
    line-height: inherit;
    margin: 0 0 0 80px;
    width: 404px;
    height: 300px;
}
@media all and (max-width: 1150px) {
    .main-page-card .service-head--block-model {
    width: 422px;
}
}.main-page-card .service-head--block-model img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 150ms;
}
.main-page-card .service-head--block-model:after {
    display: none;
}
.main-page-card .service-head--block-model.loaded img {
    opacity: 1;
}
html.-rtl- .main-page-card .company-stat-item--content {
    direction: ltr;
}
html.-rtl- .main-page-card .company-stat-item--content--stage {
    white-space: nowrap;
    direction: ltr;
}
html.-rtl- .main-page-card .company-stat-item--content--stage [class^="company-stat-item--content--view"] {
    direction: rtl;
}
html.-rtl- .main-page-card ._content-col-aside {
    width: 422px;
}
html.-rtl- .main-page-card ._content-col-main {
    text-align: right;
    margin-left: 470px;
    margin-right: 0;
}
html.-rtl- .main-page-card .ccd--table {
    margin-right: 0;
    margin-left: 32px;
}
html.-rtl- .main-page-card .ccd--table td {
    text-align: right;
}
html.-rtl- .main-page-card .card-company--okvad .cc-okvad--icon {
    float: right;
}
html.-rtl- .main-page-card .card-company--okvad .cc-okvad--text {
    margin-right: 44px;
    margin-left: 0;
}
html.-rtl- .main-page-card .service-head--block-model {
    left: 0;
    margin: 0 80px 0 0;
}
html.-rtl- .main-page-card .company-dashboard--row .row-icon [class^='ico'] {
    right: 0;
}
html.-rtl- .main-page-card .company-dashboard--row .row-icon.-circle- .row-icon--content {
    padding-left: 0;
    padding-right: 68px;
}
html.-rtl- .main-page-card .company-dashboard--row .row-icon.-circle- .credit-class-index {
    right: 0;
    left: inherit;
}
html.-rtl- .main-page-card .company-dashboard--row .row-icon--content {
    padding-left: 0;
    padding-right: 48px;
}
html.-rtl- .main-page-card .company-stat-item--switch {
    float: left;
}
html.-rtl- .main-page-card .company-stat-item--header--title {
    margin: 0 0 0 8px;
}
html.-rtl- .main-page-card .dotted-row .dotted-row--label {
    float: right;
}
html.-rtl- .main-page-card .dotted-row .dotted-row--value {
    float: left;
    min-width: 90px;
}
.main-page-card--content {
    min-height: 400px;
    transition: all .3s;
    position: relative;
}
.main-page-card--content.-loading- {
    opacity: .3;
    transform: scale(0.99);
}
.featured {
    background: #f5f5f5 url("../Content/img/featured-bg.html") repeat-x;
    height: 2208px;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}
.featured:before {
    display: block;
    content: '';
    width: 1000px;
    height: 1000px;
    position: absolute;
    top: -500px;
    left: -400px;
    background: radial-gradient(ellipse at center,  #e8f8fc 0%,  rgba(248, 253, 254, 0) 70%,  rgba(255, 255, 255, 0) 100%);
}
.featured-inner {
    padding: 100px 0 0;
}
.section-header {
    font-size: 48px;
    display: block;
    margin: 70px 0 40px;
}
.section-header.-with-desc- {
    margin: 100px 0 20px;
}
.section-header--desc {
    margin: 0 0 40px;
}
.useful {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0 0 70px;
}
html.-rtl- .useful {
    direction: rtl;
}
.useful-list {
    margin: 0;
}
.useful-list--item {
    list-style-type: none;
    padding: 0 25px 0 0;
    margin: 0 0 50px;
    width: 50%;
    float: left;
    color: #606060;
    opacity: 0;
}
.useful-list--item:nth-child(1) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    clear: both;
}
.useful-list--item:nth-child(2) {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.useful-list--item:nth-child(3) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    clear: both;
}
.useful-list--item:nth-child(4) {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.useful-list--item:nth-child(5) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    clear: both;
}
.useful-list--item:nth-child(6) {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.useful-list--item:nth-child(7) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    clear: both;
}
.useful-list--item:nth-child(8) {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.useful-list--item:nth-child(9) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    clear: both;
}
.useful-list--item:nth-child(10) {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.useful-list--item:nth-child(11) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    clear: both;
}
.useful-list--item:nth-child(12) {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.useful-list--item:nth-child(13) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    clear: both;
}
.useful-list--item .uli--img-container {
    margin: 0 30px 0 0;
    float: left;
    width: 60px;
}
.useful-list--item i {
    display: block;
    margin: 0 auto;
}
.useful-list--item h3 {
    font-size: 24px;
    color: #2d333e;
    margin: 0 0 15px 90px;
}
.useful-list--item ul {
    margin: 0 0 0 90px;
}
.useful-list--item ul li {
    margin: 0 0 15px;
    list-style-type: none;
    position: relative;
}
.useful-list--item ul li:last-child {
    margin: 0;
}
html.-rtl- .useful-list--item .uli--img-container {
    float: right;
    margin: 0 0 0 30px;
}
html.-rtl- .useful-list--item h3 {
    margin: 0 90px 15px 0;
}
html.-rtl- .useful-list--item ul {
    margin: 0 90px 0 0;
}
.useful-trial {
    position: relative;
    z-index: 2;
    margin: 160px 0 0;
    width: 50%;
    float: right;
}
.useful-trial .section-header {
    margin: 0 0 56px;
}
.useful-trial .useful-trial--test-now {
    color: #2d333e;
    font-size: 24px;
    margin: 0 0 35px;
}
.useful-trial .useful-trial--test-now i {
    margin: 0 12px 0 0;
}
.useful-trial .useful-trial--btn {
    margin: 30px 0 0;
    background: #db5959;
    padding: 15px 25px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    z-index: 2;
    position: relative;
}
.useful-trial .useful-trial--btn:hover {
    background: #46a4d3;
    text-decoration: none;
    border: none;
}
.useful-peoples {
    clear: both;
    position: absolute;
    bottom: 0;
    height: 469px;
    width: 100%;
    z-index: 10;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
}
.useful-peoples.fixed {
    position: fixed;
    bottom: 0;
    overflow: visible;
    height: 10px;
    z-index: 20;
}
.useful-peoples .person-item {
    height: 500px;
    position: absolute;
    bottom: -900px;
    opacity: 0.1;
    -webkit-transition: bottom 700ms, opacity 900ms;
    -moz-transition: bottom 700ms, opacity 900ms;
    transition: bottom 700ms, opacity 900ms;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
}
.useful-peoples .person-item.person-1 {
    background-image: url("../img/main-page/peoples/people-1.png");
    width: 16.66667%;
    left: 2%;
    -webkit-transition: bottom 600ms, opacity 600ms;
    -moz-transition: bottom 600ms, opacity 600ms;
    transition: bottom 600ms, opacity 600ms;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
}
.useful-peoples .person-item.person-2 {
    background-image: url("../img/main-page/peoples/people-2.png");
    width: 16.66667%;
    left: 17.66667%;
    -webkit-transition: bottom 600ms, opacity 600ms;
    -moz-transition: bottom 600ms, opacity 600ms;
    transition: bottom 600ms, opacity 600ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
}
.useful-peoples .person-item.person-3 {
    background-image: url("../img/main-page/peoples/people-3.png");
    width: 16.66667%;
    -webkit-transition: bottom 700ms, opacity 600ms;
    -moz-transition: bottom 700ms, opacity 600ms;
    transition: bottom 700ms, opacity 600ms;
    left: 33.33333%}
.useful-peoples .person-item.person-4 {
    background-image: url("../img/main-page/peoples/people-4.png");
    width: 16.66667%;
    left: 50%;
    -webkit-transition: bottom 700ms, opacity 600ms;
    -moz-transition: bottom 700ms, opacity 600ms;
    transition: bottom 700ms, opacity 600ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
}
.useful-peoples .person-item.person-5 {
    background-image: url("../img/main-page/peoples/people-5.png");
    width: 16.66667%;
    -webkit-transition: bottom 800ms, opacity 600ms;
    -moz-transition: bottom 800ms, opacity 600ms;
    transition: bottom 800ms, opacity 600ms;
    left: 66.66667%}
.useful-peoples .person-item.person-6 {
    background-image: url("../img/main-page/peoples/people-6.png");
    width: 17.66667%;
    left: 82.33333%;
    -webkit-transition: bottom 800ms, opacity 600ms;
    -moz-transition: bottom 800ms, opacity 600ms;
    transition: bottom 800ms, opacity 600ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
}
.useful-peoples.scrollup .person-item.person-1 {
    -webkit-transition: bottom 800ms, opacity 600ms;
    -moz-transition: bottom 800ms, opacity 600ms;
    transition: bottom 800ms, opacity 600ms;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
}
.useful-peoples.scrollup .person-item.person-2 {
    -webkit-transition: bottom 500ms, opacity 600ms;
    -moz-transition: bottom 500ms, opacity 600ms;
    transition: bottom 500ms, opacity 600ms;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
}
.useful-peoples.scrollup .person-item.person-3 {
    -webkit-transition: bottom 800ms, opacity 600ms;
    -moz-transition: bottom 800ms, opacity 600ms;
    transition: bottom 800ms, opacity 600ms;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
}
.useful-peoples.scrollup .person-item.person-4 {
    -webkit-transition: bottom 500ms, opacity 600ms;
    -moz-transition: bottom 500ms, opacity 600ms;
    transition: bottom 500ms, opacity 600ms;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
}
.useful-peoples.scrollup .person-item.person-5 {
    -webkit-transition: bottom 800ms, opacity 600ms;
    -moz-transition: bottom 800ms, opacity 600ms;
    transition: bottom 800ms, opacity 600ms;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
}
.useful-peoples.scrollup .person-item.person-6 {
    -webkit-transition: bottom 500ms, opacity 600ms;
    -moz-transition: bottom 500ms, opacity 600ms;
    transition: bottom 500ms, opacity 600ms;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
}
@media screen and (max-width: 1800px) {
    .useful-peoples .person-item.person-6 {
    width: 18.6%}
}.useful--person-group {
    float: left;
}
.tariffs {
    background: #436ea2;
    padding: 0 0 100px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.black_section {
    background: #111111;
    padding: 0 0 100px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.grey_section {
    background: #eeeeee;
    padding: 0 0 100px;
    position: relative;
    overflow: hidden;
}

.blue_section {
    background: #436ea2;
    padding: 0 0 100px;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-image: -webkit-radial-gradient(center, ellipse,  #4a8dc8 0%,  #436ea1 70%,  #436ea1 100%);
    background-image: radial-gradient(ellipse at center,  #4a8dc8 0%,  #436ea1 70%,  #436ea1 100%);
}

.red_section {
    padding: 0;
    background: #760c3b radial-gradient(circle 500px at 30% top,  #ad1555,  rgba(173, 21, 85, 0));
    color: #fff;
    position: relative;
    overflow: hidden;
}

.tariffs:after {
    content: '';
    display: block;
    height: 1400px;
    width: 1400px;
    position: absolute;
    top: -800px;
    left: 0;
    background-image: -webkit-radial-gradient(center, ellipse,  #4a8dc8 0%,  #436ea1 70%,  #436ea1 100%);
    background-image: radial-gradient(ellipse at center,  #4a8dc8 0%,  #436ea1 70%,  #436ea1 100%);
}
html.-rtl- .tariffs {
    direction: rtl;
}
.tariffs-list {
    font-size: 0;
}
.tariffs-list--item {
    width: 25%;
    padding: 0 20px 0 0;
    display: inline-block;
    font-size: 18px;
}
.tariffs-list--item ul {
    padding: 0 0 0 20px;
}
.tariffs-list--item li {
    list-style-type: none;
    position: relative;
    margin: 0 0 30px;
}
.tariffs-list--item li span {
    color: #000000;
    display: block;
    margin: 0 0 3px;
}
.tariffs-list--item li:before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 14px;
    background: url("../Content/img/sprite.html") 0 -785px;
    top: 5px;
    left: -20px;
}
.tariffs-list--item .year {
    background: url("../img/main-page/sprite.png") 0 -303px;
    height: 47px;
    width: 58px;
    font-size: 20px;
    padding: 15px 0;
    text-align: center;
    display: block;
}
.tariff-name {
    color: #b1e4ff;
    font-size: 24px;
    margin: 0 0 25px;
}
.tariff-name i {
    margin: 0 10px 0 0;
}
.tariff-duration span {
    font-size: 32px;
    height: 47px;
    display: inline-block;
    margin: 0 5px 0 0;
}
.tariff-desc {
    margin: 20px 0;
    height: 90px;
}
.tariff-desc span {
    font-size: 14px;
    line-height: 1.3;
    display: block;
    margin: 5px 0 0;
}
.tariff-price a {
    display: block;
    text-align: center;
}
.tariff-price span {
    font-size: 24px;
}
.tariffs-desc {
    padding: 60px 0 0;
    font-size: 18px;
}
.tariffs-desc i {
    float: left;
    margin: 0 10px 0 0;
}
html.-rtl- .tariffs-desc i {
    float: right;
    margin: 0 0 0 10px;
}
.home-graph-section-wrap {
    position: relative;
}
.home-graph-section-wrap:after {
    content: '';
    height: 100px;
    background: linear-gradient(to top,  #760c3b,  rgba(118, 12, 59, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}
.home-graph-section-wrap:before {
    content: '';
    width: 100px;
    background: linear-gradient(to left,  #760c3b,  rgba(118, 12, 59, 0));
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}
.home-graph-section {
    padding: 0;
    background: #760c3b radial-gradient(circle 500px at 30% top,  #ad1555,  rgba(173, 21, 85, 0));
    color: #fff;
    height: 100vh;
    min-height: 960px;
    position: relative;
    overflow: hidden;
}
.home-graph-section:after {
    content: '';
    height: 100px;
    background: linear-gradient(to bottom,  #760c3b,  rgba(118, 12, 59, 0));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}
.home-graph-section:before {
    content: '';
    width: 100px;
    background: linear-gradient(to right,  #760c3b,  rgba(118, 12, 59, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}
.home-graph-section .content-wrapper:first-child {
    pointer-events: none;
}
html.-rtl- .home-graph-section .section-header, html.-rtl- .home-graph-section .section-header--desc, html.-rtl- .home-graph-section .btn-group {
    direction: rtl;
}
.home-graph {
    position: absolute !important;
    width: 100%;
    top: 0;
    bottom: -260px;
    overflow: hidden;
    font-size: 13px;
}
.home-graph .graph-force {
    transition: opacity .5s;
}
.home-graph.-loading- .graph-force {
    opacity: .2;
}
.home-graph .graph-force--node.-main- .graph-force--node--bg {
    stroke: #f5deb0;
    fill: none;
}
.home-graph .graph-force--node.-main- .graph-force--node--name {
    fill: #fff;
}
.home-graph .graph-force--node.-expanded- .graph-force--node--icon {
    fill: #d3585e;
}
.home-graph .graph-force--node.-system- .graph-force--node--bg {
    fill: url("#nodeGradient") #f6e9c4;
    stroke: rgba(211, 88, 94, 0.5);
}
.home-graph .graph-force--node--name {
    fill: #fff;
    visibility: visible;
}
.home-graph .graph-force--node--name-note {
    fill: #fff;
}
.home-graph .graph-force--node--settings-group--add use, .home-graph .graph-force--node--settings-group--cog use, .home-graph .graph-force--node--settings-group--pin use {
    fill: #46c7f8;
}
.home-graph .graph-force--node.-pined- .graph-force--node--settings-group--pin use {
    fill: #46c7f8;
}
.home-graph .graph-link.-hilited- .graph-link--edge {
    fill: #ffdcec;
}
.graph-toggle {
    transition: opacity .3s;
}
.graph-toggle.-loading- {
    opacity: .7;
}
.section-capability {
    position: relative;
    height: 100%}
html.-rtl- .section-capability {
    direction: rtl;
}
.capabilities-list {
    position: relative;
}
.capabilities-list--item {
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.15);
    z-index: 2;
    background: #FFFFFF;
    height: calc(100vh - 181px);
    width: 100%;
    position: absolute;
    transition: box-shadow 0.5s;
}
.capabilities-list--item .content-wrapper {
    position: absolute;
    left: 50%;
    top: 128px;
    transform: translate(-50%,  0);
}
.capabilities-list--item h2 {
    font-size: 30px;
    max-width: 50%}
.capabilities-list--item p {
    max-width: 40%}
.capabilities-list--item ul {
    max-width: 40%}
.capabilities-list--item.egrul-cap {
    box-shadow: none;
}
.capabilities-list--item.egrul-cap .icon_capability {
    position: absolute;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.capabilities-list--item.egrul-cap .doc-red {
    top: 30%;
    right: 33%;
    -webkit-transform: translate(-50px,  50px);
    -moz-transform: translate(-50px,  50px);
    -ms-transform: translate(-50px,  50px);
    -o-transform: translate(-50px,  50px);
    transform: translate(-50px,  50px);
}
.capabilities-list--item.egrul-cap .doc-blue {
    top: 10%;
    right: 17%;
    -webkit-transform: translate(0,  -50px);
    -moz-transform: translate(0,  -50px);
    -ms-transform: translate(0,  -50px);
    -o-transform: translate(0,  -50px);
    transform: translate(0,  -50px);
}
.capabilities-list--item.egrul-cap .doc-yellow {
    top: 45%;
    right: 1%;
    -webkit-transform: translate(50px,  50px);
    -moz-transform: translate(50px,  50px);
    -ms-transform: translate(50px,  50px);
    -o-transform: translate(50px,  50px);
    transform: translate(50px,  50px);
}
.capabilities-list--item.arbitrazh-cap .icon_capability {
    position: absolute;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.3s;
}
.capabilities-list--item.arbitrazh-cap .sword {
    top: 45%;
    right: 0;
    -webkit-transform: translate(-50px,  0);
    -moz-transform: translate(-50px,  0);
    -ms-transform: translate(-50px,  0);
    -o-transform: translate(-50px,  0);
    transform: translate(-50px,  0);
}
.capabilities-list--item.arbitrazh-cap .shield {
    top: 0;
    right: 10%;
    -webkit-transform: translate(50px,  0);
    -moz-transform: translate(50px,  0);
    -ms-transform: translate(50px,  0);
    -o-transform: translate(50px,  0);
    transform: translate(50px,  0);
}
.capabilities-list--item.goscontract-cap .icon_capability {
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.3s;
}
.capabilities-list--item.goscontract-cap .doc-white {
    top: 20%;
    right: 35%;
    z-index: 2;
    -webkit-transform: translate(-50px,  0);
    -moz-transform: translate(-50px,  0);
    -ms-transform: translate(-50px,  0);
    -o-transform: translate(-50px,  0);
    transform: translate(-50px,  0);
}
.capabilities-list--item.goscontract-cap .folder-item {
    top: 5%;
    -webkit-transform: translate(1500px,  0);
    -moz-transform: translate(1500px,  0);
    -ms-transform: translate(1500px,  0);
    -o-transform: translate(1500px,  0);
    transform: translate(1500px,  0);
}
.capabilities-list--item.goscontract-cap .folder-item:nth-child(9) {
    transition-delay: 150ms;
}
.capabilities-list--item.goscontract-cap .folder-item:nth-child(8) {
    transition-delay: 200ms;
}
.capabilities-list--item.goscontract-cap .folder-item:nth-child(7) {
    transition-delay: 250ms;
}
.capabilities-list--item.goscontract-cap .folder-item:nth-child(6) {
    transition-delay: 300ms;
}
.capabilities-list--item.goscontract-cap .folder-item:nth-child(5) {
    transition-delay: 350ms;
}
.capabilities-list--item.goscontract-cap .folder-item:nth-child(4) {
    transition-delay: 400ms;
}
.capabilities-list--item.goscontract-cap .folder-item:nth-child(3) {
    transition-delay: 450ms;
}
.capabilities-list--item.goscontract-cap .folder-item:nth-child(2) {
    transition-delay: 500ms;
}
.capabilities-list--item.goscontract-cap .folder-item:nth-child(1) {
    transition-delay: 550ms;
}
.capabilities-list--item.goscontract-cap .folder-1 {
    right: 25%}
.capabilities-list--item.goscontract-cap .folder-2 {
    right: 15%}
.capabilities-list--item.goscontract-cap .folder-3 {
    right: 5%}
.capabilities-list--item.goscontract-cap .folder-4 {
    right: -5%}
.capabilities-list--item.goscontract-cap .folder-5 {
    right: -15%}
.capabilities-list--item.goscontract-cap .folder-6 {
    right: -25%}
.capabilities-list--item.goscontract-cap .folder-7 {
    right: -35%}
.capabilities-list--item.goscontract-cap .folder-8 {
    right: -45%}
.capabilities-list--item.goscontract-cap .folder-9 {
    right: -55%}
.capabilities-list--item.lenta-cap .icon_capability {
    opacity: 0;
    transition: all 0.4s ease-out;
}
.capabilities-list--item.lenta-cap .timeline-cap--container {
    height: 502px;
    width: 408px;
    position: absolute;
    right: 0;
    top: -30%}
.capabilities-list--item.lenta-cap .timeline-cap--item {
    -webkit-transform: translate(0,  1000px);
    -moz-transform: translate(0,  1000px);
    -ms-transform: translate(0,  1000px);
    -o-transform: translate(0,  1000px);
    transform: translate(0,  1000px);
}
.capabilities-list--item.lenta-cap .timeline-cap--item:nth-child(1) {
    transition-delay: 150ms;
}
.capabilities-list--item.lenta-cap .timeline-cap--item:nth-child(2) {
    transition-delay: 200ms;
}
.capabilities-list--item.lenta-cap .timeline-cap--item:nth-child(3) {
    transition-delay: 250ms;
}
.capabilities-list--item.lenta-cap .timeline-cap--item:nth-child(4) {
    transition-delay: 300ms;
}
.capabilities-list--item.lenta-cap .timeline-cap--item:nth-child(5) {
    transition-delay: 350ms;
}
.capabilities-list--item.lenta-cap .timeline-cap--item:nth-child(6) {
    transition-delay: 400ms;
}
.capabilities-list--item.lenta-cap .timeline-cap--item:nth-child(7) {
    transition-delay: 450ms;
}
.capabilities-list--item.analiz-cap {
    background: #fff url("../img/main-page/bar-bg.png") center bottom no-repeat;
}
.capabilities-list--item.analiz-cap .icon_capability {
    vertical-align: bottom;
    -webkit-transform: translate(0,  100%);
    -moz-transform: translate(0,  100%);
    -ms-transform: translate(0,  100%);
    -o-transform: translate(0,  100%);
    transform: translate(0,  100%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.capabilities-list--item.analiz-cap .bar-container {
    max-width: 1350px;
    width: 1350px;
    text-align: center;
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
}
.capabilities-list--item.analiz-cap .bar-item {
    display: inline-block;
    width: 12.5%}
.capabilities-list--item.analiz-cap .bar-item:nth-child(1) {
    transition-delay: 30ms;
}
.capabilities-list--item.analiz-cap .bar-item:nth-child(2) {
    transition-delay: 50ms;
}
.capabilities-list--item.analiz-cap .bar-item:nth-child(3) {
    transition-delay: 70ms;
}
.capabilities-list--item.analiz-cap .bar-item:nth-child(4) {
    transition-delay: 90ms;
}
.capabilities-list--item.analiz-cap .bar-item:nth-child(5) {
    transition-delay: 110ms;
}
.capabilities-list--item.analiz-cap .bar-item:nth-child(6) {
    transition-delay: 130ms;
}
.capabilities-list--item.analiz-cap .bar-item:nth-child(7) {
    transition-delay: 150ms;
}
.capabilities-list--item.analiz-cap .bar-item:nth-child(8) {
    transition-delay: 170ms;
}
.capabilities-list--item.manymore-cap {
    height: 100vh !important;
}
.capabilities-list--item.manymore-cap .content-wrapper {
    position: relative;
    left: 0;
    transform: translate(0,  0);
}
.capabilities-list--item.manymore-cap h2 {
    margin: 0 0 50px;
}
.capabilities-list--item.manymore-cap .all-cap--list {
    max-width: 1600px;
    font-size: 0;
    margin: auto;
    position: absolute;
    top: 35%;
    transform: translate(0,  -45%);
    left: 0;
    right: 0;
}
@keyframes pulse {
    0% {
    transform: scale(0.9);
}
50% {
    transform: scale(1);
}
100% {
    transform: scale(0.9);
}
}.capabilities-list--item.manymore-cap .all-cap--list-item {
    width: 11%;
    display: inline-block;
    text-align: center;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
.capabilities-list--item.manymore-cap .all-cap--list-item a {
    border: none;
}
.capabilities-list--item.manymore-cap .all-cap--btn {
    margin: 400px 0 0;
}
.capabilities-list--item.animated {
    visibility: visible;
    opacity: 1;
    box-shadow: none;
}
.capabilities-list--item.animated .icon_capability {
    opacity: 1;
    transform: translate(0,  0);
}
.capabilities-list--item.animated .all-cap--list-item {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.capabilities-list--item.animated .all-cap--list-item:nth-child(1) {
    animation-delay: 2s;
}
.featured-list {
    padding: 0;
    margin: 0;
    position: relative;
}
.featured-list--item {
    list-style-type: none;
    padding: 0 25px 0 0;
    margin: 0 0 50px;
    width: 50%;
    float: left;
}
.featured-list--item:nth-child(1) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    clear: both;
}
.featured-list--item:nth-child(2) {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.featured-list--item:nth-child(3) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    clear: both;
}
.featured-list--item:nth-child(4) {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.featured-list--item:nth-child(5) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    clear: both;
}
.featured-list--item:nth-child(6) {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.featured-list--item:nth-child(7) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    clear: both;
}
.featured-list--item:nth-child(8) {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.featured-list--item:nth-child(9) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    clear: both;
}
.featured-list--item:nth-child(10) {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.featured-list--item:nth-child(11) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    clear: both;
}
.featured-list--item:nth-child(12) {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.featured-list--item:nth-child(13) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    clear: both;
}
.featured-list--item:last-child {
    margin: 0;
}
.featured-list--item.-fix-height-1- {
    height: 151px;
}
.featured-list--item.-fix-height-2- {
    height: 155px;
}
.featured-list--item.-fix-height-3- {
    height: 200px;
}
.featured-list--item .fli--img-container {
    margin: 0 30px 0 0;
    float: left;
    width: 60px;
}
.featured-list--item i {
    display: block;
    margin: 0 auto;
}
.featured-list--item h3 {
    font-size: 24px;
    color: #2d333e;
    margin: 0 0 15px 90px;
}
.featured-list--item p {
    color: #606060;
    margin: 0 0 0 90px;
}
html.-rtl- .featured-list--item {
    padding: 0 0 0 25px;
}
html.-rtl- .featured-list--item .fli--img-container {
    margin: 0 0 0 30px;
    float: right;
}
html.-rtl- .featured-list--item h3 {
    margin: 0 90px 15px 0;
}
html.-rtl- .featured-list--item p {
    margin: 0 90px 0 0;
}
.all-featured {
    text-align: center;
    margin: 100px 0;
}
.section-apps {
    padding: 100px 0 0;
    border-top: 2px solid #eee;
    overflow: hidden;
}
.section-apps .section-header {
    margin-top: 0;
}
html.-rtl- .section-apps {
    direction: rtl;
}
.apps--buttons {
    overflow: hidden;
    margin-bottom: 80px;
}
.apps--buttons .app-btn {
    background-image: url("../img/main-page/apps.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    width: 200px;
    height: 65px;
    border: none;
}
.apps--buttons .app-btn.googleplay {
    background-position: 0 0;
    margin-left: 10px;
}
.apps--buttons .app-btn.appstore {
    background-position: 0 -65px;
}
.apps-cols-wrapper::after {
    clear: both;
    content: "";
    display: table;
}
.apps-cols-wrapper .column-left {
    float: left;
    width: 460px;
}
html.-rtl- .apps-cols-wrapper .column-left {
    padding: 0 20px 0 0;
}
.apps-cols-wrapper .column-right {
    float: left;
    width: 780px;
    margin-right: -260px;
}
.apps-phones {
    position: relative;
    height: 650px;
    float: left;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
}
.apps-phones::after {
    clear: both;
    content: "";
    display: table;
}
.apps-phones .phone-iphone {
    position: absolute;
    left: 0;
    bottom: -17%;
    background: url("../img/main-page/iphone.png") 0 0 no-repeat;
    width: 384px;
    height: 725px;
    opacity: 0;
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.25,  0.25,  0.245,  1.4);
    -moz-transition: -moz-transform 500ms cubic-bezier(0.25,  0.25,  0.245,  1.4);
    transition: transform 500ms cubic-bezier(0.25,  0.25,  0.245,  1.4);
    -webkit-transform: translateY(700px);
    -moz-transform: translateY(700px);
    -ms-transform: translateY(700px);
    -o-transform: translateY(700px);
    transform: translateY(700px);
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms;
}
.apps-phones .phone-iphone .mobile-preview, .apps-phones .phone-iphone video {
    position: absolute;
    left: 34px;
    top: 92px;
}
.apps-phones .phone-iphone video::-webkit-media-controls {
    display: none !important;
}
.apps-phones .phone-iphone .mobile-preview {
    height: 526px;
    width: 296px;
    background: url("../img/main-page/apps/iphone-preview-en.jpg") 0 0 no-repeat;
}
.apps-phones .phone-iphone .mobile-preview.-lang-ru- {
    background: url("../img/main-page/apps/iphone-preview-ru.jpg") 0 0 no-repeat;
}
.apps-phones .phone-nexus {
    position: absolute;
    left: 360px;
    bottom: -17%;
    background: url("../img/main-page/nexus.png") 0 0 no-repeat;
    background-size: contain;
    width: 410px;
    height: 780px;
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.25,  0.25,  0.245,  1.4);
    -moz-transition: -moz-transform 500ms cubic-bezier(0.25,  0.25,  0.245,  1.4);
    transition: transform 500ms cubic-bezier(0.25,  0.25,  0.245,  1.4);
    opacity: 0;
    -webkit-transform: translateY(700px);
    -moz-transform: translateY(700px);
    -ms-transform: translateY(700px);
    -o-transform: translateY(700px);
    transform: translateY(700px);
}
.apps-phones .phone-nexus .mobile-preview, .apps-phones .phone-nexus video {
    position: absolute;
    left: 31px;
    top: 91px;
}
.apps-phones .phone-nexus video {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s,  opacity 0.1s linear;
    transition-delay: 0.2s;
}
.apps-phones .phone-nexus video::-webkit-media-controls {
    display: none !important;
}
.apps-phones .phone-nexus.visible video {
    visibility: visible;
    opacity: 1;
}
.apps-phones .phone-nexus .video-statusbar {
    position: absolute;
    left: 31px;
    right: 52px;
    top: 91px;
    height: 23px;
    background: url("../img/main-page/statusbar.png") 0 0 no-repeat;
    z-index: 12;
}
.apps-phones .phone-nexus .mobile-preview {
    height: 582px;
    width: 328px;
    background: url("../img/main-page/apps/android-preview-en.jpg") 0 0 no-repeat;
}
.apps-phones .phone-nexus .mobile-preview.-lang-ru- {
    background: url("../img/main-page/apps/android-preview-ru-2.jpg") 0 0 no-repeat;
}
@media screen and (max-width: 1800px) {
    .apps-phones {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
}
}.section-apps.active .phone-iphone, .section-apps.active .phone-nexus, .section-apps.seen .phone-iphone, .section-apps.seen .phone-nexus {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.apps-news h3 {
    font-size: 14px;
    color: #ff9d1e;
}
.apps-news p {
    line-height: 1.5em;
    font-size: 14px;
}
[class*='icon_'] {
    background-image: url("../img/main-page/sprite.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.analys {
    background-position: 0px 0px;
    width: 44px;
    height: 57px;
}
.api {
    background-position: 0px -59px;
    width: 60px;
    height: 60px;
}
.arbitr {
    background-position: 0px -121px;
    width: 57px;
    height: 59px;
}
.bankrot {
    background-position: 0px -182px;
    width: 43px;
    height: 53px;
}
.buh {
    background-position: 0px -237px;
    width: 56px;
    height: 64px;
}
.calendar {
    background-position: 0px -303px;
    width: 58px;
    height: 47px;
}
.director {
    background-position: 0px -352px;
    width: 60px;
    height: 70px;
}
.finance {
    background-position: 0px -424px;
    width: 60px;
    height: 60px;
}
.finstabindex {
    background-position: 0px -486px;
    width: 62px;
    height: 54px;
}
.goodindex {
    background-position: 0px -542px;
    width: 51px;
    height: 62px;
}
.goscontract {
    background-position: 0px -606px;
    width: 52px;
    height: 51px;
}
.guard {
    background-position: 0px -659px;
    width: 62px;
    height: 74px;
}
.infoopen {
    background-position: 0px -735px;
    width: 61px;
    height: 57px;
}
.marketolog {
    background-position: 0px -794px;
    width: 65px;
    height: 65px;
}
.multilang {
    background-position: 0px -861px;
    width: 56px;
    height: 56px;
}
.professional {
    background-position: 0px -919px;
    width: 46px;
    height: 46px;
}
.redpoints {
    background-position: 0px -967px;
    width: 12px;
    height: 14px;
}
.regdata {
    background-position: 0px -983px;
    width: 50px;
    height: 57px;
}
.sliderarrow {
    background-position: 0px -1042px;
    width: 20px;
    height: 39px;
}
.standart {
    background-position: 0px -1083px;
    width: 46px;
    height: 46px;
}
.timeline {
    background-position: 0px -1131px;
    width: 44px;
    height: 50px;
}
.tree {
    background-position: 0px -1183px;
    width: 55px;
    height: 67px;
}
.zakupki {
    background-position: 0px -1252px;
    width: 61px;
    height: 65px;
}
[class*='icon_capability'] {
    background-image: url("../img/main-page/sprite-anim.png");
    background-repeat: no-repeat;
    display: inline-block;
}
.bar-aqua {
    background-position: 0px 0px;
    width: 115px;
    height: 198px;
}
.bar-blue {
    background-position: 0px -200px;
    width: 115px;
    height: 233px;
}
.bar-green {
    background-position: 0px -435px;
    width: 114px;
    height: 137px;
}
.bar-olive {
    background-position: 0px -574px;
    width: 115px;
    height: 81px;
}
.bar-orange {
    background-position: 0px -657px;
    width: 115px;
    height: 47px;
}
.bar-purple {
    background-position: 0px -706px;
    width: 115px;
    height: 311px;
}
.bar-red {
    background-position: 0px -1019px;
    width: 115px;
    height: 443px;
}
.bar-violet {
    background-position: 0px -1464px;
    width: 115px;
    height: 394px;
}
.doc-blue {
    background-position: 0px -1860px;
    width: 144px;
    height: 194px;
}
.doc-red {
    background-position: 0px -2056px;
    width: 144px;
    height: 194px;
}
.doc-white {
    background-position: 0px -2252px;
    width: 150px;
    height: 193px;
}
.doc-yellow {
    background-position: 0px -2447px;
    width: 144px;
    height: 194px;
}
.folder-aqua {
    background-position: 0px -2643px;
    width: 160px;
    height: 221px;
}
.folder-brown {
    background-position: 0px -2866px;
    width: 159px;
    height: 221px;
}
.folder-green {
    background-position: 0px -3089px;
    width: 159px;
    height: 221px;
}
.folder-purple {
    background-position: 0px -3312px;
    width: 160px;
    height: 221px;
}
.folder-red {
    background-position: 0px -3535px;
    width: 160px;
    height: 221px;
}
.folder-yellow {
    background-position: 0px -3758px;
    width: 159px;
    height: 221px;
}
.shield {
    background-position: 0px -3981px;
    width: 257px;
    height: 318px;
}
.sword {
    background-position: 0px -4301px;
    width: 473px;
    height: 90px;
}
.swordShieldSnadow {
    background-position: 0px -4393px;
    width: 650px;
    height: 332px;
}
.timeline-1 {
    background-position: 0px -4727px;
    width: 408px;
    height: 79px;
}
.timeline-2 {
    background-position: 0px -4808px;
    width: 408px;
    height: 79px;
}
.timeline-3 {
    background-position: 0px -4889px;
    width: 408px;
    height: 79px;
}
.timeline-4 {
    background-position: 0px -4970px;
    width: 408px;
    height: 79px;
}
.timeline-5 {
    background-position: 0px -5051px;
    width: 408px;
    height: 79px;
}
.timeline-6 {
    background-position: 0px -5132px;
    width: 408px;
    height: 79px;
}
.timeline-7 {
    background-position: 0px -5213px;
    width: 408px;
    height: 28px;
}
.main-page--footer {
    background: #436ea2;
    padding: 0 0;
    color: #ffffff;
    position: relative;
}
.main-page--footer a {
    color: #b1e4ff;
    border-bottom: none;
}
.main-page--footer a:hover {
    color: #ffffff;
}
html.-rtl- .main-page--footer {
    direction: rtl;
}
.main-page--footer-nav {
    padding: 28px 0;
    border-top: 1px solid #5fa1d1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-page--footer-nav a {
    color: #b1e4ff;
    text-decoration: none;
    border: none;
    display: inline-block;
}
.main-page--footer-nav a:hover {
    color: #ffffff;
}
.main-page--footer-columns {
    padding: 40px 0;
    font-size: 0;
}
.main-page--footer-columns--item {
    width: 33%;
    display: inline-block;
    font-size: 16px;
}
a.main-page--footer-logo {
    border: none;
}
.main-page--footer-phone {
    font-size: 24px;
}
.main-page--footer-copyright {
    padding: 20px 0;
    text-align: center;
    color: #78b6d6;
}
.home-head-section {
    position: relative;
    margin-top: 20px;
    height: 440px;
}
.home-title {
    margin-bottom: 30px;
}
.home-reg-block {
    position: relative;
    margin-top: 16px;
}
.hint-ui--text {
    font-family: Arial,  Helvetica,  sans-serif;
    min-width: 150px;
}
.index-aside {
    position: relative;
    z-index: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    background: #f6f6f7;
    box-shadow: -30px 0 30px -30px rgba(0, 0, 0, 0.3);
    margin-left: 0;
    padding-left: 32px;
    margin-right: -32px;
}
.index-aside._hidden {
    display: none;
}
.index-aside._overflow {
    overflow: hidden;
}
@media screen and (min-width: 1420px) {
    .index-aside {
    background: none;
    box-shadow: none;
    margin-right: 0;
    margin-left: 32px;
    padding: 0;
}
}.company-countdown-block {
    margin-bottom: 32px;
}
.aside-box--title {
    font-size: 14px;
    color: #919191;
    text-align: right;
    margin-bottom: 5px;
}
.countdown--container {
    text-align: right;
    float: right;
    font-size: 0;
}
.countdown--digit-item {
    display: block;
    float: left;
    background: url("../img/countdown--digit-background.html") 0 0 no-repeat;
    width: 40px;
    height: 67px;
    font-size: 40px;
    font-weight: bold;
    line-height: 53px;
    text-align: center;
    position: relative;
    font-family: "PT Sans",  sans-serif;
    margin-right: 2px;
}
.countdown--digit-divider {
    background: url("../img/countdown--digit-divider.html") 0 0 no-repeat;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: 26px;
}
.countdown--digit-item.separator {
    margin-right: 8px;
}
.friend-social-block {
    text-align: center;
    margin: 0 0 32px;
}
.friend-social-block a {
    border: none;
}
.friend-social-block img {
    width: 100%}
.friends-social--link {
    font-size: 18px;
    text-decoration: none;
}
.friends-social--link:hover {
    text-decoration: underline;
}
.promo-main {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.actions-head--form-field._remember {
    margin-bottom: 0;
}
.actions-head--form-field._buttons .left-link {
    margin-top: 7px;
}
.actions-head--form-field._buttons button {
    min-width: 100px;
}
.actions-head--form-field .input-phone {
    display: block;
    float: right;
}
.actions-head--form-field._code {
    width: 340px;
}
.actions-head--form-field._code .send-code-again {
    margin-left: 10px;
}
.actions-head--form-field._code .send-code-again.-inactive- {
    color: #999;
}
.actions-head--form-field._code .placeholder {
    display: inline-block;
}
.actions-head--form-field._code input {
    max-width: 166px;
}
.actions-head--form-field.-promo-:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.actions-head--form-field.-promo- .placeholder {
    float: left;
    width: 152px;
}
.actions-head--form-field.-promo- .btn {
    float: right;
    width: 104px;
}
.actions-head--form-field.-phone- .placeholder.-focus- .placeholder--label {
    display: none;
}
.actions-head--form-field.-phone-zh- {
    position: relative;
}
.actions-head--form-field.-phone-zh- .select {
    vertical-align: top;
}
.actions-head--form-field.-phone-zh- .phone-prefix {
    display: inline-block;
    z-index: 5;
    color: #333;
    line-height: 32px;
    height: 32px;
}
.actions-head--form-field.-phone-zh- input {
    width: 100px;
    padding-left: 0;
    line-height: 32px;
}
.actions-head--form-field.-phone-zh- .placeholder--label {
    left: 0;
}
.actions-head--form-field.-phone-zh- .placeholder {
    display: inline-block;
    line-height: 32px;
}
.actions-head--form-field.-phone-zh-.-focused- .placeholder--label {
    display: none;
}
.actions-head--form-field.-phone-zh-.-wide- .input-phone {
    cursor: text;
    float: none;
}
.actions-head--form-field.-phone-zh-.-wide- input {
    width: 260px;
}
.mask-hint {
    margin-top: 5px;
    color: #575757;
}
.actions-head--form .promo-code-activated {
    display: none;
    text-align: right;
    width: 316px;
    margin-bottom: 8px;
}
.actions-head--form .promo-code-cancel {
    line-height: 15px;
    font-size: 16px;
    display: inline-block;
    border: none;
    color: #DB6868;
}
.actions-head--form .promo-code-cancel [class^="icon"] {
    font-size: 12px;
}
.login-social {
    text-align: center;
    margin: 96px 0;
}
.login-social--icons {
    padding-top: 12px;
    margin-bottom: 16px;
}
.login-social--register {
    margin-bottom: 16px;
    margin-top: 16px;
}
.login-social--register .register-text {
    display: block;
    margin-bottom: 8px;
}
.login-social--divider {
    position: relative;
    border-top: 1px solid #e3e3d7;
    border-bottom: 1px solid #fdfdfc;
}
.login-social--divider:after {
    top: -1px;
    width: 250px;
    height: 2px;
    background: rgba(246, 246, 247, 0.5);
    background: -moz-linear-gradient(left,  rgba(246, 246, 247, 0) 0%,  #f6f6f7 100%);
    background: -webkit-gradient(linear,  left top,  right top,  color-stop(0%,  rgba(246, 246, 247, 0)),  color-stop(100%,  #f6f6f7));
    background: -webkit-linear-gradient(left,  rgba(246, 246, 247, 0) 0%,  #f6f6f7 100%);
    background: -o-linear-gradient(left,  rgba(246, 246, 247, 0) 0%,  #f6f6f7 100%);
    background: -ms-linear-gradient(left,  rgba(246, 246, 247, 0) 0%,  #f6f6f7 100%);
    background: linear-gradient(to right,  rgba(246, 246, 247, 0) 0%,  #f6f6f7 100%);
}
.login-social--divider:before {
    top: -1px;
    width: 250px;
    height: 2px;
    background: rgba(246, 246, 247, 0.5);
    background: -moz-linear-gradient(left,  #f6f6f7 0%,  rgba(246, 246, 247, 0) 100%);
    background: -webkit-gradient(linear,  left top,  right top,  color-stop(0%,  #f6f6f7),  color-stop(100%,  rgba(246, 246, 247, 0)));
    background: -webkit-linear-gradient(left,  #f6f6f7 0%,  rgba(246, 246, 247, 0) 100%);
    background: -o-linear-gradient(left,  #f6f6f7 0%,  rgba(246, 246, 247, 0) 100%);
    background: -ms-linear-gradient(left,  #f6f6f7 0%,  rgba(246, 246, 247, 0) 100%);
    background: linear-gradient(to right,  #f6f6f7 0%,  rgba(246, 246, 247, 0) 100%);
}
.preloader.login--preloader-redirect {
    background: rgba(34, 34, 34, 0.7);
    box-shadow: 0 1px rgba(255, 255, 255, 0.7);
    margin: -59px 0 0 120px;
}
.login--error {
    margin-top: 15px;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.login--error.active {
    opacity: 1;
    margin-top: 0;
}
.login-suspicion {
    width: 680px;
    margin: 64px auto 32px;
    padding: 28px 24px;
    line-height: 1.4;
    text-align: center;
}
.login-forgot-pass {
    float: right;
}
.actions-head--container._payment:after {
    background: url("../img/payment-head.jpg") 0 0 no-repeat;
}
.actions-head--container._payment .actions-head--form {
    width: auto;
}
.actions-head--container._payment .actions-head--form._card>p {
    margin-bottom: 8px;
}
.actions-head-payment {
    height: 352px;
}
.payment--form.-credits- .payment--form-field label {
    font-weight: bold;
}
.credits-cost {
    font-weight: normal;
    font-size: 11px;
    margin-left: 5px;
}
.payment--form-field {
    margin-bottom: 6px;
}
.payment--form-field.-credits-hit- {
    background: url("../img/hit-badge.html") 50% top no-repeat;
}
.payment--form-field._custom-credits input[type="number"] {
    width: 80px;
}
.payment--form-field label {
    line-height: 32px;
    margin: 0;
}
.payment--form-field label [class^='ico-payment'], .payment--form-field label [class^='ico-credits'] {
    float: left;
    margin: 5px 8px 0 0;
}
.payment--form-bottom {
    position: relative;
    margin: 20px auto 0 auto;
    width: 1000px;
}
.payment--form-bottom .reg--nav {
    top: 18px;
}
.payment--buttons-container {
    margin-left: 496px;
}
.payment--buttons-container:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.payment--buttons-container>* {
    float: left;
    margin: 0 4px 0 0;
}
.payment--note {
    color: #919191;
    clear: both;
    margin-top: 32px;
    text-align: center;
}
.actions-head--form-title .payment-cards {
    padding: 4px 0 0;
}
.payment--card-form {
    background: url("../img/bank-card--background.png") 0 0 no-repeat;
    min-height: 223px;
    margin-left: -67px;
    padding: 30px 62px 0 86px;
}
.payment--card-form label {
    display: block;
    color: #868686;
    text-shadow: 0 1px 0 #fff;
    font-size: 13px;
    margin-bottom: 4px;
}
.payment--card-form input[type="text"] {
    height: 30px;
}
.payment--card-form input[type="text"]:first-child {
    margin-left: 0;
}
.payment--card-form-front {
    float: left;
    width: 282px;
}
.payment--card-form-back {
    float: right;
    width: 80px;
}
.payment--card-field {
    clear: both;
    margin-bottom: 8px;
    overflow: hidden;
}
.payment--card-field._cardnumber input {
    width: 22%;
    margin-left: 2%}
.payment--card-field._expire label {
    font-size: 11px;
    float: left;
    width: 70px;
    margin-right: 8px;
    text-align: right;
}
.payment--card-field._expire .card--input-container {
    float: left;
    width: 110px;
}
.payment--card-field._expire input {
    width: 46%;
    margin-left: 4%}
.payment--card-field._holdername input {
    width: 100%;
    text-transform: uppercase;
}
.payment--card-field._cvc {
    padding-top: 38px;
}
.payment--card-field._cvc label {
    color: #414141;
    margin-bottom: 6px;
}
.payment--card-field._cvc input {
    width: 76px;
}
.payment--successful {
    font-size: 16px;
}
.remind-pass--form {
    position: relative;
}
.remind-pass--form.-email-sent- {
    display: none;
}
.remind-pass--error {
    position: absolute;
    opacity: 0;
    top: 100%;
    margin-top: 32px;
    -webkit-transition: opacity 0.3s, margin 0.3s;
    -moz-transition: opacity 0.3s, margin 0.3s;
    transition: opacity 0.3s, margin 0.3s;
}
.remind-pass--error.active {
    margin-top: 16px;
    opacity: 1;
}
.remind-pass--success {
    display: none;
}
.remind-pass--success.active {
    display: block;
}
.reset-password--input {
    width: 221px;
}
.settings ._content-col-main {
    padding-top: 12px;
}
.setting-row--title {
    border-bottom: 1px dotted #5e5e5e;
    padding: 4px 35px;
}
.setting-row--content {
    padding: 10px 35px 20px;
}
.setting-row--content input[type='text'], .setting-row--content input[type='password'] {
    margin-bottom: 8px;
}
.setting-row--field {
    min-height: 32px;
    clear: both;
}
.setting-row--field .field-label {
    width: 200px;
    float: left;
    line-height: 16px;
    padding: 8px 0;
    text-align: right;
}
.setting-row--field .field-content {
    margin-left: 210px;
    position: relative;
}
.setting-row--field .field-content .field-content--front {
    position: absolute;
    left: 0;
    top: 0;
}
.setting-row--field .field-content .field-content--front._hidden {
    visibility: hidden;
    opacity: 0;
}
.setting-row--field .field-content .field-content--backface {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    transition: opacity 200ms;
}
.setting-row--field .field-content .field-content--backface input[type="text"], .setting-row--field .field-content .field-content--backface input[type="password"] {
    width: 220px;
    float: left;
    margin-right: 20px;
}
.setting-row--field .field-content .field-content--backface.-warn- input[type="text"], .setting-row--field .field-content .field-content--backface.-warn- input[type="password"] {
    border-color: #ff7173;
}
.setting-row--field .field-content .select {
    float: left;
    margin-right: 10px;
}
.setting-row--field .field-content .birthpicker {
    float: left;
}
.setting-row--field .field-content .field-language .sr--option-value {
    margin-right: 60px;
}
.setting-row--field .field-content .field-language .current-lang-ico {
    position: absolute;
    top: 0;
    right: 0;
}
.setting-row--field._editmode .field-content--backface {
    visibility: visible;
    opacity: 1;
}
.setting-row--field._editmode .field-content--front {
    visibility: hidden;
    opacity: 0;
}
.setting-user-ava {
    float: right;
    position: relative;
    width: 138px;
    height: 138px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.setting-user-ava img {
    box-shadow: 0 0 0 1px #cfcfcf;
    width: 128px;
    height: 128px;
}
.setting-user-ava>* {
    background: #fff;
    border: 1px solid #E2E2E2;
    position: absolute;
    left: 0;
    top: 0;
    width: 128px;
    height: 128px;
    padding: 4px;
    box-sizing: content-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.setting-user-ava--back {
    background: #fff;
}
.csstransforms3d .setting-user-ava--back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.csstransforms3d .setting-row-user-img .field-label {
    -webkit-perspective: 700px;
    -moz-perspective: 700px;
    -ms-perspective: 700px;
    -o-perspective: 700px;
    perspective: 700px;
}
.csstransforms3d .setting-row-user-img.-loading- .setting-user-ava {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.no-csstransforms3d .setting-user-ava, .csstransforms3d.msie .setting-user-ava {
    overflow: hidden;
}
.no-csstransforms3d .setting-user-ava--back, .csstransforms3d.msie .setting-user-ava--back {
    top: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
}
.no-csstransforms3d .setting-row-user-img.-loading- .setting-user-ava, .csstransforms3d.msie .setting-row-user-img.-loading- .setting-user-ava {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.no-csstransforms3d .setting-row-user-img.-loading- .setting-user-ava--back, .csstransforms3d.msie .setting-row-user-img.-loading- .setting-user-ava--back {
    top: 0;
}
.settings--user-img-form .select-file--filename {
    display: none;
}
.setting-user-ava-caption {
    margin-top: 83px;
}
.no-csstransforms3d .setting-user-ava--back {
    top: 100%}
.btn-setting-confirm, .btn-setting-cancel {
    border: none;
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    padding: 6px;
    margin-right: 5px;
    opacity: .8;
}
.btn-setting-confirm:hover, .btn-setting-cancel:hover {
    opacity: 1;
}
.btn-setting-confirm [class^='ico-small'], .btn-setting-cancel [class^='ico-small'] {
    margin: 2px 2px 0 0;
}
.sr--option-value {
    font-size: 13px;
    text-decoration: none;
    line-height: 14px;
    display: inline-block;
    margin: 9px 0;
    outline: none;
}
.sr--option-empty {
    display: inline-block;
    padding: 8px 0;
}
.setting-social-links {
    height: 70px;
}
.social-ac-item, .social-ac-item-joined {
    margin-right: 24px;
}
.social-ac-item-joined {
    position: relative;
}
.social-ac-item-joined:hover .social--delete-box {
    display: block;
}
.social-ac-item-joined.-deleted- {
    opacity: 0.4;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
.social-ac-item-joined.-deleted- .social--delete-box {
    display: none;
}
.social-ac-item-joined.-deleted-:hover .social--delete-box {
    display: none;
}
.social--delete-box {
    display: none;
    position: absolute;
    top: 100%;
    left: -5px;
}
.social--delete-box._confirm {
    display: block;
}
.social--delete-box._confirm .delete-link {
    display: none;
}
.social--delete-box._confirm .confirm-box {
    display: block;
}
.social--delete-box .delete-link {
    font-size: 11px;
    text-decoration: none;
    color: #2872B9;
    border-bottom: 1px dotted #2872B9;
}
.social--delete-box .confirm-box {
    display: none;
    margin-left: -2px;
    width: 50px;
    overflow: hidden;
}
.social--delete-box .confirm-box .btn-setting-confirm, .social--delete-box .confirm-box .btn-setting-cancel {
    padding: 5px 0;
}
.settings-select {
    margin-top: 9px;
}
.setting-saving-bar {
    display: none;
    font-style: italic;
    line-height: 16px;
    margin: 8px 0;
}
.about-watch-list .panel--content {
    padding: 6px;
}
.about-watch-list .s-row {
    width: 100%}
@media screen and (min-width: 1420px) {
    .about-watch-list .s-row {
    display: inline-block;
    width: 49%}
}.about-reviews .review-item:last-child {
    margin-bottom: 0;
}
.about-favorites .panel--content {
    padding-top: 0;
    padding-bottom: 0;
}
.about-favorites .s-tile {
    margin: 16px 0;
}
@media screen and (min-width: 1420px) {
    .about-favorites .s-tile {
    display: inline-block;
    vertical-align: top;
    width: 49%}
.about-favorites .s-tile .s-tile--address, .about-favorites .s-tile .s-tile--name {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    max-width: 310px;
}
}.service-head--container {
    padding-bottom: 16px;
}
.card-company-general {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.-company-general- .card-company-general {
    max-height: 400px;
    opacity: 1;
}
.service-head--title {
    margin-bottom: 16px;
    min-height: 40px;
}
.company-details--logo {
    float: left;
    width: 80px;
}
.company-details--logo img {
    display: block;
    max-width: 100%;
    max-height: 100%}
.company-details--info {
    margin-left: 100px;
}
.company-details--info:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.company-details--title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.cdf--label {
    color: #919191;
}
.ccd--table {
    width: auto;
    margin-right: 32px;
}
.ccd--table td {
    border: none;
    padding: 4px 8px 4px 0;
}
.ccd--info {
    width: auto;
}
.ccd--info-td {
    clear: both;
    padding: 4px 0 4px;
}
.card-company--okvad {
    margin-bottom: 16px;
    max-width: 540px;
}
.card-company--okvad:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
@media screen and (min-width: 1420px) {
    .card-company--okvad {
    max-width: 810px;
}
}.card-company--cluster {
    margin-left: 8px;
}
.cc-okvad--icon {
    float: left;
}
.cc-okvad--icon [class^='icon'] {
    font-size: 32px;
}
.cc-okvad--text {
    margin-left: 44px;
}
.service-gen--map {
    padding: 1px;
    width: auto;
    border-radius: 2px;
}
.service-gen--map:after {
    display: none;
}
.service-gen--map-container {
    overflow: hidden;
}
.service-gen--map-paper {
    width: 100%;
    opacity: 0.35;
    background: none;
}
.adress-info {
    margin-bottom: 12px;
}
.adress-info a {
    line-height: 1.5em;
}
.adress-info--label {
    color: #919191;
    margin-bottom: 4px;
}
table.company--events td {
    padding: 10px 20px;
}
table.company--events td.c-td-date {
    white-space: nowrap;
}
table.company--events td.c-td-type {
    width: 16%}
table.company--events td.c-td-type>[class^="icon"] {
    float: left;
    margin-right: 6px;
    font-size: 16px;
}
.c-event--small {
    font-size: 11px;
    color: #919191;
    margin-left: 16px;
}
.c-event--quote {
    padding: 10px 12px 6px;
    color: #919191;
    font-style: italic;
}
.card-in-tabs {
    margin-bottom: 32px;
}
.card-in-tabs:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.card-in--tab-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 32px;
    margin-bottom: 5px;
}
.card-in--tab-item>[class^="icon"] {
    font-size: 16px;
    margin-right: 8px;
    float: left;
}
.card-in--tab-item.active a {
    color: #898989;
    border: none;
}
.get-report-mini {
    color: #565656;
    display: inline-block;
    border-radius: 2px;
    border: none;
    background: #fae0a5;
    padding: 0 12px;
    height: 26px;
}
.get-report-mini:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -.2em;
}
.get-report-mini>* {
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
}
.get-report-mini .tag {
    color: #fae0a5;
    background: #d6712b;
    border-radius: 2px;
    font-size: 10px;
    padding: 2px 5px;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.get-report-mini.-loading- .get-report-mini--label {
    opacity: 0;
}
.get-report-mini:hover {
    background: #ffe5aa;
}
.get-report-mini--label {
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
}
h2 .title-modal-link {
    font-weight: normal;
    font-size: 13px;
    margin-left: 10px;
}
h2 .title-history-link {
    vertical-align: middle;
    margin-left: 12px;
    font-size: 13px;
    font-weight: normal;
}
h2 .title-history-link .counter {
    color: #999;
}
h2 .title-history-link [class^="icon"] {
    vertical-align: -3px;
    font-size: 15px;
}
h2 .title-history-link .title-modal-link {
    margin-left: 2px;
}
h2 .base-tab-link {
    vertical-align: middle;
    margin-left: 12px;
    font-size: 13px;
    font-weight: normal;
}
h2 .base-tab-link .counter {
    color: #999;
}
h2 .base-tab-link.active {
    border: none;
    color: #565656;
}
h2 .base-tab-link.active>a {
    border: none;
    color: inherit;
}
.-rtl- h2 .title-history-link .counter {
    direction: rtl;
    unicode-bidi: embed;
}
.card-company-content {
    min-height: 400px;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.-loading->.card-company-content {
    pointer-events: none;
    opacity: .5;
}
.credit-class-index {
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.credit-class-index .class-circle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    background: #eee;
}
.credit-class-index .class-circle.-class-1- {
    background: #a5d475;
}
.credit-class-index .class-circle.-class-2- {
    background: #fa9e3b;
}
.credit-class-index .class-circle.-class-3- {
    background: #e15d5d;
}
.credit-class-index .class-title {
    display: block;
    font-size: 12px;
}
.credit-class-text {
    display: block;
    min-width: 170px;
}
.card-static {
    display: none;
    margin-top: 64px;
}
.-company-general- .card-static {
    display: block;
}
.card-filter {
    display: inline-block;
    margin-right: 8px;
}
.card-filter>.select {
    margin-right: 8px;
}
.card-filter-tags {
    display: inline-block;
}
.card-fav-btn.-fav- .icon-star-empty {
    color: #f7941d;
}
.card-meta-rows:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.card-meta-rows .c-meta--tr {
    padding: 5px 0;
}
.card-meta-rows .cm--sub-label {
    display: inline-block;
    margin-right: 12px;
}
.card-meta-rows .c-meta--row {
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 8px;
    font-size: 0;
}
.card-meta-rows .cm--row-label, .card-meta-rows .cm--row-value {
    padding: 8px 0 0;
    font-size: 13px;
}
.card-meta-rows .cm--row-label span, .card-meta-rows .cm--row-value span {
    background: #f6f6f7;
    padding-top: 2px;
    padding-bottom: 2px;
}
.card-meta-rows .cm--row-label {
    display: inline-block;
    width: 50%}
.card-meta-rows .cm--row-label span {
    padding-right: 5px;
}
.card-meta-rows .cm--row-value {
    display: inline-block;
    width: 50%;
    text-align: right;
}
.card-meta-rows .cm--row-value span {
    padding-left: 5px;
}
.div-meta--tr {
    padding: 8px 0 2px;
}
.code-row {
    margin-bottom: 0;
}
.card-meta-table {
    width: auto;
}
.card-meta-table tr td {
    border: none;
    box-shadow: none;
    padding: 5px 12px 5px 0;
}
html.-ru- .card-meta-rows .cm--sub-label {
    width: 70px;
    margin-right: 8px;
}
.ts-critical {
    color: #f26d7d;
}
.ts-success {
    color: #8dc63f;
}
.doc-confirm-icon {
    margin-right: 6px;
    position: relative;
    top: 1px;
}
.card-details-list ul {
    padding: 0;
    margin: 0 40px 0 0;
    list-style: none;
}
.card-details--li {
    display: table;
    width: 100%;
    list-style: none;
    position: relative;
    margin-bottom: 5px;
    padding-top: 4px;
    border-bottom: 1px dotted #565656;
}
.card-details--li .cell {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    top: 4px;
}
.card-details--li .cell.-tr- {
    text-align: right;
}
.card-details--li .label {
    background: #f6f6f7;
    font-weight: normal;
    padding-right: 3px;
}
.card-details--li .value {
    background: #f6f6f7;
    padding-left: 3px;
}
.founders-pie {
    min-height: 400px;
}
.founders-pie .amChartsLegend {
    margin-top: 40px;
    margin-bottom: -10px;
}
.egrul-report {
    position: absolute;
    right: 0;
    top: 100%}
.card-white-box {
    background: #fff;
    padding: 12px 0 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.card-white-box:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.card-white--icons .td-item {
    display: inline-block;
    margin-right: 24px;
}
.card-white--icons .td-item [class^="icon"] {
    margin-right: 8px;
    font-size: 16px;
    position: relative;
    top: 2px;
}
.arbit-head:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.arbit-head--title {
    margin-bottom: 5px;
    font-weight: normal;
}
.arbit-head--title .divider {
    display: inline-block;
    margin: 0 5px;
}
.arbit-head--subtitle {
    color: #828282;
    margin-bottom: 6px;
}
.arbit-head--tabs {
    margin-top: 20px;
}
.card-white--extended-info {
    line-height: 1.6em;
}
.acc-row--withicon:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.acc-row--withicon .a-row-td {
    float: left;
}
.acc-row--withicon .a-row-td.-icon- [class^="icon"] {
    font-size: 32px;
}
.card-white--icons {
    margin-top: 32px;
}
.comma-inline-list {
    position: relative;
}
.comma-inline-list>.list {
    display: block;
    margin-right: 50px;
}
.comma-inline-list>.list>span:after {
    content: ',  ';
    margin-right: 5px;
}
.comma-inline-list>.list>span:last-child:after {
    content: ''}
.unfair-head---details {
    line-height: 1.5em;
}
.balance-grid .row.balance-result {
    font-weight: bold;
    padding-bottom: 15px;
}
.balance-grid .row.balance-white {
    background: #fff;
    font-size: 20px;
    border-top: none;
}
.balance-grid .row.balance-white [class*='col-'] {
    padding: 16px;
}
.balance-grid .col-value {
    text-align: right;
}
.balance-accordion .rub, .balance-accordion .thousand, .balance-accordion .mln, .balance-accordion .bln {
    display: none;
}
.balance-accordion.-rub- .rub {
    display: inline;
}
.balance-accordion.-thousand- .thousand {
    display: inline;
}
.balance-accordion.-mln- .mln {
    display: inline;
}
.balance-accordion.-bln- .bln {
    display: inline;
}
.gos-contract {
    margin-right: 120px;
    padding: 16px 0;
}
.gos-contract--image {
    float: left;
    width: 60px;
    margin-bottom: 10px;
}
.gos-contract--title {
    font-weight: normal;
    margin-bottom: 5px;
    margin-right: 100px;
    line-height: 1.3em;
}
.gos-contract--details {
    margin-top: 16px;
    clear: both;
    line-height: 1.5em;
}
.gos-contract--status-info [class^="icon"] {
    position: relative;
    top: 2px;
    margin: 0 2px 0 8px;
}
.fssp--status-info [class^="icon"] {
    position: relative;
    top: 2px;
    margin: 0 2px 0 0;
}
.gos-contract--status-fz {
    margin-left: 12px;
    padding: 1px 4px;
    border-radius: 2px;
}
.fssp-image {
    float: left;
    width: 120px;
}
.fssp-image img {
    display: block;
    max-width: 100%}
.fssp-desc {
    padding-top: 10px;
    margin-left: 140px;
    line-height: 1.4em;
}
.gos-contract-price {
    color: #919191;
}
.gos-contract-price .price-value {
    display: block;
    color: #565656;
    font-size: 18px;
}
.gos-contract--cust-adress {
    margin-top: 8px;
}
.guarantees-status {
    vertical-align: top;
    line-height: 1.4em;
}
.guarantees-status [class^="icon"] {
    margin-right: 4px;
}
.contracts-list .row .gos-contract-price, .fssp-list .row .gos-contract-price, .unfair-list .row .gos-contract-price {
    margin-top: 16px;
    vertical-align: top;
}
.ui-text-cut--short {
    overflow: hidden;
    position: relative;
}
.ui-text-cut--short:after {
    position: absolute;
    bottom: 0;
    left: 0;
}
.gos-contract--title .ui-text-cut--toggle {
    font-size: 13px;
}
.unfair--details {
    padding: 8px 0;
}
.unfair--date {
    display: inline-block;
    margin-right: 16px;
}
.unfair--date [class^="icon"] {
    display: inline-block;
    vertical-align: -3px;
    margin-right: 4px;
}
.unfair--note {
    font-size: 12px;
    margin-top: 8px;
}
.unfair--note sup, .unfair--date sup {
    font-size: 17px;
    font-weight: bold;
}
.unfair-head---details {
    padding-bottom: 0;
}
.disclosure-years {
    margin-bottom: 32px;
    float: left;
}
.disclosure-years a {
    display: inline-block;
    margin-right: 16px;
}
.disclosure-years a.active {
    cursor: default;
    color: #7f502b;
    border-bottom: transparent;
}
.disclosure-docs {
    clear: both;
}
.disclosure-doc-header {
    display: none;
}
.disclosure-doc-header.visible {
    display: block;
}
.disclosure-docs--item {
    background: #fff;
    display: block;
    text-align: left;
    padding: 32px;
    margin: 22px auto 35px;
    width: 75%;
    line-height: 1.5em;
    white-space: pre-wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.disclosure-docs--source {
    margin-top: 20px;
    padding: 0 10px;
}
.row-header.-inspoiler- {
    margin: 12px 0 0 0;
}
.row-header.-undertitle- {
    margin: 0;
}
.display-as--select {
    float: right;
}
.checkup-row {
    padding: 16px 0;
}
.checkup-row [class*='col-'] {
    vertical-align: top;
}
.checkup-row--important {
    margin-bottom: 10px;
}
.checkup-row--important span {
    display: inline-block;
    padding: 2px 4px;
}
.checkup-row--inspector {
    padding: 8px 0;
    clear: both;
    vertical-align: middle;
    white-space: nowrap;
}
.checkup-row--inspector:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.checkup-row--title {
    font-weight: normal;
    margin-bottom: 10px;
}
.checkup-row--inspector-image {
    width: 32px;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
}
.checkup-row--inspector-image img {
    max-width: 100%}
.checkup-row--inspector-title {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.checkup-timestatus--date sup {
    font-weight: bold;
    font-size: 17px;
    line-height: 10px;
}
.checkup-timestatus--help {
    padding: 12px 16px;
}
.checkup-timestatus--help sup {
    font-weight: bold;
    font-size: 17px;
    line-height: 10px;
}
.trademark--item {
    margin-bottom: 20px;
    height: 200px;
}
.trademark--item-img {
    border: none;
    text-decoration: none;
    display: block;
    height: 150px;
    padding: 10px;
    background: #fff;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    word-spacing: -.3em;
}
.trademark--item-img:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.trademark--item-img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 98%;
    max-height: 98%}
.trademark--item-num {
    vertical-align: top;
    line-height: 1.4em;
    margin-top: 10px;
}
.trademark--item-num [class^="icon"] {
    margin-left: 10px;
    margin-right: 4px;
}
.trademark-card--top {
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 1px 0 #fff;
    padding-bottom: 20px;
}
.trademark-card--regorg {
    text-align: center;
    font-size: 16px;
    max-width: 400px;
}
.trademark-card--regorg img {
    display: block;
    margin: 10px auto;
}
.trademark-card--details {
    line-height: 1.7em;
}
.trademark-card--code strong {
    font-size: 18px;
}
.trademark-history-text {
    padding: 30px 20px;
    line-height: 1.7em;
}
.trademark-card--status i, .trademark-card--status span {
    vertical-align: middle;
}
.trademark-card--status span {
    margin-left: 4px;
}
.chain-tree-need-pro {
    text-align: center;
    margin: 40px auto 0;
    width: 960px;
}
.chain-tree-need-pro .need-pro--text {
    color: #9d9d9d;
    font-size: 15px;
    line-height: 1.3em;
}
.chain-tree-need-pro .need-pro--image-block {
    overflow: hidden;
    width: 690px;
    margin: 0 auto;
}
.chain-tree-need-pro .need-pro--img {
    vertical-align: middle;
    width: 388px;
    margin-right: 20px;
}
.chain-tree-need-pro .need-pro--img-desc {
    text-align: left;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 270px;
    line-height: 1.5em;
}
.mass-reference {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.mass-reference:hover .mass-reference--icon {
    color: #e74946;
}
.mass-reference--icon {
    color: #f7941d;
    cursor: pointer;
    vertical-align: middle;
    font-size: 13px;
    margin-right: 2px;
}
.mass-reference--count {
    font-size: 10px;
}
.language-select .dropdown--item [class^='ico-language'] {
    float: left;
    margin: 2px 8px 0 0;
}
.meta-table {
    font-size: 13px;
}
.meta-table.-cofounders- th {
    width: 33%}
.meta-table.-cofounders- .td-name {
    width: 60%}
.meta-table.-cofounders- .td-name [class^="icon-man"] {
    color: #919191;
    margin-right: 6px;
}
.meta-table.-cofounders- .td-name [class^="icon-building"] {
    color: #585755;
    margin-right: 6px;
}
.meta-table.-cofounders- .td-amount {
    width: 25%}
.meta-table.-cofounders- .td-percent {
    width: 15%}
.meta-table.-registrations- .td-fit {
    width: 40%}
.meta-table.-registrations- .td-logo {
    width: 5%}
.meta-table.-registrations- .td-region {
    width: 10%}
.meta-table th, .meta-table td, .meta-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 1px 0 #fff;
    padding: 14px 8px;
}
.meta-table th {
    color: #919191;
    font-weight: normal;
    padding: 12px 8px 10px;
}
.meta-table tr.-active- td {
    background: #f6ebc7;
    border-bottom-color: #e5d0a5;
}
.meta-table.-docs- .td-name {
    width: 40%}
.meta-table.-hover- tr:hover td {
    background: #ececec;
}
.meta-table.-okvd- .td-logo {
    width: 10px;
}
.meta-table.-okvd- .td-section {
    width: 45%}
.meta-table.-okvd- .td-code {
    width: 70px;
}
.meta-table.-branches- .td-name {
    width: 45%}
.meta-table.-branches- .td-ogrn {
    width: 15%}
.meta-table.-branches- .td-addr {
    width: 40%}
.meta-table.-reg-history- .td-name {
    width: 33%}
.meta-table.-coowners- .td-name {
    min-width: 50%}
.-zh- .meta-table th {
    white-space: nowrap;
}
.card-iconic-block {
    margin-bottom: 16px;
}
.card-iconic-block:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.card-iconic-block .cib--icon {
    float: left;
    margin-right: 12px;
}
.card-iconic-block .cib--text {
    margin-left: 40px;
}
.ul-list {
    margin-left: 16px;
}
.buttons-container {
    clear: both;
    text-align: center;
}
.buttons-container:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.breadcrumbs {
    display: none;
    color: #999;
    margin-bottom: 24px;
    font-size: 13px;
}
.breadcrumbs a {
    position: relative;
    margin: 0 14px 0 0;
    display: inline-block;
    white-space: nowrap;
}
.breadcrumbs a:after {
    color: #999;
    position: absolute;
    content: '/';
    padding: 0 6px;
    right: -18px;
    top: 0;
}
.breadcrumbs a.favorite {
    display: none;
}
.breadcrumbs span {
    margin: 0 14px 0 0;
}
.attention-box {
    padding: 10px 15px;
    border-radius: 5px;
}
.attention-box.-error- {
    background: #f4e0dc;
}
.attention-box.-warning- {
    background: #f4eed4;
}
.attention-box [class^="icon"] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.attention-box .attention-box--message {
    display: inline-block;
    vertical-align: middle;
}
.-line-through- {
    text-decoration: line-through;
}
.multilevel-ul {
    line-height: 1.4em;
}
.multilevel-ul ul {
    margin: 8px 0 8px 24px;
}
.multilevel-ul ul.style-alpha {
    margin-left: 40px;
}
.multilevel-ul ul.style-alpha li {
    list-style-type: lower-alpha;
}
.multilevel-ul li {
    list-style-type: none;
}
.demo-social-auth {
    padding: 6px 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.demo-social-auth a {
    margin-right: 4px;
}
.disqualified-info {
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
    color: #f7941d;
}
.disqualified-info i {
    cursor: pointer;
}
.disqualified-info:hover {
    color: #e74946;
}
.disqual-title {
    margin: 0.5em 0;
    padding: 0 16px;
    text-align: left;
}
.disqual-table {
    margin: 0 0 0.5em;
}
.disqual-table td {
    vertical-align: top;
    width: 50%;
    text-align: right;
    padding: 8px 16px;
}
.disqual-table td:first-child {
    text-align: left;
}
.disqual-table tr td {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}
.disqual-table tr:first-child td {
    border-top: none;
}
.disqual-table tr:last-child td {
    border-bottom: none;
}
.disqualified-tip {
    margin: -10px -12px;
}
.disqual-container {
    font-family: "PT Sans",  sans-serif;
}
.disqual-row {
    line-height: 1.7em;
}
.auth-required-modal {
    padding: 16px 32px 0;
}
.list-icon li {
    position: relative;
    padding-left: 30px;
}
.list-icon li [class*='icon-'] {
    position: absolute;
    left: 0;
    top: 1px;
}
.-rtl- .breadcrumbs {
    direction: rtl;
}
.-rtl- .breadcrumbs a:after {
    right: auto;
    left: -18px;
}
.title-w-contents .title {
    vertical-align: middle;
}
.base-tab {
    display: none;
}
.base-tab.active {
    display: block;
}
.hint-ui.-black- {
    background: rgba(44, 44, 44, 0.85);
    box-shadow: none;
    border: none;
}
.hint-ui.-black- .hint-ui--text {
    color: #fff;
    min-width: 196px;
}
.hint-ui.-black- .hint-ui--text a {
    color: #fff;
    border: none;
    text-decoration: underline;
}
.hint-ui.-black- .hint-ui--arrow {
    background: none;
    border: 6px solid transparent;
    border-top-color: rgba(44, 44, 44, 0.85);
    width: 0;
    height: 0;
    bottom: -12px;
}
.hint-ui.-wide- {
    min-width: 300px;
}
.make-request {
    margin-top: 32px;
    width: 304px;
}
.make-request--features-ul {
    margin: 0 0 20px 16px;
    padding: 0;
}
.make-request--features-ul li {
    list-style: none;
    display: block;
    margin-bottom: 10px;
}
.mobile-available {
    clear: both;
    margin-top: 20px;
}
.mobile-available:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.mobile-available .ma-title {
    margin-bottom: 8px;
}
.mobile-available a {
    background: url("../img/mobile_available.png") no-repeat 0 0;
    width: 130px;
    height: 40px;
    float: left;
    border: none;
    display: block;
}
.mobile-available .google {
    background-position: 0 0;
}
.mobile-available .appstore {
    background-position: 0 -40px;
    margin-right: 5px;
}
.home-start {
    padding: 28px 0 0 0;
    min-height: 400px;
}
.home-start--buttons {
    font-size: 0;
    padding: 20px 16px;
    margin-bottom: 20px;
    background: url("../img/signup-bg.png") 50% 50% no-repeat;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
}
.home-start--buttons .btn-signup {
    font-weight: bold;
    font-size: 16px;
}
.home-start--buttons-small {
    display: inline-block;
    width: 70px;
    margin: 0 5px;
    font-size: 16px;
    text-align: center;
    border: none;
    color: #565656;
    font-family: "PT Sans Narrow";
    line-height: 1em;
    cursor: pointer;
    vertical-align: top;
}
.home-start--buttons-small:hover {
    color: #ae0000;
}
.home-start--buttons-small:hover .hs--btn-icon {
    background: #ff6062;
    box-shadow: inset 0 0 20px #ae004a, inset 0 -40px 20px -20px rgba(174, 0, 74, 0.56);
}
@media screen and (min-width: 1420px) {
    .home-start--buttons-small {
    width: 70px;
    margin: 0 10px;
}
}.request-signup--text {
    font-size: 16px;
    margin-top: 16px;
}
.hs--btn-icon {
    display: block;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 32px;
    line-height: 32px;
    padding: 9px 0 9px;
    margin: 0 auto 8px auto;
    background: #97e9f5;
    box-shadow: inset 0 0 20px rgba(42, 98, 172, 0.74), inset 0 -40px 20px -20px rgba(42, 98, 172, 0.32);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hs--btn-icon [class^="icon"] {
    cursor: pointer;
    font-size: 32px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.hs--btn-icon.-yellow- {
    background: #f7d099;
    box-shadow: inset 0 0 20px #ce7235,  inset 0 -40px 20px -20px #edba56;
}
.home-start--news {
    margin-bottom: 12px;
}
.home-start--news-item {
    margin-top: 25px;
    margin-bottom: 50px;
}
.home-start--news-item:first-child {
    margin-top: 0;
}
.home-start--news-date {
    font-size: 13px;
    color: #919191;
    margin-bottom: 4px;
}
.home-start--news-date img.icon {
    margin-right: 8px;
}
.home-start--news-title {
    font-size: 16px;
    margin-bottom: 8px;
}
.home-start--news-title h2 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
}
.home-start--news-cut {
    font-size: 16px;
}
.home-start--links {
    margin-bottom: 25px;
    margin-left: -8px;
}
.home-start--links a {
    font-weight: bold;
    margin: 0 8px;
}
.home-start--support {
    float: left;
    max-width: 250px;
    margin-right: 20px;
}
.home-start--qr-code {
    display: inline-block;
    vertical-align: 1px;
    margin-left: 8px;
}
.home-start--qr-code--trigger {
    cursor: pointer;
    display: inline-block;
    width: 24px;
}
.home-start--qr-code--trigger img {
    position: absolute;
    left: -1000000px;
}
.home-start--support-phone {
    margin: 0;
    padding: 5px 0;
    font-size: 24px;
    font-weight: bold;
}
.home-start--support-note {
    font-size: 13px;
}
.capabilities {
    padding-top: 600px;
}
.capability-row {
    background: #f6f6f7;
    text-align: center;
    font-size: 16px;
    position: relative;
    padding: 32px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.capability-row:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%}
.capability-row .row [class*='col-'] {
    padding: 0 8px;
    position: relative;
}
.capability-row.-capability-row-hilited- {
    background: #e9eced url(../img/capabilities/capability-bg.jpg) center no-repeat;
}
.capability-row.-img-bottom- .capability-row--img {
    position: absolute;
    bottom: 0;
}
.capability-row.-capability-row-header-holder- {
    height: auto;
    min-height: 500px;
    padding: 32px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.capability-row.-capability-row-header-holder-:before {
    display: none;
}
.capability-row.-height-auto- {
    height: auto;
}
.capability-intro {
    background: url("../img/card-head-background.jpg") no-repeat scroll 50% 100%/100% 100%;
    height: auto;
    position: fixed;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 58px;
    padding-bottom: 40px;
}
.capability-intro .capability-row--content {
    text-align: center;
}
.capability-intro .capability-row--img-container {
    height: 170px;
}
.capability-row--content--text {
    margin-top: 32px;
    margin-bottom: 18px;
}
.capability-intro--title {
    text-align: center;
    font-size: 35px;
    margin-bottom: 24px;
}
.capability-intro--text {
    font-size: 20px;
    margin: 0 auto;
    text-align: center !important;
    width: 850px;
}
.capability-intro--img {
    display: block;
    margin: 0 auto;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.capability-map .capability-section-header {
    margin-bottom: 275px;
}
.capability-map .capability-row--img {
    margin-left: -20px;
}
.capability-row--map {
    background: url(../img/capabilities/map_en.jpg) center/cover no-repeat;
    height: 283px;
    position: absolute;
    left: 0;
    right: 0;
    top: 104px;
}
.-ru- .capability-row--map {
    background: url(../img/capabilities/map_ru.jpg) center/cover no-repeat;
}
.-en- .capability-row--map {
    background: url(../img/capabilities/map_en.jpg) center/cover no-repeat;
}
.-de- .capability-row--map {
    background: url(../img/capabilities/map_de.jpg) center/cover no-repeat;
}
.-es- .capability-row--map {
    background: url(../img/capabilities/map_es.jpg) center/cover no-repeat;
}
.-fr- .capability-row--map {
    background: url(../img/capabilities/map_fr.jpg) center/cover no-repeat;
}
.-pt- .capability-row--map {
    background: url(../img/capabilities/map_pt.jpg) center/cover no-repeat;
}
.-uk- .capability-row--map {
    background: url(../img/capabilities/map_uk.jpg) center/cover no-repeat;
}
.-zh- .capability-row--map {
    background: url(../img/capabilities/map_zh.jpg) center/cover no-repeat;
}
.-ar- .capability-row--map {
    background: url(../img/capabilities/map_ar.jpg) center/cover no-repeat;
}
.capability-section-header {
    font-size: 32px;
    font-weight: normal;
    width: 974px;
    margin: 0 auto 64px;
}
.capability-row--content {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 974px;
}
.capability-row--title {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 16px;
}
.capability-row--img-container {
    position: relative;
}
.capability-nav-wrap {
    background: #f6f6f7;
    box-shadow: 0 -20px 20px -16px rgba(0, 0, 0, 0.08);
    height: 143px;
    position: relative;
}
.capability-nav {
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
    height: 143px;
    min-width: 980px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.capability-nav.-fixed- {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.capability-nav.-small- {
    height: 66px;
}
.capability-nav.-small- .capability-nav--item--icon {
    top: -90px;
    opacity: 0;
}
.capability-nav.-small- .capability-nav--item--icon.-small- {
    top: 50%;
    left: 0;
    bottom: auto;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.capability-nav.-small- .capability-nav--item {
    padding-top: 0;
    min-height: 0;
}
.capability-nav.-small- .capability-nav--item>span {
    padding-top: 0;
}
.capability-nav.-small- .capability-nav--item:after {
    height: 64px;
}
.capability-nav:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%}
.capability-nav--item {
    color: #333;
    border: none;
    display: inline-block;
    font-size: 16px;
    padding: 0 70px;
    outline: none;
    vertical-align: middle;
    position: relative;
    width: 320px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.capability-nav--item:after {
    content: '';
    height: 83px;
    width: 1px;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    background-image: -webkit-linear-gradient(top,  rgba(255, 255, 255, 0), #d4d4d4 50%, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #d4d4d4 50%, rgba(255, 255, 255, 0));
}
.capability-nav--item>span {
    display: inline-block;
    position: relative;
    padding-top: 50px;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
}
.capability-nav--item:last-child:after {
    display: none;
}
.capability-nav--item:hover {
    color: #e74946;
}
.capability-nav--item:hover .capability-nav--item--title {
    color: #e74946;
}
.capability-nav--item.active {
    color: #e74946;
}
.capability-nav--item.active .capability-nav--item--title {
    color: #e74946;
}
.capability-nav--item--title {
    color: #2872B9;
    border-bottom: 1px dashed;
    line-height: 1.3;
}
.capability-nav--item--icon {
    display: block;
    font-size: 48px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -24px;
    opacity: 1;
    -webkit-transition: top 0.3s, opacity 0.3s;
    -moz-transition: top 0.3s, opacity 0.3s;
    transition: top 0.3s, opacity 0.3s;
}
.capability-nav--item--icon.-small- {
    top: 107px;
    left: 0px;
    font-size: 24px;
    margin-left: -32px;
    bottom: auto;
    opacity: 0;
    -webkit-transition: top 0.3s, opacity 0.3s;
    -moz-transition: top 0.3s, opacity 0.3s;
    transition: top 0.3s, opacity 0.3s;
}
.capability-nav--item:nth-child(1)>span {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
}
.capability-nav--item:nth-child(1) .capability-nav--item--icon {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
}
.capability-nav--item:nth-child(2)>span {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
}
.capability-nav--item:nth-child(2) .capability-nav--item--icon {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
}
.capability-nav--item:nth-child(3)>span {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}
.capability-nav--item:nth-child(3) .capability-nav--item--icon {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}
.capability-row.-special-blue- {
    background: #d8eeff;
    box-shadow: inset 0 0 30px rgba(58, 67, 179, 0.2);
    min-height: 0;
    padding-bottom: 0;
}
.capability-row.-special-blue- .capability-row-tr {
    height: 280px;
    text-align: center;
}
.capability-row.-special-blue- .capability-row-tr h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}
.capability-row.-special-blue- .capability-row-tr .request-text {
    font-size: 20px;
    text-align: center !important;
}
.capability-row.-special-blue- .capability-row-tr.-flag- {
    background: url(../img/capabilities/tur_flag.png) 400px bottom no-repeat;
    text-align: left;
}
.capability-row.-special-blue- .capability-row-tr.-flag- .request-contacts {
    margin-top: 20px;
}
.capability-row.-special-blue- .capability-row-tr.-flag- .request-contacts li {
    list-style-type: none;
}
.capability-row.-special-blue- .capability-row-tr.-flag- .request-contacts [class^="icon"] {
    vertical-align: middle;
    margin-right: 8px;
}
html.-ar- .capability-row--title {
    text-align: right;
    direction: rtl;
}
html.-ar- .capability-row--content p {
    text-align: right;
    direction: rtl;
}
html.-ar- .capability-intro--title {
    direction: rtl;
}
.arbit-grid {
    margin-bottom: 32px;
}
.arbit-grid .row [class*='col-'] {
    position: relative;
}
.arbit-grid .row.-extra-space- {
    padding-right: 64px;
}
.arbit-grid-case {
    cursor: pointer;
    line-height: 1.4em;
}
.arbit-grid-case.row-total {
    font-size: 16px;
}
.arbit-grid-case:hover .arbit-grid--link {
    display: block;
}
.arbit-grid--case-icon {
    font-size: 15px;
    margin-right: 4px;
    vertical-align: -2px;
}
.arbit-grid--case-type {
    border-radius: 2px;
    display: inline-block;
    width: 28px;
    text-align: center;
}
.arbit-grid--case-type.-case-c- {
    background: #C0DDBD;
}
.arbit-grid--case-type.-case-a- {
    background: #F7C395;
}
.arbit-grid--case-type.-case-b- {
    background: #f4b8c5;
}
.arbit-grid--link {
    display: none;
}
.active .arbit-grid--active-hidden {
    display: none;
}
.arbit-grid--active-visible {
    display: none;
}
.active .arbit-grid--active-visible {
    display: block;
}
.arbit-grid--counter-container {
    position: relative;
    display: block;
}
@media screen and (min-width: 1420px) {
    .arbit-grid--counter-container {
    display: inline-block;
    padding-right: 50px;
}
}.arbit-grid--counter {
    display: block;
    margin-top: 8px;
}
@media screen and (min-width: 1420px) {
    .arbit-grid--counter {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
}
}.arbit-grid--counter .icon-friends {
    font-size: 16px;
    margin-right: 2px;
    vertical-align: -2px;
}
.-no-auth- .arbit-grid-case [class^="col-"] {
    word-break: break-word;
}
.arbit-preview {
    width: 304px;
}
.arbit-preview--header {
    padding-left: 40px;
    position: relative;
    min-height: 54px;
    font-size: 24px;
    font-family: 'PT Sans Narrow';
    margin: 0 0 8px;
}
.arbit-preview--header .title {
    display: block;
    margin: 0 0 -8px;
}
.arbit-preview--header .link {
    font-size: 16px;
}
.arbit-preview--header-img {
    color: #d3986c;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 32px;
}
.arbit-preview--period [class^='icon'] {
    font-size: 16px;
    margin-right: 4px;
}
.arbit-preview--acts-header {
    margin-top: 32px;
    min-height: 41px;
}
.arbit-preview--acts-item--link {
    padding-left: 24px;
    margin-top: 8px;
    position: relative;
}
.arbit-preview--acts-item--link [class^='ico'] {
    position: absolute;
    left: 0;
    right: 0;
    width: 18px;
}
.arbit-courts {
    position: relative;
}
.arbit-court {
    position: relative;
    padding-bottom: 32px;
}
.arbit-court:before {
    content: '';
    position: absolute;
    width: 3px;
    left: 14px;
    top: 0;
    bottom: 0;
    background-color: #cacaca;
    background-image: -webkit-linear-gradient(left,  #cacaca, #d3d3d3);
    background-image: linear-gradient(to right, #cacaca, #d3d3d3);
}
.arbit-court:last-child:before {
    display: none;
}
.arbit-court--header {
    padding-left: 52px;
}
.arbit-court--icon {
    background: #f6f6f7;
    position: absolute;
    font-size: 32px;
    text-shadow: 0 1px #fff;
    left: 0;
    top: -6px;
}
.arbit-court--general {
    padding-left: 68px;
}
.arbit-court--general img {
    display: block;
    max-width: 100%}
.arbit-court--general--title {
    margin-bottom: 16px;
}
.arbit-court--judges h3 {
    font-weight: normal;
    margin-bottom: 16px;
}
.arbit-court--judges h3 [class^='icon'] {
    margin-right: 8px;
    float: left;
}
.arbit-doc-row--title span {
    display: block;
}
.arbit-doc-row--title strong {
    font-weight: normal;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
}
.arbit-doc-row--title:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -.2em;
}
.arbit-doc-row--title>* {
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
}
.arbit-doc-row--title--content {
    margin-left: 12px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 85%;
    white-space: nowrap;
}
.request-wrap {
    text-align: center;
    padding-top: 64px;
}
.request {
    display: inline-block;
    position: relative;
    text-align: left;
}
.request .-long- {
    width: 448px;
}
.request .-short- {
    width: 220px;
}
.request.-success- .request--submit-btn {
    visibility: hidden;
}
.request.-success- .request--success-msg {
    opacity: 1;
    left: 0;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.request.-error- .request--error-msg {
    left: 0;
    opacity: 1;
}
body.-request-success- .request--success-msg {
    position: static;
    opacity: 1;
    left: 0;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.request--intro {
    margin-bottom: 32px;
}
.request--row {
    margin-bottom: 16px;
}
.request--label {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    width: 160px;
}
.request--ast {
    font-style: normal;
    color: #f26d7d;
}
.request--row--content {
    display: inline-block;
    vertical-align: middle;
}
.request--row--note {
    color: #919191;
    vertical-align: middle;
}
.request--submit {
    margin-top: 32px;
}
.request--result-msg {
    font-size: 16px;
}
.request--result-msg [class*='icon'] {
    font-size: 32px;
    margin-right: 28px;
}
.request--result-msg .icon-accept-circle {
    color: #70eb3a;
}
.request--error-msg {
    color: #f26d7d;
    position: absolute;
    margin: 0;
    left: -10000px;
    bottom: -20px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.request--success-msg {
    position: relative;
    left: -10000px;
    opacity: 0;
    margin-bottom: 32px;
    font-size: 16px;
    -webkit-transform: translateY(-16px);
    -moz-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    -o-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-transition-property: transfrom, opacity;
    -moz-transition-property: transfrom, opacity;
    transition-property: transfrom, opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.request--success-msg .icon-accept-circle {
    font-size: 32px;
    margin-right: 28px;
}
.-success->.request--success-msg {
    opacity: 1;
    left: 0;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.ui-circle {
    display: inline-block;
    list-style: none;
    margin: 0 5px;
    position: relative;
    text-align: center;
    width: 50px;
    height: 50px;
    background: #e9e9e9;
    border-radius: 50%;
    box-shadow: 0 1px 0 #fff, 0 0 1px rgba(0, 0, 0, 0.25);
}
.ui-circle:after {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    margin: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}
.ui-circle:before {
    content: '';
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    z-index: 2;
}
.ui-circle canvas {
    position: relative;
    z-index: 1;
}
.ui-circle-num-holder {
    color: #777;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -10px 0 0;
    font-size: 16px;
    font-weight: bold;
    font-family: "PT Sans Narrow",  Arial,  sans-serif;
    width: 100%;
    z-index: 3;
}
.ui-circle-sign {
    font-size: 10px;
    vertical-align: 6px;
}
.checkup-timestatus {
    float: right;
    margin: 10px 0 5px;
}
.checkup-timestatus--date {
    white-space: nowrap;
    float: left;
    margin-right: 20px;
}
.checkup-timestatus--days {
    float: left;
    color: #919191;
    line-height: 20px;
    padding: 5px 0 0 0;
    width: 105px;
}
.checkup-timestatus--circle {
    float: left;
    margin-right: 20px;
    position: relative;
}
.checkup-timestatus--circle:before {
    left: 50%;
    top: -29px;
    width: 1px;
    height: 108px;
    background: url("../img/circle-center-line.html") 50% 0 no-repeat;
}

.img_zoom {
 width: 40%;
 height: 40%;
 border-radius:4px;
 box-shadow: 0 0 0 1px #fff;
 border:1px solid #eee;
 transition:all .25s ease-in-out;
 -webkit-transition:all .25s ease-in-out;
 -moz-transition:all .25s ease-in-out;
 -o-transition:all .25s ease-in-out;
 -ms-transition:all .25s ease-in-out;
 display: block;
 margin: 0 auto;
 z-index: 1000;
}

.img_zoom:hover{
 -webkit-transform: scale(1.9);
 -moz-transform: scale(1.9);
 -o-transform: scale(1.9);
 box-shadow: 0 12px 6px -6px #666,0 0 3px 0 #ccc;
 border-radius:4px;
 CURSOR:pointer;
 display: block;
 margin: 0 auto;
 z-index: 1000;
}

.center_text{
 text-align: center;
}