

/* Start:/local/components/bismoscow/iblock.element.add.form/templates/ru_branch/style.css?1761301881272356*/
@charset "utf-8";

.body  .main {
    overflow-x: hidden;
}

.main .container  .maxwidth-theme {
    background-color: #eee;
    padding-top: 40px;
    padding-bottom: 40px;
}



/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('/local/components/bismoscow/iblock.element.add.form/templates/ru_branch/fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'), url('/local/components/bismoscow/iblock.element.add.form/templates/ru_branch/fonts/HelveticaNeueCyr-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('/local/components/bismoscow/iblock.element.add.form/templates/ru_branch/fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'), url('/local/components/bismoscow/iblock.element.add.form/templates/ru_branch/fonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('/local/components/bismoscow/iblock.element.add.form/templates/ru_branch/fonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'), url('/local/components/bismoscow/iblock.element.add.form/templates/ru_branch/fonts/HelveticaNeueCyr-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/*
  Limiters for BIS
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}


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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}
.editor-table{}
.editor-table td{
  padding: 10px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #656565;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    /* For debug
  &:before {
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    font-size: 20px;
    color: #fff;
  }

  @media (min-width: @screen-xs) {
    background-color: red;
    &:before {
      content: 'ТЕЛЕФОН от 480px до 767px'
    }
  }
  @media (min-width: @screen-sm) {
    background-color: green;
    &:before {
      content: 'ПЛАНШЕТ от 768px до 1279px'
    }
  }
  @media (min-width: @screen-md) {
    background-color: blue;
    &:before {
      content: 'MD от 1280px до 1439px'
    }
  }
  @media (min-width: @screen-lg) {
    background-color: yellow;
    &:before {
      content: 'LG от 1440px и больше'
    }
  }
  */
}

body.page-error .box-footer {
    height: 93px;
    padding-top: 30px;
}

@media (min-width: 768px) {
    body.page-error .box-footer {
        height: 70px;
        padding-top: 27px;
    }
}

@media (min-width: 1280px) {
    body.page-error .box-footer {
        height: 100px;
        padding-top: 0;
    }
}

@media (min-width: 1440px) {
    body.page-error .box-footer {
        height: 110px;
    }
}

body.page-error .container-fluid.side-menu-holder {
    padding-bottom: 93px;
}

@media (min-width: 768px) {
    body.page-error .container-fluid.side-menu-holder {
        padding-bottom: 70px;
    }
}

@media (min-width: 1280px) {
    body.page-error .container-fluid.side-menu-holder {
        padding-bottom: 100px;
    }
}

