a {
    cursor: pointer;
}
#mobile-menu{
    display: none;
}

/*  START for FACULTY*/

.faculty-ct {
    padding: 20px 0px;
    width: 1130px;
    border-bottom: 2px solid #757575;
    text-align:center;
}
.faculty-ct:hover {
    border-bottom: 2px solid #f8e71c;
}

.faculty-col.left {
    display: inline-block;
    width: 285px;
    text-align: center;
    vertical-align: middle;
}
.faculty-col.left > a {
    color: #757575;
    text-decoration: none;
    width: 285px;
    height: 285px;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 20px;
    border: 1px solid transparent;
}
div.faculty-ct:hover > .faculty-col.left > a {
    border: 1px solid #757575;
}
.faculty-ct > #write {
    padding-left: 25px;
    display: inline-block;
    width: 777px;
    vertical-align: middle;
    background-color: transparent;
    margin-top: 0px;
}
.faculty-ct > #write a span{
    color: #757575;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    line-height: 50px;
}
.faculty-item > span {
    background-size: cover;
    background-position: center;
    display: block;
    width: 64px;
    height: 64px;
    margin-top: 50px;
    text-align: center;
    margin: 0px auto;
}
div.faculty-ct:nth-child(1) > div.faculty-col.left > a > span{
    background-image: url(../images/icon/faculty/iconarch.png);
}
div.faculty-ct:nth-child(7) > div.faculty-col.left > a > span{
    background-image: url(../images/icon/faculty/open-book-and-earth.png);
}
div.faculty-ct:nth-child(8) > div.faculty-col.left > a > span{
    background-image: url(../images/icon/faculty/books-stack-of-three.png);
}
div.faculty-ct:nth-child(2) > div.faculty-col.left > a > span{
    background-image: url(../images/icon/faculty/mechanical-gears-.png);
}
div.faculty-ct:nth-child(3) > div.faculty-col.left > a > span{
    background-image: url(../images/icon/faculty/3d-buildings.png);
}
div.faculty-ct:nth-child(4) > div.faculty-col.left > a > span{
    background-image: url(../images/icon/faculty/bricks.png);
}
div.faculty-ct:nth-child(5) > div.faculty-col.left > a > span{
    background-image: url(../images/icon/faculty/iconeco.png);
}
div.faculty-ct:nth-child(6) > div.faculty-col.left > a > span{
    background-image: url(../images/icon/faculty/education-chart.png);
}
.faculty-item > p {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
}
.faculty-col.right {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.faculty-col.right p {
    font-size: 18px;
    color: #ccc;
    text-align: left;
}

.faculty-col-new > img {
    width: 230px;
    height: 150px;
    margin: 20px 0px 0px 3px;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    border-radius: 3px;
}
.contact-form input {
    display: block;
    max-width: 600px !important;
    margin: 0 auto 10px auto;
}
.alert-box.error {
    color: #cb4545;
    border-left: 4px solid #cb4545;
}
.contact-form .alert-box {
    max-width: 600px !important;
    margin-left: auto;
    margin-right: auto;
}
.alert-box {
    position: relative;
    margin-bottom: 30px;
    padding: 15px 60px 15px 30px;
    font-size: .9em;
    background: #384551;
}

.contact-form input {
    display: block;
    max-width: 600px !important;
    margin: 0 auto 10px auto;
}
input.text, textarea {
    background-color: rgba(0,0,0,0.12);
}
input.text, input.button, textarea {
    color: rgba(255,255,255,0.5);
}
input.text {
    width: 80%;
    max-width: 600px;
    padding: 22px;
    background: rgba(0,0,0,0.8);
    border: 0;
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
}
input.text, input.button, textarea {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    line-height: 1.7;
    font-style: italic;
    font-size: 16px;
    color: #fff;
}
.contact-form input {
    display: block;
    max-width: 600px !important;
    margin: 0 auto 10px auto;
    transition: 0.3s;
}
.contact-form textarea {
    width: 80%;
    display: block;
    padding: 22px;
    background:  rgba(0, 0, 0, 0.8);
    margin: 0 auto 30px auto;
}
.textarea-dep {
    width: 80%;
    max-width: 600px;
    height: 180px;
    padding: 22px;
    background: rgba(0,0,0,0.8);
    border: 0;
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
}
.al-hidden {
    display: none;
}

input.submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 60px;
    color: #736c64;
    background: rgba(248,231,28,0.6);
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    box-shadow: 5px 5px 1px rgba(0,0,0,0.5);
}
input.submit:hover { background: rgba(248,231,28, 1); transition: 1s; }
.overlay-dep {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed;
    cursor: default;
}
.overlay-dep:target {
    display: block;
}

.popup {
    top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 20;
    margin: 0;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: fixed;
    padding: 15px;
    border: 1px solid #383838;
    background: #fefefe;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;

    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
}

.overlay-dep:target+.popup {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 10%;
}

.close-dep {
    top: -10px;
    right: -10px;
    width: 23px;
    height: 23px;
    position: absolute;
    padding: 0;
    border: 1px solid #f8e71c;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(61, 61, 61, 0.8);
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    text-decoration: none;
    font: 13px/20px 'Tahoma', Arial, sans-serif;
    font-weight: bold;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}
