@charset "UTF-8";

html {
  /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
  /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
  /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    line-height: 1.4;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    background-repeat: repeat;
    background-size: auto;
    background-image: url("../images/ui/bg-pattern.jpg");
}

@media (min-width: 640px) {
    body {
        font-size: 16px;
    }
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

input, button, a, textarea {
    outline: 0;
    font-family: 'PT Sans', sans-serif;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-family: 'PT Sans', sans-serif;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    font-family: 'PT Sans', sans-serif;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    font-family: 'PT Sans', sans-serif;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-family: 'PT Sans', sans-serif;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    opacity: 0;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    opacity: 0;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    opacity: 0;
}

a {
    color: #1687ED;
    transition: all 0.2s linear;
}

a:hover, a:focus {
    color: #ee609c;
}

p {
    line-height: 1.5;
}

/* Шрифты */
/* Common styles */
h1, h2, h3, h4, h5,
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5 {
    display: block;
    font-family: 'PT Sans', sans-serif;
    color: #000;
    line-height: 1.2;
    font-weight: 700;
}

h1, .uk-h1 {
    font-size: 26px;
    font-weight: 700;
}

@media (min-width: 960px) {
    h1, .uk-h1 {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    h1, .uk-h1 {
        font-size: 34px;
    }
}

h2, .uk-h2 {
    font-size: 22px;
    font-weight: 700;
}

@media (min-width: 960px) {
    h2, .uk-h2 {
        font-size: 26px;
    }
}

@media (min-width: 1200px) {
    h2, .uk-h2 {
        font-size: 28px;
    }
}

h3, .uk-h3 {
    font-size: 18px;
    font-weight: 700;
}

@media (min-width: 960px) {
    h3, .uk-h3 {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    h3, .uk-h3 {
        font-size: 24px;
    }
}

h4, .uk-h4 {
    font-size: 16px;
    font-weight: 700;
}

@media (min-width: 960px) {
    h4, .uk-h4 {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    h4, .uk-h4 {
        font-size: 20px;
    }
}

h5, .uk-h5 {
    font-size: 14px;
    font-weight: 700;
}

@media (min-width: 960px) {
    h5, .uk-h5 {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    h5, .uk-h5 {
        font-size: 18px;
    }
}

.uk-container {
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    max-width: 100%;
}

@media (min-width: 960px) {
    .uk-container {
        padding: 0 20px;
    }
}

@media (min-width: 1200px) {
    .uk-container {
        max-width: 1200px;
    }
}

.remove-indent {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

@media (min-width: 960px) {
    .remove-indent {
        margin-left: -20px !important;
        margin-right: -20px !important;
    }
}

@media (min-width: 640px) {
    .uk-float-right\@s {
        float: right;
    }
}

@media (min-width: 640px) {
    .uk-float-left\@s {
        float: left;
    }
}

.page-container {
    box-shadow: 0 0 30px -4px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.uk-offcanvas-bar {
    background-color: #a13767;
    color: #fff;
}

.uk-offcanvas-bar a {
    color: #fff;
}

.uk-offcanvas-bar .uk-nav-default > li > a {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.elem-icon {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding-left: 24px;
}

.elem-icon + .elem-icon {
    margin-left: 15px;
}

@media (min-width: 640px) {
    .elem-icon + .elem-icon {
        margin-left: 30px;
    }
}

@media (min-width: 1200px) {
    .elem-icon + .elem-icon {
        margin-left: 40px;
    }
}

.elem-icon .icon {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: inherit;
    color: inherit;
    margin-top: -8px;
    font-size: 16px;
}

@media (min-width: 960px) {
    .elem-icon {
        font-size: 15px;
        padding-left: 28px;
    }
}

@media (min-width: 1200px) {
    .elem-icon {
        padding-left: 30px;
        font-size: 16px;
    }

    .elem-icon .icon {
        margin-top: -9px;
        font-size: 18px;
    }
}

a.elem-icon {
    display: inline-block;
    text-decoration: none;
    color: #000;
}

a.elem-icon:hover, a.elem-icon:focus {
    text-decoration: none;
    color: #1687ED;
}

.btn {
    cursor: pointer;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    font-weight: 700;
    text-align: center;
    background-color: #1687ED;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 0 25px;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.2s linear;
    -webkit-appearance: none;
    -webkit-writing-mode: unset;
    -ms-flex-align: normal;
    align-items: normal;
    text-decoration: none;
    letter-spacing: 1px;
}

.btn:hover, .btn:focus {
    text-decoration: none;
    color: #fff;
    background-color: #14375A;
}

.btn.pink-btn {
    background-color: #ee609c;
}

.btn.pink-btn:hover, .btn.pink-btn:focus {
    background-color: #d43276;
}

.wrapper {
    margin: 20px 0;
}

.wrapper > .uk-grid-medium > .uk-grid-margin {
    margin-top: 20px;
}

.sidebar .sidebar-title {
    margin: 24px 0 12px;
    padding-top: 12px;
    border-top: 1px solid #e5e5e5;
}

.sidebar .sidebar-title:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.left-menu .uk-parent > a:before {
    content: "";
}

.left-menu a, .left-menu span {
    position: relative;
    padding-right: 25px;
    font-size: 14px;
}

.left-menu a:before, .left-menu span:before {
    content: attr(data-count);
    font-size: 10px;
    margin-top: -5px;
    color: #969696;
    position: absolute;
    top: 50%;
    right: 5px;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .left-menu a, .left-menu span {
        font-size: 16px;
    }
}

.left-menu > li > a {
    color: #000;
}

.left-menu > li.uk-parent:not(.uk-open) .uk-nav-sub {
    display: none;
}

.left-menu li.uk-active > a {
    color: #ee609c;
}

.left-menu .uk-nav-sub {
    padding-left: 10px;
}

.left-menu .uk-nav-sub ul {
    padding-left: 10px;
}

.left-menu .uk-nav-sub a {
    color: #808080;
}

.left-menu.second-menu > li > a {
    color: #808080;
    font-size: 12px;
}

.left-menu.second-menu > li > a:hover, .left-menu.second-menu > li > a:focus {
    color: #000;
}

@media (min-width: 1200px) {
    .left-menu.second-menu > li > a {
        font-size: 14px;
    }
}

.left-menu.second-menu > li.uk-active > a {
    color: #ee609c;
}

.story-font {
    font-size: 16px;
    line-height: 1.6;
    color: #1b1b1b;
}

.story-font p {
    font-size: inherit;
    line-height: inherit;
}

@media (min-width: 960px) {
    .story-font {
        font-size: 20px;
    }
}

.sorting-table.uk-table-hover > tr:hover {
    background: #eaeaea;
}

.sorting-table.uk-table-hover tbody tr:hover {
    background: #eaeaea;
}

.sorting-table th {
    font-size: 14px;
    font-weight: 400;
}

@media (min-width: 960px) {
    .sorting-table th {
        font-size: 18px;
    }
}

.sorting-table td {
    font-size: 14px;
}

@media (min-width: 960px) {
    .sorting-table td {
        font-size: 16px;
    }
}

.sorting-table th, .sorting-table td {
    border: 1px solid #e5e5e5;
}

@media (max-width: 639px) {
    .sorting-table th, .sorting-table td {
        display: none;
    }

    .sorting-table th:nth-child(1), .sorting-table th:nth-child(2), .sorting-table th:nth-child(3), .sorting-table td:nth-child(1), .sorting-table td:nth-child(2), .sorting-table td:nth-child(3) {
        display: table-cell;
    }
}

.sorting-table .sorting {
    cursor: pointer;
    position: relative;
    padding-right: 24px;
}

.sorting-table .sorting:before {
    font-family: 'icomoon';
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    font-size: 14px;
    margin-top: -7px;
    color: #000;
    line-height: 1;
}

@media (min-width: 960px) {
    .sorting-table .sorting {
        padding-right: 30px;
    }

    .sorting-table .sorting:before {
        right: 10px;
        font-size: 20px;
        margin-top: -10px;
    }
}

.sorting-table .sorting a.cover-link-th {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: inherit;
}

.sorting-table .sorting_desc:before {
    content: "";
}

.sorting-table .sorting_asc:before {
    content: "";
}

.table-paginate {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    width: 100%;
    text-align: center;
    margin-top: 6px;
}

@media (min-width: 960px) {
    .table-paginate {
        margin-top: 0;
    }
}

.table-paginate > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1;
    margin-left: 4px;
}

.table-paginate > li:first-child {
    margin-left: 0;
}

.table-paginate > li a, .table-paginate > li span {
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 16px;
    width: 22px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}

@media (min-width: 960px) {
    .table-paginate > li a, .table-paginate > li span {
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.table-paginate > li a {
    cursor: pointer;
}

.table-paginate > li a:hover, .table-paginate > li a:focus {
    background-color: #eee;
    text-decoration: none;
}

.table-paginate > li.active > a,
    .table-paginate > li.active > span {
    cursor: default;
    background-color: #ee609c;
    color: #fff;
}

.table-paginate > li.disabled {
    pointer-events: none;
}

.table-paginate > li.disabled > a,
      .table-paginate > li.disabled > span {
    color: #808080;
    text-decoration: none;
}

.table-paginate > li.table-control > a,
    .table-paginate > li.table-control > span {
    font-size: 16px;
    line-height: 24px;
}

@media (min-width: 960px) {
    .table-paginate > li.table-control > a,
        .table-paginate > li.table-control > span {
        font-size: 20px;
        line-height: 28px;
    }
}

.table-wrapper .uk-search-input {
    padding-left: 10px;
    padding-right: 10px;
}

.table-wrapper .uk-table:last-child {
    margin-bottom: 0;
}

.table-wrapper .uk-search-default {
    width: 100%;
}

@media (min-width: 640px) {
    .table-wrapper .uk-search-default {
        max-width: 200px;
    }
}

.table-length {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    width: 100%;
    margin-top: 6px;
}

@media (min-width: 960px) {
    .table-length {
        margin-top: 0;
    }
}

.table-length > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
    color: #808080;
    margin-left: 4px;
}

.table-length > li:first-child {
    margin-left: 0;
    margin-right: 10px;
}

@media (min-width: 960px) {
    .table-length > li {
        font-size: 16px;
    }
}

.table-length > li > a,
    .table-length > li > span {
    cursor: pointer;
    text-decoration: none;
    display: block;
    color: #000;
    font-size: 14px;
    padding: 0 6px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}

.table-length > li > a:hover, .table-length > li > a:focus,
      .table-length > li > span:hover,
      .table-length > li > span:focus {
    text-decoration: none;
    background-color: #eee;
}

@media (min-width: 960px) {
    .table-length > li > a,
        .table-length > li > span {
        font-size: 16px;
        padding: 0 8px;
        height: 30px;
        line-height: 30px;
    }
}

.table-length > li.active > a,
    .table-length > li.active > span {
    background-color: #ee609c;
    color: #fff;
}

.jp-container {
    display: block;
    margin: 30px 0;
}

.jp-interface {
    border: 1px solid #e5e5e5;
    position: relative;
}

.jp-interface:hover .jp-seek-bar, .jp-interface:focus .jp-seek-bar {
    height: 16px;
}

.jp-gui {
    padding: 10px;
}

.jp-gui button {
    cursor: pointer;
}

.jp-time-container {
    margin-top: 8px;
}

.jp-time {
    font-size: 12px;
    color: #808080;
}

.jp-progress {
    position: relative;
    cursor: pointer;
    height: 16px;
    font-size: 10px;
    border: 0;
}

.jp-seek-bar {
    height: 8px;
    background-color: #e5e5e5;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: height 0.15s linear;
}

.jp-play-bar {
    height: 100%;
    z-index: 2;
    background-color: #ee609c;
}

.jp-controls {
    height: 90px;
    padding-bottom: 40px;
    position: relative;
}

@media (min-width: 640px) {
    .jp-controls {
        height: 40px;
        padding-bottom: 0;
    }
}

.jp-controls button {
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 4px;
    font-size: 20px;
    text-align: center;
    background: transparent;
    color: #ee609c;
    transition: all 0.2s linear;
}

.jp-controls button .icon {
    line-height: inherit;
}

.jp-controls button:hover, .jp-controls button:focus {
    color: #1687ED;
}

@media (min-width: 640px) {
    .jp-controls button {
        padding: 0 10px;
    }
}

.jp-controls .jp-play-pause button {
    padding: 0;
    width: 40px;
    background-color: #ee609c;
    color: #fff;
    border-radius: 100px;
}

.jp-controls .jp-play-pause button:hover, .jp-controls .jp-play-pause button:focus {
    color: #fff;
    background-color: #1687ED;
}

.jp-controls .jp-play-pause .jp-play .icon {
    margin-left: 2px;
}

.jp-controls .uk-float-left + .uk-float-left {
    margin-left: 6px;
}

@media (min-width: 640px) {
    .jp-controls .uk-float-left + .uk-float-left {
        margin-left: 10px;
    }
}

.jp-toggles .jp-repeat-off {
    color: #1687ED;
}

.jp-like-buttons .jp-unlike {
    color: #1687ED;
}

.jp-shuffle-buttons .jp-unshuffle {
    color: #1687ED;
}

.jp-volume-control {
    position: relative;
    padding-right: 80px;
}

.jp-volume-control .jp-unmute {
    color: #1687ED;
}

.jp-volume-bar {
    height: 8px;
    font-size: 10px;
    background-color: #e5e5e5;
    border: 0;
    cursor: pointer;
    width: 80px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 0;
    z-index: 1;
}

.jp-volume-bar-value {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ee609c;
}

.jp-playlist {
    border: 1px solid #e5e5e5;
    border-top: none;
}

.jp-playlist ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-height: 1000px;
    overflow: auto;
}

.jp-playlist ul li {
    padding: 6px 10px;
    margin: 0;
}

.jp-playlist ul li + li {
    border-top: 1px solid #e5e5e5;
}

.jp-playlist .jp-free-media {
    float: right;
    display: none;
    text-align: right;
    font-size: 12px;
    color: #000;
    margin-top: 2px;
}

@media (min-width: 640px) {
    .jp-playlist .jp-free-media {
        display: inline-block;
    }
}

.jp-playlist .jp-playlist-item {
    display: block;
    color: #000;
    padding-right: 10px;
}

.jp-playlist .jp-playlist-item:hover, .jp-playlist .jp-playlist-item:focus {
    color: #000;
    text-decoration: underline;
}

.jp-playlist .jp-playlist-item.jp-playlist-current {
    cursor: default;
    color: #ee609c;
    text-decoration: none;
}

.jp-playlist .jp-playlist-item.jp-playlist-current .jp-track-time {
    color: #ee609c;
}

.jp-seeking-bg {
    background: url("https://detskoevremya.org/images/ui/seek.gif");
}

.jp-no-solution {
    display: none;
}

.jp-track-time {
    padding-right: 10px;
    color: #808080;
}

.uk-notification-message {
    font-size: 16px;
    background-color: #fff;
    color: #000;
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-notification-message .uk-close {
    color: #ee609c;
}

@media (min-width: 640px) {
    .uk-notification-message {
        font-size: 18px;
    }
}

.img-center {
    display: block;
    position: relative;
    font-size: 0;
    text-align: center;
}

.img-center:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.img-center > img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    font-size: 1rem;
}

.img-border {
    display: block;
    padding: 10px;
    border: 1px solid #e5e5e5;
}

.raskraska-img {
    display: block;
    margin: 20px auto;
    max-width: 450px;
}

.raskraska-lg-img {
    display: block;
    margin: 30px auto;
    max-width: 750px;
}

.img-cover {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    font-family: 'object-fit: cover; object-position: cover;';
}

.patter-list .uk-h4 {
    margin: 0 0 20px;
}

.patter-list a {
    color: #ee609c;
    text-decoration: underline;
}

.patter-list a:hover, .patter-list a:focus {
    color: #1687ED;
    text-decoration: none;
}

.patter-list [class*=uk-align] {
    margin-right: 20px;
    margin-bottom: 15px;
}

.riddle-list li {
    margin-bottom: 60px;
}

.riddle-list li:last-child {
    margin-bottom: 0;
}

.riddle-solution {
    display: none;
    color: #ee609c;
    font-size: 18px;
    font-weight: 700;
}

.verse-block {
    background: #c4effc;
    padding: 10px;
    border-radius: 4px;
}

@media (min-width: 960px) {
    .verse-block {
        padding: 20px;
    }
}

.category-item {
    display: block;
    text-decoration: none;
    color: #000;
    text-align: center;
}

.category-item .img-center {
    height: 100px;
    margin-bottom: 10px;
}

.category-item:hover, .category-item:focus {
    text-decoration: none;
    color: #ee609c;
}

.category-item:hover .category-item__title, .category-item:focus .category-item__title {
    color: #ee609c;
    text-decoration: none;
}

.video-block {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.video-block:before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}

.video-block iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.category-item__title {
    display: block;
    font-size: 14px;
    margin: 10px 0;
    color: #1687ED;
    text-decoration: underline;
    transition: all 0.2s linear;
}

.category-item__title:last-child {
    margin-bottom: 0;
}

@media (min-width: 960px) {
    .category-item__title {
        font-size: 16px;
    }
}

.filter-navs .uk-subnav {
    margin-left: -10px;
}

.filter-navs .uk-subnav > * {
    padding-left: 10px;
    padding-bottom: 10px;
}

.filter-navs .uk-subnav .uk-active > a {
    background-color: #ee609c;
}

.uk-breadcrumb > li:nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 8px;
    font-size: 12px;
    vertical-align: middle;
}

.uk-breadcrumb > li > a {
    vertical-align: middle;
}

.page-title {
    margin: 20px 0 20px;
}

.category-lg-item {
    display: block;
    text-decoration: none;
    color: #000;
    text-align: center;
}

.category-lg-item .img-center {
    height: 120px;
    margin-bottom: 10px;
}

@media (min-width: 640px) {
    .category-lg-item .img-center {
        height: 160px;
    }
}

@media (min-width: 1200px) {
    .category-lg-item .img-center {
        height: 210px;
    }
}

.category-lg-item .uk-h5 {
    display: block;
    color: #000;
    text-decoration: underline;
    margin: 10px 0;
    font-size: 14px;
    transition: all 0.2s linear;
}

.category-lg-item .uk-h5:last-child {
    margin-bottom: 0;
}

@media (min-width: 960px) {
    .category-lg-item .uk-h5 {
        font-size: 16px;
    }
}

.category-lg-item:hover, .category-lg-item:focus {
    text-decoration: none;
    color: #ee609c;
}

.category-lg-item:hover .uk-h5, .category-lg-item:focus .uk-h5 {
    color: #ee609c;
    text-decoration: none;
}

.border-item {
    display: block;
    text-align: center;
    border: 1px solid #e5e5e5;
    padding: 10px;
}

.border-item:hover, .border-item:focus {
    text-decoration: none;
}

.border-item:hover .border-item__title, .border-item:focus .border-item__title {
    color: #ee609c;
    text-decoration: none;
}

.border-item__title {
    display: block;
    margin: 10px 0;
    color: #1687ED;
    transition: all 0.2s linear;
}

.border-item__title:last-child {
    margin-bottom: 0;
}

.format-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    font-size: 0;
    line-height: 0;
}

.format-list > li {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 1rem;
    margin-right: 10px;
}

.format-list > li:last-child {
    margin-right: 0;
}

@media (min-width: 960px) {
    .format-list > li {
        margin-right: 20px;
    }
}

.format-item {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 32px;
}

.format-item:hover, .format-item:focus {
    text-decoration: none;
    color: #4c4c4c !important;
}

.format-item.pdf-format {
    color: #ee0f0f;
}

.format-item.fb2-format {
    color: #159a1f;
}

.format-item.epub-format {
    color: #81B329;
}

.format-item.doc-format {
    color: #213cc3;
}

.format-item.mp3-format {
    color: #3198f0;
}

@media (min-width: 960px) {
    .format-item {
        font-size: 40px;
    }
}

.page-nav {
    margin: 30px 0;
}

.page-nav .page-nav-prev {
    float: left;
}

.page-nav .page-nav-next {
    float: right;
}

.page-nav img {
    width: 100%;
    max-width: 120px;
}

.page-nav:first-child {
    margin-top: 0;
}

.page-nav-item {
    display: inline-block;
    text-decoration: none;
    color: #1687ED;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    padding-left: 24px;
    vertical-align: middle;
}

.page-nav-item .icon {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 16px;
    margin-top: -8px;
}

.page-nav-item.page-nav-next {
    padding-left: 0;
    padding-right: 24px;
}

.page-nav-item.page-nav-next .icon {
    left: auto;
    right: 0;
}

.page-nav-item:hover, .page-nav-item:focus {
    text-decoration: none;
    color: #ee609c;
}

@media (min-width: 960px) {
    .page-nav-item {
        font-size: 18px;
        padding-left: 30px;
    }

    .page-nav-item.page-nav-next {
        padding-right: 30px;
    }
}

.like-item {
    cursor: pointer;
    display: inline-block;
    line-height: 18px;
    color: #d43276;
    position: relative;
    padding-left: 24px;
    text-decoration: none;
}

.like-item .icon {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: inherit;
    color: inherit;
    margin-top: -8px;
    font-size: 16px;
    color: #d43276;
}

.like-item .like-item__name {
    font-size: 16px;
    line-height: inherit;
    letter-spacing: 0.2px;
}

.like-item:hover, .like-item:focus {
    text-decoration: none;
    color: #1687ED;
}

.like-item:hover .icon:before, .like-item:focus .icon:before {
    content: "";
}

@media (min-width: 960px) {
    .like-item {
        line-height: 24px;
        padding-left: 36px;
    }

    .like-item .like-item__name {
        font-size: 20px;
    }

    .like-item .icon {
        margin-top: -12px;
        font-size: 24px;
    }
}

.modal .uk-modal-dialog {
    padding: 0;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

@media (min-width: 960px) {
    .modal .uk-modal-dialog {
        display: table;
        width: auto;
        min-width: 600px;
    }
}

.modal .close-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.modal.modal-form input, .modal.modal-form textarea, .modal.modal-form button {
    min-width: 250px;
}

@media (min-width: 960px) {
    .modal.modal-form input, .modal.modal-form textarea, .modal.modal-form button {
        min-width: 300px;
    }
}

.modal.modal-form .modal__header {
    padding: 15px 25px;
}

.modal.modal-form .uk-modal-dialog {
    display: table;
    width: auto;
}

@media (min-width: 960px) {
    .modal.modal-form .uk-modal-dialog {
        min-width: 320px;
    }
}

.modal.modal-form .social-list {
    text-align: center;
}

.modal__header {
    color: #fff;
    padding: 15px 20px;
    text-align: center;
    background-color: #1687ED;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media (min-width: 960px) {
    .modal__header {
        padding: 20px 25px;
    }
}

.modal__header .uk-h2 {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 960px) {
    .modal__header .uk-h2 {
        font-size: 22px;
    }
}

.modal__header.bright {
    background: linear-gradient(to right, #1a2a6c, #b21f1f, #fdbb2d);
}

.modal__footer {
    padding: 10px 20px;
    background-color: #e5e5e5;
}

@media (min-width: 960px) {
    .modal__footer {
        padding: 20px;
    }
}

.modal__body {
    padding: 15px 10px;
}

@media (min-width: 960px) {
    .modal__body {
        padding: 30px 20px;
    }
}

.close-btn {
    display: block;
    color: #fff;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s linear;
}

.close-btn:before {
    font-family: 'icomoon';
    content: "";
    line-height: inherit;
}

.close-btn:hover, .close-btn:focus {
    text-decoration: none;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
}

@media (min-width: 960px) {
    .close-btn {
        font-size: 16px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.social-list {
    list-style: none;
    padding: 0;
    font-size: 0;
}

.social-list > li {
    display: inline-block;
    margin-right: 10px;
}

.social-list > li:last-child {
    margin-right: 0;
}

.social-list__item {
    display: block;
    border: 2px solid #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 100px;
}

.social-list__item .icon {
    line-height: inherit;
}

@media (min-width: 1600px) {
    .social-list__item {
        width: 45px;
        height: 45px;
        line-height: 43px;
        font-size: 20px;
    }
}

.social-list__item:hover, .social-list__item:focus {
    color: #fff;
    text-decoration: none;
    animation: jump .5s 1;
}

.social-list__item.vkontakte {
    border-color: #1c5cd1;
    color: #1c5cd1;
}

.social-list__item.ondoklassniki {
    border-color: #ee8208;
    color: #ee8208;
}

.social-list__item.facebook {
    border-color: #32599c;
    color: #32599c;
}

.social-list__item.mail {
    border-color: #208DE0;
    color: #208DE0;
}

@keyframes jump {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(0, -8px);
    }

    50% {
        transform: translate(0, 3px);
    }

    75% {
        transform: translate(0, -2px);
    }
}

.form input,
.form textarea {
    height: 45px;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    padding: 10px;
    vertical-align: middle;
    transition: border-color 0.2s linear;
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

@media (min-width: 960px) {
    .form input,
    .form textarea {
        height: 50px;
    }
}

@media (min-width: 1600px) {
    .form input,
    .form textarea {
        padding: 5px 15px;
        font-size: 16px;
    }
}

.form input.error,
  .form textarea.error {
    border-color: red !important;
}

.form input.success,
  .form textarea.success {
    border-color: green !important;
}

.form input:focus,
  .form textarea:focus {
    border-color: #1687ED;
}

.form input::-webkit-input-placeholder,
  .form textarea::-webkit-input-placeholder {
    color: #888;
}

.form input:-moz-placeholder,
  .form textarea:-moz-placeholder {
    color: #888;
}

.form input::-moz-placeholder,
  .form textarea::-moz-placeholder {
    color: #888;
}

.form input:-ms-input-placeholder,
  .form textarea:-ms-input-placeholder {
    color: #888;
}

.form textarea {
    min-width: 200px;
    max-width: 100%;
    height: auto;
    padding: 10px;
    min-height: 130px;
}

@media (min-width: 1600px) {
    .form textarea {
        padding: 20px;
    }
}

.form .btn {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    max-width: 300px;
}

.form .form-row {
    margin-bottom: 15px;
}

.form .form-row:last-child {
    margin-bottom: 0;
}

.check-link {
    display: block;
    margin: 10px 0 0;
    text-align: center;
    color: #1687ED;
    font-weight: 700;
    text-decoration: underline;
    font-size: 16px;
}

.check-link:hover, .check-link:focus {
    text-decoration: none;
    color: #1687ED;
}

.horizontal-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    font-size: 0;
}

.horizontal-list:first-child {
    margin-top: 0;
}

.horizontal-list > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1;
    margin-right: 10px;
    margin-bottom: 4px;
}

@media (min-width: 960px) {
    .horizontal-list > li {
        margin-right: 12px;
        margin-bottom: 6px;
    }
}

.horizontal-list > li > a {
    position: relative;
    padding-right: 22px;
    font-size: 14px;
}

.horizontal-list > li > a:before {
    content: attr(data-count);
    font-size: 10px;
    margin-top: -3px;
    color: #969696;
    position: absolute;
    top: 50%;
    right: 5px;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

@media (min-width: 960px) {
    .horizontal-list > li > a {
        font-size: 16px;
    }
}

.horizontal-list.large > li {
    margin-right: 16px;
    margin-bottom: 8px;
}

@media (min-width: 960px) {
    .horizontal-list.large > li {
        margin-right: 20px;
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .horizontal-list.large > li {
        margin-right: 30px;
    }
}

.chapter-list > li.active > a {
    color: #ee609c;
}

.portret-item {
    display: block;
    text-decoration: none;
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 3px solid #e5e5e5;
}

.portret-item .img-center {
    padding: 10px;
    height: 180px;
}

.portret-item:hover, .portret-item:focus {
    text-decoration: none;
}

.portret-item:hover .portret-item__title, .portret-item:focus .portret-item__title {
    color: #1687ED;
}

.portret-item__title {
    display: block;
    background-color: #e5e5e5;
    color: #000;
    padding: 6px;
    transition: all 0.2s linear;
}

.footer {
    display: block;
}

.footer .uk-subnav {
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__content {
    padding-top: 20px;
    margin-top: 50px;
    border-top: 1px solid #e5e5e5;
}

.header {
    margin-bottom: 20px;
}

.header .uk-grid-medium > .uk-grid-margin {
    margin-top: 10px;
}

@media (min-width: 640px) {
    .header .uk-grid-medium > .uk-grid-margin {
        margin-top: 20px;
    }
}

@media (min-width: 640px) {
    .header__contacts {
        margin-top: 8px;
    }
}

.logo {
    display: block;
}

.logo svg, .logo img {
    height: 40px;
}

.header__top {
    padding: 12px 0;
}

@media (min-width: 640px) {
    .header__top {
        padding: 24px 0;
    }
}

.header__top .uk-search {
    display: block;
    width: 100%;
}

.header__top .uk-search-input {
    padding-left: 15px;
}

.main-nav {
    display: block;
    background-color: #ee609c;
    background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #ee609c 0%, #d6438c 50%, #ee609c 100%);
    color: #fff;
}

.main-nav.uk-active .main-nav-list > li > a {
    font-size: 16px;
    line-height: 16px;
    padding: 10px;
}

.main-nav.uk-active .main-nav-list > li > a:before {
    height: 14px;
    margin-top: -7px;
}

.main-nav-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.main-nav-list > li {
    width: auto;
    position: relative;
    text-align: center;
    display: inline-block;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.main-nav-list > li:first-child > a:before {
    display: none;
}

.main-nav-list > li > a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 14px 8px;
    text-decoration: none;
}

.main-nav-list > li > a:before {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    margin-top: -12px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 50%;
    left: 0;
    left: -0.5px;
    z-index: 0;
}

.main-nav-list > li > a:hover, .main-nav-list > li > a:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 1200px) {
    .main-nav-list > li > a {
        font-size: 18px;
        line-height: 24px;
        padding: 16px 10px;
    }
}

.main-nav-list > li.active > a {
    color: #fff;
}

.open-menu-btn {
    display: block;
    position: relative;
    padding: 10px;
    padding-left: 35px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    font-size: 16px;
}

.open-menu-btn:hover, .open-menu-btn:focus {
    color: #fff;
    text-decoration: none;
}

.open-menu-btn .icon {
    line-height: 1;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -9px;
}

.category-btn {
    display: block;
    padding: 10px 0;
    line-height: 1;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.category-btn .icon {
    line-height: inherit;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.mbl-category {
    display: none;
}

.mbl-category.open {
    display: block;
}

@media (min-width: 960px) {
    .mbl-category {
        display: block;
    }
}

@charset "UTF-8";

@font-face {
    font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon_di79bg.ttf") format("truetype"), url("../fonts/icomoon/icomoon_di79bg.woff") format("woff"), url("../fonts/icomoon/icomoon_di79bg-icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arroba:before {
    content: "";
}

.icon-fb:before {
    content: "";
}

.icon-ok:before {
    content: "";
}

.icon-vk:before {
    content: "";
}

.icon-heart:before {
    content: "";
}

.icon-heart-fill:before {
    content: "";
}

.icon-mute:before {
    content: "";
}

.icon-volume:before {
    content: "";
}

.icon-pause:before {
    content: "";
}

.icon-play:before {
    content: "";
}

.icon-previous:before {
    content: "";
}

.icon-next:before {
    content: "";
}

.icon-repeat:before {
    content: "";
}

.icon-shuffle:before {
    content: "";
}

.icon-sorting-down:before {
    content: "";
}

.icon-sorting-up:before {
    content: "";
}

.icon-sorting:before {
    content: "";
}

.icon-mp3-format:before {
    content: "";
}

.icon-doc-format:before {
    content: "";
}

.icon-epub-format:before {
    content: "";
}

.icon-fb2-format:before {
    content: "";
}

.icon-pdf-format:before {
    content: "";
}

.icon-minus:before {
    content: "";
}

.icon-plus:before {
    content: "";
}

.icon-arrow-left-fill:before {
    content: "";
}

.icon-arrow-right-fill:before {
    content: "";
}

.icon-left-arrow:before {
    content: "";
}

.icon-right-arrow:before {
    content: "";
}

.icon-chevron-left:before {
    content: "";
}

.icon-chevron-right:before {
    content: "";
}

.icon-menu:before {
    content: "";
}

.icon-close:before {
    content: "";
}

.icon-avatar:before {
    content: "";
}