@import './font/main.css';

:root {
  --brand-bg-color: #00365C;
}

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: #141414;
    font: 20px/1.5 Georgia, 'PT Serif', Times, serif;
    -webkit-font-smoothing: antialiased
}

@media (max-width:1380px) {
    body {
        font-size: 18px
    }
}

@media screen and (max-width:819px) {
    body {
        font-size: 16px
    }
}

a {
    color: #1d5ca3;
    text-decoration: none
}

.page {
    position: relative;
    overflow: hidden;
    min-width: 320px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.page-content {
  flex-grow: 1;
}

.page-content:not(.page-content_overlaps-menu) {
    padding-top: 7rem;
    padding-bottom: 2rem;
}

.i-content,
.section.directories .keo-lyceum-enrollee__slider-directory__title,
.section.directories .keo-lyceum-enrollee__slider-directory__description__slogan {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
}

@media (max-width:1380px) {
    .i-content,
    .section.directories .keo-lyceum-enrollee__slider-directory__title,
    .section.directories .keo-lyceum-enrollee__slider-directory__description__slogan {
        width: 950px
    }
}

@media screen and (max-width:1023px) {
    .i-content,
    .section.directories .keo-lyceum-enrollee__slider-directory__title,
    .section.directories .keo-lyceum-enrollee__slider-directory__description__slogan {
        width: 680px
    }
}

@media screen and (max-width:819px) {
    .i-content,
    .section.directories .keo-lyceum-enrollee__slider-directory__title,
    .section.directories .keo-lyceum-enrollee__slider-directory__description__slogan {
        width: auto;
        
    }

    .section.directories .keo-lyceum-enrollee__slider-directory {
        padding-left: 20px;
        padding-right: 20px;
    }

    .i-content {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.i-laquo {
    text-indent: -.44em
}

.menu {
    position: fixed;
    z-index: 700;
    background: #00365CEE;
    top: 0;
    left: 0;
    right: 0;
    height: 88px;
    transition: background-color .35s, opacity .525s .525s cubic-bezier(.215, .61, .355, 1);
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: "Cormorant";
    text-transform: uppercase;
    font-weight: 700;
}

.page_loaded .menu {
    opacity: 1
}

.l-special .menu {
    background-color: #141414;
    background-color: #184d89
}

@media screen and (max-width:819px) {
    .menu {
        display: none
    }
}

.menu__logo {
    position: absolute;
    margin-left: -90px;
    top: -114px;
    left: 50%;
    width: 180px;
    height: 114px;
    background: url(../../images/menu-logo.png) no-repeat 50% 0;
    transition: transform .2625s cubic-bezier(.55, .055, .675, .19);
    transition: transform .2625s cubic-bezier(.55, .055, .675, .19), -webkit-transform .2625s cubic-bezier(.55, .055, .675, .19);
    cursor: pointer
}

.menu_full .menu__logo,
.menu_other-page .menu__logo {
    -webkit-transform: translateY(119px);
    -ms-transform: translateY(119px);
    transform: translateY(119px);
    transition: transform .35s cubic-bezier(.215, .61, .355, 1);
    transition: transform .35s cubic-bezier(.215, .61, .355, 1), -webkit-transform .35s cubic-bezier(.215, .61, .355, 1)
}

@media screen and (max-width:1023px) {
    .menu__logo {
        width: 126px;
        margin-left: -63px
    }
}

.menu__side {
    position: absolute;
    width: 50%;
    top: 0;
    font-size: 0;
    display: inline-flex;
    transition: width .525s .175s cubic-bezier(.215, .61, .355, 1);
}

.menu_full .menu__side,
.menu_other-page .menu__side {
    transition-duration: .35s;
    transition-delay: 0s;
    width: calc(50% - 80px);
}

.menu__side_left {
    left: 0;
    justify-content: flex-end;;
}

.menu__side_right {
    right: 0;
    justify-content: flex-start;;
}

.menu__item {
    display: inline-block;
    padding: 0 33px;
    vertical-align: top;
    height: 88px;
    font-size: 18px;
    line-height: 88px;
    color: #fff;
    text-decoration: none;
    transition: background-color .2625s
}

@media screen and (max-width: 1300px) {
    .menu__side {
        display: inline-flex;
        justify-content: space-around;
    }

    .menu_full .menu__side,
    .menu_other-page .menu__side {
        width: calc(50% - 60px);
    }

    .menu__item {
        padding: 0;
    }
}

@media screen and (max-width: 900px)
{
	.menu .menu__item
	{
		font-size: 16px;
	}
}

.menu__item:hover {
    color: #fff;
    background-color: rgba(189, 212, 255, .12);
    transition-duration: .0875s
}

.menu_full .menu__item:hover,
.menu_other-page .menu__item:hover {
    background-color: rgba(3, 51, 143, .3)
}

.l-special .menu__item:hover {
    background-color: rgba(20, 20, 20, .5)
}

.unit {
    position: relative;
    min-height: 100vh;
    min-height: calc(100vh - 88px)
}

@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 #141414
}

.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:819px) {
    .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:819px) {
    .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:819px) {
    .unit__cell__title_sub {
        margin-top: -.55em
    }
}

.text__muted {
    color: #888
}

.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: #cbe3ff;
    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: 20px/38px 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:819px) {
    .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: #141414
}

