@import "reset.css";
@import "fonts.css";
@import "jquery.formstyler.css";
@import "remodal.css";
@import "remodal-default-theme.css";

html {
    height: 100%;
    min-height: 100%;
}

body {
    height: 100%;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.08em;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    font-style: normal;
    outline: none;
    color: #1b387f;

}

.wrapper.morning #tabs h1,
.wrapper.morning #tabs p,
.wrapper.evening #tabs h1,
.wrapper.evening #tabs p {
    color: #fff!important;
    text-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3);
}

.wrapper.night #tabs h1,
.wrapper.night #tabs p {
    color: #fff!important;
    text-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3);
}

.wrapper.day #tabs h1,
.wrapper.day #tabs p
 {
    color: #fff!important;
    text-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3);
}

header {
    background: #18264d;
    padding: 13px 0;
    width: 100%;
    position: relative;
    z-index: 20;
}

div.menu {
    position: relative;
    z-index: 20;
}

footer {
    background: #18264d;
    bottom: 0;
    color: #b5bac9;
    font-size: 0.625em;
    padding: 20px 0;
    position: relative;
    width: 100%;
    z-index: 20;
}

h1 {
    font-size: 2.615em;
    font-weight: 200;
}

h2 {
    font-size: 2.413em;
    color: #1b387f;
    font-weight: 200;
    margin: 0.85em 0;
}

h3 {
    color: #1b387f;
    font-size: 1.675em;
    font-weight: 200;
    margin: 0.85em 0;
}

h4 {
    color: #153080;
    font-size: 1.350em;
    line-height: 1.475em;
    margin: 0 0 10px;
}

h5 {
    color: #153080;
    font-size: 1.350em;
    line-height: 1.475em;
    margin: 0.2em 0;
}

h6 {
    color: #153080;
    font-size: 1em;
    font-weight: 400;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child {
    margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child {
    margin-bottom: 0;
}

b {
    font-weight: 400;
    color: #ef7b2d;
}

p {
    color: #38415c;
    font-size: 0.875em;
    line-height: 1.500em;
    margin: 1em 0;
}

p:first-child {
    margin-top: 0;
}

h6 + p {
    margin-top: 0.3em;
}

h4 + p {
    margin-top: 0;
}

h5 + p {
    margin-top: 0;
}

a {
    color: #2e79cd;
    text-decoration: none;
}

a:hover {
    color: #1c5697;
}

input[type="text"], input[type="password"] {
    border: 2px solid #d5d5d5;
    border-radius: 3px;
    box-sizing: border-box;
    color: #38415c;
    font-size: 0.875em;
    height: 30px;
    line-height: 30px;
    padding: 0 9px;
    width: 100%;
}

textarea {
    border: 2px solid #d5d5d5;
    border-radius: 3px;
    box-sizing: border-box;
    color: #38415c;
    font-size: 0.875em;
    height: 126px;
    padding: 10px;
    width: 100%;
}

select {
    border: 2px solid #d5d5d5;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 1.25em;
    width: 100%;
}

input[type="text"].error, input[type="password"].error, select.error, textarea.error,
input[type="text"]:invalid, input[type="password"]:invalid, select:invalid, textarea:invalid
{
    border: 2px solid #ef7b2d;
    box-shadow: 0 0 3px red;
}

input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
    border: 2px solid #3366ff;
    box-shadow: 2px 2px 2px #999;
}

label {
    color: #38415c;
    cursor: pointer;
    font-size: 0.875em;
}

label[title] {
    border-bottom: 1px dotted #38415c;
}

label.disabled {
    cursor: pointer;
}

form.disabled {
    opacity: 0.7;
}


.main-page {
    background: #999 center -17px no-repeat;
    background-size: cover;
}

.main-page:after {
    display: block;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(24, 38, 78, 0.4);

}

.main-page.day{
    background-image: url("../img/day-bg.jpg");
}


.main-page.evening{
    background-image: url("../img/evening-bg.jpg");
}

.main-page.night{
    background-image: url("../img/night-bg.jpg");
}

.main-page.morning {
    background-image: url("../img/morning-bg.jpg");
}

.just-fix {
    display: inline-block;
    width: 100%;
}


#tabs {
    padding-top: 50px;
    z-index: 20;
    position: relative;
}

.content, .cont-in {
    box-sizing: border-box;
    max-width: 1300px;
    min-width: 960px;
    margin: 0 auto;
    padding: 0 3%;
}

.page .content {
    padding-top: 13px;
    padding-bottom: 13px;
}

.content .content {
    margin: 0;
    padding: 0;
    min-width: 100%;
}

.ui-tabs > div {
    padding-bottom: 24px;
}

.page article:first-child {
    padding-top: 17px;
}
#logo {
    background: url("../img/logo.png") no-repeat 0 0;
    width: 230px;
    height: 44px;
    display: block;
    float: left;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.middle {
    vertical-align: middle;
}

