:root {
  --brand-bg-color: black;
}

body,html {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

a,abbr,acronym,address,applet,article,aside,audio,big,blockquote,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    text-align: left
}

textarea {
    resize: none
}

address {
    font-style: normal
}

button,input,textarea {
    outline: none
}

body,html {
    height: 100%;
    background: #fff;
    color: #000;
    font: 22px/1.5 'PT Serif',Georgia,Times,serif;
    -webkit-font-smoothing: antialiased
}

@media (max-width: 1380px) {
    body {
        font-size:19px
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size:17px
    }
}

a {
    color: #0a1e35;
    text-decoration: none
}

.page {
    position: relative;
    overflow: hidden;
    min-width: 320px;
    min-height: 100%
}

.i-content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1380px) {
    .i-content {
        width:950px
    }
}

@media screen and (max-width: 1023px) {
    .i-content {
        width:680px
    }
}

@media screen and (max-width: 767px) {
    .i-content {
        width:auto;
        margin-left: 20px;
        margin-right: 20px
    }
}

.i-laquo {
    text-indent: -.44em
}

.menu {
    position: fixed;
    z-index: 700;
    background-color: #3869a8;
    background-color: rgba(50,101,198,.5);
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    transition: background-color .35s,opacity .525s .525s cubic-bezier(.215,.61,.355,1);
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.page_loaded .menu {
    opacity: 1
}

.l-special .menu {
    background-color: #000;
    background-color: #050f1b
}

@media screen and (max-width: 767px) {
    .menu {
        display:none
    }
}

.menu_full {
    background-color: rgba(32,81,171,.85)
}

.l-special .menu_full {
    background-color: #0a1e35
}

.menu__item {
    display: inline-block;
    vertical-align: top;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
    color: #fff;
    text-decoration: none;
    transition: background-color .2625s
}

.menu__item:hover {
    color: #fff;
    background-color: rgba(189,212,255,.12);
    transition-duration: .0875s
}

.menu_full .menu__item:hover {
    background-color: rgba(3,51,143,.3)
}

.l-special .menu__item:hover {
    background-color: rgba(0,0,0,.5)
}

.unit {
    position: relative;
    min-height: 100vh;
    min-height: calc(100vh - 70px)
}

@media screen and (max-width: 1023px) {
    .unit {
        height:auto!important;
        min-height: 0
    }
}

.unit__cell {
    position: absolute;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%
}

.l-special .unit__cell {
    background-color: #fff;
    border: 1px solid #000
}

.unit__cell_large {
    height: 100%
}

.unit__cell_resize {
    height: auto;
    min-height: 0
}

.unit__cell_right {
    left: 50%
}

.unit__cell_bottom {
    top: 50%
}

@media screen and (max-width: 1023px) {
    .unit__cell {
        position:relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        height: auto;
        width: auto
    }
}

.unit__cell_content {
    padding: 60px 100px 60px 60px
}

@media (max-width: 1500px) {
    .unit__cell_content {
        padding-right:70px
    }
}

@media screen and (max-width: 1349px) {
    .unit__cell_content {
        padding:40px 50px 40px 40px
    }
}

@media screen and (max-width: 767px) {
    .unit__cell_content {
        padding:40px 30px
    }
}

@media screen and (max-width: 479px) {
    .unit__cell_content {
        padding:40px 20px
    }
}

.unit__cell_content.unit__cell_top {
    padding-top: 80px
}

@media screen and (max-width: 1349px) {
    .unit__cell_content.unit__cell_top {
        padding-top:50px
    }
}

@media screen and (max-width: 479px) {
    .unit__cell_content.unit__cell_top {
        padding-top:40px
    }
}

.unit__cell_content_middle {
    white-space: nowrap
}

.unit__cell_content_middle:after {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: ''
}

.unit__cell_content_middle .unit__cell__content {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    white-space: normal
}

.unit__cell__title {
    display: block;
    margin-bottom: .6em;
    font-weight: 400;
    font-size: 210.5263%;
    line-height: 1.15
}

@media screen and (max-width: 767px) {
    .unit__cell__title {
        font-size:192%
    }
}

.unit__cell__title_middle {
    font-size: 184.21%
}

.unit__cell__title_small {
    font-size: 157.8947%
}

.unit__cell__title_sub {
    font-size: 126.31578%;
    margin-top: -.73em;
    margin-bottom: .8em;
    line-height: 1.25
}

@media screen and (max-width: 767px) {
    .unit__cell__title_sub {
        margin-top:-.55em
    }
}

.text__muted {
    color: #000
}

.text p {
    margin-bottom: .95em
}

.text ul {
    padding-bottom: .45em
}

.text ul li {
    position: relative;
    padding-left: 1.1em;
    margin-bottom: .5em
}

.text ul li:before {
    position: absolute;
    top: .75em;
    left: 0;
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background-color: #1d5ca3;
    content: ''
}

.text h5+ul,.text p+ul {
    margin-top: -.45em
}

.text_secondary ul li:before {
    background-color: #555
}

.text_branded ul li:before {
    background-color: #fff;
    opacity: .6
}

.text h2,.text h3,.text h4,.text h5,.text h6 {
    margin-top: 1.2em;
    font-weight: 400;
    line-height: 1.25
}

.text h2 {
    font-size: 210%;
    margin-bottom: .5em
}

.text h3 {
    font-size: 184%;
    margin-bottom: .55em
}

.text h4 {
    font-size: 158%;
    margin-bottom: .6em
}

.text h5,.text h6 {
    font-size: 126.5%;
    margin-bottom: .9em
}

.text h6 {
    font-size: 115%
}

.text p:last-child,.text ul:last-child,.text ul:last-child li:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.field {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    height: 38px;
    background: url(../../images/field-bg.png);
    color: #000;
    font: 22px/38px 'PT Serif',Georgia,Times,serif;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased
}

.field::-webkit-input-placeholder {
    color: #858585
}

.field:-moz-placeholder,.field::-moz-placeholder {
    color: #858585;
    opacity: 1
}

.field:-ms-input-placeholder {
    color: #858585
}

@media screen and (max-width: 767px) {
    .field {
        font-size:16px;
        line-height: 38px
    }
}

.field:focus::-webkit-input-placeholder {
    color: #444
}

.field:focus:-moz-placeholder,.field:focus::-moz-placeholder {
    color: #444;
    opacity: 1
}

.field:focus:-ms-input-placeholder {
    color: #444
}

.l-special .field::-webkit-input-placeholder {
    color: #000
}

.l-special .field:-moz-placeholder,.l-special .field::-moz-placeholder {
    color: #000;
    opacity: 1
}

.l-special .field:-ms-input-placeholder {
    color: #000
}

.field.i-error {
    background-image: url(../../images/field-bg-error.png)
}

textarea.field {
    height: auto;
    overflow: hidden
}

.form__row {
    margin-bottom: 20px
}

.form__row:after {
    display: block;
    content: "";
    height: 0;
    overflow: hidden;
    clear: both
}

.form__row_grid {
    margin-left: -20px;
    margin-right: -20px
}

.form__row_last {
    margin-bottom: 35px
}

.form__row__cell {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    width: 50%
}

@media screen and (max-width: 1349px) {
    .form__row__cell {
        float:none;
        display: block;
        width: auto;
        margin-bottom: 20px
    }

    .form__row__cell:last-child {
        margin-bottom: 0
    }
}

.form__row_grid_3 .form__row__cell {
    width: 33.33%
}

.form__row_grid_4 .form__row__cell {
    width: 25%
}

.form__row .field {
    display: block;
    width: 100%
}

.button {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    margin: 0;
    padding: 1em 2.2em 1.1em;
    font: inherit;
    line-height: 1.3;
    text-decoration: none;
    color: #0a1e35;
    background: 0 0;
    border: 1px solid #0a1e35;
    transition: color .35s,border-color .35s,background-color .35s;
    cursor: pointer;
    text-align: center
}

@media screen and (max-width: 1023px) {
    .button {
        padding-left:1.4em;
        padding-right: 1.4em
    }
}

@media screen and (max-width: 479px) {
    .button {
        display:block;
        width: 100%
    }
}

.button:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
    transition-duration: .175s
}