.close-dep:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    font-size: 12px;
}
.close-dep:hover {
    background-color: rgba(252, 20, 0, 0.8);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.popup img {
    width: 100%;
    height: auto;
}
.pic-left,
.pic-right {
    width: 25%;
    height: auto;
}
.pic-left {
    float: left;
    margin: 5px 15px 5px 0;
}
.pic-right {
    float: right;
    margin: 5px 0 5px 15px;
}
.popup embed,
.popup iframe {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display:block;
    margin: auto;
    min-width: 320px;
    max-width: 600px;
    width: 100%;
}
.popup h2 {
    margin: 0;
    color: #008000;
    padding: 5px 0px 10px;
    text-align: left;
    text-shadow: 1px 1px 3px #adadad;
    font-weight: 500;
    font-size: 1.4em;
    font-family: 'Tahoma', Arial, sans-serif;
    line-height: 1.3;
}
.popup p {margin: 0; padding: 5px 0}

/*  END for FACULTY*/

/*  START for  DEPARTMENT*/
.department-title {
    font-size: 18px;
    color: #000;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    padding: 15px 0px;
}
.department-title > a, div.archive-news > div > h1 > a {
    color: #000;
}
.department-name {
    position: relative;
}
.department-btn {
    width: 740px;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    padding: 18px 0px;
    right: 0px;
    position: absolute;
}
.department-btn > a.special {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-align: center;

}
.department-menu {
    margin-top: 10px;
}
.department-mission {
    margin: 50px 20px;
}
.department-logo {
    display: inline-block;
    width: 35%;
    height: 220px;
    vertical-align: top;
    text-align: center;
}
.department-logo img {
    width: 200px;
}
.department-text {
    display: inline-block;
    width: 65%;
    vertical-align: top;
}
.department-text p:nth-child(1) {
    text-align: center;
    font-size: 14px;
    color: #757575;
}
.department-text p:nth-child(2) {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.department-text p:nth-child(3) {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.sc-pr-data{
    padding: 20px;
    margin-bottom: 25px;
}
.sc-pr-data:hover{
    background-color: #f1f1f1;
}
.dep-grid {
    position: relative;
    list-style: none;
    text-align: center;
    width: 100%;
}
/* Common style */
.dep-grid figure {
    position: relative;
    overflow: hidden;
    width: 191.6666px;
    text-align: center;
    display: inline-block;
    margin: 0px;
}
.dep-grid figure a {
    text-decoration: none;
    color: #3c4a50;
}
.dep-grid figure a:hover{
    cursor: pointer;
    text-decoration:underline;
}
.dep-grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
}

.dep-grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1 em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dep-grid figure figcaption::before,
.dep-grid figure figcaption::after {
    pointer-events: none;
}

.dep-grid figure figcaption,
.dep-grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div.department-menu > div > figure > figcaption {
    font-size: 11px;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.dep-grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.dep-grid figure h2 {
    word-spacing: 0.15em;
    font-weight: 600;
}

.dep-grid figure h2,
.dep-grid figure p {
    margin: 0;
}
.dep-grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
    color: #fff;
    background: #757575;
}
.department-row {
    margin-bottom: 50px;
}
.department-row-item, .dep-office-item{
    width: 25%;
    margin-bottom: 30px;
    display: inline-block;
    text-align: center;
    border: 2px solid #fff;
    vertical-align: top;
}
.department-row-item > a{
    text-decoration:none;
}
.department-row-item:hover > a > .item-name,
.ls-row-item:hover > a > .item-name {
    background-color: #f8e71c;
    color: #000;
} {
    background-color: #f8e71c;
    color: #000;
}
.item-foto {
    width: 225px;
    height: 325px;
    margin-left: auto;
    margin-right: auto;
}
.item-name, .office-item position {
    width: 225px;
    height: 225px;
    padding: 10px;
    background-color: #757575;
    color: #fff;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
}
.item-name > p:nth-child(1) {
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    height: 95px;
    width: 205px;
    text-align: center;
}
.item-name > p:nth-child(2) {
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0px;
}

.department-ct > div.department-item-contact {
    margin-top: 50px;
}
.department-foto {
    width: 100%;
    margin-top: 50px;
}
.department-foto > img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 0px 0px;
    box-shadow: 7px 7px 20px 1px rgba(0,0,0,0.5);
}
/*  END for  DEPARTMENT*/


/*  START for  FOOTER*/
.footer {
    background-color: #333333;
    display: inline-block;
    width: 100%;
    padding: 100px 0px;
    margin-bottom: -8px;
}
.footer-mobile {
    display: none;
}
.footer-ct.nw {
    width: 90%;
}
.footer-col {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.footer-col > a {
    text-decoration: none;
}
.footer-social > span {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0px 7px;
}
.footer-social.facebook > span {
    background-image: url(../images/icon/footer/facebook.png);
}
.footer-social.facebook:hover > span {
    background-image: url(../images/icon/footer/facebookyellow.png);
}
.footer-social.vk > span {
    background-image: url(../images/icon/footer/vk.png);
}
.footer-social.vk:hover > span {
    background-image: url(../images/icon/footer/vkyellow.png);
}
.footer-social.instagram > span {
    background-image: url(../images/icon/footer/instagram.png);
}
.footer-social.instagram:hover > span {
    background-image: url(../images/icon/footer/instagramyellow.png);
}
.footer-social.skype > span {
    background-image: url(../images/icon/footer/skype.png);
}
.footer-social.skype:hover > span {
    background-image: url(../images/icon/footer/skypeyellow.png);
}
.footer-social.youtube > span {
    background-image: url(../images/icon/footer/youtube.png);
}
.footer-social.youtube:hover > span {
    background-image: url(../images/icon/footer/youtubeyellow.png);
}
.footer-social.telegram > span {
    background-image: url(../images/icon/footer/telegram-logo.png);
}
.footer-social.telegram:hover > span {
    background-image: url(../images/icon/footer/telegram-logoyellow.png);
}
hr {
    width: 80%;
    margin-left: 0px;
    margin-bottom: 0.5em;
}
.footer-item, .footer-link {
    font-size: 14px;
    color: #b0afaf;
    padding: 5px 0px;
}
.footer-col.one > div > a {
    color: #b0afaf;
    text-decoration: none;
}
.footer-title {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer-col > a {
    display: block;
}
.footer-link {
    transition: 0.2s;
}
.footer-link:hover {
    padding-left: 10px;
    transition: 0.2s;
    color: #f8e71c;
}
div.footer-mobile > center > p:nth-child(3) {
    margin-bottom: 15px;
}
/*  END for  FOOTER*/

/*  START for  DEPARTMENT-ITEM*/
.department-item-row {
    white-space:nowrap;
    height: 35px;
    display: table;
    margin: 35px 0px 0px 0px;
}
.department-item-name {
    font-size: 18px;
    height: 35px;
    background-color: #f8e71c;
    color: #000;
    padding: 8px 16px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-weight: 500;
}
.department-item-name > p {
    vertical-align: middle;
}
.department-item-btn {
    padding: 8px 16px;
    height: 35px;
    background-color: #f8e71c;
    display: table-cell;
    text-align: center;
    vertical-align: middle
}
.department-item-block {
    display: table-cell;
    width: 70%;
}
a.depbutton {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    text-align: center;
    text-decoration: none;
}
.department-item-btn > a:hover {
    text-decoration: underline;
}
.department-item-menu {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0px;
}
.department-item-menu > a {
    display: none;
}
.department-item-menu > img:hover > a {
    display: inline-block;
    height: 350px;
    width: 350px;
    overflow:hidden;
    font-size: 20px;
    text-align: center;
}
.grid {
    position: relative;
    list-style: none;
    text-align: center;
    width: 100%;
}

/* Common style */
.grid figure {
    position: relative;
    overflow: hidden;
    width: 190px;
    text-align: center;
    display: inline-block;
    margin: 0px;
}
.grid figure a,
.dep-office-item a {
    text-decoration: none;
    color: #3c4a50;
}
.grid figure a:hover,
.dep-office-item a:hover {
    cursor: pointer;
    text-decoration:underline;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure h2 {
    word-spacing: 0.15em;
    font-weight: 300;
}
.grid figure h2  {
    font-weight: 800;
}
.grid figure h2,
.grid figure p {
    margin: 0;
}
.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
    color: #fff;
    background: #757575;
}
figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: #f8e71c;
    color: #3c4a50;
    font-size: 16px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
figure.effect-zoe h2 {
    float: left;
}

figure.effect-zoe h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}
figure.effect-zoe h2 {
    display: inline-block;
    font-size: 15px;
}
figure.effect-zoe:hover p.description {
    opacity: 0.85;
}
figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.department-item-text {
    margin: 50px 20px;
}
.department-item-text p:nth-child(1) {
    text-align: center;
    font-size: 14px;
    color: #757575;
}
.department-item-text p:nth-child(2) {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.department-item-text p:nth-child(3) {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.department-item-office {
    margin: 50px 0px;
    text-align: center;
}
.dep-office-item {
    display: inline-block;
    padding: 0px 15px;
}
.office-item.position{
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    background-color: #757575;
    width: 225px;
    display: table;
    padding: 10px;
    height: 200px;
    margin: 0px auto;
}
.office-item.position > p:nth-child(1) {
    text-transform: capitalize;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0px;
}
.office-item > img {
    width: 225px;
    height: 325px;
}
.dep-office-item a {
    text-decoration: none;
    color: #fff;
}
.dep-office-item a:hover > .office-item.position {
    cursor: pointer;
    text-decoration:underline;
    background-color: #f8e71c;
    color: #000;
}
.office-item.position p:nth-child(2) {
    font-size: 14px;
    margin-top: 15px;
    font-weight: 400;
}
.department-item.banner {
    /* position: absolute; */
    width: 100%;
    height: 450px;
    background-position: center;
    background-image: url(../images/img/faculty/student.jpg);
    left: 0px;
    background-size: cover;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.department-item.banner:hover {
    background-image: url(../images/img/faculty/student1.jpg);
}
.department-item.banner p:nth-child(1){
    font-size: 30px;
    font-weight: 700;
    color: #f8e71c;
    margin-top: 50px;
    opacity:0.2;
    display:inline-block;
}
.department-item.banner p:nth-child(2){
    font-size: 20px;
    margin: 50px;
    font-weight: 400;
    color: #fff;
    opacity:0.2;
}
.department-item.banner:hover p {
    color: #000;
    opacity:1;
}
.department-item.banner a.button {
    display: inline-block;
    color: white;
    font-weight: 700;
    text-decoration: none;
    user-select: none;
    padding: .5em 2em;
    outline: none;
    border: 2px solid;
    border-radius: 1px;
    transition: 0.2s;
    font-size: 20px;
    opacity:0.2;
}
.department-item.banner:hover a.button {
    border: 2px solid #f8e71c;
    background-color: #757575;
    color: #f8e71c;
    opacity:1;
}
.department-item-contact {
    /* position: absolute; */
    margin-top: 50px;
    text-align: center;
    width: 1150px;
    margin-bottom: 100px;
}
.hello_chief_dep{
    margin: 30px auto;
}
.hello_chief_dep > p{
    font-size: 16px;
    color: #000;
    text-indent: 1.5em;
}
.chief_dep_speciality > h3{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 20px auto;
    text-align: center;
}
div.our_speciality-cont > div > a{
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    text-align: left;
    display: block;
    padding: 15px;
}
div.our_speciality-cont > div > a:hover{
    color: #524f4f;
    background-color: #f8e71c;
}
.contact-col-left,
.contact-col-right {
    display: inline-block;
    width: 50%;
}
.contact-col-left {
    text-align: right;
    padding-right: 50px;
    vertical-align: top;
}
.contact-col-right {
    text-align: left;
}
.contact-col-left img {
    height: 60px;
}
.contact-col.left,
.contact-col.right {
    display: inline-block;
    width: 40%;
}
.contact-col-right > p {
    font-size: 30px;
    font-weight: 500;
}

.contact-col-right > .contact-col.left p:nth-child(1),
.contact-col.right p {
    font-size: 14px;
    font-weight: 300;
}
.contact-col-right span {
    margin-top: 30px;
}
.contact-col-mon {
    font-size: 18px;
    text-align: center;
    margin: 25px 0px;
}
p.mon-inf {
    margin-top: 15px;
    font-weight: 400;
}
p.mon-title-cont {
    color: #f8e71c;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0px;
    letter-spacing: 2.2px;
    background-color: #000;
    -webkit-animation: rainbow 2s linear 2s infinite alternate;
    font-weight: 600;
}
.department-item-social p {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 400;
}
.department-item-social a span {
    background-size: cover;
    display: inline-block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    width: 40px;
    margin: 5px 5px;
    background-color: #ffffff;
}
.department-link_insta span {
    background-image: url(../images/icon/faculty/instagram1.png);

}
.department-link_telegram span {
    background-image: url(../images/icon/faculty/telegram1.png);
}
.department-link_facebook span {
    background-image: url(../images/icon/faculty/facebook1.png);
}
.department-link_internet span {
    background-image: url(../images/icon/faculty/www1.png);
}
.department-link_skype span {
    background-image: url(../images/icon/faculty/skype.png);
}
.department-link_skype span {
    background-image: url(../images/icon/footer/instagramgrey.png);
}
.department-link_youtube span {
    background-image: url(../images/icon/faculty/youtube.png);
}
.department-link_insta:hover span {
    background-color: #c535a4;
}
.department-link_telegram:hover span {
    background-color: #61a8de;
}
.department-link_facebook:hover span {
    background-color: #39559f;
}
.department-link_internet:hover span {
    background-color: #f8e71c;
}
.department-link_skype:hover span {
    background-color: #00bdf4;
}
.department-link_youtube:hover span {
    background-color: #ff0000;
}

/*  END for  DEPARTMENT-ITEM*/


/*  START for  NEWS*/
.news {
    margin-top: 50px;
}
/*colum left*/
.news-col.left {
    display: inline-block;
    width: 700px;
    margin: 0px 20px;
}
.ei-slider{
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 400px;
    margin: 0 auto;
}
.ei-slider-large{
    height: 100%;
    width: 100%;
    position:relative;
    overflow: hidden;
}
.ei-slider-large li{
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.ei-slider-large li img{
    width: 100%;
}
.ei-title{
    position: absolute;
    right: 25%;
    margin-right: 13%;
    top: 30%;
}
.ei-date{
    position: absolute;
    right: 0px;
    top: 0px;
}
.ei-date p {
    font-size: 36px;
    background: #f8e71c;
    font-weight: 600;
}
.ei-title h3{
    text-align: right;
}
.ei-title h2{
    font-size: 40px;
    line-height: 50px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #fff;
    font-weight: 600;
    background: #757575;
    text-align: center;
}
.ei-title h3{
    font-size: 50px;
    line-height:60px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    color: #f8e71c;
    font-weight: 400;
}
.ei-slider-thumbs{
    height: 13px;
    margin: 0 auto;
    position: relative;
    padding: 0px;
}
.ei-slider-thumbs li{
    position: relative;
    float: left;
    height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
    top: 0px;
    left: 0px;
    position: absolute;
    height: 100%;
    z-index: 10;
    text-indent: -9000px;
    background: #f8e71c;
    background: rgb(248,231,28);
}
.ei-slider-thumbs li a{
    display: block;
    text-indent: -9000px;
    background: #666 ;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-box-shadow:
            0px 1px 1px 0px rgba(0,0,0,0.3),
            0px 1px 0px 1px rgba(255,255,255,0.5);
    -moz-box-shadow:
            0px 1px 1px 0px rgba(0,0,0,0.3),
            0px 1px 0px 1px rgba(255,255,255,0.5);
    box-shadow:
            0px 1px 1px 0px rgba(0,0,0,0.3),
            0px 1px 0px 1px rgba(255,255,255,0.5);
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
    background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
    position: absolute;
    bottom: 50px;
    opacity: 0;
    z-index: 999;
    max-width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-reflect:
            below 0px -webkit-gradient(
                    linear,
                    left top,
                    left bottom,
                    from(transparent),
                    color-stop(50%, transparent),
                    to(rgba(255,255,255,0.3))
            );
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
    opacity: 1;
    bottom: 13px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.news-fresh,
.news-popular {
    margin-top: 5px;
    display: inline-block;
}
.fresh-item {
    display: inline-block;
    width: 170px;
    height: 330px;
    margin: 2px 2px;
    vertical-align: top;
}

.item-info-ct > a {
    background-image: url(../images/icon/news/right-arrow-circular-button.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 24px;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 24px;
    margin: 5px 0px 0px 0px;
}
.fresh-item:hover > div.item-info {
    background-color: #b0afaf;
}
.fresh-item:hover > div.item-info > .item-info-ct > p {
    color: #FFFFFF;
}
.fresh-item:hover > div.item-info > .item-info-ct > a {
    background-image: url(../images/icon/news/right-arrow-circular-button1.png);
}
.fr-item-image {
    height: 115px;
    background-size: cover!important;
    background-position: center!important;
}




.news-fresh > p,
.news-popular > p {
    color: #000;
    font-size: 27px;
    font-weight: 600;
    margin: 18px 10px;
    text-transform: uppercase;
}
.fr-item-foto {
    position: relative;
}
.fresh-date {
    position: absolute;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    background-color: #757575;
    text-align: center;
    padding: 0px 5px;
    bottom:0px;
}
.fresh-day {
    position: absolute;
    left: 5px;
    bottom: 0px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #757575;
    width: 55%;
    text-align: center;
}
.item-info {
    width: 170px;
    height: 215px;
    position: relative;
    background-color: #f8e71c;
    transition: 0.3s;
}
.item-info > .item-info-ct {
    padding: 12px;
    width: 100%;
    text-align: left;
}
.item-info > .item-info-ct > p:nth-child(1) {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #757575;
    max-height: 80px;
    overflow: hidden;
}
.item-info > .item-info-ct > p:nth-child(2) {
    font-size: 12px;
    margin-top: 15px;
    height: 70px;
    overflow: hidden;
}
.item-info-ct > a > img {
    width: 25px;
    margin-left: 120px;
}
.news-popular-item {
    display: inline-block;
    width:350px;
    padding: 10px 0px;
}
.event-item-image {
    height: 350px;
    background-position: center!important;
    background-size: cover!important;
}
.news-popular-item-img {
    display: inline-block;
    width: 170px;
    height: 115px;
    overflow:  hidden;
    position:  relative;
}
.news-popular-item > hr {
    margin-top: 20px;
    width: 92%;
}
.news-popular-item:hover > .popular-item.col a p {
    color: #000;
}
.popular-item.col {
    display: inline-block;
    margin: 0px 10px;
    vertical-align: top;
}
.popular-item.col a {
    text-decoration: none;
}
.popular-item-title {
    text-transform: uppercase;
    font-size: 14px;
    color: #757575;
    text-align: left;
    width: 160px;
    vertical-align: top;
    font-weight: 500;
    overflow: hidden;
    height: 65px;
}
.popular-item-date {
    margin-top: 15px;
    text-align: left;
}
.popular-item-date img {
    display: inline-block;
    width: 15px;
    height: 15px;
}
.popular-item-date p {
    display: inline-block;
    font-size: 12px;
    color: #757575;
    text-align: left;
    vertical-align: top;
    margin-left: 8px;
}
/*colum right*/
.news-col.right {
    display: inline-block;
    width: 370px;
    vertical-align: top;
    margin: 0px 20px;
}
.col-block.first {
    height: 330px;
    margin-bottom: 20px;
}
.bl-item-image {
    height: 250px;
    background-position: center!important;
    background-size: cover!important;
}
.bl-first-item {
    position: relative;
}
.bl-first-item p {
    padding: 0px 10px;
    position: absolute;
    color: #000;
    text-align: left;
    left: 0px;
    bottom: 0px;
    font-size: 36px;
    background: #f8e71c;
    font-weight: 600;
}
.col-block.first a {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
.bl-first-title {
    /* height: 80px; */
    background: #757575;
}
.bl-first-title a p {
    padding: 10px;
    text-transform: uppercase;
    height: 75px;
    overflow: hidden;
}
div.col-block.first:hover > div.bl-first-title > a > p{
    color: #f8e71c;
    text-decoration: underline;
}
.today-news > p {
    width: 70%;
    font-size: 27px;
    color: #000;
    font-weight: 600;
    display: inline-block;
}
.today-news > a {
    display: inline-block;
    width: 30%;
    text-align: right;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    text-decoration: none;
}
.today-news > a:hover {
    background: #f8e71c;
}
.today-news-item {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.today-news-item > .col-time {
    display: inline-block;
    width: 25%;
    text-align: center;
    font-size: 30px;
    color: #9f9f9f;
    font-weight: 600;
    vertical-align: top;
}
.today-news-item .col-news-name{
    display:inline-block;
    width: 75%;
    padding: 7px 10px;
}
.today-news-item > .col-news-name a {
    text-decoration: none;
}
.today-news-item:hover .col-time {
    color: #f8e71c;
    background: #757575;
}
.today-news-item > .col-news-name a p{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}
.today-news-item > .col-news-name p {
    font-size: 12px;
    font-weight: 500;
    color: #757575;
}
.interesting-news {
    margin-top: 25px;
}
.interesting-news.first {
    margin-bottom: 5px;
}
.interesting-news.first:hover > .int-first-title a p {
    color: #000;
}
.int-first-item {
    position: relative;
}
.int-first-item p {
    position: absolute;
    color: #000;
    text-align: left;
    left: 0px;
    bottom: 0px;
    font-size: 36px;
    background: #f8e71c;
    font-weight: 600;
    padding: 0px 10px;
}
/*.int-first-item img {
	height: 170px;
}
.int-first-title {
	height: 50px;
}*/
.int-first-title a p {
    padding: 5px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #757575;
}
.int-first-title a {
    text-decoration: none;
}
.subdivision-news p {
    font-size: 16px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    margin: 10px 0px;
}
.subdivision-news a span {
    font-size: 14px;
    color: #757575;
    font-weight: 400;
    text-align: left;
    width: 50%;
    display: inline-block;
}
.subdivision-news a {
    text-decoration: none;
    color: #757575;
    transition: 0.3s;
}
.subdivision-news a:hover span{
    color: #f8e71c;
    text-decoration: underline;
}
.news-btn {
    display: block;
    color: #333333!important;
    font-size: 14px;
    min-width: 88px;
    text-align: center;
    font-size: 16px;
    background-color: #f8e71c;
    margin-top: 10px;
    text-transform: none;
    font-weight: 400;
    padding: 10px 16px;
    transition: 0.3s;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
}
.news-btn:hover, .event-ct > .event-title > a:hover{
    color: #ffffff!important;
    background: #757575;

}
.event-ct {
    margin: 30px 0px;
}
.event-title {
    margin: 25px;
}
.event-ct > .event-title > p {
    display: inline-block;
    width: 77%;
    font-size: 27px;
    color: #000;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
}
.event-ct > .event-title > a {
    min-width: 88px;
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-align: center;
    background: #f8e71c;
    padding: 10px 16px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
}
.event-item {
    width: 350px;
    height: 650px;
    display: inline-block;
    margin-left: 25px;
    vertical-align: top;
}
.event-item-foto {
    position: relative;
}

div.event-item-foto > p {
    position: absolute;
    font-size: 60px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    bottom: 0px;
    left:0px;
    height: 75px;
}
.event-item-info > a {
    text-decoration: none;
}
.event-item-info > a:hover {
    text-decoration: underline;
    color: #000000;
}
.event-item-info{
    background-color: #f5f5f5;
    padding: 16px;
    transition: 0.2s;
}
.event-item-info:hover{
    background-color: #d8d8d8;
    padding: 16px;
}
.event-item-info > a > p {
    font-size: 24px;
    height: 155px;
    overflow: hidden;
    color: #000;
    font-weight: 500;
    text-align: left;
    padding: 10px 0px;
    text-transform: uppercase;
}
.event-item-info > p:nth-child(2) {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    text-align: left;
    padding: 5px;
}
/*  END for  NEWS*/

/*  START for  YOUTH COMMITTEE*/
.committee-wrapper {
    /*height: 100vh;
    background-attachment: fixed;*/
    background-image: url(../images/img/youth-committee/team2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.committee-wrapper span {
    font-size: 38px;
    font-weight: 500;
    color: #262a35;
    text-align: right;
    width: 60%;
    background-color: #f8e71c;
    display: inline-block;
    margin-top: 400px;
    padding-right: 15px;
}
.youth-committee-text {
    padding-top: 100px;
}
.commit-text.left {
    font-size: 24px;
    display: inline-block;
    width: 60%;
    background-color: #f8e71c;
}
.commit-text.left p:nth-child(1),
.commit-text.right p:nth-child(1) {
    font-size: 45px;
    margin: 30px 20px 30px 100px;
    text-align: left;
    color: #262a35;
    font-weight: 700;
}
.commit-text.left p:nth-child(2) {
    font-size: 20px;
    text-align: justify;
    margin: 0px 70px 50px 100px;
}
.commit-text.right {
    font-size: 24px;
    display: inline-block;
    width: 40%;
    background-color: #757575;
    vertical-align: top;
}
.commit-text.right p:nth-child(1) {
    margin: 40px 20px 20px 50px;
    color: #f8e71c;
}
.commit-text.right p:nth-child(2) {
    font-size: 25px;
    text-align: left;
    line-height: 1.6;
    margin: 0px 150px 30px 50px;
    color: #fff;
}
.youth-committee-skills {
    font-size: 20px;
    margin-top: 80px;
    line-height: 50px;
}
.youth-committee-skills p {
    color: #262a35;
    font-weight: 700;
    font-size: 45px;
    letter-spacing: 4px;
}
.commit-skills-services {
    padding: 10px;
    margin-top: 20px;
}
.commit.services-item {
    display: inline-block;
    width: 30%;
}
.commit.services-item span {
    background: url(../images/icon/youth-committee/right-arrow-gr.png);
    display: inline-block;
    width: 16px;
    height: 16px;
}
.commit.services-item a {
    text-decoration: none;
    color: #262a35;
    font-weight: 400;
}
.commit-link {
    transition: 0.2s;
}
.commit-link:hover {
    padding-left: 10px;
    transition: 0.2s;
}
.youth-committee-news {
    margin-top: 80px;
}
.commit-news-title {
    width: 287.5px;
    display: inline-block;
    height: 287.5px;
    background-color: #f8e71c;
    color: #262a35;
    font-size: 40px;
    font-weight: 700;
    text-align:center;
}
.commit-news-title > a {
    text-transform: uppercase;
    margin-top: 95px;
    text-decoration: none;
    vertical-align: middle;
    display: table;
    margin-left: auto;
    margin-right: auto;
    color:#262a35;
}
.commit-news-item {
    display: inline-block;
    vertical-align: top;
    width: 287.5px;
    height: 287.5px;
}
.commit-news-item a img {
    width: 287.5px;
    height: 287.5px;
    position: absolute;
}
.commit-news-item a p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    background-color: #757575;
    position: absolute;
    width: 287.5px;
    text-align: left;
    padding: 10px 5px 10px 10px;
    height: 75px;
    overflow: hidden;
}
.commit-news-item:nth-child(even) a p {
    background-color: #757575;
    opacity: 0.7;
}
.commit-news-item:nth-child(odd) a p {
    background-color: #f8e71c;
    opacity: 0.7;
    color:#262a35;
}
.commit-news-item:nth-child(even):hover a p,
.commit-news-item:nth-child(odd):hover a p {
    opacity: 1;
}
.youth-committee-coop {
    width: 100%;
    height: 400px;
    background-color: #f8e71c;
    margin-top: 80px;
}
.youth-committee-coop > p:nth-child(1) {
    color: #262a35;
    display: block;
    text-align: center;
    font-size: 45px;
    width: 70%;
    font-weight: 500;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;

}
.commit-coop-btn{
    width: 20%;
    display: block;
    border: 1px solid #262a35;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    color: #262a35;
    margin-top: 50px;
}
.commit-coop-btn:hover {
    background-color: #262a35;
    color: #fff;
}
.youth-committee-contact {
    position: relative;
    margin-top: 550px;
}
.commit-cont-col {
    display:inline-block;
    width: 17%;
    height: 325px;
    background-color: #262a35;
    vertical-align: top;
    margin: 0px 17px;
}
.commit-cont-col > div,
.commit-cont-col > a > div {
    margin: 50px 0px;
    display: block;
    height: 80px;
    width: 80px;
    background-image: url(../images/icon/youth-committee/phone.png);
    background-size:cover;
    margin-left: auto;
    margin-right: auto;
}
.commit-cont-col:nth-child(2) > div{
    background-image: url(../images/icon/youth-committee/location.png);
}
.commit-cont-col:nth-child(3) > div{
    background-image: url(../images/icon/youth-committee/time.png);
}
.commit-cont-col:nth-child(4) > a > div{
    background-image: url(../images/icon/youth-committee/instagram.png);
}
.commit-cont-col:nth-child(5) > a > div{
    background-image: url(../images/icon/youth-committee/vk.png);
}
.commit-cont-col  p:nth-child(2) {
    font-size: 20px;
    font-weight: 300;
    margin: 10px 0px;
    color: #fff;
    text-align: center;
}
.commit-cont-col  p:nth-child(3) {
    font-size: 16px;
    font-weight: 300;
    margin: 15px;
    color: #fff;
    text-align: center;
}

/*  END for  YOUTH COMMITTEE*/


/*  START for  DEPARTMENT-LITERATURE*/
.department-book,
.department-guidelines,
.department-scpaper {
    margin-top: 30px;
}
#flippy {
    display: none;
}
.book-section {
    width: 100%;
    padding: 5px 16px;
    height: 35px;
    font-size: 18px;
    color: #4a4a4a;
    background-color: #f8e71c;
    text-align: left;
    /* display: table-cell; */
    vertical-align: middle;
    font-weight: 500;
}
.book-item, .guidelines-item, .scpaper-item {
    width: 16.6667%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 25px 0px;
}
div.department-literature > div.department-book > div.book-item:hover > .dep-lit-btn, div.department-literature > .department-guidelines > div.book-item:hover > .dep-lit-btn, .dep-lit-btn, div.department-literature > .department-scpaper > div.book-item:hover > .dep-lit-btn {
    background-color: #f8e71c;
    transition: 0.2s;
    color:#757575;
    font-weight: 400;
}
.book-item > .modalDialog > div > p{
    font-size: 16px;
    overflow: auto;
    max-height: 75vh;
    padding: 20px;
}
.book-item > img,
.guidelines-item > img,
.scpaper-item > img {
    width: 150px;
    height: 230px;
    box-shadow: 7px 7px 20px 1px rgba(0,0,0,0.5);
    border: 1px solid #757575;
}
.book-title, .guidelines-title, .scpaper-title {
    font-size: 14px;
    margin: 15px 15px;
    color: #262a35;
    text-align: center;
    line-height: 1.2;
    font-weight: 400;
    height: 65px;
    overflow: hidden;
}
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
    pointer-events: none;
}
.modalDialog:target, .modalDialog.show{
    display: block;
    pointer-events: auto;
}

.modalDialog > div {
    width: 600px;
    max-height: 85vh;
    text-align: justify;
    font-size: 14px;
    position: relative;
    margin: 5% auto;
    padding: 30px 20px 30px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}
.close {
    background: #757575;
    color: #f8e71c;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #000; }

.dep-lit-btn {
    color: #fff;
    text-decoration: none;
    user-select: none;
    background: #757575;
    padding: .7em 0.7em;
    outline: none;
    font-size: 14px;
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}
/*.dep-lit-btn:hover { background-color: #f8e71c; color: #000;}*/
/*  END for   DEPARTMENT-LITERATURE*/

/*  START for   SELECTION-COMMITTEE*/
.selection-wrapper {
    height: 100vh;
    background-image: url(../images/img/selection-committee/selection-ban.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}
.selection-wrapper  span {
    position: absolute;
    padding: 20px;
    top: 200px;
    font-weight: 400;
    color: #ffffff;
    font-size: 53px;
    background-color: #757575;
}
.selection-wrapper  p {
    font-weight: 300;
    color: #000;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0px;
    position: absolute;
    padding: 20px;
    top: 350px;
    background-color: #f8e71c;
}
.selection-wrapper > p > a {
    position: initial;
    padding: 15px;
    top: 0px;
}
.selection-wrapper > p > a:hover {
    text-decoration:underline;
    background-color:#f1f1f1;
    color: #333333;
}
.selection-wrapper a {
    position: absolute;
    padding: 20px;
    top: 450px;
    background-color: #262a35;
    text-align: right;
    font-weight: 300;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
@-webkit-keyframes rainbow {
    0% {opacity: 1}
    50% {opacity: 0.5}
    100% {opacity: 1}
}
.selection-days {
    margin: 50px 0px;
}

body > div > div > div:nth-child(2) > div:nth-child(1) > div.days-right > a:nth-child(3),
body > div > div > div:nth-child(2) > div:nth-child(1) > div.days-right > a:nth-child(4)  {
    background-color: #f8e71c;
    padding: 15px;
    margin: 15px auto;
    font-size: 16px;
    width: 85%;
    display: block;
    text-align: center;
}
.days-left {
    width: 50%;
    display: inline-block;
    background-image: url(../images/img/selection-committee/speciality.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    vertical-align: middle;
}
.days-right {
    width: 50%;
    display: inline-block;
    padding: 20px;
    vertical-align: middle;
}
.days-right  > p:nth-child(1) {
    font-size: 42px;
    font-weight: 500;
    text-align: right;
    padding-top: 15px;
}
.selection-committee-ct.nw:nth-child(2) > div:nth-child(2) > div.days-right > p {
    text-align: left;
}
.selection-committee-ct.nw:nth-child(2) > div:nth-child(2) > div.days-right > p:nth-child(1){
    font-size: 30px;
}
.selection-committee-ct.nw:nth-child(2) > div:nth-child(2) > div.days-right > p:nth-child(2){
    margin-bottom:30px;
}
.selection-committee-ct.nw:nth-child(2) > div:nth-child(2) > div.days-right > p:nth-child(3){
    font-size: 18px;
}
#sel-news-img {
    background-image: url(../images/img/selection-committee/11222111.jpg);
}
#crimea-img{
    background-image: url(../images/img/selection-committee/waytoukraine.jpg);
}
.days-right > p:nth-child(2) {
    font-size: 18px;
    text-align: right;
    margin-bottom: 25px;
}

.days-date p {
    display: inline-block;
    width: 45%;
    font-size: 20px;
    text-align: center;
    color: #262a35;
    background-color: #f8e71c;
    padding: 7px 0px;
    margin: 5px 5px;
    font-weight: 400;
}
.days-date p:nth-child(1){
    background-color: #757575;
    color: #f8e71c;
}
.days-date p:nth-child(1):hover{
    color: #fff;
}
.selection-project {
    background-color: #666a75;
    width: 100%;
    padding-bottom: 50px;
    text-align: center;
}
.selection-project p:nth-child(1) {
    font-size: 40px;
    width: 90%;
    text-align: center;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
    font-weight: 500;
}
.selection-project p:nth-child(2) {
    font-size: 20px;
    width: 70%;
    text-align: center;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.5px;
}
.project-btn, .price-btn {
    display: table;
    margin-top: 50px;
    background-color: #f8e71c;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    text-align: center;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    box-shadow: 7px 7px 20px 1px rgba(0,0,0,0.5);
}
a.project-btn:hover {
    background-color: #f5f5f5;
}
.selection-project a,
.selection-price a {
    text-decoration: none;
}
.selection-license {
    padding-bottom:50px;
}
.license-left {
    width: 50%;
    display: inline-block;
    padding: 20px;
    vertical-align: top;
}
.license-right {
    width: 50%;
    display: inline-block;
    background-image: url(../images/img/selection-committee/selection-back1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}
.license-left  p {
    margin: 25px 0px;
    line-height: 1.4;
}
.license-left  > p:nth-child(1) {
    font-size: 42px;
    font-weight: 500;
    text-align: left;
}
.license-left  > p:nth-child(2) {
    font-size: 20px;
    text-align: left;
    font-weight: 300;
}

.license-left  > a {
    font-size: 16px;
    color: #262a35;
    background-color: #f8e71c;
    padding-top: 8px;
    text-decoration: none;
    margin: 20px 0px;
    box-shadow: 7px 7px 20px 1px rgba(0,0,0,0.5);
    display: inline-block;
    width: 200px;
    height: 40px;
    text-align: center;
}
.selection-menu {
    margin: 35px 0px;
}
.selection-menu-item {
    transition: 0.5s;
    width: 383.3333333px;
    height: 383.3333333px;
    display: inline-block;
    vertical-align: top;

}
.selection-menu-item a span {
    height: 75px;
    width: 75px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.selection-menu-item a {
    text-decoration: none;
    cursor:pointer;
}
.selection-menu-item:hover {
    background-color: #f8e71c;
    transition: 0.5s;
}
.selection-menu-item > a p:nth-child(2) {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #262a35;
    margin: 25px 30px;
}
.selection-menu-item > a p:nth-child(3) {
    font-size: 16px;
    text-align: center;
    color: #757575;
    padding: 10px 30px;
}
.selection-menu-item.pravila > a span {
    background-image: url(../images/icon/selection-committee/book.png);
}
.selection-menu-item.speciality > a span {
    background-image: url(../images/icon/selection-committee/list-with-possible-workers-to-choose.png);
}
.selection-menu-item.calendar > a span {
    background-image: url(../images/icon/selection-committee/calendar.png);
}
.selection-menu-item.exams > a span {
    background-image: url(../images/icon/selection-committee/test.png);
}
.selection-menu-item.documents > a span {
    background-image: url(../images/icon/selection-committee/file.png);
}
.selection-menu-item.programMaster > a span {
    background-image: url(../images/icon/selection-committee/class-group.png);
}
.selection-menu-item.nakazi > a span {
    background-image: url(../images/icon/selection-committee/starred-list.png);
}
.selection-menu-item.crimea-ukraine > a span {
    background-image: url(../images/icon/selection-committee/ukraine.png);
}
.selection-menu-item.izido > a span {
    background-image: url(../images/icon/selection-committee/school-director-giving-graduation-certification-to-one-student.png);
}
.selection-menu-item.protocol > a span {
    background-image: url(../images/icon/selection-committee/documentpdf.png);
}
.selection-menu-item.programm > a span {
    background-image: url(../images/icon/selection-committee/pdf-book.png);
}
.selection-menu-item.base > a span {
    background-image: url(../images/icon/selection-committee/hosting.png);
}
.selection-price {
    background-color: #f8e71c;
    width: 100%;
    height: 500px;
    text-align: center;
}
.selection-price p:nth-child(1){
    display: inline-block;
    width: 90%;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    color: #757575;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
}
.selection-price p:nth-child(2){
    width: 700px;
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    color: red;
    margin-top: 38px;
    margin-left: auto;
    margin-right: auto;
}
.price-btn {
    background-color: #fff;
    color: #666a75;
}
.price-btn:hover {
    background-color: #666a75;
    color: #fff;
}
.selection-team {
    margin-top: 50px;
}
.selection-team-item {
    width:33%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.selection-team-item > div {
    width:250px;
    height:320px;
    overflow:hidden;
    margin-left: auto;
    margin-right: auto;
}

div.selection-team > div > div > img {
    width:250px;
    height:320px;
    border: 0;
    max-width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 0.3s;
}
.selection-team-item > p:nth-child(2) {
    font-weight: 400;
    color: #2a2a2a;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0px;
    margin: 20px 0px 10px 0px;
}
.selection-team-item > p:nth-child(3) {
    font-weight: 400;
    color: #8b8b8b;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-bottom: 30px;
    padding: 0px 55px;
}
.selection-committee-ct > .department-item-contact {
    position: relative;
}
.selection-committee-ct > .department-item-contact > .contact-col-left div {
    margin-top: 15px;
}
.selection-committee-ct > .department-item-contact > .contact-col-left div p:nth-child(1){
    font-weight: 500;
    color: #404040;
    font-size: 14px;
}
.selection-committee-ct > .department-item-contact > .contact-col-left div p:nth-child(2){
    font-weight: 300;
    color: #404040;
    font-size: 14px;
}
.form-wrapper-name {
    font-size: 26px;
    margin: 100px auto 10px auto;
    text-align: center;
}
#form-wrapper {
    width: 700px;
    height: 425px;
    margin: 50px auto;
    padding: 20px;
    position: relative;
    background-color: #f8e71c;
}
#form-wrapper form{
    background: #fff;
    height: 385px;
}
#form-wrapper #form-inner{
    margin: 0 auto;
    padding: 35px 0;
    width: 545px;
}
#form-wrapper label{
    font-size: 16px;
    font-weight: 400;
    float: left;
    margin-right: 10px;
    width: 120px;
}
#form-wrapper .input{
    font-size: 15px;
    padding: 5px;
    margin: 0 0 20px 0;
    width: 400px;
    color: #797979;
    background-color: initial;
    font-style: initial;
    border: 1px solid #e8e8e8;
}
#form-wrapper .input:focus{
    background-color: #E7E8E7;
    outline: 0;
}
#form-wrapper .textarea{
    height:150px;
}
#form-wrapper .button {
    float: right;
    padding: 7px 15px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
    overflow: visible; /* IE6/7 fix */
    background-color: #757575;
    border: none;
    font-style: inherit;
}
#form-wrapper .button:hover{
    background-color: #fff;
    color: #666a75;
    border: 1px solid #666a75;
}
.mapinform {
    position: relative;
    z-index: 2;
}
.overlay {
    background:transparent;
    position:relative;
    width:100%;
    height:400px;
    top:400px;
    margin-top:-400px;
    z-index: 20;
}
/*  END for   SELECTION-COMMITTEE*/

/*  START for  MAIN-PAGE*/
.main-wrapper {
    height: 100vh;
    background-image: url(../images/img/main/background.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #464646;
}
.main-wrapper.eng {
    background-image: url(../images/img/main/unnamed.jpg);
}
.main-wrapper-hub {
    height: 100vh;
    background-image: url(../images/img/hub/hub-3d-bckg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #464646;
}
.main-wrapper-economic{
    background-color: #ffffff;
    padding: 10px;
    text-align: center;
    display: block;
}
div.main-wrapper-economic > p{
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    width: 350px;
    margin: 0px auto;
    font-weight: 400;
}
.main-wrapper-olimpic{
    padding: 10px;
    text-align: center;
    display: block;
    background-color: #757575;
}
.main-wrapper-olimpic > p{
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0px 5px 30px;
    color: #f8e71c;
    font-weight: 400;
}
div.main-wrapper-economic > a, .main-wrapper-olimpic > a{
    display: inline-block;
    vertical-align: middle;
    background-color: #f8e71c;
    color: #333333;
    padding: 8px 16px;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.5);
    font-weight: 400;
}
.main-wrapper-olimpic > a{
    background-color: #ffffff;
}
div.main-wrapper-economic > a:hover{
    background-color: #757575;
    color: #ffffff;
}
div.main-wrapper-olimpic > a:hover{
    background-color: #f8e71c;
    color: #333333;
}
.main-wrapper > span {
    font-size: 20px;
    color: #262a35;
    text-transform: uppercase;
    background-color: #f8e71c;
    font-weight: 500;
    text-align: right;
    width: 680px;
    display: inline-block;
    /*margin-top: 600px;*/
    margin-top: 15%;
    padding: 15px;
}
.director-pic {
    width: 100%;
}
.mp-director > .director-pic > span {
    height: 370px;
    width: 645px;
    background-image: url(../images/img/main/students.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    margin-top: 80px;
    margin-left: 505px;
    background-color: #464646;
}
.director-text {
    font-size: 20px;
    color: #262a35;
    background-color: #f8e71c;
    text-align: left;
    width: 645px;
    height: 370px;
    padding: 30px;
    position: absolute;
    margin-top: 350px;
    box-shadow: 7px 7px 20px 1px rgba(0,0,0,0.5);
}
.director-text > p:nth-child(1) {
    width: 550px;
    font-size: 34px;
}
.director-text > p:nth-child(2) {
    padding-top: 25px;
    font-size: 26px;
}
.wrapper-inner-tab-backgrounds-third {
    text-align: center;
    width: 225px;
    right: 60px;
    margin-top: 25px;
    position: absolute;
    cursor: pointer;
}
.director-text > a {
    width: 300px;
    padding: 10px 0px;
    background-color: #fff;
    text-decoration: none;
    color: #262a35;
    display: block;
    text-align: center;
    margin-left: 285px;
    margin-top: 25px;
    box-shadow: 0 -3px rgb(223,223,223) inset;
    transition: 0.2s;
    border-radius: 3px;
}
.dir-btn:hover { background: rgb(223,223,223); }
.dir-btn:active {
    background: rgb(33,147,90);
    box-shadow: 0 3px rgb(33,147,90) inset;
}
.director-text > #openModal > div > h2 {
    text-align: center;
}
.rect-title {
    width: 250px;
    text-align: center;
    margin: 0px 20px 20px 0px;
    float: left;
}
congrat-rect {
    height: 550px;
}
.rect-cont {
    overflow: auto;
    max-height: 75vh;
}
div.rect-text > h2 {
    display: inline-block;
    margin-left: 15px;
}
.mp-selection-committee {
    width: 100%;
    background-color: #333333;
    font-size: 18px;
    margin-top: 800px;
    text-align: center;
    padding-bottom: 50px;
}
.mp-selection-committee > p:nth-child(1){
    width: 90%;
    font-size: 45px;
    font-weight: 300;
    color: #f8e71c;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}
.mp-selection-committee > p:nth-child(2){
    width: 90%;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0px;
}
.button1 {
    display: inline-block;
    border: 1px solid #f8e71c;
    background-color: #333;
    text-align: center;
    font-size: 18px;
    padding: 10px 16px;
    font-weight: 300;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}
.button1 span {
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.button1 span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.button1:hover span {
    padding-right: 25px;
}

.button1:hover span:after {
    opacity: 1;
    right: 0;
}

.main-page-ct.nw >  .grid {
    height: auto;
    margin: 100px 0px;
}
.mp-news-title{
    font-size: 36px;
    margin-left: auto;
    margin-right:auto;
    text-align:center;
    width: 100%;
    color: #262a35;
}
.mp-news.item {
    display: inline-block;
    width: 383.333333px;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-item-data {
    display: inline-block;
    width: 90px;
    height: 90px;
    background-color: #757575;
    padding: 10px;
    margin: 10px;
}
.news-item-data > p {
    font-size: 20px;
    color: #fff;
    padding-top: 7px;
    text-align: center;
    font-weight: 400;
}
.news-item-text {
    display: inline-block;
    width: 272.333333px;
    height: 100px;
    vertical-align: top;
    padding: 25px 10px;
    cursor: pointer;
}
.news-item-text > a >p {
    overflow: hidden;
    height: 50px;
    text-overflow: ellipsis;
}
.news-item-text > a > p {
    font-size: 16px;
    color: #000;
}
.mp-news.item:hover {
    background-color: #f8e71c;
}
.mp-news > a {
    text-decoration:none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding: 10px;
}
.mp-news-btn {
    font-size: 18px;
    color: #000;
    border: 1px solid #262a35;
    width: 250px;
    display:block;
}
.mp-news-btn:hover {
    border: 1px solid #f8e71c;
    background-color:#333333;
    color: #fff;
}
.mp-education {
    width: 100%;
    background-color: #f8e71c;
    font-size: 18px;
    text-align: center;
    margin: 100px 0px;
    padding-bottom: 40px;
}
.mp-education-title {
    font-size: 36px;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    color: #262a35;
    padding: 25px 0px;
}
.mp-education-block {
    width:90%;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 35px;
    display: block;
}
.mp-education-block a {
    width: 250px;
    border: 2px solid #fff;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #262a35;
    font-weight: 300;
    padding: 10px 0px;
    margin: 12px 10px;
    font-size: 18px;
    box-shadow: 7px 7px 20px 1px rgba(0,0,0,0.5);
}
.mp-education-block a:hover {
    background-color: #757575;
    color:#fff;
}
.mp-list-item:nth-child(1) {
    background-image: url(../images/img/main/111.jpg);
}
.mp-list-item:nth-child(2) {
    background-image: url(../images/img/main/222.jpg);
}
.mp-list-item:nth-child(3) {
    background-image: url(../images/img/main/333.jpg);
}
.mp-list-item:nth-child(4) {
    background-image: url(../images/img/main/444.jpg);
}
.mp-list-item:nth-child(5) {
    background-image: url(../images/img/main/fin1.jpg);
}
.mp-list-item:nth-child(6) {
    background-image: url(../images/img/main/6661.jpg);
}
.mp-list-item {
    width:490px;
    height: 200px;
    display:inline-block;
    vertical-align:top;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 25px 42px;
}
.mp-list-item a {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 400;
    border: 2px solid #fff;
    display: block;
    width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0,0,0,.3);
    margin-top: 79px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mp-list > div:nth-child(2) a{
    margin-top: 65px;
}
.mp-list-item a:hover {
    background-color: #757575;
}
/*---------------*/
/***** Dexter *****/
/*---------------*/

figure.effect-dexter {
    background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
    background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%);
    font-size: 18px;
    color: #fff;
}

figure.effect-dexter img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-dexter:hover img {
    opacity: 0.4;
}

figure.effect-dexter figcaption::after {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    height: -webkit-calc(50% - 30px);
    height: calc(50% - 30px);
    border: 7px solid #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

figure.effect-dexter:hover figcaption::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-dexter figcaption {
    padding: 3em;
    text-align: left;
}

figure.effect-dexter p {
    position: absolute;
    right: 60px;
    bottom: 60px;
    left: 60px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
}

figure.effect-dexter:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.main-page-ct.nw > div.grid > .effect-dexter {
    width: 50%;
}
.main-page-ct.nw > div.grid > .effect-dexter > figcaption > p {
    background: transparent;
    font-size: 14px;
}
.main-page-ct.nw > .grid figure h2 {
    word-spacing: 0.1em;
    font-weight: 300;
    color: #fff;
}
.main-page-ct.nw > .grid figure h2 span {
    font-weight: 800;
}
.mp-academyactivity {
    width: 100%;
    background-color: #333333;
    font-size: 18px;
    text-align: center;
    margin: 100px 0px;
}
.academyactivity-block {
    width: 100%;
    margin-left: auto;
    margin-right:auto;
    text-align:center;
}
.academyactivity-block a {
    width:20%;
    height:230px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    vertical-align:top;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.academyactivity-block a:hover {
    background-color: #f8e71c;
    color:#333333;
}
.academyactivity-block > a > span {
    width: 65px;
    height: 65px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}
.academyactivity-block > a:nth-child(1) > span {
    background-image: url(../images/icon/main/businessmen-having-a-meeting.png);
}
.academyactivity-block > a:nth-child(2) > span {
    background-image: url(../images/icon/main/class.png);
}
.academyactivity-block > a:nth-child(3) > span {
    background-image: url(../images/icon/main/diploma-and-graduate-cap.png);
}
.academyactivity-block > a:nth-child(4) > span {
    background-image: url(../images/icon/main/file.png);
}
.academyactivity-block > a:nth-child(5) > span {
    background-image: url(../images/icon/main/newspaper.png);
}

.academyactivity-block > a:hover:nth-child(1) > span {
    background-image: url(../images/icon/main/businessmen-having-a-meeting1.png);
}
.academyactivity-block > a:hover:nth-child(2) > span {
    background-image: url(../images/icon/main/class1.png);
}
.academyactivity-block >a:hover:nth-child(3) > span {
    background-image: url(../images/icon/main/diploma-and-graduate-cap1.png);
}
.academyactivity-block > a:hover:nth-child(4) > span {
    background-image: url(../images/icon/main/file1.png);
}
.academyactivity-block > a:hover:nth-child(5) > span {
    background-image: url(../images/icon/main/newspaper1.png);
}
.academyactivity-block > a > p {
    margin-top: 20px;
}
.mp-instagram-block {
    padding-bottom: 50px;
}
.mp-instagram-title {
    font-size: 36px;
    margin-left: auto;
    margin-right:auto;
    text-align:center;
    width: 90%;
    color: #262a35;
    margin-bottom:25px;
}
.instagram-row a,
.instagram-col a {
    width: 270px;
    height: 270px;
    display: inline-block;
    vertical-align:top;
    margin: 8px 8px;
}
.instagram-col {
    width: 286px;
    height: 556px;
    display:inline-block;
    vertical-align:top;
}
.mp-list-btn > img {
    width: 270px;
    height: 270px;
}
.instagram-col:nth-child(4) {
    width: 556px;
    height: 556px;
    display: inline-block;
    vertical-align:top;
    margin: 8px 8px;
    border:10px solid #f8e71c;
}
.instagram-col:nth-child(4) p {
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 75%;
    margin-top: 85px;
    text-transform: uppercase;
}
div.mp-academyactivity.fly {
    background-color: #f8e71c;
    margin: 50px 0px 100px 0px;
    font-size: 40px;
    font-weight: 600;
    display: inline-block;
}
div.mp-academyactivity.fly > a {
    color: #32373c;
    display: block;
    margin: 50px;
}
div.mp-academyactivity.fly > span {
    display: none;
}
div.mp-academyactivity.fly > a > span {
    width: 64px;
    height: 64px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/icon/main/drone.png);
}
div.mp-academyactivity.fly > p.drone-text {
    width: 80%;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾*/
#bg_popup{
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;}

#popup {
    background:#f8e71c;
    width: 70%;
    margin: 15% auto;
    padding: 5px 20px;
    position: relative;
    color: #333;
}

#setCookie{
    display: block;
    font-size: x-small;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #1BA600;
    cursor: pointer;
}
#popup > div.container {
    text-align: center;
}
#head {
    font-weight: normal;
    line-height: inherit;
    font-size: 26px;
}
#popup > div.container > ul {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}
#popup > div.container > ul > li {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
}

#popup > div.container > ul > li span {
    display: block;
    font-size: 4.5rem;
}
/*  END for  MAIN-PAGE*/

/*  START for  SELECTION SPECIALITY*/
.selection-nav-toggle {
    display:none;
}
.scroll-img {
    border-bottom: 4px solid #f8e71c;
    width: 1064px;
    height: 110px;
    overflow: hidden;
    font-size: 0;
    margin-left: auto;
    margin-right: auto;
}
.scroll-img ul {
    width: 700px;
    height: 600px;
    padding-left: 0px;
}
.scroll-img ul li {
    display: inline-block;
    vertical-align:top;
    padding: 10px 35px 10px 35px;
    height:132px;
}
#demo5.scroll-img ul {
    width: 1500px;
}
#demo5-btn {
    width: 680px;
    padding-top: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.scroll-img ul li a img {
    width:50px;
    height:50px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    display:block
}
.scroll-img ul li a p {
    width: 80px;
    font-size: 14px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    display:block
}
.scroll-img ul li a {
    text-decoration:none;
    color: #333333;
}
.scroll-img ul li:hover {
    background-color:#f8e71c;
}
#demo5-backward,
#demo5-forward {
    background-color:#fff;
    border:1px solid #333333;
    padding: 7px 30px 7px 30px;
    cursor:pointer;
    margin: 0px 5px;
    font-size:14px;
}
.speciality-faculty {
    margin: 50px 0px 50px 0px;
}
.speciality-faculty.add {
    text-align:center;
}
.speciality-topic {
    background-color:#a6a6a6;
    margin-top:65px;
}
.speciality-topic p{
    font-size: 26px;
    font-weight: 400;
    width: 85%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    padding: 20px 0px 20px 0px;
}
#firstcoursenight > p,
#mastercourse > p,
#firstcourseday > p{
    padding: 100px 0px;
}
.sp-faculty-item {
    width: 30%;
    height: 373px;
    display: inline-block;
    vertical-align: top;
    margin: 13px;
    border: 10px solid #f1f1f1;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
}
.sp-faculty-item .mask {
    width: 100%;
    height: 290px;
    position: absolute;
    overflow: hidden;
    top: 68px;
    left: 0;
}
.sp-faculty-item img {
    display: block;
    position: absolute;
}
.text-mask {
    display:table-cell;
}
.text-mask p {
    width: 340px;
    position: relative;
    padding: 10px 5px 10px 5px;
    font-size: 16px;
    height: 70px;
    font-weight: 400;
    display: table-cell;
    vertical-align: middle;
    background-color: #f8e71c;
}
.mask p {
    font-weight:400;
    font-size: 14px;
    position: relative;
    color: #fff;
    padding: 8px 10px;
    text-align: center;
}
.sp-faculty-item a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    font-size:12px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
}
.sp-faculty-item a.info: hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}
.view-effect img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.view-effect .mask {
    background-color: rgba(255, 231, 179, 0.3);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.view-effect .mask  p {
    color: #333;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.view-effect a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.view-effect:hover img {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.view-effect:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.view-effect:hover .mask p,.view-effect:hover a.info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.speciality-btn-cont{
    margin: 30px 0px;
}
.speciality-btn-cont p{
    font-size: 20px;
    text-transform: uppercase;
    font-weight:400;
    display:inline-block;
    vertical-align:middle;
    width: 250px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.speciality-line {
    width:100%;
}
.sp-btn-item{
    display:inline-block;
    min-height: 54px;
    width:200px;
    padding: 5px 5px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #757575;
    margin: 10px;
    box-shadow: 4px 4px 20px 1px rgba(0,0,0,0.5);
}
.sp-btn-item a {
    font-size: 14px;
    font-weight:400;
    color:#000;
    text-decoration:none;
}
.sp-btn-item:hover {
    background-color:#f8e71c;
}
.sp-faculty-item a p {
    font-size: 14px;
    font-weight:400;
    padding: 10px 8px;
    background-color:#f8e71c;
}
.sp-faculty-item:hover a p {
    background-color:#333333;
    color: #fff;
}
.speciality-info{
    background-color: #f8e71c;
    margin-top:50px;
    min-height: 250px;
}
.speciality-info p {
    color: #000000;
    width: 1150px;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}
.sp-info-title {
    font-size:36px;
    font-weight: 400;
    padding-top: 40px;
}
.sp-info-text {
    font-size:20px;
    font-weight: 300;
    padding-top:40px;
    padding-bottom:40px;
}
.sp-info-price {
    font-size:16px !important;
    color:#fff !important;
    padding-top: 0px !important;
    font-weight:300 !important;
}
.info.add {
    margin-top:100px;
}
div.speciality-reviews > div > ul > li:nth-child(1) > div > div > p:nth-child(4),
div.speciality-reviews > div > ul > li:nth-child(2) > div > div > p:nth-child(4),
div.speciality-reviews > div > ul > li:nth-child(3) > div > div > p:nth-child(4),
div.speciality-reviews > div > ul > li:nth-child(4) > div > div > p:nth-child(4),
div.speciality-reviews > div > ul > li:nth-child(5) > div > div > p:nth-child(4),
div.speciality-reviews > div > ul > li:nth-child(6) > div > div > p:nth-child(4) {
    margin-bottom:50px;
}
/*  END for  SELECTION SPECIALITY*/

/*  START for  DEPARTMENT NEWS*/
.department-news {
    margin-top: 50px;
}
.department-news > a{
    text-decoration:none;
    color:#262a35;
}
.dep-news-btn{
    padding:15px 30px;
    background-color:#f8e71c;
    text-align:center;
    width: 900px;
    margin-left: auto;
    margin-right:auto;
    display:block;
    margin-bottom: 25px;
}
.dep-news-btn p{
    font-size: 16px;
    font-weight:400;
    text-align:center;
}
.dep-news-item {
    width:900px;
    border:1px solid #333333;
    padding:25px;
    margin-bottom:25px;
    margin-left:auto;
    margin-right:auto;
}
.dep-news-item:hover {
    background-color:#f4f4f4;
    box-shadow: 7px 7px 20px 1px rgba(0,0,0,0.5);
}
.dep-news-item > a {
    display:inline-block;
    vertical-align:middle;
}
.dep-news-item > a > img {
    width:250px;
    height:350px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
.dep-news-text {
    width:598px;
    display:inline-block;
    vertical-align:middle;
}
.dep-news-text > p:nth-child(1) {
    font-size: 18px;
    font-weight:500;
    margin-left: auto;
    margin-right:auto;
    text-align:right;
    width: 100%;
    color: #262a35;
    letter-spacing: 2px;
    margin-bottom:15px;
}
.dep-news-text > p:nth-child(2) {
    font-size: 20px;
    margin-left: auto;
    margin-right:auto;
    text-align:right;
    width: 100%;
    color: #262a35;
}
/*  END for  DEPARTMENT NEWS*/

/*  START for  DEPARTMENT PARTNERS*/
.department-partners {
    width: 750px;
    margin-top: 50px;
    margin-left:auto;
    margin-right:auto;
}
.dep-partners-item {
    margin: 0px auto 50px auto;
}
.partners-logo {
    width: 400px;
    height: 300px;
    background-color: #f4f4f4;
    text-align: center;

}
.partners-logo a {
    width: 200px;
    height: 160px;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    display: inline-block;
    margin-top: 65px;
    box-shadow: 7px 7px 20px 1px rgba(0,0,0,0.5);
}
.partners-info {
    width: 400px;
    background-color: #f8e71c;
    margin: -100px 0px 0px auto;
}
.partners-info p {
    font-size: 16px;
    font-weight: 400;
    padding: 30px;
    text-align: justify;
}

/*  END for  DEPARTMENT PARTNERS*/

/*  START for  DEPARTMENT  GALLARY*/
.department-gallery-nav {
    margin-top:10px;
    width:100%;
    background-color:#757575;
}
.gallery-nav-item {
    width:1150px;
    margin-left:auto;
    margin-right:auto;
    font-size: 18px;
    font-weight: 300;
    padding:50px 0px;
}
.gallery-nav-item a {
    display:inline-block;
    vertical-align:top;
    width:100px;
    border:1px solid #fff;
    text-decoration:none;
    color:#fff;
    text-align:center;
    margin:0px 20px;
    padding: 5px 0px;
}
.gallery-nav-item a:hover {
    background-color:#fff;
    color:#262a35;
}
.gallery-item {
    position:relative;
    width: 675px;
    display:block;
    margin-top:50px;
}
.gallery-item:nth-child(even) {
    position:relative;
    width: 675px;
    display:block;
    margin-top:50px;
    left:475px;
}
.galla-item.pic1, .galla-item.pic2{
    display:block;
    text-align:right;
    margin-bottom:30px;
}
.gallery-item:nth-child(even) > .galla-item.pic1, .gallery-item:nth-child(even) > .galla-item.pic2{
    display:block;
    text-align:left;
    margin-bottom:30px;
}
.galla-item.pic3,
.galla-item.pic4,
.galla-item.pic5  {
    display:inline-block;
    width:225px;
}
.galla-item.pic3,
.galla-item.pic5  {
    text-align:right;
}
.gallery-item:nth-child(even) > .galla-item.pic3,
.gallery-item:nth-child(even)  > .galla-item.pic5  {
    text-align:left;
}
.galla-item.pic4 {
    padding-left:25px;
}
.gallery-item:nth-child(even) > .galla-item.pic4 {
    padding-right:25px;
    padding-left:0px;
}
.galla-item img {
    width:200px;
    height:150px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 0.3s;
    object-fit: cover;
}
.galla-item-title {
    width:450px;
    height:370px;
    background-color:#f8e71c;
    top:15px;
    left:50px;
    position:absolute;
    box-shadow: 7px 7px 20px 1px rgba(0,0,0,0.5);
}
.gallery-item:nth-child(even) > div.galla-item-title {
    right:50px;
    left:auto;
}
.galla-item-title p {
    padding:50px;
    width:450px;
    height:370px;
    font-size: 18px;
    font-weight:400;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.gallery-item a {
    text-decoration:none;
    color:#262a35;
}
.gallery-item:hover .galla-item-title p {
    background-color:#757575;
    color:#fff;
}
.galla-item-title span {
    position:absolute;
    font-size:30px;
    padding:5px 0px;
    font-weight: 500;
    text-align: center;
    width:100px;
    height:50px;
    background-color:#f8e71c;
}
/*  END for  DEPARTMENT GALLARY*/


/*  START for  DEPARTMENT  TEACHER*/
.department-row.teacher {
    margin-top: 50px;
}
.department-row.teacher > div.department-row-item:hover > a > .item-name {
    background-color:#757575;
    color:#fff;
}

.department-col {
    width:430px;
    display:inline-block;
    vertical-align:top;
}
.department-row.teacher {

}
.scientactivity-title,
.subject-title,
.contact-title,
.row-scientific-title  {
    font-size: 16px;
    font-weight:400;
    background-color:#f8e71c;
    text-align:center;
    padding:10px 0px;
    letter-spacing:1px;
}
.scientactivity-info,
.row-scientific-info {
    font-size: 16px;
    font-weight:300;
    padding:10px;
    text-align:justify ;
    text-indent: 1.5em;
    line-height: 30px;
}
.scientactivity-profile {
    font-size: 16px;
    width: 33%;
    display: inline-block;
    font-weight: 300;
    padding: 10px;
    text-align: center;
}
.scientactivity-profile:hover{
    background-color: #f4f4f4;
}
.scientactivity-profile a {
    color: #000000;
    font-weight: 400;
    text-decoration: underline;
}
.row-scientific-info{
    width: 900px;
    margin: 50px auto 0px auto;
}
.subject-info a {
    display:block;
}
.subject-info p{
    font-size: 14px;
    font-weight:400;
    background-color:#f1f1f1;
    text-align:left;
    padding: 10px;
    margin-bottom: 10px;
}
.subject-info p a {
    font-size: 12px;
    font-weight:500;
    text-align:right;
    margin-right:10px;
    text-decoration:none;
    color:#262a35;
}
.subject-info p a:hover {
    text-decoration:underline;
}
.contact-info p:nth-child(odd) {
    font-size: 14px;
    font-weight:500;
    padding:7px 7px;
    background-color:#f1f1f1;
    text-align: left;
}
.contact-info p:nth-child(even){
    font-size: 14px;
    font-weight:400;
    padding:7px 7px;
    text-align:right;
}
.department-row-scientific {
    display: block;
    width: 100%;
}
.teacher-job-name {
    background-color:#757575;
    margin: 50px auto;
}
.teacher-job-name p {
    width:1150px;
    font-size: 16px;
    font-weight:400;
    padding:7px 7px;
    margin-left: auto;
    margin-right:auto;
    text-align:center;
    color:#fff;
    height:50px;
    line-height:40px;
}
.department-teacher-job > p{
    width: 900px;
    font-size: 16px;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    line-height: 30px;
    text-indent: 40px;
    padding: 5px 0px;
}
.my_pub_article_pdf {
    font-size: small;
    display: block;
    text-align: right;
    width: 900px;
    margin: 0 auto 25px;
}
.my_pub_article_pdf:hover {
    text-decoration: underline;
}
.qualification-item{
    width: 900px;
    margin: 50px auto 0px auto;
    padding: 20px;
    background-color: #f1f1f1;
    -webkit-box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2.5px 5px 10px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.3);
}
.scientific-project.nw:nth-child(1){
    margin: 50px auto;
}
.qualification-item:hover{
    -webkit-box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.5);
}
div.qualification-item > div.qualification-info > a{
    font-size: 18px;
    color:#757575;
}
div.qualification-item:hover > div.qualification-info > a{
    text-decoration: underline;
}
.qualification-img{
    width: 210px;
    height: 297px;
    display: inline-table;
    vertical-align: middle;
    position: relative;
}
.qualification-img img{
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.qualification-info{
    display: inline-table;
    vertical-align: middle;
    padding: 10px 10px 10px 30px;
    width: 650px;
}
.qualification-info p {
    font-size: 16px;
}
.qualification-main {
    padding: 25px 0px;
}
div.qualification-info > hr{
    width: 100%;
}
.qualification-end, .qualification-start{
    margin: 10px 0px;
}
p.qualification-title{
    font-size: 20px;
}
/*  END for  DEPARTMENT TEACHER*/

/*  START for  SELECTION OLIMPIAD*/
.sel-olimpiad-title {
    margin: 70px 0px;
}
.sel-olimpiad-title p {
    font-size: 30px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width:1050px;
}
.selection-olimpiad.subjects {
    background-color: #757575;
    padding:25px 0px;
}
.olimpiad-subjects {
    width:1150px;
    margin-right: auto;
    margin-left:auto;
}
.sub-item {
    width: 25%;
    display:inline-block;
    margin-left: auto;
    margin-right:auto;
    text-align:center;
    vertical-align: top;
}
.subjects-propose {
    font-size: 28px;
    margin-bottom: 20px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    font-weight: 300;
    width: 1000px;
    color: #f8e71c;
}
.sub-item p {
    font-size: 18px;
    font-weight: 400;
    color:#fff;
    padding: 20px 0px;
}
.sub-item:nth-child(1) span, .sub-item:nth-child(7) span, .sub-item:nth-child(8) span, .sub-item:nth-child(9) span, .sub-item:nth-child(10) span {
    background-image: url(../images/icon/selection-committee/write.png);
}
.sub-item:nth-child(2) span {
    background-image: url(../images/icon/selection-committee/calculator-four-buttons-outlines.png);
}
.sub-item:nth-child(3) span {
    background-image: url(../images/icon/selection-committee/relativity-formulae.png);
}
.sub-item:nth-child(4) span, .sub-item:nth-child(5) span, .sub-item:nth-child(6) span {
    background-image: url(../images/icon/selection-committee/icon.png);
}
.sub-item:hover p {
    color: #f8e71c;
}
.olimp-firsttour-btn {
    text-align: center;
}
.olimp-firsttour-btn a{
    font-size:18px;
    font-weight:400;
    text-decoration:none;
    text-align:center;
    color: #f8e71c;
    background-color:#757575;
    padding:15px;
    margin-left:auto;
    margin-right:auto;
}
.sub-item span {
    width: 64px;
    height: 64px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-top: 10px;
}
.olimpiad-conditions {
    margin: 50px 0px;
}
.olim-cond-pic,
.olim-cond-inf {
    display:inline-block;
    width:50%;
    vertical-align:middle;
    text-align: center;
}
.olimpiad-conditions img {
    width: 400px;
    height: 400px;
    overflow: hidden;
    text-align:center;
}
.olim-cond-inf {
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
    text-align:justify;
    text-indent: 30px;
}
.olimpiad-speciality {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    padding: 0px 5px;
    margin: 50px 0px;
}
.olimpiad-speciality td:nth-child(1),
.olimpiad-speciality td:nth-child(3) {
    text-align:center;
}
.olimpiad-speciality tr:nth-child(1) {
    font-weight:500;
    height: 50px;
    text-align:center;
}
.olimpiad-speciality tr td {
    padding-left: 0px;
    padding: 0px 5px;
}
.olimpiad-steps {
    background-color: #f8e71c;
    padding-top: 90px;
    height: 250px;
}
.olimpiad-steps p {
    width: 1150px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-size: 36px;
    font-weight: 300;
}
.olimpiad-firsttour,
.olimpiad-secondtour {
    margin: 50px 0px;
    border:2px solid #fff;
}
.olimpiad-firsttour:hover,
.olimpiad-secondtour:hover {
    border:2px solid #757575;
}
.olimp-firsttour-inf,
.olimp-firsttour-pic{
    display:inline-block;
    width:50%;
    vertical-align:middle;
}
.olimp-firsttour-inf {
    padding:30px 20px 30px 20px;
}
div.olimp-firsttour-pic > img {
    margin:30px 0px;
}
.olimp-firsttour-inf > p,
.olimpiad-secondtour > p {
    font-size: 20px;
    font-weight: 400;
    text-align:center;
    margin: 10px 0px;
    line-height: 40px;
}
.olimp-firsttour-inf ul {
    font-size: 18px;
    font-weight: 300;
    text-align:justify;
    margin-left: 0px;
    padding-left:20px;
}
.olimp-firsttour-inf ul li p a {
    text-decoration:none;
    color:#262a35;
    font-weight: 400;
}
.olimp-firsttour-pic {
    text-align:center;
}
.olimpiad-info {
    background-color: #f1f1f1;
    height: 250px;
    padding-top: 65px;
}
.olimpiad-info p {
    width: 1050px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-size: 26px;
    font-weight: 400;
}
.olimpiad-result {
    margin: 50px 0px;
}
.olimpiad-result p{
    font-size: 26px;
    font-weight: 400;
    width: 80%;
    text-align:center;
    margin: 50px auto;
}
.olimpiad-result a img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 120px;
}
/*  END for  SELECTION OLIMPIAD*/

/*  START for  SELECTION PRICE*/
.price-list-title {
    font-size: 26px;
    text-align: center;
    font-weight: 400;
    margin: 50px auto;
    background-color: #f8e71c;
    height: 250px;
    padding-top: 35px;
}
.price-list-title p {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0px;
}
.selection-price-list-ct > table {
    border-spacing: 0 10px;
    border-collapse: inherit;
    font-weight:500;
}
th {
    padding: 10px 20px;
    background: #757575;
    color: #fff;
    border-right: 2px solid;
    font-size: 16px;
}

th:last-child {
    border-right: none;
}
.selection-price-list-ct > table > tbody > tr > td {
    vertical-align: middle;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    border-top: 2px solid #56433D;
    border-bottom: 2px solid #56433D;
    border-right: 2px solid #56433D;
}
td:first-child,
.selection-price-list-ct > table:nth-child(1) > tbody > tr:nth-child(12) > td:nth-child(1) {
    border-left: none;
}

.left-border{
    border-left: 2px solid #56433D!important;
}
div.selection-price-list > div:nth-child(9) > table > tbody > tr:nth-child(21) > td:nth-child(1){border-left: none;}
.selection-price-list-ct > table:last-child {
    margin-bottom:50px;
}

/*  END for  SELECTION PRICE*/

/*  START for  SELECTION LEARN WORK*/
.learnwork-navigation a {
    display:inline-block;
    width:300px;
    font-size:18px;
    text-align:center;
    padding:10px 0px;
    text-decoration:none;
    color: #262a35;
    border: 1px solid #757575;
    margin-left: 41px;
    margin-right: 41px;
    margin-top: 30px;
    box-shadow: 7px 7px 20px 1px rgba(0,0,0,0.5);
}
.learnwork-navigation a:hover {
    background-color: #f8e71c;
    font-weight:400;
}
.learnwork-title {
    font-size:24px;
    text-align:center;
    font-weight:400;
    margin:40px 0px;
}
.learnwork-sublist {
    width:900px;
    margin-left:auto;
    margin-right:auto;
}
.learnwork-sublist table tr th {
    letter-spacing: 1px;
    font-weight: 500;
}
.learnwork-sublist table tr td{
    font-size:16px;
    text-align:center;
    padding: 10px;
}
.learnwork-sublist table tr:hover {
    background-color: #f1f1f1;
}
.learnwork {
    margin: 40px 0px;
    padding: 40px 0px;
    font-size:24px;
    font-weight: 400;
    text-align:center;
    width:100%;
    background-color: #f8e71c;
}
.learnwork p {
    width:1000px;
    margin-left: auto;
    margin-right: auto;
}
.learnwork-lab-name {
    width: 400px;
    font-size:20px;
    font-weight: 300;
    text-align:center;
    background-color:#757575;
    color:#fff;
    letter-spacing: 0.5px;
    padding: 10px;
    box-shadow: 7px 7px 20px 1px rgba(0,0,0,0.5);
}
.learnwork-lab-item {
    margin:60px 0px;
}
.learnwork-lab-item p {
    font-size:18px;
    font-weight: 400;
    text-align:center;
    margin: 0px 0px 30px 0px;
}
.lab-item-foto,
.lab-item-specefication {
    width:50%;
    vertical-align:middle;
    display:inline-block;
    text-align: center;
}
.lab-item-foto img {
    width: 380px;
    height: 260px;
    overflow:hidden;
    text-align: center;
}
.lab-item-specefication > table {
    width:90%;
    font-size:16px;
}
.lab-item-specefication > table td:nth-child(3) {
    padding:5px;
}
.lab-item-specefication > table td:nth-child(2) {
    text-align:left;
    padding-left: 10px;
    padding-right: 5px;
}
.lab-item-specefication > table tr:hover {
    background-color: #f1f1f1;
}
.learnwork-lab-item > .lab-item-specefication table {
    border-collapse: collapse;
    border: 1px solid #c0c0c0;
}
/*  END for  SELECTION LEARN WORK*/

/*  START for  SELECTION CALENDAR*/
.sel-calendar-title {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    margin: 50px 0px;
}
.sel-calendar-name {
    width: 100%;
    background-color: #757575;
}
.calendar-btn-item {
    width: 220px;
    height: 525px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: center;
    background-color: #f1f1f1;
    margin: 0px 33px 50px 33px;
    padding-bottom: 45px;
}
.calendar-btn-item img {
    box-shadow: 7px 7px 20px 1px rgba(0,0,0,0.5);
    margin-top: 33px;
    width: 160px;
    height: 160px;
}
div.sel-calendar-btn > div > hr{
    width:50px;
    height:2px;
    margin: 15px 0px 15px 30px;
    background-color: #333333;
}
.calendar-btn-item p {
    text-align: justify;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    height: 225px;
}
.calendar-btn-item a {
    text-decoration: none;
    padding: 10px;
    background-color: #f8e71c;
    display: block;
    color: #333333;
}
.calendar-btn-item:hover a{
    font-weight: 500;
}
.sel-calendar-name p{
    width: 1000px;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    padding: 100px 0px;
}
.calendar-block.item {
    width:900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    background-color: #f1f1f1;
    box-shadow: 7px 7px 20px 1px rgba(0,0,0,0.5);
}
.calendar-block.item:nth-child(1),
.calendar-block.item:nth-child(4),
.calendar-block.item:nth-child(7),
.calendar-block.item:nth-child(10) {
    background-color: #f8e71c;
}
.calendar-block.item:nth-child(3),
.calendar-block.item:nth-child(6),
.calendar-block.item:nth-child(9),
.calendar-block.item:nth-child(12) {
    background-color: #757575;
    color: #fff;
}
.calendar-text {
    text-align:left;
}
.item-data-z {
    width: 70px;
    height: 180px;
    z-index: -1;
    position: relative;
    display: inline-block;
    background-color: #757575;
    vertical-align: middle;
    border-radius: 20px 0 0 20px;
    margin: 15px 15px 15px -22px;
}
.calendar-block.item:hover > .item-data,
.calendar-block.item:hover > .item-data-z {
    background-color: #f8e71c;
}

.calendar-block.item:hover > .item-data p {
    color:#757575;
}
.calendar-block.item > .item-data,
.calendar-block.item > .item-information,
.calendar-block.item > .item-logo {
    display:inline-block;
    vertical-align:middle;
    z-index:2;
    position:relative;
}
.calendar-block.item > .item-data {
    width: 150px;
    height: 150px;
    position: relative;
    z-index: 2;
    padding: 10px;
    margin: 15px 15px 15px -85px;
    background-color: #757575;
    box-shadow: 3px 3px 20px 1px rgba(0,0,0,0.5);
}
.calendar-block.item > .item-information {
    width:550px;
}
.calendar-block.item > .item-logo {
    width: 200px;
    text-align: center;
}
.calendar-block.item > .item-data p {
    color:#f8e71c;
    text-align:center;
}
.calendar-block.item > .item-data p:nth-child(1) {
    font-size: 18px;
    font-weight: 700;
    text-transform:uppercase;
}
.calendar-block.item > .item-data p:nth-child(2) {
    font-size: 90px;
    font-weight: 700;
    transform: scaleX(0.8);
    margin-top: -20px;
}
.calendar-block.item > .item-information {
    padding:15px;
    font-size: 16px;
    font-weight: 400;
}
.calendar-block.item > .item-information hr {
    height:3px;
    width:50px;
    margin: 10px 0px;
}
div.item-information > hr:nth-child(4),
div.item-information > hr:nth-child(9) {
    margin-left: 485px !important;
}
.information-end {
    text-align:right;
}
.calendar-block.item > .item-logo > span {
    width: 80px;
    height: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}
.calendar-block.item:nth-child(1) > .item-logo > span {
    background-image: url(../images/icon/selection-calendar/laptop.png);
}
.calendar-block.item:nth-child(2) > .item-logo > span,
.selection-calendar-ct:nth-child(9) > div:nth-child(1) > div.item-logo > span {
    background-image: url(../images/icon/selection-calendar/stationery-stacked-papers.png);
}
.calendar-block.item:nth-child(3) > .item-logo > span {
    background-image: url(../images/icon/selection-calendar/speech-bubbles.png);
}
.calendar-block.item:nth-child(4) > .item-logo > span {
    background-image: url(../images/icon/selection-calendar/painter-easel-with-square-canvas.png);
}
.calendar-block.item:nth-child(5) > .item-logo > span,
.selection-calendar-ct:nth-child(9) > div:nth-child(2) > div.item-logo > span,
.selection-calendar-ct:nth-child(7) > .calendar-block.item:nth-child(2) > div.item-logo > span {
    background-image: url(../images/icon/selection-calendar/test.png);
}
.calendar-block.item:nth-child(6) > .item-logo > span {
    background-image: url(../images/icon/selection-calendar/chat.png);
}
.calendar-block.item:nth-child(7) > .item-logo > span {
    background-image: url(../images/icon/selection-calendar/list.png);
}
.calendar-block.item:nth-child(8) > .item-logo > span {
    background-image: url(../images/icon/selection-calendar/file.png);
}
.calendar-block.item:nth-child(9) > .item-logo > span,
.selection-calendar-ct:nth-child(9) > div:nth-child(3) > div.item-logo > span,
.selection-calendar-ct:nth-child(7) > .calendar-block.item:nth-child(3) > div.item-logo > span {
    background-image: url(../images/icon/selection-calendar/pencil.png);
}
.calendar-block.item:nth-child(10) > .item-logo > span,
.selection-calendar-ct:nth-child(9) > div:nth-child(4) > div.item-logo > span,
.selection-calendar-ct:nth-child(7) > .calendar-block.item:nth-child(4) > div.item-logo > span {
    background-image: url(../images/icon/selection-calendar/man-reading.png);
}
.calendar-block.item:nth-child(11) > .item-logo > span,
.selection-calendar-ct:nth-child(9) > div:nth-child(5) > div.item-logo > span,
.selection-calendar-ct:nth-child(5) > .calendar-block.item:nth-child(5) > div.item-logo > span,
.selection-calendar-ct:nth-child(7) > .calendar-block.item:nth-child(5) > div.item-logo > span {
    background-image: url(../images/icon/selection-calendar/trophy.png);
}
.calendar-block.item:nth-child(12) > .item-logo > span {
    background-image: url(../images/icon/selection-calendar/puzzle.png);
}
.selection-calendar-ct:nth-child(5) > .calendar-block.item:nth-child(1) > div.item-logo > span,
.selection-calendar-ct:nth-child(5) > .calendar-block.item:nth-child(4) > div.item-logo > span,
.selection-calendar-ct:nth-child(7) > .calendar-block.item:nth-child(1) > div.item-logo > span {
    background-image: url(../images/icon/selection-calendar/stationery-stacked-papers.png);
}
.selection-calendar-ct:nth-child(5) > .calendar-block.item:nth-child(2) > div.item-logo > span  {
    background-image: url(../images/icon/selection-calendar/test.png);
}
.calendar-block.item:last-child {
    margin-bottom:50px;
}
/*  END for  SELECTION CALENDAR*/


/*  START for  SELECTION DOCUMENTS*/
.sel-documents-order {
    width:900px;
    margin: 50px auto;
    position: relative;
}
.documents-order-title {
    position: absolute;
    margin-left: 20px;
    font-size: 18px;
    width: 350px;
    background-color: #f1f1f1;
    text-align: center;
    height: 100%;
    color:#000;
}
.documents-order-title > .order-first{
    font-size:50px;
    margin-top: 140px;
    margin-bottom: 25px;
}
.documents-order-title > .order-second{
    margin: 45px;
    text-align: justify;
}
.documents-order-title > span{
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin: 0px 20px 0px 20px;
}
.documents-order-title > span:nth-child(2){
    background-image: url(../images/icon/selection-committee/earth-globe.png);
}
.documents-order-title > span:nth-child(3){
    background-image: url(../images/icon/selection-committee/notebook.png);
}
.documents-order-title > span:nth-child(4){
    background-image: url(../images/icon/selection-committee/attention-sign.png);
}
.documents-order-row p {
    display:inline-block;
    vertical-align:middle;
    text-align:justify;
}
.documents-order-row p:nth-child(1){
    width: 100px;
    margin-left: 400px;
    text-align:center;
    font-size:60px;
}
.documents-order-row p:nth-child(2){
    width:400px;
    font-size:16px;
    padding:25px;
}
.documents-order-row:nth-child(2) {
    background-color:#f8e71c;
}
.documents-order-row:nth-child(3) {
    background-color:#757575;
    color:#f1f1f1;
}
.documents-order-row:nth-child(4) {
    background-color:#333333;
    color:#fff;
}
.documents-order-row:nth-child(5) {
    background-color: #919090;
    color: #fff;
}
.documents-need-title,
.documents-need-name {
    background-color:#f8e71c;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 50px;
    height: 250px;
    line-height: 180px;
}
.documents-need-title p,
.documents-need-name p {
    width: 1000px;
    text-align:center;
    font-size:32px;
    font-weight:400;
    padding: 30px 0px 30px 0px;
    margin-left: auto;
    margin-right: auto;
}
.documents-need-item {
    width:33%;
    display:inline-block;
    vertical-align:top;
    font-size:16px;
    color: #757575;
}
.need-item-pic > span{
    width: 64px;
    height: 64px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.documents-need-item:nth-child(1) > .need-item-pic > span{
    background-image: url(../images/icon/selection-committee/passport-outline.png);
}
.documents-need-item:nth-child(2) > .need-item-pic > span{
    background-image: url(../images/icon/selection-committee/license.png);
}
.documents-need-item:nth-child(3) > .need-item-pic > span{
    background-image: url(../images/icon/selection-committee/identification.png);
}
.documents-need-item:nth-child(4) > .need-item-pic > span{
    background-image: url(../images/icon/selection-committee/camera-target.png);
}
.documents-need-item:nth-child(5) > .need-item-pic > span{
    background-image: url(../images/icon/selection-committee/copy-two-paper-sheets-stroke-symbol-of-interface.png);
}
.documents-need-item:nth-child(6) > .need-item-pic > span{
    background-image: url(../images/icon/selection-committee/police-badge.png);
}
.documents-need-item p {
    width: 300px;
    padding: 20px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}
.documents-need-name {
    margin-top:50px;
    background-color:#757575;
}
.documents-need-name p{
    color: #f8e71c;
}
.sel-doc-cont {
    margin-bottom:50px;
}
.sel-doc-item {
    display:inline-block;
    width:50%;
    vertical-align: middle;
    font-size:16px;
    text-align: center;
    text-indent: 30px;
}
.sel-doc-item p{
    line-height:35px;
    text-align:justify;
    padding: 12px;
    font-weight:400;
}
.sel-doc-item img{
    width:500px;
    height:500px;
}
.sel-doc-item p:hover {
    background-color:#f8e71c;
}
/*  END for  SELECTION DOCUMENTS*/

/*  START for  SELECTION EXAMS*/
.sel-exams-title {
    background-color:#f8e71c;
    margin: 50px auto;
    height: 250px;
    line-height: 180px;
}
.sel-exams-title p {
    width: 1000px;
    text-align:center;
    font-size:32px;
    font-weight:400;
    padding: 30px 0px 30px 0px;
    margin-left: auto;
    margin-right: auto;
}
.selection-exams-item {
    margin: 75px auto 85px auto;
    text-align: center;
}
.exams-item-name{
    width: 1000px;
    font-size: 22px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 40px;
}
.selection-exams-item:nth-child(2){
    margin-left:auto;
    margin-right:auto;
}
.exams-cont-subject {
    display:inline-block;
    width:25%;
    vertical-align:middle;
    padding-bottom: 20px;
    box-shadow: 8px 0px 15px -11px #000000 inset;
}
.exams-cont-subject:nth-child(2) {
    background-color: #f8e71c;
}
.exams-cont-subject:nth-child(3){
    background-color: #a6a6a6;
}
.exams-cont-subject:nth-child(4) {
    background-color: #757575;
}
.exams-cont-subject:nth-child(5) {
    background-color: #333333;
}
.exams-cont-subject > p:nth-child(1){
    font-size: 65px;
    color: #000;
    font-weight: 400;
    text-align: center;
    padding: 35px 0px;
    transform: scaleX(0.8);
}
.exams-cont-info {
    background-color:#f1f1f1;
    padding-top: 10px;
    height: 390px;
    box-shadow: 3px 3px 20px 1px rgba(0,0,0,0.5);
}
.exams-cont-info p{
    text-align: justify;
    font-size: 14px;
    padding: 20px;
}
.selection-exams-item:nth-child(1) > .exams-cont-subject:nth-child(2) > .exams-cont-info > span{
    background-image: url(../images/icon/selection-committee/test.png);
}
.selection-exams-item:nth-child(1) > .exams-cont-subject:nth-child(3) > .exams-cont-info > span,
.selection-exams-item:nth-child(2) > .exams-cont-subject:nth-child(3) > .exams-cont-info > span,
div.selection-exams > div:nth-child(3) > div:nth-child(4) > div:nth-child(3) > div > span,
div.selection-exams > div:nth-child(3) > div:nth-child(5) > div:nth-child(3) > div > span{
    background-image: url(../images/icon/selection-committee/search.png);
}
.selection-exams-item:nth-child(1) > .exams-cont-subject:nth-child(4) > .exams-cont-info > span,
.selection-exams-item:nth-child(2) > .exams-cont-subject:nth-child(4) > .exams-cont-info > span,
.selection-exams-item:nth-child(3) > .exams-cont-subject:nth-child(3) > .exams-cont-info > span,
div.selection-exams > div:nth-child(3) > div:nth-child(4) > div:nth-child(4) > div > span,
div.selection-exams > div:nth-child(3) > div:nth-child(5) > div:nth-child(4) > div > span{
    background-image: url(../images/icon/selection-committee/exam.png);
}
.selection-exams-item:nth-child(1) > .exams-cont-subject:nth-child(5) > .exams-cont-info > span,
div.selection-exams > div:nth-child(3) > div:nth-child(5) > div:nth-child(5) > div > span{
    background-image: url(../images/icon/selection-committee/palette.png);
}
.selection-exams-item:nth-child(2) > .exams-cont-subject:nth-child(2) > .exams-cont-info > span,
.selection-exams-item:nth-child(3) > .exams-cont-subject:nth-child(2) > .exams-cont-info > span,
div.selection-exams > div:nth-child(3) > div:nth-child(4) > div:nth-child(2) > div > span,
div.selection-exams > div:nth-child(3) > div:nth-child(5) > div:nth-child(2) > div > span{
    background-image: url(../images/icon/selection-committee/license.png);
}
.exams-cont-info > span{
    width: 45px;
    height: 45px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    text-align: center;
    margin: 15px auto;
}
.exams-cont-comment p {
    font-size: 16px;
    width: 863px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    padding-top: 30px;
}
/*  END for  SELECTION EXAMS*/
.sub-item > a {text-decoration: none;}
/*  START for  SELECTION UKRAINE-CRIMEA*/
.days-left.{
    background-image: url(../images/img/selection-committee/waytoukraine.jpg)!important;
}
.selection-uc-title,
.selection-uc-name,
.selection-uc-topic {
    background-color:#f8e71c;
    margin: 50px auto;
    padding: 50px 0px;
}
.selection-uc-name,
.selection-uc-topic {
    background-color:#f1f1f1;
    padding: 50px 0px;
}

.selection-uc-topic p,
.selection-uc-name p,
.selection-uc-title p {
    width: 900px;
    text-align:center;
    font-size:26px;
    font-weight:400;
    padding: 30px 0px 30px 0px;
    margin-left: auto;
    margin-right: auto;
}
.selection-uc-ct > p {
    font-size:24px;
    font-weight:400;
    text-align:center;
}
.selection-uc-item {
    width:300px;
    display:inline-block;
    vertical-align:top;
    margin:0px 41px 50px 41px;
}
.selection-uc-item p{
    font-size:18px;
}
.uc-item-date {
    position:absolute;
    background-color:#f8e71c;
    padding:10px;
    text-align:center;
}
.uc-item-info {
    padding:20px;
    text-align:justify;
    background-color:#f1f1f1;
    min-height:340px;
}
.selection-uc-ct > .department-item-contact {
    margin-top: 50px;
}
.selection-uc-ct > .department-item-contact > .contact-col-left {
    font-size:16px;
}
.selection-uc-ct > .department-item-contact > .contact-col-left div {
    margin-bottom: 16px;
}
.selection-uc-ct > .department-item-contact > .contact-col-left img {
    margin-bottom:5px;
}
.selection-uc-ct > .department-item-contact > .contact-col-right > .department-item-social p{
    font-size:16px;
}
.uc-doc-item {
    width:287px;
    display:inline-block;
    vertical-align:top;
    text-align: center;
    margin-bottom: 20px;
}
.uc-doc-item p {
    font-size:16px;
    text-align:center;
    padding:7px
}
.uc-doc-item:hover {
    font-weight:500;
}
.selection-uc-video p {
    font-size: 26px;
    font-weight: 500;
    margin: 30px 0px;
    text-align: center;
}
.selection-uc-video {
    text-align:center;
}
/*  END for  SELECTION UKRAINE-CRIMEA*/

/*  START for  SELECTION RAITING*/

.selection-raiting-title {
    background-color:#f8e71c;
    margin: 50px auto;
    min-height: 250px;
    line-height: 180px;
}
.selection-raiting-title p{
    width: 900px;
    text-align:center;
    font-size:32px;
    font-weight:400;
    padding: 30px 0px 30px 0px;
    margin-left: auto;
    margin-right: auto;
}
.sel-rait-col {
    width:300px;
    display:inline-block;
    vertical-align:top;
    margin: 0px 41px 0px 42px;
}
.selection-raiting-name {
    margin-bottom:75px;
}
.sel-rait-col > span > p{
    width: 150px;
    height: 150px;
    font-size: 50px;
    padding-top: 38px;
    font-weight: 400;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 70px;
    color:#fff;
}
.sel-rait-col:nth-child(2) > span > p,
.sel-rait-col:nth-child(2) > div:nth-child(3){
    background-color: #a6a6a6;
}
.sel-rait-col:nth-child(3) > span > p,
.sel-rait-col:nth-child(3) > div:nth-child(3){
    background-color: #757575;
}
.sel-rait-col:nth-child(4) > span > p,
.sel-rait-col:nth-child(4) > div:nth-child(3){
    background-color: #333333;
}
.selection-raiting-name p,
.selection-raiting-name img {
    display:inline-block;
    vertical-align:top;
    width: 575px;
    height: 500px;
}
.selection-raiting-name p {
    font-size:28px;
    font-weight:400;
    text-align: center;
    padding: 170px 30px 0px 30px;
}
.sel-rait-col > div:nth-child(3) {
    background-color: #f8e71c;
    width: 150px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
}
.rait-col-info {
    font-size: 18px;
    text-align: center;
    min-height: 300px;
    box-shadow: 7px 7px 13px 1px rgba(0,0,0,0.5);
}
.sel-rait-col:nth-child(2) .rait-col-info{
    padding: 65px 20px 20px 20px;
    border: 3px solid #a6a6a6;
}
.sel-rait-col:nth-child(3) .rait-col-info{
    padding: 75px 20px 20px 20px;
    border: 3px solid #757575;
}
.sel-rait-col:nth-child(4) .rait-col-info{
    padding: 85px 20px 20px 20px;
    border: 3px solid #333333;
}
.selection-raiting-cont:nth-child(2) {
    margin-top:50px;
    margin-bottom:50px;
}
.sel-rait-cat{
    border:2px solid #f8e71c;
    border-top:none;
    padding:20px 0px 20px 0px;
    margin-bottom: 75px;
}
.sel-rait-cat ul li {
    font-size: 16px;
}
.selection-raiting-cont > p {
    font-size: 18px;
    text-align: center;
    background-color:#f8e71c;
    padding: 30px 0px;
}
.raiting-list-name {
    text-align: center;
    margin: 0px 0px 25px 0px;
}
.raiting-list-name > .selection-raiting-title p{
    width: 90%;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    padding: 55px 0px 30px 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 45px;
}
.list-name-item.nw {
    padding: 25px 0px;
    text-align:center;
}
.list-name-item.nw:hover {
    background-color:#f1f1f1;
}
.list-name-item p{
    font-size: 18px;
    font-weight: 400;
    margin-top: 12px;
    text-align: left;
    padding-left:25px;
}
.list-name-item a{
    font-size: 16px;
}
a.button7 {
    width: 320px;
    display: table;
    margin-left: auto;
    margin-right: 50px;
    margin-top: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    color: white;
    text-decoration: none;
    padding: .8em 1em calc(.8em + 3px);
    background: rgb(117,117,117);
    box-shadow: 2px 2px 6px 1px rgba(0,0,0,0.5);
    transition: 0.2s;

}
a.button7:hover { background: rgb(53, 167, 110); }
a.button7:active {
    background: rgb(33,147,90);
    box-shadow: 0 3px rgb(33,147,90) inset;
}
/*  END for  SELECTION RAITING*/

/*  START for  SELECTION SPECIALITY-ITEM*/
.speciality-item-fac {
    width: 50%;
    display: inline-block;
    margin-top:50px;
    text-align:left;
    font-size: 16px;
    font-weight:400;
}
.speciality-item-dep {
    text-align: right;
    width: 50%;
    display:inline-block;
}
.speciality-item-dep a{
    text-decoration: none;
    padding:15px;
    font-size: 16px;
    margin: 0px 20px;
    color: #000;
}
.selection-speciality-item-ct > .container {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.special {
    position: relative;
    padding: 15px;
    -webkit-transition: background 0.3s ease-in 0.2s;
}
.special:after,
.special:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #757575;
    -webkit-transition: all 0.3s ease-out;
}
.special:before {
    opacity: 0;
    bottom: 50%;
}
.special:hover {
    background: rgba(0,0,0,0.2);
    -webkit-transition: background 0.3s ease-in 0.2s;
}
.special:hover:before {
    bottom: 100%;
    opacity: 1;
}

.speciality-item-fac a{
    display:inline-block;
    padding:15px;
    background-color: #f8e71c;
    color: #757575;
}

.speciality-item-title {
    width: 1000px;
    margin-left:auto;
    margin-right:auto;
    padding: 25px 0px;
}
.speciality-item-title p {
    text-align:center;
    font-size: 28px;
    font-weight:400;
}
.speciality-item-name p {
    font-size: 22px;
    padding: 0px 0px 50px 0px;
    text-align:center;
}
.selection-speciality.subjects {
    background-color: #757575;
    padding:25px 0px;
}
.speciality-subjects {
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: start;
}
.speciality-subjects-col {
    width: 50%;
    padding: 0 15px;
}

.speciality-subjects-col h3 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0px 0px 10px;
}

.selection-speciality .project-btn {
    margin-top: 25px;
    margin-bottom: 10px;
}

.speciality-subjects-item {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 5px;
}
.spsub-item {
    width: 20%;
    display:inline-block;
    margin-left: auto;
    margin-right:auto;
    text-align:center;
    vertical-align: top;
}
.spsubjects-propose {
    font-size: 28px;
    margin-bottom: 20px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    font-weight: 300;
    width: 1000px;
    color: #f8e71c;
}
.spsubjects-formula {
    font-size: 20px;
    margin-bottom: 20px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    font-weight: 300;
    width: 1000px;
    color: #f8e71c;
}

.spsub-item p {
    font-size: 18px;
    font-weight: 400;
    color:#fff;
    padding: 20px 0px;
}
.spsub-item span {
    background-image: url(../images/icon/selection-committee/diploma.png);
}
.spsub-item.add_subject span {
    background-image: url(../images/icon/selection-committee/certificate.png);
}


.spsub-item span {
    width: 64px;
    height: 64px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-top: 10px;
}
.speciality-question p {
    text-align:center;
    margin:70px 0px;
    font-size: 28px;
    font-weight: 500;
}
.speciality-answer-item {
    width: 750px;
    min-height:350px;
    background-color:#f8e71c;
    box-shadow: 7px 7px 13px 1px rgba(0,0,0,0.5);
}
.speciality-answer-pic {
    width:200px;
    display:inline-block;
    vertical-align: middle;
}
.speciality-answer-pic img {
    width:200px;
    height:350px;
}
.speciality-answer-info {
    width:550px;
    display:inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.speciality-answer-info p {
    text-align:center;
    margin:7px 10px;
}
.speciality-answer-info ul {
    margin: 0px 7px 0px 0px;
    text-align: left;
}
.speciality-answer-item:nth-child(3),
.speciality-answer-item:nth-child(6),
.speciality-answer-item:nth-child(9) {
    margin-left:400px;
    margin-top:-25px;
    background-color:#a6a6a6;
    margin-bottom: 50px;
}
.speciality-answer-item:last-child {
    margin-bottom:150px;
}
/*
.speciality-question-btn {
	font-size: 20px;
	text-align:center;
	margin:80px 0px;
}
.speciality-question-btn a {
	text-decoration:none;
	color: #f8e71c;
	font-weight: 400;
	border:2px solid #a6a6a6;
	padding:15px 15px;
	background-color: #a6a6a6;
}
.speciality-question-btn a:hover {
	background-color: transparent;
	color: #a6a6a6;
}*/
.speciality-item-anot {
    font-size: 16px;
    padding-bottom: 35px;
    text-align: justify;
    text-indent: 35px;
}
.speciality-reviews > p {
    text-align: center;
    margin: 70px 0px;
    font-size: 28px;
    font-weight: 500;
}
div.speciality-reviews > div.slider > ul.slides span {
    width: 150px;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display:block;
    border-radius: 150px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
div.speciality-answer-info > iframe,
div.speciality-answer-info > a{
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
div.speciality-answer-info > a > img {
    width:89px;
    height:120px;
}
.box {
    width: 100%;
    height: 100%;
    margin: 0!important;
    padding: 0;
    border: 0;
}
.speciality-reviews {
    font-size:18px;
    margin-bottom: 70px;
}
div.speciality-reviews > div.slider > ul.slides{
    width:100%;
    margin: 0px;
    padding: 0px;
    border: 0;
}
.speciality-reviews-info {
    width: 60%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    padding-top:30px;
}
.speciality-reviews-info p {
    font-size:16px;
    margin-top:20px;
}
div.speciality-reviews >div.slider > ul.slides > li> div > div > p:nth-child(2){
    font-weight: 500;
}
div.speciality-reviews >div.slider > ul.slides > li > div > div > p:nth-child(3){
    font-style: italic;
}
.slider-arrow--right:before {
    margin-top: 15px;
    content: "\2192";
}
.slider-arrow--left:before {
    margin-top: 15px;
    content: "\2190";
}
div.selection-speciality.subjects.master > div.speciality-subjects > div.spsub-item {
    width: 16.6666%;
}
div.selection-speciality.subjects.master > div.speciality-subjects > div.spsub-item:nth-child(1) > span {
    background-image: url(../images/icon/selection-committee/diploma.png)
}
div.selection-speciality.subjects.master > div.speciality-subjects > div.spsub-item:nth-child(2) > span {
    background-image: url(../images/icon/selection-committee/document.png)
}
div.selection-speciality.subjects.master > div.speciality-subjects > div.spsub-item:nth-child(3) > span {
    background-image: url(../images/icon/selection-committee/passport-outlinew.png)
}
div.selection-speciality.subjects.master > div.speciality-subjects > div.spsub-item:nth-child(5) > span {
    background-image: url(../images/icon/selection-committee/camera-targetw.png)
}
div.selection-speciality.subjects.master > div.speciality-subjects > div.spsub-item:nth-child(6) > span {
    background-image: url(../images/icon/selection-committee/diplomaw.png)
}
.subject-explain {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    color:#f8e71c;
}

/*  END for  SELECTION SPECIALITY-ITEM*/

/*  START for  SELECTION ENTRY*/
.selection-entry-cont {
    width: 600px;
    margin: 50px auto;
    padding: 15px 0px;
}
.selection-entry-cont:hover {
    background-color: #f1f1f1;
}
.entry-cont-pic {
    width:150px;
    display:inline-block;
    vertical-align:middle;
}
.selection-entry-cont a {
    text-decoration:none;
    color:#757575;
}
.entry-cont-info p:nth-child(1) {
    font-weight: 500;
}
div.entry-cont-info > p:nth-child(3){
    padding: 10px;
}
.entry-cont-pic span {
    background-image: url(../images/img/selection-committee/pdf.png);
    width: 100px;
    height: 135px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-left: 25px;
}
.entry-cont-info {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 450px;
    text-align: center;
}
.entry-cont-info hr {
    margin-left: auto;
    margin-right: auto;
}
/*  END for  SELECTION ENTRY*/

/*  START for  SELECTION NOTICE*/
.selection-notice-text {
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 600px;
    font-size: 24px;
    color: #333333;
    padding: 50px;
    border: 20px solid #f8e71c;
}
.selection-notice-text a {
    color:#757575;
    font-weight:400;
}
.selection-notice-btn {
    display: table;
    margin-top: 50px;
    background-color: #757575;
    padding: 10px 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    color:#fff;

}

/*  END for  SELECTION NOTICE*/

/*  START for  SELECTION  FAQ*/
.selection-question-title {
    font-size: 28px;
    font-weight: 400;
    padding-top: 40px;
    text-align: center;
    background-color: #f8e71c;
    min-height: 250px;
    margin: 50px auto;
    padding: 35px;
}
.selection-question-title span {
    background-image: url(../images/icon/selection-committee/customer-service.png);
    width: 64px;
    height: 64px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    text-align: center;
    margin: 20px auto 20px auto;
}
.question-item-text {
    display:inline-block;
    vertical-align:middle;
    width: 500px;
}
.question-item {
    display:inline-block;
    vertical-align:middle;
}
.question-item.pic1 {
    border-right: 1px solid #333;
    padding:20px 34px 20px 0px;
}
.question-item.pic2 {
    border-left: 1px solid #333;
    padding: 20px 0px 20px 34px;
}
.question-item span{
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display:block;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
input[id^="spoiler"]{
    display: none;
}
input[id^="spoiler"] + label {
    display: block;
    width: 700px;
    margin: 0 auto;
    padding: 25px 0px;
    color: #333333;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: all .6s;
    box-shadow: 7px 7px 20px 1px rgba(0,0,0,0.5);
    opacity: 0.8;
}
input[id^="spoiler"] + label:hover {
    background-color:#f1f1f1;
}
input[id^="spoiler"]:checked + label {
    color: #333;
    background: #ccc;
}
input[id^="spoiler"] ~ .spoiler {
    font-size:18px;
    width: 700px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    margin: 10px auto;
    padding: 10px;
    background: #f8e71c;
    border: 1px solid #ccc;
    transition: all .6s;
}
input[id^="spoiler"]:checked + label + .spoiler{
    height: auto;
    opacity: 1;
    padding: 10px;
}
.question-item.pic1 span {
    background-image: url(../images/icon/selection-committee/plus.png);
}
.question-item.pic2 span {
    background-image: url(../images/icon/selection-committee/drop-down-arrow.png);
}
input[id^="spoiler"] + label:hover > .question-item.pic2 span {
    background-image: url(../images/icon/selection-committee/drop-down-arrowred.png);
}

.selection-question-name {
    margin: 50px 0px;
}
.selection-question-name div {
    display:inline-block;
    vertical-align: middle;
    width: 50%;
}
.selection-question-name div p {
    font-size: 32px;
    text-align: center;
    padding: 35px;
}
.selection-question-name img {
    display:inline-block;
    vertical-align: middle;
    padding: 35px;
    width: 50%;
}
.selection-question-name div a {
    font-size: 16px;
    font-weight:400;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    text-decoration:none;
    color: #333333;
    padding: 10px 30px;
    display: block;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f8e71c;
    box-shadow: 7px 7px 20px 1px rgba(0,0,0,0.5);
}
.selection-question-name div a:hover {
    background-color: #f1f1f1;
}
/*  END for  SELECTION  FAQ*/
/*  START for  SELECTION CALCULATION*/
.calculation-sub-name {
    background-color: #f8e71c;
    padding: 25px 0px;
    margin: 50px auto;
}
.calculation-sub-name h3 {
    text-align: center;
    font-size: 26px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.subjects_c {
    text-align: center;
}
.subjects_c .subjects_c-item {
    width: 284px;
    padding: 50px 0px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.subjects_c-item > span {
    width: 65px;
    height: 65px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display:block;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
.testtest:hover {
    background-color:#f8e71c;
}

.selection-calc2-btn {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 20px 10px;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.2s;
}

.selection-calc2-btn img {
    height: 80px;
    display: block;
    margin: 0 auto;
}

.selection-calc2-btn input {
    margin: 20px auto;
}

.selection-calc2-btn b {
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.selection-calc2-btn.active, .selection-calc2-btn:hover {
    background: #f1f1f1;
}
.selection-calc2-result-ct a {
    display: block;
    font-size: 18px;
}
.selection-calc2-result {
    padding: 40px 0px;
}
.selection-calc2-result a {
    display: block;
    margin: 4px 0px;
}
.selection-calc2-result a:hover {
    color: #000;
}
.selection-calc2-result-no {
    font-size: 18px;
    text-align: center;
    background: #ddd;
    padding: 30px 0px;
    font-weight: 400;
    border-radius: 2px;
    color: #000;
}
.selection-calc2-result-ct a {
    text-decoration:none;
    color:#000;
}
.selection-calc2-result-ct {
    background-color: #ddd;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: center;
    padding: 25px 0px;
    margin-top: 50px;
    font-size: 22px;
}
.selection-calc2-result-ct a.testtest {
    width: 60%;
    margin: 0px auto;
    display: block;
    vertical-align: top;
    font-size: 18px;
    padding: 10px 25px;
}
.selection-calc2-result-ct a.testtest:hover {
    background-color: #f8e71c;
    color:#333333;
}

.selection-calc2-result-ct a.testtest span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.selection-calc2-result-ct a.testtest span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    bottom: 0;
    right: -20px;
    transition: 0.5s;
    color:#333333;
    vertical-align:middle;
}

.selection-calc2-result-ct a.testtest:hover span {
    padding-right: 25px;
}

.selection-calc2-result-ct a.testtest:hover span:after {
    opacity: 1;
    right: 0;
}
.subjects_c-item > p > span {
    font-size: 16px;
}
.subjects_c-item:nth-child(1) {
    background: #f1f1f1;
}
.subjects_c-item.active {
    background: #f1f1f1;
}
/*  END for  SELECTION  CALCULATION*/

/*  START for  HEADER*/
#dd {
    display: none;
}
/*start navigation for mobile, tablet, minipc*/
#dd {
    position: absolute;
    z-index: 5555;
    right: 0px;
    top: 10px;
    font-size: 16px;
    font-weight: 500;
}
#dd > ul {
    margin: 0px;
    padding: 0px;
}
.wrapper-dropdown-2 {
    /* Size and position */
    position: relative; /* Enable absolute positioning for children and pseudo elements */
    width: 120px;
    margin: 0 auto;
    padding: 10px 15px;

    /* Styles */
    color: #fff;
    /*border: 1px solid #fff;*/
    border-left: 5px solid #f8e71c;
    cursor: pointer;
    outline: none;
    /*text-align:center;*/
    letter-spacing: 1.5px;
}

.wrapper-dropdown-2 .dropdown {
    /* Size &amp; position */
    position: absolute;
    top: 100%;
    left: -5px;
    right: 0px;

    /* Styles */
    background: white;
    transition: all 0.3s ease-out;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}
.wrapper-dropdown-2 .dropdown li a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1px;
    text-align:left;
    display: block;
    text-decoration: none;
    color: #333;
    border-left: 5px solid;
    padding: 10px;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-2 .dropdown li:nth-child(1) a {
    border-left-color: #00ACED;
}

.wrapper-dropdown-2 .dropdown li:nth-child(2) a {
    border-left-color: #4183C4;
}

.wrapper-dropdown-2 .dropdown li:nth-child(3) a {
    border-left-color: #3B5998;
}

.wrapper-dropdown-2 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-2 .dropdown li:hover a {
    color: grey;
    background-color: #f8e71c;
}
.wrapper-dropdown-2.active:after {
    border-width: 0 6px 6px 6px;
}

.wrapper-dropdown-2.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}
/*end navigation for mobile, tablet, minipc*/

.header {
    width:100%;
    background-color: #333333;
    height: 60px;
}
.header-logo {
    width:230px;
    background-color: #f8e71c;
    height: 100%;
    display:inline-block;
    vertical-align:middle;
}
.header-logo img {
    display:inline-block;
    vertical-align:middle;
    margin: 10px;
    width: 40px;
    height:30px;
}
.header-logo p {
    display:inline-block;
    vertical-align:middle;
    color: #333333;
    font-size: 36px;
    font-weight: 500;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-logo p:hover {
    color: #736c64;
}
.header-nav {
    display:inline-block;
    vertical-align:middle;
    font-size: 14px;
}
.header-nav ul {
    margin:0px;
    padding-left:20px;
}
.header-nav ul li{
    list-style-type: none;
    display:inline-block;
    vertical-align:middle;
    margin: 0px 10px;
    border-bottom: 1px solid #333333;
}
.header-nav ul li a:hover {
    color: #f8e71c;
}
.active {
    border-bottom: 1px solid #f8e71c;
}
.header-nav ul li a{
    color: #fff;
    text-decoration:none;
}
@media all and (min-device-width: 68.75em) and (max-device-width: 81.875em), (min-width: 68.75em) and (max-width: 81.875em) {
    .header-nav, .header-button {
        display: none!important;
    }
}
.header-button {
    position:absolute;
    display:inline-block;
    right: 10px;
    top: 10px;
    padding-top: 0px;
}
.header-button > .button8 {
    font-size: 14px;
    display: inline-block;
    color: white;
    font-weight: 400;
    text-decoration: none;
    user-select: none;
    padding: .5em 2em;
    outline: none;
    border: 1px solid;
    border-radius: 1px;
    transition: 0.2s;
    margin: 0px 10px;
}

.header-button > .button8:hover { background: rgba(255,255,255,.2); border: 1px solid #f8e71c; }
.header-button > .button8:active { background: white; }

.header-search {
    display:inline-block;
    vertical-align: top;
}
input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
input[type=search] {
    background: #ededed url(../images/icon/main/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 9px 10px 9px 32px;
    width: 55px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #f8e71c;
    -webkit-box-shadow: 0 0 5px rgba(248,231,28);
    -moz-box-shadow: 0 0 5px rgba(248,231,28);
    box-shadow: 0 0 5px rgba(248,231,28);
}
#demo-b input[type=search] {
    width: 19px;
    height: 19px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
    font-size: 16px;
}
#demo-b input[type=search]:hover {
    background-color: #fff;
}
#demo-b input[type=search]:focus {
    width: 130px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}
#demo-b input:-moz-placeholder {
    color: transparent;
}
#demo-b input::-webkit-input-placeholder {
    color: transparent;
}
/*  END for  HEADER*/
/*  START for  LIADERSHIP*/
.ls-row-item {
    width: 25%;
    display: inline-block;
    text-align: center;
    border: 2px solid #fff;
    vertical-align: top;
}
.ls-info {
    font-size: 16px;
    display: inline-block;
    width: 75%;
    padding: 0px 10px 0px 40px;
    text-align: justify;
    text-indent: 25px;
    line-height: 28px;
}
.ls-cont-item {
    padding: 25px 25px 75px 25px;
    margin: 50px auto;
    text-align: center;
    border-bottom: 1px solid #f8e71c;
}

/*  END for  LIADERSHIP*/



*:focus { outline: 0px;}
.loading {
    width: 75px;
    display: block;
    height: 75px;
    border-left: 2px solid #844949;
    border-radius: 500px;
    margin: 0 auto;
    -webkit-animation: rotateThankLoad 0.25s infinite cubic-bezier(0, 0, 1, 1);
    -moz-animation: rotateThankLoad 0.25s infinite cubic-bezier(0, 0, 1, 1);
    animation: rotateThankLoad 0.25s infinite cubic-bezier(0, 0, 1, 1);
}
@-webkit-keyframes rotateThankLoad {0% {transform: rotate(360deg); -moz-transform: rotate(360deg);}}
@keyframes rotateThankLoad {0% {transform: rotate(360deg); -webkit-transform: rotate(360deg);}}
#form-wrapper .input.noval {background: rgba(255, 0, 0, 0.38);border: 1px solid #757575;height: 36px;transition: 0.3s;}
#selectionCommitteeForm .loading {
    position: absolute;
    border-left: 2px solid #f8e71c;
    height: 50px;
    width: 50px;
    left: 20px;
    bottom: 20px;
}
#selectionCommitteeForm {position: relative;}
.selectionCommitteeForm-sps, .contact-form-sps {
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    font-size: 21px;
    background: #fff;
    width: 100%;
    text-align: center;
    padding-top: 165px;
}
.department {font-size: 0px;}
.main-page {font-size: 0px;}
.department-item {font-size: 0px;}
.to-top{
    width: 65px;
    z-index: 30000;
    height: 60px;
    position: fixed;
    right: 30px;
    bottom: -100px;
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #ffffff;
    background-color: #333333;
    border: 3px solid #f8e71c;
    line-height: 18px;
    font-size: 15px;
    padding-top: 18px;
    text-transform: uppercase;
    cursor: pointer;
}
/*  START for  SELECTION-ARCHIVE*/
div.selection-archive > .sel-arch-ct > p {
    font-size: 24px;
    margin: 15px 15px;
}
div.selection-archive > div.sel-arch-ct > div.arch-item {
    text-align: center;
    margin: 25px auto;
    width: 25%;
}
div.selection-archive > div.sel-arch-ct > div.arch-item > a {
    font-size: medium;
    font-weight: 400;
    color: #333333;
}
div.selection-archive > div.sel-arch-ct > div.arch-item > a > img {
    display: block;
    margin: 15px auto;
}
div.selection-archive > div.sel-arch-ct > div.arch-item:hover > a {
    text-decoration: underline;
}
/*  END for  SELECTION-ARCHIVE*/

/* START OUR PARTNERS*/
.mpgrid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */
.mpgrid figure {
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 310px;
    max-width: 480px;
    max-height: 360px;
    width: 31%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.mpgrid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.9;
}

.mpgrid figure figcaption {
    padding: 32px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mpgrid figure figcaption::before,
.mpgrid figure figcaption::after {
    pointer-events: none;
}

.mpgrid figure figcaption,
.mpgrid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.mpgrid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.mpgrid figure h2 {
    word-spacing: 0px;
    font-weight: 300;
}

.mpgrid figure h2 span {
    font-weight: 400;
    color: #757575;
    background-color: #f8e71c;
    padding: 5px 10px;
}

.mpgrid figure h2,
.mpgrid figure p {
    margin: 0;
}

.mpgrid figure p {
    letter-spacing: 1px;
    font-size: 12px;
}
.mpgrid p {
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    margin: 25px 10px;
}








figure.effect-sarah {
    background: #757575;
    display: inline-block;
    vertical-align: top;
}

figure.effect-sarah img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-sarah:hover img {
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
    text-align: left;
}

figure.effect-sarah h2 {
    position: relative;
    overflow: hidden;
    padding: 8px 0;
    color: #fff;
    text-transform: initial;
    font-size: 14px;
}

figure.effect-sarah h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-sarah p {
    padding: 16px 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    max-height: 140px;
    overflow: hidden;
}

figure.effect-sarah:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-sarah:nth-last-child(1) {
    margin-bottom: 50px;
}

/* END OUR PARTNERS*/

/*  START for  youcom*/
.youcom-ct > .wrapper > #news-slider {
    margin: 50px auto;
    text-align: center;
    width: 90%;
}
.youcom {
    width: 100%;
}
.youcom-card-cont{
    width: 50%;
    display: inline-block;
    text-align: center;
    margin: 50px auto;
}
.youcom-card-item {
    width: 350px;
    height: 435px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-shadow: 10px 10px 10px 1px rgba(117,117,117,1);
    -moz-box-shadow: 10px 10px 10px 1px rgba(117,117,117,1);
    box-shadow:10px 10px 10px 1px rgba(117,117,117,1);
}
.youcom-card-item.yellow{
    background-color: #f8e71c;
}
.youcom-card-item.gray{
    background-color: #f1f1f1;
}
.card-section {
    padding: 10px 20px;
    color:#f8e71c;
    font-size: 18px;
    width: 120px;
    margin-top: -20px;
    margin-left: 20px;
    background-color: #757575;
    border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(117,117,117,1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(117,117,117,1);
    box-shadow:5px 5px 5px 0px rgba(117,117,117,1);
}
.youcom-cont > hr {
    width: 90%;
    height: 2px;
    margin: 20px 0px 0px 0px;
    background-color: #757575;
}
.youcom-numb {
    font-size: 80px;
    color: #8a949d;
    font-weight: 500;
    width: 40%;
    display: inline-block;
    padding: 13px;
}
.youcom-numb p {
    text-align: center;
}
.right-hr, .left-hr {
    width: 50px;
    background-color: #f8e71c;
    height: 2px;
}
.right-hr{
    margin-left: 65px;
    margin-top: 60px;
    margin-bottom: 30px;
}
.left-hr{
    margin-left: 10px;
    margin-top: 30px;
}
.youcom-cont {
    display: inline-block;
    vertical-align: top;
    width: 55%;
    height: 387px;
    margin-left: 5%;
}
.youcom-title {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 25px;
    text-align: center;
}
.youcom-text {
    font-size: 14px;
    color: #333;
    text-align: left;
    margin: 0px;
    padding: 20px;
}
.youcom-logo {
    width: 120px;
    height: 280px;
    display: table;
    background-color: #757575;
    margin-bottom: -30px;
    margin-left: 20px;
    margin-top: -240px;
    border-radius: 5px 5px 0px 0px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(117,117,117,1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(117,117,117,1);
    box-shadow:5px 5px 5px 0px rgba(117,117,117,1);
}
.youcom-logo span {
    width: 64px;
    height: 64px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin: 20px auto;
}
.youcom-logo.one span{
    background-image: url(../images/icon/youth-committee/sneaker.png);
}
.youcom-logo.second span{
    background-image: url(../images/icon/youth-committee/crowd-of-users.png);
}
.youcom-logo.three span{
    background-image: url(../images/icon/youth-committee/innovation.png);
}
.youcom-logo.four span{
    background-image: url(../images/icon/youth-committee/chess.png);
}
.youcom-logo.fifth span{
    background-image: url(../images/icon/youth-committee/masks.png);
}
.youcom-logo.six span{
    background-image: url(../images/icon/youth-committee/satellite-tv.png);
}
/*  END for  youcom*/

/*  START for  PDABA-JOB*/
.pdaba-work-ct > p {
    padding: 80px 0px;
    text-align: center;
    font-size: 36px;
    color: #333333;
}
.pdaba-work-faculty{
    padding-left: 25px;
}
.pdaba-work-faculty > p {
    font-size: 20px;
    color: #333333;
    text-align: left;
}
.p-w-faculty-item {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0px;
    padding: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.p-w-faculty-item:hover {
    background-color: #f8e71c;
    transition: all 0.3s ease;
}
.p-w-faculty-logo{
    display: inline-block;
    background-color: #757575;
    padding: 15px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.p-w-faculty-logo img {
    height: 50px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 0.3s;
    object-fit: cover;
}
.p-w-faculty-name {
    font-size: 20px;
    text-align: center;
    color: #757575;
    display: inline-block;
    vertical-align: top;
    padding: 25px 50px;
}
.pdaba-work-container {
    width: 750px;
    text-align: left;
    margin: 40px auto 50px auto;
}
.pdaba-work-item{
    padding: 0 30px 20px 30px;
    position: relative;
    padding-right: 140px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #e9ebed;
    border-bottom: 1px solid #e9ebed;
    transition: 0.3s;
}
.pdaba-work-item:hover {
    border: 1px solid #e9ebed;
    background-color: #EEEEEE;
    transition: 0.3s;
}
.p-w-itemlogo {
    position: absolute;
    top: 20px;
    right: 30px;
}
.p-w-itemlogo img {
    width: 100px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 0.3s;
    object-fit: cover;
}
.pdaba-work-item > h2 {
    margin: 0px;
    padding: 20px 0 5px 0;
    font-weight:700;
}
.pdaba-work-item > h2 > a{
    color: #333333;
    margin: 0px;
}
.pdaba-work-item > h2 > a:hover{
    text-decoration: underline;
}
.pdaba-work-item > h2 > a:visited {
    color: #546E7A;
}
.p-w-salary, div.p-w-ad-questionnaire > p:nth-child(2) > font {
    font-size: 24px;
    color: #6b7886;
    font-weight: 400;
}
.p-w-iteminfo {
    font-size: 16px;
    margin: 15px 0px;
    color: #333;
}
.p-w-time, .p-w-infofull {
    font-size: 16px;
    color: #6b7886;
}
.p-w-time-yellow {
    background-color: #f8e71c;
    padding: 5px;
    font-weight: 500;
}
.p-w-infofull{
    height: 50px;
    overflow: hidden;
    margin-top: 15px;
}
.pdaba-work-admin {
    display: block;
    color: #6b7886;
    font-size: 16px;
    margin-top: 25px;
    padding-right: 25px;
    text-align: right;
}
.pdaba-work-item-add {
    text-align: right;
    font-size: 16px;
    text-decoration: none;
    display: block;
    margin: 30px 20px 30px 0px;
}
.pdaba-work-item-add > a, .single-news-btn {
    background-color: #f8e71c;
    color: #333333;
    height: 36px;
    min-width: 88px;
    padding: 8px 16px;
    border-radius: 2px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
}
.pdaba-work-item-add > a:hover, .single-news-btn:hover{
    background-color: #BDBDBD;
}
.pdaba-work-admin > .container {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#contactJob input[type="text"],
#contactJob input[type="site"],
#contactJob input[type="tel"],
#contactJob input[type="url"],
#contactJob input[type="email"],
#contactJob textarea,
#contactJob button[type="submit"] {
    font: 400 14px "Roboto", Helvetica, Arial, sans-serif;
}
#contactJob {
    background: #F9F9F9;
    padding: 25px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
#contactJob h3 {
    display: block;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    text-align: center;
}
#contactJob h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
}
fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}
#name, #tel, #email,
#salary, #exp, #city,
#years, #message, #title, #site, #position,
#contactJob textarea {
    width: 100%;
    border-radius: 0;
    border-color: #ccc;
    border-width: 0 0 2px 0;
    border-style: none none solid none;
    box-shadow: none;
    background: #F9F9F9;
    margin: 0 0 5px;
    padding: 10px;
    opacity: 1;
    -webkit-transition: .333s ease top, .333s ease opacity;
    transition: .333s ease top, .333s ease opacity;
}
#name:focus, #email:focus,
#tel:focus, #salary:focus,
#exp:focus , #city:focus, #position:focus,
#years:focus, #message:focus,
#title:focus, #site:focus,
#contactJob textarea:focus {
    box-shadow: none;
    border-color: #4caf50;
}
#contactJob textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
    color:#000;
}
.button.sendJob {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #333;
    color: #f8e71c;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 1px;
}
#contactJob button[type="submit"]:hover {
    background: #43A047;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
