@font-face {
    font-family: "PTSansRegular";
    src: url("../fonts/PTSansRegular/PTSansRegular.eot");
    src: url("../fonts/PTSansRegular/PTSansRegular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/PTSansRegular/PTSansRegular.woff") format("woff"),
    url("../fonts/PTSansRegular/PTSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "PTSansItalic"; */
@font-face {
    font-family: "PTSansItalic";
    src: url("../fonts/PTSansItalic/PTSansItalic.eot");
    src: url("../fonts/PTSansItalic/PTSansItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/PTSansItalic/PTSansItalic.woff") format("woff"),
    url("../fonts/PTSansItalic/PTSansItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "PTSansBold"; */
@font-face {
    font-family: "PTSansBold";
    src: url("../fonts/PTSansBold/PTSansBold.eot");
    src: url("../fonts/PTSansBold/PTSansBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/PTSansBold/PTSansBold.woff") format("woff"),
    url("../fonts/PTSansBold/PTSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
    background-color: #fff;
}

td {
    padding: 5px 5px;
}

a {
    text-decoration: underline;
    font: 17px "Calibri";
    color: rgb(56, 64, 71);
}

a:hover,
a:focus {
    text-decoration: none;
    font: 17px "Calibri";
    color: rgb(56, 64, 71);
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}

p {
    font-size: 17px;
    font-family: "Calibri";
    color: rgb(56, 64, 71);
}

h1, h2, h3, h4, h5 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 25px;
    font-family: "Calibri";
    font-weight: bold;
    text-decoration: none;
    color: #384047;
    padding: 8px 0px;
    text-transform: uppercase;
    line-height: 40px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 17px;
}

.AlignLeft {
    text-align: left;
}

.AlignCenter {
    text-align: center;
}

.AlignRight {
    text-align: right;
}

.AlignJustify {
    text-align: justify;
}

.container {
    min-width: 1000px;
    max-width: 1000px;
    padding: 0;
    overflow: hidden;
}

.cont {
    min-width: 875px;
    max-width: 875px;
    padding: 0;
    margin: auto;
}

.header {
    background-image: url(../img/head.png);
    background-position: center;
}

.menu {
    background-color: #c8d6e9;
}

.menu-content {
    background-color: #c8d6e9;
}

.main {
    background-color: #dfded0;
}

.main-content {
    padding-top: 20px;
    padding-bottom: 30px;
}

.main-content {
    font-size: 17px;
    font-family: "Calibri";
    color: rgb(56, 64, 71);
}

.main-content a {
    font-size: 17px;
    font-family: "Calibri";
    color: rgb(56, 64, 71);
}

.main-text {
    margin-top: 15px;
}

.r-cont .main-content,
.r-cont .main-text {
    margin-top: 0
}

.footer {
    background-color: #8ba7ce;
    padding: 45px 0;
}

.menu table {
    width: 100%;
    margin: auto;
    margin-bottom: 55px;
    margin-top: 25px;
    text-align: center;
}

.menu td a {
    font-size: 14px;
    font-family: "Calibri";
    /*font-weight: bold;*/
    color: rgb(56, 64, 71);
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.menu td {
    vertical-align: top;
}

.menu td a:hover img,
.menu td a:focus img {
    opacity: 0.7;
}

.menu td a:active,
.menu td a:focus {
    opacity: 1;
    font-color: #000;
}

.menu td img {
    margin-bottom: 10px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.left-menu {
    /*margin-left: 50px;*/
    margin-right: 20px;
    margin-bottom: 50px;
}

.left-menu li {
    list-style-type: none;
}

.left-menu li > .sub {
    display: none;
}

.left-menu li.active > .sub {
    display: block;
    padding-left: 15px;
}

.left-menu ul {
    padding: 0;
}

.left-menu a {
    font-size: 18px;
    font-family: "Calibri";
    font-weight: bold;
    text-decoration: none;
    color: #384047;
    display: block;
    margin-bottom: 30px;
    text-transform: uppercase;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.left-menu a:hover,
.left-menu a:focus,
.left-menu a.active,
.left-menu a.actual:hover {
    text-shadow: 0px 0px 1px rgba(56, 64, 71, 0.4);
    color: #384047;
}

.left-menu a:active {
    text-shadow: 0px 0px 1px rgba(186, 12, 45, 0.4);
    color: #000;
}

.left-menu a.actual {
    text-shadow: 0px 0px 1px rgba(186, 12, 45, 0.4);
    color: #000;
}

.left-menu .map a {
    color: #fff;
    display: block;
    background: #8ba7ce;
    width: 182px;
    height: 40px;
    font-weight: normal;
    text-align: center;
    padding: 8px 5px;
    -webkit-box-shadow: 3px 3px 0px 1px rgba(175, 197, 232, 1);
    -moz-box-shadow: 3px 3px 0px 1px rgba(175, 197, 232, 1);
    box-shadow: 3px 3px 0px 1px rgba(175, 197, 232, 1);
}

.left-menu .map a img {
    margin-right: 15px;
    margin-bottom: 5px;
}

.left-menu .map a:hover,
.left-menu .map a:active,
.left-menu .map a:focus {
    background: #004389;
}

.footer-text,
.footer-text p {
    font-size: 15px;
    font-family: "PTSansRegular";
    color: rgb(1, 66, 132);
}

.footer-text a {
    font-size: 15px;
    font-family: "PTSansRegular";
    color: rgb(1, 66, 132);
    font-weight: bold;
    text-decoration: none;
}

.footer-text a:hover,
.footer-text a:focus,
.footer-text a:active {
    text-shadow: 0px 0px 0px rgba(1, 66, 132, 0.5);
}

.footer-text td {
    padding: 0;
}

div.footer-itis {
    font-size: 15px;
    font-family: "PTSansRegular";
    color: rgb(1, 66, 132);
    text-decoration: none;
}

div.footer-itis a {
    font-size: 15px;
    font-family: "PTSansRegular";
    color: rgb(1, 66, 132);
    text-decoration: none;
    font-weight: bold;
}

div.footer-itis a:hover,
div.footer-itis a:focus,
div.footer-itis a:active {
    text-shadow: 0px 0px 0px rgba(1, 66, 132, 0.5);
}

.footer-itis {
    float: left;
    text-align: right;
}

.footer-itis-wrapper #logo-bot img {
    float: right;
}

.footer-text-wrapper .footer-itis img {
    margin-right: 10px;
    width: 40px;
}

.teachers .item {
    background: #edeff0;
    margin: 30px 0;
    overflow: hidden;
}

.teachers .photo img {
    width: 200px;
    float: left;
}

.teachers .info {
    overflow: hidden;
    list-style-type: none;
    padding: 15px 25px;
    margin: 0;
}

.teachers .info .post {
    font-style: italic;
}

.teachers .info .fio a,
.teachers .info .fio {
    font-weight: bold;
    font-size: 19px;
}

.teacher-wrapper .t-img {
    width: 220px;
    float: left;
    margin: 0px 20px 15px 0;
}

.teacher-wrapper .t-content {
    margin-left: 20px;
}

.teacher-wrapper {
    background: #edeff0;
    padding: 15px 25px;
    margin-bottom: 20px;
}

.news-wrapper {
    background: #edeff0;
    width: 275px;
}

.news-wrapper img {
    width: 275px;
    height: 206px;
}

.news-title span {
    font-size: 18px;
    font-weight: normal;
    vertical-align: top;
}

.news-title {
    margin-bottom: 20px;
    font-size: 25px;
    font-family: "Calibri";
    font-weight: bold;
    text-decoration: none;
    color: #384047;
    display: block;
    padding: 8px 0px;
    text-transform: uppercase;
    line-height: 40px;
}

.main-text h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 25px;
    font-family: "Calibri";
    font-weight: bold;
    text-decoration: none;
    color: #384047;
    padding: 8px 0px;
    text-transform: uppercase;
    line-height: 40px;
}

.news-title a {
    font-size: 18px;
    text-decoration: none;
    font-family: "Tahoma";
    color: #384047;
    font-weight: normal;
    vertical-align: top;
    line-height: 40px;
    text-transform: none;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    vertical-align: top;
}

.news-title a:hover,
.news-title a:focus,
.news-title a:active {
    text-shadow: 0px 0px 1px rgba(56, 64, 71, 0.5);
}

.news-content a {
    font-size: 19px;
    font-family: "Calibri";
    color: rgb(56, 64, 71);
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.news-content {
    padding: 10px 15px;
    height: 65px;
    overflow: hidden;
}

.news-date span {
    font-size: 14px;
    font-family: "Calibri";
    color: rgb(140, 152, 158);
    font-weight: bold;
}

.news-date {
    padding: 0 15px 7px;
}

.anoun-date span {
    font-size: 14px;
    font-family: "Calibri";
    color: rgb(140, 152, 158);
    font-weight: bold;
}

.anoun-content a {
    font-size: 17px;
    text-decoration: none;
    font-family: "Calibri";
    color: rgb(56, 64, 71);
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.anoun-content {
    margin-top: 5px;
    margin-bottom: 20px;
}

.anoun-image {
    margin: 5px 0;
}

.anoun-image img {
    width: 80px;
    height: 80px;
}

.anoun {
    padding: 0;
}

#calendar .filter {
    text-align: center;
    color: #ad2833;
}

#calendar .filter select {
    background: transparent;
    cursor: pointer;
    border: 1px solid transparent;
}

#calendar .filter select:focus,
#calendar .filter select:active {
    outline: none;
    background: #dfded0;
    border: 1px solid #cbcabd;
}

#calendar table {
    margin-top: 15px;
}

#calendar thead {
    font-weight: normal;
    color: #706f68;
}

#calendar thead th {
    text-align: center;
    font-weight: normal;
}

#calendar tbody a {
    color: #ad2833;
    text-decoration: underline;
    display: block;
    padding: 3px 9px;
    font-size: 13px;
    font-family: Tahoma;
}

