﻿@charset "UTF-8";

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    -ms-interpolation-mode: bicubic;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

svg:not(:root) {
    overflow: hidden;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], input[disabled] {
        cursor: default;
    }

input[type=checkbox], input[type=radio] {
    padding: 0;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    font-family: Titillium Web,verdana,sans-serif;
}

html {
    font-size: 62.5%;
}

body {
    color: #6d6e70;
    font-family: Titillium Web,verdana,sans-serif;
}

.typography {
    font-size: 1.4rem;
    line-height: 1.7;
}

    .typography p {
        margin-bottom: 1em;
    }

    .typography strong {
        font-weight: 700;
    }

    .typography em {
        font-style: italic;
    }

    .typography .small {
        font-size: 80%;
    }

    .typography span.pink {
        color: #d5579b;
    }

    .typography span.green {
        color: #b2cf7c;
    }

    .typography hr {
        height: 1px;
        margin: 2em 0;
        border: 0;
        background: #e5e5e5;
        outline: none;
    }

    .typography .h1, .typography h1 {
        margin: 0 0 1.5em;
        padding: .5em 1em .6em;
        border-radius: 24px;
        color: #fff;
        background: #b2cf7c;
        font-weight: 600;
        font-size: 171.42857%;
        font-family: Titillium Web,verdana,sans-serif;
        line-height: 1.15;
    }

        .typography .h1 a, .typography h1 a {
            color: #fff;
        }

    .typography .h2, .typography h2 {
        margin: .75em 0;
        padding: 0;
        border: 0;
        color: #b2cf7c;
        font-weight: 600;
        font-size: 150%;
        font-family: Titillium Web,verdana,sans-serif;
        line-height: 1.15;
    }

        .typography .h2 a, .typography h2 a {
            color: #b2cf7c;
        }

    .typography .h3, .typography h3 {
        margin: .75em 0;
        padding: 0;
        border: 0;
        color: #b2cf7c;
        font-weight: 600;
        font-size: 128.57143%;
        font-family: Titillium Web,verdana,sans-serif;
        line-height: 1.3;
    }

        .typography .h3 a, .typography h3 a {
            color: #b2cf7c;
        }

    .typography ul {
        margin: 0 0 1em;
        padding: 0 0 0 1.5em;
        list-style-type: none;
    }

        .typography ul li {
            position: relative;
        }

            .typography ul li:before {
                position: absolute;
                left: -1.5em;
                content: "+";
                color: #b2cf7c;
                line-height: 1.5;
            }

    .typography ol {
        margin: 0 0 1em;
        padding: 0 0 0 1.5em;
        list-style-type: decimal;
    }

    .typography blockquote {
        margin: 0 0 1em;
        color: #d5579b;
        font-weight: 600;
        font-size: 150%;
        line-height: 1.15;
    }

        .typography blockquote cite {
            display: block;
            color: #6d6e70;
            font-weight: 400;
            font-size: 1.2rem;
        }

    .typography sub, .typography sup {
        position: relative;
        top: -.4em;
        font-size: 80%;
        vertical-align: baseline;
    }

    .typography sub {
        top: .4em;
    }

    .typography a {
        color: #d5579b;
    }

        .typography a:link, .typography a:visited {
            text-decoration: none;
        }

        .typography a:active, .typography a:hover {
            text-decoration: underline;
        }

    .typography .left {
        text-align: left;
    }

    .typography .center {
        text-align: center;
    }

    .typography .right {
        text-align: right;
    }

    .typography img {
        display: block;
        max-width: 100%;
        height: auto;
    }

        .typography img.left, .typography img.leftAlone, .typography img.right {
            margin-bottom: 1em;
        }

        .typography img.center {
            display: block;
            float: none;
            margin: 0 auto;
        }

.typography--center {
    text-align: center;
}

.typography--large {
    font-size: 1.8rem;
    line-height: 1.6;
}

    .typography--large .h1, .typography--large .h2, .typography--large h1, .typography--large h2 {
        font-size: 116.66667%;
    }

    .typography--large .h3, .typography--large h3 {
        font-size: 120%;
    }

    .typography--large strong {
        font-weight: 600;
    }

.h {
    display: none !important;
}

.h-hide-visually {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
}

.group {
    zoom: 1;
}

    .group:after, .group:before {
        display: table;
        content: "";
    }

    .group:after {
        clear: both;
    }

.replace {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 150%;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */ .pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

    .pika-single.is-hidden {
        display: none;
    }

    .pika-single.is-bound {
        position: absolute;
        box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
    }

.pika-single {
    *zoom: 1;
}

    .pika-single:after, .pika-single:before {
        content: " ";
        display: table;
    }

    .pika-single:after {
        clear: both;
    }

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

    .pika-title select {
        cursor: pointer;
        position: absolute;
        z-index: 9998;
        margin: 0;
        left: 0;
        top: 5px;
        filter: alpha(opacity=0);
        opacity: 0;
    }

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
    background-color: #fff;
}