#contactJob button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
::-webkit-input-placeholder {
    color: #888;
}
:-moz-placeholder {
    color: #888;
}
::-moz-placeholder {
    color: #888;
}
:-ms-input-placeholder {
    color: #888;
}
.contact-form-sps {
    padding: 112% 25px 25px 25px;
    height: 110vh;
}
/*  END for  PDABA-JOB*/
/*  START for  PDABA-JOB-ITEM*/
.p-w-ad-conteiner{
    width: 750px;
    margin: 50px auto;
}
.p-w-ad-conteiner {
    position: relative;
}
.p-w-ad-conteiner > h1 {
    padding-right: 120px;
}
.p-w-ad-logo {
    margin-left: auto;
    position: absolute;
    right: 0px;
    top: 0px;
}
.p-w-ad-logo img {
    height: 50px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 0.3s;
    object-fit: cover;
}
.p-w-ad-date {
    font-size: 16px;
    color: #BDBDBD;
    text-align: left;
    margin: 10px 0px;
    font-weight: 400;
}
div.p-w-ad-questionnaire b {
    background-color: #f8e71c;
    padding: 5px 10px;
}
div.p-w-ad-questionnaire > p:nth-child(1) > b > a{
    text-decoration: underline;
    color: #6b7886;
}
div.p-w-ad-conteiner > h1 {
    font-weight: 500!important;
}
.p-w-ad-questionnaire > p {
    font-size: 16px;
    line-height: 34px;
    color: #333333;
    font-weight: 500;
}
.p-w-ad-questionnaire > p:first-letter{
    text-transform: uppercase;
}
.p-w-ad-questionnaire > p > span {
    width: 150px;
    display: inline-block;
    color: #6b7886;
    font-weight: 400;
}
.p-w-ad-info {
    background-color: #333333;
    color: #f8e71c;
    font-size: 18px;
    padding: 15px 0px;
    margin: 15px 0px;
    text-align: center;
}
.p-w-ad-fulltext {
    margin-top: 20px;
    font-size: 16px;
    line-height: 34px;
}
.p-w-ad-fulltext p {
    text-align: justify;
    text-indent:25px;
}
.p-w-ad-fulltext ul {
    margin: 0px;
}
.pdaba-work-ad-back {
    text-align: right;
    font-size: 16px;
    text-decoration: none;
    display: block;
    margin: 30px 20px 30px 0px;
}
.pdaba-work-ad-back > a {
    background-color: #f8e71c;
    color: #333333;
    height: 36px;
    min-width: 88px;
    padding: 8px 16px;
    border-radius: 2px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
}
.pdaba-work-ad-back > a:hover{
    background-color: #BDBDBD;
}
.pdaba-work-all-cont {
    display: block;
    text-align: center;
    margin: 20px 0px;
}
a.pdaba-work-all-vac {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    padding: 10px 16px;
    background-color: #f8e71c;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
}
a.pdaba-work-all-vac:hover{
    color: #f1f1f1;
    background-color: #757575;
}
/*  END for  PDABA-JOB-ITEM*/