#calendar tbody a:hover {
    text-decoration: none;
    text-shadow: none;
}

#calendar tbody td {
    padding: 0;
}

#calendar {
    float: right;
    font: 13px Tahoma, sans-serif;
}

.sidebar #calendar {
    margin: auto 53px;
    margin-bottom: 50px;
}

.sidebar #calendar .actual,
.sidebar #calendar .active {
    background: rgba(175, 197, 232, 1);
    border: 1px solid #8ba7ce;
}

.sidebar #calendar .filter select {
    background: inherit;
    cursor: pointer;
    border: 1px solid transparent;
}

#calendar .actual,
#calendar .active {
    background: #ddd5c8;
    border: 1px solid #cbcabd;
}

.carousel {
    height: 380px;
    z-index: 3;
}

.carousel-inner {
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    min-height: 380px;
}

.carousel-wrapper {
    position: relative;
    padding: 0px;
    width: 575px;
    min-height: 380px;
    margin: 0 0 50px 30px;
}

.carousel.slide .item, .carousel.slide .item.active.left {
    overflow: hidden;
    min-height: 380px;
    behavior: url(../js/PIE.htc);
}

.carousel-inner img {
    min-height: 380px;
    behavior: url(../js/PIE.htc);
}

.carousel-control {
    background: transparent;
    background-image: none !important;
    margin: 0 -15px;
    width: 40px;
    height: 40px;
    top: 140px;
    opacity: 1;
    behavior: url(../js/PIE.htc);
}

