body {
    margin: auto;
    padding: 0;
    color: black;
    font-family: 'Arial';
}
.v-content_cms .a-typo.is-primary{
    color: black;
    font-family: Roboto,Poppins,Arial;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    display: flex;
    align-items: center;
}

/* .editorContent.column,
.editorContent.column .row{
    position: unset;
} */

#sg_alert{
    cursor: pointer;
}
.sg_carousel_body{
    display: none!important;
}

.responsive {
    max-width: 100%;
    height: auto;
}

.center-button {
    margin: 10px 0 30px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.formularz h2{
    font-family: Roboto,Poppins,Arial;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 35px;
}

a.sg_sprawdz,
.sg_submit input {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    color: #fff !important;
    z-index: 1;
    background-color: #FF6000;
    border-radius: 1px;
    transition: .2s;
    cursor: pointer;
    text-decoration: none;
    padding: 0px 14px;
    width: 200px;
    max-width: 90%;
    border: none;
    font-family: Roboto,Poppins,Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

a.sg_sprawdz:hover,
.sg_submit input:hover,
.sg_file_btn:hover {
    opacity: 0.8;
    transition: .2s;
}

.sg_submit input[disabled] {
    cursor: auto;
    background: #ccc;
}

.form_title {
    margin: 60px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.form_body {
    font-size: 0px;
    display: block;
    padding: 0px;
}

.form_field {
    width: 50%;
    font-size: 14px;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: bottom;
}

.form_field textarea{
    min-height: 100px;
}

.width_100{
    width: 100%;
}
.width_100 input,
.width_100 textarea,
.width_100 .sg_select{
    width: 97.5%;
}

.sg_label {
    font-family: Roboto,Poppins,Arial;
font-style: normal;
font-weight: normal;
    display: block;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 7px;
    color: black;
}

#legal_txt .footer{
    margin-top: 15px;
}

.sg_select {
    text-align: left;
    padding: 10px 10px;
    border: 1px solid #e4e4e4;
    border-radius: 0px;
    line-height: 130%;
    font-family: arial;
    font-size: 16px;
    width: 95%;
    min-height: 50px;
    -webkit-appearance: none;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) white no-repeat calc(100% - 10px) !important;
}

.sg_input_text {
    text-align: left;
    padding: 10px 10px;
    border: 1px solid #e4e4e4;
    border-radius: 0px;
    line-height: 130%;
    font-family: arial;
    font-size: 16px;
    box-sizing: border-box;
    width: 95%;
    min-height: 50px;
}

.sg_btn_wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.sg_file_btn {
    color: #333333;
    background-color: #fde104;
    padding: 8px 27px;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.sg_btn_wrapper input[type=file] {
    opacity: 0;
    width: 0;
    font-size: 0;
    position: absolute;
    height: 0;
    left: 0;
    display: block;
    top: 0;
}

.file_name {
    display: inline-block;
    padding-left: 5px;
}

.legal {
    margin-top: 100px;
    line-height: 13px;
    font-size: 11px;
    font-family: arial;
}

.marketing {
    margin: 10px 0;
}

.marketing-checkbox {
    display: inline-block;
    vertical-align: middle;
}

.marketing-label {
    font-size: 14px;
    display: inline-block;
    width: 95%;
    padding-left: 5px;
    vertical-align: middle;
}

div.sg_sprawdz-red {
    display: block;
    border: 1px solid #de2a32;
    background: #fe0000;
    background: -moz-linear-gradient(top, #fe0000 0%, #b41416 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fe0000), color-stop(100%, #b41416));
    background: -webkit-linear-gradient(top, #fe0000 0%, #b41416 100%);
    background: -o-linear-gradient(top, #fe0000 0%, #b41416 100%);
    background: -ms-linear-gradient(top, #fe0000 0%, #b41416 100%);
    background: linear-gradient(to bottom, #fe0000 0%, #b41416 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fe0000', endColorstr='#b41416', GradientType=0);
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-family: Arial;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 101;
    width: 100%;
    text-decoration: none;
    padding: 14px 20px;
    line-height: normal;
    box-sizing: border-box;
}

.popup-box {
    position: fixed;
    top: 150px;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 510px;
    width: 100%;
    padding: 20px 15px;
    background: #fff;
    z-index: 1500;
    font-family: Tahoma, Arial;
    font-size: 24px;
    text-align: center;
    box-shadow: 0 0 15px rgba(62, 9, 5, 0.5);
    border-color: #3e0905 !important;
    border-style: solid;
    border-width: 2px;
    color: #000;
    margin-top: -150px;
}

.popup-box>div {
    position: relative;
}

.popup-close {
    position: absolute;
    top: -25px;
    right: -25px;
    background: #000 !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 19px !important;
    text-align: center;
    border-radius: 50%;
    font-size: 10px !important;
    border: 2px solid #ffffff !important;
    cursor: pointer;
    color: #fff !important;
}

#submit[disabled] {
    opacity: 0.5;
    filter: grayscale(50%);
}

#scrollInformationBox{
    position: sticky;
    top:50px;
}
#informationBox.informationActive {
    display: block;
    cursor: pointer;
}

#informationBox.informationActive::before {
    content: 'x';
    color: #fff;
    font-size: 23px;
    line-height: 100%;
    font-weight: 300;
    font-family: Arial, sans-serif;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #000 !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

#informationBox {
    display: none;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0px);
    background: white;
    border: 2px solid black;
    box-sizing: border-box;
    padding: 5px 10px;
    z-index: 1;
    color: black;
    padding-right: 17px;
    box-shadow: 0 0 15px rgb(62 9 5 / 50%);
    padding-right: 30px;
    font-family: Tahoma, Arial;
    font-size: 20px;
    line-height: 140%;
    min-width: 410px;
}

#informationBox>span {
    margin-bottom: 2px;
    display: inline-block;
}

.error_form {
    border: 2px solid red;
}
#legal_txt .footer{
    font-family: Roboto,Poppins,Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    display: block;
    align-items: center;
    color: #888888;
}
#legal_txt .polaObowiazkowe{
    font-family: Roboto,Poppins,Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    display: flex;
    align-items: center;
}
@media(min-width:1200px){
    #konkurs{
        margin-top: 20px;
    }
}

@media(max-width:700px) {
    .form_field {
        width: 100%;
        display: block;
        text-align: center;
    }
    .marketing-label {
        width: 85%;
    }
}

@media(max-width:500px) {
    #informationBox {
        min-width: 100%;
        font-size: 18px;
    }
    .form_field{
        margin-bottom: 20px;
    }
    .formularz h2{
        margin-bottom: 20px;
    }
    .sg_label{
        text-align: left;
    }
    .width_100 input, .width_100 textarea,.sg_input_text, .width_100 .sg_select{
        width: 100%;
    }
}
@media(max-width:400px){
    #informationBox {
        font-size: 16px;
    }
}
@media(max-width:359px){
    #informationBox {
        font-size: 15px;
        padding-right: 10px;
    }
}