.button_light {
    color: #fff;
    border-color: #fff
}

.button_light:hover {
    background-color: #fff;
    border-color: #fff;
    color: #0a1e35
}

.footer {
    position: relative;
    font-size: 94.7%;
    overflow: hidden;
    padding: 60px 0;
    background-color: #f4f4f4;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.footer:after {
    display: block;
    content: "";
    height: 0;
    overflow: hidden;
    clear: both
}

@media screen and (max-width: 1349px) {
    .footer {
        padding:40px 0
    }
}

@media screen and (max-width: 767px) {
    .footer {
        padding:55px 0 35px;
        line-height: 1.3
    }
}

@media screen and (max-width: 479px) {
    .footer {
        padding:50px 0 30px
    }
}

.l-special .footer {
    border-top: 2px solid #000;
    background: 0 0
}

.footer__info::after {
    border-left-color: black;
}

.arcticmodal-container,.arcticmodal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse
}

*:first-child+html .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto
}

.arcticmodal-container_i2 {
    padding: 20px;
    margin: 0;
    border: 0;
    vertical-align: middle
}

@media screen and (max-width: 767px) {
    .arcticmodal-container_i2 {
        padding:5px
    }
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 3px;
    background: #fff url(../../images/loading.gif) no-repeat 50% 50%
}

.info {
    position: relative;
    padding: 40px 55px 50px;
    background: #fff
}

@media screen and (max-width: 479px) {
    .info {
        padding:40px 20px
    }
}

.info__title {
    display: block;
    margin-bottom: 21px;
    font-weight: 400;
    font-size: 166.6%;
    line-height: 1.25
}

.info__close {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: url(../../images/info-close.png) no-repeat 50% 50%;
    cursor: pointer;
    opacity: .55;
    transition: opacity .35s
}

.info__close:hover {
    opacity: 1;
    transition-duration: .175s
}

.header {
    position: relative;
    height: 220px;
    margin-bottom: 115px;
    background: #0a1e35;
    color: #fff
}

@media screen and (max-width: 1023px) {
    .header {
        display:none
    }

    .header_home {
        display: block;
        height: 370px;
        margin-bottom: 50px
    }
}

@media screen and (max-width: 767px) {
    .header {
        background-image:none
    }
}

.header__content {
    position: relative;
    padding-top: 20px
}

.header__content:after {
    display: block;
    content: "";
    height: 0;
    overflow: hidden;
    clear: both
}

