@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i");

@font-face {
    src: url("../fonts/OfficinaSerifMediumC.woff2") format("woff2"), url("../fonts/OfficinaSerifMediumC.woff") format("woff");
    font-family: "OfficinaSerifMediumC";
    font-weight: 400;
    font-style: normal;
}

@font-face {
    src: url("../fonts/OfficinaSerifBoldOSC.woff2") format("woff2"), url("../fonts/OfficinaSerifBoldOSC.woff") format("woff");
    font-family: "OfficinaSerifOSC";
    font-weight: 400;
    font-style: normal;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
    display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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: super;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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"],
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;
}

/**
 * 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"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    color: #3d3d3d;
    background-color: #fafafa;
}

a {
    color: #1665b3;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

a:hover {
    color: #207dd9;
}

.container {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1040px;
}

@media (max-width: 1023px) {
    .container {
        padding: 0 16px;
    }
}

.button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: solid 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 18px 10px;
    height: 72px;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    background: 50% 50% no-repeat;
    -webkit-transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
    -o-transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
    -moz-transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
    transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
    cursor: pointer;
}

.button svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: fill 0.2s ease, stroke 0.2s ease;
    -o-transition: fill 0.2s ease, stroke 0.2s ease;
    -moz-transition: fill 0.2s ease, stroke 0.2s ease;
    transition: fill 0.2s ease, stroke 0.2s ease;
}

.button--loading {
    font-size: 0;
    background-image: url("../images/button-loading.gif");
}

.button--small {
    border-width: 1px;
    padding: 11px 10px;
    height: 48px;
    font-size: 19px;
    line-height: 24px;
}

.button--gray {
    border-color: #8c9cab;
    color: #fff;
    background-color: #8c9cab;
}

.button--gray svg {
    fill: #fff;
    stroke: #fff;
}

.button--gray:hover {
    border-color: #637388;
    color: #fff;
    background-color: #637388;
}

.button--gray:active {
    border-color: #637388;
    color: #fff;
    background-color: #637388;
}

.button--gray-ghost {
    border-color: #8c9cab;
    color: #637388;
    background-color: transparent;
}

.button--gray-ghost svg {
    fill: #637388;
    stroke: #637388;
}

.button--gray-ghost:hover {
    color: #207dd9;
}

.button--gray-ghost:hover svg {
    fill: #207dd9;
    stroke: #207dd9;
}

.button--red {
    border-color: #c5403c;
    color: #fff;
    background-color: #c5403c;
}

.button--red svg {
    fill: #fff;
    stroke: #fff;
}

.button--red:hover {
    border-color: #9f322f;
    color: #fff;
    background-color: #9f322f;
}

.button--red:active {
    border-color: #64201e;
    color: #fff;
    background-color: #832a27;
}

.button--red-ghost {
    border-color: #c5403c;
    color: #c5403c;
    background-color: transparent;
}

.button--red-ghost svg {
    fill: #c5403c;
    stroke: #c5403c;
}

.button--red-ghost:hover {
    border-color: #c5403c;
    color: #fff;
    background-color: #c5403c;
}

.button--red-ghost:hover svg {
    fill: #fff;
    stroke: #fff;
}

.button--red-ghost:active {
    border-color: #9f322f;
    color: #fff;
    background-color: #9f322f;
}

.button--red-ghost:active svg {
    fill: #fff;
    stroke: #fff;
}

.input {
    border: solid 2px #dce0e4;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    padding: 0 26px;
    height: 72px;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    line-height: 32px;
    color: #000;
    background-color: #fff;
    -webkit-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.input::-webkit-input-placeholder {
    color: #a6a6a6;
    opacity: 1;
}

.input:-moz-placeholder {
    color: #a6a6a6;
    opacity: 1;

}

.input::-moz-placeholder {
    color: #a6a6a6;
    opacity: 1;
}

.input:-ms-input-placeholder {
    color: #a6a6a6;
    opacity: 1;
}

.input::-ms-input-placeholder {
    color: #a6a6a6;
    opacity: 1;
}

.input::placeholder {
    color: #a6a6a6;
    opacity: 1;
}

.input:focus {
    outline: none;
    border-color: #1665b3;
}

.input--error {
    border-color: #c5403c;
}

.input--error:focus {
    border-color: #c5403c;
}

.checkbox {
    position: relative;
    display: inline-block;
    margin-bottom: 18px;
    padding: 10px 0 10px 44px;
    max-width: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox__input {
    position: absolute;
    margin: -1px;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
}

.checkbox__input:checked ~ .checkbox__mark::before {
    opacity: 1;
}

.checkbox__mark {
    position: absolute;
    left: 0;
    top: 8px;
    border: solid 2px #dce0e4;
    width: 28px;
    height: 28px;
    background-color: #fff;
    -webkit-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.checkbox__mark::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    background-color: #66d37e;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.checkbox__text {
    font-size: 19px;
    line-height: 24px;
}

.checkbox__text a {
    border-bottom: solid 1px #1665b3;
    text-decoration: none;
    -webkit-transition: border-color 0.2s ease, color 0.2s ease;
    -o-transition: border-color 0.2s ease, color 0.2s ease;
    -moz-transition: border-color 0.2s ease, color 0.2s ease;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.checkbox__text a:hover {
    border-bottom-color: #207dd9;
}

.checkbox:focus {
    outline: none;
}

.checkbox:focus .checkbox__mark {
    border-color: #1665b3;
}

.radiobox {
    position: relative;
    display: inline-block;
    margin-bottom: 18px;
    padding: 10px 0 10px 44px;
    max-width: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radiobox__input {
    position: absolute;
    margin: -1px;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
}

.radiobox__input:checked ~ .radiobox__mark::before {
    opacity: 1;
}

.radiobox__mark {
    position: absolute;
    left: 0;
    top: 8px;
    border: solid 2px #dce0e4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background-color: #fff;
    -webkit-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.radiobox__mark::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: -8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: #66d37e;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.radiobox__text {
    font-size: 19px;
    line-height: 24px;
}

.radiobox:focus {
    outline: none;
}

.radiobox:focus .radiobox__mark {
    border-color: #1665b3;
}

.field {
    margin-bottom: 28px;
}

.field__label {
    display: block;
    margin-bottom: 12px;
    font-size: 19px;
    line-height: 24px;
}

.field__label sup {
    top: auto;
    font-weight: 700;
    font-size: inherit;
    line-height: inherit;
    color: #c5403c;
}

.field__label a {
    border-bottom: solid 1px #1665b3;
    text-decoration: none;
    -webkit-transition: border-color 0.2s ease, color 0.2s ease;
    -o-transition: border-color 0.2s ease, color 0.2s ease;
    -moz-transition: border-color 0.2s ease, color 0.2s ease;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.field__label a:hover {
    border-bottom-color: #207dd9;
}

.field__input {
    display: block;
    width: 100%;
}

.field__tip {
    margin-top: 12px;
    min-height: 24px;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #a6a6a6;
}

.field__tip a {
    border-bottom: solid 1px #1665b3;
    text-decoration: none;
    -webkit-transition: border-color 0.2s ease, color 0.2s ease;
    -o-transition: border-color 0.2s ease, color 0.2s ease;
    -moz-transition: border-color 0.2s ease, color 0.2s ease;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.field__tip a:hover {
    border-bottom-color: #207dd9;
}

.field:last-child {
    margin-bottom: 0;
}

.form {
    padding: 80px 0;
}

.form__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 116px;
}

.form__footer__button-prev {
    margin: 0 16px;
    padding: 0;
    width: 72px;
}

.form__footer__button-prev svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -13px;
    margin-left: -16.5px;
    width: 33px;
    height: 26px;
}

.form__footer__button-next {
    margin: 0 16px;
    width: 354px;
}

.header {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 100px;
    background-color: #fff;
}

.header__logo {
    display: block;
    width: 240px;
    height: 67px;
}

.header__logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.header__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 12px;
}

.header__info__button {
    margin-right: 45px;
    width: 186px;
}

.header__info__item {
    margin-right: 23px;
}

.header__info__item:last-child {
    margin-right: 0;
}

.header__info__phone a {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.09;
    text-decoration: none;
    color: #3d3d3d;
}

.header__info__text {
    font-size: 16px;
    line-height: 24px;
    color: #a6a6a6;
}

@media (max-width: 1080px) {
    .header {
        display: block;
    }

    .header__info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 30px;
    }

    .header__info__button {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 30px;
        margin-right: 0;
    }

    .header__info__item {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-right: 0;
    }
}

@media (max-width: 1023px) {
    .header {
        padding: 32px 16px;
    }
}

@media (max-width: 490px) {
    .header__info__phone a {
        font-size: 17px;
    }
}

@media (max-width: 359px) {
    .header__info__text {
        font-size: 14px;
    }
}

.footer {
    border-top: solid 1px #dce0e4;
    padding: 36px 0;
    background-color: #fff;
}

.footer__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 12px;
}

.footer__info__button {
    margin-right: 45px;
    width: 260px;
}

.footer__info__item {
    margin-right: 85px;
}

.footer__info__item:first-child {
    margin-right: 72px;
}

.footer__info__phone a {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.85;
    text-decoration: none;
    color: #3d3d3d;
}

.footer__info__text {
    font-size: 16px;
    line-height: 1.5;
    color: #a6a6a6;
}

.footer__copyright {
    margin-top: 43px;
    padding-right: 135px;
    font-size: 12px;
    line-height: 24px;
    color: #a6a6a6;
}

@media (max-width: 960px) {
    .footer__info {
        display: block;
        padding-top: 0;
    }

    .footer__info__item {
        margin-bottom: 15px;
    }

    .footer__info__button {
        margin-right: 0;
        width: 100%;
    }

    .footer__info__phone a {
        font-size: 23px;
    }

    .footer__copyright {
        padding-right: 0;
    }
}

.progress {
    margin-bottom: 32px;
}

.progress__line {
    margin-bottom: 16px;
    height: 4px;
    background-color: #d8d8d8;
}

.progress__passed {
    position: relative;
    height: 100%;
    background-color: #619bbe;
}

.progress__flag {
    position: absolute;
    right: -20px;
    top: -23px;
    width: 23px;
    height: 25px;
}

.progress__flag svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #619bbe;
}

.progress__text {
    font-size: 19px;
    line-height: 24px;
    text-align: center;
}

.progress--step-1 .progress__passed {
    width: 1.04167%;
}

.progress--step-1-2 .progress__passed {
    width: 4.16667%;
}

.progress--step-2 .progress__passed {
    width: 21.875%;
}

.progress--step-3 .progress__passed {
    width: 50%;
}

.progress--step-3-2 .progress__passed {
    width: 68.75%;
}

.progress--step-4 .progress__passed {
    width: 83.33333%;
}

.progress--step-4-2 .progress__passed {
    width: 83.33333%;
}

.progress--step-5 .progress__passed {
    width: 100%;
}

.main-banner {
    background: url("../images/anketa_top.png") no-repeat center top;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.main-banner .container {
    position: relative;
    padding-top: 132px;
    height: 760px;
}

.main-banner__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 159px;
}

.main-banner__column {
    margin-right: 40px;
}

.main-banner__column img {
    display: block;
    width: 240px;
    height: 152px;
    -o-object-fit: contain;
    object-fit: contain;
}

.main-banner__column .button {
    width: 314px;
}

.main-banner__column:last-child {
    margin-right: 0;
    width: 100%;
}

.main-banner__title {
    margin-top: 37px;
    margin-bottom: 12px;
    font-family: "OfficinaSerifOSC", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    color: #3c5069;
}

.main-banner__subtitle {
    margin-bottom: 48px;
    font-family: "OfficinaSerifOSC", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.09;
    color: #3c5069;
}

.main-banner__plate {
    position: absolute;
    left: 40px;
    right: 40px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 25px 30px;
    height: 160px;
    box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.1), 0 0 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.main-banner__plate__item {
    margin: 0 30px;
    width: 240px;
    padding-top: 15px;
}

.main-banner__plate__item__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.5;
    color: #3d3d3d;
    text-align: center;
}

.main-banner__plate__item__text {
    font-size: 19px;
    line-height: 1.26;
    color: #707c88;
    text-align: center;
}

@media (max-width: 1023px) {
    .main-banner__plate__item__title {
        font-size: 23px;
    }
}

@media (max-width: 767px) {
    .main-banner__wrapper {
        display: block;
        padding-top: 30px;
        text-align: center;
    }

    .main-banner__column {
        margin-right: 0;
    }

    .main-banner__column img {
        margin: 0 auto;
    }

    .main-banner__column .button {
        width: 288px;
    }

    .main-banner__title {
        font-size: 40px;
    }

    .main-banner__subtitle {
        font-size: 20px;
    }

    .main-banner__plate {
        position: static;
        display: block;
        margin-top: 40px;
        padding: 20px 30px;
        height: auto;
        text-align: center;
    }

    .main-banner__plate__item {
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: 0;
        width: auto;
    }

    .main-banner__plate__item:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 1600px) {
    .top-slider-text-container {
        top: 10%;
    }
}

@media (min-width: 1280px) {
    #top-carousel .center-block {
        width: 1280px;
    }
}

.advantages {
    padding-top: 234px;
    padding-bottom: 120px;
    background-color: #fff;
}

.advantages__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.advantages__title {
    padding-bottom: 16px;
    font-family: "OfficinaSerifOSC", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.08;
    color: #3d3d3d;
}

.advantages__list p {
    font-size: 16px;
    line-height: 1.75;
    color: #3d3d3d;
}

.advantages img {
    display: block;
    margin-top: 9px;
    margin-right: 66px;
    width: 372px;
    height: 272px;
    -o-object-fit: contain;
    object-fit: contain;
}

.advantages__plate {
    margin-top: 70px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 31px 50px 29px;
    width: 460px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    font-family: "OfficinaSerifMediumC", sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.26;
    color: #3d3d3d;
    background-color: #fff;
}

.advantages__plate:first-child {
    margin-right: 40px;
}

.advantages__plate:last-child {
    margin-right: 0;
}

.advantages__plate--bordered {
    border: solid 3px #efd9a4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 1023px) {
    .advantages {
        padding-top: 195px;
    }

    .advantages img {
        margin-right: 15px;
        width: 310px;
        height: 236px;
    }

    .advantages__plate {
        margin-top: 50px;
        padding: 18px 28px;
    }
}

@media (max-width: 767px) {
    .advantages {
        padding-top: 155px;
        padding-bottom: 30px;
    }

    .advantages__wrapper {
        display: block;
    }

    .advantages img {
        margin: 0 auto;
        width: 274px;
        height: 206px;
    }

    .advantages__title {
        padding-bottom: 0;
        font-size: 30px;
    }

    .advantages__info {
        margin-top: 30px;
    }

    .advantages__plate {
        margin-top: 20px;
        width: auto;
    }

    .advantages__plate:first-child {
        margin-right: 0;
    }
}

@media (min-width: 1280px) {
    #top-carousel .center-block {
        width: 1280px;
    }
}

.steps {
    padding-top: 99px;
    padding-bottom: 95px;
    -webkit-box-shadow: inset 0 0.5px 0 0 #dce0e4, inset 0 -0.5px 0 0 rgba(220, 224, 228, 0.5);
    -moz-box-shadow: inset 0 0.5px 0 0 #dce0e4, inset 0 -0.5px 0 0 rgba(220, 224, 228, 0.5);
    box-shadow: inset 0 0.5px 0 0 #dce0e4, inset 0 -0.5px 0 0 rgba(220, 224, 228, 0.5);
    background-color: #E9E9E9;
}

.steps__title {
    font-family: "OfficinaSerifOSC", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.08;
    text-align: center;
    color: #3d3d3d;
}

.steps__wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 70px;
}

.steps__wrapper::before {
    content: "";
    position: absolute;
    left: 150px;
    right: 150px;
    top: 78px;
    border-bottom: dotted 1px #979797;
}

.steps__item {
    position: relative;
    width: 300px;
    text-align: center;
}

.steps__item__icon {
    margin: 0 auto 45px;
    border: solid 24px #e9e9e9;
    width: 156px;
    height: 156px;
    background-color: #e9e9e9;
}

.steps__item__icon svg {
    display: block;
    width: 108px;
    height: 108px;
    -o-object-fit: contain;
    object-fit: contain;
}

.steps__item__title {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.26;
    letter-spacing: normal;
    color: #3d3d3d;
}

.steps__item__text {
    font-size: 19px;
    line-height: 1.26;
    letter-spacing: normal;
    color: #3d3d3d;
}

.steps .button {
    display: block;
    margin: 0 auto;
    width: 314px;
}

@media (max-width: 815px) {
    .steps {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .steps__title {
        font-size: 30px;
    }

    .steps__wrapper {
        display: block;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .steps__wrapper::before {
        display: none;
    }

    .steps__item {
        margin: 0 auto 20px;
        width: auto;
    }

    .steps__item__icon {
        margin-bottom: 0;
    }

    .steps__item:last-child {
        margin-bottom: 0;
    }

    .steps .button {
        width: 286px;
    }
}

.top-slider-container {
    /* height: 510px; */
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.top-slider-text-container {
    width: 100%;
    position: absolute;
    top: 25%;
    left: 0;
    z-index: 10;
    color: #ffffff;
}