.l-special .field:-moz-placeholder, .l-special .field::-moz-placeholder {
    color: #141414;
    opacity: 1
}

.l-special .field:-ms-input-placeholder {
    color: #141414
}

.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: #1d5ca3;
    background: 0 0;
    border: 1px solid #1d5ca3;
    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: #1d5ca3;
    border-color: #1d5ca3;
    color: #fff;
    transition-duration: .175s
}

.button_light {
    color: #fff;
    border-color: #fff
}

.button_light:hover {
    background-color: #fff;
    border-color: #fff;
    color: #1d5ca3
}

.footer {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    padding: 60px 0;
    background-color: #00365c;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    color: white;
}

.footer a {
    color: white;
}

.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:819px) {
    .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 #141414;
    background: 0 0;
    color: black;
}

.l-special .footer a {
    color: black;
}

.footer__content {
    display: flex;
}

.footer__info {
    line-height: 1.2rem;
    padding-left: 2.5em;
    position: relative;
}

.footer__info::after {
    display: block;
    content: "";
    height: calc( 100% - 3px);
    width: 1px;
    border-left: 1px solid rgba(255, 255, 255, .4);
    top: 3px;
    left: 0;
    position: absolute;
}

.footer__info:first-child,
.footer__info:last-child {
    padding-left: 0;
}

.footer__info:first-child::after,
.footer__info:last-child::after {
    content: none;
}

.footer__info:last-child {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

.footer__info__part {
    margin-right: 2.5em;
    display: block;
}

@media screen and (max-width:819px) 
{
    .footer__content {
        flex-direction: column;
    }

    .footer__info::after {
        content: none;
    }

    .footer__info:last-child {
        justify-content: flex-start;
    }

	.footer__info__part
	{
		margin-right: 1em;
	}
	
	.footer__info {
		padding-left: 0;
        margin-bottom: .5rem;
	}
}

@media screen and (max-width:600px)
{
	.footer
	{
		padding-top: 1em;
		padding-bottom: 0;
	}
	
	.footer__info .footer__info__part
	{
		display: inline-block;
		margin-left: 0.5em;
		margin-right: 0.5em;
		margin-bottom: 1em;
	}
	
	.footer .i-content .footer__info
	{
		text-align: center;
	}

    .footer__info:last-child {
        justify-content: center;
    }
}

.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:819px) {
    .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: #1d5ca3;
    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:819px) {
    .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: 20px
    }
}

@media screen and (max-width:819px) {
    .header__company {
        font-size: 18px
    }
}

.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 {
    display: none;
    height: 65px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1000;
}

.mobile-header_home {
    margin-bottom: 0
}

@media screen and (max-width: 819px) {
    .mobile-header {
        display: block;
    }
}

