@font-face {
    font-family: 'Lato';
    src: url('/_tools/fonts/Lato-Regular.eot');
    src: url('/_tools/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('/_tools/fonts/Lato-Regular.woff') format('woff'), url('/_tools/fonts/Lato-Regular.ttf') format('truetype'), url('/_tools/fonts/Lato-Regular.svg') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: 'Lato';
    src: url('/_tools/fonts/Lato-Italic.eot');
    src: url('/_tools/fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'), url('/_tools/fonts/Lato-Italic.woff') format('woff'), url('/_tools/fonts/Lato-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: 'Lato';
    src: url('/_tools/fonts/Lato-Bold.eot');
    src: url('/_tools/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('/_tools/fonts/Lato-Bold.woff') format('woff'), url('/_tools/fonts/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: 'Lato';
    src: url('/_tools/fonts/Lato-BoldItalic.eot');
    src: url('/_tools/fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/_tools/fonts/Lato-BoldItalic.woff') format('woff'), url('/_tools/fonts/Lato-BoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: bold;
    text-rendering: optimizeLegibility
}

* {
    outline: 0
}

*:focus {
    outline: 0
}

body {
    margin: 0;
    padding: 0;
    font-family: "Lato", Georgia, sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-size: 18px;
    line-height: 1.3em;
    height: 100%;
    background: #fff;
    position: relative;
    min-height: 100%
}

body.inner {
    background-color: #f3f6f8
}

@media (max-width: 770px) {
    body {
        font-style: 14px
    }
}

a, a:hover, a:focus {
    color: #000;
    text-decoration: none
}

a.blue {
    color: #1f49aa;
    text-decoration: underline;
}

.article-text a, .article-text a:hover, .article-text a:focus {
    text-decoration: underline
}

footer a, footer a:hover, footer a:focus {
    color: #fff
}

.text-dark {
    color: #444 !important
}

.text-primary {
    color: #0f3c99 !important
}

.text-highlited {
    color: #b30000 !important
}

.note {
    font-size: .9em;
    color: #4f5c6a
}

.menu-button {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    background-color: #0e8c62;
    cursor: pointer;
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -ms-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.menu-button.active {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px)
}

.menu-button.active:before {
    top: 45px;
    border: 0;
    height: 3px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width: 770px) {
    .menu-button.active:before {
        top: 25px
    }
}

.menu-button.active:after {
    top: 45px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (max-width: 770px) {
    .menu-button.active:after {
        top: 25px
    }
}

.menu-button .page-title {
    display: inline-block;
    -webkit-transform: translateX(-100%) translateY(0) rotate(-90deg);
    -moz-transform: translateX(-100%) translateY(0) rotate(-90deg);
    -ms-transform: translateX(-100%) translateY(0) rotate(-90deg);
    -o-transform: translateX(-100%) translateY(0) rotate(-90deg);
    transform: translateX(-100%) translateY(0) rotate(-90deg);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    white-space: nowrap;
    position: absolute;
    top: 80px;
    left: 30px;
    color: #fff;
    text-transform: uppercase
}

.menu-button:before {
    content: '';
    position: absolute;
    top: 35px;
    left: 50%;
    width: 30px;
    height: 20px;
    margin-left: -15px;
    border: 3px solid #fff;
    border-width: 3px 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.menu-button:after {
    content: '';
    position: absolute;
    top: 43px;
    left: 50%;
    width: 30px;
    height: 3px;
    margin-left: -15px;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

@media (max-width: 770px) {
    .menu-button {
        position: absolute;
        top: 30px;
        left: auto;
        right: 12px;
        width: 50px;
        height: 50px
    }

    .menu-button.active {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .menu-button:before {
        top: 15px
    }

    .menu-button:after {
        top: 23px
    }

    .menu-button .page-title {
        display: none
    }
}

aside {
    position: fixed;
    z-index: 10;
    width: 300px;
    height: 100%;
    top: 0;
    padding: 48px 24px;
    background-color: #f3f6f8;
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -ms-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease
}

.inner aside {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px)
}

.inner aside.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

@media (min-width: 770px) and (max-width: 1024px) {
    .main aside {
        position: relative;
        width: auto;
        height: auto;
        padding-top: 24px;
        padding-bottom: 12px
    }

    .main aside .subjects-list {
        display: inline
    }

    .main aside .subjects-list li {
        display: inline-block;
        margin: 0 12px 24px;
        padding-left: 20px;
        white-space: nowrap
    }

    .main aside .divider {
        display: none
    }
}

@media (max-width: 770px) {
    .main aside {
        position: relative;
        width: auto;
        max-height: 250px;
        overflow: hidden;
        padding-top: 24px;
        padding-bottom: 12px
    }

    .main aside.active {
        max-height: 1000px
    }
}

.show-all-button {
    display: block;
    background-color: #0f3c99;
    color: #fff;
    text-align: center;
    padding: 12px;
    font-size: 1.3em;
    cursor: pointer
}

.show-all-button i {
    position: relative
}

.show-all-button i:after {
    content: ' ';
    position: absolute;
    width: 2px;
    height: .9em;
    background-color: #fff
}

.show-all-button i:before {
    content: ' ';
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: auto
}

.show-all-button.active i:before {
    bottom: 2px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

main {
    text-align: center
}

@media (min-width: 1024px) {
    .main main {
        margin-left: 300px
    }
}

.inner main {
    margin-left: 80px
}

@media (max-width: 770px) {
    .inner main {
        margin-left: 0
    }
}

.section {
    max-width: 1320px;
    text-align: left
}

@media (max-width: 1260px) {
    .section {
        padding: 0 24px
    }
}

@media (min-width: 770px) {
    .table-columns {
        background: linear-gradient(to right, #f3f6f8 51%, #fff 51%)
    }

    .table-columns .table-column-content {
        display: table;
        margin: 0 -12px;
        width: 100%
    }

    .table-columns .table-column-content > .row:first-of-type {
        display: table-row
    }

    .table-columns .table-column-content > .row:first-of-type > .left-column, .table-columns .table-column-content > .row:first-of-type > .right-column {
        display: table-cell;
        vertical-align: top;
        float: none
    }

    .table-columns .table-column-content > .row:first-of-type > .left-column {
        padding-right: 48px
    }

    .table-columns .table-column-content > .row:first-of-type > .right-column {
        padding-left: 48px
    }
}

.right-column {
    background-color: #fff
}

.right-column .page-content {
    padding-bottom: 2em
}

.right-column .page-content-nofilter {
    padding-top: 1.3em
}

header {
    padding: 20px 0 15px;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #ededed
}

header .header-content {
    max-width: 1360px;
    text-align: left
}

header .right-column {
    padding-left: 48px;
    padding-right: 24px;
    margin: 1em 0;
    text-align: right
}

@media (max-width: 1260px) {
    header .right-column {
        padding-right: 0
    }
}

@media (max-width: 770px) {
    header .right-column {
        padding-left: 12px
    }
}

footer {
    margin-top: 3em;
    padding: 3.5em 0;
    background-color: #0f3c99;
    color: #fff
}

footer .footer-title {
    font-size: 1.7em;
    font-family: Georgia, serif;
    margin-bottom: .9em
}

footer .share-title {
    font-size: 1.3em;
    font-family: Georgia, serif;
    margin-bottom: .7em;
    margin-top: 1.7em
}

footer .share-buttons {
    display: flex;
    align-items: stretch
}

footer .share_button {
    margin: .45em;
    display: inline-block;
    height: 45px;
    text-align: center;
    line-height: 45px
}

footer .share_button:first-of-type {
    margin: .45em .45em .45em 0
}

footer .share_button:last-of-type {
    margin: .45em 0 .45em .45em
}

footer h4 {
    font-size: 1.3em;
    font-family: "Lato", Georgia, sans-serif;
    color: #d9e5f4;
    margin-bottom: .85em
}

footer .all-contacts {
    font-size: 1.3em;
    margin-top: 1.5em
}

footer .copyright {
    font-size: .7em
}

footer .otr {
    font-size: .7em;
    margin-top: 3.5em
}

footer .otr a {
    text-decoration: underline
}

h1 {
    font-family: Georgia, serif;
    font-size: 1.3em
}

.left-column h1 {
    margin-bottom: 1.8em
}

.article-page h1 {
    font-weight: normal;
    font-size: 2.3em;
    line-height: 1.15em;
    margin: 0
}

h2 {
    font-family: Georgia, serif;
    font-size: 2.3em;
    line-height: 1em;
    font-weight: normal;
    margin: 1em 0 .85em
}

.article-page h2 {
    margin-top: 2em
}

.article-page .article-body h2 {
    margin-top: 1em;
    font-size: 2em;
    font-family: "Lato", Georgia, sans-serif
}

h4 {
    font-family: Georgia, serif;
    font-size: 1em;
    font-weight: normal
}

.box h4 {
    margin: 0 0 2.6em
}

nav {
    font-size: 1.3em;
    display: inline-block
}

nav.nav-right {
    font-size: 1em;
    letter-spacing: .1em
}

nav.nav-right small {
    font-size: .8em;
    font-weight: bold
}

nav li {
    margin: 5px 0 5px 20px;
    padding: 0;
    list-style-type: none;
    display: inline-block
}

.logo {
    display: inline-block;
    /*margin-top: 20px;*/
    width: 277px;
    height: 114px;
    background: url(/prosv_new.svg) no-repeat;
    background-size: 100%
}

.breadcrumbs {
    font-size: .8em;
    margin: 1.7em 0 5em
}

.breadcrumbs:before {
    content: '←'
}

.article-page .breadcrumbs {
    margin-bottom: 3em
}

.list-nav {
    margin: 0 0 2.5em -12px;
    padding: 0;
    list-style-type: none
}

.list-nav.list-nav-secondary li {
    font-size: .8em
}

.list-nav.list-nav-secondary li.list-nav-title {
    font-size: 1em
}

.list-nav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    border-bottom: 1px solid #cfdee8;
    font-weight: bold
}

.list-nav li:before {
    content: ' ';
    position: absolute;
    top: 0;
    width: 0;
    left: 0;
    height: 100%;
    -webkit-transition: width ease 500ms;
    -moz-transition: width ease 500ms;
    -ms-transition: width ease 500ms;
    -o-transition: width ease 500ms;
    transition: width ease 500ms;
    overflow: hidden;
    background-color: #fff
}

.list-nav li:hover:before, .list-nav li.active:before {
    width: 100%
}

.list-nav li:hover a .icon, .list-nav li.active a .icon {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.list-nav li.list-nav-title {
    padding: .65em 2.5em .65em 36px;
    font-family: Georgia, serif;
    color: #4f5c6a;
    font-weight: normal
}

.list-nav li.list-nav-title:before {
    display: none
}

.list-nav li a {
    display: block;
    padding: .65em 2.5em .65em 36px;
    position: relative;
    overflow: hidden
}

.list-nav li a .icon {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: 25px;
    z-index: 2;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: transform ease 500ms;
    -moz-transition: transform ease 500ms;
    -ms-transition: transform ease 500ms;
    -o-transition: transform ease 500ms;
    transition: transform ease 500ms
}

.list-nav li a .icon.icon-arrow:before {
    content: ' ';
    position: absolute;
    top: 50%;
    border-bottom: 2px solid #cfdee8;
    width: 100%
}

.list-nav li a .icon.icon-arrow:after {
    content: ' ';
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    margin-top: 1px;
    right: 0;
    border: 2px solid #cfdee8;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.page-header {
    background-color: #0f3c99;
    color: #fff;
    margin-bottom: 5em
}

.page-header .note {
    color: #fff;
    margin: 1em 0 3em 48px;
    padding-left: 24px;
    border-left: 4px solid black;
    font-size: 1.3em
}

.filter-row {
    border-bottom: 4px solid #0f3c99
}

.filter-row .filter-search {
    position: relative;
    padding-top: 1.3em;
    padding-bottom: 1em
}

.filter-row .filter-search-icon {
    position: absolute;
    top: 50%;
    margin-top: -1em;
    right: 0;
    width: 5.5em;
    height: 2em;
    border-radius: 1em;
    border: 2px solid #fff;
    -webkit-transition: all 300ms ease-in 100ms;
    -moz-transition: all 300ms ease-in 100ms;
    -ms-transition: all 300ms ease-in 100ms;
    -o-transition: all 300ms ease-in 100ms;
    transition: all 300ms ease-in 100ms
}

@media (max-width: 770px) {
    .filter-row .filter-search-icon {
        right: 50%;
        margin-right: -2.25em
    }
}

.filter-row .filter-search-icon i {
    position: absolute;
    top: 50%;
    left: .5em;
    width: 12px;
    height: 12px;
    margin-top: -7px;
    border: 2px solid #000;
    border-radius: 50%
}

.filter-row .filter-search-icon i:after {
    content: ' ';
    position: absolute;
    top: 9px;
    right: -1px;
    width: 3px;
    height: 5px;
    background-color: #000;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.filter-row .filter-search-icon input {
    opacity: 0;
    width: 100%;
    height: 1.8em;
    background-color: transparent;
    border: 0;
    padding: .6em .5em 0 2em;
    font-size: .8em;
    font-weight: bold;
    text-transform: uppercase
}

.filter-row .filter-search-icon:before {
    content: 'Поиск';
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 2.2em;
    margin-top: -0.5em;
    line-height: 1.4em;
    font-size: .7em;
    letter-spacing: .1em;
    font-weight: bold;
    opacity: 1;
    -webkit-transition: all 300ms ease-in 100ms;
    -moz-transition: all 300ms ease-in 100ms;
    -ms-transition: all 300ms ease-in 100ms;
    -o-transition: all 300ms ease-in 100ms;
    transition: all 300ms ease-in 100ms
}

.filter-row .filter-search-icon:hover {
    width: 100%;
    border-color: #0e8c62
}

@media (max-width: 770px) {
    .filter-row .filter-search-icon:hover {
        width: 90%;
        right: 5%;
        margin-right: 0
    }
}

.filter-row .filter-search-icon:hover:before {
    opacity: 0
}

.filter-row .filter-search-icon:hover input {
    opacity: 1
}

.filter-row .filter-text {
    position: relative;
    padding-top: 1.3em;
    padding-bottom: 1em;
    text-align: right
}

@media (max-width: 1024px) {
    .filter-row .filter-text {
        text-align: left
    }
}

.filter-row .filter-select {
    position: relative;
    padding-top: 1.3em;
    padding-bottom: 1em
}

@media (max-width: 770px) {
    .filter-row .filter-select {
        text-align: center
    }
}

.filter-row .filter-select .filter-select-item {
    position: relative;
    display: inline-block;
    margin-right: 24px
}

.filter-row .filter-select .filter-select-item:after {
    content: ' ';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 7px solid #fff;
    border-width: 7px 5px;
    border-top-color: #0f3c99
}

.filter-row .filter-select .filter-select-item:before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    margin-top: -7px;
    border: 2px solid #0f3c99;
    border-radius: 50%
}

.filter-row .filter-select .filter-select-item select {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: .7em;
    letter-spacing: .1em;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 4em 0 1.2em;
    border: 0;
    background: 0
}

.filter-row .filter-select .filter-select-item select option {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .3em .5em
}

.filter-row .filter-select .filter-select-item select:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0
}

.accordeon {
    margin: 2.6em 0
}

.accordeon .accordeon {
    margin-top: 1px;
    font-size: .7em
}

.accordeon .accordeon-item {
    position: relative;
    overflow: hidden
}

.accordeon .accordeon-item input[type="checkbox"] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0
}

.accordeon .accordeon-item input[type="checkbox"]:checked ~ .accordeon-item-container {
    border-bottom: 2px solid #0f3c99
}

.accordeon .accordeon-item input[type="checkbox"]:checked ~ .accordeon-item-container > .accordeon-title {
    background-color: #ededed
}

.accordeon .accordeon-item input[type="checkbox"]:checked ~ .accordeon-item-container > .accordeon-title:before, .accordeon .accordeon-item input[type="checkbox"]:checked ~ .accordeon-item-container > .accordeon-title:after {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg)
}

.accordeon .accordeon-item input[type="checkbox"]:checked ~ .accordeon-item-container > .accordeon-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    height: auto;
    opacity: 1
}

.accordeon .accordeon-item input[type="checkbox"]:checked ~ .accordeon-item-container > .accordeon-content li {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.accordeon .accordeon-item .accordeon-item-container {
    border-bottom: 1px solid #ededed
}

.accordeon .accordeon-item .accordeon-title {
    position: relative;
    overflow: hidden;
    padding: .65em 40px .65em 24px;
    -webkit-transition: background-color 800ms ease-in;
    -moz-transition: background-color 800ms ease-in;
    -ms-transition: background-color 800ms ease-in;
    -o-transition: background-color 800ms ease-in;
    transition: background-color 800ms ease-in
}

.accordeon .accordeon-item .accordeon-title:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 34px;
    width: 2px;
    height: 14px;
    background-color: #0f3c99;
    -webkit-transition: transform 500ms ease-in;
    -moz-transition: transform 500ms ease-in;
    -ms-transition: transform 500ms ease-in;
    -o-transition: transform 500ms ease-in;
    transition: transform 500ms ease-in
}

.accordeon .accordeon-item .accordeon-title:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 28px;
    width: 14px;
    height: 2px;
    background-color: #0f3c99;
    -webkit-transition: transform 500ms ease-in;
    -moz-transition: transform 500ms ease-in;
    -ms-transition: transform 500ms ease-in;
    -o-transition: transform 500ms ease-in;
    transition: transform 500ms ease-in
}

.accordeon .accordeon-item .accordeon-content {
    position: relative;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    z-index: 2;
    -webkit-transition: "transform 500ms ease-in, opacity 500ms ease-in, max-height 500ms ease-in";
    -moz-transition: "transform 500ms ease-in, opacity 500ms ease-in, max-height 500ms ease-in";
    -ms-transition: "transform 500ms ease-in, opacity 500ms ease-in, max-height 500ms ease-in";
    -o-transition: "transform 500ms ease-in, opacity 500ms ease-in, max-height 500ms ease-in";
    transition: "transform 500ms ease-in, opacity 500ms ease-in, max-height 500ms ease-in"
}

.accordeon .accordeon-item .accordeon-content ul {
    margin: 0;
    padding: 0
}

.accordeon .accordeon-item .accordeon-content ul li {
    position: relative;
    margin: 0;
    padding: 1.3em 0 1.3em 2em;
    border-top: 2px solid #ededed;
    -webkit-transition: transform 500ms ease-in;
    -moz-transition: transform 500ms ease-in;
    -ms-transition: transform 500ms ease-in;
    -o-transition: transform 500ms ease-in;
    transition: transform 500ms ease-in;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left
}

.accordeon .accordeon-item .accordeon-content ul li.article-item {
    padding-left: 24px;
    padding-bottom: 1.7em
}

@keyframes swirl {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg)
    }
}

.box {
    background-color: #fff;
    border-top: 8px solid #ededed;
    margin: 0 0 0 -12px;
    padding: 2.5em 2.5em 2em
}

.box p {
    margin-bottom: 1.35em
}

.box-highlight {
    background-color: #ededed;
    padding: .7em 24px
}

.box-highlight2 {
    border: 4px solid #ededed;
    padding: 1em 1em 0;
    margin-bottom: 4em
}

.box-highlight2 .pic-left {
    margin-right: 2em
}

.article-body .box-highlight2 h2 {
    margin-top: .5em
}

.article-body .box-highlight2 p {
    font-family: "Lato", Georgia, sans-serif
}

.box-highlight-big {
    font-size: 1.5em;
    margin: 1.5em 0 2.5em;
    font-family: Georgia, serif;
    background-color: #0f3c99;
    border-bottom: 4px solid #0472ed
}

.box-highlight-big a {
    color: #fff
}

.box-subscribe {
    background-color: #fff;
    border-top: 1px solid #ededed;
    border-bottom: 7px solid #0e8c62;
    padding: 4.5em 0 1.5em
}

.box-subscribe .left-column {
    text-align: left
}

.box-subscribe .box-title {
    font-size: 1.3em
}

.box-subscribe p {
    font-size: .8em;
    font-family: Georgia, serif;
    color: #444
}

.box-subscribe .right-column {
    text-align: left
}

.box-subscribe input[type="email"] {
    border: 0;
    border-bottom: 4px solid #0f3c99;
    width: 100%;
    padding: .6em 24px .4em
}

.box-subscribe input[type="button"] {
    background: #b30000;
    border: 0;
    border-bottom: 4px solid #7d0000;
    color: #fff;
    border-radius: 4px;
    width: 100%;
    padding: .6em 0 .4em
}

@media (max-width: 770px) {
    .box-subscribe input[type="button"] {
        margin-top: 1em
    }
}

.icon-container {
    position: relative;
    padding-left: 40px !important
}

.icon-container .icon {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -17px
}

.icon-container .icon-link {
    margin-top: -6px
}

.icon-container .icon-question {
    top: auto;
    margin-top: 0
}

.icon-catalog, .icon-about, .icon-webinarm {
    width: 28px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    background: url(/catalog.svg) center center no-repeat;
    background-size: 100% 100%
}

.icon-about {
    width: 25px;
    height: 29px;
    background: url(/about.svg) center center no-repeat
}

.icon-webinarm {
    width: 37px;
    height: 29px;
    background: url(/webinars-menu.png) center center no-repeat;
    background-size: contain
}

.icon-time {
    width: 32px;
    height: 29px;
    background: url(/time.svg) center center no-repeat
}

.icon-compas {
    width: 32px;
    height: 32px;
    background: url(/compas.svg) center center no-repeat
}

.icon-certificate {
    width: 32px;
    height: 26px;
    background: url(/сertificate.svg) center center no-repeat
}

.icon-geo {
    width: 18px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url(/geo.svg) center center no-repeat;
    background-size: 100% 100%
}

.icon-contacts {
    width: 20px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    background: url(/contacts.svg) center center no-repeat;
    background-size: 100% 100%
}

.icon-contacts-white {
    width: 20px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    background: url(/contacts-white.svg) center center no-repeat;
    background-size: 100% 100%
}

.icon-link {
    width: 16px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    background: url(/external.svg) center center no-repeat;
    background-size: 100% 100%
}

.icon-phone {
    width: 20px;
    height: 20px;
    background: url(/phone.svg) center center no-repeat
}

.icon-pdf {
    width: 25px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    background: url(/pdf.svg) center center no-repeat;
    background-size: 100% 100%
}

.icon-doc {
    width: 25px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    background: url(/doc.svg) center center no-repeat;
    background-size: 100% 100%
}

.icon-xls {
    width: 25px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    background: url(/xls.svg) center center no-repeat;
    background-size: 100% 100%
}

.icon-zip {
    width: 25px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    background: url(/zip.svg) center center no-repeat;
    background-size: 100% 100%
}

.icon-question {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background: url(/question.svg) center center no-repeat;
    background-size: 100% 100%
}

.icon-webinar {
    width: 66px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    background: url(/webinars_01.png) center center no-repeat;
    background-size: 100% 100%
}

.icon-youtube {
    width: 44px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
    background: url(/youtube.svg) center center no-repeat;
    background-size: 100% 100%
}

.icon-open-lessons {
    width: 28px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    background: url(/open-lessons.png) center center no-repeat;
    background-size: 100% 100%
}

.icon-expert {
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    background: url(/expert.png) center center no-repeat;
    background-size: 100% 100%
}

.icon-default {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background-color: #ededed;
    border-radius: 5px
}

.icon-default-round {
    width: 14px;
    height: 14px;
    display: inline-block;
    border: 2px solid #000;
    border-radius: 50%;
    line-height: 12px
}

.article-list {
    margin: 3em 0;
    padding: 0;
    list-style-type: none
}

.article-list.article-list-narrow {
    margin-bottom: 1em
}

.article-text .article-list {
    padding-left: 0
}

.article-text .article-list li {
    margin-bottom: 0
}

.article-list.article-list-no-border li {
    border: 0;
    padding: .7em 24px
}

.article-list.article-list-no-border li:first-child {
    border: 0
}

.article-list li {
    position: relative;
    margin: 0;
    padding: 1.3em 24px;
    border-bottom: 1px solid #ededed
}

.article-list li:first-child {
    border-top: 1px solid #ededed
}

.article-list li.article-item-highlighted {
    border: 4px solid #ededed
}

.article-date {
    font-weight: bold;
    font-size: .7em;
    color: #a7a7a7
}

.article-title {
    font-family: Georgia, serif;
    font-size: 1.3em;
    line-height: 1.4em;
    margin-bottom: .9em
}

.article-webinar-leader {
    font-family: Georgia, serif;
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: .9em
}

.article-image {
    float: left
}

.article-image img {
    width: 250px
}

@media (max-width: 1260px) {
    .article-image {
        float: none
    }
}

@media (max-width: 770px) {
    .article-image {
        display: none
    }
}

.article-video {
    padding-bottom: 56.25%;
    position: relative
}

.article-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.article-description {
    margin-left: 298px
}

@media (max-width: 1260px) {
    .article-description {
        margin-left: 0 !important
    }
}

.button {
    color: #b30000;
    background: 0;
    border: 1px solid #b30000;
    border-bottom-width: 4px;
    border-radius: 4px;
    padding: .6em 1em .4em;
    -webkit-transition: "background-color 200ms ease-in, color 200ms ease-in";
    -moz-transition: "background-color 200ms ease-in, color 200ms ease-in";
    -ms-transition: "background-color 200ms ease-in, color 200ms ease-in";
    -o-transition: "background-color 200ms ease-in, color 200ms ease-in";
    transition: "background-color 200ms ease-in, color 200ms ease-in"
}

span.button {
    cursor: pointer
}

.button:hover, .button.button-highlighted, .button.button-highligted {
    color: #fff;
    background-color: #b30000;
    border-bottom-color: #7d0000
}

.social-buttons .button {
    color: #0472ed;
    background-color: #fff;
    display: inline-block;
    border-color: #ededed;
    text-transform: uppercase;
    margin: .5em .5em 0 0;
    padding-left: 2em;
    padding-right: 2em
}

.social-buttons .button img {
    vertical-align: top
}

.social-buttons .button.vk {
    color: #4e7093
}

.social-buttons .button.fb {
    color: #425f9c
}

.social-buttons .button.tw {
    color: #00c7ff
}

.social-buttons .button.youtube {
    color: #d62424
}

.social-buttons .button.odn {
    color: #fa6f24
}

.social-buttons .button.inst {
    color: #a32eba
}

.pagination {
    text-align: center
}

.pagination a {
    color: #0f3c99;
    background: 0;
    border: 1px solid #fff;
    border-bottom-width: 4px;
    border-radius: 4px;
    padding: .8em 1em .6em;
    margin: 0 -0.2em;
    position: relative;
    line-height: 2.5em
}

.pagination a.active {
    color: #fff;
    background-color: #b30000;
    border-bottom-color: #7d0000;
    z-index: 1
}

.section-files {
    font-size: .8em;
    padding: 0 24px;
    margin-bottom: 4.7em
}

.section-files img {
    max-width: 48px;
    float: left;
    margin-right: 24px
}

.section-files a {
    color: #0f3c99;
    display: block;
    font-weight: bold
}

.flexboxes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px
}