.top {
    vertical-align: top;
}

.bottom {
    vertical-align: bottom;
}

header {
    font-size: 0.75em;
}
header .region {
    float: left;
    margin: 14px 0 0 58px;
}

header .region > select {
    background: transparent;
    color: #fff;
    border: none;
    font-size: 0.750em;
    outline: none;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: normal;
    max-width: 90px;
}

header .region > p {
    color: #fff;
    opacity: 0.5;
}

.wrapper {
    display: table;
    height: 100%;
    width: 100%;
    min-width: 960px;
    overflow: hidden;
}

.search {
    display: inline-block;
}

.search input[type="text"] {
    background: transparent;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    border-radius: 8px;
    width: 136px;
    border: 1px solid #2d4881;
    box-shadow: 0 0;
    color: #fff;
    display: inline-block;
    outline: none;
    float: left;
    font-size: 0.750em;
}

.search input[type="submit"] {
    background: url("../img/main-sprite.png") no-repeat 0 0 transparent;
    border: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    display: inline-block;
    float: left;
    margin-left: 9px;
}

.search input[type="submit"]:hover {
    background-position: -24px 0;
}

.lock::before {
    background: rgba(0, 0, 0, 0) url("../img/main-sprite.png") no-repeat scroll 0 -34px;
    content: " ";
    display: inline-block;
    height: 15px;
    left: -15px;
    margin-right: 0;
    position: absolute;
    top: -2px;
    width: 11px;
}

.lock {
    display: inline-block;
    position: relative;
}

.language > div {
    display: inline-block;
    padding: 0 4px;
    border-right: 2px solid #848ba0;
    text-transform: uppercase;
}

.language > div a {
    color: #fff;
}

.language > div.active {
    color: #b66436;
    opacity: 1;
}

.language > div:last-child {
    border-right: none;
}


/************* Навигационный модуль ************/
.menu.submenu {
    height: 250px;
    -webkit-box-shadow: inset 0 -45px 30px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0 -45px 30px 0 rgba(0,0,0,0.75);
    box-shadow: inset 0 -45px 30px 0 rgba(0,0,0,0.75);
    position: relative;
}

.menu .primary {
    background: rgba(24, 38, 77, 0.8);
    width: 100%;
    min-width: 960px;
}

.menu .secondary {
    background: rgb(242, 242, 242);
    width: 100%;
}

.menu.submenu .secondary {
    background: transparent;
    position: absolute;
    bottom: 0;
}

.menu nav {
    width: 100%;
}

.menu .primary nav {
    display: table;
}

.menu .secondary nav {
    display: block;
}

.menu ul {
    text-align: center;
}

.menu .primary ul {
    display: table-row;
}

.menu .secondary ul {
    display: block;
    text-align: center;
}

.menu li {
    padding: 0 20px;
}

.menu .primary li {
    color: #fff;
    display: table-cell;
    font-size: 0.875em;
}

.menu .secondary li {
    color: #18264d;
    display: inline-block;
    font-size: 0.75em;
}

.menu.submenu .secondary li {
    color: #fff;
    display: inline-block;
    font-size: 0.875em;
    font-weight: 200;
}

.menu a, .menu span {
    /*color: #ffffff;*/
    display: inline-block;
    line-height: 45px;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
}

.menu a.active,
.menu .primary a.active {
    color: #ef7b2d;
}

.menu .secondary a.active {
    color: #ef6b1d;
}

.menu .primary a,
.menu.submenu .secondary a {
    color: #fff;
}

.menu.submenu .secondary a {
    text-shadow: 1px 1px #333333;
}

.menu .secondary a {
    color: #18264d;
}

.menu .join-us .join-us-btn {
    text-align: right;
    width: 50%;
}

.menu .btn {
    margin: 0;
    vertical-align: middle;
    line-height: 33px;
}

.menu .primary a.btn:hover {
    color: #fff;
}

.menu .primary a:hover,
.menu.submenu .secondary a:hover {
    color: #a9bed5;
}

.menu .secondary a:hover {
    color: #2e79cd;
}

.menu.submenu > .cont-in {
    position: relative;
    height: 250px;
}

.menu.submenu .secondary span {
    opacity: 0.5;
}

.menu.submenu.about-us-menu {
    background: url("../img/about-us-menu-bg.jpg") no-repeat center;
    background-size: cover;
}

.menu.submenu.contacts-menu {
    background: url("../img/contacts-menu-bg.jpg") no-repeat center;
    background-size: cover;
}

.menu.submenu.corporate-menu {
    background: url("../img/corporate-menu-bg.jpg") no-repeat center;
    background-size: cover;
}

.menu.submenu.personal-menu {
    background: url("../img/personal-menu-bg.jpg") no-repeat center;
    background-size: cover;
}

/*********** Навигационная строка / "Хлебные крошки" *********/

.page ul.breadcrumbs {
    display: inline-block;
    font-size: 1em;
    line-height: 0.8em;
    margin: 17px 0 0;
    padding: 0;
}

