@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

body {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
}

button {
  outline: none;
  border: none;
}

button:focus {
  outline: none;
}

.clearfix
{
    clear: both;
}

.white_rl
{
    border-right: 1px solid #fff;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.slick-dots {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-dots li button {
  width: 9px;
  height: 9px;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: transparent;
  margin: 5px 5px;
}

.slick-dots li.slick-active button {
  color: transparent;
  background: #168de2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-dialog {
  height: 100%;
}

.modal__content {
  border-radius: 3px;
  background-color: #fff;
  margin-top: 60%;
}

.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

.modal__header button {
  background: transparent;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.modal__button {
  display: block;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  padding: 11px 30px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  background-color: #168de2;
  border-radius: 5px;
  margin-bottom: 10px;
}

.modal__button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #1379c1;
}

.modal__info {
  padding: 20px;
}

.modal__info input {
  margin-top: 4px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 5px;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.top_nav {
  padding-top: 10px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_nav-social a {
  margin-right: 16px;
}

.top_nav-text {
  font-size: 13px;
}

.logo {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo__img {
  max-width: 80px;
  width: 100%;
  margin-right: 20px;
}

.logo__info {
  max-width: 395px;
}

.logo__text {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 5px;
}

.logo__podtext {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.logo__title {
  font-size: 20px;
  line-height: 18px;
}

.logo__desc {
  margin-top: 8px;
  color: #8c8c8c;
  font-size: 16px;
  line-height: 18px;
}

.heading {
  border-top: 1px solid #e8e8e8;
}

.heading__links {
  max-width: 239px;
  padding: 33px 0;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading__links a {
  text-decoration: underline;
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.heading__links a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #168de2;
}

.heading__contacts {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.heading__contacts--left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heading__contacts--left img {
  margin-top: 4px;
  margin-right: 10px;
}

.heading__contacts--numbers {
  max-width: 148px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading__contacts--numbers a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.heading__contacts--button {
  cursor: pointer;
  margin-left: 15px;
  padding: 19px 20px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  background-color: #ffc50c;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.heading__contacts--button:focus,
.heading__contacts--button:hover {
  outline: none;
}

.heading__contacts--button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f2b800;
}

.main__menu {
  background-color: #168de2;
}

.main__menu--wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main__link {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
}

.main__link:hover {
  cursor: default;
}

.main__item {
  position: relative;
  margin: 0 18px;
  padding: 0 26px;
  padding-top: 32px;
  padding-bottom: 64px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.main__item:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
}

.main__item:hover .main__link {
  color: #168de2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.main__item-4 {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.main__item-5 {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.main__item-6 {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.main__item--submenu {
  display: none;
  padding: 12px 31px 20px 31px;
  z-index: 1000;
  left: 0;
  top: 82px;
  position: absolute;
  min-width: 250px;
  background-color: #fff;
}

.main__item--submenu-1 {
  display: none;
}

.main__item--submenu-2 {
  display: none;
}

.main__item--submenu-2--active {
  display: block;
}

.main__item--submenu-3 {
  display: none;
}

.main__item--submenu-3--active {
  display: block;
}

.main__item--submenu-4 {
  display: none;
}

.main__item--submenu-4--active {
  display: block;
}

.main__item--submenu-5 {
  display: none;
}

.main__item--submenu-5--active {
  display: block;
}

.main__item--submenu-6 {
  display: none;
}

.main__item--submenu-6--active {
  display: block;
}

.main__item--submenu-link {
  color: #717689;
  font-size: 14px;
  line-height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
display: inline-block;
    padding-bottom: 10px;
    padding-top: 5px;
}

.main__item--submenu-link:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #168de2;
  text-decoration: underline;
}

#main {
  margin-top: -33px;
  padding-bottom: 30px;
}

.main__left-block {
  position: relative;
  height: 342px;
  width: 100%;
  padding: 50px 35px 59px 37px;


}

.main__left-block h1 {
  margin-bottom: 22px;
  color: #168de2;
  font-size: 36px;
  font-family: Arial;
  font-weight: 900;
  line-height: 30px;
}

.main__left-block p {
  margin-bottom: 35px;
  max-width: 276px;
  color: #474b58;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.main__left-block a {
  margin-bottom: 130px;
  cursor: pointer;
  padding: 13px 30px;
  height: 44px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  background-color: #168de2;
  border-radius: 5px;
}

.main__left-block a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #1379c1;
}

.main__right-block {
  max-height: 342px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background: #3457a2 url("../img/main-bg-2.png") no-repeat;
  background-size: cover;
}

.main__right-block h1 {
  margin-bottom: 22px;
  color: #ffc50c;
  font-size: 36px;
  font-family: Arial;
  font-weight: 900;
  line-height: 30px;
}

.main__right-block p {
  margin-bottom: 35px;
  max-width: 197px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.main__right-block a {
  cursor: pointer;
  padding: 13px 30px;
  height: 44px;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  background-color: #ffc50c;
  border-radius: 5px;
}

.main__right-block a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #e7b000;
}

.main__right-block img {
  margin-bottom: -42px;
}

.main__right-content {
  max-height: 342px;
  width: 100%;
  padding: 50px 0px 65px 37px;
  background: url("../img/main__right--img.png") no-repeat bottom right;
}

.main__right-col {
  padding-left: 0;
}

.main__slider-col {
  padding-right: 0;
}

.aside {
  font-family: Arial;
}

.aside__search {
  padding: 35px 0;
  background-color: #168de2;
}

.aside__search--wrapper {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.aside__search--input {
  padding-left: 18px;
  max-width: 175px;
  border-radius: 0px !important;
  height: 48px;
  width: 100%;
  border: none;
  background-color: #fff;
}

.aside__search--button {
  width: 48px;
  height: 48px;
  background-color: #ffc50c;
  border: none;
}

.aside__info {
  margin-bottom: 28px;
  -webkit-box-shadow: 0 1px 2px rgba(56, 51, 96, 0.4);
  box-shadow: 0 1px 2px rgba(56, 51, 96, 0.4);
}

.aside__information {
  padding: 15px 22px;
  color: #252638;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid  #dbdbe0;
}

.aside__special {
  cursor: pointer;
  padding: 16px 22px;
  font-weight: 700;
  border-bottom: 1px solid  #dbdbe0;
}

.aside__special--link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
    line-height: 90% !important;
}

.aside__special--link:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #168de2;
  text-decoration: underline !important;
}

.aside__special--link-first {
  line-height: 14px !important;
}

.aside__special--link-last {
  line-height: 14px !important;
}

.aside__special--list {
  display: none;
  margin-top: 10px;
  padding-left: 10px;
}

.aside__special p {
  color: #252638;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}

.aside__special a {
  color: #000000;
  font-size: 12px;
  line-height: 0.5;
  font-weight: 400;
  text-decoration: underline;

}

.aside__special a:hover {
  text-decoration: none;
}

.aside__reception {
  padding: 15px 22px;
  color: #252638;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid  #dbdbe0;
}

.aside__add {
  padding: 15px 22px;
  color: #252638;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid  #dbdbe0;
}

.aside__receipt {
  padding: 15px 22px;
  color: #252638;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid  #dbdbe0;
}

.aside__applicants {
  padding: 15px 22px;
  color: #252638;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid  #dbdbe0;
}

.aside__contact {
  margin-bottom: 27px;
}

.aside__contact--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 22px;
  height: 53px;
  background-color: #168de2;
  color: #fff;
}

.aside__contact--title p {
  margin-left: 20px;
}

.aside__contact--info {
  padding: 22px 20px 22px 27px;
  -webkit-box-shadow: 0 1px 2px rgba(56, 51, 96, 0.4);
  box-shadow: 0 1px 2px rgba(56, 51, 96, 0.4);
  border-bottom: 1px solid  #dbdbe0;
}

.aside__license {
  margin-bottom: 25px;
}

.aside__license--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 22px;
  height: 53px;
  background-color: #168de2;
  color: #fff;
}

.aside__license--title p {
  margin-left: 20px;
}

.aside__license--info {
  padding: 22px 20px 65px 20px;
  -webkit-box-shadow: 0 1px 2px rgba(56, 51, 96, 0.4);
  box-shadow: 0 1px 2px rgba(56, 51, 96, 0.4);
  border-bottom: 1px solid  #dbdbe0;
}

.aside__license--img img {
  margin: 0 auto;
}

.aside__license--arrow {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aside__license--arrow-prev {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border: 2px solid #717689;
  background: transparent;
  border-radius: 50%;
  margin: 0 2px;
}

.aside__license--arrow-next {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border: 2px solid #717689;
  background: transparent;
  border-radius: 50%;
  margin: 0 2px;
}

.contact__reception {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contact__reception--img {
  margin-bottom: 3px;
  margin-right: 15px;
}

.contact__reception--title {
  margin-bottom: 7px;
  color: #252638;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.contact__reception a {
  color: #252638;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  font-weight: 400;
}

.contact__secession {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contact__secession--img {
  margin-bottom: 3px;
  margin-right: 15px;
}

.contact__secession--title {
  margin-bottom: 7px;
  color: #252638;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.contact__secession a {
  color: #252638;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  font-weight: 400;
}

.main__content {
  padding: 30px;
  -webkit-box-shadow: 0 1px 2px rgba(56, 51, 96, 0.4);
  box-shadow: 0 1px 2px rgba(56, 51, 96, 0.4);
}

.about {
  border-bottom: 2px solid #dcdcdc;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about__title {
  margin-bottom: 10px;
  color: #168de2;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

.about__text {
  margin-bottom: 33px;
  max-width: 355px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

.about__button {
  cursor: pointer;
  color: #fff;
  height: 44px;
  font-size: 14px;
  line-height: 14px;
  background-color: #168de2;
  padding: 13px 30px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.about__button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #1379c1;
  color: #fff;
}

.about__video {
  border: none !important;
  margin-top: 15px;

}

.training {
  padding-top: 40px;
}

.training__title {
  margin-bottom: 27px;
  color: #168de2;
  font-weight: 900;
  font-size: 24px;
}

.training__type {
  cursor: pointer;
  padding: 13px 0;
  background-color: transparent;
  font-size: 16px;
  line-height: 16px;
  border: 1px solid #535767;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.training__type--wrapper {
  text-align: center;
  margin-bottom: 35px;
}

.training__type a {
  width: 252px;
  height: 42px;
}

.select__block {
  padding: 24px 46px 38px 46px;
  width: 100%;
  background-color: #d2d3d9;
}

.select__block h3 {
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
}

.faculty__block {
  max-height: 110px;
  height: 100%;
  padding: 15px 15px 24px 18px;
}

.faculty__block-link {
  text-decoration: none !important;
  color: red !important;
}

.faculty__block-1 {
  background-color: #ffc50c;
}

.faculty__block-1 div p {
  color: #000;
}

.faculty__block-1 p {
  color: #000;
}

.faculty__block-2 {
  margin-top: 27px;
  color: #fff;
  background-color: #8859a1;
}

.faculty__block-3 {
  margin-top: 27px;
  color: #fff;
  background-color: #da3e73;
}

.faculty__block-4 {
  margin-top: 27px;
  color: #fff;
  background-color: #00a457;
}

.faculty__block-5 {
  margin-top: 27px;
  color: #fff;
  background-color: #2b274a;
  max-height: 138px;
  height: 100%;
}

.faculty__block-6 {
  margin-top: 27px;
  color: #fff;
  background-color: #168de2;
  max-height: 138px;
  height: 100%;
}

.faculty__block-7 {
  margin-top: 27px;
  color: #fff;
  background-color: #383360;
  max-height: 138px;
  height: 100%;
}

.faculty__block--title {
  margin-top: 4px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faculty__block--title p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.faculty__block--text {
  color: #fff;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 900;
  line-height: 18px;
}

.enter {
  margin-top: 27px;
  width: 100%;
  background: #00536f url("../img/enter__collegue-bg.png") no-repeat center;
  background-size: cover;
}

.enter__title {
  padding: 43px 26px 40px 52px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.enter__title h3 {
  color: #fefefe;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.enter__title--img {
  margin-top: 3px;
  width: 126px;
  height: 39px;
}

.enter__title--button {
  padding: 25px 22px;
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  border-radius: 5px;
  background-color: #ffc50c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.enter__title--button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #e7b000;
}

.enter__menu {
  padding: 30px 20px;
  background-color: rgba(0, 83, 111, 0.9);
}

.enter__menu ul {
  color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.enter__menu ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.enter__menu ul li img {
  margin-right: 8px;
  height: 26px;
}

.enter__menu ul li p {
  font-weight: 400;
  font-size: 14px;
}

.gallery {
  margin: 27px 0;
  -webkit-box-shadow: 0 1px 2px rgba(56, 51, 96, 0.4);
  box-shadow: 0 1px 2px rgba(56, 51, 96, 0.4);
  padding: 15px 30px 35px 30px;
}

.gallery__wrapper {
  max-width: 100%;
}

.gallery__block {
  margin: 0 auto;
}

.gallery__title {
  margin-bottom: 25px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery__title h2 {
  color: #168de2;
  font-weight: 900;
  font-size: 24px;
  line-height: 24px;
}

.gallery__arrow {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery__arrow-prev {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border: 2px solid #717689;
  background: transparent;
  border-radius: 50%;
  margin: 0 2px;
}

.gallery__arrow-next {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border: 2px solid #717689;
  background: transparent;
  border-radius: 50%;
  margin: 0 2px;
}

.index_advs
{
    margin-bottom: 27px !important;
}

.index_gallery
{
    margin: 0 !important;
}

.index_enter
{
    margin-bottom: 85px !important;
}

.advantages {
  margin-top: 27px;
  margin-bottom: 85px;
  -webkit-box-shadow: 0 1px 2px rgba(56, 51, 96, 0.4);
  box-shadow: 0 1px 2px rgba(56, 51, 96, 0.4);
  padding: 15px 30px 35px 30px;
}

.advantages__title {
  color: #168de2;
  font-weight: 900;
  font-size: 24px;
  line-height: 24px;
}

.advantages__block {
  margin-top: 35px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advantages__block p {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

.advantages__img {
  margin-right: 20px;
  width: 55px;
  height: 55px;
  background-color: #168de2;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer {
  padding-top: 32px;
  border-top: 18px solid #168de2;
}

.footer__row {
  margin-bottom: 45px;
}

.footer__logo {
  margin-bottom: 26px;
  color: #168de2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__logo--img {
  margin-right: 20px;
}

.footer__logo--info {
  max-width: 400px;
}

.footer__logo--text {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 5px;
}

.footer__logo--podtext {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
    margin-top: 5px;
}

.footer__logo--title {
  font-size: 20px;
  line-height: 18px;
}

.footer__logo--desc {
  font-weight: 400;
  margin-top: 8px;
  color: #8c8c8c;
  font-size: 16px;
  line-height: 18px;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__contacts--left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__contacts--left img {
  margin-top: 4px;
  margin-right: 14px;
}

.footer__contacts--numbers {
  max-width: 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__contacts--numbers a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.footer__contacts--button {
  cursor: pointer;
  margin-left: 15px;
  padding: 19px 20px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  background-color: #ffc50c;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__contacts--button:focus,
.footer__contacts--button:hover {
  outline: none;
}

.footer__contacts--button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f2b800;
}

.footer__special {
  padding-left: 45px;
  color: #168de2;
}

.footer__special--title {
  margin-bottom: 15px;
  font-size: 17px;
}

.footer__special--title a {
  color: #168de2;
}

.footer__special--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__special--left {
  margin-right: 40px;
}

.footer__special--link {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #168de2;
  /*white-space: nowrap;*/
}

.footer__special--link:hover {
  text-decoration: underline;
}

.footer__bottom {
  padding: 13px 0;
  text-align: center;
  background-color: #168de2;
}

.footer__bottom p {
  font-weight: 400;
  color: #f8f9fd;
  font-size: 14px;
}

/* Style the tab */

.tab {
  position: relative;
}

.tab span {
  top: 34px;
  position: absolute;
  content: '';
  width: 100%;
  display: block;
  height: 1px;
  background: #168de2;
}

/* Style the buttons inside the tab */

.tab button {
  position: absolute;
  background-color: transparent;
  cursor: pointer;
  padding-bottom: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 400;
}

.tablinks-2 {
  left: 177px;
}
.tablinks-3 {
  left: 354px;
}

/* Change background color of buttons on hover */

/* Create an active/current tablink class */

.tab button.active {
  font-weight: 700;
  border-bottom: 4px solid #168de2;
}

/* Style the tab content */

.tabcontent {
  padding-top: 54px;
  display: none;
}

.tabcontent-first {
  padding: 0 15px;
  padding-top: 54px;
}

.fakultet__main {
  margin-bottom: 60px;
  padding-top: 65px;
  padding-bottom: 95px;
  color: #fff;
  /*background: url("../img/fakultet-main-bg.jpg") no-repeat center top;
  background-size: cover;*/
}

.fakultet__main--item {
  padding-top: 27px;
  padding-bottom: 27px;
}

.fakultet__main--header {
  background-color: #1275bc;
}

.fakultet__main--buttons {
  margin-top: 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fakultet__main--enter {
  margin-right: 30px;
  padding: 16px 52px;
  border-radius: 5px;
  background-color: #ffc50c;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fakultet__main--enter:hover,
.fakultet__main--enter:focus {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #d9a500;
}

.fakultet__main--more {
  max-width: 175.5px;
  padding: 14px 50px;
  background-color: transparent;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fakultet__main--more span {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.fakultet__main--more:hover,
.fakultet__main--more:focus {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
  color: #000;
}

.fakultet__crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 0;
}

.fakultet__crumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fakultet__crumbs li a {
  color: #fff;
}

.fakultet__crumbs li p {
  color: #fff;
  margin: 0 10px;
}

.fakultet__text {
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 12px;
}

.fakultet__text--span {
  content: '';
  display: block;
  max-width: 126px;
  width: 100%;
  height: 3px;
  background-color: #ffc50c;
}

.fakultet__title {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #90d1ff;
  font-weight: 900;
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
}

.fakultet__title--info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fakultet__title--qualification
{
    float: left;
}

.fakultet__title--qualification b {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.fakultet__title--qualification p {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 14px;
}

.fakultet__title--term {
  padding-left: 60px;
  margin-left: 60px;
  padding-bottom: 7px;
  border-left: 1px solid #f8f9fd;
  float: left;
}

.fakultet__title--term b {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.fakultet__title--term p {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 14px;
}

.fakultet__title--admission b {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.fakultet__title--admission p {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 14px;
}

.fakultet__item--submenu {
  top: 73px;
}

.fakultet__content {
  padding: 10px;
  padding-bottom: 50px;
  -webkit-box-shadow: 0 1px 2px rgba(56, 51, 96, 0.4);
  box-shadow: 0 1px 2px rgba(56, 51, 96, 0.4);
}

.fakultet__content--title {
  padding-bottom: 35px;
  width: 100%;
  border-bottom: 1px solid #dbdbe0;
}

.fakultet__content--title h2 {
  color: #020202;
  margin-bottom: 7px;
  font-size: 24px;
  line-height: 24px;
}

.fakultet__content--title p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.fakultet__tabs--wrapper {
  padding-bottom: 0px;
  margin-top: 45px;
  position: relative;
}

.tab__qualification {
  padding: 18px 33px 25px 33px;
  background-color: #e9f1f7;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab__qualification-img {
  margin-right: 28px;
  width: 24px;
  height: 24px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab__qualification b {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.tab__qualification p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.tab__term {
  padding: 8px 33px 20px 33px;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab__term-img {
  margin-right: 28px;
  width: 24px;
  height: 24px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab__term b {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.tab__term p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.tab__form {
  padding: 15px 33px 20px 33px;
  background-color: #e9f1f7;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab__form-img {
  margin-right: 28px;
  width: 24px;
  height: 24px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab__form b {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.tab__form p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.tab__testing {
  padding: 12px 33px 18px 33px;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab__testing-img {
  margin-right: 28px;
  width: 24px;
  height: 24px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab__testing b {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.tab__testing p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.tab__postponement {
  padding: 14px 33px 20px 33px;
  background-color: #e9f1f7;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab__postponement-img {
  margin-right: 28px;
  width: 24px;
  height: 24px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab__postponement b {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.tab__postponement p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.tab__dormitory {
  padding: 11px 33px 20px 33px;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab__dormitory-img {
  margin-right: 28px;
  width: 24px;
  height: 24px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab__dormitory b {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.tab__dormitory p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.tab__document {
  padding: 14px 33px 20px 33px;
  background-color: #e9f1f7;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab__document-img {
  margin-right: 28px;
  width: 24px;
  height: 24px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab__document b {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.tab__document p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.tab__help {
  margin-top: 15px;
  /*margin-bottom: 55px;*/
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
}

.tab__help a {
  color: #168de2;
  text-decoration: underline;
}

.tab__help a:hover,
.tab__help a:focus {
  text-decoration: none;
}

.tab__plan {
  padding: 16px 77px;
  border-radius: 5px;
  background-color: #168de2;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tab__plan:hover,
.tab__plan:focus {
  background-color: #147fcb;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tab__plan span {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.fakultet__partners {
  margin: 30px 0;
  padding: 31px;
  padding-bottom: 45px;
  -webkit-box-shadow: 0 1px 2px rgba(56, 51, 96, 0.4);
  box-shadow: 0 1px 2px rgba(56, 51, 96, 0.4);
}

.fakultet__partners--title {
  color: #168de2;
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
}

.fakultet__partners--title:hover {
  color: #168de2 !important;
  text-decoration: underline !important;
}

.fakultet__partners--wrapper {
  margin-top: 25px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabcontent-second--document {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 14px;
  color: #000;
}

.tabcontent-second--preposterous {
  margin-top: 28px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 14px;
  color: #000;
}

.tabcontent-second--statistic_first {
  padding: 10px 0;
  width: 100%;
  color: #000000;
  font-size: 14px;
  line-height: 14px;
  font-weight: 900;
  text-align: center;
  background-color: #e9f1f7;
}

.tabcontent-second--statistic_second {
  padding: 10px 0;
  width: 100%;
  color: #000000;
  font-size: 14px;
  line-height: 14px;
  font-weight: 900;
  text-align: center;
  background-color: #e9f1f7;
}

.tabcontent-second--statistic_second span {
  text-decoration: underline;
}

.tabcontent-second--statistic_submenu-1 {
  margin-top: 5px;
  padding: 20px 0;
  width: 100%;
  color: #000000;
  font-size: 14px;
  line-height: 14px;
  font-weight: 900;
  text-align: center;
  background-color: #f4f8fb;
}

.tabcontent-second--statistic_submenu-2 {
  margin-top: 5px;
  padding: 20px 0;
  width: 100%;
  color: #000000;
  font-size: 14px;
  line-height: 14px;
  font-weight: 900;
  text-align: center;
  background-color: #f4f8fb;
}

.tabcontent-second table {
  font-weight: 400;
  width: 100%;
}

.tabcontent-second table thead {
  padding: 16px 0;
  padding-left: 25px;
  padding-right: 21px;
  background-color: #d7e9f6;
}

.tabcontent-second table thead th {
  padding: 15px 0;
  color: #168de2;
  line-height: 15px;
  font-size: 14px;
}

.tabcontent-second table thead th:nth-child(1) {
  padding-left: 25px;
  text-align: left;
}

.tabcontent-second table thead th:nth-child(2) {
  text-align: left;
}

.tabcontent-second table thead th:nth-child(3) {
  padding-right: 21px;
  text-align: right;
}

.tabcontent-second table tbody tr {
  border: 1px solid #fff;
}

.tabcontent-second table tbody tr:nth-child(2) {
  background-color: #edf3f8;
}

.tabcontent-second table tbody tr:nth-child(4) {
  background-color: #edf3f8;
}

.tabcontent-second table tbody tr:nth-child(6) {
  background-color: #edf3f8;
}

.tabcontent-second table tbody tr td:nth-child(3) {
  padding: 15px 0;
  padding-right: 21px;
  text-align: right;
}

.tabcontent-second table tbody tr td:nth-child(2) {
  padding: 15px 0;
  text-align: left;
}

.tabcontent-second table tbody tr td:nth-child(1) {
  padding: 15px 0;
  padding-left: 25px;
  max-width: 262px;
}

.gallery__slider > .slick-list {
  max-width: 900px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal__form-name input {
  font-size: 14px;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) and (max-width: 1279.98px) {
  .container {
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }

  .heading__contacts--left {
    margin-left: -30px;
  }

  .footer__special--right a:first-child {
    white-space: normal;
  }

  .about__text {
    max-width: 305px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .main__item--submenu-6 {
    left: -139.5px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .main__item--submenu-6 {
    left: -161.5px;
  }


}

@media (min-width: 576px) and (max-width: 767.98px) {
  .main__item--submenu-6 {
    left: -187px;
  }

 #blind_v
    {
        display:none;
    }
}

@media (max-width: 1199.98px) {
  .container {
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }

  .logo__img img {
    max-width: initial;
    width: 43px;
  }

  .logo .footer__logo--img img {
    max-width: initial;
    width: 43px;
  }

  .logo__text {
    font-size: 17px;
  }

  .logo__title {
    font-size: 21px;
  }

  .logo__desc {
    font-size: 14px;
  }

  .main__content {
    padding: 20px;
  }

  .heading__links {
    padding-left: 10px;
  }

  .heading__contacts {
    padding-top: 40px;
  }

  .about__video {
    margin-top: 38px;
    padding-left: 35px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
  }

  .about__video iframe {
    max-width: 440px;
    width: 100%;
    height: 269px;
  }

  .about__info {
    max-width: 305px;
    width: 100%;
  }

  .about__text {
    width: 100%;
  }

  .aside__search {
    padding: 25px 15px;
  }

  .aside__information {
    padding: 16px 12px;
  }

  .aside__special {
    padding: 16px 12px;
  }

  .aside__special a {
    font-size: 12px;
    line-height: 0.5;
  }

  .aside__reception {
    padding: 16px 12px;
  }

  .aside__add {
    padding: 16px 12px;
  }

  .aside__receipt {
    padding: 16px 12px;
  }

  .aside__receipt {
    padding: 16px 12px;
  }

  .aside__applicants {
    padding: 16px 12px;
  }

  .faculty__block--text {
    font-size: 15px;
    line-height: 16px;
  }

  .footer__special--right a:first-child {
    white-space: normal;
  }

  .footer__logo--img img {
    max-width: initial;
    width: 43px;
  }

  .footer__logo--text {
    font-size: 17px;
  }

  .footer__logo--title {
    font-size: 21px;
  }

  .footer__logo--desc {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {

    .white_rl
    {
        border: none;
    }

  .main__item--submenu {
    top: 77px;
  }

  .heading__contacts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 40px;
    padding-top: 0;
  }

  .container {
    max-width: 960px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }

  .main__item {
    margin: 0 10px;
    padding: 0 15px;
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .main__slider-col {
    padding-right: 15px;
  }

  .main__right-content p {
    max-width: 276px;
  }

  .main__right-col {
    padding-left: 15px;
  }

  .advantages__block p {
    font-size: 13px;
  }

  .faculty__block-1 {
    margin-top: 27px;
  }

  .faculty__block--title p {
    font-size: 12px;
  }

  .faculty__block--text {
    font-size: 14px;
  }

  .training__type--three {
    padding: 20px 0;
  }

  .enter__title {
    padding: 40px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .enter__title h3 {
    font-size: 30px;
  }

  .enter__title img {
    width: 80px;
    height: auto;
    margin: 10px 0;
  }

  .enter__title button {
    padding: 20px 22px;
    font-size: 14px;
    margin-top: 5px;
  }

  .enter__menu {
    padding: 10px 25px;
  }

  .enter ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .enter ul li {
    margin: 10px 25px;
  }

  .enter ul li:nth-child(2) {
    margin-left: 45px;
  }

  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about__video {
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #eee;
  }

  .about__video iframe {
    max-width: 509px;
  }

  .about__info {
    max-width: none;
    width: 100%;
  }

  .about__text {
    max-width: none;
    width: 100%;
  }

  .footer__contacts--numbers a {
    font-size: 16px;
  }

  .footer__special {
    padding-left: 45px;
  }

  .footer__special--title {
    margin-bottom: 10px;
  }

  .footer__special--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .aside__contact--info {
    padding: 22px 12px 21px 12px;
  }

  .aside__search {
    padding: 25px 8px;
  }

  .aside__search--input {
    padding-left: 6px;
    font-size: 12px;
  }

  .aside__information {
    font-size: 12px;
  }

  .aside__special p {
    font-size: 12px;
  }

  .aside__reception a {
    font-size: 12px;
  }

  .aside__add a {
    font-size: 12px;
  }

  .aside__receipt a {
    font-size: 12px;
  }

  .aside__applicants a {
    font-size: 12px;
  }

  .aside__license--info {
    padding: 22px 15px 45px 15px;
  }

  .contact__secession--img {
    margin-right: 8px;
  }

  .contact__secession--title {
    font-size: 13px;
  }

  .contact__reception--title {
    font-size: 13px;
  }

  .contact__reception--img {
    margin-right: 8px;
  }

  .fakultet__main {
    margin-bottom: 35px;
  }

  .fakultet__main--item {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .fakultet__main--more span {
    font-size: 16px;
  }

  .fakultet__main--enter {
    font-size: 16px;
  }

  .fakultet__text {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 7px;
  }

  .fakultet__text--span {
    max-width: 105px;
  }

  .fakultet__title {
    font-size: 38px;
    line-height: 45px;
  }

  .fakultet__title--term {
    padding: 0 50px;
    margin: 0 50px;
    padding-bottom: 7px;
  }

  .fakultet__title--term p {
    margin-top: 5px;
    font-size: 16px;
  }

  .fakultet__title--term b {
    font-size: 18px;
  }

  .fakultet__title--qualification p {
    margin-top: 5px;
    font-size: 16px;
  }

  .fakultet__title--qualification b {
    font-size: 18px;
  }

  .fakultet__title--admission p {
    margin-top: 5px;
    font-size: 16px;
  }

  .fakultet__title--admission b {
    font-size: 18px;
  }

  .fakultet__partners--wrapper {
    margin-top: 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fakultet__partners--wrapper div {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }

  .fakultet__partners--wrapper img {
    max-width: 100%;
  }

  .fakultet__item--submenu {
    top: 70px;
  }

  .tabcontent-second--statistic_second {
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  .main__item--submenu {
    top: 62px;
  }

    #blind_v
    {
        display:none;
    }

  .container {
    max-width: 720px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }

  .training__type--three {
    padding: 13px 0;
  }

  .main__item {
    margin: 0 6px;
    padding: 0 6px;
    padding-top: 18px;
    padding-bottom: 57px;
  }

  .main__item a {
    font-size: 12px;
  }

  .heading__links {
    padding: 20px 0;
  }

  .heading__links a {
    text-align: right;
    font-size: 13px;
  }

  .heading__contacts {
    padding-bottom: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .logo__text {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .logo__title {
    font-size: 18px;
  }

  .logo__desc {
    font-size: 13px;
    margin-top: 5px;
  }

  .footer__contacts--left img {
    margin-right: 10px;
  }

  .footer__contacts--numbers a {
    font-size: 14px;
  }

  .footer__special {
    padding-left: 0;
  }

  .aside__contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
  }

  .aside__contact--info {
    min-height: 350px;
    max-height: 350.1px;
  }

  .aside__license {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
  }

  .aside__license--arrow {
    margin-top: 10px;
  }

  .aside__license--info {
    padding-bottom: 25px;
  }

  .aside__mob--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .aside__search {
    padding: 20px;
    margin-bottom: 25px;
  }

  .aside__search--input {
    padding-left: 20px;
    max-width: 100%;
  }

  .aside__info {
    display: none;
  }

  .enter__menu {
    padding: 10px 15px;
  }

  .enter__menu ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .enter__menu ul li {
    margin: 10px 0;
    margin-right: 14px;
  }

  .enter__menu ul li:nth-child(2) {
    margin-left: 0;
  }

  .enter__menu ul li p {
    font-size: 12px;
    line-height: 14px;
  }

  .enter__menu img {
    width: 20px;
    height: auto;
  }

  .fakultet__main--item {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .fakultet__main--more span {
    font-size: 16px;
  }

  .fakultet__main--enter {
    font-size: 16px;
  }

  .fakultet__text {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 5px;
  }

  .fakultet__text--span {
    max-width: 95px;
  }

  .fakultet__title {
    font-size: 30px;
    line-height: 34px;
  }

  .fakultet__title--term {
    padding: 0 20px;
    margin: 0 20px;
    padding-bottom: 7px;
  }

  .fakultet__title--term p {
    margin-top: 5px;
    font-size: 14px;
  }

  .fakultet__title--term b {
    font-size: 16px;
  }

  .fakultet__title--qualification p {
    margin-top: 5px;
    font-size: 14px;
  }

  .fakultet__title--qualification b {
    font-size: 16px;
  }

  .fakultet__title--admission p {
    margin-top: 5px;
    font-size: 14px;
  }

  .fakultet__title--admission b {
    font-size: 16px;
  }

  .fakultet__partners--wrapper {
    margin-top: 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fakultet__partners--wrapper div {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }

  .fakultet__partners--wrapper img {
    max-width: 100%;
  }

  .fakultet__content--title h2 {
    font-size: 22px;
  }

  .fakultet__item--submenu {
    top: 70px;
  }
}

@media (max-width: 575.98px) {
    #blind_v
    {
        display:none;
    }
  .container {
    max-width: 540px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }

  .aside__mob--wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .aside__search {
    margin-bottom: 15px;
  }

  .aside__contact {
    margin-bottom: 20px;
    padding-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .aside__contact--info {
    padding: 20px 30px;
  }

  .aside__license {
    padding-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .aside__license--img img {
    max-width: 60%;
  }

  .aside__license--arrow-prev {
    width: 35px;
    height: 35px;
  }

  .aside__license--arrow-next {
    width: 35px;
    height: 35px;
  }

  .training__type {
    margin-bottom: 10px;
  }

  .training__type--wrapper {
    margin-bottom: 15px;
  }

  .faculty__block {
    margin-top: 15px;
  }

  .faculty__block-7 {
    margin-top: 30px;
  }

  .heading__links {
    display: none;
  }

  .main__menu {
    min-height: 65px;
    position: relative;
  }

  .main__menu--wrapper ul {
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #168de2;
  }

  .main__menu--wrapper ul li {
    text-align: center;
  }

  .main__menu-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .main__item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #main {
    margin-top: 25px;
  }

  .menu__toggle {
    z-index: 9;
    position: relative;
    top: 12.5px;
    display: block;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .menu__toggle span,
  .menu__toggle span:before,
  .menu__toggle span:after {
    display: block;
    height: 2px;
    width: 18px;
    background: #333;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: 50%;
    margin-top: -1px;
  }

  .menu__toggle span:before {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    content: '';
    margin-top: -6px;
  }

  .menu__toggle span:after {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    content: '';
    margin-top: 4px;
  }

  .menu__toggle-active span {
    height: 0;
    background: transparent;
  }

  .menu__toggle-active span:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: 0;
    background: #000;
  }

  .menu__toggle-active span:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 0;
    background: #000;
  }

  .top_nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top_nav-social {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 12px;
  }

  .top_nav-text {
    font-size: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .top_nav-eye {
    margin-top: -15px;
  }

  .main__item {
    width: 100vw;
  }

  .main__item:hover .main__item--submenu {
    display: none;
  }

  .main__item a {
    font-size: 14px;
  }

  .footer__special {
    margin-top: 15px;
  }

  .main__item--submenu {
    position: relative;
    top: 0;
    width: 100%;
  }

  .main__item:hover .main__link {
    text-decoration: underline !important;
  }

  .fakultet__main {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .fakultet__main--item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fakultet__main--more span {
    font-size: 16px;
  }

  .fakultet__main--enter {
    font-size: 16px;
  }

  .fakultet__main--enter {
    margin-right: 10px;
  }

  .fakultet__text {
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 5px;
  }

  .fakultet__text--span {
    max-width: 74px;
  }

  .fakultet__title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 35px;
  }

  .fakultet__title--info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fakultet__title--term {
    padding: 15px 0;
    margin: 15px 0;
    padding-bottom: 20px;
    border: none;
    border-top: 1px solid #f8f9fd;
    border-bottom: 1px solid #f8f9fd;
  }

  .fakultet__title--term p {
    margin-top: 8px;
    font-size: 16px;
  }

  .fakultet__title--term b {
    font-size: 18px;
  }

  .fakultet__title--qualification p {
    margin-top: 8px;
    font-size: 16px;
  }

  .fakultet__title--qualification b {
    font-size: 18px;
  }

  .fakultet__title--admission p {
    margin-top: 8px;
    font-size: 16px;
  }

  .fakultet__title--admission b {
    font-size: 18px;
  }

  .fakultet__crumbs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fakultet__crumbs li:last-child a {
    margin-top: 5px;
  }

  .fakultet__content {
    padding: 9px;
    padding-bottom: 35px;
  }

  .fakultet__content--title h2 {
    font-size: 20px;
  }

  .fakultet__content--title p {
    font-size: 14px;
  }

  .tab button {
    font-size: 14px;
    padding-bottom: 13px;
  }

  .tab span {
    top: 32px;
  }

  .tablinks-2 {
    left: 165px;
  }

.tablinks-3 {
    left: 330px;
  }

  .tabcontent-first {
    padding: 0;
    padding-top: 55px;
  }

  .tab__qualification {
    padding: 18px 14px 25px 14px;
  }

  .tab__qualification-img {
    margin-right: 13px;
  }

  .tab__qualification b {
    font-size: 14px;
    line-height: 24px;
  }

  .tab__qualification p {
    font-size: 13px;
    line-height: 24px;
  }

  .tab__term {
    padding: 8px 14px 20px 14px;
  }

  .tab__term-img {
    margin-right: 13px;
  }

  .tab__term b {
    font-size: 14px;
    line-height: 24px;
  }

  .tab__term p {
    font-size: 13px;
    line-height: 24px;
  }

  .tab__form {
    padding: 15px 14px 20px 14px;
  }

  .tab__form-img {
    margin-right: 13px;
  }

  .tab__form b {
    font-size: 14px;
    line-height: 24px;
  }

  .tab__form p {
    font-size: 13px;
    line-height: 24px;
  }

  .tab__testing {
    padding: 12px 14px 18px 14px;
  }

  .tab__testing-img {
    margin-right: 13px;
  }

  .tab__testing b {
    font-size: 14px;
    line-height: 24px;
  }

  .tab__testing p {
    font-size: 13px;
    line-height: 24px;
  }

  .tab__postponement {
    padding: 14px 14px 20px 14px;
  }

  .tab__postponement-img {
    margin-right: 13px;
  }

  .tab__postponement b {
    font-size: 14px;
    line-height: 24px;
  }

  .tab__postponement p {
    font-size: 13px;
    line-height: 24px;
  }

  .tab__dormitory {
    padding: 11px 14px 20px 14px;
  }

  .tab__dormitory-img {
    margin-right: 13px;
  }

  .tab__dormitory b {
    font-size: 14px;
    line-height: 24px;
  }

  .tab__dormitory p {
    font-size: 13px;
    line-height: 24px;
  }

  .tab__document {
    padding: 14px 14px 20px 14px;
  }

  .tab__document-img {
    margin-right: 13px;
  }

  .tab__document b {
    font-size: 14px;
    line-height: 24px;
  }

  .tab__document p {
    font-size: 13px;
    line-height: 24px;
  }

  .tab__help {
    line-height: 22px;
    margin-bottom: 25px;
  }

  .tab__plan {
    padding: 16px 48px;
    max-width: 185px;
    display: block;
    margin: 0 auto;
  }

  .tab__testing-img img {
    min-width: 20px;
  }

  .tab__form-img img {
    min-width: 20px;
  }

  .tab__document-img img {
    min-width: 20px;
  }

  .gallery__title {
    font-size: 20px;
  }

  .fakultet__partners {
    padding: 0;
    padding: 30px 15px;
  }

  .fakultet__partners--title {
    font-size: 20px;
  }

  .tabcontent-second table tbody tr td:nth-child(1) {
    max-width: none;
  }
}

@media (max-width: 419.98px) {
    #blind_v
    {
        display:none;
    }
  .container {
    max-width: 540px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }

  .gallery__block img {
    margin: 0 auto;
  }

  .training__type {
    margin-bottom: 10px;
  }

  .training__type--wrapper {
    margin-bottom: 15px;
  }

  .faculty__block {
    margin-top: 15px;
  }

  .faculty__block-7 {
    margin-top: 30px;
  }

  .about__title {
    font-size: 22px;
    margin-bottom: 4px;
  }

  .about__text {
    font-size: 12px;
  }

  .training {
    padding-top: 25px;
  }

  .training__title {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .select__block {
    padding: 20px;
  }

  .select__block h3 {
    font-size: 18px;
  }

  .enter__title {
    padding: 25px 12px;
  }

  .enter__title h3 {
    font-size: 24px;
    line-height: 24px;
  }

  .heading__contacts {
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading__contacts--numbers {
    margin-bottom: 10px;
  }

  .heading__contacts--numbers a {
    font-size: 15px;
  }

  .heading__contacts--button {
    margin-left: 0;
  }

  .main__right-content {
    background: none;
  }

  .footer__logo--text {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .footer__logo--title {
    font-size: 15px;
  }

  .footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__contacts--left {
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__contacts--button {
    margin-left: 0;
    max-width: 190px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .logo__text {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .logo__title {
    font-size: 15px;
  }

  .heading__links {
    display: none;
  }

  .main__menu {
    min-height: 65px;
    position: relative;
  }

  .main__menu--wrapper ul {
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #168de2;
  }

  .main__menu--wrapper ul li {
    text-align: center;
  }

  .main__menu-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .main__item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #main {
    margin-top: 25px;
  }

  .menu__toggle {
    z-index: 9;
    position: relative;
    top: 12.5px;
    display: block;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .menu__toggle span,
  .menu__toggle span:before,
  .menu__toggle span:after {
    display: block;
    height: 2px;
    width: 18px;
    background: #333;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: 50%;
    margin-top: -1px;
  }

  .menu__toggle span:before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
    margin-top: -6px;
  }

  .menu__toggle span:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
    margin-top: 4px;
  }

  .menu__toggle-active span {
    height: 0;
    background: transparent;
  }

  .menu__toggle-active span:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: 0;
    background: #000;
  }

  .menu__toggle-active span:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 0;
    background: #000;
  }

  .top_nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top_nav-social {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 12px;
  }

  .top_nav-text {
    font-size: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .top_nav-eye {
    margin-top: -15px;
  }

  .fakultet__main {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .fakultet__main--item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fakultet__main--more span {
    font-size: 16px;
  }

  .fakultet__main--enter {
    font-size: 16px;
  }

  .fakultet__main--buttons {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .fakultet__main--enter {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .fakultet__text {
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 5px;
  }

  .fakultet__text--span {
    max-width: 74px;
  }

  .fakultet__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 35px;
  }

  .fakultet__title--info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fakultet__title--term {
    padding: 15px 0;
    margin: 15px 0;
    padding-bottom: 20px;
    border: none;
    border-top: 1px solid #f8f9fd;
    border-bottom: 1px solid #f8f9fd;
  }

  .fakultet__title--term p {
    margin-top: 5px;
    font-size: 14px;
  }

  .fakultet__title--term b {
    font-size: 16px;
  }

  .fakultet__title--qualification p {
    margin-top: 5px;
    font-size: 14px;
  }

  .fakultet__title--qualification b {
    font-size: 16px;
  }

  .fakultet__title--admission p {
    margin-top: 5px;
    font-size: 14px;
  }

  .fakultet__title--admission b {
    font-size: 16px;
  }

  .fakultet__crumbs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fakultet__crumbs li:last-child a {
    margin-top: 5px;
  }

  .fakultet__content {
    padding: 9px;
    padding-bottom: 35px;
  }

  .fakultet__content--title h2 {
    font-size: 17px;
  }

  .fakultet__content--title p {
    font-size: 12px;
  }

  .tab button {
    font-size: 12px;
    padding-bottom: 13px;
  }

  .tab span {
    top: 30px;
  }

  .tablinks-2 {
    left: 115px;
  }

    .tablinks-3 {
    left: 230px;
  }
  .tabcontent-first {
    padding: 0;
    padding-top: 55px;
  }

  .tab__qualification {
    padding: 18px 14px 25px 14px;
  }

  .tab__qualification-img {
    margin-right: 13px;
  }

  .tab__qualification b {
    font-size: 14px;
    line-height: 24px;
  }

  .tab__qualification p {
    font-size: 13px;
    line-height: 24px;
  }

  .tab__term {
    padding: 8px 14px 20px 14px;
  }

  .tab__term-img {
    margin-right: 13px;
  }

  .tab__term b {
    font-size: 14px;
    line-height: 24px;
  }

  .tab__term p {
    font-size: 13px;
    line-height: 24px;
  }

  .tab__form {
    padding: 15px 14px 20px 14px;
  }

  .tab__form-img {
    margin-right: 13px;
  }

  .tab__form b {
    font-size: 14px;
    line-height: 24px;
  }

  .tab__form p {
    font-size: 13px;
    line-height: 24px;
  }

  .tab__testing {
    padding: 12px 14px 18px 14px;
  }

  .tab__testing-img {
    margin-right: 13px;
  }

  .tab__testing b {
    font-size: 14px;
    line-height: 24px;
  }

  .tab__testing p {
    font-size: 13px;
    line-height: 24px;
  }

  .tab__postponement {
    padding: 14px 14px 20px 14px;
  }

  .tab__postponement-img {
    margin-right: 13px;
  }

  .tab__postponement b {
    font-size: 14px;
    line-height: 24px;
  }

  .tab__postponement p {
    font-size: 13px;
    line-height: 24px;
  }

  .tab__dormitory {
    padding: 11px 14px 20px 14px;
  }

  .tab__dormitory-img {
    margin-right: 13px;
  }

  .tab__dormitory b {
    font-size: 14px;
    line-height: 24px;
  }

  .tab__dormitory p {
    font-size: 13px;
    line-height: 24px;
  }

  .tab__document {
    padding: 14px 14px 20px 14px;
  }

  .tab__document-img {
    margin-right: 13px;
  }

  .tab__document b {
    font-size: 14px;
    line-height: 24px;
  }

  .tab__document p {
    font-size: 13px;
    line-height: 24px;
  }

  .tab__help {
    line-height: 22px;
    margin-bottom: 25px;
  }

  .tab__plan {
    padding: 16px 48px;
    max-width: 185px;
    display: block;
    margin: 0 auto;
  }

  .tab__testing-img img {
    min-width: 20px;
  }

  .tab__form-img img {
    min-width: 20px;
  }

  .tab__document-img img {
    min-width: 20px;
  }

  .gallery__title {
    font-size: 20px;
  }

  .fakultet__partners--wrapper {
    margin-top: 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fakultet__partners--wrapper div {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .fakultet__partners--wrapper img {
    max-width: 100%;
  }

  .fakultet__partners--title {
    font-size: 20px;
  }

  .tabcontent-second table thead th:nth-child(3) {
    white-space: nowrap;
  }

  .tabcontent-second table tbody tr td:nth-child(1) {
    padding-left: 10px;
    padding-right: 15px;
    white-space: nowrap;
    font-size: 13px;
    max-width: none;
  }

  .tabcontent-second table tbody tr td:nth-child(2) {
    white-space: nowrap;
    font-size: 13px;
    max-width: none;
  }

  .tabcontent-second table tbody tr td:nth-child(3) {
    white-space: nowrap;
    font-size: 13px;
    max-width: none;
  }
}

@media screen and (max-width: 640px) {
  table {
    overflow-x: auto;
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .tabcontent-second table thead th:nth-child(3) {
    white-space: nowrap;
  }
    #blind_v
    {
        display:none;
    }

  .tabcontent-second table tbody tr td:nth-child(1) {
    padding-left: 10px;
    padding-right: 15px;
    white-space: nowrap;
    font-size: 13px;
    max-width: none;
  }

  .tabcontent-second table tbody tr td:nth-child(2) {
    white-space: nowrap;
    font-size: 13px;
    max-width: none;
  }

  .tabcontent-second table tbody tr td:nth-child(3) {
    white-space: nowrap;
    font-size: 13px;
    max-width: none;
  }
}

@media (min-width: 576px) and (max-width: 623.98px) {
  .footer__special--link:first-child {
    white-space: normal;
  }

  .footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__contacts--button {
    margin-left: 0;
    margin-top: 10px;
    max-width: 182px;
  }
}

@media (min-width: 859px) and (max-width: 991.98px) {
  .training__type--three {
    padding: 13px 0;
  }
}

@media (min-width: 824px) and (max-width: 858.98px) {
  .training__type--first {
    padding: 20px 0;
  }
}

@media (min-width: 354px) and (max-width: 443px) {
  .enter__menu ul li:nth-child(2) {
    margin-right: 40px;
  }

    #blind_v
    {
        display:none;
    }
}

ul.sovaul
{
    margin-left: 10px;
}

ul.sovaul a
{
    text-decoration: underline;
}

ul.sovaul li
{
    list-style-type: disc !important;

}

ul.sovaul li ul
{
    padding-left: 15px;
}

p.sovap a
{
    text-decoration: underline;
}

.fakultet__content--title a
{
    text-decoration: underline !important;
    color: #337ab7 !important;
}

.fakultet__content--title a:hover
{
    text-decoration: none !important;
}

.fakultet__content--title_1 {
    padding-top: 35px;
    margin-top: 35px;
    width: 100%;
    border-top: 1px solid #dbdbe0;
}

.tabcontent a
{
    text-decoration: underline !important;
    color: #337ab7 !important;
}

.tabcontent a:hover
{
    text-decoration: none !important;
}

.podg_sec
{
    background: #1275bc !important;
}

.tab__document--info a
{
    color:#ffc50c !important;
    text-decoration: underline !important;
}

.blind
{
  height: 46px;
  background: url(../img/access.png) no-repeat 0 0;
  font-size: 17px;
  color: #000;
  top: 0;
  width: 1170px;
margin: 0 auto;
    margin-bottom: 20px;
}
dl {padding:0;margin-right:20px;}

dl, dt, dd {padding:0;margin:0;}

.a-fontsize {
    float: left;
    padding-top: 13px;
    margin-left: 23px;
    display: inline;
}

.a-fontsize dt {
    text-shadow: #fff 0 1px 0;
}

.a-fontsize dt, .a-fontsize dd {
    float: left;
}

.a-fontsize a {
    text-decoration: none;
    height: 31px;
    margin-left: 5px;
    display: inline;
    float: left;
    background-image: url(../img/fontsize.png);
    position: relative;
    top: -5px;
}

.a-fontsize-small {
    width: 20px;
    height: 31px;
}

a.a-fontsize-small:hover, .fontsize-small a.a-fontsize-small {
    background-position: 0 -31px;
}

.a-fontsize-normal {
    width: 26px;
    background-position: -20px 0;
}

a.a-fontsize-normal:hover, .fontsize-normal a.a-fontsize-normal {
    background-position: -20px -31px;
}

.a-fontsize-big {
    width: 26px;
    background-position: -46px 0;
}

a.a-fontsize-big:hover, .fontsize-big a.a-fontsize-big {
    background-position: -46px -31px;
}

.a-colors {
    float: left;
    padding-top: 13px;
    margin-left: 13px;
    display: inline;
    width: 230px;
}

.a-colors dt {
    text-shadow: #fff 0 1px 0;
    float: left;
    margin-right: 10px;
}

.a-colors dd {
    float: left;
}

.a-colors a {
    height: 31px;
    margin-left: 5px;
    display: inline;
    float: left;
    background-image: url(../img/colors.png);
    position: relative;
    top: -5px;
    text-decoration: none;
    width: 26px;
}

.eng .a-colors a {
    height: 31px;
    margin-left: 5px;
    display: inline;
    float: left;
    background-image: url(../img/colors.png);
    position: relative;
    top: -5px;
    text-decoration: none;
    width: 26px;
}

.a-color1 {
}

.a-color2 {
    background-position: -26px 0;
}

.a-color3 {
    background-position: 100% 0;
}

.a-color1:hover, .color1 .a-color1 {
    background-position: 0 -31px;
}

.a-color2:hover, .color2 .a-color2 {
    background-position: -26px -31px;
}

.a-color3:hover, .color3 .a-color3 {
    background-position: 100% -31px;
}

.ic_blind
{
	background:url("/img/normal.png") no-repeat;
padding-left:37px;
height:25px;
padding-top:2px;
}

dl.a-blind
{
padding-top: 10px;
    padding-right: 20px !important;
    float: right;
}

.fontsize-normal {
    font-size: 18px !important;
}

.fontsize-big {
    font-size: 20px !important;
}

#blind_v
{
    display: none;
}

.compl_form
{
    margin-top: 20px;
}

.compl_inp {
    margin-top: 4px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 14px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.compl_ta
{
    margin-top: 7px;
    height:150px;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 5px;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.akzfak a {
    cursor: pointer;
    padding: 13px 30px;
    height: 44px;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    background-color: #ffc50c;
    border-radius: 5px;
    margin-top: 15px;
}

.akkz
{
    background-color: #ffc50c !important;
    padding: 8px !important;
}

.akkzi
{
    text-align: justify !important;
    padding: 8px;
}

a.akz_knop {
    cursor: pointer;
    padding: 13px 30px;
    height: 44px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    background-color: #168de2;
    border-radius: 5px;
}

.dist_bests
{

}

.dist_bests_item
{
    float: left;
    margin: 15px;
    max-width:380px;
}

.dist_bests_zag
{
    display: inline-block;
    font-weight: 700;
    border-bottom: 3px solid #168de2;
}

.dist_bests_back
{
    padding:10px;
    background: #efefef;
    border-radius: 6px;
}

.field ol {padding: revert;}
.field ol li {list-style: auto;}

.list_task_type img {max-width: revert;}