.accordeon-item .flexboxes {
    margin-top: 24px
}

.flexboxes .flexbox-item {
    width: calc(33% - 24px);
    margin: 0 0 24px 24px;
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 200px;
    background-size: 100% 100%;
    background-position: center center
}

@media (max-width: 1260px) {
    .flexboxes .flexbox-item {
        width: calc(50% - 24px)
    }
}

@media (max-width: 1024px) {
    .inner .flexboxes .flexbox-item {
        width: calc(100% - 24px)
    }
}

@media (max-width: 770px) {
    .flexboxes .flexbox-item {
        width: calc(100% - 24px)
    }
}

.inner .flexboxes .flexbox-item.flexbox-item-50, .flexboxes .flexbox-item.flexbox-item-50 {
    width: calc(50% - 24px)
}

@media (max-width: 1024px) {
    .inner .flexboxes .flexbox-item.flexbox-item-50, .flexboxes .flexbox-item.flexbox-item-50 {
        width: calc(100% - 24px)
    }
}

.flexboxes .flexbox-item.flexbox-item-25 {
    width: calc(25% - 24px)
}

@media (max-width: 1260px) {
    .flexboxes .flexbox-item.flexbox-item-25 {
        width: calc(50% - 24px)
    }
}

@media (max-width: 770px) {
    .flexboxes .flexbox-item.flexbox-item-25 {
        width: calc(100% - 24px)
    }
}