.page ul.breadcrumbs > li {
    color: #ef7b2d;
    display: inline-block;
    font-size: 0.750em;
    padding-right: 5px;
}

.page ul.breadcrumbs .delimiter {
    color: #2e79cd;
}

/************ Закладки шлавной страницы **************/
.page .tabs-case {
    width: 470px;
    min-height: 400px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

ul.ui-tabs-nav, #tabs ul.ui-tabs-nav {
    display: table;
    width: 100%;
    margin: 0;
}

ul.ui-tabs-nav > li {
    display: table-cell;
    outline: none;
}

ul.ui-tabs-nav > li a {
    background: #f2f2f2!important;
    display: block;
    padding: 0.5em;
}

ul.ui-tabs-nav > li.ui-tabs-active {
    position: relative;
    top: -2px;
}

ul.ui-tabs-nav > li.ui-tabs-active a {
    color: #ef7b2d;
    border-top: 2px solid #f2f2f2!important;
    border-right: 2px solid #f2f2f2!important;
    border-left: 2px solid #f2f2f2!important;
    background: #fff!important;
}

ul.agent-partner-tabs-navigation > li {
    width: 50%;
}

ul.agent-partner-tabs-navigation > li a {
    font-size: 2.813em;
}

ul.agent-partner-tabs-navigation {
    margin: 0;
}

ul.auth-tabs-navigation {
    margin: 38px 0 23px 0;
}

ul.auth-tabs-navigation > li a {
    color: #465171;
}

#tabs ul.tabs-navigation {
    margin: 0;
}

#tabs ul.tabs-navigation li {
    display: inline-block;
}

#tabs ul.ui-tabs-nav a {
    background: url("../img/icons_sprite.png") no-repeat 0 -118px !important;
    display: block;
    height: 50px;
    width: 65px;
    outline: none;
    margin: 0 18px;
    border: 0 none !important;
}

#tabs ul.ui-tabs-nav .cards {
    background-position: -54px -34px !important;
}

#tabs ul.ui-tabs-nav .cards:hover {
    background-position: -54px -121px !important;
}

#tabs ul.ui-tabs-nav .ui-tabs-active .cards {
    background-position: -54px -206px !important;
}

#tabs ul.ui-tabs-nav .laptop {
    background-position: -175px -34px !important;
}

#tabs ul.ui-tabs-nav .laptop:hover {
    background-position: -175px -121px !important;
}

#tabs ul.ui-tabs-nav .ui-tabs-active .laptop {
    background-position: -175px -206px !important;
}

#tabs ul.ui-tabs-nav .group {
    background-position: -296px -34px !important;
}

#tabs ul.ui-tabs-nav .group:hover {
    background-position: -296px -121px !important;
}

#tabs ul.ui-tabs-nav .ui-tabs-active .group {
    background-position: -296px -206px !important;
}

#tabs .tabs-case .tabs-case-text {
    margin-top: 50px;
}

#tabs .tabs-case h1 {
    margin-bottom: 30px;
}

#tabs .tabs-case p {
    font-size: 1.250em;
    line-height: 26px;
    font-weight: 100;
}



/************* Функциональные кнопки *************/
.button-row {
    margin: 0 0 30px;
    text-align: center;
}

.btn {
    background: #ef7b2d;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    height: 33px;
    line-height: 33px;
    /*margin-top: 30px;*/
    padding: 0 40px;
    text-decoration: none;
}

.btn.disabled, .btn:disabled, .btn.disabled:hover, .btn:disabled:hover {
    background-color: #ccc;
    color: #666;
    cursor: default;
    text-shadow: 1px 1px #eee;
}

.btn:hover, a.btn:hover {
    background: #d26014;
    color: #fff;
}

.btn.disabled:hover, .btn.disabled.hover {
    background: #ccc;
}

.main-page p {
    font-size: 1.25em;
    font-weight: 100;
    line-height: 26px;
    color: #fff;
}

.main-page .tabs-case .tabs-case-text {
    margin-top: 40px;
}


.app-link {
    display: none;
    text-align: center;
    margin-top: 35px;
    opacity: 0.5;
    color: #fff;
}

.app-link a {
    text-decoration: none;
    color: #fff;
}

.app-link .icon {
    display: inline-block;
    background: url("../img/main-sprite.png") no-repeat 0 -310px;
    width: 60px;
    height: 60px;
    padding: 0;
}

.app-link .text {
    font-size: 0.750em;
    margin-top: 15px;
}

/******** Базовые стили контентного блока страницы ********/
.page {
    display: table-row;
    height: 100%;
    position:relative;
}

.page h1 {
    /*margin-bottom: 25px;*/
    white-space: nowrap;
}

.page ul, .page ol {
    color: #38415c;
    font-size: 0.875em;
    line-height: 1.2em;
    margin-bottom: 1.5em;
    margin-left: 1.2em;
}

