/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */


@font-face {
    font-family: 'Open_Sans';
    src: url('fonts/opensans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

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

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

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

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

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

html {
    margin: 0;
    padding: 0;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

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

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

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}


body {
    margin: 0;
    padding: 0;
    font-family: 'Open_Sans', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    background: url('images/bg.jpg'); 
}

a {
  outline: none;
  color: #1f80cb;
  text-decoration: none;
}

a:hover,
a:focus {
  outline: none;
  color: #c54343;
  text-decoration: underline;
  -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; 
}

.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
      display: table;
      line-height: 0;
      content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
      display: block;
      float: left;
      width: 100%;
      min-height: 30px;
      margin-left: 2.127659574468085%;
      *margin-left: 2.074468085106383%;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid:after {
  clear: both;
}

p {
    margin: 0;
    padding: 0;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 10px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: normal;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}


h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
    font-size: 40px;
    color: #505050;
}

.logotip{
    font-size: 40px;
    color: #505050;
    text-decoration: none
}

.logotip:hover{
    font-size: 40px;
    color: #686868;
    text-decoration: none
}
h2 {
  font-size: 26px;
}

h3 {
  font-size: 24.5px;
}

h4 {
    font-size: 16px;
    font-weight: normal;
    color: #283946;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
  list-style-image: url(images/book.jpg);
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

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

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

#top-links {
    height: 25px;
    background: url('images/top-links-bg.png') repeat-x;
}

#header-link {
    margin-bottom: 30px;
}

#top-menu {
position: relative;
}

#top-menu ul {
    list-style-type: none;
}

#top-menu ul li {
    float: left;
    margin-right: 20px;
}

#top-menu ul li a {
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: underline;
}

#top-menu ul li a:hover {
    color: #c54343;
}

#top-menu ul li a#loc {
    padding-right: 17px;
    color: #c54343;
    background: url('images/loc-bg.png') 100% 40% no-repeat;
    -o-transition: none;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
transition: none;
}

#top-menu ul li a#loc:hover {
    color: #dc7676;
    background: url('images/loc-bg-h.png') 100% 40% no-repeat;
    -o-transition: none;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
transition: none;
}

ul.menu li ul.sub-menu {
	display: none;
}

ul.menu li:hover ul.sub-menu {
	display: block;
	position: absolute;
        left: -160px;
	top: 20px;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	background-color: #2b2b2b;
	z-index: 1000;
        width: 940px;
}

ul.sub-menu li {
	float: left;
    width: 50%;
	border-right: none;
}

ul.sub-menu li:nth-child(odd) a {
    border-right: 1px solid #4f4f4f;
}

ul.sub-menu li a {
	border-top: 1px solid #4f4f4f;
	border-right: none;
	padding: 6px 20px 8px;
}

ul.sub-menu li a:hover {
	background-color: transparent;
	color: #c1deff;
}

ul.sub-menu li:first-child a:hover {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.home {
    margin-right: 25px;
}

.home a {
    outline: none;
    color: #828d99;
    font-size: 12px;
    text-decoration: underline;
}

.home a:hover {
    color: #afbccb;
}


#uni {
    color: #757575;
    line-height: 28px;
}

#contacts {
    float: left;
    padding-left: 15px;
    color: #1f80cb;
    font-size: 16px;
    line-height: 22px;
}

#contacts #phone {
    font-size: 22px;
}

#contacts #phone span {
    color: #6b91ae;
}

#work-time{
    float: right;
}

#header {
    margin-bottom: 30px;
}


/* Панель сервисов  */
#services {
    margin-top: 45px;
    margin-bottom: 20px;
    /*height: 76px;
    background: url('images/services-bg.jpg') no-repeat;*/
    -webkit-box-shadow: 0px 0px 10px rgba(195, 220, 249, 0.5);
       -moz-box-shadow: 0px 0px 10px rgba(195, 220, 249, 0.5);
            box-shadow: 0px 0px 10px rgba(195, 220, 249, 0.5);
}