@media (min-width: 1440px) {
    body.page-error .container-fluid.side-menu-holder {
        padding-bottom: 110px;
    }
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #5d5ca0;
    text-decoration: none;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

a:hover {
    color: #ed524b;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.container-fluid.side-menu-holder {
    position: relative;
    height: 100%;
    padding-bottom: 93px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .container-fluid.side-menu-holder {
        padding-bottom: 70px;
    }
}

@media (min-width: 1280px) {
    .container-fluid.side-menu-holder {
        padding-bottom: 180px;
        padding-left: 300px;
    }
}

@media (min-width: 1440px) {
    .container-fluid.side-menu-holder {
        padding-bottom: 190px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #4a4a4a;
}

h1,
.h1 {
    font-family: "Tinos", Helvetica, Arial, serif;
    font-weight: normal;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0.1em;
    margin-bottom: 45px;
    margin-top: 50px;
}

@media (min-width: 1280px) {
    h1,
    .h1 {
        margin-bottom: 75px;
    }
}

h2,
.h2 {
    font-family: "Tinos", Helvetica, Arial, serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.1em;
}

h3,
.h3 {
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 25px;
}

h4,
.h4 {
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
}

h5,
.h5 {
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
	margin-top:0;
	margin-bottom:10px;
}

h6,
.h6 {
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

.container {
    margin-right: auto;
    margin-left: auto;
    /*
  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);
  */
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 1280px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1440px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    /*
  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);
  */
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row.no-gutter-sides {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter-left {
    margin-left: 0;
}

.row.no-gutter-right {
    margin-right: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

[class*="col-"].no-gutter-sides {
    padding-left: 0;
    padding-right: 0;
}

[class*="col-"].no-gutter-left {
    padding-left: 0;
}

[class*="col-"].no-gutter-right {
    padding-right: 0;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1280px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1440px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding: 20px 0 20px 25px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    min-width: 550px;
    font-size: 14px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 20px 0 20px 25px;
    line-height: 1.42857143;
    vertical-align: top;
}

.table > thead > tr > th {
    vertical-align: top;
    padding-top: 34px;
    padding-bottom: 30px;
    border-bottom: 1px solid #bfbfbf;
    position: relative;
    color: #4a4a4a;
    font-weight: 500;
    font-size: 18px;
}

.table > thead > tr > th > .num {
    position: absolute;
    left: 0;
    line-height: 1.2;
    color: #888;
    font-family: "Tinos", Helvetica, Arial, serif;
}

.table > thead > tr > th > .year {
    float: right;
    color: #ed524b;
    font-family: "Tinos", Helvetica, Arial, serif;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}

.table > tbody > tr > td:last-child {
    padding-right: 20px;
}

.table .table {
    background-color: #eeeeee;
}

@media (min-width: 768px) {
    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding-left: 40px;
    }
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f2f2f2;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

/*
  Table in Our-schools
*/
.table-steps {
    font-size: 12px;
    width: 230px;
}

.table-steps tbody > tr {
    border-top: solid 1px #bfbfbf;
}

.table-steps tbody > tr > td {
    vertical-align: top;
    padding-top: 5px;
    line-height: 2.4;
    position: relative;
    color: #4a4a4a;
}

.table-steps tbody > tr > td span.decor {
    display: block;
    background-color: #ed524b;
    width: 4px;
    border-radius: 2px;
    position: absolute;
    top: 10px;
}

.table-steps tbody > tr > td:first-child {
    padding-top: 7px;
    width: 180px;
    line-height: 1.42857143;
}

.table-steps tbody > tr > td:first-child span.decor {
    display: none;
}

.table-steps tbody > tr > td:first-child > b {
    display: block;
    font-size: 16px;
}

.table-steps tbody > tr > td:first-child > i {
    font-size: 14px;
    font-family: "Tinos", Helvetica, Arial, serif;
}

input,
textarea,
select {
    outline: none;
}

input:focus,
textarea:focus,
select:focus,
input:active,
textarea:active,
select:active {
    outline: none;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #656565;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s;
}

#online-form-request .form-control {
  vertical-align: baseline !important;
}

#online-form-request .form-group {
  font-size: 14px;
}

select.form-control{
    padding-right: 0;
}

.form-control:focus {
    border-color: #aaaaaa;
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
	resize: none;
}

.form-control.error {
    border-color: #ed524b;
	margin-bottom: 20px;
}

.form-control[disabled].error {
  border-color: #bfbfbf;
  margin-bottom: 0;
}

.form-control + label.error {
    color: #ed524b;
    font-size: 12px;
    font-weight: normal;
}

.form-control[disabled] + label.error {
  display: none;
}

@media (min-width: 768px) {
    .form-control {
        height: 40px;
    }
}

.control-label {
    font-weight: normal;
}

@media (min-width: 768px) {
    .control-label {
        margin-bottom: 5px;
    }
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 40px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    padding-bottom: 15px;
    position: relative;
}

.form-group label.error {
    position: absolute;
    display: block;
    margin-top: -18px;
    top: inherit;
    right: inherit;
}

@media (min-width: 768px) {
    .form-group {
        padding-bottom: 30px;
    }
}


@media (max-width: 768px) {
    .form-control {
        margin-bottom: 20px;
    }
    .form-group label.error{
        bottom: -5px
    }
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 50px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    pointer-events: none;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a5a5a5;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.box-request .btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    outline: none;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    text-decoration: none;
    font-size: 14px;
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    font-style: normal;
    border: none;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn[disabled] {
    cursor: default;
    cursor: not-allowed;
}

.btn.blue {
    color: #fff;
    background-color: #01348D;
}

.btn.blue:hover {
    color: #fff;
    border-color: #9e9e9e;
    background-color: #9e9e9e;
    background-color: hsl(var(--theme-base-color-hue),var(--theme-base-color-saturation),calc(var(--theme-base-color-lightness) + var(--theme-lightness-hover-diff)));
    border-color: hsl(var(--theme-base-color-hue),var(--theme-base-color-saturation),calc(var(--theme-base-color-lightness) + var(--theme-lightness-hover-diff)));
}

.btn.blue[disabled] {
    background-color: #d8d8d8;
}

.btn.transp {
    color: #5d5ca0;
    background-color: transparent;
    border: solid 1px #5d5ca0;
}

.btn.next {
    padding: 0 45px 0 15px;
}

.btn.next:after {
    width: 22px;
    height: 15px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -100px -64px no-repeat;
    content: '';
    position: absolute;
    top: 13px;
    right: 15px;
}

.btn.prev {
    padding: 0 15px 0 45px;
}

.btn.prev:after {
    width: 22px;
    height: 15px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") 0px -74px no-repeat;
    content: '';
    position: absolute;
    top: 13px;
    left: 15px;
}

.btn.send {
    padding-right: 17px;
    padding-left: 40px;
}

.btn.send:before {
    width: 24px;
    height: 16px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -100px 0px no-repeat;
    content: '';
    position: absolute;
    left: 9px;
    top: 12px;
}

.btn.send:after {
    content: none;
    display: none;
    width: 1px;
    height: 20px;
    background-color: #fff;
    opacity: 0.3;
    filter: alpha(opacity=30);
    position: absolute;
    left: 50px;
    top: 10px;
}

@media (min-width: 768px) {
    .btn.next {
        padding: 0 95px 0 55px;
    }

    .btn.next:after {
        right: 55px;
        top: 23px;
    }

    .btn.prev {
        padding: 0 55px 0 95px;
    }

    .btn.prev:after {
        top: 23px;
        left: 55px;
    }

    .btn.send {
        padding-right: 40px;
        padding-left: 105px;
    }

    .btn.send:before {
        left: 26px;
        top: 22px;
    }

    .btn.send:after {
        content: '';
        display: block;
        height: 30px;
        left: 70px;
        top: 15px;
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: red;
    border: 1px solid green;
    border: 1px solid blue;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: yellow;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: green;
    background-color: black;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: cyan;
    text-decoration: none;
    outline: 0;
    background-color: magenta;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: gray;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: default;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: red;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.breadcrumb {
    font-size: 0;
    padding-top: 20px;
    margin-left: 18px;
    padding-left: 44px;
    position: relative;
}

.breadcrumb > a,
.breadcrumb > span {
    display: inline-block;
    font-size: 14px;
    color: #4a4a4a;
    font-family: "Tinos", Helvetica, Arial, serif;
    font-style: italic;
    margin-right: 30px;
    position: relative;
}

.breadcrumb > a.ico-home,
.breadcrumb > span.ico-home {
    width: 12px;
    height: 14px;
    background: transparent url('/local/templates/.default/img/d/ico-home.png') 0 0 no-repeat;
    position: absolute;
    left: 0;
}

.breadcrumb > a.ico-home:before,
.breadcrumb > span.ico-home:before {
    content: none;
    display: none;
}

.breadcrumb > a:before,
.breadcrumb > span:before {
    content: '\203A';
    position: absolute;
    left: -19px;
    font-style: normal;
    font-size: 20px;
    line-height: 0.7;
    color: #4a4a4a !important;
    cursor: default;
}

.breadcrumb > a.active,
.breadcrumb > span.active {
    cursor: default;
}

.breadcrumb > a.active:hover,
.breadcrumb > span.active:hover {
    color: #4a4a4a;
}

.breadcrumb > a:hover {
    color: #ed524b;
}

@media (min-width: 1280px) {
    .breadcrumb {
        margin-left: auto;
        margin-right: auto;
        width: 780px;
    }
}

@media (min-width: 1440px) {
    .breadcrumb {
        width: 1090px;
    }
}

@media (min-width: 1600px) {
    .breadcrumb {
        width: 1180px;
    }
}

.pagination {
    font-size: 0;
    max-width: 300px;
    margin: 50px auto;
    position: relative;
    text-align: center;
}

.pagination a,
.pagination span {
    font-size: 12px;
    color: #656565;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
}

.pagination a:hover {
    color: #ed524b;
}

.pagination a.active {
    border-radius: 50%;
    background-color: #fff;
    color: #ed524b;
    cursor: default;
}

.pagination a.page {
    font-size: 20px;
    width: 15px;
    color: #5d5ca0;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.pagination a.page.glyph-left-open-mini {
    text-align: left;
}

.pagination a.page.glyph-right-open-mini {
    text-align: right;
}

.pagination a.page:hover {
    font-size: 25px;
    color: #ed524b;
}

.pagination a.page.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
    color: #5d5ca0 !important;
    font-size: 20px !important;
}

.panel {
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 1280px) {
    .panel {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.panel-body {
    padding-top: 25px;
    padding-bottom: 40px;
}

.panel-heading {
    border-bottom: 1px solid transparent;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 0;
    font-size: 14px;
    font-weight: 500;
    color: #4a4a4a;
    text-transform: uppercase;
    position: relative;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    display: block;
    color: inherit;
    padding-right: 25px;
}

.panel-title .num {
    position: absolute;
    left: -22px;
    color: #a9a9a9;
    font-family: "Tinos", Helvetica, Arial, serif;
    font-size: 16px;
    font-style: italic;
    text-align: center;
    width: 17px;
}

.panel-title [class^="glyph-"] {
    color: inherit !important;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.panel-title > [aria-expanded="false"] > [class^="glyph-down-"] {
    display: block;
}

.panel-title > [aria-expanded="false"] > [class^="glyph-up-"] {
    display: none;
}

.panel-title > [aria-expanded="true"] {
    color: #ed524b;
}

.panel-title > [aria-expanded="true"] > [class^="glyph-down-"] {
    display: none;
}

.panel-title > [aria-expanded="true"] > [class^="glyph-up-"] {
    display: block;
}

@media (min-width: 768px) {
    .panel-title {
        font-size: 16px;
    }

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        padding-right: 20px;
    }
}

@media (min-width: 1280px) {
    .panel-title .num {
        left: -44px;
    }
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 20px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse {
    border-top: solid 1px #d0d0d0;
}

.panel-group .panel-footer {
    border-top: 0;
}

@font-face {
    font-family: 'fontello';
    src: url('/local/components/bismoscow/iblock.element.add.form/templates/ru_branch/fonts/fontello.eot?68173776');
    src: url('/local/components/bismoscow/iblock.element.add.form/templates/ru_branch/fonts/fontello.eot?68173776#iefix') format('embedded-opentype'), url('/local/components/bismoscow/iblock.element.add.form/templates/ru_branch/fonts/fontello.woff?68173776') format('woff'), url('/local/components/bismoscow/iblock.element.add.form/templates/ru_branch/fonts/fontello.ttf?68173776') format('truetype'), url('/local/components/bismoscow/iblock.element.add.form/templates/ru_branch/fonts/fontello.svg?68173776#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/local/components/bismoscow/iblock.element.add.form/templates/ru_branch/../font/fontello.svg?68173776#fontello') format('svg');
  }
}
*/
[class^="glyph-"]:before,
[class*=" glyph-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.glyph-up-open-mini:before {
    content: '\e800';
}

/* '' */
.glyph-down-open-mini:before {
    content: '\e801';
}

/* '' */
.glyph-left-open-mini:before {
    content: '\e802';
}

/* '' */
.glyph-right-open-mini:before {
    content: '\e803';
}

/* '' */
.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    width: 277px;
    margin-left: auto;
    margin-right: auto;
}

.modal-dialog .icon-close-gray {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 1;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 580px;
    }
/*
    .modal-dialog .icon-close-gray {
        top: 0;
        right: -85px;
    }*/
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    padding: 35px 30px 30px 30px;
    border-radius: 0;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #505050;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.modal-header {
    min-height: 16.42857143px;
    margin-bottom: 30px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 30px auto;
    }

    .modal-sm {
        width: 277px;
    }
}

@media (min-width: 1280px) {
    .modal-lg {
        width: 580px;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}

.pull-right {
    float: right !important;
    width: 100%;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.table-cell {
    display: table-cell;
    height: 100%;
}

.no-font-size {
    font-size: 0;
}
.no-pad-sides {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 768px) {
  .no-pad-sides {
    margin-left: 30px !important;
  }
}
.txt-alert {
    color: #ed524b;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

ng\:form {
    display: block;
}

.ng-animate-shim {
    visibility: hidden;
}

.ng-anchor {
    position: absolute;
}

.bg-white {
    background-color: #fff;
}

.full-width {
    width: 100% !important;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-lg1600 {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1440px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1440px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1440px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1440px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1600px) {
    .visible-lg1600 {
        display: block !important;
    }

    table.visible-lg1600 {
        display: table !important;
    }

    tr.visible-lg1600 {
        display: table-row !important;
    }

    th.visible-lg1600,
    td.visible-lg1600 {
        display: table-cell !important;
    }
}

@media (min-width: 1600px) {
    .visible-lg1600-block {
        display: block !important;
    }
}

@media (min-width: 1600px) {
    .visible-lg1600-inline {
        display: inline !important;
    }
}

@media (min-width: 1600px) {
    .visible-lg1600-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1440px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 1600px) {
    .hidden-lg1600 {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.box-accreditation {
    margin: 0 auto 60px;
    overflow: hidden;
}

.box-accreditation .slick-initialized {
    padding-bottom: 17px;
}

.box-accreditation .slick-dots {
    bottom: -35px;
}

.box-accreditation .slick-prev,
.box-accreditation .slick-next {
    bottom: -23px;
    z-index: 1;
}

.box-accreditation .slick-prev {
    left: 3px;
}

.box-accreditation .slick-next {
    right: 3px;
}

.box-accreditation .elem-header {
    margin-bottom: 27px;
}

.box-accreditation .elem-review {
    height: 240px;
    display: table;
}

.box-accreditation .elem-review .item-accred {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 220px;
    height: 185px;
}

.box-accreditation .elem-review .item-accred > img {
    display: inline-block;
    max-width: 100%;
}

@media (max-width: 767px) {
    .box-accreditation {
        max-width: 480px;
        padding-left: 28px;
        padding-right: 28px;
    }

    #wrapper-sliderAccred {
        width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .box-accreditation {
        width: 708px;
        margin-bottom: 75px;
    }
}

@media (min-width: 1280px) {
    .box-accreditation {
        width: 780px;
        margin-bottom: 120px;
    }

    .box-accreditation .elem-header {
        margin-bottom: 40px;
    }
}

@media (min-width: 1440px) {
    .box-accreditation {
        width: 1090px;
        margin-bottom: 110px;
    }
}

@media (min-width: 1600px) {
    .box-accreditation {
        width: 1180px;
    }
}

.box-contacts {
    margin: 0 auto;
    width: 280px;
    position: relative;
    overflow: hidden;
    /*white-space: nowrap;*/
    font-size: 0;
}

.box-contacts .mob-view {
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 280px;
    font-size: 14px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.box-contacts .mob-address {
    margin-top: 30px;
    margin-bottom: 22px;
}

.box-contacts .mob-address .show-on-map {
    position: relative;
    display: table;
    padding-right: 15px;
    cursor: pointer;
    color: #ed524b;
    -webkit-transition: color linear 0.2s;
    -o-transition: color linear 0.2s;
    transition: color linear 0.2s;
}

.box-contacts .mob-address .show-on-map:hover {
    color: #5d5ca0;
}

.box-contacts .mob-address .show-on-map:before {
    position: absolute;
    font-size: 18px;
    top: 4px;
    right: 0;
}

.box-contacts .mob-mail {
    display: table;
    margin-top: 20px;
}

.box-contacts .map-wrapper {
    position: relative;
    width: 280px;
    height: 525px;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    font-size: 14px;
    margin-top: 30px;
}

.box-contacts .map-wrapper .mob-map-back {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    right: 0;
    height: 40px;
    background-color: rgba(93, 92, 160, 0.3);
    color: #fff;
    padding-left: 52px;
    font-size: 16px;
    line-height: 40px;
}

.box-contacts .map-wrapper .mob-map-back:before {
    position: absolute;
    top: 3px;
    left: 30px;
    font-size: 25px;
	line-height: 40px;
}

.box-contacts .map-wrapper #mapCanvas {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .box-contacts {
        width: 708px;
    }

    .box-contacts .mob-view {
        display: none;
    }

    .box-contacts .map-wrapper {
        width: 468px;
    }

    .box-contacts .map-wrapper .mob-map-back {
        display: none;
    }

    .box-contacts .iw-bis {
        width: 330px;
        padding-left: 20px;
        padding-right: 0;
        padding-top: 30px;
        padding-bottom: 20px;
        font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    }

    .box-contacts .iw-bis .iw-head {
        position: relative;
        border-bottom: solid 1px #cfcfcf;
        padding-bottom: 10px;
        font-weight: bold;
        color: #4a4a4a;
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 25px;
    }

    .box-contacts .iw-bis .iw-address {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .box-contacts .iw-bis .iw-phone {
        font-size: 18px;
    }

    .box-contacts .iw-bis .iw-mail {
        display: table;
        font-size: 16px;
        margin-top: 20px;
    }
}

@media (min-width: 1280px) {
    .box-contacts {
        width: 900px;
    }

    .box-contacts .map-wrapper {
        height: 600px;
        width: 660px;
    }
}

@media (min-width: 1440px) {
    .box-contacts {
        width: 1090px;
    }

    .box-contacts .map-wrapper {
        width: 850px;
    }
}

@media (min-width: 1600px) {
    .box-contacts {
        width: 1180px;
    }

    .box-contacts .map-wrapper {
      width: 940px;
    }

}

.page-main .box-contacts {
}

.page-main .box-contacts .mob-view,
.page-main .box-contacts .map-wrapper,
.page-main .box-contacts .nav-subnav-mobile,
.page-main .box-contacts .nav-subnav-mobile .dropdown-menu {
    width: 260px;
}

@media (max-width: 767px) {
    .page-main .box-contacts {
        max-width: 480px;
        padding-left: 28px;
        padding-right: 28px;
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }
    .page-main .box-contacts .mob-view,
    .page-main .box-contacts .map-wrapper {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .page-main .box-main-contacts {
        width: 708px;
        margin: 0 auto;
    }

    .page-main .box-contacts {
        width: 100%;
    }

    .page-main .box-contacts .elem-header {
        margin: 0 auto;
        width: 708px;
    }

    .page-main .box-contacts .map-wrapper {
        width: 468px;
        height: 650px;
    }
}

@media (min-width: 1280px) {
    .page-main .box-main-contacts {
        width: 780px;
        margin: 0 auto;
    }
    .page-main .box-contacts .elem-header {
        width: 780px;
    }

    .page-main .box-contacts .map-wrapper {
        height: 680px;
        width: 540px;
    }
}

@media (min-width: 1440px) {
    .page-main .box-main-contacts {
        width: 1090px;
        margin: 0 auto;
    }
    .page-main .box-contacts .elem-header {
        width: 1090px;
    }

    .page-main .box-contacts .map-wrapper {
        height: 720px;
        width: 850px;
    }
}

@media (min-width: 1600px) {
    .page-main .box-main-contacts {
        width: 1180px;
        margin: 0 auto;
    }
    .page-main .box-contacts .elem-header {
        width: 1180px;
    }

    .page-main .box-contacts .map-wrapper {
        height: 750px;
        width: 940px;
    }
}

.box-content {
    background-color: #eeeeee;
    padding-top: 55px;
    height: 100%;
    border-bottom: solid 1px transparent;
}

@media (min-width: 1280px) {
    .box-content {
        padding-top: 0;
    }
}

.box-documents {
    margin: 0 auto;
    width: 284px;
}

.box-documents .docs-info {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px;
    font-family: "Tinos", Helvetica, Arial, serif;
    font-style: italic;
}

.box-documents .docs-info > .btn {
    display: table;
    margin-top: 25px;
}

@media (min-width: 768px) {
    .box-documents {
        width: 708px;
    }
}

@media (min-width: 1280px) {
    .box-documents {
        width: 900px;
    }

    .box-documents .docs-info {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (min-width: 1440px) {
    .box-documents {
        width: 1090px;
    }
}

@media (min-width: 1600px) {
    .box-documents {
        width: 1180px;
    }
}

.box-footer {
    background-color: #eeeeee;
    font-size: 14px;
    line-height: 20px;
    color: #898989;
    height: 93px;
    width: 100%;
    padding-top: 30px;
    position: absolute;
    bottom: 0;
}

.box-footer .mob-footer {
    margin: 0 auto;
    width: auto;
    padding-left: 28px;
    padding-right: 28px;
    max-width: 480px;
}

.box-footer .mob-footer .info {
    float: left;
    width: 50%;
}

.box-footer .mob-footer .info.fb-soc {
    float: right;
    margin-right: 60px;
    width: auto;
}

.box-footer .desktop-footer {
    display: none;
    width: 780px;
    margin: 0 auto;
    border-top: solid 1px #bfbfbf;
    font-size: 0;
    padding-top: 25px;
}

.box-footer .desktop-footer a {
    color: #4b4a9c;
    text-decoration: none;
}

.box-footer .desktop-footer a:hover {
    text-decoration: underline;
}

.box-footer .desktop-footer .info {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 22%;
}

.box-footer .desktop-footer .info.phone {
    padding-left: 25px;
}

.box-footer .desktop-footer .info.fax {
    padding-left: 20px;
}

.box-footer .desktop-footer .info.mail {
    width: 24%;
}

.box-footer .desktop-footer .info.fb-soc {
    width: 90px;
    height: 25px;
    float: right;
    padding-top: 5px;
}

@media (min-width: 768px) {
    .box-footer {
        height: 70px;
        padding-top: 27px;
    }

    .box-footer .mob-footer {
        width: 768px;
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1280px) {
    .box-footer {
        height: 180px;
        padding-top: 80px;
    }

    .box-footer .mob-footer {
        display: none;
    }

    .box-footer .desktop-footer {
        display: block;
        -ms-transform: translate(-150px, 0);
        -webkit-transform: translate(-150px, 0);
        transform: translate(-150px, 0);
    }
}

@media (min-width: 1440px) {
    .box-footer {
        height: 190px;
        padding-top: 80px;
    }

    .box-footer .desktop-footer {
        width: 1090px;
    }

    .box-footer .desktop-footer .info.phone {
        padding-left: 20px;
    }

    .box-footer .desktop-footer .info.fax {
        padding-left: 35px;
    }

    .box-footer .desktop-footer .info.mail {
        padding-left: 35px;
        width: 22%;
    }
}

@media (min-width: 1600px) {
    .box-footer .desktop-footer {
        width: 1180px;
    }

    .box-footer .desktop-footer .info.phone {
        padding-left: 30px;
    }

    .box-footer .desktop-footer .info.fax {
        padding-left: 55px;
    }

    .box-footer .desktop-footer .info.mail {
        padding-left: 50px;
        width: 22%;
    }
}

.box-info {
    padding-left: 50px;
    position: relative;
    margin: 50px auto 30px;
    width: 284px;
    font-size: 0;
}

.box-info:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: transparent url('/local/templates/.default/img/d/ico-info-big.png') 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.box-info .info {
    margin-bottom: 20px;
    font-size: 14px;
    font-style: italic;
}

@media (min-width: 768px) {
    .box-info {
        width: 708px;
        padding-left: 70px;
    }

    .box-info .info {
        display: inline-block;
        vertical-align: top;
        width: 40%;
        margin-left: 75px;
    }

    .box-info .info:first-child {
        margin-left: 0;
    }
}

@media (min-width: 1280px) {
    .box-info {
        width: 780px;
    }
}

@media (min-width: 1440px) {
    .box-info {
        width: 1090px;
    }

    .box-info .info {
        width: 45%;
    }
}

@media (min-width: 1600px) {
    .box-info {
        width: 1180px;
    }

    .box-info .info {
        width: 46%;
    }
}

.box-international {
    background: transparent url('/local/templates/.default/img/d/bg-map.png') 50% 70px no-repeat;
    background-size: 130%;
    margin: 80px auto;
}

.box-international .img-kids {
    padding-left: 28px;
    padding-right: 28px;
    margin: 0 auto 43px auto;
    max-width: 480px;
    float: none;
}

.box-international .img-kids > img {
    display: block;
    margin: 0;
    max-width: 100%;
}

.box-international .slogan {
    font-size: 16px;
    color: #000;
    font-family: Arial, serif;
    padding: 10px 28px 10px 48px;
    position: relative;
    max-width: 480px;
    margin: 0 auto;
    float: none;
}

.box-international .slogan:before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 28px;
    top: 0;
    background-color: #ed524b;
}

@media (min-width: 768px) {
    .box-international {
        max-width: 708px;
        background-position: 50% 0;
        background-size: cover;
        padding-top: 110px;
        padding-bottom: 160px;
    }

    .box-international .vertical-center {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }

    .box-international .img-kids {
        padding-left: 8px;
        padding-right: 0;
        padding-top: 5px;
        float: right;
        margin: 0;
    }

    .box-international .slogan {
        padding-right: 8px;
        float: left;
        padding-left: 20px;
        font-size: 14px;
    }

    .box-international .slogan:before {
        left: 0;
    }
}

@media (min-width: 1280px) {
    .box-international {
        max-width: 780px;
        background-size: contain;
        background-position: center;
        padding-top: 100px;
        padding-bottom: 100px;
        margin: 80px auto;
    }

    .box-international .slogan {
        font-size: 16px;
    }
}

@media (min-width: 1440px) {
    .box-international {
        max-width: 1090px;
    }

    .box-international .img-kids {
        padding-top: 0;
        max-width: inherit;
    }

    .box-international .img-kids > img {
        max-height: 298px;
    }

    .box-international .slogan {
        max-width: inherit;
        font-size: 20px;
    }
}

@media (min-width: 1600px) {
    .box-international {
        max-width: 1180px;
    }

    .box-international .img-kids > img {
        max-height: 323px;
    }
}

.box-leads {
    margin: 0 auto;
    width: 284px;
}

.box-leads .item {
    background-color: #fff;
    margin-bottom: 49px;
    height: auto;
}

.box-leads .item .pic {
    height: 260px;
    overflow: hidden;
    margin-bottom: 25px;
}

.box-leads .item .pic > img {
    width: 100%;
}

.box-leads .item .lead-info {
    padding: 0 28px;
}

.box-leads .item .lead-info .lead-name {
    color: #ed524b;
    font-family: "Tinos", Helvetica, Arial, serif;
    font-style: italic;
    font-size: 16px;
    line-height: 23px;
    border-bottom: solid 1px #d0d0d0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.box-leads .item .lead-info .lead-position {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.box-leads .item .lead-about {
    font-size: 14px;
    padding: 0 28px;
    padding-bottom: 30px;
}

.box-leads .item .lead-about .morelink {
    display: inline-block;
    padding-right: 27px;
    position: relative;
    margin-top: 5px;
}

.box-leads .item .lead-about .morelink:after {
    content: '\2039';
    position: absolute;
    right: 0px;
    top: -10px;
    font-size: 30px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: transform linear 0.2s;
    -o-transition: transform linear 0.2s;
    transition: transform linear 0.2s;
}

.box-leads .item .lead-about .morelink.less:after {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.box-leads .item:first-child, .box-leads .item:nth-of-type(2) {
    height: auto !important;
}
.box-leads .item .lead-about {
  text-align: justify;
}
@media (min-width: 768px) {
    .box-leads {
        width: 708px;
    }

    .box-leads .item {
        font-size: 0;
        margin-bottom: 30px;
        height: 260px;
        overflow: hidden;
    }

    .box-leads .item:before,
    .box-leads .item:after {
        content: " ";
        display: table;
    }

    .box-leads .item:after {
        clear: both;
    }

    .box-leads .item:before,
    .box-leads .item:after {
        content: " ";
        display: table;
    }

    .box-leads .item:after {
        clear: both;
    }

    .box-leads .item .pic {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
        width: 280px;
        margin-right: 40px;
        height: auto;
        float: left;
    }

    .box-leads .item .lead-info {
        display: inline-block;
        vertical-align: top;
        width: 350px;
        padding: 25px 0 25px 0;
    }

    .box-leads .item .lead-info .lead-name {
        font-size: 18px;
        border-bottom-color: transparent;
        position: relative;
    }

    .box-leads .item .lead-info .lead-name:after {
        content: '';
        display: block;
        width: 200px;
        height: 1px;
        background-color: #d0d0d0;
        position: absolute;
        left: 0;
        bottom: -1px;
    }

    .box-leads .item .lead-info .lead-position {
        margin-bottom: 0;
    }

    .box-leads .item .lead-about {
        display: inline-block;
        vertical-align: top;
        width: 375px;
        padding-left: 0;
        padding-bottom: 30px;
    }
}

@media (min-width: 1280px) {
    .box-leads {
        width: 900px;
    }

    .box-leads .item {
        height: 200px;
    }

    .box-leads .item .pic {
        float: none;
        width: 180px;
        margin-right: 20px;
    }

    .box-leads .item .lead-info {
        width: 210px;
        margin-right: 20px;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .box-leads .item .lead-about {
        width: 470px;
        padding-top: 50px;
        padding-bottom: 17px;
    }
}

@media (min-width: 1440px) {
    .box-leads {
        width: 1090px;
    }

    .box-leads .item {
        margin-bottom: 50px;
    }

    .box-leads .item .pic {
        width: 280px;
        margin-right: 40px;
    }

    .box-leads .item .lead-info {
        width: 240px;
        margin-right: 40px;
    }

    .box-leads .item .lead-about {
        width: 480px;
    }
}

@media (min-width: 1600px) {
    .box-leads {
        width: 1180px;
    }
}

.box-news-announces {
    margin: 0 auto 60px;
    width: 260px;
}

.box-news-announces .elem-header {
    margin-bottom: 25px;
}

.box-news-announces.three-items {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .box-news-announces {
        width: 708px;
        margin-bottom: 70px;
    }
}

@media (min-width: 1280px) {
    .box-news-announces {
        width: 780px;
        margin-bottom: 120px;
    }

    .box-news-announces.three-items {
        width: 900px;
        margin-bottom: 0;
    }
}

@media (min-width: 1440px) {
    .box-news-announces {
        width: 1090px;
    }

    .box-news-announces .elem-header {
        margin-bottom: 39px;
    }

    .box-news-announces.three-items {
        width: 1090px;
    }
}

@media (min-width: 1600px) {
    .box-news-announces {
        width: 1180px;
    }

    .box-news-announces.three-items {
        width: 1180px;
    }
}

.box-news-one {
    margin: 0 auto;
    width: 280px;
}

.box-news-one #sliderNews img,
.box-news-one #sliderMedia img {
    width: 280px;
}

@media (min-width: 768px) {
    .box-news-one {
        width: 708px;
    }

    .box-news-one #sliderMedia img,
    .box-news-one #sliderNews img {
        width: 708px;
    }
}

@media (min-width: 1280px) {
    .box-news-one {
        width: 900px;
        text-align: center;
    }

    .box-news-one #sliderMedia img,
    .box-news-one #sliderNews img {
        width: 780px;
    }
}

@media (min-width: 1440px) {
    .box-news-one {
        width: 1090px;
        text-align: center;
    }

    .box-news-one #sliderMedia img,
    .box-news-one #sliderNews img {
        width: 1090px;
    }
}

@media (min-width: 1600px) {
    .box-news-one {
        width: 1180px;
        text-align: center;
    }

    .box-news-one #sliderMedia img,
    .box-news-one #sliderNews img {
        width: 1180px;
    }
}

.box-news-one .news-slider-container {
    margin: 0 auto;
}

.box-news-one .news-slider-container #sliderMedia img,
.box-news-one .news-slider-container #sliderNews img {
    width: 280px;
}

@media (min-width: 768px) {
    .box-news-one .news-slider-container {
        width: 708px;
    }

    .box-news-one .news-slider-container #sliderMedia img,
    .box-news-one .news-slider-container #sliderNews img {
        width: 708px;
    }
}

@media (min-width: 1280px) {
    .box-news-one .news-slider-container {
        width: 780px;
    }

    .box-news-one .news-slider-container #sliderMedia img,
    .box-news-one .news-slider-container #sliderNews img {
        width: 780px;
    }
}

@media (min-width: 1440px) {
    .box-news-one .news-slider-container {
        width: 880px;
    }

    .box-news-one .news-slider-container #sliderMedia img,
    .box-news-one .news-slider-container #sliderNews img {
        width: 880px;
    }
}

.box-notfound {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    background: transparent url('/local/templates/.default/img/d/bus.png') 50% 100% no-repeat;
    position: relative;
}

.box-notfound:before {
    content: '';
    display: block;
    width: 1px;
    height: 30%;
}

.box-notfound .error-code {
    color: #bfbfbf;
    font-size: 100px;
    line-height: 0.7;
    letter-spacing: 0.1em;
    font-family: "Tinos", Helvetica, Arial, serif;
}

.box-notfound .error-msg {
    font-size: 16px;
    line-height: 30px;
    color: #3b3b3b;
    text-transform: uppercase;
    position: relative;
    padding-top: 28px;
    font-family: "Tinos", Helvetica, Arial, serif;
    margin: 10% 0 4%;
}

.box-notfound .error-msg:before {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background-color: #ed524b;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
}

.box-notfound .error-action {
    font-size: 14px;
    line-height: 25px;
}

@media (min-width: 480px) {
    .box-notfound .error-code {
        font-size: 147px;
    }

    .box-notfound .error-msg {
        font-size: 22px;
        margin-top: 7%;
    }

    .box-notfound .error-action {
        font-size: 16px;
    }
}

@media (max-height: 400px) {
    .box-notfound {
        background-size: 100px;
    }
}

.box-our-advantages {
    margin-bottom: 60px;
}

.box-directors .elem-header,
.box-our-advantages .elem-header {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.box-our-advantages .adv-mobile {
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
}

.box-our-advantages .adv-mobile .item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 35px;
}

.box-our-advantages .adv-mobile .item:before,
.box-our-advantages .adv-mobile .item:after {
    content: " ";
    display: table;
}

.box-our-advantages .adv-mobile .item:after {
    clear: both;
}

.box-our-advantages .adv-mobile .item:before,
.box-our-advantages .adv-mobile .item:after {
    content: " ";
    display: table;
}

.box-our-advantages .adv-mobile .item:after {
    clear: both;
}

.box-our-advantages .adv-mobile .item .adv-ico {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.box-our-advantages .adv-mobile .item .elem-adv {
    width: 52%;
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
}

.box-our-advantages .adv-mobile .item:nth-child(even) .adv-ico {
    float: right;
}

.box-our-advantages .adv-mobile .item:nth-child(even) .elem-adv {
    float: left;
}

.box-our-advantages .adv-desktop {
    display: none;
}

@media (max-width: 767px) {
    .box-school-video iframe {
        max-width: 100%;
    }
    .box-our-advantages {
        margin-left: auto;
        margin-right: auto;
        max-width: 480px;
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media (min-width: 768px) {
    .box-directors .elem-header,
    .box-our-advantages .elem-header {
        width: 708px;
    }

    .box-our-advantages .elem-header > br {
        display: none;
    }

    .box-our-advantages .adv-mobile {
        width: 708px;
    }

    .box-our-advantages .adv-mobile .item {
        width: 50%;
        padding-right: 30px;
    }

    .box-our-advantages .adv-mobile .item:nth-child(even) {
        padding-right: 0;
    }

    .box-our-advantages .adv-mobile .item:nth-child(even) .adv-ico,
    .box-our-advantages .adv-mobile .item:nth-child(even) .elem-adv {
        float: none;
    }

    .box-our-advantages .adv-mobile .item .adv-02 {
        margin-left: 7px;
    }

    .box-our-advantages .adv-mobile .item .adv-01,
    .box-our-advantages .adv-mobile .item .adv-03 {
        margin-left: 15px;
    }
}

@media (min-width: 1280px) {
    .box-our-advantages {
        margin-bottom: -50px;
    }

    .box-directors .elem-header,
    .box-our-advantages .elem-header {
        width: 780px;
    }

    .box-our-advantages .elem-header > br {
        display: block;
    }

    .box-our-advantages .adv-mobile {
        display: none;
    }

    .box-our-advantages .adv-desktop {
        display: block;
        position: relative;
        top: -130px;
        width: 940px;
        margin: 0 auto;
    }

    .box-our-advantages .adv-desktop .graphic {
        width: 100%;
    }

    .box-our-advantages .adv-desktop .elem-adv {
        position: absolute;
    }

    .box-our-advantages .adv-desktop .elem-adv .num {
        font-size: 64px;
        display: inline-block;
    }

    .box-our-advantages .adv-desktop .elem-adv .descr {
        line-height: 20px;
        display: inline-block;
        position: relative;
        top: -13px;
        margin-left: 15px;
    }

    .box-our-advantages .adv-desktop .elem-adv.adv-graduated {
        left: 21.5%;
        top: 22%;
    }

    .box-our-advantages .adv-desktop .elem-adv.adv-exams {
        left: 43%;
        top: 0;
    }

    .box-our-advantages .adv-desktop .elem-adv.adv-teachers {
        right: 5.3%;
        top: 18%;
    }

    .box-our-advantages .adv-desktop .elem-adv.adv-nationalities {
        left: 40.5%;
        bottom: 54%;
    }

    .box-our-advantages .adv-desktop .elem-adv.adv-age {
        right: 25.5%;
        bottom: 37%;
    }
}

@media (min-width: 1440px) {
    .box-directors .elem-header,
    .box-our-advantages .elem-header {
        width: 1090px;
    }

    .box-our-advantages .adv-desktop {
        width: 1090px;
    }

    .box-our-advantages .adv-desktop .elem-adv.adv-graduated {
        left: 19%;
    }

    .box-our-advantages .adv-desktop .elem-adv.adv-exams {
        left: 46%;
        top: 2%;
    }

    .box-our-advantages .adv-desktop .elem-adv.adv-nationalities {
        left: 35%;
    }

    .box-our-advantages .adv-desktop .elem-adv.adv-teachers {
        top: 21%;
    }

    .box-our-advantages .adv-desktop .elem-adv.adv-age {
        right: 31%;
    }
}

@media (min-width: 1600px) {
    .box-directors .elem-header,
    .box-our-advantages .elem-header {
        width: 1180px;
    }

    .box-our-advantages .adv-desktop {
        width: 1180px;
        left: -40px;
    }

    .box-our-advantages .adv-desktop .elem-adv.adv-teachers {
        right: 19%;
        top: 24%;
    }

    .box-our-advantages .adv-desktop .elem-adv.adv-age {
        right: 36%;
    }
}

.box-our-school {
    margin: 0 auto;
    width: 284px;
}

@media (min-width: 768px) {
    .box-our-school {
        width: 708px;
    }
}

@media (min-width: 1280px) {
    .box-our-school {
        width: 900px;
    }
}

@media (min-width: 1440px) {
    .box-our-school {
        width: 1090px;
    }
}

@media (min-width: 1600px) {
    .box-our-school {
        width: 1180px;
    }
}

.box-our-school.school-info #wrapper-sliderSchool {
    width: 100%;
}

.box-our-school.school-info .elem-school-features {
    border-top: solid 1px #bfbfbf;
    border-bottom: solid 1px #bfbfbf;
    padding-top: 45px;
    margin-top: 55px;
    margin-bottom: 70px;
}

.box-our-school.school-info .elem-school-features.three-column{
  border: none;
  padding-top: 0;
  margin-top: 0;
}

.box-our-school.school-info .elem-school-features .item {
    margin-bottom: 42px;
}

.box-our-school.school-info .elem-school-features .item h4,
.box-our-school.school-info .elem-school-features .item .h4 {
    margin-top: 0;
    margin-bottom: 0;
    color: #5d5ca0;
}

.box-our-school.school-info .elem-school-features .item h4 + i,
.box-our-school.school-info .elem-school-features .item .h4 + i {
    font-family: "Tinos", Helvetica, Arial, serif;
    display: block;
    margin-bottom: 20px;
}

.box-our-school.school-info #wrapper-sliderNews {
    margin-bottom: 20px;
    width: 100%;
}

.box-our-school.school-info #wrapper-sliderNews img {
    width: 284px;
}

.box-our-school.school-info .columns-list {
    margin-top: 45px;
}

.box-our-school.school-info .columns-list h4,
.box-our-school.school-info .columns-list .h4 {
    margin-bottom: 27px;
    margin-top: 0;
}

.box-our-school.school-info .columns-list .list-rhombus > li {
    margin-bottom: 28px;
}

.box-our-school.school-info .box-accreditation {
    margin-top: 38px;
}

@media (min-width: 768px) {
    .box-our-school.school-info #wrapper-sliderSchool .slick-paging {
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .box-our-school.school-info .elem-school-gallery .col .item {
        width: 100%;
    }

    .box-our-school.school-info .elem-school-features .item {
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .box-our-school.school-info #wrapper-sliderNews {
        width: 345px;
        margin-top: 40px;
    }

    .box-our-school.school-info #wrapper-sliderNews img {
        width: 345px;
    }

    .box-our-school.school-info .text-school-info {
        width: 300px;
    }

    .box-our-school.school-info .columns-list h4,
    .box-our-school.school-info .columns-list .h4 {
        margin-bottom: 20px;
    }

    .box-our-school.school-info .columns-list .list-rhombus > li {
        margin-bottom: 20px;
    }
}

@media (min-width: 1280px) {
    .box-our-school.school-info {
        width: 900px;
    }

    .box-our-school.school-info #wrapper-sliderSchool {
        width: 630px;
    }

    .box-our-school.school-info #wrapper-sliderSchool .slider-our-school,
    .box-our-school.school-info #wrapper-sliderSchool .slider-our-school .item {
        width: 630px;
    }

    .box-our-school.school-info #wrapper-sliderSchool .slick-paging {
        left: 0;
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .box-our-school.school-info .elem-school-features .item {
        width: 285px;
        margin-left: 20px;
    }

    .box-our-school.school-info .elem-school-features .item:first-child {
        margin-left: 0;
    }

    .box-our-school.school-info #wrapper-sliderNews {
        width: 450px;
        margin-top: 0;
    }

    .box-our-school.school-info #wrapper-sliderNews .slick-paging {
        left: 0;
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .box-our-school.school-info #wrapper-sliderNews img {
        width: 450px;
    }

    .box-our-school.school-info .text-school-info {
        width: 350px;
    }

    .box-our-school.school-info .columns-list > .pull-left {
        width: 410px;
    }

    .box-our-school.school-info .columns-list > .pull-right {
        width: 445px;
        padding-top: 40px;
    }

    .box-our-school.school-info .columns-list > .pull-right .list-rhombus > li {
        min-height: 60px;
    }

    .box-our-school.school-info .box-accreditation {
        width: 100%;
    }

    .box-our-school.school-info .box-accreditation .list-accred .item {
        width: 218px;
    }
}

@media (min-width: 1440px) {
    .box-our-school.school-info {
        width: 1090px;
    }

    .box-our-school.school-info #wrapper-sliderSchool {
        width: 720px;
    }

    .box-our-school.school-info #wrapper-sliderSchool .slider-our-school,
    .box-our-school.school-info #wrapper-sliderSchool .slider-our-school .item {
        width: 720px;
    }

    .box-our-school.school-info .elem-school-gallery .col {
        width: 350px;
    }

    .box-our-school.school-info .elem-school-features .item {
        width: 350px;
    }

    .box-our-school.school-info #wrapper-sliderNews {
        width: 535px;
    }

    .box-our-school.school-info #wrapper-sliderNews img {
        width: 535px;
    }

    .box-our-school.school-info .text-school-info {
        width: 480px;
    }

    .box-our-school.school-info .columns-list > .pull-left {
        width: 480px;
    }

    .box-our-school.school-info .columns-list > .pull-right {
        width: 495px;
    }

    .box-our-school.school-info .box-accreditation .list-accred .item {
        width: 236px;
    }
}