.page ul {
    list-style: disc;
}

.page ol {
    list-style: numeric;
}

.page li {
    margin-bottom: 0.5em;
}

.page li > span {
    color: #ef7b2d;
}

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

.page .cont-in {
    padding-top: 17px;
    padding-bottom: 17px;
}

.page .cont-in:first-child {
    padding-top: 34px;
}

.page .cont-in:last-child {
    padding-bottom: 34px;
}

/*.support-page p > b, .contacts-page p > b, .offices-page p > b  {*/
    /*font-size: 1em;*/
    /*color: #153080;*/
/*}*/

.clients-case {
    margin: 45px 0 35px;
    text-align: center;;
}

.clients-case img {
    width: 90%;
    height: auto;
}

.page .row {
    margin-bottom: 17px;
}

.row {
    display: table;
    width: 100%;
}

.row > div {
    display: table-cell;
    /*vertical-align: top;*/
}

.row .col-50-per {
    padding-right: 40px;
    width: 50%;
}

.row .col-90-per {
    padding-right: 40px;
    width: 90%;
}

.row .col-10-per {
    padding-right: 40px;
    width: 10%;
}

.row .col-15-per {
    width: 15%;
}

.row .col-33-per {
    padding-right: 30px;
    width: 33%;
}

.row > div:last-child {
    padding-right: 0;
}

.row .num {
    font-size: 5.188em;
    color: #ef7b2d;
    margin-right: 10px;
    float: left;
}

.row .text {
    position: relative;
    top: 8px;
}

.row .col-33-per > div {
    display: table-cell;
}

.row .col-50-per > div {
    display: inline-block;
    vertical-align: top;
}

.row .year {
    color: #1b387f;
    font-size: 1.875em;
    padding: 0.1em 2em 0 0;
    width: 140px;
}

q::before, q::after {
    color: #c6c6c6;
    font-size: 4.375em;
    font-style: italic;
    position: absolute;
}

q::before {
    content: "«";
    left: -0.65em;
    top: -0.05em;
}

q::after {
    bottom: 0.15em;
    content: "»";
    right: -0.35em;
}

q {
    color: #ef7b2d;
    display: block;
    font-size: 1.25em;
    font-weight: 100;
    line-height: 1.5em;
    margin: 0 auto;
    position: relative;
    text-align: justify;
    width: 55%;
}

cite {
    display: block;
    font-size: 0.75em;
    margin: 25px auto 0;
    text-align: right;
    width: 55%;
}

article.quote > div {
    background: rgba(0, 0, 0, 0) url("../img/leaders/jerun-thumbnail.png") no-repeat scroll right 5% bottom 0 / 17% auto;
    min-height: 205px;
}


.page article.gray-case {
    background: #f2f2f2 none repeat scroll 0 0;
    margin-bottom: 17px;
    padding-top: 17px;
}

footer .copy {
    margin-bottom: 10px;
}

footer .law {
    line-height: 15px;
}

header a, footer a {
    color: #fff;
    text-decoration: none;
}

footer .left-col {
    float: left;
}

footer .right-col {
    text-align: right;
    position: absolute;
    right: 3%;
}

.footer-menu ul > li {
    display: inline-block;
    margin-left: 19px;
}

header a:hover, footer a:hover {
    color: #a9bed5;
}

footer .social {
    margin-top: 8px;
}

footer .social > a {
    background: url("../img/main-sprite.png") no-repeat 0 -60px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 6px;
}

footer .social > a.inst {
    background-position: -200px -60px;
}

footer .social > a.vk {
    background-position: -160px -60px;
}


footer .social > a.tw {
    background-position: 0 -60px;
}

footer .social > a.fb {
    background-position: -40px -60px;
}

footer .social > a.in {
    background-position: -80px -60px;
}

footer .social > a.rss {
    background-position: -120px -60px;
}

.pay-type {
    margin-top: 15px;
    height: 30px;
    background: url('../img/pay-system_sprite.png') no-repeat left;
    background-size: contain;
}


.corporate-page {
    margin-bottom: 0;
}

.corporate-footer {
    background: #f2f2f2;
    /*padding: 17px 0;*/
    text-align: center;
}

.remodal-overlay {
    background: rgba(00, 00, 00, 0.7);
}

.remodal.auth-login-theme {
    max-width: 355px;
    /*padding: 25px;*/
    border-radius: 3px;
    padding: 0;
}

.remodal.auth-login-theme .remodal-close {
    right: 0;
    left: inherit;
}

.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
    -webkit-filter: none;
    filter: none;
}

.remodal section input[type="text"], .remodal section input[type="password"] {
    width: 250px;
    margin-top: 16px;
}

.remodal section {
    border-top: 2px solid #999;
    padding: 20px;
}

.remodal section h4 {
    margin-top: 12px;
}

.remodal section:first-child {
    border-top: 0 none;
}

.remodal section > div {
    margin-top: 0.750em;
    text-align: left;
}