@media screen and (max-width: 1023px) {
    .header__content {
        padding-top:35px
    }
}

.header__logo {
    float: left;
    display: block;
    width: 266px;
    height: 244px;
    margin: 0 40px 0 -68px;
    background: url(../../images/header-logo.png) no-repeat;
    background-size: contain;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media (max-width: 1380px) {
    .header__logo {
        margin-left:-60px
    }
}

@media screen and (max-width: 1023px) {
    .header__logo {
        float:none;
        margin: 0 auto;
        width: 200px;
        height: 183px
    }
}

.header__company {
    padding-top: 37px;
    float: left;
    max-width: 500px;
    color: inherit
}

@media (max-width: 1380px) {
    .header__company {
        max-width:450px
    }
}

@media screen and (max-width: 1023px) {
    .header__company {
        float:none;
        padding-top: 15px;
        margin: 0 auto;
        text-align: center;
        font-size: 22px
    }
}

@media screen and (max-width: 767px) {
    .header__company {
        font-size:19px
    }
}

.header__company__name {
    display: block;
    margin-bottom: 15px;
    margin-left: -.44em;
    font-weight: 400;
    font-size: 48px;
    line-height: 1
}

@media screen and (max-width: 1023px) {
    .header__company__name {
        display:none
    }
}

.header__company__slogan {
    display: block
}

.mobile-header_home {
    margin-bottom: 0
}

.mobile-header__panel {
    position: fixed;
    z-index: 800;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0a1e35;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    color: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    height: 65px
}

.mobile-header__content {
    height: 65px
}

.mobile-header__company {
    float: left;
    font-size: 26px;
    color: inherit;
    line-height: 65px
}

@media screen and (max-width: 767px) {
    .mobile-header__company {
        font-size:24px
    }
}

.mobile-header__button {
    float: right;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 65px;
    height: 65px;
    cursor: pointer
}

.mobile-header__menu {
    padding: 23px 18px;
    margin-right: -18px
}

.mobile-header__menu__line {
    display: block;
    height: 3px;
    margin-bottom: 6px;
    background: #fff;
    transition: opacity .175s,transform .175s;
    transition: opacity .175s,transform .175s,-webkit-transform .175s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.mobile-header__menu_active .mobile-header__menu__line_1 {
    -webkit-transform: translateY(9px) rotate(45deg) translateZ(0);
    transform: translateY(9px) rotate(45deg) translateZ(0)
}

.mobile-header__menu_active .mobile-header__menu__line_2 {
    opacity: 0
}

.mobile-header__menu_active .mobile-header__menu__line_3 {
    -webkit-transform: translateY(-9px) rotate(-45deg) translateZ(0);
    transform: translateY(-9px) rotate(-45deg) translateZ(0)
}

.title {
    display: block;
    margin-bottom: .55em;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.25
}

@media (max-width: 1380px) {
    .title {
        font-size:36px
    }
}

@media screen and (max-width: 1023px) {
    .title {
        font-size:34px
    }
}

@media screen and (max-width: 767px) {
    .title {
        font-size:28px
    }
}

.title_secondary {
    font-size: 32px;
    margin-bottom: .55em
}

@media (max-width: 1380px) {
    .title_secondary {
        font-size:29px
    }
}

@media screen and (max-width: 1023px) {
    .title_secondary {
        font-size:27px
    }
}

@media screen and (max-width: 767px) {
    .title_secondary {
        font-size:23px
    }
}

.breadcrumbs {
    font-size: 16px;
    color: #aaa
}

.l-special .breadcrumbs {
    font-size: 19px;
    color: #000
}

.breadcrumbs__item {
    color: #93a9cb;
    transition: color .175s
}

.l-special .breadcrumbs__item {
    color: #0a1e35
}

.breadcrumbs__item:hover {
    color: #000;
    transition-duration: .175s
}

.breadcrumbs__divide {
    font-style: normal;
    margin: 0 .2em
}

.breadcrumbs__divide:before {
    content: '/'
}

.section {
    position: relative;
    background-color: #fff
}

.section_branded {
    background-color: #0a1e35;
    color: #fff
}

.section_light,.section_secondary {
    background-color: #fff
}

.section__content {
    position: relative;
    padding-top: 6em;
    padding-bottom: 6.5em
}

@media screen and (max-width: 767px) {
    .section__content {
        padding-top:4em;
        padding-bottom: 4.5em
    }
}

.section__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%/cover
}

.l-special .section__bg {
    display: none
}

.columns:after {
    display: block;
    content: "";
    height: 0;
    overflow: hidden;
    clear: both
}

.columns__item {
    float: left;
    width: 550px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 1380px) {
    .columns__item {
        width:425px
    }
}

@media screen and (max-width: 1023px) {
    .columns__item {
        width:auto;
        float: none
    }
}

.columns__item_1 {
    margin-right: 100px
}

@media screen and (max-width: 1023px) {
    .columns__item_1 {
        margin-bottom:3em
    }

    .columns__item {
        margin-right: 0
    }
}

.area {
    margin-bottom: 130px
}

.area__title {
    margin-bottom: .9em
}

.area__title:empty {
    display: none
}

.area__breadcrumbs {
    position: relative;
    margin-top: -1.8em;
    margin-bottom: .3em
}

.link {
    color: #0a1e35;
    transition: color .175s;
    cursor: pointer
}

.link:hover {
    transition-duration: .175s;
    color: #000
}

.part {
    position: relative;
    margin-bottom: 70px
}

@media screen and (max-width: 1023px) {
    .part {
        margin-bottom:55px
    }
}

@media screen and (max-width: 767px) {
    .part {
        margin-bottom:40px
    }
}

.part:last-child {
    margin-bottom: 0
}

.demo,.demo__image {
    display: block
}

.demo__image {
    width: 100%
}

.lyceum__history__photo {
    margin-bottom: 3.5em
}

.about {
    margin-bottom: 4.5em
}

@media screen and (max-width: 767px) {
    .about {
        margin-bottom:4em
    }
}

.about__text {
    margin-bottom: 1.7em
}

.about__button {
    display: block
}

.mission {
    padding: 40px 60px 55px;
    background: #fff
}

@media (max-width: 1380px) {
    .mission {
        padding-left:45px
    }
}

@media screen and (max-width: 1023px) {
    .mission {
        padding-left:45px
    }
}

@media screen and (max-width: 767px) {
    .mission {
        padding-left:25px
    }
}

@media (max-width: 1380px) {
    .mission {
        padding-right:45px
    }
}

@media screen and (max-width: 1023px) {
    .mission {
        padding-right:45px
    }
}

@media screen and (max-width: 767px) {
    .mission {
        padding-right:25px
    }
}

.mission__title {
    font-size: 120%;
    line-height: 1.33333333;
    margin-bottom: .3em
}

.mission__idea {
    margin-bottom: 1.8em;
    font-style: italic
}

.hello__bg {
    background-image: url(../../images/hello-bg.jpg);
    background-position: 15% 0
}

.hello__leaders__photo {
    margin-bottom: 3em
}

.hello__leaders__photo__image {
    display: block;
    width: 100%
}

.leaders__item,.leaders__title {
    margin-bottom: 30px
}

.leaders__item:after {
    display: block;
    content: "";
    height: 0;
    overflow: hidden;
    clear: both
}

.leaders__item:last-child {
    margin-bottom: 0
}

.leaders__item__photo {
    float: left;
    width: 105px
}

@media screen and (max-width: 767px) {
    .leaders__item__photo {
        width:90px
    }
}

.leaders__item__photo img {
    display: block;
    width: 100%
}

.leaders__item__content {
    padding-top: .5em;
    margin-left: 130px;
    line-height: 1.35
}

@media screen and (max-width: 767px) {
    .leaders__item__content {
        padding-top:0;
        margin-left: 105px;
        line-height: 1.3
    }
}

.leaders__item__name {
    display: block;
    margin-bottom: .3em
}

.leaders__item__about {
    display: block;
    margin-bottom: .2em;
    color: #fff
}

.leaders__item__about:last-child {
    margin-bottom: 0
}

.message {
    padding: 60px;
    background: #fff url(../../images/message-bg.jpg) no-repeat 50% 50%/cover;
    margin-top: 5em
}

@media (max-width: 1380px) {
    .message {
        padding-left:45px
    }
}

@media screen and (max-width: 1023px) {
    .message {
        padding-left:45px
    }
}

@media screen and (max-width: 767px) {
    .message {
        padding-left:25px
    }
}

@media (max-width: 1380px) {
    .message {
        padding-right:45px
    }
}

@media screen and (max-width: 1023px) {
    .message {
        padding-right:45px
    }
}

@media screen and (max-width: 767px) {
    .message {
        padding-right:25px
    }
}

.l-special .message {
    background: 0 0;
    border: 2px solid #000;
    margin-left: -2px;
    margin-right: -2px
}

@media screen and (max-width: 767px) {
    .message {
        padding-top:35px;
        padding-bottom: 35px;
        margin-top: 4em;
        background-image: none
    }
}

.message__header,.message__note {
    margin-bottom: 35px
}

@media screen and (max-width: 767px) {
    .message__header,.message__note {
        margin-bottom:25px
    }
}

.message__header__title {
    margin-bottom: .2em
}

.message__header__title__part {
    display: block
}

@media screen and (max-width: 767px) {
    .message__header__title__part {
        display:inline
    }
}

.message__header__note {
    margin-bottom: .3em;
    font-weight: 400;
    font-size: 120%;
    line-height: 1.3
}

.message__header__text {
    opacity: .75;
    font-style: italic
}

.message__parts:after {
    display: block;
    content: "";
    height: 0;
    overflow: hidden;
    clear: both
}

.message__note {
    font-weight: 400;
    font-size: 120%;
    line-height: 1.3;
    max-width: 30em
}

@media screen and (max-width: 767px) {
    .message__note {
        font-size:inherit
    }
}

.message__part {
    float: left;
    width: 490px
}

.message__part_1 {
    margin-right: 100px
}

@media screen and (max-width: 1023px) {
    .message__part_1 {
        margin-right:0;
        margin-bottom: 1.2em
    }
}

@media (max-width: 1380px) {
    .message__part {
        width:380px
    }
}

@media screen and (max-width: 1023px) {
    .message__part {
        float:left;
        width: auto
    }
}

.message__part__title {
    font-style: italic
}

.message__part__value {
    font-size: 125%
}

.heading {
    margin-bottom: 2em
}

.heading__title {
    margin-bottom: 0
}

.heading__text {
    margin-top: .45em;
    font-size: 120%;
    line-height: 1.33333333
}

.quote {
    position: relative;
    padding-left: 1.4em
}

.quote__text {
    font-size: 120%;
    line-height: 1.33333333
}

.quote__text:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 200%;
    margin-top: -.29em;
    content: "\00ab";
    line-height: 1;
    font-style: normal;
    color: #000;
    opacity: .6
}