@media (min-width: 1600px) {
    .box-our-school.school-info {
        width: 1180px;
    }

    .box-our-school.school-info #wrapper-sliderSchool {
        width: 880px;
    }

    .box-our-school.school-info #wrapper-sliderSchool .slider-our-school,
    .box-our-school.school-info #wrapper-sliderSchool .slider-our-school .item {
        width: 880px;
    }

    .box-our-school.school-info .elem-school-gallery .col {
        width: 240px;
    }

    .box-our-school.school-info .elem-school-features .item {
        margin-left: 50px;
    }

    .box-our-school.school-info #wrapper-sliderNews {
        width: 580px;
    }

    .box-our-school.school-info #wrapper-sliderNews img {
        width: 580px;
    }

    .box-our-school.school-info .columns-list > .pull-left {
        width: 505px;
    }

    .box-our-school.school-info .columns-list > .pull-right {
        width: 540px;
    }
}

.box-priem {
    margin: 0 auto;
    width: 284px;
}
.box-priem.contact-box{
	margin: 0 auto;
    width: 162px;
    font-size: 18px;	
    font-weight: 300;
    color: #525296;
}
.ru .box-priem.contact-box{
	width: 178px;
}

.box-priem .col {
    font-size: 16px;
}

.box-priem .col > i {
    font-family: "Tinos", Helvetica, Arial, serif;
}

.box-priem .elem-document {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #5d5c9f;
}

@media (min-width: 768px) {
    .box-priem {
        width: 708px;
    }

    .box-priem .col .elem-document {
        width: 216px;
        float: left;
        margin-left: 30px;
    }

    .box-priem .col .elem-document:after {
        left: 60px;
    }

    .box-priem .col .elem-document:first-child {
        margin-left: 0;
    }

    .box-priem .col .elem-document > span {
        top: 30px;
        left: 75px;
    }

    .box-priem .col > i {
        display: block;
        float: left;
        margin-left: 30px;
        width: 216px;
    }
}

@media (min-width: 1280px) {
    .box-priem {
        width: 780px;
    }

    .box-priem .col {
        float: right;
        width: 220px;
    }

    .box-priem .col .elem-document,
    .box-priem .col > i {
        width: 100%;
        margin-left: 0;
    }
}

@media (min-width: 1440px) {
    .box-priem {
        width: 1090px;
    }

    .box-priem .col {
        width: 323px;
    }

    .box-priem .col .elem-document:after {
        left: 70px;
    }

    .box-priem .col .elem-document > span {
        top: 40px;
        left: 100px;
    }
}

@media (min-width: 1600px) {
    .box-priem {
        width: 1180px;
    }

    .box-priem .col {
        width: 353px;
    }
}

.box-request {
    margin: 0 auto;
    width: 420px;
    color: #656565;
}

.box-request h5,
.box-request .h5 {
    font-family: "Tinos", Helvetica, Arial, serif;
    margin-top: 38px;
    margin-bottom: 33px;
}

.box-request .request-hint-widget {
    width: 560px;
    position: relative;
}

.box-request .request-wrapper {
    background-color: #fff;
    position: relative;
    padding: 20px 30px 40px 30px;
    white-space: normal;
    width: 420px;
    display: inline-block;
    float: left;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

@media screen and (max-width: 480px) {
    .box-request,
    .box-request .request-wrapper {
        width: 280px;
    }
}

.box-request .request-wrapper .form-group i {
    font-family: "Tinos", Helvetica, Arial, serif;
}

.box-request .request-wrapper .request-info {
    display: block;
    position: absolute;
    right: -15px;
    top: 20px;
    width: 30px;
    height: 30px;
    background-color: #5d5ca0;
    cursor: pointer;
    border-radius: 50%;
    z-index: 5;
    -webkit-transition: background-color linear 0.2s;
    -o-transition: background-color linear 0.2s;
    transition: background-color linear 0.2s;
}

.box-request .request-wrapper .request-info:hover {
    background-color: #ed524b;
}

.box-request .request-wrapper .request-info:after {
    width: 7px;
    height: 14px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -64px -23px no-repeat;
    content: '';
    position: absolute;
    left: 12px;
    top: 7px;
}

.box-request .request-wrapper .elem-header {
    font-size: 16px;
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-left: -30px;
    margin-bottom: 30px;
    color: #4a4a4a;
    padding-top: 6px;
}

.box-request .request-wrapper .elem-header + i {
    display: block;
    padding-top: 15px;
    margin-bottom: 30px;
    border-top: solid 1px #bfbfbf;
    font-size: 16px;
    line-height: 20px;
    font-family: "Tinos", Helvetica, Arial, serif;
    color: #656565;
}

.box-request .request-wrapper .month-year select.form-control.small {
    width: 147px;
}

.box-request .request-wrapper .month-year input.form-control {
    width: 55px;
}

.box-request .request-wrapper .month-year input.form-control + label.error {
    display: none !important;
}

.box-request .request-wrapper.toggled {
    width: 100px;
    position: absolute;
    left: -17%;
}

.box-request .request-wrapper.toggled *:not(.request-info) {
    display: none;
}

.box-request .request-wrapper.toggled .request-info:after {
    width: 22px;
    height: 15px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -100px -64px no-repeat;
    content: '';
    left: 5px;
}

.box-request .request-wrapper textarea.form-control {
    resize: none;
}

.box-request .request-wrapper .br-hack {
    display: none;
}

.box-request .controls-holder {
    position: relative;
    margin-top: 20px;
}

.box-request .controls-holder .btn {
    height: 40px;
    line-height: 40px;
    position: relative;
    float: right;
}

.box-request .controls-holder .btn.prev + .step {
    position: absolute;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.box-request .controls-holder .step {
    float: left;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.box-request .controls-holder .tooltip-skip {
    display: table;
    position: relative;
    float: right;
    margin-top: 45px;
}

.box-request .controls-holder .tooltip-skip .skip-step {
    text-decoration: underline;
}

.box-request .controls-holder .tooltip-skip .tooltip {
    display: none;
    background-color: #fff;
    text-align: center;
    min-width: 280px;
    padding: 30px 20px;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    margin-top: -40px;
    top: -100%;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.box-request .controls-holder .tooltip-skip .tooltip:after {
    width: 25px;
    height: 15px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -24px -74px no-repeat;
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -12px;
}

.box-request .controls-holder .tooltip-skip.disabled .skip-step {
    cursor: default;
}

.box-request .controls-holder .tooltip-skip.disabled:hover .tooltip {
    display: inline-block;
}

.box-request .request-hintbox {
    display: none;
    white-space: normal;
    width: 280px;
    padding: 20px 30px 40px 30px;
    float: right;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.box-request .request-hintbox i {
    font-family: "Tinos", Helvetica, Arial, serif;
    display: block;
    margin-bottom: 10px;
}

.box-request .request-hintbox b {
    font-weight: 500;
}

.box-request .request-hintbox.toggled {
    display: block;
    margin-right: 50%;
}

.box-request .date-of-birth .day {
    display: inline-block;
    width: 40px;
}

.box-request .date-of-birth .month {
    display: inline-block;
    width: 100px;
    margin: 0;
}

.box-request .date-of-birth .year {
    display: inline-block;
    width: 72px;
}

.box-request .date-of-birth label.error:nth-of-type(2),
.box-request .date-of-birth label.error:nth-of-type(3) {
    display: none !important;
}

.box-request .request-school-info > b {
    font-size: 16px;
    line-height: 25px;
}

@media (min-width: 768px) {
    .box-request {
        width: 708px;
        margin-bottom: 80px;
    }

    .box-request .request-hint-widget {
        width: 100%;
    }

    .box-request .request-wrapper {
        float: none;
        width: 100%;
    }

    .box-request .request-wrapper .request-info {
        display: none;
    }

    .box-request .request-wrapper .elem-header + i {
        margin-bottom: 45px;
    }

    .box-request .request-wrapper select.form-control.small {
        width: 147px;
    }

    .box-request .request-wrapper .month-year > div.clearfix,
    .box-request .request-wrapper .month-year > div.container,
    .box-request .request-wrapper .month-year > div.container-fluid,
    .box-request .request-wrapper .month-year > div.row,
    .box-request .request-wrapper .month-year > div.form-horizontal .form-group,
    .box-request .request-wrapper .month-year > div.panel-body,
    .box-request .request-wrapper .month-year > div.modal-footer {
        width: 215px;
    }

    .box-request .request-wrapper.toggled {
        width: 100%;
        position: static;
        height: auto !important;
    }

    .box-request .request-wrapper.toggled *:not(.request-info) {
        display: block;
    }

    .box-request .request-wrapper.toggled .date-of-birth .day,
    .box-request .request-wrapper.toggled .date-of-birth .month,
    .box-request .request-wrapper.toggled .date-of-birth .year {
        display: inline-block;
    }

    .box-request .request-wrapper .br-hack {
        display: block;
    }

    .box-request .controls-holder .btn {
        height: 60px;
        line-height: 60px;
    }

    .box-request .controls-holder .btn.prev + .step {
        margin-left: 0;
    }

    .box-request .controls-holder .step {
        height: 60px;
        line-height: 60px;
        margin-left: 30px;
    }

    .box-request .controls-holder .tooltip-skip {
        margin-top: 0;
        margin-right: 5px;
        font-size: 12px;
    }

    .box-request .controls-holder .tooltip-skip .skip-step {
    /*    line-height: 60px;*/
    }

    .box-request .request-hintbox {
        width: 100%;
        display: block;
        float: none;
        background-color: #fff;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .box-request .request-hintbox.toggled {
        margin-right: 0;
    }

    .box-request .clearfix .form-group,
    .box-request .container .form-group,
    .box-request .container-fluid .form-group,
    .box-request .row .form-group,
    .box-request .form-horizontal .form-group .form-group,
    .box-request .panel-body .form-group,
    .box-request .modal-footer .form-group {
        float: left;
        width: 309px;
        margin-left: 30px;
        padding-right: 85px;
    }

    .box-request .clearfix .form-group:first-child,
    .box-request .container .form-group:first-child,
    .box-request .container-fluid .form-group:first-child,
    .box-request .row .form-group:first-child,
    .box-request .form-horizontal .form-group .form-group:first-child,
    .box-request .panel-body .form-group:first-child,
    .box-request .modal-footer .form-group:first-child {
        margin-left: 0;
    }

    .box-request .clearfix .form-group.out-of-greed,
    .box-request .container .form-group.out-of-greed,
    .box-request .container-fluid .form-group.out-of-greed,
    .box-request .row .form-group.out-of-greed,
    .box-request .form-horizontal .form-group .form-group.out-of-greed,
    .box-request .panel-body .form-group.out-of-greed,
    .box-request .modal-footer .form-group.out-of-greed {
        padding-right: 0;
    }

    .box-request .clearfix .form-group .date-of-birth .day,
    .box-request .container .form-group .date-of-birth .day,
    .box-request .container-fluid .form-group .date-of-birth .day,
    .box-request .row .form-group .date-of-birth .day,
    .box-request .form-horizontal .form-group .form-group .date-of-birth .day,
    .box-request .panel-body .form-group .date-of-birth .day,
    .box-request .modal-footer .form-group .date-of-birth .day {
        width: 40px;
    }

    .box-request .clearfix .form-group .date-of-birth .month,
    .box-request .container .form-group .date-of-birth .month,
    .box-request .container-fluid .form-group .date-of-birth .month,
    .box-request .row .form-group .date-of-birth .month,
    .box-request .form-horizontal .form-group .form-group .date-of-birth .month,
    .box-request .panel-body .form-group .date-of-birth .month,
    .box-request .modal-footer .form-group .date-of-birth .month {
        width: 100px;
        margin: 0;
    }

    .box-request .clearfix .form-group .date-of-birth .year,
    .box-request .container .form-group .date-of-birth .year,
    .box-request .container-fluid .form-group .date-of-birth .year,
    .box-request .row .form-group .date-of-birth .year,
    .box-request .form-horizontal .form-group .form-group .date-of-birth .year,
    .box-request .panel-body .form-group .date-of-birth .year,
    .box-request .modal-footer .form-group .date-of-birth .year {
        width: 76px;
    }
}

@media (min-width: 1280px) {
    .box-request {
        width: 900px;
        margin-bottom: 0;
    }

    .box-request .request-hintbox {
        width: 340px;
        float: right;
    }

    .box-request .request-wrapper {
        float: left;
        width: 530px;
    }

    .box-request .request-wrapper.toggled {
        width: 530px;
    }

    .box-request .controls-holder {
        width: 530px;
    }

    .box-request .controls-holder .tooltip-skip {
        margin-top: 70px;
        margin-right: -175px;
    }

    .box-request .controls-holder .tooltip-skip .skip-step {
        line-height: normal;
    }

    .box-request .clearfix .form-group,
    .box-request .container .form-group,
    .box-request .container-fluid .form-group,
    .box-request .row .form-group,
    .box-request .form-horizontal .form-group .form-group,
    .box-request .panel-body .form-group,
    .box-request .modal-footer .form-group {
        width: 220px;
        padding-right: 35px;
    }

    .box-request .clearfix .form-group .date-of-birth .day,
    .box-request .container .form-group .date-of-birth .day,
    .box-request .container-fluid .form-group .date-of-birth .day,
    .box-request .row .form-group .date-of-birth .day,
    .box-request .form-horizontal .form-group .form-group .date-of-birth .day,
    .box-request .panel-body .form-group .date-of-birth .day,
    .box-request .modal-footer .form-group .date-of-birth .day {
        width: 40px;
    }

    .box-request .clearfix .form-group .date-of-birth .month,
    .box-request .container .form-group .date-of-birth .month,
    .box-request .container-fluid .form-group .date-of-birth .month,
    .box-request .row .form-group .date-of-birth .month,
    .box-request .form-horizontal .form-group .form-group .date-of-birth .month,
    .box-request .panel-body .form-group .date-of-birth .month,
    .box-request .modal-footer .form-group .date-of-birth .month {
        width: 100px;
    }

    .box-request .clearfix .form-group .date-of-birth .year,
    .box-request .container .form-group .date-of-birth .year,
    .box-request .container-fluid .form-group .date-of-birth .year,
    .box-request .row .form-group .date-of-birth .year,
    .box-request .form-horizontal .form-group .form-group .date-of-birth .year,
    .box-request .panel-body .form-group .date-of-birth .year,
    .box-request .modal-footer .form-group .date-of-birth .year {
        width: 72px;
    }
}

@media (min-width: 1440px) {
    .box-request {
        width: 1090px;
    }

    .box-request .request-wrapper {
        width: 690px;
    }

    .box-request .request-wrapper.toggled {
        width: 690px;
    }

    .box-request .controls-holder {
        width: 690px;
    }

    .box-request .clearfix .form-group,
    .box-request .container .form-group,
    .box-request .container-fluid .form-group,
    .box-request .row .form-group,
    .box-request .form-horizontal .form-group .form-group,
    .box-request .panel-body .form-group,
    .box-request .modal-footer .form-group {
        width: 300px;
        padding-right: 85px;
    }

    .box-request .clearfix .form-group .date-of-birth .day,
    .box-request .container .form-group .date-of-birth .day,
    .box-request .container-fluid .form-group .date-of-birth .day,
    .box-request .row .form-group .date-of-birth .day,
    .box-request .form-horizontal .form-group .form-group .date-of-birth .day,
    .box-request .panel-body .form-group .date-of-birth .day,
    .box-request .modal-footer .form-group .date-of-birth .day {
        width: 40px;
    }

    .box-request .clearfix .form-group .date-of-birth .month,
    .box-request .container .form-group .date-of-birth .month,
    .box-request .container-fluid .form-group .date-of-birth .month,
    .box-request .row .form-group .date-of-birth .month,
    .box-request .form-horizontal .form-group .form-group .date-of-birth .month,
    .box-request .panel-body .form-group .date-of-birth .month,
    .box-request .modal-footer .form-group .date-of-birth .month {
        width: 132px;
    }

    .box-request .clearfix .form-group .date-of-birth .year,
    .box-request .container .form-group .date-of-birth .year,
    .box-request .container-fluid .form-group .date-of-birth .year,
    .box-request .row .form-group .date-of-birth .year,
    .box-request .form-horizontal .form-group .form-group .date-of-birth .year,
    .box-request .panel-body .form-group .date-of-birth .year,
    .box-request .modal-footer .form-group .date-of-birth .year {
        width: 80px;
    }
}

@media (min-width: 1600px) {
    .box-request {
        width: 1180px;
    }

    .box-request .request-wrapper {
        width: 780px;
    }

    .box-request .request-wrapper.toggled {
        width: 780px;
    }

    .box-request .request-wrapper .br-hack {
        display: none;
    }

    .box-request .controls-holder {
        width: 780px;
    }

    .box-request .controls-holder .tooltip-skip {
        margin-top: 0;
        margin-right: 30px;
    }

    .box-request .controls-holder .tooltip-skip .skip-step {
        line-height: 60px;
    }

    .box-request .controls-holder .tooltip-skip .skip-step.multiline {
        line-height: 120%;
        display: inline-block;
        padding-top: 15px;
    }

    .box-request .clearfix .form-group,
    .box-request .container .form-group,
    .box-request .container-fluid .form-group,
    .box-request .row .form-group,
    .box-request .form-horizontal .form-group .form-group,
    .box-request .panel-body .form-group,
    .box-request .modal-footer .form-group {
        width: 330px;
        margin-left: 60px;
    }

    .box-request .clearfix .form-group .date-of-birth .month,
    .box-request .container .form-group .date-of-birth .month,
    .box-request .container-fluid .form-group .date-of-birth .month,
    .box-request .row .form-group .date-of-birth .month,
    .box-request .form-horizontal .form-group .form-group .date-of-birth .month,
    .box-request .panel-body .form-group .date-of-birth .month,
    .box-request .modal-footer .form-group .date-of-birth .month {
        width: 117px;
    }
}

.box-reviews-parent {
    margin: 0 auto 60px;
    overflow: hidden;
    width: 260px;
}

.box-reviews-parent .elem-header {
    margin-bottom: 27px;
}
.box-reviews-parent .slick-initialized {
  padding-bottom: 15px;
}
.box-reviews-parent .slick-prev,
.box-reviews-parent .slick-next {
    bottom: -23px;
    z-index: 1;
}

.box-reviews-parent .slick-prev {
    left: 3px;
}

.box-reviews-parent .slick-next {
    right: 3px;
}

@media (min-width: 768px) {
    .box-reviews-parent {
        width: 708px;
    }
}

@media (min-width: 1280px) {
    .box-reviews-parent {
        width: 780px;
    }

    .box-reviews-parent .elem-header {
        margin-bottom: 40px;
    }

    .box-reviews-parent .slick-initialized {
        padding-bottom: 40px;
    }
}

@media (min-width: 1440px) {
    .box-reviews-parent {
        width: 1090px;
    }
}

@media (min-width: 1600px) {
    .box-reviews-parent {
        width: 1180px;
    }
}

.box-reviews-teacher {
    margin-top: 60px;
}

.box-school-detail {
    margin: 0 auto;
    width: 280px;
}

.box-school-detail #sliderDetail img {
    width: 280px;
}

.box-school-detail .slider-info {
    padding-top: 20px;
}

.box-school-detail .slider-info > div b {
    font-size: 16px;
    display: table;
    margin-bottom: 10px;
    margin-top: 20px;
}

.box-school-detail .slider-info > i {
    display: block;
    padding-top: 10px;
    margin-top: 20px;
    border-top: solid 1px #bfbfbf;
}

@media (min-width: 768px) {
    .box-school-detail {
        width: 708px;
    }

    .box-school-detail #sliderDetail img {
        width: 708px;
    }
}

@media (min-width: 1280px) {
    .box-school-detail {
        width: 900px;
    }

    .box-school-detail #sliderDetail img {
        width: 430px;
    }

    .box-school-detail .slider-container {
        float: left;
        width: 430px;
    }

    .box-school-detail .slider-info {
        float: right;
        width: 430px;
        padding-top: 0;
    }

    .box-school-detail .slider-info > div b {
        margin-bottom: 5px;
        margin-top: 25px;
    }

    .box-school-detail .slider-info > i {
        padding-top: 15px;
        margin-top: 25px;
    }
}

@media (min-width: 1440px) {
    .box-school-detail {
        width: 1090px;
    }

    .box-school-detail #sliderDetail img {
        width: 525px;
    }

    .box-school-detail .slider-container,
    .box-school-detail .slider-info {
        width: 500px;
    }
}

@media (min-width: 1600px) {
    .box-school-detail {
        width: 1180px;
    }

    .box-school-detail #sliderDetail img {
        width: 570px;
    }

    .box-school-detail .slider-container,
    .box-school-detail .slider-info {
        width: 570px;
    }
}