.flexboxes .flexbox-item.flexbox-item-100 {
    width: calc(100% - 24px)
}

.flexboxes .flexbox-item.umk-banner-img {
    min-height: 380px
}

@media (max-width: 1024px) {
    .flexboxes .flexbox-item.umk-banner-img {
        min-height: 280px
    }
}

@media (max-width: 770px) {
    .flexboxes .flexbox-item.umk-banner-img {
        min-height: 380px
    }
}

.flexboxes .flexbox-item-author {
    color: #4f5c6a;
    font-size: .8em;
    margin-bottom: 1em
}

.flexboxes .flexbox-description {
    position: absolute;
    /*background-color: rgba(255,255,255,.7);*/
    color: #000;
    left: 0;
    padding: 10px 24px 36px;
    bottom: 0;
    width: 100%;
}

.flexboxes .flexbox-description .flexbox-tag {
    text-transform: uppercase;
    font-size: .65em
}

.flexboxes .flexbox-description .flexbox-badge {
    background-color: #b30000;
    color: white;
    text-transform: uppercase;
    padding: .5em .7em;
    display: inline-block;
    margin-bottom: 1em
}

.flexboxes .flexbox-description .flexbox-title {
    font-family: Georgia, serif;
    font-size: 1.3em
}

.flexboxes .flexbox-description dl {
    margin: 2em 0 0
}