#services ul {
    list-style-type: none;
}

#services ul li {
    float: left;
    /*margin-right: 10px;*/
        padding: 20px 0 20px 15px;
}

#services ul li.li2 {
    /*margin-right: 30px;*/
    padding-left: 23px;
}

#services ul li.li3 {
    /*margin-right: 35px;
    padding-left: 30px;*/
}


.li4 {
    margin-right: 1px !important;
}

#services ul li a {
    display: block;
    padding-left: 38px;
    font-size: 16px;
	color: #5d5d5d;
    text-decoration: none;
}

a#services-element-1 {
	height:36px;
    background: url('images/services-element-1.png') 0 5px  no-repeat;
    font-weight: bold;
	color: #db0606 !important;
}

a#services-element-2 {
    background: url('images/services-element-2.png') 0 5px  no-repeat;
}

a#services-element-3 {
    background: url('images/services-element-3.png') 0 5px no-repeat;
}

a#services-element-4 {
    background: url('images/services-element-4.png') 0 5px no-repeat;
}
a#services-element-5 {
    background: url('images/services-element-5.png') 0 5px no-repeat;
    font-weight: 700;
    color: #4483bf !important;
}

a#services-element-1:hover, a#services-element-2:hover, a#services-element-3:hover, a#services-element-4:hover, a#services-element-5:hover {
    color: #4483bf;
        text-decoration: none;
    -o-transition: none;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
transition: none;
}

a#services-element-1:hover{
    background: url('images/services-element-1.png') 0 4px no-repeat;
}

a#services-element-2:hover{
    background: url('images/services-element-2.png') 0 -28px no-repeat;
}

a#services-element-3:hover{
    background: url('images/services-element-3.png') 0 -28px no-repeat;
}

a#services-element-4:hover{
   background: url('images/services-element-4.png') 0 -28px no-repeat;
}
a#services-element-5:hover{
   background: url('images/services-element-5.png') 0 -28px no-repeat;
}
/*Студентам Первокурсникам*/
/*Колокольчик*/
@keyframes spinbell
{
    0% {
        transform: rotate(0deg);
        color:#1a5889;
    }
    10% {
        transform: rotate(30deg);
        color:#de3131;
    }
    20% {
        transform: rotate(0deg);
        color:#1a5889;
    }
    30% {
        transform: rotate(-30deg);
        color:#de3131;
    }
    40% {
        transform: rotate(0deg);
        color:#1a5889;
    }
    50% {
        transform: rotate(30deg);
        color:#de3131;
    }
    60% {
        transform: rotate(0deg);
        color:#1a5889;
    }
    70% {
        transform: rotate(-30deg);
        color:#de3131;
    }
    80% {
        transform: rotate(0deg);
        color:#1a5889;
    }
    
}
@-moz-keyframes spinbell /* Firefox */
{
    0% {
        transform: rotate(0deg);
        color:#1a5889;
    }
    10% {
        transform: rotate(30deg);
        color:#de3131;
    }
    20% {
        transform: rotate(0deg);
        color:#1a5889;
    }
    30% {
        transform: rotate(-30deg);
        color:#de3131;
    }
    40% {
        transform: rotate(0deg);
        color:#1a5889;
    }
    50% {
        transform: rotate(30deg);
        color:#de3131;
    }
    60% {
        transform: rotate(0deg);
        color:#1a5889;
    }
    70% {
        transform: rotate(-30deg);
        color:#de3131;
    }
    80% {
        transform: rotate(0deg);
        color:#1a5889;
    }
}