.quote__text:after {
    content: "\00bb";
    color: #000
}

.quote__author {
    margin-top: .65em;
    font-style: italic;
    color: #000
}

.l-special .uniq {
    border-bottom: 2px solid #000
}

.uniq__part {
    margin-bottom: 3em
}

.uniq__part:last-child {
    margin-bottom: 0
}

.uniq__photo {
    margin-bottom: 2.5em
}

.uniq__photo:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 1023px) {
    .uniq__photo_2 {
        display:none
    }
}

.uniq__photo__image {
    display: block;
    width: 100%
}

.edu__columns {
    margin-bottom: 3.5em
}

.edu__part {
    margin-bottom: 2em
}

.edu__part:last-child {
    margin-bottom: 0
}

.edu__photo {
    margin-bottom: 2.5em
}

.edu__photo:last-child {
    margin-bottom: 0
}

.edu__programs {
    background: #fff;
    padding: 50px 60px 55px
}

@media (max-width: 1380px) {
    .edu__programs {
        padding-left:45px
    }
}

@media screen and (max-width: 1023px) {
    .edu__programs {
        padding-left:45px
    }
}

@media screen and (max-width: 767px) {
    .edu__programs {
        padding-left:25px
    }
}

@media (max-width: 1380px) {
    .edu__programs {
        padding-right:45px
    }
}

