* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-weight: normal;
}

a, .pseudo {
    text-decoration: none;
    border-bottom: 1px solid;
    color: #1791d6;
    border-color: rgba(23, 145, 214, 0.3);
    cursor: pointer;
}

a:hover, .a_hover {
    color: #c90000 !important;
    border-color: rgba(201, 0, 0, 0.3) !important;
}

.pseudo {
    border-bottom: 1px dotted rgba(0, 178, 244, 0.65) !important;
}

.br3, .br5, .br10, .br15, .br14, .br1, .br20, .br25, .br30, .br40, .br50 {
    height: 5px;
    overflow: hidden;
    display: block;
    clear: both;
}

.br50 {
    height: 50px;
}

.br40 {
    height: 40px;
}

.br30 {
    height: 30px;
}

.br25 {
    height: 25px;
}

.br20 {
    height: 20px;
}

.br15 {
    height: 15px;
}

.br14 {
    height: 14px;
}

.br10 {
    height: 10px;
}

.br3 {
    height: 3px;
}

.br1 {
    height: 1px;
}

.fs_13, .fsa_13, .fsa_13 * {
    font-size: 13px;
}

.fs_14, .fsa_14, .fsa_14 * {
    font-size: 14px;
}

.fs_15, .fsa_15, .fsa_15 * {
    font-size: 15px;
}

.fs_16, .fsa_16, .fsa_16 * {
    font-size: 16px;
}

.fs_18, .fsa_18, .fsa_18 * {
    font-size: 18px;
}

.fs_20, .fsa_20, .fsa_20 * {
    font-size: 20px;
}

.fs_22, .fsa_22, .fsa_22 * {
    font-size: 22px;
}

.fs_24, .fsa_24, .fsa_24 * {
    font-size: 24px;
}

.fs_26, .fsa_26, .fsa_26 * {
    font-size: 26px;
}

.fs_30, .fsa_30, .fsa_30 * {
    font-size: 30px;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
    border: 0 none;
    padding: 7px;
    font-family: 'robotoregular', Arial;
    font-size: 14px;
    outline: 0 none;
    margin: 0;
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
    border-radius: 4px;
}

input[type="text"]:focus {
}

select {
    padding: 5px;
    font-family: 'robotoregular', Arial;
    font-size: 14px;

}

html {
    height: 100%;
}

body {
    height: inherit;
    background-color: #fff;
    background-position: top;
    background-repeat: repeat-x;
    margin: 0;
    font-family: 'robotoregular', Arial;
    color: #000;
    font-size: 14px;
    overflow-y: scroll;
}

.layout_default {

}

.layout_index {
    background-image: url(/v2/i/bg.png);
    background-position: top;
    background-repeat: repeat-x;
}

img {
    vertical-align: middle;
    border: none;
}

i {
    font-family: 'robotoitalic';
}

b, strong {
    font-family: 'robotobold';
}

p {
    margin: 20px 0;
}

.root_table {
    height: 100%;
}

.top_table__wrapper {
    margin-top: 25px;
}

.body_wrapper {
    height: 100%;
    position: relative;
}

.max_width {
    max-width: 1400px;
    min-width: 1020px;
    text-align: left;
    padding: 0 40px;
}

.anb {
    border: none;
}

.root_table__middle {

}

.root_table__bottom {

}

label.custom_input_label {
    display: inline-block;
}

input.custom_input {
    opacity: 0;
    position: relative;
    z-index: 5;
    margin-left: 3px;
}

input.custom_input:disabled span.custom_input {
    opacity: 0.5;
    background: aqua;
}

span.custom_select {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #969696;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    padding: 5px;
}

span.custom_input {
    margin-top: -16px;
    margin-left: 0px;
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #969696;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    z-index: 4;
}

input.custom_input:hover + span.custom_input {
    border-color: #585858;
}

span.custom_input_radio {
    border-radius: 100px;
}

span.custom_input_checkbox {
    border-radius: 2px;
}

input.custom_input:checked + span.custom_input:before {
    content: '';
    display: block;
    position: relative;
}

input.custom_input:checked + span.custom_input_radio:before {
    left: 3px;
    top: 3px;
    width: 5px;
    height: 5px;
    background-color: #000000;
    border-radius: 100px;
}

input.custom_input:checked + span.custom_input_checkbox:before {
    width: 13px;
    height: 13px;
    left: -1px;
    top: -1px;
    background: url("data:image/gif;base64,R0lGODlhDQANALMJADIyMi4uLoWFhVZWVnZ2di8vLzAwMDExMTMzMwAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAkALAAAAAANAA0AAAQhMMlJq70Y4Yn0BoBQHdNxEKOZmINlvDBWzMWWBIGt73wEADs=") no-repeat transparent;
}