@media screen and (max-width: 1023px) {
    .header + .mobile-header {
        display: block
    }
}

.mobile-header__panel {
    position: fixed;
    z-index: 800;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #00365CEE;
    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:819px) {
    .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;
    font-family: "Cormorant";
    font-weight: 700;
}

@media (max-width:1380px) {
    .title {
        font-size: 36px
    }
}

@media screen and (max-width:1023px) {
    .title {
        font-size: 34px
    }
}

@media screen and (max-width:819px) {
    .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:819px) {
    .title_secondary {
        font-size: 23px
    }
}

.breadcrumbs {
    font-size: 16px;
    color: #aaa
}

.l-special .breadcrumbs {
    font-size: 18px;
    color: #141414
}

.breadcrumbs__item {
    color: #93a9cb;
    transition: color .175s
}

.l-special .breadcrumbs__item {
    color: #1d5ca3
}

.breadcrumbs__item:hover {
    color: #0051cb;
    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: #1d5ca3;
    color: #fff
}

.section_light {
    background-color: #f7f7fd
}

.section_secondary {
    background-color: #fcf8f2
}

.section__content {
    position: relative;
    padding-top: 6em;
    padding-bottom: 6.5em
}

@media screen and (max-width:819px) {
    .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: #1d5ca3;
    transition: color .175s;
    cursor: pointer
}

.link:hover {
    transition-duration: .175s;
    color: #0051cb
}

.part {
    position: relative;
    margin-bottom: 70px
}

@media screen and (max-width:1023px) {
    .part {
        margin-bottom: 55px
    }
}

@media screen and (max-width:819px) {
    .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:819px) {
    .about {
        margin-bottom: 4em
    }
}

.about__text {
    margin-bottom: 1.7em
}

.about__button {
    display: block
}

.mission {
    padding: 40px 60px 55px;
    background: #fcf8f2
}

@media (max-width:1380px) {
    .mission {
        padding-left: 45px
    }
}

@media screen and (max-width:1023px) {
    .mission {
        padding-left: 45px
    }
}

@media screen and (max-width:819px) {
    .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:819px) {
    .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:819px) {
    .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:819px) {
    .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: #cbe3ff
}

.leaders__item__about:last-child {
    margin-bottom: 0
}

.message {
    padding: 60px;
    background: #f7f7fd 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:819px) {
    .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:819px) {
    .message {
        padding-right: 25px
    }
}

.l-special .message {
    background: 0 0;
    border: 2px solid #141414;
    margin-left: -2px;
    margin-right: -2px
}

@media screen and (max-width:819px) {
    .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:819px) {
    .message__header,
    .message__note {
        margin-bottom: 25px
    }
}

.message__header__title {
    margin-bottom: .2em
}

.message__header__title__part {
    display: block
}

@media screen and (max-width:819px) {
    .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:819px) {
    .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: #888;
    opacity: .6
}

.quote__text:after {
    content: "\00bb";
    color: #888
}

.quote__author {
    margin-top: .65em;
    font-style: italic;
    color: #4e4e4e
}

.l-special .uniq {
    border-bottom: 2px solid #141414
}

.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: #c9dfee;
    padding: 50px 60px 55px;
    color: #00365c;
}

@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:819px) {
    .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:819px) {
    .edu__programs {
        padding-right: 25px
    }
}

@media screen and (max-width:1023px) {
    .edu__programs {
        padding-bottom: 40px
    }
}

.edu__programs__title {
    margin-bottom: 1em
}

.edu__programs__list
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.edu__program__item-container {
    position: relative;
}

.edu__program__item__separator-right {
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background-color: white;
}

.edu__program__item__separator-bottom {
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 70%;
    height: 1px;
    background-color: white;
}

.edu__program__item
{
	text-align: center;
	margin: 30px 20px;
    font-size: 16px;
    text-wrap: balance;
}

.edu__programs__tips .qtip
{
	font: small Georgia,Times,serif;
	border-color: silver;
	color: black;
	background-color: #f7f7fd;
	border-radius: 0.2em;
}