@-webkit-keyframes spinbell /* Safari и Chrome */
{
    0% {
        transform: rotate(0deg);
        color:#1a5889;
    }
    10% {
        transform: rotate(30deg);
        color:#de3131;
    }
    20% {
        transform: rotate(0deg);
        color:#1a5889;
    }
    30% {
        transform: rotate(-30deg);
        color:#de3131;
    }
    40% {
        transform: rotate(0deg);
        color:#1a5889;
    }
    50% {
        transform: rotate(30deg);
        color:#de3131;
    }
    60% {
        transform: rotate(0deg);
        color:#1a5889;
    }
    70% {
        transform: rotate(-30deg);
        color:#de3131;
    }
    80% {
        transform: rotate(0deg);
        color:#1a5889;
    }
}
/*Мигание текста*/
@keyframes blinktext
{
    0% {
        color:#1a5889;
    }
    10% {
        color:#de3131;
    }
    20% {
        color:#1a5889;
    }
    30% {
        color:#de3131;
    }
    40% {
        color:#1a5889;
    }
    50% {
        color:#de3131;
    }
    60% {
        color:#1a5889;
    }
    70% {
        color:#de3131;
    }
    80% {
        color:#1a5889;
    }
    
}
@-moz-keyframes blinktext /* Firefox */
{
    0% {
        color:#1a5889;
    }
    10% {
        color:#de3131;
    }
    20% {
        color:#1a5889;
    }
    30% {
        color:#de3131;
    }
    40% {
        color:#1a5889;
    }
    50% {
        color:#de3131;
    }
    60% {
        color:#1a5889;
    }
    70% {
        color:#de3131;
    }
    80% {
        color:#1a5889;
    }
}

@-webkit-keyframes blinktext /* Safari и Chrome */
{
    0% {
        color:#1a5889;
    }
    10% {
        color:#de3131;
    }
    20% {
        color:#1a5889;
    }
    30% {
        color:#de3131;
    }
    40% {
        color:#1a5889;
    }
    50% {
        color:#de3131;
    }
    60% {
        color:#1a5889;
    }
    70% {
        color:#de3131;
    }
    80% {
        color:#1a5889;
    }
}

#services_abitur {
    width: 700px;
    margin-top: 45px;
    margin-bottom: 0px;
    margin-left: 20px;
    background: #fff;
    background-clip:padding-box;
    -webkit-box-shadow: 0px 0px 10px #c3dcf9;
       -moz-box-shadow: 0px 0px 10px #c3dcf9;
            box-shadow: 0px 0px 10px #c3dcf9;
}
#services_abitur a:link {
    color: #1a5889;
    font-size:23px;
    font-weight:bold;
    text-decoration: none;
    display:block;
    margin: 0px;
    padding: 15px;
    width: inherit;
}
#services_abitur a:visited {
    text-decoration: none;
    display:block;
    margin: 0px;
    padding: 15px;
}
#services_abitur a:hover {
    text-decoration: none;
    color: #1a5889;
    display:block;
    margin: 0px;
    padding: 15px;
    /*animation-play-state:paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;    */
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
}
#services_abitur a {
    /*animation: blinktext 3s linear infinite;
    -webkit-animation: blinktext 3s linear infinite;
    -moz-animation: blinktext 3s linear infinite;   */
}
#services_abitur a i {
    animation: spinbell 3s linear infinite;
    -webkit-animation: spinbell 3s linear infinite;
    -moz-animation: spinbell 3s linear infinite;   
    
}





.container-line {
    margin-top: 25px;
    height: 1px;
    background: #dce0e4;
}

#wrap-container {
    padding: 30px 0;
    background: url('images/wrap-container-bg.jpg');
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    -webkit-box-shadow: inset 0px 0px 11px 0px rgba(40, 40, 40, 0.12);
       -moz-box-shadow: inset 0px 0px 11px 0px rgba(29, 40, 40, 0.12);
            box-shadow: inset 0px 0px 11px 0px rgba(40, 40, 40, 0.12);
}

#wrap-content {
    padding-bottom: 15px;
    background: url('images/wrap-content-bg.jpg') repeat-y;
    -webkit-box-shadow: 0px 0px 10px rgba(186, 206, 228, 0.6);
       -moz-box-shadow: 0px 0px 10px rgba(186, 206, 228, 0.6);
            box-shadow: 0px 0px 10px rgba(186, 206, 228, 0.6);
}