.remodal section label {
    font-size: 0.750em;
    position: relative;
    top: -2px;
}

.remodal section a, .remodal section span {
    font-size: 1em;
    color: #2e79cd;
    text-decoration: none;
    line-height: 24px;
}

.remodal section span {
    display: block;
}


#yamap-contacts {
    height: 380px;
    width: 650px;
    background: url("../img/usachova-map.jpg") no-repeat 0 0;
    background-size: cover;
}

#yamap-netherland {
    height: 380px;
    width: 650px;
    background: url("../img/atrium-map.jpg") no-repeat 0 0;
    background-size: cover;
}

#yamap-riga {
    height: 380px;
    width: 650px;
    background: url("../img/riga-map.jpg") no-repeat 0 0;
    background-size: cover;
}

.licenses-case {
    text-align: center;
    margin: 40px 0 10px 0;
}

.licenses-case a {
    display: inline-block;
    margin: 0 30px 30px 30px;
    width: 18%;
    color: #18264d;
    vertical-align: top;
    outline: none;
}

.col-10-per.licenses-case a {
    margin: 0;
    width: auto;
}

.licenses-case a > div {
    position: relative;
    z-index: 1;
}

.licenses-case a > div.title {
    padding-top: 15px;
}

.licenses-case a > div > img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.6);
}

.licenses-case a .view {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(244,162,108, 0.7) url("../img/lecense-bg.png") no-repeat center;
    z-index: 10;
    display: none;
}

.licenses-case a:hover .view {
    display: block;
}

.doth-list {
    font-size: 0.875em;
    line-height: 1.6em;
    list-style: disc;
    padding-left: 20px;
}

.doth-list > li {
    margin-bottom: 20px;
}



.job > h6 {
    color: #1b387f;
    cursor: pointer;
    margin-bottom: 20px;
}

h4 > span {
    color: #ef7b2d;
}

.job > h6:after {
    content: " ";
    display: inline-block;
    background: url("../img/main-sprite.png") no-repeat 0 -395px;
    width: 11px;
    height: 5px;
    position: relative;
    top: -2px;
    margin-left: 10px;
}

.job .job-info {
    padding-left: 25px;
    display: none;
}

.job .job-info > b {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
}

.job .job-info ul {
    color: #38415c;
    font-size: 0.875em;
    margin-left: 20px;
}

.job .job-info ul > li {
    list-style: disc;
    margin-bottom: 15px;
}


.leaders-case {
    text-align: justify;
    margin-bottom: -30px;
}

.leader > a {
    color: #38415c;
}

.leader h4 {
    color: #2e79cd;
    margin: 10px 0;
}

.leaders-case .leader {
    display: inline-block;
    text-align: center;
    width: 22.3%;
    margin-bottom: 30px;
    /*min-height: 390px;*/
    height: 100%;
    vertical-align: top;
}

.leaders-case .leader {
    font-size: 0.875em;
}

.leaders-case .leader img {
    width: 100%;
    height: auto;
}

.leader .leader-box {
    position: relative;
}

.leader .function {
    line-height: 1.4em;
}

.leader-box .view {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 2px;
    background: rgba(244,162,108, 0.7) url("../img/leaders-bg.png") no-repeat center;
    z-index: 10;
    display: none;
}

.leader-box:hover .view {
    display: block;
}


.content.person {
    height: 100%;
    margin-right: -650px;
    position: absolute;
    right: 50%;
    top: 0;
    width: 100%;
    z-index: -1;
}

.content.person > div {
    background: rgba(0, 0, 0, 0) none no-repeat scroll right 1px bottom 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    right: 3%;
    width: 100%;
}

.service-row h6 {
    color: #2e79cd;
    margin: 0;
}

.service-row p {
    margin: 0;
}

.personality-page .biography {
    width: 50%;
    text-shadow: 1px 1px #fff;
}

.content.person > div.jeron {
    background-image: url("../img/leaders/big_jeron.png");
}

.content.person > div.kovirshin {
    background-image: url("../img/leaders/big_kovirshin.png");
}

.content.person > div.mannanov {
    background-image: url("../img/leaders/big_mannanov.png");
}

.content.person > div.olevsky {
    background-image: url("../img/leaders/big_olevsky.png");
}

.content.person > div.dityatev {
    background-image: url("../img/leaders/big_dityatev.png");
}

.content.person > div.pustavait {
    background-image: url("../img/leaders/big_pustavait.png");
}

.content.person > div.tabakov {
    background-image: url("../img/leaders/big_tabakov.png");
}

.content.person > div.zelenkov {
    background-image: url("../img/leaders/big_zelenkov.png");
}

.content.person > div.vasiliev {
    background-image: url("../img/leaders/big_vasiliev.png");
}

.secure-logo-case {
    text-align: center;
}

.secure-logo-case img {
    margin: 0 25px;
}



div.icon {
    padding-left: 65px;
    position: relative;
}

