/* LIST SECTION
GENERAL STYLES
- heads
- list
- css table & table
- elements-container (with inline-block item)
- table with gradient line
- table with gradient line on contrast background
- table with bottom row line
- vertical table
- button container & button
- checkbox
- check list
- form & form validation
- fold note
- breadcrumbs
- promo-request-box
- promo steps list
- promo custom tabs
- ADRESS Custom Center
- block mobile app
- documents
- questions
- see also
- calculator
- block with video
- promo-counter
- magnific-popup
- graph of lines and points
- scrollbar
- slider navigation
- range slider
- INDENTS COMMON ELEMENTS

DECORATION
- dynamic link
- arrows
- heads background
- heads adaptive background
- perforation for background
- gray line bottom block
- pin-images

ICON-BLOCK
POPUP
TEMPLATE LANDING CASHBACK
STYLES PAGES OF SITE
*/


/* GENERAL STYLES */
section.main .wrapper {
    min-height: 0;
    max-width: 940px;
    margin: 0 auto;
}

a {
    border: 0;
}

.promo-item {
    position: relative;
    line-height: 1.5;
}

.promo-item * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.promo-item:after, .promo-item:before, .__section-bg:after {
    content: "";
    display: block;
    position: absolute;
}

.promo-item-content {
    max-width: 940px;
    margin: 0 auto;
    position: relative;
}

.promo-item.__no-padd-top {
    padding-top: 0;
}

.promo-item.__no-padd-bottom {
    padding-bottom: 0;
}

.__section-bg {
    position: relative;
}

.__section-bg:after, .banner-light-gradient:before {
    top: 0;
    left: -520px;
    width: 1980px;
    height: 100%;
    z-index: -1;
}

.banner-light-gradient:before {
    height: 211px;
    background: url(../landings/images/background-images/top-bg.png) no-repeat;
    z-index: -2;
}

.promo-item .content-col {
    width: 940px;
    margin: 0;
    z-index: 1;
}

.promo-item .content-col.__z-up {
    z-index: 3;
}

.promo-item .content-col a[href ^="tel:"] {
    color: inherit;
    border: 0;
}

.promo-item a[href ^="tel:"].tel-link {
    color: #001e45;
}

.promo-item .content-col .link {
    margin-top: 24px;
}

.promo-item *.__extra-small-width {
    padding-right: 440px;
}

.promo-item *.__extra-small-width .blue-btn {
    width: 100%;
    max-width: 420px;
}

.promo-item *.__small-width {
    padding-right: 300px;
}

.promo-item *.__medium-width {
    padding-right: 200px;
}

.promo-item .__relative-box {
    position: relative;
}

.promo-item .text-line {
    font-size: inherit;
    display: block;
}

.promo-item .text-line * {
    vertical-align: baseline;
}

.__vertical-middle, .__vertical-middle * {
    vertical-align: middle;
}

.__vertical-top, .__vertical-top * {
    vertical-align: top;
}

.__vertical-bottom, .__vertical-bottom * {
    vertical-align: bottom;
}

.__float-list ul {
    float: left;
}

.__float-list:after {
    content: '';
    display: block;
    clear: both;
}

.promo-item {
    padding: 120px 0;
}

.promo-item_150 {
    padding: 150px 0;
}

.promo-item.__banner {
    padding-top: 60px;
    padding-bottom: 0;
    min-height: 640px;
}

.promo-item.after-breadcrumbs {
    padding-top: 85px;
}

.promo-item.__banner-compact {
    padding-top: 121px;
    padding-bottom: 0;
    min-height: 362px;
}

.promo-item.__promo-head {
    padding-top: 60px;
    padding-bottom: 120px;
}

.promo-item.banner-light-gradient {
    padding-top: 60px;
}

.promo-item .banner-bg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 1s;
    transition: 1s;
    width: 1980px;
    height: 100%;
    overflow: hidden;
}

.promo-item .banner-bg .tablet-bg, .promo-item .banner-bg .mobile-bg {
    display: none;
}

.promo-item .banner-bg img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 1s;
    transition: 1s;
}

.banner-logo {
    position: relative;
    text-align: right;
}

@media (max-width: 1023px) {
    .banner-logo {
        text-align: center;
    }
}

.promo-item .white, .promo-item .white * {
    color: #fff;
    border-color: #fff;
}

.media-box.__top-right {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
}

.media-box.__large .media-box_image-wrap {
    width: 380px;
    height: 240px;
}

.media-box_image-wrap {
    background-color: #e5e5e5;
    overflow: hidden;
}

.media-box_image-wrap img {
    display: block;
    max-width: 100%;
}

body, .promo-item {
    color: #333;
    font-size: 16px;
    -webkit-text-size-adjust: none;
    /* background: #fff; */
}

.promo-item--gray {
    position: relative;
}

.promo-item--gray:before {
    top: 0;
    left: -520px;
    width: 1980px;
    height: 100%;
    z-index: -1;
    background: #f7f9fb;
}

.promo-item p, .promo-item * p {
    font-size: 16px;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

section.main {
    margin-bottom: 0;
    padding-bottom: 0px;
}

.promo-item .content-col .__no-mrg-bottom {
    margin-bottom: 0;
}

.promo-item .content-col .__no-mrg-top {
    margin-top: 0;
}

.promo .hide, .promo-item *.only-mobile {
    display: none;
}

.promo .ov-hidden {
    overflow: hidden;
}

.promo .invisible {
    visibility: hidden;
}

.promo-item .passport-img .table-block {
    width: auto;
}

.passport-img .table-cell {
    height: 370px;
}

.passport-img .table-cell:first-child {
    padding-right: 20px;
}

.passport-img img {
    height: 100%;
}

/* heads */
.promo-item h1, .promo-item .h1, .promo-item h2, .promo-item h3, .promo-item h4, .promo-item h5, .promo-item h6 {
    font-weight: normal;
    color: #001689;
    position: relative;
    margin-top: 0;
}

.promo-item .__black-title {
    color: #333;
}

.promo-item h1, .promo-item .h1, .promo-item h2, .promo-item h3 {
    font-family: 'PragmaticaMedium';
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.promo-item h2.white .word-break {
    line-height: 55px;
}

.promo-item .h1 .second-title,
.promo-item .second-title {
    font: 25px 'PragmaticaLight';
    display: block;
    line-height: 2.165;
    letter-spacing: 0.05em;
}

.promo-item h2 .second-title {
    font-size: 20px;
}

.promo-item .title-medium, .promo-item .title-medium * {
    font-family: 'PragmaticaMedium';
}

.promo-item .title-medium {
    margin-bottom: 24px;
}

.promo-item h6.title-medium {
    margin-bottom: 0px;
}

.promo-item .title-bold {
    font-family: 'PragmaticaBold';
}

.promo-item .title-extra-bold {
    font-family: 'PragmaticaExtraBold';
}

.promo-item .apple-font, .promo-item .apple-font .second-title {
    font-family: 'SF-Compact-Display-Regular';
}

.promo-item .uppercase {
    text-transform: uppercase;
}

.promo-item .uppercase {
    text-transform: uppercase;
}

.promo-item h1,
.promo-item .h1 {
    font-size: 40px;
    position: relative;
    line-height: 1.4;
    padding: 0;
    margin: 0;
}

.promo-item h2, .promo-item h3 {
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 1.333;
}

.promo-item h2.min-mrg {
    margin-bottom: 30px;
}

.promo-item h4 {
    font-size: 24px;
}

.promo-item h5 {
    font-size: 20px;
}

.promo-item h6 {
    font-size: 16px;
}

.promo-item .__no-uppercase {
    text-transform: none;
}

.promo-item .font-middle, .promo-item .font-middle *, .promo-item .sub-title {
    font-size: 20px;
}

.promo-item .sub-title {
    margin-bottom: 12px;
    font-weight: bold;
}

.promo-item .font-up_middle, .promo-item .font-up_middle *, .promo-item h4.sub-title {
    font-size: 24px;
}

.promo-item h4.sub-title.title-medium, .promo-item h5.sub-title.title-medium {
    font-weight: normal;
}

.promo-item .sub-title + .common, .promo-item .sub-title-list + .common {
    margin-top: 15px;
}

.promo-item .title-min-mrg {
    margin-bottom: 15px;
}

.gray-title h2 {
    font: 70px/1 'PragmaticaBold';
    color: #e1e1e4;
}

.gray-title .red-line.__common {
    margin-top: 8px;
}

.gray-title .promo-image {
    position: absolute;
    top: 52px;
    left: -50px;
}

.gray-title_content {
    padding: 0 100px 0 300px;
}

.promo-item p {
    margin: 0 0 15px;
}

.promo-item a.arrows {
    border: none;
}

.promo-item .content-section:not(:last-child) {
    margin-bottom: 60px;
}

.promo-item .content-section_lg:not(:last-child) {
    margin-bottom: 110px;
}

.promo-item .section-title + .banner-content {
    margin-top: 80px;
}

.promo-item .section-title + .content-section {
    margin-top: 30px;
}

.promo-item .section-title + .banner-content__s-mrg {
    margin-top: 60px;
}

.promo-item h1 + *, .promo-item .h1 + *, .promo-item h2 + *, .promo-item .section-title + * {
    margin-top: 0;
}

.promo-item .margin-bottom {
    margin-bottom: 80px;
}

.pin-element:after, .pin-element:before {
    content: '';
    display: block;
    position: absolute;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.bl-centered {
    margin-left: auto;
    margin-right: auto;
}

/* list */
.promo-item ul, .promo-item ul li, .promo-item ul ul, .promo-item ul ul li, .content-col ul, .content-col ul li {
    padding: 0;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    list-style: none;
    background: none;
}

.promo-item .common {
    margin: 24px 0 0;
}

.promo-item .common:not(:last-child) {
    margin-bottom: 48px;
}

.promo-item .common.__hf {
    margin-bottom: 24px;
}

.promo-item .common.__no-mrg-bottom, .promo-item .common.__no-mrg-bottom li {
    margin-bottom: 0;
}

.promo-item .common.__with-bottom-padd {
    padding-bottom: 33px;
}

.promo-item .list-box:not(:last-child) {
    margin-bottom: 15px;
}

.promo-item .list-box .common {
    margin-bottom: 0;
}

.promo-item .common li {
    position: relative;
    font-size: 16px;
    line-height: 1.565;
    padding-left: 30px;
    margin-bottom: 15px;
}

.promo-item .common.font-middle li {
    font-size: 20px;
}

.promo-item .common li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #001689;
    position: absolute;
    top: 10px;
    left: 0;
}

.promo-item .white .common li:before, .promo-item .common.white li:before {
    background: #fff;
}

.promo-item .common.__with-sub-title li:before {
    top: 14px;
}

.promo-item .common li ul {
    margin-top: 12px;
}

/* list small font size */
.promo-item .common.__s-size {
    margin: 12px 0 0;
}

.promo-item .common.__s-size:not(:last-child) {
    margin-bottom: 12px;
}

.promo-item .common.__s-size li {
    position: relative;
    font-size: 12px;
    line-height: 1.565;
    padding-left: 18px;
    margin-bottom: 12px;
}

.promo-item .common.__s-size li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #001689;
    position: absolute;
    top: 6px;
    left: 0;
}

.promo-item .common.__m-size li:before {
    top: 13px;
}

/* list align right */
.promo-item .common.__right li:before {
    left: auto;
    right: 0;
}

/* list dash before li */
.promo-item .common.__dash li {
    padding-left: 30px;
}

.promo-item .common.__dash li:before {
    width: 11px;
    height: 2px;
    background: #001689;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    top: 0.75em;
}

.promo-item .white .common.__dash li:before {
    background: #fff;
}

/* list disk before li */
.promo-item .common.__disk li:before {
    width: 4px;
    height: 4px;
    background: #fff;
    border: 2px solid #001689;
    top: 8px;
}

.promo-item .common.__dash.__pink li:before {
    background: #cc003d;
}

.num-list {
    counter-reset: li;
    list-style: none;
    padding: 0;
    margin: 0;
}

.num-list li {
    position: relative;
    padding-left: 56px;
}

.num-list li + li {
    margin-top: 48px;
}

.num-list li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 32px;
    font-family: PragmaticaMedium;
    color: #001689;
    transform: translateY(-50%);
}

.promo-item .autocomplete .ui-menu {
    width: 100% !important;
    background: #fff;
    border: 0;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(19, 77, 127, 0.1);
    box-shadow: 0px 20px 30px 0px rgba(19, 77, 127, 0.1);
}

.promo-item .autocomplete .ui-menu .ui-menu-item a {
    height: auto;
    min-height: 35px;
    padding: 0 20px;
    font-size: 14px;
}

.promo-item .autocomplete .ui-menu .ui-menu-item a:hover {
    background: #f0f5f9;
}

.promo-item .marked-block {
    margin: 0 -50px;
}

.promo-item .marked-block .sub-title + * {
    margin-top: 12px;
}

.promo-item .marked-block .table-block {
    border-spacing: 50px 0;
}

.promo-item .marked-block .table-cell {
    width: 50%;
}

.marked-block .table-cell .icons:not(:last-child), .marked-block .table-cell .icons-white:not(:last-child) {
    margin-bottom: 30px;
}

.marked-block .table-cell .common {
    margin-bottom: 15px;
}

/* css table & table */
.promo-item .table-block {
    display: table;
    position: relative;
    width: 100%;
}

.promo-item .table-row {
    display: table-row;
}

.promo-item .table-cell {
    display: table-cell;
    position: relative;
}

.__two-columns {
    margin: 0 -40px;
}

.__two-columns .table-block {
    border-spacing: 40px 0;
}

.__two-columns .table-cell {
    width: 50%;
}

.promo-item .table-cell .num-value {
    font-family: 'PragmaticaMedium';
}

.promo-item .table-mobile {
    display: none;
}

/* трехколоночная таблица с равными колонками */
.promo-item .three-columns {
    margin-left: -40px;
    margin-right: -40px;
}

.promo-item .three-columns .table-block {
    border-spacing: 40px 0;
}

.promo-item .three-columns_compact {
    margin-left: -20px;
    margin-right: -20px;
}

.promo-item .three-columns_compact .table-block {
    border-spacing: 20px 0;
}

.promo-item .three-columns .table-block .table-cell {
    width: 33.33333%;
}

.promo-item .__no-spasing-cell {
    margin: 0;
}

.promo-item .__no-spasing-cell .table-block {
    border-spacing: 0;
}

.promo-item table.mini-table {
    width: 100%;
}

.promo-item table.mini-table:not(:first-child) {
    margin-top: 24px;
}

.promo-item table.mini-table:not(:last-child) {
    margin-bottom: 24px;
}

.promo-item table.mini-table th {
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #b3b3b3;
    color: #cc003d;
    padding-bottom: 12px;
}

.promo-item table.mini-table td {
    padding: 12px 0;
}

.promo-item table.mini-table td {
    width: 50%;
}

/* table with gradient line */
.promo-item .table-tariffs-gradient {
    position: relative;
    font-size: 16px;
}

.promo-item .table-tariffs-gradient.__two-columns {
    margin: 0;
}

.promo-item .table-tariffs-gradient.__two-columns .table-block {
    border-spacing: 0;
}

.promo-item .table-tariffs-gradient.__two-columns .table-cell {
    width: 50%;
}

.promo-item .table-tariffs-gradient:not(:first-child) {
    margin-top: 60px;
}

.promo-item .table-tariffs-gradient .table-block {
    width: 100%;
}

.promo-item .table-tariffs-gradient .table-row .table-cell {
    background: none;
}

.promo-item .__gradient .table-row .table-cell i {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    letter-spacing: normal;
}

.promo-item .table-tariffs-gradient .table-row:nth-child(2n) .table-cell {
    background: #f0f0f0;
}

.__semitransparent.table-tariffs-gradient .table-row:nth-child(2n) .table-cell {
    background: rgba(51, 51, 51, 0.1);
}

