<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0px;
    padding: 0px;
    font-family: Helvetica;

    /*-webkit-perspective: 0;*/ /*  !!!!! */
    /*-moz-perspective: 0;*/
    /*perspective: 0;*/

    -webkit-touch-callout: none;

    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    /*-webkit-transition: -webkit-transform 200ms linear;*/
    /*-moz-transition: transform 200ms linear;*/
    /*-ms-transition: -ms-transform 200ms linear;*/
    /*-o-transition: transform 200ms linear;*/
    /*transition: transform 200ms linear;*/
}

BODY {
    /*overflow: hidden;*/
    min-height: 420px;
}

BODY.iOS * {
    -webkit-backface-visibility: hidden;
}

#scrollControler {
    -webkit-transition-property: -webkit-transform;
    transition: transform; /*0s ease-in 0s;*/

    -webkit-transition-duration: 0ms;
    transition-duration: 0ms;

    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: visible;
}

.jPage {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.selectable, input, textarea {
    -webkit-user-select: auto;   /* Chrome/Safari/Opera */
}

/*@WARNINGS AND ERRORS@*/
NOSCRIPT &gt; H1.jsDisabled {
    position: absolute;
    z-index: 500;

    color: red;
    text-align: center;
    font-size: 2em;

    width: 100%;
    top: 20px;
}

/*SPLASH AND HELP*/
#splashScreen {
    z-index: 9999;
    position: relative;
    top: -16px;
    left: -16px;
    width: 100%;
    height: 100%;

    opacity: 0;
}

#splashWnd {
    z-index: 1000;
    width: 200px;
    display: block;
    position: absolute;
    text-align: center;
    top: 0px;
    left: 0px;
    /*width: 100%;
    height: 100%;*/
    /*padding: 10px;*/
    background-color: grey;
    border-radius: 3px;
}


div#newConteiner{
    width: 100%;
    height: 100%;
    display:  inline-flex;
    flex-direction: column;
    margin-left: -21px;
    margin-top: -10px;
    justify-content: center;
    /*margin-top: -10px;*/
    /*margin-left: -10px;*/
    /*position: absolute;*/
}

div#textfromflash{
    /*text-align: center;*/
    /*!*left: 50%;*!*/
    /*top: 2%;*/
    /*font-size: 18px;*/
    /*padding: 10px;*/
    /*padding-top: auto; !*16px;*!*/
    /*height: 4%;*/
    /*position: relative;*/
    /*margin-left: -30px;*/
    /*height: 6%;*/
    height: auto;
    margin-bottom: 9px;
    order:1;

}

div#imagefromflash{
    background-position: center center;
    margin: 0 auto;
    /*background-size: contain;*/
    background-repeat: no-repeat;
    width: 100%;
    height: 81%;
   /*width: auto;*/
    /*height: auto;*/
    /*min-height: 54%;*/
    /*min-width: 26%;*/
    margin: 0 auto;
    order: 2;
    /*margin-bottom: 10px;*/
    /*width: 95%;*/
    /*top: 1%;!* 4%*!*/
    /*height: 80%;*/
    /*!*left: 5%;*/
    /*right: 5%;*!*/
    /*margin: auto;*/


}

div#loader{
    margin-top: 9px;
}

/* embed css*/

div#embedModalBlock {
    display: none;
    position: fixed;
    z-index: 1001;
    padding-top: 3%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: transparent;

}


#embedModal {
    display: none;
    margin: auto;
    padding: 10px 4px 6px 4px;
    /* border: 1px solid #888; */
    max-width: 520px;
    width: 100%;

}

.divWidth, .divHeight, .divChecboxInfo{
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    /*position: relative;*/
}

.divHeight{
    margin-right: 5px;
}

.divBlock{
    width: 95%;
    margin: 5px auto;
    margin-left: 20px;
}

div#checkboxFullEmbed{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
/*VOLODYA working*/
/*#embedModal button {*/
    /*position: relative;*/
    /*bottom: 35px;*/
    /*text-align: center;*/
    /*text-decoration: none;*/
    /*outline: none;*/
    /*transition: all 0.15s;*/
    /*-webkit-transition: all 0.15s;*/
    /*-moz-transition: all 0.15s;*/
    /*max-width: 33%;*/
    /*height: 35px;*/
    /*display: inline-block;*/
    /*width: 30%;*/
    /*padding: 3px 6px 6px 3px;*/
    /*margin: 0px auto;*/
    /*left: 5%;*/
    /*font-size: 13px;*/

/*}*/

/*Vlad test*/
#embedModal button {
    margin-right: 13px;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    /*bottom: 35px;*/
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    max-width: 33%;
    height: 35px;
    display: inline-block;
    width: 30%;
    /*padding: 3px 6px 6px 3px;*/
    font-size: 13px;
}


/* Firefox send mail buttons ok cancel*/
@-moz-document url-prefix() {
    .divBlocker #sendEMailCencel {
        margin-top: 5px;

    }
    .divBlocker #sendEMailOk {
        margin-top: 5px;
    }
}
/* IE &amp; Edge send mail buttons ok cancel*/
@supports (display:-ms-grid) {
    .divBlocker #sendEMailCencel {
        margin-top: 5px;
    }
    .divBlocker #sendEMailOk {
        margin-top: 5px;
    }
}