.flexboxes .flexbox-description dl dt {
    color: #4f5c6a;
    text-transform: uppercase;
    font-size: .7em;
    width: 45%;
    display: inline-block
}

.flexboxes .flexbox-description dl dd {
    width: 50%;
    text-align: right;
    display: inline-block;
    margin: 0
}

.flexboxes .flexbox-description dl hr {
    margin: 10px 0
}

.flexboxes .flexbox-item-bordered {
    background-size: 100% auto;
    background-repeat: no-repeat;
    border-bottom: 4px solid #0e8c62;
}

.flexboxes .flexbox-item-bordered.flexbox-item-bordered-block {
    min-height: 280px
}

@media (max-width: 1400px) {
    .flexboxes .flexbox-item-bordered.flexbox-item-bordered-block {
        min-height: 200px
    }
}

@media (max-width: 1260px) {
    .flexboxes .flexbox-item-bordered.flexbox-item-bordered-block {
        min-height: 240px
    }
}

@media (max-width: 1024px) {
    .flexboxes .flexbox-item-bordered.flexbox-item-bordered-block {
        min-height: 300px
    }
}

.flexboxes.flexboxes-classes .flexbox-item {
    background-color: #fff;
    border: 1px solid #ededed;
    border-bottom: 4px solid #0e8c62;
    background-size: auto;
    -webkit-transition: background-color ease 500ms;
    -moz-transition: background-color ease 500ms;
    -ms-transition: background-color ease 500ms;
    -o-transition: background-color ease 500ms;
    transition: background-color ease 500ms
}