.carousel-control:hover {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 1;
}

.carousel-indicators .active {
    background-color: #ffc800;
}

.carousel-indicators li, .carousel-indicators li.active {
    width: 15px;
    height: 15px;
    margin: 3px;
}

.carousel-indicators li.active {
    border: 1px solid #ffc800;
}

.left.carousel-control {
    left: -30px;
    filter: none;
    top: 45%;
}

.right.carousel-control {
    right: -30px;
    filter: none;
    top: 45%;
}

.offset {
    padding-top: 65px;
    padding-bottom: 50px;
}

.banners-wrapper {
    margin: 20px 3px 0;
    width: 240px;
    height: 100px;
}

.wbanners-wrapper {
    padding: 50px 0px;
    position: relative;
    background: transparent;
    overflow: hidden;
}

.wbanners-wrapper .owl-item img {
    height: 90px;
}

.news-img-gallery .owl-item img,
.news-img-gallery .item {
    width: 242px;
    height: 165px;
}

.news-img-gallery,
.new-content {
    margin-bottom: 20px;
}

.top-slideshow .item {
    width: 570px;
}

.top-slideshow .owl-item img {
    width: 570px;
    height: 380px;
}

.banner {
    text-align: center;
    background: #eee;
    line-height: 100px;
    float: left;
    width: 300px;
    height: 100px;
    margin: 0 5px 10px 5px;
}

.wbanners-wrapper .owl-prev {
    width: 17px;
    height: 30px;
    position: absolute;
    top: 65px;
    left: 15px;
}

.wbanners-wrapper .owl-next {
    width: 17px;
    height: 30px;
    position: absolute;
    top: 65px;
    right: 15px;
}

.top-slideshow .owl-prev {
    background: url('../img/arrow.png') no-repeat;
    width: 17px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: -32px;
}

.top-slideshow .owl-next {
    background: url('../img/arrow2.png') no-repeat;
    width: 17px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: -32px;
}

.top-slideshow {
    margin-bottom: 95px;
}

.banner.bb a img {
    max-width: 290px;
    max-height: 90px;
    margin: 0;
    vertical-align: middle;
}

.url-pdf {
    background: url(../img/pdf.png) no-repeat 0px 4px;
    padding: 4px 0px 6px 20px;
}