.pika-next, .pika-prev {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

    .pika-next:hover, .pika-prev:hover {
        opacity: 1;
    }

    .pika-next.is-disabled, .pika-prev.is-disabled {
        cursor: default;
        opacity: .2;
    }

.is-rtl .pika-next, .pika-prev {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    *left: 0;
}

.is-rtl .pika-prev, .pika-next {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    *right: 0;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

    .pika-table td, .pika-table th {
        width: 14.285714285714286%;
        padding: 0;
    }

    .pika-table th {
        color: #999;
        font-size: 12px;
        line-height: 25px;
        font-weight: 700;
        text-align: center;
    }

    .pika-table abbr {
        border-bottom: none;
        cursor: help;
    }

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.is-today .pika-button {
    color: #d5579b;
    font-weight: 700;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: 700;
    background: #b2cf7c;
    box-shadow: inset 0 1px 3px #86b356;
    border-radius: 3px;
}

.is-disabled .pika-button, .is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover {
    color: #fff;
    background: #d5579b;
    box-shadow: none;
    border-radius: 3px;
}

.pika-button .is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-inrange .pika-button {
    background: #d5e9f7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6cb31d;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #3af;
    box-shadow: none;
    border-radius: 3px;
}

.pika-title .pika-label {
    position: relative;
    padding-right: 20px;
}

    .pika-title .pika-label:after {
        position: absolute;
        top: 50%;
        right: 8px;
        width: 0;
        height: 0;
        border-width: 6px 4px 0;
        border-style: solid;
        border-color: #000 transparent transparent;
        content: "";
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

* {
    box-sizing: border-box;
}

.breadcrumbs {
    font-size: 140%;
}

    .breadcrumbs a {
        color: #000;
    }

        .breadcrumbs a:link, .breadcrumbs a:visited {
            text-decoration: none;
        }

        .breadcrumbs a:active, .breadcrumbs a:hover {
            text-decoration: underline;
        }

.container {
    margin: 0 10px;
}

.footer {
    padding: 85px 0 0;
    background: url(../images/bg-footer.svg) no-repeat 10px 26px;
    background-size: 786px 63px;
    font-size: 1.2rem;
    line-height: 1.2;
}

    .footer a {
        color: #6d6e70;
    }

        .footer a:link, .footer a:visited {
            text-decoration: underline;
        }

        .footer a:active, .footer a:hover {
            text-decoration: none;
        }

    .footer p {
        margin: 0 0 1em;
    }

    .footer small {
        font-size: 83.33333%;
    }

.footer__content {
    padding: 20px 0;
    color: #fff;
    background: #d5579b;
}

    .footer__content a {
        color: #fff;
    }

.footer__left {
    margin: 0 0 20px;
}

.footer__logo {
    width: 216px;
    height: 67px;
    margin-top: -1.2em;
    background-image: url(../images/iprs-group.svg);
    background-size: 100% 100%;
}

.form__fieldset--gutter {
    margin-bottom: 20px;
}

.form__legend {
    display: block;
    margin-bottom: .5em;
    color: #d5579b;
    font-weight: 700;
}

.date_parts, .card_parts {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.form__field {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}

    .form__field input, .form__field select, .form__field .date_parts {
        width: 340px;
    }



        .form__field .date_parts input {
            width: 50px;
        }

    .form__field .card_parts input, .form__field .card_parts select {
        width: 85px;
    }

    .form__field:last-child {
        //margin-bottom: 0;
    }

    .form__field label {
        display: block;
        min-width: 105px;
        margin-right: 10px;
    }

    .form__field .card_parts label {
        display: block;
        min-width: 75px;
        margin-right: 10px;
        text-align: right;
    }

.form-label {
    font-family: "Titillium Web", verdana, sans-serif;
    font-weight: normal;
}


.header {
    position: relative;
    font-size: 1.3rem;
}

    .header .container {
        padding: 20px;
        border-bottom: 1px solid #d5579b;
    }

.header__logo {
    width: 237px;
    height: 69px;
    margin: 0 auto 20px;
    background-image: url(../images/logo.svg);
    background-size: 100% 100%;
}

.header__supplementary {
    color: #d5579b;
    line-height: 1.5;
    text-align: center;
}

    .header__supplementary strong {
        font-weight: 700;
    }

    .header__supplementary .vr {
        display: inline-block;
        width: .8em;
        color: #b2cf7c;
        text-align: center;
    }

.main {
    padding: 20px 0;
}

@media screen and (min-width:480px) {
    .typography img.left {
        float: left;
        margin: 0 1em 1em 0;
    }

    .typography img.right {
        float: right;
        margin: 0 0 1em 1em;
    }

    .typography img.leftAlone {
        float: left;
        margin-right: 100%;
    }
}

@media screen and (min-width:650px) {
    .footer__content {
        padding: 28px 0;
    }


    .header {
        font-size: 1.4rem;
    }
}

@media screen and (min-width:768px) {
    .footer__left {
        float: left;
        margin: 0;
    }

    .footer__right {
        float: right;
    }

        .footer__right p {
            float: right;
            clear: right;
        }

    .header .container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 0;
        padding-left: 0;
    }

    .header__logo {
        margin: 0;
    }

    .header__supplementary {
        line-height: 1.8;
        text-align: right;
    }
}

@media screen and (min-width:850px) {
    .form__fieldset--gutter {
        margin-bottom: 40px;
    }
}

@media screen and (min-width:940px) {
    .container {
        width: 940px;
        margin-right: auto;
        margin-left: auto;
    }

    .footer {
        background-position: 50% 26px;
    }

        .footer p {
            margin: 0;
        }

        .footer .social {
            margin: 1em 0;
        }

    .footer__content {
        padding: 35px 0;
    }
}

@media screen and (min-width:960px) {
    .header .container {
        padding-bottom: 40px;
    }
}