.edu__program__item__icon.fas
{
	display: block;
	font-size: 2em;
	color: #1d5ca3;
}

@media screen and (min-width: 1024px) {
    .edu__program__item-container:nth-child(3n) > .edu__program__item__separator-right,
    .edu__program__item-container:nth-last-child(3) > .edu__program__item__separator-bottom,
    .edu__program__item-container:nth-last-child(2) > .edu__program__item__separator-bottom,
    .edu__program__item-container:nth-last-child(1) > .edu__program__item__separator-bottom {
        display: none;
    }
}

@media screen and (max-width:1023px) {
	.edu__programs__list
	{
        grid-template-columns: 1fr 1fr;
	}

    .edu__program__item-container:nth-child(2n) > .edu__program__item__separator-right,
    .edu__program__item-container:nth-last-child(1) > .edu__program__item__separator-bottom {
        display: none;
    }
}

@media screen and (max-width:819px) {
    .edu__programs__list {
        grid-template-columns: 1fr;
    }

    .edu__program__item-container > .edu__program__item__separator-right,
    .edu__program__item-container:nth-last-child(1) > .edu__program__item__separator-bottom {
        display: none;
    }
}

.edu__program {
    display: table-cell;
    min-width: 150px;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 50px solid transparent;
    padding-top: 56px;
    vertical-align: top;
    text-align: center;
    font-size: 20px
}

@media (max-width:1380px) {
    .edu__program {
        font-size: 18px
    }
}

@media screen and (max-width:819px) {
    .edu__program {
        font-size: 16px
    }
}

@media (max-width:1380px) {
    .edu__program {
        border-right-width: 30px
    }
}

.edu__program:last-child {
    padding-right: 0;
    border-right-width: 0
}

@media screen and (max-width:1023px) {
    .edu__program {
        display: inline-block;
        width: 50%;
        margin-bottom: 1.5em
    }
    .edu__program:last-child {
        border-right-width: 30px
    }
}

@media screen and (max-width:819px) {
    .edu__program {
        width: 100%
    }
}

.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: #1d5ca3;
    background-size: cover
}

.intro__wrap
{
	opacity: 0;
}

.intro__wrap
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

@media screen and (max-width:819px)
{
	.intro__wrap
	{
		position: static
	}
	.intro
	{
		padding: 40px 20px 55px;
		text-align: center;
		height: auto;
		min-height: 0
	}
}

@media screen and (max-width:479px) {
    .intro {
        background-image: none
    }
}

.intro__inner
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% - 88px);
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 88px;
}

@media screen and (max-width:819px) {
    .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;
    filter: blur(4px);
}

@media screen and (max-width:819px) {
    .intro__bg__inner {
        background-position: 60% 50%
    }
}

.l-special .intro {
    background: #1a5292
}

.l-special .intro__bg {
    display: none
}

.intro__logo
{
	width: 285px;
	height: 280px;
	background: url(../../images/intro-logo-base.png) no-repeat;
    background-size: contain;
	z-index: 10;
	display: block;
}

.intro__badge-link {
  position: absolute;
  bottom: 0;
  height: 31%;
  width: 30%;
  left: 35%;
  color: transparent;
  z-index: 100;
}

.intro__left
{
	margin-right: 2em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  position: relative;
}

.intro__left .badges
{
	margin-top: -16px;
	z-index: 100;
}

.intro__left .badges .content
{
	display: flex;
	justify-content: space-between;
}

.intro__left .badges .badge img
{
	width: 2.1em;
}

.intro__left .badges .badge:nth-child(3),
.intro__left .badges .badge:nth-child(6),
.intro__left .badges .tips .qtip[data-qtip-id='2'],
.intro__left .badges .tips .qtip[data-qtip-id='3']
{
	margin-top: 10px;
}

.intro__left .badges .badge:nth-child(2),
.intro__left .badges .badge:nth-child(5),
.intro__left .badges .tips .qtip[data-qtip-id='4']
{
	margin-top: 18px;
}

