/*!
 * Moonkake v3.0.7
 *
 * http://moonkake.ru
 */

/* MODIFIERS
-------------------------------------------------- */

/* Resets */

ul {
    list-style: disc;
}

ul.reset,
ol.reset {
    margin-left: 0;
    list-style: none;
}

table.reset td,
table.reset th {
    border: 0;
    padding: 0;
}

.-invert a {
    text-decoration: none;
}

.-invert a:hover {
    text-decoration: underline;
}

/* FONT-SIZES
-------------------------------------------------- */

.-fs18, .list.-fs18 > .list__item {
    font-size: 18px;
}

.-fs16, .list.-fs16 > .list__item {
    font-size: 16px;
}

.-fs14, .list.-fs14 > .list__item {
    font-size: 14px;
}

.-fs22, .list.-fs22 > .list__item {
    font-size: 22px;
}

.-fs24, .list.-fs24 > .list__item {
    font-size: 24px;
}

.-fs46, .list.-fs46 > .list__item {
    font-size: 46px;
}

@media screen and (max-width: 1279px) {
    .-fs18, .list.-fs18 > .list__item {
        font-size: 16px;
    }

    .-fs16, .list.-fs16 > .list__item {
        font-size: 14px;
    }

    .-fs14, .list.-fs14 > .list__item {
        font-size: 12px;
    }

    .-fs22, .list.-fs22 > .list__item {
        font-size: 20px;
    }

    .-fs24, .list.-fs24 > .list__item {
        font-size: 20px;
    }

    .-fs46, .list.-fs46 > .list__item {
        font-size: 24px;
    }
}

/* BLOCKS
-------------------------------------------------- */

/* Column */

.row__old:before,
.row__old::before,
.row__old:after,
.row__old::after {
    content: ' ';
    display: table;
}

.row__old:after {
    clear: both;
}

.row__old::after {
    clear: both;
}

.row__old > .col__left {
    float: left;
}

.row__old > .col__right {
    float: right;
}

.row__old > .col__middle {
    overflow: hidden;
}

.row__old.-table {
    display: table;
}

.row__old.-table > div {
    display: table-cell;
    float: none;
    overflow: visible;
}

/* List */

.list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list .list__item {
}

.list .list__link {
    display: block;
    text-decoration: none;
}

.list.breadcrumbs .list__link {
    display: inline;
}

.list.-inline {
}

.list.-inline > .list__item {
    display: inline-block;
    vertical-align: top;
}

.list.-inline .list__link {
    display: block;
}

.list.-float {
    overflow: hidden;
}

.list.-float > .list__item {
    float: left;
}

/* Flex + bootstrap4 */
.navigation .row {
}

.-fl-center-between {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.-fl-fixed {
}

.-fl-fixed > * {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}


.justify {
    text-align: justify;
    line-height: 0;
    font-size: 1px;
    text-justify: newspaper;
    zoom: 1;
    text-align-last: justify;
}

.justify:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

/* LIBRARIES
-------------------------------------------------- */

/* Fancybox */

.-fancybox-custom {
}

.-fancybox-custom .fancybox-skin { /*-webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0;*/
}

.-fancybox-custom .fancybox-prev {
}

.-fancybox-custom .fancybox-next {
}

.-fancybox-custom .fancybox-prev span,
.-fancybox-custom .fancybox-next span {
}

.-fancybox-custom .fancybox-prev span {
}

.-fancybox-custom .fancybox-next span {
}

/* .-fancybox-custom .fancybox-close {width:9px; height:7px; background:url(../i/close.png) 0 0 no-repeat; top:10px; right:10px;} */

.fancybox-overlay {
}

#fancybox-thumbs,
#fancybox-thumbs * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