textarea::-webkit-scrollbar {
    width: 8px;
}

/*textarea::-webkit-scrollbar  {*/
    /*width: 8px;*/
/*}*/


/*textarea::-o-scrollbar {*/
    /*width: 8px;*/
/*}*/


#inputFieldBlock{
    vertical-align: middle;
    margin: 0 auto;
    color: #FFFFFF;
    /*overflow: hidden;*/
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin-top: 5px;
    margin-bottom: 5px;

}
/*Volodya working*/
/*#embedModal textarea {*/
    /*font-size: 13px;*/
    /*font-style:  italic;*/
    /*width: 60%;*/
    /*height: 59px;*/
    /*padding: 5px;*/
    /*resize: none;*/
/*}*/

/*Vlad test*/
#embedModal textarea {
    margin-right: auto;
    margin-left: 0px;
    margin-top: auto;
    margin-bottom: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    font-size: 13px;
    font-style:  italic;
    width: 60%;
    height: 59px;
    padding: 5px;
    resize: none;
}

#embed{
    width: 20px;
}
input#embed{
    /*top:2px;*/
    /*width: 20px;*/
    vertical-align: middle;
    right: 0;
    background: transparent;

}

.textEmbed {
    margin-bottom: 5px;
    text-align: left;
    font-size: 15px;
}

#embedModal p {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    font: 15px Arial, sans-serif;
    text-align: left;

}
/*Volodya working*/
/*.textareaBoxIframe {*/
    /*display: inline-block;*/
    /*width: 100%;*/
    /*height: fit-content;*/
    /*height: -moz-fit-content;*/
    /*height: -webkit-fit-content;*/
/*}*/

/*.textareaBoxDiv{*/
    /*display: inline-block;*/
    /*width: 100%;*/
    /*!*margin: 0 auto;  ??????*!*/
/*}*/

/*Vlad test*/
.textareaBoxIframe {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 70px;
    /*height: -moz-fit-content;*/
    /*height: -webkit-fit-content;*/
}

.textareaBoxDiv{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 70px;
    /*margin: 0 auto;  ??????*/
}

#inputField {
    float: left;
    margin-left: 0px;
    margin-right: 7px;
}

div#inputField&gt;input {
    margin-right: 11px;
}

#embedModal input {
    vertical-align: middle;
    width: 30px;
    position: relative;
    text-align: center;

}


/* embed css end*/

/*@media (min-width: 300px) and (max-width: 800px) and (orientation: portrait) {*/
@media (min-width: 300px) and (max-width: 494px) and (orientation: portrait) {

    div#newConteiner{
        height: 70%;
        margin-top: 14%;
    }
    .divBlock{
        margin-left: 8px;
    }

    #embedModal{
        width: 96%;
    }
    #checkboxFullEmbed {
        clear: both;
        margin-right: 7px;
        padding-top: 5px;
    }
    /*Volodya working*/
    /*#embedModal button {*/
        /*padding:0px;*/
        /*font: 13px Arial, sans-serif;*/
        /*left: 5%;*/
    /*}*/

    /*Vlad test*/
    #embedModal button {
        /*padding:0px;*/
        margin-right: 0px;
        width: 33%;
        font: 13px Arial, sans-serif;
        /*left: 5%;*/
    }

}

@media (min-width: 500px) and (max-width: 900px) and (orientation: landscape) {

    div#imagefromflash{
        margin-bottom: 2px;
        height: 76%;
    }

    div#textfromflash{
        height: 7%;
    }
}

@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1.5) {
    div#newConteiner{
        height: 70%;
        margin-top: 14%;
    }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.jCurrent {
    z-index: 3;
}
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

#containerbox {
    background-color: #43484d;
    font: 18px Arial, sans-serif;
    color: rgba(255,255,255,0);
    width: 150px;
    height: 100px;
    position: fixed;
    top: 20px;
    right: 20px;
    border-radius: 16px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    z-index: 3;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    cursor : pointer;

}

#timer {
    font: 45px Arial, sans-serif;
    color: #fff;
    line-height: 4px;
     display: block;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    /*flex-flow: column-reverse;*/
    /*margin-top: 12px;*/
}

#timerbox {
    background-color: #43484d;
    font: 18px Arial, sans-serif;
    color: #fff;
    height: 80px;
    padding: 10px;
    border-radius: 16px;
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#container {
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 0px;
    height: 0px;
    opacity: 1;

    -webkit-animation-name: opacity;
    animation-name: opacity;

    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.pageCanvas {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.shadowFlip {
    box-shadow: 0 4px 10px #666;
}

textarea:focus, input:focus{
    outline: 0;
}

*:focus {
    outline: 0;
}

.alignBgImage{
    background-repeat: no-repeat;
}

.stretchBgImage{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.tileBgImage{
    background-position: center center;
}

#searchResultImageContainer{
    position: relative;
    top: auto;
    /*border: aqua 2px solid;*/
    width: 100%;
    height: 50%;
    background-color: #CCCCCC;
    z-index: 100;
}
#searchResultPageAndText{
    position: relative;
    height: 100%;
    width: 100%;
}
#searchPageImage{
    position: absolute;
    height: 95%;
    margin: auto;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}</pre></body></html>