div.icon::before {
    background: url("../img/icons_sprite.png") no-repeat scroll;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 50px;
}

.icon.economy::before {
    background-position: -48px -585px;
}

.icon.costs::before {
    background-position: -210px -585px;
}

.icon.sales::before {
    background-position: -130px -585px;
}

.icon.buyer::before {
    background-position: -282px -585px;
}

.icon.word::before {
    background: rgba(0, 0, 0, 0) url("../img/word-doc-icon.png") no-repeat scroll 0 0;
    left: 15px;
    top: -6px;
    width: 45px;
}

.service-row {
    margin-left: 75px;
    margin-bottom: 30px;
    position: relative;
}

.service-row .icon {
    background: url("../img/icons_sprite.png") no-repeat -54px -433px;
    height: 45px;
    left: -70px;
    position: absolute;
    top: 5px;
    width: 45px;
}

.icon.card::before {
    background-position: -54px -433px;
}

.icon.ecash::before {
    background-position: -137px -434px;
}

.icon.afraud::before{
    background-position: -206px -433px;
}

.icon.custom::before {
    background-position: -286px -433px;
}

.icon.click::before {
    background-position: -366px -433px;
}

.icon.p3ds::before {
    background-position: -435px -433px;
}

.icon.ivr::before {
    background-position: -509px -433px;
}

.icon.account::before {
    background-position: -589px -433px;
}

.icon.loan::before {
    background-position: -679px -433px;
}

.icon.terminal::before {
    background-position: -769px -433px;
}

.cms-logo-case, .banks-logo-case, .cards-logo-case {
    text-align: center;
}

.banks-logo-case img, .cards-logo-case img {
    margin: 20px;
}

.cms-logo-case img {
    margin: 0 30px 30px 0;
    width: 16%;
    height: auto;
}

.connection-form label > span {
    color: #ef7b2d;
}

.connection-form .connect-rw {
    display: table;
    margin-bottom: 17px;
}

.connection-form .connect-rw > div {
    display: table-cell;
    vertical-align: top;
}

.connection-form .label-case {
    width: 175px;
    padding: 7px 0;
}

.connection-form .input-case {
    width: 370px;
}

.connection-form .radio-case {
    padding: 6px 0;
}

.connection-form .form-text {
    padding: 8px 0 8px 10px;
    font-size: 0.750em;
    font-style: italic;
    color: #9e9e9e;
}

.connection-form select {
    height: 30px;
    line-height: 30px;
    font-size: 0.875em;
}

.connection-form input.captcha {
    width: 180px;
    float: left;
}

.connection-form img.captcha {
    float: right;
}

.connection-form p {
    font-size: 0.750em;
}

/*input[type="submit"].btn-orange {*/
    /*padding: 0 30px;*/
    /*cursor: pointer;*/
/*}*/

ul.map, ul.map ul {
    list-style: outside none circle;
    margin-left: 10px;
    padding: 5px 0 5px 25px;
}

ul.map li {
    padding: 2px;
}


/*.partner-page h3 {*/
    /*margin: 40px 0 30px 0;*/
/*}*/


/************ Новостная лента **************/
.newsLine {
    background-color: rgba(24, 38, 78, 0.7);
    bottom: 0;
    height: 56px;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 20;
}

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

.newsLine article {
    display: inline-block;
    font-size: 0.625em;
    /*max-width: 220px;*/
    /*overflow: hidden;*/
    padding: 5px 0;
    text-align: left;
    /*text-overflow: ellipsis;*/
}

.newsLine article > header {
    background-color: transparent;
    color: #82889c;
    font-size: 1.15em;
    padding: 3px 0;
    position: relative;
}

.newsLine article p {
    font-size: 0.875em;
    line-height: 1em;
    white-space: nowrap;
}

.newsLine article a {
    color: #b5bac9;
    font-size: 1.3em;
    text-decoration: none;
    font-weight: normal;
}

.newsLine article a:hover {
    color: #a9bed5;
}

.itemList {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 1.2em;
    min-height: 107px;
    padding: 10px;
    position: relative;
    text-align: center;
}
.itemList li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 12px;
    box-shadow: 2px 2px 2px #999;
    display: inline-block;
    list-style-type: none;
    margin: 5px 0 0 5px;
    overflow: hidden;
    text-align: center;
}
.itemList a {
    color: #0a83ab;
    display: block;
    font-size: 0.7em;
    height: 80px;
    padding: 5px;
    text-decoration: none;
    white-space: nowrap;
}

.itemList a:hover {
    background-color: rgba(255, 255, 0, 0.3);
    text-decoration: underline;
}

.itemList a img {
    display: block;
    height: 53px;
    margin: auto auto 10px;
    width: 110px;
}

img.full-size {
    width: 100%;
    height: auto;
}

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

