﻿:root{
    --primary:#3b82f6;
    --primary-dark:#2563eb;
    --primary-light:#eff6ff;
    --bg-body:#f1f5f9;
    --bg-card:#ffffff;
    --bg-dark:#1e293b;
    --bg-dark-2:#0f172a;
    --text-main:#334155;
    --text-muted:#64748b;
    --border:#e2e8f0;
    --shadow-sm:0 1px 3px rgba(15,23,42,.08);
    --shadow-md:0 4px 10px rgba(15,23,42,.08);
    --radius:10px;
    --font:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
    --header-grad:linear-gradient(135deg,#667eea 0%,#764ba2 100%);
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
    margin:0;
    font-family:var(--font);
    font-size:14px;
    line-height:1.55;
    color:var(--text-main);
    background-color:#edf1f9;
    background-image:
        radial-gradient(rgba(102,126,234,.08) 1px, transparent 1.5px),
        linear-gradient(180deg, rgba(102,126,234,.05) 0%, rgba(118,75,162,.06) 100%);
    background-size:22px 22px,100% 100%;
    -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto}
a{color:var(--primary-dark);text-decoration:none;transition:color .15s}
a:hover{color:#1d4ed8}
h1,h2,h3,h4,h5,h6{margin:0;line-height:1.3;font-weight:600}
ul,ol{list-style:none;margin:0;padding:0}
b,.b{font-weight:700}
form{margin:0}
button,input,select,textarea{font-family:inherit}

#main_wrap{max-width:1000px;margin:0 auto;padding:0 12px}
#main_shadow,#main_content_block,.content_wrap{position:relative}
.main{padding:0}
#siteContent{position:relative}

.unauth_header{
    min-height:52px;
    display:flex;
    align-items:center;
    padding:10px 18px;
    background:var(--header-grad);
    box-shadow:var(--shadow-md);
    border-radius:0 0 var(--radius) var(--radius);
    position:sticky;top:0;z-index:100;
}
.site-logo{
    display:block;
    height:24px;
    width:auto;
    max-height:24px;
    object-fit:contain;
}

.location-bar{
    background:var(--bg-card);
    border:1px solid var(--border);
    border-radius:var(--radius);
    box-shadow:var(--shadow-sm);
    margin:12px 0;
    padding:9px 16px;
    display:flex;
    align-items:center;
    flex-wrap:nowrap;
    gap:2px;
    font-size:13px;
    color:var(--text-muted);
    overflow:hidden;
    white-space:nowrap;
}
.location-bar__item{display:inline-flex;align-items:center;min-width:0}
.location-bar a{color:var(--text-muted)}
.location-bar a:hover{color:var(--primary-dark)}
.location-bar__home-link::before{content:"Главная"}
.location-bar__sep::before{content:"/";margin:0 8px;color:#cbd5e1}
.location-bar__title{display:inline-flex;align-items:center;min-width:0}
.page-title{
    display:inline;
    font-size:13px;
    font-weight:600;
    color:var(--text-main);
    margin:0;
    overflow:hidden;text-overflow:ellipsis;
}
.location-bar__item_home{display:none !important}
.location-bar__item:nth-child(2) > .location-bar__sep:first-child{display:none !important}

.search_bar{
    background:var(--bg-card);
    border:1px solid var(--border);
    border-radius:var(--radius);
    box-shadow:var(--shadow-sm);
    padding:10px 16px;
    margin-bottom:12px;
    display:flex;align-items:center;flex-wrap:wrap;gap:12px;
    font-size:13px;color:var(--text-muted);
}
.search_bar a.arrow_link{display:inline-flex;align-items:center;gap:7px;font-weight:600}
.search_bar img{width:16px;height:16px}
.grey{color:var(--text-muted)}

#main > div:not([class]){
    background:var(--bg-card);
    border:1px solid var(--border);
    border-radius:var(--radius);
    box-shadow:var(--shadow-sm);
    overflow:hidden;
}
a.t-block_item{
    display:block;
    margin:0;
    border:0;
    border-bottom:1px solid var(--border);
    border-radius:0;
    background:transparent;
    box-shadow:none;
    color:var(--text-main);
    transition:background .15s;
}
a.t-block_item:last-child{border-bottom:0}
a.t-block_item:hover{background:#f5f9ff}
a.t-block_item .t-block_item{
    display:flex;align-items:center;gap:10px;
    padding:11px 44px 11px 14px;
    background:transparent;border:0;border-radius:0;margin:0;
}
a.t-block_item .t-bg_arrow_next{
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 5l7 7-7 7'/%3E%3C/svg%3E") right 14px center/14px no-repeat;
}
a.t-block_item img{width:16px;height:16px;flex-shrink:0}
.t-strong_item{font-weight:600;color:var(--text-main)}
a.t-block_item:hover .t-link_item_hover{color:var(--primary-dark)}
.files_num{
    margin-left:auto;
    background:var(--primary-light);
    color:var(--primary-dark);
    font-size:11px;
    font-weight:600;
    padding:2px 9px;
    border-radius:20px;
    white-space:nowrap;
}

.bottom_link_block{
    background:var(--primary-light);
    border:1px solid var(--border);
    border-radius:var(--radius);
    padding:10px 14px;
    margin-top:12px;
}
.bottom_link_block a.arrow_link{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:13px}
.lh_160{line-height:1.6}

#main_about .widgets-group{
    background:var(--bg-card);
    border:1px solid var(--border);
    border-radius:var(--radius);
    box-shadow:var(--shadow-sm);
    padding:24px;
    margin:0;
}
.widgets-group_top-mrg{margin-top:16px}
.static-bl{background:transparent;border:0;padding:0 0 6px}
.bb0{border-bottom:0 !important}
.text-block7{font-size:17px;font-weight:700;color:var(--text-main)}
.text-block7 b{font-size:15px}
.t_center{text-align:center}
.text_distinguish{color:var(--primary-dark)}
.pad_t_a{padding-top:14px}
.about_pic{
    float:left;width:40px;height:40px;
    margin:2px 14px 10px 0;
    background:var(--primary-light);
    border:1px solid #dbeafe;border-radius:10px;
    display:flex;align-items:center;justify-content:center;
    font-size:19px;
}
.ico_about{display:block;line-height:1}
.ico_about_mobile::before{content:"📱"}
.ico_about_privacy::before{content:"🔒"}
.ico_about_contacts::before{content:"🤝"}
.ico_about_creation::before{content:"🎨"}
.about_caption{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;margin-bottom:5px}
.about_descr,.normal-stnd{color:var(--text-muted);font-size:13px;line-height:1.65}
.about_descr{padding-bottom:14px}

.btn-single{
    display:block;text-align:center;
    background:var(--bg-card);
    border:1px solid var(--border);
    border-radius:var(--radius);
    padding:11px 16px;
    color:var(--text-muted);font-weight:600;
    margin-top:14px;
}
.btn-single.list-link-blue{
    background:var(--primary);
    border-color:var(--primary);
    color:#fff !important;
    box-shadow:var(--shadow-sm);
}
.btn-single.list-link-blue:hover{background:var(--primary-dark);border-color:var(--primary-dark)}
input[type="submit"].main_submit,button.main_submit{
    background:var(--primary);border:0;border-radius:8px;color:#fff;padding:10px 22px;font-weight:600;cursor:pointer
}
input[type="submit"].main_submit:hover{background:var(--primary-dark)}

#navi_footer_wrap{background:var(--bg-dark-2);margin-top:20px}
.footer{color:#cbd5e1;font-size:13px}
.footer__links-wrapper{display:flex;flex-wrap:wrap;max-width:720px;margin:0 auto;padding:6px 8px}
.footer__link-wrapper{flex:1 1 20%;min-width:64px;text-align:center}
.footer__link{
    display:flex;flex-direction:column;align-items:center;gap:6px;
    padding:10px 4px;border-radius:8px;color:#cbd5e1 !important;transition:.15s;
}
.footer__link:hover{color:#fff !important;background:rgba(255,255,255,.08)}
.footer__bg{display:none}
.footer__name{font-size:11px;font-weight:500}
.f__ico{display:inline-block;width:22px;height:22px;background:url("../images/quick_links.png") no-repeat;opacity:.9}
.f__ico_about{background-position:-78px 0}
.f__ico_contacts{background-position:-126px -72px}
.f__ico_shared_zone{background-position:-126px -96px}
.f__ico_login{background-position:-150px -96px}
.f__ico_search{background-position:0 -72px}

#bottomToolsBlock{
    background:var(--bg-dark-2);
    border-top:1px solid rgba(255,255,255,.08);
    padding:8px 16px;
}
#bottom_tools_wrap{
    display:flex !important;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:8px;
}
#bottom_tools_wrap > .cl{display:none}
#page_counters{order:-1;margin:0}
.site-versions{float:none !important;margin:0;padding:0;color:#94a3b8;font-size:12px;display:flex;align-items:center;gap:6px}
.site-versions a{color:#94a3b8}
.stnd_padd3{padding:0 !important;background:transparent !important;border-radius:0}
.stnd_padd3 img{display:block}

#sz_gallery_loader,
.tiles-wrapper,
.tiles_wrapper{
    background:var(--bg-card);
    border:1px solid var(--border);
    border-radius:var(--radius);
    box-shadow:var(--shadow-sm);
    padding:14px;
    margin-bottom:12px;
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(150px,1fr));
    gap:12px;
}
.tiled_item,
.tiled_item.tiled_item-200,
.tiled_item.tiled_item-128,
.tiled_item.tiled_item-80{
    width:auto !important;
    margin:0 !important;
    background:#f8fafc;
    border:1px solid var(--border);
    border-radius:8px;
    overflow:hidden;
    transition:transform .2s,box-shadow .2s;
    display:block;
}
.tiled_item:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}
.tiled_inner{padding:8px;text-align:center}
.tiled-preview{
    position:relative;
    width:100%;
    padding-top:100%;
    background:#e2e8f0;
    overflow:hidden;
    border-radius:6px;
}
.tiled-preview img.preview,
.tiled_item img.preview{
    position:absolute;
    top:0;left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.tiled_item .tiled_inner > span.relative{
    display:inline-block;
    max-width:100%;
    width:100%;
}
.tf{
    font-size:13px;
    font-weight:600;
    color:var(--text-main);
    padding:8px 4px 4px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:left;
}
.pl_photo_image_info{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
    padding:4px 0 2px;
    font-size:12px;
    color:var(--text-muted);
}
.pl_photo_image_info .inl_bl{
    display:inline-flex;
    align-items:center;
    gap:3px;
    font-size:12px;
}
.pl_photo_image_info .inl_bl + .inl_bl{
    margin-left:8px;
}
.pl_photo_image_info img{
    width:14px;
    height:14px;
    opacity:.75;
}

#main > div > .list_item,
#main .list_item{
    background:var(--bg-card);
    border:1px solid var(--border);
    border-radius:var(--radius);
    box-shadow:var(--shadow-sm);
    padding:14px;
    margin-bottom:10px;
    transition:border-color .15s,box-shadow .15s;
}
#main > div > .list_item:hover,
#main .list_item:hover{
    border-color:var(--primary);
    box-shadow:var(--shadow-md);
}
.list_item.bookmark_block{
    display:flex;
    gap:14px;
    align-items:flex-start;
    padding:0;
    background:transparent;
    border:0;
    box-shadow:none;
}
.list_item .left.p100_128,
.list_item .left,
.list_item .p100_128{
    flex-shrink:0;
    width:100px;
    margin:0 14px 0 0 !important;
}
.gview_link{display:block;position:relative}
.fdw{
    position:relative;
    display:block;
    width:100px;
    height:128px;
    border-radius:8px;
    overflow:hidden;
    background:#e2e8f0;
}
.fdw img.preview,
.fdw img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    margin:0 !important;
}
.fd{
    position:absolute;
    bottom:6px;
    right:6px;
    background:rgba(0,0,0,.75);
    color:#fff;
    font-size:11px;
    font-weight:600;
    padding:2px 6px;
    border-radius:4px;
    z-index:2;
}
.list_item .oh{flex:1;min-width:0;color:var(--text-muted)}
.list_item .arrow_link.strong_link{
    font-size:15px;
    font-weight:700;
    color:var(--text-main);
    display:inline-block;
    max-width:calc(100% - 120px);
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    vertical-align:middle;
}
.list_item .arrow_link.strong_link:hover{color:var(--primary-dark)}
.list_item .arrow_link.strong_link img{width:16px;height:16px;margin-right:5px;vertical-align:-2px}
.list_item .arrow_link.strong_link span.m{vertical-align:baseline}
.list_item .arrow_link.strong_link + span.m{
    color:var(--text-muted) !important;
    font-size:13px;
    margin-right:8px;
    vertical-align:middle;
}
.list_item .file_size{
    display:inline;
	vertical-align:middle;
    background:var(--primary-light);
    color:var(--primary-dark);
    font-size:12px;
    font-weight:600;
    padding:2px 8px;
    border-radius:12px;
    margin-right:10px;
    line-height:1.2;
    white-space:nowrap;
    -webkit-box-decoration-break:clone;
    box-decoration-break:clone;
}
.list_item .file_size:not(.right)::after,
.list_item .oh > span.m:not(:has(+ .file_size))::after{
    content:"\A";
    white-space:pre;
}
.list_item .file_size:empty{display:none}
.list_item .clear{clear:both}
.list_item .oh > span:not([class]){
    display:flex !important;
    flex-wrap:wrap;
    align-items:center;
    gap:12px !important;
    margin-top:10px !important;
    padding-top:10px !important;
    border-top:1px solid var(--border) !important;
    font-size:12px !important;
    color:var(--text-muted) !important;
    line-height:1.5 !important;
}
.list_item .oh > span:not([class]) img{
    width:14px !important;
    height:14px !important;
    vertical-align:-2px !important;
    margin-right:4px !important;
    opacity:.8 !important;
}

