.gdc-shade {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9999999999;
    background: rgba(0,0,0, .6);
    transition: all .3s ease-out;
}


.gdc-container-modal {
    position: relative;
    min-height: 100px;
    max-width: 700px;
    width: 100%;
    background-color: rgba(239, 239, 239, 1);
    padding: 30px;
    max-height: 70vh;
    overflow-y: auto;
    z-index: 9999 !important;
    box-shadow: 3px 5px 20px 0px rgba(0,0,0, .5);
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.gdc-content-extra {
    width: 100%;
}

.gdc-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.gdc-description {
    width: 100%;
}

.gdc-content {
    width: 100%;
}

.gdc-btnHolder {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0;
}

.gdc-button {
    background-color: #00a34b;
    color: #fff;
    font-weight: 500;
    padding: 8px 12px;
    width: 32%;
    cursor: pointer;
    text-align: center;
    margin: 7px 0;
}

.gdc-button:hover {
    background: #02803c;
}

.gdc-description a {
    font-weight: 400;
    color: #000;
    text-decoration: underline;
}

.gdc-description a:hover {
    color: #00a34b;
}

.gdc-button-odabrani {
    color: #d8462d;
    background-color: #555;
    font-weight: bold;
    padding: 8px 12px;
    cursor: pointer;
    margin: 10px 0;
    width: 180px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.gdc-button-odabrani:hover {
    background-color: #bc361f;
    color: #232323;
}

.gdc-smallTxt {
    font-size: 13px;
    display: none;
    margin-bottom: 15px;
    background: #fff;
    padding: 15px;
}

.gdc-button.gdc1 {
    right: 220px;
}

.gdc-options {
    margin: 10px 0;
}

.gdc-options input {

}

.gdc-options input[type=checkbox] + label {
    padding: 0;
}

.gdc-options input[type=checkbox] + label:before {
    top: -2px;
    position: relative;
    cursor: pointer;
}

.gdc-options label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #d8462d;
    border: none;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    font-family: Montserrat, Arial, sans-serif;
}

.gdc-options input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.gdc-cookieSettings {
    cursor: pointer;
}

.gdc-cookieSettings:hover {
    color: #222;
    text-decoration: underline;
}

.gdc-smallTxt-splitter {
    height: 1px;
    border-bottom: solid 1px #d3d3d3;
    clear: both;
    margin: 8px 0;
}

.gdc-smallTxt-expander {
    float: right;
    cursor: pointer;
    position: relative;
    top: -2px;
}

.gdc-info-ico {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../img/info-white.svg) 50% 50% no-repeat;
    background-size: 17px auto;
}

svg circle {
    fill: #fff;
}

.gdc-info-icon-bkg {
    fill: #858593;
}

@media screen and (max-width: 1249px) {
    .gdc-button.gdc2,
    .gdc-button.gdc1 {
        position: relative;
        -webkit-transform: none;
        transform: none;
        top: auto;
        right: auto;
        display: inline-block;
        margin-top: 10px;
    }

    .gdc-button.gdc1 {
        margin-right: 15px;
    }
}

@media screen and (max-width: 767px) {

    .gdc-container-modal {
        padding: 20px 15px;
        width: 95%;
    }

    .gdc-cookieSettings {
        z-index: 9998;
    }

    .gdc-options {
        margin-right: 10px;
    }

    .gdc-btnHolder {
        flex-wrap: wrap;
        margin: 15px 0 0 0;
    }

    .gdc-button {
        width: 100%;
        margin: 0 0 10px 0;
    }

}


@media screen and (max-width: 479px) {
    .gdc-container-modal {
        max-width: 85%;
    }

    .gdc-description {
        max-width: 100%;
        padding: 0 0 10px 0;
    }

    .gdc-content {
        flex-wrap: wrap;
    }

    .gdc-button {
        display: inline-block;
        margin: 0 0 10px 0;
        width: 100%;
    }

    .gdc-description,
    .gds-checkbox-label,
    .gdc-button {
        font-size: 14px;
    }

    .gdc-btnHolder {
        margin: 10px 0 5px 0;
    }
}

@media screen and (max-width: 375px) {
    .gdc-btnHolder {
        width: 100%;
    }

    .gdc-button {
        display: block;
        margin: 0 0 10px 0;
    }

}
