body {
    width: 100%;
    *zoom: 1;
}

body:before,
body:after {
    content: "";
    display: table;
}

body:after {
    clear: both;
}

.education .top {
    display: inline;
    float: left;
    width: 98.80952381%;
    margin: 0 0.5952381%;
    overflow: hidden;
}

.education .top h1 {
    font-family: 'PT Sans Narrow';
    font-size: 30px;
    font-weight: bold;
    color: #ab0000;
    float: left;
}

.education .top h2 {
    position: relative;
    font-family: "PT Sans Narrow";
    font-size: 24px;
    color: #3e3e3e;
    float: left;
    margin-left: 60px;
    margin-top: 2px;
}

.education .top h2:before {
    position: absolute;
    content: url(../images/programs/menu-before.png);
    left: -18px;
    top: 18px;
}

.education .search-form {
    display: inline;
    float: left;
    width: 98.80952381%;
    margin: 0 0.5952381%;
    width: 98%;
    position: relative;
    margin-bottom: 25px;
    padding-top: 28px;
    padding-bottom: 20px;
    background-color: #ffac04;
    border: 3px solid #f5f5f5;
    box-shadow: 0px 0px 0px 1px #dcdcdc;
}

.education .search-form .text {
    border: none;
    padding-left: 25px;
    margin-left: 92px;
    margin-bottom: 18px;
    height: 48px;
    width: 75%;
    font-family: "PT Sans Narrow";
    font-size: 24px;
    color: #3e3e3e;
}

.education .search-form .text::-webkit-input-placeholder,
.education .search-form textarea::-webkit-input-placeholder {
    color: #dcdcdc;
}

.education .search-form .text:-moz-placeholder,
.education .search-form textarea:-moz-placeholder {
    color: #dcdcdc;
}

.education .search-form .submit {
    margin-left: 25px;
    background: none;
    border: none;
    color: white;
    font-family: "PT Sans Narrow";
    font-size: 34px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}

.education .search-form .checkbox-label {
    position: relative;
}

.education .search-form .checkbox-label .x-checkbox {
    display: inline-block;
    margin-left: 92px;
    width: 16px;
    height: 16px;
    background: url(../images/education/checkbox.png) no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
}

.education .search-form .checkbox-label .x-checkbox.checked {
    background: url(../images/education/checkbox-checked.png) no-repeat;
}

.education .search-form .checkbox-label .label {
    display: inline-block;
    position: absolute;
    margin-left: 12px;
    top: -2px;
    color: white;
    font-size: 18px;
    text-decoration: underline;
    font-family: "PT Sans Narrow";
    cursor: pointer;
}

.education .search-form:before {
    content: url(../images/education/search-icon.png);
    position: absolute;
    top: 43px;
    left: 30px;
}

.education .selection {
    display: inline;
    float: left;
    width: 100%;
    padding-bottom: 150px;
    margin: 0 0.5952381% 40px;
    font-family: "PT Sans Narrow";
}

.education .selection h2 {
    position: relative;
    padding-left: 48px;
    font-family: "PT Sans Narrow";
    font-size: 24px;
    font-weight: bold;
    color: #3e3e3e;
}

.education .selection h2:before {
    content: url(../images/programs/h2-before.png);
    position: absolute;
    top: 2px;
    left: 0;
}

.education .selection h2 {
    margin-bottom: 10px;
}

.education .selection .left-side,
.education .selection .right-side {
    display: inline;
    float: left;
    margin-left: 45px;
    width: 38%;
}
.education .selection .right-side {
    width: 45%;
}

.education .selection .sub {
    font-weight: bold;
    color: #666666;
}

.education .selection ul {
    /*margin: 10px 0;*/
}
.education .selection ul li {
    position: relative;
    margin-top: 10px;
}

.education .selection ul li a {
    font-family: "PT Sans Narrow";
    font-size: 18px;
    color: #0440ba;
}

.education .programs {
    display: inline;
    float: left;
    width: 48.80952381%;
    margin: 0 0.5952381%;
}