#wrap-content-bottom {
    height: 49px;
    background: url('images/wrap-content-bottom-bg.png');

}

#left-block{
    float: left;
    width: 401px;
}

#left-block ul{
    list-style-type: none;
}

#left-block ul li{
}

#left-block ul li a{
    outline: none;
    display: block;
    font-size: 16px;
    padding: 20px 0 17px 22px;
    text-transform: uppercase;
    color: #e3eefb;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}

#left-block ul li a:hover{
    color: #ffffff;
    background: url('images/left-menu-element-hover-bg.png') repeat-y;
    text-decoration: none;
}

#right-block {
    font-size: 15px;
    line-height: 21px;
    float: right;
    width: 539px;
}

#right-block-content {
    padding: 15px 15px 15px 35px;
    color: #000000;
}

#right-block-content a {
    outline: none;
    color: #2e5787;
    text-decoration: underline;
}

#right-block-content a:hover {
    color: #c54343;
}

#right-block-content ul{
    list-style-type: none;
}

#right-block-content ul li{
    line-height: 16px;
    margin-bottom: 15px;
}


/*[class*="but-"] {
    padding: 12px 13px 8px;
}*/

a.but-0-active, a.but-1-active, a.but-2-active, a.but-3-active, a.but-4-active, a.but-5-active, a.but-6-active, a.but-7-active {
    outline: none;
    text-decoration: none;
    color: #ffffff !important;
}


a.but-0-active:hover, a.but-1-active:hover, a.but-2-active:hover, a.but-3-active:hover, a.but-4-active:hover, a.but-5-active:hover, a.but-6-active:hover, a.but-6-active:hover {
    text-decoration: underline !important;
}




.but-0-active, a.but-0-active:hover {
    outline: none;
    background: rgba(200, 53, 55, 0.7) url('images/but-active-bg.png') right center no-repeat !important;
    text-decoration: none;
    -o-transition: none;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
transition: none;
}


.but-1-active, a.but-1-active:hover{   
    outline: none;
    background: rgba(124, 75, 138, 0.7) url('images/but-active-bg.png') right center no-repeat !important;
    text-decoration: none;
    -o-transition: none;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
transition: none;
}

.but-2-active, a.but-2-active:hover {
    outline: none;
    background: rgba(33, 92, 159, 0.7) url('images/but-active-bg.png') right center no-repeat !important;
    text-decoration: none;
    -o-transition: none;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
transition: none;
}

.but-3-active, a.but-3-active:hover {
    outline: none;
    background: rgba(249, 134, 32, 0.7) url('images/but-active-bg.png') right center no-repeat !important;
    text-decoration: none;
    -o-transition: none;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
transition: none;
}

.but-4-active, a.but-4-active:hover {
    outline: none;
    background: rgba(200, 53, 55, 0.7) url('images/but-active-bg.png') right center no-repeat !important;
    text-decoration: none;
    -o-transition: none;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
transition: none;
}

.but-7-active, a.but-7-active:hover {
    outline: none;
    background: rgba(200, 53, 55, 0.7) url('images/but-active-bg.png') right center no-repeat !important;
    text-decoration: none;
    -o-transition: none;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
transition: none;
}

.but-5-active, a.but-5-active:hover {
    outline: none;
    background: rgba(0, 127, 108, 0.7) url('images/but-active-bg.png') right center no-repeat !important;
    text-decoration: none;
    -o-transition: none;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
transition: none;
}

.but-6-active, a.but-6-active:hover {
    outline: none;
    background: rgba(61, 172, 173, 0.7) url('images/but-active-bg.png') right center no-repeat !important;
    text-decoration: none;
    -o-transition: none;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
transition: none;
}
#bottom-content {
    margin-top: 50px;
}