.box-school-info {
    margin: 0 auto 50px;
    width: 260px;
}

.box-school-info .elem-header {
    margin-bottom: 25px;
}

.box-school-info div > b {
    display: inline-block;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .box-school-info {
        width: 708px;
    }

    .box-school-info .left-info,
    .box-school-info .right-info {
        width: 345px;
    }
}

@media (min-width: 1280px) {
    .box-school-info {
        width: 900px;
        margin-bottom: 115px;
    }

    .box-school-info .left-info,
    .box-school-info .right-info {
        width: 430px;
    }
}

@media (min-width: 1440px) {
    .box-school-info {
        width: 1090px;
    }

    .box-school-info .left-info,
    .box-school-info .right-info {
        width: 525px;
    }
}

@media (min-width: 1600px) {
    .box-school-info {
        width: 1180px;
    }

    .box-school-info .left-info,
    .box-school-info .right-info {
        width: 570px;
    }
}

.box-school-photolink .item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 35px;
}

.box-school-photolink .item .pic {
    margin-bottom: 15px;
}

.box-school-photolink .item .pic > img {
    width: 100%;
}

.box-school-photolink .item > a {
    display: table;
    font-size: 16px;
    font-weight: 500;
}

.box-school-photolink .item > i {
    font-family: "Tinos", Helvetica, Arial, serif;
    font-size: 14px;
    color: #4a4a4a;
}

@media (min-width: 768px) {
    .box-school-photolink .item {
        margin-bottom: 40px;
    }
    .box-school-photolink .item {
        width: 323px;
    }

    .box-school-photolink .item:nth-child(even) {
        margin-left: 60px;
    }

    .box-school-photolink .item .pic {
        margin-bottom: 30px;
    }
}

@media (min-width: 1280px) {
    .box-school-photolink {
        display: inline-block;
        vertical-align: top;
        /*width: 510px;*/
        width: 100%;
        margin-right: 0;
    }

    .only .box-school-photolink {
        width: 255px;
    }

    .box-school-photolink .item {
        width: 323px;
        margin-left: 97px;
    }

    .box-school-photolink .item:nth-child(even) {
        margin-left: 60px;
    }

}

@media (min-width: 1440px) {
    .box-school-photolink {
        /*width: 706px;*/
        width: 100%;
        margin-right: 63px;
    }

    .only .box-school-photolink {
        width: 353px;
    }

    .box-school-photolink .item {
        width: 323px;
    }

    .box-school-photolink .item{
        margin-left: 60px !important;
    }
    .box-school-photolink .item:nth-child(3n+1){
        margin-left: 0 !important;
    }
}

@media (min-width: 1600px) {
    .box-school-photolink {
        /*width: 768px;*/
        width: 100%;
        margin-right: 60px;
    }

    .only .box-school-photolink {
        width: 384px;
    }

    .box-school-photolink .item {
        width: 353px;
    }

    .box-school-photolink .item{
        margin-left: 60px;
    }
    .box-school-photolink .item:nth-child(3n+1){
        margin-left: 0;
    }
}

.box-side-menu {
    padding-top: 60px;
    width: 300px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 3;
}

.box-side-menu .logo {
    display: block;
    width: 163px;
    margin: 0 auto;
    font-size: 14px;
    color: #2f2f2f;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 213px 0 0 10px;
    position: relative;
}

.box-side-menu .logo:hover {
    text-decoration: none;
}

.box-side-menu .logo:before {
    content: '';
    display: block;
    width: 163px;
    height: 195px;
    background: transparent url('/local/templates/.default/img/d/logo.png') 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.box-side-menu .logo.ru:before {
    background: transparent url('/local/templates/.default/img/d/logo_ru.png') 0 0 no-repeat;
    background-size: cover;
}

.box-slider-main .main-slider-item {
    position: relative;
    max-width: none;
    outline: none;
    overflow: hidden;
    font-family: "Tinos", Helvetica, Arial, serif;
    color: #fff;
    text-align: center;
    background-color: #8788B8;
    padding: 16px 50px;
    height: 218px;
}

.box-slider-main .main-slider-item:before,
.box-slider-main .main-slider-item:after {
    content: "";
    display: block;
    border-right: 1px solid #fff;
    position: absolute;
    top: 32px;
    bottom: 32px;
}

.box-slider-main .main-slider-item:before {
    left: 0;
}

.box-slider-main .main-slider-item:after {
    right: 0;
}

.box-slider-main .main-slider-item:first-child:before,
.box-slider-main .main-slider-item:last-child:after {
    content: none;
    display: none;
}

.box-slider-main .main-slider-item:hover {
    background-color: #5D5CA0;
}

.box-slider-main .main-slider-item .slider-name {
    display: block;
    font-size: 22px;
    line-height: 32px;
    position: relative;
    margin-bottom: 15px;
}

.box-slider-main .main-slider-item .slider-section {
    display: inline-block;
    position: relative;
    margin-top: 14px;
    font-size: 16px;
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
}

.box-slider-main .main-slider-item .slider-section:before {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -30px;
}

.box-slider-main .main-slider-item .slider-age {
    display: block;
    font-size: 16px;
    text-align: center;
    margin-top: 3px;
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
}

.box-slider-main .slick-slider {
  overflow: hidden;
}

@media (min-width: 360px) {
    .box-slider-main .main-slider-item .slider-name {
        font-size: 24px;
        line-height: 35px;
    }
    .box-slider-main .main-slider-item .slider-age {
        margin-top: 9px;
    }
}

@media (min-width: 768px) {
    .box-slider-main .main-slider-item {
        width: 100%;
        padding: 32px 0;
    }
}

@media (max-width: 1279px) {
    .main .container  .maxwidth-theme {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .box-slider-main .main-slider-item:before,
    .box-slider-main .main-slider-item:after {
        content: none;
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .box-slider-main .main-slider-item {
        max-width: 600px;
    }
}

.box-slider-programms {
    position: relative;
    font-size: 0;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 45px;
    overflow: hidden;
    width: 260px;
}

.box-slider-programms.slick-slider {
    margin-bottom: 100px;
}

.box-slider-programms .slick-dots {
    bottom: 0;
}

.box-slider-programms .prog-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    outline: none;
    width: 260px;
    height: 460px;
    padding: 0 30px 35px;
    color: #888;
    text-align: left;
    font-size: 14px;
}

@media (min-width: 768px) {
    .box-slider-programms .prog-item {
        width: 347px;
        height: 450px;
        margin-left: 14px;
    }

    .box-slider-programms .prog-item:first-child {
        margin-left: 0;
    }
}

@media (min-width: 1280px) {
    .box-slider-programms .prog-item {
        width: 380px;
        height: 480px;
    }
}

@media (min-width: 1440px) {
    .box-slider-programms .prog-item {
        width: 535px;
        height: 420px;
        margin: 0 5px;
    }
}

@media (min-width: 1600px) {
    .box-slider-programms .prog-item {
        width: 580px;
        height: 370px;
    }
}

.box-slider-programms .prog-item > span {
	color: #5d5ca0;	
}

.box-slider-programms .prog-item > a, .box-slider-programms .prog-item > span {
    display: block;
    padding: 25px 0 0 0;
    text-transform: uppercase;
    position: relative;
    height: 70px;
    font-weight: 500;
    outline: none;
    font-size: 16px;
    margin-bottom: 15px;
}

.box-slider-programms .prog-item > a:before, .box-slider-programms .prog-item > span:before {
    content: '';
    display: block;
    height: 100%;
    width: 2px;
    background-color: #5d5ca0;
    position: absolute;
    left: -30px;
    top: 0;
    -webkit-transition: background-color linear 0.2s;
    -o-transition: background-color linear 0.2s;
    transition: background-color linear 0.2s;
}

.box-slider-programms .prog-item > a:after, .box-slider-programms .prog-item > span:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #cfcfcf;
    position: absolute;
    bottom: 0;
}

.box-slider-programms .prog-item > a:hover:before {
    background-color: #ed524b;
}

.box-slider-programms .prog-item ul {
    margin: 0 0 18px 20px;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 2;
}

.box-slider-programms .prog-item ul li {
    font-size: 14px;
    color: #4a4a4a;
    position: relative;
    margin-bottom: 10px;
}

.box-slider-programms .prog-item ul li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border: solid 1px #4a4a4a;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: -18px;
    top: 8px;
}

.box-slider-programms .prog-item .prog-descr {
    position: relative;
    z-index: 1;
}

.box-slider-programms .prog-item .watermark {
    font-family: "Tinos", Helvetica, Arial, serif;
    font-size: 150px;
    line-height: 103px;
    color: #eaeaea;
    position: absolute;
    left: 30px;
    bottom: 10px;
}

@media (min-width: 768px) {
    .box-slider-programms {
        width: 708px;
    }
}

@media (min-width: 1280px) {
    .box-slider-programms {
        width: 780px;
        margin-bottom: 120px;
    }
}

@media (min-width: 1440px) {
    .box-slider-programms {
        width: 1090px;
    }
}

@media (min-width: 1600px) {
    .box-slider-programms {
        width: 1180px;
    }
}

.box-vacancies {
    margin: 0 auto;
    width: 280px;
}

.box-vacancies .vacancies-promo {
    border-left: solid 2px #ed524b;
    font-size: 16px;
    line-height: 24px;
    color: #3b3b3b;
    font-family: "Tinos", Helvetica, Arial, serif;
    padding: 15px 27px;
    margin-bottom: 30px;
}

.box-vacancies .vacancies-contact {
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 27px;
    margin-bottom: 30px;
}

.box-vacancies .vacancies-photo .caption {
    margin-top: 25px;
    margin-bottom: 30px;
}