.intro__left .badges .badge:nth-child(1)
{
    margin-top: 24px;
}

.intro__left .badges .badge:nth-child(1) img
{
    width: 2.5em;
}

.intro__left .badges .badge:nth-child(1),
.intro__left .badges .badge:nth-child(5),
.intro__left .badges .badge:nth-child(6),
.intro__left .badges .badge:nth-child(7)
{
    order: 2;
}

.intro__left .badges .badge:nth-child(4)
{
  order: -2;
}

.intro__left .badges .badge:nth-child(3)
{
  order: -1;
}

.intro__left .badges .badge:nth-child(7) ~ .badge
{
    display: none;
}

@media screen and (max-width:1023px)
{
	.intro__logo
	{
		width: 250px;
		height: 240px;
	}
}

@media screen and (max-width:819px)
{
	.intro__inner
	{
		flex-direction: column;
		padding-top: 0;
	}

	.intro__left
	{
		margin-right: 0;
	}
	
	.intro__left .badges .badge img
	{
		width: 2.5em;
	}
	
	.intro__logo
	{
		display: block;
		position: static;
		left: auto;
		top: auto;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.intro__content
{
	width: 480px;
	color: #fff;
	opacity: 0;
    padding-bottom: 80px;
}

@media screen and (max-width:1023px)
{
	.intro__content
	{
		width: 415px;
	}
}

@media screen and (max-width:819px) {
    .intro__content {
        display: block;
        position: relative;
        width: auto;
        max-width: 440px;
        left: auto;
        top: auto;
        margin: 0 auto;
        opacity: 1;
        padding-bottom: 0px;
    }
}

.intro__content__title {
    margin-bottom: .08em;
    font-size: 50px;
    line-height: 1.25;
    font-weight: 700;
    font-family: "Cormorant";
}

@media screen and (max-width:1023px) {
    .intro__content__title {
        font-size: 50px
    }
}

@media screen and (max-width:819px) {
    .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: #cbe3ff
}

.appeal__look,
.appeal__text {
    margin-bottom: 25px
}

.appeal__look {
    font-size: 120%;
    line-height: 1.33333333;
    font-style: italic;
    color: #cbe3ff
}

.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:819px) {
    .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:819px) {
    .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:819px) {
    .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:819px) {
    .success__inner {
        padding-bottom: 20px
    }
}

.contact__columns {
    margin-bottom: 3.5em;
    font-size: 18px;
    font-weight: 400;
    color: #00365c;
}

.contact__section-title {
    font-size: 35px;
    margin-bottom: 1rem;
}

.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:819px) {
    .contact__map__content {
        height: 200px
    }
}

.contact__info__phone {
    white-space: nowrap;
    margin-bottom: .25em;
    line-height: 1.25
}

.contact__info__email {
    line-height: 1.33333333;
    margin-bottom: .9em
}

.contact__info__address {
    margin-bottom: 1.8em
}

.contact__info__telegram {
    font-size: 42px;
}

.contact__info__telegram .fa-telegram {
    color: #24a2df;
    position: relative;
}

.contact__info__telegram .fa-telegram::after {
    content: '';
    width: 36px;
    height: 36px;
    position: absolute;
    background-color: white;
    top: 3px;
    left: 3px;
    z-index: -1;
    border-radius: 50%;
}

.contact__info__time__title {
    display: block;
    padding-bottom: .5em;
    font-weight: 400;
    line-height: 1.33333333
}

.contact__info__time__item:after {
    display: block;
    content: "";
    height: 0;
    overflow: hidden;
    clear: both
}

.contact__info__time__item:last-child {
    margin-bottom: 0.9em;
}

.contact__info__time__item__label {
    float: left;
    width: 140px;
}

.contact__info__time__item__value {
    margin-left: 155px;
    position: relative;
}

.contact__info__time__item__value::before {
    content: '';
    position: absolute;
    left: -28px;
    width: 1px;
    height: 100%;
    background: #00365C66;
}

.contact__info__time__item:first-child .contact__info__time__item__value::before {
    top: 8px;
    height: calc(100% - 8px);
}