.list_item .left.p40,
.list_item .p40{
    width:40px !important;
    flex-shrink:0;
    margin:0 12px 0 0 !important;
}
.list_item .p40 img.preview{
    width:40px !important;
    height:40px !important;
    border-radius:6px;
    object-fit:cover;
    display:block;
    margin:0 !important;
}
.list_item .p40 + .oh{padding-left:0}
.file_size.right a{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    background:var(--primary-light);
    border-radius:50%;
    transition:all .2s;
    text-decoration:none !important;
}
.file_size.right a:hover{
    background:var(--primary);
    transform:scale(1.08);
}
.file_size.right a img{
    width:16px !important;
    height:16px !important;
    margin:0 !important;
    filter:brightness(0) saturate(100%) invert(28%) sepia(87%) saturate(2000%) hue-rotate(215deg);
    transition:filter .2s;
}
.file_size.right a:hover img{filter:brightness(0) invert(1)}

.ico_arrow-back{
    display:inline-block;
    width:14px;
    height:14px;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 19l-7-7 7-7'/%3E%3C/svg%3E") center/contain no-repeat;
    vertical-align:middle;
}

.oh{overflow:hidden}
.cl,.clear{clear:both}
.tdn,.tdn a{text-decoration:none}
.upper_case{text-transform:uppercase}
.relative{position:relative}
.right{float:right}
.left{float:left}
.m{vertical-align:middle}
img.p16,.p16 img{width:16px;height:16px}
.stnd_padd{padding:6px 10px}
.t-padd_right{padding-right:8px}
.nl a{font-weight:400}
.arrow_link{color:var(--primary-dark)}
.wbg,.bg-white{background:#fff !important}
.light_border_bottom{border-bottom:1px solid var(--border)}
.overfl_hid{overflow:hidden}
.font0{font-size:0}
.word_break{word-wrap:break-word;word-break:break-word}
.inl_bl{display:inline-block}
.strong_link{color:var(--primary-dark) !important}

#main_content_about{
    padding:0;
    margin-top:16px;
}
#main_content_about .static-bl.text-block7,
.static-bl.text-block7{
    font-size:14px !important;
    font-weight:400 !important;
    color:var(--text-main) !important;
    text-align:justify !important;
    line-height:1.7 !important;
    margin:0 !important;
    padding:0 !important;
    border:none !important;
    background:transparent !important;
}
#main_content_about .oh + .static-bl.text-block7{
    margin-top:24px !important;
    padding:24px !important;
    border:1px solid var(--border) !important;
    border-radius:var(--radius) !important;
    background:var(--bg-card) !important;
    color:var(--text-muted) !important;
    box-shadow:var(--shadow-sm) !important;
}
.static-bl.text-block7 h2{
    font-size:20px;
    font-weight:700;
    color:var(--text-main);
    margin:28px 0 12px;
    line-height:1.3;
    text-align:left;
    position:relative;
    padding-left:16px;
}
.static-bl.text-block7 h2:first-child{
    margin-top:0;
}
.static-bl.text-block7 h2::before{
    content:'';
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:4px;
    height:65%;
    background:var(--header-grad);
    border-radius:4px;
}
.static-bl.text-block7 h3{
    font-size:16px;
    font-weight:600;
    color:var(--primary-dark);
    margin:24px 0 10px;
    line-height:1.4;
    text-align:left;
}
.static-bl.text-block7 p{
    margin:0 0 14px 0;
}
.static-bl.text-block7 p:last-child{
    margin-bottom:0;
}
.static-bl.text-block7 strong{
    color:var(--primary-dark);
    font-weight:600;
}
.static-bl.text-block7 ul{
    margin:10px 0;
    padding-left:20px;
}
.static-bl.text-block7 ul li{
    margin:4px 0;
    color:var(--text-muted);
}
#main_content_about .btn-single.list-link-blue{
    margin-top:24px;
    padding:14px 24px;
    font-size:15px;
    font-weight:600;
    border-radius:8px;
    box-shadow:var(--shadow-md);
    transition:all .3s ease;
}
#main_content_about .btn-single.list-link-blue:hover{
    transform:translateY(-2px);
    box-shadow:0 6px 16px rgba(59,130,246,.3);
}