#news-button {
    margin-bottom: 10px;
}

#news-button a {
    outline: none;
    font-size: 16px;
    margin-right: 39px;
    color: #545454;
    text-decoration: none;
    border-bottom: 1px dashed #545454;
}


#news-button a.news-pr-active, #news-button a.news-uni-active{
    outline: none;
    color: #ffffff;
    font-size: 16px;
    margin-right: 25px;
    padding: 10px 14px 22px 14px;
    border-bottom: none;
}

#news-button a.news-pr-active{
    outline: none;
    background: url('images/news-pr-active-bg.png') no-repeat;
            -o-transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none; 
}
#news-button a.news-uni-active{
    outline: none;
    background: url('images/news-uni-active-bg.png') no-repeat;
        -o-transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none; 

}

.news-date {
    color: #404040;
    margin-bottom: 5px;
}

.news-title {
    margin-bottom: 5px;
}

.news-title a{
    text-decoration: underline;
}

.news-block {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #d9d9d9;
}

#rector-address {
    text-align: center;
}

#rector-address a {
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
}

#rector-address a:hover {
    color: #c54343;
}

#rector-address img {
    margin-top: 10px;
}

.more-news {
    margin-top: 20px;
    text-align: right;
}

.more-news a{
    text-decoration: underline;
}

#left-menu {
    height: auto;
    background: url('images/wrap-content-bg.jpg');
}

#left-menu ul{
    list-style-type: none;
}

#left-menu ul li{
    padding-top: 1px;
    background: url('images/left-menu-sep.jpg') left top repeat-x; 
}

#left-menu ul li a{
    display: block;
    padding: 10px 10px 10px 15px;
    color: #ffffff;
}

#left-menu ul li a:hover{
    background: url('images/left-menu-element-hover-bg.png');
    text-decoration: none;
}

#left-menu-bottom {
    height: 19px;
    background: url('images/left-men-bottom-bg.png') no-repeat;
}

#content {
    min-height: 263px;
    margin-top: 10px;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #e9e7e7;
    box-shadow: 0 3px 5px 0px rgba(100, 100, 100, 0.3);
}

#footer {
    margin-top: 30px;
    padding-top: 18px;
    padding-bottom: 12px;
    border-top: 1px solid #d9d9d9;
    font-size: 11px;
    color: #8e8e8e;
}

#footer a {
    color: #8e8e8e;
    text-decoration: underline;
}


.address {
    font-size: 18px;
    line-height: 24px;
}

.video {
    padding: 6px 0;
    border: 3px solid #ffffff; 
    -webkit-box-shadow: 0 0 7px rgba(150, 150, 150, 0.5);
       -moz-box-shadow: 0 0 7px rgba(150, 150, 150, 0.5);
            box-shadow: 0 0 7px rgba(150, 150, 150, 0.5);
}

.button {
display: block;
width: 180px !important;
background: #5cb85c !important;
padding: 10px !important;
text-align: center !important;
border-radius: 5px !important;
color: white !important;
font-weight: bold !important;
text-decoration: none !important;
outline: none !important;
white-space: nowrap;
}

.button :hover{
	color: white !important;
}

.uff_row {
    display: flex;
    align-items: center;
}
.uff_row_one {
    flex-basis: 70%;
    flex-grow: 3;
}
.uff_row_two {
    flex-basis: 30%;
    flex-grow: 1;
    margin-left: 19px;
}
a.compass_button {
    display: block;
    padding: 10px 15px;
    margin: 0px;
    background:#fff;
    text-align: left;
    color:#1f80cb;
}

a.compass_button:visited {
    color:#1f80cb;
    text-decoration: none  !important;
}
a.compass_button:hover {
    color:#fff;
    opacity: 1;
    background-image: url("/bitrix/templates/abiturient/images/wrap-content-bg.jpg");
    text-decoration: none  !important;
    transition: all 0.7s linear;
}