/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html { 
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
*:focus{
	outline: 0;
}
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
    font-family: 'futurabookc';
    src: url('../fonts/futurabookc.eot'), url('../fonts/futurabookc.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futurademic';
    src: url('../fonts/futurademic.eot'), url('../fonts/futurademic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Futura Light';
    src: url('../fonts/futura-pt-light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Amalia';
    src: url('../fonts/Amalia-Light.woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Amalia';
    src: url('../fonts/Amalia-Regular.woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Amalia';
    src: url('../fonts/Amalia-Medium.woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Amalia';
    src: url('../fonts/Amalia-Bold.woff');
    font-weight: 700;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    cursor: pointer;
    color: #000;
}
a:hover {
    text-decoration: none;
}
input::-ms-clear {
    display: none;
}
img, img:focus {
    outline: none;
}
h1, h2, h3, h4{
    margin: 0;
}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clearfix:after {
    content: '';
    clear: both;
    display: table;
}
[v-cloak] {
    display: none;
}
.btn{
    height: 40px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #c6cfda;
    display: inline-block;
    text-decoration: none;
    line-height: 26px;
    padding: 6px 25px;
    color: #000;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    min-width: 100px;
}
.btn:hover{
    border: solid 1px #000;
}
.btn.black-btn{
    background: #000;
    border: solid 1px #000;
    color: #fff;
}
.btn.black-btn:hover{
    background: #fce610;
    border: solid 1px #fce610;
    color: #000;
}
.btn.transparent-btn{
    background: transparent;
    border: solid 1px #000;
    color: #000;
}
.btn.transparent-btn:hover{
    background: #000;
    border: solid 1px #000;
    color: #fff;
}
.btn.yellow-btn{
    background: #fce610;
    border: solid 1px #fce610;
    color: #000;
    text-align: center;
    min-width: 116px;
}
.btn.yellow-btn:hover{
    background: #000;
    border: solid 1px #000;
    color: #fff;
}
.btn.blue-btn{
    background: #63ceca;
    border: solid 1px #63ceca;
    color: #000;
}
.btn.blue-btn:hover{
    background: #000;
    border: solid 1px #000;
    color: #fff;
}
.btn.white-btn{
    background: rgba(255, 255, 255, 0);
    border: solid 1px #ffffff;
    color: #fff;
}
.btn.white-btn:hover{
    background: #fff;
    border: solid 1px #fff;
    color: #000;
}
.btn.yellow-border-btn{
    background: transparent;
    border: solid 1px #fce610;
    color: #fce610;
}
.btn.yellow-border-btn:hover{
    background: #fce610;
    border: solid 1px #fce610;
    color: #000;
}
.btn.blue-border-btn{
    background: transparent;
    border: solid 1px #63ceca;
    color: #63ceca;
}
.btn.blue-border-btn:hover{
    background: #63ceca;
    border: solid 1px #63ceca;
    color: #000;
}
.yellow-border-btn:after{
    content: '';
    background: url(/img/yellow-right-arrow.svg) center no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 21px;
}
.blue-border-btn:after{
    content: '';
    background: url(/img/blue-right-arrow.svg) center no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 21px;
}
.yellow-border-btn:hover:after,
.blue-border-btn:hover:after{
    background: url(/img/black-right-arrow.svg) center no-repeat;
}
input[type=text]:disabled{
    background: #fff;
}
.error{
    border-color: red !important;
}
input[type=checkbox].checkbox + .error{
    display: none !important;
}
.hidden[data-tab]{
    display: none;
}
input[type=checkbox].checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input[type=radio].radiobox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.flex{
    display: flex;
}
.popup-open {
    overflow: hidden;
}
ul {
    list-style: none;
}
textarea {
    resize: none;
}
html,
body {
    width: 100%;
    min-width: 320px;
    position: relative;
    font-family: 'futurabookc', sans-serif;
}
body {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
header,
footer {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
}
.container{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 48px;
}
.main-section.msb-landing .container.main-container {
    min-height: 186px;
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.container.main-container{
    max-width: 1000px;
    padding: 0 40px;
}
.container.main-container_wider {
    max-width: 1200px;
}
.container.main-container_wider .landing-steps .step {
    font-size: 22px;
}
.dark-section{
    background-color: #27282d;
}
.dark-section .landing-steps .step {
    color: #ffffff;
}
.dark-section .credit-terms-block ul li {
    color: #ffffff;
}
.dark-section .credit-terms-block ul li:after {
    color: #ffffff;
}
.dark-section .credit-terms-block h2 {
    color: #ffffff;
}
.dark-section .credit-terms-block .download-block .download-file .icon:after {
    color: #637282;
}
.dark-section .credit-terms-block ul li:before {
    background: #637282;
}
.block-title{
    font-size: 40px;
    line-height: 1.2;
    text-align: left;
    color: #212225;
    font-family: 'futurademic', sans-serif;
    margin-bottom: 24px;
}
header{
    background: url("/img/landing-header-yellow.jpg") top left no-repeat;
    background-color: #fff314;
    padding: 28px 0;
}
header.white,
header.black{
    background: none;
}
header.absolute{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    z-index: 4;
}
header .container{
    display: flex;
    align-items: center;
}
header .logo{
    width: 144px;
    height: 30px;
    display: block;
    margin-right: 10px;
}
header .logo img{
    height: 100%;
}
header .langs{
    width: 60px;
    height: 40px;
    padding-top: 10px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
header .langs > span{
    font-size: 18px;
    color: #212225;
    position: relative;
}
header.white .langs > span,
.dark-theme.premium header .langs > span{
    color: #fff;
}

header.dark-font .langs > span {
    color: #000!important;;
}

header.dark-font .langs > span:after {
    border-color: #000 transparent transparent transparent!important;
}

header .langs > span:after{
    content: '';
    position: absolute;
    top:8px;
    right: -12px;
    width: 0;
    height: 0;
    /*border-style: solid;*/
    border-width: 5px 4px 0 4px;
    border-color: #000 transparent transparent transparent;
}
header.white .langs > span:after,
.dark-theme.premium header .langs > span:after{
    border-width: 5px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
}
.arrow-lang > span:after{
    border-style: solid;
}
header .langs .other-langs{
    display: none;
    position: absolute;
    top:100%;
    left:0;
    width: 60px;
    border-radius: 2px;
    box-shadow: 0 6px 13px 0 rgba(194, 206, 226, 0.5);
    background-color: #ffffff;
    border: solid 1px #f9fbfd;
    padding: 8px 0;
}
header .langs .other-langs ul{}
header .langs .other-langs ul li{}
header .langs .other-langs ul li a{
    color: #212225;
    font-size: 18px;
    text-decoration: none;
    height: 32px;
    display: block;
    line-height: 32px;
}
header .langs .other-langs ul li a:hover{
    background-color: #f9fbfd;
}
header .langs.open .other-langs{
    display: block;
}
header .langs.open > span:after{
    transform: rotate(180deg);
}
footer{
    background-color: #212225;
    padding: 24px 0;
    font-size: 12px;
    line-height: 1.5;
    color: #ffffff;
}

footer.amalia,
header.amalia {
    font-family: 'Amalia', sans-serif;
    font-weight: 400;
}
.main-section{
    padding: 48px 0;
}
.main-section.msb-landing  {
    padding: 0;
}
.main-section.card-landing,
.main-section.msb-landing {
    padding-top: 0;
}
.main-section.msb-landing .first-screen{
    padding-top: 112px;
    background: url("/img/yellow-rectangle.svg") center top no-repeat;
    background-size: cover!important;
    background-repeat: no-repeat;
}
.main-section.card-landing .first-screen{
    min-height: 750px;
    padding-top: 108px;
    margin-bottom: 64px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.main-section.card-landing .first-screen.savings-landing{
    padding-top: 118px;
    height: inherit;
    padding-bottom: 60px;
}
.main-section.card-landing.fishback-landing .first-screen{
    padding-bottom: 49px;
    padding-top: 120px;
    box-shadow: 0 2px 16px 0 rgba(77, 104, 113, 0.07);
    background-size: auto !important;
    background-repeat: no-repeat !important;
}
.main-section h1{
    font-size: 48px;
    line-height: 1.08;
    font-family: 'futurademic', sans-serif;
    color: #212225;
    margin-bottom: 16px;
}
.main-section.card-landing h1{
    color: #fff;
    margin-bottom: 48px;
}

.main-section.card-landing--dark h1 {
    color: #000;
    margin-bottom: 48px;
}

.main-section.card-landing.amalia-font h1 {
    font-family: 'Amalia', sans-serif;
    font-weight: 700;
}

.main-section.card-landing .first-screen h2{
    color: #fff;
    margin-bottom: 48px;
    font-weight: 700;
    font-family: 'futurademic', sans-serif;
}

.main-section.card-landing--dark .first-screen h2{
    color: #000;
}

.main-section.card-landing.amalia-font .first-screen h2{
    font-family: 'Amalia', sans-serif;
    font-weight: 700;
}

.main-section.card-landing.fishback-landing h1{
    color: #212225;
    margin-bottom: 48px;
}
.main-section h2{
    font-size: 24px;
    font-weight: normal;
    line-height: 1.17;
    color: #212225;
    margin-bottom: 40px;
}
.main-section .image-form-block{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-radius: 4px;
    box-shadow: 0 8px 23px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 64px;
}

.card-landing__input {
    cursor: default;
    pointer-events: none;
}

.main-section .image-form-block--new {
    align-items: flex-start;
}

.main-section .image-form-block--new .image {
    padding-right: 20px;
}

@media screen and (max-width: 1023px) {
    .main-section .image-form-block--new .form {
        min-height: 1px;
    }

    .main-section .image-form-block--new .image {
        padding-right: 0;
    }
}

.main-section.card-landing .image-form-block,
.main-section.msb-landing .image-form-block{
    border-radius: 0;
    box-shadow: none;
}
.main-section .image-form-block .image{
	 width: 428px;
	 overflow: hidden;
	 position: relative;
}
.main-section .image-form-block.promo-cash .image{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.main-section .image-form-block .image img{
	 height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.main-section .image-form-block.promo-cash .image img{
	width: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	transform: none;
}
.main-section.card-landing .image-form-block .image .card{
    margin-bottom: 40px;
}
.main-section.card-landing .image-form-block .image .card img{
    max-width: 100%;
    height: auto;
    position: relative;
    left: 0;
    transform: inherit;
}
.main-section.card-landing .image-form-block .image ul{}
.main-section.card-landing .image-form-block .image ul li{
    font-size: 18px;
    font-family: 'futurademic', sans-serif;
    line-height: 20px;
    color: #ffffff;
    padding-left: 30px;
    position: relative;
    margin-bottom: 24px;
}

.main-section.card-landing.amalia-font .image-form-block .image ul{}
.main-section.card-landing.amalia-font .image-form-block .image ul li{
    font-family: 'Amalia', sans-serif;
    font-weight: 700;
}

.main-section.card-landing--dark .image-form-block .image ul{}
.main-section.card-landing--dark .image-form-block .image ul li{
    color: #000;
}

.main-section.card-landing .image-form-block .image ul li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("/img/checked-land.svg") center no-repeat;
    background-size: cover;
}

.main-section.card-landing--dark .image-form-block .image ul li:after {
    background: url("/img/checked-land-black.svg") center no-repeat;
}

.main-section.fishback-landing .image-form-block .image .text{
    padding-right: 20px;
}
.main-section.fishback-landing .image-form-block .image .text p{
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 20px;
}
.main-section.fishback-landing .image-form-block .image .text p:last-child{
    margin-bottom: 0;
}
.main-section .image-form-block .image.savings-text{
    padding-right: 40px;
    width: 428px;
}
.main-section .image-form-block .image.savings-text h1{
    font-size: 48px;
    color: #231f20;
    font-family: 'futurademic', sans-serif;
    margin-bottom: 16px;
}
.main-section .image-form-block .image.savings-text h2{
    font-size: 32px;
    color: #231f20;
    font-family: 'futurademic', sans-serif;
    margin-bottom: 16px;
    margin-top: 80px;
}
.main-section .image-form-block .image.savings-text h3{
    font-size: 24px;
    font-weight: normal;
    line-height: 1.17;
    color: #231f20;
    margin-bottom: 40px;
}
.main-section .image-form-block .image.savings-text ul{}
.main-section .image-form-block .image.savings-text ul li{
    font-size: 18px;
    font-family: 'futurademic', sans-serif;
    line-height: 20px;
    color: #231f20;
    padding-left: 30px;
    position: relative;
    margin-bottom: 24px;
}
.main-section .image-form-block .image.savings-text ul li:after{
    background: url("/img/checked-land-dark.svg") center no-repeat;
}
.main-section.msb-landing  .image-form-block .image{
    padding-right: 32px;
    width: 428px;
}
.main-section.msb-landing  .image-form-block .image .top-text{
    font-size: 22px;
    line-height: 1.45;
    font-family: 'futurademic', sans-serif;
    color: #424242;
    padding-top: 32px;
    margin-bottom:48px;
}
.main-section.msb-landing  .image-form-block .image .bottom-text{
    font-size: 48px;
    line-height: 1.33;
    letter-spacing: -1.2px;
    font-family: 'futurabookc', sans-serif;
    color: #424242;
}
.main-section.msb-landing  .image-form-block .image .bottom-text strong{
    font-size:64px;
    font-family: 'futurademic', sans-serif;
}
.main-section.msb-landing  .image-form-block .image .main-text{
    font-size: 34px;
    color: #212225;
    margin-top: 48px;
}
.main-section.msb-landing  .image-form-block .image .main-text strong{
    font-family: 'futurademic', sans-serif;
    font-size: 48px;
    font-weight:bold;
    line-height: 1.33;
}
.main-section.msb-landing  .image-form-block .image .main-text .title{
    margin-bottom: 32px;
    max-width: 380px;
}
.main-section .image-form-block .form{
    width: 492px;
    padding: 32px 24px;
}
.main-section.card-landing .image-form-block .form,
.main-section.msb-landing .image-form-block .form{
    border-radius: 4px;
    box-shadow: 0 2px 10px 0 rgba(77, 104, 113, 0.2);
    background-color: #ffffff;
}
.main-section.card-landing .savings-landing .image-form-block .form{
    background: #f6f7f8;
}
.main-section .image-form-block .form form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main-section .image-form-block .form form > div{
    width: 100%;
}
.main-section .image-form-block .form form .form-calc-block{
    width: 100%;
}
.main-section .image-form-block .form form .form-field {
    width: calc(50% - 16px);
    margin-bottom: 20px;
    position: relative;
}
.main-section .image-form-block .form form .form-field.full-width{
    width: 100%;
}
.main-section .image-form-block .form form .form-field label {
    font-size: 16px;
    font-family: 'futurademic', sans-serif;
    color: #424242;
    display: block;
    margin-bottom: 5px;
}

.main-section.amalia-font .image-form-block .form form .form-field label {
    font-family: 'Amalia', sans-serif;
    font-weight: 700;
}

.main-section.amalia-font .image-form-block .form form .form-field input[type="text"],
.main-section.amalia-font .image-form-block .form .checkbox-block label,
.main-section.amalia-font .btn {
    font-family: 'Amalia', sans-serif;
    font-weight: 400;
}

.main-section .image-form-block .form form .form-field label span{
    font-size: 13px;
    color: #767676;
    margin-left: 8px;
    font-family: 'futurabookc', sans-serif;
}
.main-section .image-form-block .form form .form-field label.error{
    color: #ed4337;
    font-family: 'futurabookc', sans-serif;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 5px;
}
.main-section .image-form-block .form form .form-field input[type="text"] {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    border: solid 1px #767676;
    font-size: 16px;
    color: #767676;
    line-height: 46px;
    padding: 0 16px;
    background: transparent;
}
.main-section .image-form-block .form form .form-field input[type="text"].error {
    border-color: #ed4337;
}
.main-section .image-form-block .form form .form-field .select-container {
    height: 48px;
    position: relative;
}
.main-section .image-form-block .form form .form-field select {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    border: solid 1px #767676;
    font-size: 16px;
    color: #767676;
    line-height: 46px;
    padding: 0 16px;
    padding-right:24px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.main-section .image-form-block .form form .form-field select::-ms-expand {
    display: none;
}
.main-section .image-form-block .form form .form-field select.select2-hidden-accessible.error + label.error{
    position: relative;
    top: 65px;
    margin-top: -10px;
}
.main-section .image-form-block .form form .form-field select.select2-hidden-accessible.error + label.error + .select2 .select2-selection--single{
    border: solid 1px red;
}
.main-section .image-form-block .form form .form-field .select2-selection--single{
    width: 100%;
    height: 48px;
    border-radius: 4px;
    border: solid 1px #767676;
    background: none;
}
.main-section .image-form-block .form form .form-field .select2-selection--single .select2-selection__rendered{
    color: #767676;
    height: 48px;
    line-height: 46px;
    padding: 0 16px;
    padding-right: 24px;
}
.main-section .image-form-block .form form .form-field .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 48px;
}
.main-section .image-form-block .form form .form-field .select-container:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #637282 transparent transparent transparent;
    top: 50%;
    right: 10px;
    margin-top: -1px;
    z-index: 1;
}
.main-section .image-form-block .form form .checkbox-block{
    display: inline-block;
    max-width: calc(100% - 180px);
    margin-bottom: 0;
}
.main-section .image-form-block .form form .form-calc-block .checkbox-block{
    margin-bottom: 20px;
    max-width: 100%;
    display: block;
}
.main-section .image-form-block .form .checkbox-block label{
    font-size: 14px;
    line-height: 18px;
    color: #212225;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    font-family: 'futurabookc', sans-serif;
    margin-bottom: 0;
}
.main-section .image-form-block .form .checkbox-block label:after{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px rgba(64, 70, 96, 0.17);
}
.main-section .image-form-block .form .checkbox-block input[type="checkbox"].error + label + label:after{
    border: solid 1px red;
}
.main-section .image-form-block .form .checkbox-block input[type="checkbox"]:checked + label:after{
    background: url("/img/checked.svg") center #ffef00 no-repeat;
    background-size: 65%;
    border: solid 1px #ffef00;
}
.main-section .image-form-block .form .checkbox-block input[type="checkbox"]:checked + label + label:after{
    background: url("/img/checked.svg") center #ffef00 no-repeat;
    background-size: 65%;
    border: solid 1px #ffef00;
}
.main-section .image-form-block .form form .form-field input[type="text"]:focus {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    border: solid 1px #1c7fdd;
    background: #fff;
}
.main-section .image-form-block .form form .form-field.form-radios{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4px;
}
.main-section .image-form-block .form form .form-field.form-radios label{
    width: 100%;
}
.main-section .image-form-block .form form .form-field .radio-block{
    width:50%;
    margin-bottom: 16px;
}
.main-section .image-form-block .form form .form-field .radio-block input[type="radio"] + label{
    font-size: 14px;
    line-height: 18px;
    color: #212225;
    font-family: 'futurabookc', sans-serif;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
}
.main-section .image-form-block .form form .form-field .radio-block input[type="radio"] + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    opacity: 1;
    background-color: transparent;
    border: solid 1px #e8eef4;
    border-radius: 50%;
}
.main-section .image-form-block .form form .form-field .radio-block input[type="radio"]:checked + label:before{
    background-color: #ffef00;
    border: solid 1px #ffef00;
}
.main-section .image-form-block .form form .form-field .radio-block input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    opacity: 1;
    background-color: #27282d;
    border-radius: 50%;
}
.main-section .image-form-block .form form .bottom-part-form{
    display: flex;
    justify-content: space-between;
}

.main-section .image-form-block .form .form-calculator{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main-section .image-form-block .form .form-calculator .calculator-block{
    width: calc(50% - 16px);
    margin-bottom: 32px;
}
.main-section .image-form-block .form .form-calculator .calculator-block .calculator-slider-title{
    font-size: 18px;
    line-height: 1.14;
    margin-bottom: 8px;
    color: #637282;
}
.main-section .image-form-block .form .form-calculator .calculator-block .calculator-inputs{
    display: flex;
    margin-bottom: 15px;
}
.main-section .image-form-block .form .form-calculator .calculator-block .calculator-inputs input[type="text"]{
    border: none;
    background: none;
    font-size: 32px;
    line-height: 40px;
    text-align: left;
    color: #212225;
    height: 40px;
    width: 145px;
    margin-right: 10px;
}
.main-section .image-form-block .form .form-calculator .calculator-block:nth-child(2) .calculator-inputs input[type="text"]{
    width: 40px;
}
.main-section .image-form-block .form .form-calculator .calculator-block .calculator-inputs span{
    font-size: 32px;
    line-height: 40px;
    color: #637282;
}
.main-section .image-form-block .form .form-calculator .calculator-block .calculator-inputs .text{
    border: none;
    background: none;
    font-size: 32px;
    line-height: 40px;
    text-align: left;
    color: #637282;
    height: 40px;
}
.main-section .image-form-block .form .form-calculator .calculator-block .calculator-inputs .select-container{
    height: 40px;
    position: relative;
}
.main-section .image-form-block .form .form-calculator .calculator-block .calculator-inputs .select-container:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #637282 transparent transparent transparent;
    top: 50%;
    right: 10px;
    margin-top: -1px;
    z-index: 1;
}
.main-section .image-form-block .form .form-calculator .calculator-block .calculator-inputs select::-ms-expand {
    display: none;
}
.main-section .image-form-block .form .form-calculator .calculator-block .calculator-inputs select{
    border: none;
    background: none;
    font-size: 32px;
    line-height: 40px;
    text-align: left;
    color: #637282;
    height: 40px;
    position: relative;
    padding-right: 20px;
    z-index: 32;
    padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.main-section .image-form-block .form .form-calculator .calculator-block .calculator-slider .slider{
    height: 3px;
    background-color: rgba(127, 140, 161, 0.26);
    width: 100%;
    border:none;
    border-radius: 2px;
    margin-bottom: 10px;
}
.main-section .image-form-block .form .form-calculator .calculator-block .calculator-slider .slider.ui-slider-horizontal .ui-slider-range-min{
    background: #27282d;
    border-radius: 2px;
}
.main-section .image-form-block .form .form-calculator .calculator-block .calculator-slider .slider.ui-slider-horizontal .ui-slider-handle{
    width: 22px;
    height: 22px;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.17);
    background-color: #ffef00;
    border: solid 6px #ffffff;
    border-radius: 50%;
    margin-top: -5px;
}
.main-section .image-form-block .form .form-calculator .calculator-block .calculator-slider .slider-points{
    display: flex;
    justify-content: space-between;
}
.main-section .image-form-block .form .form-calculator .calculator-block .calculator-slider .slider-points .point{
    font-size: 14px;
    line-height: 1.14;
    color: #637282;
}
.main-section .image-form-block .form .form-calculator .calculator-block .calculator-radio-block{
    margin-top:10px;
}
.main-section .image-form-block .form .form-calculator .calculator-block .calculator-radio-block input[type="radio"] + label{
    font-size: 16px;
    line-height: 18px;
    color: #212225;
    font-family: 'futurabookc', sans-serif;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 5px;
}
.main-section .image-form-block .form .form-calculator .calculator-block .calculator-radio-block input[type="radio"] + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    opacity: 1;
    background-color: transparent;
    border: solid 1px #e8eef4;
    border-radius: 50%;
}
.main-section .image-form-block .form .form-calculator .calculator-block .calculator-radio-block input[type="radio"]:checked + label:before{
    background-color: #ffef00;
    border: solid 1px #ffef00;
}
.main-section .image-form-block .form .form-calculator .calculator-block .calculator-radio-block input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    opacity: 1;
    background-color: #27282d;
    border-radius: 50%;
}
.main-section .image-form-block .form .calc-result-block{
    border-radius: 4px;
    background-color: #ebecef;
    font-size: 18px;
    line-height: 1.33;
    color: #212225;
    padding: 10px 20px;
    text-align: center;
    margin-bottom: 40px;
}
.main-section .image-form-block .form .calc-result-block span{
    font-size: 32px;
    line-height: 1.19;
    font-family: 'futurademic', sans-serif;
    color: #212225;
}
.main-section .savings-landing .image-form-block .form .calc-result-block{
    background: #fff;
}
.landing-steps{
    counter-reset: section;
    display: flex;
    flex-wrap: wrap;
}
.landing-steps .step{
    width: 33.33%;
    padding-left: 72px;
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    min-height: 48px;
    color: #212225;
    padding-right: 40px;
}

.landing-steps.amalia .step {
    font-family: 'Amalia', sans-serif;
    font-weight: 400;
}

.landing-steps .step:after{
    counter-increment: section;
    content: counter(section);
    width: 48px;
    height: 48px;
    background-color: #feeb36;
    border-radius: 50%;
    position: absolute;
    top:0;
    left:0;
    font-size: 24px;
    line-height: 48px;
    font-family: 'futurademic', sans-serif;
    text-align: center;
    color: #212225;
}
.landing-steps.black .step:after{
    background-color: #000;
    color: #fff;
}
.landing-steps.black.no-numbers .step:after{
    content: '';
    background: url("/img/checked-land.svg") center no-repeat #000;
    background-size: 40%;
}
.credit-terms-block{}
.credit-terms-block h2{
    font-size: 40px;
    font-family: 'futurademic', sans-serif;
    line-height: 1.2;
    color: #212225;
    margin-bottom: 40px;
}

.credit-terms-block.amalia h2 {
    font-family: 'Amalia', sans-serif;
    font-weight: 700;
}

.credit-terms-block ul{
    counter-reset: section;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 22px;
}
.credit-terms-block ul li{
    width: 50%;
    font-size: 16px;
    line-height: 1.5;
    color: #212225;
    padding: 10px 0;
    margin-bottom: 20px;
    padding-left: 70px;
    padding-right: 26px;
    min-height: 48px;
    display: flex;
    position: relative;
    align-items: center;
}

.credit-terms-block.amalia ul li {
    font-family: 'Amalia', sans-serif;
    font-weight: 400;
}

.credit-terms-block ul li:after{
    counter-increment: section;
    content: counter(section);
    font-size: 48px;
    line-height: 1;
    text-align: right;
    color: #feeb36;
    position: absolute;
    top:0;
    left:0;
    width: 52px;
    height: 48px;
    font-family: 'futurademic', sans-serif;
}
.credit-terms-block ul li:before{
    content: '';
    position: absolute;
    bottom: 0;
    left:70px;
    right: 26px;
    height: 1px;
    background: #e0e6ed;
}
.credit-terms-block .download-block .download-file{
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.credit-terms-block .download-block .download-file .icon{
    width: 40px;
    margin-right: 20px;
    position: relative;
}
.credit-terms-block .download-block .download-file .icon img{
    width: 100%;
    height: auto;
}
.credit-terms-block .download-block .download-file .icon:after{
    content: attr(data-ext);
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    color: #637282;
    text-transform: uppercase;
    font-size: 8px;
    font-family: 'futurademic', sans-serif;
}
.credit-terms-block .download-block .download-file .text{
    font-size: 18px;
    line-height: 1.33;
    width: calc(100% - 50px);
    font-family: 'futurademic', sans-serif;
    color: #637282;
}
.borrowers-requirements-section{
    padding: 56px 0;
    background-color: #fff273;
    margin-bottom: 100px;
}
.borrowers-requirements-section .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.borrowers-requirements-section .title{
    font-size: 40px;
    font-family: 'futurademic', sans-serif;
    line-height: 1.2;
    color: #212225;
    max-width: 380px;
}
.borrowers-requirements-section .requirements{
    max-width: 460px;
}
.borrowers-requirements-section .requirements ul{
    counter-reset: section;
}
.borrowers-requirements-section .requirements ul li{
    width: 100%;
    font-size: 22px;
    line-height: 1.09;
    color: #212225;
    padding: 10px 0;
    margin-bottom: 20px;
    padding-left: 50px;
    min-height: 48px;
    display: flex;
    position: relative;
    align-items: center;
}
.borrowers-requirements-section .requirements ul li:after{
    counter-increment: section;
    content: counter(section);
    font-size: 48px;
    line-height: 1;
    text-align: center;
    color: #212225;
    position: absolute;
    top:0;
    left:0;
    width: 30px;
    height: 48px;
    font-family: 'futurademic', sans-serif;
}
.borrowers-requirements-section .requirements ul li:before{
    content: '';
    position: absolute;
    bottom: 0;
    left:50px;
    right: 26px;
    height: 1px;
    background: #212225;
}
.product-list-block{}
.product-list-block .block-title{
    font-size: 40px;
    line-height: 1.2;
    font-family: 'futurademic', sans-serif;
    color: #212225;
    margin-bottom: 40px;
}
.product-list-block .list{}
.product-list-block .list .item{
    padding: 40px 24px;
    background: url("/img/landing-product-bg.jpg") right bottom no-repeat;
    border-radius: 4px;
    margin-bottom: 24px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.product-list-block .list .item .title{
    font-size: 32px;
    font-family: 'futurademic', sans-serif;
    line-height: 0.69;
    letter-spacing: normal;
    color: #212225;
    margin-bottom: 35px;
}
.product-list-block .list .item .small-text{
    font-size: 16px;
    line-height: 1.13;
    color: #212225;
    margin-top: 24px;
    padding-left: 20px;
}
.product-list-block .list .item ul{
    padding-left: 20px;
}
.product-list-block .list .item ul li{
    font-size: 24px;
    line-height: 0.92;
    padding-left: 18px;
    position: relative;
    margin-top: 20px;
    color: #212225;
}
.product-list-block .list .item ul li:after{
    content: '';
    position: absolute;
    top:6px;
    left:0;
    width: 8px;
    height: 8px;
    background-color: #feeb36;
    border-radius: 50%;
}
.msb-text{
    font-size: 24px;
    line-height: 1.25;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 160px;
    padding: 64px 0;
    position: relative;
    text-align: center;
    color: #212225;
}
.msb-text:after{
    content: '';
    position: absolute;
    bottom: 0;
    left:50%;
    margin-left: -32px;
    width: 64px;
    height: 1px;
    border: solid 6px #feeb36;
    border-radius: 8px;
    background:#feeb36;
}
.accounts-list{
    display: flex;
    justify-content: space-between;
    margin: 0 -50px 60px;
}
.accounts-list .item{
    max-width: 230px;
    border-radius: 4px;
    box-shadow: 0 2px 10px 0 rgba(77, 104, 113, 0.2);
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    position: relative;
}

.accounts-list .item.item--2 {
    width: 48%;
    max-width: none;
}

@media screen and (max-width: 1023px) {
    .accounts-list .item.item--2 {
        width: 100%;
        max-width: 230px;
    }
}

.accounts-list .item .top-part{
    background-color: #f9fbfd;
    padding: 16px;
    height: 165px;
}
.accounts-list .item.best{
    /*border: solid 4px #fff273;*/
    outline: 4px solid #fff273;
    z-index: 2;
}
.accounts-list .item.best .customer-selection{
    font-size: 17px;
    line-height: 1.29;
    text-align: center;
    color: #212225;
    border: solid 4px #fff273;
    position: absolute;
    top: 0px;
    left: -4px;
    right: -4px;
    padding: 12px;
    transform: translateY(-100%);
    border-radius: 4px;
    background-color: #ffffff;
}
.accounts-list .item.best .top-part{
    background-color: #fff273;
}
.accounts-list .item .top-part .account-title{
    font-size: 28px;
    line-height: 1.19;
    font-family: 'futurademic', sans-serif;
    text-align: center;
    color: #212225;
    height: 76px;
    margin-bottom: 16px;
}
.accounts-list .item .top-part .account-type{
    font-size: 16px;
    line-height: 1.38;
    text-align: center;
    color: #637282;
}
.accounts-list .item .middle-part{}
.accounts-list .item .middle-part .feature{
    padding: 16px 24px;
}
.accounts-list .item .middle-part .feature:nth-child(2n){
    background-color: #f9fbfd;
}
.accounts-list .item .middle-part .feature .feature-title{
    font-size: 16px;
    line-height: 1.38;
    text-align: center;
    color: #637282;
    margin-bottom: 8px;
}
.accounts-list .item .middle-part .feature .feature-description{
    font-size: 18px;
    line-height: 1.27;
    text-align: center;
    color: #212225;
}
.accounts-list .item .middle-part .feature .feature-description .check{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url("/img/checked.svg") center #ffef00 no-repeat;
    background-size: 10px;
    display: inline-block;
}
.accounts-list .item .bottom-part{
    border-top: solid 1px #ecf0f4;
    height: 250px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    position: relative;
}
.accounts-list .item .bottom-part .info{
    padding: 16px;
    margin-bottom: auto;
}
.accounts-list .item .bottom-part .info .title{
    font-size: 16px;
    line-height: 1.38;
    text-align: center;
    color: #637282;
    margin-bottom: 4px;
}
.accounts-list .item .bottom-part .info .price,
.accounts-list .item .bottom-part .info p:nth-child(2){
    font-size: 22px;
    line-height: 1.38;
    text-align: center;
    color: #212225;
}
.accounts-list .item .bottom-part .info .hint,
.accounts-list .item .bottom-part .info p:nth-child(3){
    font-size: 16px;
    line-height: 1.38;
    text-align: center;
    color: #212225;
}
.accounts-list .item .bottom-part .free-months{
    position: absolute;
    top: 101%;
    background-color: #fffcd2;
    padding: 16px 24px;
    font-size: 22px;
    line-height: 1.27;
    text-align: center;
    color: #212225;
}
.graph-block{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    margin-bottom:30px;
}
.graph-block .effect-rate{
    position: absolute;
    top:65px;
    left:0;
    width: 100%;
    font-size: 12px;
    line-height: 1;
    height: 14px;
    border-bottom: 1px dashed #424242;
    color: #424242;
    z-index:2;
}
.graph-block .month-block{
    position: relative;
    width: calc((100%/6) - 10px);
    padding: 20px 0;
}
.graph-block .month-block .percent{
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #424242;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    font-family: 'futurademic', sans-serif;
}
.graph-block .month-block .money-percent{
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #424242;
    border-radius: 4px 4px 0 0;
    background-color: #fff77c;
    height: 38px;
}
.graph-block .month-block .money-sum{
    font-size: 12px;
    line-height: 1;
    padding-bottom: 12px;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #424242;
    height: 38px;
    border-radius: 0 0 4px 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(77, 104, 113, 0.2);
}
.graph-block.on-account .month-block .money-sum{
    height: 78px;
}
.graph-block.on-account .effect-rate{
    top: 68px;
}
.graph-block .month-block:nth-child(2) .money-sum{
    height: 57px;
}
.graph-block.on-account .month-block:nth-child(2) .money-sum{
    height: 78px;
}
.graph-block .month-block:nth-child(3) .money-sum{
    height: 76px;
}
.graph-block.on-account .month-block:nth-child(3) .money-sum{
    height: 78px;
}
.graph-block .month-block:nth-child(4) .money-percent{
    height: 42px;
    line-height:42px;
}
.graph-block.on-account .month-block:nth-child(4) .money-percent{
    line-height: 46px;
    height: 46px;
}
.graph-block .month-block:nth-child(4) .money-sum{
    height: 97px;
}
.graph-block.on-account .month-block:nth-child(4) .money-sum{
    height: 94px;
}
.graph-block .month-block:nth-child(5) .money-percent{
    height: 46px;
    line-height:46px;
}
.graph-block.on-account .month-block:nth-child(5) .money-percent{
    line-height: 54px;
    height: 54px;
}
.graph-block .month-block:nth-child(5) .money-sum{
    height: 120px;
}
.graph-block.on-account .month-block:nth-child(5) .money-sum{
    height: 110px;
}
.graph-block .month-block:nth-child(6) .money-percent{
    height: 50px;
    line-height:50px;
}
.graph-block.on-account .month-block:nth-child(6) .money-percent{
    line-height: 62px;
    height: 62px;
}
.graph-block .month-block:nth-child(6) .money-sum{
    height: 145px;
}
.graph-block.on-account .month-block:nth-child(5) .money-sum{
    height: 126px;
}
.graph-block .month-block .month{
    font-size: 12px;
    line-height: 1.17;
    text-align: center;
    color: #424242;
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
}

.popup{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 701;
}
.popup.popup-compare{
    overflow-y: auto;
}
.popup .popup-container{
    position: absolute;
    top:  50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 950px;
    border-radius: 10px;
    background-color: #ffffff;
    border: solid 1px #97a4b1;
    padding: 40px 50px;
}
.popup.popup-ib .popup-container{
    position: absolute;
    top: 0 !important;
    left: auto !important;
    transform: none !important;
    right: 0;
    bottom: 0;
    border-radius: 0;
    width: 980px;
    height: 100vh;
    border:none;
    margin-left: 0;
    background-color: rgba(39, 40, 45, 0.98);
    padding: 0;
}
.popup.popup-callback .popup-container{
    width: 830px;
    padding: 50px 70px;
    border: none;
}
.popup.popup-compare .popup-container{
    left: 0;
    right: 0;
    margin-left: 0;
    width: 100%;
    border:none;
    min-height: 100%;
    border-radius: 0;
    overflow-x: hidden;
}


.popup__inner-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 40px 50px;
}


@media screen and (max-width: 767px){
    .popup__inner-container{
        padding: 20px;
        padding-top: 60px;
    }
}

.popup .popup-close{
    width: 40px;
    height: 40px;
    position: absolute;
    top:24px;
    right: 24px;
    cursor: pointer;
}
.confirmation-popup.popup .popup-close-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top:24px;
    right: 24px;
    cursor: pointer;
}
.popup.popup-ib .popup-close{
    width: 40px;
    height: 40px;
    position: absolute;
    top:32px;
    right: 32px;
    cursor: pointer;
}
.popup .popup-share{
    display: flex;
    position: absolute;
    top:32px;
    right: 88px;
}
.popup .popup-share > a{
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-left: 10px;
}
.popup .popup-title{
    font-size: 32px;
    line-height: 1;
    color: #212225;
    font-family: 'futurademic', sans-serif;
    margin-bottom: 48px;
}
.popup.popup-callback .popup-title{
    text-align: center;
    font-size: 24px;
}
.popup.popup-callback form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.popup.popup-callback form .form-field{
    width: calc(50% - 16px);
    max-width: 415px;
    margin: 0 auto;
    margin-bottom: 32px;
    position: relative;
}
.popup.popup-callback form .form-field label{
    font-size: 16px;
    font-family: 'futurademic', sans-serif;
    color: #424242;
    display: block;
    margin-bottom: 5px;
}
.popup.popup-callback form .form-field input[type="text"]{
    width: 100%;
    height: 48px;
    border-radius: 4px;
    border: solid 1px #767676;
    font-size: 16px;
    color: #767676;
    line-height: 46px;
    padding: 0 16px;
    background: transparent;
}
.popup.popup-callback form .form-field input[type="text"]:focus{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    border: solid 1px #1c7fdd;
    background: #fff;
}
.popup.popup-callback form .button-part{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.popup.popup-callback form .button-part .checkbox-block{}
.popup.popup-callback form .button-part .checkbox-block input[type="checkbox"] + label {
    font-size: 16px;
    line-height: 18px;
    color: #212225;
    font-family: 'futurabookc', sans-serif;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
}
.popup.popup-callback form .button-part .checkbox-block input[type="checkbox"] + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px rgba(64, 70, 96, 0.17);
}
.popup.popup-callback form .button-part .checkbox-block input[type="checkbox"]:checked + label:after {
    background: url(/img/checked.svg) center #ffef00 no-repeat;
    background-size: 65%;
    border: solid 1px #ffef00;
}
.popup .compare-table{
    display: flex;
}
.popup .compare-table .compare-item-properties{
    width: 260px;
}
.popup .compare-table .compare-item-properties .title{
    font-size: 16px;
    line-height: 24px;
    color: #212225;
    height: 52px;
    font-family: 'futurademic', sans-serif;
    margin-bottom: 24px;
}
.popup .compare-table .compare-item-properties .cards{
    font-size: 18px;
    color: #212225;
    font-family: 'futurademic', sans-serif;
    height: 252px;
    display: flex;
    align-items: center;
}
.popup .compare-table.deposits .compare-item-properties .cards{
    height: 76px;
}
.popup .compare-table .compare-item-properties .properties-block{
    margin-bottom: 24px;
}
.popup .compare-table .compare-item-properties .properties-block .properties-title{
    font-size: 16px;
    display:flex;
    align-items:center;
    padding: 8px 0;
    min-height: 50px;
    color: #212225;
    position: relative;
    background-color: #f9fbfd;
    font-family: 'futurademic', sans-serif;
}
.popup .compare-table .compare-item-properties .properties-block .properties-title:after{
    content: '';
    position: absolute;
    background-color: #f9fbfd;
    height: 100%;
    top:0;
    left: -50px;
    width: 50px;
}
.popup .compare-table .compare-item-properties .properties-block .properties-title:before {
    content: '';
    position: absolute;
    background-color: #f9fbfd;
    height: 100%;
    top:0;
    right: 0;
    width: 1920px;
    transform: translateX(100%);
}
.popup .compare-table .compare-item-properties .properties-block ul{}
.popup .compare-table .compare-item-properties .properties-block ul li{
    font-size: 16px;
    line-height: 1.25;
    color: #637282;
    padding: 8px 0;
    min-height: 56px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.popup .compare-table .compare-slider{
    opacity: 0;
}
.popup .compare-table .compare-slider-container{
    width:calc(100% - 260px);
}
.popup .compare-table .compare-slider .slick-prev{
    width: 32px;
    height: 32px;
    border: solid 1px #d6d8e2;
    border-radius: 50%;
    background: url("/img/compare-slider-arrow.svg") center no-repeat #fff;
    top:125px;
}
.popup .compare-table .compare-slider .slick-prev:before{
    display: none;
}
.popup .compare-table .compare-slider .slick-next{
    width: 32px;
    height: 32px;
    border: solid 1px #d6d8e2;
    border-radius: 50%;
    background: url("/img/compare-slider-arrow.svg") center no-repeat #fff;
    top:125px;
    transform: rotate(180deg);
}
.popup .compare-table .compare-slider .slick-next:before{
    display: none;
}
.popup .compare-table .compare-item{
    /*width: calc(50% - 130px);*/
    padding: 0 40px;
    position: relative;
}
.popup .compare-table .compare-item:not(:last-child):after{
    content: '';
    position: absolute;
    top:75px;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #e0e6ed;
}
.popup .compare-table .compare-item .title{
    font-size: 24px;
    line-height: 24px;
    height: 52px;
    color: #212225;
    text-align: center;
    font-family: 'futurademic', sans-serif;
    margin-bottom: 24px;
}
.popup .compare-table.deposits .compare-item .title{
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.popup .compare-table .compare-item .title .remove{
    font-size: 14px;
    font-family: 'futurabookc', sans-serif;
    text-align: center;
    color: #637282;
    display: inline-block;
}
.popup .compare-table .compare-item .card{
    width: 100%;
}
.popup .compare-table .compare-item .card .image{
    width: 200px;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 15px;
}
.popup .compare-table .compare-item .card img{
    width: 100%;
}
.popup .compare-table .compare-item .card .name{
    font-size: 16px;
    font-family: 'futurademic', sans-serif;
    text-align: center;
    color: #212225;
    margin-bottom: 20px;
}
.popup .compare-table .compare-item .properties-block{
    margin-bottom: 24px;
}
.popup .compare-table .compare-item .properties-block .properties-title{
    font-size: 16px;
    padding: 8px 0;
    min-height: 50px;
    color: #212225;
    font-family: 'futurademic', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    background-color: #f9fbfd;
}
.popup .compare-table .compare-item .properties-block ul{}
.popup .compare-table .compare-item .properties-block ul li{
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #212225;
    font-family: 'futurademic', sans-serif;
    padding: 8px 0;
    min-height: 56px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.popup .compare-table.deposits .compare-item .properties-block ul li{
    font-family: 'futurabookc', sans-serif;
}
.popup .compare-table .compare-item .properties-block ul li .hint{
    text-align: center;
    color: #637282;
    font-size: 12px;
    line-height: 1;
    font-family: 'futurabookc', sans-serif;
    width: 100%;
}
.popup .compare-table .compare-item .properties-block ul li .check{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url("/img/checked.svg") center #ffef00 no-repeat;
    background-size: 10px;
}
.popup .compare-table .compare-item .button-block{
    text-align: center;
}
.popup.popup-ib .popup-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.popup.popup-ib .popup-title{
    font-size: 32px;
    line-height: 1.19;
    text-align: center;
    color: #ffffff;
    font-family: 'futurademic', sans-serif;
    margin-bottom: 56px;
}
.popup.popup-ib .ib-container{
    display: flex;
    width: 100%;
}
.popup.popup-ib .ib-container .ib-block{
    width: 50%;
    text-align: center;
    padding: 70px 90px;
}
.popup.popup-ib .ib-container .ib-block:first-child{
    border-right:1px solid #4f555b;
}
.popup.popup-ib .ib-container .ib-block .image{
    margin-bottom: 60px;
}
.popup.popup-ib .ib-container .ib-block .btn{
    width: 250px;
    margin-bottom: 16px;
}
.popup.popup-ib .ib-container .ib-block p{
    font-size: 14px;
    text-align: center;
    color: #a0a0a0;
    max-width: 230px;
    margin: 0 auto;
    margin-bottom: 32px;
}
.popup.popup-ib .ib-container .ib-block p:last-child{
    margin-bottom: 0;
}
.popup.popup-ib .ib-container .ib-block .line{
    width: 40px;
    height: 1px;
    background-color: #97a4b1;
    margin: 0 auto;
    margin-bottom: 32px;
}
.popup.popup-ib .ib-container .ib-block .apps a{
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
}
.popup.popup-ib .ib-container .ib-block .ib-business-entities{
    font-size: 16px;
    line-height: 1.38;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 32px;
}
.confirmation-popup.open {
    display: block;
}
.popup.confirmation-popup .popup-container{
    width: 796px;
    border-radius: 4px;
}
.popup.confirmation-popup .popup-body{
    text-align: center;
}
.popup.confirmation-popup .popup-body h1,
.popup.confirmation-popup .popup-body .popup-title{
    font-size: 40px;
    line-height: 1.2;
    font-family: 'futurademic', sans-serif;
    text-align: center;
    color: #4baf50;
    margin-bottom: 16px;
}
#popup-error .popup-body h1,
#popup-error .popup-body .popup-title{
    color: #ed4337;
}
.popup.confirmation-popup .popup-body h4,
.popup.confirmation-popup .popup-body .popup-description{
    font-size: 18px;
    line-height: 1.33;
    text-align: center;
    color: #637282;
    font-weight: 300;
    margin-bottom: 40px;
}
.popup.confirmation-popup .popup-body a.btn{
    min-width: 160px;
    height: 48px;
    line-height: 34px;
    margin: 0 8px;
}
.popup.confirmation-popup .popup-body form{
    width: 562px;
    margin: 0 auto;
    text-align: right;
    padding-top: 40px;
}
.popup.confirmation-popup .popup-body form.sms-form{
    width: 210px;
    text-align: center;
    padding-top: 0;
}
.popup.confirmation-popup .popup-body form.sms-form .btn{
    width: 100%;
}
.popup.confirmation-popup .popup-body form label{
    font-size: 16px;
    line-height: 1;
    color: #424242;
    display: block;
    text-align: left;
    font-family: 'futurademic', sans-serif;
    margin-bottom: 8px;
}
.popup.confirmation-popup .popup-body form input{
    height: 48px;
    border-radius: 4px;
    border: solid 1px #767676;
    width: 100%;
    font-size: 16px;
    line-height: 46px;
    color: #767676;
    padding: 5px 16px;
    background: transparent;
    margin-bottom: 32px;
}
.popup.confirmation-popup .popup-body form textarea{
    width: 100%;
    height: 96px;
    border-radius: 4px;
    border: solid 1px #97a4b1;
    font-size: 16px;
    line-height: 24px;
    color: #767676;
    padding: 5px 16px;
    background: transparent;
    margin-bottom: 32px;
}
.call-popup-title{
    font-size: 24px;
    line-height: 1.33;
    font-family: 'futurademic', sans-serif;
    text-align: center;
    color: #212225;
    margin-bottom: 8px;
    padding-top: 40px;
}
.call-popup-description{
    font-size: 18px;
    line-height: 1.33;
    text-align: center;
    color: #637282;
    margin-bottom: 32px;
}
.call-popup-image{
    text-align: center;
    margin-bottom: 32px;
}
.energy-saving-landing .container{
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.energy-saving-landing .intro-section{
    width: 100%;
    height: 600px;
    position: relative;
}
.energy-saving-landing .intro-section .bg-image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
}
.energy-saving-landing .intro-section .container{
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 3;
}
.energy-saving-landing .intro-section h1{
    font-size: 48px;
    font-family: 'futurademic', sans-serif;
    line-height: 1;
    letter-spacing: 0.6px;
    margin-bottom: 24px;
    color: #212225;
}
.energy-saving-landing .intro-section h2{
    font-size: 28px;
    font-family: 'futurabookc', sans-serif;
    font-weight: 300;
    line-height: 1.21;
    margin-bottom: 40px;
    max-width: 520px;
    letter-spacing: normal;
    color: #212225;
}
.energy-saving-landing .intro-section .es-helpers{
    position: absolute;
    left: 20px;
    bottom: 50px;
}
.energy-saving-landing .compensation-section{
    padding-top: 88px;
    padding-bottom: 44px;
}
.energy-saving-landing .compensation-section .container{
    display: flex;
    flex-wrap: wrap;
}
.energy-saving-landing .compensation-section .left-part{
    width: calc(100% - 600px);
}
.energy-saving-landing .compensation-section .left-part h2{
    font-size: 40px;
    font-family: 'futurademic', sans-serif;
    line-height: 1.2;
    letter-spacing: normal;
    color: #212225;
    max-width: 220px;
    margin-bottom: 40px;
}
.energy-saving-landing .compensation-section .compensation-steps{
    width: 600px;
}
.energy-saving-landing .compensation-section .compensation-steps ul{
    counter-reset: section;
}
.energy-saving-landing .compensation-section .compensation-steps ul li{
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #212225;
    position: relative;
    padding-left: 72px;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.energy-saving-landing .compensation-section .compensation-steps ul li:after{
    counter-increment: section;
    content: counter(section);
    font-size: 64px;
    line-height: 64px;
    text-align: center;
    color: #feeb36;
    position: absolute;
    top:0;
    left:0;
    width: 37px;
    height: 48px;
    font-family: 'futurademic', sans-serif;
}
.energy-saving-landing .compensation-section .compensation-steps ul li:before{
    content: '';
    position: absolute;
    bottom: 0;
    left:72px;
    right: 26px;
    height: 1px;
    background: #e0e6ed;
}
.energy-saving-landing .lending-terms-section{
    padding: 44px 0;
}
.energy-saving-landing .lending-terms-section h2{
    font-size: 40px;
    font-family: 'futurademic', sans-serif;
    line-height: 1.2;
    letter-spacing: normal;
    color: #212225;
    margin-bottom: 16px;
}
.energy-saving-landing .lending-terms-section h3{
    font-size: 18px;
    font-family: 'futurabookc', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #637282;
    margin-bottom: 48px;
}
.energy-saving-landing .lending-terms-section .lending-terms-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.energy-saving-landing .lending-terms-section .lending-terms-list .item{
    width: calc(50% - 24px);
    border-radius: 4px;
    background-color: #feeb36;
    padding: 40px 48px;
}
.energy-saving-landing .lending-terms-section .lending-terms-list .item .title{
    font-size: 32px;
    font-family: 'futurademic', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.88;
    letter-spacing: normal;
    color: #212225;
    margin-bottom: 16px;
}
.energy-saving-landing .lending-terms-section .lending-terms-list .item ul{}
.energy-saving-landing .lending-terms-section .lending-terms-list .item ul li{
    font-size: 16px;
    padding-left: 20px;
    position: relative;
    line-height: 1.38;
    letter-spacing: normal;
    color: #212225;
    margin-top: 8px;
}
.energy-saving-landing .lending-terms-section .lending-terms-list .item ul li:after{
    content: '';
    position: absolute;
    top:10px;
    left:5px;
    width: 5px;
    height: 1px;
    background: #212225;
}
.energy-saving-landing .get-money-section{
    padding: 44px 0;
}
.energy-saving-landing .get-money-section h2{
    font-size: 40px;
    font-family: 'futurademic', sans-serif;
    line-height: 1.2;
    letter-spacing: normal;
    color: #212225;
    margin-bottom: 44px;
}
.form-section{
    padding-top: 44px;
    padding-bottom: 88px;
}
.form-section .form-container{
    border-radius: 4px;
    background-color: #f9fbfd;
    padding: 48px;
}
.form-section .form-container h2{
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #212225;
    font-family: 'futurademic', sans-serif;
    margin-bottom: 48px;
}
.form-section .form-container form{
    max-width: 556px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-section .form-container form .form-field {
    width: calc(50% - 16px);
    max-width: 556px;
    margin-bottom: 32px;
    position: relative;
}
.form-section .form-container form .form-field.full-width{
    width: 100%;
}
.form-section .form-container form .form-field label {
    font-size: 16px;
    font-family: 'futurademic', sans-serif;
    color: #424242;
    display: block;
    margin-bottom: 5px;
}
.form-section .form-container form .form-field label span{
    font-size: 14px;
    font-family: 'futurabookc', sans-serif;
    color: #637282;
}
.form-section .form-container form .form-field label.error{
    color: #ed4337;
    font-family: 'futurabookc', sans-serif;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 5px;
}
.form-section .form-container form .form-field input[type="text"] {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    border: solid 1px #767676;
    font-size: 16px;
    color: #767676;
    line-height: 46px;
    padding: 0 16px;
    background: transparent;
    text-transform: uppercase;
}
.form-section .form-container form .form-field input[type="text"]::placeholder{
    text-transform: none !important;
}
.form-section .form-container form .form-field input[type="text"]::-webkit-input-placeholder {
    text-transform: none !important;
}
.form-section .form-container form .form-field input[type="text"]:-moz-placeholder {
    text-transform: none !important;
}
.form-section .form-container form .form-field input[type="text"]::-moz-placeholder {
    text-transform: none !important;
}
.form-section .form-container form .form-field input[type="text"]:-ms-input-placeholder{
    text-transform: none !important;
}
.form-section .form-container form .form-field input[type="text"].error {
    border-color: #ed4337;
}
.form-section .form-container form .form-field .select-container {
    height: 40px;
    position: relative;
}
.form-section .form-container form .form-field select {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    border: solid 1px #767676;
    font-size: 16px;
    color: #767676;
    line-height: 46px;
    padding: 0 16px;
    padding-right:24px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-section .form-container form .form-field select::-ms-expand {
    display: none;
}
.form-section .form-container form .form-field .select-container:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #637282 transparent transparent transparent;
    top: 50%;
    right: 10px;
    margin-top: -1px;
    z-index: 1;
}
.form-section .form-container form .form-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.form-section .form-container form .form-bottom .btn{
    height:48px;
    width: 180px;
    padding: 11px 25px;
}
.form-section .form-container form .form-bottom .checkbox-block{
    max-width:calc(100% - 220px);
    margin-top: 0;
}
.form-section .form-container form .checkbox-block{
    display: block;
    margin-top: 12px;
}
.form-section .form-container form .checkbox-block label{
    font-size: 16px;
    line-height: 18px;
    color: #212225;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    font-family: 'futurabookc', sans-serif;
    margin-bottom: 0;
}
.form-section .form-container form .checkbox-block label + span{
    font-size: 14px;
    color: #637282;
}
.form-section .form-container form .checkbox-block label + span p{
    display: inline-block;
}
.form-section .form-container form .checkbox-block label:after{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px rgba(64, 70, 96, 0.17);
}
.form-section .form-container form .checkbox-block input[type="checkbox"].error + label + label:after{
    border: solid 1px red;
}
.form-section .form-container form .checkbox-block input[type="checkbox"]:checked + label:after{
    background: url("/img/checked.svg") center #ffef00 no-repeat;
    background-size: 65%;
    border: solid 1px #ffef00;
}
.form-section .form-container form .checkbox-block input[type="checkbox"]:checked + label + label:after{
    background: url("/img/checked.svg") center #ffef00 no-repeat;
    background-size: 65%;
    border: solid 1px #ffef00;
}
.form-section .form-container form .form-field input[type="text"]:focus {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    border: solid 1px #1c7fdd;
    background: #fff;
}
.form-section .form-container form  .radio-block{
    margin-top:10px;
}
.form-section .form-container form  .radio-block input[type="radio"] + label{
    font-size: 16px;
    line-height: 18px;
    color: #212225;
    font-family: 'futurabookc', sans-serif;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 5px;
}
.form-section .form-container form  .radio-block input[type="radio"] + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    opacity: 1;
    background-color: transparent;
    border: solid 1px #e8eef4;
    border-radius: 50%;
}
.form-section .form-container form  .radio-block input[type="radio"]:checked + label:before{
    background-color: #ffef00;
    border: solid 1px #ffef00;
}
.form-section .form-container form  .radio-block input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    opacity: 1;
    background-color: #27282d;
    border-radius: 50%;
}
.get-money-section .landing-steps{
    margin-bottom: 0;
}
.uklon-landing{
    background: rgb(228,228,228);
    background: -moz-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(228,228,228,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(228,228,228,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff',GradientType=0 );
    position: relative;
    padding-top: 0;
}
.uklon-landing .car-section{
    position: relative;
    padding-top: 88px;
    overflow: hidden;
}
.uklon-landing .car-section .container{
    position: relative;
    z-index: 3;
}
.uklon-landing .car-section .car-text{
    margin-bottom: 50px;
}
.uklon-landing .car-section .car-text .car-text1{
    font-size: 22px;
    font-family: 'futurademic', sans-serif;
    line-height: 1.45;
    letter-spacing: normal;
    color: #231f20;
}
.uklon-landing .car-section .car-text .car-text2{
    font-size: 32px;
    line-height: 1.17;
    letter-spacing: -0.2px;
    color: #231f20;
    max-width: 450px;
}
.uklon-landing .car-section .car-text .car-text2 strong{
    font-size: 48px;
    font-family: 'futurademic', sans-serif;
}
.uklon-landing .car-section:after{
    content: '';
    position: absolute;
    z-index: 2;
    width: 150%;
    height: calc(50% + 88px);
    background-color: #fff66f;
    top: 0;
    transform-origin: center;
    transform: rotate(-10deg) translateX(-5%) translateY(-57%);
}
.uklon-landing .car-section .car-image{
    text-align: center;
}
.uklon-landing .car-section .car-image img{
    max-width: 100%;
}
.uklon-landing .container{
    max-width: 1024px;
}
.uklon-landing .central-text{
    padding-top: 64px;
    padding-bottom: 100px;
    font-size: 24px;
    position: relative;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #212225;
    background-color: #ffffff;
}
.uklon-landing .central-text:after{
    content: '';
    width: 64px;
    height: 1px;
    background: #feeb36;
    border: solid 4px #feeb36;
    position: absolute;
    bottom: 50px;
    border-radius: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.uklon-features-section{
    padding-bottom: 120px;
}
.uklon-features-section .container{
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
}
.uklon-features-section .features-block{
    border-radius: 8px;
    box-shadow: 0 2px 10px 0 rgba(77, 104, 113, 0);
    background-color: #fff66f;
    width: calc(50% - 12px);
    padding: 40px;
}
.uklon-features-section .features-block h2{
    font-size: 32px;
    font-family: 'futurademic', sans-serif;
    line-height: 1.25;
    letter-spacing: normal;
    color: #231f20;
    margin-bottom: 8px;
}
.uklon-features-section .features-block p{
    font-size: 22px;
    line-height: 1.45;
    margin-bottom: 32px;
    letter-spacing: normal;
    color: #231f20;
}
.uklon-features-section .features-block ul{
    margin-bottom: 54px;
}
.uklon-features-section .features-block ul li{
    font-size: 22px;
    line-height: 1;
    letter-spacing: normal;
    color: #212225;
    margin-bottom: 24px;
    position: relative;
    padding-left: 20px;
}
.uklon-features-section .features-block ul li span{
    font-size: 16px;
}
.uklon-features-section .features-block ul li:before{
    content: '';
    position: absolute;
    top:5px;
    left:0;
    width: 8px;
    height: 8px;
    background-color: #231f20;
    border-radius: 50%;
}
.uklon-features-section .features-block h3{
    font-size: 22px;
    font-family: 'futurademic', sans-serif;
    line-height: 1.45;
    letter-spacing: normal;
    color: #231f20;
    margin-bottom: 24px;
}
.uklon-features-section .features-block table{
    width: 100%;
}
.uklon-features-section .features-block table td{
    font-size: 22px;
    line-height: 1;
    letter-spacing: normal;
    color: #212225;
}
.uklon-features-section .features-block table td:first-child{
    width: 88px;
    height: 88px;
}
.uklon-landing .form-section{
    padding-top: 48px;
    padding-bottom: 60px;
}
.uklon-landing .form-section .form-block{
    border-radius: 4px;
    box-shadow: 0 2px 10px 0 rgba(77, 104, 113, 0.2);
    background-color: #ffffff;
    padding: 40px;
}
.uklon-landing .form-section .form-block .form-title{
    font-size: 32px;
    font-family: 'futurademic', sans-serif;
    line-height: 1;
    letter-spacing: normal;
    color: #231f20;
    margin-bottom: 56px;
}
.uklon-landing .form-section .form-block form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.uklon-landing .form-section .form-block form .form-field {
    width: calc(50% - 16px);
    margin-bottom: 32px;
    position: relative;
}
.uklon-landing .form-section .form-block form .form-field.full-width{
    width: 100%;
}
.uklon-landing .form-section .form-block form .form-field label {
    font-size: 16px;
    font-family: 'futurademic', sans-serif;
    color: #424242;
    display: block;
    margin-bottom: 5px;
}
.uklon-landing .form-section .form-block form .form-field label.error{
    color: #ed4337;
    font-family: 'futurabookc', sans-serif;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 5px;
}
.uklon-landing .form-section .form-block form .form-field input[type="text"] {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    border: solid 1px #767676;
    font-size: 16px;
    color: #767676;
    line-height: 46px;
    padding: 0 16px;
    background: transparent;
}
.uklon-landing .form-section .form-block form .form-field input[type="text"].error {
    border-color: #ed4337;
}
.uklon-landing .form-section .form-block form .form-field .select-container {
    height: 48px;
    position: relative;
}
.uklon-landing .form-section .form-block form .form-field .select-container:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #637282 transparent transparent transparent;
    top: 50%;
    right: 10px;
    margin-top: -1px;
    z-index: 1;
}
.uklon-landing .form-section .form-block form .form-field select {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    border: solid 1px #767676;
    font-size: 16px;
    color: #767676;
    line-height: 46px;
    padding: 0 16px;
    padding-right:24px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.uklon-landing .form-section .form-block form .form-field select::-ms-expand {
    display: none;
}
.uklon-landing .form-section .form-block form .checkbox-block{
    display: inline-block;
    max-width: calc(100% - 150px);
    margin-bottom: 0;
}
.uklon-landing .form-section .form-block .checkbox-block label{
    font-size: 14px;
    line-height: 18px;
    color: #212225;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    font-family: 'futurabookc', sans-serif;
    margin-bottom: 0;
}
.uklon-landing .form-section .form-block .checkbox-block label:after{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px rgba(64, 70, 96, 0.17);
}
.uklon-landing .form-section .form-block .checkbox-block input[type="checkbox"].error + label + label:after{
    border: solid 1px red;
}
.uklon-landing .form-section .form-block .checkbox-block input[type="checkbox"]:checked + label:after{
    background: url("/img/checked.svg") center #ffef00 no-repeat;
    background-size: 65%;
    border: solid 1px #ffef00;
}
.uklon-landing .form-section .form-block .checkbox-block input[type="checkbox"]:checked + label + label:after{
    background: url("/img/checked.svg") center #ffef00 no-repeat;
    background-size: 65%;
    border: solid 1px #ffef00;
}
.uklon-landing .form-section .form-block form .form-field input[type="text"]:focus {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    border: solid 1px #1c7fdd;
    background: #fff;
}
.uklon-landing .form-section .form-block form .bottom-part-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.landing-preloader{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 8990;
}
.landing-preloader svg{
    width: 160px;
    height: 160px;
}
.landing-preloader.show{
    display: flex;
}
.about-fishka-block{
    padding: 60px 0;
}
.about-fishka-block h2{
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #212225;
    margin-bottom: 48px;
    font-family: 'futurademic', sans-serif;
}
.about-fishka-block .cont{
    display: flex;
}
.about-fishka-block .cont .text{
    width: 50%;
}
.about-fishka-block .cont .text p{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #212225;
    margin-bottom: 24px;
}
.about-fishka-block .cont .text p img{
    width: calc(50% - 4px);
    display: inline-block;
    height: auto;
}
.about-fishka-block .cont .image{
    width: 50%;
    text-align: center;
    padding-left: 30px;
}
.about-fishka-block .cont .image img{
    max-width: 100%;
}
.calculated-points-block{
    padding-bottom: 60px;
}
.calculated-points-block h2{
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #212225;
    margin-bottom: 48px;
    font-family: 'futurademic', sans-serif;
}
.calculated-points-block .list{}
.calculated-points-block .list .item{
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 48px;
    padding: 0 24px;
}
.calculated-points-block .list .item.with-hint{
    padding-top: 40px;
}
.calculated-points-block .list .item .hint{
    position: absolute;
    z-index: 2;
    padding: 17px 24px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
    border-radius: 4px;
    top:0;
    left:0;
    background: rgb(255,244,1);
    background: -moz-linear-gradient(top, rgba(255,244,1,1) 0%, rgba(255,223,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,244,1,1) 0%,rgba(255,223,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,244,1,1) 0%,rgba(255,223,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff401', endColorstr='#ffdf00',GradientType=0 );
    width: 100%;
}
.calculated-points-block .list .item .name{
    font-size: 20px;
    font-family: 'futurademic', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #212225;
    width: 35%;
}
.calculated-points-block .list .item .description{
    width: 65%;
    position: relative;
    z-index: 4;
    display: flex;
}
.calculated-points-block .list .item .description.double{
    justify-content: space-between;
}
.calculated-points-block .list .item .description p{
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #000000;
    margin-top: 16px;
}
.calculated-points-block .list .item .description .d-item{
    border-radius: 4px;
    box-shadow: 0 2px 16px 0 rgba(77, 104, 113, 0.1);
    background-color: #ffffff;
    padding: 16px 32px;
    width: 100%;
}
.calculated-points-block .list .item .description .percent{
    display: flex;
    align-items: center;
}
.calculated-points-block .list .item .description .percent .number{
    font-size: 44px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-family: 'futurademic', sans-serif;
    line-height: 1;
    letter-spacing: normal;
    color: #ffdf00;
    width: 120px;
}
.calculated-points-block .list .item .description .percent .number span{
    font-size: 20px;
}
.calculated-points-block .list .item .description .percent .text{
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #000000;
    width: calc(100% - 100px);
}
.calculated-points-block .list .item .description.double .d-item{
    width: calc(50% - 15px);
}
.calculated-points-block .list .item .description.double .percent{
    flex-wrap: wrap;
}
.calculated-points-block .list .item .description.double .percent .number{
    width: 100%;
    margin-bottom: 10px;
}
.calculated-points-block .list .item .description.double .percent .text{
    width: 100%;
}
.calculated-points-block .button-container{
    text-align: right;
}
.connect-now-block{
    padding:60px 0;
}
.connect-now-block h2{
    font-family: 'futurademic', sans-serif;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    color: #212225;
    margin-bottom: 16px;
}
.connect-now-block h3{
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #212225;
    margin-bottom: 24px;
}
.connect-now-block .button-container{
    text-align: center;
}
.business-conditions-section{
    background-color: #fff44c;
    text-align: center;
    padding:36px 0 56px;
    margin-bottom: 64px;
}
.business-conditions-section h3{
    font-size: 32px;
    line-height: 1.25;
    color: #212225;
    font-family: futurademic,sans-serif;
    margin-bottom: 16px;
}
.business-conditions-section .text_big {
    font-size: 22px;
}

/*OVDP landing Start*/
.ovdp-container{
    max-width: 1112px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
.ovdp-title-text{
    line-height: 1.25;
    color: #212225;
}
.ovdp-title-text h3{
    font-size: 32px;
    font-family: futurademic,sans-serif;
}
.ovdp-title-text p{
    font-size: 16px;
    margin-top: 16px;
}
.ovdp-intro-section{
    padding-top: 145px;
}
.ovdp-intro-text{
    max-width: 720px;
}
.ovdp-intro-text h1{
    font-size: 42px;
    font-family: futurademic,sans-serif;
    color: #212225;
    margin-bottom: 16px;
}
.ovdp-intro-text p{
    font-size: 16px;
    line-height: 1.25;
    color: #212225;
}
.ovdp-profit-section{
    height: 192px;
    margin: 64px 0 54px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 100%;
    background-image: linear-gradient(279deg, rgba(247, 247, 247, 0), rgba(249, 250, 252, 0.85) 61%, #f9fbfd),url("/css/images/ovdp-profit.jpg");
}
.ovdp-profit-section .ovdp-title-text{
    max-width: 560px;
    height: 192px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ovdp-benefits-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.ovdp-benefit-item{
    width: 33.3%;
    min-width: 300px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.ovdp-benefit-item img{
    width: 42px;
    height:42px;
}
.ovdp-benefit-item .title{
    font-family: futurademic,sans-serif;
    font-size: 22px;
    margin:24px 0 8px;
    line-height: 1.45;
}
.ovdp-steps-section{
    margin-top: 120px;
}
.ovdp-steps{
    counter-reset: section;
    display: flex;
    flex-wrap: wrap;
    margin: 48px 0 0;
}
.ovdp-steps .item{
    width: 33.33%;
    padding-left: 72px;
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    min-height: 48px;
    color: #212225;
    padding-right: 40px;
    min-width: 300px;
    margin-bottom: 20px;
}
.ovdp-steps .item:after{
    background-color: #000;
    color: #fff;
    counter-increment: section;
    content: counter(section);
    width: 48px;height: 48px;
    border-radius: 50%;
    position: absolute;
    top: 0;left: 0;
    font-size: 24px;
    line-height: 48px;
    font-family: futurademic,sans-serif;
    text-align: center;
}
.ovdp-quotes-section{
    background-color: #f9fbfd;
    padding: 40px 0;
    margin-top: 100px;
}
.ovdp-quotes-titles{
    margin: 40px 0 32px;
    font-size: 22px;
    color: #212225;
    font-weight: 800;
}
.ovdp-table-wrapper{
    width: 100%;
}
.ovdp-table th{
    height: 80px;
    padding-right: 24px;
    padding-bottom: 16px;
}
.ovdp-table th:last-child{
    padding-right: 0;
    padding-bottom: 16px;
}
.ovdp-table th div{
    width: 140px;
    height: 100%;
    background-color: #e0e6ed;
    border-radius: 4px;
    margin: 0 auto;
    padding: 8px 16px;
    text-align: left;
    font-weight: 400;
}
.ovdp-table td{
    height: 104px;
    padding: 8px 0;
}
.ovdp-table td div{
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    padding-left: 16px;
}
.ovdp-feedback-section{
    margin:50px 0 60px;
}
.ovdp-feedback-section .ovdp-container{
    background-color: #f9fbfd;
    padding: 48px 0;
}
.ovdp-feedback-wrapper{
    width: 634px;
    margin: 0 auto;
}
.ovdp-feedback-wrapper .ovdp-title-text p{
    margin:16px 0 48px;
}
.ovdp-form form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ovdp-form .form-field{
    width: calc(50% - 16px);
    margin-bottom: 32px;
    position: relative;
}
.ovdp-form .form-field.full-width{
    width: 100%;
}
.ovdp-form .form-field label{
    font-size: 16px;
    font-family: 'futurademic', sans-serif;
    color: #424242;
    display: block;
    margin-bottom: 5px;
}
.ovdp-form .form-field input[type="text"]{
    width: 100%;
    height: 48px;
    border-radius: 4px;
    border: solid 1px #97a4b1;
    font-size: 16px;
    color: #767676;
    line-height: 46px;
    padding: 0 16px;
    background: transparent;
}
.ovdp-form .bottom-part-form{
    margin-left: auto;
    margin-top: 16px;
}
.ovdp-form .bottom-part-form .btn{
    width: 160px;
}
.ovdp-form .form-field label.error{
    color: #ed4337;
    font-family: futurabookc,sans-serif;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 5px;
}
.invest-limit{
    display: none;
    position: absolute;
    color: #ed4337;
    bottom: -17px;
    left: 0;
    font-size: 12px;
}
.invest-err{
    border-color: red !important
}

.ovdp-feedback-wrapper .checkbox-block {
    display: inline-block;
    max-width: calc(100% - 180px);
    margin-bottom: 0;
}
.ovdp-feedback-wrapper .checkbox-block label{
    font-size: 14px;
    line-height: 18px;
    color: #212225;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    font-family: futurabookc,sans-serif;
    margin-bottom: 0;
}
.ovdp-feedback-wrapper .checkbox-block label:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px rgba(64,70,96,.17);
}
.ovdp-feedback-wrapper .checkbox-block input[type=checkbox]:checked+label:after{
    background: url(/img/checked.svg) center #ffef00 no-repeat;
    background-size: 65%;
    border: solid 1px #ffef00;
}
.ovdp-feedback-wrapper .checkbox-block input[type=checkbox].error+label+label:after{
    border: solid 1px red;
}
/*OVDP landing END*/

/* faq Start */
.faq-section{
    padding: 60px 0;
    background-color: #f9fbfd;
    margin-bottom: 80px;
}

.msb-form-text .title{
    text-align: left;
    max-width: initial!important;
    margin-bottom: 64px!important;
}
.msb-form-text .title strong{
    font-size: 60px!important;
}
.msb-form-text p{
    margin:20px 0;
}
.msb-form-text p:nth-child(2){text-align: left;}
.msb-form-text p:nth-child(3){text-align: center;}
.msb-form-text p:nth-child(4){text-align: right;}
.main-section.msb-landing .first-screen.msb-orange{
    padding-bottom: 1px;
    background: url("/css/images/msb-orange-top.svg") no-repeat right top, url("/css/images/msb-orange-btm.svg") no-repeat left bottom ,linear-gradient(35deg,rgba(255, 248, 0, 0.7),rgba(255, 139, 0, 0.7));
}

.faq-section.white-bg{
    background: #fff;
}
.faq-section .title{
    font-size: 32px;
    line-height: 1.2;
    color: #212225;
    font-family: 'futurademic', sans-serif;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 5px;
}
.faq-section .description{
    font-size: 16px;
    line-height: 1.33;
    margin-bottom: 48px;
    color: #637282;
}
.faq-section .faq-list{
    width: 100%;
    margin: 52px auto 0;
}
.faq-section .faq-list .faq-item{
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px rgba(0, 0, 0, 0.1);
    padding: 0 40px 0 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 12px;
}
.faq-section .faq-list .faq-item .faq-question{
    font-size: 18px;
    line-height: 1.33;
    color: #212225;
    position: relative;
    cursor: pointer;
    padding: 20px 0;
}
.faq-section .faq-list .faq-item .faq-question:after{
    content: '';
    position: absolute;
    top: 50%;
    right: -25px;
    margin-top: -7px;
    width: 24px;
    height: 14px;
    background: url(/img/arrow-faq.svg) center no-repeat;
    background-size: contain;
    transform: rotate(-90deg);
    opacity: 0.5;
}
.faq-section .faq-list .faq-item.open .faq-question:after{
    transform: rotate(0deg);
    opacity: 1;
}
.faq-section .faq-list .faq-item .faq-answer{
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-bottom: 0;
    font-size: 18px;
}
.faq-section .faq-list .faq-item .faq-answer > *:first-child{
    padding-top: 30px;
}
.faq-section .faq-list .faq-item .faq-answer p{
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #637282;
}
.faq-section .faq-list .faq-item .faq-answer .documents-block{
    margin-bottom: 25px;
}
.faq-section .faq-list .faq-item .faq-answer .documents-block .title{
    font-size: 18px;
    line-height: 1.33;
    font-family: 'futurademic', sans-serif;
    color: #212225;
    margin-bottom: 20px;
}
.faq-section .faq-list .faq-item .faq-answer .download-block{
    margin-bottom: 10px;
}
.faq-section .faq-list .faq-item .faq-answer .download-block .download-file{
    display: inline-flex;
    text-decoration: none;
    max-width: 700px;
    margin-bottom: 10px;
}
.faq-section .faq-list .faq-item .faq-answer .download-block .download-file .icon{
    width: 40px;
    height:40px;
    text-align: center;
    margin-right: 32px;
    position: relative;
}
.faq-section .faq-list .faq-item .faq-answer .download-block .download-file .icon:after {
    content: attr(data-ext);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #637282;
    text-transform: uppercase;
    font-size: 8px;
    font-family: 'futurademic', sans-serif;
}
.faq-section .faq-list .faq-item .faq-answer .download-block .download-file .icon span{
    font-size: 14px;
    text-align: center;
    color: #637282;
}
.faq-section .faq-list .faq-item .faq-answer .download-block .download-file .text{
    font-size: 18px;
    line-height: 1.33;
    display: flex;
    align-items: center;
    color: #637282;
    font-family: 'futurademic', sans-serif;
    max-width: calc(100% - 72px);
}
.faq-section .faq-list .faq-item .faq-answer ul{
    margin-bottom: 20px;
}
.faq-section .faq-list .faq-item .faq-answer ul li{
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #637282;
    position: relative;
}
.faq-section .faq-list .faq-item .faq-answer ul li:before{
    content: '';
    position: absolute;
    left:0;
    top:8px;
    width: 20px;
    height: 1px;
    background: #27282d;
}
.faq-section .faq-list .faq-item .faq-answer ol{
    margin-bottom: 20px;
    list-style-type: decimal;
    padding-left: 20px;
}
.faq-section .faq-list .faq-item .faq-answer ol li{
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-left: 10px;
    color: #637282;
    position: relative;
}
.faq-section .faq-list .faq-item.open{
    background: #fff;
}
.faq-section .faq-list .faq-item.open .faq-answer{
    max-height: 500px;
    padding-bottom: 20px;
    overflow-y: auto;
}
/* faq End*/
.msb-landing .first-screen .loan-form-text > p{
    font-size: 22px;
    color: #212225;
}
.msb-landing .first-screen .loan-form-text .title{
    color: #212225;
    font-family: "futurademic", sans-serif;
    margin-bottom: 10px!important;
}
.msb-landing .first-screen .loan-form-text .title strong{
    font-size: 64px!important;
}
.msb-landing .first-screen .loan-form-text .bottom-text{
    margin-top: 64px;
}
.msb-landing .first-screen .loan-form-text .bottom-text p{
    font-size: 32px;
    color: #212225;
    line-height: 1.5;
    font-weight: 700;
    font-family: "futurademic", sans-serif;
}
.orange-gradient{
    background-image: linear-gradient(-20deg, rgba(255, 139, 0, 0.6), rgba(255, 248, 0, 0.6));
    background-color: white;
}
.rbb-logo{
    width: 120px;
    height: 32px;
    margin:0 10px;
}
.rbb-logo img {
    width: 100%;
}
/*dark-theme start*/
body.dark-theme {
    background-color: #27282d;
    color: white;
}
.dark-theme h1, .dark-theme h2, .dark-theme h3, .dark-theme p{
    color: white;
}
.dark-theme .ovdp-profit-section{
    background-image: linear-gradient(277deg, rgba(60, 60, 65, 0), rgba(60, 60, 65, 0.85) 35%, #3c3c41),url(/css/images/ovdp-profit-black.jpg);
}
.dark-theme .ovdp-steps .item{
    color: white;
}
.dark-theme .ovdp-quotes-section{
    background-color: #1c1c1c;
}
.dark-theme .ovdp-table th div{
    background-color: #3c3c41;
}
.dark-theme .ovdp-table td div{
    background-color: #27282d;
}
.dark-theme .ovdp-feedback-section .ovdp-container{
    background-color: #1c1c1c;
}
.dark-theme .ovdp-form .form-field label{
    color: white;
}
.dark-theme .ovdp-form .form-field label.error{
  color: #ed4337;
}
.dark-theme .faq-section{
    background-color: #1c1c1c;
}
.dark-theme .faq-section .faq-list .faq-item{
    border: solid 1px #e0e6ed;
    background-color: #27282d;
}
.dark-theme .faq-section .faq-list .faq-item .faq-question{
    color: white;
}
.dark-theme .faq-section .faq-list .faq-item .faq-question:after{
    filter: invert(1);
    opacity: 1;
}
.dark-theme .faq-section .faq-list .faq-item.open .faq-question:after{
    opacity: 0;
}
.dark-theme .faq-section .faq-list .faq-item .faq-answer p{
    color: white;
}
.dark-theme{}
/*dark-theme end*/
@media screen and (max-width: 1370px){
    .main-section.msb-landing .first-screen{
        max-height: inherit;
        height: auto;
    }
}
@media screen and (max-width: 1260px) {
    .uklon-landing .car-section:after{
        transform: rotate(-10deg) translateX(-5%) translateY(-55%);
    }
}
@media screen and (max-width: 1023px) {
    .main-section h1{
        font-size: 44px;
    }
    .main-section .image-form-block{
        max-width: 492px;
        margin: 0 auto;
        margin-bottom: 0;
    }
    .main-section .image-form-block .form{
        width: 100%;
        padding: 20px;
    }
    .main-section .image-form-block .image {
        display: none;
    }
    .main-section.card-landing .image-form-block .image {
        display: block;
    }
    .main-section.msb-landing .image-form-block .image{
        padding-right: 20px;
        display: block;
        width: 100%;
    }
    .main-section.msb-landing .image-form-block .image .bottom-text{
        font-size: 38px;
        margin-bottom: 40px;
    }
    .main-section.msb-landing .image-form-block .image .bottom-text strong {
        font-size: 44px;
    }
    .main-section.msb-landing .image-form-block .image .top-text{
        font-size: 20px;
        padding-top:0;
        margin-bottom:20px;
    }
    .main-section.card-landing .image-form-block .image .card{
        max-width: 90%;
    }
    .main-section .image-form-block .form form .form-field{
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .borrowers-requirements-section .title{
        font-size:34px;
        margin-bottom:20px;
    }
    .accounts-list .item .top-part .account-title {
        font-size: 28px;
        line-height: 1.1;
    }
    .main-section .image-form-block .image.savings-text{
        padding-right: 0;
    }
    .main-section .image-form-block .image.savings-text h1{
        font-size: 34px;
    }
    .main-section .image-form-block .image.savings-text h3{
        margin-bottom: 15px;
        font-size: 18px;
    }
    .main-section .image-form-block .image.savings-text h2{
        font-size: 24px;
        color: #231f20;
        font-family: futurademic,sans-serif;
        margin-bottom: 16px;
        margin-top: 20px;
    }
    .main-section .image-form-block .image.savings-text ul{
        margin-bottom: 20px;
    }
    .main-section .image-form-block .image.savings-text ul li{
        font-size: 16px;
    }
    .main-section.card-landing .first-screen{
        max-height: inherit;
        height: auto;
    }
    .main-section.card-landing .image-form-block .form{
        margin-bottom: 40px;
    }
    .main-section.card-landing .first-screen.savings-landing{
        max-height: inherit;
    }
    .main-section.card-landing.fishback-landing .first-screen{
        max-height: inherit;
        height: auto;
    }
    .calculated-points-block .list .item .description .percent .number{
        font-size: 30px;
    }
    .calculated-points-block .list .item .description .percent .number{
        width: 90px;
    }
    .calculated-points-block .list .item .description .percent .text{
        font-size: 17px;
        width: calc(100% - 90px);
    }
    .main-section.fishback-landing .image-form-block .image .text{
        margin-bottom: 40px;
    }
    .popup.confirmation-popup .popup-container{
        width: 600px;
    }
    .energy-saving-landing .compensation-section .compensation-steps{
        width: 100%;
        max-width: 600px;
        margin-bottom: 40px;
    }
    .energy-saving-landing .compensation-section .left-part{
        min-width: 280px;
    }
    .energy-saving-landing .compensation-section .container{
        position: relative;
    }
    .energy-saving-landing .compensation-section .left-part .btn-container{
        position: absolute;
        bottom: 0;
    }
    .energy-saving-landing .lending-terms-section .lending-terms-list .item{
        width: calc(50% - 15px);
        padding: 30px;
    }
    .uklon-landing .car-section:after {
        transform: rotate(-10deg) translateX(-5%) translateY(-40%);
    }
    .uklon-landing .form-section .form-block form .checkbox-block{
        margin-bottom: 20px;
    }
    .uklon-features-section .container{
        flex-wrap: wrap;
    }
    .uklon-features-section .features-block{
        width: 100% ;
    }
    .uklon-features-section .features-block:first-child{
        margin-bottom: 40px;
    }
    .ovdp-table-wrapper{
        overflow-x: scroll;
    }
}
@media (max-width: 960px){
    .landing-steps .step{
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .landing-steps .step:last-child{
        margin-bottom: 0;
    }
}
@media (max-width: 770px){
    .main-section{
        padding: 48px 0 65px;
    }
    .main-section .connect-now-block{
        padding: 5px 0;
    }
    .main-section.msb-landing  {
        padding: 0;
    }
    .accounts-list{
        margin: 0 -30px 60px;
    }
    .accounts-list .item .bottom-part{
        height: 360px;
    }
    .accounts-list .item .top-part{
        height: 200px;
    }
}
@media screen and (max-width: 767px) {
    .popup.confirmation-popup .popup-container{
        width: 90%;
        padding: 20px;
    }
    .popup.confirmation-popup .popup-body .image img{
        width: 100%;
    }
    .main-section h1{
        font-size: 24px;
    }
    .main-section h2 {
        font-size: 16px;
    }
    .main-section .image-form-block .image{
        width: 100%;
    }
    .main-section.msb-landing .image-form-block .image,
    .main-section .image-form-block .image.savings-text{
        display:block;
        width: 100%;
    }
    .main-section.card-landing .image-form-block .image ul li{
        font-size: 14px;
    }
    header .langs{
        margin-left: auto;
    }
    .main-section .image-form-block .form{
        width: 100%;
    }
    .main-section .image-form-block .form .form-calculator .calculator-block{
        width: 100%;
    }
    .main-section .image-form-block .form form .form-field{
        width: 100%;
        margin-bottom: 20px;
    }
    .main-section .image-form-block .form form .checkbox-block{
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px;
    }
    /* .landing-steps .step{
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .landing-steps .step:last-child{
        margin-bottom: 0;
    } */
    .main-section .credit-terms-block h2{
        font-size: 24px;
    }
    .credit-terms-block ul li{
        width: 100%;
        font-size: 14px;
        line-height: 1.25;
        padding-right: 0;
    }
    .credit-terms-block ul li:before{
        right: 0;
    }
    .container{
        padding: 0 20px;
    }
    .main-section .image-form-block .form .calc-result-block span{
        font-size: 24px;
    }
    .credit-terms-block .download-block .download-file .text{
        font-size: 16px;
    }
    .main-section.card-landing .first-screen{
        height: auto;
        max-height: inherit;
        padding-top: 100px;
        margin-bottom: 64px;
        padding-bottom: 10px;
    }
    .accounts-list {
        display: flex;
        justify-content: space-between;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-top: 60px;
        padding-bottom: 105px;
        margin: 0;
    }
    .accounts-list .item{
        min-width: 240px;
    }
    .accounts-list .item .bottom-part{
        height: 250px;
    }
    .main-section.msb-landing .first-screen {
        max-height: inherit;
        height: auto;
        background: url(/img/yellow-rectangle.svg) center top no-repeat;
    }
    .main-section.msb-landing .image-form-block .image .top-text {
        font-size: 20px;
        padding-top: 0;
        margin-bottom: 20px;
    }
    .main-section.msb-landing .image-form-block .image .bottom-text {
        font-size: 28px;
        line-height: 1.1;
        margin-bottom: 30px;
    }
    .main-section.msb-landing .image-form-block .image .bottom-text strong {
        font-size: 30px;
    }
    .main-section .image-form-block .form form .form-field.form-radios{
        flex-wrap: wrap;
    }
    .main-section .image-form-block .form form .form-field .radio-block{
        width: 100%;
    }
    .msb-text{
        font-size: 18px;
        margin-bottom: 40px;
        padding: 40px 0;
    }
    .accounts-list .item .top-part{
        height: 136px;
    }
    .accounts-list .item .middle-part .feature .feature-description{
        font-size: 18px;
    }
    .accounts-list .item .top-part .account-title{
        font-size: 24px;
        height: 64px;
    }
    .borrowers-requirements-section .title{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .borrowers-requirements-section .requirements{
        width:100%;
    }
    .borrowers-requirements-section .requirements ul li{
        font-size: 18px;
    }
    .borrowers-requirements-section .requirements ul li:after{
        font-size: 40px;
        top: 6px;
    }
    .borrowers-requirements-section {
        padding: 40px 0;
        margin-bottom: 60px;
    }
    .product-list-block .block-title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .product-list-block .list .item{
        background-size: cover;
    }
    .product-list-block .list .item .title{
        font-size: 24px;
        line-height: 1;
    }
    .product-list-block .list .item ul{
        padding-left: 0;
    }
    .product-list-block .list .item ul li {
        font-size: 18px;
        line-height: 1;
    }
    .product-list-block .list .item .small-text{
        font-size: 14px;
        padding-left: 0;
    }
    .main-section .image-form-block .image.savings-text h1{
        font-size: 24px;
    }
    .main-section .image-form-block .image.savings-text h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .main-section .image-form-block .image.savings-text ul li{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .main-section .image-form-block .image.savings-text h2{
        font-size: 20px;
        margin-top: 40px;
    }
    .main-section.card-landing .first-screen.savings-landing{
        max-height: inherit;
    }
    .graph-block{
        flex-wrap: wrap;
    }
    .graph-block .month-block{
        width: 100%;
        padding: 10px 0;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    .graph-block .month-block .percent,
    .graph-block .month-block .month{
        width: 14%;
        position: relative;
    }
    .graph-block .month-block .money-percent,
    .graph-block .month-block .money-sum{
        width: 36%;
        height: 38px !important;
        line-height: 38px !important;
        padding: 0;
    }
    .graph-block .month-block .money-sum{
        box-shadow: none !important;
    }
    .graph-block .effect-rate{
        display: none;
    }
    .energy-saving-landing .lending-terms-section .lending-terms-list .item {
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }
    .energy-saving-landing .lending-terms-section .lending-terms-list .item .title{
        font-size: 24px;
    }
    .energy-saving-landing .lending-terms-section .lending-terms-list .item ul li{
        font-size: 14px;
    }
    .energy-saving-landing .lending-terms-section h2,
    .energy-saving-landing .compensation-section .left-part h2,
    .energy-saving-landing .intro-section h1,
    .energy-saving-landing .get-money-section h2,
    .form-section .form-container h2{
        font-size: 32px;
        line-height: 1;
    }
    .energy-saving-landing .lending-terms-section h3,
    .energy-saving-landing .intro-section h2{
        font-size: 16px;
    }
    .energy-saving-landing .compensation-section .compensation-steps ul li{
        font-size: 16px;
        padding-left: 40px;
    }
    .energy-saving-landing .compensation-section .compensation-steps ul li:before{
        left: 40px;
    }
    .energy-saving-landing .compensation-section .compensation-steps ul li:after{
        font-size: 48px;
        line-height: 48px;
        width: 28px;
    }
    .form-section .form-container{
        padding: 20px;
    }
    .form-section .form-container form .form-field{
        width: 100%;
    }
    .form-section .form-container form .form-bottom{
        flex-wrap: wrap;
    }
    .form-section .form-container form .form-bottom .checkbox-block{
        width: 100%;
        max-width: 100%;
        margin-bottom: 16px;
    }
    .energy-saving-landing .compensation-section{
        padding-top: 44px;
        padding-bottom: 22px;
    }
    .energy-saving-landing .get-money-section,
    .energy-saving-landing .lending-terms-section{
        padding: 22px 0;
    }
    .form-section{
        padding-bottom: 44px;
        padding-top: 22px;
    }
    .container.main-container{
        padding: 0 20px;
    }
    .uklon-landing .car-section .car-text .car-text2{
        font-family: 'futurademic', sans-serif;
    }
    .uklon-landing .car-section .car-text .car-text2 strong{
        font-size: 32px;
    }
    .uklon-landing .car-section:after {
        transform: rotate(-10deg) translateX(-5%) translateY(-25%);
    }
    .uklon-landing .central-text {
        padding-top: 40px;
        padding-bottom: 60px;
        font-size: 18px;
    }
    .uklon-landing .central-text:after{
        bottom: 30px;
    }
    .uklon-landing .form-section .form-block{
        padding: 20px;
    }
    .uklon-landing .form-section .form-block .form-title{
        font-size: 24px;
        margin-bottom: 24px;
    }
    .uklon-landing .form-section .form-block form .form-field{
        width: 100%;
    }
    .uklon-landing .form-section .form-block form .checkbox-block{
        max-width: 100%;
    }
    .uklon-features-section .features-block{
        padding: 20px;
    }
    .uklon-features-section .features-block h2{
        font-size: 24px;
    }
    .uklon-features-section .features-block h3,
    .uklon-features-section .features-block ul li,
    .uklon-features-section .features-block p,
    .uklon-features-section .features-block table td{
        font-size: 18px;
    }
    .about-fishka-block .cont{
        flex-wrap: wrap;
    }
    .about-fishka-block .cont .text p img{
        width: 100% !important;
        height: auto !important;
    }
    .about-fishka-block .cont .image{
        width: 100%;
        order: 1;
        padding: 0;
        margin-bottom: 20px;
    }
    .about-fishka-block .cont .text{
        width: 100%;
        order: 2;
    }
    .about-fishka-block h2{
        font-size: 24px;
    }
    .calculated-points-block h2{
        font-size: 24px;
    }
    .calculated-points-block .list .item{
        flex-wrap: wrap;
        padding: 0;
        display: block;
    }
    .calculated-points-block .list .item .name{
        width: 100%;
        margin-bottom: 20px;
        font-size: 18px;
        order: 1;
    }
    .calculated-points-block .list .item .description{
        width: 100%;
        order: 3;
    }
    .calculated-points-block .list .item .hint{
        position: relative;
        margin-bottom: 20px;
        order: 2;
        width: calc(100% + 40px);
        left: -20px;
        top: inherit;
        border-radius: inherit;
    }
    .calculated-points-block .list .item.with-hint{
        padding: 0;
    }
    .calculated-points-block .list .item .description .d-item{
        padding: 10px 20px;
    }
    .calculated-points-block .list .item .description.double .d-item{
        width: 100%;
    }
    .calculated-points-block .list .item .description.double .d-item:first-child{
        margin-bottom: 10px;
    }
    .calculated-points-block .list .item .description.double{
        flex-wrap: wrap;
    }
    .calculated-points-block .list .item .description.double .percent .number{
        width: 145px;
    }
    .calculated-points-block .list .item .description.double .percent .text{
        width: calc(100% - 145px);
    }
    .calculated-points-block .list .item .description .percent .number{
        font-size: 32px;
        width: 75px;
    }
    .calculated-points-block .list .item .description .percent .text {
        font-size: 14px;
        width: calc(100% - 75px);
    }
    .main-section.card-landing.fishback-landing h1{
        font-size: 32px;
    }
    .main-section.card-landing.fishback-landing .first-screen{
        background-size:cover !important;
    }
    .ovdp-feedback-wrapper{
        width: 100%;
        padding: 0 20px;
    }
    .ovdp-form .form-field{
        width: 100%;
    }
    .ovdp-form .bottom-part-form{
        margin: 0;
        width: 100%;
    }
    .ovdp-form .bottom-part-form .btn{
        width: 100%;
    }
}
@media (max-width: 450px){
    .main-section .image-form-block .form form .bottom-part-form{
        flex-wrap: wrap;
    }
    .main-section .image-form-block .form .checkbox-block label:after{
        border: solid 1px #404660;
    }
    .main-section .image-form-block .form .checkbox-block input[type="checkbox"]:checked + label:after{
        background-image: url(/img/checked.svg);
        background-position: center;
        background-color:#ffef00;
        background-repeat:no-repeat;
        background-size: 65%;
        border: solid 1px #ffef00;
    }
    .landing-steps .step{
        margin-bottom: 10px;
    }
    .ovdp-steps-section{
        margin-top: 30px;
    }
    .ovdp-quotes-section{
        margin-top: 0;
    }
    .ovdp-feedback-section{
        margin: 0;
    }
}
@media (max-width: 320px) {
    .main-section.msb-landing .image-form-block .image{
        padding-right: 0;
    }
}

@charset "UTF-8";
.main-rbo {
  overflow: hidden;
}

.rbo-header {
  background: none;
  background-color: transparent;
  padding: 24px 0;
}
.rbo-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  padding: 0 48px;
}
.rbo-header .left-part {
  display: flex;
  align-items: center;
}
.rbo-header .left-part .logo > img {
  width: 220px;
  height: 40px;
}
.rbo-header .right-part {
  display: flex;
  align-items: center;
}
.rbo-header .contacts {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
.rbo-header .contacts li {
  font-family: "futurabookc", sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #212225;
  padding-left: 30px;
  margin-right: 37px;
  position: relative;
}
.rbo-header .contacts li:last-child {
  margin-right: 0;
}
.rbo-header .contacts li:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  margin-top: -12px;
}
.rbo-header .contacts li.facebook:before {
  background: url("/img/facebook-rbo.svg") center center no-repeat;
  background-size: contain;
}
.rbo-header .contacts li.phone {
  font-family: "futurademic", sans-serif;
}
.rbo-header .contacts li.phone:before {
  background: url("/img/phone-icon.svg") center center no-repeat;
  background-size: contain;
}
.rbo-header .langs-rbo {
  width: 60px;
  height: 40px;
  padding-top: 10px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.rbo-header .langs-rbo > span {
  font-size: 18px;
  color: #212225;
  position: relative;
}
.rbo-header .langs-rbo > span:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
}
.rbo-header .langs-rbo .other-langs {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 60px;
  border-radius: 2px;
  box-shadow: 0 6px 13px 0 rgba(194, 206, 226, 0.5);
  background-color: #fff;
  border: solid 1px #f9fbfd;
  padding: 8px 0;
  z-index: 20;
}
.rbo-header .langs-rbo .other-langs ul li a {
  color: #212225;
  font-size: 18px;
  text-decoration: none;
  height: 32px;
  display: block;
  line-height: 32px;
}
.rbo-header .langs-rbo.open .other-langs {
  display: block;
}
.rbo-header .arrow-rbo > span:after {
  border-style: none;
}
.rbo-header .online-banking-btn:after {
  content: "";
  background: url(/img/online-banking-icon-white.svg) 0 0 no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.rbo-header.sticky {
  position: fixed;
  height: auto !important;
  z-index: 999;
  width: 100%;
  background-color: #ffffff;
  animation-duration: 0.5s;
  animation-name: showHeader;
  box-shadow: 0 2px 8px 0 rgba(156, 155, 155, 0.3);
}

.section-new-rbo {
  margin-bottom: 118px;
  margin-top: 64px;
  position: relative;
}
.section-new-rbo:after {
  content: "";
  display: inline-block;
  width: 150px;
  height: 244px;
  background: url("/img/paporot.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: -41px;
  right: 0;
  z-index: -5;
}
.section-new-rbo__container {
  position: relative;
}
.section-new-rbo__container .state {
  position: absolute;
}
.section-new-rbo__container h1 {
  font-family: "futurademic", sans-serif;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.38px;
  text-align: center;
  color: #212225;
  margin-bottom: 16px;
  position: relative;
}
.section-new-rbo__container h1 .beta {
  display: inline-block;
  width: 34px;
  height: 16px;
  position: absolute;
  top: 0;
}
.section-new-rbo__container h1[data-state=none] .beta {
  display: none;
}
.section-new-rbo__container p {
  font-family: "futurabookc", sans-serif;
  font-size: 22px;
  line-height: 1.45;
  text-align: center;
  color: #212225;
}
.section-new-rbo__container .visual-info {
  margin-top: 72px;
  position: relative;
}
.section-new-rbo__container .visual-info .main-img {
  max-width: 1240px;
  max-height: 445px;
  width: 100%;
  height: auto;
}
.section-new-rbo__container .visual-info .inner-img {
  position: absolute;
}
.section-new-rbo__container .visual-info .inner-img_1 {
  width: 19.2%;
  height: 70%;
  top: 20%;
  left: 6%;
}
.section-new-rbo__container .visual-info .inner-img_2 {
  width: 48%;
  height: 83%;
  top: 5%;
  left: 26%;
}
.section-new-rbo__container .visual-info .inner-img_3 {
  width: 19.1%;
  height: 70%;
  top: 20%;
  right: 6.01%;
}

.section-common-rbo {
  padding: 140px 0;
}
.section-common-rbo.reverse .container {
  flex-direction: row-reverse;
}
.section-common-rbo.reverse .container .wrap-img {
  margin-right: 0;
}
.section-common-rbo.reverse .container > .content {
  margin-right: 15px;
}
.section-common-rbo .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.section-common-rbo .container .wrap-img {
  position: relative;
  max-height: 390px;
  margin-right: 15px;
}
.section-common-rbo .container .wrap-img__icon {
  max-width: 574px;
  width: 100%;
  height: auto;
}
.section-common-rbo .container .internal-img__icon {
  position: absolute;
  top: 12%;
  left: 8%;
  width: 80%;
  z-index: 3;
}
.section-common-rbo .container .content {
  max-width: 303px;
  min-width: 270px;
}
.section-common-rbo .container .content h2 {
  font-family: "futurademic", sans-serif;
  font-size: 32px;
  line-height: 1.25;
  color: #27282d;
  margin-bottom: 16px;
}
.section-common-rbo .container .content p {
  font-family: "futurabookc", sans-serif;
  font-size: 22px;
  line-height: 1.45;
  color: #212225;
}
.section-common-rbo .container .content ul li {
  font-family: "futurabookc", sans-serif;
  font-size: 22px;
  line-height: 1.45;
  color: #212225;
  position: relative;
  margin-bottom: 8px;
  text-indent: -1.5rem;
}
.section-common-rbo .container .content ul li:before {
  content: "•";
  margin: 0 0.5rem 0 0;
  color: #ffef00;
  width: 8px;
  height: 8px;
}

.section-new-advantages.reverse .container .wrap-img:before {
  display: none;
}
.section-new-advantages .container {
  position: relative;
}
.section-new-advantages .container .wrap-img {
  position: relative;
}
.section-new-advantages .container .wrap-img:before {
  content: "";
  position: absolute;
  display: block;
  width: 406px;
  height: 371px;
  background: url("/img/hand.png") center center no-repeat;
  background-size: contain;
  top: 30%;
  left: -35%;
  z-index: 5;
}
.section-new-advantages .container:before, .section-new-advantages .container:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -5;
}
.section-new-advantages .container:before {
  background: url("/img/screpki.png") center center no-repeat;
  background-size: contain;
  right: -3%;
  top: 10%;
  width: 96px;
  height: 101px;
}
.section-new-advantages .container:after {
  background: url("/img/glass.png") center center no-repeat;
  background-size: contain;
  left: 30%;
  bottom: -60%;
  width: 255px;
  height: 166px;
}

.section-managment-access .container {
  position: relative;
}
.section-managment-access .container:before, .section-managment-access .container:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -5;
}
.section-managment-access .container:before {
  background: url("/img/travel.png") center center no-repeat;
  background-size: contain;
  right: 0;
  top: -45%;
  width: 358px;
  height: 453px;
}
.section-managment-access .container:after {
  background: url("/img/coffee.png") center center no-repeat;
  background-size: contain;
  left: 33%;
  bottom: -60%;
  width: 182px;
  height: 182px;
}

.section-workflow {
  position: relative;
}
.section-workflow:before, .section-workflow:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -5;
}
.section-workflow:before {
  background: url("/img/paper_tablet.png") center center no-repeat;
  background-size: contain;
  right: -20%;
  top: -3%;
  width: 635px;
  height: 504px;
}
.section-workflow:after {
  background: url("/img/paper.png") center center no-repeat;
  background-size: contain;
  left: 0;
  bottom: -10%;
  width: 494px;
  height: 564px;
}

.section-all-operations .container {
  position: relative;
}
.section-all-operations .container:before, .section-all-operations .container:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -5;
}
.section-all-operations .container:before {
  background: url("/img/apple-icon.png") center center no-repeat;
  background-size: contain;
  right: 0;
  top: -60%;
  width: 271px;
  height: 188px;
}
.section-all-operations .container:after {
  background: url("/img/pen.png") center center no-repeat;
  background-size: contain;
  left: 0;
  bottom: -25%;
  width: 274px;
  height: 134px;
}

.section-dashboard {
  margin-top: 62px;
  margin-bottom: 100px;
}
.section-dashboard .container h2 {
  font-family: "futurademic", sans-serif;
  font-size: 42px;
  line-height: 1.14;
  text-align: center;
  color: #27282d;
}
.section-dashboard .container p {
  margin-bottom: 16px;
  font-family: "futurabookc", sans-serif;
  font-size: 22px;
  line-height: 1.45;
  text-align: center;
  color: #212225;
}
.section-dashboard .container .img-wrap {
  position: relative;
}
.section-dashboard .container .img-wrap .border-img {
  max-width: 1181px;
  margin-top: 64px;
  width: 100%;
  height: auto;
}
.section-dashboard .container .img-wrap .internal-img {
  display: block;
  width: 76%;
  height: 77%;
  position: absolute;
  top: 12%;
  left: 12%;
  background: url("/img/screen_dashboard.png") center center no-repeat;
  background-size: contain;
}

.section-online-banner {
  padding-top: 68px;
  padding-bottom: 68px;
}
.section-online-banner .container .banner-block {
  padding: 32px 56px 40px;
}
.section-online-banner .container .banner-block h2 {
  font-family: "futurademic", sans-serif;
  font-size: 32px;
  line-height: 1.31;
  color: #27282d;
  max-width: 540px;
  margin-bottom: 16px;
}
.section-online-banner .container .banner-block p {
  font-family: "futurabookc", sans-serif;
  font-size: 22px;
  line-height: 1.45;
  color: #212225;
  max-width: 540px;
  margin-bottom: 24px;
}
.section-online-banner .container .banner-block a {
  min-width: 160px;
}

.section-useful-info {
  position: relative;
  padding: 48px 0 52px;
  background-color: #f9fbfd;
  margin-top: 80px;
  margin-bottom: 50px;
}
.section-useful-info .landing-preloader {
  position: absolute;
  top: 0;
  left: 0;
}

.section-info-block {
  padding-top: 50px;
  margin-bottom: 208px;
}
.section-info-block .contacts-block .contact {
  min-width: 33.33%;
  max-width: 700px;
  padding: 0 10px;
}
.section-info-block .contacts-block .contact.full-width {
  width: 100%;
}
.section-info-block .contacts-block .contact.full-width .description {
  display: flex;
  flex-wrap: wrap;
}
.section-info-block .contacts-block .contact.full-width .description p, .section-info-block .contacts-block .contact.full-width .description a {
  width: 50%;
  max-width: 50%;
  padding-left: 30px;
}
.section-info-block .contacts-block .contact .title {
  font-size: 18px;
  line-height: 1.33;
  text-align: left;
  margin-bottom: 28px;
  color: #27282d;
  position: relative;
  font-family: "futurademic", sans-serif;
}
.section-info-block .contacts-block .contact .title:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 64px;
  height: 4px;
  background-color: #e0e6ed;
}
.section-info-block .contacts-block .contact .description table {
  width: 100%;
}
.section-info-block .contacts-block .contact .description table td {
  padding: 5px;
  vertical-align: top;
}
.section-info-block .contacts-block .contact .description p, .section-info-block .contacts-block .contact .description a {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #637282;
  margin-bottom: 10px;
}
.section-info-block .contacts-block .contact .description .address, .section-info-block .contacts-block .contact .description .loc {
  padding-left: 30px;
  background: url("/img/contact-loc.png") 0 0 no-repeat;
}
.section-info-block .contacts-block .contact .description .email {
  padding-left: 30px;
  background: url("/img/contact-email.png") 0 0 no-repeat;
}
.section-info-block .contacts-block .contact .description .person {
  padding-left: 30px;
  background: url("/img/contact-person.png") 0 0 no-repeat;
}
.section-info-block .contacts-block .contact .description .phone {
  padding-left: 30px;
  background: url("/img/contact-phone.png") 0 0 no-repeat;
}
.section-info-block .contacts-block .contact .description .site {
  padding-left: 30px;
  background: url("/img/contact-site.png") 0 0 no-repeat;
}
.section-info-block .contacts-block .contact .description .time {
  padding-left: 30px;
  background: url("/img/contact-time.png") 0 0 no-repeat;
}

footer .footer-rbo {
  text-align: center;
}

@keyframes showHeader {
  from {
    top: -70px;
  }
  to {
    top: 0;
  }
}
.popup-cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  display: none;
}
.popup-cookies.open {
  display: block;
}
.popup-cookies__b-head {
  padding: 6px 49px;
  background-color: #ffed43;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.popup-cookies__b-head .content {
  display: flex;
  align-items: center;
}
.popup-cookies__b-head .content p {
  font-family: "futurademic", sans-serif;
  line-height: 17px;
  font-size: 14px;
  color: #27282d;
  margin-right: 24px;
}
.popup-cookies__b-head .content .b_btns {
  display: flex;
  align-items: center;
}
.popup-cookies__b-head .content button {
  font: inherit;
  font-family: futurabookc, sans-serif;
  min-width: 100px;
  height: 24px;
  font-size: 14px;
  margin-right: 16px;
  line-height: 11px;
  background: white;
  color: #27282d;
  text-decoration: none;
  outline: none;
  transition: 0.3s;
  cursor: pointer;
  padding: 6px 25px;
  border-radius: 4px;
  border: 0.5px solid rgba(0, 0, 0, 0.7);
}
.popup-cookies__b-head .content button:hover {
  border-color: white;
}
.popup-cookies__b-head .content button:active {
  border-radius: 0;
}
.popup-cookies__b-head .content .toggler {
  font-family: "futurabookc", sans-serif;
  font-size: 14px;
  color: #27282d;
  text-decoration: underline;
  position: relative;
}
.popup-cookies__b-head .content .toggler span {
  font-size: 16px;
  line-height: 24px;
  color: #212225;
  font-family: futurademic, sans-serif;
  display: inline-block;
}
.popup-cookies__b-head .content .toggler:after {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  right: -19px;
  width: 11px;
  height: 6px;
  background: url("/img/down-arrow.png") 0 0 no-repeat;
}
.popup-cookies__b-head .content .toggler span + span {
  display: none;
}
.popup-cookies__b-head .content .toggler.open span:first-child {
  display: none;
}
.popup-cookies__b-head .content .toggler.open span + span {
  display: inline-block;
}
.popup-cookies__b-head .content .toggler.open:after {
  transform: rotate(180deg);
}
.popup-cookies__b-head .close {
  position: absolute;
  top: 12px;
  right: 49px;
  cursor: pointer;
}
.popup-cookies__b-content {
  padding: 0 49px 0;
  background-color: #fff484;
  height: 120px;
  font-family: "futurabookc", sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #27282d;
  max-height: 0;
  overflow: hidden;
  transition: max-width 0.3s, padding 0.3s linear;
}
.popup-cookies__b-content.show {
  padding: 8px 49px 16px;
  max-height: 2000px;
  overflow: auto;
}
.popup-cookies__b-content.show::-webkit-scrollbar {
  display: none;
}
.popup-cookies__b-content a {
  cursor: pointer;
  color: #000;
}

.fop-popup {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s;
}
.fop-popup.show {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.2s, opacity 0.2s;
}
.fop-popup.show .fop-popup__container {
  animation-duration: 0.4s;
  animation-name: showPopup;
}
.fop-popup__container {
  width: calc(100% - (100% - 954px));
  padding: 78px 15px 102px;
  border-radius: 8px;
  box-shadow: 0 2px 10px 0 rgba(101, 128, 133, 0.21);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fop-popup__container h2 {
  font-family: "futurademic", sans-serif;
  font-size: 32px;
  line-height: 1.31;
  color: #212225;
  margin-bottom: 8px;
}
.fop-popup__container p {
  font-family: "futurabookc", sans-serif;
  font-size: 22px;
  line-height: 1.45;
  text-align: center;
  color: #212225;
  margin-bottom: 24px;
}
.fop-popup__btn {
  width: 234px;
  height: 48px;
  margin-bottom: 16px;
  font-family: "futurabookc", sans-serif;
  font-size: 16px;
  color: #000000;
}
.fop-popup__cancel {
  font-family: "futurabookc", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  color: #212225;
}

@keyframes showPopup {
  from {
    transform: translateY(-30%);
    visibility: hidden;
  }
  to {
    transform: translateY(0);
    visibility: visible;
  }
}
@media screen and (max-width: 900px) {
  .rbo-header {
    padding: 24px 15px;
    margin-bottom: 16px;
  }
  .rbo-header .container {
    display: flex;
    flex-direction: column;
    align-items: inherit;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .rbo-header .container .left-part {
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .rbo-header .container .left-part .logo > img {
    width: 169px;
    height: 31px;
  }
  .rbo-header .container .right-part {
    flex-direction: column-reverse;
    align-items: center;
  }
  .rbo-header .container .right-part .contacts {
    width: 100%;
    margin: 24px 0;
    display: flex;
    justify-content: space-between;
  }
  .rbo-header .container .right-part .contacts li {
    font-size: 12px;
    line-height: 1.67;
    padding-left: 25px;
    margin-right: 0;
  }
  .rbo-header .container .right-part .contacts li:before {
    width: 17px;
    height: 17px;
    margin-top: -8px;
  }
  .rbo-header .container .right-part a.btn {
    width: 100%;
  }
  .rbo-header .online-banking-btn:after {
    display: none;
  }
  .section-new-rbo {
    margin-top: 64px;
  }
  .rm-block-mb {
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    margin: 0 !important;
  }
}
@media screen and (max-width: 890px) {
  .section-new-rbo__container h1 {
    width: 65%;
    margin: 0 auto 16px;
  }
  .section-common-rbo.reverse .container {
    flex-direction: column;
  }
  .section-common-rbo.reverse .container .wrap-img {
    margin-right: 0;
  }
  .section-common-rbo.reverse .container > .content {
    margin-right: 0;
  }
  .section-common-rbo .container {
    flex-direction: column;
  }
  .section-common-rbo .container .wrap-img {
    margin-bottom: 20px;
  }
  .section-common-rbo .container .content {
    max-width: 50%;
  }
  .section-new-advantages .container:after {
    left: 30%;
    top: -25%;
    width: 255px;
    height: 166px;
  }
  .section-workflow:before {
    display: none;
  }
  .section-new-advantages .container .wrap-img:before {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .section-new-rbo {
    margin-bottom: 50px;
  }
  .section-new-rbo:after {
    display: none;
  }
  .section-new-rbo__container h1 {
    font-size: 30px;
    width: 55%;
    margin: 0 auto 16px;
  }
  .section-new-rbo__container p {
    font-size: 14px;
  }
  .section-online-banner .container .banner-block {
    padding: 32px 56px 40px;
  }
  .section-online-banner .container .banner-block h2 {
    font-size: 25px;
  }
  .section-online-banner .container .banner-block p {
    font-size: 14px;
  }
  .section-common-rbo {
    padding: 80px 0;
  }
  .section-common-rbo .container {
    flex-direction: column;
    align-items: baseline;
  }
  .section-common-rbo .container .content {
    max-width: 50%;
  }
  .section-common-rbo .container .content h2 {
    font-size: 30px;
  }
  .section-common-rbo .container .content p {
    font-size: 18px;
  }
  .section-new-advantages .container:before {
    right: 10%;
    top: 40px;
    width: 96px;
    height: 101px;
  }
  .section-new-advantages .container:after {
    left: 30%;
    top: -25%;
    width: 155px;
    height: 166px;
  }
  .section-managment-access .container:before {
    right: 0;
    top: -45%;
    width: 280px;
    height: 453px;
  }
  .section-managment-access .container:after {
    left: 33%;
    bottom: -60%;
    width: 182px;
    height: 182px;
  }
  .section-workflow:before {
    right: 0;
    top: -45%;
    width: 358px;
    height: 453px;
  }
  .section-workflow:after {
    display: none;
  }
  .section-all-operations .container:before {
    right: 0;
    top: -60%;
    width: 271px;
    height: 188px;
  }
  .section-all-operations .container:after {
    left: 0;
    bottom: -25%;
    width: 274px;
    height: 134px;
  }
  .section-dashboard {
    margin-bottom: 50px;
  }
  .section-dashboard .container h2 {
    font-size: 30px;
  }
  .section-dashboard .container p {
    font-size: 18px;
  }
  .section-useful-info {
    margin-top: 0;
  }
  .section-info-block {
    padding-top: 0;
    margin-bottom: 58px;
  }
  .section-info-block .contacts-block .contact.full-width .description {
    display: flex;
    flex-direction: column;
  }
  .section-info-block .contacts-block .contact.full-width .description p,
  .section-info-block .contacts-block .contact.full-width .description a {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .section-new-rbo {
    margin-top: 0;
  }
  .section-new-rbo__container h1 {
    width: 81%;
  }
}
@media screen and (max-width: 1000px) {
  .section-dashboard .container .img-wrap .internal-img {
    width: 76%;
    height: 76%;
    top: 15%;
    left: 12%;
  }
}
@media screen and (max-width: 740px) {
  .section-dashboard .container .img-wrap .internal-img {
    width: 76%;
    height: 72%;
    top: 17%;
    left: 12%;
  }
}
@media screen and (max-width: 613px) {
  .section-dashboard .container .img-wrap .internal-img {
    width: 76%;
    height: 69%;
    top: 20%;
    left: 12%;
  }
}
@media screen and (max-width: 513px) {
  .section-dashboard .container .img-wrap .internal-img {
    width: 76%;
    height: 65%;
    top: 23%;
    left: 12%;
  }
}
@media screen and (max-width: 404px) {
  .section-dashboard .container .img-wrap .internal-img {
    width: 76%;
    height: 63%;
    top: 27%;
    left: 12%;
  }
}
@media screen and (max-width: 990px) {
  .popup-cookies__b-head {
    padding: 10px 49px;
  }
  .popup-cookies__b-head .content {
    flex-direction: column;
    align-items: flex-start;
  }
  .popup-cookies__b-head .content p {
    margin-bottom: 10px;
  }
  .popup-cookies__b-head .content .b_btns {
    margin-bottom: 10px;
  }
  .popup-cookies__b-head .content .toggler span {
    font-size: 12px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 600px) {
  .fop-popup__container {
    padding: 60px 15px;
  }
  .fop-popup__container h2 {
    text-align: center;
    font-size: 22px;
  }
  .fop-popup__container p {
    font-size: 16px;
  }
  .fop-popup__btn {
    width: 100%;
  }
}

.helpful-page-section.new-style .helpful-container {
  justify-content: space-between;
  align-items: stretch;
}
.helpful-page-section.new-style .helpful-container .helpful__wrap {
  flex: 0 1 calc(66% - 12px);
  width: calc(66% - 12px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 16px;
  background-color: #f9fbfd;
}
.helpful-page-section.new-style .helpful-container .helpful__wrap .text {
  min-width: 195px;
  font-size: 22px;
  color: #212225;
}
.helpful-page-section.new-style .helpful-container .helpful__wrap .btns {
  margin-right: 0;
  display: flex;
  align-items: center;
}
.helpful-page-section.new-style .helpful-container .helpful__wrap .btns .btn {
  display: flex;
  align-items: center;
  height: auto;
}
.helpful-page-section.new-style .helpful-container .helpful__wrap .btns .btn:first-child {
  margin-right: 24px;
}
.helpful-page-section.new-style .helpful-container .helpful__wrap .btns .btn__text {
  margin-right: 9px;
  font-size: 22px;
}
.helpful-page-section.new-style .helpful-container .helpful__wrap .btns .btn__icon-like, .helpful-page-section.new-style .helpful-container .helpful__wrap .btns .btn__icon-dislike {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  transition: all 0.3s ease;
}
.helpful-page-section.new-style .helpful-container .helpful__wrap .btns .btn__icon-dislike {
  transform: scaleY(-1);
  filter: FlipV;
}
.helpful-page-section.new-style .helpful-container .helpful__wrap .btns .btn__wrap {
  width: 32px;
  height: 32px;
  position: relative;
}
.helpful-page-section.new-style .helpful-container .helpful__wrap .btns .btn:hover {
  background: #000000 !important;
}
.helpful-page-section.new-style .helpful-container .helpful__wrap .btns .btn .on-hover-img {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.helpful-page-section.new-style .helpful-container .helpful__wrap .btns .yes-btn:hover .btn__icon-like,
.helpful-page-section.new-style .helpful-container .helpful__wrap .btns .yes-btn:hover .btn__icon-dislike {
  opacity: 0;
  visibility: hidden;
}
.helpful-page-section.new-style .helpful-container .helpful__wrap .btns .yes-btn:hover .on-hover-img {
  opacity: 1;
  visibility: visible;
}
.helpful-page-section.new-style .helpful-container .helpful__wrap .btns .no-btn:hover .btn__icon-like,
.helpful-page-section.new-style .helpful-container .helpful__wrap .btns .no-btn:hover .btn__icon-dislike {
  opacity: 0;
  visibility: hidden;
}
.helpful-page-section.new-style .helpful-container .helpful__wrap .btns .no-btn:hover .on-hover-img {
  opacity: 1;
  visibility: visible;
}
.helpful-page-section.new-style .helpful-container .share {
  flex: 0 1 calc(34% - 12px);
  width: calc(34% - 12px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212225;
  background-color: #f9fbfd;
}
.helpful-page-section.new-style .helpful-container .share > span {
  margin-right: 32px;
  font-size: 22px;
}
.helpful-page-section.new-style .helpful-container .share a {
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: block;
}
.helpful-page-section.new-style .helpful-container .share a:last-child {
  margin-left: 24px;
}

@media screen and (max-width: 1023px) {
  .helpful-page-section.new-style .helpful-container .helpful__wrap .text {
    font-size: 20px;
    margin-right: 1.5em;
  }
  .helpful-page-section.new-style .helpful-container .helpful__wrap .text .btns .btn span {
    font-size: 20px;
  }
  .helpful-page-section.new-style .helpful-container .helpful__wrap .text .btns .btn:first-child {
    margin-right: 12px;
  }
  .helpful-page-section.new-style .share {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .helpful-page-section.new-style .helpful-container {
    display: block;
  }
  .helpful-page-section.new-style .helpful-container .helpful__wrap {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  .helpful-page-section.new-style .helpful-container .share {
    flex: 0 0 100%;
    width: 100%;
    padding: 32px 16px;
  }
}
@media screen and (max-width: 767px) {
  .helpful-page-section.new-style {
    padding: 16px 0;
  }
  .helpful-page-section.new-style .container {
    padding: 0;
  }
  .helpful-page-section.new-style .helpful-container .helpful__wrap {
    flex-direction: column;
  }
  .helpful-page-section.new-style .helpful-container .helpful__wrap .text {
    margin-right: 0;
    font-size: 22px;
  }
  .helpful-page-section.new-style .helpful-container .helpful__wrap .btns {
    justify-content: center;
  }
  .helpful-page-section.new-style .helpful-container .helpful__wrap .btns .btn span {
    margin-right: 5px;
    font-size: 17.6px;
  }
  .helpful-page-section.new-style .helpful-container .helpful__wrap .btns .btn__wrap {
    width: 26px;
    height: 26px;
  }
  .helpful-page-section.new-style .helpful-container .helpful__wrap .btns .btn:first-child {
    margin-right: 24px;
  }
  .helpful-page-section.new-style .helpful-container .share {
    font-size: 16px;
  }
  .helpful-page-section.new-style .helpful-container .share .fb {
    margin-left: 16px;
  }
  .helpful-page-section.new-style .helpful-container .share .tw {
    margin-left: 13px;
  }
}

footer .top-footer .footer-rates .footer-rates__exchange-text {
  margin-bottom: 0;
  font-size: 16px;
}

footer .top-footer .footer-rates .hide .rate-currency {
  cursor: auto;
}

.footer-rates {
  position: relative;
  padding: 6px 16px;
  background-color: #F9FBFD;
  border-radius: 4px;
  box-shadow: 1px 2px 4px rgba(133, 164, 176, 0.3);
}
.footer-rates .arrow {
  width: 0;
  height: 0;
  margin-left: 10px;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #a1a4ae transparent transparent transparent;
}
.footer-rates__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.footer-rates__head .arrow {
  transform: rotate(180deg) translateY(-50%);
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.footer-rates__head .arrow:hover {
  transform: rotate(0deg) translateY(50%);
}
.footer-rates .rates-block {
  margin-bottom: 18px;
  cursor: pointer;
}
.footer-rates .rates-block__wrapper {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 10;
  width: 101%;
  transform: translate(-50%);
  padding: 6px 16px;
  overflow: hidden;
  background-color: #F9FBFD;
  border-radius: 4px;
  box-shadow: 1px 2px 4px rgba(133, 164, 176, 0.3);
}
.footer-rates .rates-block__wrapper .rates-block {
  cursor: auto;
}
.footer-rates .rates-block__wrapper .rate-numbers .arrow {
  opacity: 0;
}
.footer-rates .rates-block:last-child {
  margin-bottom: 0;
}
.footer-rates .rates-block .rate-currency > span {
  font-size: 16px;
}
.footer-rates .rates-block .rate-currency > span::after {
  display: none;
}
.footer-rates .rates-block .rate-numbers > span {
  font-size: 16px;
}

.block-title.footer-rates__head {
  margin-bottom: 0;
}

footer .top-footer .footer-rates .block-title a {
  font-size: 16px;
  color: #637282;
}

@media screen and (max-width: 1023px) {
  footer .top-footer .footer-rates {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  footer .top-footer .footer-rates .footer-rates__exchange-text {
    margin-bottom: 0;
    font-size: 13px;
  }
  footer .top-footer .footer-rates .rate-currency,
  footer .top-footer .footer-rates .rate-numbers span:first-child {
    margin-right: 15px;
  }
  footer .top-footer .footer-rates .rate-currency span,
  footer .top-footer .footer-rates .rate-numbers span,
  footer .top-footer .footer-rates .block-title a {
    font-size: 13px;
  }
  .footer-rates {
    padding: 4px 12px;
    order: -1;
  }
  .footer-rates .rates-block {
    margin-bottom: 8px;
  }
  .footer-rates .rates-block__wrapper {
    padding: 4px 12px;
  }
}
.rates-block__wrapper.hide {
  animation: hideRates 0.4s linear;
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.rates-block__wrapper.show {
  animation: showRates 0.4s linear;
  height: auto;
  opacity: 1;
  visibility: visible;
}

@keyframes showRates {
  from {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  to {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes hideRates {
  from {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  to {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
}
.dark-theme .footer-rates {
  background-color: #27282d;
}
.dark-theme .footer-rates .rates-block__wrapper {
  background-color: #27282d;
}
.dark-theme footer .top-footer .footer-rates .footer-rates__exchange-text {
  color: #ffffff;
}

.main-section.msb-landing .container.main-container.main-container_block {
  display: block;
}
.main-section.msb-landing .container.main-container.main-container_block .accounts-list {
  margin-bottom: 104px;
}

.main-section.msb-landing .first-screen.msb-orange {
  margin-bottom: 96px;
}
.main-section.msb-landing .landing-steps {
  margin-bottom: 88px;
}

@media screen and (max-width: 1199px) {
  .main-section.msb-landing .first-screen.msb-orange {
    background: no-repeat center top;
  }
}
@media screen and (max-width: 767px) {
  .main-section.msb-landing .container.main-container.main-container_block .accounts-list {
    margin: 0;
  }
  .main-section.msb-landing .first-screen.msb-orange {
    margin-bottom: 48px;
  }
  .main-section.msb-landing .landing-steps {
    margin-bottom: 44px;
  }
}
.popup-cookies__b-head .content .btn.white-btn {
  font-family: "futurabookc", sans-serif;
}

header .logo {
  max-width: 310px;
  min-width: 150px;
  width: 100%;
  height: auto;
}
header .logo img {
  width: 100%;
  height: auto;
}
header .rbb-logo {
  max-width: 120px;
  width: 100%;
  height: auto;
}

.accounts-list .item {
  width: 100%;
}

.intro-slider-section {
  height: auto;
  min-height: 600px;
}
@media screen and (max-width: 1499px) {
  .intro-slider-section {
    min-height: 416px;
  }
}
@media screen and (max-width: 1300px) {
  .intro-slider-section {
    min-height: 350px;
  }
}
.intro-slider-section .intro-slider {
  height: 100%;
  min-height: 600px;
}
@media screen and (max-width: 1499px) {
  .intro-slider-section .intro-slider {
    min-height: 416px;
  }
}
@media screen and (max-width: 1300px) {
  .intro-slider-section .intro-slider {
    min-height: 350px;
  }
}
.intro-slider-section .intro-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.intro-slider-section .intro-slider .slider-item {
  height: auto;
  min-height: 600px;
}
@media screen and (max-width: 1499px) {
  .intro-slider-section .intro-slider .slider-item {
    min-height: 416px;
  }
}
@media screen and (max-width: 1300px) {
  .intro-slider-section .intro-slider .slider-item {
    min-height: 350px;
  }
}
.intro-slider-section .intro-slider .slider-item .container {
  padding: 50px 20px 75px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 600px;
}
@media screen and (max-width: 1499px) {
  .intro-slider-section .intro-slider .slider-item .container {
    min-height: 416px;
  }
}
@media screen and (max-width: 1300px) {
  .intro-slider-section .intro-slider .slider-item .container {
    min-height: 350px;
  }
}
.intro-slider-section .intro-slider .slider-item .container .back-to-main {
  position: static;
  display: inline-block;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .intro-slider-section {
    min-height: 225px;
  }
  .intro-slider-section .intro-slider {
    min-height: 225px;
  }
  .intro-slider-section .intro-slider .slider-item {
    min-height: 225px;
  }
  .intro-slider-section .intro-slider .slider-item .container {
    height: 100%;
    min-height: 225px;
    padding: 32px 20px 24px;
  }
}
@media screen and (max-width: 767px) {
  .corporate-slider-container .intro-slider-section {
    height: 100%;
    min-height: 225px;
  }
}
@media screen and (max-width: 767px) {
  .apple-pay-page {
    height: 100%;
    min-height: 225px;
  }
  .apple-pay-page .back-to {
    position: static;
  }
}
.loan-cash-slider .intro-slider-section {
  height: 100%;
}

.hidden {
  visibility: hidden;
  display: none;
  overflow: hidden;
}

.main-container .landing-steps {
  margin-bottom: 30px;
}

.main-section.card-landing .image-form-block .image .card img {
  width: 266px;
  max-height: 168px;
  height: auto;
}

.main-section.card-landing.fishback-landing .image-form-block .image .card img {
  width: 338px;
  max-height: 220px;
  height: auto;
}

.checkbox-block.checkbox-block-blade label {
  font-size: 14px;
  line-height: 18px;
  color: #212225;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-family: "futurabookc", sans-serif;
}

.checkbox-block.checkbox-block-blade label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px rgba(64, 70, 96, 0.17);
}

.checkbox-block.checkbox-block-blade input[type=checkbox]:checked + label:after {
  background: url(/img/checked.svg) center #ffef00 no-repeat;
  background-size: 65%;
  border: solid 1px #ffef00;
}

.checkbox-block.checkbox-block-blade input[type=checkbox].error + label + label:after {
  border: solid 1px red;
}

.premium .checkbox-block.checkbox-block-blade label {
  color: #fff;
}
.premium .checkbox-block.checkbox-block-blade label a {
  color: #fff;
  text-decoration: underline;
}

.main-section .image-form-block .form .checkbox-block label,
.form-section .form-container form .checkbox-block label,
.uklon-landing .form-section .form-block .checkbox-block label,
.checkbox-block.checkbox-block-blade label {
  margin-bottom: 16px;
  display: block;
}

.main-section .image-form-block .form .checkbox-block label:last-child,
.form-section .form-container form .checkbox-block label:last-child,
.uklon-landing .form-section .form-block .checkbox-block label:last-child,
.checkbox-block.checkbox-block-blade label:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .main-section .image-form-block .form form .checkbox-block,
  .checkbox-block.checkbox-block-blade {
    margin-bottom: 16px;
  }
}

.main-rbo .container {
  max-width: 1064px;
  padding: 0 20px;
}
.section-dashboard {
  margin: 0;
  padding-top: 60px;
  padding-bottom: 100px;
}
.rbo-header{
  background-color: #ffffff;
}

.popup.popup-ib .popup-body {
  display: block;
}

.popup.popup-ib .ib-container .ib-block {
  padding: 107px 49px 114px 48px;
}
.popup.popup-ib .ib-container .ib-block p {
  max-width: 100%;
  margin-bottom: 0;
  text-align: left;
  color: #000000;
}
.popup.popup-ib .ib-container .ib-block a:hover p {
  color: #ffffff;
}
.popup.popup-ib .ib-container .ib-block.ib-block_right p{
  color: #ffffff;
}

@media screen and (max-width: 900px){
  .rbo-header .container .right-part .contacts{
    display: none;
  }
}

@media (max-width: 1023px) {
  .popup.popup-ib .popup-container {
    width: 100%;
    height: 100%;
    transform: none;
  }
  .popup.popup-ib .popup-close {
    top: 9px;
    right: 8px;
  }
  .popup.popup-ib .ib-container .ib-block{
      padding: 56px 24px 114px;
  }
}

@media (min-height: 720px) and (max-width: 1290px) {
  .popup.popup-ib .ib-container .ib-block {
    padding: 56px 24px 114px;
  }
}

@media screen and (max-height: 768px) and (min-width: 812px) {
  .popup.popup-ib .ib-container .ib-block {
      justify-content: flex-start;
  }
}
 
@media screen and (max-width: 767px) {
  .popup.popup-ib .ib-container{
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
  }
  .popup.popup-ib .ib-container .ib-block {
      max-width: 100%;
      width: 100%;
      height: 100%;
      padding-bottom: 56px;
  }
  .popup.popup-ib .ib-container .ib-block_left .apps {
    margin-bottom: 0;
  }
  .popup.popup-ib .ib-container .ib-block .image{
      margin-bottom: 34px;
  }
  .popup.popup-ib .ib-container .ib-block .ib__wrap {
      margin-bottom: 24px;
  }
  .popup.popup-ib .ib-container .ib-block .link__wrap {
      margin-bottom: 16px;
  }
}

@media screen and (max-width: 400px) {
  .popup.popup-ib .ib-container .ib-block .link__online {
    padding: 16px;
  }
  .popup.popup-ib .ib-container .ib-block .link__online p {
    font-size: 12px;
  }
  .popup.popup-ib .ib-container .ib-block .link__online .link__title {
      font-size: 16px;
      line-height: 20px;
  }
  .popup.popup-ib .ib-container .ib-block .apps a {
    margin: 0 3px;
  }
}
.btn-block-center a {
  padding: 9px 26px;
  line-height: 1.45;
  border: 1px solid #C6CFDA;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
.btn-block-center a span {
  font-size: 22px;
  color: #27282d;
  line-height: 1;
}
.btn-block-center a:hover {
  background-color: #000000 !important;
}
.btn-block-center a:hover span {
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .btn-block-center {
    margin-top: 16px;
  }
  .btn-block-center a {
    width: 100%;
    line-height: 1.25;
  }
  .btn-block-center a span {
    font-size: 16px;
  }
}

.section-new-rbo {
  margin-top: 0;
  margin-bottom: 205px;
}
.section-new-rbo .visual-info {
  position: relative;
  max-width: 892px;
  width: 100%;
  margin: auto;
  margin-top: 0;
  margin-bottom: 63px;
  padding-bottom: 48%;
}
.section-new-rbo .visual-info .main-img {
  position: absolute;
}
.section-new-rbo .visual-info .main-img_mac {
  top: 15px;
  left: 0;
  z-index: 2;
  width: 73%;
  height: auto;
}
.section-new-rbo .visual-info .main-img_ipad {
  right: 0;
  top: 21%;
  z-index: 4;
  width: 46%;
  height: auto;
}
.section-new-rbo .visual-info .main-img_iphone {
  left: 50%;
  bottom: 17px;
  z-index: 6;
  width: 19%;
  transform: translateX(-26%);
}
.section-new-rbo .visual-info .inner-img {
  border-radius: 10px;
}
.section-new-rbo .visual-info .inner-img_1 {
  width: calc(56% + 4px);
  height: auto;
  top: 11%;
  left: 9%;
  transform: translate(-8px, -3px);
  z-index: 3;
}
.section-new-rbo .visual-info .inner-img_2 {
  width: 43%;
  height: auto;
  top: 24%;
  left: 98.5%;
  z-index: 5;
  transform: translate(-100%, -3px);
}
.section-new-rbo .visual-info .inner-img_3 {
  width: calc(13% - 6px);
  height: auto;
  top: 90.5%;
  right: 39%;
  z-index: 7;
  transform: translate(-3px, -100%);
}
.section-new-rbo h1 {
  margin-bottom: 8px;
  font-size: 42px;
  line-height: 1.14;
}
.section-new-rbo .btn-block-center .btn {
  border: none;
}
@media screen and (max-width: 1199px) {
  .section-new-rbo .visual-info {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 991px) {
  .section-new-rbo .visual-info {
    padding-bottom: 55.77%;
  }
  .section-new-rbo .visual-info .main-img_iphone {
    bottom: 4%;
    width: 18.5%;
  }
}
@media screen and (max-width: 890px) {
  .section-new-rbo h1 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-new-rbo {
    margin-bottom: 64px;
  }
  .section-new-rbo .visual-info {
    margin-bottom: 32px;
  }
  .section-new-rbo h1 {
    font-size: 32px;
    line-height: 1.31;
    letter-spacing: -0.25px;
  }
  .section-new-rbo .btn-block-center {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .section-new-rbo h1 {
    width: 100%;
  }
  .section-new-rbo p {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .section-new-rbo .visual-info {
    margin-bottom: 24px;
  }
  .section-new-rbo .visual-info .main-img_mac {
    top: 5%;
    height: 77%;
  }
  .section-new-rbo .visual-info .main-img_iphone {
    width: 18%;
    height: 57%;
  }
  .section-new-rbo .visual-info .inner-img_1 {
    width: 56%;
    left: 9.4%;
    transform: translate(-4px, -3px);
  }
  .section-new-rbo .visual-info .inner-img_3 {
    height: 46.5%;
    transform: translate(-4px, -100%);
  }
}
@media screen and (max-width: 450px) {
  .section-new-rbo h1 {
    width: 100%;
  }
}

.section-mobile-app {
  margin-bottom: 120px;
  padding: 40px 0;
  background-color: #f9fbfd;
}
.section-mobile-app .container {
  max-width: 960px;
  padding: 0;
}
.section-mobile-app .container img {
  max-width: 100%;
  max-width: 350px;
}
.section-mobile-app__container {
  position: relative;
}
.section-mobile-app__banner {
  position: absolute;
  left: -5%;
  bottom: -40px;
}
.section-mobile-app__content {
  padding-left: 324px;
}
.section-mobile-app__content h2 {
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 1.31;
}
.section-mobile-app__content p {
  font-size: 22px;
  line-height: 1.45;
}
.section-mobile-app__content .b-download__b-links {
  margin-top: 24px;
}
.section-mobile-app__content .b-download__b-links .b-download__links a {
  width: 135px;
  height: 40px;
  background-color: #000000;
  border: 1px solid #ffffff;
  border-radius: 6px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.section-mobile-app__content .b-download__b-links .b-download__links a img {
  width: 135px;
  height: 40px;
}
.section-mobile-app__content .b-download__b-links .b-download__links a:first-child {
  margin-right: 10px;
}
.section-mobile-app__content .b-download__b-links .b-download__links a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1199px) {
  .section-mobile-app {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-mobile-app {
    margin-bottom: 40px;
  }
  .section-mobile-app__banner {
    display: none;
  }
  .section-mobile-app__content {
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .section-mobile-app {
    padding: 32px 16px 40px;
  }
  .section-mobile-app__content h2 {
    font-size: 22px;
    line-height: 1.45;
  }
  .section-mobile-app__content p {
    font-size: 16px;
    line-height: 1.25;
  }
}

.section-common-rbo .container .wrap-img__icon {
  max-width: 560px;
}
.section-common-rbo .container .wrap-img__icon__iphone {
  max-width: 170px;
}
.section-common-rbo .container .wrap-img .internal-img__icon {
  top: 8%;
  left: 6%;
  width: 85%;
  border-radius: 5px;
}
.section-common-rbo .container .wrap-img .internal-img__icon_mobile {
  top: 3.5%;
  left: 7%;
  max-width: 144px;
  width: 85%;
  max-height: 308px;
  height: 100%;
  border-radius: 10px;
}
.section-common-rbo .container .content {
  max-width: 400px;
}
.section-common-rbo .container .content a {
  display: inline-block;
  position: relative;
  margin-top: 16px;
  font-size: 22px;
  line-height: 1.45;
  text-decoration: none;
  color: #212225;
  opacity: 0.4;
  transition: 0.3s ease-in-out;
}
.section-common-rbo .container .content a::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  border-top: 2px solid #27282d;
  border-right: 2px solid #27282d;
}
.section-common-rbo .container .content a:hover {
  text-decoration: underline;
  opacity: 1;
}
@media screen and (max-width: 890px) {
  .section-common-rbo {
    margin-bottom: 40px;
    padding: 0;
  }
  .section-common-rbo .container .wrap-img {
    margin-bottom: 0;
  }
  .section-common-rbo .container .content {
    margin-bottom: 24px;
    order: -1;
  }
}
@media screen and (max-width: 600px) {
  .section-common-rbo .container .content {
    margin-bottom: 24px;
    order: -1;
  }
  .section-common-rbo .container .content h2 {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.45;
  }
  .section-common-rbo .container .content p,
  .section-common-rbo .container .content ul li,
  .section-common-rbo .container .content a {
    font-size: 16px;
    line-height: 1.25;
  }
  .section-common-rbo .container .content a::after {
    width: 7px;
    height: 7px;
  }
}

.section-phone {
  position: relative;
}
.section-phone .section-common-rbo__before {
  right: 0;
  top: -3%;
  max-height: 254px;
}
.section-phone .section-common-rbo__after {
  left: 8%;
  top: -20%;
}
.section-phone:last-child .section-common-rbo__before {
  right: 0;
}

.section-phone.reverse .section-common-rbo__before {
  right: 8%;
}

.credit-conditions-section {
  margin-bottom: 74px;
  padding: 48px 0 64px;
  background: linear-gradient(0deg, #F9FBFD, #F9FBFD), linear-gradient(172.63deg, #E0FEFC -13.47%, #F4E6E4 114.11%);
}
.credit-conditions-section .container {
  max-width: 992px;
  padding: 0 16px;
}
.credit-conditions-section h2 {
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 1.25;
  color: #27282d;
}
.credit-conditions-section .conditions-list .conditions-item {
  position: relative;
  flex: 0 1 calc(50% - 24px);
  width: calc(50% - 24px);
  margin-bottom: 40px;
  padding-left: 48px;
}
.credit-conditions-section .conditions-list .conditions-item .icon {
  position: absolute;
  top: 5px;
  left: 0;
  max-width: 24px;
}
.credit-conditions-section .conditions-list .conditions-item .icon img {
  max-width: 24px;
  width: 24px;
  height: auto;
}
.credit-conditions-section .conditions-list .conditions-item .c-title,
.credit-conditions-section .conditions-list .conditions-item .c-description {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.45;
  color: #27282d;
}
@media screen and (max-width: 767px) {
  .credit-conditions-section {
    margin-bottom: 26px;
    padding: 32px 0 40px;
  }
  .credit-conditions-section h2 {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 1.45;
  }
  .credit-conditions-section .conditions-list .conditions-item {
    margin-bottom: 32px;
    padding-left: 40px;
  }
  .credit-conditions-section .conditions-list .conditions-item:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .credit-conditions-section .conditions-list .conditions-item .c-title,
  .credit-conditions-section .conditions-list .conditions-item .c-description {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 575px) {
  .credit-conditions-section .conditions-list {
    flex-direction: column;
  }
  .credit-conditions-section .conditions-list .conditions-item {
    flex: 0 1 100%;
    width: 100%;
  }
  .credit-conditions-section .conditions-list .conditions-item:nth-last-child(-n+3), .credit-conditions-section .conditions-list .conditions-item:nth-last-child(-n+2) {
    margin-bottom: 32px;
  }
  .credit-conditions-section .conditions-list .conditions-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 520px) {
  .credit-conditions-section .conditions-list .conditions-item {
    text-align: left;
    align-items: flex-start;
  }
}

.section-raiffeisen-research {
  margin-bottom: 75px;
  padding-top: 30px;
}
.section-raiffeisen-research .container {
  max-width: 992px;
  padding: 0 16px;
}
.section-raiffeisen-research__content img {
  display: block;
  margin: auto;
  margin-bottom: 24px;
  width: 64px;
  height: 64px;
}
.section-raiffeisen-research__content h2,
.section-raiffeisen-research__content p {
  font-size: 22px;
  line-height: 1.45;
  text-align: center;
  color: #637282;
}
.section-raiffeisen-research__content h2 {
  margin-bottom: 8px;
}
@media screen and (max-width: 575px) {
  .section-raiffeisen-research {
    margin-bottom: 30px;
  }
  .section-raiffeisen-research h2,
  .section-raiffeisen-research p {
    font-size: 16px;
    line-height: 1.25;
  }
}

.parts-paying-benefits-section .container {
  max-width: 960px;
  padding: 40px 64px;
  border-radius: 8px;
  background: linear-gradient(0deg, #F9FBFD, #F9FBFD), linear-gradient(171.96deg, #E0FEFC -13.47%, #F4E6E4 114.11%);
}
.parts-paying-benefits-section .container h2 {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.45;
  color: #27282d;
}
.parts-paying-benefits-section .container .lists .item-list {
  padding-left: 0;
}
.parts-paying-benefits-section .container .lists .item-list p {
  margin-bottom: 16px;
  padding-left: 42px;
  font-size: 22px;
  line-height: 1.45;
  color: #27282d;
}
.parts-paying-benefits-section .container .lists .item-list p:last-child {
  margin-bottom: 0;
}
.parts-paying-benefits-section .container .lists .item-list p img {
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px !important;
  height: auto !important;
}
.parts-paying-benefits-section .container .lists .item-list p::before {
  display: none;
}
@media screen and (max-width: 991px) {
  .parts-paying-benefits-section .container {
    padding: 32px 20px;
  }
}
@media screen and (max-width: 575px) {
  .parts-paying-benefits-section .container {
    padding: 32px 16px;
  }
  .parts-paying-benefits-section .container .lists {
    flex-direction: column;
  }
  .parts-paying-benefits-section .container .lists .item-list p {
    margin-bottom: 8px;
  }
  .parts-paying-benefits-section .container .lists .item-list p:last-child {
    margin-bottom: 0;
  }
}

.new-banner-section .banner-block {
  max-width: 960px;
  padding: 32px 56px 40px;
  background: center center no-repeat;
  background-size: cover;
}
.new-banner-section .banner-block .text-block .title {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 1.31;
  color: #27282d;
}
.new-banner-section .banner-block .text-block .description {
  font-size: 22px;
  line-height: 1.45;
  color: #212225;
}
.new-banner-section .banner-block .text-block .btn {
  min-width: 160px;
  padding: 11px 25px;
  font-size: 16px;
  line-height: 1.125;
}
.new-banner-section .banner-block .text-block .btn:hover {
  background-color: #000000 !important;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .new-banner-section .banner-block {
    background-image: linear-gradient(0deg, #F9FBFD, #F9FBFD), linear-gradient(171.96deg, #E0FEFC -13.47%, #F4E6E4 114.11%) !important;
    border-radius: 8px;
  }
}
@media screen and (max-width: 575px) {
  .new-banner-section {
    padding: 50px 16px;
  }
  .new-banner-section .banner-block {
    padding: 32px 20px;
  }
  .new-banner-section .banner-block .text-block .title {
    font-size: 22px;
    line-height: 1.45;
  }
  .new-banner-section .banner-block .text-block .description {
    font-size: 16px;
    line-height: 1.25;
  }
  .new-banner-section .banner-block .text-block .btn {
    width: 100%;
  }
}

.section-info-block {
  margin-bottom: 50px;
}
