html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
 body {
    margin: 0;
    background-color: #002c96c2;
    font-family: 'Open Sans',Arial,sans-serif;
}
 article, aside, footer, header, nav, section {
    display: block;
}
 h1 {
    font-size: 2em;
    margin: .67em 0;
}
 figcaption, figure, main {
    display: block;
}
 figure {
    margin: 1em 40px;
}
 hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
 pre {
    font-family: monospace,monospace;
    font-size: 1em;
}
 a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
 abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
 b, strong {
    font-weight: inherit;
}
 b, strong {
    font-weight: bolder;
}
 code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}
 dfn {
    font-style: italic;
}
 mark {
    background-color: #ff0;
    color: #000;
}
 small {
    font-size: 80%;
}
 sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
 sub {
    bottom: -.25em;
}
 sup {
    top: -.5em;
}
 audio, video {
    display: inline-block;
}
 audio:not([controls]) {
    display: none;
    height: 0;
}
 img {
    border-style: none;
}
 svg:not(:root) {
    overflow: hidden;
}
 button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    outline:none;
    border: 0;
}

input:focus{
    outline:none;
}

 button, input {
    overflow: visible;
}
 button, select {
    text-transform: none;
}
 button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
 button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
 button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
 fieldset {
    padding: .35em .75em .625em;
}
 legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
 progress {
    display: inline-block;
    vertical-align: baseline;
}
 textarea {
    overflow: auto;
}
 [type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
 [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
 [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
 [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
 ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
 details, menu {
    display: block;
}
 summary {
    display: list-item;
}
 canvas {
    display: inline-block;
}
 template {
    display: none;
}
 [hidden] {
    display: none;
}

 .b-calc {
    padding: 90px 0;
}
 @media (max-width: 480px) {
    .b-calc {
        padding: 30px 0;
    }
}
 .b-calc.is-page-price {
    padding: 0;
}
 .b-calc.is-page-price .h2, .b-calc.is-page-price .b-texts h1, .b-texts .b-calc.is-page-price h1 {
    color: #fff;
    padding-bottom: 0;
    text-transform: none;
}
 .b-calc.is-page-price .h2:after, .b-calc.is-page-price .b-texts h1:after, .b-texts .b-calc.is-page-price h1:after {
    display: none;
}
 .b-calc.is-page-price .b-calc__form {
    margin-top: 30px;
}
 .b-calc__form {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    padding: 30px;
    padding-bottom: 0px;
}
 @media (max-width: 992px) {
    .b-calc__form {
        width: auto;
    }
}
 .b-calc__form-new {
    cursor: pointer;
    font-size: .875em;
    #color: #ffffff;
}
 .b-calc__form-step {
    text-align: center;
    padding-bottom: 30px;
    color: #777;
}
 .b-calc__form-steps {
    display: none;
    min-height: 170px;
}
 .b-calc__form-steps.is-active {
    display: block;
}
 .b-calc__form-steps__title {
    text-align: center;
    padding-bottom: 0;
    min-height: 53px;
    color: #ffffff;
    font-size: 1.125em;
}
 .b-calc__form-steps__title b {
    color: #fff;
    font-size: 1.55556em;
}
 .b-calc__form-steps__input {
    text-align: center;
    padding-bottom: 20px;
}
 .b-calc__form-steps__input .error_hint {
    width: 200px;
    margin: 0 auto;
}
 .b-calc__form-steps__input select {
    width: 200px;
    height: 50px;
    background: #31363e;
    color: #fff;
    outline: none;
    border: 1px solid #303438;
    border-top: 3px solid #0c0e10;
    text-align: center;
    text-align-last: center;
}
 .b-calc__form-steps__input input[type="text"] {
    width: 200px;
    height: 35px;
    background: #394e65;
    border-color: #394e65;
    border-top: 3px solid #1f2a36;
    color: #fff;
    text-align: center;
}
 .b-calc__form-steps__input input[type="text"]:focus {
    border-color: #3d66a5;
    border-top: 3px solid #f39f18;
}
 .b-calc__form-steps__next {
    text-align: center;
    margin-bottom: 20px;
}
 .b-calc__form-steps__next .g-button {
    width: 200px;
}
 .b-calc__links {
    float: right;
    padding-bottom: 20px;
    margin-top: -100px;
    text-align: center;
}
 @media (max-width: 768px) {
    .b-calc__links {
        margin: 0;
        float: none;
    }
}
 .b-calc__links a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #b5bac5;
    padding-bottom: 54px;
    width: 70px;
    text-align: center;
    font-size: .875em;
    line-height: 1;
    background: url("/makeup/images/des/doc.png") center bottom no-repeat;
}
 .b-calc__links a:hover {
    text-decoration: underline;
}

.g-button, button:not(.slick-arrow), input[type="submit"], input[type="button"] {
    -o-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    -o-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    margin: 0;
    padding: 10px 0;
    font-size: 19px;
    color: #000;
    background: #f39f18;
    border: none;
    border-bottom: 3px solid #b97200;
    width: 200px;
}

.callback-txt {
    margin: 0 auto;
    text-align: center;
}