/*! 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- -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;
}
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: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #1a202c;
    line-height: 1.3;
    background-color: #fff;
}
html {
    /*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: 900px;
}
.btn {
    display: inline-block;
    padding: 13px 20px;
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #d53f8c;
    border: none;
    border-radius: 40px;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.btn:hover {
    cursor: pointer;
}


.btn_accent {
    background-color: #fff;
    color: #1a202c;
}

@-webkit-keyframes animation-d2btug{
    0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}
}
@keyframes animation-d2btug {
    0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);
    }
}

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

/* 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: #3491e8;
    -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)
    }
}

@-webkit-keyframes index-spinner {
    0% {
        transform: scale(1)
    }

    20% {
        transform: scaleY(1.5)
    }

    40% {
        transform: scale(1)
    }
}

/*forms*/

.fieldsend {
    position: relative;
    margin-top: 25px;
    box-sizing: border-box;
}
.fieldsend-placeholder {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    cursor: text;
    opacity: 0.75;
}

.fieldsend-placeholder.field-focus {
    font-size: 12px;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.input-field {
    position: relative;
    display: block;
    vertical-align: top;
    box-sizing: border-box;
}

.input-field .fieldsend-placeholder {
    top: 8px;
    left: 0;
    color: #828282;
    font-size:18px;
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 300;
}
.input-field .decorator {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}
.input-field .decorator:before {
    height: 1px;
    background-color: #e2e8f0;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
}
.input-field .decorator:after {
    height: 1px;
    background-color: #e2e8f0;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    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: 14px;
}
.input-error-checkbox {
    position: relative;
    bottom: 0;
}

.input-field input {
    position: relative;
    display: block;
    width: 100%;
    padding: 14px 0 7px;
    line-height: 1.3;
    color: #1a202c;;
    background: transparent;
    border: none;
    font-size: 18px;
    box-sizing: border-box;
    z-index: 1;
    font-family: 'Roboto', sans-serif;
}

.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%;
    height: 2px;
    background-color: #3182ce;
}

.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: 24px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #828282;
}

.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: #BA2A82;
    -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: #BA2A82;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.field-label-checkbox__txt {
    display: block;
    color: #828282;
    font-size: 14px;
    line-height: 1.2;
    word-wrap: break-word;
        opacity: 0.5;
}

.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 #3491e8;
}

.field-label-checkbox_s .field-label-checkbox__txt {
    font-size: 12px;
    line-height: 1.5;
    margin: 7px 0;
}

.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: #3491e8;
}

.field-label-checkbox_s input[type=checkbox]:checked~.field-label-checkbox__checked:after {
    background-color: #3491e8;
}

.input-field-info-text {
    padding-top: 15px;
    color: #cfcfcf;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.input-hint {
    display: flex;
}
.input-field__password-type {
    width: 50px;
    justify-content: flex-end;
    background-color: #fff;
    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__show-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1px;
    width: 40px;
    cursor: pointer;
    z-index: 1;
}
.input-field__show-icon {
    width: 18px;
    color: #777;
    height: 1em;
}
.input-field__show-btn.show .input-field__show-icon::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 22px;
    height: 3px;
    margin: auto;
    background-color: #777;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
.input-field__show-btn:hover .input-field__show-icon {
    color: #410e74
}
.input-field__show-icon svg {
    display: block;
    height: 100%;
    max-width: 100%;
    width: auto;
}
.input-field__show-btn:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 1px;
    height: 29px;
    background-color: rgba(0,0,0,.5);
}
.input-field__show-icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    width: 30px;
    height: 14px;
    margin: auto;
    background-size: contain;
}
.input-field__show-icon.show:after {
    background-size: contain;
}
.input-field__password.show-type-forgot .input-field__password-type.forgot {
    display: block;
}

.input-field__password.show-type .input-field__password-type {
    display: flex;
}
.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-notification {
    display: block;
    box-shadow: 0 2px 18px rgba(0,0,0,.15);
    border-radius: 5px;
    background-color: #fff;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    padding: 10px 6px;
    text-align: center;
}


/*  HEADER side  */
.header-section {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    margin-left: auto;
    margin-right: auto;
    min-height: 545px;
    justify-content: center;
    box-sizing: border-box;
    padding-bottom: 40px;
    background-image: linear-gradient(to top,rgba(255,245,247,0.4),rgba(255,245,247,1)),
    url('/assets/lan/image/CMRT-2739-Kids_LP-banner.jpg');
    background-position: 50% 0;
    background-size: cover;
}
.header-section-logo {
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
}
.header-logo {
    position: relative;
    display: block;
    width: 123px;
    height: 35px;
    flex-grow: 1;
    margin: 0 auto;
    background: url('/assets/lan/image/Logo_KidsCasting_withoutshadow.svg') 0 0 no-repeat;
    background-size: contain;
}
.header-side {
    position: relative;
    width: 100%;
    height: 100%;
    flex-grow: 1;
    justify-content: center;
    display: flex;
    flex-flow: column nowrap;
    margin-left: auto;
    margin-right: auto;
}