.contact__info__time__item:last-child .contact__info__time__item__value::before {
    bottom: 6px;
    height: calc(100% - 6px);
}

@media screen and (max-width:819px) {
    .contact__info__time__item__label {
        float: none;
        width: auto;
        font-size: 18px;
        margin-bottom: .1em
    }

    .contact__info__time__item__value {
        margin-left: 0;
        margin-bottom: .5rem;
    }

    .contact__info__time__item__value::before {
        content: none;
    }
}

.contact__info__time__item__note {
    color: #888
}

.contact__form-column {
    position: relative
}

.contact__form,
.contact__success {
    background-color: #f7f7fd
}

.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:819px) {
    .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:819px) {
    .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:819px) {
    .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:819px) {
    .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: #888;
    opacity: .6
}

.education__text:after {
    content: "\00bb";
    color: #888
}

.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: #4e4e4e;
    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: #4e4e4e
}

.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 {
    display: inline-block;
    vertical-align: top;
    width: 33.33333333%;
    padding-right: 45px;
    margin-bottom: 45px;
    font-weight: 400;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:1380px) {
    .branches__item {
        width: 50%
    }
}

@media screen and (max-width:819px) {
    .branches__item {
        display: block;
        width: 100%;
    }
}

.branches__item__link {
    display: block;
    color: #1d5ca3;
    transition: color .175s
}

.branches__item__link:hover {
    transition-duration: .175s;
    color: #0051cb
}

.branches__item__link__content {
    display: block;
    font-size: 20px
}

.branches__item__link__visual {
    display: block;
    overflow: hidden;
    position: relative;
    height: 160px;
    background: #1d5ca3;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin-bottom: 15px
}

.branches__item__link__visual__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%/cover;
    transition: opacity .35s;
    opacity: .5;
    content: ''
}

.l-special .branches__item__link__visual__image {
    opacity: 1
}

.l-basic .branches__item__link:hover .branches__item__link__visual__image {
    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: #1d5ca3;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin-bottom: 40px
}

.category__sidebar__visual__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%/cover;
    transition: opacity .35s;
    opacity: 1;
    content: ''
}

@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: #888
}

.data__title {
    display: block;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: .65em
}

@media screen and (max-width:819px) {
    .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 #141414;
    background: 0 0;
    color: #141414
}

@media screen and (max-width:819px) {
    .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: #1d5ca3;
    transition: color .175s
}

@media screen and (max-width:819px) {
    .document__title {
        font-size: 20px
    }
}

.document:hover .document__title {
    color: #0051cb;
    transition-duration: .175s
}

.document__content {
    display: block;
    padding-top: 3px;
    margin-left: 148px
}

@media screen and (max-width:819px) {
    .document__content {
        margin-left: 0
    }
}

.document__about {
    display: block;
    color: #888
}

.achievements__text__inner {
    max-width: 43em
}

.achievements__title {
    margin-bottom: 35px
}

@media screen and (max-width:819px) {
    .achievements__title {
        margin-bottom: 25px
    }
}

.achievements__list {
    margin-top: 4.6rem;
}

.achievements__list .pills_item {
    margin-bottom: .2rem;
}

.achievements__list__content {
    margin-right: -1.2rem;
    margin-top: 4.4rem;
    margin-bottom: -.8rem;
    font-size: 0;
    text-align: right;
}

.achievements__list__content::after {
    content: '';
    display: block;
    clear: both;
}

.achievements__item:first-child {
    width: auto;
    max-width: 50%;
    float: left;
}

.achievements__item {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    width: 10%;
    padding-right: 1.2rem;
    padding-bottom: .8rem;
}

.achievements__item__image {
    display: block;
    width: 100%;
    display: none;
}

.achievements__item:first-child .achievements__item__image_600,
.achievements__item:not(:first-child) .achievements__item__image_100 {
    display: block;
}

.achievements__item:first-child .achievements__item__image {
    max-width: 29rem;
    max-height: 21rem;
}

.achievements__item_dummy {
    padding: 0;
    height: 0;
}