.error-page{
    background:var(--bg-card);
    border:1px solid var(--border);
    border-radius:var(--radius);
    box-shadow:var(--shadow-md);
    padding:40px 30px;
    margin:20px 0;
    text-align:center;
    position:relative;
    overflow:hidden;
}
.error-page::before{
    content:'';
    position:absolute;
    top:0;left:0;right:0;
    height:4px;
    background:var(--header-grad);
}
.error-code{
    font-size:120px;
    font-weight:900;
    line-height:1;
    background:var(--header-grad);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
    margin-bottom:10px;
    letter-spacing:-4px;
    user-select:none;
}
.error-icon{
    font-size:64px;
    margin:16px 0;
    line-height:1;
}
.error-title{
    font-size:26px;
    font-weight:700;
    color:var(--text-main);
    margin:0 0 16px 0;
}
.error-description{
    font-size:15px;
    color:var(--text-muted);
    line-height:1.7;
    max-width:600px;
    margin:0 auto 24px auto;
}
.error-reasons{
    background:var(--bg-body);
    border:1px solid var(--border);
    border-radius:var(--radius);
    padding:20px 24px;
    text-align:left;
    max-width:550px;
    margin:0 auto 28px auto;
}
.error-reasons strong{
    display:block;
    color:var(--text-main);
    font-size:14px;
    font-weight:600;
    margin-bottom:12px;
    text-transform:uppercase;
    letter-spacing:.5px;
}
.error-reasons ul{
    list-style:none;
    padding:0;
    margin:0;
}
.error-reasons ul li{
    position:relative;
    padding:8px 0 8px 28px;
    color:var(--text-main);
    font-size:14px;
    line-height:1.6;
    border-bottom:1px dashed var(--border);
}
.error-reasons ul li:last-child{
    border-bottom:none;
}
.error-reasons ul li::before{
    content:'→';
    position:absolute;
    left:0;top:8px;
    color:var(--primary);
    font-weight:700;
    font-size:16px;
}
.error-actions{
    display:flex;
    gap:12px;
    justify-content:center;
    flex-wrap:wrap;
    margin:28px 0 20px 0;
}
.error-actions .btn-single{
    min-width:180px;
    margin:0;
    padding:12px 20px;
    font-size:14px;
    border-radius:8px;
    transition:all .2s ease;
}
.error-actions .btn-single:hover{
    transform:translateY(-2px);
    box-shadow:var(--shadow-md);
}
.error-actions .btn-single.list-link-blue{
    color:#fff !important;
}
.error-help{
    font-size:13px;
    color:var(--text-muted);
    line-height:1.6;
    padding-top:16px;
    border-top:1px solid var(--border);
    max-width:550px;
    margin:0 auto;
}
.error-help a{
    color:var(--primary-dark);
    font-weight:500;
}
.error-help a:hover{
    text-decoration:underline;
}