@media screen and (max-width: 1023px) {
    .edu__programs {
        padding-right:45px
    }
}

@media screen and (max-width: 767px) {
    .edu__programs {
        padding-right:25px
    }
}

@media screen and (max-width: 1023px) {
    .edu__programs {
        padding-bottom:40px
    }
}

.edu__programs__title {
    margin-bottom: 1em
}

.edu__program__icon {
    position: absolute;
    left: 50%;
    top: 0;
    background: no-repeat
}

.edu__program__icon_security {
    width: 33px;
    height: 40px;
    margin-left: -16px;
    margin-top: 6px;
    background-image: url(../../images/edu-security.svg)
}

.edu__program__icon_medicine {
    width: 39px;
    height: 45px;
    margin-left: -17px;
    margin-top: 3px;
    background-image: url(../../images/edu-medicine.svg)
}

.edu__program__icon_engineering {
    width: 43px;
    height: 35px;
    margin-left: -22px;
    margin-top: 9px;
    background-image: url(../../images/edu-engineering.svg)
}

.edu__program__icon_philology {
    width: 39px;
    height: 47px;
    margin-left: -17px;
    background-image: url(../../images/edu-philology.svg)
}

.intro {
    position: relative;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh;
    background: #0a1e35;
    background-size: cover
}

@media screen and (max-width: 479px) {
    .intro {
        background-image:none
    }
}

@media screen and (max-width: 767px) {
    .intro__inner {
        position:static;
        width: auto;
        height: auto
    }
}

.intro__bg,.intro__bg__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.intro__bg__inner {
    background: url(../../images/intro-bg.jpg) no-repeat 50% 50%/cover
}

@media screen and (max-width: 767px) {
    .intro__bg__inner {
        background-position:60% 50%
    }
}

.l-special .intro {
    background: #071424
}

.l-special .intro__bg {
    display: none
}

