@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-focus-ring-color: rgba(255, 255, 255, 0);
    -webkit-text-size-adjust: none;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

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

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

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
  /* 1 */
    -webkit-text-size-adjust: 100%;
  /* 2 */
    -ms-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
  /* 1 */
    -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
  /* 1 */
    padding: 0;
    white-space: normal;
  /* 2 */
    *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
  /* 1 */
    margin: 0;
  /* 2 */
    vertical-align: baseline;
  /* 3 */
    *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
  /* 2 */
    cursor: pointer;
  /* 3 */
    *overflow: visible;
  /* 4 */
}

/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  /* 1 */
    padding: 0;
  /* 2 */
    *height: 13px;
  /* 3 */
    *width: 13px;
  /* 3 */
}

/**
 * 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 */
    -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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
  /* 1 */
    vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

@font-face {
    font-family: 'FontAwesome';
  src: url("../fonts/FontAwesome.eot");
  src: url("../fonts/FontAwesome.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome.woff2") format("woff2"), url("../fonts/FontAwesome.woff") format("woff"), url("../fonts/FontAwesome.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-It.eot");
  src: url("../fonts/MyriadPro-It.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-It.woff2") format("woff2"), url("../fonts/MyriadPro-It.woff") format("woff"), url("../fonts/MyriadPro-It.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
    font-family: 'Inter UI';
  src: url("../fonts/InterUI-Black.eot");
  src: url("../fonts/InterUI-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/InterUI-Black.woff2") format("woff2"), url("../fonts/InterUI-Black.woff") format("woff"), url("../fonts/InterUI-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
  src: url("../fonts/Montserrat-BoldItalic.eot");
  src: url("../fonts/Montserrat-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-BoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-BoldItalic.woff") format("woff"), url("../fonts/Montserrat-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

html, body {
    height: 100%;
}

body {
    line-height: 1.3;
    min-width: 320px;
    font-family: "Roboto", sans-serif;
    background-color: #f1f1f1;
    color: #000000;
}

h2, h3, h4 {
    font-weight: bold;
    margin-bottom: 1.5rem;
}

h1 {
    font-size: 2.4375rem;
    font-weight: 900;
    margin-bottom: 2rem;
}

@media only screen and (max-width: 1023px) {
    h1 {
        font-size: 1.19rem;
    }
}

h2 {
    font-size: 2rem;
}

@media only screen and (max-width: 1023px) {
    h2 {
        font-size: 1.375rem;
    }
}

h3 {
    font-size: 1.625rem;
}

@media only screen and (max-width: 1023px) {
    h3 {
        font-size: 1.25rem;
    }
}

h4, h5 {
    font-size: 1.3125rem;
}

@media only screen and (max-width: 1023px) {
    h4, h5 {
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 1023px) {
    h5 {
        font-size: 1rem;
    }
}

p {
    margin-bottom: 1.9em;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

input::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
}

input::-moz-placeholder {
    font-family: 'Roboto', sans-serif;
}

input:-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
}

input::-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
}

input,
select,
input::placeholder {
    font-family: 'Roboto', sans-serif;
}

b {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.btn {
    border-width: 0;
    border-color: #ff5a00;
    border-style: solid;
    padding: 1.47059em 2.58824em;
    border-radius: 100px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.0625rem;
    font-weight: 500;
    color: #ffffff;
    background: #ff5a00;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    text-decoration: none !important;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    -webkit-box-shadow: 0px 0.65em 0.65em 0px rgba(255, 90, 0, 0.3);
    box-shadow: 0px 0.65em 0.65em 0px rgba(255, 90, 0, 0.3);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:before {
    content: "";
    background: #fff;
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: background 650ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: background 650ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: background 650ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}

.btn:hover {
    background: #ff7b33;
}

.btn:hover:before {
    z-index: 1000;
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn_min-w {
    min-width: 336px;
}

@media only screen and (max-width: 1023px) {
    .btn_min-w {
        min-width: auto;
    }
}

@media only screen and (max-width: 1023px) {
    .btn {
        width: 16.875rem;
        line-height: 1;
        padding: 1.11765em 1.17647em;
    }
}

@media only screen and (min-width: 1024px) {
    .btn br {
        display: none;
    }
}

.btn_sm {
    font-size: 0.875rem;
    padding: 0.71429em 1.71429em;
}

@media only screen and (max-width: 1023px) {
    .btn_sm {
        font-size: 0.625rem;
    }
}

@media only screen and (max-width: 1023px) {
    .btn_sm {
        width: auto;
        min-width: 8.5rem;
    }
}

@media only screen and (max-width: 1023px) {
    .btn_sm-const {
        font-size: 0.875rem !important;
        padding: 1.07143em 2.71429em !important;
    }
}

.btn_sm.btn_border-3 {
    padding: 0.5em 1.5em;
}

@media only screen and (max-width: 1023px) {
    .btn_sm.btn_border-3 {
        padding: 0.57143em 0.85714em;
    }
}

.btn_sm.btn_border-2 {
    padding: 0.57143em 1.57143em;
}

@media only screen and (max-width: 1023px) {
    .btn_sm.btn_border-2 {
        padding: 0.64286em 0.92857em;
    }
}

.btn_sm.btn_border-1 {
    padding: 0.64286em 1.64286em;
}

@media only screen and (max-width: 1023px) {
    .btn_sm.btn_border-1 {
        padding: 0.71429em 1em;
    }
}

.btn_block {
    display: block;
    width: 100%;
}

.btn_bg-transparent {
    background: transparent;
}

.btn_bg-white {
    background: #ffffff;
    color: #000000;
}

.btn_bg-white:hover {
    color: #ffffff;
}

.btn_bg-dark-blue {
    background: #172239;
}

.btn_bg-dark-blue:hover {
    background: #26385d;
}

.btn_color-black {
    color: #000000;
}

.btn_border-3 {
    border-width: 3px;
    padding: 1.29412em 2.41176em;
}

@media only screen and (max-width: 1023px) {
    .btn_border-3 {
        padding: 0.94118em 1em;
    }
}

.btn_border-2 {
    border-width: 2px;
    padding: 1.35294em 2.47059em;
}

@media only screen and (max-width: 1023px) {
    .btn_border-2 {
        padding: 1em 1.05882em;
    }
}

.btn_border-1 {
    border-width: 1px;
    padding: 1.41176em 2.52941em;
}

@media only screen and (max-width: 1023px) {
    .btn_border-1 {
        padding: 1.05882em 1.11765em;
    }
}

.btn_icon:after {
    content: "\f175";
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 1.05em;
    color: #ffffff;
    position: absolute;
    right: 1.3em;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn_border-white {
    border-color: #ffffff;
}

.btn_border-gray {
    border-color: #cdcdcd;
}

.btn_border-blue {
    border-color: #0078d4;
}

.btn_shadow-dark {
    -webkit-box-shadow: 0px 0.65em 0.65em 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0.65em 0.65em 0px rgba(0, 0, 0, 0.2);
}

.btn_shadow-soft {
    -webkit-box-shadow: 0px 0.4em 0.4em 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0.4em 0.4em 0px rgba(0, 0, 0, 0.15);
}

.btn_border-1.btn_empty-lg:before, .btn_border-2.btn_empty-lg:before, .btn_border-3.btn_empty-lg:before, .btn_empty-lg:before {
    content: "";
    background: none;
    height: 0;
    width: 0;
    left: 0;
    opacity: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.btn_border-1.btn_empty-lg:hover, .btn_border-2.btn_empty-lg:hover, .btn_border-3.btn_empty-lg:hover, .btn_empty-lg:hover {
    background: none;
}

.btn_border-1.btn_empty-lg:hover:before, .btn_border-2.btn_empty-lg:hover:before, .btn_border-3.btn_empty-lg:hover:before, .btn_empty-lg:hover:before {
    left: 0;
}

@media only screen and (min-width: 1024px) {
    .btn_border-1.btn_empty-lg, .btn_border-2.btn_empty-lg, .btn_border-3.btn_empty-lg, .btn_empty-lg {
        border: 0;
        padding: 0;
        margin: 0;
        text-align: left;
        text-decoration: none;
        background: transparent;
        color: inherit;
        border-radius: 0;
        font-size: inherit;
        font-weight: 400;
        color: inherit;
        white-space: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.btn_abs-center {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.pick-btn {
    font-size: 1rem;
    border: 1px solid #6491b3;
    padding: 1.5em;
    margin: 0px 5px 5px 0;
    width: 75px;
    height: 70px;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    background: transparent;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    text-decoration: none !important;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-box-shadow: 0px 0.4em 0.4em 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0.4em 0.4em 0px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (max-width: 1023px) {
    .pick-btn {
        font-size: 0.875rem;
        width: 50px;
        height: 45px;
        border-radius: 3px;
        padding: 0.75em;
    }
}

.pick-buttons {
    padding-bottom: 1px;
}

.radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
}

.radio:checked + .pick-btn {
    background: #ff5a00;
    color: #ffffff;
    border-color: transparent;
}

.layout {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    height: 100%;
    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;
}

.keepcenter {
    max-width: 1171px;
    margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
    .keepcenter {
        padding: 0px 60px;
    }
}

@media only screen and (max-width: 1023px) {
    .keepcenter {
        padding: 0px 120px;
    }
}

@media only screen and (max-width: 768px) {
    .keepcenter {
        padding: 0px 80px;
    }
}

@media only screen and (max-width: 567px) {
    .keepcenter {
        padding: 0px 18px;
    }
}

@media only screen and (max-width: 567px) {
    .keepcenter_narrow-indent-mob {
        padding: 0px 10px;
    }

    .keepcenter_narrow-indent-mob .fix-narrow-indent {
        margin-left: 8px;
    }
}

.main {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.image-holder {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.image-holder:before {
    display: block;
    padding-top: 79.3%;
    content: "";
}

.image-holder .image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-holder .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.relative {
    position: relative;
}

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

.required:before {
    content: "*";
    position: absolute;
    top: 45%;
    right: -0.66em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: inherit;
    color: #ff5a00;
}

@media only screen and (max-width: 1023px) {
    .hidden-mob {
        display: none !important;
    }
}

@media only screen and (min-width: 1024px) {
    .hidden-lg {
        display: none !important;
    }
}

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

.header {
    background-image: url("../img/background_1.1.jpg");
    background-position: 50% 50%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 1.25em;
    padding-bottom: 2.375em;
    color: #ffffff;
    z-index: 100;
}

@media only screen and (max-width: 1023px) {
    .header {
        padding: 0;
    }
}

.header a {
    color: #ffffff;
}

.header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
    .header__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: 1.0625rem;
    }
}

@media only screen and (max-width: 1023px) {
    .header__left-column {
        background-color: #ffffff;
        text-align: center;
        padding: 0.75em 0px;
        margin-right: -120px;
        margin-left: -120px;
        margin-bottom: 1.125em;
    }
}

@media only screen and (max-width: 768px) {
    .header__left-column {
        margin-right: -80px;
        margin-left: -80px;
    }
}

@media only screen and (max-width: 567px) {
    .header__left-column {
        margin-right: -10px;
        margin-left: -10px;
    }
}

.header .header__logo {
    display: inline-block;
    max-width: 288px;
    min-width: 180px;
}

@media only screen and (max-width: 1023px) {
    .header__right-column {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.header__contact {
    margin-bottom: 1rem;
}

@media only screen and (max-width: 1023px) {
    .header__contact {
        margin-bottom: 0;
    }
}

.header__contact .contact-label {
    font-size: 0.875rem;
}

@media only screen and (max-width: 1023px) {
    .header__contact .contact-label {
        display: none;
    }
}

.header__contact .contact {
    font-size: 1.375rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
}

@media only screen and (max-width: 1023px) {
    .header__contact .contact {
        font-size: 0.625rem;
    }
}

.header_no-bg {
    background: transparent;
}

.header_absolute-lg {
    position: absolute;
    left: 0;
    top: 0;
}

.section {
    position: relative;
}

.section:before, .section:after {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}

.marked-title {
    position: relative;
}

.marked-title:after {
    content: "";
    width: 115px;
    height: 3px;
    position: absolute;
    bottom: -0.625em;
    left: 0;
    background-image: url("../img/art_work_4.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% 50%;
}

.marked-title_center {
    text-align: center;
}

.marked-title_center:after {
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.linear-shadow {
    position: relative;
    z-index: 1;
}

.linear-shadow:before, .linear-shadow:after {
    content: "";
    height: 5px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.linear-shadow:before {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    background-color: #d2d2d2;
    top: -webkit-calc(100% + 3px);
    top: calc(100% + 3px);
}

.linear-shadow:after {
    top: 100%;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    background-color: #e0e0e0;
}

.head-section {
    text-align: center;
    color: #ffffff;
    padding-top: 1.25em;
    background-image: url("../img/background_1.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.head-section:after {
    width: 100%;
    height: 628px;
    left: 0;
    bottom: -185px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    background-image: url("../img/background_0.png");
    background-position: 50% 50%;
}

@media only screen and (max-width: 1919px) {
    .head-section:after {
        height: 32.70833vw;
        bottom: -9.63542vw;
    }
}

@media only screen and (max-width: 1023px) {
    .head-section:after {
        height: 83.75vw;
        bottom: -31.25vw;
        background-image: url("../img/background_0m.png");
    }
}

@media only screen and (max-width: 1023px) {
    .head-section {
        padding-top: 9.75rem;
    }
}

.head-section__column {
    position: relative;
    z-index: 10;
    display: inline-block;
    max-width: 45.7%;
}

@media only screen and (max-width: 1023px) {
    .head-section__column {
        max-width: 100%;
    }
}

.head-section__logo {
    text-decoration: none;
    display: inline-block;
    width: 82px;
    margin-bottom: 2.875rem;
}

@media only screen and (max-width: 1023px) {
    .head-section__logo {
        display: none;
    }
}

.head-section__title {
    margin-bottom: 0.38em;
}

@media only screen and (max-width: 1023px) {
    .head-section__title {
        margin-bottom: 1.5rem;
    }
}

.head-section__title .weight-lighter {
    font-weight: 500;
}

.head-section__title .highlighted {
    display: block;
    font-size: 5.125rem;
    text-transform: uppercase;
}

@media only screen and (max-width: 1023px) {
    .head-section__title .highlighted {
        font-size: 2.25rem;
    }
}

.head-section__subtitle {
    font-size: 1.375rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 1.31818em;
}

@media only screen and (max-width: 1023px) {
    .head-section__subtitle {
        padding: 0 2em;
    }
}

.head-section__text-like-subtitle {
    font-weight: 300;
    margin-bottom: 1.9em;
    line-height: 1.9;
}

@media only screen and (max-width: 1023px) {
    .head-section__text-like-subtitle {
        letter-spacing: 1px;
    }
}

.head-section__btn-holder {
    margin-bottom: 5rem;
}

.advantages {
    font-size: 1.375rem;
}

@media only screen and (max-width: 1023px) {
    .advantages {
        font-size: 1.125rem;
        font-weight: 300;
    }
}

.advantages:before {
    width: 100%;
    height: 1124px;
    left: 0;
    top: 0;
    background-image: url("../img/background_2.png");
    background-position: 100% 100%;
}

@media only screen and (max-width: 1919px) {
    .advantages:before {
        height: 58.54167vw;
    }
}

@media only screen and (max-width: 567px) {
    .advantages:before {
        height: 160.625vw;
        background-image: url("../img/background_2m.png");
    }
}

.advantages:after {
    width: 507px;
    height: 773px;
    top: 0;
    right: -144px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background-position: 50% 50%;
    background-image: url("../img/art_work_3.png");
}

@media only screen and (max-width: 1919px) {
    .advantages:after {
        height: 40.26042vw;
        width: 26.40625vw;
        right: -7.5vw;
    }
}

@media only screen and (max-width: 1023px) {
    .advantages:after {
        display: none !important;
    }
}

.advantages__inner {
    padding-top: 7.5rem;
    padding-bottom: 15.7rem;
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .advantages__inner {
        padding-top: 0.875rem;
        padding-bottom: 6.625rem;
    }
}

.advantages__title {
    margin-bottom: 2.75em;
}

@media only screen and (max-width: 1023px) {
    .advantages__title {
        margin-bottom: 2.875rem;
    }
}

.advantages__title, .advantages__list {
    max-width: 65%;
}

@media only screen and (max-width: 1023px) {
    .advantages__title, .advantages__list {
        max-width: 100%;
    }
}

.advantages__item {
    padding-left: 2em;
    position: relative;
}

.advantages__item:not(:last-child) {
    margin-bottom: 1em;
}

.advantages__item:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 1.05em;
    color: #0078d4;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

@media only screen and (max-width: 1023px) {
    .advantages__item:before {
        top: 0;
        -webkit-transform: translate(0%, 2px);
        -ms-transform: translate(0%, 2px);
        transform: translate(0%, 2px);
    }
}

.advantages .i-visa:before {
    content: "\f1f0";
}

.advantages .i-addresscard:before {
    content: "\f2bb";
}

.advantages .i-xsquare:before {
    content: "\f2d3";
}

.advantages .i-mapsign:before {
    content: "\f277";
}

.advantages .i-university:before {
    content: "\f19c";
}

.about {
    z-index: 60;
}

.about__inner {
    padding: 0px 10px;
    padding-bottom: 5.25rem;
    max-width: 934px;
    margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
    .about__inner {
        padding-left: 0;
        padding-right: 0;
    }
}

.about__title {
    margin-bottom: 1.65em;
    margin-left: 5.25rem;
}

@media only screen and (max-width: 1023px) {
    .about__title {
        margin-left: 0;
    }
}

.about__text-block {
    padding: 3.5em 3.75em 3.75em 5.25rem;
    margin-bottom: 7.6rem;
    background-color: #ffffff;
    position: relative;
    line-height: 1.99;
}

@media only screen and (max-width: 1023px) {
    .about__text-block {
        padding: 1.5625rem 0.625rem 2.4375rem 1.25rem;
        margin-right: -5px;
        margin-left: -10px;
        margin-bottom: 6.875rem;
    }
}

.about p {
    margin-bottom: 1.6em;
}

.about p:last-of-type {
    margin-bottom: 0;
}

.about__blockquote {
    font-family: "Myriad Pro", "Roboto", sans-serif;
    display: block;
    margin: 0 auto;
    max-width: 562px;
    padding: 0 24px;
    font-size: 1.375rem;
    font-style: italic;
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .about__blockquote {
        font-size: 1.125rem;
        padding-right: 12px;
    }
}

.about__blockquote:before {
    content: "“";
    position: absolute;
    font-size: 4.54em;
    line-height: 2.1rem;
    left: -7px;
    top: 17px;
    font-family: "Montserrat", "Roboto", sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #0078d4;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1023px) {
    .about__blockquote:before {
        left: 18px;
        top: -4px;
    }
}

.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
    .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.conditions {
    z-index: 50;
}

.conditions:before {
    width: 100%;
    height: 1784px;
    background-image: url("../img/background_3.png");
    background-position: 50% 50%;
    left: 0;
    bottom: -182px;
    z-index: -1;
}

@media only screen and (max-width: 1919px) {
    .conditions:before {
        height: 92.91667vw;
        bottom: -9.47917vw;
    }
}

.conditions:after {
    width: 624px;
    height: 928px;
    background-image: url("../img/art_work_5.png");
    right: 237px;
    bottom: 258px;
    z-index: -1;
}

@media only screen and (max-width: 1919px) {
    .conditions:after {
        width: 32.5vw;
        height: 48.33333vw;
        right: 12.34375vw;
        bottom: 13.4375vw;
    }
}

@media only screen and (max-width: 1023px) {
    .conditions:after {
        display: none !important;
    }
}

.conditions__inner {
    padding-top: 6rem;
}

@media only screen and (max-width: 1023px) {
    .conditions__inner {
        padding-top: 1.375rem;
    }
}

.conditions__title {
    margin-bottom: 5.1rem;
}

@media only screen and (max-width: 1023px) {
    .conditions__title {
        margin-bottom: 2.8125rem;
    }
}

.conditions .subsection-card {
    margin-bottom: 5.5rem;
}

@media only screen and (max-width: 1023px) {
    .conditions .subsection-card {
        margin-bottom: 2.5rem;
    }
}

@media only screen and (max-width: 1023px) {
    .conditions .subsection-list {
        font-size: 0.9375rem;
    }
}

.conditions .subsection-list .title-block {
    margin-bottom: 1.875rem;
    padding-left: 2.0625rem;
}

@media only screen and (max-width: 1023px) {
    .conditions .subsection-list .title-block {
        padding-left: 0;
        margin-bottom: 1.25rem;
    }
}

.conditions .subsection-list .heading {
    font-size: 1.75rem;
    font-weight: 400;
    color: #0078d4;
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .conditions .subsection-list .heading {
        font-size: 1.375rem;
    }
}

.conditions .subsection-list .caption {
    font-size: 1.125rem;
}

@media only screen and (max-width: 1023px) {
    .conditions .subsection-list .caption {
        font-size: 0.875rem;
    }
}

.conditions .subsection-list .conditions__column {
    -webkit-flex-basis: 48.7%;
    -ms-flex-preferred-size: 48.7%;
    flex-basis: 48.7%;
    background-color: #ffffff;
    padding: 2.25rem 5.125rem 1.3125rem 2.0625rem;
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .conditions .subsection-list .conditions__column {
        margin-bottom: 1.375rem;
        padding: 1.5625rem 1.5rem 1.3125rem 1.25rem;
    }
}

.conditions .subsection-list .list-title {
    margin-bottom: 1.38889em;
    font-weight: bold;
}

@media only screen and (max-width: 1023px) {
    .conditions .subsection-list .list-title {
        margin-bottom: 1.25rem;
    }
}

.conditions .card {
    font-size: 1.25rem;
    width: 21.6875rem;
    padding: 2em 3.5em 2em 1.8em;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1023px) {
    .conditions .card {
        width: auto;
        font-size: 1.125rem;
        padding: 1.625rem 3.875rem 1.5625rem 1.25rem;
    }
}

.conditions .card:after {
    content: "";
    position: absolute;
    left: -1px;
    top: 0px;
    width: 580px;
    height: 485px;
    background-image: url("../img/art_work_6.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

@media only screen and (max-width: 1023px) {
    .conditions .card:after {
        display: none;
    }
}

.conditions .card__title {
    margin-bottom: 1.7em;
}

.conditions .card__item {
    padding-left: 2.2em;
    position: relative;
}

.conditions .card__item:not(:last-child) {
    margin-bottom: 2.5em;
}

@media only screen and (max-width: 1023px) {
    .conditions .card__item:not(:last-child) {
        margin-bottom: 1.375rem;
    }
}

.conditions .card__item:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "FontAwesome";
    font-weight: 400;
    color: #0078d4;
    font-size: 1.4em;
}

.conditions .card .i-calendar:before {
    content: "\f274";
}

.conditions .card .i-money:before {
    content: "\f0d6";
}

.conditions .card .i-reply:before {
    content: "\f122";
}

.conditions .card__subject {
    font-size: 1.875rem;
}

@media only screen and (max-width: 1023px) {
    .conditions .card__subject {
        font-size: 1.75rem;
    }
}

.conditions .card__text {
    font-weight: 300;
}

.list__item {
    margin-bottom: 0.875em;
    padding-left: 1.875em;
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .list__item:last-of-type {
        margin-bottom: 1.33333em;
    }
}

.list__item:before {
    content: "\f138";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "FontAwesome";
    font-weight: 400;
    color: #bbbbbb;
}

.offer-frame {
    background-color: #ffffff;
    position: relative;
    font-size: 1.0625rem;
    margin: 0 auto;
    max-width: 915px;
    padding: 3.25rem 8% 4.625rem;
    text-align: center;
}

.offer-frame__title {
    margin-bottom: 2.25em;
}

@media only screen and (max-width: 1023px) {
    .offer-frame {
        padding: 1.875rem 0.9375rem 1.25rem;
    }
}

.options {
    padding-top: 12.8rem;
    background-image: url("../img/background_4.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom: 11.25rem;
    z-index: 40;
}

@media only screen and (max-width: 1023px) {
    .options {
        padding-top: 5.3rem;
        font-size: 0.875rem;
        margin-bottom: 6rem;
    }
}

@media only screen and (max-width: 567px) {
    .options {
        background-image: url("../img/background_4m.jpg");
    }
}

.options:after {
    width: 100%;
    height: 1478px;
    background-image: url("../img/background_5.png");
    left: 0;
    bottom: -995px;
    background-position: 50% 50%;
    background-size: contain;
    z-index: -1;
}

@media only screen and (max-width: 1919px) {
    .options:after {
        height: 76.97917vw;
        bottom: -51.82292vw;
    }
}

@media only screen and (max-width: 567px) {
    .options:after {
        background-image: url("../img/background_5m.png");
        height: 309.6875vw;
        bottom: -219.375vw;
    }
}

.options__title {
    max-width: 41.25rem;
    margin: 0 auto;
    margin-bottom: 7.8125rem;
    line-height: 1.37;
}

@media only screen and (max-width: 1023px) {
    .options__title {
        margin-bottom: 2.5rem;
    }
}

.options .narrow-holder {
    max-width: 970px;
    margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
    .options .narrow-holder {
        margin-bottom: 2.625rem;
        padding-bottom: 1px;
    }
}

.options__column {
    color: #ffffff;
    background-color: rgba(24, 103, 163, 0.9);
    border-radius: 10px;
    -webkit-flex-basis: 29.375rem;
    -ms-flex-preferred-size: 29.375rem;
    flex-basis: 29.375rem;
    text-align: center;
    padding: 2.75rem 2rem 1.25rem;
    margin-bottom: 11rem;
}

@media only screen and (max-width: 1023px) {
    .options__column {
        background-color: rgba(0, 89, 158, 0.9);
        padding: 2.3125rem 1.25rem 0.625rem;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-bottom: 2rem;
    }
}

.options .column__title {
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 1.25em;
}

.options .column__subject {
    font-size: 1.8125rem;
    font-weight: 300;
    margin-bottom: 1.03448em;
}

.options .column__text {
    font-weight: 300;
    line-height: 1.4;
}

@media only screen and (max-width: 1023px) {
    .options .column__text {
        margin-bottom: 0.5rem;
    }
}

.steps {
    overflow: hidden;
    z-index: 50;
}

.steps__title {
    margin-bottom: 4.6875em;
}

@media only screen and (max-width: 1023px) {
    .steps__title {
        padding: 0px 1.75rem 0px;
        margin-bottom: 3.625rem;
    }
}

.steps__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -32px;
    margin-bottom: 6.6875rem;
}

@media only screen and (max-width: 1023px) {
    .steps__list {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 0;
        margin-bottom: 2.25rem;
    }
}

.steps__item {
    margin-right: 32px;
    margin-bottom: 4.0625rem;
    -webkit-flex-basis: -webkit-calc(50% - 32px);
    -ms-flex-preferred-size: calc(50% - 32px);
    flex-basis: calc(50% - 32px);
}

@media only screen and (max-width: 1023px) {
    .steps__item {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-right: 0;
        margin-bottom: 2.125rem;
    }
}

.steps__offer {
    margin-bottom: 11.25rem;
}

@media only screen and (max-width: 1023px) {
    .steps__offer {
        margin-bottom: 6.5625rem;
    }
}

.step-card {
    max-width: 570px;
    background-color: #ffffff;
    font-size: 0.875rem;
    position: relative;
    padding: 1.875rem 2.5rem 1.375rem 2.875rem;
    -webkit-box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 1023px) {
    .step-card {
        padding: 1.875rem 1.25rem 1.25rem 1.25rem;
    }
}

.step-card__label {
    font-family: "Inter UI", "Roboto", sans-serif;
    font-size: 1.875rem;
    color: #ffffff;
    width: 86px;
    height: 86px;
    line-height: 76px;
    background-color: #0078d4;
    border: 7px solid #f1f1f1;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 46px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    display: inline-block;
}

@media only screen and (max-width: 1023px) {
    .step-card__label {
        font-size: 0.9375rem;
        width: 45px;
        height: 45px;
        right: 14px;
        line-height: 39px;
        border: 3px solid #f1f1f1;
    }
}

.step-card__title {
    margin-bottom: 1.2381em;
}

@media only screen and (max-width: 1023px) {
    .step-card__title {
        letter-spacing: -1px;
        margin-bottom: 1rem;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 1023px) {
    .step-card__text {
        margin-bottom: 0.6875rem;
    }
}

.our-advantages {
    z-index: 49;
}

.our-advantages:after {
    width: 100%;
    height: 1835px;
    background-size: contain;
    background-image: url("../img/background_6.png");
    left: 0;
    bottom: -69px;
    z-index: -1;
}

@media only screen and (max-width: 1919px) {
    .our-advantages:after {
        height: 95.57292vw;
        bottom: -3.59375vw;
    }
}

@media only screen and (max-width: 567px) {
    .our-advantages:after {
        background-image: url("../img/background_6m.png");
        height: 496.875vw;
        bottom: -75.3125vw;
    }
}

.our-advantages__inner {
    padding-bottom: 8.25rem;
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .our-advantages__inner {
        padding-bottom: 4.5rem;
    }
}

.our-advantages__inner:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 475px;
    height: 811px;
    background-image: url("../img/art_work_7.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
}

@media only screen and (max-width: 1919px) {
    .our-advantages__inner:before {
        width: 24.73958vw;
        height: 42.23958vw;
    }
}

@media only screen and (max-width: 1023px) {
    .our-advantages__inner:before {
        display: none;
    }
}

.our-advantages__column {
    max-width: 670px;
}

.our-advantages__title {
    margin-bottom: 2.03125em;
}

@media only screen and (max-width: 1023px) {
    .our-advantages__title {
        margin-bottom: 3.625rem;
    }
}

.our-advantages__subtitle {
    font-size: 1.125rem;
    margin-bottom: 0.77778em;
}

.our-advantages__item {
    margin-bottom: 5px;
    padding-bottom: 1px;
}

.our-advantages__item:last-child {
    margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
    .our-advantages__item:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .our-advantages__btn-holder {
        text-align: center;
    }
}

.special-offer {
    background-color: #18598b;
    color: #ffffff;
    z-index: 50;
    overflow: hidden;
}

@media only screen and (max-width: 1023px) {
    .special-offer {
        font-size: 0.9375rem;
    }
}

.special-offer__inner {
    max-width: 944px;
    margin: 0 auto;
    padding-top: 3.4375rem;
    padding-bottom: 1px;
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    .special-offer__inner {
        padding-top: 2.1875rem;
    }
}

.special-offer__title {
    margin-bottom: 2.34375em;
}

@media only screen and (max-width: 1023px) {
    .special-offer__title {
        margin-bottom: 2.75rem;
    }
}

.special-offer__text {
    padding: 0 6.25rem;
    margin-bottom: 3.875rem;
}

@media only screen and (max-width: 1023px) {
    .special-offer__text {
        padding: 0;
        margin-bottom: 1.875rem;
    }
}

.special-offer__buttons {
    margin-bottom: 4.6875rem;
}

@media only screen and (max-width: 1023px) {
    .special-offer__buttons {
        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;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 2.4375rem;
    }
}

.special-offer__btn:not(:first-child) {
    margin-left: 1.75rem;
}

@media only screen and (max-width: 1023px) {
    .special-offer__btn:not(:first-child) {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .special-offer__btn:not(:last-child) {
        margin-bottom: 1rem;
    }
}

.footer {
    padding-top: 2.5em;
    padding-bottom: 2.875em;
    background-color: #f1f1f1;
    position: relative;
    z-index: 60;
}

@media only screen and (max-width: 1023px) {
    .footer {
        font-size: 0.875rem;
    }
}

.footer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1023px) {
    .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: center;
    }
}

@media only screen and (max-width: 1023px) {
    .footer__left-column, .footer__center-column {
        margin-bottom: 1.875em;
    }
}

@media only screen and (max-width: 1023px) {
    .footer__contact .contact-label {
        display: inline-block;
        margin-bottom: 5px;
    }
}

.footer__contact .contact {
    display: block;
    text-decoration: none;
    font-size: 1.81rem;
    color: #000000;
    font-weight: 700;
}

@media only screen and (max-width: 1023px) {
    .footer__contact .contact {
        font-size: 1.625rem;
    }
}

.footer .footer__socials {
    font-size: 0;
}

.social {
    display: inline-block;
    text-decoration: none;
    border-radius: 100%;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.social:not(:first-child) {
    margin-left: -6px;
}

.social:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 10;
}

.social__icon {
    width: 2.8125rem;
    height: 2.8125rem;
}

.social_viber {
    z-index: 2;
}

.social_whatsApp {
    z-index: 1;
}

.social_telegram .social__icon {
    width: 2.875‬rem;
    height: 2.875‬rem;
}

@media only screen and (max-width: 1023px) {
    .md-hide {
        display: none !important;
    }
}

.md-show {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .md-show {
        display: block !important;
    }

    .md-show_dib {
        display: inline-block !important;
    }
}

.guide,
.calc-section {
    overflow: hidden;
}

.guide:after,
  .calc-section:after {
    width: 100%;
    height: 1407px;
    left: 0;
    bottom: -486px;
    background-image: url("../img/background_7.png");
    background-size: cover;
    background-position: 50% 50%;
    z-index: -1;
}

@media only screen and (max-width: 1919px) {
    .guide:after,
      .calc-section:after {
        height: 73.28125vw;
        bottom: -25.3125vw;
    }
}

@media only screen and (max-width: 768px) {
    .guide:after,
      .calc-section:after {
        display: none;
    }
}

.guide__inner {
    padding-top: 5.375rem;
    padding-bottom: 1px;
}

@media only screen and (max-width: 1023px) {
    .guide__inner {
        padding-top: 1.125rem;
        padding-bottom: 5.75rem;
    }
}

.guide__column {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
}

@media only screen and (max-width: 1023px) {
    .guide__column {
        width: auto;
    }
}

.guide__manual-image {
    margin-top: 1.25rem;
    margin-bottom: 2.1875rem;
}

.guide__figcaption {
    font-size: 0.875rem;
    display: block;
    font-weight: 300;
    margin-bottom: 2rem;
}

.guide__list {
    margin-bottom: 9.875rem;
}

@media only screen and (max-width: 1023px) {
    .guide__list {
        margin-bottom: 3.25rem;
    }
}

.form-container {
    margin-right: -8px;
    margin-left: -8px;
}

.form {
    padding: 3.125rem 2.9375rem 0 2.9375rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 1023px) {
    .form {
        padding: 1.4375rem 1.25rem 0 1.25rem;
        max-width: 500px;
        margin: 0 auto;
    }
}

.form__heading {
    margin-bottom: 1.3125rem;
    padding-bottom: 1px;
}

@media only screen and (max-width: 1023px) {
    .form__heading {
        margin-bottom: 0;
    }
}

.form__title {
    font-size: 1.5rem;
    margin-bottom: 1.45833em;
}

@media only screen and (max-width: 1023px) {
    .form__title {
        font-size: 1.125rem;
    }
}

.form__heading-title {
    margin-bottom: 0.625rem;
}

@media only screen and (max-width: 1023px) {
    .form__heading-title {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 1023px) {
    .form__desc {
        font-size: 0.875rem;
    }
}

.form__pick {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.375rem;
}

@media only screen and (max-width: 1023px) {
    .form__pick {
        margin-bottom: 1.125rem;
    }
}

.form__pick-box + .form__pick-box {
    margin-left: 5rem;
}

@media only screen and (max-width: 1023px) {
    .form__pick-box + .form__pick-box {
        margin-left: 2.5rem;
    }
}

.form__question {
    font-size: 1.125rem;
    margin-bottom: 1.22222em;
}

@media only screen and (max-width: 1023px) {
    .form__question {
        font-size: 0.875rem;
    }
}

.form__input {
    margin-bottom: 1.1875rem;
}

@media only screen and (max-width: 1023px) {
    .form__input {
        margin-bottom: 0.75rem;
    }
}

.form__input:last-of-type {
    margin-bottom: 1.875rem;
}

@media only screen and (max-width: 1023px) {
    .form__input:last-of-type {
        margin-bottom: 1.25rem;
    }
}

.form__success {
    display: none;
    text-align: center;
    padding-bottom: 1.875rem;
}

.form form {
    padding-bottom: 5.25rem;
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .form form {
        padding-bottom: 2.75rem;
    }
}

.form input[type="text"] {
    padding: 1.5rem;
    font-weight: 300;
    font-size: 1.125rem;
    background-color: #f8f8f8;
    border-radius: 5px;
    color: #000000;
    width: 100%;
    border: 1px solid #e4e4e4;
}

@media only screen and (max-width: 1023px) {
    .form input[type="text"] {
        border-radius: 2px;
        font-size: 0.875rem;
        padding: 0.8125rem 1.25rem;
    }
}

.form input[type="text"]::-webkit-input-placeholder {
    color: #000000;
}

.form input[type="text"]::-moz-placeholder {
    color: #000000;
}

.form input[type="text"]:-ms-input-placeholder {
    color: #000000;
}

.form input[type="text"]::-ms-input-placeholder {
    color: #000000;
}

.form input[type="text"]::placeholder {
    color: #000000;
}

.form__text {
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: 1.25rem;
}

@media only screen and (max-width: 1023px) {
    .form__text {
        font-size: 0.75rem;
    }
}

.form_wide {
    padding: 3.125rem 9.1875rem 0 9.1875rem;
}

@media only screen and (max-width: 1023px) {
    .form_wide {
        padding: 1.875rem 0.625rem 0 1.25rem;
    }
}

.calc-section {
    padding-top: 5rem;
    padding-bottom: 6.875rem;
}

@media only screen and (max-width: 1023px) {
    .calc-section {
        padding-top: 2rem;
        padding-bottom: 2.25rem;
    }
}

.calc-section__holder {
    max-width: 770px;
    margin: 0 auto;
}

.calc-section__titles {
    font-size: 2.25rem;
    padding-bottom: 1px;
    margin-bottom: 6.875rem;
}

@media only screen and (max-width: 1023px) {
    .calc-section__titles {
        margin-bottom: 4.1875rem;
    }

    .calc-section__titles.marked-title:after {
        bottom: -0.525em;
    }
}

.calc-section__titles .calc-section__title {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .calc-section__titles .calc-section__title {
        margin-bottom: 0.75rem;
    }
}

.calc-section__subtitle {
    font-weight: 500;
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .calc-section__subtitle {
        font-size: 1rem;
        padding: 0 1.25rem;
    }
}

.calc-section__form {
    margin-bottom: 5.9375rem;
}

@media only screen and (max-width: 1023px) {
    .calc-section__form {
        margin-bottom: 4.375rem;
    }
}

.calc-section__text {
    font-size: 1.125rem;
    padding-bottom: 1px;
}

@media only screen and (max-width: 1023px) {
    .calc-section__text {
        font-size: 0.875rem;
        padding: 0 8px 1px;
        max-width: 500px;
        margin: 0 auto;
    }
}

.calc-section__text p {
    margin-bottom: 1em;
}

@media only screen and (max-width: 1023px) {
    .calc-section__text p {
        margin-bottom: 1rem;
    }
}
