@font-face {
    font-family: 'Conv_VAGRounded-Bold';
    src: url('https://www.pedigree.fi/asset/fonts/pedigree-bold/pedigree-bold.eot?#iefix');
    src: url('https://www.pedigree.fi/asset/fonts/pedigree-bold/pedigree-bold.woff') format('woff'), url('https://www.pedigree.fi/asset/fonts/pedigree-bold/pedigree-bold.ttf') format('truetype'), url('https://www.pedigree.fi/asset/fonts/pedigree-bold/pedigree-bold.svg#pedigree-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, div, a, section {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.formContainer {
    width: 500px;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
}

    .formContainer h2 {
        float: left;
        font-size: 15px;
        font-weight: bold;
        color: #000000;
        width: 100%;
        margin-bottom: 5px;
    }

    .formContainer p {
        width: 100%;
        float: left;
        font-size: 13px;
        margin-top: 3px;
        margin-bottom: 5px;
        font-weight: bold;
    }

        .formContainer p a {
            display: inline-block;
            color: #188AC5;
        }

        .formContainer p.altTitle {
            float: left;
            text-align: right;
            width: 100%;
            color: #000000;
            font-size: 10px;
            font-weight: bold;
            margin-bottom: 20px;
            position: relative;
        }

            .formContainer p.altTitle b {
                color: #188ac6;
                margin-right: 3px;
            }

    .formContainer .formItem {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }

        .formContainer .formItem label {
            float: left;
            width: auto;
            font-size: 12px;
            color: #000000;
            line-height: 16px;
        }

            .formContainer .formItem label b {
                color: #188ac6;
                margin-left: 3px;
            }

            .formContainer .formItem label a {
                color: #188AC5;
            }

        .formContainer .formItem input {
            float: right;
            width: 219px;
            border: 1px solid #8596af;
            height: 16px;
            line-height: 16px;
            font-family: Arial;
            font-size: 12px;
            color: #000000;
            padding: 0px 5px;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
        }

            .formContainer .formItem input.error {
                border-color: red;
            }

    .formContainer h3 {
        float: left;
        font-size: 15px;
        font-weight: bold;
        color: #000000;
        margin-bottom: 20px;
        width: 100%;
    }

    .formContainer .formItem.captcha .captchaInput {
        width: 150px;
        float: left;
        border: none;
        height: 37px;
        margin: 0;
        padding: 0;
    }

    .formContainer .formItem.captcha .captchaRef {
        width: 30px;
        float: left;
        margin-top: 7px;
    }

    .formContainer .formItem.captcha .textInput {
        width: 100px;
        height: 35px;
        margin-left: 10px;
        float: left;
    }

    .formContainer .formItem.checkbox input {
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        -webkit-appearance: menulist-button;
    }

        .formContainer .formItem.checkbox input.error + span {
            border-color: red;
        }

    .formContainer .formItem.checkbox .checkboxDv {
        position: relative;
        width: 12px;
        height: 12px;
        float: left;
        padding: 0;
        margin: 0 5px 0 0;
        border-radius: 4px;
        -o-border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

        .formContainer .formItem.checkbox .checkboxDv.checked span:before {
            position: absolute;
            top: -2px;
            left: 2px;
            content: '✓';
            font-size: 12px;
        }

        .formContainer .formItem.checkbox .checkboxDv span {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 1px solid #a6a6a6;
            background: #dedede;
        }

    .formContainer .formItem.checkbox {
        float: left;
        font-size: 12px;
        color: #000000;
        line-height: 18px;
    }

        .formContainer .formItem.checkbox.error {
            border-color: red;
        }

        .formContainer .formItem.checkbox a {
            color: #188AC5;
        }

    .formContainer .formItem.submitButton {
        margin-top: 15px;
        padding: 12px 0px 0px 0px;
        border-top: 2px solid #1d4776;
    }

        .formContainer .formItem.submitButton [type="button"], .btnpost {
            float: right;
            width: 117px;
            height: 29px;
            background: transparent url('https://image.s10.sfmc-content.com/lib/fe36157075640475701d72/m/1/f7ca4a4e-d76e-4e17-918e-bd939b6efb34.png') no-repeat left top;
            border: 0px;
            outline: none;
            text-indent: -9999pt;
            cursor: pointer;
        }

    .formContainer .sum {
        font-size: 15px;
        color: #000000;
        line-height: 1.4em;
        margin-bottom: 20px;
        width: 100%;
        float: left;
    }

    .formContainer .thanksImg {
        width: 100%;
        margin-top: 20px;
    }

    .formContainer h1 {
        margin-bottom: 20px;
        color: #0c2d60;
        font-family: Arial, 'Conv_VAGRounded-Bold';
    }


.overlay {
    width: 100%;
    height: 100%;
    background: #80808073;
    position: absolute;
    left: 0;
    top: 0;
}

.map-popup {
    padding: 15px;
    width: 470px;
    outline: none;
    margin: 0 auto;
    position: absolute;
    left: 3%;
    top: 13%;
}

    .map-popup .close-btn {
        width: 19px;
        height: 18px;
        background: white;
        position: absolute;
        right: -15px;
        top: 3px;
        font-size: 17px;
        font-weight: 700;
        border-radius: 10px;
        text-align: center;
        color: #3a3a3a;
        border: 2px solid #252525;
        z-index: 99999;
        cursor: pointer;
        user-select: none;
    }

    .map-popup .popup-content {
        border-width: 10px;
        width: 470px;
        height: auto;
        padding: 0;
        outline: none;
        overflow: hidden;
        z-index: 1102;
        border: 10px solid #f9f9f9;
        margin: 0 auto;
        position: absolute;
        box-shadow: 0 0 17px 1px black;
        background: white;
    }