@media screen and (max-width: 767px) {
    .intro__logo {
        display:block;
        position: static;
        margin: 0 auto 30px;
        left: auto;
        top: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@media screen and (max-width: 767px) {
    .intro__content {
        display:block;
        position: relative;
        width: auto;
        max-width: 440px;
        left: auto;
        top: auto;
        margin: 0 auto;
        opacity: 1
    }
}

.intro__content__title {
    margin-bottom: .08em;
    font-size: 60px;
    line-height: 1.25;
    font-weight: 400;
    margin-left: -.44em
}

@media screen and (max-width: 1023px) {
    .intro__content__title {
        font-size:50px
    }
}

@media screen and (max-width: 767px) {
    .intro__content__title {
        margin-left:0;
        font-size: 40px;
        margin-bottom: .15em
    }
}

.intro__content__text {
    display: block;
    font-size: 20px
}

@media screen and (max-width: 1023px) {
    .intro__content__text {
        font-size:18px
    }
}

.appeal__title {
    max-width: 14em
}

.appeal__author {
    text-align: right;
    font-style: italic;
    color: #fff
}

.appeal__look,.appeal__text {
    margin-bottom: 25px
}

.appeal__look {
    font-size: 120%;
    line-height: 1.33333333;
    font-style: italic;
    color: #fff
}

.benefits__intro-text {
    text-indent: -.44em;
    margin-bottom: 1.5em
}

.keo__bg {
    background-image: url(../../images/keo-bg.jpg)
}

.keo__сolumn_2 {
    padding-top: .4em
}

.keo__part {
    margin-bottom: 3em
}

.keo__part:last-child {
    margin-bottom: 0
}

.keo__part__button {
    margin-top: 1.4em
}

.keo__logo {
    display: block;
    margin: 0 0 1.5em -65px;
    width: 303px;
    height: 275px;
    background: url(../../images/intro-logo.png) no-repeat
}

.success {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

.success__content {
    display: table;
    width: 100%;
    height: 100%
}

.success__inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 120%;
    line-height: 1.33333333;
    padding: 48px 60px
}

@media (max-width: 1380px) {
    .success__inner {
        padding-left:45px
    }
}

@media screen and (max-width: 1023px) {
    .success__inner {
        padding-left:45px
    }
}

@media screen and (max-width: 767px) {
    .success__inner {
        padding-left:25px
    }
}

@media (max-width: 1380px) {
    .success__inner {
        padding-right:45px
    }
}

@media screen and (max-width: 1023px) {
    .success__inner {
        padding-right:45px
    }
}

@media screen and (max-width: 767px) {
    .success__inner {
        padding-right:25px
    }
}

@media (max-width: 1380px) {
    .success__inner {
        padding-top:36px
    }
}

@media screen and (max-width: 1023px) {
    .success__inner {
        padding-top:36px
    }
}

@media screen and (max-width: 767px) {
    .success__inner {
        padding-top:20px
    }
}

@media (max-width: 1380px) {
    .success__inner {
        padding-bottom:36px
    }
}

@media screen and (max-width: 1023px) {
    .success__inner {
        padding-bottom:36px
    }
}

@media screen and (max-width: 767px) {
    .success__inner {
        padding-bottom:20px
    }
}

.contact__columns {
    margin-bottom: 3.5em
}

.contact__map {
    background: #f7f1d9!important
}

.l-special .contact__map {
    -webkit-filter: contrast(1.1) grayscale(1);
    filter: contrast(1.1) grayscale(1)
}

.contact__map__placemark {
    display: block;
    position: relative;
    width: 58px;
    height: 68px;
    background: url(../../images/contact-placemark.png) no-repeat
}

.contact__map__content {
    position: relative;
    height: 500px
}

@media screen and (max-width: 1023px) {
    .contact__map__content {
        height:320px
    }
}

@media screen and (max-width: 767px) {
    .contact__map__content {
        height:200px
    }
}

.contact__info__phone {
    white-space: nowrap;
    font-size: 30px;
    margin-bottom: .25em;
    line-height: 1.25
}

.contact__info__email {
    font-size: 120%;
    line-height: 1.33333333;
    margin-bottom: .9em
}

.contact__info__address {
    margin-bottom: 1.8em
}

.contact__info__time__title {
    display: block;
    padding-bottom: .5em;
    font-weight: 400;
    font-size: 120%;
    line-height: 1.33333333
}

.contact__info__time__item {
    padding-bottom: .4em
}

.contact__info__time__item:after {
    display: block;
    content: "";
    height: 0;
    overflow: hidden;
    clear: both
}

@media screen and (max-width: 767px) {
    .contact__info__time__item {
        margin-bottom:.6em
    }
}

.contact__info__time__item:last-child {
    margin-bottom: 0
}

.contact__info__time__item__label {
    float: left;
    width: 140px
}

@media screen and (max-width: 1023px) {
    .contact__info__time__item__label {
        float:none;
        width: auto;
        font-size: 18px;
        margin-bottom: .1em
    }
}

.contact__info__time__item__value {
    margin-left: 155px
}

@media screen and (max-width: 767px) {
    .contact__info__time__item__value {
        margin-left:0
    }
}

.contact__info__time__item__note {
    color: #000
}

.contact__form-column {
    position: relative
}

.contact__form,.contact__success {
    background-color: #fff
}

.contact__success {
    display: none
}

.contact__form {
    padding: 48px 60px
}

@media (max-width: 1380px) {
    .contact__form {
        padding-left:45px
    }
}

@media screen and (max-width: 1023px) {
    .contact__form {
        padding-left:45px
    }
}

@media screen and (max-width: 767px) {
    .contact__form {
        padding-left:25px
    }
}

@media (max-width: 1380px) {
    .contact__form {
        padding-right:45px
    }
}

@media screen and (max-width: 1023px) {
    .contact__form {
        padding-right:45px
    }
}

@media screen and (max-width: 767px) {
    .contact__form {
        padding-right:25px
    }
}

@media (max-width: 1380px) {
    .contact__form {
        padding-top:36px
    }
}

@media screen and (max-width: 1023px) {
    .contact__form {
        padding-top:36px
    }
}

@media screen and (max-width: 767px) {
    .contact__form {
        padding-top:20px
    }
}

@media (max-width: 1380px) {
    .contact__form {
        padding-bottom:36px
    }
}

@media screen and (max-width: 1023px) {
    .contact__form {
        padding-bottom:36px
    }
}

@media screen and (max-width: 767px) {
    .contact__form {
        padding-bottom:20px
    }
}

@media screen and (max-width: 1023px) {
    .education {
        border-top:1px solid #f2f2f2
    }
}

.education__text {
    font-size: 115%;
    line-height: 1.35
}

.education__text:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 200%;
    margin-top: -.29em;
    content: "\00ab";
    line-height: 1;
    font-style: normal;
    color: #000;
    opacity: .6
}

.education__text:after {
    content: "\00bb";
    color: #000
}

.education__author {
    margin-top: .65em;
    font-style: italic
}

.education__quote {
    position: relative;
    padding-left: 1.4em;
    margin-top: 1.75em;
    max-width: 620px
}

.education-programs {
    background-color: #fafaff
}

.photo {
    background: #cfba9e url(../../images/education-photo.jpg) no-repeat 50% 50%;
    background-size: cover
}

@media screen and (max-width: 1023px) {
    .photo {
        height:400px
    }
}

@media screen and (max-width: 479px) {
    .photo {
        height:280px
    }
}

.photo_uniq-1 {
    background-image: url(../../images/photo-2.jpg);
    background-position: 40% 50%
}

.photo_uniq-2 {
    background-image: url(../../images/photo-1.jpg)
}

.photo_uniq-3 {
    background-image: url(../../images/photo-3.jpg)
}

.photo_uniq-4 {
    background-image: url(../../images/photo-4.jpg);
    background-position: 30% 50%
}

.photo_education {
    background-image: url(../../images/photo-5.jpg)
}

.history__item {
    position: relative;
    padding-left: 63px;
    margin-bottom: 1.1em
}

.history__item:last-child {
    margin-bottom: 0
}

.history__item__value {
    color: #000;
    white-space: nowrap
}

.history__item__icon {
    position: absolute;
    left: 0;
    top: .35em;
    background: no-repeat
}

.history__item__icon_lyceum {
    width: 48px;
    height: 43px;
    background-image: url(../../images/history-lyceum.svg)
}

.history__item__icon_license {
    left: 5px;
    width: 37px;
    height: 45px;
    background-image: url(../../images/history-license.svg)
}

.history__item__icon_students {
    left: 6px;
    width: 35px;
    height: 46px;
    background-image: url(../../images/history-students.svg)
}

.history__answer,.history__question {
    margin-top: 2em
}

.history__question__text {
    font-style: italic;
    color: #000
}

.history__answer__note {
    margin-bottom: .6em;
    max-width: 430px
}

.history__answer__message {
    font-size: 120%;
    line-height: 1.33333333
}

.teachers {
    background-color: #fcf8f2
}

.teachers__slogan {
    text-indent: -.44em
}

.number {
    background: #5263a2 no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    text-align: center
}

.number_1 {
    background-image: url(../../images/number-1.jpg)
}

.l-special .number_1 {
    background-image: url(../../images/number-1-special.jpg)
}

.number_2 {
    background-image: url(../../images/number-2.jpg)
}

@media screen and (max-width: 1023px) {
    .number_empty {
        height:400px
    }
}

@media screen and (max-width: 479px) {
    .number_empty {
        height:280px
    }
}

.number__data {
    font-size: 30px;
    line-height: 1.25
}

.number__data__value {
    font-size: 90px
}

.number__data__currency {
    font-size: 60px
}

.number__text {
    margin: 0 auto;
    max-width: 500px
}

.branches__content {
    margin-right: -45px;
    font-size: 0
}

.branches__content:after {
    display: block;
    content: "";
    height: 0;
    overflow: hidden;
    clear: both
}

.branches__item__link {
    display: block;
    color: #0a1e35;
    transition: color .175s
}

.branches__item__link:hover {
    transition-duration: .175s;
    color: #000
}

.branches__item__link__content {
    display: block;
    font-size: 22px
}

.branches__item__link__visual {
    display: block;
    overflow: hidden;
    position: relative;
    height: 160px;
    background: #0a1e35;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin-bottom: 15px
}

.branches__item__link__visual:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%/cover;
    transition: opacity .35s;
    opacity: .5;
    content: ''
}

