/*! normalize.css v3.0.2 | 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, menu, 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-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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"], 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;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
}

input, textarea {
    outline: none;
}

*:focus {
    outline: none;
}

textarea, input {
    -webkit-appearance: none;
}

textarea:focus, input:focus {
    outline: none;
}

textarea {
    resize: none;
}

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

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

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

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

*:focus {
    outline: none;
}

textarea, input {
    -webkit-appearance: none;
}

ul {
    list-style: none;
}

h1, h2, h3, h4, h5 {
    margin: 0;
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}
html, body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 1.3;
    background-color: #fff;
}
body {
    min-height: 100%;
    overflow-y: scroll;
    position: relative;
}
*:focus {
    outline: none;
}
a {
    text-decoration: none;
    color: #3399cc;
}
/* main elements */

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.hidden-box {
    display: none;
}
.page-body {
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 736px;
}
.btn {
    display: inline-block;
    padding: 13px 20px 12px;
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 5px;
    letter-spacing: 0.5px;
    transition: all 0.3s linear 0s;
}
.btn_info {
    background-image: linear-gradient(to right, #00cfff 0%, #3ddafe 50%, #00cfff 100%);
}
.btn_def-info {
    background-color: transparent;
    border-color: #20d5ff;
    color: #20d5ff;
}
.btn_accent {
    background-color: #FF0000;
    background: linear-gradient(#FF0000,#e60000);
    box-shadow: none;
    text-shadow: none;
    color: #fff;
}
.btn_accent:hover {
    background-color: #f20000;
    background: linear-gradient(#f20000,#db0000);
    box-shadow: none;
    color: #fff;
}
.btn_accent-light {
    background: rgba(255,234,234,1);
    box-shadow: none;
    text-shadow: none;
    color: #FF0000;
}
.btn_accent-light:hover {
    background: rgba(242,178,178,1);
    box-shadow: none;
}
.btn_error {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15)
}
.no-touch .btn:hover {
    cursor: pointer;
}
.no-touch .btn_accent:hover {
    background-position: 100% 50%;
}
.no-touch .btn_info:hover {
    background-position: 100% 50%;
}
.btn_block {
    display: block;
    width: 100%;
}
.btn:disabled,
.btn[disabled] {
    cursor: default;
    opacity: 0.5;
}
.btn:disabled:hover,
.btn[disabled]:hover {
    background-size: auto;
}
/* spinner */
.index-spinner-bar {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 20px 0;
    text-align: center
}
.index-spinner-bar:not(.active) {
    display: none;
}
.index-spinner-viewer {
    width: 47px;
    height: 22px;
    margin: auto;
    letter-spacing: -.3em
}
.index-spinner-viewer-bar {
    display: inline-block;
    letter-spacing: normal;
    width: 4px;
    height: 100%;
    margin: 0 2px;
    background-color: #641971;
    -webkit-animation: index-spinner 1s ease-in-out infinite;
    animation: index-spinner 1s ease-in-out infinite;
    will-change: transform
}
.index-spinner-viewer-bar:first-child {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}
.index-spinner-viewer-bar:nth-child(2) {
    -webkit-animation-delay: .09s;
    animation-delay: .09s
}
.index-spinner-viewer-bar:nth-child(3) {
    -webkit-animation-delay: .18s;
    animation-delay: .18s
}
.index-spinner-viewer-bar:nth-child(4) {
    -webkit-animation-delay: .27s;
    animation-delay: .27s
}
.index-spinner-viewer-bar:nth-child(5) {
    -webkit-animation-delay: .36s;
    animation-delay: .36s
}
@keyframes index-spinner {
    0% {
        transform: scale(1)
    }

    20% {
        transform: scaleY(1.5)
    }

    40% {
        transform: scale(1)
    }
}

/*forms*/
.fieldsend {
    position: relative;
    margin-top: 10px;
    box-sizing: border-box;
}
.fieldsend_half {
    margin-left: -10px;
    margin-right: -10px;
}
.fieldsend-placeholder {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    font-size: 16px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    cursor: text;
    opacity: 0.85;
    font-style: italic;
}
.fieldsend-placeholder span {
    display: inline-block;
    color: #e13d96;
    vertical-align: top
}
.fieldsend-placeholder.field-focus {
    font-size: 12px;
    transform: translateY(-20px);
}
.input-field {
    position: relative;
    display: block;
    vertical-align: top;
    box-sizing: border-box;
}
.input-field .fieldsend-placeholder {
    top: 14px;
    font-size: 14px
}
.input-field .decorator {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}
.input-field .decorator:before {
    border-bottom: 1px solid #777;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    opacity: .15;
    pointer-events: none;
    position: absolute;
    right: 0;
}
.input-field .decorator:after {
    border-bottom: 1px solid #353535;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    opacity: .15;
    pointer-events: none;
    position: absolute;
    transition-duration: .3s;
    transition-property: width;
    transition-timing-function: ease-in-out;
    width: 0;
}
.input-error-text {
    display: none;
    color: #f53434;
    font-size: 12px;
}

.input-field input {
    position: relative;
    display: block;
    width: 100%;
    padding: 14px 0 7px;
    line-height: 1.3;
    color: #353535;
    background: transparent;
    border: none;
    font-size: 14px;
    box-sizing: border-box;
    z-index: 1
}
.input-field input.not-empty ~ .fieldsend-placeholder, .input-field input:focus ~ .fieldsend-placeholder {
    font-size: 12px;
    top: 0;
    opacity: 1;
}
.input-field input.not-empty ~ .decorator::after, .input-field > input:focus ~ .decorator::after {
    width: 100%;
}
.input-field input.is-value ~ .fieldsend-placeholder {
    font-size: 10px;
    top: 0;
    opacity: .7;
}
.input-field input.is-value:focus ~ .fieldsend-placeholder {
    opacity: 1;
}
.input-field__text {
    padding-top: 4px;
    font-size: 12px;
}
.input-field_s input {
    font-size: 14px;
}
.input-field_s input:focus ~ .fieldsend-placeholder {
    font-size: 10px;
}
.input-field_s .fieldsend-placeholder {
    font-size: 14px;
    font-style: italic;
}
.field-label-checkbox {
    position: relative;
    display: block;
    padding: 0 0 0 25px;
    overflow: visible;
    cursor: pointer;
}
.field-label-checkbox input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.field-label-checkbox__check {
    position: absolute;
    top: 6px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
}
.field-label-checkbox input[type=checkbox]:checked ~ .field-label-checkbox__checked {
    position: absolute;
    width: 10px;
    height: 8px;
    top: 6px;
    left: 3px;
}
.field-label-checkbox input[type=checkbox]:checked ~ .field-label-checkbox__checked:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 4px;
    height: 1px;
    background-color: #b3a0a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.field-label-checkbox input[type=checkbox]:checked ~ .field-label-checkbox__checked:after {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    margin: 0 auto;
    width: 7px;
    height: 1px;
    background-color: #b3a0a0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.field-label-checkbox__txt {
   font-size: 14px;
  line-height: 1.2;
  word-wrap: break-word;
}
.field-label-checkbox_s {
    padding: 0 0 0 20px;
}
.field-label-checkbox_s .field-label-checkbox__check {
  top: 4px;
  width: 15px;
  height: 15px;
  border: 1px solid #666;
  opacity: 0.4;
  border-radius: 2px;
}
.field-label-checkbox_s .field-label-checkbox__txt {
    font-size: 12px;
}
.field-label-checkbox_s input[type=checkbox]:checked ~ .field-label-checkbox__checked {
  width: 9px;
  height: 6px;
  top: 6px;
  left: 3px;
}
.field-label-checkbox_s input[type=checkbox]:checked ~ .field-label-checkbox__checked:before {
  background-color: #666;
}
.field-label-checkbox_s input[type=checkbox]:checked ~ .field-label-checkbox__checked:after {
  background-color: #666;
}
.input-hint {
    display: flex;
}
.input-field__password-type {
    width: 50px;
    justify-content: flex-end;
    color: #afafaf;
    font-size: 12px;
    font-weight: 700;
    margin: 5px 0 0 auto;
    display: none;
}
.password-strength__ok {
    display: flex;
    color: #1fe3d7;
}
.password-strength__weak {
    display: flex;
    color: #f31616;
}
.password-strength__normal {
    display: flex;
    color: #f2bc00;
}
.password-strength__strong {
    display: flex;
    color: #2bb672;
}
.input-field__password.show-type-forgot .input-field__password-type.forgot {
    display: block;
}
.input-field__password.show-type-ok .input-field__password-type.ok {
    display: block;
}
.has-error ~ .input-error-text {
    display: block;
}
.has-error input {
    border-bottom-color: #f53434;
}
.has-error .fieldsend-placeholder {
    color: #f53434;
}
.has-error .decorator::after,
.has-error .decorator::before {
    background-color: #f53434;
}
label.has-error {
    color: #f53434;
}
.has-error.field-label-checkbox__check {
    border-color: #f53434;
}

.form-error-container {
    display: block;
    margin: 0;
    padding: 0;
}
.form-error {
    color: #f53434;
    text-align: center;
    font-size: 14px;
    padding: 0 15px 20px;
}
.form-error a {
    color: #f53434;
    text-decoration: underline;
    font-weight: 700;
}
/* layout */
.header-section {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    background-color: rgba(0, 0, 0, 0.5);
    margin-left: auto;
    margin-right: auto;
    min-height: 500px;
    padding-top: 50px;
    justify-content: space-between;
    box-sizing: border-box;
    padding-bottom: 50px;
    background: url('/assets/lan/unb/sbmw115b/man-with-camera-woman.jpeg') 0 50% no-repeat;
    background-size: cover;
}
.header-section::before {
    content: "'";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.75);
}
.header-section-logo {
    position: relative;
    width: 112px;
    height: 25px;
    margin: 0 auto 20px;
    background: url('/assets/lan/unb/sbmw115b/allcating-logo-white.svg') 0 0 no-repeat;
    background-size: contain;
}
.header-side {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}
.header-title {
    color: #fff;
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 15px;
}
.header-subtitle {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.4;
}
.header-subtitle span {
    display: block;
}
.header-btn {
    margin-bottom: 10px;
}
.header-btn .btn {
    min-width: 280px;
    margin-left: auto;
    margin-right: auto;
}
.header-text {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}
.footer-side {
    padding: 33px 0 10px;
    font-weight: 400;
    color: #cecece;
    background: #1e1e1e;
}
.footer-side p {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.footer-logo {
    display: block;
    width: 140px;
    height: 79px;
    margin: auto;
    background: url('/assets/lan/unb/sbmw115b/logo-white-text1.png') 0 0 no-repeat;
}
/* content */
.nicety-section {
    background: rgba(255, 255, 255, 1);
    padding-top: 50px;
    padding-bottom: 50px;
}
.nicety-side {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
.nicety-block {
    display: flex;
    flex-flow: column nowrap;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 50px;
}
.nicety-icon {
    margin-bottom: 15px;
}
.nicety-icon img {
    width: 84px;
    height: 84px;
}
.nicety-title {
    font-weight: 700;
    font-size: 20px;
    font-family: Poppins;
    margin-bottom: 15px;
}
.nicety-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.5px;
    margin-right: 15px;
    margin-left: 15px;
}
.nicety-btn .btn {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}
.review-section {
    padding-top: 45px;
    padding-bottom: 10px;
    background: #f8f8f8;
}
.review-section .page-body {
    padding: 0 10px;
}
.review-side {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
.review-logo {
    text-align: center;
    margin-bottom: 10px;
}
.review-logo img {
    width: 32px;
    height: 32px;
}
.review-block {
    display: flex;
    margin-bottom: 60px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    flex-flow: column nowrap;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #E3E3E3;
    background-color: #fff;
    border-radius: 0 0 9px 9px;
}
.review-block img {
    display: block;
    max-width: 100%;
}
.review-block-text {
    padding: 25px 20px 30px;
    line-height: 1.5;
}
.review-block-btn {
    margin-bottom: -25px;
}
.review-block-btn .btn {
    min-width: 200px;
}
.review-title {
    font-weight: 900;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}
.review-subtitle {
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 50px;
}

.form {
    max-width: 392px;
    padding: 10px 30px 30px;
    margin-left: auto;
    margin-right: auto;
}

.form-disclaimer {
    padding: 30px 0 20px;
}
.form-disclaimer p {
    margin: 0 0 7px 0;
    line-height: 1.5;
    font-size: 16px;
    color: #000;
}
.form-disclaimer a, .link-blue {
    color: #3498db;
}
.form-disclaimer a:hover {
    text-decoration: underline;
}


@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1240px) {
    .btn {
        padding: 16px 20px 16px;
        font-size: 20px;
    }
    .btn_size-xs{
        font-size: 16px;
        padding: 10px 20px 10px;
    }
    .fieldsend {
        margin-top: 11px;
    }
    .header-section {
        min-height: 610px;
        padding-bottom: 47px;
    }
    .header-section-logo {
        width: 157px;
        height: 35px;
    }
    .header-site-body {
        padding: 0;
    }
    .header-title {
        font-size: 72px;
        line-height: 1.1;
        margin-bottom: 15px;
    }
    .header-subtitle {
        font-size: 24px;
        margin-bottom: 70px;
    }
    .header-subtitle span {
        display: inline;
    }
    .header-btn {
        margin-bottom: 18px;
    }
    .header-btn .btn {
        min-width: 300px;
    }
    .footer-side {
        padding: 30px 0;
        font-size: 14px;
        line-height: 1.3;
    }
    .footer-side p {
        margin-bottom: 17px;
    }
    .footer-logo {
        width: 200px;
        height: 86px;
    }
    .nicety-section {
        padding-top: 52px;
        padding-bottom: 50px;
    }
    .nicety-side {
        padding-left: 50px;
        padding-right: 50px;
        flex-flow: row wrap;
        justify-content: center;
        align-items: flex-start;
    }
    .nicety-block {
        display: flex;
        flex: 0 1 50%;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0;
    }
    .nicety-icon {
        margin-bottom: 10px;
    }
    .nicety-icon img {
        width: 82px;
        height: 82px;
    }
    .nicety-title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .nicety-text {
        line-height: 1.5;
    }
    .nicety-btn .btn {
        max-width: 300px;
    }
    .review-section {
        padding-top: 45px;
        padding-bottom: 0;
    }
    .review-section .page-body {
        padding: 0 20px;
    }
    .review-side {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        padding-left: 4px;
        padding-right: 4px;
    }
    .review-block {
        flex: 0 1 320px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        justify-content: space-between;
    }
    .review-block-btn {
        margin-bottom: 0;
    }
    .review-title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .review-subtitle {
        line-height: 1.7;
        margin-bottom: 45px;
    }
    .review-logo {
        margin-bottom: 13px;
    }
    .review-logo img {
        width: 48px;
        height: 48px;
    }
    .review-block-text {
        padding: 17px 20px 40px;
    }
    .review-block-btn .btn {
        min-width: 150px;
    }
    .form {
        padding-top: 0;
        padding-bottom: 30px;
    }
}


/* Modal overlay */
.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

/* Modal box */
.modal-content {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  background-color: #fefefe;
  margin: 25px auto;
  padding: 30px;
  border: 1px solid #888;
  border-radius: 7px;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .modal-content {
    padding: 20px;
    margin-top: 3%;
	width: 95%;
  }
}

/* Modal close Button */
.modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-scroll-top {
    cursor: pointer;
    border-radius: 4px;
  	position: fixed;
    background: #fff;
    right: 30px;
    bottom: 30px;
    z-index: 1000;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: 7px 14px 10px;
    text-align: center;
}

.modal-scroll-top:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.modal-content h2 {
    margin: 0;
    line-height: 1.3;
    color: #000;
}
.modal-content p, .modal-content li {
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    font-weight: 300;
}
.modal-content ul {
    list-style: initial;
    padding-left: 1.5em;
}
.modal-content ol {
    list-style: decimal;
    padding-left: 1.5em;
}
.modal-content h2 {
    margin: 0;
    line-height: 1.3;
    color: #000;
}
.modal-content p, .modal-content li {
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    font-weight: 300;
}
.modal-content ul {
    list-style: initial;
    padding-left: 1.5em;
}
.modal-content ol {
    list-style: decimal;
    padding-left: 1.5em;
}