input.custom_input:disabled + span.custom_input {
    opacity: 0.3;
}

.white {
    color: #fff;
}

.white a {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.4);
}

.white a:hover {
    color: rgba(255, 255, 255, 0.4) !important;
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}

.search-submit-button {
    border: none;
    background: transparent;
    padding: 6px 5px 7px 5px !important;
    font-size: 14px;
    text-decoration: none;
    position: absolute;
    margin-left: 210px;
    margin-top: 3px;
    height: 27px;
    cursor: pointer;
    width: 27px;
    text-align: center;
    display: block;
}

.index_banner {
    height: 350px;
    background: url(/v2/i/index-banner.jpg) center center no-repeat;
    position: relative;
    border-radius: 4px 4px 0 0;
    box-shadow: -10px 0px 10px -10px rgba(0, 0, 0, 0.5), 10px 0px 10px -10px rgba(0, 0, 0, 0.5);
}

.index_banner__img {
    position: absolute;
    bottom: 0;
    margin-left: -235px;
    left: 30%;
}

.index_banner__link {
    color: #a56455;
    border-bottom-color: rgba(165, 100, 85, 0.3);
    font-family: 'robotobold';
}

.ib_left {
    position: absolute;
    top: 110px;
    left: -10px;
    background-image: url(/v2/i/ib-left-left.png);
    background-position: 0 15px;
    background-repeat: no-repeat;
}

.ib_left__right {
    background: url(/v2/i/ib-left.png) right no-repeat;
    height: 128px;
    padding: 27px 60px 0 10px;
    margin-left: 10px;
}

.ib_right {
    position: absolute;
    top: 110px;
    right: -10px;
    background-image: url(/v2/i/ib-right-right.png);
    background-position: 100% 15px;
    background-repeat: no-repeat;
}

.ib_right__right {
    background: url(/v2/i/ib-right.png) left no-repeat;
    height: 128px;
    padding: 27px 10px 0 60px;
    margin-right: 10px;
}

.main_menu__wrapper {
    overflow: hidden;
    position: relative;
    top: -25px;
    border-radius: 0 0 4px 0;
    box-shadow: 0px 20px 10px -15px rgba(0, 0, 0, 0.6);
    z-index: 100;
}

.main_menu__wrapper__not_main {
    top: -4px;
    border-radius: 4px;
}

.main_menu {

}

.main_menu__mini__wrapper {
    box-shadow: 0px 20px 10px -15px rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 100;
}