.education .programs h2 {
    position: relative;
    padding-left: 48px;
    font-family: "PT Sans Narrow";
    font-size: 24px;
    font-weight: bold;
    color: #3e3e3e;
}

.education .programs h2:before {
    content: url(../images/programs/h2-before.png);
    position: absolute;
    top: 2px;
    left: 0;
}

.education .programs h2 {
    margin-bottom: 20px;
}

.education .programs ul {
    padding-left: 80px;
}

.education .programs ul li {
    position: relative;
    margin-top: 10px;
}

.education .programs ul li a {
    font-family: "PT Sans Narrow";
    font-size: 18px;
    color: #0440ba;
}

.education .programs ul li:before {
    position: absolute;
    content: url(../images/programs/li-before.png);
    top: 0px;
    left: -20px;
}

.education .banner {
    display: block;
    float: left;
    margin: 0 0.5952381%;
    width: 98%;
    margin-top: 30px;
    margin-bottom: 27px;
}

.education .banner img {
    width: 100%;
    border: 3px solid #f5f5f5;
    box-shadow: 0px 0px 0px 1px #dcdcdc;
}

@media screen and (max-width: 999px) {
    .education .top h1 {
        float: none;
    }

    .education .top h2 {
        float: none;
        margin-left: 0px;
        margin-top: -5px;
    }

    .education .top h2:before {
        position: absolute;
        content: "";
    }

    .education .search-form .text {
        width: 70%;
    }
}

@media screen and (max-width: 869px) {
    .education .selection h2,
    .education .programs h2 {
        padding-left: 15px;
    }

    .education .selection h2:before,
    .education .programs h2:before {
        content: "";
    }

    .education .selection .left-side,
    .education .selection .right-side{
        margin-left: 37px;
    }

    .education .programs ul {
        padding-left: 37px;
        padding-right: 15px;
    }

    .education .search-form .text {
        width: 67%;
    }
}

@media screen and (max-width: 780px) {
    .education .search-form .text {
        margin-left: 5%;
        width: 83.5%;
    }

    .education .search-form .checkbox-label .x-checkbox {
        margin-left: 5%;
    }

    .education .search-form .submit {
        display: none;
    }

    .education .search-form:before {
        content: "";
    }

    .education .selection,
    .education .programs {
        display: inline;
        float: left;
        width: 98.80952381%;
        margin: 0 0.5952381% 20px;
    }

    .education .selection h2,
    .education .programs h2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .education .selection .left-side {
        width: 35%;
    }
    .education .selection .right-side {
        width: 48%;
    }

    .education .programs {
        margin-top: 20px;
    }
}

@media screen and (max-width: 550px) {
    .education .selection .left-side,
    .education .selection .right-side{
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .education .search-form .text {
        font-size: 18px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 399px) {
    .education .selection .left-side,
    .education .selection .right-side {
        margin-left: 15px;
    }

    .education .search-form .text {
        font-size: 16px;
    }
}

.sharing .b-share-icon_facebook {
    background: url(../images/share-icon2.png) no-repeat;
    height: 26px;
    width: 26px
}

.sharing .b-share-icon_vkontakte {
    background: url(../images/share-icon3.png) no-repeat;
    height: 26px;
    width: 26px
}

.sharing .b-share-icon_gplus {
    background: url(../images/share-icon4.png) no-repeat;
    height: 26px;
    width: 26px
}

.sharing .b-share-icon_twitter {
    background: url(../images/share-icon5.png) no-repeat;
    height: 26px;
    width: 26px
}

.sharing .b-share-icon_lj {
    background: url(../images/share-icon6.png) no-repeat;
    height: 26px;
    width: 26px
}

.sharing .b-share-icon_odnoklassniki {
    background: url(../images/share-icon1.png) no-repeat;
    height: 26px;
    width: 26px
}

.sharing .b-share {
    padding: 1px 0 !important
}

.sharing .b-share__handle {
    padding: 0px 2px !important;
    height: 26px
}

h1 a {
    text-decoration: none;
    color: #fff;
}

.news article a {
    color: #1F3695;
}

.about .director {
    color: #adadad
}