.flexboxes.flexboxes-classes .flexbox-item .flexboxes-classes-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%)
}

.flexboxes.flexboxes-classes .flexbox-item .flexboxes-classes-back img {
    height: 130px;
    margin-left: 12px
}

.flexboxes.flexboxes-classes .flexbox-item:hover {
    background-color: #ededed
}

.flexboxes.flexboxes-classes .flexbox-description {
    color: #000;
    bottom: calc(50% - 1.8em);
    background: none;
}

.flexboxes.flexboxes-classes .flexbox-description:after {
    content: '←';
    color: #0f3c99;
    margin-top: .5em;
    display: block
}

.flexboxes-partners .flexbox-item {
    min-height: auto
}

.flexboxes-foto .flexbox-item {
    overflow: visible
}

.flexboxes-foto .flexbox-item-title {
    line-height: 1.2em;
    font-size: .9em
}

.flexboxes-foto .flexbox-image {
    margin-bottom: 1.6em;
    height: 200px;
    display: flex
}

@media (max-width: 1260px) {
    .flexboxes-foto .flexbox-image {
        display: block;
        float: left;
        margin: 0 24px
    }
}

.flexboxes-foto .flexbox-image img {
    max-width: 100%;
    max-height: 100%;
    align-self: center
}

.flexboxes-schedule .flexbox-item {
    background-color: white;
    padding-bottom: 24px
}