.branches__item__link__visual_sveden_common:before {
    background-image: url("../../images/branches-17.jpg")
}

.branches__item__link__visual_sveden_employees:before {
    background-image: url("../../images/branches-2.jpg")
}

.branches__item__link__visual_sveden_budget:before {
    background-image: url("../../images/branches-3.jpg")
}

.branches__item__link__visual_sveden_document:before {
    background-image: url("../../images/branches-4.jpg")
}

.branches__item__link__visual_sveden_objects:before {
    background-image: url("../../images/branches-6.jpg")
}

.branches__item__link__visual_sveden_eduStandarts:before {
    background-image: url("../../images/branches-14.jpg")
}

.branches__item__link__visual_sveden_education:before {
    background-image: url("../../images/branches-8.jpg")
}

.branches__item__link__visual_sveden_vacant:before {
    background-image: url("../../images/branches-15.jpg")
}

.branches__item__link__visual_sveden_grants:before {
    background-image: url("../../images/branches-11.jpg")
}

.branches__item__link__visual_sveden_paid_edu:before {
    background-image: url("../../images/branches-12.jpg")
}

.branches__item__link__visual_sveden_struct:before {
    background-image: url("../../images/branches-13.jpg")
}

.l-special .branches__item__link__visual:before {
    opacity: 1
}

.l-basic .branches__item__link:hover .branches__item__link__visual:before {
    opacity: 1
}

.category:after {
    display: block;
    content: "";
    height: 0;
    overflow: hidden;
    clear: both
}

.category__sidebar {
    float: left;
    width: 33.33333333%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 70px
}

.category__sidebar__visual {
    display: block;
    overflow: hidden;
    position: relative;
    height: 160px;
    background: #0a1e35;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin-bottom: 40px
}

.category__sidebar__visual:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%/cover;
    transition: opacity .35s;
    opacity: 1;
    content: ''
}

.category__sidebar__visual_sveden_common:before {
    background-image: url("../../images/branches-17.jpg")
}