@media (max-width:768px){
    #main_wrap{padding:0 10px}
    .unauth_header{padding:8px 14px}
    .location-bar,.search_bar{padding:8px 14px}
    #main_about .widgets-group{padding:18px}
    .footer__link-wrapper{flex:1 1 25%}
    #bottom_tools_wrap{flex-direction:column;align-items:center}
    #page_counters{order:0}
    #sz_gallery_loader{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));padding:12px;gap:10px}
    .list_item.bookmark_block{gap:12px}
    .list_item .left.p100_128,
    .list_item .left,
    .list_item .p100_128{width:90px !important;margin:0 12px 0 0 !important}
    .fdw{width:90px !important;height:115px !important}
    .list_item .arrow_link.strong_link{font-size:14px}
    #main_content_about .static-bl.text-block7{font-size:13px !important;line-height:1.6 !important}
    #main_content_about .oh + .static-bl.text-block7{padding:18px !important}
    .static-bl.text-block7 h2{font-size:18px;padding-left:12px}
    .static-bl.text-block7 h3{font-size:15px}
    #main_content_about .btn-single.list-link-blue{padding:12px 20px;font-size:14px}
    .error-page{padding:30px 20px}
    .error-code{font-size:90px;letter-spacing:-3px}
    .error-icon{font-size:54px}
    .error-title{font-size:22px}
    .error-description{font-size:14px}
    .error-reasons{padding:18px 20px}
    .error-actions .btn-single{min-width:160px}
	.list_item .oh > span:not([class]){gap:10px !important;font-size:11px !important}
	.list_item .oh > span:not([class]) img{width:13px !important;height:13px !important}
}

