<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=================== Footer ===================*/
#footer {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    text-align: center !important;
    font-size: 14px !important;
    line-height: 22px !important;
    color: black !important;
    background: white !important;
}
#footer a {
    text-decoration: underline;
    line-height: 1.42857143;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: black;
}

/*=================== ÐŸÐ¾Ð»Ð¸Ñ‚Ð¸ÐºÐ° ===================*/
.modal-public-zdv .checkbox &gt; input {
    display: inline-block;
    vertical-align: middle;
    color: black;
    width: 4%;
    height: 42px;
}

.modal-public-zdv .center-wrap {
    text-align: center;
}
.modal-public-zdv {
    z-index: 9999999;
    position: fixed;
    max-width: 600px;
    left: 50%;
    top: 25%;
    margin-left: -300px;
    background: #FFF;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35);
    border: 1px solid #3a87ad;
    -webkit-animation: iconosani 1.2s forwards;
    animation: iconosani 1.2s forwards;
    -moz-animation: iconosani 1.2s forwards;
    -o-animation: iconosani 1.2s forwards;
}

@-webkit-keyframes iconosani {
    0% {
        -webkit-transform: perspective(800px) rotateX(-90deg);
        -moz-transform: perspective(800px) rotateX(-90deg);
        -o-transform: perspective(800px) rotateX(-90deg);
        opacity: 1;
    }
    40% {
        -webkit-transform: perspective(800px) rotateX(30deg);
        -moz-transform: perspective(800px) rotateX(30deg);
        -o-transform: perspective(800px) rotateX(30deg);
        opacity: 1;
    }
    70% {
        -webkit-transform: perspective(800px) rotateX(-10deg);
        -moz-transform: perspective(800px) rotateX(-10deg);
        -o-transform: perspective(800px) rotateX(-10deg);
    }
    100% {
        -webkit-transform: perspective(800px) rotateX(0deg);
        -moz-transform: perspective(800px) rotateX(0deg);
        -o-transform: perspective(800px) rotateX(0deg);
        opacity: 1;
    }
}
.modal-public-zdv .padding-public-zdv {
    padding: 8px 17px;
    color: black;
    line-height: 1.42857143;
    font-size: 16px;
    text-align: justify;
}
.modal-public-zdv p:not(:last-child) {
    margin-bottom: 0.5rem;
    color: black;
}
.modal-public-zdv .title-public-zdv {
    text-transform: uppercase;
    background: #4d83c0;
    text-align: center;
    text-shadow: 1px 1px 0 #3a87ad;
    border-bottom: 1px solid #3a87ad;
    padding: 1rem;
    font-size: 18px;
    color: #FFF;
}



.overlay-public-zdv {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.62);
}

.overlay-public-zdv-close {
    width:50px;
    height:50px;
    transform: rotateZ(45deg);
    position:absolute;
    right: 0px;
    top: 0px;
    overflow:hidden;
    border:none;
    text-indent:200%;
    outline:none;
    color:transparent;
    z-index:100;
    cursor: pointer;
    transition: all 0.2s ease;
    -webkit-appearance: none !important;
}

.overlay-public-zdv-close::before {
    position: absolute;
    top: 12%;
    left: 43%;
    content: '';
    width: .45rem;
    height: 2.2rem;
    background: white;
    display: inline-block;
    transition: 500ms;
}


.overlay-public-zdv-close::after {
    position: absolute;
    top: 12%;
    left: 43%;
    content: '';
    width: .45rem;
    height: 2.2rem;
    background: white;
    display: inline-block;
    transform: rotateZ(90deg);
}

.overlay-public-zdv-close:hover{

}

.overlay-public-zdv-data {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-public-zdv-open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 100;
}

@media screen and (max-width: 740px) {
    .modal-public-zdv {
        max-width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin-left: auto;
        margin-top: auto;
    }

    .modal-public-zdv .content-public-zdv{
        padding: 1%;
    }

    .modal-public-zdv .title-public-zdv{
        font-size: 15px;
    }

    .modal-public-zdv .padding-public-zdv{
        font-size: 14px;
    }
}




.order-form__vat-not-incl {
    text-align: center;
    font-size: 0.8em;
    margin-top: 0.9em;
}

/*INPUT MASK*/

input.error,
textarea.error,
select.error,
div.error
{
    border:1px solid red !important;
}

input[type='text'].error {
    border: 1px solid #e1e1e1;
    border-top: 1px solid #b0aa9b;
    border-left: 1px solid #b0aa9b;
    background: rgb(255, 234, 230);
}

.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    margin-top: 14px;
    max-width: 550px;
    min-width: 50px;
    font-size: 15px;
    line-height: 12px;
    direction: ltr;
    box-shadow: none;
    padding: 0
}

.qtip-content, .qtip-titlebar {
    position: relative;
    overflow: hidden
}

.qtip-content {
    padding: 3px 7px;
    text-align: center;
    word-wrap: break-word
}

.qtip-titlebar {
    padding: 5px 35px 5px 10px;
    border-width: 0 0 1px;
    font-weight: 700
}

.qtip-titlebar + .qtip-content {
    border-top-width: 0 !important
}

.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 11;
    cursor: pointer;
    outline: 0;
    border: 1px solid transparent
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px
}

* html .qtip-titlebar .qtip-close {
    top: 16px
}

.qtip-icon .ui-icon, .qtip-titlebar .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr
}

.qtip-icon, .qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none
}

.qtip-icon .ui-icon {
    width: 18px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font: normal 700 10px/13px Tahoma, sans-serif;
    color: inherit;
    background: -100em -100em no-repeat
}

.qtip-default {
    border: 1px solid #ff868a;
    background-color: #D9585C;
    color: #fff;
}

.qtip-default:after {
    content:'';
    position: absolute;
    left: 50%;
    display: block;
    margin-top: -28px;
    margin-left: -10px;
    border: solid;
    border-color: #D9585C transparent #D9585C;
    border-width: 0 10px 10px;
}

.qtip-default .qtip-titlebar {
    background-color: #FFEF93
}

.qtip-default .qtip-icon {
    border-color: #CCC;
    background: #F1F1F1;
    color: #777
}

.qtip-default .qtip-titlebar .qtip-close {
    border-color: #AAA;
    color: #111
}</pre></body></html>