.flexboxes-schedule .flexbox-item.flexbox-item-with-button {
    padding-bottom: 6em
}

.flexboxes-schedule .flexbox-item .flexbox-img {
    position: relative;
    margin-bottom: 25px
}

.flexboxes-schedule .flexbox-item .flexbox-img img {
    width: 100%
}

.flexboxes-schedule .flexbox-item .flexbox-img .flexbox-tag {
    position: absolute;
    bottom: 24px;
    left: 24px;
    font-size: 1.4em;
    color: white;
    text-transform: none
}

.flexboxes-schedule .flexbox-item .flexbox-description {
    color: black;
    position: static
}

.flexboxes-schedule .flexbox-item .flexbox-date {
    color: #b30000;
    font-size: 1.1em;
    margin-bottom: 15px
}

.flexboxes-schedule .flexbox-item .flexbox-title {
    font-family: "Lato", Georgia, sans-serif;
    font-size: 1.1em
}

.flexboxes-schedule .flexbox-item .title-tag {
    color: #b30000;
    background-color: #d9e5f4;
    padding: 5px 12px
}

.flexboxes-schedule .flexbox-item .button {
    position: absolute;
    bottom: 24px;
    left: 24px;
    width: calc(100% - 48px);
    background: #0f3c99;
    color: white;
    border-width: 0 0 1px;
    border-color: #00307f
}

