<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.old-browser_popup-container {
    position: fixed;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.old-browser_popup {
    z-index: 5;
    background-color: white;
    border: solid 1px #d7d7d7;
    max-width: 350px;
    max-height: 100%;
    overflow-y: auto;
    position: relative;
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.old-browser_popup a.close {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBzdHlsZT0iZmlsbDojZmY3MTEyOyIgZD0iTSAxNC4zNiwxNS43OCAxNS43OCwxNC4zNiAxLjY0LDAuMjIgMC4yMiwxLjY0IFogTSAxNiwxLjQ2IDE0LjU0LDAgMCwxNC41NCAxLjQ2LDE2IFoiLz48L3N2Zz4K);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 7px;
    right: 9px; }

.old-browser-btn {
    width: 100%;
    margin: 0;
    text-align: center; }

.old-browser_popup-container .result {
    display: inline-block;
    width: 100%;
    padding: 20px 20px 20px 20px;
    text-align: center; }

.old-browser_popup a.close:before {
    content: '';
    position: absolute;
    top: -40%;
    height: 180%;
    left: -40%;
    width: 180%;
    border-radius: 50%;
    opacity: 0;
    background-color: #ff7112; }

.old-browser_popup a.close:hover:before {
    opacity: 0.1; }

.old-browser_popup a.close:active:before {
    opacity: 0.2; }

.old-browser_popup .catalog_item_img {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 20%;
    margin-bottom: 10px; }

.old-browser_popup .catalog_item_descr {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    margin-bottom: 10px;
    padding-left: 15px; }

.old-browser_popup .catalog_item_buy-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    max-width: 30%;
    margin-bottom: 10px;
    padding-left: 15px; }

.old-browser_popup .catalog_item_name {
    margin-bottom: 20px; }

.old-browser_popup .catalog_item_props p {
    line-height: 1.2em;
    margin-bottom: 3px; }

.old-browser_popup .catalog_item_props b {
    font-weight: 700;
    white-space: nowrap; }

.old-browser_popup .catalog_item_price {
    margin-bottom: 10px; }

.old-browser_popup .catalog_item_price span {
    font-size: 20px; }

.old-browser_popup .catalog_item_count {
    margin-bottom: 15px; }

.old-browser_popup .catalog_item_count label {
    margin: 0; }

.old-browser_popup .catalog_item_count input {
    border: solid 1px #ccc; }

.old-browser_popup .catalog_item_count a {
    color: black;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    width: 10px; }

.old-browser_popup .catalog_item_count .spin-box {
    white-space: nowrap;
    margin-left: 5px; }

.old-browser_popup .catalog_item_buy-btn a {
    width: 100%;
    max-width: 300px;
    padding: 8px 35px; }

@media (max-width: 768px) {
    .old-browser_popup {
        font-size: 18px; } }

@media (max-width: 576px) {
    .old-browser_popup {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 20px 10px; }
    .old-browser_popup .catalog_item_name {
        text-align: center; }
    .old-browser_popup .catalog_item_img, .old-browser_popup .catalog_item_descr, .old-browser_popup .catalog_item_buy-box {
        padding: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%; 
    } 
}

.old-browser_popup .popup_content{
    text-align: center;
    margin-bottom: 20px;
}

.old-browser_popup .browser-item img{
    width: 20px;
    height: 20px;
}

.old-browser_popup .browser-item a{
    vertical-align: middle;
}

.old-browser_popup .h2 {
    display: inline-block;
    margin-bottom: 8px;
    width: 100%;
    text-align: center;
    font-size: 21px;
}</pre></body></html>