.promo-item .table-tariffs-gradient .table-block.__gradient {
    background: #477db3;
    /* background: linear-gradient(76deg, #477db3, #8ab8e6); */
    background-image: linear-gradient(to right, #87b6e7, #447db6 100%);
}

.promo-item .table-tariffs-gradient .table-block.__gradient .table-cell {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1.67;
}

.promo-item .__gradient .table-cell .num {
    font-size: 16px;
    text-transform: none;
    letter-spacing: normal;
}

.promo-item .table-tariffs-gradient .table-cell {
    padding: 15px 30px;
}

.promo-item .__min-padd-center-cells .table-cell:not(:first-child) {
    padding-left: 15px;
}

.promo-item .__min-padd-center-cells .table-cell:not(:last-child) {
    padding-right: 15px;
}

.promo-item .table-tariffs-gradient .table-cell, .promo-item .table-tariffs-gradient .table-cell {
    line-height: 1.25;
}

/* base gradient table*/
.promo-item .table-gradient .thead {
    background: #477db3;
    background: linear-gradient(76deg, #477db3, #8ab8e6);
    background: -ms-linear-gradient(76deg, #477db3, #8ab8e6);
}

.promo-item .table-gradient thead th {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1.67;
}

.promo-item .table-gradient th, .promo-item .table-gradient td {
    padding: 15px 30px;
    text-align: left;
}

.promo-item .table-gradient td {
    font-size: 16px;
}

.promo-item .table-gradient tr:nth-child(2n) td {
    background: #f0f0f0;
}

/* table  with gradient line on contrast background */
.promo-item .__contrast {
    color: #fff;
}

.promo-item .__contrast .table-block.__gradient {
    background: rgba(71, 125, 179, 0.8);
    background: linear-gradient(76deg, rgba(71, 125, 179, 0.8), rgba(138, 184, 230, 0.8));
}

.promo-item .__contrast .table-row:nth-child(2n) .table-cell {
    background: rgba(255, 255, 255, 0.15);
}

/* COMMON TABLE */
.common-table {
    position: relative;
    font-size: 16px;
    border-collapse: collapse;
}

.common-table thead {
    background: #1e5790;
    background: linear-gradient(76deg, #1e5790, #8ab8e6);
    background: -ms-linear-gradient(76deg, #1e5790, #8ab8e6);
    background-attachment: fixed;
}

.common-table .common-table__col-title {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1.5px;
    line-height: 1.67;
    vertical-align: top;
    padding: 16px;
}

.common-table tbody td {
    font-size: inherit;
    padding: 16px 10px;
    vertical-align: top;
    height: auto;
}

.common-table tbody td:first-child {
    padding-left: 16px;
}

.common-table tbody td:last-child {
    padding-right: 16px;
}

.common-table tbody tr:nth-child(2n) td {
    background: #f0f0f0;
}

/* common table contrast */
.common-table.__contrast thead {
    background: rgba(30, 87, 144, 0.8);
    background: linear-gradient(76deg, rgba(30, 87, 144, 0.8), rgba(138, 184, 230, 0.8));
    background: -ms-linear-gradient(76deg, rgba(30, 87, 144, 0.8), rgba(138, 184, 230, 0.8));
    background-attachment: fixed;
}

.common-table.__contrast tbody tr:nth-child(2n) td {
    background: rgba(255, 255, 255, 0.15);
}

.common-table__mobile {
    display: none;
}

/* END COMMON TABLE */
/* table with bottom row line & top row line */
/* top row line is used for tables without headers */
.table-container .table-block .table-cell {
    padding: 24px;
}

.table-container .table-block.__bottom-row-line {
    margin-bottom: 24px;
}

.table-container .table-block.__bottom-row-line .table-cell {
    vertical-align: bottom;
}

.table-container .table-block.__top-row-line .table-cell:before, .table-container .table-block.__top-row-line .table-cell:after, .table-container .table-block.__top-row-line:after, .table-container .table-block.__bottom-row-line .table-cell:before, .table-container .table-block.__bottom-row-line .table-cell:after , .table-container .table-block.__bottom-row-line:after {
    content: '';
    display: block;
    position: absolute;
}

.table-container .table-block.__top-row-line .table-cell:before, .table-container .table-block.__top-row-line:after, .table-container .table-block.__bottom-row-line .table-cell:before, .table-container .table-block.__bottom-row-line:after {
    width: 6px;
    height: 6px;
    border: 2px solid #001689;
    border-radius: 50%;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: 24px;
    bottom: 0;
    z-index: 2;
}

.table-container .table-block.__top-row-line .table-cell:before, .table-container .table-block.__top-row-line .table-cell:after {
    bottom: auto;
    top: 0;
}

.table-container .table-block.__top-row-line .table-cell:after, .table-container .table-block.__bottom-row-line .table-cell:after {
    width: 100%;
    height: 2px;
    bottom: 4px;
    left: 24px;
    background: #001689;
}

.table-container .table-block.__top-row-line .table-cell:after {
    bottom: auto;
    top: 4px;
}

.table-container .table-block.__top-row-line .table-cell:last-child:after, .table-container .table-block.__bottom-row-line .table-cell:last-child:after {
    left: -24px;
}

.table-container .table-block.__top-row-line:after, .table-container .table-block.__bottom-row-line:after {
    width: 4px;
    height: 4px;
    background: #001689;
    left: auto;
    right: 24px;
    bottom: 1px;
}

.table-container .table-block.__top-row-line:after {
    bottom: auto;
    top: 1px;
}

.table-container .table-block:not(:first-child) .table-row:nth-child(2n+1) .table-cell {
    background: #f9f9f9;
}

.table-container .table-block.__head .table-cell, .table-container .table-block .table-cell .num-value {
    font-family: 'PragmaticaMedium';
}

.table-container .table-block .table-cell .num-value {
    font-size: 24px;
}

/* table vertical */
.vertical-table .table-row .table-cell {
    padding: 24px;
    width: 50%;
}

.vertical-table .table-row:nth-child(2n+1) .table-cell {
    background: rgba(51, 51, 51, 0.1);
}

.vertical-table .table-cell_value:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #b3b3b3;
}

/* elements-container */
.elements-container {
    margin-right: -12px;
    margin-left: -12px;
}

.elements-container .elements-container_item {
    display: inline-block;
    margin: 0 12px;
}

/* link box */
a.link-box {
    display: block;
    background: #f9f9f9;
    border: 1px solid #f0f0f0 !important;
    padding: 30px 20px;
    text-align: center;
    font: 20px/1.33 'PragmaticaMedium';
    color: #001689;
    margin-bottom: 20px;
}

/* button container & button */
.promo-item *+ .promo-button-container, .promo-item *+ .table-block.__button, .promo-item .btn-mrg {
    margin-top: 48px;
}

.promo-item .btn-middle-mrg {
    margin-top: 36px;
}

.promo-item .table-block.__button {
    width: auto;
}

.table-block.__button .table-cell {
    vertical-align: middle;
    padding: 0;
}

.table-block.__button.__vertical-top .table-cell {
    vertical-align: top;
}

.table-block.__button .table-cell .note {
    margin: 0;
}

.promo-item .table-block.__button .promo-button-container {
    margin-right: 56px;
}

.promo-button-container {
    min-width: 290px;
}

.promo-button-container .promo-button-container-item {
    display: inline-block;
}

.promo-button-container .promo-button-container_note {
    display: block;
    font-size: 12px;
    margin-top: 12px;
    text-align: center;
}

a.promo-request-button, a.blue-btn, .blue-btn {
    border: 0;
    display: inline-block;
    padding: 0 60px;
    height: 45px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #fff;
    background: #001689;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    min-width: 290px;
}

a.blue-btn--auto,
.blue-btn--auto {
    width:  auto;
}

a.promo-request-button.__pink {
    background: #cc003d;
    border-color: #cc003d;
    min-width: 0;
}

a.promo-request-button.__pink:active {
    background: #cc003d;
}

a.promo-request-button.__transparent, .blue-btn.__transparent, a.promo-request-button.__transparent:active, .blue-btn.__transparent:active {
    background: transparent;
    border: solid 2px rgba(255, 255, 255, 0.3);
}

a.promo-request-button.__transparent.transparent-blue, .blue-btn.__transparent.transparent-blue, a.promo-request-button.__transparent.transparent-blue:active, .blue-btn.__transparent.transparent-blue:active {
    border-color: #001689;
    color: #001689;
}

.blue-btn:active, a.promo-request-button:active {
    background: #001270;
}

.blue-btn:disabled, a.promo-request-button.disabled, a.blue-btn.disabled {
    background: #b3b3b3;
    cursor: default;
    pointer-events: none;
}

a.promo-request-button.__transparent.disabled, .blue-btn.__transparent:disabled {
    background: transparent;
    opacity: 0.4;
}

/* checkbox */
.checkbox.__blue-mark {
    width: 18px;
    height: 18px;
    border: 1px solid #959595;
    border-radius: 2px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    margin-right: 0;
    overflow: hidden;
}

.checkbox.__radio {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

@-webkit-keyframes fade-toggle {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-toggle {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.checkbox.__blue-mark:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
}

.checkbox.__blue-mark:after {
    width: 13px;
    height: 9px;
    background: url(../images/check-mark.png) 0 0 no-repeat;
}

.checkbox.__radio:after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #001689;
}

.checkbox.__blue-mark.checked:after {
    visibility: visible;
    opacity: 1;
    -webkit-animation: fade-toggle 300ms ease-in-out;
    animation: fade-toggle 300ms ease-in-out;
}

.checkbox.__blue-mark input {
    display: none;
}

.checkbox.__blue-mark + label {
    display: block;
    font-size: 16px;
    line-height: 18px;
    margin-left: 36px;
}

.check-list.__view-line > li, .promo-item .check-list.__view-line > li {
    display: inline-block;
    margin-top: 0;
    vertical-align: top;
}

.check-list.__view-line > li:not(:last-child), .promo-item .check-list.__view-line > li:not(:last-child) {
    margin-right: 60px;
}

.check-list li + li, .promo-item .check-list li + li, .check-list.__view-block li + li {
    margin-top: 12px;
}

.check-list.__view-line li:not(:last-child) {
    margin-bottom: 12px;
}

.check-list.__view-block li, .promo-item .check-list.__view-block li {
    display: block;
    margin-right: 0;
}

.disabled .checkbox.__radio:after {
    background: #b3b3b3;
}

.disabled .checkbox.__radio {
    cursor: default;
}

.check-list.disabled, .check-list.disabled label {
    color: #b3b3b3;
}

/* check list */
.promo-item li.list-check-item {
    background: url(../landings/images/icons/check.png) 0 7px no-repeat;
}

/* New checkbox */
.check {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    cursor: pointer;
}

.check:not(:last-child) {
    margin-right: 30px;
}

.check input[type="checkbox"], .check input[type="radio"] {
    display: none;
}

.check input[type='radio']:checked ~ .marker:after {
    background: #001689;
}

.check input[type='checkbox']:checked ~ .marker:after {
    border-color: #001689;
}

.check input ~ .marker {
    position: absolute;
    top: 0.15em;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #959595;
    border-radius: 2px;
    transition: border-color 0.3s ease-in-out;
}

.check input[type='radio'] ~ .marker {
    border-radius: 50%;
}

.check:hover input ~ .marker {
    border-color: #001689;
}

.check input ~ .marker:after {
    content: '';
    display: block;
    position: absolute;
    transition: 0.3s;
    top: 50%;
    left: 50%;
}

.check input[type='radio'] ~ .marker:after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.check input[type='checkbox'] ~ .marker:after {
    width: 8px;
    height: 16px;
    border: 2px solid transparent;
    border-top: transparent;
    border-left: transparent;
    transform: translate(-50%, -50%) rotate(45deg);
    margin-top: -6px;
    margin-left: 2px;
}

/* form  & form validation */
.promo-item .form-line {
    margin: 0;
    overflow: visible;
}

.promo-item .form-line:after {
    content: '';
    display: block;
    clear: both;
}

.promo-item .form-line .note {
    text-align: center;
}

.promo-item .form-line .note_left {
    text-align: left;
}

.form-extra-field .form-line:not(:last-child), .promo-item.__banner .form-line:not(:last-child) {
    margin-bottom: 12px;
}

.promo-item .form-box {
    float: left;
    width: 50%;
}

.form-extra-field .form-box:not(:last-child), .promo-item.__banner .form-box:not(:last-child) {
    margin-right: 12px;
}

.promo-item .form-field {
    position: relative;
    width: 100%;
}

.promo-item .form-field.__customer-center input {
    cursor: pointer;
    background: #fff url(../landings/images/icons/select-locality-icon.png) center right 20px no-repeat;
}

.promo-item .form-field input, .promo-item .form-field textarea, .promo-item .form-field select {
    background: #fff;
    border: 1px solid #959595;
}

.promo-item .form-field input {
    width: 100%;
    height: 45px;
    font-size: 20px;
    color: #333;
    padding: 0 20px;
}

.promo-item .form-field input[type="number"], .promo-item .form-field input[type="number"]:focus, .promo-item .form-field input[type="number"]:hover, .promo-item .form-field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none!important;
}

.promo-item .form-field .__zoom input {
    height: 65px;
}

.promo-item input::-webkit-input-placeholder {
    font-size: 16px;
    color: #959595;
}

.promo-item input::-moz-placeholder {
    font-size: 16px;
    color: #959595;
}

/* Firefox 19+ */
.promo-item input:-moz-placeholder {
    font-size: 16px;
    color: #959595;
}

/* Firefox 18- */
.promo-item input:-ms-input-placeholder {
    font-size: 16px;
    color: #959595;
}

.promo-item input::-ms-input-placeholder {
    font-size: 16px;
    color: #959595;
}

.form-common .input {
    position: relative;
}

.form-common .input .placeholder {
    font-size: 16px;
    color: #959595;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 20px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.promo-item .form-field textarea {
    font-size: 16px;
    width: 100%;
    resize: vertical;
    padding: 15px 20px;
    min-height: 120px;
}

.promo-item .form-field label {
    display: block;
    font-size: 20px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.promo-item .form-field .external-label {
    color: #333;
    font-size: 16px;
    margin-bottom: 12px;
    padding: 0;
}

.promo-item .form-field .external-label__fold-note {
    overflow: visible;
}

.promo-item .form-field .dynamic-label {
    font-size: 16px;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: top .1s linear, color .1s linear;
    transition: top .1s linear, color .1s linear;
}

.promo-item .form-field.__customer-center .dynamic-label {
    cursor: pointer;
    padding-right: 58px;
}

.promo-item .form-field.__focus .dynamic-label {
    font-size: 14px;
    color: #969da3;
    top: 10px;
    left: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.form-case__group {
    display: flex;
    margin: 0 -20px;
    margin-bottom: 24px;
    white-space: normal;
}

.form-case__group:last-child {
    margin-bottom: 0;
}

.form-case__group-item {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    order: 0;
}

.form-case__group-item > * {
    flex-grow: 1;
}

.promo-item .form-case .promo-button-container,
.promo-item .form-case .promo-button-container * {
    width: 100%;
}

.promo-item .form-case .promo-button-container.__fixed-width {
    width: 290px;
}

.promo-item .promo-button-container_column .note {
    text-align: center;
}

.promo-item .form-field .input-validation-error, .promo-item .form-field.validation-error input {
    border: 1px solid #cc003d;
}

.promo-item .validation-message {
    display: block;
}

.promo-item .validation-message, .promo-item .validation-error-message {
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    color: #cc003d;
    margin-top: 10px;
}

.promo-item .validation-error-message {
    display: none;
}

.promo-item .validation-error.required-error .required, .promo-item .validation-error.pattern-match-error .pattern-match {
    display: block;
}

.promo-item .input-multiple__line:after {
    content: '';
    display: block;
    clear: both;
}

.promo-item .input-multiple__line input {
    float: left;
    width: calc(100% - 130px);
}

.promo-item .input-multiple__btn {
    float: right;
    width: 110px;
}

.promo-item .input-multiple__btn .blue-btn {
    min-width: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    margin-top: 0;
}

.input-multiple__values {
    margin-top: 20px;
}

.input-multiple__value {
    position: relative;
    display: inline-block;
    padding: 10px 40px 10px 10px;
    margin: 0 10px 10px 0;
    background: #dde1e4;
    font-size: 14px;
    border-radius: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
}

.input-multiple__value-remove {
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.input-multiple__value-remove:before, .input-multiple__value-remove:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #333;
}

.input-multiple__value-remove:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.input-multiple__value-remove:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

/* if form in banner */
.form-extra-field .form-box {
    width: calc(50% - 6px);
}

.form-extra-field .form-field.validation-error label, .__banner .form-field.validation-error label {
    display: none;
}

.form-extra-field .form-field input, .__banner .form-field input {
    height: 65px;
    padding: 28px 20px 0;
}

.form-extra-field .validation-error-message, .__banner .validation-error-message {
    position: absolute;
    font-size: 12px;
    color: #cc003d;
    top: 10px;
    margin-bottom: 12px;
    margin-top: 0;
    padding-left: 20px;
    display: none;
}

/* form common */
.form-common .form-line + * {
    margin-top: 24px;
}

.form-common .form-field input {
    padding: 0 20px;
    height: 45px;
}

.form-common .form-field label {
    margin-bottom: 12px;
}

.form-common .select-placeholder {
    display: block;
    font-size: 16px;
    color: #959595;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-common .select {
    position: relative;
}

.form-common .select.__city .slct {
    padding-left: 53px;
}

.form-common .select.__city .slct:before {
    content: '';
    display: block;
    width: 20px;
    height: 18px;
    background: url(../landings/images/icons/sprite-icons.png) -198px -321px no-repeat;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.add-file .file-label {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-size: 16px;
    margin-bottom: 12px;
    padding: 0;
}

.add-file ul.document-type-files>li {
    display: inline-block;
    vertical-align: top;
}

.add-file ul.document-type-files>li:not(:last-child) {
    margin-right: 30px;
}

.add-file ul li .preview {
    height: 103px;
    display: block;
    margin: 0 auto;
}

.add-file ul li .file-name {
    font-size: 12px;
    width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.add-file ul li .file-size {
    float: left;
    font-size: 12px;
}

.add-file ul li .file-delete {
    background: url(../images/insurance-app/file-delete.png) no-repeat;
    width: 10px;
    margin-right: 0;
    margin-top: 2px;
    height: 13px;
    float: right;
    cursor: pointer;
}

.add-file .drop-zone {
    display: table;
    height: 104px;
    width: 104px;
    cursor: pointer;
    position: relative;
    opacity: .6;
}

.add-file .drop-zone:hover {
    opacity: 1;
}

.add-file .drop-zone_inner {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.add-file .drop-zone img {
    display: block;
}

.add-file input[type="file"] {
    display: none;
}

.add-file .file-err {
    color: #cc003d;
    margin-bottom: 10px;
}

/* search form */
.form-case-search .form-line + * {
    margin-top: 24px;
}

.form-case-search input, .form-case-search .select .slct, .form-common .select .slct {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #fff;
    padding: 0 53px 0 20px;
    font-size: 18px;
}

.form-case-search .select .slct {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.form-case-search .form-field .input-search {
    padding-right: 48px;
}

.form-case-search .select {
    position: relative;
    background: #fff;
    padding: 0;
}

.form-case-search .select .slct, .form-common .select .slct {
    border: 1px solid #959595;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.form-case-search .select.active .drop-wrap, .form-case .select.active .drop-wrap {
    -webkit-box-shadow: 0px 6px 10px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 6px 10px 0px rgba(51, 51, 51, 0.2);
}

.form-case-search .select .slct:after, .form-common .select .slct:after {
    content: '';
    display: block;
    width: 13px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 20px;
    background: url(../landings/images/icons/arrow-down.png) center center no-repeat;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.form-case-search .select.active .slct:after, .form-common .select.active .slct:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.form-case-search .select .drop-wrap, .form-case .select .drop-wrap {
    width: 100%;
    position: absolute;
    top: 45px;
    left: 0;
    background: #fff;
    z-index: 40;
}

.form-case-search .select .drop-year {
    max-height: 238px;
}

.form-case-search .select .drop li, .form-case .select .drop li {
    background: #fff;
    padding: 10px 20px;
    background: none;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    cursor: pointer;
}

.form-case-search .select .drop li:hover, .form-case-search .select .drop li.active, .form-case .select .drop li:hover, .form-case .select .drop li.active {
    background: #ebecf1;
}

.form-case-search .table-cell {
    vertical-align: top;
}

.form-case-search .table-cell:after {
    content: '';
    display: block;
    clear: both;
}

.form-case-search .__multi-line:after {
    content: '';
    display: block;
    clear: both;
}

.form-case-search .__multi-line .form-field {
    float: left;
}

.form-case-search .__multi-line .form-field {
    margin-right: 24px;
}

.form-case-search .__multi-line .table-cell:last-child .form-field:last-child {
    margin-right: 0;
}

.form-case-search .__multi-line .category-name {
    width: 317px;
}

.form-case-search .__multi-line .status-file {
    width: 260px;
}

.form-case-search .__multi-line .year-file {
    width: 160px;
}

.form-case-search .__multi-line .form-button {
    width: 130px;
}

.form-case-search .__multi-line .blue-btn {
    min-width: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.form-case-search .select.disabled .slct, .form-case .select.disabled .slct {
    color: #b3b3b3;
    border-color: #b3b3b3;
    cursor: default;
}

.form-case-search .select.disabled .slct:after, .form-case .select.disabled .slct:after {
    background: url(../landings/images/icons/arrow-disabled.png) center center no-repeat;
}

.clear-search {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
    display: none;
}

.clear-search:before, .clear-search:after {
    content: '';
    display: block;
    width: 2px;
    height: 21px;
    background: #959595;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.clear-search:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.clear-search:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.result-search {
    margin-top: 50px;
}

.result-search .no-result {
    font-size: 16px;
}

.result-search-container .document-box {
    margin: 0 -48px;
}

.result-search-container .document-box .table-block {
    border-spacing: 48px 0;
}

.result-search-container .data-box {
    font-size: 16px;
    padding: 10px 40px;
    border-bottom: 1px solid #dcdcdc;
}

.result-search-box .table-block {
    margin-top: 24px;
}

.result-search-box .table-cell {
    width: 50%;
}

.result-search-box .document-box .table-row:last-child .doc-link {
    margin-bottom: 0;
}

.result-search-box .doc-link {
    padding-left: 40px;
    line-height: 1.562;
    margin-bottom: 48px;
}

.result-search-box .doc-link_note {
    color: #333;
    margin-top: 12px;
}

::-ms-clear {
    display: none;
}

::-ms-clear {
    width: 0;
    height: 0;
}

::-ms-reveal {
    display: none;
}

/* fold note */
.fold-note, .fold-hover {
    position: relative;
    display: inline-block;
}

.fold-hover--block {
    margin: 7px 0 0 0;
    display: block;
}

.fold-hover .question-content {
    display: block;
    font-size: 14px;
    line-height: 1.43;
    text-transform: none;
    font-weight: normal;
    visibility: hidden;
    letter-spacing: 0;
    opacity: 0;
    width: 460px;
    margin-left: 0;
    left: calc(460px / -2);
    box-shadow: -2px -2px 16px 0 rgba(0, 22, 137, 0.2);
    transition: 0.3s ease-in-out;
}

.fold-hover .question-content * {
    font-size: inherit;
}

.fold-hover .question-content__arrow {
    display: block;
    position: absolute;
    top: 40px;
    left: 50%;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
    visibility: hidden;
    opacity: 0;
    z-index: 5;
}

.fold-hover:hover .question-content, .fold-hover:hover .question-content__arrow {
    visibility: visible;
    opacity: 1;
}

.fold-hover:hover .question {
    background: #cc003d;
    color: #fff;
}

.__with-marg {
    margin-left: 30px;
}

.question {
    cursor: pointer;
    vertical-align: middle;
    transition: 0.3s ease-in-out;
}

.question, .pink-question {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    color: #cc003d;
    letter-spacing: 0;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cc003d;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.pink-question {
    color: rgba(255,255,255,.8);
    background: #cc003d;
}

.question-content {
    position: absolute;
    left: 50%;
    margin-left: -176px;
    bottom: 30px;
    width: 352px;
    padding: 30px 30px 15px;
    background: #fff;
    text-align: left;
    -webkit-box-shadow: 0 0 3px 0 rgba(51, 51, 51, .10), 0px 0px 40px 0px rgba(51, 51, 51, .15);
    box-shadow: 0 0 3px 0 rgba(51, 51, 51, .10), 0px 0px 40px 0px rgba(51, 51, 51, .15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    z-index: 2;
    display: none;
}

.question-content__bottom {
    bottom: auto;
    top: 40px;
}

.question-content .pink-question {
    margin-bottom: 12px;
}

.fold-note.hovered .question-content {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.fold-note.hovered .question:hover + .question-content {
    visibility: visible;
    opacity: 1;
}

.question-content .question-content_title {
    font-weight: bold;
    margin-bottom: 12px;
    color: #333;
}

.fold-note .question-content p {
    font-size: 12px;
}

.fold-note .question-content p:first-child {
    margin-top: 0;
}

.clearable {
    background: #fff url(../landings/images/icons/close-big.png) right -20px center no-repeat;
    background-size: 14px 14px;
}

.clearable.x {
    background-position: right 23px center;
}

/* (jQ) Show icon */
.clearable.onX {
    cursor: pointer;
}

/* (jQ) hover cursor style */
.clearable::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

/* Remove IE default X */
/*breadcrumbs*/
.breadcrumbs {
    display: none;
}

/*  promo-request-box  */
.promo-item .promo-request-box {
    position: relative;
    width: 100%;
    margin-left: -35px;
    margin-top: 0;
    padding: 30px 35px;
    background: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.promo-item .promo-request-box.__free {
    display: inline-block;
    width: auto;
}

.promo-item .promo-request-box.__upper-bg {
    margin-top: -65px;
    padding-top: 100px;
}

.promo-item .promo-request-box.__upper {
    margin-top: -60px;
    padding-top: 95px;
}

.promo-item .promo-request-box:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.promo-item .promo-request-box p + ul {
    margin-top: 24px;
}

.promo-item .promo-request-box ul li + li, .promo-item .promo-request-box ul + ul {
    margin-top: 24px;
}

.promo-item .promo-request-box .common li + li, .promo-item .promo-request-box .common + ul {
    margin-top: 12px;
}

.promo-item .promo-request-box ul li p, .promo-item .promo-request-box ul li span {
    line-height: 1.5;
}

.promo-item .promo-request-box ul li p {
    font-size: 20px;
    margin: 0;
}

.promo-item .promo-request-box ul li span {
    font-size: 16px;
}

.promo-item .promo-request-box li .note {
    margin-top: 0;
}

.promo-item .promo-request-box > .table-block:not(:first-child) {
    margin-top: 48px;
}

.promo-item .promo-request-box .only-mobile + .table-block {
    margin-top: 0;
}

.promo-item .promo-request-box .table-cell ul {
    margin: 0;
}

.promo-item .promo-request-box .table-cell ul li:only-child {
    margin-bottom: 24px;
}

.promo-item .promo-request-box .table-cell .common li:only-child {
    margin-bottom: 12px;
}

.promo-item .promo-request-box .table-row:last-child ul li {
    margin-bottom: 0;
}

.promo-item .promo-request-box img {
    display: block;
}

/* promo steps list */
ol.promo-steps-list {
    counter-reset: formalization;
    margin: 0 -20.01px;
    font-size: 0;
}

ol.promo-steps-list > li:before {
    counter-increment: formalization;
    content: counter(formalization);
    position: absolute;
    display: block;
    font: bold 70px PragmaticaExtraBold;
    color: #001689;
    font-weight: bold;
    line-height: 1;
    top: 0;
    left: 0;
}

ol.promo-steps-list > li.check {
    padding-top: 67px;
}

ol.promo-steps-list > li.check:before {
    content: '';
    width: 50px;
    height: 52px;
    background: url(../landings/images/icons/sprite-icons.png) no-repeat;
    background-position: -255px -356px;
}

.white ol.promo-steps-list > li:before {
    color: #fff;
}

ol.promo-steps-list > li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 20px * 6) / 3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    position: relative;
    padding-top: 85px;
    margin: 0 20px;
    font-size: 16px;
    color: #3e4950;
    line-height: 1.5;
}

ol.promo-steps-list > li:last-child {
    margin-right: 0;
}

ol.promo-steps-list .common {
    margin-top: 12px;
}

ol.promo-steps-list > li .common li:last-child {
    margin: 0;
}

/* promo steps list __light*/
ol.promo-steps-list.__light > li:before {
    font-size: 100px;
    color: #fff;
    text-shadow: 0 0 14px rgba(51, 51, 51, 0.2);
    z-index: -1;
}

ol.promo-steps-list.__light > li {
    padding-top: 56px;
    padding-left: 34px;
    width: auto;
}

ol.promo-steps-list.__checked > li:before {
    font: 60px/1 'PragmaticaBook';
}

ol.promo-steps-list.__checked > li.step-checked:before {
    content: '';
    display: block;
    width: 48px;
    height: 50px;
    background: url(../landings/images/icons/sprite-icons.png) -256px -306px no-repeat;
    position: absolute;
    top: 4px;
    left: 0;
}

.white ol.promo-steps-list.__checked > li.step-checked:before {
    background: url(../landings/images/icons/white-icon-sprite.png) -312px -4px no-repeat;
}

/* list with icons */
.pochtabank-advantages-list li {
    line-height: 1.5;
}

.pochtabank-advantages-list li .sub-title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 12px;
    margin-top: 0;
}

.pochtabank-advantages-list li .sub-title:only-child {
    margin: 0;
}

.pochtabank-advantages-list li span {
    font-size: 16px;
}

.pochtabank-advantages-list.__compact li + li {
    margin-top: 30px;
}

/* promo custom tabs */
.promo-custom-tabs:not(:first-child) {
    margin: 60px 0 0;
}

ul.promo-custom-tabs_nav {
    font-size: 0;
    margin: 0 0 60px;
}

ul.promo-custom-tabs_nav li {
    font-size: 16px;
    padding: 0;
    background: transparent;
    display: inline-block;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #b3b3b3;
}

.white ul.promo-custom-tabs_nav li {
    border-color: rgba(255, 255, 255, 0.3);
}

ul.promo-custom-tabs_nav li a {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.4;
    padding-bottom: 12px;
    display: inline-block;
}

ul.promo-custom-tabs_nav a.disabled {
    color: #ced5d9;
    cursor: default;
}

.scroll-nav {
    position: relative;
}

.scroll-nav .tab-line {
    position: absolute;
    bottom: 0px;
    height: 3px;
    background: #cc003d;
}

.white .scroll-nav .tab-line {
    background-color: white;
}

ul.promo-custom-tabs_nav li + li a {
    margin-left: 60px;
}

.promo-item .white ul.promo-custom-tabs_nav li a.active {
    border-color: #fff;
}

.promo-custom-tabs_container .tab {
    display: none;
}

.promo-item .promo-custom-tabs_container .tab p {
    margin-right: 0;
}

/* promo-bill-services */
.promo-bill-services {
    display: table;
    width: 100%;
}

.promo-bill-services:after {
    content: '';
    display: block;
    clear: both;
}

.promo-bill-services_item {
    display: table-cell;
}

.promo-bill-services_item:first-child {
    width: 500px;
    padding-right: 60px;
}

.__three-columns .promo-bill-services_item:not(:last-child), .__three-columns .promo-bill-services_item:first-child {
    width: 333px;
}

.__three-columns .promo-bill-services_item:not(:last-child) {
    padding-right: 60px;
}

.__three-columns .promo-bill-services_item {
    padding-left: 0;
    padding-top: 60px;
}

.__three-columns .promo-bill-services_item.icons {
    padding-top: 60px;
    padding-left: 0;
}

.promo-bill-services .promo-bill-services_title {
    margin-bottom: 12px;
}

.promo-bill-services .promo-bill-services_title a {
    font: 20px/1.5 'PragmaticaMedium';
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #cc003d;
}

.white .promo-bill-services .promo-bill-services_title a {
    color: #fff;
}

.promo-bill-services .promo-bill-services_item_folded {
    padding-top: 24px;
}

.promo-bill-services .promo-bill-services_item_folded ul:first-child {
    margin-top: 0;
}

.promo-bill-services .promo-bill-services_foldable-link .red-arrows-dinamic:after {
    bottom: 0;
}

/* promo-bill-services  (блочный вид) */
.promo-bill-services.__view-block .promo-bill-services_item {
    display: block;
    width: auto;
    padding-right: 0;
}

.promo-bill-services.__view-block .promo-bill-services_note {
    max-width: 70%;
}

/* SWITCH CONTAINER */
.switch-nav-tabs {
    margin-bottom: 36px;
}

/* ADRESS Custom Center */
.centers-addresses {
    position: relative;
    max-width: 400px;
    padding-left: 40px;
    line-height: 1.2;
}

.centers-addresses:before {
    content: '';
    display: block;
    width: 18px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    background: url(../landings/images/icons/addres.png) no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.white .centers-addresses:before {
    background: url(../landings/images/icons/addres-white.png) no-repeat;
}

/* bankomat info container with images */
.bankomat-info-container.__with-images {
    position: relative;
    padding-left: 120px;
}

.bankomat-info-container.__images-top {
    padding-left: 0;
    padding-top: 60px;
}

.bankomat-info-container.__with-images:before, .bankomat-info-container.__images-vtb:before {
    content: '';
    display: block;
    width: 80px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.bankomat-info-container.__with-images:before {
    background: url(../landings/images/icons/logo-middle.jpg) no-repeat;
}

.bankomat-info-container.__images-vtb:before {
    background: url(../landings/images/icons/vtb_24_logo.png) left center no-repeat;
}

.bankomat-info-title {
    margin-bottom: 12px;
}

.bankomat-info-container .store-links {
    margin: 24px 0 0;
}

/* block mobile app */
.mobile-app .content-col {
    padding-right: 415px;
}

.mobile-app__left-img {
    padding-left: 320px;
}

.mobile-app:before {
    width: 242px;
    height: 473px;
    top: 50%;
    right: 0;
    background: url(../landings/images/landing-prosto-credit/iphone.png) no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.mobile-app__left-img:before {
    right: auto;
    left: -25px;
    transform: translateY(-50%) scale(0.9);
}

.mobile-app:after {
    background: url(../landings/images/background-images/bg-5.jpg) no-repeat;
    background-size: cover;
}

.mobile-app.__no-bg:after {
    background: none;
}

/* documents */
.documents-container .promo-button-container {
    margin-top: 48px;
}

.landing-documents {
    background: #f9f9f9;
    margin-bottom: 20px;
    -webkit-transition: -webkit-box-shadow 0.5s ease-in-out;
    transition: -webkit-box-shadow 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
}

.landing-documents-head {
    min-height: 95px;
    padding: 32px 30px;
    cursor: pointer;
}

.landing-documents-head__group {
    display: flex;
    justify-content: space-between;
}

.landing-documents-head__image {
    margin: -32px 0;
}

.landing-documents-head__image img {
    display: block;
}

.landing-documents-head h5, .landing-documents-head .doc-head-link {
    font-family: 'PragmaticaMedium';
    text-transform: uppercase;
    margin: 0;
    color: #cc003d;
}

.landing-documents-head h5:hover {
    cursor: pointer;
}

.landing-documents-content {
    padding: 0 30px;
}

.landing-documents-content .cols {
    position: relative;
    padding: 30px 0;
}

.landing-documents-content .cols:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #ddd;
    position: absolute;
    top: -1px;
}

.landing-documents-content .cols.__no-border:before {
    background: none;
}

.landing-documents-content .cols.__normal-space {
    white-space: normal;
}

.landing-documents .doc-link {
    margin-bottom: 30px;
}

.landing-documents .doc-link:last-child {
    margin-bottom: 0;
}

.landing-documents .doc-link_note {
    color: #333;
    padding-top: 15px;
}

.landing-documents .archive-link-container {
    margin-top: 20px;
}

.landing-documents a.archive-link {
    border: 0;
    font-size: 16px;
    margin-left: 30px;
}

.landing-documents:hover {
    -webkit-box-shadow: 0 0 3px 0 rgba(51, 51, 51, .10), 0px 0px 40px 0px rgba(51, 51, 51, .15);
    box-shadow: 0 0 3px 0 rgba(51, 51, 51, .10), 0px 0px 40px 0px rgba(51, 51, 51, .15);
}

/* questions */
.promo-bill-questions_question p {
    font-size: 16px;
    line-height: 1.5;
}

.promo-bill-questions_question a {
    color: #cc003d;
    border: 0;
    text-decoration: none;
}

.promo-bill-questions_question span {
    font-weight: bold;
    font-size: 20px;
}

.promo-bill-questions_question span.text-line {
    font-weight: inherit;
}

.promo-questions .promo-button-container {
    margin-top: 48px;
}

.promo-questions .__button .promo-button-container {
    margin-top: 0;
}

.promo-item .promo-bill-questions .icons:after {
    top: -8px;
}

.promo-questions .list-box.__float-list ul:first-child {
    margin-right: 40px;
}

.promo-questions .icon-block + .icon-block {
    margin-top: 24px;
}

.promo-questions .icon-block p {
    margin-bottom: 24px;
}

/* see also*/
.see-also-questions {
    margin-top: 90px;
    padding: 0 40px;
}

.see-also-questions h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

.see-also-questions ul {
    display: table;
    width: 90%;
    margin: 10px 0;
}

.see-also-questions ul li {
    background: none;
    display: table-cell;
    padding: 0 40px 0 0;
}

.see-also-questions ul li:last-child {
    padding-right: 0;
}

.see-also-questions ul li a {
    font-size: 16px;
    color: #cc003d;
}

.see-also-questions.__two-columns ul li {
    width: 50%;
}

.see-also-questions.__three-columns ul li {
    width: 33.333%;
}

.store-links a {
    display: inline-block;
}

.store-links a:not(:last-child) {
    margin-right: 12px;
}

/* calculator */
.promo-calculator .description {
    margin-bottom: 48px;
}

.calculator-container .cols {
    white-space: normal;
}

.calculator-container .range-container {
    margin: 0 48px 48px 0;
}

.calculator-container .computing-table .range-container {
    margin-right: 0;
    margin-top: 24px;
}

.calculator-container .calc-label {
    display: block;
    margin-bottom: 12px;
}

.calculator-container .range-values_value {
    font-size: 24px;
    color: #333;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #b3b3b3;
    border-bottom: 2px solid #001689;
}

.calculator-container .range-values_value.disabled {
    pointer-events: none;
    color: #959595;
    border-bottom-color: #aeb8ef;
}

.calculator-container .range-values_range {
    font-size: 14px;
    color: #959595;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.calculator-container .summ-slider {
    position: relative;
}

.calculator-container .summ-slider:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #b3b3b3;
    position: absolute;
    right: 0;
    bottom: 0;
}

.calculator-container .summ-slider.noUi-target {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 2px;
    margin-top: -2px;
    padding-left: 14px;
    padding-right: 14px;
}

.calculator-container .summ-slider.noUi-target > .noUi-base > .noUi-origin {
    border-radius: 0;
    background: #b3b3b3;
}

.calculator-container .summ-slider.noUi-target > .noUi-base {
    background: #001689;
}

.calculator-container .summ-slider.noUi-target[disabled] > .noUi-base {
    background: #aeb8ef;
}

.calculator-container .summ-slider.noUi-target > .noUi-base > .noUi-origin > .noUi-handle {
    border: 2px solid #d71956;
    top: -12px;
    height: 24px;
    width: 24px;
    border-radius: 99999px;
    left: -11px;
    cursor: pointer;
}

.calculator-container .summ-slider.noUi-target[disabled] > .noUi-base > .noUi-origin > .noUi-handle {
    border-color: #b9b9b9;
    cursor: default;
}

.calculator-container .noUi-handle:before, .calculator-container .noUi-handle:after {
    display: none;
}

.calculator-container .computing-table {
    padding: 30px 40px;
    background: #f9f9f9;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow 0.5s ease-in-out;
    transition: -webkit-box-shadow 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
}

.calculator-container .computing-table:hover {
    -webkit-box-shadow: 0 0 3px 0 rgba(51, 51, 51, .10), 0px 0px 40px 0px rgba(51, 51, 51, .15);
    box-shadow: 0 0 3px 0 rgba(51, 51, 51, .10), 0px 0px 40px 0px rgba(51, 51, 51, .15);
}

.__section-bg .computing-table {
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(51, 51, 51, .10), 0px 0px 40px 0px rgba(51, 51, 51, .15);
    box-shadow: 0 0 3px 0 rgba(51, 51, 51, .10), 0px 0px 40px 0px rgba(51, 51, 51, .15);
}

.calculator-container .computing-table .promo-button-container, .calculator-container .computing-table .promo-button-container * {
    width: 100%;
}

.calculator-container .promo-button-container {
    margin-top: 48px;
}

.calculator-container .computing-table .promo-button-container_column:first-child {
    width: 100%;
}

.calculator-container .computing-table .table-cell {
    vertical-align: middle;
}

.calculator-container .computing-table .table-cell:last-child {
    text-align: right;
}

.calculator-container .computing-table .table-row:not(:first-child) .table-cell {
    padding-top: 24px;
}

.calculator-container .computing-table .table-row .table-cell {
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 24px;
}

.calculator-container .computing-table .outcome {
    font-size: 20px;
    font-weight: bold;
    color: #001689;
    white-space: nowrap;
}

.calculator-container .computing-table .computing-table-value {
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 24px;
    padding-bottom: 24px;
}

.calculator-container .computing-table .computing-table-value_item + .computing-table-value_item {
    margin-top: 12px;
}

.calculator-container .depositrate {
    white-space: normal;
}

/* block with video */
#slvj-window {
    width: 100%;
    min-height: 100%;
    z-index: 30;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
}

#slvj-window, #slvj-window * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#slvj-background-close {
    width: 100%;
    min-height: 100%;
    z-index: 31;
    position: fixed;
    top: 0;
    left: 0;
}

#slvj-back-lightbox {
    width: 940px;
    height: 565px;
    margin: auto;
    z-index: 32;
}

.slvj-lightbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px;
    margin: 0;
    z-index: 53;
}

.slvj-lightbox iframe {
    width: 100%;
    height: 100%;
}

#slvj-close-icon {
    background-image: url(../images/pochta-close-icon.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    right: 5px;
    position: absolute;
    z-index: 551;
}

#slvj-close-icon:hover {
    cursor: pointer;
}

.promo-item_media, .media-box {
    z-index: 1000;
}

.promo-item_media-item:not(:last-child), .media-box_item {
    margin-bottom: 20px;
}

.promo-item_media a {
    position: relative;
    display: block;
}

.promo-item_media img, .media-box_preview {
    max-width: 100%;
    border: 3px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 3px 0px rgba(51, 51, 51, 0.3);
    box-shadow: 0 0 3px 0px rgba(51, 51, 51, 0.3);
    cursor: pointer;
}

.popup-common.popup__media-box {
    height: 60vh;
    width: 60vw;
    padding: 0px;
}

.popup-common.popup__media-box .box-modal_close {
    top: 0;
    right: -50px;
}

.popup__media-box .iframe {
    width: 100%;
    height: 100%;
}

/* promo-counter */
.promo-counter, .promo-item.promo-counter {
    width: 100%;
    padding: 55px 0;
    margin: 0;
}

.promo-counter * {
    vertical-align: middle;
}

.promo-counter .promo-counter-block {
    display: inline-block;
    margin-right: 15px;
    font-size: 0;
}

.promo-counter .promo-counter-item {
    width: 30px;
    height: 40px;
    background: url(../landings/images/landing-pervy-pochtovy/counter-item-bg.png) left top no-repeat;
    background-size: cover;
    border-radius: 5px;
    font: 24px/40px 'PragmaticaMedium';
    color: #001689;
}

.promo-counter .promo-counter-item:not(:last-child) {
    margin-right: 6px;
}

.promo-counter .promo-counter-block_note {
    display: inline-block;
    color: #fff;
    font-size: 24px;
}

.promo-counter .promo-counter-block {
    margin-left: 15px;
}

/* magnific-popup */
.mfp-container {
    max-width: 1100px;
    padding: 0 80px;
    right: 0;
    margin: auto;
}

.mfp-content, .mfp-image-holder .mfp-content {
    max-width: 940px;
    width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: default;
}

button.mfp-close, button.mfp-arrow {
    opacity: 1;
}

.mfp-image-holder .mfp-close {
    font-size: 0;
    right: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    top: 0;
    right: -72px;
}

.mfp-image-holder .mfp-close:before, .mfp-image-holder .mfp-close:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgb(245, 245, 245);
    position: absolute;
    top: 50%;
    left: 0;
}

.mfp-image-holder .mfp-close:before {
    transform: translateY(-50%) rotate(45deg);
}

.mfp-image-holder .mfp-close:after {
    transform: translateY(-50%) rotate(-45deg);
}

button.mfp-arrow {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(255,255,255, 0.2);
    margin-top: 0;
}

.mfp-arrow:active {
    margin: 0;
}

.mfp-arrow:after {
    margin: 0 0 0 -2px;
    border: 1px solid #fff;
    border-left-color: transparent;
    border-bottom-color: transparent;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.mfp-arrow-left:after {
    margin: 0 0 0 2px;
    transform: translate(-50%, -50%) rotate(-135deg);
}

.mfp-arrow:before {
    display: none;
}

.mfp-figure:after {
    background: #fff;
    top: 0;
    bottom: 0;
}

img.mfp-img {
    padding: 0;
    border: 20px solid #fff;
    pointer-events: none;
    cursor: default;
}

.mfp-bottom-bar {
    margin-top: 0;
    padding: 0 20px 20px;
    background: #fff;
    box-sizing: border-box;
    position: static;
}

.mfp-title {
    color: #333;
    font-size: 16px;
    padding-right: 0
}

.mfp-title .link {
    margin-top: 20px;
    color: #cc003d;
}

.mfp-title .link span {
    cursor: pointer;
}

@media (max-width: 900px) {
    .mfp-arrow {
        transform: scale(1);
    }
}

/* graph of lines and points */
.graph-container {
    position: relative;
}

.__six-points .table-cell {
    width: 16.666%;
}

.graph-points-description .table-cell {
    vertical-align: bottom;
    padding: 0 12px 40px;
}

.graph-lines {
    border-bottom: 2px solid #001689;
}

.graph-points {
    position: relative;
}

.graph-points .graph-point:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #001689;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.graph-points .graph-point:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #001689;
    position: absolute;
    left: 50%;
}

.graph-points .graph-point:last-child:before {
    display: none;
}

.graph-points .graph-point.current:after {
    background: #cc003d;
}

.graph-points .graph-date, .graph-points-description {
    text-align: center;
    font-size: 12px;
}

.graph-points .graph-date {
    margin-top: 24px;
}

.bold-arrow {
    position: relative;
}

.bold-arrow:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 12px;
    left: 50%;
    background: url(../landings/images/icons/blue-arrow-up.png) no-repeat;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
}

.bold-arrow.bold-red:before {
    background: url(../landings/images/icons/red-arrow-bold.png) no-repeat;
    -webkit-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
}

.graph-container .braces {
    padding: 0 8.333%;
}

.graph-container .braces:after {
    content: '';
    display: block;
    clear: both;
}

.graph-container .braces .braces_item {
    position: relative;
    float: left;
    width: 47.35%;
    border-bottom: 2px solid #c4c6c8;
    margin: 30px 10px;
}

.graph-container .braces .braces_item:before, .graph-container .braces .braces_item:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    background: url(../landings/images/icons/ellipse.png) no-repeat;
}

.graph-container .braces .braces_item:first-child:before, .graph-container .braces .braces_item:last-child:after {
    bottom: -2px;
}

.graph-container .braces .braces_item:first-child:before {
    left: -10px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.graph-container .braces .braces_item:last-child:after {
    right: -10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.graph-container .braces .braces_item:first-child:after, .graph-container .braces .braces_item:last-child:before {
    top: 0;
}

.graph-container .braces .braces_item:first-child:after {
    right: -10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.graph-container .braces .braces_item:last-child:before {
    left: -10px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* scrollbar */
.custom-scrollbar .mCSB_scrollTools {
    width: 24px;
    z-index: 100;
}

.CSB-Horizontal .mCSB_scrollTools {
    height: 24px;
    z-index: 100;
}

.custom-scrollbar .mCSB_scrollTools .mCSB_draggerContainer {
    margin: 10px 0;
}

.custom-scrollbar .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.custom-scrollbar .mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
}

.CSB-Horizontal .mCSB_scrollTools .mCSB_draggerRail {
    height: 6px;
}

.CSB-Horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    background: #c6c7cb;
    opacity: 0.5;
}

.CSB-Horizontal .mCSB_scrollTools .mCSB_draggerRail, .custom-scrollbar .mCSB_scrollTools .mCSB_draggerRail {
    background: transparent;
}

.custom-scrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    background: #c6c7cb;
}

/* slider navigation */
.slider-dots .slick-dots {
    position: relative;
    bottom: 0;
}

.slider-dots .slick-dots li {
    vertical-align: middle;
}

.slider-dots .slick-dots button:before {
    font-size: 34px;
    color: #b3b3b3;
    line-height: 20px;
}

.slider-dots .slick-dots .slick-active button:before {
    color: #fff;
    font-size: 38px;
    opacity: 1;
}

.slider-nav .slider-prev-btn, .slider-nav .slider-next-btn {
    height: 35px;
    width: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #c7cce3 url(../landings/images/icons/arrow-white.png) left 13px center no-repeat;
    position: absolute;
    cursor: pointer;
    z-index: 10000;
}

.slider-nav .slider-prev-btn {
    position: absolute;
    left: -60px;
    background: rgba(255, 255, 255, 0.2) url(../landings/images/icons/arrow-white.png) left 15px center no-repeat;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.slider-nav .slider-next-btn {
    background-color: rgba(255, 255, 255, 0.2);
    background-image: url(../landings/images/icons/arrow-white.png) left 15px center no-repeat;
    position: absolute;
    right: -60px;
}

/* blue theme slider navigation*/
.slider-dots.__blue .slick-dots button:before {
    color: #001689;
}

.slider-nav.__blue .slider-prev-btn, .slider-nav.__blue .slider-next-btn {
    background: none;
}

.slider-nav.__blue .slider-prev-btn:before, .slider-nav.__blue .slider-next-btn:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid #001689;
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(45deg);
}

/* range slider */
.range-time-cnt {
    padding-bottom: 52px;
}

.range-time {
    position: relative;
    height: 2px;
    margin: 30px 20px 0;
}

.range-time.noUi-target:before, .range-time.noUi-target:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #b3b3b3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: -2px;
}

.range-time.noUi-target:before {
    left: 0;
}

.range-time.noUi-target:after {
    right: 0;
}

.range-time.noUi-target, .range-time.noUi-background, .range-time .noUi-background, .range-time .noUi-base {
    border: 0;
    background: #b3b3b3;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.range-time .noUi-connect {
    position: absolute;
    height: 100%;
    background: #001689;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.range-time .noUi-handle {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #001689;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.range-time .noUi-handle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background: #cc003d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.range-time .noUi-handle:after {
    display: none;
}

.range-time .noUi-handle:hover {
    cursor: pointer;
}

.range-time .noUi-tooltip {
    width: 50px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #b3b3b3;
    top: auto;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.range-time .noUi-handle-lower .noUi-tooltip, .range-time .noUi-handle-upper .noUi-tooltip {
    top: auto;
    bottom: -40px;
}

/* INDENTS COMMON ELEMENTS */
.promo-item .table-container + *, .promo-item ol.promo-steps-list + *, .promo-item .promo-bill-services + *, .promo-item .promo-bill-services.__view-block .promo-bill-services_item + *, .promo-item .bankomat-info-container + *, .promo-item .marked-block +*, .promo-item .pochtabank-advantages-list > li + *, .promo-item .promo-custom-tabs + *, .promo-item .table-tariffs-gradient + *, .promo-item .table-mobile + *, .result-search-container .result-search-box-item + *, .promo-item .vertical-table + * {
    margin-top: 48px;
}

/* DECORATION */
.preloader {
    position: relative;
}

.preloader:before {
    content: '';
    display: block;
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: -16px;
    left: -16px;
    z-index: 500;
}

.preloader:after {
    content: '';
    width: 80px;
    height: 80px;
    background: url(../landings/images/icons/preloader.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    z-index: 505;
    -webkit-animation: preloader 1s linear infinite;
    -o-animation: preloader 1s linear infinite;
    animation: preloader 1s linear infinite;
}

@keyframes preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.promo-item .note {
    display: block;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    color: #898c8f;
}

.promo-item .nowrap {
    white-space: nowrap;
}

.promo-item .blue-accent {
    color: #001689;
}

.promo-item .pink-accent {
    color: #cc003d;
}

.promo-item .stamp:before {
    content: '';
    display: block;
    width: 250px;
    height: 60px;
    position: absolute;
    background: url(../landings/images/pin-elements/pin-v18.png) no-repeat;
}

/* arrows*/
.red-arrows-png, .arrow-white {
    display: inline-block;
    position: relative;
    padding-right: 38px;
}

.red-arrows-png:after, .arrow-white:after {
    position: absolute;
    display: block;
    content: '';
    width: 8px;
    height: 100%;
    top: 0;
    right: 0;
}

.red-arrows-png:after {
    background: url("../images/landing-pochtabank/arrow.png") center center no-repeat;
}

.arrow-white:after {
    background: url(../landings/images/icons/arrow-white.png) center center no-repeat;
}

.red-arrows-dinamic {
    position: relative;
}

.red-arrows-dinamic:after {
    position: absolute;
    content: "";
    width: 13px;
    height: 1em;
    background: url(../landings/images/arrow-down.png) center center no-repeat;
    bottom: 3px;
    top: auto;
    right: -32px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.active .red-arrows-dinamic:after, .red-arrows-dinamic.active:after, .active .white-arrow-dynamic:after, .active .black-arrow-dynamic:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.white-arrow-dynamic, .black-arrow-dynamic {
    position: relative;
}

.white-arrow-dynamic:after , .black-arrow-dynamic:after {
    position: absolute;
    content: "";
    width: 13px;
    height: 8px;
    top: 41%;
    right: -28px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.white-arrow-dynamic:after {
    background: url(../landings/images/icons/sprite-icons.png) -746px -271px no-repeat;
}

.black-arrow-dynamic:after {
    background: url(../landings/images/icons/sprite-icons.png) -720px -271px no-repeat;
}

/* heads background */
.promo-item .section-title {
    position: relative;
}

.promo-item .desktop-bg, .promo-item .mobile-bg {
    position: absolute;
    top: 0;
    left: -520px;
    z-index: -1;
}

.promo-item .mobile-bg, .promo-item .__tablet-line, .promo-item .white .desktop-bg {
    display: none;
}

.promo-item .mobile-bg {
    left: -254px;
}

.promo-item .desktop-bg div, .promo-item .mobile-bg div {
    position: relative;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);
}

.promo-item .desktop-bg div {
    height: 55px;
}

.promo-item .mobile-bg div {
    height: 50px;
}

.promo-item .desktop-bg .blue-line {
    left: 484px;
}

.promo-item .red-line, .promo-item .red-line:after {
    background: #DC0042;
}

.promo-item .blue-line, .promo-item .blue-line:after {
    background: #001BAC;
}

.promo-item .red-line:after, .promo-item .red-line:before, .promo-item .blue-line:after, .promo-item .blue-line:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
}

.promo-item .red-line:after, .promo-item .blue-line:after {
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.promo-item .desktop-bg .red-line:after, .promo-item .desktop-bg .blue-line:after {
    width: 32px;
    height: 55px;
    right: -16px;
}

.promo-item .mobile-bg .red-line:after, .promo-item .mobile-bg .blue-line:after {
    width: 30px;
    height: 50px;
    right: -15px;
}

.promo-item .red-line:before, .promo-item .blue-line:before {
    width: 100%;
    height: 100%;
    left: 0;
}

.promo-item .red-line:before {
    background: -webkit-gradient(linear, left top, right top, from(#cc003d), to(#DC0042));
    background: linear-gradient(to right, #cc003d, #DC0042);
}

.promo-item .blue-line:before {
    background: -webkit-gradient(linear, left top, right top, from(#001689), to(#001BAC));
    background: linear-gradient(to right, #001689, #001BAC);
}

.promo-item .blue-line.__common {
    left: 0;
}

.promo-item .red-line.__common, .promo-item .blue-line.__common, .promo-item .red-line.__wide {
    height: 40px;
}

.promo-item .red-line.__common {
    width: 400px;
}

.promo-item .blue-line.__common {
    width: 320px;
}

.promo-item .red-line.__wide {
    width: 670px;
}

.promo-item .red-line.__common:after, .promo-item .blue-line.__common:after, .promo-item .red-line.__wide:after {
    height: 40px;
}

.promo-item .red-line.__common:after {
    height: 40px;
}

.images {
    max-width: 100%;
}

.images-title {
    position: relative;
    padding-left: 180px;
}

.images-title:before {
    content: '';
    display: block;
    width: 172px;
    height: 119px;
    background: url(../landings/images/pin-elements/pin-v17.png) no-repeat;
    position: absolute;
    bottom: -9px;
    left: -24px;
}

.images-title[class*="pin-"]:after {
    display: none;
}

.images-title.pin-v56:before, .images-title.before-pin-v80:before {
    bottom: 7px;
    left: 0;
}

/* heads adaptive background */
.transform-bg h1, .transform-bg .h1, .transform-bg h2 {
    line-height: 0;
}

.head-line {
    display: block;
    max-height: 60px;
}

.line-bg {
    position: relative;
    height: 100%;
    padding-right: 60px;
    white-space: nowrap;
}

.line-bg:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: -520px;
    height: 100%;
    z-index: -1;
}

.line-bg, .line-bg * {
    display: inline-block;
    line-height: 60px;
    height: 60px;
}

.line-bg.__no-padding {
    margin-left: -35px;
    padding-left: 35px;
}

.line-bg:after {
    content: '';
    display: block;
    width: 36px;
    height: 60px;
    position: absolute;
    top: 0;
    right: -18px;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.line-bg.__full {
    width: 100%;
}

.__red-line:after {
    background: #DC0042;
}

.__red-line:before {
    background: -webkit-gradient(linear, left top, right top, from(#cc003d), to(#DC0042));
    background: linear-gradient(to right, #cc003d, #DC0042);
}

.__blue-line:after {
    background: #001BAC;
}

.__blue-line:before {
    background: -webkit-gradient(linear, left top, right top, from(#001689), to(#001BAC));
    background: linear-gradient(to right, #001689, #001BAC);
}

.__empty-line {
    padding-left: 360px;
}

/* perforation for background */
.bg-perforation-top, .bg-perforation-bottom {
    position: absolute;
    width: 1980px;
    height: 10px;
    left: -520px;
    background: url(../images/landing-pochtabank/perforation-4-bg.png) left top repeat-x transparent;
    z-index: 2;
}

.bg-perforation-top {
    top: -5px;
}

.bg-perforation-bottom {
    bottom: -5px;
}

/* gray line bottom block*/
.bottom-gray-line {
    position: relative;
}

.bottom-gray-line:after {
    content: '';
    display: block;
    width: 1980px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -520px;
    border-bottom: 1px solid #b3b3b3;
    z-index: -1;
}

.__section-bg.bottom-gray-line::after {
    bottom: 0;
    top: auto;
}

.circle-links {
    margin-top: 60px;
    text-align: justify;
}

.circle-links:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
}

.circle-links:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.circle-links .circle-links_item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.circle-links .circle-links_item .circle-link {
    position: relative;
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 2px solid #001689;
    transition: 0.3s;
}

.circle-links .circle-links_item .disabled {
    border-color: #cfcfcf;
}

.circle-link img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.3s;
}

.circle-link img.hover-img, .circle-link:not(.disabled):hover img {
    visibility: hidden;
    opacity: 0;
}

.circle-link:not(:last-child) {
    margin-bottom: 12px;
}

.circle-link:not(.disabled):hover {
    background: #001689;
    box-shadow: 0px 7px 7px 0px rgba(51, 51, 51, 0.3);
}

.circle-link:not(.disabled):hover img.hover-img {
    visibility: visible;
    opacity: 1;
}

/* pin-images */
[class*="before-pin-"]:before {
    content: '';
    display: block;
}

[class*="pin-"]:after {
    content: '';
    display: block;
}

.pin-v0:after {
    width: 239px;
    height: 177px;
    background: url(../landings/images/pin-elements/pin.png) no-repeat;
}

.pin-v32:after {
    width: 244px;
    height: 173px;
    background: url(../landings/images/pin-elements/pin-v32.png) no-repeat;
}

.pin-v38:after {
    width: 288px;
    height: 308px;
    background: url(../landings/images/pin-elements/pin-v38.png) no-repeat;
}

.pin-v39:after {
    width: 354px;
    height: 342px;
    background: url(../landings/images/pin-elements/pin-v39.png) no-repeat;
}

.pin-v40:after {
    width: 290px;
    height: 285px;
    background: url(../landings/images/pin-elements/pin-v40.png) no-repeat;
}

.pin-v41:after {
    width: 456px;
    height: 290px;
    background: url(../landings/images/pin-elements/pin-v41.png) no-repeat;
}

.pin-v42:after {
    width: 357px;
    height: 251px;
    background: url(../landings/images/pin-elements/pin-v42.png) no-repeat;
}

.pin-v20:after {
    width: 285px;
    height: 256px;
    background: url(../landings/images/pin-elements/pin-v20.png) no-repeat;
}

.pin-v44:after {
    width: 387px;
    height: 289px;
    background: url(../landings/images/pin-elements/pin-v44.png) no-repeat;
}

.pin-v48:after {
    width: 430px;
    height: 498px;
    background: url(../landings/images/pin-elements/pin-v48.png) no-repeat;
}

.pin-v49:after {
    width: 300px;
    height: 495px;
    background: url(../landings/images/pin-elements/pin-v49.png) no-repeat;
}

.pin-v52:after {
    width: 541px;
    height: 458px;
    background: url(../landings/images/pin-elements/pin-v52.png) no-repeat;
}

.pin-v53:after, .before-pin-v53:before {
    width: 308px;
    height: 200px;
    background: url(../landings/images/pin-elements/pin-v53.png) no-repeat;
}

.pin-v57:after, .pin-v57:before {
    width: 399px;
    height: 377px;
    background: url(../landings/images/pin-elements/pin-v57.png) no-repeat;
}

.pin-v58:after {
    width: 398px;
    height: 506px;
    background: url(../landings/images/pin-elements/pin-v58.png) no-repeat;
}

.pin-v59:after {
    width: 441px;
    height: 723px;
    background: url(../landings/images/pin-elements/pin-v59.png) no-repeat;
}

.pin-v60:after {
    width: 432px;
    height: 690px;
    background: url(../landings/images/pin-elements/pin-v60.png) no-repeat;
}

.pin-v64:after {
    width: 385px;
    height: 430px;
    background: url(../landings/images/pin-elements/pin-v64.png) no-repeat;
}

.pin-v65:after {
    width: 333px;
    height: 457px;
    background: url(../landings/images/pin-elements/pin-v65.png) no-repeat;
}

.pin-v66:after {
    width: 299px;
    height: 225px;
    background: url(../landings/images/pin-elements/pin-v66.png) no-repeat;
}

.pin-v68:after {
    width: 278px;
    height: 410px;
    background: url(../landings/images/pin-elements/pin-v68.png) no-repeat;
}

.pin-v75:after, .before-pin-v75:before {
    width: 304px;
    height: 631px;
    background: url(../landings/images/pin-elements/pin-v75.png) no-repeat;
}

.pin-v76:after, .before-pin-v76:before {
    width: 222px;
    height: 271px;
    background: url(../landings/images/pin-elements/pin-v76.png) no-repeat;
}

.pin-v77:after, .before-pin-v77:before {
    width: 338px;
    height: 290px;
    background: url(../landings/images/pin-elements/pin-v77.png) no-repeat;
}

.pin-v77-1:after, .before-pin-v77-1:before {
    width: 512px;
    height: 438px;
    background: url(../landings/images/pin-elements/pin-v77-1.png) no-repeat;
}

.before-pin-v80:before {
    width: 145px;
    height: 93px;
    background: url(../landings/images/pin-elements/pin-v80.png) no-repeat;
}

.pin-v84:after, .before-pin-v84:before {
    width: 352px;
    height: 288px;
    background: url(../landings/images/pin-elements/pin-v84.png) no-repeat;
}

.pin-v85:after, .before-pin-v85:before {
    width: 480px;
    height: 480px;
    background: url(../landings/images/pin-elements/pin-v85.png) no-repeat;
}

.pin-v88:after, .before-pin-v88:before {
    width: 157px;
    height: 90px;
    background: url(../landings/images/pin-elements/pin-v88.png) no-repeat;
}

.pin-v89:after, .before-pin-v89:before {
    width: 100px;
    height: 97px;
    background: url(../landings/images/pin-elements/pin-v89.png) no-repeat;
}

.pin-v90:after, .before-pin-v90:before {
    width: 150px;
    height: 144px;
    background: url(../landings/images/pin-elements/pin-v90.png) no-repeat;
}

.pin-v91:after, .before-pin-v91:before {
    width: 167px;
    height: 139px;
    background: url(../landings/images/pin-elements/pin-v91.png) no-repeat;
}

.pin-v94:after, .before-pin-v94:before {
    width: 310px;
    height: 201px;
    background: url(../landings/images/pin-elements/pin-v94.png) no-repeat;
}

.pin-v95:after, .before-pin-v95:before {
    width: 294px;
    height: 385px;
    background: url(../landings/images/pin-elements/pin-v95.png) no-repeat;
}

.pin-v97:after, .before-pin-v97:before {
    width: 385px;
    height: 430px;
    background: url(../landings/images/pin-elements/pin-v97.png) no-repeat;
}

.pin-v98:after, .before-pin-v98:before {
    width: 392px;
    height: 274px;
    background: url(../landings/images/pin-elements/pin-v98.png) no-repeat;
}

.pin-v99:after, .before-pin-v99:before {
    width: 322px;
    height: 387px;
    background: url(../landings/images/pin-elements/pin-v99.png) no-repeat;
}

.pin-v99:after, .before-pin-v99:before {
    width: 322px;
    height: 387px;
    background: url(../landings/images/pin-elements/pin-v99.png) no-repeat;
}

.pin-v99__medium:after, .before-pin-v99__medium:before {
    width: 409px;
    height: 494px;
    background: url(../landings/images/pin-elements/pin-v99__medium.png) no-repeat;
}

.pin-v100:after, .before-pin-v100:before {
    width: 382px;
    height: 433px;
    background: url(../landings/images/pin-elements/pin-v100.png) no-repeat;
}

.pin-v101:after, .before-pin-v101:before {
    width: 489px;
    height: 470px;
    background: url(../landings/images/pin-elements/pin-v101.png) no-repeat;
}

.pin-v102:after, .before-pin-v102:before {
    width: 299px;
    height: 80px;
    background: url(../landings/images/pin-elements/pin-v102.png) no-repeat;
}

.pin-v120:after, .before-pin-v120:before {
    width: 597px;
    height: 481px;
    background: url(../landings/images/pin-elements/pin-v120.png) no-repeat;
}

.pin-v123:after, .before-pin-v123:before {
    width: 336px;
    height: 276px;
    background: url(../landings/images/pin-elements/pin-v123.png) no-repeat;
}

.pin-v131:after, .before-pin-v131:before {
    width: 701px;
    height: 1301px;
    background: url(../landings/images/pin-elements/pin-v131.png) no-repeat;
}

.pin-v132:after, .before-pin-v132:before {
    width: 256px;
    height: 430px;
    background: url(../landings/images/pin-elements/pin-v132.png) no-repeat;
}

/* :before pin */
.pin-v56:before {
    width: 145px;
    height: 93px;
    background: url(../landings/images/pin-elements/pin-v56.png) no-repeat;
}

.before-pin-v128:before {
    width: 797px;
    height: 742px;
    background: url(../landings/images/pin-elements/pin-v128.png) no-repeat;
    background-size: contain;
}

.bg-feathers-1:after {
    background: url(../landings/images/background-images/bg-feathers-1-big.jpg) no-repeat;
    background-size: cover;
}

.bg-14_2:after, .children-bg-14_2 {
    background: url(../landings/images/background-images/bg-14-2.jpg) no-repeat;
    background-size: cover;
}

.children-bg-14_2 {
    background-position: right top;
}

.bg-14_3:after {
    background: url(../landings/images/background-images/bg-14-3.jpg) no-repeat;
    background-size: cover;
}

.pin-image {
    position: absolute;
}

.image-block {
    position: absolute;
    right: 0;
    top: 0;
}

.image-block.__middle {
    bottom: 0;
}

.image-block.__middle img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* rub */
.rub {
    font-size: inherit;
    color: inherit;
}

p .rub {
    font-size: 1em;
}

/* versions of linear-gradient  */
.__light-gray-lg:after {
    background: #e5e8ee;
    background: linear-gradient(76deg, #e5e8ee, #f6f6f6);
    background: -moz-linear-gradient(76deg, #e5e8ee, #f6f6f6);
}

.__dark-gray-lg:after {
    background: #b9c2d3;
    background: linear-gradient(76deg, #b9c2d3, #e2e3e4);
    background: -moz-linear-gradient(76deg, #b9c2d3, #e2e3e4);
}

.__pale-light-blue-lg:after {
    background: #527097;
    background: linear-gradient(76deg, #527097, #7ba9db);
    background: -moz-linear-gradient(76deg, #527097, #7ba9db);
}

.__pale-dark-blue-lg:after {
    background: #1a3159;
    background: linear-gradient(76deg, #1a3159, #3b70bc);
    background: -moz-linear-gradient(76deg, #1a3159, #3b70bc);
}

.__bright-light-blue-lg:after {
    background: #1059c4;
    background: linear-gradient(76deg, #1059c4, #1c9fde);
    background: -moz-linear-gradient(76deg, #1059c4, #1c9fde);
}

.__bright-dark-blue-lg:after {
    background: #003399;
    background: linear-gradient(76deg, #003399, #1b55c8);
    background: -moz-linear-gradient(76deg, #003399, #1b55c8);
}

.__blue-pb:after {
    background: #001689;
    background: linear-gradient(76deg, #001689, #001CAC);
    background: -moz-linear-gradient(76deg, #001689, #001CAC);
}

.__blue-pb-solid:after {
    background: #001689;
}

.__light-gray-solid:after {
    background: #f7f9fb;
}

/* ICON-BLOCK */
.icon-block {
    position: relative;
}

.icon-block__img {
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc((16px * 1.3) / 2);
    left: 0;
    transform: translateY(-50%);
}

.icon-block__img img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.icon-block__title, .icon-block__content {
    padding-left: 56px;
}

.icon-block_title .icon-block__img {
    top: calc((20px * 1.3) / 2);
}

.icon-block__img_lg {
    height: 66px;
}

.icon-block__img_lg img {
    max-height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.icon-block__img_center {
    width: 100%;
}

.icon-block {
    margin-bottom: 48px;
}

.icon-block_compact {
    margin-bottom: 32px;
}

.icon-block_top-icon {
    padding-top: 56px;
}

.icon-block_top-icon .icon-block__title, .icon-block_top-icon .icon-block__content {
    padding-left: 0;
}

.icon-block:last-child {
    margin-bottom: 0;
}

@media (max-width: 540px) {
    .icon-block_title .icon-block__content {
        padding-left: 0;
        padding-top: 0;
    }

    .icon-block_title .icon-block__title {
        margin-bottom: 16px;
    }
}

/* END ICON-BLOCK */
.extra-icon {
    margin: 0 -16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.extra-icon_text-center {
    text-align: center;
}

.extra-icon__item {
    margin: 0 16px;
}

.extra-icon__img {
    text-align: center;
    margin-bottom: 33px;
}

.extra-icon__title {
    font-weight: bold;
}

@media (max-width: 767px) {
    .see-also-questions ul li {
        display: block;
    }

    .extra-icon {
        margin-bottom: 0;
    }

    .extra-icon__item {
        flex-basis: 100%;
        margin: 0 0 30px;
    }

    .extra-icon__item:last-child {
        margin-bottom: 0;
    }
}

.floppy-tile {
    padding: 0;
}

.floppy-tile + .promo-item {
    margin-top: -50px;
    padding-top: 170px;
}

.floppy-tile__group {
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 20px 40px 30px rgba(210, 224, 233, 0.2);
    padding: 44px 80px;
}

.floppy-tile__item {
    flex-basis: calc(100%/2 - 40px);
}

.floppy-tile ul.common {
    margin-top: 0;
}

.floppy-tile ul.common li:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .floppy-tile.promo-item {
        padding: 0;
        margin: 0 20px 0;
    }

    .floppy-tile__group {
        flex-wrap: wrap;
        margin: 0;
        padding: 30px;
    }

    .floppy-tile__item {
        flex-basis: 100%;
        margin: 0 0 30px;
    }

    .floppy-tile__item:last-child {
        margin-bottom: 0;
    }

    .floppy-tile + .promo-item {
        padding-top: 110px;
    }
}

.promo-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -20px -40px;
}

.promo-group_align-start {
    align-items: flex-start;
}

.promo-group img {
    max-width: 100%;
}

.promo-group__item {
    flex-shrink: 0;
    flex-basis: calc(50% - 80px);
    margin: 20px 40px;
}

.promo-group__item:only-child {
    flex-basis: calc(100% - 80px);
}

.promo-group__item_center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.promo-group__icon-block {
    display: flex;
    margin-bottom: 48px;
    max-width: 480px;
}

.promo-group__icon-block:last-child {
    margin-bottom: 0;
}

.promo-group__icon-block_align-center {
    align-items: center;
}

.promo-group__icon-block-img {
    flex-shrink: 0;
    margin-right: 24px;
}

.promo-group__icon-block-text {
    padding-top: 5px;
}

@media (max-width: 767px) {
    .promo-group {
        margin: 0;
    }

    .promo-group__item {
        flex-basis: 100%;
        margin: 0 0 48px;
    }

    .promo-group__item:last-child {
        margin-bottom: 0;
    }
}

.store-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.store-block__image {
    padding: 0 139px 0 79px;
    flex-shrink: 0;
}

.store-block__content {
    flex-basis: 520px;
}

.store-block__title {
    margin-bottom: 30px;
}

.store-block__decsr {
    margin-bottom: 30px;
}

.store-block .title-section {
    align-self: flex-start;
    margin-top: 40px;
}

@media (max-width: 1023px) {
    .store-block .title-section {
        display: none;
    }

    .store-block {
        justify-content: center;
        margin: 0;
    }

    .store-block__image, .store-block__content {
        flex-basis: 520px;
        margin: 0;
        text-align: center;
    }

    .store-block__image {
        margin: 0 0 48px;
        padding: 0;
    }

    .store-block__btn .store-btn {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .store-block__image, .store-block__content {
        flex-basis: 100%;
    }
}

.store-btn {
    display: flex;
    align-items: center;
}

.store-btn__item {
    display: flex;
    margin-right: 8px;
    margin-bottom: 8px;
}

.store-btn__item:last-child {
    margin-right: 0;
}

/*  POPUP */
.popup {
    position: relative;
    display: block;
}

.popup-common {
    position: relative;
    background: #fff;
    padding: 40px 30px;
}

.popup-common .promo-item {
    padding: 0;
}

.popup-common .box-modal_close {
    position: absolute;
    top: 40px;
    right: 30px;
    width: 32px;
    height: 32px;
    background: url(../landings/images/icons/close-big.png) no-repeat;
    cursor: pointer;
    z-index: 100;
}

.popup-common, .popup-common * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.popup-common.__small-width {
    width: 620px;
}

.popup-common .form-case .form-line_title {
    margin-top: 50px;
    margin-bottom: 0;
}

.popup-common .form-line * + .form-field, .popup-common .form-line * + .form-box .form-field, .popup-common .check-list {
    margin-top: 30px;
}

.popup-common .form-field input {
    width: 100%;
    height: 55px;
    border: 1px solid #959595;
    background: #fff;
    line-height: 55px;
    font-size: 16px;
    color: #333;
    padding: 0 20px;
}

.popup-common .promo-item .table-cell {
    vertical-align: middle;
}

.popup-common .promo-item .table-cell:after {
    display: none;
}

.popup-common .form-line {
    overflow: visible;
    margin-bottom: 30px;
}

.popup-common .form-line:last-child {
    margin-bottom: 0;
}

.popup-common .form-field {
    position: relative;
}

/* попап "рейтинг клиентских центров" */
.cc-feedback-container a {
    font-size: 16px;
    color: #cc003d;
}

.cc-feedback-container a .red-arrows-png:after {
    top: 2px;
}

.cc-feedback-container .good-rating, .cc-feedback-container .bad-rating {
    display: none;
}

.cc-feedback-container .good-rating-form .good-rating, .cc-feedback-container .bad-rating-form .bad-rating {
    display: block;
}

.cc-feedback-container .title-popup h2, .cc-feedback-container .rating-block h2 {
    font-size: 20px;
    margin-bottom: 30px;
    color: #333;
    text-transform: none;
}

.cc-feedback-container .rating-block {
    margin: 50px 0 0;
}

.cc-feedback-container .rating-bar {
    font-size: 0;
}

.cc-feedback-container .rating-bar .rating-bar-item {
    display: inline-block;
    width: 46px;
    height: 36px;
    background: url("../landings/images/icons/sprite-icons.png") no-repeat;
    background-position: -845px -248px;
}

.cc-feedback-container .rating-bar .rating-bar-item:hover {
    cursor: pointer;
}

.cc-feedback-container .rating-bar .rating-bar-item.hovered, .cc-feedback-container .rating-bar .rating-bar-item.active {
    background-position: -908px -248px;
}

.cc-feedback-container .rating-bar .rating-bar-item:not(:last-child) {
    padding-right: 10px;
}

.cc-feedback-container .address-block img, .cc-feedback-container .form-box:not(:last-child) {
    margin-right: 30px;
}

.cc-feedback-container .form-box, .cc-feedback-container .form-box .blue-btn {
    width: 263px;
    min-width: 0;
}

/* TEMPLATE LANDING CASHBACK */
.promo-item.banner-cashback {
    padding: 140px 0;
    height: 710px;
}

.banner-cashback .banner-bg {
    height: 710px;
}

.banner-cashback .banner-bg .tablet-bg, .banner-cashback .banner-bg .mobile-bg {
    display: none;
}

.banner-cashback .title-cashback {
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.banner-cashback .title-cashback, .banner-cashback-descr {
    padding-left: 80px;
}

.banner-cashback .title-cashback span {
    display: inline-block;
}

.banner-cashback .extra-large {
    font: 330px/0.77 'PragmaticaBold';
}

.banner-cashback .extra-large_num {
    margin-left: -15px;
}

.banner-cashback .num__start-one {
    margin-left: -50px;
}

.banner-cashback .extra-large_sub {
    font: 0.45em/0.77 'PragmaticaExtraBold';
    margin-left: -70px;
}

.banner-cashback .sub__rub {
    font-family: 'PragmaticaMedium';
}

.banner-cashback-descr {
    color: #fff;
    font-size: 20px;
}

.pin-line {
    position: absolute;
    top: 0;
    left: -240px;
    -webkit-transition: 1s;
    transition: 1s;
}

.pin-line_item {
    position: relative;
    width: 205px;
    height: 60px;
}

.pin-line_item:before, .pin-line_item:after {
    content: '';
    display: block;
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
}

.pin-line_item:before {
    left: -17px;
}

.pin-line_item:after {
    right: -17px;
}

.pin-line_item.__blue {
    margin-left: -94px;
}

.pin-line .__red, .pin-line .__red:before, .pin-line .__red:after {
    background: #cc003d;
}

.pin-line .__blue, .pin-line .__blue:before, .pin-line .__blue:after {
    background: #001689;
}

.table-block.landing-documents {
    background: none;
    margin-top: 60px;
    margin-bottom: 0;
}

.table-block.landing-documents:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* STYLES PAGES OF SITE */
/* LANDING DEPOSITS */
/* calculator */
.promo-sber-info:after {
    background: url(../landings/images/background-images/bg-8.jpg) no-repeat;
    background-size: 100% 100%;
}

.promo-sber-info:before {
    content: '';
    display: block;
    width: 386px;
    height: 523px;
    position: absolute;
    bottom: -105px;
    right: -153px;
    background: url(../landings/images/pin-elements/pin-v13.png) no-repeat;
    z-index: 6;
}

.promo-deposit-3:after {
    background: url(../landings/images/background-images/bg-feathers-1-dark-blue.png) no-repeat;
    background-size: 100% 860px;
    z-index: -1;
}

.promo-deposit-5:before {
    width: 303px;
    height: 206px;
    top: -65px;
    right: -100px;
    background: url(../landings/images/landing-pages-deposits/card.png) no-repeat transparent;
    z-index: 10;
}

.promo-deposit-5:after {
    background: url(../landings/images/background-images/bg-feathers-1.jpg) no-repeat;
    background-size: 100% 900px;
}

/* POPUPS with iframe (maps) */
.popup-common.__maps {
    padding: 0;
    width: 1030px;
    height: 450px;
}

.popup-common.__maps iframe {
    width: 100%;
    height: 500px;
}

.popup-common.__maps .box-modal_close {
    top: 0;
    right: -50px;
}

/* CAPITAL */
.capital-1 .promo-request-box {
    width: 653px;
}

/*  DOHODNY */
.dohodny-1 .promo-request-box {
    width: 646px;
}

/*  NAKOPITELNY */
.nakopitelny-1 .promo-request-box {
    width: 646px;
}

/* SEASONAL  */
.seasonal-1 .promo-request-box {
    width: 749px;
}

.seasonal-1 .promo-request-box.__upper {
    padding-top: 85px;
}

.seasonal-1 .promo-request-box .table-cell ul {
    width: 287px;
}

.seasonal-1 img {
    margin-top: 30px;
}

.seasonal-3:after {
    background: url(../landings/images/background-images/bg-24.jpg) no-repeat;
}

.seasonal-5:after {
    background: url(../landings/images/background-images/bg-25.jpg) no-repeat;
}

.seasonal-5.before-pin-v94:before {
    position: absolute;
    top: -100px;
    right: 0;
    z-index: 3;
}

/* LANDING FRANCHISE */
.franchise-1:after {
    background: url(../landings/images/landing-franchise/franchise-banner.jpg);
}

.franchise-1 h1 {
    line-height: 1.39;
}

.franchise-1 .red-line {
    width: 956px;
}

.franchise-1 .blue-line {
    width: 580px;
}

.franchise-1 .promo-request-box {
    width: 580px;
}

.franchise-1 .promo-request-box .promo-button-container {
    margin-top: 48px;
}

.franchise-2 .promo-steps-list >li {
    font: 20px 'PragmaticaMedium';
    text-transform: uppercase;
    color: #001689;
}

.franchise-2 .partners {
    margin-top: 20px;
}

.franchise-2 .partners .partners-image {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}

.franchise-3:before {
    width: 250px;
    height: 250px;
    background: url(../landings/images/pin-elements/headphones.png) no-repeat;
    bottom: -200px;
    left: -258px;
    z-index: 3;
}

.franchise-4:before {
    width: 517px;
    height: 534px;
    background: url(../landings/images/pin-elements/macbook.png) no-repeat;
    top: 110px;
    right: -210px;
}

.franchise-6:before {
    width: 313px;
    height: 336px;
    background: url(../landings/images/pin-elements/notepad.png) no-repeat;
    top: -60px;
    right: -60px;
    z-index: 3;
}

.franchise-7:before {
    width: 376px;
    height: 428px;
    background: url(../landings/images/pin-elements/pin-v16.png) no-repeat;
    bottom: 0;
    right: -50px;
}

.franchise-7 {
    padding-bottom: 50px;
}

.franchise-7 .form-case {
    width: 540px;
    background: #f9f9f9;
    padding: 40px;
}

/* LANDING SBERSCHET */
.pochtabank-deposit-insurance {
    position: relative;
    max-width: 320px;
}

.pochtabank-deposit-insurance .note {
    padding-left: 100px;
    text-align: left;
    margin-top: 0;
}

.pochtabank-deposit-insurance > img {
    float: left;
    -webkit-box-shadow: -7px 7px 33px rgba(0, 0, 0, .2);
    box-shadow: -7px 7px 33px rgba(0, 0, 0, .2);
    border-radius: 17px;
}

.landing-sber-1-v2 .promo-request-box {
    width: 416px;
}

.landing-sber-1-v2 .promo-request-box .table-block {
    width: 100%;
}

.landing-sber-3:before {
    width: 1222px;
    height: 100%;
    background: url(../landings/images/landing-sber-s-7/promo-3-bg-pic.png) 0 0 no-repeat;
    right: -520px;
    bottom: -70px;
}

.landing-sber-3 .calculator-container .computing-table {
    margin-top: 118px;
}

.landing-sber-3 .calculator-container .computing-table {
    -webkit-box-shadow: 0 0 3px 0 rgba(51, 51, 51, .10), 0px 0px 40px 0px rgba(51, 51, 51, .15);
    box-shadow: 0 0 3px 0 rgba(51, 51, 51, .10), 0px 0px 40px 0px rgba(51, 51, 51, .15);
}

.landing-sber-5:after {
    background: url(../landings/images/background-images/bg-22-xl.jpg) no-repeat;
}

.landing-sber-2-1 .rp-case:after, .landing-sber-2-1 .interval-case:after {
    content: '';
    display: block;
    clear: both;
}

.landing-sber-2-1 .rp-case {
    clear: both;
    margin-bottom: 38px;
}

.landing-sber-2-1 .rp-case-note ul {
    float: left;
    width: 50%;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 69px;
}

.landing-sber-2-1 ul:last-child {
    padding-right: 0;
}

.landing-sber-2-1 .interval-case {
    padding: 30px 0 10px;
    text-align: center;
}

.landing-sber-2-1 .interval {
    position: relative;
    border-bottom: 2px solid #c4c6c8;
    float: left;
    padding-bottom: 20px;
}

.landing-sber-2-1 .interval.step-1 {
    width: 240px;
    margin-right: 44px;
}

.landing-sber-2-1 .interval.step-2 {
    width: 148px;
    margin-right: 50px;
}

.landing-sber-2-1 .interval.step-2:first-child {
    width: 169px;
    margin-left: 262px;
}

.landing-sber-2-1 .interval.step-3 {
    width: 392px;
}

.landing-sber-2-1 .interval:after, .landing-sber-2-1 .interval.step-2:before, .landing-sber-2-1 .interval.step-3:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    background: url(../landings/images/icons/ellipse.png) no-repeat;
    bottom: -10px;
    right: -10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.landing-sber-2-1 .interval.step-2:before, .landing-sber-2-1 .interval.step-3:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    right: auto;
    left: -10px;
}

.landing-sber-2-1 .rp-content {
    display: table;
}

.landing-sber-2-1 .rp-content>div {
    display: table-cell;
    vertical-align: top;
}

.landing-sber-2-1 .rp-content .first {
    width: 250px;
    font-size: 12px;
    font-weight: bold;
    color: #001689;
    padding-top: 30px;
    line-height: 18px;
}

.landing-sber-2-1 .rp-content .second {
    width: 190px;
}

.landing-sber-2-1 .rp-content .third {
    width: 240px;
}

.landing-sber-2-1 .rp-content .fourth {
    width: 260px;
    text-align: right;
}

.landing-sber-2-1 .rp-content .common {
    width: 100%;
    position: relative;
    padding-top: 30px;
    margin-bottom: 0;
}

.landing-sber-2-1 .rp-content .rp-content_item ul:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: -3px;
    background: url(../landings/images/icons/blue-arrow-up.png) no-repeat;
}

.landing-sber-2-1 .rp-content .rp-content_item:last-child ul:after {
    left: auto;
    right: -3px;
}

.landing-sber-2-1 .rp-content>div {
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.landing-sber-2-1 .rp-content ul li {
    font-size: 12px;
    padding-left: 15px;
    line-height: 18px;
    background-position: left 6px;
}

.landing-sber-2-1 .rp-content>div:last-child li {
    padding-left: 0;
    padding-right: 15px;
    background-position: right 6px;
}

.landing-sber-2-1 .point {
    position: relative;
    border-bottom: 2px solid #001689;
    margin: 20px 0 30px;
    padding-top: 40px;
}

.landing-sber-2-1 .point>div, .landing-sber-2-1 .point span {
    position: absolute;
}

.landing-sber-2-1 .point>div {
    font-size: 16px;
    font-weight: bold;
    top: 0;
}

.landing-sber-2-1 .point>div.date-1 {
    left: -10px;
}

.landing-sber-2-1 .point>div.date-2 {
    font-weight: normal;
    left: 226px;
}

.landing-sber-2-1 .point>div.date-3 {
    left: 430px;
}

.landing-sber-2-1 .point>div.date-4 {
    left: 870px;
}

.landing-sber-2-1 .point span.blue-round {
    display: block;
    width: 10px;
    height: 10px;
    background: #001689;
    border-radius: 50%;
    top: 36px;
    -webkit-box-shadow: -2px 1px 5px rgba(0,0,0,.2);
    box-shadow: -2px 1px 5px rgba(0,0,0,.2);
}

.landing-sber-2-1 .point span.point-2 {
    left: 22px;
}

.landing-sber-2-1 .point span.point-3 {
    left: 42px;
}

.landing-sber-2-1 .point span.point-4 {
    left: 8px;
}

.landing-sber-2-1 .point span.point-6 {
    left: 12px;
}

.landing-sber-2-1 .point span.white-round {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #001689;
    border-radius: 50%;
    top: 31px;
    -webkit-box-shadow: -3px 5px 10px rgba(0,0,0,.2);
    box-shadow: -3px 5px 10px rgba(0,0,0,.2)
}

.landing-sber-2-1 .point span.point-1 {
    left: 30px;
}

.landing-sber-2-1 .point span.point-5 {
    left: 30px;
}

.landing-sber-2-1 .point span.point-7 {
    left: 30px;
}

.landing-sber-2-1 .promo-custom-tabs_container .tab:nth-child(2) .interval.step-2 {
    margin-left: 264px;
    width: 168px;
}

.landing-sber-7:after {
    background: url(../landings/images/landing-sber-s-7/promo-7-bg.jpg) 0 0 no-repeat;
    background-size: 100% 690px;
    z-index: -1;
}

.landing-sber-7:before {
    width: 187px;
    height: 119px;
    top: 189px;
    right: 0;
    background: url(../landings/images/landing-sber-s-7/visa-ribbon.png) no-repeat;
    -webkit-box-shadow: 0px 1px 2px rgba(6,17,37,0.7), 0 19px 40px rgba(14,31,68,0.5);
    box-shadow: 0px 1px 2px rgba(6,17,37,0.7), 0 19px 40px rgba(14,31,68,0.5);
}

.pochtabank-ssh7-reliability-note {
    padding: 30px 0 0;
}

.pochtabank-ssh7-reliability-note:after {
    display: table;
    clear: both;
    content: '';
}

.pochtabank-ssh7-reliability-note_img {
    float: left;
}

.pochtabank-ssh7-reliability-note_img img {
    margin-left: -20px;
}

.pochtabank-ssh7-reliability-note_notes {
    padding-top: 12px;
    margin-left: 170px;
}

.pochtabank-ssh7-reliability-note_notes p {
    line-height: 1.562;
    color: #FFF;
    width: 480px;
}

.pochtabank-ssh7-reliability-note_notes p:first-child {
    margin-top: 0;
}

.landing-sber-8:before {
    width: 284px;
    height: 289px;
    bottom: -80px;
    right: 0;
    background: url(../landings/images/landing-sber-s-7/paper.png) no-repeat;
    z-index: 2;
}

/* sberschet calculator */
.yield-calc h6 {
    color: #333;
    font-weight: normal;
}

.yield-calc .credit-period_radios {
    margin-bottom: 42px;
}

.yield-calc .credit-period_radios h6 {
    margin-bottom: 22px;
}

.yield-calc .range-container {
    padding-bottom: 40px;
}

.yield-calc .range-container h6 {
    margin-bottom: 20px;
}

.yield-calc .col-50p.computing-table {
    margin-top: 120px;
    -webkit-box-shadow: 0 0 3px rgba(51,51,51,0.1), 0 0 40px rgba(12,20,60,0.15);
    box-shadow: 0 0 3px rgba(51,51,51,0.1), 0 0 40px rgba(12,20,60,0.15);
}

.yield-calc .col-50p.computing-table .promo-button-container, .yield-calc .col-50p.computing-table .promo-button-container * {
    width: 100%;
}

.yield-calc .computing-table_row {
    color: #333;
}

.yield-calc .computing-table_row > span {
    font-size: 16px;
    color: #333;
}

.yield-calc .computing-table_row.outcome span {
    font-weight: bold;
}

.yield-calc .computing-table_row {
    border-bottom: 0;
    border-top: 1px solid #ddd;
    padding: 29px 0;
}

.yield-calc .computing-table_row:first-child {
    border: 0;
}

.yield-calc .promo-button-container_note {
    font-size: 12px;
    color: #333;
    line-height: 1.6666;
}

/* LANDING STOCK (страница акции) */
.promo__stock .desktop-bg .red-line {
    width: 990px;
}

.promo__stock .desktop-bg .blue-line {
    left: 0;
    width: 400px;
}

.promo-item .pochtabank-stock-tiles {
    margin-top: 80px;
}

.pochtabank-stock-tiles_row > .tile {
    display: block;
    min-height: 350px;
    border: none;
    background: #f9f9f9;
    -webkit-box-shadow: -4px 4px 20px transparent;
    box-shadow: -4px 4px 20px transparent;
    -webkit-transition: -webkit-box-shadow 0.5s ease-out 0s;
    transition: -webkit-box-shadow 0.5s ease-out 0s;
    transition: box-shadow 0.5s ease-out 0s;
    transition: box-shadow 0.5s ease-out 0s, -webkit-box-shadow 0.5s ease-out 0s;
    padding: 30px;
    overflow: hidden;
}

.pochtabank-stock-tiles_row:not(:last-child) > .tile {
    margin-bottom: 30px;
}

.pochtabank-stock-tiles_row .tile:hover {
    -webkit-box-shadow: -4px 4px 20px #c0c0c0;
    box-shadow: -4px 4px 20px #c0c0c0;
}

.pochtabank-stock-tiles_row .tile_img {
    display: block;
    margin: -30px;
}

.tile .tile_image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    transition: 0.3s;
    height: 100%;
    width: 50%;
}

.tile_image img {
    position: absolute;
    bottom: 0;
    right: 30px;
    transition: 0.3s;
    max-width: calc(100% - 30px);
}

.tile_image .default-pos-center {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.tile_image .default-pos-top {
    bottom: auto;
    top: 30px;
}

.tile_image .i-pin-v100 {
    bottom: -127px;
    right: 15px;
}

.tile_image .i-pin-v99__medium {
    bottom: -200px;
    right: 30px;
}

.tile_image .i-pin-v101 {
    top: 70px;
    margin: auto;
    right: -15px;
}

.pochtabank-stock-tiles_item {
    position: relative;
    width: 100%;
    height: 100%;
}

.pochtabank-stock-tiles_item .common {
    margin-top: 15px;
}

.pochtabank-stock-tiles_item .title-medium {
    margin-bottom: 15px;
}

.pochtabank-stock-tiles .tile__full {
    width: 100%;
}

.pochtabank-stock-tiles .tile__m {
    width: 620px;
}

.pochtabank-stock-tiles .tile__s {
    width: 300px;
}

.pochtabank-stock-tiles_item-title h2 {
    font-size: 28px;
    margin-bottom: 12px;
}

.pochtabank-stock-tiles_item-title-description {
    max-width: 600px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.pochtabank-stock-tiles_item-title-description.__no-fix-width {
    max-width: 100%;
}

.pochtabank-stock-tiles_item-list.__float-list:after {
    content: '';
    display: block;
    clear: both;
}

.pochtabank-stock-tiles_item-list.__float-list .common {
    float: left;
    margin-bottom: 0;
    max-width: 320px;
}

.pochtabank-stock-tiles_item-list.__float-list .common:first-child {
    width: 276px;
}

.pochtabank-stock-tiles_item-list.__float-list .common:not(:last-child) {
    margin-right: 30px;
}

.pochtabank-stock-tiles_item-list .common li {
    margin-bottom: 10px;
}

.pochtabank-stock-tiles_item-list .common li:last-child {
    margin-bottom: 0;
}

.pochtabank-stock-tiles_item .promo-button-container, .pochtabank-stock-tiles_item .promo-request-button {
    min-width: 0;
}

.pochtabank-stock-tiles_item .promo-request-button {
    width: 276px;
}

.pochtabank-stock-tiles_stamp {
    padding-top: 76px;
}

.pochtabank-stock-tiles_stamp:before {
    content: '';
    display: block;
    width: 250px;
    height: 60px;
    background: url(../landings/images/pin-elements/pin-v18.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.pochtabank-stock-tiles_stamp.stamp-2:before {
    background: url(../landings/images/pin-elements/pin-v25.png) no-repeat;
}

.pochtabank-stock-tiles_item:after {
    content: '';
    display: block;
    position: absolute;
}

.envelope-stock:after {
    width: 489px;
    height: 347px;
    background: url(../landings/images/pin-elements/pin-v26.png) no-repeat;
    right: -53px;
    top: 0;
}

.payment-stock:after {
    width: 521px;
    height: 676px;
    background: url(../landings/images/pin-elements/pin-v19.png) no-repeat;
    right: -100px;
    top: 0;
}

.credit-stock:after {
    width: 307px;
    height: 307px;
    background: url(../landings/images/pin-elements/pin-v20.png) no-repeat;
    right: -20px;
    top: 20px;
}

.credit-stock .pochtabank-stock-tiles_item-title, .envelope-stock .pochtabank-stock-tiles_item-title {
    max-width: 576px;
    /* fix from 575 for chrome 43 */
}

/* LANDING CREDITS & LANDING DEPOSITS */
.promo__tiles .pochtabank-stock-tiles_row > .tile {
    position: relative;
    min-height: 0;
    z-index: 1;
}

.promo__tiles .table-block.__button {
    margin-top: 48px;
}

.promo__tiles .pochtabank-stock-tiles_item-title h2 {
    font-size: 30px;
    max-width: 50%;
}

.promo__tiles .__tiles-list {
    margin: 0 -30px;
}

.promo__tiles .__tiles-list .table-cell {
    padding: 0 30px;
    width: 50%;
}

.promo__tiles .__tiles-list .table-row:last-child .table-cell {
    padding-top: 24px;
}

.promo__tiles .__tiles-list .table-cell:not(:last-child):after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #b3b3b3;
    position: absolute;
    top: 0;
    right: 0;
}

.promo-deposits-1 .desktop-bg .red-line {
    width: 810px;
}

.promo-deposits-1 .desktop-bg .blue-line {
    left: 0;
    width: 360px;
}

.promo-deposits-2:before {
    width: 244px;
    height: 173px;
    background: url(../landings/images/pin-elements/pin-v32.png);
    top: -85px;
    right: -70px;
}

.promo-deposits-2 .pochtabank-stock-tiles {
    margin-top: 0;
}

.pochtabank-stock-tiles [class*="pin-"]:after {
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.pochtabank-stock-tiles .pin-v38-1:after {
    right: 0;
}

.pochtabank-stock-tiles .pin-v39:after {
    right: -15px;
}

.pochtabank-stock-tiles .pin-v41:after {
    bottom: -90px;
    right: -150px;
}

.pochtabank-stock-tiles .pin-v42:after {
    right: -75px;
}

.pochtabank-stock-tiles .pin-v44:after {
    top: 20px;
    right: -100px;
}

.pochtabank-stock-tiles .pin-v99:after {
    right: 0px;
    bottom: -164px;
}

.pochtabank-stock-tiles .pin-v99__medium:after {
    right: 0px;
    bottom: -164px;
}

.pochtabank-stock-tiles .pin-v100:after {
    right: -90px;
    bottom: -96px;
}

.pochtabank-stock-tiles .pin-v101:after {
    right: -127px;
    bottom: -230px;
}

.pochtabank-stock-tiles .corp-credit:after {
    width: 579px;
    height: 421px;
    background: url(../landings/images/deposits/credit3.png) no-repeat;
    top: -60px;
    right: -315px;
}

.pension-credit .pochtabank-stock-tiles_item-title, .goods-credit .pochtabank-stock-tiles_item-title {
    max-width: 575px;
}

.pochtabank-stock-tiles .pension-credit:after {
    width: 425px;
    height: 353px;
    background: url(../landings/images/deposits/credit4.png) no-repeat;
    top: -67px;
    right: -135px;
}

.pochtabank-stock-tiles .goods-credit:after {
    width: 304px;
    height: 339px;
    background: url(../landings/images/deposits/credit6.png) no-repeat;
    top: -90px;
    right: -17px;
}

.refinans-credit .pochtabank-stock-tiles_item-title {
    max-width: 560px;
}

.pochtabank-stock-tiles .refinans-credit:after {
    width: 353px;
    height: 344px;
    background: url(../landings/images/deposits/credit7-1.png) no-repeat;
    top: -69px;
    right: -25px;
}

.education-credit .pochtabank-stock-tiles_item-title {
    max-width: 530px;
}

.pochtabank-stock-tiles .education-credit:after {
    width: 470px;
    height: 447px;
    background: url(../landings/images/deposits/credit5.png) no-repeat;
    top: -130px;
    right: -100px;
}

/* LANDING-PAYMENTS */
.promo__payments .table-tariffs-gradient .table-cell {
    vertical-align: top;
    width: 23%;
}

.promo__payments .table-tariffs-gradient .table-cell:first-child {
    width: 32%;
}

.promo__stock.__landings-item {
    margin-bottom: 60px;
}

.promo__stock.__landings-item .pochtabank-stock-tiles_stamp:before {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.promo__stock.__landings-item h4 {
    margin-bottom: 12px;
}

.promo__stock.__landings-item .pochtabank-stock-tiles_stamp {
    padding-top: 86px;
}

.promo-payments-1 .desktop-bg .red-line {
    width: 1170px;
}

.promo-payments-1 .desktop-bg .blue-line {
    width: 420px;
    left: 0;
}

.promo-payments-1 .table-tariffs-gradient {
    margin-top: 30px;
}

.promo-payments-1 .table-tariffs-gradient .table-icons {
    display: inline-block;
    position: relative;
    top: -10px;
    left: -12px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.promo-payments-1 .table-tariffs-gradient span {
    vertical-align: top;
}

.promo-payments-1 .table-tariffs-gradient .table-icons.icon-1 {
    background: #ff4700;
}

.promo-payments-1 .table-tariffs-gradient .table-icons.icon-2 {
    background: #0081de;
}

.promo-payments-1 .table-tariffs-gradient .table-icons.icon-3 {
    background: #00a7f6;
}

.promo-payments-1 .table-tariffs-gradient .table-icons.icon-4 {
    background: #e147f4;
}

.promo-payments-1 .table-tariffs-gradient .table-icons img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
}

.promo-payments-1 .table-block {
    width: 100%;
}

.promo-payments-1 .table-block .store-links {
    width: auto;
    margin-bottom: 0;
}

.promo-payments-1 .links-nav .table-cell:last-child {
    text-align: right;
}

.promo-payments-1 .links-nav a {
    line-height: 1.5;
}

.promo-payments-2:before {
    width: 216px;
    height: 167px;
    top: -92px;
    left: -170px;
    background: url(../landings/images/pin-elements/pin-v4.png) no-repeat;
}

/* LANDING-PAYMENTS-V2 & LANDING TRANSFERS*/
.payments-slider .title-section {
    padding-left: 400px;
}

.payments-slider .red-line.__common {
    width: 810px;
}

.payments-slider .blue-line.__common {
    width: 490px;
}

.transfers-slider .slider, .payments-slider .slider {
    margin-bottom: 0;
}

.payments-slider .promo-slider {
    position: relative;
    margin-top: -120px;
}

.transfers-slider .slider_img, .transfers-slider .slider_text, .payments-slider .slider_img, .payments-slider .slider_text {
    float: left;
}

.transfers-slider .slider_img, .payments-slider .slider_img {
    width: 400px;
    padding-left: 30px;
}

.payments-slider .slider_text {
    padding-top: 120px;
    max-width: 400px;
}

.transfers-slider .slider_text {
    max-width: 400px;
    padding-top: 150px;
}

.transfers-slider .slider-dots, .payments-slider .slider-dots {
    max-width: 286px;
}

.transfers-slider .slider-dots {
    margin-top: 10px;
    margin-left: 18px;
}

.transfers-slider .slider-nav, .payments-slider .slider-nav {
    width: 100%;
    height: 35px;
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    transform: translateY(-50%);
}

.transfers-slider .slider-prev-btn, .payments-slider .slider-prev-btn {
    left: -12px;
}

.transfers-slider .slider-next-btn, .payments-slider .slider-next-btn {
    right: auto;
    left: 264px;
}

.transfers-slider .slider-next-btn {
    left: 300px;
}

.payments-slider .slider-next-btn {
    left: 264px;
}

.mobile-app__payments {
    padding: 95px 0 0 0;
}

.mobile-app__payments:before {
    width: 347px;
    height: 450px;
    top: 277px;
    right: -16px;
    background: url(../landings/images/pin-elements/pin-v137.png) no-repeat
}

.mobile-app__payments:after {
    background: #F1F3F5;
}

.mobile-app__payments .font-middle {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 30px;
    color: #001E45;
}

.mobile-app__payments .note {
    padding: 28px 0;
    margin-top: 92px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;    
    color: #66788F;
    opacity: 0.5;
    white-space: nowrap;
    z-index: 0;  
}

.mobile-app__content {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.mobile-app__qr-code {
    width: 132px;
    height: 132px;
    margin-right: 40px;
}

.mobile-app__text {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #66788F;
}

.mobile-app__text a {
    color: #3D8AED;
}

.mobile-app__payments .store-links {
    margin: 0;
}

.mobile-app__payments .store-links a:not(:last-child) {
    margin-right: 24px;
}

.transfers-slider .promo-slider {
    margin-bottom: 90px;
    min-height: 566px;
}

.transfers-slider .promo-slider:after {
    border-top: 30px solid #fff;
    border-bottom: 50px solid #fff;
    box-sizing: border-box;
}

/* LANDING-CARDS */
.promo_cards .credit-cards_item img {
    float: left;
    margin-top: 7px;
}

.promo_cards .credit-cards {
    margin: 80px 0 0;
}

.promo_cards .credit-cards:not(:last-child) {
    margin-bottom: 80px;
}

.promo_cards .credit-cards_item:not(:last-child) {
    margin-bottom: 100px;
}

.promo_cards .credit-cards_item .common li {
    margin-bottom: 12px;
}

.promo_cards .credit-cards_item .credit-cards_item-description, .promo_cards .credit-cards + p {
    margin-left: 285px;
}

.promo_cards-credit .credit-cards_item .credit-cards_item-description, .promo_cards-credit .credit-cards + p {
    margin-left: 368px;
}

.promo_cards .credit-cards_item .credit-cards_item-description h2 {
    margin-bottom: 15px;
}

.promo_cards .icons:after {
    top: -6px;
}

.promo_cards-credit .credit-cards .common {
    margin-bottom: 30px;
}

/* LANDING POCHTOVIY EXSPRESS */
.promo_pochtoviy-exspress .__banner:after {
    background: url(../landings/images/top-promo-bg.jpg) left top transparent;
}

.promo_pochtoviy-exspress .__banner:before {
    width: 509px;
    height: 620px;
    background: url(../landings/images/pochtoviy_express/promo-girl.png) 0 0;
    right: -243px;
    bottom: 0;
    z-index: 3;
}

.pochtoviy-exspress-1 .desktop-bg .red-line.__first {
    width: 1288px;
}

.pochtoviy-exspress-1 .desktop-bg .blue-line, .pochtoviy-exspress-1 .promo-request-box {
    width: 552px;
}

.pochtoviy-exspress-2:before {
    width: 448px;
    height: 309px;
    background: url(../landings/images/pin-elements/pin-v31.png) no-repeat;
    top: 116px;
    left: 0;
}

.pochtoviy-exspress-2 h2 {
    font: 50px "PragmaticaMedium";
    text-transform: none;
    letter-spacing: normal;
    padding-left: 61px;
    text-indent: -64px;
    max-width: 340px;
}

.pochtoviy-exspress-2 .content-col {
    padding-left: 360px;
}

.pochtoviy-exspress-3:before {
    width: 425px;
    height: 375px;
    background: url(../landings/images/pochtoviy_express/bounch-of-clips.png);
    right: -226px;
    bottom: -161px;
    z-index: 3;
}

.pochtoviy-exspress-3 .desktop-bg .blue-line {
    left: 0;
    width: 983px;
}

.promo_pochtoviy-exspress .card-limits {
    margin-top: 60px;
}

.promo_pochtoviy-exspress .card-limits:not(:last-child) {
    margin-bottom: 60px;
}

.promo_pochtoviy-exspress .card-limits .table-block {
    width: 100%;
    margin-top: 12px;
}

.promo_pochtoviy-exspress .card-limits .table-cell {
    width: 33.33333%;
}

.promo_pochtoviy-exspress .card-limits .card-limits_image {
    position: relative;
    min-height: 166px;
    width: 250px;
}

.promo_pochtoviy-exspress .card-limits .card-limits_image:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(../landings/images/pochtoviy_express/credit-limit-bg.png) no-repeat transparent;
    z-index: -1;
}

.promo_pochtoviy-exspress .card-limits .card-limits_image .card-limits_image-price {
    font-size: 40px;
    color: #001689;
    line-height: 1;
    padding: 60px 0 50px;
    text-align: center;
}

.promo_pochtoviy-exspress .card-limits_description .table-block, .promo_pochtoviy-exspress .card-limits_description .note {
    margin-top: 0;
}

.promo_pochtoviy-exspress .card-limits_description .table-block {
    width: 250px;
}

.promo_pochtoviy-exspress .card-limits_description .table-cell {
    vertical-align: middle;
}

.promo_pochtoviy-exspress .card-limits_description .table-cell:first-child {
    width: 46%;
}

.promo_pochtoviy-exspress .card-limits_description .price {
    font: 24px 'PragmaticaBook';
    text-align: right;
    padding-right: 24px;
}

.pochtoviy-exspress-4:before {
    width: 488px;
    height: 596px;
    left: -285px;
    bottom: 0;
    background: url(../landings/images/landing-pervy-pochtovy/phone.png);
}

.pochtoviy-exspress-4 .content-col {
    padding-left: 320px;
}

.pochtoviy-exspress-6 h2, .pochtoviy-exspress-6 .pochtabank-advantages-list {
    padding-left: 320px;
}

.pochtoviy-exspress-6:before {
    width: 302px;
    height: 351px;
    background: url(../landings/images/pin-elements/pin-v22.png) no-repeat;
    top: 68px;
    left: -89px;
    z-index: 2;
}

.pochtoviy-exspress-6:after {
    width: 176px;
    height: 193px;
    background: url(../landings/images/pin-elements/pin-v23.png) no-repeat;
    bottom: -43px;
    right: -124px;
    z-index: -1;
}

.pochtoviy-exspress-6 .desktop-bg .red-line {
    width: 749px;
}

.pochtoviy-exspress-6 .desktop-bg .blue-line {
    left: 0;
    width: 660px;
}

.pochtoviy-exspress-7 .desktop-bg .red-line {
    width: 400px;
}

.pochtoviy-exspress-7 .desktop-bg .blue-line {
    left: 0;
    width: 300px;
}

.pochtoviy-exspress-7:before {
    width: 399px;
    height: 377px;
    background: url(../landings/images/pin-elements/pin-v57.png) no-repeat;
    top: 200px;
    right: -206px;
}

.pochtoviy-exspress-8 .centers-addresses {
    max-width: 400px;
}

.pochtoviy-exspress-8 .promo-button-container_column {
    vertical-align: middle;
}

.pochtoviy-exspress-8 .promo-button-container_column:last-child {
    padding-left: 60px;
}

.pochtoviy-exspress-9 .promo-custom-tabs {
    margin: 0;
}

.pochtoviy-exspress-10:before {
    width: 300px;
    height: 300px;
    background: url(../landings/images/pin-elements/xl-big-umbrella.png) no-repeat;
    bottom: -45px;
    right: -20px;
    z-index: 3;
}

/* LANDING ISHOPPER */
.ishopper-1:after {
    background: url(../landings/images/landing-ishopper/ishopper-1-bg.jpg) no-repeat;
    z-index: -3;
}

.ishopper-1 .red-line {
    width: 1296px;
}

.ishopper-1 .blue-line {
    width: 707px;
}

.ishopper-1 .promo-request-box {
    width: 460px ;
    padding-top: 20px;
    padding-bottom: 15px;
}

.ishopper-1 .promo-request-box ul li {
    margin-bottom: 12px;
}

.ishopper-1.__banner .promo-request-box .form-box {
    display: block;
}

.ishopper-1.__banner .promo-request-box .form-box:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
}

.ishopper-1 .promo-request-box .transparent-blue {
    margin: 10px 0;
}

.ishopper-1-1 .blue-btn {
    width: auto;
}

.ishopper-3 .form-box {
    width: 464px;
}

.ishopper-3 .form-box:first-child {
    margin-right: 12px;
}

.ishopper-3 .blue-btn {
    height: 65px;
}

/* http://ishopper.pochtabank.ru/  */
.header-ishopper {
    height: 90px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: table;
    width: 100%;
}

.header-ishopper .head-logo, .header-ishopper .main-menu, .header-ishopper .head-vtb {
    display: table-cell;
    vertical-align: middle;
}

.header-ishopper .logo {
    width: 135px;
}

.header-ishopper .logo-title {
    display: inline-block;
    font: 18px 'PragmaticaBook';
    line-height: 22px;
    color: #001689;
    margin: 5px 0;
}

.header-ishopper .main-menu ul li {
    background-image: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.header-ishopper .main-menu ul li:not(:last-child) {
    margin-right: 80px;
}

.header-ishopper .main-menu ul li a, .header-ishopper .main-menu ul li button {
    font-family: 'PragmaticaBook';
    font-size: 16px;
    line-height: 22px;
    color: #333;
}

.header-ishopper .main-menu ul li button {
    border: 0;
    background: none;
    display: inline;
    text-align: left;
    cursor: pointer;
}

.header-ishopper .main-menu .disabled {
    cursor: default;
}

.header-ishopper .main-menu .disabled a, .header-ishopper .main-menu .disabled button {
    color: #242424;
    opacity: 0.5;
    cursor: default;
}

.header-ishopper .main-menu .head-button-link .red-arrows-png {
    vertical-align: bottom;
    line-height: 22px;
}

.header-ishopper .head-vtb {
    width: 40px;
}

.header-ishopper .head-vtb-icon {
    width: 40px;
    height: 36px;
    background: url(../landings/images/icons/vtblogo.png) no-repeat;
}

.header-ishopper .main-menu .red-arrows-png, .header-ishopper .main-menu .disabled:hover .red-arrows-png {
    visibility: visible !important;
}

.header-ishopper .main-menu .red-arrows-png:after, .header-ishopper .main-menu .disabled:hover .red-arrows-png:after {
    visibility: hidden;
}

.header-ishopper .main-menu li:hover .red-arrows-png:after {
    visibility: visible;
}

/* VIDEO ishopper*/
.ishopper-1-0 .promo-item_media img {
    margin-left: -20px;
}

.ishopper-1-0 .promo-item_media a {
    border: none;
}

.ishopper-1-0 .promo-item_media {
    z-index: 3333;
}

.ishopper-1-0 #slvj-window {
    width: 100%;
    min-height: 100%;
    z-index: 30;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
}

.ishopper-1-0 #slvj-window, .ishopper-1-0 #slvj-window * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ishopper-1-0 #slvj-background-close {
    width: 100%;
    min-height: 100%;
    z-index: 31;
    position: fixed;
    top: 0;
    left: 0;
}

.ishopper-1-0 #slvj-back-lightbox {
    width: 940px;
    height: 565px;
    margin: auto;
    z-index: 32;
}

.ishopper-1-0 .slvj-lightbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px;
    margin: 0;
    z-index: 53;
}

.ishopper-1-0 #slvj-close-icon {
    background-image: url(../landings/images/x.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    right: 5px;
    position: absolute;
    z-index: 551;
}

.ishopper-1-0 #slvj-close-icon:hover {
    cursor: pointer;
}

/* LANDING CURRENCIES */
.promo-currencies-1 .desktop-bg .red-line {
    width: 920px;
}

.promo-currencies-1 .desktop-bg .blue-line {
    left: 0;
    width: 1210px;
}

.promo-currencies-2:before {
    width: 393px;
    height: 338px;
    background: url(../landings/images/pin-elements/pin-v27.png) no-repeat;
    top: -44px;
    right: 0;
}

.promo-currencies-1 .current-data-info {
    margin-top: 80px;
}

.promo-currencies-1 .current-data-info:after {
    content: '';
    display: block;
    clear: both;
}

.promo-currencies-1 .info-currencies {
    position: relative;
    width: 460px;
    float: left;
    padding-left: 66px;
    border-width: 1px;
    border-style: solid;
    border-color: #b3b3b3;
    margin: 12px 0;
}

.promo-currencies-1 .info-currencies:not(:last-child) {
    margin-right: 20px;
}

.promo-currencies-1 .info-currencies:before {
    display: block;
    font: 60px 'PragmaticaBold';
    color: #959595;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.promo-currencies-1 .info-currencies.dollar:before {
    content: '$';
}

.promo-currencies-1 .info-currencies.euro:before {
    content: '€';
}

.promo-currencies-1 .info-currencies .info-currencies_item {
    position: relative;
}

.promo-currencies-1 .info-currencies .table-cell:first-child .info-currencies_item:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #b3b3b3;
    position: absolute;
    top: 0;
    right: -24px;
}

.promo-currencies-1 .info-currencies .table-cell {
    padding: 24px;
}

.promo-currencies-1 .info-currencies_item-value {
    display: inline-block;
    position: relative;
    font: 30px 'PragmaticaMedium';
    margin-top: 20px;
}

.promo__currencies .rate-red-arrow:after, .promo__currencies .rate-green-arrow:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
    margin-top: -6px;
}

.promo__currencies .rate-red-arrow:after {
    background: url(../landings/images/currencies/arrow-down-red.png) no-repeat;
}

.promo__currencies .rate-green-arrow:after {
    background: url(../landings/images/currencies/arrow-down-green.png) no-repeat;
}

.promo__currencies .rate-red-arrow.__up:after, .promo__currencies .rate-green-arrow.__up:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.promo-currencies-2 .desktop-bg .red-line, .promo-currencies-3 .desktop-bg .red-line {
    width: 380px;
}

.promo-currencies-2 .desktop-bg .blue-line, .promo-currencies-3 .desktop-bg .blue-line {
    left: 0;
    width: 280px;
}

.promo-currencies-2 .date {
    width: 300px;
    height: 52px;
    border: 1px solid #dcdcdc;
    padding: 10px 20px;
    margin-bottom: 48px;
}

.promo-currencies-2 .date input, .promo-currencies-2 .date button {
    border: 0;
    display: inline-block;
    vertical-align: middle;
}

.promo-currencies-2 .date input {
    font-size: 20px;
    width: 220px;
    line-height: 32px;
}

.promo-currencies-2 .date button {
    text-align: right;
    width: 32px;
    height: 32px;
    background: url(../landings/images/currencies/icon-calendar.png) no-repeat;
    cursor: pointer;
}

.promo-currencies-2 .table-container .table-cell:not(:first-child) {
    width: 150px;
}

.promo-currencies-3:before {
    width: 266px;
    height: 360px;
    background: url(../landings/images/pin-elements/mobile-pin-pochta.png) right 0 bottom 0 no-repeat, url(../landings/images/pin-elements/cacul.png) no-repeat;
    bottom: 0;
    right: 0;
}

.promo-currencies-3 ol.promo-steps-list >li {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-left: 80px;
    margin-top: 0;
}

.promo-currencies-3 ol.promo-steps-list >li:not(:first-child) {
    margin-top: 48px;
}

/* LANDING KNOWLEDGE */
.knowledge-1:after {
    background: url(../landings/images/landing-knowledge/knowledge-1-bg.jpg) no-repeat;
}

.knowledge-1 .desktop-bg .red-line {
    width: 1010px;
}

.knowledge-1 .desktop-bg .blue-line, .knowledge-1 .promo-request-box {
    width: 550px;
}

.knowledge-1 .promo-request-box .table-cell {
    width: 50%;
}

.knowledge-3:after {
    background: url(../landings/images/background-images/bg-1.jpg) no-repeat;
    background-size: 100% 850px;
}

.knowledge-5:after {
    background: url(../landings/images/background-images/bg-2-1.png) no-repeat;
    background-size: 100% 1080px;
}

.knowledge-4-1:before {
    width: 451px;
    height: 263px;
    background: url(../landings/images/pin-elements/pin-v33.png) no-repeat;
    bottom: 0;
    right: -120px;
}

.knowledge-5:before {
    width: 330px;
    height: 495px;
    bottom: -60px;
    right: -150px;
    background: url(../landings/images/pin-elements/pin-v5.png) no-repeat;
    z-index: 3;
}

.promo__knowledge * + .promo-button-container {
    margin-top: 48px;
}

/* knowledge slider */
.promo__knowledge .slider .sub-title {
    margin-bottom: 36px;
}

.promo__knowledge .slider-nav {
    position: absolute;
    top: 90px;
    left: 402px;
}

.promo__knowledge .slider-nav .slick-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    position: relative;
    -webkit-box-shadow: -2px 2px 12px rgba(0,0,0,0.4);
    box-shadow: -2px 2px 12px rgba(0,0,0,0.4);
    cursor: pointer;
}

.promo__knowledge .slider-nav .slick-arrow.slick-disabled {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.8;
}

.promo__knowledge .slider-next {
    margin-left: 10px;
}

.promo__knowledge .slider-next:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #001789;
    z-index: 1;
}

.promo__knowledge .slider-next:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #fff;
    z-index: 2;
}

.promo__knowledge .slider-prev:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 8px 6px 0;
    border-color: transparent #001789 transparent transparent;
    z-index: 1;
}

.promo__knowledge .slider-prev:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 8px 6px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 2;
}

.promo__knowledge .slider .slick-slide {
    position: relative;
    margin-bottom: 120px;
}

.promo__knowledge .slider .slider-step {
    width: 540px;
    position: absolute;
    left: 400px;
    top: 70px;
}

.promo__knowledge .slider .slick-dots {
    position: relative;
    bottom: 0;
    display: table;
    width: 100%;
    margin-left: 10%;
}

.promo__knowledge .slider .slick-dots li {
    display: table-cell;
    width: 20%;
    background-image: none;
    height: auto;
    padding: 0;
    margin: 0;
}

.promo__knowledge .slider .slick-dots li:before {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    border-bottom: 2px solid #001689;
    position: absolute;
    top: 7px;
    left: 12px;
    z-index: -1;
}

.promo__knowledge .slider .slick-dots li:last-child:before {
    width: 0;
}

.promo__knowledge .slider .slick-dots li.slick-active:before, .promo__knowledge li.slick-active ~ li:before {
    border-color: #fff !important;
}

.promo__knowledge .slider .slick-dots li button {
    font: 20px 'PragmaticaMedium';
    color: #333;
    height: auto;
    width: auto;
    padding: 40px 0 0 3px;
}

.promo__knowledge .slider .slick-dots li button:before {
    font-size: 20px;
    opacity: 1;
    color: #fff;
}

.promo__knowledge .slider .slick-dots li.slick-active button:before {
    color: #fff;
    background: #fff;
    opacity: 1;
    border: 2px solid #cc1f5b;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.promo__knowledge .slider .slick-dots li.slick-active button {
    font-size: 30px;
}

.promo__knowledge .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.promo__knowledge .promo-item_media {
    position: absolute;
    top: 130px;
    right: -33px;
}

/* knowledge calculator */
.knowledge-calculator .head-calculator {
    background: #f9f9f9;
    min-height: 370px;
    padding: 90px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.knowledge-calculator .head-calculator .table-cell {
    width: 380px;
    text-align: center;
}

.knowledge-calculator .head-calculator .table-cell:first-child {
    padding-right: 30px;
}

.knowledge-calculator .head-calculator .table-cell:last-child {
    padding-left: 30px;
}

.knowledge-calculator .head-calculator p {
    margin-top: 0;
}

.knowledge-calculator .head-calculator input {
    display: block;
    width: 100%;
    height: 70px;
    font: 70px 'PragmaticaLight';
    text-align: center;
    background: transparent;
    border: none;
    margin: 0px 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.knowledge-calculator .noUi-horizontal {
    height: 4px;
    background: #001689;
}

.knowledge-calculator .noUi-target {
    border-radius: 15px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.knowledge-calculator .noUi-origin {
    background: #d1d1d1;
    border-radius: 15px;
}

.knowledge-calculator .noUi-horizontal .noUi-handle {
    width: 31px;
    height: 31px;
    background: #1059c4;
    background: linear-gradient(76deg, #1059c4, #1c9fde);
    background: -moz-linear-gradient(76deg, #1059c4, #1c9fde);
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: -14px;
}

.knowledge-calculator .noUi-handle:before {
    width: 23px;
    height: 23px;
    background: #fff;
    border-radius: 50%;
    top: 4px;
    left: 4px;
}

.knowledge-calculator .noUi-handle:after {
    display: none;
}

.knowledge-calculator .range-values_range {
    position: absolute;
    width: 100%;
    bottom: -25px;
    color: #d1d1d1;
}

.knowledge-calculator .content-calculator {
    padding: 40px 40px 50px;
    color: #fff;
    background: #1059c4;
    background: linear-gradient(76deg, #1059c4, #1c9fde);
    background: -moz-linear-gradient(76deg, #1059c4, #1c9fde);
}

.knowledge-calculator .content-calculator .legend {
    margin-top: 50px;
    margin-left: 20px;
}

.knowledge-calculator .content-calculator .legend span {
    display: inline-block;
}

.knowledge-calculator .content-calculator .legend .legend-label {
    margin-right: 30px;
}

.knowledge-calculator .content-calculator .legend .legend-value {
    width: 8px;
    height: 8px;
    margin-right: 12px;
}

.knowledge-calculator .content-calculator .legend .color-1 {
    background: #001689;
}

.knowledge-calculator .content-calculator .legend .color-2 {
    background: #ffffff;
}

.knowledge-calculator .content-calculator .legend .color-3 {
    background: #27b5f5;
}

.knowledge-calculator .content-calculator .table-block {
    border-bottom: 1px solid #5ca2de;
}

.knowledge-calculator .count-main {
    padding-bottom: 40px;
}

.knowledge-calculator .count-main .table-cell {
    border-right: 1px solid #5ca2de;
}

.knowledge-calculator .count-main .table-cell:last-child {
    border: none;
}

.knowledge-calculator .count-main .count-case {
    display: table;
    height: 70px;
    padding: 0 25px;
}

.knowledge-calculator .count-main .table-cell:first-child .count-case {
    padding-left: 0;
}

.knowledge-calculator .count-main .table-cell:last-child .count-case {
    padding-right: 0;
    border: 0;
}

.knowledge-calculator .count-main .count-case div {
    display: table-cell;
    vertical-align: middle;
}

.knowledge-calculator .content-calculator .count-value {
    font-family: 'PragmaticaLight';
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.knowledge-calculator .count-main .count-value {
    font-size: 38px;
}

.knowledge-calculator .content-calculator .count-note {
    line-height: 20px;
    font-size: 14px;
}

.knowledge-calculator .count-main .count-note {
    width: 60px;
    padding-left: 20px;
}

.knowledge-calculator .content-calculator .chart-case {
    margin-top: 35px;
    margin-bottom: 30px;
    display: table;
}

.knowledge-calculator .chart-case .chart-content, .knowledge-calculator .chart-case .chart-count {
    display: table-cell;
    vertical-align: top;
}

.knowledge-calculator .chart-case .chart-content {
    width: 660px;
}

.knowledge-calculator .chart-case .chart-count .count-case {
    position: relative;
    padding: 15px 20px;
}

.knowledge-calculator .chart-case .chart-count .count-case:after {
    content: '';
    display: block;
    width: 35px;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: #5ca2de;
}

.knowledge-calculator .chart-case .chart-count .count-case:last-child:after {
    height: 0;
}

.knowledge-calculator .chart-case .chart-count .count-value {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 10px;
}

.knowledge-calculator .chart-case .chart-content {
    padding: 15px 30px 0 20px;
}

.knowledge-calculator .chart-content .datum-line {
    position: relative;
    height: 420px;
}

.knowledge-calculator .chart-content .datum-line .y-axis, .knowledge-calculator .chart-content .datum-line .x-axis {
    position: absolute;
    font: 20px 'PragmaticaLight';
}

.knowledge-calculator .chart-content .datum-line .y-axis {
    top: 15px;
    left: -25px;
}

.knowledge-calculator .chart-content .datum-line .x-axis {
    bottom: -20px;
    right: -10px;
}

.knowledge-calculator .chart-content .chart {
    width: 100%;
    height: 100%;
}

.knowledge-calculator .education-loan-calculator-chart .circle {
    background: none;
}

.knowledge-calculator .education-loan-calculator-chart .circle .circle-content {
    position: relative;
    width: 100%;
    height: 100%;
    background: #1059c4;
    background: linear-gradient(76deg, #1059c4, #1c9fde);
    background: -moz-linear-gradient(76deg, #1059c4, #1c9fde);
    border-radius: 50%;
}

.knowledge-calculator .education-loan-calculator-chart .circle .circle-content:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #fff;
    border-radius: 50%;
}

.knowledge-calculator .education-loan-calculator-chart .balloon {
    color: #333;
    border-radius: 4px;
}

.knowledge-calculator .education-loan-calculator-chart .balloon-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 16px 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.knowledge-calculator .education-loan-calculator-chart .balloon-content:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    position: absolute;
    bottom: -7px;
    left: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.knowledge-calculator .education-loan-calculator-chart .balloon .month-number {
    font: 25px 'PragmaticaLight';
}

.knowledge-calculator .education-loan-calculator-chart .curve {
    stroke: #001aa0;
}

.attention-message {
    position: relative;
    padding: 0 240px 15px 40px;
    margin-top: 40px;
    font-size: 16px;
    line-height: 25px;
}

.attention-message:before {
    content: '';
    display: block;
    width: 24px;
    height: 22px;
    position: absolute;
    top: 5px;
    left: 0;
    background: url(../landings/images/icons/warning-triangle.png) no-repeat;
}

/* СПИСОК УЧЕБНЫХ ЗАВЕДЕНИЙ */
.knowledge-container .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border: none;
}

.knowledge-container .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: left;
    margin-bottom: 40px;
}

.knowledge-container .dataTables_filter label {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.knowledge-container .dataTables_filter label input {
    width: 100%;
    font-size: 18px;
    padding: 0 20px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 45px;
    line-height: 45px;
    margin: 0;
    border: 1px solid #959595;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none!important;
}

.knowledge-table {
    position: relative;
    z-index: 1;
}

.knowledge-container .dataTables_wrapper .dataTables_processing {
    background: none;
}

.knowledge-container .dataTables_scrollHeadInner, .knowledge-container .dataTables_scrollHeadInner .dataTable.no-footer, .knowledge-container .dataTables_scrollBody {
    width: 100% !important;
}

.knowledge-container table.dataTable tbody th, .knowledge-container table.dataTable tbody td {
    white-space: normal;
    padding: 15px 20px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.knowledge-container table.dataTable thead th, .knowledge-container table.dataTable thead td {
    white-space: normal;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    border: none;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.knowledge-container table.dataTable thead th:first-child, .knowledge-container table.dataTable thead td:first-child {
    width: 155px !important;
    font-weight: bold;
}

.knowledge-container table.dataTable tbody th:first-child, .knowledge-container table.dataTable tbody td:first-child {
    font-weight: bold;
}

.knowledge-container table.dataTable thead th:nth-child(2), .knowledge-container table.dataTable thead td:nth-child(2) {
    width: 222px !important;
}

.knowledge-container table.dataTable thead th:nth-child(3), .knowledge-container table.dataTable thead td:nth-child(3) {
    width: 227px !important;
}

.knowledge-container table.dataTable tbody th:nth-child(3), .knowledge-container table.dataTable tbody td:nth-child(3) {
    font-weight: bold;
}

.knowledge-container table.dataTable thead th:last-child, .knowledge-container table.dataTable thead td:last-child {
    width: 276px !important;
}

.knowledge-container table.dataTable tbody td:last-child {
    padding-right: 0;
}

.knowledge-container table.dataTable tbody tr:first-child td {
    padding-top: 25px;
}

.knowledge-container table.dataTable tbody tr:nth-child(2n+1) {
    background: transparent;
}

.knowledge-container table.knowledge-table thead {
    position: relative;
    color: #fff;
}

.knowledge-container table.knowledge-table thead:after {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(76deg, #527097, #7ba9db);
    background: -moz-linear-gradient(76deg, #527097, #7ba9db);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    z-index: -1;
}

.knowledge-container table#DataTables_Table_0 thead {
    display: none;
}

.promo-item .form-education {
    margin: 60px 0;
}

.promo-item .form-education .custom-scrollbar {
    max-height: 238px;
}

.promo-item .form-education .slct.validation-error {
    border: 1px solid #cc003d;
}

/* LANDING PROSTO CREDIT */
.prosto-credit-1:after {
    background: url(../landings/images/landing-prosto-credit/banner-prosto.jpg) no-repeat;
}

.prosto-credit-1 .desktop-bg .red-line {
    width: 1340px;
}

.prosto-credit-1 .desktop-bg .blue-line {
    width: 680px;
}

.prosto-credit-1 .stamp:before {
    bottom: 140px;
    right: 0;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    background-size: 84%;
}

.prosto-credit-1 .promo-request-box {
    width: 550px;
}

.prosto-credit-1 .promo-request-box .table-cell {
    padding-top: 8px;
    padding-bottom: 8px;
}

.prosto-credit-1 .promo-request-box .table-container {
    margin-bottom: 24px;
}

.prosto-credit-1 .promo-request-box .table-container + ul {
    margin-top: 24px;
}

.prosto-credit-1 .promo-request-box .table-cell {
    width: 50%;
}

.prosto-credit-1 .promo-request-box .__head .table-cell {
    padding-top: 0;
}

.prosto-credit-1 .promo-request-box .table-cell .mdash {
    position: absolute;
    right: 40px;
    top: 50%;
    display: inline-block;
    font-weight: bold;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.prosto-credit-2:before {
    width: 206px;
    height: 244px;
    bottom: -60px;
    right: 0;
    background: url(../landings/images/landing-prosto-credit/pin.png) no-repeat;
    z-index: 5;
}

.prosto-credit-3:after {
    background: url(../landings/images/background-images/bg-feathers-1.jpg) no-repeat;
}

.prosto-credit-4:before {
    width: 246px;
    height: 168px;
    top: -65px;
    right: 0;
    background: url(../landings/images/landing-prosto-credit/card.png) no-repeat;
}

.prosto-credit-5:after {
    background: url(../landings/images/background-images/bg-feathers-2.jpg) no-repeat;
    background-size: 100% 710px;
}

.prosto-credit-6:before {
    width: 277px;
    height: 276px;
    top: -45px;
    right: 0;
    background: url(../landings/images/landing-prosto-credit/umbrella.png) no-repeat;
    z-index: 3;
}

/* LANDING REFINANS */
.refinans-1:after {
    background: url(../landings/images/landing-refinans/banner-refinans.jpg) no-repeat;
}

.refinans-1 .promo-request-box {
    margin-top: -60px;
    padding-top: 95px;
    width: 602px;
}

.refinans-calculator:before {
    width: 1222px;
    height: 934px;
    max-height: 100%;
    background: url(../landings/images/landing-sber-s-7/promo-3-bg-pic.png) no-repeat;
    right: -520px;
    bottom: 0;
}

.promo-item .info-graph-refinans h2 {
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 15px;
}

.info-graph {
    position: relative;
    font-size: 16px;
    margin: 0 -60px;
    padding: 35px 60px;
}

.info-graph.__light-gray-bg {
    background: #f6f7f9;
}

.info-graph_item {
    display: inline-block;
    vertical-align: middle;
}

.info-graph_title {
    font: 1.75em 'PragmaticaMedium';
    color: #001689;
    margin: 15px 0 60px;
}

.info-graph_img, .info-graph_descr {
    display: inline-block;
    vertical-align: middle;
}

.info-graph_img {
    width: 215px;
}

.info-graph_img img {
    margin-right: 48px;
    max-width: 100%;
}

.info-graph_descr-title {
    font-size: 1em;
    margin-bottom: 5px;
}

.info-graph_descr-sum {
    font: 1.5em 'PragmaticaLight';
}

.info-graph_descr-sum.__medium {
    font: 1.75em 'PragmaticaMedium';
    color: #001689;
}

.__connector {
    font: 1.25em 'PragmaticaMedium';
    margin: 0 60px;
}

.info-graph_descr table tr:not(:last-child) {
    border-bottom: 1px solid rgb(221, 221, 221);
}

.info-graph_descr table tbody td {
    font-size: inherit;
    padding: 10px 0;
}

.info-graph_descr table tbody td:first-child:not(:only-child) {
    padding-right: 25px;
}

.info-graph_descr table tbody td:last-child:not(:only-child) {
    padding-left: 25px;
}

.promo-item .table-100 {
    width: 100%;
}

.promo-item .table-90 {
    width: 90%;
}

.promo-item .table-80 {
    width: 80%;
}

.promo-item .table-70 {
    width: 70%;
}

.promo-item .table-66 {
    width: 66%;
}

.promo-item .table-60 {
    width: 60%;
}

.promo-item .table-50 {
    width: 50%;
}

.promo-item .table-40 {
    width: 40%;
}

.promo-item .table-33 {
    width: 33.333%;
}

.promo-item .table-30 {
    width: 30%;
}

.promo-item .table-25 {
    width: 25%;
}

.promo-item .table-20 {
    width: 20%;
}

.promo-item .table-16 {
    width: 16.666%;
}

.promo-item .table-15 {
    width: 15%;
}

.promo-item .table-10 {
    width: 10%;
}

.refinans-2:after {
    top: 120px;
    right: -100px;
}

.step-table h6 {
    font-weight: bold;
    margin-bottom: 5px;
}

.step-table .descr {
    font-size: 14px;
    margin-top: 5px;
}

.step-table .step-number {
    font: 60px/1 'PragmaticaBook';
    color: #001689;
}

.white .step-table .step-number, .white.step-table .step-number {
    color: #fff;
}

.step-table .table-cell p:last-child {
    margin-bottom: 0;
}

.step-table .table-cell {
    width: 33.333%;
    vertical-align: top;
    background: none;
}

.step-table .step-checked {
    position: relative;
    width: 48px;
    height: 60px;
}

.step-table .step-checked:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../landings/images/icons/sprite-icons.png) -256px -306px no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.step-table .step-checked.__white:before {
    background: url(../landings/images/icons/white-icon-sprite.png) -312px -4px no-repeat;
}

.refinans-tabs.pin-v49:after {
    bottom: -80px;
    right: -80px;
    z-index: -1;
}

.refinans-tabs .promo-custom-tabs_nav .word-break {
    display: block;
}

.refinans-step-dark-bg:after {
    background: url(../landings/images/background-images/bg-2-big.jpg) no-repeat;
    background-size: cover;
}

.refinans-7.pin-v58:after {
    top: 198px;
    right: -235px;
}

.refinans-7 .table-tariffs-gradient.table-desktop {
    width: 700px;
    margin-top: 30px;
}

.refinans-8:after {
    background: url(../landings/images/background-images/bg-20.jpg) no-repeat;
    background-size: cover;
}

.refinans-9:before {
    width: 516px;
    height: 731px;
    top: 40px;
    right: -180px;
    background: url(../landings/images/pin-elements/pin-v50.png) no-repeat
}

/* LANDING CREDIT PENSION */
.promo-pension-1:after {
    background: url(../landings/images/banner-images/pensioners.jpg) no-repeat;
}

.promo-pension-1 .second-title {
    font-size: 22px;
}

.promo-pension-1 .promo-request-box {
    width: 719px;
}

.promo-request-box .stamp-refinans {
    margin: -6px 0 0 -20px;
}

.promo-pension-2:before {
    width: 403px;
    height: 432px;
    bottom: -66px;
    right: -146px;
    background: url(../landings/images/pension/pension-3-bg1.png) no-repeat;
    z-index: 3;
}

.pension-pin-v48:after {
    right: -110px;
    bottom: -100px;
}

.promo-pension-3:after, .promo-pension-8:after {
    background: url(../landings/images/background-images/bg-7.jpg) 0 -250px no-repeat;
}

.promo-pension-5:after {
    background: url(../landings/images/background-images/bg-9.jpg)no-repeat;
    background-size: 100% 1070px;
}

.promo-pension-6:before {
    width: 438px;
    height: 358px;
    bottom: -127px;
    right: -120px;
    background: url(../landings/images/pension/calendar.png) no-repeat;
    z-index: 1;
}

.refinans-info.pin-v39:after {
    bottom: -90px;
    right: -153px;
}

.pensioneram-1:after {
    background: url(../landings/images/banner-images/banner-pensioneram.jpg) no-repeat;
}

.pensioneram-1 .promo-request-box {
    width: 583px;
}

.pensioneram-1 .table-block {
    width: 570px;
}

.pensioneram-1 .table-block .table-cell li p {
    font-size: 16px;
    font-weight: bold;
}

.pensioneram-2 .table-cell {
    vertical-align: top;
}

.pensioneram-2 .table-cell:first-child {
    width: 400px;
    padding-right: 20px;
}

.pensioneram-2 .form-field input {
    border-color: #ced2d6;
    color: #898c8f;
    height: 64px;
}

.pensioneram-2 .checkbox + label {
    font-size: 12px;
    color: #898c8f;
}

.form-field .input__map-link {
    position: relative;
}

.form-field .input__map-link input {
    color: #161718;
    padding-right: 40px;
}

.form-field .input__map-link input::-webkit-input-placeholder {
    color: #898c8f;
}

.form-field .input__map-link input:-ms-input-placeholder {
    color: #898c8f;
}

.form-field .input__map-link input::placeholder {
    color: #898c8f;
}

.form-field .input__map-link input.OldIePlaceholder {
    color: #898c8f;
}

.form-field .input__map-link input::-ms-clear {
    display: none;
    width : 0;
    height: 0;
}

.input__map-link-btn {
    width: 19px;
    height: 19px;
    background: url(../landings/images/map-link-btn.png) no-repeat;
    position: absolute;
    right: 21px;
    top: 22px;
    cursor: pointer;
}

.pensioneram-2 .form-line .blue-btn {
    width: auto;
    min-width: 197px;
    padding: 0 37px;
}

.ymap-bubble {
    position: absolute;
    width: 300px;
    background: #fff;
    padding: 30px 13px 16px 25px;
}

.ymap-bubble_close {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 14px;
    right: 15px;
    background: url(../landings/images/bubble-close.png) 0 0 no-repeat;
    cursor: pointer;
}

.ymap-bubble .promo-button-container {
    min-width: inherit;
    width: 100%;
    margin-top: 15px;
}

.ymap-bubble .promo-request-button {
    text-transform: none;
    white-space: nowrap;
    padding: 0 10px;
    min-width: inherit;
    width: 100%;
}

.ymap-bubble_adress {
    font-family: 'PragmaticaMedium';
    color: #161718;
    margin-bottom: 3px;
}

.ymap-bubble_adress-note {
    color: #b0b4b8;
    font-size: 14px;
}

.ymap-bubble_schedule-table {
    margin-top: 15px;
}

.ymap-bubble_schedule-table-row {
    display: table-row;
    font-size: 16px;
}

.ymap-bubble_schedule-table-row .table-cell {
    font-size: 14px;
    color: #161718;
    padding-bottom: 4px;
}

.ymap-bubble_schedule-table-row .table-cell:first-child {
    width: 88px;
    color: #b0b4b8;
}

.ymap-bubble_tail {
    width: 17px;
    height: 17px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: calc((100%) - 8px);
    left: 50%;
    margin-left: -8px;
}

.pensioneram-3 .title-section {
    margin-bottom: 104px;
}

.pensioneram-3 .pochtabank-stock-tiles_item-title h2 {
    text-transform: none;
}

.pochtabank-stock-tiles_item-slogan {
    padding-top: 15px;
}

.pochtabank-stock-tiles_item-slogan-text {
    font-size: 30px;
    font-family: 'PragmaticaMedium';
    color: #161718;
}

.slogan-text__large {
    font-size: 46px;
    font-family: 'PragmaticaBold';
}

.pochtabank-stock-tiles_item-slogan-note {
    font-family: arial;
    font-size: 18px;
    color: #333;
}

.pensioneram-3 .pin-v100:after {
    right: -16px;
}

.pensioneram-3 .pin-v101:after {
    right: -75px;
    bottom: -104px;
}

/* LANDING CREDIT GOODS */
.credit-goods-1:after {
    background: url(../landings/images/credit-goods/banner.jpg) no-repeat;
}

.credit-goods-1 .desktop-bg .red-line.__first {
    width: 1300px;
}

.credit-goods-1 .desktop-bg .blue-line {
    left: 0;
    width: 1220px;
}

.credit-goods-1 .desktop-bg .red-line.__third {
    width: 990px;
}

.credit-goods-1 .promo-request-box {
    width: 711px;
    margin-top: -60px;
    padding-top: 95px;
}

.credit-goods-2-1 h2 .break-word {
    display: block;
}

.credit-goods-3:after {
    background: url(../landings/images/background-images/bg-7.jpg) no-repeat;
}

.credit-goods-4:before {
    width: 557px;
    height: 451px;
    background: url(../landings/images/pin-elements/pin-v35.png) no-repeat;
    top: 70px;
    right: -240px;
}

.credit-goods-6:after {
    background: url(../landings/images/background-images/bg-16.jpg) no-repeat;
    background-size: cover;
}

.credit-goods-6:before {
    width: 430px;
    height: 283px;
    background: url(../landings/images/pin-elements/pin-v36.png) no-repeat;
    top: 50%;
    right: -200px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.credit-goods-7:before {
    width: 232px;
    height: 546px;
    background: url(../landings/images/pin-elements/credit-goods-10-bg.png) no-repeat;
    bottom: -105px;
    right: -45px;
}

.partners-container {
    margin: -10px -10px 48px;
    font-size: 0;
}

.partners-container .partners {
    display: inline-block;
    background: #f9f9f9;
    width: 140px;
    height: 140px;
    overflow: hidden;
    margin: 10px;
    -webkit-transition: -webkit-box-shadow 0.5s ease-out 0s;
    transition: -webkit-box-shadow 0.5s ease-out 0s;
    transition: box-shadow 0.5s ease-out 0s;
    transition: box-shadow 0.5s ease-out 0s, -webkit-box-shadow 0.5s ease-out 0s;
}

.partners-container .partners:hover {
    -webkit-box-shadow: 0px 8px 40px 0px rgba(31, 33, 43, 0.3);
    box-shadow: 0px 8px 40px 0px rgba(31, 33, 43, 0.3);
}

.partners-container .partners img {
    max-width: 100%;
}

.pin-v33:after {
    width: 451px;
    height: 452px;
    background: url(../landings/images/pin-elements/pin-v33.png) no-repeat;
}

.credit-goods-2-1 .pin-v33:after {
    height: 320px;
    bottom: -135px;
    right: -220px;
    z-index: -1;
}

.pin-v34:after {
    width: 498px;
    height: 369px;
    background: url(../landings/images/pin-elements/pin-v34.png) no-repeat;
}

.credit-goods-2-1 .pin-v34:after {
    height: 255px;
    bottom: -120px;
    right: -300px;
    z-index: -1;
}

/* LANDING ACHIVE TARIFFS */
.achive-tariffs-1 h1 {
    z-index: 2;
}

.achive-tariffs-1 .desktop-bg {
    z-index: 1;
}

.achive-tariffs-1 .desktop-bg .red-line {
    width: 790px;
}

.achive-tariffs-1 .desktop-bg .blue-line {
    left: 0;
    width: 930px;
}

.achive-tariffs-1 .section-title {
    margin-bottom: 48px;
}

.achive-tariffs-1 .content-col, .achive-tariffs-2 .content-col {
    z-index: auto;
}

.achive-tariffs-1 .custom-scrollbar {
    max-height: 238px;
}

/* LANDING POCHTABANK ELEMENT 120 */
.promo-element-120-1:after {
    background: url(../landings/images/banner-images/banner-120.jpg) no-repeat;
}

.promo-element-120-1 .desktop-bg .red-line {
    width: 1080px;
}

.promo-element-120-1 .desktop-bg .blue-line, .promo-element-120-1 .promo-request-box {
    width: 600px;
}

.promo-element-120-3:after, .promo-element-120-7:after, .promo-element-120-9:after {
    background: url(../landings/images/background-images/bg-feathers-1-big.jpg) no-repeat;
    background-size: cover;
}

.promo-element-120-7:after {
    background-size: auto 940px;
}

.promo-element-120-9:after {
    background: url(../landings/images/background-images/bg-15.jpg) no-repeat;
}

.promo-element-120-3:before {
    width: 277px;
    height: 411px;
    bottom: -180px;
    right: 0;
    background: url(../landings/images/pin-elements/pin-v28.png);
    z-index: 2;
}

.promo-element-120-5:after {
    background: url(../landings/images/background-images/bg-14.jpg) bottom -340px left no-repeat;
}

.promo-element-120-5:before {
    width: 308px;
    height: 200px;
    bottom: -155px;
    right: -70px;
    background: url(../landings/images/pin-elements/pin-v53.png);
    z-index: 3;
}

.promo-element-120-9:before {
    width: 487px;
    height: 500px;
    bottom: -320px;
    right: -200px;
    background: url(../landings/images/pin-elements/pin-v29.png) no-repeat, url(../landings/images/pin-elements/pin-v30.png) bottom 50px right 100px no-repeat;
    z-index: 3;
}

.promo-element-120-11:after {
    background: url(../landings/images/landing-element-120/ishopper-bg.jpg) no-repeat;
    background-size: cover;
}

.promo-element-120-8 .promo-custom-tabs_nav .word-break {
    display: block;
}

.promo-element-120-12 .cols {
    white-space: normal;
}

.promo-element-120-12 .table-container {
    margin-left: -24px;
    margin-right: -24px;
}

.promo-element-120-12 .table-container .__bottom-row-line {
    margin-bottom: 0;
}

.video-gallery {
    padding: 10px 0;
    margin: 20px 0 60px;
    min-height: 300px;
    overflow: hidden;
}

.video-gallery:last-child {
    margin-bottom: 0;
}

.video_note {
    margin-top: 10px;
}

.video-gallery.no__preview {
    padding: 0;
    margin: 0;
    min-height: 0;
}

.video-gallery .video-gallery_caption {
    margin-bottom: 30px;
}

.video-gallery .table-cell {
    vertical-align: top;
}

.video-gallery .custom-scrollbar {
    max-height: 330px;
}

.video-gallery .custom-scrollbar .mCSB_inside>.mCSB_container {
    padding: 10px 0;
}

.video-gallery .video_full-size {
    width: 540px;
    height: 320px;
    overflow: hidden;
}

.video-gallery .video_full-size iframe {
    width: 100%;
    height: 100%;
}

.video-gallery .video_preview-wrap {
    margin: -10px 0;
}

.video-gallery .video_preview {
    height: 80px;
    margin-left: 20px;
    margin-right: 20px;
    background: #f9f9f9;
}

.video-gallery .video_preview:hover {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.2), 0px 0px 20px 0px rgba(12, 20, 60, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.2), 0px 0px 20px 0px rgba(12, 20, 60, 0.15);
    cursor: pointer;
}

.video-gallery .video_preview:not(:first-child) {
    margin-top: 20px;
}

.video-gallery .video_preview-img {
    float: left;
    width: 140px;
    height: 100%;
    overflow: hidden;
}

.video-gallery .video_preview-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.video-gallery .video_preview-descr {
    margin-left: 140px;
    padding: 10px 15px;
}

.video-gallery .video_preview-descr h6 {
    color: #333;
    font-weight: bold;
}

.video-gallery .video_preview-descr p {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 0;
}

.video-gallery .video_preview-descr p:only-child {
    font-size: 16px;
}

/* LANDING MAPS */
.landing-maps h1 {
    font-size: 30px;
    margin-bottom: 36px;
}

.landing-maps .map {
    position: relative;
    margin: 24px 0;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.4), 0 38px 20px -30px rgba(51, 51, 51, 0.4);
    box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.4), 0 38px 20px -30px rgba(51, 51, 51, 0.4);
}

.landing-maps .preloader-map {
    position: absolute;
    width: 220px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 100;
    background: url(../landings/images/icons/loader.gif) no-repeat;
    z-index: 0;
}

.type-center {
    min-height: 80px;
    padding: 15px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #b3b3b3;
    color: #cc003d;
    cursor: pointer;
}

.type-center.active {
    background: #cc003d;
    border-color: #cc003d;
    color: #fff;
}

.type-center.active:after {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    background: #cc003d;
    position: absolute;
    bottom: -0.5em;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}

.content-tabs {
    margin-left: -12px;
    margin-right: -12px;
}

.checkbox-container {
    display: table;
}

.checkbox-container .checkbox-container_item {
    display: table-cell;
    padding: 0 12px 0 12px;
    width: 24%
}

.checkbox-container .checkbox-container_item:last-child {
    width: 30%;
}

.landing-maps .icon-map {
    position: relative;
}

.landing-maps .icon-map:before {
    content: '';
    display: block;
    width: 24px;
    height: 32px;
    position: absolute;
    left: -10px;
    top: -3px;
    background: url(../landings/images/icons/maps-icon.png) no-repeat;
}

.landing-maps .icon-сc:before {
    background-position: 0 0;
}

.landing-maps .icon-сс-ops:before {
    background-position: -25px 0;
}

.landing-maps .icon-stands:before {
    background-position: -50px 0;
}

.landing-maps .icon-business-partner:before {
    background-position: -75px 0;
}

.landing-maps .icon-fora:before {
    background-position: -100px 0;
}

.landing-maps .icon-cc-ops-rpe:before {
    background-position: -125px 0;
}

.landing-maps .icon-atm-vtb:before {
    background-position: -150px 0;
}

.landing-maps .icon-atm-vtb-rub:before {
    background-position: -175px 0;
}

.type-cc .check-list label {
    position: relative;
    padding-left: 24px;
}

.type-atm {
    width: 100%;
}

.type-atm .checkbox-container_item {
    width: 25%;
}

.type-atm h5 {
    font-family: 'PragmaticaLight';
    margin-bottom: 12px;
}

.sorting-map {
    float: left;
}

.sorting-map div:not(:first-child) {
    border-radius: 10px;
    margin: 0;
    padding: 0 12px;
    cursor: pointer;
}

.sorting-map div:not(:first-child).active {
    background: #cc003d;
    color: #fff;
}

.payment-cards {
    float: right;
}

.payment-cards img {
    vertical-align: middle;
}

.search-map {
    position: absolute;
    top: 7px;
    right: 100px;
    z-index: 1;
}

.search-map .search-map_icon {
    width: 40px;
    height: 40px;
    background: #fff url(../landings/images/icons/search.png) center center no-repeat;
    border: 1px solid #b3b3b3;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
}

.search-map .form-case {
    display: none;
    width: 300px;
}

.search-map .input .placeholder {
    font-size: 14px;
}

.search-map .form-field input {
    height: 38px;
    line-height: 16px;
    border: 1px solid #b3b3b3;
    font-size: 16px;
    padding-right: 43px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.search-map .form-field .clear-search {
    right: 14px;
}

.search-map-result-error {
    display: none;
}

.search-map .search-map-result {
    position: relative;
    margin-top: 2px;
    width: 100%;
    max-height: 400px;
    background: #fff;
    overflow: hidden;
}

.search-map .search-map-result ul {
    border: 1px solid #b3b3b3;
}

.search-map .search-map-result .ui-autocomplete {
    position: relative;
    background: none;
    width: 100% !important;
}

.search-map .search-map-result .ui-menu .ui-menu-item a {
    font-size: 16px;
    padding-right: 24px;
    height: auto;
}

.search-map-result-error {
    font-size: 16px;
    padding: 15px;
    border: 1px solid #b3b3b3;
}

.map + .offices-container {
    margin-top: 60px;
}

.offices-container_item {
    display: inline-block;
    width: 50%;
    padding: 0 36px 48px;
    margin-right: -4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: top;
}

.current-cc .offices-container_item {
    padding-bottom: 0;
}

.offices-container_item>div + div {
    margin-top: 12px;
}

.offices-note {
    color: #959595;
    padding-right: 100px;
}

.offices-info, .offices-work-time, .offices-metro {
    font-size: 14px;
}

.offices-work-time {
    line-height: 2;
}

.offices-metro {
    position: relative;
    padding-left: 24px;
}

.offices-metro:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 3px;
    left: 0;
    background: url(../images/metro3_icon.png);
}

.office-rate {
    display: inline-block;
}

.offices-address .address-link {
    font-size: 18px;
    color: #cc003d;
}

.offices-address.icon-map:before {
    left: -34px;
    top: 0;
}

.offices-work-time {
    position: relative;
    padding-left: 24px;
}

.offices-work-time .work-time-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: 0;
}

.work-time-icon:before, .work-time-icon:after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #959595;
}

.work-time-icon:before {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    top: 0;
    left: 0;
}

.work-time-icon:after {
    width: 7px;
    height: 4px;
    border-right: 0;
    border-top: 0;
    z-index: 2;
    top: 4px;
    left: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.buble .offices-metro {
    padding-left: 30px;
}

.buble .offices-metro:before {
    top: 1px;
    left: 5px;
}

/* POSADIDEREVO */
.posadiderevo-1 {
    padding-bottom: 80px;
}

.posadiderevo-1 .second-title {
    font-size: 20px;
    line-height: 52px;
}

.posadiderevo-1 .desktop-bg .red-line {
    width: 1060px;
}

.posadiderevo-1 .desktop-bg .blue-line {
    left: 0;
    width: 1400px;
}

.greeting__content {
    max-width: 820px;
    padding-top: 75px;
}

.posadiderevo-2:before {
    width: 425px;
    height: 362px;
    bottom: -80px;
    right: -100px;
    top: -196px;
    background: url(../landings/images/cactus.png) no-repeat rgba(0, 0, 0, 0);
    z-index: 3;
}

.person-quote {
    position: relative;
    margin: 0 auto;
    width: 940px;
    text-align: left;
}

.person-quote__wrap {
    padding: 100px 0 40px 0;
}

.person-quote__picture-wrap {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}

.person-quote__picture {
    display: block;
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.person-quote__text-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    max-width: 700px;
    vertical-align: middle;
    padding-left: 40px;
}

.person-quote__text {
    font-size: 20px;
    font-family: 'PragmaticaMedium';
    line-height: 1.5;
}

.person-quote__name {
    font-size: 16px;
    font-family: Arial;
    font-style: italic;
    padding-top: 23px;
    line-height: 1.5;
}

.person-quote .slider-nav-quote .slick-disabled.slick-arrow {
    background: #f5f5f5 url(../landings/images/icons/icon-arrow-person-quote.png) 11px 9px no-repeat;
}

.person-quote .slider-nav-quote {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
}

.person-quote .slider-nav-quote__inner {
    position: relative;
    padding: 0 40px;
    display: inline-block;
    margin-left: 215px;
}

.person-quote .slick-dots {
    position: static;
}

.person-quote .slick-dots button:before {
    font-size: 30px;
    color: #b3b3b3;
}

.person-quote .slick-dots .slick-active button:before {
    color: #b3b3b3;
    font-size: 38px;
    line-height: 19px;
}

.slider-nav-quote ul li {
    background-image: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.person-quote .slider-nav-quote .slider-prev {
    position: absolute;
    left: 0;
    top: 0;
}

.person-quote .slider-nav-quote .slider-next {
    position: absolute;
    right: 0;
    top: 0;
}

.person-quote .slider-nav-quote .slick-arrow {
    background: #f5f5f5 url(../landings/images/icons/icon-arrow-person-quote-disable.png) 11px 9px no-repeat;
    border: 1px solid #d6d6d6;
    height: 33px;
    width: 33px;
    border-radius: 50%;
}

.person-quote .slider-nav-quote button.slick-arrow {
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.person-quote .slider-nav-quote button.slider-next {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.person-quote__wrap .slick-dotted.slick-slider {
    margin-bottom: 36px;
}

.companys-logo {
    margin: 50px 0 12px;
}

.companys-logo_item {
    display: inline-block;
    text-align: center;
    max-width: 122px;
    vertical-align: bottom;
}

.companys-logo_item:not(:last-child) {
    margin-right: 80px;
}

.companys-logo_item img {
    max-width: 100%;
}

.forest-map-gallery .content-col {
    width: 940px;
    margin: 0 auto;
    padding: 50px 0;
}

.forest-map-gallery {
    background: rgb(34,46,64);
    background: linear-gradient( 30deg, rgb(34,46,64) 0%, rgb(55,74,99) 100%);
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 20;
}

.posadiderevo-gallery .close-gallery {
    position: absolute;
    right: 7.5px;
    top: 60px;
    width: 20px;
    height: 20px;
    background: url(../landings/images/icons/close-icon.png) center center no-repeat;
    cursor: pointer;
    z-index: 1600;
}

.posadiderevo-gallery-container {
    position: relative;
    z-index: 100;
}

.__slides {
    visibility: hidden;
    position: absolute;
    bottom: calc(100% - 60px);
    width: 940px;
    max-width: 940px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1500;
}

.active .__slides {
    visibility: visible;
}

.__preview {
    text-align: center;
    min-height: 210px;
}

.posadiderevo-gallery-slides {
    margin-bottom: 20px;
}

.posadiderevo-gallery-slides * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.posadiderevo-gallery-slides img {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.posadiderevo-gallery-slides_slide {
    text-align: center;
}

.posadiderevo-gallery-slides_slide-content {
    position: relative;
    padding: 60px 50px 70px;
    max-height: 680px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.posadiderevo-gallery-info {
    font-style: italic;
    text-align: left;
    color: #fff;
    margin-top: 20px;
}

.posadiderevo-gallery-info__date {
    margin-top: 10px;
}

.posadiderevo-gallery-preview .slick-slide {
    padding: 10px;
    cursor: pointer;
}

.posadiderevo-gallery-preview .slick-slide img {
    max-width: 100%;
    border-radius: 2px;
}

.posadiderevo-gallery-nav {
    text-align: center;
}

.posadiderevo-gallery-nav__inner {
    position: relative;
    padding: 0 60px;
    display: inline-block;
}

.__preview .slider-nav {
    position: relative;
    padding: 0 60px;
    display: inline-block;
}

.posadiderevo-gallery .slider-prev, .posadiderevo-gallery .slider-next {
    height: 35px;
    width: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #c7cce3 url(../landings/images/icons/arrow-white.png) left 13px center no-repeat;
    position: absolute;
    cursor: pointer;
    z-index: 10000;
}

.posadiderevo-gallery .slider-prev.slick-disabled, .posadiderevo-gallery .slider-next.slick-disabled {
    opacity: 0.5;
    cursor: default;
}

.posadiderevo-gallery .slider-next {
    background: rgba(255, 255, 255, 0.2) url(../landings/images/icons/arrow-white.png) left 15px center no-repeat;
    position: absolute;
    right: 0;
}

.posadiderevo-gallery .slider-prev {
    position: absolute;
    left: 0;
    background: rgba(255, 255, 255, 0.2) url(../landings/images/icons/arrow-white.png) left 15px center no-repeat;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.posadiderevo-gallery .slick-dots {
    position: static;
}

.posadiderevo-gallery .slick-dots button:before {
    font-size: 34px;
    color: #b3b3b3;
    line-height: 20px;
}

.posadiderevo-gallery .slick-dots .slick-active button:before {
    color: #fff;
    font-size: 38px;
    opacity: 1;
}

.forest-map-counter {
    width: 940px;
    margin: 0 auto;
}

.forest-map {
    position: relative;
    z-index: 10;
    margin-bottom: -3px;
}

.forest-map .promo-counter .promo-counter-block_note:first-child {
    margin-right: 40px;
}

.forest-map .promo-counter .promo-counter-block_note:last-child {
    margin-left: 15px;
}

.forest-map .promo-counter-item {
    font: 30px/50px 'PragmaticaMedium';
    color: #05533a;
    width: 40px;
    height: 50px;
}

.forest-map .promo-counter:after {
    background: #05533a;
}

/* CASH CALCULATOR */
.cash-calculator .calculator-container .guaranteed-rate {
    margin-bottom: 24px;
}

.cash-calculator .check-list.__view-line > li:not(:last-child) {
    margin-right: 20px;
}

.cash-calculator .depositrate .checkbox.__blue-mark + label {
    margin-left: 24px;
}

.table-schedule-payments table th:first-child, .table-schedule-payments table td:first-child {
    width: 10%;
}

.table-schedule-payments table th:not(:first-child), .table-schedule-payments table td:not(:first-child) {
    width: 22.5%;
}

.promo-item .schedule-payments {
    margin-top: 120px;
    padding-top: 120px;
}

.schedule-payments.bottom-gray-line:after {
    bottom: auto;
    top: 0;
}

/* END CASH CALCULATOR */
/* NEW CASH CALCULATOR */
.cash-calc .calculator__fields {
    width: 560px;
    padding-right: 100px;
}

.cash-calc .calculator__result {
    position: relative;
    background: #f7f7f7;
    padding: 40px 32px 60px;
}

.cash-calc .check {
    padding-left: 40px;
}

.cash-calc .check.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.cash-calc .check label {
    vertical-align: middle;
}

.cash-calc .check .marker {
    width: 24px;
    height: 24px;
    top: 0;
}

.cash-calc .check input[type='checkbox'] ~ .marker:after {
    width: 6px;
    height: 12px;
    border: 2px solid transparent;
    border-top: transparent;
    border-left: transparent;
    transform: translate(-50%, -50%) rotate(45deg);
    margin-top: -3px;
    margin-left: 0px;
}

.cash-calc .check input[type='checkbox']:checked ~ .marker:after {
    border-color: #001689;
}

.cash-calc .check:not(:last-child) {
    margin-right: 10px;
}

.cash-calc .check .check_label {
    line-height: 24px;
}

.cash-calc .calc-label {
    margin-bottom: 16px;
}

.calculator__checkbox {
    margin-bottom: 48px;
}

.calculator__checkbox-item + .calculator__checkbox-item {
    margin-top: 16px;
}

.calculator__slider-item + .calculator__slider-item {
    margin-top: 40px;
}

.calculator__result-line {
    margin-bottom: 40px;
}

.calculator__result-label {
    margin-bottom: 16px;
}

.calculator__result-sum {
    font-size: 24px;
    font-family: 'PragmaticaBold';
    line-height: 1;
    color: #001689;
}

.calculator__result-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 32px 60px;
}

.calculator__result-btn .promo-request-button {
    width: 100%;
}

.cash-calc .calculator__note {
    font-size: 14px;
    color: #898c8f;
    margin-top: 64px;
    max-width: 460px;
}

.cash-calc [data-id="guaranteedRate"] {
    display: none;
}

/* END NEW CASH CALCULATOR */
/* CORPCREDIT */
.corpcredit-1:before {
    width: 715px;
    height: 583px;
    background: url(../landings/images/pin-elements/pin-v37.png) no-repeat;
    bottom: 0;
    right: -310px;
    z-index: 2;
}

.corpcredit-1 .desktop-bg .red-line {
    width: 1210px;
}

.corpcredit-1 .desktop-bg .blue-line {
    width: 600px;
}

.corpcredit-1 .promo-request-box {
    margin-top: -60px;
    padding-top: 90px;
    width: 707px;
}

.corpcredit-1 .promo-request-box img {
    max-width: 100%;
}

.corpcredit-1 .promo-request-box .table-block.__button {
    margin-top: 12px;
}

.promo-item .extra-text {
    position: relative;
    font: 50px 'PragmaticaExtraBold';
    color: #001689;
    margin-bottom: 10px;
}

.promo-item .extra-text sup {
    font-size: inherit;
    vertical-align: top;
}

.promo-item .extra-large-text {
    font: 2.6em/1 'PragmaticaExtraBold';
    color: #001689;
    margin-bottom: 15px;
}

.promo-item .promo-request-box_title {
    font: 24px 'PragmaticaMedium';
    color: #333;
}

.promo-item .promo-request-box_title.__margin-bottom {
    margin-bottom: 30px;
}

.promo-item .promo-request-box .extra-large-text sup {
    font-size: 0.538em;
}

.corpcredit-2:before {
    width: 430px;
    height: 501px;
    background: url(../landings/images/pin-elements/pin-v47.png) no-repeat;
    top: 250px;
    right: -120px;
}

.corpcredit-3:after {
    background: url(../landings/images/background-images/bg-19.jpg) no-repeat;
}

.corpcredit-3:before {
    width: 213px;
    height: 207px;
    background: url(../landings/images/corpcredit/corpcredit-4-ball.png) no-repeat;
    left: -240px;
    bottom: -77px;
}

.corpcredit-3 .table-cell {
    width: 30%;
}

.corpcredit-3 .table-cell:first-child {
    width: 39%;
}

.credit-sheme .credit-sheme_item {
    display: inline-block;
}

.credit-sheme .credit-sheme_item * {
    text-align: left;
}

.credit-sheme_graph {
    position: relative;
    display: block;
    height: 60px;
    margin: 40px 40px 0;
}

.credit-sheme_graph:before, .credit-sheme_graph:after {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    bottom: 0;
}

.credit-sheme_graph:before {
    left: 0;
    background: #001689;
    background: -webkit-gradient(linear, left top, right top, from(#001689), to(#001BAC));
    background: linear-gradient(to right, #001689, #001BAC);
}

.credit-sheme_graph:after {
    right: 0;
    background: #cc003d;
    background: -webkit-gradient(linear, left top, right top, from(#cc003d), to(#DC0042));
    background: linear-gradient(to right, #cc003d, #DC0042);
    border-left: 2px solid #fff;
}

.credit-sheme .large-text {
    font: 60px 'PragmaticaMedium';
}

.presentation {
    padding: 40px;
    background: #f9f9f9;
}

.presentation .custom-scrollbar {
    max-height: 238px;
}

.presentation input {
    line-height: 1;
}

.presentation .form-field textarea {
    min-height: 90px;
    font-size: 20px;
}

.presentation button {
    margin-top: 36px;
}

.presentation .validation-message {
    display: block;
    margin-top: 8px;
    color: #cc003d;
}

.presentation .input-validation-error {
    border: 1px solid #cc003d;
}

/* products list */
.products-list {
    margin-bottom: -90px;
}

.products-list_card {
    position: relative;
    padding: 90px 220px 90px 0;
}

.products-list_card:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -140px;
    margin: auto;
}

.products-list_card h2 {
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 20px;
}

.promo-item .products-list_card ul.common {
    margin-bottom: 0;
}

.products-list_card ul:first-child {
    width: 290px;
}

.products-list_card ul:last-child {
    width: 330px;
    margin-left: 100px;
}

.products-list_card .table-block.__button .promo-button-container {
    margin-right: 100px;
}

/* pervy-pochtovy */
.pervy-pochtovy-1:after {
    background: url(../landings/images/banner-images/banner-cashcredit.jpg) no-repeat;
}

.pervy-pochtovy-1 .promo-request-box {
    width: 539px;
    padding-bottom: 15px;
}

.pervy-pochtovy-1 .promo-request-box img {
    float: right;
}

.pervy-pochtovy-1 .promo-request-box .common li+li {
    margin-top: 12px;
}

.pervy-pochtovy-2 .promo-item_media {
    position: absolute;
    right: 0;
    top: 120px;
}

.pervy-pochtovy-2:before {
    width: 430px;
    height: 346px;
    background: url(../landings/images/pin-elements/pin-v46.png) no-repeat;
    bottom: -60px;
    right: -88px;
}

.promo-counter-credit {
    margin: 0 -20px;
    text-align: center;
}

.promo-counter-credit .mobile-line {
    display: inline-block;
}

.pervy-pochtovy-3 .table-desktop .table-cell {
    width: 30%;
}

.pervy-pochtovy-3 .table-desktop .table-cell:first-child {
    width: 39%;
}

.pervy-pochtovy-3:after {
    background: url(../landings/images/background-images/bg-17.jpg) no-repeat;
}

.pervy-pochtovy-4 .promo-button-container {
    margin-top: 24px;
}

.pervy-pochtovy-5:after {
    background: url(../landings/images/background-images/bg-7.jpg) no-repeat;
}

.pervy-pochtovy-6:after {
    background: url(../landings/images/background-images/bg-18.jpg) no-repeat;
    background-size: cover;
}

.pervy-pochtovy-7 .pin-v39:after {
    position: absolute;
    right: 0;
    top: -255px;
}

.pervy-pochtovy-7 .__float-list {
    margin: 0 -40px;
}

.pervy-pochtovy-7 .common {
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
}

.pin-ryazan.pin-v102:after {
    position: absolute;
    bottom: 150px;
    right: 0;
    z-index: 2;
}

/* LANDING POCHTABANK HOW TO PAY THE CREDIT */
.promo-item .pay-tile {
    margin-top: 80px;
}

.promo-item .pay-tile .cols {
    white-space: normal;
}

.promo-item .pay-tile .common {
    margin-bottom: 24px;
}

.pay-tile .landing-documents-head {
    position: relative;
    overflow: hidden;
}

.pay-tile .landing-documents-head:after {
    content: '';
    display: block;
    position: absolute;
}

.pay-tile .descr {
    margin-top: 30px;
}

.pay-tile .descr p:last-child {
    margin-bottom: 0;
}

.tile-onlain-pay:after {
    width: 327px;
    height: 423px;
    background: url(../landings/images/how-to-pay-the-credit/pay-online-head-bg.png) no-repeat;
    top: -100px;
    right: 30px;
}

.tile-no-comission:after {
    right: 20px;
    bottom: -160px;
}

.tile-autopay:after {
    width: 317px;
    height: 255px;
    background: url(../landings/images/how-to-pay-the-credit/autopay-head-bg.png) no-repeat;
    bottom: -110px;
    right: 30px;
}

.tile-prepayment:after {
    width: 331px;
    height: 266px;
    background: url(../landings/images/how-to-pay-the-credit/early-redemption-head-bg.png) no-repeat;
    bottom: -110px;
    right: 30px;
}

.payment-terminals .promo-bill-services.__view-block .promo-bill-services_item + * {
    margin-top: 36px;
}

.payment-terminals .icons {
    padding-left: 97px;
}

.payment-terminals .icons:after {
    background: url(../landings/images/icons/payment-terminal.png);
    height: 56px;
    width: 67px;
    top: -13px;
}

.payment-terminals .icon-pay-1:after {
    background-position: 0 0;
}

.payment-terminals .icon-pay-2:after {
    width: 67px;
    background-position: -76px 0;
}

.payment-terminals .icon-pay-3:after {
    width: 67px;
    background-position: -156px 0;
}

.payment-terminals .icon-pay-4:after {
    width: 67px;
    background-position: -230px 0;
}

.payment-terminals .icon-pay-5:after {
    width: 67px;
    background-position: -305px 0;
}

.payment-terminals .icon-pay-6:after {
    width: 67px;
    background-position: -386px 0;
}

.payment-terminals .icon-pay-7:after {
    width: 67px;
    background-position: -462px 0;
}

.payment-terminals .icon-pay-8:after {
    width: 67px;
    background-position: -536px 0;
}

.payment-terminals .icon-pay-9:after {
    width: 67px;
    background-position: -614px 0;
}

.download-document {
    position: absolute;
    right: 0;
    top: 76px;
}

.download-document .note {
    margin-top: 5px;
}

/* LANDING HELP ON ROAD */
.help-on-road-1:after {
    background: url(../landings/images/banner-images/help-on-road-banner.jpg) no-repeat;
}

.help-on-road-1 .promo-request-box {
    width: 571px;
}

.help-on-road-1 .promo-request-box .common {
    margin-top: 0;
}

.help-on-road-2:before {
    width: 435px;
    height: 439px;
    background: url(../landings/images/pin-elements/rat.jpg) no-repeat;
    top: 120px;
    right: -216px;
}

.help-on-road-3:after {
    background: url(../landings/images/background-images/bg-21.jpg) no-repeat;
}

.help-on-road-3 .table-cell > div:not(:last-child) {
    margin-bottom: 30px;
}

.help-on-road-5:after {
    background: #f3f4f5;
}

.help-on-road-5:before {
    width: 525px;
    height: 527px;
    background: url(../landings/images/pin-elements/pin-v51.png) no-repeat;
    top: -100px;
    right: -250px;
}

/* LANDING SOCHI */
.sochi-1:after {
    background: url(../landings/images/banner-images/sochi-1.jpg) no-repeat;
}

.sochi-1 .promo-request-box {
    width: 704px;
}

.sochi-1 .promo-request-box .title-medium {
    line-height: 1;
    margin-bottom: 15px;
}

.sochi-1 .promo-request-box .common {
    margin: 15px 0;
}

.sochi-1 .promo-request-box p:last-child {
    margin-bottom: -10px;
}

.event-table .event-time {
    padding-right: 30px;
    width: 90px;
}

.accreditation {
    width: 700px;
    margin: 48px 0 60px;
    padding: 30px;
    background: #f9f9f9;
}

.sochi-2 .sub-title:only-child {
    margin: 0;
}

.sochi-2.pin-v52:after {
    top: 60px;
    right: -240px;
}

.sochi-2 .gray-block-text {
    padding: 60px 0 60px 90px;
}

.sochi-2 .gray-block-text:after {
    background: rgb(246, 247, 249);
}

.bottom-banner {
    margin: 0 -520px -120px;
}

.bottom-banner img {
    display: block;
}

/* LANDING THANKYOU */
.thankyou h1 {
    font-size: 30px;
    line-height: 1.333;
}

.thankyou .thankyou_content {
    margin-top: 30px;
}

/* LANDING DICTIONARY TERMS */
.promo-item .dictionary-container {
    margin-top: 80px;
}

.dictionary-container .form-case {
    margin-bottom: 20px;
}

.abc-container {
    font-size: 0;
    white-space: nowrap;
    padding: 20px 0;
    margin: 0 -10px;
    border-bottom: 1px solid #dcdcdc;
}

.abc-container a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    font: 20px/1.5 'PragmaticaMedium';
    text-align: center;
    color: #333;
}

.abc-container .active {
    color: #fff;
    background: #cc003d;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.abc-container .disabled {
    cursor: default;
    color: #c3c5c7;
}

.list-definitions, .not-found-result {
    padding-top: 30px;
}

.list-definitions .titles-container {
    min-width: 244px;
    padding-right: 40px
}

.list-definitions .list-definition-item {
    line-height: 21px;
    margin-bottom: 10px;
}

.list-definitions .list-definition-item a {
    text-decoration: none;
    border: 0;
    color: #333;
}

.list-definitions .list-definition-item.active {
    font-weight: bold;
}

.list-definitions .list-definition-value {
    display: none;
}

.list-definitions .list-definition-value.active {
    display: block;
}

.list-definitions h6 {
    color: #333;
}

/* LANDING CREDIT HISTORY */
.credit-history-1 .line-bg.__blue-line {
    padding-left: 360px;
}

.credit-history-1.pin-v59:after {
    right: -100px;
    bottom: -250px;
    z-index: 2;
}

.credit-history-info.pin-v60:after {
    bottom: -250px;
    right: -100px;
}

.credit-history-steps img {
    display: block;
    margin-left: -50px;
}

/* LANDING DEPOSIT */
.deposits-1 .line-bg.__blue-line {
    padding-left: 360px;
}

.deposits-1 .marked-block {
    margin-top: 60px;
    margin-bottom: 60px;
}

.marked-block .table-row:not(:first-child) .table-cell {
    padding-top: 30px;
}

.pochtabank-stock-tiles.__no-mrg-tile {
    margin-top: 0;
}

.insurance-tile {
    margin-top: 60px;
    max-width: 700px;
}

.insurance-tile img {
    display: block;
    margin-right: 40px;
}

.deposits-2:before {
    width: 177px;
    height: 162px;
    background: url(../landings/images/pin-elements/pin-v67.png) no-repeat;
    top: -120px;
    right: -50px;
}

.deposits-1 .pin-v97:after {
    bottom: -217px;
    right: 0;
}

.deposits-1 .pin-v65:after {
    bottom: -166px;
    right: 0;
}

.deposits-1 .pin-v95:after {
    bottom: -100px;
    right: 0;
}

/* LANDING FIN WEEK */
.fin-banner.pin-v68:after {
    top: 260px;
    right: 0;
}

.quote-slider:before {
    width: 1377px;
    height: 1125px;
    background: url(../landings/images/background-images/orel.png);
    opacity: 0.3;
    top: 40px;
    right: -620px;
}

.quote-slider__no-before:before {
    display: none;
}

.quote-slider .slick-dotted.slick-slider {
    margin-bottom: 60px;
}

.promo-slider .table-cell {
    vertical-align: top;
}

.promo-slider .promo-slider_img {
    display: block;
    margin: 8px 60px 0 20px;
    -webkit-box-shadow: -1px 1px 8px 0px rgba(6, 17, 37, 0.9),0px 19px 40px 0px rgba(14, 31, 68, 0.5);
    box-shadow: -1px 1px 8px 0px rgba(6, 17, 37, 0.9),0px 19px 40px 0px rgba(14, 31, 68, 0.5);
}

.promo-slider .promo-slider_text {
    font-family: 'PragmaticaBook';
}

.fin-event .__two-columns {
    margin: 0 -90px;
}

.fin-event .__two-columns .table-block {
    border-spacing: 90px 0;
}

.fin-event .table-row:not(:first-child) .table-cell {
    padding-top: 60px;
}

.fin-event .fin-event_text {
    position: relative;
}

.fin-event .fin-event_text:before {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    background: #cc003d;
    position: absolute;
    top: -15px;
    left: 0;
}

.join:after {
    background: url(../landings/images/landing-fin-competence/joinBG.jpg) no-repeat;
}

.event-form-case .custom-scrollbar {
    max-height: 238px;
}

.event-form-case .table-cell {
    vertical-align: top;
}

.event-form-case .table-cell:last-child {
    padding-left: 44px;
}

.event-form-case .event-form {
    padding: 30px 30px 0;
}

.event-form-case .event-form.__message {
    text-align: center;
    padding-bottom: 30px;
}

.event-form-case .event-card {
    width: 100%;
}

.event-slider-container {
    position: relative;
    background: #fff;
}

.event-slider {
    width: 520px;
}

.event-card.step-2, .event-card.step-3 {
    position: absolute;
    visibility: hidden;
    top: 0;
}

.event-card .event-item {
    display: table;
    width: 100%;
}

.event-card .event-item-row {
    display: table-row;
}

.event-card .event-item-cell {
    display: table-cell;
    padding: 20px 30px;
}

.event-card .event-item-cell:first-child {
    width: 100px;
}

.event-card .event-item-cell:last-child {
    padding-left: 0;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
}

.event-card .event-item-row:first-child .event-item-cell {
    padding-top: 30px;
}

.event-card .event-item-row:nth-child(2) {
    background: #f9f9f9;
}

.event-card .event-item-row:last-child {
    background: #f9f9f9;
    background: linear-gradient(to bottom, #f9f9f9, transparent);
}

.event-card .event-card_footer {
    padding: 30px;
}

.event-card .button-back {
    text-align: center;
    margin-top: 30px;
}

.event-card .promo-button-container a {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.event-card .promo-button-container a.disabled {
    background: #959595;
}

.event-bottom-block:after {
    content: '';
    display: block;
    clear: both;
}

.event-bottom-block .doc-link {
    margin: 20px 0 0;
}

.event-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.event-nav {
    position: relative;
    padding: 0 30px 20px;
    margin-top: -10px;
    width: 100%;
    background: #fff;
    z-index: 10;
}

.event-nav .slick-arrow {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 0;
    background: #c7cce3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #c7cce3 url(../landings/images/icons/arrow-white.png) left 13px center no-repeat;
    vertical-align: middle;
    cursor: pointer;
}

.event-nav .slick-disabled {
    opacity: 0.5;
}

.event-nav .slick-arrow.slider-prev {
    transform: rotate(180deg);
}

.event-nav .event-dots {
    display: inline-block;
    padding: 0 15px;
    left: 44px;
}

.event-nav .event-dots:empty {
    display: none;
}

.event-nav .slick-dots {
    position: relative;
    bottom: 0;
}

.event-nav .slick-dots li {
    padding: 0;
    margin: 0 10px 0 0;
    background: none;
    width: auto;
    height: auto;
    line-height: 30px;
}

.event-nav .slick-dots li:last-child {
    margin-right: 0;
}

.event-nav .slick-dots li button {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #7c87c1;
    vertical-align: middle;
    line-height: 12px;
    padding: 0;
}

.event-nav .slick-dots li button:before {
    display: none;
}

.event-nav .slick-dots li.slick-active button {
    background: #001689;
    width: 6px;
    height: 6px;
}

/* slider */
.promo-item.fin-slider {
    padding: 85px;
    margin-left: -40px;
    margin-right: -40px;
}

.fin-slider .slider-content {
    width: 940px;
    margin: 0 auto;
}

.fin-slider .slick-slide {
    padding: 40px 0;
}

.slider .slider-message, .slider .images-block {
    float: left;
    width: 470px;
}

.slider .slider-message {
    width: 410px;
    margin-right: 60px;
}

.slider .slider-message.__last-slide {
    margin-right: 0;
    margin-left: 60px;
}

.count-note.__message {
    font-size: 50px;
    top: auto;
}

.count-note.__message:last-child {
    left: 90px;
    top: 57px;
}

.text-message {
    position: relative;
    font: 95px 'PragmaticaExtraBold';
}

.text-message span {
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
}

.text-message span:first-child {
    color: #001689;
    top: -11px;
}

.text-message span:last-child {
    color: #cc003d;
    top: 75px;
}

.text-message span.round {
    width: 26px;
    height: 26px;
    background: #001689;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-left: 40px;
    top: 41px;
}

.slider .images-block {
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0 0 3px 0 rgba(51, 51, 51, .10), 0px 0px 40px 0px rgba(51, 51, 51, .15);
}

.slider .images-block:hover {
    cursor: pointer;
}

.slider .images-block img {
    max-width: 100%;
}

.slider .images-block-link * {
    vertical-align: middle;
    margin-right: 20px;
}

.slider .images-block-link {
    margin-top: 40px;
    text-align: center;
}

.social-link a {
    font-size: 0;
    border: 0;
    margin-right: 20px;
}

.social-link a, .social-link a .social-icon {
    display: inline-block;
}

.social-link a .social-icon {
    width: 40px;
    height: 40px;
    background-position: 0 0;
    margin: 0;
}

.social-link a .icon-vk {
    background: url(../landings/images/icons/vk1.png) no-repeat;
}

.social-link a .icon-fb {
    background: url(../landings/images/icons/facebook1.png) no-repeat;
}

.social-link a .icon-tw {
    background: url(../landings/images/icons/twi1.png) no-repeat;
}

.social-link a:hover .social-icon {
    background-position: 0 100%;
}

/* slider-nav */
.slider-nav-quote button, .slider-nav button {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #c7cce3 url(../landings/images/icons/arrow-white.png) left 13px center no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.slider-nav-quote button {
    background: rgba(255, 255, 255, 0.2) url(../landings/images/icons/arrow-white.png) left 13px center no-repeat;
}

.slider-nav-quote button.slick-disabled, .slider-nav button.slick-disabled {
    opacity: 0.5;
    cursor: default;
}

.slider-nav-quote button.slider-prev, .slider-nav button.slider-prev {
    left: -25px;
}

.slider-nav button.slider-prev {
    transform: translateY(-50%) rotate(-180deg);
}

.slider-nav-quote button.slider-next, .slider-nav button.slider-next {
    right: -25px;
}

/* slider dots*/
.slider ul li {
    background: none;
    padding: 0;
}

.slider .slick-dots li button:before {
    font-size: 30px;
    color: #fff;
}

.slider .slick-dots li.slick-active button:before {
    font-size: 36px;
    color: #fff;
    opacity: 1;
}

.event-count h2 {
    text-transform: none;
}

.event-count .table-cell * {
    line-height: 1;
}

.event-count .count-container {
    position: relative;
    padding: 60px 0;
}

.event-count .count-note {
    font-family: 'PragmaticaBold';
    font-size: 70px;
    color: #b9bbc4;
    display: block;
    position: absolute;
    z-index: -1;
    left: -2px;
}

.event-count .count-note:first-child {
    top: 36px;
}

.event-count .count-note:last-child {
    top: 220px;
    z-index: 2;
}

.event-count .count-note.__upper-note {
    padding-left: 63px;
}

.event-count .count-number {
    font-family: 'PragmaticaExtraBold';
    font-size: 230px;
    color: #001689;
    display: block;
    position: relative;
    left: -11px;
}

.event-count .count-number.__red {
    color: #cc003d;
}

.fin-test-preview {
    position: absolute;
    right: 0;
    bottom: -120px;
    height: 412px;
}

.fin-test-preview .i-pin-v108 {
    margin-right: 60px;
}

.fin-test-case {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transform: translateX(50%);
    transition: 0.3s ease-in-out;
}

.fin-test-case.active {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.fin-test-case h5 + p {
    font-weight: bold;
}

.fin-test-results {
    position: relative;
}

/* Finweek popup */
.fin-slider-popup {
    padding: 30px 0 0;
}

.popup-container__finweek {
    background: #fff;
}

.images-block-link {
    margin: 30px;
}

.popup-container__finweek .slider {
    width: 680px;
    height: 90%;
    background: #fff;
}

.popup-container__finweek img {
    margin: auto;
}

.popup-container__finweek .slider-nav-popup button {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    cursor: pointer;
}

.popup-container__finweek .slider-nav-popup .slick-arrow:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6) url(../landings/images/icons/grey-arrow.png) center center no-repeat;
}

.popup-container__finweek .slider-nav-popup button.slider-prev:after {
    transform: rotate(180deg);
}

.popup-container__finweek .slider-nav-popup button.slick-disabled {
    opacity: 0.5;
    cursor: default;
}

.popup-container__finweek .slider-nav-popup button.slider-prev {
    left: -70px;
}

.popup-container__finweek .slider-nav-popup button.slider-next {
    right: -70px;
}

.fin-slider-popup .box-modal_close {
    font-size: 0;
    width: 17px;
    height: 17px;
    background: url(../landings/images/icons/close-icon.png) no-repeat;
    position: absolute;
    top: 0;
    right: -50px;
}

/* FINWEEK */
.fin-banner .media-box {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 40px;
}

.fin-banner .media-box img[src$="logo.svg"] {
    width: 191px;
}

.fin-banner .media-box_item {
    margin-bottom: 60px;
}

.banner-text {
    position: relative;
}

ul.legend-list li {
    position: relative;
    padding-left: 35px;
}

ul.legend-list li + li {
    margin-top: 40px;
}

ul.legend-list li:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ededed;
    position: absolute;
    left: 0;
    top: 0.5em;
}

ul.legend-list .__green-mark:before {
    background: #70b392;
}

ul.legend-list .__yellow-mark:before {
    background: #eeba56;
}

ul.legend-list .__red-mark:before {
    background: #d63743;
}

ul.legend-list .title-medium {
    margin-bottom: 0;
}

.fin-diagram {
    margin-bottom: -23px;
    max-width: 100%;
}

.fin-logo {
    width: 220px;
}

.fin-slider .slider-nav button.slider-prev {
    transform: rotate(180deg);
}

.promo-item.fin-slider__responsive {
    padding: 90px 0;
}

.fin-slider__responsive .slider-message, .fin-slider__responsive .images-block {
    width: auto;
    margin: 30px;
    padding: 40px 20px;
}

/* LANDING DALNEVOSTOCHNYY GEKTAR */
.gektar-1:after {
    background: url(../landings/images/banner-images/banner-gektar.jpg) no-repeat;
}

.gektar-1 .promo-request-box {
    width: 775px;
}

.gektar-1 .common li:last-child {
    margin-bottom: 0;
}

.gektar-1 .promo-request-box .table-cell:first-child {
    padding-right: 30px;
}

.gektar-1 .promo-request-box .table-cell:not(:first-child) {
    padding-left: 30px;
}

.border-right {
    border-right: 1px solid #b3b3b3;
}

.border-left {
    border-left: 1px solid #b3b3b3;
}

.border-bottom {
    border-bottom: 1px solid #b3b3b3;
}

.promo-text {
    margin-top: 36px;
}

.bg-23:after {
    background: url(../landings/images/background-images/bg-23.jpg) no-repeat;
}

.bg-25:after {
    background: url(../landings/images/background-images/bg-25.jpg) no-repeat;
}

.bg-24:after {
    background: url(../landings/images/background-images/bg-24.jpg) no-repeat;
}

.bg-gray:after {
    background: #f9f9f9;
}

.bg-gray_padd-30:after {
    top: 30px;
    bottom: 30px;
    height: auto;
}

.required-doc.before-pin-v75:before {
    position: absolute;
    bottom: -130px;
    right: 0;
}

.repayment.before-pin-v76:before {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.table-block__info-cards .table-row:not(:first-child) .table-cell {
    padding-top: 30px;
}

.info-card .info-card_icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.info-card .info-card_title {
    font: 22px/1.2 'PragmaticaMedium';
    margin-bottom: 25px;
    color: #333;
}

.info-card .info-card_price {
    font: 32px/1 'PragmaticaMedium';
    color: #001689;
    margin-bottom: 10px;
}

.pin-v77-1.pin-v77-1__dv:after {
    position: absolute;
    bottom: 80px;
    right: -143px;
}

/* LANDINGS SALARY PROJECT */
.salary-project-banner .promo-request-box {
    width: 730px;
}

.pin-v123__salary:after {
    position: absolute;
    right: 0;
    bottom: -60px;
}

.salary-project-banner .extra-text {
    font-size: 110px;
    line-height: 0.7;
    margin-bottom: 50px;
}

.salary-project-banner .extra-text_note {
    font-size: 0.545em;
    position: absolute;
    left: 55px;
    bottom: 0;
}

.salary-safeness_content {
    max-width: 400px;
    width: 100%;
}

.salary-safeness img {
    max-width: 200px;
    position: absolute;
}

.salary-safeness .logo-vtb {
    top: -30px;
}

.salary-safeness .i-pin-v83 {
    bottom: -30px;
}

.salary-safeness .i-vklady {
    right: 0;
    top: 0;
}

.salary-project-form {
    position: relative;
    padding-bottom: 120px;
}

.salary-project-form:before, .salary-project-form:after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 44px;
}

.salary-project-form:before {
    background: #001689;
    right: 76px;
}

.salary-project-form:after {
    background: #cc003d;
    right: 40px;
}

.count-container-wrap .count-container {
    display: inline-block;
    padding-top: 24px;
}

.count-container .count-container_num .extra-text, .count-container .count-box_val {
    font-size: 72px;
    line-height: 1;
    padding: 12px 0 6px;
}

.count-container .count-box {
    text-align: left;
    display: inline-block;
    margin: 0 60px 48px 0;
}

.count-container .count-box:last-child {
    margin-right: 0;
}

/* CALLBACK */
.form-callback .table-row:not(:first-child) .table-cell {
    padding-top: 24px;
}

.form-callback.__faq textarea {
    display: block;
    min-height: 255px;
}

.num-steps {
    margin-top: 30px;
}

.step_line {
    min-height: 40px;
}

.step_line:not(:last-child) {
    margin-bottom: 30px;
}

.step_num {
    font-family: "SF-Compact-Display-Thin";
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #001689;
    border: 1px solid #001689;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    float: left;
}

.step_num .asterisk {
    font-size: 30px;
}

.step_num .asterisk.__center {
    line-height: 1.6;
}

.step_text {
    margin-left: 70px;
    padding-top: 8px;
}

.callback-info {
    position: relative;
}

.callback-info.pin-v85:after {
    position: absolute;
    top: 90px;
    right: 0;
}

.pin-headset:after {
    content: '';
    display: block;
    width: 177px;
    height: 213px;
    background: url(../landings/images/pin-elements/headset.png) no-repeat;
    position: absolute;
    bottom: 0;
    right: 30px;
}

.pin-feedback:after {
    content: '';
    display: block;
    width: 304px;
    height: 166px;
    position: absolute;
    right: 40px;
    bottom: 0;
    background: url(../landings/images/pin-elements/feedback.png) no-repeat;
}

.callback-info.__two-columns {
    margin: 0 -20px;
}

.callback-info .table-block {
    border-spacing: 20px 0;
}

.callback-info_item {
    position: relative;
    padding: 30px;
    background: #f9f9f9;
    -webkit-transition: -webkit-box-shadow 0.5s ease-in-out;
    transition: -webkit-box-shadow 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
}

.callback-info_item:hover {
    -webkit-box-shadow: 0 0 3px 0 rgba(51, 51, 51, .10), 0px 0px 40px 0px rgba(51, 51, 51, .15);
    box-shadow: 0 0 3px 0 rgba(51, 51, 51, .10), 0px 0px 40px 0px rgba(51, 51, 51, .15);
}

.callback-info .pin-v0:after {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 20px 0 0;
}

.captcha-case .check-list {
    margin-bottom: 12px;
    width: 100%;
}

/* LANDING PYATEROCHKA */
.pyaterochka-cap:after {
    background: url(../landings/images/banner-images/banner-pyaterochka-dark.jpg) no-repeat;
}

.pyaterochka-1 .promo-request-box {
    width: 554px;
}

.pyaterochka-cap .promo-request-box {
    width: 838px;
}

.pyaterochka-cap .promo-request-box .table-block {
    margin-bottom: 30px;
}

.promo-item ul.__min-mrg li + li {
    margin-top: 15px;
}

.pyaterochka-2 .title-section {
    margin-bottom: 30px;
}

.title-section.__with-card img {
    display: block;
    float: left;
    margin-right: 30px;
}

.title-section_title {
    padding-left: 420px;
}

.pyaterochka-2 h2 {
    margin-bottom: 20px;
}

.pyaterochka-2 .extra-text {
    font-size: 80px;
    color: #333;
    margin-bottom: 0;
}

.pyaterochka-2 .additional-title .elements-container_item {
    vertical-align: middle;
}

.pyaterochka-2 .additional-info {
    margin-left: 80px;
    margin-top: -15px;
}

.pyaterochka-2 .additional-info .table-cell:first-child .common {
    margin-right: 40px;
}

.promo-item .info-cards {
    margin-left: -20px;
    margin-right: -20px;
}

.promo-item .info-cards .table-block {
    border-spacing: 20px 0;
}

.promo-item .info-cards .table-cell {
    vertical-align: top;
    background: #ccd0e7;
    overflow: hidden;
}

.promo-item .info-cards .table-cell .info-card:before {
    content: '';
    display: block;
    width: 100%;
    height: 1000px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 60px;
}

.promo-item .info-card_box {
    position: relative;
    padding: 20px 10px 0px 80px;
    z-index: 1;
}

.promo-item .info-card_box:last-child {
    padding-bottom: 20px;
}

.promo-item .info-card_box.icons {
    padding-left: 80px;
}

.promo-item .info-card .info-card_box * {
    color: #333;
}

.promo-item .info-card .icons:after {
    top: 20px;
    left: 10px;
}

.promo-item .info-card h6 {
    font-family: 'PragmaticaBook';
    line-height: 1.375;
    margin-bottom: 10px;
}

.info-card .info-card_box .info-card_box_descr {
    margin-top: 0px;
    color: #000;
    opacity: 0.7;
}

.info-card .info-card_box_num {
    font-family: 'PragmaticaMedium';
    font-size: 20px;
    line-height: 1;
    vertical-align: baseline;
}

.info-card .info-card_box_num>span {
    font-size: 36px;
    line-height: inherit;
}

.info-card .info-card_box .note>span {
    padding-left: 8px;
}

.__note-info-card {
    text-align: center;
    padding-left: 10px;
}

.promo-item .info-cards .info-cards_inner {
    background: #f7f8fb;
    font-size: 0;
}

.promo-item .info-cards .info-cards_inner .info-card {
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
}

.promo-item .info-cards.__tile {
    margin: 30px 0 60px;
}

.promo-item .info-cards.__tile .table-block {
    border-spacing: 0;
}

.promo-item .info-cards.__ligth-gray .table-cell {
    background: #f7f8fb;
}

.promo-item .info-cards.__tile .table-cell {
    width: 33.33%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.promo-item .info-cards .info-card.__before-none:before {
    display: none;
}

.promo-item .info-cards.__tile .info-card_box {
    padding-left: 40px;
}

.promo-item .info-cards.__tile h6 {
    font-family: 'Arial';
    font-weight: bold;
    margin-bottom: 0;
}

.promo-item .info-cards .info-card_box_num.__small {
    font-size: 16px;
}

.promo-item h6 .extra-text {
    font-size: 2.25em;
}

.promo-item .info-cards.__two-columns {
    margin: -30px -20px;
}

.promo-item .info-cards.__two-columns .table-block {
    border-spacing: 20px 30px;
}

.promo-item .info-cards.__two-columns .table-cell {
    vertical-align: middle;
    overflow: visible;
}

.promo-item .info-card_box.__with-images {
    padding: 30px 30px 30px 190px;
}

.promo-item .info-card_box.__with-images:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.promo-item .info-card_box.before-pin-v88:before, .promo-item .info-card_box.before-pin-v90:before {
    left: -10px;
}

.promo-item .info-card_box.before-pin-v89:before {
    left: 30px;
}

.i-pin-v81 {
    margin-right: 40px;
}

.__mobile-app-pyaterochka:before {
    width: 876px;
    height: 626px;
    top: auto;
    bottom: 0;
    right: -360px;
    background: url(../landings/images/pin-elements/pin-v92.png) no-repeat;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
}

.stamp-seasonal {
    display: block;
    margin-top: -40px;
}

/*task 102326*/
.__contrast .question {
    color: #fff;
    border-color: #fff;
}

.__contrast .question-content {
    color: #333;
}

/* SAMSUNG PAY */
.samsung-pay .promo-request-box {
    width: 462px;
}

.bottom-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.i-pin-v103 {
    position: absolute;
    top: 50%;
    right: -130px;
    transform: translateY(-50%);
}

.i-pin-v111 {
    right: 54px;
    bottom: -210px;
}

.i-pin-v112 {
    right: 18px;
    bottom: -100px;
}

.i-pin-v113 {
    bottom: -100px;
}

/* ANDROID PAY */
.android-pay .promo-request-box {
    width: 460px;
}

.android-pay .promo-request-box .i-pin-v116 {
    position: absolute;
    right: 30px;
    bottom: 12px;
}

.android-pay-2 h2, .apple-pay-2 h2 {
    margin-left: 240px;
}

.android-pay-2 .content-section, .apple-pay-2 .content-section {
    padding-left: 240px;
    padding-right: 120px;
}

.android-pay-2 .i-pin-v117 {
    position: absolute;
    top: -35px;
    left: -320px;
    transform: translateX(50%);
}

.android-pay-2 * + h5, .apple-pay-2 * + h5 {
    margin-top: 24px;
}

/* APPLE PAY */
.apple-pay .promo-request-box {
    width: 494px;
}

.apple-pay-2 .i-pin-v133 {
    position: absolute;
    top: -35px;
    left: -255px;
    transform: translateX(50%);
}

.image-block .i-pin-v134 {
    margin-right: -132px;
}

/* LANDING VIRTUAL CARD 2.0 */
.img_virtual-card {
    float: left;
    margin-top: 60px;
    width: calc(100% - 430px);
}

.img_virtual-card img {
    max-width: 100%;
}

.__online-card .form-case {
    float: left;
    max-width: 390px;
    width: 100%;
    margin-top: 40px;
    margin-right: 40px;
}

.circle {
    display: inline-block;
    width: 140px;
    height: 140px;
    border: 4px solid #001689;
    border-radius: 50%;
    position: relative;
    margin-bottom: 40px;
}

.circle svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.table-block__online-card .title-medium {
    margin-bottom: 5px;
}

.bg-27:after {
    background: url(../landings/images/background-images/bg-27.jpg) no-repeat;
    background-size: cover;
}

.ishopper-case.before-pin-v120:before {
    position: absolute;
    top: 280px;
    right: -330px;
}

/* CITYCARD */
.citycard-banner .promo-request-box {
    width: 640px;
}

.citycard-2:before {
    width: 318px;
    height: 402px;
    background: url(../landings/images/pin-elements/pin-v14.png) no-repeat;
    right: -77px;
    top: 115px;
}

.citycard-3:after {
    background: url(../landings/images/background-images/bg-11.png) no-repeat;
    background-size: cover;
}

/* WESTERN UNION */
.country-cards {
    margin: -20px;
}

.country-cards:after {
    content: '';
    display: block;
    clear: both;
}

.country-card {
    position: relative;
    float: left;
    height: 300px;
    width: calc(50% - 40px);
    border: 1px solid #b3b3b3;
    margin: 20px;
}

.country-card_flag {
    position: absolute;
    top: 22px;
    left: 15px;
    width: 64px;
}

.country-card_flag img {
    max-width: 100%;
}

.country-card_descr {
    padding: 20px 15px;
    padding-left: 100px;
}

.country-card_title .title-medium {
    margin-bottom: 10px;
}

.country-card_text p {
    font-size: 14px;
    margin-bottom: 4px;
}

.country-card_note {
    padding: 20px 20px 20px 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.6;
}

.country-card_note p {
    margin-bottom: 0;
}

/* LANDING GOSUSLUGI */
.gosuslugi-banner .promo-request-box {
    width: 507px;
}

/* LANDING POCHTABANK ONLAIN */
.pochtabank-online-banner .promo-request-box {
    width: 534px;
}

/* LANDING GOSUCHASTIE */
.banner-gosuchastie .banner-content {
    position: relative;
}

.banner-gosuchastie .media-box {
    position: absolute;
    top: 0;
    right: 0;
}

.quote-slider__gosuchastie:before {
    background: url(../landings/images/pin-elements/pin-v124.png)
}

.quote-slider__gosuchastie .promo-slider_text {
    font-family: 'PragmaticaMedium';
}

.quote-slider__gosuchastie .slider-dots {
    width: 100px;
    margin: 0 35px;
    height: 35px;
}

.quote-slider__gosuchastie .slider-dots .slick-dots {
    bottom: -6px;
}

.quote-slider__gosuchastie .slider-nav {
    position: relative;
    width: 170px;
}

.quote-slider__gosuchastie .slider-nav .slider-prev-btn, .quote-slider__gosuchastie .slider-nav .slider-next-btn {
    top: auto;
    bottom: 0;
    transform: translateY(0);
    background-color: rgba(249, 249, 249, 0.2);
}

.quote-slider__gosuchastie .slider-nav .slider-prev-btn {
    left: 0;
    transform: translateY(0) rotate(180deg);
}

.quote-slider__gosuchastie .slider-nav .slider-next-btn {
    right: 0;
}

.event-count__gosuchastie .count-container {
    display: inline-block;
    vertical-align: top;
    margin-right: 60px;
    margin-bottom: -60px;
}

.event-count__gosuchastie .count-container:last-child {
    margin-right: 0;
}

.event-count__gosuchastie .count-container * {
    position: relative;
    line-height: 1;
}

.event-count__gosuchastie .count-number {
    font-size: 120px;
    margin-top: -0.22em;
}

.event-count__gosuchastie .count-note {
    font-size: 48px;
}

.event-count__gosuchastie .count-note:first-child, .event-count__gosuchastie .count-note:last-child {
    top: auto;
}

.event-count__gosuchastie .count-note:last-child {
    margin-top: -0.9em;
}

.event-count__gosuchastie .count-note.__upper-note {
    padding-left: 90px;
}

.image-gallery {
    position: relative;
}

.image-gallery .image {
    border: 10px solid #fff;
    background: #fff;
}

.image-gallery img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.image-gallery .img_note {
    font-size: 16px;
    color: #333;
    padding: 10px 0 20px;
}

.image-gallery .img_note span {
    color: inherit;
}

.image-gallery .slider-nav button {
    background-color: transparent;
    border: 1px solid #fff;
}

.image-gallery .slider-nav .slider-next {
    right: -60px;
}

.image-gallery .slider-nav .slider-prev {
    left: -60px;
}

/* LANDING RKO */
.rko-banner .promo-request-box {
    width: 483px;
}

.rko-calc.before-pin-v128:before {
    top: 120px;
    left: 67%;
}

.rko-calc .range-check {
    margin-top: 24px;
}

.rko-calc .promo-request-button.disabled {
    pointer-events: none;
    background: #b8bac3;
}

.rko-tariffs {
    border-spacing: 20px 0;
    width: 100%;
    text-align: center;
    margin-left: -20px;
}

.rko-tariffs .rko-card {
    position: relative;
    padding: 30px 20px;
    vertical-align: top;
    border: 1px solid #ced5d9;
}

.rko-card.active {
    border-color: #cc003d;
}

.rko-card.active:before {
    content: 'Рекомендуем';
    display: block;
    padding: 0 20px;
    background: #fff;
    line-height: 1;
    color: #cc003d;
    position: absolute;
    top: -0.5em;
    left: 50%;
    transform: translateX(-50%);
}

.rko-card.active a.rko-card_btn {
    background: #001689;
    color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 22, 137, 0.4);
}

.rko-card a.rko-card_btn {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    padding: 0 42px;
    border-radius: 2px;
    border: 2px solid #001689;
    color: #001689;
    white-space: nowrap;
}

.rko-card_head {
    color: #001689;
    padding-bottom: 24px;
}

.rko-card_head .rko-card_head-title {
    font-family: 'PragmaticaMedium';
    font-size: 20px;
    margin-bottom: 5px;
}

.rko-card_head-price {
    font-size: 32px;
    font-weight: bold;
    white-space: nowrap;
}

.rko-card_head-price > span {
    font-size: 24px;
}

.rko-card_body, .rko-card_body-bottom {
    padding: 24px 0;
    border-top: 1px solid #ced5d9;
}

.rko-card_body {
    padding-bottom: 40px;
}

.rko-card_body-bottom {
    font-weight: bold;
    margin-top: 24px;
}

.rko-card_body-btn {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}

.rko-card_body .note {
    font-size: 16px;
    color: #898c8f;
    margin-top: 5px;
}

/* LANDING ECOCARD */
.ecocard-banner .promo-request-box {
    width: 883px;
}

img.ecocard {
    margin-top: -50px;
    margin-right: -190px;
}

.ecocard-calc {
    padding-bottom: 0;
}

.ecocard-calc:after {
    background: url(../landings/images/background-images/bg-28.jpg);
    background-size: cover;
}

.ecocard-calc_descr, .calculator-container.__ecocard {
    width: calc(100% - 300px);
}

.ecocard-calc_img {
    position: absolute;
    top: 0;
    right: 0;
}

.ecocard-counter {
    margin-top: 120px;
    padding: 30px 0;
    font: 20px 'PragmaticaMedium';
    text-align: center;
}

.ecocard-counter:after {
    background: rgba(0, 0, 0, 0.49);
}

.ecocard-counter_item {
    display: inline-block;
    vertical-align: middle;
}

.ecocard-counter_item.__value {
    font-size: 40px;
    margin: 0 35px;
}

.__ecocard {
    margin-top: 60px;
}

.__ecocard .col-50p {
    vertical-align: bottom;
}

.__ecocard .col-50p:first-child {
    width: 45%;
}

.__ecocard .col-50p:last-child {
    width: 55%;
}

.__ecocard .range-container {
    margin: 0;
}

.__ecocard .range-values_value {
    border: 1px solid #FFF;
    border-bottom: 2px solid #038f24;
    background: rgba(255,255,255,0.15);
    color: #fff;
}

.__ecocard .summ-slider.noUi-target > .noUi-base {
    background: #038f24;
}

.__ecocard .equal, .__ecocard .calc-result {
    display: inline-block;
}

.__ecocard .equal {
    margin: 0 20px;
}

.__ecocard .equal, .__ecocard .calc-result_text {
    font: 40px 'PragmaticaMedium';
}

.__ecocard .calc-result_text {
    white-space: nowrap;
}

ul li.icon-box {
    position: relative;
    padding-left: 60px;
}

.icon-box_img {
    position: absolute;
    top: -0.15em;
    left: 0;
}

.before-pin-v131:before {
    position: absolute;
    top: -778px;
    right: -520px;
}

.before-pin-v132:before {
    position: absolute;
    right: 0;
    bottom: 0;
}

.mailru-banner .promo-request-box {
    max-width: 531px;
}

.acquiring-banner .promo-request-box {
    width: 475px;
}

/* CALC 13-PENSION */
.calc {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 72px;
}

.calc__data {
    flex-basis: calc(100% - 480px);
    margin-right: 128px;
}

.calc__result {
    flex-basis: 352px;
}

.calc__data-name {
    font: 24px/1.33 'PragmaticaBold';
    margin: 40px 0 88px;
}

.calc-result {
    width: 100%;
    padding: 48px 32px 32px 40px;
    box-shadow: 0 10px 40px 4px rgba(7, 19, 83, 0.1);
    background-color: #ffffff;
    background-image: url(../landings/images/background-images/bg-30.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.calc-result__name {
    font: 20px 'PragmaticaMedium';
    text-transform: uppercase;
    margin-bottom: 24px;
}

.calc-result__sum {
    color: #001689;
    font: 68px/1 'PragmaticaMedium';
    margin-bottom: 52px;
}

.calc-result__note {
    opacity: 0.65;
    line-height: 1.19;
}

/* slider */
.slider-pink#slider {
    padding-top: 62px;
}

.slider-pink.noUi-target {
    border: 0;
    box-shadow: none;
}

.slider-pink .noUi-base {
    height: 2px;
}

.slider-pink .noUi-connect, .slider-pink .noUi-origin {
    height: 100%
}

.slider-pink .noUi-connect {
    background: #cc003d;
    box-shadow: none;
}

.slider-pink .noUi-origin {
    background: #dde0e4;
    border-radius: 0;
}

.slider-pink.noUi-horizontal .noUi-handle {
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
}

.slider-pink .noUi-handle {
    width: 32px;
    height: 32px;
    background: #fff;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 3px 14px 4px rgba(7, 19, 83, 0.1);
    cursor: pointer;
}

.slider-pink .noUi-handle:after {
    display: none;
}

.slider-pink .noUi-handle:before {
    width: 50%;
    height: 50%;
    background: #cc003d;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-pink .noUi-tooltip {
    border: 0;
    font: 32px/1 'PragmaticaBold';
    color: #001689;
    padding: 0;
    border-radius: 0;
    white-space: nowrap;
}

.slider-pink.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
    top: -48px;
    left: 50%;
    transform: translateX(-50%);
}

.slider-pink .noUi-pips, .slider-pink .noUi-value-large, .slider-pink .noUi-value-sub {
    font: 24px/1.2 'PragmaticaMedium';
    color: rgba(0, 22, 137, 0.2);
    padding-top: 0;
}

.slider-pink .noUi-pips-horizontal {
    top: auto;
    bottom: 0;
}

.slider-pink .noUi-value-horizontal {
    margin-left: 0;
}

.slider-pink .noUi-marker {
    display: none;
}

/* END CALC 13-PENSION


/* LANDING MASTERCARD */
.card-head {
    font-size: 0;
    direction: rtl;
    margin-bottom: 80px;
}

.card-head > div {
    display: inline-block;
    font-size: 1rem;
    direction: ltr;
    vertical-align: top;
}

.card-head__img {
    width: 376px;
}

.card-head__title {
    max-width: calc(100% - 376px);
    width: 100%;
}

.card-head__title p {
    max-width: 380px;
}

.card-advantages {
    font-size: 0;
    max-width: calc(100% - 30px);
    margin: -24px -50px;
}

.card-advantages__box {
    display: inline-block;
    width: 50%;
    font-size: 1rem;
    vertical-align: top;
    padding: 24px 50px;
}

.card-advantages__line:not(:last-child) {
    display: table;
    margin-bottom: 20px;
}

.card-advantages__line > div {
    display: table-cell;
    vertical-align: top;
}

.card-advantages__num {
    font-family: 'PragmaticaMedium';
    font-size: 24px;
    color: #001689;
    line-height: 2;
    min-width: 54px;
}

.card-advantages__descr {
    padding-top: 12px;
}

.card-advantages__footer {
    padding-top: 32px;
    font-weight: bold;
    border-top: 1px solid #b6b6b6;
}

.i-coffe {
    right: -105px;
    bottom: 0;
    transform: translateY(50%);
}

/* END LANDING MASTERCARD */
/* LANDING KIDS CITY */
.text-block {
    max-width: 380px;
}

.text-block_right {
    margin-left: 480px;
}

.text-border {
    padding-bottom: 17px;
    border-bottom: 1px solid #ced5d9;
    margin-bottom: 32px;
}

.text-block.table-block, .text-block.table-block .table-cell {
    position: static;
}

.image-kids {
    position: absolute;
    top: 0;
    right: 0;
}

.image-kids__group {
    position: relative;
    display: inline-block;
}

.image-kids__item-small {
    position: absolute;
    left: 0;
    bottom: 0;
}

.kids-1 .image-kids__group {
    padding-left: 58px;
}

.kids-fish {
    left: -147px;
    right: auto;
}

.kids-fish .image-kids__item-small {
    max-width: 229px;
    top: 50%;
    left: calc(50% - 20px);
    transform: translate(-50%, -50%);
}

.text-block_kids-fish {
    min-height: 544px;
}

.text-block_kids-fish > div {
    vertical-align: middle;
}

.kids-3 {
    right: auto;
    left: 0;
}

.kids-3 .image-kids__group {
    padding-right: 58px;
}

.kids-3 .image-kids__item-small {
    left: auto;
    bottom: auto;
    top: 0;
    right: 0;
}

.text-block_kids-3 {
    min-height: 380px;
}

.text-block_kids-3 > div {
    vertical-align: middle;
}

.kids-gallery {
    font-size: 0;
    overflow: hidden;
    border-radius: 60px 0;
}

.kids-gallery__item {
    font-size: 1rem;
    display: inline-block;
}

.kids-gallery__item:first-child {
    max-width: 540px;
    width: 100%;
    margin-right: 32px;
}

.kids-gallery__img:not(:last-child) {
    margin-bottom: 32px;
}

.kids-gallery__img img {
    display: block;
    max-width: 100%;
}

/* END LANDING KIDS CITY */
/* TILE P2P */
.p2p-tile {
    padding-top: 16px;
}

.p2p-tile_credit {
    margin-top: 16px;
}

.p2p-tile__table {
    position: relative;
    display: table;
    width: 100%;
    border: 1px solid #dddddd;
    color: #898c8f;
}

.p2p-tile__image {
    position: absolute;
    top: -18px;
    left: 26px;
}

.p2p-tile__image_credit {
    width: 112px;
    left: 46px;
}

.p2p-tile__image img {
    max-width: 100%;
}

.p2p-tile__text {
    padding: 26px 8px 26px 190px;
}

.p2p-tile__btn {
    padding: 26px 30px 26px 8px;
}

.p2p-tile__text, .p2p-tile__btn {
    display: table-cell;
    vertical-align: middle;
}

.p2p-tile__btn {
    text-align: right;
}

.p2p-tile__btn .promo-button-container, .p2p-tile__btn .promo-request-button {
    min-width: 240px;
}

.p2p-tile__btn .promo-request-button {
    padding: 0 24px;
}

.p2p-tile__btn_color_pink .promo-request-button {
    background: #cc003d;
}

.p2p-tile__btn_color_pink .promo-request-button:active {
    background: #99002e;
}

.p2p-tile__title {
    text-transform: uppercase;
    font-family: 'PragmaticaMedium';
    font-size: 26px;
    line-height: 1.3;
    color: #001689;
}

.p2p-tile__title_color_pink {
    color: #cc003d;
}

@media (max-width: 1023px) {
    .p2p-tile {
        padding-top: 64px;
    }

    .p2p-tile__table, .p2p-tile__text, .p2p-tile__btn {
        display: block;
        text-align: left;
    }

    .p2p-tile__btn {
        padding: 0 30px 26px 190px;
    }

    .p2p-tile_credit {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .p2p-tile {
        font-size: 12px;
        max-width: 420px;
    }

    .p2p-tile__table {
        border-radius: 0 0 8px 8px;
    }

    .p2p-tile__text {
        padding: 32px 16px 0;
    }

    .p2p-tile__image {
        width: 80px;
        top: -36px;
        left: 10px;
    }

    .p2p-tile__image_credit {
        top: -45px;
        width: 72px;
        left: 17px;
    }

    .p2p-tile__title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .p2p-tile__btn {
        margin: 0 -1px -1px;
        padding: 17px 0 0;
    }

    .p2p-tile__btn .promo-button-container, .p2p-tile__btn .promo-request-button {
        min-width: 100%;
    }
}

/* END TILE P2P */
/* investments block */
.investments__box {
    padding-top: 50px;
    padding-bottom: 68px;
}

@media (max-width: 767px) {
    .investments__box {
        padding: 20px 0 40px;
    }
}

.investments__text {
    font-size: 17px;
}

.investments__icon {
    top: 50%;
    transform: translateY(-50%)
}

.investments__sum {
    font-size: 34px;
}

.investments__footer .table-cell {
    padding-right: 60px;
    vertical-align: top;
}

.investments__footer .table-cell:last-child {
    padding-right: 0;
}

.card-info {
    font-size: 0;
    margin-bottom: 60px;
}

.card-info:last-child {
    margin-bottom: 0;
}

.card-info__row {
    margin: 0 -10px 40px;
    display: flex;
    flex-wrap: wrap;
}

.card-info__row:last-child {
    margin-bottom: 0;
}

.card-info__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1rem;
    flex-basis: calc(33% - 20px);
    margin: 0 10px;
}

.card-info__group {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 16px 37px;
    background: #fff;
    box-shadow: 0 20px 40px 10px rgba(210, 224, 233, 0.2);
    border-radius: 2px;
    flex-grow: 1;
}

.card-info__head {
    display: flex;
    flex-direction: column;
    margin-bottom: 108.5px;
}

.card-info__head-note {
    flex-basis: 50px;
    color: #899aa3;
    font-size: 14px;
}

.card-info__img {
    width: 216px;
    height: 137px;
    margin: auto;
    position: relative;
    margin-bottom: 30px;
    margin-top: -68.5px;
}

.card-info__img img {
    max-width: 100%;
    max-height: 100%;
}

.card-info .card-info__title {
    margin-bottom: 11px;
    font: 18px/1.5 PragmaticaMedium;
}

.card-info .card-info__title_dark {
    color: #001837;
}

.card-info__title:last-child {
    margin-bottom: 0;
}

.card-info__body {
    margin-bottom: 15px;
}

.card-info__body:last-child {
    margin-bottom: 0;
}

.card-info__footer-btn {
    margin-bottom: 52px;
    text-align: center;
}

.card-info__footer-btn:last-child {
    margin-bottom: 0;
}

.card-info__footer-link {
    margin-bottom: 30px;
}

.card-info__footer-link:last-child {
    margin-bottom: 0;
}

a.card-info__btn, .card-info__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 32px;
    vertical-align: bottom;
    font-size: 12px;
    letter-spacing: 0.8px;
    line-height: 1;
    background: #001689;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    border-radius: 2px;
}

a.card-info__link, .card-info__link {
    font-size: 14px;
    display: inline;
    border-bottom: 1px solid #cc003d;
    transition: 0.2s ease-in;
}

a.card-info__link:hover, .card-info__link:hover {
    border-bottom-color: transparent;
}

.card-info__note {
    font-size: 14px;
    line-height: 1.43;
    color: #899aa3;
}

.promo-item .card-info__list {
    margin-top: 0;
}

.promo-item .card-info__list li {
    padding-left: 21px;
}

@media (max-width: 1023px) {
    .card-info__row {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .card-info__item {
        flex-basis: calc(50% - 20px);
        margin-bottom: 48px;
    }

    .card-info__head {
        margin-bottom: 80px;
    }

    .card-info__body {
        margin-bottom: 30px;
    }

    a.card-info__btn, .card-info__btn {
        width: auto;
    }

    .card-info__footer-link {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .card-info__row {
        margin: 0 0 48px;
    }

    .card-info__item {
        flex-basis: 100%;
        margin: 0 0 48px;
    }

    .card-info__item:last-child {
        margin-bottom: 0;
    }
}

.info-tile {
    position: relative;
    padding: 80px 60px;
    box-shadow: 0 20px 40px 10px rgba(210, 224, 233, 0.2);
    border-radius: 2px;
}

.info-tile:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff url(../landings/images/icons/eagle.svg) no-repeat center right;
    opacity: 0.6;
    z-index: -1;
}

.info-tile__message {
    max-width: 480px;
    width: 100%;
    color: #001837;
}

@media (max-width: 767px) {
    .info-tile {
        padding: 30px;
    }

    .info-tile:after {
        display: none;
    }
}

.form-pb {
    max-width: 410px;
}

.form-pb__line {
    margin-bottom: 20px;
}

.form-pb__line:last-child {
    margin-bottom: 0;
}

.form-pb__input {
    position: relative;
}

.form-pb__input-input {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1.42857;
    width: 100%;
    height: 60px;
    padding: 5px 10px 0;
    border: 1px solid #959595;
    border-radius: 2px;
}

.form-pb__input-input:read-only {
    pointer-events: none;
}

textarea.form-pb__input-input {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    height: auto;
    min-height: 90px;
    resize: vertical;
}

textarea.form-pb__input-input ~ .form-pb__input-placeholder {
    width: 95%;
    left: 1px;
    background: #fff;
}

.form-pb__input-input.form-pb__error, .form-pb__input-input.input-validation-error {
    border-color: #cc003d;
}

.form-pb__input-input.input-validation-error {
    border-color: #cc003d;
}

.form-pb__input-placeholder, span.form-pb__error {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 0 10px;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.15s ease-in;
    z-index: 1;
}

.form-pb__input-input:focus ~ .form-pb__input-placeholder, .form-pb__input-input.valid ~ .form-pb__input-placeholder, .form-pb__input-placeholder.active, span.form-pb__error {
    font-size: 11px;
    line-height: 1.2;
    top: 1px;
    padding-top: 4px;
    color: #989898;
}

.form-pb input.input-validation-error ~ .form-pb__input-placeholder {
    display: none;
}

span.form-pb__error {
    color: #cc003d;
}

.form-pb__select .form-pb__input-input, .form-pb__select .form-pb__select-value {
    padding-right: 40px;
}

.form-pb__select-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: url(../landings/images/icons/arrow-down.png) center center no-repeat;
    cursor: pointer;
}

.form-pb__select {
    position: relative;
}

.form-pb__select .drop-wrap {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    background: #fff;
    box-shadow: 0px 6px 10px 0px rgba(51, 51, 51, 0.2);
    z-index: 40;
}

.form-pb__select .drop-wrap li {
    background: #fff;
    padding: 16px 10px;
    background: none;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    cursor: pointer;
}

.form-pb__select li:hover, .form-pb__select li.active {
    background: #ebecf1;
}

.form-pb__btn {
    display: inline-flex;
    white-space: nowrap;
    padding: 6px 12px;
    width: 100%;
    height: 45px;
    background: #213993;
    border-radius: 2px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    border: 0;
    color: #fff;
    justify-content: center;
    text-transform: uppercase;
    transition: all 0.2s ease;
    cursor: pointer;
}

.form-pb__note {
    font-size: 12px;
    color: #989898;
}

.form-pb__note a {
    color: #005db9;
    text-decoration: none;
}

.i-pin-online-credit:after {
    top: -60px;
    right: 60px;
}

@media (max-width: 767px) {
    .i-pin-online-credit:after {
        display: none;
    }
}

.advantages_item h2 {
    font-size: 21px;
    margin: 40px 0 15px;
}

.details-link {
    margin-top: 30px;
    display: inline-block;
}

.promo_cards.promo_advantages {
    display: flex;
    align-items: flex-start;
}

.calculator__result-line--last {
    margin-bottom: 0;
}

.requirements-promo {
    padding-top: 0;
}

.no-dividing-line {
    padding-top: 0;
}

.question--white {
    border-color: #fff;
    color: #fff;
}

.promo-item .table-tariffs-new-design .table-block.__gradient .table-cell {
    vertical-align: middle;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}

.table-tariffs-new-design {
    border: 2px solid #f0f0f0;
}

.promo-item .table-tariffs-new-design .table-block.__gradient {
    background: linear-gradient(to right, #87b6e7, #447db6 100%);
}

section.main .wrapper--inner {
    min-height: 0;
    height: 100%;
}

.fullwidth-gradient-line {
    height: 130px;
    background-image: linear-gradient(to right, #105bc5, #25a1de);
}

.fullwidth-gradient-line-inner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.fullwidth-gradient-line__title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}

.big-card {
    border-radius: 2px;
    background-color: #ffffff;
    flex: 0 0 50%;
    margin: 0 10px;
    padding: 50px 50px 80px;
    box-shadow: 0 20px 40px 10px rgba(210, 224, 233, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gray-bg {
    background: #f7f9fb;
}

.big-cards-container {
    display: flex;
    justify-content: space-between;
}

.big-card__title.big-card-title {
    display: flex;
    align-items: center;
    font-family: 'PragmaticaMedium';
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    color: #001689;
    margin-bottom: 45px;
}

.big-card-title__img {
    margin-right: 20px;
    max-height: 66px;
    width: 63px;
}

.content-col .big-card-item__title {
    font-family: 'PragmaticaMedium';
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.42;
    color: #001689;
    margin-bottom: 4px;
}

.big-card-item__description {
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #333333;
}

.big-card__item.big-card-item {
    margin-bottom: 25px;
}

p.big-card__bottom-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #001caa;
    margin-bottom: 55px;
}

.promo-item--transparent {
    background: transparent;
}

.easy-credit {
    display: flex;
    flex-wrap: wrap;
    margin-top: 65px;
}

.easy-credit-item {
    flex: 0 0 50%;
    display: flex;
    margin-bottom: 80px;
    align-items: flex-start;
}

p.easy-credit-item__title {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #333333;
    margin: 0 0 15px;
}

.easy-credit-item__description {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #333333;
}

img.easy-credit-item__icon {
    margin-right: 35px;
}

p.easy-credit-item__description {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #333333;
    margin-bottom: 0;
}

.easy-credit-item:nth-child(3),.easy-credit-item:nth-child(4) {
    margin-bottom: 0;
}

.service-block {
    padding: 50px 60px 50px 35px;
    display: flex;
    align-items: center;
    flex: 0 0 50%;
}

img.service-block__icon {
    margin-right: 35px;
    max-height: 32px;
    max-width: 32px;
}

p.service-block__title {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #011689;
    margin: 0 0 8px 0;
}

p.service-block__description {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #333333;
    margin: 0;
}

.services-blocks {
    display: flex;
    flex-wrap: wrap;
}

.details-link {
    font-size: 13px;
    font-weight: 500;
    color: #cc003d;
    font-family: 'PragmaticaMedium';
}

.table-gradient--bordered th, .table-gradient--bordered td, .table-gradient--bordered {
    border: solid 1px #e2e2e2;
}

.promo-item--gradient-2::after {
    background-image: linear-gradient(to right, #105bc5, #25a1de);
}

.promo-item .promo-item__title {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    margin: 0;
    letter-spacing: normal;
    color: #ffffff;
}

.promo-item--flex .content-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 130px;
    padding: 0;
}

.icon-tile__item.icon-tile__item--gray {
    border-radius: 4px;
    background-color: #f8f8f8;
}

.icon-tile__item--gray .icon-tile__title {
    color: #001689;
    font-size: 18px;
}

.__small-paddings-pb-solid {
    padding: 0;
}

.__transparent-pb-solid .icon-tile__descr {
    color: #333333;
}

.promo-item--gradient-2 {
    padding: 0;
}

.big-card__bottom {
    margin-top: 25px;
}

.easy-credit-item__content {
    margin-right: 25px;
}

/* reserve rko form */
.form-reserve-rko {
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 2px;
}

.form-reserve-rko .form-info {
    display: inline-block;
    padding: 7px 12px 7px 8px;
    margin-bottom: 24px;
    background-color: #eeeeee;
    border-radius: 8px;
}

.form-reserve-rko .form-line .form-info {
    margin-bottom: 0;
}

 .form-reserve-rko .form-info__icon {
    width: 18px;
    height: 18px;
    margin-right: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    color: #ffffff;
    background-color: #0033b9;
    border-radius: 50%;
}

.form-reserve-rko .form-info__text {
    font-family: "Roboto-Regular";
    line-height: 22px;
}

.form-reserve-rko .form__subtitle {
    padding-top: 15px;
    margin-bottom: 24px;
    margin-right: auto;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: #333333;
}

.form-reserve-rko .form-line--with-tooltip .form__subtitle {
    margin-right: 8px;
}

.form-reserve-rko .form-line .form__subtitle {
    padding-top: 0;
    margin-bottom: 0;
}

.form-reserve-rko .form-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-reserve-rko .form-line--with-tooltip {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.form-reserve-rko .form-line:not(:last-of-type) {
    margin-bottom: 26px;
}

.form-reserve-rko .form-line:last-child {
    padding-top: 15px;
    padding-bottom: 10px;
}

.form-reserve-rko .form-line.form-line--big {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.form-reserve-rko .form-line--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

.form-reserve-rko .form-field:first-child {
    margin-right: 40px;
}

.promo-item .form-reserve-rko .form-field--with-tooltip label {
    display: inline-block;
    width: auto;
    margin-right: 8px;
    margin-bottom: 5px;
}

.form-reserve-rko .form-line--big .form-field {
    width: calc(50% - 20px);
    margin-bottom: 24px;
}

.form-reserve-rko .form-line--big .form-field:nth-child(2n-1) {
    margin-right: 40px;
}

.form-reserve-rko .form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-reserve-rko .form-field input {
    padding: 0 12px;
    font-size: 16px;
}

.form-reserve-rko .form-field input:read-only {
    background-color: #e4e4e4;
    color: #959595;
}

.form-reserve-rko .form-field input:-moz-read-only {
    background-color: #e4e4e4;
    color: #959595;
}

.form-reserve-rko .form-field input:-webkit-read-only {
    background-color: #e4e4e4;
    color: #959595;
}

.form-reserve-rko .form-field .input {
    position: relative;
}

.form-reserve-rko .form__button-date {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 16px;
    top: 13px;
    padding: 0;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    background-image: url("/upload/images/landings/images/calendar-rko.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}

.form-reserve-rko .fold-note {
    bottom: 12px;
}

.form-reserve-rko .form-line--with-tooltip .fold-note {
    bottom: 0;
}

.form-reserve-rko .form__tooltip {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: auto;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    border: 0;
    border-radius: 50%;
    background-color: #b9bac4;
    cursor: pointer;
}

.form-reserve-rko .form__tooltip-content {
    bottom: 33px;
    margin-left: -123px;
    padding: 16px 12px 0 12px;
    width: 473px;
    font: 400 12px/18px OpenSans, Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: #001e45;
    color: #ffffff;
    border-radius: 2px;
    text-align: center;
    -webkit-box-shadow: 0 20px 40px 10px rgba(0,0,0,0.1);
    box-shadow: 0 20px 40px 10px rgba(0,0,0,0.1);
    -webkit-transition: opacity, visibility 0.4s ease-in-out;
    -o-transition: opacity, visibility 0.4s ease-in-out;
    transition: opacity, visibility 0.4s ease-in-out;
}

.form-reserve-rko .form__tooltip-content::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 25%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: #001e45 transparent transparent transparent;
}

.form-reserve-rko .form__tooltip-content p {
    color: #ffffff;
}

.form-reserve-rko .check-list {
    width: 100%;
}

.form-reserve-rko .check-list--long {
    width: calc(50% - 20px);
    margin-bottom: 40px;
    margin-right: 40px;
}

.form-reserve-rko .check-list--short {
    padding-top: 35px;
    padding-bottom: 40px;
}

.form-reserve-rko .check-list a {
    color: #cc003d;
}

.form-reserve-rko .check-list label {
    line-height: 22px;
}

.form-reserve-rko .checkbox.__blue-mark {
    width: 24px;
    height: 24px;
}

.form-reserve-rko .form__button {
    margin-left: calc(50% + 20px);
    margin-top: 0;
    margin-bottom: 40px;
    width: calc(50% - 20px);
    min-width: auto;
    font-size: 12px;
    letter-spacing: 0.8px;
    border-radius: 2px;
}

.form-reserve-rko .form__button:disabled {
    background-color: #c8c8c8;
}

.form-reserve-rko .form-line .form__button {
    margin-left: calc(50% - 20px);
    margin-left: 0;
}

.form-reserve-rko .form__note {
    margin: 0;
    line-height: 16px;
    color: #7c7c7c;
}

.form-reserve-rko .form__note span:first-child {
    display: block;
    margin-bottom: 16px;
}

@media (max-width: 1023px) {
    .form-reserve-rko .check-list--short {
        padding-bottom: 16px;
    }

    .form-reserve-rko .form__tooltip-content {
        width: 310px;
    }

    .form-reserve-rko .form__tooltip-content::after {
        left: 39%;
    }

    .form-reserve-rko .form__tooltip-content br {
        display: none;
    }

    .form-reserve-rko .form-field .form__button-date {
        height: 20px;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .form-reserve-rko .form-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .form-reserve-rko .form-line:not(:last-of-type) {
        margin-bottom: 16px;
    }

    .form-reserve-rko .form__subtitle {
        padding-top: 10px;
        margin-bottom: 17px;
        font-size: 16px;
    }

    .form-reserve-rko .form-line:first-child .form__subtitle {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 25px;
    }

    .form-reserve-rko .form-line--with-tooltip .form__subtitle {
        display: inline-block;
    }

    .form-reserve-rko .form-field:first-child {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .form-reserve-rko .form-line--big .form-field:nth-child(2n-1) {
        margin-right: 0;
    }

    .form-reserve-rko .form-line--big .form-field {
        width: 100%;
        margin-bottom: 16px;
    }

    .form-reserve-rko .form-field-tel {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .form-reserve-rko .form-field-snils {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .form-reserve-rko .form-line--with-tooltip {
        display: block;
        padding-top: 16px;
    }

    .form-reserve-rko .form-line:last-child {
        padding-top: 4px;
        padding-bottom: 0px;
    }

    .form-reserve-rko .form-field .external-label {
        margin-bottom: 4px;
    }

    .promo-item .form-reserve-rko .form-field--with-tooltip label {
        margin-bottom: 0;
    }

    .form-reserve-rko input::-webkit-input-placeholder {
        font-size: 12px;
    }

    .form-reserve-rko input::-moz-placeholder {
        font-size: 12px;
    }

    .form-reserve-rko input:-ms-input-placeholder {
        font-size: 12px;
    }

    .form-reserve-rko .form-field--with-tooltip .fold-note {
        bottom: 7px;
    }

    .form-reserve-rko .fold-note {
        display:inline;
    }

    .form-reserve-rko .form__tooltip {
        width: 18px;
        height: 18px;
        font-size: 12px;
        line-height: 18px;
    }

    .form-reserve-rko .form__tooltip-content {
        padding-bottom: 6px;
        margin-left: 0;
    }

    .form-reserve-rko .form__tooltip-content::after {
        display: none;
    }

    .form-reserve-rko .check-list {
        padding-top: 22px;
        margin-bottom: 8px;
    }

    .form-reserve-rko .check-list--long {
        width: 100%;
        margin-bottom: 32px;
    }

    .form-reserve-rko .check-list--short {
        padding-bottom: 0;
    }

    .form-reserve-rko .form__button {
        width: 100%;
        margin-left: 0;
    }

    .form-reserve-rko .validation-message {
        font-size: 12px;
        line-height: 16px;
    }
}