@font-face {
    font-family: 'MonclerFont8-regular';
    src: url('https://moncler-cdn.thron.com/delivery/public/document/moncler/MonclerGothicWeb-Light_woff/4fhwfu/WEB/MonclerGothicWeb-Light_woff.woff');
    src: local('MonclerGothicWeb-Light_woff2'), local(MonclerGothicWeb-Light_woff2), url('https://moncler-cdn.thron.com/delivery/public/document/moncler/MonclerGothicWeb-Light_woff/4fhwfu/WEB/MonclerGothicWeb-Light_woff.woff') format("woff"), url('https://moncler-cdn.thron.com/delivery/public/document/moncler/MonclerGothicWebTT-Light_ttf/4fhwfu/WEB/MonclerGothicWebTT-Light_ttf.ttf') format("truetype"), url('https://moncler-cdn.thron.com/delivery/public/document/moncler/MonclerGothicWeb-Light_woff2/4fhwfu/WEB/MonclerGothicWeb-Light_woff2.woff2') format("woff2");
    font-weight: 400;
    font-style: normal
}

body {
    margin: 0;
    background: rgba(247, 248, 243, 1);
    letter-spacing: 0.007em;
    font-family: "MonclerFont8-regular", "MonclerFont4-regular", Helvetica, Arial, sans-serif;
}

#top_hug {
    height: 68px;
    line-height: 44px;
    width:100%;
    background-color:white;
}

#header {
    height: 210px;
    /*background: #000000 url(/MONCLER-1952-FW20_25_0013.png);*/
    background-size: cover;
    background-position: top;
}

/*#region RadioBlock*/

.radioBlock {
    margin: auto;
    font-size: 12px;
    color:#737373
}

    .radioBlock tr {
        vertical-align: top;
    }

.radioTd {
    color: black;
    display: flex;
    font-weight: bold;
    margin: auto;
}

    .radioTd div {
        width:30px;
        text-align: center;
        margin: auto;
    }

        .radioTd div input {
            height: 12px;
            width: 12px;
            accent-color: black;
            text-align: center;
        }

.answerLimits {
    padding: 0px 10px 0px 10px;
    font-size: 12px;
    text-align:center;
    max-width:100px;
    /*width:25%;*/
}

/*#endregion*/

#spinner {
    z-index: 1000;
    background-color: rgba(32, 32, 29, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    color: white;
}

    #spinner div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

.languageContainerMargins{
    margin:30px;
}