.category__sidebar__visual_sveden_employees:before {
    background-image: url("../../images/branches-2.jpg")
}

.category__sidebar__visual_sveden_budget:before {
    background-image: url("../../images/branches-3.jpg")
}

.category__sidebar__visual_sveden_document:before {
    background-image: url("../../images/branches-4.jpg")
}

.category__sidebar__visual_sveden_objects:before {
    background-image: url("../../images/branches-6.jpg")
}

.category__sidebar__visual_sveden_eduStandarts:before {
    background-image: url("../../images/branches-14.jpg")
}

.category__sidebar__visual_sveden_education:before {
    background-image: url("../../images/branches-8.jpg")
}

.category__sidebar__visual_sveden_vacant:before {
    background-image: url("../../images/branches-15.jpg")
}

.category__sidebar__visual_sveden_grants:before {
    background-image: url("../../images/branches-11.jpg")
}

.category__sidebar__visual_sveden_paid_edu:before {
    background-image: url("../../images/branches-12.jpg")
}

.category__sidebar__visual_sveden_struct:before {
    background-image: url("../../images/branches-13.jpg")
}

@media (max-width: 1380px) {
    .category__sidebar {
        padding-right:60px
    }
}

@media screen and (max-width: 1023px) {
    .category__sidebar {
        display:none
    }
}

.category__content {
    float: left;
    width: 66.66666667%
}

@media screen and (max-width: 1023px) {
    .category__content {
        float:none;
        width: auto
    }
}

.category__link {
    display: block;
    margin-bottom: 1em
}

.category__link_active,.category__link_active:hover {
    color: inherit;
    cursor: default
}

.data {
    display: block;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding: 1.6em 0
}

.data:after {
    display: block;
    content: "";
    height: 0;
    overflow: hidden;
    clear: both
}

.data:first-child,.data_first {
    padding-top: 0
}

.data_disabled {
    color: #000
}

.data__title {
    display: block;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: .65em
}

@media screen and (max-width: 767px) {
    .data__title {
        font-size:22px
    }
}

.data__title:last-child {
    margin-bottom: 0
}

.data__value {
    display: block
}

.dataset__title {
    margin-bottom: 1em
}

.dataset:last-child .data:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.document {
    color: inherit
}

.document__icon {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 120px;
    background: #f5f5fa;
    border: 1px solid #f0f0fa;
    font-style: normal;
    text-align: center;
    line-height: 65px;
    color: #aaa;
    transition: border-color .175s
}

.l-special .document__icon {
    border: 1px solid #000;
    background: 0 0;
    color: #000
}

@media screen and (max-width: 767px) {
    .document__icon {
        display:none
    }
}

.l-basic .document:hover .document__icon {
    border-color: #e0e0fa;
    transition-duration: .175s
}

.document__title {
    display: block;
    margin-bottom: .3em;
    font-weight: 400;
    color: #0a1e35;
    transition: color .175s
}

@media screen and (max-width: 767px) {
    .document__title {
        font-size:20px
    }
}

.document:hover .document__title {
    color: #000;
    transition-duration: .175s
}

.document__content {
    display: block;
    padding-top: 3px;
    margin-left: 148px
}

@media screen and (max-width: 767px) {
    .document__content {
        margin-left:0
    }
}

.document__about {
    display: block;
    color: #000
}

.l-special .achievement-content-block:first-child {
    background-color: white;
    border: 2px solid #000;
    color: black;
}

.l-special .achievements__text .link {
    color: #0a1e35;
}

@media screen and (max-width: 767px) {
    .achievements__text {
        padding-top:35px;
        padding-bottom: 35px;
        background-image: none;
        margin-bottom: 2em
    }
}

.achievements__text__inner {
    max-width: 43em
}

.achievements__title {
    margin-bottom: 35px
}

@media screen and (max-width: 767px) {
    .achievements__title {
        margin-bottom:25px
    }
}

.achievements__list__content {
    margin-right: -45px;
    margin-bottom: -45px;
    font-size: 0
}

@media screen and (max-width: 767px) {
    .achievements__list__content {
        margin-right:-30px;
        margin-bottom: -30px
    }
}

.achievements__item {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    width: 20%;
    padding-right: 45px;
    padding-bottom: 45px
}

@media (max-width: 1380px) {
    .achievements__item {
        width:25%
    }
}

@media screen and (max-width: 1023px) {
    .achievements__item {
        width:33.33333333%
    }
}

@media screen and (max-width: 767px) {
    .achievements__item {
        width:50%;
        padding-right: 30px;
        padding-bottom: 30px
    }
}

@media screen and (max-width: 479px) {
    .achievements__item {
        display:block;
        width: auto
    }
}

.achievements__item__content {
    background: #eee;
    cursor: pointer
}

.d-no-mobile .achievements__item__content {
    opacity: .8;
    transition: opacity .175s
}

.d-no-mobile .achievements__item__content:hover {
    opacity: 1
}

.achievements__item__image {
    display: block;
    width: 100%
}

.achievements__view {
    max-width: 800px
}

.achievements__view__image {
    display: block;
    width: 100%
}

.achievements__chart {
    overflow: hidden;
    margin-bottom: 4em;
    margin-left: -50px
}

@media screen and (max-width: 767px) {
    .achievements__chart {
        margin-left:-22px;
        margin-right: -10px
    }
}

.achievements__chart .highcharts-container {
    margin-bottom: -20px
}