.popup_usa_wrapper.active{
    display: flex;
}
.popup_usa_wrapper{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.5);
    align-items: center;
    justify-content: center;
}
.popup_usa{
    width: 100%;
    max-width: 600px;
    position: relative;
}
.popup_usa .popup-window-close-icon{
    right: 10px;
    top: 10px;
}
.popup_usa .popup-window-close-icon:after{
    background-image: url(images/form.close.png);
    width: 20px;
    height: 20px;
}

.nonvat{}
.nonvat .openvatpopup {
    cursor: pointer;
    color: #ff0000;
}
.nonvat .popupvat {
    position: absolute;
    background: #fff;
    border: 1px solid #2b2f32;
    border-radius: 15px;
    padding: 6px;
}
.openvatpopup:hover + .popupvat {
    display: block !important;
}

#CybotCookiebotDialog {
    font-family: 'Roboto', sans-serif !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogPoweredbyCybot,
#CybotCookiebotDialogDetailFooter {
    display: none !important;
}

#CybotCookiebotDialog button.CybotCookiebotDialogBodyButton {
    border-radius: 3px !important;
    background-color: #333 !important;
    border-color: #333 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-bottom: 1px solid #333 !important;
    color: #333 !important;
}

#CybotCookiebotDialogBodyButtonDecline {
    order: 2;
    margin-right: 0 !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    order: 1;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    order: 0;
    margin-right: .5em !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyButtonDecline,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    background-color: #d3d3d3 !important;
    color: #6c6c6c !important;
    border-color: #d3d3d3 !important;
}

@media (max-width: 600px) {
    #CybotCookiebotDialog button.CybotCookiebotDialogBodyButton {
        height: 40px !important;
        padding: 0 !important;
        line-height: 1.1em;
    }

    #CybotCookiebotDialogHeader {
        display: none !important;
    }

    #CybotCookiebotDialogBodyContent {
        padding: 10px 0 !important;
        font-size: 12px !important;
    }

    #CybotCookiebotDialog {
        top: 81% !important;
        max-height: 300px !important;
    }

    #CybotCookiebotDialog .CybotCookiebotScrollContainer {
        max-height: fit-content !important;
        height: fit-content !important;
    }

    #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
        flex-direction: row !important;
        align-items: center !important;
        gap: 6px !important;
        justify-content: space-between;
    }

    #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper button {
        margin: 0 !important;
    }
}

@media (max-width: 400px) {
    #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper button {
        width: max-content;
        padding: 0 10px !important;
        line-height: 1.1em;
    }
}
@media (max-width: 375px) and (max-height:667px) {
	#CybotCookiebotDialog {
		top: 75% !important;
	}
}
@media (max-width: 360px) and (max-height:740px) {
	#CybotCookiebotDialog {
		top: 78% !important;
	}
}
@media (max-width: 540px) and (max-height:720px) {
	#CybotCookiebotDialog {
		top: 75% !important;
	}
}
@media (max-width: 393px) and (max-height:773px) {
	#CybotCookiebotDialog {
		top: 78% !important;
	}
}
@media (max-width: 360px) and (max-height:702px) {
	#CybotCookiebotDialog {
		top: 75% !important;
	}
}