.main_menu__mini__wrapper, .main_menu__item {
    background: #dbdbdb;
    background: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#cccccc));
    background: -webkit-linear-gradient(top, #dbdbdb, #cccccc);
    background: -moz-linear-gradient(top, #dbdbdb, #cccccc);
    background: -ms-linear-gradient(top, #dbdbdb, #cccccc);
    background: -o-linear-gradient(top, #dbdbdb, #cccccc);
    background-image: -ms-linear-gradient(top, #dbdbdb 0%, #cccccc 100%);
}

.main_menu__item {
    border-top: 1px solid #ededed;
    border-right: 1px solid #ccc9c8;
    border-left: 1px solid #e3e3e3;
}

.main_menu__item__current {
    background: #828282 !important;
    border-top: none;
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.6) inset;
}

.main_menu__item:first-child {
    border-left: none;
    border-radius: 0 0 0 4px;
}

.main_menu__item:last-child {
    border-right: none;
    border-radius: 0 0 4px 0;
}

.main_menu__item a, .main_menu__item s {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    display: inline-block;
    font-size: 16px;
    border-bottom: none;
    padding: 15px 0;
    color: #333333;
    white-space: nowrap;

}

.main_menu__mini .main_menu__item a, .main_menu__mini .main_menu__item s {
    padding: 10px 0;
}

.main_menu__mini .main_menu__item {
    border-radius: 0;
}

.main_menu__item__current a, .main_menu__item__current s {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    color: #d6d6d6;
}

.main_menu__item s {
    text-decoration: none;
}

.main_menu__item a:hover {
    color: #333333 !important;
    text-shadow: 0 0 5px rgba(23, 142, 176, 0.8);
}

.main_menu__item__lighter {
    position: absolute;
    display: block;
    top: 50%;
    width: 80px;
    height: 3px;
    box-shadow: 0 0 10px rgba(29, 62, 202, 0.7);
    visibility: hidden;
}

.main_menu__item:hover .main_menu__item__lighter {
    /*visibility: visible;*/
}

.bb__link {
    color: #000 !important;
    border-bottom-color: rgba(0, 0, 0, 0.4);
    font-family: 'robotobold';
}

.adv_index {
    background: #f6f0f3;
    border: 1px dashed #888888;
    border-radius: 4px;
    padding: 10px;
    position: relative;
}

.adv_index__cutter {
    position: absolute;
    left: 100%;
    margin-left: -5px;
}

.news_index {
    padding-left: 10px;
}

.news_index__item__date {
    color: #979797;
}

.news_index__item {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-right: 20px;
}

.projects_index {
    background: url(/v2/i/projects-bg.png) repeat-x top #6f6f6f;
    color: #fff;
}

.projects_index__title {
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.projects_index__link {
    color: #ffde00;
    font-size: 20px;
    border-bottom-color: rgba(255, 222, 0, 0.5);
}

.projects_index__link img, .projects_index2__link img {
    position: absolute;
    top: 10px;
}

.projects_index__item {
    padding-top: 180px;
    position: relative;
    margin-right: 40px;
}

.after_projects_index {
    background: #e7e7e7;
}

.olipm_polimp__blya {
    background: #00bff3;
    display: block;
    text-align: center;
    padding: 8px 7px 7px 7px;
    border-radius: 4px;
    margin-right: 40px;
}

.q_area_index {
    background: #dadada;
    padding: 20px;
    border-radius: 4px;
    position: relative;
    border-bottom: 1px solid #fff;;
}

.q_area_index__qx {
    position: absolute;
    bottom: -24px;
}

.question_button {
    border: none;
    border-top: 1px solid #a6ebab;
    background: #4ad554;
    background: -webkit-gradient(linear, left top, left bottom, from(#4ad554), to(#01c40f));
    background: -webkit-linear-gradient(top, #4ad554, #01c40f);
    background: -moz-linear-gradient(top, #4ad554, #01c40f);
    background: -ms-linear-gradient(top, #4ad554, #01c40f);
    background: -o-linear-gradient(top, #4ad554, #01c40f);
    background-image: -ms-linear-gradient(top, #4ad554 0%, #01c40f 100%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 9px 20px 11px 20px !important;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.4);
    white-space: nowrap;
    cursor: pointer;
}

.question_button:hover {
    color: #fff !important;
    border-top: 1px solid #a6ebab !important;
    box-shadow: 0px 0 15px rgba(10, 39, 190, 0.7);
}

.partners_index {
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.partners_index__title {
    text-align: center;
    position: relative;
    top: -15px;
}

.partners_index__title__a {
    background: #fff;
    padding: 0 5px;
}

.partners_index__item {
    padding-right: 5px;
    position: relative;
}

.partners_index__item__img {
    position: absolute;
    top: 50%;
}

.soft_br {
    display: block;
}

@media (max-width: 1100px) {
    .soft_br {
        display: inline;
    }
}

.footer {
    background-color: #2e2e2e;
    color: #fff;
    font-size: 12px;
    min-height: 160px;
}

.footer a {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

.head_color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 135px;
    z-index: -1;
}

.layout_default .head_color {
    background-color: #395554;
}

.layout_branches .head_color {
    background-color: #473955;
}

.layout_press .head_color {
    background-color: #684a7a;
}

.layout_project .head_color {
    background-color: #4a7a79;
}

.layout_review .head_color {
    background-color: #7a4a5c;
}

.layout_contacts .head_color {
    background-color: #a08d63;
}

.layout_education {
    overflow-y: initial !important;
}

.layout_education .head_color {
    background-color: #4a4d7a;
}

.layout_education .hd {
    color: #4a4d7a;
}

.double_col__left {
    width: 300px;
    padding-right: 30px;
}

.hd {
    font-size: 30px;
    font-family: 'robotobold';
    padding: 0;
    margin: 11px 0;
    color: #395055;
}

.layout_branches .hd {
    color: #473955;
}

.layout_press .hd {
    color: #684a7a;
}

.layout_project .hd {
    color: #4a7a79;
}

.layout_review .hd {
    color: #7a4a5c;
}

.layout_contacts .hd {
    color: #a08d63;
}

.sub_menu {
    list-style: none;
    margin: 0;
    padding: 10px 5px;
    background-color: #395554;
    border-radius: 4px;
    box-shadow: 0px 20px 10px -15px rgba(0, 0, 0, 0.6);

}

.sub_menu__item {
    margin: 6px;
    padding: 6px 30px;
}

.sub_menu__item a {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
}

.sub_menu__item a:hover {
    color: #fff !important;
    border-bottom-color: rgba(255, 255, 255, 0.5) !important;
    opacity: 0.6;
}

.sub_menu__item s {
    text-decoration: none;
    font-size: 15px;
}

.sub_menu__item__current {
    background-color: #617776;
    border-radius: 3px;
}

.layout_education .sub_menu {
    background-color: #4a4d7a;
}

.layout_education .sub_menu__item__current {
    background-color: #707297;
    color: #fff;
}

.ftext {
    max-width: 800px;
}

.ftext p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.5;
}

.ftext ul {
    list-style: square;
}

.index_cert img {
    -webkit-box-shadow: 0 26px 10px -18px rgba(107, 124, 129, 0.6), 0 0 8px 0 rgba(107, 124, 129, 0.6);
    -moz-box-shadow: 0 26px 10px -18px rgba(107, 124, 129, 0.6), 0 0 8px 0 rgba(107, 124, 129, 0.6);
    box-shadow: 0 26px 10px -18px rgba(107, 124, 129, 0.6), 0 0 8px 0 rgba(107, 124, 129, 0.6);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
}

.index_cert {
    display: inline-block;
    text-align: center;
    margin: 15px 25px 15px 0;
    vertical-align: top;
    cursor: pointer;
}

.index_cert_w {
    display: inline-block;
}

#modal_layer {
    position: absolute;
    z-index: 1111;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal_layer__fotorama {
    background-image: url('data:image/png;base64,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');
    background-color: rgba(0, 0, 0, 1) !important;
}

.modal_layer__white {
    background: rgba(255, 255, 255, 0.7) !important;
}

.modal_layer__white #modal_layer__close {
    display: none;
}

#modal_layer__body {
    overflow-y: scroll;
    text-align: center;
    z-index: 1112;
}

#modal_layer__close {
    position: absolute;
    font-size: 64px;
    color: #E0E0E0;
    font-weight: normal;
    right: 35px;
    top: 20px;
    cursor: pointer;
    line-height: 30px;
    z-index: 1113;
}

#modal_layer__close:hover {
    color: #fff;
}

.branche_item {
    padding-right: 30px;
}

.branche_link {
    color: #473955;
    border-bottom-color: rgba(71, 57, 85, 0.6);
    font-size: 15px;
    font-family: 'robotobold';
}

.branche_address {
    color: #878787;
    font-size: 13px;
}

.branche_phones {
    font-size: 13px;
}

.non_v {
    visibility: hidden;
}

.news_block__item {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    padding: 0 30px 30px 0;
}

.news_block__item__date {
    font-size: 13px;
}

.press_index__photo {
    background-color: #f2f2f2;
}

.press_index__photo__item {
    position: relative;
    display: inline-block;
    width: 25%;
    vertical-align: top;
    padding: 170px 45px 0 0;

}

.press_index__photo__item__img {
    position: absolute;
    top: 0;
    border-radius: 4px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}

.press_index__photo__item__link {

}

.press__adv__center {
    background-image: url(/v2/i/adv-center.png);
    background-repeat: repeat-x;
    font-family: 'Georgia', 'Times New Roman';
    font-size: 20px;
    padding: 0 50px;
    font-style: italic;
}

.press__adv__center i {
    font-family: 'Georgia', 'Times New Roman';
    font-size: 20px;
    color: #684a7a;
    font-weight: bold;
}

.h__nav {
    color: #969696;
    font-size: 13px;
}

.h__nav a {
    color: #2D2D2D;
    border-bottom-color: rgba(45, 45, 45, 0.3);
}

.press_index__video__item {
    position: relative;
    display: inline-block;
    width: 25%;
    vertical-align: top;
    padding: 170px 45px 0 0;
}

.press_index__video__item__img {
    position: absolute;
    top: 0;
    border-radius: 4px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}

.press_index__video__item__play {
    position: absolute;
    top: 41px;
    left: 70px;
    opacity: 0.7;
}

.press_index__video__item__link:hover .press_index__video__item__play {
    opacity: 1;
}

.locations__table td {
    padding: 0 0 20px 0;
}

.lang_sel {
    display: inline-block;
    margin-right: 10px;
}

.lang_sel__cur {

}

.form_padded {
    padding: 0 20px 20px 20px;
    background-color: #dcdcdc;
}

.send__form__overlay {
    background-color: #dcdcdc;
    opacity: 0.6;
    z-index: 10000;
    background-image: url(/v2/i/477-b.gif);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 6px;
}

.inline__overlay {
    background-color: #fff;
    opacity: 0.6;
    z-index: 1000;
    /*background-image: url(/v2/i/477-b.gif);*/
    background-position: center center;
    background-repeat: no-repeat;
}

.textarea__area {
    background-color: #7a4a5c;
}

.send_form form .form_padded:first-child {
    border-radius: 4px 4px 0 0;
}

.error_list, .error_list li {
    margin: 2px 0 0 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    color: #800000;
}

.notice {
    background-color: #80FF80;
    padding: 20px 20px;
    border-radius: 4px;
    font-size: 18px;
}

.review__item {
    border: 1px solid #dcdcdc;
    border-radius: 4px;;
}

.review__item__body {
    padding: 15px;
}

.review__item__name {
    text-align: right;
    padding: 15px 50px 15px 15px;
    background-color: #dcdcdc;
    background-image: url(/v2/i/review.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.faq__answer {
    padding: 15px 15px 15px 100px;
    background-color: #dcdcdc;
    position: relative;
}

.faq__answer__answer {
    left: 15px;
    top: 12px;
    position: absolute;
    font-size: 18px;
}

.dl_link {
    padding-left: 45px;
    padding-top: 10px;
}

.dl_link a:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 52px;
    height: 64px;
    margin-left: -52px;
    margin-top: -10px;
}

.dl_link a[href$=".doc"]:before {
    background-image: url(/v2/i/mime-doc.png);
}

.branche__head .hd {
    color: #fff;
    text-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
}

.branche__head {
    background-color: #473955;
    color: #fff;
    position: relative;
    top: -11px;
    z-index: 99;
}

.branche__head .max_width {
    background-image: url(/v2/i/branche-head.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 40px;
    height: 135px;
}

video {
    -webkit-box-shadow: 0 26px 10px -18px rgba(107, 124, 129, 0.6), 0 0 8px 0 rgba(107, 124, 129, 0.6);
    -moz-box-shadow: 0 26px 10px -18px rgba(107, 124, 129, 0.6), 0 0 8px 0 rgba(107, 124, 129, 0.6);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}

.modal__opened.layout_index {
    background-image: none !important;
}

.ftable {
    border-collapse: collapse;

}

.ftable td {
    vertical-align: top;
    border: 1px solid #C0C0C0;
    padding: 5px;
}

.edu_index__item {
    font-family: 'robotobold';
    font-size: 18px;
    margin: 0 0 5px 21px;
}

.edu_index__item__link {
    font-family: 'robotoregular';
    font-size: 14px;
}

.edu_index__citem {
    margin: 0px 0 5px 40px;
}

.edu_history {
    margin-top: 8px;
    margin-left: 5px;
}

.edu_history__item {
    border-left: 2px solid #4a4d7a;
    padding: 0 0 15px 15px;
    font-size: 13px;
    font-family: 'robotoitalic';
    position: relative;
}

.edu_history__item a, .edu_history__item span {
    position: relative;
    top: -8px;
}

.edu_history__item:last-child {
    border-left: none;
    padding-left: 17px;
}

.edu_history__item:before {
    content: '';
    display: block;
    position: absolute;
    left: -5px;
    top: -2px;
    width: 8px;
    height: 8px;
    background-color: #4a4d7a;
    border-radius: 100px;
    z-index: 25;
}

.edu_history__item:last-child:before {
    left: -3px;
}

.edu_history__item:last-child span:before {
    content: '';
    display: block;
    position: absolute;
    left: -23px;
    top: 3px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 100px;
    border: 1px solid #4a4d7a;
    z-index: 24;
}

.edu_details {
    background-color: #d0d2e6;
    border-radius: 4px;
    padding: 10px 20px 15px 20px;
}

.review__item__image {
    display: inline-block;
    width: 100px;
    height: 140px;
    vertical-align: top;
    margin: 0 20px 20px 0;
}

.review__item__image img {
    cursor: pointer;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.4);
    /*border: 1px solid #b6b6b6;*/
}

.review__item__image:nth-child(odd) {
    margin-right: 0;
}

.cbutton {
    margin: 0;
    border-bottom: 1px solid #989898;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    background: #cdcdcd;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cdcdcd));
    background: -webkit-linear-gradient(top, #ffffff, #cdcdcd);
    background: -moz-linear-gradient(top, #ffffff, #cdcdcd);
    background: -ms-linear-gradient(top, #ffffff, #cdcdcd);
    background: -o-linear-gradient(top, #ffffff, #cdcdcd);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #cdcdcd 100%);
    padding: 4px 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    vertical-align: top;
    cursor: pointer;
    font-weight: normal;
    color: #000;
    display: inline-block;
    outline: none;
    font-size: 16px;
    font-family: 'robotoregular';
}

.cbutton:hover {
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.2);
    background: #dadada;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dadada));
    background: -webkit-linear-gradient(top, #ffffff, #dadada);
    background: -moz-linear-gradient(top, #ffffff, #dadada);
    background: -ms-linear-gradient(top, #ffffff, #dadada);
    background: -o-linear-gradient(top, #ffffff, #dadada);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #dadada 100%);
    color: #000;
}

#search-result .i {
    margin: 10px 0;
}

.course_button {
    margin: 0;
    border: none;
    border-bottom: 1px solid #ecedf5;
    background: #8082a2;
    background: -webkit-gradient(linear, left top, left bottom, from(#8082a2), to(#4b4e7b));
    background: -webkit-linear-gradient(top, #8082a2, #4b4e7b);
    background: -moz-linear-gradient(top, #8082a2, #4b4e7b);
    background: -ms-linear-gradient(top, #8082a2, #4b4e7b);
    background: -o-linear-gradient(top, #8082a2, #4b4e7b);
    background-image: -ms-linear-gradient(top, #8082a2 0%, #4b4e7b 100%);
    padding: 6px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    vertical-align: top;
    cursor: pointer;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    outline: none;
    font-size: 16px;
    font-family: 'robotobold';
    white-space: nowrap;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2)
}

.course_button:hover {
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.4);
    color: #fff !important;
    border-bottom: 1px solid #ecedf5 !important;
}

.course_button:active {
    padding: 7px 9px 5px 11px;
}

.search__results {
    margin: 7px 0 0 21px;
}

.search__results__item {
    padding: 7px 0 7px 10px;
}

.search__results__key {
    color: #C0C0C0;
    padding-top: 8px;
}

.sh_line {
    position: absolute;
    display: inline-block;
    background-color: #4a4d7a;
    font-size: 12px;
    color: #fff;
    padding: 3px 3px;
    line-height: 14px;
}

.sh_line__big {
    font-size: 14px;
    line-height: 16px;
}

.timetable_index th {
    color: #6f6f6f;
    border-bottom: 3px solid #c5c5c5;
}

.timetable_index td {
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
}

.timetable_index td:first-child {
    border-left: 1px solid #c5c5c5;
}

.calendar {
    color: white;
    font-weight: 300
}

.calendar * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.calendar.small {
    font-size: 0.8em;
    font-weight: 100
}

.calendar .c-month-view {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 12.5%;
    position: relative;
    font-size: 1.6em;
    margin-bottom: 1px;
    text-align: center
}

.calendar .c-month-view .c-month-arrow {
    width: 15%;
    height: 100%;
    position: absolute;
    top: 0;
    color: transparent;
    cursor: pointer
}

.calendar .c-month-view .c-month-arrow:hover {
    background: rgba(255, 255, 255, 0.25)
}

.calendar .c-month-view .c-month-arrow[data-dir=left] {
    left: 0
}

.calendar .c-month-view .c-month-arrow[data-dir=right] {
    right: 0
}

.calendar .c-holder {
    height: 87.5%;
    position: relative
}

.calendar .c-holder .c-grid {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    width: 100%
}

.calendar .c-holder .c-grid .c-row {
    width: 100%;
    margin-bottom: 0.2%;
    margin-bottom: -moz-calc(0px + 1px);
    margin-bottom: -o-calc(0px + 1px);
    margin-bottom: -webkit-calc(0px + 1px);
    margin-bottom: calc(0px + 1px);
    height: 13.08571%;
    height: -moz-calc(100% / 7 - 7px / 6);
    height: -o-calc(100% / 7 - 7px / 6);
    height: -webkit-calc(100% / 7 - 7px / 6);
    height: calc(100% / 7 - 7px / 6)
}

.calendar .c-holder .c-grid .c-row:last-child {
    margin-bottom: 0
}

.calendar .c-holder .c-grid .c-row .c-day {
    margin-right: 0.2%;
    margin-right: -moz-calc(0px + 7px / 6);
    margin-right: -o-calc(0px + 7px / 6);
    margin-right: -webkit-calc(0px + 7px / 6);
    margin-right: calc(0px + 7px / 6);
    width: 14.11429%;
    width: -moz-calc(100% / 7 - 1px);
    width: -o-calc(100% / 7 - 1px);
    width: -webkit-calc(100% / 7 - 1px);
    width: calc(100% / 7 - 1px);
    height: 100%;
    display: inline-block;
    position: relative
}

.calendar .c-holder .c-grid .c-row .c-day.c-l .date-holder {
    font-size: 1em
}

.calendar .c-holder .c-grid .c-row .c-day:last-child {
    margin-right: 0
}

.calendar .c-holder .c-grid .c-row .c-day.have-events {
    cursor: pointer
}

.calendar .c-holder .c-grid .c-row .c-day.have-events:hover {
    background-color: #232323
}

.calendar .c-holder .c-grid .c-row .c-day.other-month {
    color: #373737
}

.calendar .c-holder .c-grid .c-row .c-day.other-month.have-events:hover {
    color: white
}

.calendar .c-holder .c-grid .c-row .c-day.this-day {
    background: none
}

.calendar .c-holder .c-grid .c-row .c-day .date-holder {
    font-size: 1.3em;
    position: absolute;
    right: 5%;
    bottom: 5%
}

.calendar .c-holder .c-grid .c-row .c-day .event-n-holder {
    height: 90%;
    height: -moz-calc(100% - 10px);
    height: -o-calc(100% - 10px);
    height: -webkit-calc(100% - 10px);
    height: calc(100% - 10px);
    left: 5%;
    left: -moz-calc(0px + 5px);
    left: -o-calc(0px + 5px);
    left: -webkit-calc(0px + 5px);
    left: calc(0px + 5px);
    top: 5%;
    top: -moz-calc(0px + 5px);
    top: -o-calc(0px + 5px);
    top: -webkit-calc(0px + 5px);
    top: calc(0px + 5px);
    position: absolute;
    width: 0.25em
}

.calendar .c-holder .c-grid .c-row .c-day .event-n-holder .event-n {
    height: 0.5em;
    background-color: white;
    width: 100%;
    margin: 1px 0
}

.calendar .c-specific {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    padding: 1em
}

.calendar .c-specific .specific-day {
    width: 30%;
    display: inline-block;
    padding-bottom: 1em;
    cursor: pointer
}

.calendar .c-specific .specific-day:hover {
    background: #232323
}

.calendar .c-specific .specific-day [i=day] {
    font-size: 3em;
    text-align: center
}

.calendar .c-specific .specific-day [i=month] {
    font-size: 2em;
    line-height: 0.5em;
    text-align: center
}

.calendar .c-specific .s-scheme {
    display: inline-block;
    height: 100%;
    margin-left: 1em;
    width: 60%;
    width: -moz-calc(70% - 1em);
    width: -o-calc(70% - 1em);
    width: -webkit-calc(70% - 1em);
    width: calc(70% - 1em);
    overflow-y: scroll;
    text-align: left
}

.calendar .c-specific .s-scheme::-webkit-scrollbar {
    width: 10px
}

.calendar .c-specific .s-scheme::-webkit-scrollbar-track {
    background: transparent
}

.calendar .c-specific .s-scheme::-webkit-scrollbar-thumb {
    background: #232323
}

.calendar .c-specific .s-scheme .s-event {
    padding: 0.5em;
    margin: 0.5em 0
}

.calendar .c-specific .s-scheme .s-event:first-child {
    margin-top: 0
}

.calendar .c-specific .s-scheme .s-event:last-child {
    margin-bottom: 0
}

.calendar .c-specific .s-scheme .s-event h1 {
    margin: 0;
    font-size: 1.1em;
    line-height: 1;
    font-weight: 400
}

.calendar .c-specific .s-scheme .s-event p {
    margin: 0
}

.calendar .c-specific .s-scheme .s-event p[data-role=loc] {
    line-height: 1
}

.calendar:hover .c-month-view {
    background: #232323 !important
}

.calendar:hover .c-month-view .c-month-arrow {
    color: white
}

.calendar.spec-day .c-grid {
    display: none
}

.calendar.spec-day .c-specific {
    display: block
}

.calendar.spec-day .c-month-arrow {
    display: none
}

.calendar[data-showdays=false] .c-holder .c-grid .c-row {
    height: 15.66667%;
    height: -moz-calc(100% / 6 - 7px / 6);
    height: -o-calc(100% / 6 - 7px / 6);
    height: -webkit-calc(100% / 6 - 7px / 6);
    height: calc(100% / 6 - 7px / 6)
}

[data-color=red] {
    background-color: #E83C2C
}

[data-color=red] .c-month-view, [data-color=red] .c-day, [data-color=red] .specific-day, [data-color=red] .s-event {
    background-color: #C1291B
}

[data-color=blue] {
    background-color: #2497DB
}

[data-color=blue] .c-month-view, [data-color=blue] .c-day, [data-color=blue] .specific-day, [data-color=blue] .s-event {
    background-color: #3081B9
}

[data-color=green] {
    background-color: #2ECC70
}

[data-color=green] .c-month-view, [data-color=green] .c-day, [data-color=green] .specific-day, [data-color=green] .s-event {
    background-color: #28AE61
}

[data-color=yellow] {
    background-color: #F2C30F
}

[data-color=yellow] .c-month-view, [data-color=yellow] .c-day, [data-color=yellow] .specific-day, [data-color=yellow] .s-event {
    background-color: #F39C12
}

.mfp-s-loading {
    /*
    background-image: url(/v2/i/477.gif);
    background-repeat: no-repeat;
    background-position: center center;
    */
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure {
        /* The shadow behind the image */
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/* Styles for dialog window */
#small-dialog {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);

    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;

    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;

    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.education__search__form {
    background-color: #d0d2e6;
    border-radius: 5px;
    padding: 20px;
}

.input__more {
    padding: 9px 7px !important;
}

.dl__link {
    padding-left: 45px;
    padding-top: 10px;
}

.dl__link a:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 52px;
    height: 64px;
    margin-left: -52px;
    margin-top: -10px;
    background-image: url(/i/mime-default.png);
    background-repeat: no-repeat;
}

.dl__link a[href$=".doc"]:before, .dl__link a[href$=".docx"]:before {
    background-image: url(/i/mime-doc.png);
}

.dl__link a[href$=".pdf"]:before {
    background-image: url(/v2/i/mime-pdf.png);
}

.dl__link__filesize {
    color: #808080;
}

.recaptcha_image img {
    border-radius: 5px !important;
}

.reload {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 57px;
    border: none;
}

.recaptcha_img {
    position: relative;
    border-radius: 7px;
}

.event_main {
    background-image: url('/v2/i/event.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 150px;
}

.form_padded_action, .form_padded_action_current {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
}

.form_padded_action {
    cursor: pointer;
    color: #1791d6;
    border-bottom: 1px rgba(0, 178, 244, 0.65) dotted !important;
}

.form_padded_action:hover {
    opacity: 0.8;
}

.education_signin_form {
    display: none;
}

.mfp-align-top .mfp-content {
    margin-top: 50px;
}

.form_padded {
    position: relative;
}

.form_pre {
    position: absolute;
    right: 55px;
    top: 25px;
}

.sOverlay {
    z-index: 10000;
}

.slider_wrap {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 325px;
}

.slider {
    display: block;
    width: inherit;
    height: 325px;
    border-radius: 4px 4px 0 0;
    z-index: 5;
}

.slider__item {
    display: block;
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-position: 0 0;
    border-radius: 4px 4px 0 0;
    border: none;
}

.slider__item__body {
    display: block;
    position: absolute;
    padding: 30px;
    padding-bottom: 0;
    background-color: #E8E8E8;
    right: 0;
    top: 0;
    height: 325px;
    width: 41%;
    max-width: 530px;
    border-radius: 0 4px 0 0;

}

.slider__item__body h3 {
    font-size: 28px;
    line-height: 32px;
    font-family: 'robotobold';
    font-weight: normal;
    margin: 0;
    margin-bottom: 10px;
    color: #684A7A;
}

.slider__item__body p {
    margin-bottom: 10px;
    color: #303030;
    font-size: 16px;
    line-height: 20px;
}

.slider_pager {
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    list-style: none;
    margin: 0;
    padding: 20px 10px 10px 20px;
    z-index: 10;
}

.slider_pager li {
    display: inline-block;
    margin-left: 5px;
    width: 9px;
    height: 9px;
    box-shadow: inset 0 0 0 1px #4A4A4A;
    border-radius: 5px;
    cursor: pointer;
}

.slider_pager li:hover {
    opacity: 0.5;
}

.slider_pager .active {
    background-color: #4A4A4A;
}

.slider__item__last__item {
    opacity: 0;
    transition: opacity 50ms linear;
}
.social{
    display:inline-block;
    vertical-align:middle;
    width: 280px;
    margin:5px 0 5px 20px;
}
.social.open .social__link{
    display:inline-block;
}
.social .social__link:last-of-type{
    margin-right:0 !important;
}
.social.open .dotted{
    display:none;
}
.social__link{
    display:inline-block;
    border:none;
    width:24px;
    height:24px;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
}
a.social__link{
    margin-right:26px;
}
.social__link.dotted{
    width:26px;
    background-image:url(/i/social/dotted.svg);
    cursor:pointer;
}
.social__link.fb{
    background-image:url(/i/social/fb.svg);
}
.social__link.in{
    background-image:url(/i/social/in.svg);
}
.social__link.tg{
    background-image:url(/i/social/tg.svg);
}
.social__link.tw{
    background-image:url(/i/social/tw.svg);
}
.social__link.vk{
    background-image:url(/i/social/vk.svg);
}
.social__link.yt{
    background-image:url(/i/social/yt.svg);
}
.social a{
    display:none;
}
.social a:first-of-type,
.social a:nth-of-type(2),
.social a:nth-of-type(3){
    display:inline-block;
}