.card-case > div {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.card-case .card-out {
    background: url("../img/card-bg-out.gif") no-repeat 0 0;
    width: 394px;
    height: 315px;
    text-align: left;
    padding: 57px 38px 0 38px;
}

.exp-date select {
    height: 30px;
    width: 51px;
    font-size: 0.775em;
    padding-left: 3px;
}

.card-case label {
    font-size: 0.775em;
    color: #38415c;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 8px;
}

.card-number-case {
    text-align: justify;
}

.card-number-case > input {
    padding: 1px 15px;
    width: 68px;
}

.card-case .to-arrow {
    background: url("../img/main-sprite.png") no-repeat 0 -589px;
    height: 47px;
    width: 18px;
    margin: 106px 4% 0;
}

.card-case .card-in {
    background: #f2f2f2;
    border-radius: 14px;
    width: 380px;
    height: 245px;
    padding: 57px 38px 0 38px;
    text-align: left;

}

.p2p-page {
    background-color: white;
}

.p2p-page .error-message {
    color: #ef7b2d;
    font-size: 0.750em;
    min-height: 3em;
}

.exp-date {
    min-height: 47px;
}

.exp-date .error-message {
    text-align: right;
    margin-top: 5px;
}

.card-case .cvv-case {
    margin: 1.5em 0 1em;
}

.card-case .cvv-case label {
    margin-bottom: 0;
}

.card-case .cvv-case input {
    width: 52px;
}
.card-case .cvv-help {
    color: #1b1b1b;
    font-size: 0.625em;
    display: inline-block;
    width: 170px;
    margin-top: 3px;
    margin-left: 3px;
}

.cvv-case > div {
    display: inline-block;
    vertical-align: middle;
}

.p2p-data-case {
    left: 50%;
    margin: 2em 0 0 -470px;
    position: relative;
    width: 720px;
}

.p2p-data-case .error-message
{
    width: 210px;
    text-align: right;
    margin-right: 10px;
    vertical-align: top;
    padding-top: 30px;
}

.p2p-data-case > div > div {
    display: inline-block;
}

.p2p-data-case > div > div > div {
    margin-bottom: 5px;
}

.p2p-data-case > div > div > div > div {
    display: inline-block;
}

.data-input {
    display: inline-block;
}

.data-input {
    width: 60%;
}
.p2p-data-case .data-input {
    width: 230px;
}

label {
    font-size: 0.875em;
    color: #38415c;
    margin-bottom: 6px;
    display: inline-block;
}

.p2p-data-case .p2p-info {
    color: #5e5e5e;
    font-size: 0.688em;
    width: 250px;
    margin-left: 10px;
    vertical-align: top;
    padding-top: 21px;
}

.p2p-data-case .p2p-info > p {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0.5em;
}

.p2p-page .comment {
    font-size: 0.688em;
    color: #5e5e5e;
}

.p2p-data-case .data-input-long {
    width: 495px;
}

.submit-case {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 30px;
}

.p2p-footer {
    background: #f2f2f2;
    padding: 17px 0;
}

.p2p-footer .text {
    margin-top: -20px;
    padding-top: 0;
}

.p2p-footer p {
    line-height: 2em;
    margin: 0.45em 0;
    font-size: 0.75em;
}

.p2p-footer > div > div {
    display: inline-block;
    vertical-align: middle;
    max-height: 29px;
}

.p2p-footer > div {
    text-align: justify;
}

.success-case, .decline-case {
    width: 460px;
    text-align: center;
    margin: 110px auto 0;
}

.success-case .icon {
    background: url("../img/main-sprite.png") no-repeat 0 -663px;
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
}

.decline-case .icon {
    background: url("../img/main-sprite.png") no-repeat -84px -663px;
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
}

.decline-case h3 {
    margin-bottom: 25px;
}

.success-case .status {
    text-align: left;
    margin: 25px 0;
}

.success-case .status > div {
    margin-bottom: 10px;
}

.success-case .status span {
    color: #38415c;
    font-size: 0.875em;
}

img[id^="sn"] {
    border: 0 none;
    left: -50px;
    outline: none;
    position:fixed;
    top: -50px;
    visibility: visible;
    z-index: 10;
    opacity: 0.4;
}

#yametrika {
    position: absolute;
    top: -30px;
    left: -500px;
}

table.page-table {
    width: 100%;
    text-align: center;
    font-size: 0.875em;
}

table.page-table thead td {
    background: #465171;
    height: 58px;
    color: #fff;
    vertical-align: middle;
    width: 33%;
    border-right: 2px solid #fff;
}

table.page-table thead td:last-child {
    border: none;
}

table.page-table tbody td {
    height: 58px;
    vertical-align: middle;
    color: #1b387f;
}

table.page-table tbody tr:nth-of-type(even) {
    background-color: #efefef;
}

h6.center-title {
    text-align: center;
    margin-bottom: 7px;
}

sup {
    vertical-align: super;
    font-size: 0.675em;
}

.join-form .col-50-per > div {
    display: block;
    margin-bottom: 18px;
}