.url-doc {
    background: url(../img/doc.png) no-repeat 0px 4px;
    padding: 4px 0px 6px 20px;
}

.url-xls {
    background: url(../img/xls.png) no-repeat 0px 4px;
    padding: 4px 0px 6px 20px;
}

.url-ppt {
    background: url(../img/ppt.png) no-repeat 0px 4px;
    padding: 4px 0px 6px 20px;
}

.logo {
    height: 470px;
}

.logo a {
    outline: none;
}

.logo img {
    margin-top: 35px;
    outline: none;
    margin-left: 20px;
}

#faq-form #formo4ka .row .item {
    margin-bottom: 20px;
}

label {
    display: block;
}

img#capcha {
    margin: 20px 0;
}

.item.submit input {
    color: #fff;
    background: #8ba7ce;
    text-transform: uppercase;
    width: 182px;
    height: 40px;
    font-weight: normal;
    text-align: center;
    padding: 8px 5px;
    border: 0;
    -webkit-box-shadow: 3px 3px 0px 1px rgba(175, 197, 232, 1);
    -moz-box-shadow: 3px 3px 0px 1px rgba(175, 197, 232, 1);
    box-shadow: 3px 3px 0px 1px rgba(175, 197, 232, 1);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.item.submit input:hover,
.item.submit input:active,
.item.submit input:focus {
    background: #004389;
}

textarea, input {
    border: 2px solid #8ba7ce;
    border-radius: 3px;
    outline: none;
}

.r-cont h1 {
    padding-top: 0;
}

.r-cont {
    margin-bottom: 40px;
}

.sidebar {
    padding-top: 8px;
}

.new-wrap {
    margin-bottom: 30px;
}

.new-wrap img {
    width: 138px;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}

.new-wrap a {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    line-height: 1.4;
}

.small-new-cont h3 {
    font-size: 18px;
    padding: 0px;
}

.small-new-cont span,
.doc-item span {
    font-size: 13px;
    font-family: "Tahoma";
    color: rgb(97, 97, 97);
    font-style: italic;
}

.small-new-cont a {
    text-decoration: none;
}

.pagenator ul {
    text-align: center;
    padding: 0;
    list-style-type: none;
    margin: 20px 0 0 0;
}

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

.pagenator li a,
.back_btn {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    background: #8ba7ce;
    display: inline-block;
    padding: 5px 11px;
    text-decoration: none;
    color: #fff;
}

.pagenator li.active a {
    background: #004389;
}

.pagenator li a:hover,
.back_btn:hover {
    background: #004389;
    color: #fff;
}

.categ-wrapper .doc-item a {
    text-decoration: none;
    font-size: 18px;
}

.categ-wrapper .doc-item {
    margin-bottom: 25px;
}

/*.special .switch_version a {*/
    /*background-image: url(/vs/spec/img/s/och_normal.png);*/
/*}*/

.switch_version a {
    color: #000;
    text-decoration: none;
    padding: 5px 0 5px 40px;
    background: url(/vs/spec/img/normal_clear.png) no-repeat 0 50%;
    right: 23px;
    top: -5px;
}

.new-big-button {
    background-color: #8ba7ce;
    color: white;
    text-align: center;
    padding: 10px 15px;
    text-decoration: none;
    font-size:18px;
    display: flex;
    justify-content: center;
    align-items:center;
    width: 200px;
    height: 80px;
    border-radius: 15px;
  }
  
  .new-big-button:hover, .new-big-button:active {
    background-color: #607695;
  }

  .new-mid-button {
    background-color: #8ba7ce;
    color: white;
    text-align: center;
    padding: 10px 15px;
    text-decoration: none;
    font-size:20px;
    display: flex;
    justify-content: center;
    align-items:center;
    max-width: 300px;
    height: 80px;
    border-radius: 15px;
  }
  
  .new-mid-button:hover, .new-mid-button:active {
    background-color: #607695;
  }

  .new-midl-button {
    background-color: #8ba7ce;
    color: white;
    text-align: center;
    padding: 10px 15px;
    text-decoration: none;
    font-size:20px;
    display: flex;
    justify-content: center;
    align-items:center;
    width: 306px;
    height: 80px;
    border-radius: 15px;
  }
  
  .new-midl-button:hover, .new-midl-button:active {
    background-color: #607695;
  }
  
  .new-small-button {
    background-color: #8ba7ce;
    color: white;
    text-align: center;
    padding: 10px 15px;
    text-decoration: none;
    font-size:20px;
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    height: 40px;
    border-radius: 15px;
  }
  
  .new-small-button:hover, .new-small-button:active {
    background-color: #607695;
  }