<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Р’СЃРїР»С‹РІР°СЋС‰РµРµ РѕРєРЅРѕ РїСЂРё Р·Р°РіСЂСѓР·РєРµ СЃР°Р№С‚Р°
Р±Р°Р·РѕРІС‹Р№ РєРѕРЅС‚РµР№РЅРµСЂ, С„РѕРЅ Р·Р°С‚РµРјРЅРµРЅРёСЏ*/

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
/*
    align-items: center;
    align-content: center; 

    justify-content: center; 
*/
}
/* РјРѕРґР°Р»СЊРЅС‹Р№ Р±Р»РѕРє 
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    left: 0;
    right: 0;       
    top: 25%;
    margin: auto;
    position: absolute;
    width: 85%;
height:95%;
*/

.popup {
    position: relative;
    margin: auto;
    font-size: 14px;
    min-width: 300px;
    max-width: 600px;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}


/* Р·Р°РіРѕР»РѕРІРєРё РІ РјРѕРґР°Р»СЊРЅРѕРј Р±Р»РѕРєРµ */
.popup h2, .popup h3 {
    margin: 0 0 1rem 0;
    font-weight: 300;
    line-height: 1.3;
    color: #c41425;
    text-shadow: 1px 2px 4px #ddd;
}
/* РєРЅРѕРїРєР° Р·Р°РєСЂС‹С‚РёСЏ */
.close1 {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 131, 119, 0.9);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;

}

/*
    position: absolute;

*/
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;

    background-color: rgba(61, 61, 61, 0.8);
    -webkit-box-shadow: 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 5px #000;
    box-shadow: 0px 0px 5px #000;
    cursor: pointer;
    outline: none;

    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}

.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* РєРЅРѕРїРєР° Р·Р°РєСЂС‹С‚РёСЏ РїСЂРё РЅР°РІРµРґРµРЅРёРё */
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
    /*--РєСЂСѓС‚РёРј РєРЅРѕРїРєСѓ РїСЂРё РЅР°РІРµРґРµРЅРёРё--*/
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* РёР·РѕР±СЂР°Р¶РµРЅРёСЏ РІ РјРѕРґР°Р»СЊРЅРѕРј РѕРєРЅРµ */
.popup img {
    width: 100%;
    height: auto;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

    display: block;
    border: none;
}
/* РјРёРЅРёР°С‚СЋСЂС‹ РёР·РѕР±СЂР°Р¶РµРЅРёР№ */
.pl-left,
.pl-right {
    width: 25%;
    height: auto;
}
/* РјРёРЅРёР°С‚СЋСЂС‹ СЃРїСЂР°РІР° */
.pl-right {
    float: right;
    margin: 5px 0 5px 15px;
}
/* РјРёРЅРёР°С‚СЋСЂС‹ СЃР»РµРІР° */
.pl-left {
    float: left;
    margin: 5px 18px 5px 0;
}
/* Р°РЅРёРјР°С†РёСЏ РїСЂРё РїРѕСЏРІР»РµРЅРёРё Р±Р»РѕРєРѕРІ СЃ СЃРѕРґРµСЂР¶Р°РЅРёРµРј */
@-moz-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 } 
}
@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
</pre></body></html>