.header-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.25;
    margin-top: 40px;
    margin-bottom: 15px;
    text-align: center;
}
.header-subtitle {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 300;
}
.header-btn {
    margin-bottom: 10px;
}
.header-btn .btn {
    min-width: 240px;
    margin-left: auto;
    margin-right: auto;
}
.header-text-info {
    opacity: 0.5;
    line-height: 1.5;
    text-align: center;
}
/* end HEADER side  */


/* FEATURE side */
.feature {
    padding-bottom: 57px;
    border-bottom: 1px solid #e2e8f0;
}
.feature-section {
    display: grid;
    grid-gap: 42px;
    align-items: center;
    margin: 57px 20px 0;
}
.feature-block {
    display: flex;
    flex-flow: column nowrap;
    box-sizing: border-box;
    width: 100%;
}
.feature-block img {
    display: block;
    max-width: 100%;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
}
.feature-block-icon {
    margin-bottom: 25px;
}
.feature-block-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 15px;
    text-align: center;
}
.feature-block-text {
    line-height: 1.5;
    opacity: 0.65;
    font-weight: 300;
    text-align: center;
}
/* end FEATURE side */


/* WORK side */
.work-section {
    border-bottom: 1px solid #e2e8f0;
    padding-top: 50px;
    padding-bottom: 60px;
}
.work-section-img  {
    margin: 0 10px;
}
.work-section-img img {
    display: block;
    width: 100%;
}
.work-section .page-body {
    display: grid;
    grid-gap: 12px;
    max-width: 770px;
    align-items: center;
}
.work-section__title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}
.work-section__text {
    margin-bottom: 38px;
    text-align: center;
    opacity: 0.75;
    font-weight: 300;
    line-height: 1.5;
}
.work-step-side {
    display: grid;
    grid-row-gap: 5px;
    flex-flow: column nowrap;
    align-items: center;
    margin-top: 25px;
    padding-left: 28px;
    padding-right: 28px;
}
.work-block {
    display: flex;
    width: 100%;
    flex-flow: column nowrap;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 15px;
    background-color: #fff5f7;
}
.work-icon {
    font-size: 20px;
    font-weight: 700;
    color: #d53f8c;
    margin-bottom: 15px;
}
.work-icon span {
    font-size: 14px;
    font-weight: 600;
}
.work-title {
    line-height: 1.5;
    font-weight: 300;
}
.work-block-help-text {
    opacity: 0.5;
    line-height: 1.5;
    text-align: center;
}
.work-section-btn {
    margin: 20px 0 5px;
}
/* end WORK side */

/* REVIEW side */
.review-section {
    padding-top: 50px;
    padding-bottom: 15px;
}
.review-section__title {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 13px;
}
.review-section__subtitle {
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
}
.review-side {
    display: grid;
    grid-row-gap: 15px;
    align-items: center;
    margin: 40px 40px 0;
}
.review-block {
    display: flex;
    flex-flow: column nowrap;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 25px;
}
.review-block img {
    display: block;
    max-width: 100%;
}
.review-block-logo {
    position: relative;
    margin-bottom: 10px;
    border-radius: 50%;
    width: 80px;
    height:80px;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.review-block-name {
    font-size: 20px;
    font-weight: 600;
}
.review-block-details {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.5;
    margin-bottom: 7px;
}
.review-block-text {
    font-weight: 300;
    opacity: 0.75;
    line-height: 1.5;
}
.rating-box {
    display: flex;
    flex-flow: row nowrap;
    line-height: 1em;
    margin: 0 -5px;
    padding: 0;
    margin-bottom: 18px;
    justify-content: center;
}
.rating-star {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 4px;
}
.rating-star.is-selected svg {
    display: block;
    width: 100%;
    height: 100%;
    color: #f687b3;
}
/* end REVIEW side */

/*  INFO side */
.info-panel {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    min-height: 302px;
    padding: 25px 0;
    background: #d53f8c;
}
.info-panel .page-body {
     text-align: center;
}
.info-panel-title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 40px;
}
.info-panel-btn .btn {
    min-width: 240px;
    margin: 0 auto 15px;
}
.info-panel-text {
    color: #fff;
    opacity: 0.75;
    font-weight: 300;
    margin: 0 50px;
}
/* end INFO side */


/* FOOTEr side */
.footer-side {
    padding: 40px 0 10px;
}
.footer-side p {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 25px;
    opacity: 0.5;
    font-weight: 300;
}
/* end FOOTER side */