.flexboxes-schedule .flexbox-item .button:after {
    content: '';
    background: url(/icon-arrow.png) 0 0 no-repeat;
    position: absolute;
    width: 16px;
    height: 11px;
    right: 24px;
    top: 50%;
    transform: translateY(-50%)
}

.flexboxes-schedule .flexbox-item .button:hover {
    background-color: #00307f
}

.flexboxes-background .flexbox-image {
    background-color: #ededed;
    padding: 12px
}

.flexboxes-catalog {
    align-items: center
}

.accordeon-item .flexboxes-catalog {
    margin-top: 0
}

.flexboxes-catalog .flexbox-image {
    margin-bottom: 1.6em;
    height: 200px;
    display: flex
}

@media (max-width: 1260px) {
    .flexboxes-catalog .flexbox-image {
        display: block;
        float: left;
        margin: 0 24px
    }
}

.flexboxes-catalog .flexbox-image img {
    max-width: 100%;
    max-height: 100%;
    align-self: center
}

.flexboxes-catalog .has-application {
    position: relative
}

.flexboxes-catalog .has-application:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: -64px;
    width: 40px;
    height: 20px;
    background-color: #ededed
}

@media (max-width: 1260px) {
    .flexboxes-catalog .flexbox-item-author {
        text-align: left;
        font-size: .7em
    }
}

@media (max-width: 1260px) {
    .flexboxes-catalog .flexbox-item-title {
        text-align: left;
        font-size: .8em;
        line-height: 1.1em
    }
}

.flexboxes-catalog .flexbox-item {
    align-self: stretch;
    padding: 24px 0 48px
}

@media (max-width: 1260px) {
    .flexboxes-catalog .flexbox-item {
        padding-bottom: 20px
    }
}

.flexboxes-promo .flexbox-item {
    width: 350px
}

.flexboxes-buttons {
    align-items: center
}

.flexboxes-buttons .flexbox-item {
    width: 23%;
    margin: 0 5%
}

.flexboxes-buttons .flexbox-item span {
    position: relative;
    padding-left: 2.3em;
    display: inline-block
}

.flexboxes-buttons .flexbox-item span i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 3em
}

@media (min-width: 770px) and (max-width: 1260px) {
    .flexboxes-buttons .flexbox-item span {
        padding-left: 0
    }

    .flexboxes-buttons .flexbox-item span i {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        max-width: auto;
        transform: translateY(0);
        margin: 0 auto 1em
    }
}

@media (max-width: 770px) {
    .flexboxes-buttons .flexbox-item {
        width: 100%;
        margin: 0 0 24px 24px
    }
}

.button-bordered {
    border: 2px solid #ededed
}

.button-bordered span {
    position: relative;
    z-index: 1
}

.button-bordered:before {
    z-index: 0;
    content: '';
    position: absolute;
    transform: translateY(-100%);
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 100%;
    background-color: #ededed;
    border-radius: 0 0 50% 50%;
    transition: transform 250ms ease-in;
    opacity: .5
}

.button-bordered:hover:before {
    transform: translateY(-5%)
}

.flexboxes-buttons .button-bordered.flexbox-item {
    min-height: 100%;
    font-family: "Lato", Georgia, sans-serif;
    text-align: center;
    padding: 20px
}

.button-container-central {
    text-align: center;
    margin: 1em 0
}

.article-header {
    margin-bottom: 7em
}

.article-header .button-container {
    margin-top: 1.5em
}

.article-body {
    background-color: #fff;
    border-top: 1px solid #ededed;
    padding: 2.7em 0;
    color: #444
}

.article-lead {
    font-size: 1.3em;
    line-height: 1.3em;
    border-bottom: 1px solid #ededed;
    padding-bottom: 2em
}

.article-text {
    margin-top: 1.6em;
    font-family: Georgia, serif;
    line-height: 1.75em
}

@media (min-width: 1260px) {
    .article-video .article-text {
        margin-top: 0
    }

    .article-video .article-text p {
        margin-top: 0
    }
}

.article-text h2 {
    font-size: 2em;
    margin: 1em 0 .5em
}

.article-text h3 {
    font-family: "Lato", Georgia, sans-serif;
    font-size: 1em;
    font-weight: bold
}

.article-text p {
    margin-bottom: 1.4em
}

