/*body {*/
    /*background: url('../images/background.jpg') no-repeat center center fixed;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/background.jpg', sizingMethod=scale);*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/background.jpg', sizingMethod='scale')";*/
/*}*/

body {
    background: #3b3f45;
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    font-family: 'Raleway', Arial, sans-serif;
    overflow: hidden;
    overflow-y: scroll;
    min-height: 1200px;
    background: url('../images/mos.jpg')  center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mos.jpg', sizingMethod=scale);
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mos.jpg', sizingMethod='scale')";
}

::-webkit-input-placeholder {
    color: white;
}

:-moz-placeholder { /* Firefox 18- */
    color: white;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: white;
}

:-ms-input-placeholder {
    color: white;
}

/*.text-for-him {*/
    /*padding-bottom: 50px;*/
/*}*/

.button-first-page {
    position: relative !important;
    font-size: 17px !important;
    margin-top: 30px !important;
}

.fs-submit {
    display: block !important;
    margin-top: 50px;
}

@media (max-width: 992px) {
    button.fs-continue {
        right: 13%;
        top: 43px;
        font-size: 13px;
    }
}
@media (max-width: 840px) {
    .fs-fields > li .fs-radio-custom span {
        font-size: 100%;
    }

    .fs-continue .text-button {
        display: none;
    }

    button.fs-continue {
        top: 70px;
        right: 1%;
    }
}

@media (max-width: 640px) {
    .fs-fields > li .fs-radio-custom span {
        max-width: 300px;
        width: 47%;
    }
}

input[type=checkbox] {
    display: none;
}