.banner-header {
    color: #3c5069;
}

.pay {
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

.pay__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.pay__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden;
    margin-right: 140px;
    width: 300px;
    height: 436px;
}

.pay__image img {
    display: block;
    width: 300px;
    -o-object-fit: contain;
    object-fit: contain;
}

.pay__info {
    margin-top: 60px;
}

.pay__info__title {
    margin-bottom: 34px;
    font-family: "OfficinaSerifOSC", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.08;
    letter-spacing: normal;
    color: #3d3d3d;
}

.pay__info__list {
    font-size: 19px;
    line-height: 1.26;
    color: #3d3d3d;
}

@media (max-width: 1023px) {
    .pay {
        padding-top: 40px;
    }

    .pay__image {
        margin-right: 50px;
    }

    .pay__info__title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .pay__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pay__image {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 30px;
        margin-right: auto;
        margin-left: auto;
        width: 250px;
        height: 350px;
    }

    .pay__image img {
        width: 100%;
    }

    .pay__info {
        margin-top: 0;
    }
}

.button--red {
    border-bottom: none !important;
    text-decoration: none !important;
    color: #fff !important;
}

.header__logo {
    border-bottom: none !important;
    text-decoration: none;
}

.header__info__phone a, .footer__info__phone a {
    border-bottom: none !important;
}

/*# sourceMappingURL=main.css.map */