@media (max-width:640px){
    #main_wrap{padding:0 8px}
    .unauth_header{padding:8px 12px}
    .location-bar,.search_bar{padding:8px 12px}
    #main_about .widgets-group{padding:14px}
    .footer__link-wrapper{flex:1 1 33%}
    #sz_gallery_loader{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));padding:10px;gap:8px}
    .list_item.bookmark_block{gap:10px}
    .list_item .left.p100_128,
    .list_item .left,
    .list_item .p100_128{width:80px !important;margin:0 10px 0 0 !important}
    .fdw{width:80px !important;height:102px !important}
    .list_item .arrow_link.strong_link{font-size:14px;max-width:calc(100% - 105px)}
    .list_item .arrow_link.strong_link img{width:14px;height:14px;margin-right:4px}
    .list_item .arrow_link.strong_link + span.m{font-size:12px;margin-right:6px}
    .list_item .file_size{font-size:11px;padding:2px 6px;margin-right:8px}
    .list_item .oh > span:not([class]){gap:10px !important;margin-top:8px !important;padding-top:8px !important;font-size:11px !important}
    .list_item .oh > span:not([class]) img{width:13px !important;height:13px !important}
    #main_content_about .static-bl.text-block7{font-size:13px !important;line-height:1.6 !important}
    #main_content_about .oh + .static-bl.text-block7{padding:16px !important}
    .static-bl.text-block7 h2{font-size:18px;padding-left:12px}
    .static-bl.text-block7 h3{font-size:15px}
    #main_content_about .btn-single.list-link-blue{padding:12px 20px;font-size:14px}
    .error-page{padding:30px 18px}
    .error-code{font-size:80px;letter-spacing:-2px}
    .error-icon{font-size:48px}
    .error-title{font-size:20px}
    .error-description{font-size:14px}
    .error-reasons{padding:16px 18px}
    .error-actions .btn-single{width:100%;min-width:0}
}