/*  START for  PDABA-SCIENTIS*/
.sc-thesis-att {
    text-align: center;
    margin: 50px 0px;
}
.sc-thesis-att h1{
    line-height: 55px;
    font-size: 37px;
}
.sc-thesis-att a{
    color:inherit;
    text-decoration: underline;
}
.thesis-left {
    width:  30%;
    display: inline-block;
    vertical-align: middle;
}
.thesis-middle{
    width: 180px;
    height: 180px;
    position: absolute;
    top: 40%;
    margin-top: -32px;
    left: 355px;
    border: 10px solid #f1f1f1;
    border-radius: 50%;
}
.thesis-middle-cont{
    padding: 43px;
    border: 5px solid rgba(51, 51, 51, 0.61);
    border-radius: 50%;
    background-color: #f1f1f1;
}
.thesis-right {
    width: 58%;
    margin-left: 100px;
    display: inline-block;
    vertical-align: middle;
}
.thesis-right-cont{
    background-color: #f1f1f1;
    padding: 25px 0px 25px 100px;
    transition: 0.3s;
}
.thesis-right-cont:hover {
    background-color: #f8e71c;
}
.sc-thesis-item {
    background-color: #ffffff;
    border: 1px solid rgb(202, 202, 202);
    position: relative;
    transition: 0.3s;
    margin-bottom: 50px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
}
.sc-thesis-info{
    font-size: 14px;
    text-align: justify;
    display: inline-block;
    padding: 20px;
    vertical-align: middle;
    font-weight: 500;
}
p.sc-thesis-text {
    font-size:  14px;
    text-align: justify;
    padding: 10px 16px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 400;
}
.sc-thesis-text:first-letter{
    text-transform: uppercase;
}
h2.sc-thesis-title {
    font-size: 18px;
    background-color: #f8e71c;
    display: inline-block;
    padding: 15px;
    color: #333333;
    font-weight: 400;
    border-radius: 0px 50px 50px 0px;
}
.thesis-right-item p:nth-child(1) {
    font-size: 28px;
    font-weight: 600;
    padding: 5px;
    display: table-cell;
    vertical-align: middle;
    color: rgb(202, 202, 202);
}
.thesis-download {
    display: inline-block;
    text-align: right;
    text-decoration: none;
    font-size: 14px;
    margin-left: 80%;
    text-decoration: underline;
    padding: 0px 16px;
    color: #333333;
}
.thesis-download:hover{
    color: #757575;
    text-decoration-color: #757575;
}
.thesis-download.job {
    display: inline-block!important;
    margin-left: 0px;
    width: 100%;
}
/*  END for  PDABA-SCIENTIST*/