.article-text ul {
    margin: 0 0 1.4em;
    padding-left: 1.2em
}

.article-text ul li {
    margin: 0 0 .5em;
    padding-left: 1.4em
}

.article-gallery {
    border-top: 1px solid #ededed;
    padding-top: 1.4em;
    text-align: center
}

.article-gallery > .active-photo {
    max-width: 100%;
    margin-bottom: 1.5em
}

.article-gallery ul, .article-gallery li {
    margin: 0 0 0 -1em;
    padding: 0
}

.article-gallery ul {
    text-align: left
}

.article-gallery li {
    display: inline-block;
    margin: 0 0 1em 1em;
    padding: 0
}

.article-gallery li img {
    cursor: pointer;
    border: 4px solid #fff;
    padding: 2px;
    height: 100px
}

.article-gallery li .active-photo {
    border-color: #ededed
}

.subjects-list {
    margin: 1em 0;
    padding: 0
}

.subjects-list li {
    margin: .8em 0;
    padding: 0 0 0 30px;
    list-style-type: none;
    font-size: .65em;
    line-height: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
    position: relative
}

.subjects-list li i {
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #0e8c62;
    -webkit-transition: border-width 150ms ease;
    -moz-transition: border-width 150ms ease;
    -ms-transition: border-width 150ms ease;
    -o-transition: border-width 150ms ease;
    transition: border-width 150ms ease
}

.subjects-list li:hover i {
    border-width: 6px
}

.question-item {
    position: relative;
    padding: 1.6em 0 1em;
    border-bottom: 1px solid #ededed
}

.question-item .question-title {
    font-size: 1.3em;
    line-height: 1.3em;
    font-family: Georgia, serif
}

.question-item .question-text {
    font-size: .8em;
    margin-left: 24px
}

.list-unstyled {
    margin: 0;
    padding: 0
}

.list-unstyled li {
    list-style-type: none;
    margin: 0 0 1em;
    padding: 0
}

.table {
    border-collapse: collapse
}

.table td {
    padding: 6px;
    line-height: 1.25em
}

.table-bordered td {
    border: 1px solid #ededed
}

.pic-left {
    float: left;
    margin: 0 24px 24px 0
}

.pic-right {
    float: right;
    margin: 0 0 24px 24px
}

.book-image {
    display: inline-block;
    position: relative
}

.book-image:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-shadow: inset 5px 0 2px rgba(125, 125, 125, 0.4), 1px -1px 2px rgba(100, 100, 100, 0.7)
}

.divider {
    border: 0;
    border-top: 1px solid #ededed;
    height: 0;
    overflow: hidden
}

.page404 {
    text-align: center;
    position: relative;
    display: table;
    height: 60vh;
    width: 100%
}

.page404 .page404-content {
    display: table-cell;
    vertical-align: middle
}

.page404 p {
    position: relative;
    z-index: 1;
    margin: .5em 0
}

.page404 p a {
    font-weight: bold
}

.page404:before {
    content: '404';
    position: absolute;
    top: 30vh;
    -webkit-transform: translateY(-0.5em);
    -moz-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    -o-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #cfdee8;
    font-size: 60vh;
    line-height: 1.1em;
    opacity: .6;
    z-index: 0
}

@media (max-width: 1400px) {
    .page404:before {
        font-size: 50vh
    }
}

@media (max-width: 770px) {
    .page404:before {
        font-size: 12em
    }
}

.shop-button {
    margin: 1.5em 48px 0
}

.shop-button span {
    display: inline-block
}

.shop-item {
    padding: 24px 48px;
    border-bottom: 1px solid #ededed
}

.shop-item .shop-title {
    font-family: Georgia, serif;
    font-size: 1.3em;
    margin-bottom: 1em
}

.shop-item dl dd {
    margin: 0 0 .5em;
    position: relative;
    padding-left: 36px
}

.shop-item dl dd i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.products-list {
    margin-left: 48px;
    list-style-type: none
}

.products-list .products-list-title {
    display: inline-block;
    font-family: Georgia, serif;
    margin-bottom: 1em
}

.products-list .products-list-author {
    display: inline-block
}

.map-full-width {
    background-color: #fff
}

.map-full-width #map {
    height: 650px
}

.greetings {
    margin: 0 15px 25px 0
}

@media (max-width: 1400px) {
    .greetings {
        margin: 0 10px 25px 0
    }
}

@media (max-width: 1260px) {
    .greetings {
        margin: 0 0 25px 0
    }
}

.img-responsive {
    width: 100%
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 12px;
    cursor: pointer
}

.close:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 50%;
    width: 30px;
    height: 3px;
    margin-left: -15px;
    background-color: #ededed;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.close:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 50%;
    width: 30px;
    height: 3px;
    margin-left: -15px;
    background-color: #ededed;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (min-width: 770px) and (max-width: 1400px) {
    header, .table-columns, .box-subscribe, footer {
        padding-left: 48px;
        padding-right: 48px
    }
}

@media (max-width: 770px) {
    header, .table-columns, .box-subscribe, footer {
        padding-left: 0;
        padding-right: 0
    }
}

.carousel {
    position: relative;
    margin-right: 12px;
    margin-bottom: 24px
}

.carousel .flexbox-item {
    transition: all ease-in 600ms;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0
}

.carousel .flexbox-item.carousel-active {
    opacity: 1;
    z-index: 1
}

.flexboxes .flexbox-description.highlight-title {
    color: #000;
    background-color: rgba(255, 255, 255, .6);
    bottom: 0;
    padding: 7px 20px;
    font-family: Georgia, serif;
}