.join-form label {
    font-size: 0.875em;
    margin-bottom: 10px;
    display: block;
}

.join-form select {
    height: 30px;
    font-size: 1em;
}

.join-form textarea {
    height: 103px;
}

.join-form {
    margin-bottom: 15px;
}

.btn-center {
    display: block;
    margin: 0 auto;
}

.purchase-part {
    padding: 40px 0 0 0;
    margin-bottom: 0;
}

.purchase-part .cont-in {
    background: url("../img/purchase.png") no-repeat left bottom;
    height: 358px;

}

.purchase-part .row > .col-50-per:last-child {
    vertical-align: middle;
    height: 300px;
}

.internet-payment-part h3, .native-people-part h3 {
    margin-bottom: 30px;
}

.internet-payment-part {
    background: url("../img/internet-payment-bg.png") no-repeat right -388px;
    height: 402px;
}

.internet-payment-part .row > .col-50-per:first-child {
    vertical-align: middle;
    height: 370px;
}

.native-people-part {
    background: url("../img/people-bg.jpg") no-repeat top center #e9eae7;
    background-size: cover;
    height: 402px;
}

.native-people-part h6 {
    text-align: center;
    margin-top: 30px;
}

.native-people-part .row > .col-50-per:last-child {
    vertical-align: middle;
    height: 377px;
    padding-left: 65px;
}

.connection-page, .connection-page .row1 {
    margin-bottom: 0;
}


nav.pagination {
    display: block;
    padding: 32px 0;
}

nav.pagination a,
nav.pagination span {
    background-color: rgb(255, 255, 255);
    border: 3px solid rgb(213, 213, 213);
    border-radius: 0.2em;
    box-sizing: border-box;
    color: rgb(55, 116, 197);
    display: inline-block;
    height: 35px;
    line-height: 31px;
    text-align: center;
    width: 35px;
}

nav.pagination a:hover {
    border-color: rgb(55, 116, 197);
}

nav.pagination span.selected {
    background-color: rgb(240, 123, 46);
    border-color: rgb(240, 123, 46);
    color: rgb(255, 255, 255);
}

.page section {
    margin-bottom: 2em;
}

input.fullSearch {
    width: 410px;
}

article.corporate-join-us {
    background: rgba(0, 0, 0, 0) url("../img/corp-wrap-bg.jpg") no-repeat scroll center top;
    height: 380px;
    width: 100%;
}

@media (min-width: 1920px) {
    .corporate-join-us {
        background-size: cover;
    }
}

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

p.corporate {
    line-height: 26px;
    margin-bottom: 40px;
    width: 410px;
}

div.btn_corp_line {
    padding-bottom: 50px;
}

.cont-in.corporate-main {
    padding-top: 34px;
}

.word {
    display: inline-table;
    margin-right: 30px;
    height: 45px;

}

.word > div {
    display: table-cell;
    vertical-align: middle;
}

.word > .icon2 {
    display: inline-block;
    background: url("../img/word-doc-icon.png") no-repeat 0 0;
    width: 39px;
    height: 45px;
}

.word > .text {
    padding-left: 15px;
    height: 45px;

}

@media (min-width: 1920px) {
    .corporate-join-us {
        background-size: cover;
    }
}

.one-click-page {
    background: url("../img/one-click-full-bg.png") no-repeat right bottom;
}

.customization-page {
    background: url("../img/customization-full-bg.png") no-repeat right bottom;
}

.terminal-page {
    background: url("../img/terminal-full-bg.png") no-repeat right bottom;

}

@media (max-width: 1900px) {
    .customization-page, .one-click-page, .terminal-page {
        background-size: 47% auto;
    }
}

@media (max-width: 1366px) {
    .one-click-page {
        background: url("../img/one-click-half-bg.png") no-repeat right bottom;
    }

    .customization-page {
        background: url("../img/customization-half-bg.png") no-repeat right bottom;
    }

    .terminal-page {
        background: url("../img/terminal-half-bg.png") no-repeat right bottom;
    }

    .customization-page, .one-click-page, .terminal-page {
        background-size: 35% auto;
    }
}

#auth-tabs > div {
    padding: 0 40px 40px;
}

.auth-links > a, .auth-links > span {
    font-size: 0.750em;
}

.auth-links .left {
    float: left;
}

.auth-links .right {
    float: right;
}

.link-item {
    margin-bottom: 18px;
    display: block;
}

.link-item__link-icon {
    display: inline-block;
    height: 30px;
    width: 27px;
    background-image: url("../img/link-icon-sprite.png");
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: 8px;
}

.link-item__link-text {
    display: inline-block;
    color: #2e79cd;
    font-size: 1.250em;
    line-height: 30px;
    vertical-align: top;
}

.link-item_theme_doc-info > .link-item__link-icon {
    background-position: 5px 0;
}

.link-item_theme_doc-check > .link-item__link-icon {
    background-position: 0 -40px;
}