/*  START for  SC-PROJECT*/
.sc-pr-item {
    font-weight: 400;
}
.sc-pr-title{
    font-size: 18px;
    text-align: center;
    width: 80%;
    display: block;
    margin: 0px auto;
    line-height: 52px;
}
p.sc-pr-cv-item {
    text-align: center;
}
div.sc-pr-data:hover > div > div.sc-pr-cv > div > p.sc-pr-cv-item:nth-child(1) > strong{
    color: #f8e71c;
}
.sc-pr-title h2{
    line-height: 35px;
    font-weight: 500;
    color: #000000;
}
.sc-pr-foto{
    width: 30%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.sc-pr-foto img{
    border: 0;
    max-width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 0.3s;
}
.sc-pr-cv{
    width: 70%;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #333333;
}
.sc-pr-cv-title{
    font-size: 16px;
    font-weight: 500;
    background-color: #f8e71c;
    padding: 8px 16px;
}
.sc-pr-cv-title.sm{
    background-color: rgba(117, 117, 117, 0.6);
}
.sc-pr-made{
    font-size: 16px;
    color: #333333;
}
div.sc-pr-made > ul{
    padding: 20px;
}
.sc-pr-cv-text{
    margin-top: 25px;
}
div.sc-pr-cv-block > ul {
    margin: 10px 0px;
}
#sc-slider-ct{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 50px 0px 50px 0px;
}
.pc-slider-pic {
    display: inline-block;
    vertical-align: top;
    margin: 0px 12px;
}
.pc-slider-ct .slick-next {
    background: url(../images/icon/scientific/arrows.png) 50% 50% no-repeat;
    right: 15px;
    -moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
}
.pc-slider-ct .slick-prev {
    background: url(../images/icon/scientific/arrows.png) 50% 50% no-repeat;
    left: 15px;
}
.pc-slider-ct .slick-arrow {
    background-size: cover;
    background-color: rgba(117, 117, 117, 0.86);
    width: 34px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    font-size: 0px;
    border: none;
    position: absolute;
    cursor: pointer;
    transition: 0.3s;
    border: none;
    z-index: 999;
    outline: none;
    border-radius: 50%;
}
.pc-slider-ct .slick-arrow:hover{
    background-color: rgba(36, 34, 34, 0.86);
}
.pc-slider-pic img {
    border: 0;
    max-width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 0.3s;
    height: 200px;
}
.pdaba-scschool {
    display: block;
    text-align: right;
    margin: 20px 25px 20px 0px;
}
a.pdaba-scschool-all-school {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    padding: 10px 16px;
    background-color: #f8e71c;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
}
a.pdaba-scschool-all-school:hover{
    color: #f1f1f1;
    background-color: #757575;
}
/*  END for  SC-PROJECT*/
/*  START for  SC-COVER*/
div.academic-council > div:nth-child(1) > div.academic-council-menu > a, div.sc-thesis > div > div.academic-council-menu > a{
    display: inline-block;
}
div.sc-cover-ct > h2 {
    margin: 50px 0px;
    text-align: center;
}
.sc-cover-menu{
    text-align: center;
    display: block;
    margin-bottom: 40px;
}
.sc-cover-menu a{
    font-size: 14px;
    text-align: center;
    color: #000000;
}
.sc-cover-item{
    background-color: #333333;
    overflow: hidden;
    position: relative;
    margin: 0px auto 25px auto;
    width: 1000px;
    box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.5);
    transition: 0.3s;
}
.sc-cover-item:hover {
    background-color: #575757;
}
.sc-cover-cont{
    padding: 40px 0px 30px 35px;
    width: 460px;
    height: 281px;
    text-align: left;
}
.sc-cover-item:last-child{
    margin-bottom: 50px;
}
.sc-cover-item:nth-child(2n+1) > a > div.sc-cover-cont h2{
    font-size: 20px;
    color: #ffffff;
    margin: 0px;
    margin-top: 20px;
}
.sc-cover-item:nth-child(2n+1) > a > div.sc-cover-cont h3{
    font-size: 18px;
    color: #ececec;
    margin: 0px;
}
.sc-cover-item:nth-child(2n+1) > a > div.sc-cover-cont p{
    font-size:16px;
    color: #ececec;
    margin-top: 30px;
}
.sc-cover-triangle{
    display: block;
    position: absolute;
    z-index: 55555;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sc-cover-item:nth-child(2n+1) > a > .sc-cover-triangle.yellow {
    width: 397px;
    height: 397px;
    background-color: #f8e71c;
    top: -198px;
    left: 400px;
}
.sc-cover-item:nth-child(2n+1) > a >.sc-cover-triangle.white {
    width: 300px;
    height: 300px;
    background-color: rgb(180, 180, 180);
    top: 131px;
    left: 660px;
}
.sc-cover-item:nth-child(2n) > a > div.sc-cover-cont h2{
    font-size: 20px;
    color: #ffffff;
    margin: 0px;
}
.sc-cover-item:nth-child(2n) > a > div.sc-cover-cont h3{
    margin: 0px;
    margin-top: 20px;
    font-size: 18px;
    color: #ececec;
}
.sc-cover-item:nth-child(2n) > a > div.sc-cover-cont{
    margin-left: auto;
    padding: 40px 35px 30px 0px;
    text-align: right;
    font-size:16px;
    color: #ececec;
}
.sc-cover-item:nth-child(2n) > a > .sc-cover-triangle.yellow{
    width: 300px;
    height: 300px;
    background-color: #f8e71c;
    top: -150px;
    left: 40px;
}
.sc-cover-item:nth-child(2n) > a >.sc-cover-triangle.white {
    width: 397px;
    height: 397px;
    background-color: rgb(180, 180, 180);
    top: 83px;
    left: 202px;
}

/*  END for  SC-COVER*/
/*  START for ACADEMIC-COUNCIL*/
.ac-counsil-nav-toggle {
    display: none;
}
.academic-council-title > h2{
    text-align: center;
    margin: 50px 0px;
    line-height: 40px;
}
.academic-council-menu, .academic-activity-menu{
    text-align: center;
    display: block;
    margin: 25px auto;
}
.academic-activity-menu{
    text-align: right;
}
.academic-council-menu a, .academic-activity-menu a{
    font-size: 14px;
    text-align: center;
    color: #000000;
}
.academic-council-history {
    position: relative;
    margin: 50px 20px;
}
.a-c-history-triangle{
    position: absolute;
}
.a-c-history-triangle.top {
    width: 0;
    height: 0;
    top: 0px;
    right: 0px;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 85px solid #f8e71c;
}
.a-c-history-triangle.bottom {
    width: 0;
    height: 0;
    bottom: 0px;
    right: 0px;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-bottom: 85px solid #757575;
}
.a-c-history-info {
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
div.a-c-history-foto > p:nth-child(2) {
    padding: 10px 0px;
}
.a-c-history-text p{
    text-indent: 35px;
}
.a-c-history-text{
    color: #000000;
    text-align: justify;
    width: 70%;
    display: inline-block;
    font-size: 14px;
    padding: 70px 70px 0px 70px;
    vertical-align: middle;
}
.a-c-history-foto{
    width: 30%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.a-c-history-foto img{
    border: 0;
    max-width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 0.3s;
    padding: 15px;
}
.a-c-history-foto p{
    font-size: 16px;
    text-align: center;
    color: #757575;
}
.a-c-history-contact{
    margin: 20px 0px;
    line-height: 30px;
}
.academic-council-document{
    background-color: #f8e71c;
    margin: 35px 0px;
}
.academic-doc-item{
    display: inline-block;
    vertical-align: top;
    width: 20%;
    color: #757575;
    font-size: 14px;
    text-align: center;
    padding: 20px;
    font-weight: 400;
    transition: 0.3s;
}
.academic-doc-item:hover{
    background-color: #f1f1f1;
}
.academic-doc-item span{
    background-image: url(../images/icon/selection-committee/pdf.png);
    width: 64px;
    height: 64px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    text-align: center;
    margin: 10px auto;
}
.specialized-scientists-item{
    background-color: #f5f5f5;
    margin: 50px;
    position: relative;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.sp-sc-title{
    width: 50%;
    padding: 20px;
    background-color: rgba(117, 117, 117, 0.11);
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    text-align: justify;
    text-indent: 35px;
}
.sp-sc-treangle.grey {
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    right: 0px;
    border-top: 75px solid transparent;
    border-bottom: 75px solid transparent;
    border-right: 150px solid #757575;
}
.sp-sc-specialization{
    margin: 20px auto;
}
.sp-sc-specialization-item{
    padding: 15px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.sp-sc-members-item:hover {
    background-color: rgba(117, 117, 117, 0.15);
}
.sp-sc-specialization-item hr{
    margin: 0px auto;
}
div.sp-sc-specialization-item > p{
    padding: 5px 0px;
}
.sp-sc-members{
    margin-bottom: 25px;
}
.sp-sc-members-item {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    padding: 20px;
    transition: 0.3s;
}
.sp-sc-members-name{
    font-size: 16px;
    text-align: center;
    color: #757575;
    padding: 10px 0px;
}
.sp-sc-members-position{
    font-size: 14px;
    text-align: center;
    color: #757575;
}
.sp-sc-members-position span{
    font-weight: 500;
}
.sp-sc-members-item a{
    text-align: center;
    display: block;
}
.sp-sc-members-item a img{
    width: 150px;
    border: 0;
    max-width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 0.3s;
}
.sp-sc-data{
    width: 340px;
    background-color: #f8e71c;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    padding: 10px 20px;
    line-height: 30px;
}
/*  END for ACADEMIC-COUNCIL*/

/*  START for PDABA-EMPLOYEE*/
.pdaba-employee-ct h2 {
    text-align: center;
    margin: 50px auto;
}
.pdaba-employee-contact{
    background-color: rgba(117, 117, 117, 0.11);
    display: inline-block;
    padding: 25px;
}
.pdaba-employee-contact p{
    text-align: left;
    padding: 0px 0px 0px 25px;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    font-weight: 400;
}
.pdaba-employee-item {
    width: 700px;
    display: block;
    padding: 30px;
    margin: 25px auto;
    border: 1px solid #bbbbbb;
    box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.5);
}
.pdaba-employee-item h3{
    font-size: 18px;
    background-color: #f8e71c;
    padding: 8px 16px;
    text-align: center;
}
.pdaba-employee-item p{
    font-size: 16px;
}
.p-emp-position:last-child{
    margin-bottom: 10px;
}
.p-emp-position {
    padding-left: 25px;
}
.p-emp-position::before{
    content: "-";
    font-size: 16px;
    margin-right: 5px;
}
.pdaba-employee-item a{
    color: #000000;
    font-size: 16px;
    text-align: right;
    display: inline-block;
    padding: 8px 16px;
    background-color: #f8e71c;
    margin-left: 424px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
}
.pdaba-employee-item a:hover {
    background-color: #bbbbbb;
}
/*  END for  PDABA-EMPLOYEE*/

/*  START for add-courses*/
#courses-img{
    background-image: url(../images/img/selection-committee/IMG_3654.jpg);
}
#courses-img2{
    background-image: url(../images/img/selection-committee/IMG_3649.jpg);
}
.courses-subject-block.item {
    width: 30%;
    height: 300px;
    vertical-align: top;
    margin: 0px 19px;
    margin-top: 35px;
    background-color: #f1f1f1;
    box-shadow: 7px 7px 20px 1px rgba(0,0,0,0.5);
    display: inline-block;
}
.courses-subject-block.item > .item-data {
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 2;
    padding: 10px;
    background-color: #757575;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
}
.courses-subject-block.item > .item-data p:nth-child(1) {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.courses-subject-block.item > .item-data p {
    color: #f8e71c;
    text-align: center;
}
.courses-subject-block.item > .item-data p:nth-child(2) {
    font-size: 60px;
    font-weight: 700;
    transform: scaleX(0.8);
    margin-top: -20px;
}
.courses-subject-block.item > .item-information {
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
    width: 90%;
    margin: 0px auto;
    display: block;
    vertical-align: middle;
    z-index: 2;
    position: relative;
}
.calendar-text > a{
    color: #333333;
}
.calendar-text > a:hover{
    text-decoration: underline;
}
.courses-subject-block.item > .item-information hr {
    height: 3px;
    width: 50px;
    margin: 10px 0px;
}
.courses-subject-block.item > .item-logo {
    width: 200px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
    position: relative;
}
.courses-subject-block > .item-information > hr:nth-child(4), div.item-information > hr:nth-child(9) {
    margin-left: 0px !important;
}
div.courses-subject > p{
    font-size: 16px;
    margin-top: 25px;
    font-weight: 400;
}
.courses-subject-term{
    margin-bottom: 50px;
    padding: 25px;
}
.courses-subject-table{
    display: block;
}
.courses-subject-table > table > tbody > tr td{
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    padding: 10px 0px;
}
.courses-subject-table > table > tbody > tr > td {
    vertical-align: middle;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #56433D;
}
.courses-subject-table > table > tbody > tr:hover{
    background-color: #f1f1f1;
}
.courses-subject-table > table > caption {
    font-size: 20px;
    color: #333333;
    font-weight: 500;
}
.courses-subject-cond{
    background-color: #f1f1f1;
    padding: 50px 0px;
    margin: 50px auto;
}
div.selection-uc > div:nth-child(6) > p.courses-subject-orphan{
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.courses-subject-cond p:nth-child(1){
    font-size: 28px;
    font-weight: 500;
}
.courses-subject-cond p{
    width: 80%;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    padding: 5px 0px 5px 0px;
    margin-left: auto;
    margin-right: auto;
}
.courses-subject-paid > p:nth-child(1){
    background-color: #f8e71c;
    font-weight: 500;
    text-align: center;
    padding: 10px;
}
.courses-subject-paid{
    font-size: 16px;
    font-weight: 400;
}
/*  END for add-courses*/

/*  START for PROTOCOL-DOC*/
.selection-protocol > h2{
    text-align: center;
    margin: 50px 0px;
    line-height: 40px;
}
.selection-protocol-cont{
    width: 100%;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px auto;
}
.protocol-item{
    display: inline-block;
    vertical-align: top;
    width: 150px;
    padding: 10px;
    text-align: center;
    background-color: #f5f5f5;
    transition: 0.2s;
    margin: 0px 5px 11px 6px;
    border: 1px solid #cccccc;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
}
.protocol-item hr{
    text-align: center;
    margin: 0px auto;
}
.protocol-item:hover{
    background-color: #f8e71c;
}
.protocol-item > p{
    font-size: 12px;
    font-weight: 400;
    height: 50px;
    color: #333333;
    margin: 10px auto;
    overflow: hidden;
}
.protocol-item > a > span {
    background-image: url(../images/icon/selection-committee/pdf.png);
    width: 64px;
    height: 64px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    text-align: center;
    margin: 10px auto;
}
/*  END for PROTOCOL-DOC*/

/*  START for  EVENT*/
.event-single-cont{
    margin: 50px 0px;
}
.event-single-pic{
    width: 350px;
    height: 350px;
    float: left;
    margin: 50px;
}
.event-single-pic img{
    border: 0;
    max-width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 0.3s;
}
.event-single-text{
    padding: 25px;
}
.single-text{
    text-align: justify;
    font-size: 16px;
    color: #000000;
    line-height: 35px;
    display: block;
    font-weight: 400;
}
div.event-single-text > p{
    font-size: 16px;
    color: #000000;
    text-align: justify;
}
div.event-single-text > p > strong > a{
    color: #333333;
    text-decoration: underline;
}
div.event-single-text > p > strong > a:hover{
    color: #757575;
}
.event-single-cont h3{
    font-size: 24px;
    color: #000;
    font-weight: 500;
    text-align: center;
    padding: 10px 0px;
    text-transform: uppercase;
}
.single-event-btn{
    text-align: center;
    display: inline-block;
    min-width: 88px;
    padding: 10px 16px;
    background-color: #f8e71c;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    margin: 20px 0px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
}
.single-event-btn:hover{
    background-color: #757575;
    color: #f1f1f1;
}
.event-single-text div {
    text-align: right;
}
.active-prev, .active-next {
    font-size: 14px;
    color: rgba(158, 158, 158, 0.37);
    position: absolute;
    top: 0px;
    line-height: 60px;
    width: 25%;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.almanac {
    position: relative;
    width: 40%;
    display: inline-block;
    vertical-align: top;
}
.calendar-item > table {
    margin: 0px;
    border: 0px;
}
h1.title {
    margin-bottom: 30px;
    font-weight: 500;
    text-align: center;
    line-height: 45px;
}
.calendar-item > table tr {}

.calendar-item > table tr td {
    font-size: 16px;
    text-align: center;
    border: 0px;
    line-height: 40px;
    font-weight: 500;
}

.calendar {
    margin-bottom: 50px;
}

.days {
    line-height: 40px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
}

.days p {
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    width: 14.22222%;
    text-align: center;
}
.active-month {
    font-size: 18px;
    color: #333;
    position: absolute;
    background-color: #f8e71c;
    top: 0px;
    line-height: 60px;
    width: 50%;
    font-weight: 600;
    text-transform: uppercase;
    left: 25%;
    text-align: center;
}

.active-next {
    left: 75%;
    text-align: center;
}

.month-tabs {
    position: relative;
    height: 60px;
    background-color: #f1f1f1;
    -moz-user-select: none;
    -html-user-select: none;
    user-select: none;
}
.title-small {
    font-size: 24px;
    margin-bottom: 20px;
    padding-left: 25px;
}

.calendar-sobitia {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    padding-right: 50px;
}

.almanac {}
.active-prev:hover, .active-next:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: 0.3s;
}
.calendar-item > table tr td.active {
    font-size: 19px;
    font-weight: 600;
}
.modal-event {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.modal-event-img {
    width: 200px;
    height: 158px;
    background-size: cover !important;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.modal-event-ct {
    position: relative;
    padding-left: 220px;
}

.modal-event-ct h3 {font-size: 21px;margin: 0px;line-height: 1;}
.modal-event-text {
    font-size: 15px;
    margin-top: 15px;
}

.meci {
    font-size: 15px;
    margin: 0px 0px;
}

.meci b {
    font-weight: 400;
}

.modal-event-btn {display: inline-block;font-size: 16px;height: 40px;padding: 0px 20px;border: 2px solid #f8e71c;line-height: 38px;color: #32373c;text-transform: uppercase;cursor: pointer;transition: 0.3s;margin-top: 10px;}
.modal-event-btn:hover {
    background: #f8e71c;
}
.modal-event.havePlace .modal-event-btn {
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    margin: 15px 0px 0px 0px;
}
.event-bottom{
    text-align: right;
}
.modal-event-ct
.modal-event-type span {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    left: -40px;
    top: -40px;
}
.calendar-item > table tr td.active:hover {
    opacity: 0.5;
    transition: 0.3s;
    cursor: pointer;
}
.calendar-sobitia-noclick {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    background: #fdfdfd;
    border-radius: 2px;
    padding: 20px 10px;
}

.calendar-sobitia-noclick img {
    height: 80px;
}

.calendar-sobitia-noclick h3 {
    margin: 10px 0px 0px;
}
.ft {
}

.single-default {
    margin: 50px 0px;
    letter-spacing: 0.02em;
    font-size: 16px;
    text-indent: 25px;
    line-height: 30px;
}

.single-default p {
    margin: 20px 0px;
    text-align: justify;
    text-indent: 25px;
    font-weight: 400;
}
.single-default p a{
    color: blue;
    text-decoration: none;
    font-weight: 600;
}
.single-default p a:hover{
    text-decoration: underline;
}
.almanac-types {
    margin-top: 30px;
}

.almanac-type {
    font-size: 16px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 7px 0px;
    text-decoration: none;
    color: #333;
}
.almanac-type:hover {
    text-decoration: underline;
}

.almanac-type > span {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0px 0px;
    border-radius: 50px;
}

.almanac-types .title-small {margin-bottom: 0px; }
.single-default-first-img {width: 450px; text-align: center; display: block; margin: 30px auto;}
.single-default-btn-news{text-align: right; font-size: 16px; text-decoration: none; display: block; margin: 30px 20px 30px 0px;}
.search-ct {}
.search-ct .title {}
.search-ct .title span {font-weight: 400;}
.search {margin: 50px 0px;}
.search-noresult {font-size: 16px;text-align: center;text-transform: uppercase;background: #fdfdfd;border-radius: 2px;padding: 20px 10px;}
.search-noresult img {height: 80px;color: #ededed;}
.search-noresult h3 {margin: 10px 0px 0px;}
.search-item {display: block;margin-bottom: 20px;padding: 20px;border-bottom: 1px dashed #ddd;}
.search-item-title {font-size: 21px;color: #333;font-weight: 400;display: inline-block;margin-bottom: 5px;}
.search-item > p {font-size: 16px;}
.search-item-btn {
    display: inline-block;
    font-size: 16px;
    height: 40px;
    padding: 0px 20px;
    border: 2px solid #f8e71c;
    line-height: 38px;
    color: #32373c;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 10px;
}
.search-item-btn:hover {background: #f8e71c;}
.search-item.short {}
.search-item.short .search-item-title {margin: 0px;}
.search-item.short .search-item-btn {float: right;margin: -6px 0px 0px 0px;}
.search-item-title:hover {color: #000;text-decoration: underline;}
.search-item-cat {font-size: 14px !important;font-weight: 500;color: #a9a9a9;}
.search-item.short-cat {}
.search-item.short-cat .search-item-btn {float: right;margin: -48px 0px 0px 0px;}



.news-add-doc-cont {
    text-align: center;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}
a.news-add-document {
    background-color: #757575;
    padding: 10px 16px;
    color: #f1f1f1;
    cursor: pointer;
}
a.news-add-document:hover{
    color: #f8e71c;
}
.news-slider-item {
    display: block;
    background-size: cover !important;
    background-position: center !important;
    padding: 150px 50px;
    border-radius: 2px;
    position: relative;
    height: 418px;
}
.news-slider-date {position: absolute;right: 0px;top: 0px;font-size: 24px;color: #000000;background: #f8e71c;padding: 5px 10px;}
.news-slider-title h2 {margin: 0px;color: #fff;display: inline-block;background: rgba(117, 117, 117, 0.7);padding: 20px;}
#news-slider {overflow: hidden;position: relative;}
#news-slider .owl-item {display: inline-block;vertical-align: top;float: left;}
#news-slider .owl-pagination {position: absolute;left: 0px;width: 100%;bottom: 30px;text-align: center;}
#news-slider .owl-pagination .owl-page {
    display: inline-block;
    vertical-align: top;
    margin: 0px 5px;
    background: rgba(248, 231, 28, 0.3);
    width: 12px;
    height: 12px;
    border-radius: 50px;
    transition: 0.3s;
    cursor: pointer;
}
#news-slider .owl-pagination .owl-page.active, #news-slider .owl-pagination .owl-page:hover {background: #f8e71c;}
.dep-history-content {
    margin: 40px 0px 60px;
    font-size: 16px;
}

.dep-history-content p {
    margin: 15px 0px;
    line-height: 1.5;
    padding: 0px 25px;
    text-align: justify;
    text-indent: 25px;
}
.alignleft {
    display: inline-block!important;
    vertical-align: top;
    text-align: center;
    float: none;
}
.archive-news-items {
    margin: 40px 0px 60px;
}

.acrhive-news-item {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    margin-bottom: 60px;
    position: relative;
}
.acrhive-news-item:hover  > a {
    background: #f8e71c;
}

.acrhive-news-item-img {height: 350px;background-size: cover !important;background-position: center !important;}
.acrhive-news-item p {font-size: 14px;margin: 0px 0px 5px;}
.acrhive-news-item > h3 {margin: 15px 0px;}
.acrhive-news-item > h3 > a {font-size: 18px;color: #000;}
.acrhive-news-item > a {
    display: inline-block;
    font-size: 14px;
    min-width: 82px;
    height: 36px;
    padding: 5px 16px;
    border: 2px solid #BDBDBD;
    color: #32373c;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 10px;
    position: absolute;
    right: 0px;
}
.acrhive-news-item:nth-child(3n) {margin-right: 0px;}
.contact-form input.noval {background: rgba(255, 0, 0, 0.27);}
.single-default-other-site {margin-top: 20px; padding: 0px 0px 0px 20px;}
.single-default-other-site > a {font-weight: 500; color: #dfdfdf;}
.single-default-other-site > a:hover {color: #000;}
.selection-committee-slider-ct {overflow: hidden;}
.selection-committee-slider-ct .owl-item {display: inline-block;vertical-align: top;padding: 0px 10px 0px 10px;}
.selection-committee-slider {margin-top: 60px;}
.single-default-ct {}
.single-default-ct ul {margin: 20px 0px;padding: 0px 0px 0px 19px;}
.selection-committee-slider .owl-pagination {
    text-align: center;
}

.selection-committee-slider .owl-pagination .owl-page {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50px;
    background: #c2c2c2;
    margin: 0px 4px;
    transition: 0.3s;
    cursor: pointer;
}

.selection-committee-slider .owl-pagination .owl-page:hover, .selection-committee-slider .owl-pagination .owl-page.active {background:  #f8e71c;border: 2px solid #757575;}
.single-default-ct .alignleft {
    float: left;
    margin: 0px 20px 10px 0px;
}

.single-default-ct .alignright {
    float: right;
    margin: 0px 0px 10px 20px;
}
.single-default-ct .aligncenter {
    float: none;
    margin: 20px auto;
}
#page-search {
    background: #fdfdfd;
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: -10px;
}

.page-search-input {
    width: 83%;
    height: 40px;
    margin-right: 1%;
    padding: 0px 10px;
    border: 1px solid #ddd;
    font-size: 15px;
    letter-spacing: 0.05em;
    display: inline-block;
    vertical-align: top;
}

#page-search-btn {
    display: inline-block;
    font-size: 16px;
    height: 40px;
    padding: 0px 20px;
    border: 2px solid #f8e71c;
    line-height: 38px;
    color: #000000;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    width: 16%;
    font-size: 16px;
    font-weight: 300;
    background: #f8e71c;
}

#page-search-btn:hover {
    background: #fff;
    color: #32373c;
}


/* DEP GLOBAL MENU */
.dep-global-menu {margin-top: 10px;font-size: 0px;}
#dep-global-menu {
    margin: 0px;
    padding: 0px;
}
#dep-global-menu > li {width: 16.6666%;display: inline-block;vertical-align: top;height: 191px;position: relative;}
#dep-global-menu > li:nth-child(1) {background: url(../images/img/department/block1.jpg);}
#dep-global-menu > li:nth-child(2) {background: url(../images/img/department/block2.jpg);}
#dep-global-menu > li:nth-child(3) {background: url(../images/img/department/block3.jpg);}
#dep-global-menu > li:nth-child(4) {background: url(../images/img/department/block4.jpg);}
#dep-global-menu > li:nth-child(5) {background: url(../images/img/department/block5.jpg);}
#dep-global-menu > li:nth-child(6) {background: url(../images/img/department/block6.jpg);}
#dep-global-menu > li > a {
    font-size: 13px;
    display: -webkit-inline-box;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 10px;
    background: #f8e71c;
    width: 100%;
    left: 0px;
    bottom: 0px;
    position: absolute;
    color: #3c4a50;
    opacity: 0.8;
    transition: 0.2s;
}

#dep-global-menu > li > a:hover, #dep-global-menu > li.current-menu-item > a {padding: 15px 10px;opacity: 1;}
.department-title a:hover, div.archive-news > div > h1 > a:hover {color: #f8e71c;}
.department-gallery {
    margin-bottom: 50px;
}
.acrhive-news-button {
    padding: 10px 16px;
    font-size: 14px;
    text-decoration: none;
    background-color: #f8e71c;
    display: block;
    width: 181px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    margin-top: 25px;
    margin-left: auto;
    transition: 0.3s;
}
.acrhive-news-button a {
    color: #333333;
}
.acrhive-news-button:hover {
    background-color: #E0E0E0;
    transition: 0.3s;
}
.wp-pagenavi {
    font-size: 0px;
    text-align: center;
    margin: 50px 0px;
}

.wp-pagenavi span.current, .wp-pagenavi > a {
    font-size: 14px;
    border-radius: 50px;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0px;
    margin: 0px 5px;
}

.wp-pagenavi > a {}

.wp-pagenavi span.pages {
    display: none;
}

.wp-pagenavi span.current {color: #333333;border: 1px solid #9E9E9E;}

.economy-bill-title h2{
    color: #333333;
    text-align: center;
    margin: 50px auto;
    line-height: 40px;
    font-weight: 500;
    width: 90%;
}
.economy-bill-item{
    padding: 20px;
    text-align: center;
    color: #000000;
    border: 7px solid #f8e71c;
    margin-bottom: 50px;
}
.economy-bill-pic{
    width: 80%;
    margin: 0px auto;
}
.economy-bill-pic img{
    margin: 25px auto;
    border: 0;
    max-width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 0.3s;
}
.economy-bill-item p{
    font-size: 16px;
    line-height: 40px;
}
.economy-bill-item p a{
    text-decoration: underline;
    color: #000000;
    font-weight: 400;
}
.economy-bill-btn, .eco-olimp-bill-btn{
    display: block;
    text-align: center;
    padding: 25px 0px;
}
.economy-bill-btn a{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    min-width: 88px;
    padding: 10px 16px;
    background-color: #f8e71c;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
}
.economy-bill-btn a:hover{
    background-color: #edede6;
}
.economy-bill-item h3{
    color: #000000;
    font-size: 20px;
    text-align: center;
    margin: 50px auto;
    font-weight: 500;
}
.economy-bill-item h4{
    font-size: 18px;
}
.eco-olimp-bill-btn a{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    min-width: 88px;
    border: 1px solid #333333;
    padding: 10px 16px;
    margin: 0px 15px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
}
.eco-olimp-bill-btn a:hover{
    background-color: #f8e71c;
}
#popup > span > a {
    display: none!important;
}
#popup > a:nth-child(3):hover{
    text-decoration: underline;
}
#demo5-backward, #demo5-forward{
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5)
}
#demo5-backward:hover, #demo5-forward:hover {
    background-color: #e8e8e8;
}
.conkurs-item{
    display: inline-block;
    vertical-align: top;
    width: 220px;
    padding: 10px;
    text-align: center;
    background-color: #f5f5f5;
    transition: 0.2s;
    margin: 0px 5px 11px 6px;
    border: 1px solid #cccccc;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
}
.conkurs-item > p, .conkurs-item > b > p {
    font-size: 14px;
    font-weight: 400;
    height: 80px;
    color: #333333;
    margin: 10px auto;
    overflow: hidden;
}
.conkurs-item > b > b > a > span, .conkurs-item > a > span {
    background-image: url(../images/icon/selection-committee/pdf.png);
    width: 64px;
    height: 64px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    text-align: center;
    margin: 10px auto;
}
.conkurs-item:hover{
    background-color: #f8e71c;
}
.konkurs-kontact {
    text-align: left;
    background-color: #e4e4e4;
    font-size: 16px;
    padding: 20px;
    color: #333333;
    display: inline-block;
    line-height: 29px;
}
a.konkurs-document {
    font-size: 14px;
    color: #333333;
    border: 1px solid #757575;
    padding: 8px 16px;
    display: table;
    text-align: center;
    margin-left: auto;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
}
a.konkurs-document:last-child{
    margin-bottom: 20px;
}
a.konkurs-document:hover{
    background-color: #f8e71c;
}
a.konkurs-document.archive{
    min-width: 193px;
    margin-top: 25px;
}
.selection-license-cont{
    width: 100%;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0px;
}
.license-item{
    display: inline-block;
    vertical-align: top;
    width: 230px;
    padding: 10px;
    text-align: center;
    background-color: #f5f5f5;
    transition: 0.2s;
    margin: 0px 5px 11px 6px;
    border: 1px solid #cccccc;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    webkit-box-shadow: 0 2px 2px 0 #000029, 0 0 0 1px #000014;
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}
.license-item:hover{
    background-color: #f8e71c;
}
.license-item > p {
    font-size: 11px;
    font-weight: 400;
    color: #333333;
    margin: 10px auto;
    overflow: hidden;
}
.license-item > hr, .conkurs-item > hr{
    margin: 0px auto;
}
.license-item > a > span {
    background-image: url(../images/icon/selection-committee/pdf.png);
    width: 64px;
    height: 64px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    text-align: center;
    margin: 10px auto;
}
.license-item.archive> a > span {
    background-image: url(../images/icon/selection-committee/download.png);
}
div.sc-pr-area > div.sc-pr-made > p{
    text-indent:25px; text-align:justify;
}
.selection-protocol.attest > p {
    font-size: 16px;
    padding: 20px;
    text-align: justify;
}
div.dep-history.nw > div.ctabs > div.ctabs-header {
    text-align: center;
    margin: 20px auto;
}
div.dep-history.nw > div.ctabs > div.ctabs-header > button.ctabs-header-item,
div.pdaba-license-container > div > div > div.ctabs-header > button.ctabs-header-item,
.pdaba-license-container .ctabs-header button.ctabs-header-item{
    position: relative;
    border: none;
    padding: 15px;
    font-size: 14px;
    background-color: inherit;
    -webkit-transition: background 0.3s ease-in 0.2s;
}

div.dep-history.nw > div.ctabs > div.ctabs-header > button.ctabs-header-item:hover,
div.pdaba-license-container > div > div > div.ctabs-header > button.ctabs-header-item:hover,
.pdaba-license-container .ctabs-header button.ctabs-header-item:hover{
    background: rgba(0,0,0,0.2);
    cursor: pointer;
    -webkit-transition: background 0.3s ease-in 0.2s;
}
div.dep-history.nw > div.ctabs > div.ctabs-header > button.ctabs-header-item:before,
div.pdaba-license-container > div > div > div.ctabs-header > button.ctabs-header-item:before,
.pdaba-license-container .ctabs-header button.ctabs-header-item:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #757575;
    -webkit-transition: all 0.3s ease-out;
}
div.dep-history.nw > div.ctabs > div.ctabs-header > button.ctabs-header-item.active,
div.pdaba-license-container > div > div > div.ctabs-header > button.ctabs-header-item.active,
.pdaba-license-container .ctabs-header button.ctabs-header-item.active{
    background-color: rgba(0,0,0,0.2);
    color: #000000;
}

.fac-global-menu #dep-global-menu li:nth-child(2) { background: url(../images/img/faculty/newspaper.jpg) no-repeat center;}
.fac-global-menu #dep-global-menu li:nth-child(1) { background: url(../images/img/faculty/speciality.jpg) no-repeat center;}
.fac-global-menu #dep-global-menu li:nth-child(3) { background: url(../images/img/faculty/history.jpg) no-repeat center;}
.fac-global-menu #dep-global-menu li:nth-child(4) { background: url(../images/img/faculty/hostel.jpg) no-repeat center;}
.fac-global-menu #dep-global-menu li:nth-child(6) { background: url(../images/img/faculty/position.jpg) no-repeat center;}
.fac-global-menu #dep-global-menu li:nth-child(5) { background: url(../images/img/faculty/champions.jpg) no-repeat center;}
.fac-global-menu #dep-global-menu li {background-size: 100% !important;}


div.visible-program {
    text-align: right;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    margin: 30px 20px 0px 0px;
}

div.visible-program > a {
    background-color: #f8e71c;
    color: #333333;
    height: 36px;
    min-width: 88px;
    padding: 8px 16px;
    border-radius: 2px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
}
div.visible-program > a:hover{
    background-color: #333333;
    color:#ffffff;
}


#academic-council-menu {
    padding:  0px;
    margin:  0px;
}

#academic-council-menu li {
    display:  inline-block;
    vertical-align:  top;
}

#academic-council-menu li a {
    display:  block;
    position: relative;
    padding: 15px;
    -webkit-transition: background 0.3s ease-in 0.2s;
}
#academic-council-menu li a:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #757575;
    -webkit-transition: all 0.3s ease-out;
}

#academic-council-menu li a:hover:before {
    bottom: 100%;
    opacity: 1;
}
#academic-council-menu li a:hover, #academic-council-menu li.current-menu-item > a {
    color: #000000;
    background: rgba(0,0,0,0.2);
    -webkit-transition: background 0.3s ease-in 0.2s;
}
#ctab2 > div.text.ft {
    padding: 10px 15px;
}
#ctab2 > div.text.ft > p{
    text-indent: 2.5em;
    text-align: justify;
}
.news-popular-item-img > img {
    min-height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 0.3s;
    object-fit: cover;
    min-width: 100%;
    vertical-align:  middle;
    height:  115px;
}
span.nav-close {
    display: none;
}





/* Style for slider news */
.single-default-gallery {
    position: relative;
    margin-top: 40px;
}
.single-default-gallery .slick-list.draggable {
    overflow: hidden;
}
.single-default-gallery-item {
    display: inline-block;
    vertical-align: top;
}
.single-default-gallery-item img {
    height: 200px;
}

.single-default-gallery .slick-arrow{
    background-size: cover !important;
    background-color: rgba(117, 117, 117, 0.86) !important;
    width: 34px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    font-size: 0px;
    border: none;
    position: absolute;
    cursor: pointer;
    transition: 0.3s;
    border: none;
    z-index: 1;
    outline: none;
    border-radius: 50%;
}
.single-default-gallery .slick-arrow{
    background-color: rgba(36, 34, 34, 0.86) !important;
}
.single-default-gallery .slick-prev{
    background: url(../images/icon/scientific/arrows.png) 50% 50% no-repeat;
    left: 15px;
}
.single-default-gallery .slick-next{
    background: url(../images/icon/scientific/arrows.png) 50% 50% no-repeat;
    right: 15px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.noval {
    border-color: red !important;
}
.ctabs-content {
    font-size: 16px;
    line-height: 1.5;
}
.wpml-ls-statics-shortcode_actions.wpml-ls-legacy-list-horizontal {
    position: absolute;
    right: 50px;
    top: 10px;
    font-size: 14px;
    width: 100px;
    padding: 0px 20px 0px 0px;
    text-align: right;
}
.wpml-ls-legacy-list-horizontal ul {}
.wpml-ls-legacy-list-horizontal ul li {}
.wpml-ls-legacy-list-horizontal ul li:nth-child(2) {margin-left: 5px;}
.wpml-ls-legacy-list-horizontal ul li a {
    font-size: 0px;
    width: 30px;
    height: 20px;
}
.wpml-ls-item-uk .wpml-ls-link {
    background: url(../images/icon/ukr_flag.jpg) no-repeat center;
}
.wpml-ls-item-en .wpml-ls-link {
    background: url(../images/icon/us_flag.jpg) no-repeat center;
}


.sylabusy {margin: 50px 0px;}
.sylabusy-items {margin: 30px 0px 0px;}
.sylabusy-items-head {text-align: center;}
.sylabusy-items-group {margin: 20px 0px 0px;}
.sylabus-items-group-head {text-align: center;}
.sylabus-items-group-content {margin: 20px 0px 0px;}
.sylabusy-items-head-item, .sylabus-items-group-head-item {position: relative;border: none;padding: 15px;font-size: 14px;background-color: inherit;-webkit-transition: background 0.3s ease-in 0.2s;cursor: pointer;}
.sylabusy-items-head-item:before, .sylabus-items-group-head-item:before {position: absolute;content: '';left: 0;bottom: 0;height: 2px;width: 100%;background: #757575;-webkit-transition: all 0.3s ease-out;}
.sylabusy-items-head-item.active, .sylabusy-items-head-item:hover, .sylabus-items-group-head-item.active, .sylabus-items-group-head-item:hover {background-color: rgba(0,0,0,0.2);color: #000000;}
.discussions-items {
    margin: 40px 0px 0px;
}

.discussions-item {
    display: block;
    padding: 30px;
    text-decoration: none;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #e9ebed;
    border-bottom: 1px solid #e9ebed;
    transition: 0.2s;
}

.discussions-item p {
    color: #565d66;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
}

.discussions-item span {
    font-size: 15px;
    color: #6b7886;
    font-weight: 400;
    display: block;
    margin: 5px 0px 0px;
}

.discussions-ct {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.discussions-item:hover {
    border: 1px solid #e9ebed;
    background-color: #EEEEEE;
    transition: 0.3s;
}
.discussions-items-head {
    margin: 30px 0px;
}
.discussions-items-head-btn {position: relative;border: none;padding: 15px;font-size: 14px;background-color: inherit;-webkit-transition: background 0.3s ease-in 0.2s;cursor: pointer;}
.discussions-items-head-btn:before {position: absolute;content: '';left: 0;bottom: 0;height: 2px;width: 100%;background: #757575;-webkit-transition: all 0.3s ease-out;}
.discussions-items-head-btn:hover, .discussions-items-head-btn.active {background-color: rgba(0,0,0,0.2);color: #000000;}
.sylabus-items-group-content-block {
    margin-bottom: 20px;
}

.sylabus-items-group-content-block:last-child {
    margin: 0px;
}

.sylabus-items-group-content-block-title {
    font-size: 18px;
    margin: 0px 0px 15px;
    padding: 0px 5px;
}





/* Discussions */
.pdaba-discussions-date {
    font-size: 14px;
}
body > div > div.main-page > div.discussions-ct.nw > p{
    color: #565d66;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
}

.pdaba-discussions-date span {
    font-weight: 600;
}

.pdaba-discussions-content {
    margin: 30px 0px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 34px;
}

.pdaba-discussions {
    margin: 50px 0px;
}

.pdaba-discussions h1 {
    margin: 0px 0px 15px;
    text-align: center;
    font-weight: 400;
    line-height: normal;
}

.pdaba-discussions-tables {
    font-size: 0px;
}
.pdaba-discussions-table-rows {
}

.pdaba-discussions-table-row {
    display: flex;
    font-size: 16px;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.pdaba-discussions-table-row:first-child {
    font-weight: 600;
    font-size: 16px;
}
.pdaba-discussions-table-row:first-child .pdaba-discussions-table-row-pdf {font-size: 16px;}
.pdaba-discussions-table-row-col {
    width: 50%;
}
.pdaba-discussions-table-row-files {
    width: 50%;
}
.pdaba-discussions-table-row-file {
    display: flex;
    align-items: center;
}

.pdaba-discussions-table-row-file-title {
    width: 50%;
}

.pdaba-discussions-table-row-file-type {
    width: 25%;
    text-align: center;
    font-weight: 600;
}

.pdaba-discussions-table-row-file-download {
    width: 20%;
    text-align: right;
}

.pdaba-discussions-table-row-pdf {
    width: 100px;
    text-align: center;
    min-width: 100px;
    font-size: 0px;
}

.pdaba-discussions-table-row:last-child {
    margin: 0px;
}
.pdaba-discussions-table-row-file-download-icon {
    background-image: url(../images/img/selection-committee/pdf.png);
    width: 30px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    transition: 0.3s;
}
.pdaba-discussions-table-row-file-download-icon:hover {
    opacity: 0.7;
}
.pdaba-discussions-table {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ececec;
}
.pdaba-discussions-table:last-child {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
.pdaba-discussions .pdaba-work-ad-back {
    margin-top: 50px;
}


.tm-sylabus-listing {
    margin: 50px;
}
.tm-sylabus-listing h1 {
    text-align: center;
}
.tm-sylabus-listing-items {
    max-width: 500px;
    font-size: 0px;
    margin: 50px auto 0px;
}
.tm-sylabus-listing-item {
    margin: 0px 0px 20px;
}

.tm-sylabus-listing-item:last-child {
    margin: 0px;
}

.tm-sylabus-listing-item-title {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 50%;
}

.tm-sylabus-listing-item-email {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 50%;
    font-size: 15px;
}

.tm-sylabus-listing-item-title a {
    font-size: 16px;
    background: #f8e71c;
    display: block;
    color: #404040;
    padding: 10px 10px;
    transition: 0.3s;
}
.tm-sylabus-listing-item-title a:hover {
    background: #BDBDBD;
}
.sylabusy h1 {
    text-align: center;
}
.sylabusy h2, div.faculty > h2 {
    text-align: center;
    font-size: 21px;
    margin: 0px 0px 0px;
}
div.faculty > h2 {
    margin: 50px 0px 0px;
}
.sylabusy-actions {
    text-align: right;
    margin: 30px 0px 0px;
}
.sylabusy-actions a {
    background-color: #f8e71c;
    color: #333333;
    height: 36px;
    min-width: 88px;
    border-radius: 2px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    font-size: 16px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    padding: 0px 10px;
}
.sylabusy-actions a:hover {
    background-color: #BDBDBD;
}
.sylabusy-email {
    font-size: 16px;
    text-align: center;
}




.selection-speciality.subjects.master #subject-test.spsubjects-formula {
    margin-bottom: 0px;
    margin-top: 20px;
}


.academic-council-buttons {
    text-align: right;
    padding: 0px 20px;
    margin: 30px 0px;
}
.academic-council-button {
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-align: center;
    background: #f8e71c;
    padding: 10px 16px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
}
.academic-council-button:hover {
    color: #ffffff!important;
    background: #757575;
}


/* Urgent covid19 */
.urgent-covid19-acionts a {
    min-width: 88px;
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-align: center;
    background: #f8e71c;
    padding: 10px 16px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    margin: 0px 10px;
    text-indent: 0px
}

.urgent-covid19-acionts a:hover, .urgent-covid19-acionts a.is--active {
    color: #ffffff!important;
    background: #757575;
}
.urgent-covid19-acionts {
    text-align: center;
    margin: 40px 0px 0px;
    padding: 0px 15px;
}
.urgent-covid19-info {
    margin: 40px 0px;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}

.urgent-covid19-info-image {
    width: calc(33.333% - 20px);
    margin: 10px;
    height: 240px;
    position: relative;
    overflow: hidden;
}

.urgent-covid19-info-image img {
    min-height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 0.3s;
    object-fit: cover;
    min-width: 100%;
    position: absolute;
}
.urgent-covid19-info-image img:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}


.template-viddiliv-customlinks {
    text-align: center;
}

.template-viddiliv-customlinks a {
    color: #333333;
    min-width: 88px;
    text-align: center;
    font-size: 16px;
    background-color: #f8e71c;
    text-transform: none;
    font-weight: 400;
    padding: 10px 16px;
    transition: 0.3s;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
}

.template-viddiliv-customlinks a:hover {
    color: #ffffff!important;
    background: #757575;
}

.template-viddiliv-customlinks a span {
    font-size: 12px;
    line-height: 1.3;
    display: block;
}






.doctoral-studies-speciality, .doctoral-studies-speciality-children {
    margin: 50px 0px;
}
.doctoral-studies-speciality h1, .doctoral-studies-speciality-children h1 {
    text-align: center;
    margin: 0px 0px 40px;
    color: #565d66;
    font-size: 26px;
}
.doctoral-studies-speciality-item {}

.doctoral-studies-speciality-item a {
    display: flex;
    align-items: center;
}

.doctoral-studies-speciality-item a span {
    display: block;
    font-size: 18px;
    color: #333333;
    width: 80px;
    height: 80px;
    border: 1px solid #ececec;
    line-height: 80px;
    text-align: center;
    transition: 0.3s;
    background-color: rgba(248, 231, 28, 0);
}

.doctoral-studies-speciality-item a b {
    font-size: 16px;
    color: #565d66;
    padding-left: 20px;
    transition: 0.3s;
}
.doctoral-studies-speciality-item a:hover span {
    background-color: #f8e71c;
}
.doctoral-studies-speciality-item a:hover b {
    opacity: 0.7;
}
.doctoral-studies-speciality-children-items .ctabs-header {
    text-align: center;
    margin-bottom: 40px;
}
.doctoral-studies-speciality-children-items .ctabs-header-item {
    position: relative;
    border: none;
    padding: 15px;
    font-size: 14px;
    background-color: inherit;
    -webkit-transition: background 0.3s ease-in 0.2s;
    cursor: pointer;
    border: 0;
    border-bottom: 2px solid #757575;
}
.doctoral-studies-speciality-children-items .ctabs-header-item.active {
    background-color: rgba(0,0,0,0.2);
    color: #000000;
}
.doctoral-studies-speciality-children-items-row h2 {
    font-size: 22px;
}
.doctoral-studies-speciality-children-items-row {
    margin-bottom: 30px;
}
.doctoral-studies-speciality-children-items-row:last-child {
    margin: 0;
}





.online-learning-content {
    margin: 50px 0px;
}

.online-learning-content h1 {
    text-align: center;
    margin: 0px 0px 40px;
    color: #565d66;
    font-size: 26px;
}

.online-learning-content-items {}

.online-learning-content-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
}

.online-learning-content-item:last-child {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.online-learning-content-item a {
    font-size: 21px;
    font-weight: 600;
    color: #333333;
    transition: 0.3s;
}

.online-learning-content-item a:hover {
    opacity: 0.7;
    color: #006b05;
    transition: 0.3s;
}

.online-learning-content-item h3 {
    margin: 0px;
}

.online-learning-content-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0px;
}

.online-learning-content-item p {
    font-size: 16px;
}
.video-content {
	width: 100%;
	margin: 30px 0px;
    text-align: center;
	font-size: 30px;
}




.pz100ri-items {
    margin: 50px 0px 30px;
}

.pz100ri-item {
    height: 300px;
    width: calc(33.333% - 30px);
    display: inline-block;
    vertical-align: top;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px 15px 20px;
    transition: 0.3s;
}

.pz100ri-item:hover {
    opacity: 0.7;
}



.speciality-iframe-video {
    margin-top: 50px;
}
.speciality-iframe-video iframe {
    width: 100%;
    height: 600px;
}

.nmodal {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
}
.nmodal.is--active {
    display: flex;
}
.nmodal-content {
    background: #ffffff;
    padding: 20px 15px;
    width: 94%;
    max-width: 500px;
    position: relative;
}
.nmodal-close {
    border: 0px;
    width: 24px;
    height: 24px;
    font-size: 26px;
    line-height: 24px;
    position: absolute;
    right: 15px;
    top: 10px;
    background: none;
    padding: 0;
    text-align: right;
    transition: 0.3s;
    cursor: pointer;
}
.nmodal-close:hover {
    opacity: 0.7;
}

.cf7-row {
    display: block;
    margin-bottom: 10px;
}

.cf7-row label {
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
}

.cf7-row input {
    width: 100%;
    font-size: 14px;
    border: 1px solid #ececec;
    height: 38px;
    padding: 0px 15px;
    color: #333;
}

.cf7-row textarea {
    width: 100%;
    font-size: 14px;
    border: 1px solid #ececec;
    height: 78px;
    padding: 5px 15px;
    background: #ffffff;
    min-width: 100%;
    max-width: 100%;
    color: #333;
    font-style: normal;
}

.cf7-row.is--hidden {
    display: none;
}

.wpcf7-submit {
    box-shadow: 2px 2px 6px 1px rgba(0,0,0,0.5);
    padding: 8px 16px;
    background-color: #f8e71c;
    color: #262a35;
    border: 0;
    transition: 0.3s;
    width: 150px;
    margin: 15px auto 0px;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
}
.wpcf7-submit:hover {
    opacity: 0.7;
}

div.wpcf7 .ajax-loader {
    display: none;
}
div.wpcf7-response-output {
    margin: 20px 0px 0px;
    padding: 15px;
    font-size: 14px;
    text-align: center;
}
span.wpcf7-not-valid-tip {
    font-size: 12px;
    display: block;
    margin-top: 2px;
}
.selection-speciality-modal {
    box-shadow: 2px 2px 6px 1px rgba(0,0,0,0.5);
    padding: 8px 16px;
    background-color: #f8e71c;
    color: #262a35;
    border: 0;
    transition: 0.3s;
    width: 170px;
    margin: 0px auto;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
}
.selection-speciality-modal:hover {
    opacity: 0.7;
}
.selection-days-modal {
    box-shadow: 2px 2px 6px 1px rgba(0,0,0,0.5);
    padding: 8px 16px;
    background-color: #f8e71c;
    color: #262a35;
    font-weight: 600;
    font-size: 16px;
    border: 0;
    cursor: pointer;
}
.selection-days-modal:hover {
    opacity: 0.7;
}
.selection-tnx {
    margin: 160px 0px;
    text-align: center;
}

.selection-tnx-actions {
    margin-top: 30px;
}

.selection-tnx-actions .btn {
    min-width: 88px;
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-align: center;
    background: #f8e71c;
    padding: 10px 16px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    margin: 10px 10px 0px;
}
.selection-tnx-actions .btn:hover {
    opacity: 0.7;
}
.b24-web-form-popup-btn-5{
	display: block;
    width: auto;
    /* font-size: 20px; */
    text-align: center;
    color: #262a35;
    background-color: #f8e71c;
    padding: 7px;
    margin: 50px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
}


.nashi_poslugi_category {
    padding: 50px 0;
}

.nashi_poslugi_category h1 {
    margin: 0 0 30px;
    text-align: center;
    padding: 0 10px;
}
.nashi_poslugi_category_items .mask {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nniiot-page-content {
    font-size: 16px;
    color: #333333;
    margin-bottom: 40px;
}


.work-in-ms-office {
    padding: 40px 15px;
}

.work-in-ms-office h1 {
    text-align: center;
}

.work-in-ms-office-text {
    font-size: 16px;
}
.work-in-ms-office-text p {
    margin-bottom: 15px;
}
.work-in-ms-office-text p:last-child {
    margin-bottom: 0;
}

.choice_subject_link {
    text-align: center;
    margin: 30px 0;
    padding: 0 10px;
}

.choice_subject_link a {
    background-color: #f8e71c;
    color: #333333;
    height: 46px;
    min-width: 88px;
    border-radius: 2px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    font-size: 16px;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    padding: 0px 20px;
}

.choice_subject_link a:hover {
    background-color: #BDBDBD;
}


div.work-in-ms-office > div > div.\33 65-foto > img{
    text-align: center;
    display: block;
    margin: 30px auto;
}

.choice_subject-items .sylabus-items-group-content > .sylabus-items-group-content-block-title {
    font-size: 21px;
    font-weight: 600;
}



.single-one-time-ssc .a-c-history-text {
    padding: 70px;
}
.single-one-time-ssc .a-c-history-text p {
    text-indent: unset;
}
.a-c-history-text-links {
    margin-top: 25px;
}
.single-one-time-ssc .a-c-history-triangle {
    display: none;
}
.archive-one-time-ssc {
    margin: 40px 0;
}

.archive-one-time-ssc-head h1 {
    color: #565d66;
    font-size: 26px;
    text-align: center;
    margin: 0 0 40px;
    text-align: center;
    font-weight: 600;
}

.archive-one-time-ssc-head img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}

.archive-one-time-ssc .ctabs {
    margin-top: 40px;
}

.one-time-scs-group-post .btn {
    background-color: #f8e71c;
    color: #333333;
    height: 36px;
    min-width: 88px;
    padding: 8px 16px;
    border-radius: 2px;
    -webkit-box-shadow: 2px 2px 0px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 0px 0px rgb(0 0 0 / 50%);
    float: right;
    margin-top: -33px;
}

.one-time-scs-group-post .btn:hover {
    background-color: #BDBDBD;
}

.one-time-scs-group {
    margin-bottom: 30px;
}

.one-time-scs-group:last-child {
    margin: 0;
}

.one-time-scs-group h2 {
    font-size: 20px;
}

.one-time-scs-group-post {
    background-color: #f5f5f5;
    transition: 0.2s;
    border: 1px solid #cccccc;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 16%), 0 0 0 1px rgb(0 0 0 / 8%);
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
    text-align: left;
}

.one-time-scs-group-post:last-child {
    margin: 0;
}

.one-time-scs-group-date {
    margin-bottom: 10px;
}
.archive-one-time-ssc .ctabs-header-item:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #757575;
    -webkit-transition: all 0.3s ease-out;
}
.archive-one-time-ssc .ctabs-header-item {
    position: relative;
    border: none;
    padding: 15px;
    font-size: 14px;
    background-color: inherit;
    -webkit-transition: background 0.3s ease-in 0.2s;
    cursor: pointer;
}

.archive-one-time-ssc .ctabs-header-item.active {
    background-color: rgba(0,0,0,0.2);
    color: #000000;
}
.archive-one-time-ssc .ctabs-header {
    text-align: center;
    margin-bottom: 30px;
}
@media all and (max-width: 1200px), (max-device-width: 1200px) {
    .archive-one-time-ssc {
        padding: 0 15px;
    }
}
@media all and (max-width: 768px), (max-device-width: 768px) {
    .one-time-scs-group-action {
        text-align: right;
        margin-top: 15px;
    }
    .one-time-scs-group-post .btn {
        float: none;
    }
}



.selection-protocol-groups {

}
.selection-protocol-group {
    margin-top: 30px;
}
.selection-protocol-group > h3 {
    font-size: 21px;
    font-weight: 600;
    margin: 0px 0px 15px;
    padding: 0px 5px;
}
.selection-protocol-group .selection-protocol-cont {
    margin-top: 20px;
}



.pdaba-license-container > h3 {
    margin: 0 0 20px;
    line-height: 40px;
    font-size: 21px;
    padding: 0 5px;
}
.pdaba-license-container {
    margin-bottom: 40px;
	margin-top: 40px;
}




.nniiot-studentu-files {
    margin: 50px 0;
}

.nniiot-studentu-files h3 {
    color: #565d66;
    font-size: 21px;
    padding: 0 5px;
    margin: 0 0 20px;
    text-align: center;
}

.nniiot-studentu-files .scientific-project {
    text-align: center;
}


.pdaba-lab-incult-gallery {
    margin: 40px 0;
}
div.selection-raiting > section > div > div:nth-child(4){
	display: block;
}
div.selection-raiting > section > div > div:nth-child(4) > li > a {
	display: block;
    font-size: 20px;
}





.nniiot-studentu-ctabs .ctabs-header-item {
    position: relative;
    border: none;
    padding: 15px;
    font-size: 14px;
    background-color: inherit;
    -webkit-transition: background 0.3s ease-in 0.2s;
    cursor: pointer;
}

.nniiot-studentu-ctabs .ctabs-header-item:hover, .nniiot-studentu-ctabs .ctabs-header-item.active {
    background-color: rgba(0,0,0,0.2);
    color: #000000;
}

.nniiot-studentu-ctabs .ctabs-header {
    text-align: center;
    margin-bottom: 20px;
}

.nniiot-studentu-ctabs {
    margin-bottom: 40px;
}

.nniiot-studentu-ctab2-text {
    margin: 40px 0;
}

.nniiot-studentu-study-process-single-text {
    font-size: 16px;
    margin: 40px 0;
    padding: 0 15px;
}
.nniiot-studentu-ctab2-items {
    text-align: center;
}