@media (max-width:480px){
    .file_size.right a{width:30px;height:30px}
    .file_size.right a img{width:14px !important;height:14px !important}
    .list_item .left.p40,
    .list_item .p40{width:36px !important;margin:0 10px 0 0 !important}
    .list_item .p40 img.preview{width:36px !important;height:36px !important}
    .list_item .left.p100_128,
    .list_item .p100_128{width:70px !important;margin:0 10px 0 0 !important}
    .fdw{width:70px !important;height:90px !important}
    .list_item .arrow_link.strong_link{font-size:13px;max-width:calc(100% - 95px)}
    .list_item .arrow_link.strong_link img{width:13px;height:13px;margin-right:3px}
    .list_item .arrow_link.strong_link + span.m{font-size:11px;margin-right:5px}
    .list_item .file_size{font-size:10px;padding:1px 5px;margin-right:6px}
    .list_item .oh > span:not([class]){gap:8px !important;font-size:10px !important}
    .list_item .oh > span:not([class]) img{width:12px !important;height:12px !important;margin-right:3px !important}
    .footer__link-wrapper{flex:1 1 50%;min-width:0}
    .footer__name{font-size:10px}
}

@media (max-width:400px){
    #sz_gallery_loader{grid-template-columns:repeat(2,1fr)}
    .list_item .left.p100_128,
    .list_item .p100_128{width:65px !important;margin:0 8px 0 0 !important}
    .fdw{width:65px !important;height:83px !important}
    .list_item .arrow_link.strong_link{font-size:12px}
    .list_item .arrow_link.strong_link img{width:12px;height:12px}
    .list_item .file_size{font-size:10px;padding:1px 4px}
}