.box-vacancies .vacancies-docs .list-rhombus > li {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .box-vacancies {
        width: 769px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .box-vacancies .vac-table {
        display: table;
        margin-bottom: 30px;
    }

    .box-vacancies .vacancies-promo {
        display: table-cell;
        font-size: 22px;
        line-height: 30px;
        width: 347px;
        padding-left: 58px;
        float: none !important;
        vertical-align: middle;
    }

    .box-vacancies .vacancies-contact {
        display: table-cell;
        vertical-align: middle;
        font-size: 16px;
        line-height: 25px;
        width: 347px;
        float: none !important;
    }

    .box-vacancies .hidden-xs {
        display: table-cell;
        width: 15px;
    }

    .box-vacancies .vacancies-photo {
        width: 347px;
        padding-left: 58px;
    }

    .box-vacancies .vacancies-docs {
        width: 347px;
        margin-left: 15px;
    }
}

@media (min-width: 1280px) {
    .box-vacancies {
        width: 900px;
        padding-left: 0;
        padding-right: 0;
    }

    .box-vacancies .vacancies-promo,
    .box-vacancies .vacancies-contact,
    .box-vacancies .vacancies-photo,
    .box-vacancies .vacancies-docs {
        width: 415px;
    }

    .box-vacancies .vacancies-docs {
        padding-top: 25px;
    }

    .box-vacancies .vacancies-docs > p {
        margin-bottom: 28px;
    }

    .box-vacancies .vacancies-docs .list-rhombus > li {
        margin-bottom: 17px;
    }

    .box-vacancies .hidden-xs {
        width: 70px;
    }

    .box-vacancies .vacancies-docs {
        margin-left: 70px;
    }
}

@media (min-width: 1440px) {
    .box-vacancies {
        width: 1090px;
    }

    .box-vacancies .vacancies-promo,
    .box-vacancies .vacancies-contact,
    .box-vacancies .vacancies-photo,
    .box-vacancies .vacancies-docs {
        width: 510px;
    }
}

@media (min-width: 1600px) {
    .box-vacancies {
        width: 1180px;
    }

    .box-vacancies .vacancies-promo,
    .box-vacancies .vacancies-contact,
    .box-vacancies .vacancies-photo,
    .box-vacancies .vacancies-docs {
        width: 555px;
    }
}

.elem-adv .num {
    font-size: 50px;
    line-height: 30px;
    color: #5d5ca0;
    font-family: "Tinos", Helvetica, Arial, serif;
    margin-bottom: 15px;
}

.elem-adv .descr {
    font-size: 14px;
    line-height: 18px;
}

.elem-anounce {
    margin-bottom: 20px;
}

.elem-anounce h4,
.elem-anounce .h4 {
    margin-bottom: 20px;
    margin-top: 0;
}

.elem-captcha {
    width: 202px;
    height: 61px;
    border: solid 1px #bfbfbf;
    margin-bottom: 65px;
}

.elem-captcha > img {
    width: 200px;
    height: 59px;
}

.application-link{
    position: relative;
    display: inline-block;
    background-color: #fff;
    color: #4b4a9c;
    width: 100%;
    height: 100px;
    position: relative;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
}

@media (max-width: 1440px){
    .application-link.ru_branch,
    .application-link.en_branch
    {
        height: 150px;
    }
}
@media (max-width: 767px){
    .application-link.ru_branch{
        height: 100px;
    }
    .application-link.en_branch{
        height: 150px;
    }
}

.application-link .default-text{
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 1px solid #5d5ca0;
    z-index: 1;
    white-space: nowrap;
    vertical-align: middle;

    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.application-link .default-text:after{
    position: relative;
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle;
    z-index: 1;
}

.application-link:hover .default-text{
    opacity: 0;
}

.application-link .default-text:before{
    display: inline-block;
    content: '';
    width: 48px;
    height: 30px;
    background: url('/local/templates/.default/img/i/world_icon.png') left center no-repeat;
    vertical-align: middle;
}

.application-link.ru_branch .default-text:before{
    width: 42px;
    background: url('/local/templates/.default/img/i/ru_icon.png?v2') left center no-repeat;
}

.application-link .default-text span{
    position: relative;
    display: inline-block;
    padding-left: 35px;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
}

@media (max-width: 1440px){
    .application-link .default-text span{
        max-width: 235px;
        font-size: 15px;
    }
}

@media (max-width: 768px){
    .application-link .default-text span{
        max-width: 150px;
        font-size: 14px;
    }
}

.application-link .default-text span:before{
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -15px;
    display: inline-block;
    content: '';
    width: 1px;
    height: 30px;
    background: #8988b7;
    vertical-align: middle;
}

.application-link .left, .application-link .right{
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 2;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.application-link .left{
    left: -100%;
    padding-right: 5px;
}

.application-link .right{
    right: -100%;
    padding-left: 5px;
}

.application-link:hover .left{
    left: 0;
}
.application-link:hover .right{
    right: 0;
}

@media (max-width: 1440px){
    .application-link .left, .application-link .right{
        width: 100%;
        height: 50%;
        padding: 0;
        right: 0;
        left: 0;
    }

    .application-link .left{
        top: -100%;
        bottom: auto;
        padding-bottom: 1px;
    }

    .application-link .right{
        top: auto;
        bottom: -100%;
        padding-top: 1px;
    }

    .application-link:hover .left{
        top: 0;
    }

    .application-link:hover .right{
        bottom: 0;
    }
}

.application-link .animation-text{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 1px solid #5d5ca0;
    z-index: 1;
    white-space: nowrap;
}

@media (max-width: 1440px){
    .application-link .animation-text{
        text-align: left;
        padding-left: 20px;
        font-size: 15px;
    }
}

@media (max-width: 768px){
    .application-link .animation-text{
        font-size: 14px;
    }
}

.application-link .animation-text:after{
    position: relative;
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle;
    z-index: 1;
}

.application-link .left .animation-text{
    background: #5d5ca0;
    color: #fff;
}

.application-link .animation-text:before{
    display: inline-block;
    content: '';
    width: 24px;
    height: 24px;
    background: url('/local/templates/.default/img/i/sprite.png') 0 0 no-repeat;
    vertical-align: middle;
}

.application-link .right .animation-text:before{
    background-position: -22px -24px;
}

.application-link .left .animation-text:before{
    background-position: 0px -48px;
}

.application-link .animation-text span{
    position: relative;
    display: inline-block;
    padding-left: 40px;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
}

@media (min-width: 1440px){
    .application-link .animation-text span{
        max-width: 200px;
    }
}

@media (max-width: 768px){
    .application-link .animation-text span{
        max-width: 170px;
    }
}

.application-link .animation-text span:before{
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -15px;
    display: inline-block;
    content: '';
    width: 1px;
    height: 30px;
    background: #8988b7;
    vertical-align: middle;
}

 .elem-document {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    color: #4b4a9c;
    font-size: 14px;
    height: 100px;
    position: relative;
}

.elem-document:hover,
.elem-document:active {
    color: #4b4a9c;
}

.elem-document:before {
    width: 24px;
    height: 20px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -22px -26px no-repeat;
    content: '';
    position: absolute;
    left: 24px;
    top: 39px;
}

.elem-document:after {
    position: absolute;
    left: 70px;
    top: 35px;
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background-color: #bababa;
}

.elem-document > span {
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 100px;
}

.elem-document.fill {
    background-color: #5d5ca0;
    color: #fff;
}

.elem-document.fill:before {
    width: 24px;
    height: 24px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") 0px -48px no-repeat;
    content: '';
    left: 26px;
    top: 38px;
}

.elem-document.fill:after {
    background-color: #7d7db3;
}

.elem-file {
    display: table;
    color: #4b4a9c;
    padding-left: 37px;
    position: relative;
    margin-bottom: 9px;
}

.elem-file:hover {
    color: #ed524b;
}

.elem-file:before {
    position: absolute;
    left: 0;
    top: 0;
}

.elem-file.doc:before {
    width: 16px;
    height: 21px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -64px 0px no-repeat;
    content: '';
}

.elem-file.ppt:before {
    width: 16px;
    height: 21px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -100px -41px no-repeat;
    content: '';
}

.elem-file.pdf:before {
    width: 16px;
    height: 21px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -100px -18px no-repeat;
    content: '';
}

.elem-file.jpg:before {
    width: 16px;
    height: 21px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -82px 0px no-repeat;
    content: '';
}

.elem-force-courses {
    font-size: 14px;
}

.elem-force-courses h5,
.elem-force-courses .h5 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

@media (min-width: 1280px) {
    .elem-force-courses {
        display: inline-block;
        vertical-align: top;
        width: 240px;
    }

    .only .elem-force-courses {
        width: 495px;
    }
}

@media (min-width: 1440px) {
    .elem-force-courses {
        width: 265px;
    }

    .only .elem-force-courses {
        width: 618px;
    }
}

.elem-head-back {
    position: relative;
    margin: 0 auto 25px;
    width: 284px;
    padding-top: 20px;
}
.elem-head-back__school{
    text-align: center;
}
.elem-head-back__date{
    text-align: left;
}
.elem-head-back > a {
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 20px;
    color: #5d5ca0;
}

.elem-head-back > a:hover {
    color: #ed524b;
}

.elem-head-back > a:before {
    position: absolute;
    left: 0;
    top: 5px;
}

.elem-head-back > h2,
.elem-head-back > .h2 {
    margin-top: 0;
    text-align: center;
    line-height: 0.9;
    margin-left: auto;
    margin-right: auto;
    /*max-width: 15px;*/
}

@media (min-width: 768px) {
    .elem-head-back {
        width: 708px;
        padding-top: 0;
    }

    .elem-head-back > a {
        top: 10px;
    }

    .elem-head-back > h2,
    .elem-head-back > .h2 {
        padding-top: 30px;
    }
}

@media (min-width: 1280px) {
    .elem-head-back {
        width: 900px;
        margin-bottom: 50px;
    }

    .elem-head-back > a {
        top: 0;
    }

}

@media (min-width: 1440px) {
    .elem-head-back {
        width: 1090px;
    }

}

@media (min-width: 1600px) {
    .elem-head-back {
        width: 1180px;
    }
}

.elem-header {
    font-size: 16px;
    font-family: "Tinos", Helvetica, Arial, serif;
    color: #4a4a4a;
    position: relative;
    padding-left: 30px;
    padding-top: 5px;
}

.elem-header:before {
    content: '';
    display: block;
    width: 2px;
    height: 30px;
    background-color: #4a4a4a;
    position: absolute;
    left: 0;
    top: 0;
}

@media (min-width: 1280px) {
    .elem-header {
        font-size: 22px;
        padding-top: 0;
    }
}

.elem-lang {
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 80px;
    margin-top: 60px;
}

.elem-lang > a {
    display: table;
    color: #7f7f7f;
    margin-bottom: 25px;
    -webkit-transition: color linear 0.2s;
    -o-transition: color linear 0.2s;
    transition: color linear 0.2s;
}

.elem-lang > a:hover {
    color: #ed524b;
}

.elem-lang > span,
.elem-lang > a.active {
    display: table;
    color: #2f2f2f;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    cursor: default;
}

.elem-lang > span:hover,
.elem-lang > a.active:hover {
    color: #2f2f2f;
}

.elem-lang > span:before,
.elem-lang > a.active:before {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background-color: #7f7f7f;
    position: absolute;
    left: 0;
    top: 2px;
}

.elem-blog {
    position: relative;
}
.elem-blog .text, .elem-blog .date-time, .elem-blog .item-link{
    position: relative;
    z-index: 1;
}
.list-news .item.blue.elem-blog__white .item-link{
    font-weight: normal;
}
.elem-blog__white .date-time,
.elem-blog__white .text,
.list-news .item.blue.elem-blog__white .item-link
{
    color: #ffffff;
}
.elem-blog>img{
    position: absolute;
    left: 0;
    top: 0;
}
.elem-media {
    display: block;
    width: 260px;
    height: 300px;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    margin: 0 auto 23px;
    cursor: pointer;
    text-align: center;
}

.elem-media:hover {
    color: #fff;
}

.elem-media:hover:after, .elem-blog:hover:after {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.elem-media:before {
    position: absolute;
}

.elem-media.photo:before {
    width: 32px;
    height: 27px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") 0px -91px no-repeat;
    content: '';
    right: 11px;
    top: 10px;
}

.elem-media.photo b:after {
    width: 32px;
    height: 27px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") 0px -91px no-repeat;
    content: '';
    position: absolute;
    left: 30px;
    bottom: -25px;
}

.elem-media.photo.top:before {
    z-index: 1;
}

.elem-media.photo.top b:after {
    content: none;
    display: none;
}

.elem-media.video:before {
    width: 32px;
    height: 23px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -126px 0px no-repeat;
    content: '';
    right: 11px;
    top: 10px;
}

.elem-media.video b:after {
    width: 32px;
    height: 23px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -126px 0px no-repeat;
    content: '';
    position: absolute;
    left: 30px;
    bottom: -25px;
}

.elem-media.video.top:before {
    z-index: 1;
}

.elem-media.video.top b:after {
    content: none;
    display: none;
}

.elem-media:after, .elem-blog:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #4b4a9c;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.elem-blog:after{
    pointer-events: none;
}
.elem-media > img {
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.elem-media .date-time {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    z-index: 1;
    padding: 30px 30px 10px 30px;
}

.elem-media > b {
    position: relative;
    font-size: 16px;
    display: block;
    z-index: 1;
    padding: 0 30px 25px 30px;
    font-weight: 500;
}

.elem-media .place {
    display: block;
    font-size: 18px;
    font-family: "Tinos", Helvetica, Arial, serif;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 24px;
}

@media (min-width: 768px) {
    .elem-media {
        width: 347px;
        display: inline-block;
        vertical-align: top;
        margin-left: 15px;
        margin-bottom: 15px;
    }

    .elem-media:nth-child(odd) {
        margin-left: 30px;
    }
}

@media (max-width: 1270px) {
    .elem-media {
        margin: 0 15px 15px 0;
    }
    .elem-media:nth-child(odd) {
        margin-left: 0;
    }
}

@media (min-width: 1280px) {
    .elem-media {
        width: 286.666px;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .elem-media:nth-child(odd) {
        margin-left: 20px;
    }

    .elem-media:first-child,
    .elem-media:nth-child(3n + 1) {
        margin-left: 0;
    }
}

@media (min-width: 1440px) {
    .elem-media {
        width: 350px;
    }
}

@media (min-width: 1600px) {
    .elem-media {
        width: 380px;
    }
}

.elem-news-section {
    margin: 0 auto;
    padding-top: 67px;
}

.elem-news-section h4,
.elem-news-section .h4 {
    margin-top: 0;
    margin-bottom: 20px;
}

.elem-news-section .list-rhombus {
    margin-bottom: 85px;
}

.elem-news-section .list-rhombus > li {
    margin-bottom: 18px;
}

.elem-news-section > img,
.elem-news-section > p > img {
    margin-bottom: 63px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
		height: auto;
}

@media (min-width: 768px) {
    .elem-news-section {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.elem-priem-anonce {
    background-color: #fff;
    padding-bottom: 25px;
    margin-bottom: 30px;
    font-size: 14px;
}

.elem-priem-anonce.select_branch .pic {
    overflow: hidden;
    height: 334px;
}

@media (max-width: 768px){
    .elem-priem-anonce.select_branch .pic {
        height: 300px;
    }
}

.elem-priem-anonce .pic > img {
    height: 100%;
}

.elem-priem-anonce .anonce {
    border-bottom: solid 1px #bfbfbf;
    margin: 25px 30px;
    padding-bottom: 20px;
}

.application-links{
    margin: 0 30px;
}

.elem-priem-anonce > i {
    font-family: "Tinos", Helvetica, Arial, serif;
    display: block;
    margin: 0 30px;
}

@media (min-width: 768px) {
    .elem-priem-anonce .pic {
        height: 220px;
    }
}

@media (min-width: 1280px) {
    .elem-priem-anonce {
        float: left;
        width: 500px;
    }
}

@media (min-width: 1440px) {
    .elem-priem-anonce {
        width: 706px;
    }
}

@media (min-width: 1600px) {
    .elem-priem-anonce {
        width: 765px;
    }
}

.elem-priem-anonce.select_branch{
    width: 100%;
}

.elem-priem-steps {
    margin-top: 65px;
}

.elem-priem-steps .item {
    text-align: center;
    margin-bottom: 20px;
}

.elem-priem-steps .item h4,
.elem-priem-steps .item .h4 {
    margin-top: 25px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .elem-priem-steps .item {
        float: left;
        width: 216px;
        margin-left: 30px;
    }

    .elem-priem-steps .item:first-child {
        margin-left: 0;
    }
}

@media (min-width: 1280px) {
    .elem-priem-steps .item {
        width: 220px;
        margin-left: 60px;
    }
}

@media (min-width: 1440px) {
    .elem-priem-steps .item {
        width: 323px;
    }
}

@media (min-width: 1600px) {
    .elem-priem-steps .item {
        width: 353px;
    }
}

.elem-programm {
    background-color: #fff;
    padding-top: 28px;
    padding-bottom: 40px;
    margin-bottom: 70px;
}

.elem-programm .elem-header {
    padding-right: 30px;
}

.elem-programm .discipline-count {
    padding-left: 30px;
    font-size: 18px;
    color: #ed524b;
    font-style: italic;
    font-family: "Tinos", Helvetica, Arial, serif;
    margin-top: 10px;
}

.elem-programm .boy {
    text-align: center;
}

.elem-programm .boy > img {
    display: inline-block;
}

.elem-programm .table-steps {
    margin: 0 auto;
}

.elem-programm .disciplines {
    padding-left: 30px;
    padding-right: 30px;
}

.elem-programm .disciplines > ul {
    font-size: 14px;
}

@media (min-width: 768px) {
    .elem-programm .boy,
    .elem-programm .disciplines {
        display: inline-block;
        vertical-align: top;
    }

    .elem-programm .boy {
        float: left;
        margin-left: 120px;
    }

    .elem-programm .table-steps {
        display: inline-table;
        float: right;
        margin-right: 75px;
        margin-top: 50px;
    }

    .elem-programm .disciplines {
        margin-top: 5px;
    }

    .elem-programm .disciplines.secondary {
        margin-right: 35px;
        float: right;
    }
}

@media (min-width: 1280px) {
    .elem-programm {
        margin-bottom: 60px;
    }

    .elem-programm .elem-header {
        float: left;
        max-width: 550px;
        padding-right: 0;
    }

    .elem-programm .discipline-count {
        float: right;
        padding-right: 30px;
        margin-top: 4px;
    }

    .elem-programm .boy,
    .elem-programm .table-steps,
    .elem-programm .disciplines {
        float: left;
    }

    .elem-programm .boy {
        margin-left: 30px;
    }

    .elem-programm .table-steps {
        width: 220px;
        margin-right: 0;
        margin-left: 100px;
    }

    .elem-programm .table-steps tbody > tr > td:first-child {
        width: 180px;
        padding-right: 10px;
    }

    .elem-programm .disc-wrapper {
        display: inline-block;
        float: right;
        padding-top: 20px;
        width: 268px;
    }

    .elem-programm .disciplines {
        display: block;
        float: none;
    }

    .elem-programm .disciplines.secondary {
        margin-left: 0;
        float: none;
    }
}

@media (min-width: 1440px) {
    .elem-programm .elem-header {
        max-width: 810px;
    }

    .elem-programm .boy {
        margin-left: 120px;
    }

    .elem-programm .table-steps {
        width: 230px;
        margin-left: 123px;
    }

    .elem-programm .table-steps tbody > tr > td:first-child {
        width: 180px;
    }

    .elem-programm .disc-wrapper {
        float: left;
        padding-left: 125px;
        width: 445px;
    }
}

@media (min-width: 1600px) {
    .elem-programm .table-steps {
        margin-left: 153px;
    }

    .elem-programm .disc-wrapper {
        padding-left: 155px;
        width: 505px;
    }
}

.elem-review {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    color: #656565;
    padding: 25px 30px 30px;
    margin: 0 30px;
    width: 260px;
    outline: none;
    position: relative;
}

.elem-review .review-text {
    line-height: 20px;
}

.elem-review .parent-place:before,
.elem-review .parent-place:after {
    content: " ";
    display: table;
}

.elem-review .parent-place:after {
    clear: both;
}

.elem-review .parent-place:before,
.elem-review .parent-place:after {
    content: " ";
    display: table;
}

.elem-review .parent-place:after {
    clear: both;
}

.elem-review .parent-place .parent-img {
    display: none;
    float: left;
    margin-top: 40px;
}

.elem-review .parent-place .parent-info {
    display: block;
    border-top: solid 1px #d0d0d0;
    margin-top: 0;
    padding-top: 12px;
    padding-right: 13px;
}

.elem-review .parent-place .parent-info > i {
    font-size: 18px;
    display: block;
    font-family: "Tinos", Helvetica, Arial, serif;
    color: #ed524b;
    margin-bottom: 7px;
}

.elem-review .parent-place .parent-info > div {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
}

.elem-review .morelink {
    padding-right: 18px;
    position: relative;
    top: 9px;
    outline: none;
}

.elem-review .morelink:after {
    content: '\2039';
    position: absolute;
    right: 2px;
    font-size: 30px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: transform linear 0.2s;
    -o-transition: transform linear 0.2s;
    transition: transform linear 0.2s;
}

.elem-review .morelink.less:after {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (min-width: 600px) {
    .elem-review .parent-place {
        bottom: 70px;
        position: absolute;
    }
}

@media (min-width: 450px) {
    .elem-review .parent-place {
        bottom: 70px;
        position: absolute;
    }
}

@media (min-width: 768px) {
    .elem-review {
        width: 346px;
        min-height: 340px !important;
        margin: 0 8px;
    }

    .elem-review .parent-place {
        position: absolute;
        width: 306px;
        height: 125px;
        bottom: -20px;
    }
}

@media (min-width: 1280px) {
    .elem-review {
        width: 380px;
        min-height: 420px !important;
        margin: 0 10px;
        padding-top: 44px;
    }

    .elem-review .parent-place {
        bottom: 26px;
    }

    .elem-review .parent-place .parent-info {
        display: inline-block;
    }

    .elem-review .parent-place .parent-img {
        display: block;
    }

    .elem-review .parent-place .parent-img + .parent-info {
        margin-left: 20px;
    }
}

@media (min-width: 1440px) {
    .elem-review {
        width: 350px;
    }

    .elem-review .parent-place {
        position: absolute;
        width: 305px;
        height: 140px;
        bottom: 12px;
    }

    .elem-review .parent-place .parent-info {
        display: inline-block;
        padding-right: 0;
    }

    .elem-review .parent-place .parent-info > div {
        font-size: 13px;
    }

    .elem-review .parent-place .parent-img {
        display: block;
    }

    .elem-review .parent-place .parent-img + .parent-info {
        margin-left: 20px;
    }
}

@media (min-width: 1600px) {
    .elem-review {
        width: 380px;
    }
}

.elem-school-features .item h5,
.elem-school-features .item .h5 {
    line-height: 1.2;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .elem-school-features .item {
        width: 226px;
        float: left;
        margin-left: 15px;
    }

    .elem-school-features .item:first-child {
        margin-left: 0;
    }
}

@media (min-width: 1280px) {
    .elem-school-features .item {
        width: 280px;
        margin-left: 30px;
    }
}

@media (min-width: 1440px) {
    .elem-school-features .item {
        width: 323px;
        margin-left: 60px;
    }
}

@media (min-width: 1600px) {
    .elem-school-features .item {
        width: 353px;
    }
}

.elem-school-gallery {
    margin-top: 65px;
}

.elem-school-gallery:before,
.elem-school-gallery:after {
    content: " ";
    display: table;
}

.elem-school-gallery:after {
    clear: both;
}

.elem-school-gallery:before,
.elem-school-gallery:after {
    content: " ";
    display: table;
}

.elem-school-gallery:after {
    clear: both;
}

.elem-school-gallery .col {
    font-size: 14px;
    margin-top: 15px;
}

.elem-school-gallery .col h5,
.elem-school-gallery .col .h5 {
    line-height: 1.2;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .elem-school-gallery .col .item {
        width: 708px;
    }


}
@media (max-width: 768px) {
	.our-schools .nav-subnav-mobile .dropdown [class^="glyph-"]	{
		right: 0px;
	}
	.nav-subnav-mobile .dropdown .dropdown-toggle{
		overflow-y: hidden;
		width:240px;
	}
}	
@media (min-width: 1280px) {
    .elem-school-gallery {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .elem-school-gallery .slider-container {
        float: right;
        width: 510px;
    }

    .elem-school-gallery .col {
        float: left;
        width: 240px;
        margin-top: 0;
    }

    .elem-school-gallery .col .item {
        width: 340px;
        margin-bottom: 20px;
    }

    .elem-school-gallery .col h5:first-child,
    .elem-school-gallery .col .h5:first-child {
        margin-top: 0;
    }
}

@media (min-width: 1440px) {
    .elem-school-gallery .slider-container {
        width: 706px;
    }

    .elem-school-gallery .col {
        width: 360px;
    }
}

@media (min-width: 1600px) {
    .elem-school-gallery .slider-container {
        width: 766px;
    }

    .elem-school-gallery .col {
        width: 353px;
    }
}

.elem-subnav {
    display: block;
    position: relative;
    font-size: 0;
    height: 50px;
    margin: 0 auto 50px;
}

.elem-subnav:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #bfbfbf;
    bottom: 0;
}

.elem-subnav a,
.elem-subnav span {
    display: inline-block;
    width: 50%;
    height: 50px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    color: #2f2f2f;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    font-weight: 300;
}

.elem-subnav a:hover {
    color: #ed524b;
}

.elem-subnav span {
    color: #ed524b;
}

.elem-subnav span:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #ed524b;
    bottom: 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .elem-subnav {
        width: 708px;
        height: 33px;
    }

    .elem-subnav a,
    .elem-subnav span {
        height: 33px;
    }
}

@media (min-width: 1280px) {
    .elem-subnav {
        width: 780px;
    }
}

@media (min-width: 1440px) {
    .elem-subnav {
        width: 1090px;
    }
}

@media (min-width: 1600px) {
    .elem-subnav {
        width: 1180px;
    }
}

.elem-success {
    background-color: #fff;
    padding: 25px 30px 35px 30px;
    margin-bottom: 20px;
}

.elem-success > p {
    margin-top: 0;
}

.elem-success .person {
    margin-top: 20px;
}

.elem-success .person > img {
    width: 50px;
    border-radius: 50%;
    margin-top: 5px;
}

.elem-success .person .person-info {
    border-top: solid 1px #d0d0d0;
    margin-left: 60px;
    padding-top: 5px;
}

.elem-success .person .person-info > i {
    display: block;
    font-size: 18px;
    color: #ed524b;
    font-family: "Tinos", Helvetica, Arial, serif;
    line-height: 1;
}

.elem-success .person .person-info > span {
    display: block;
    margin-top: 8px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.1;
}

@media (min-width: 768px) {
    .elem-success {
        width: 374.5px;
        padding: 35px 40px 50px 40px;
    }

    .elem-success:nth-child(odd) {
        margin-left: 0;
    }

    .elem-success .person > img {
        width: 80px;
        margin-top: 0px;
    }

    .elem-success .person .person-info {
        border-top: solid 1px #d0d0d0;
        margin-left: 100px;
        padding-top: 10px;
    }

    .elem-success .person .person-info > span {
        line-height: normal;
    }
}

@media (min-width: 1280px) {
    .elem-success {
        width: 440px;
    }

    .elem-success > p {
        margin-bottom: 18px;
    }

    .elem-success .person {
        margin-top: 35px;
    }

    .elem-success .person > img {
        width: 100px;
    }

    .elem-success .person .person-info {
        margin-left: 140px;
        padding-top: 15px;
    }

    .elem-success .person .person-info > span {
        line-height: 1.4;
        margin-top: 15px;
    }
}

@media (min-width: 1440px) {
    .elem-success {
        width: 535px;
    }

    .elem-success .person-info {
        width: 300px;
    }
}

@media (min-width: 1600px) {
    .elem-success {
        width: 580px;
    }
}

.elem-table-scrollable {
    overflow-x: auto;
    font-size: 0;
    margin: 0 auto 30px;
}

.elem-table-scrollable .table-pane {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 10px;
    background-color: #fff;
}

.elem-table-scrollable .table-pane:before {
    content: '';
    display: block;
    width: 2px;
    height: 30px;
    background-color: #4a4a4a;
    position: absolute;
    left: 0;
    top: 30px;
}

@media (min-width: 585px) {
    .elem-table-scrollable .table-pane {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .elem-table-scrollable {
        width: 708px;
    }

    .elem-table-scrollable .table-pane {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1280px) {
    .elem-table-scrollable {
        width: 780px;
    }
}

@media (min-width: 1440px) {
    .elem-table-scrollable {
        width: 1090px;
    }
}

@media (min-width: 1600px) {
    .elem-table-scrollable {
        width: 1180px;
    }
}

.box-calendar {
  text-align: right;
  margin: 0 auto;
}

.box-calendar .calendar-link{
  margin: 0 10px 20px 0;
  display: inline-block;
  color: #656565;
  font-style: italic;
}

@media (max-width: 767px) {
    .main .container  .maxwidth-theme { 
        padding-bottom: 20px;
    }

  .box-calendar {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .box-calendar  {
    width: 708px;
  }
}

@media (min-width: 1280px) {
  .box-calendar  {
    width: 780px;
  }
}

@media (min-width: 1440px) {
  .box-calendar  {
    width: 1090px;
  }
}

@media (min-width: 1600px) {
  .box-calendar  {
    width: 1180px;
  }
}

.elem-teacher {
    position: relative;
    outline: none;
}

.elem-teacher * {
    outline: none;
}

.elem-teacher:before,
.elem-teacher:after {
    content: " ";
    display: table;
}

.elem-teacher:after {
    clear: both;
}

.elem-teacher:before,
.elem-teacher:after {
    content: " ";
    display: table;
}

.elem-teacher:after {
    clear: both;
}

.elem-teacher .teacher-quote {
    padding: 38px 30px 0 30px;
    position: relative;
}

.elem-teacher .teacher-quote .quote-head {
    font-size: 17px;
    line-height: 25px;
    font-family: "Tinos", Helvetica, Arial, serif;
    color: #5d5ca0;
    padding-bottom: 20px;
    border-bottom: solid 1px #bfbfc3;
    margin-bottom: 20px;
}

.elem-teacher .teacher-quote .quote-txt {
    font-size: 16px;
    line-height: 25px;
}

.elem-teacher .teacher-info {
    margin-top: 45px;
    padding-right: 30px;
}

.elem-teacher .teacher-info .teacher-photo {
    float: left;
    width: 240px;
    padding-right: 25px;
    clear: left;
}

.elem-teacher .teacher-info .teacher-photo > img {
    width: 100%;
}

.elem-teacher .teacher-info .teacher {
    float: right;
    width: 60%;
    line-height: 1;
    font-size: 16px;
    color: #656565;
    font-family: "Tinos", Helvetica, Arial, serif;
    border-bottom: solid 1px #b9b9bd;
    padding-bottom: 15px;
}

.elem-teacher .teacher-info .teacher .name {
    text-transform: uppercase;
    color: #ed524b;
    font-size: 14px;
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}

.elem-teacher .teacher-quote .teacher {
    float: left;
    line-height: 1;
    font-size: 16px;
    color: #656565;
    font-family: "Tinos", Helvetica, Arial, serif;
    padding-bottom: 15px;
    margin-top: 20px;
}

.elem-teacher .teacher-quote .teacher .name {
    text-transform: uppercase;
    color: #ed524b;
    font-size: 14px;
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .elem-teacher .teacher-quote .teacher{
        float: right;
        width: 50%;
    }
}
@media (min-width: 768px) {
    .elem-teacher {
        padding-top: 60px;
        overflow: hidden;
    }

    .elem-teacher:before {
        content: '';
        display: block;
        width: 655px;
        height: 570px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
        background: transparent url('/local/templates/.default/img/d/grad-radial.png') 0 0 no-repeat;
    }

    .elem-teacher.slick-slide {
        min-height: 490px;
    }

    .elem-teacher .teacher-quote {
        padding: 0 45px 65px 0;
        float: right;
        width: 58%;
    }

    .elem-teacher .teacher-quote:before {
        width: 28px;
        height: 20px;
        background: transparent url("/local/templates/.default/img/i/sprite.png") -34px -91px no-repeat;
        content: '';
        position: absolute;
        left: -44px;
        top: 0;
    }

    .elem-teacher .teacher-quote .quote-head {
        padding-right: 95px;
    }

    .elem-teacher .teacher-info {
        float: left;
        width: 230px;
        margin-top: 0;
    }

    .elem-teacher .teacher-info .teacher {
        float: none;
        width: 100%;
        padding-left: 30px;
        border-bottom: none;
        font-size: 18px;
    }

    .elem-teacher .teacher-info .teacher .name {
        font-size: 16px;
    }

    .elem-teacher .teacher-info .teacher-photo {
        float: none;
        width: 350px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

@media (min-width: 1280px) {
    .elem-teacher {
        padding-top: 80px;
    }

    .elem-teacher .teacher-info {
        width: 44%;
    }

    .elem-teacher .teacher-info .teacher {
        float: right;
        width: 75%;
    }

    .elem-teacher .teacher-info .teacher-photo {
        width: 350px;
    }

    .elem-teacher .teacher-quote {
        width: 65%;
    }

    .elem-teacher .teacher-quote:before {
        width: 28px;
        height: 20px;
        background: transparent url("/local/templates/.default/img/i/sprite.png") -34px -91px no-repeat;
        content: '';
        position: absolute;
        left: -44px;
        top: 0;
    }

    .elem-teacher .teacher-quote .quote-head {
        font-size: 28px;
        line-height: 35px;
    }
}

@media (min-width: 1440px) {
    .elem-teacher .teacher-info .teacher {
        width: 55%;
    }

    .elem-teacher .teacher-info .teacher-photo {
        width: 350px;
    }
}

@media (min-width: 1600px) {
    .elem-teacher .teacher-info .teacher-photo {
        width: 350px;
    }
}

@media (min-width: 1700px) {
    .elem-teacher .teacher-quote {
        width: 73%;
    }
}

.elem-tooltip {
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    /*
	> svg {
		width: 18px;
		height: 18px;
		position: absolute;
		left: 0;
		top: 0;
	}
	*/
}

.elem-tooltip:before {
    width: 18px;
    height: 18px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -26px -48px no-repeat;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.elem-tooltip > div {
    display: none;
    position: absolute;
    right: -20px;
    top: 34px;
    background-color: rgba(75, 74, 156, 0.8);
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    min-width: 240px;
    padding: 15px;
    z-index: 1;
}

.elem-tooltip:hover:before {
    width: 18px;
    height: 18px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -46px -48px no-repeat;
    content: '';
}

.elem-tooltip:hover > div {
    display: block;
}

.form-search-side {
    display: block;
    width: 206px;
    position: relative;
    padding-left: 30px;
    padding-bottom: 13px;
    margin-left: 80px;
}

.form-search-side:before {
    width: 17px;
    height: 17px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -64px -91px no-repeat;
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.form-search-side:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 140px;
    height: 1px;
    background-color: #2f2f2f;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.form-search-side input[type="search"],
.form-search-side input[type="text"] {
    color: #2f2f2f;
    font-size: 14px;
    width: 100%;
    border: none;
}

.form-search-side.focus:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-search-side.focus:after {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%;
}

/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-yeoman"></i>
```
*/
[class*="icon-"] {
    display: inline-block;
}

.icon-arr_left {
    width: 19px;
    height: 24px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") 0px 0px no-repeat;
    content: '';
}

.icon-arr_right {
    width: 19px;
    height: 24px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -21px 0px no-repeat;
    content: '';
}

.icon-close-gray {
    width: 20px;
    height: 20px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -42px 0px no-repeat;
    content: '';
}

.icon-close {
    width: 20px;
    height: 20px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") 0px -26px no-repeat;
    content: '';
}

.icon-doc {
    width: 16px;
    height: 21px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -64px 0px no-repeat;
    content: '';
}

.icon-edit {
    width: 24px;
    height: 24px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") 0px -48px no-repeat;
    content: '';
}

.icon-get {
    width: 24px;
    height: 20px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -22px -26px no-repeat;
    content: '';
}

.icon-i {
    width: 7px;
    height: 14px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -64px -23px no-repeat;
    content: '';
}

.icon-info {
    width: 18px;
    height: 18px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -26px -48px no-repeat;
    content: '';
}

.icon-info_hover {
    width: 18px;
    height: 18px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -46px -48px no-repeat;
    content: '';
}

.icon-jpg {
    width: 16px;
    height: 21px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -82px 0px no-repeat;
    content: '';
}

.icon-larr {
    width: 22px;
    height: 15px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") 0px -74px no-repeat;
    content: '';
}

.icon-mail {
    width: 24px;
    height: 16px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -100px 0px no-repeat;
    content: '';
}

.icon-pdf {
    width: 16px;
    height: 21px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -100px -18px no-repeat;
    content: '';
}

.icon-photo {
    width: 32px;
    height: 27px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") 0px -91px no-repeat;
    content: '';
}

.icon-ppt {
    width: 16px;
    height: 21px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -100px -41px no-repeat;
    content: '';
}

.icon-quot {
    width: 28px;
    height: 20px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -34px -91px no-repeat;
    content: '';
}

.icon-rarr {
    width: 22px;
    height: 15px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -100px -64px no-repeat;
    content: '';
}

.icon-search {
    width: 17px;
    height: 17px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -64px -91px no-repeat;
    content: '';
}

.icon-tooltip {
    width: 25px;
    height: 15px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -24px -74px no-repeat;
    content: '';
}

.icon-video {
    width: 32px;
    height: 23px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -126px 0px no-repeat;
    content: '';
}

.icon-zoom {
    width: 32px;
    height: 32px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -126px -25px no-repeat;
    content: '';
}

.list-accred {
    background-color: #fff;
    display: table;
    width: 100%;
	text-align:center;
}

.list-accred div{
    display: inline-block;
}

.list-accred .item {
    display: table-cell;
    height: 144px;
    vertical-align: middle;
    text-align: center;
    width: 20%;
    padding-top: 15px;
    transform: scale(0.85);
}

.list-accred .item > img {
    display: inline-block;
    max-width: 100%;
}

@media (min-width: 1280px) {
    .list-accred {
        /* padding-left: 38px; */
    }

    .list-accred .item {
        /* width: 190px; */
        /* height: 110px; */
        width: 18%;
        padding-top: 15px;
        /* transform: inherit; */
    }
}

@media (min-width: 1440px) {
    .list-accred {
        /* padding-left: 40px; */
    }

    .list-accred .item {
        width: 260px;
        /* height: 151px; */
        /* margin-right: 32px; */
        /* padding-top: 15px; */
        transform: scale(0.85);
        transform: inherit;
    }

    .list-accred .item:first-child > img {
        width: auto;
    }
}

@media (min-width: 1600px) {
    .list-accred {
        /* padding-left: 40px; */
    }

    .list-accred .item {
        width: 300px;
        height: 170px;
    }

    .list-accred .item > img {
        width: auto;
    }

    .list-accred .item:first-child > img {
        width: auto;
    }
}

.list-accreditation {
    font-size: 0;
}

.list-accreditation > .item {
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 25px 35px;
    margin-bottom: 30px;
}

.list-accreditation > .item > .pic,
.list-accreditation > .item > .info {
    display: table;
    margin: 0 auto;
}

.list-accreditation > .item > .pic {
    margin-bottom: 20px;
}

.list-accreditation > .item > .info {
    font-size: 18px;
    line-height: 25px;
    color: #2a2a2a;
}

.list-accreditation > .item > .info > a {
    display: table;
    margin: 10px auto 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
}

@media (min-width: 768px) {
    .list-accreditation {
        padding: 0 30px;
    }

    .list-accreditation > .item {
        display: table;
        text-align: left;
    }

    .list-accreditation > .item > .pic,
    .list-accreditation > .item > .info {
        display: table-cell;
        vertical-align: middle;
    }

    .list-accreditation > .item > .pic {
        width: 140px;
    }

    .list-accreditation > .item > .pic > a {
        display: block;
        position: relative;
    }

    .list-accreditation > .item > .pic > a:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #000;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        transition: all linear 0.2s;
    }

    .list-accreditation > .item > .pic > a:after {
        width: 32px;
        height: 32px;
        background: transparent url("/local/templates/.default/img/i/sprite.png") -126px -25px no-repeat;
        content: '';
        position: absolute;
        left: 50%;
        margin-left: -10px;
        top: 50%;
        margin-top: -10px;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        transition: all linear 0.2s;
    }

    .list-accreditation > .item > .pic > a:hover:before {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .list-accreditation > .item > .pic > a:hover:after {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .list-accreditation > .item > .info {
        padding-left: 35px;
    }

    .list-accreditation > .item > .info > a {
        display: block;
    }
}

@media (min-width: 1280px) {
    .list-accreditation {
        padding: 0;
        width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    .list-accreditation > .item {
        width: 440px;
        display: inline-table;
        vertical-align: top;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .list-accreditation > .item:nth-child(odd) {
        margin-left: 0;
    }

    .list-accreditation > .item > .info > a {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
}

@media (min-width: 1440px) {
    .list-accreditation {
        width: 1090px;
    }

    .list-accreditation > .item {
        width: 535px;
    }
}

@media (min-width: 1600px) {
    .list-accreditation {
        width: 1180px;
    }

    .list-accreditation > .item {
        width: 580px;
    }
}

.list-info-block {
    font-size: 0;
}

.list-info-block .item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-bottom: 45px;
}

.list-info-block .item img {
    width: 100%;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .list-info-block .item {
        width: 346px;
        margin-left: 15px;
    }

    .list-info-block .item:nth-child(odd) {
        margin-left: 0;
    }
}

@media (min-width: 1280px) {
    .list-info-block .item {
        width: 435px;
        margin-left: 30px;
    }
}

@media (min-width: 1440px) {
    .list-info-block .item {
        width: 525px;
        margin-left: 40px;
    }
}

@media (min-width: 1600px) {
    .list-info-block .item {
        width: 570px;
    }
}

.list-media-collection {
    margin: 0 auto;
    width: 284px;
}

.list-media-collection .elem-media, .onmain-media-list .elem-media {
    text-align: left;
}

.list-media-collection .elem-media > img, .onmain-media-list .elem-media > img, .elem-blog > img{
    position: absolute;
    width: auto;
    height: 100%;
    left: 0;
    top: 0;
}

.school-media-element .elem-media {
    text-align: center;
}

.school-media-element .elem-media img {
    position: inherit;
}

@media (min-width: 768px) {
    .list-media-collection {
        width: 710px;
    }
}

@media (min-width: 1280px) {
    .list-media-collection {
        width: 900px;
    }
}

@media (min-width: 1440px) {
    .list-media-collection {
        width: 1090px;
    }
}

@media (min-width: 1600px) {
    .list-media-collection {
        width: 1180px;
        margin: 0 auto;
    }
}

.list-media-collection.js-gallery .elem-media > img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.list-media-collection.js-gallery .elem-media:after {
    opacity: 0;
    filter: alpha(opacity=0);
}

.list-media-collection.js-gallery .elem-media:hover:after {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.list-news {
    font-size: 0;
}

.list-news .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    margin-bottom: 23px;
    padding: 28px 30px 80px 30px;
    width: 260px;
    min-height: 300px;
}

.list-news .item .date-time {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 10px;
}

.list-news .item .item-link {
    display: table;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #ed524b;
    font-weight: bold;
    margin-bottom: 10px;
}

.list-news .item .item-link:hover {
    text-decoration: underline;
    color: #ed524b;
}

.list-news .item .item-link:before {
    content: '';
    display: block;
    width: 2px;
    height: 30px;
    background-color: #ed524b;
    position: absolute;
    left: -30px;
    top: -5px;
}

.list-news .item .text {
    font-size: 14px;
    line-height: 20px;
}

.news-text.text {
    height: 80px;
    overflow: hidden;
}

.list-news .item .place {
    font-size: 18px;
    font-family: "Tinos", Helvetica, Arial, serif;
    border-top: solid 1px #d0d0d0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 23px;
    padding-top: 11px;
}

.list-news .item img {
    width: 260px;
    margin-left: -30px;
    margin-top: -28px;
    margin-bottom: 47px;
}
.list-news .item.elem-blog img{
    width: auto;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.list-news .item.photo {
    padding-bottom: 30px;
}

.list-news .item.photo .item-link:before {
    content: none;
    display: none;
}

.list-news .item.photo:before {
    width: 32px;
    height: 27px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") 0px -91px no-repeat;
    content: '';
    position: absolute;
    right: 11px;
    top: 10px;
}

.list-news .item.video {
    padding-bottom: 30px;
}

.list-news .item.video .item-link:before {
    content: none;
    display: none;
}

.list-news .item.video:before {
    width: 32px;
    height: 23px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -126px 0px no-repeat;
    content: '';
    position: absolute;
    right: 10px;
    top: 9px;
}

.list-news .item.blue .item-link {
    color: #5d5ca0;
}

.list-news .item.blue .item-link:before {
    background-color: #5d5ca0;
}
.list-news .elem-blog.item.blue .item-link:before {
    content: none;
}
.list-news .item.blue .item-link:hover {
    text-decoration: none;
    color: #ed524b;
}
.list-news .elem-blog.item.blue .item-link:hover {
    color: #ffffff;
}
.list-news .item.blue .item-link:hover:before {
    background-color: #ed524b;
}

.list-news .elem-media {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 23px;
    width: 260px;
    min-height: 300px;
}

.list-news .more-items {
    border: solid 1px rgba(93, 92, 160, 0.4);
    cursor: pointer;
    text-align: center;
    position: relative;
    color: #5d5ca0;
    font-size: 16px;
    height: 50px;
    line-height: 48px;
}

.list-news .more-items:after {
    content: '+';
    position: absolute;
    right: 22px;
    top: 12px;
    line-height: 1;
    font-size: 21px;
    color: #5d5ca0;
}

@media (min-width: 768px) {
    .list-news {
        margin-left: -16px;
    }

    .list-news .item {
        width: 346px;
        min-height: 260px;
        margin-left: 16px;
        margin-bottom: 16px;
    }

    .list-news .item .item-pic {
        display: block;
        height: 150px;
        width: 346px;
        margin-left: -30px;
        overflow: hidden;
        margin-bottom: 20px;
        margin-top: -28px;
    }

    .list-news .item img {
        width: 100%;
        margin: 0;
    }

    .list-news .item.photo,
    .list-news .item.video {
        padding-bottom: 0;
    }

    .list-news .elem-media {
        width: 346px;
        min-height: 260px;
        height: 260px;
        margin-left: 16px;
        margin-bottom: 16px;
    }

    .list-news .elem-media > img {
        height: auto;
        width: 100%;
    }

    .list-news .more-items {
        display: none;
    }
}

@media (min-width: 1280px) {
    .list-news {
        margin-left: -20px;
    }

    .list-news .item {
        min-height: 290px;
        width: 380px;
        margin-left: 20px;
        padding-top: 37px;
        margin-bottom: 20px;
    }

    .list-news .item .item-pic {
        height: 180px;
        width: 380px;
        margin-top: -37px;
    }

    .list-news .item .item-link {
        font-size: 18px;
    }

    .list-news .item .place {
        bottom: 34px;
    }

    .list-news .elem-media {
        min-height: 290px;
        height: 290px;
        width: 380px;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .list-news.three-items .item,
    .list-news.three-items .elem-media {
        width: 286.666px;
        height: 300px;
    }

    .list-news.three-items .elem-media > img {
        width: auto;
        height: 100%;
    }

    .list-news.three-items .item .item-pic {
        width: 286.666px;
    }
}

@media (min-width: 1440px) {
    .list-news .item {
        width: 350px;
    }

    .list-news .item .item-pic {
        width: 350px;
    }

    .list-news .elem-media {
        width: 350px;
    }

    .list-news.three-items .item,
    .list-news.three-items .elem-media {
        width: 350px;
    }

    .list-news.three-items .item .item-pic {
        width: 350px;
    }
}

@media (min-width: 1600px) {
    .list-news .item {
        width: 380px;
        min-height: 290px;
    }

    .list-news .item .item-pic {
        width: 380px;
    }

    .list-news .elem-media {
        width: 380px;
    }

    .list-news.three-items .item,
    .list-news.three-items .elem-media {
        width: 380px;
    }

    .list-news.three-items .item .item-pic {
        width: 380px;
    }
}

.list-rhombus {
    list-style: none;
    padding-left: 30px;
}

.list-rhombus > li {
    position: relative;
}

.list-rhombus > li:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border: solid 1px #4a4a4a;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: -30px;
    top: 8px;
}

.list-success {
    margin: 0 auto;
    width: 280px;
}

@media (min-width: 768px) {
    .list-success {
        width: 769px;
    }
}

@media (min-width: 1280px) {
    .list-success {
        width: 900px;
    }
}

@media (min-width: 1440px) {
    .list-success {
        width: 1090px;
    }
}

@media (min-width: 1600px) {
    .list-success {
        width: 1180px;
    }
}

.nav-mobile {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1003;
    height: 55px;
    border-top: solid 1px transparent;
    background-color: #fff;
}

.nav-mobile .mobile-burger {
    position: absolute;
    display: block;
    width: 21px;
    height: 16px;
    left: 18px;
    top: 20px;
    cursor: pointer;
}

.nav-mobile .mobile-burger > span {
    display: block;
    width: 21px;
    height: 2px;
    background-color: #636363;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.nav-mobile .mobile-burger:before,
.nav-mobile .mobile-burger:after {
    content: '';
    display: block;
    width: 21px;
    height: 2px;
    background-color: #636363;
    position: absolute;
    left: 0;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.nav-mobile .mobile-burger:before {
    top: 0;
}

.nav-mobile .mobile-burger:after {
    bottom: 0;
}

.nav-mobile .mobile-burger.opened > span {
    left: -40px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.nav-mobile .mobile-burger.opened:before {
    top: 7px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-mobile .mobile-burger.opened:after {
    bottom: 7px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-mobile .mobile-logo {
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    color: #787878;
    line-height: 12px;
    font-weight: 500;
    position: relative;
    padding-left: 46px;
    padding-top: 4px;
    margin: 8px 0 0 55px;
    width: 150px;
}

.nav-mobile .mobile-logo:before {
    content: '';
    display: block;
    width: 37px;
    height: 45px;
    background: transparent url('/local/templates/.default/img/d/logo.png') 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.nav-mobile .mobile-lang {
    float: right;
    margin-right: 18px;
    margin-top: 18px;
    line-height: 1;
    text-transform: uppercase;
}

.nav-mobile .mobile-lang span,
.nav-mobile .mobile-lang a {
    display: inline-block;
    color: #2f2f2f;
    text-decoration: none;
}

.nav-mobile .mobile-lang a.active,
.nav-mobile .mobile-lang span {
    cursor: default;
    border-bottom: solid 2px #2f2f2f;
}

.nav-mobile .mobile-lang a {
    border-bottom: solid 2px transparent;
}

.nav-mobile .mobile-lang a:hover {
    color: #ed524b;
}

.nav-mobile .nav-section {
    width: 320px;
    position: absolute;
    left: -320px;
    top: 54px;
    padding-left: 58px;
    padding-top: 55px;
    padding-bottom: 80px;
    overflow-y: auto;
    z-index: 10;
    background-color: #fff;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.nav-mobile .nav-section.opened {
    left: 0;
    width: 300px;
}

.nav-mobile .nav-section a.mob-nav-item {
    text-transform: uppercase;
    display: table;
    font-weight: 500;
}

.nav-mobile .nav-section .mob-nav-item {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 8px;
}

.nav-mobile .nav-section .mob-nav-item:first-child {
    padding-top: 0;
}

.nav-mobile .nav-section .mob-nav-item > span {
    color: #5d5ca0;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: color linear 0.2s;
    -o-transition: color linear 0.2s;
    transition: color linear 0.2s;
}

.nav-mobile .nav-section .mob-nav-item > span:hover {
    /*color: @link-hover-color;*/
}

.nav-mobile .nav-section .mob-nav-item > span:after {
    content: '';
    display: none;
    width: 5px;
    height: 9px;
    background: transparent url('/local/templates/.default/img/d/icon-arr_next.png') 0 0 no-repeat;
    position: absolute;
    right: -20px;
    top: 3px;
}

.nav-mobile .nav-section .mob-nav-item.has-submenu > span:after {
    display: block;
}

.nav-mobile .nav-section .mob-nav-item.opened > .mob-submenu {
    display: block;
}

.nav-mobile .nav-section .mob-submenu {
    display: none;
    margin-left: -3px;
}

.nav-mobile .nav-section .mob-submenu .mob-sub-back {
    cursor: pointer;
    position: relative;
    display: table;
    color: #5d5ca0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 35px;
}

.nav-mobile .nav-section .mob-submenu .mob-sub-back:before {
    content: '';
    width: 5px;
    height: 9px;
    background: transparent url('/local/templates/.default/img/d/icon-arr_back.png') 0 0 no-repeat;
    position: absolute;
    left: -20px;
    top: 6px;
}

.nav-mobile .nav-section .mob-submenu .mob-sub-header {
    display: table;
    margin-bottom: 18px;
    text-decoration: none;
}

.nav-mobile .nav-section .mob-submenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-mobile .nav-section .mob-submenu ul li {
    margin-bottom: 4px;
}

.nav-mobile .nav-section .mob-submenu .mob-programm-single {
    width: 220px;
    border-top: solid 1px #cfcfcf;
    margin-bottom: 17px;
}

.nav-mobile .nav-section .mob-submenu .mob-programm-head {
    display: block;
    font-size: 14px;
    color: #4a4a4a;
    font-family: "Tinos", Helvetica, Arial, serif;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 14px;
    text-decoration: none;
}

.nav-mobile .nav-section .mob-submenu .mob-programm-head > span {
    display: block;
}

.nav-mobile .nav-section .form-search-side {
    margin-left: 0;
    margin-top: 53px;
}

.nav-request-mob {
    margin: 0 auto;
    width: 280px;
    text-align: justify;
}

.nav-request-mob > span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid 1px transparent;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-family: "Tinos", Helvetica, Arial, serif;
    position: relative;
}

.nav-request-mob > span.active {
    border-color: #ed524b;
    color: #ed524b;
}

.nav-request-mob > span:before {
    content: '';
    display: block;
    width: 18px;
    height: 1px;
    border-bottom: dotted 1px #5f5f5f;
    position: absolute;
    left: -25px;
    top: 9px;
}

.nav-request-mob > span:first-child:before {
    content: none;
    display: none;
}

.nav-request-mob:after {
    content: '';
    display: inline-block;
    width: 100%;
}

@media (min-width: 1280px) {
    .nav-request-mob {
        display: none;
    }
}

.nav-side-menu {
    padding: 42px 0 0 68px;
    margin-bottom: 65px;
}

.nav-side-menu > ul {
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
}

.nav-side-menu > ul > li {
    height: 30px;
    margin-bottom: 10px;
    padding-top: 5px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.nav-side-menu > ul > li > a {
    font-size: 14px;
    text-transform: uppercase;
    color: #494949;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    display: block;
}

.nav-side-menu > ul > li > a:before,
.nav-side-menu > ul > li > a:after {
    content: '';
    display: block;
    height: 30px;
    width: 2px;
    background-color: #ed524b;
    position: absolute;
    left: 1px;
    top: -36px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.nav-side-menu > ul > li > a:after {
    top: auto;
    bottom: -36px;
}

.nav-side-menu > ul > li > a:hover {
    color: #ed524b;
    padding-left: 19px;
}

.nav-side-menu > ul > li > a:hover:before {
    top: -6px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav-side-menu > ul > li > a:hover:after {
    bottom: -6px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav-side-menu > ul > li > .side-submenu {
    position: absolute;
    left: -100em;
    top: 390px;
    background-color: #fff;
    font-size: 16px;
    padding: 50px 60px;
    box-shadow: -5px 0 30px -7px rgba(0, 0, 0, 0.15);
    z-index: 5;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity linear 0.2s;
    -o-transition: opacity linear 0.2s;
    transition: opacity linear 0.2s;
}

.nav-side-menu > ul > li > .side-submenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-side-menu > ul > li > .side-submenu ul li {
    margin-bottom: 8px;
}

.nav-side-menu > ul > li:hover > a,
.nav-side-menu > ul > li.active > a {
    color: #ed524b;
    padding-left: 19px;
}

.nav-side-menu > ul > li:hover > a:before,
.nav-side-menu > ul > li.active > a:before {
    top: -6px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav-side-menu > ul > li:hover > a:after,
.nav-side-menu > ul > li.active > a:after {
    bottom: -6px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav-side-menu > ul > li:hover > .side-submenu {
    left: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.side-submenu.about {
    white-space: nowrap;
}

.side-submenu .submenu-header {
    display: table;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 16px;
}

.side-submenu .menu-programm-wrapper {
    font-size: 0;
    white-space: nowrap;
}

.side-submenu .menu-programm-wrapper:before,
.side-submenu .menu-programm-wrapper:after {
    content: " ";
    display: table;
}

.side-submenu .menu-programm-wrapper:after {
    clear: both;
}

.side-submenu .menu-programm-wrapper:before,
.side-submenu .menu-programm-wrapper:after {
    content: " ";
    display: table;
}

.side-submenu .menu-programm-wrapper:after {
    clear: both;
}

.side-submenu .menu-programm-wrapper .menu-programm {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    white-space: normal;
    font-size: 16px;
}

.side-submenu .menu-programm-wrapper .menu-programm.prog-middle {
    margin-left: 49px;
    margin-right: 49px;
}

.side-submenu .menu-programm-wrapper .menu-programm .programm-head {
    display: block;
    border-top: solid 1px #cfcfcf;
    border-bottom: solid 1px #cfcfcf;
    color: #4a4a4a;
    text-decoration: none;
    font-size: 14px;
    font-family: "Tinos", Helvetica, Arial, serif;
    line-height: 1.3;
    padding: 18px 0;
    margin-bottom: 18px;
}

.side-submenu .menu-programm-wrapper .menu-programm .programm-head > span {
    display: block;
}

.side-submenu .menu-programm-wrapper .menu-programm .programm-head > i {
    letter-spacing: -0.02em;
}

.nav-stroke {
    display: none;
    height: 45px;
    position: relative;
    margin-left: 18px;
    margin-right: 18px;
    margin-bottom: 60px;
}

.nav-stroke .scroller {
    font-size: 0;
    padding-bottom: 15px;
    text-align: justify;
    position: absolute;
}

.nav-stroke .scroller:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #bfbfbf;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
}

.nav-stroke .scroller:after {
    content: none;
    display: inline-block;
    width: 100%;
}

.nav-stroke .scroller > a,
.nav-stroke .scroller > span {
    font-size: 14px;
    text-decoration: none;
    color: #494949;
    text-transform: uppercase;
    font-weight: 300;
    display: inline-block;
    position: relative;
    text-align: center;
}

.nav-stroke .scroller > a:after,
.nav-stroke .scroller > span:after {
    content: none;
    display: none;
    width: 100%;
    height: 2px;
    background-color: #ed524b;
    position: absolute;
    bottom: -16px;
    z-index: 1;
}

.nav-stroke .scroller > a:first-child,
.nav-stroke .scroller > span:first-child {
    margin-left: 0;
}

.nav-stroke .scroller > a > i,
.nav-stroke .scroller > span > i {
    display: table;
    text-transform: none;
    color: #4a4a4a !important;
    text-align: center;
    margin: 0 auto 5px;
}

.nav-stroke .scroller > a:hover {
    color: #ed524b;
}

.nav-stroke .scroller > a.active,
.nav-stroke .scroller > span {
    color: #ed524b;
}

.nav-stroke .scroller > a.active:after,
.nav-stroke .scroller > span:after {
    content: '';
    display: block;
}

@media (max-width: 1279px) {
    .show-max-1279 {
        display: block !important;
    }
}


@media (min-width: 768px) {
    .nav-stroke {
        margin-left: auto;
        margin-right: auto;
        width: 708px;
    }

    .nav-stroke .scroller {
        width: 708px;
    }

    .nav-stroke .scroller:after {
        content: '';
    }
}

@media (min-width: 1280px) {
    .nav-stroke {
        display: block;
        width: 900px;
    }

    .nav-stroke .scroller {
        width: 900px;
    }
}

@media (min-width: 1440px) {
    .nav-stroke {
        width: 1090px;
    }

    .nav-stroke .scroller {
        /*white-space: normal;*/
        width: 1090px;
    }
}

@media (min-width: 1600px) {
    .nav-stroke {
        width: 1180px;
    }

    .nav-stroke .scroller {
        width: 1180px;
    }
}

@media (min-width: 768px) {
    .our-schools .nav-stroke {
        display: block;
    }
}

.page-request .nav-stroke {
    margin-bottom: 40px;
}

.page-request .nav-stroke .scroller > a,
.page-request .nav-stroke .scroller > span {
    font-size: 12px;
    margin-left: 0;
    position: relative;
    color: #a4a4a4;
    cursor: default;
}

.page-request .nav-stroke .scroller > a:before,
.page-request .nav-stroke .scroller > span:before {
    content: '\e803';
    font-family: "fontello";
    display: inline-block;
    position: absolute;
    left: -16px;
    margin-top: 1px;
}

.page-request .nav-stroke .scroller > a:hover,
.page-request .nav-stroke .scroller > span:hover {
    color: #a4a4a4;
}

.page-request .nav-stroke .scroller > a.active,
.page-request .nav-stroke .scroller > span.active {
    color: #ed524b;
}

.page-request .nav-stroke .scroller > a.active:hover,
.page-request .nav-stroke .scroller > span.active:hover {
    color: #ed524b;
}

.page-request .nav-stroke .scroller > a.active:before,
.page-request .nav-stroke .scroller > span.active:before {
    color: #a4a4a4;
}

.page-request .nav-stroke .scroller > a:first-child:before,
.page-request .nav-stroke .scroller > span:first-child:before {
    content: none;
    display: none;
}

@media (min-width: 1440px) {
    .page-request .nav-stroke .scroller > a,
    .page-request .nav-stroke .scroller > span {
        font-size: 14px;
    }

    .page-request .nav-stroke .scroller > a:before,
    .page-request .nav-stroke .scroller > span:before {
        left: -22px;
    }
}

@media (min-width: 1600px) {
    .page-request .nav-stroke .scroller > a:before,
    .page-request .nav-stroke .scroller > span:before {
        left: -32px;
    }
}

.nav-subnav-mobile {
    display: block;
    width: 280px;
    margin: 0 auto 20px;
}

.nav-subnav-mobile .dropdown {
    width: 100%;
    height: 40px;
    border: solid 1px #bfbfbf;
    padding: 10px 27px 0 27px;
}

.nav-subnav-mobile .dropdown.open {
    border-bottom: solid 1px transparent;
}

.nav-subnav-mobile .dropdown.open [class^="glyph-down-"] {
    display: none;
}

.nav-subnav-mobile .dropdown.open [class^="glyph-up-"] {
    display: inline-block;
}

.nav-subnav-mobile .dropdown.open .dropdown-toggle {
    color: #ed524b;
}
.our-schools .nav-subnav-mobile .dropdown {
	height:85px;
}

.nav-subnav-mobile .dropdown .dropdown-toggle {
    font-size: 14px;
    color: #4a4a4a;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.nav-subnav-mobile .dropdown [class^="glyph-"] {
    float: right;
}

.nav-subnav-mobile .dropdown [class^="glyph-down-"] {
    display: inline-block;
}

.nav-subnav-mobile .dropdown [class^="glyph-up-"]{
    display: none;
}
@media (max-width: 768px) {
    .box-school-detail + .box-contacts .nav-subnav-mobile .dropdown [class^="glyph-down-"],
    .box-school-detail + .box-contacts .nav-subnav-mobile .dropdown [class^="glyph-up-"]{
        display: none;
    }
}
.nav-subnav-mobile .dropdown-menu {
    background-color: #eee;
    width: 280px;
    border: solid 1px #bfbfbf;
    border-top: solid 1px transparent;
    top: 36px;
    left: -1px;
    margin: 0;
    padding: 0 0 7px 0;
    box-shadow: none;
}

.nav-subnav-mobile .dropdown-menu > li > a {
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 300;
    text-transform: uppercase;
    padding: 5px 20px 5px 27px;
    white-space: normal;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.nav-subnav-mobile .dropdown-menu > li > a:hover {
    background-color: inherit;
    color: #ed524b;
}

@media (min-width: 1280px) {
    .nav-subnav-mobile {
        display: none;
    }
}

.nav-subnav-mobile.mob-contacts-select {
    margin-top: 30px;
}

.nav-subnav-mobile.mob-contacts-select .dropdown {
    height: 100px;
    padding-top: 20px;
}

.nav-subnav-mobile.mob-contacts-select .dropdown .dropdown-toggle {
    text-transform: none;
}

.nav-subnav-mobile.mob-contacts-select .dropdown .dropdown-toggle > b {
    display: table;
    font-size: 18px;
    line-height: 20px;
    color: #4a4a4a;
}

.nav-subnav-mobile.mob-contacts-select .dropdown .dropdown-toggle .txt-alert {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}

.nav-subnav-mobile.mob-contacts-select .dropdown .dropdown-toggle [class^="glyph-"] {
    margin-top: -25px;
    margin-right: 0;
    border: solid 1px #5d5ca0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 24px;
    text-align: center;
    padding-right: 1px;
    -webkit-transition: border-color linear 0.2s;
    -o-transition: border-color linear 0.2s;
    transition: border-color linear 0.2s;
}

.box-main-contacts .nav-subnav-mobile.mob-contacts-select .dropdown .dropdown-toggle [class^="glyph-"]{
    margin-right: 20px;
}

.nav-subnav-mobile.mob-contacts-select .dropdown .dropdown-toggle [class^="glyph-"]:before {
    position: relative;
    top: -1px;
}

.nav-subnav-mobile.mob-contacts-select .dropdown .dropdown-toggle[aria-expanded="true"] [class^="glyph-"] {
    border-color: #ed524b;
}

.nav-subnav-mobile.mob-contacts-select .dropdown .dropdown-toggle[aria-expanded="true"] [class^="glyph-"]:before {
    top: -2px;
}

.nav-subnav-mobile.mob-contacts-select .dropdown .dropdown-menu {
    top: 95px;
}

.nav-subnav-mobile.mob-contacts-select .dropdown .dropdown-menu > li > a {
    text-transform: none;
    font-size: 18px;
    cursor: pointer;
}

.our-schools .nav-subnav-mobile .dropdown .dropdown-toggle {
    font-size: 12px;
}

.our-schools .nav-subnav-mobile .dropdown .dropdown-toggle > i {
    display: table;
    text-transform: none;
}

.our-schools .nav-subnav-mobile .dropdown [class^="glyph-"] {
    position: absolute;
    right: -8px;
    top: 8px;
}

.our-schools .nav-subnav-mobile .dropdown-menu {
    top: 61px;
}

.our-schools .nav-subnav-mobile .dropdown-menu > li > a {
    font-size: 12px;
}

.our-schools .nav-subnav-mobile .dropdown-menu > li > a i {
    display: table;
    text-transform: none;
}

@media (min-width: 768px) {
    .our-schools .nav-subnav-mobile {
        display: none;
    }
}

.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-sub-html,
.lg-toolbar {
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 1080;
}

#lg-counter,
.lg-outer .lg-video-cont {
    vertical-align: middle;
    display: inline-block;
}

.lg-icon {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #ffffff;
}

.lg-actions .lg-next {
    right: 20px;
}

.lg-actions .lg-next:before {
    content: "\e095";
}

.lg-actions .lg-prev {
    left: 20px;
}

.lg-actions .lg-prev:after {
    content: "\e094";
}

@-webkit-keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: -30px;
    }
}

@-moz-keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: -30px;
    }
}

@-ms-keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: -30px;
    }
}

@keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: -30px;
    }
}

@-webkit-keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 30px;
    }
}

@-moz-keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 30px;
    }
}

@-ms-keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 30px;
    }
}

@keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 30px;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: 0;
}

.lg-toolbar .lg-icon:hover {
    color: #ffffff;
}

.lg-toolbar .lg-close:after {
    content: "\e070";
}

.lg-toolbar .lg-download:after {
    content: "\e0f2";
}

.lg-sub-html {
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

#lg-counter {
    color: #999;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
    -moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
    -o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
    transition: transform 250ms ease 0s, opacity 250ms !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px;
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
    color: #ffffff;
}

.lg-outer .lg-video-cont {
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(/local/components/bismoscow/iblock.element.add.form/templates/ru_branch/..//local/templates/.default/img/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(/local/components/bismoscow/iblock.element.add.form/templates/ru_branch/..//local/templates/.default/img/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(/local/components/bismoscow/iblock.element.add.form/templates/ru_branch/..//local/templates/.default/img/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(/local/components/bismoscow/iblock.element.add.form/templates/ru_branch/..//local/templates/.default/img/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(/local/components/bismoscow/iblock.element.add.form/templates/ru_branch/..//local/templates/.default/img/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-palying .lg-object,
.lg-outer .lg-has-video.lg-video-palying .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -moz-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    -moz-transition: -moz-transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease 0s;
    transition: transform .3s ease 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
    transition: transform .3s ease 0s, opacity .15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

#lg-zoom-in:after {
    content: "\e311";
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none;
}

#lg-zoom-out:after {
    content: "\e312";
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #ffffff inset;
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #ffffff inset;
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.group:after,
.group:before {
    display: table;
    content: "";
    line-height: 0;
}

.group:after {
    clear: both;
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.lg-outer .lg-item {
    background: url(/local/components/bismoscow/iblock.element.add.form/templates/ru_branch/..//local/templates/.default/img/loading.gif) center center no-repeat;
    display: none !important;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.lg-outer .lg-img-wrap {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 5px;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1060;
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-empty-html {
    display: none;
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: rgba(80, 80, 80, 0.9);
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    will-change: transform, opacity;
}

.lg-css3.lg-use-left .lg-item {
    will-change: left, opacity;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -moz-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/* 
	Customize for British International School 
*/
.lg-toolbar {
    background-color: transparent;
}

.lg-toolbar .lg-close {
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    position: relative;
    top: 30px;
    right: 30px;
}

.lg-toolbar .lg-close:after {
    width: 20px;
    height: 20px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") 0px -26px no-repeat;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    padding: 0;
    background-color: transparent;
}

.lg-actions .lg-next:before,
.lg-actions .lg-prev:before {
    position: absolute;
    top: 3px;
}

.lg-actions .lg-next:before {
    width: 19px;
    height: 24px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -21px 0px no-repeat;
    content: '';
    right: 5px;
}

.lg-actions .lg-prev:before {
    width: 19px;
    height: 24px;
    background: transparent url("/local/templates/.default/img/i/sprite.png") 0px 0px no-repeat;
    content: '';
    left: 5px;
}

.lg-outer .lg-thumb-outer {
    background-color: transparent;
    max-width: 1280px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0) !important;
}

.lg-outer .lg-thumb {
    padding: 0;
}

.lg-outer .lg-thumb-item {
    border: none;
    border-radius: 0;
    position: relative;
}

.lg-outer .lg-thumb-item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #27257c;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.lg-outer .lg-thumb-item.active:before {
    content: none;
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #ffffff url('/local/templates/.default/img/d/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    font-size: 0;
    border: none;
    display: block;
    width: 9px;
    height: 12px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    outline: none;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.slick-prev:hover,
.slick-next:hover {
    width: 15px;
    height: 20px;
    top: 0px !important;
}

.slick-next {
    background-image: url('/local/templates/.default/img/d/icon-next.png');
    background-position: 100% 0;
}

.slick-prev {
    background-image: url('/local/templates/.default/img/d/icon-prev.png');
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: .25;
}

/* Dots */
.slick-dots {
    display: block;
    width: 100%;
	height: 16px;
    padding: 0;
    list-style: none;
    text-align: center;
    white-space: nowrap;
}

.slick-dots li {
    position: relative;
    display: inline-block;
	vertical-align: top;
    width: 16px;
    height: 16px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    position: relative;
    font-size: 0;
    line-height: 0;
	padding: 0;
    display: block;
    width: 16px;
    height: 16px;
    border: solid 2px transparent;
    border-radius: 50%;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 50%;
    background-color: #bbb;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 50%;
    margin-top: -5px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.slick-dots li button:hover:before {
    background-color: #ed524b;
}

.slick-dots li.slick-active button {
    border: solid 2px #ed524b;
}

.slick-dots li.slick-active button:before {
    opacity: 0;
    filter: alpha(opacity=0);
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    position: relative;
    outline: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slider-container {
    position: relative;
    padding-bottom: 45px;
}

.news-slider-wrapper {
    height: 475px;
    overflow: hidden;
    float: left;
}

.about-slider-container {
    overflow: hidden;
    float: left;
}

.slider-container .slick-paging {
    position: absolute;
    padding-left: 25px;
    padding-right: 25px;
    height: 20px;
    bottom: 0;
}

.slider-container .slick-paging .slick-prev,
.slider-container .slick-paging .slick-next {
    top: 4px;
}

.slider-container .slick-paging .slick-prev {
    left: 0;
}

.slider-container .slick-paging .slick-next {
    right: 0;
}

.slider-container .slick-paging .slick-dots {
    margin-bottom: 0;
    margin-top: 2px;
}

.slick-paging-centered {
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.slick-paging-left {
    left: 0;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

#wrapper-sliderSchool .slick-paging {
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media (min-width: 768px) {
    #wrapper-sliderSchool .slick-paging {
        left: 0;
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

#wrapper-sliderParents .slick-paging {
    bottom: 17px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#wrapper-sliderParents .slick-slide {
    height: 380px;
    overflow: hidden;
}

#wrapper-sliderMain {
    padding: 0;
    margin: 0;
}

#sliderMain .slick-prev,
#sliderMain .slick-next {
    width: 13px;
    height: 21px;
    top: 38% !important;
    transform: translateY(-50%);
    background-image: url(/local/templates/.default/img/d/slick-next_2.png);
    z-index: 3;
}
#sliderMain .slick-prev {
    transform: translateY(-50%) rotate(180deg);
    left: 10px;
}
#sliderMain .slick-next {
    right: 10px;
}

#wrapper-sliderProgs .slick-paging {
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.box-blog-one #wrapper-onmain-slider .slick-paging{
    left: -webkit-calc(50% - 58px);
    left: -moz-calc(50% - 58px);
    left: calc(50% - 58px);
}
#wrapper-sliderTeacher {
    margin-bottom: 80px;
}

#sliderTeacher {
    background: #e2e2e8;
}

#wrapper-sliderTeacher .slick-paging {
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#wrapper-sliderDetail .slick-paging {
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#wrapper-sliderNews .slick-paging {
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#wrapper-onmain-slider {
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#wrapper-onmain-slider .slick-paging,#wrapper-onmain-slider-smi .slick-paging, #wrapper-onmain-media-slider .slick-paging {
    left: 50%;
}

#wrapper-sliderAccred {
  padding-bottom: 30px;
}
#wrapper-sliderAccred .slick-paging {
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.slider-our-school {
    font-size: 0;
}

.slider-our-school .item {
    outline: none;
    width: 284px;
}

.slider-our-school .item > img {
    width: 100%;
}

@media (min-width: 768px) {
    .slider-our-school .item {
        width: 708px;
    }
}

@media (min-width: 1280px) {
    .slider-our-school {
        float: right;
        width: 510px;
    }

    .slider-our-school .item {
        width: 510px;
    }
}

@media (min-width: 1440px) {
    .slider-our-school {
        width: 706px;
    }

    .slider-our-school .item {
        width: 706px;
    }
}

@media (min-width: 1600px) {
    .slider-our-school {
        width: 766px;
    }

    .slider-our-school .item {
        width: 766px;
    }
}

#black-back {
    display: none;
    transition: .3s;
}

#black-back.active {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: .5;
    z-index: 1001;
}
.school-list{
    margin-top: 30px;
    width: 192px;
    float: left;
    padding-left: 0;
    margin-right: 48px;
}
.school-list li{
    padding: 20px 0;
    border-bottom: 1px solid #c9c8c9;
}
.school-list li a{
    font-size: 18px;
    font-weight: 300;
    color: #525296;
    cursor: pointer;
}
@media (max-width: 767px){
    .school-list{
        display: none;
    }
}
.box-contacts-wrapper{
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}
.slider-our-school.left{
  float: left;
}
.image-text{
  max-width: 370px;
  float: right;
}
@media (max-width: 1280px) {
  .image-text {
    max-width: 708px;
    margin-top: 10px;
  }
}
@media (max-width: 768px){
  .list-info-block.block .item{
    display: block;
    margin-bottom: 5px;
  }
  .list-info-block.block .item:first-child{
    margin-top: 5px;
  }
  .list-info-block.block .item:last-child{
    margin-bottom: 30px;
  }
}
@media (min-width: 768px){
  .list-info-block.block .item:nth-child(odd) {
    margin-left: 0;
  }
}
@media (min-width: 1280px){
  .list-info-block.block .item{
    width: 430px;
  }
}
@media (min-width: 1440px) {
  .list-info-block.block .item {
    width: 535px;
    margin-left: 20px;
  }
}
@media (min-width: 1600px) {
  .list-info-block.block .item {
    width: 580px;
  }
}
.box-school-detail.no-margin-bottom{
  margin-bottom: 0;
}
.nav-stroke .scroller > span > i.program-name,
.nav-stroke .scroller > a > i.program-name{
    text-transform: uppercase;
}
@media (max-width: 768px) {
	.our-schools .nav-subnav-mobile .dropdown [class^="glyph-"]	{
		right: 0px;
		top: 0px;
	}
	
}
.elem-school-gallery.no-font-size{
	margin-bottom:35px;
}
@media (max-width: 1279px) {
  .en .nav-stroke .scroller > span {
    width: 225px;
    margin-left: 0;
  }

  .en .nav-stroke .scroller > a {
    margin-left: 0;
    width: 225px;
  }
}

.custom_paging{
    padding: 0;
    margin: 0;
}
.custom_paging li{
    display: none;
    font-family: "Tinos", Helvetica, Arial, serif;
    font-size: 16px;
    font-weight: bold;
    margin-top: -1px;
    width: auto;
    cursor: initial;
}
.custom_paging li.slick-active{
    display: block;
}
.custom_paging li.slick-active .current{
    color: #ed524b;
}

.slider-container .slide.hide {
    display: none;
}

.slider-container img {
    opacity: 0;
}

.fb-icon {
    width: 25px;
    height: 25px;
    background: url(/local/templates/.default/img/i/icon-fb.png) no-repeat;
    display: block;
    float: left;
}

.vk-icon {
    width: 25px;
    height: 25px;
    background: url(/local/templates/.default/img/i/icon-vk.png) no-repeat;
    display: block;
    float: left;
}

.telegramm-icon {
    width: 25px;
    height: 25px;
    background: url(/local/templates/.default/img/i/icon-telegramm.png) no-repeat;
    display: block;
    float: left;
}

.instagram-icon {
    width: 25px;
    height: 25px;
    background: url(/local/templates/.default/img/i/icon-instagram.png) no-repeat;
    display: block;
    float: left;
    margin-right: 5px;
}
.youtube-icon {
    width: 25px;
    height: 25px;
    background: url(/local/templates/.default/img/i/icon-youtube.png) no-repeat;
    display: block;
    float: left;
    margin-right: 5px;
    background-size: contain;
    border-radius: 5px;
}

.review-more {
    display: block;
    margin-top: 10px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #fff;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/local/components/bismoscow/iblock.element.add.form/templates/ru_branch/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('/local/components/bismoscow/iblock.element.add.form/templates/ru_branch/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: 0; right: -85px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 8040;
    background: transparent url("/local/templates/.default/img/i/sprite.png") -42px 0px no-repeat;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('/local/components/bismoscow/iblock.element.add.form/templates/ru_branch/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('/local/components/bismoscow/iblock.element.add.form/templates/ru_branch/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5) !important;
    opacity: 1 !important;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('/local/components/bismoscow/iblock.element.add.form/templates/ru_branch/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('/local/components/bismoscow/iblock.element.add.form/templates/ru_branch/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

.review-popup {
    padding: 20px 10px;
    overflow-y: auto;
}

.review-popup .title {
    font-size: 18px;
    display: block;
    font-family: "Tinos", Helvetica, Arial, serif;
    color: #ed524b;
    margin-bottom: 7px;
}

.review-popup__school {
    border-bottom: solid 1px #d0d0d0;
    padding: 0 0 20px 0;
    margin: 0 0 10px 0;
    min-width: 150px;
    display: inline-block;
}

#slider-success-history .elem-review {
    padding-top: 29px !important;
    position: relative;
}

#slider-success-history a {
    outline: none;
}

#slider-success-history .file {
    width: 16px;
    height: 19px;
    content: '';
    position: absolute;
    right: 20px; top: 20px;
    background: url(/local/templates/.default/img/i/sprite.png) -100px -20px no-repeat;
}

.success-history__img {
    width: 188px;
    height: 188px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 17px;
}

.success-history__img img {
    width: 100%;
    height: 100%;
}

.success-history__name {
    text-align: center;
    font-size: 18px;
    display: block;
    margin-bottom: 2px;
    color: #5d5ca0;
}

.success-history__desc {
    text-align: center;
}

.success-history__text {
    height: 95px;
    overflow: hidden;
    border-top: 1px solid #d0d0d0;
    margin-top: 27px;
    padding: 13px 20px 0 30px;
    position: relative;
    line-height: 21px;
}

.success-history__text::after {
    content: '';
    width: 20px;
    height: 14px;
    position: absolute;
    left: 0; top: 13px;
    background: url(/local/templates/.default/img/i/quotes_small.png);
}

#wrapper-slider-success-history {
    margin-bottom: 55px;
}

#wrapper-slider-success-history .slick-paging {
    left: 50%;
    margin-left: -115px;
}
.slider-right .about-slider-container {
    float: right;
}

@media (max-width: 1280px) {
    #wrapper-slider-success-history .elem-review {
        height: 450px;
    }
    .news-slider-wrapper {
        float: left;
        height: auto;
    }
    .about-slider-container {
        float: left;
        height: auto;
    }
    .box-news-one iframe {
        width: 708px;
        height: 400px;
    }
}

@media (max-width: 1279px) {
    .about-slider-container, .news-slider-wrapper {
        /*float: none;*/
    }
    .second-no-marg .elem-media:nth-child(odd) {
        margin-left: 0;
    }
    .second-no-marg .elem-media:nth-child(even) {
        margin-right: 0;
    }
    .onmain-media-list .elem-media:nth-child(odd) {
        margin-left: 0;
        margin-right: 15px;
    }
    .onmain-media-list .elem-media:nth-child(even) {
        margin-right: 0;
        margin-left: 0;
    }
    .onmain-media-list {
        width: 710px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .success-history__text {
        padding: 31px 0 0 0px;
    }
    #wrapper-slider-success-history .slick-paging {
        margin-left: -41px;
    }

    .box-news-one iframe {
        width: 280px;
        height: 200px;
    }
    .news-slider-wrapper {
        float: none;
        height: auto;
    }
    .slider-right .about-slider-container {
        float: none;
    }

    .box-news-one p img,
    .box-news-one > img {
        width: 100% !important;
        height: auto !important;
    }
    .onmain-media-list {
        width: 260px;
    }
}

label.form-control {
    border: none;
}

.policy-container {
    margin: 0 auto 60px;
    overflow: hidden;
    max-width: 260px;
}

.policy-container ol > li:not(:first-child) {
    margin: 18px 0 0 0;
}

.policy-container li { list-style-type: none; }
.policy-container ol { counter-reset: list1; }
.policy-container ol > li:before {
    counter-increment: list1;
    content: counter(list1) ". ";
}
.policy-container ol ol { counter-reset: list2; }
.policy-container ol ol > li:before {
    counter-increment: list2;
    content: counter(list1) "." counter(list2) ". ";
}

.policy-container ul li {
    list-style-type: square;
}

.fontWeightBold {
    font-weight: bold;
}

@media (min-width: 1440px) {
    .policy-container {
        max-width: 1090px;
    }
}

@media (min-width: 1280px) {
    .policy-container {
        max-width: 780px;
    }
}

@media (min-width: 768px) {
    .policy-container {
        max-width: 708px;
    }
}

.fancybox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 8040;
}

@media (min-width: 768px) {
    .fancybox-close {
        top: 0;
        right: -65px;
    }
}


/* popup about cookies */
#give-your-cookies {
    display: none;
    width: 100%;
    background-color: rgba(75, 74, 156, 0.8);
    position: fixed;
    bottom: 0;
    z-index: 10;
}

#give-your-cookies .giveYourData__container {
    width: 100%;
    padding: 10px 35px 10px 30px;
    font-size: 12px;
    position: relative;
    color: #fff;
    text-align: justify;
}

#give-your-cookies .close {
    width: 11px;
    height: 11px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 1;
}

#give-your-cookies .close:before, #give-your-cookies .close:after {
    content: '';
    width: 12px;
    border-bottom: 2px solid rgba(256, 256, 256, 1);
    display: block;
    position: absolute;
    top: 4px;
    right: 0px;
    transform: rotate(45deg);
}

#give-your-cookies .close:hover:before, #give-your-cookies .close:hover:after {
    border-color: rgba(256, 256, 256, 0.6);
}

#give-your-cookies .close:after {
    transform: rotate(-45deg);
}
.box-school-video {
    margin: 30px 0 0 0;
    text-align: center;
}

/*.grecaptcha-badge {display: none;}*/

/******* advantages.script  start *****/
/*************************************/
.real_school-container{
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    font-family: "Tinos", Helvetica, Arial, serif;
}
.real_school-left{
    width: 44.9%;
}
.real_school-left_head{
    margin: 5px;
    background-color: #eeeeee;
    margin-left: 0;
    text-align: center;
}
.real_school-title{
    font-size: 28px;
    color: #5d5ca0;
    padding: 30px 20px 0px;
}
.real_school-year{
    font-size: 36px;
    font-weight: bold;
    color: #ed524b;
}
.real_school-description{
    font-size: 16px;
    font-family: Arial, serif;
    color: #656565;
    padding: 5px 60px 25px;
}
.real_school-left_images{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.real_school-image_container{
    width: 33.3%;
    padding-right: 5px;
    padding-bottom: 5px;
}
.real_school-image{
    text-align: center;
    background-position: center center; /* Положение фона */
    background-repeat: no-repeat; /* Отменяем повторение фона */
    background-size: cover;
    padding: 0 40px;
    margin: 0 auto;
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    flex-grow: 1;
    /*max-width: 235px;*/
    height: 235px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.real_school-image:hover
{
    background: #6360A8!important;
}
.real_school-image_name{
    display: block;
}
.real_school-right{
    width: 55.1%;
}
.real_school-detail{
    background-position: center center; /* Положение фона */
    background-repeat: no-repeat; /* Отменяем повторение фона */
    background-size: cover;
    color: #fff;
    height: 600px;
    position: relative;
    margin-top: 5px;
}
.real_school-detail_content{
    position: absolute;
    left: 30px;
    top: 72%;
}
.real_school-detail_title{
    font-size: 36px;
    line-height: 30px;
}
.real_school-detail_separator{
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}
.real_school-detail_description{
    font-size: 20px;
    font-family: Arial, serif;
}
.real_school-detail_description small{
    font-size: 0.65em;
}
.real_school-find_out{
    background-color: #EFEFEF;
    color: #000;
    font-size: 22px;
    padding: 20px 30px;
    margin: 5px 0;
}

@media screen and (max-width: 1835px) {
    .real_school-description{
        padding: 5px 20px 25px;
    }
    .real_school-detail_content{
        top: inherit;
        bottom: 40px;
    }
}
@media screen and (max-width: 1400px) {
    .real_school-right, .real_school-left{
        width: 50%;
    }
}
@media screen and (max-width: 1024px) {
    .real_school-container{
        flex-wrap: wrap;
        justify-content: center;
    }

    .real_school-right, .real_school-left{
        width: 100%;
    }
    .real_school-left_images, .real_school-left_head{
        height:inherit;
    }
    .real_school-left_head{
        margin-right: 0;
    }
    .real_school-image_container:nth-child(3), .real_school-image_container:nth-child(6){
        padding-right: 0;
    }
    .real_school-image{
        height: 235px;
    }
    .real_school-detail{
        margin-top: 0;
        background-size: cover;
    }
}
@media screen and (max-width: 480px){
    .real_school-detail{
        background-size: 300%;
    }
    .real_school-image_container{
        width: 50%;
    }
    .real_school-image_container:nth-child(odd){
        padding-right: 5px;
    }
    .real_school-image_container:nth-child(even){
        padding-right: 0;
    }
    .real_school-description{
        padding: 5px 20px 25px;
    }
}

@media screen and (max-width: 360px){

}

.real_school-slider .slick-prev,
.real_school-slider .slick-next {
    width: 13px;
    height: 21px;
    top: 38% !important;
    transform: translateY(-50%);
    background-image: url(/local/templates/.default/img/d/slick-next_2.png);
    z-index: 3;
}
.real_school-slider .slick-prev {
    transform: translateY(-50%) rotate(180deg);
    left: 10px;
}
.real_school-slider .slick-next {
    right: 10px;
}

@media (min-width: 1024px) {
    .real_school-detail {
        display: none;
    }
    .real_school-detail.active {
        display: block;
    }
}

@media (max-width: 1023px) {
    .real_school-left_images {
        display: none;
    }
}

@media (max-width: 360px) {
    .real_school-detail_content {
        left: 15px;
        right: 15px;
        top:155px;
    }
    .real_school-detail_title {
        font-size: 32px;
        word-break: break-word;
        margin: 0 auto;
    }
    .real_school-detail_description {
        font-size: 18px;
    }
}

/******* advantages.script  end *****/
/*************************************/

.box-directors {
    margin-bottom: 180px;
    position: relative;
}
.directors-image img {
    width: 100%;
}
.directors-list {
    display: none;
}
.directors-list::after {
    content: '';
    display: block;
    clear: both;
}
.director-item {
    float: left;
    width: 16.666666%;
    text-align: center;
    padding: 0 2px;
}
.director-item:nth-child(1) {
    width: 14%;
}
.director-item:nth-child(2) {
    width: 14%;
}
.director-item:nth-child(3) {
    width: 17%;
}
.director-item:nth-child(4) {
    width: 20%;
}
.director-item:nth-child(5) {
    width: 17%;
}
.director-item:nth-child(6) {
    width: 18%;
}
.director-name {
    font-size: 20px;
    margin: 15px 0 10px;
}
.director-post {
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0;
}
.director-image {
    display: none;
}
.director-image img {
    margin: 0 auto;
    max-width: calc(100% - 20px);
}
.directors-list .slick-prev,
.directors-list .slick-next {
    width: 13px;
    height: 21px;
    top: 38% !important;
    transform: translateY(-50%);
    background-image: url(/local/templates/.default/img/d/slick-next_2.png);
    z-index: 3;
}
.directors-list .slick-prev {
    transform: translateY(-50%) rotate(180deg);
    left: 10px;
}
.directors-list .slick-next {
    right: 10px;
}

@media (max-width: 1023px) {
    .box-directors {
        margin: 60px auto;
    }
    .directors-image {
        display: none;
    }
    .director-image {
        display: block;
    }
    .directors-list {
        display: block;
    }
}

@media (max-width: 767px) {
    .box-directors {
        max-width: 480px;
        padding-left: 28px;
        padding-right: 28px;
    }
    .director-image img {
        width: 100%;
        max-width: 100%;
    }
    .directors-list .slick-prev {
        left: 10px;
    }
    .directors-list .slick-next {
        right: 10px;
    }
}

.marginBottom0 {
    margin-bottom: 0;
}

.hidden-part-of-addr {
    display: none;
}

/* Новые стили контентной части блока слайдера */
.real_school-detail_photo {
    height: 100%;
}

@media screen and (max-width: 360px) {
    .real_school-detail_photo {
        height: 60%;
    }
}

.real_school-detail_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.real_school-detail_content {
    width: calc(100% - 30px);
    height: 28%;
}

@media screen and (max-width: 1835px) {
    .real_school-detail_content {
        /* height: calc(28% + 40px); */
        height: initial;
        bottom: 0;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 360px) {
    .real_school-detail_content {
        height: calc(100% - 155px);
        padding-bottom: 0;
    }
}

.real_school-detail_content::before {
    content: '';
    position: absolute;
    width: calc(100% + 30px);
    left: -30px;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 90%) 10%, rgba(0, 0, 0, 60%) 50%, transparent 100%);
}

@media screen and (max-width: 360px) {
    .real_school-detail_content::before {
        background: linear-gradient(to top, rgba(135, 136, 184, 1) 70%, transparent 100%);
    }
}

.real_school-detail_title,
.real_school-detail_separator,
.real_school-detail_description {
    position: relative;
}

@media screen and (max-width: 360px) {
    .real_school-left_head {
        margin-bottom: 0;
    }

    .real_school-detail_content {
        width: calc(100% - 60px);
        left: 30px;
        right: 30px;
    }

    .real_school-detail_content::before {
        width: calc(100% + 60px);
        left: -30px;
    }

    .real_school-detail_separator {
        text-align: left;
    }

    .real_school-detail_title {
        margin-left: 0;
    }

    .real_school-slider .slick-prev, .real_school-slider .slick-next {
        top: 47% !important;
    }
}
@media (min-width: 1024px) and (max-width: 1366px) {
    .real_school-slider .real_school-detail:first-child img{
        object-position: 25%;
    }
    .real_school-slider .real_school-detail:nth-child(4) img{
        object-position: 58%;
    }
}

.admission-string__box {
    position: fixed;
    height: auto;
    z-index: 10;
    width: 100%;
}

@media (min-width: 1280px){
    .admission-string__box {
        width: calc(100% - 300px);
    }

}

.admission-string__cover {
    background: #fff;
    border-left: 1px #eeeeee solid;
}
.admission-string__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 768px){
    .admission-string__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .admission-string__text {
        margin-bottom: 15px;
    }
}
.admission-string__text {
    font-size: 16px;
}

/*
img {
    width: 100%;
    height: auto;
    aspect-ratio: attr(width) / attr(height);
}*/
.box-blog-one img.pull-left, .box-blog-one img.pull-right{
    width: auto;
    margin-bottom: 15px!important;
    max-width: 50%;
}
.box-blog-one .pull-left{
    padding-right: 20px;
}
.box-blog-one .pull-right{
    padding-left: 20px;
}
.box-blog-one .elem-news-section{
    padding-top: 0;
}
.header__margin--0{
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .box-blog-one img.pull-left, .box-blog-one img.pull-right{
        max-width: 100%;
        padding: 0;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}






















.checkbox .i-checks, .radio .i-checks{
  position: relative;
  padding-left: 0;
}

.checkbox.rules .i-checks{
  font-style: italic;
  padding-left: 40px;
}

.i-checks input{
  position: absolute;
  opacity: 0;
}
.i-checks input:checked + i{
  border-color: #5d5ca0;
}
.i-checks input[type=radio] + i, .i-checks input[type=radio] + i:before, .i-switch i:after{
  border-radius: 50%;
}
.i-checks > i{
  position: relative;
  display: inline-block;
  width: 31px;
  height: 31px;
  margin-top: -2px;
  margin-right: 4px;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  vertical-align: middle;
}
.rules .i-checks > i{
  position: absolute;
  top: 5px;
  left: 0;
}

.i-checks input:checked+i:before {
  top: 6px;
  left: 6px;
  width: 17px;
  height: 17px;
  background-color: #5d5ca0;
}
.i-checks input[type=radio]+i, .i-checks input[type=radio]+i:before, .i-switch i:after {
  border-radius: 50%;
}
.i-checks>i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: transparent;
  content: "";
  -webkit-transition: all .2s;
  transition: all .2s;
}

.logic-group{
  margin-bottom: 10px;
}

.logic-group-title{
  margin-bottom: 20px;
  font-size: 16px;
  font-style: italic;
  color: #656565;
}

.checkbox .i-checks + .error {
  padding-left: 0;
}

.checkbox-agree {
    padding-left: 0 !important;
}

.checkbox-agree .error {
    top: 0;
    white-space: normal;
    font-size: 14px;
}

.agreelabel-patch.error,
.control-label.error,
.error.date-of-birth .control-label,
.error.form-group .control-label {
    color: #e02222 !important;
}

label.checkbox-inline.error {
    color: rgba(101, 101, 101) !important;
    position: static !important;
    display: inline !important;
}

.checkbox.error label {
    color: #e02222 !important;
}

/* .controls-holder button {
    margin-top: 25px;
} */
/* End */
/* /local/components/bismoscow/iblock.element.add.form/templates/ru_branch/style.css?1761301881272356 */