.window-dialog {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
    visibility: hidden;
    z-index: 2000;
}
.is-visible {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    visibility: visible;
}
body.dialog-open {
    overflow: hidden;
}
.window-dialog__layer {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.window-dialog_bg-color {
    background-color: #fff;
}
.window-dialog-box {
    display: grid;
    overflow: auto;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}
.window-dialog-col.valign-bottom {
    vertical-align: bottom;
}
.window-dialog-col.valign-top {
    vertical-align: top;
}
.window-dialog-tab {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    display: flex;
    align-items: center;
}
.window-dialog-body {
    background: #fff;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    flex: 0 0 auto;
    margin: 20px auto;
    max-width: 448px;
    padding: 20px 40px 0;
    border-radius: 10px;
    position: relative
}
.window-dialog__close {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 2;
}
.window-dialog__close:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 24px;
    height: 2px;
    background-color: #777;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.window-dialog__close:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 24px;
    height: 2px;
    background-color: #777;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.window-dialog__form-btn-panel {
    margin-top: 40px;
    margin-bottom: 25px;
}

.form {
    max-width: 392px;
    padding: 10px 0 25px;
    margin-left: auto;
    margin-right: auto;
}
.form-title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}
.form-disclaimer {
    font-weight: 300;
}

.form-disclaimer a, .link-disclaimer {
    color: #3498db;
}

.form-error-container {
    display: block;
    margin: 0;
    padding: 0;
}
.form-error {
    color: #f75d5d;
    text-align: center;
    font-size: 14px;
    padding: 20px 15px 0;
}

@media screen and (min-width: 768px) {
    .header-subtitle span {
        display: block;
    }

    .review-section__subtitle span {
        display: block;
    }

    /* BRAND side  */
    .brand-panel {
        display: grid;
        grid-gap: 30px;
        grid-template-columns: repeat(3,1fr);
    }
    .brand-item:nth-last-of-type(-n+2) {
        display: flex;
    }
    /* end BRAND side  */

}
@media screen and (min-width: 1025px) {

    .fieldsend {
        margin-top: 20px;
    }
    .input-field .fieldsend-placeholder {
        font-size: 18px;
    }
    .input-field-info-text {
        padding-top: 5px;
        font-size: 12px;
    }
    .fieldsend_half-desk {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
    }


    /*  HEADER side  */
    .header-section {
        padding-bottom: 80px;
    }
    .header-title {
        margin-top: 77px;
        margin-bottom: 12px;
        font-size: 48px;
    }
    .header-btn .btn {
        min-width: 240px;
    }
    /* end HEADER side  */

    /* FEATURE side */
    .feature {
        padding-bottom: 95px;
    }
    .feature-section {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 25px;
        flex-flow: row wrap;
        justify-content: center;
        align-items: flex-start;
        margin: 80px 0 0;
    }
    .feature-block {
        margin-bottom: 0;
    }
    .feature-block-text {
        line-height: 1.5;
    }
    /* end FEATURE side */

    /* WORK side */
    .work-section {
        padding-top: 60px;
        padding-bottom: 75px;
    }
    .work-section .page-body {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
        justify-content: center;
        align-items: flex-start;
    }
    .work-section__title {
        font-size: 36px;
        text-align: left;
    }
    .work-section__text {
        margin-bottom: 60px;
        text-align: left;
    }
    .work-step-side {
        max-width: 318px;
        padding-left: 0;
        padding-right: 0;
        margin-top: 25px;
        margin-left: 30px;
    }
    .work-block {
        margin-left: 0;
        padding: 25px 34px 10px;
    }
    .work-title {
        margin-bottom: 14px;
    }
    /* end WORK side */

    /* REVIEW side */
    .review-section {
        padding-top: 75px;
        padding-bottom: 40px;
    }
    .review-section__title {
        font-size: 36px;
    }
    .review-side {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 0;
        grid-column-gap: 130px;
        margin: 45px 25px 0;
    }
    .review-block-name {
        font-size: 24px;
    }
    /* end REVIEW side */

    /*  INFO side */
    .info-panel {
        min-height: 310px;
    }
    .info-panel-title {
        font-size: 36px;
    }
    .info-panel-col {
        flex: 0 0 46%;
        margin: 31px 0 0;
    }
    /* end INFO side */

    /* FOOTER side */
    .footer-side {
        padding: 47px 0;
        font-size: 14px;
        line-height: 1.3;
    }
    .footer-side p {
        margin-bottom: 17px;
    }
    /* end FOOTER side */

    .form-title {
        font-size: 36px;
    }

    .window-dialog-box {
        padding-top: 25px;
        height: auto;
    }
    .window-dialog__form-btn-panel {
        margin-bottom: 20px;
    }
}


/* Modal overlay */
.modal {
    display: none;
    position: fixed;
    z-index: 2010;
    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;
}

