@charset "utf-8";

*{margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

html,body{height:100%; min-width: 1312px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body { color:#fff; font-size: 16px; font-family: 'Montserrat-Regular', sans-serif; background: #000; }
.wrapper{min-height:100%}
.header{ height: 100px; }
.footer{ height:75px; margin-top:-75px; }
.appendix{height:75px;clear:both}
.div_header, .div_content, .div_footer { width: 1312px; margin:0px auto; }
.div_header { height: 100px; padding-top: 28px; }
.div_footer { height: 75px; border-bottom: 0px; color: rgba(255, 255, 255, 0.64); font-size: 12px; text-align: center; padding-top: 25px; }
.div_content { float: left; min-width:100%; }
a { text-decoration: none; color: #fff; }
a img { border: none; }
.clr { clear: both; }

#debug td { color: #000 !important; }
#debug a { color: #ff0000 !important; }
.nobr p { padding: 0px; margin: 0px; }
.clr { clear: both; }
.rel { position: relative; }
.error {font-size: 11px; color: #900; background-color: #FFECEC; padding: 1px 2px 1px 2px; border: 1px solid #930; position: absolute; height: auto; top: -15px; left: 10px; z-index: 3; white-space: nowrap;}
.error b {background-image: url('/image/error.gif'); background-repeat: no-repeat; position: absolute; height: 8px; width: 9px; left: -1px; bottom: -7px; display: block; z-index: 3;}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* main */
.moduleIndex { width: 1312px; margin: 0px auto; padding-top: 45px; }

.top-logo, .top-logo:focus, .top-logo:hover {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.top-logo img {
    width: 64px;
    height: 64px;
}

.header-left {
    float: left;
}

.header-right {
    float: right;
    height: 64px;
    display: flex;
    align-items: center;
}

.header-contact-me-text {
    padding-right: 50px;
}

.header-contact-me-phone {
    padding-right: 15px;
}

.header-contact-me-links {
    display: flex !important;
    align-items: center;
}

.header-contact-me-links a {
    padding: 0px 10px;
}

.header-contact-me-links a:last-child {
    padding-right: 0px;
}

.header-right a, .header-right a:focus, .header-right a:hover {
    color: #fff;
    text-decoration: none;
}

.moduleIndex h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 72px;
}

.box-cats {
    float: left;
    width: 100%;
    margin-top: 64px;
    display: flex;
}

.box-cat-line {
    float: left;
    width: 40px;
    height: 4px;
    background: #fff;
}

.box-cat-name {
    float: left;
    width: 100%;
    padding-top: 12px;
    margin-bottom: 24px;
}

.box-cat a {
    position: relative;
    float: left;
}

.box-cat a span {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all linear 0.2s;
    opacity: 0;
}

.box-cat a span img {
    border-radius: 50%;
    width: 80px;
}

.box-cat a:hover span {
    opacity: 1 !important;
}

.box-cat img {
    max-width: 100%;
    max-height: 306px;
}

.page-catalog {
    float: left;
    width: 100%;
}

.page-catalog h1 {
    font-weight: 500;
    font-size: 48px;
}

.box-albums {
    float: left;
    width: 100%;
    margin-top: 48px;
}

.box-albums img {
    border-radius: 8px;
    max-width: 100%;
}

.item-album {
    position: relative;
    float: left;
    margin-bottom: 40px;
}

.item-album a {
    position: relative;
    z-index: 50;
    float: left;
    width: 285px !important;
    height: 285px !important;
}

.item-album a span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all linear 0.2s;
    border-radius: 8px;
    opacity: 0;
}

.item-album a span img {
    border-radius: 50%;
    width: 80px;
}

.item-album a:hover span {
    opacity: 1 !important;
}

.span-border-1, .span-border-2 {
    position: absolute;
    z-index: 10;
    top: 8px;
    left: 8px;
    width: 285px;
    height: 285px;
    border: 1px solid #fff;
    border-radius: 8px;
    background: #000;
}

.span-border-2 {
    left: 16px;
    top: 16px;
    z-index: 5;
}

.album-name {
    float: left;
    width: 100%;
    padding-top: 32px;
}

.box-pages {
    float: left;
    width: 100%;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

.box-pages a, .box-pages a:focus, .box-pages a:hover {
    color: #fff;
    text-decoration: none;
}

.previous-page span {
    padding-left: 10px;
}

.next-page span {
    padding-right: 10px;
}

@media screen and (max-width: 1350px) {
    a img {
        max-width: 100%;
    }
    html, body, .moduleIndex, .div_header, .div_content, .div_footer {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
    .div_header, .div_footer, .div_content {
        padding: 0px 20px;
    }
    .box-cats {
        flex-direction: column;
        align-items: center;
    }
    .box-cat {
        max-width: 656px;
        margin-bottom: 60px;
    }
    .moduleIndex h1 {
        font-size: 40px;
        text-align: center;
    }
    .div_footer {
        padding-top: 20px;
    }
    .span-border-1 {
        left: calc(50% - 135px);
    }
    .span-border-2 {
        left: calc(50% - 126px);
    }
}

@media screen and (max-width: 1250px) {
    .item-album {
        float: left;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .album-name {
        text-align: center;
        padding-top: 35px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .box-cat span, .item-album span {
        display: none !important;
    }
}

@media screen and (max-width: 720px) {
    .header-contact-me-text {
        display: none;
    }
    .moduleIndex h1 {
        font-size: 24px;
    }
}

@media screen and (max-width: 450px) {
    .div_header {
        display: flex;
        flex-direction: column;
    }
    .header-left {
        display: flex;
        justify-content: center;
        padding-bottom: 20px;
    }
    .header-right {
        display: flex;
        flex-direction: column;
    }
    .header-contact-me-phone {
        padding-bottom: 15px;
    }
    .header, .div_header {
        height: 110px;
    }
}

.counters {
    display: none;
}