@media (max-width:1380px) {
    .achievements__item:first-child .achievements__item__image {
        max-width: 23rem;
        max-height: 17rem;
    }

    .achievements__item {
        width: 25%;
    }

    .achievements__item:first-child .achievements__item__image_600,
    .achievements__item:not(:first-child) .achievements__item__image_100 {
        display: none;
    }

    .achievements__item:first-child .achievements__item__image_500,
    .achievements__item:not(:first-child) .achievements__item__image_300 {
        display: block;
    }
}

@media screen and (max-width:819px) {
    .achievements__item:first-child .achievements__item__image {
        max-width: none;
        max-height: none;
    }

    .achievements__list {
        margin-top: 1.2rem;
    }

    .achievements__list__content {
        margin-top: 1.4rem;
    }

    .achievements__item,
    .achievements__item:first-child {
        width: 50%;
        float: none;
    }

    .achievements__item:first-child .achievements__item__image_500,
    .achievements__item:not(:first-child) .achievements__item__image_300 {
        display: none;
    }

    .achievements__item:first-child .achievements__item__image_400,
    .achievements__item:not(:first-child) .achievements__item__image_400 {
        display: block;
    }
}

@media screen and (max-width:479px) {
    .achievements__item,
    .achievements__item:first-child {
        display: block;
        width: auto;
        float: none;
    }
}

.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__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:819px) {
    .achievements__chart {
        margin-left: -22px;
        margin-right: -10px
    }
}

.achievements__chart .highcharts-container {
    margin-bottom: -20px
}

#news a {
	text-decoration: none;
}
@media (max-width: 1380px) {
#news .posts__item {
    font-size: 18px;
}
}
#news .posts__item {
		display: inline-block;
    overflow: hidden;
    vertical-align: top;
    box-sizing: border-box;
    width: 33%;
    padding-right: 45px;
    margin-bottom: 30px;
    color: #1d5ca3;
    transition: color .35s;
		font-size: 20px;
}
#news .posts__item__photo__inner {
	display: block;
	background-color:#0051cb;
}
#news .posts__item__photo__inner img {
  display: block;
	width: 100%;
}
@media screen and (max-width: 1380px) {
#news .posts__item__photo {
    height: 170px;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 1024px){
#news .posts__item {
    font-size: 16px;
		width: 100%;
		display: block;
}
}
#news .posts__item__photo {
    display: block;
    margin: 0 -2px 26px;
    padding: 0 2px;
    position: relative;
    overflow: hidden;
}
#news .posts__item__title {
    display: block;
    margin-right: 1.5em;
    font-weight: 400;
}
#news .posts__item__note {
    display: block;
    margin-top: .4em;
    color: #141414;
    opacity: .7;
    font-size: 18px;
}
#news .news__title {
	padding-top: 30px;
}

.footer__info__part.link.telegram {
  margin-left: 0.25em;
}

.lyceum-for-mobile {
  display: none;
}

.lyceum-enrollee-link {
  margin-bottom: 0.5em;
}

@media screen and (max-width:819px) {
  .lyceum-for-mobile {
    display: block;
  }
}

.section.directories .keo-lyceum-enrollee__slider-directory {
    background-color: #00365C;
}

.section.directories .keo-lyceum-enrollee__slider-directory__title,
.section.directories .keo-lyceum-enrollee__slider-directory__description__slogan {
    padding: 0;
}

.section.directories .keo-lyceum__slider-container:not(:first-child) .keo-lyceum-enrollee__slider-directory {
  padding-top: 20px;
}

.section.directories .keo-lyceum__slider-container:not(:last-child) .keo-lyceum-enrollee__slider-directory {
  padding-bottom: 20px;
}

.section.directories .keo-lyceum-enrollee__slider-directory__carousel {
    padding-left: 0;
    padding-right: 0;
}

.section.directories .keo-lyceum-enrollee__slider-directory__title,
.contact__section-title {
    font-family: "Cormorant";
}

.btn-link {
    text-decoration: none;
}