﻿@import "../fonts/fonts.css";
@import "lib.css";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace,monospace;
  font-size: 1em;
}
a,
a:hover,
a:visited,
a:active,
a:focus {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body {
  /*font-family: 'Open Sans';*/
  font-family: 'OfficinaSans'!important;
  color: #333333;
  min-width: 1280px;
}
button {
  cursor: pointer;
  box-shadow: none;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
}
* {
  outline: none !important;
  box-sizing: border-box !important;
  background-repeat: no-repeat;
}
.csu_a {
  text-decoration: none !important;
  color: #333333;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.csu_a:hover,
.csu_a.csu_active {
  color: #891311;
}
.csu_a:default,
.csu_a:focus,
.csu_a:active,
.csu_a:visited {
  color: #333333;
}
.csu_t-row {
  display: table;
  width: 100%;
}
.csu_t-row .csu_t-left {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding-right: 15px;
}
.csu_t-row .csu_t-right {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding-left: 15px;
}
.csu_text-right {
  text-align: right;
}
.csu_container {
  width: 1280px!important;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.Limited-window {
    /* width: 100%!important; */
    float: left;
}

.csu_inline-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.csu_inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.csu_block-img {
  display: block;
  vertical-align: middle;
  margin-bottom: 15px;
}
.csu_block {
  display: block;
  vertical-align: middle;
  margin-bottom: 15px;
}
.csu_text {
  display: inline-block;
  vertical-align: middle;
}
.csu_top-panel {
  background: #f5e6c7;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}
.csu_top-panel .csu_inline-img {
  width: 20px;
  margin-right: 5px;
}
.csu_top-panel .csu_t-left {
  width: auto;
}
.csu_top-panel .csu_t-right {
  width: 170px;
  text-align: right;
  position: relative;
  float: right;
}
.csu_top-panel .csu_t-right .csu_personal-btn {
  background: #d76315;
  color: #ffffff;
  position: absolute;
  width: 100%;
  text-align: center;
  top: -5px;
  height: 30px;
  right: 0px;
  border: 0px;
  box-shadow: none;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  padding: 5px 0;
  cursor: pointer;
}
.csu_top-panel .csu_t-right .csu_personal-btn:hover {
  background: #891311;
}
.csu_top-panel .csu_inline {
  margin-right: 30px;
}
.csu_header {
  display: table;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.csu_header .csu_col-1,
.csu_header .csu_col-2,
.csu_header .csu_col-3 {
  display: table-cell;
  vertical-align: middle;
}
.csu_header .csu_col-1 {
  width: 400px;
}
.csu_header .csu_col-1 .csu_logo {
  display: block;
  width: 300px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.csu_header .csu_col-1 .csu_logo:hover {
  opacity: .7;
}
.csu_header .csu_col-1 .csu_logo img {
  max-width: 100%;
}
.csu_header .csu_col-2 {
  width: 670px;
}
.csu_header .csu_col-2 .csu_search-form {
  width: 100%;
  border-bottom: 2px solid #888888;
  padding-left: 15px;
  padding-right: 10px;
  padding-bottom: 10px;
  
}
.csu_header .csu_col-2 .csu_search-form .csu_search-input {
  display: inline-block;
  font-weight: 300;
  font-style: italic;
  font-size: 23px;
  width: 87%;
  border: 0px !important;
  opacity: .7;
  padding-right: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  float: none;
}
.csu_header .csu_col-2 .csu_search-form .csu_search-input:focus {
  opacity: 1;
}
.csu_header .csu_col-2 .csu_search-form .csu_search-submit {
  background: url(../img/icon-search.svg);
  width: 25px;
  height: 25px;
  background-size: contain;
  display: inline-block;
  cursor: pointer;
  box-shadow: none;
  border: none;
  background-color: transparent;
  opacity: .5;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: relative;
  bottom: -1px;
  float: right;
}
.csu_header .csu_col-2 .csu_search-form .csu_search-submit:hover {
  opacity: 1;
}
.csu_header .csu_col-2 .csu_header-nav {
  font-size: 13px;
  display: table;
  width: 100%;
  margin-top: 10px;
}
.csu_inner-content table {

}

#ctl00_PlaceHolderMain_ctl01_label {
    display: none;
}

.csu_header .csu_col-2 .csu_header-nav .csu_a {
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.csu_header .csu_col-2 .csu_header-nav .csu_a:hover {
  color: #891311;
}
.csu_header .csu_col-2 .csu_header-nav .csu_a-shop {
  font-weight: bold;
  width: 145px;
  color: #891311;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.csu_header .csu_col-2 .csu_header-nav .csu_a-shop:hover {
  opacity: .7;
}
.csu_header .csu_col-3 {
  position: relative;
}
.csu_header .csu_col-3 .csu_switch {
  position: absolute;
  top: 0px;
  right: 0px;
}
.csu_header .csu_col-3 .csu_switch .csu_blind-btn {
  background-image: url(../img/eye.jpg);
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  width: 34px;
  height: 20px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-repeat: no-repeat;
}
.csu_header .csu_col-3 .csu_switch .csu_blind-btn:hover {
  opacity: .7;
}
.csu_header .csu_col-3 .csu_switch .csu_lang-btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
  margin-right: 20px;
  line-height: 20px;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  font-weight: bold;
}
.csu_header .csu_col-3 .csu_switch .csu_lang-btn:hover {
  opacity: .7;
}
.csu_main-nav {
  width: 100%;
  display: table;
  background: #d6d6d6;
  height: 50px;
  -webkit-transition: box-shadow 0.3s linear;
  -moz-transition: box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  position: relative;
  z-index: 999;
}
.csu_main-nav:hover {
  box-shadow: 5px 5px 50px 0.2px rgba(123, 123, 123, 0.38);
}
.csu_main-nav .csu-level-1-link, .ms-core-listMenu-horizontalBox > ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 24px 26px 25px;
  font-weight: bold;
  position: relative;
  font-size: 14px;
  cursor: pointer;
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
  height: 32px;
}
.csu_main-nav .csu-level-1-link:hover {
  color: #871311;
}
.csu_main-nav .csu-level-1-link.csu_imp-link {
  background: #891311;
  color: #ffffff;
}
.csu_main-nav .csu-level-1-link.csu_imp-link:hover {
  background: #bd221f;
}
.csu_main-nav .csu-level-1-link .csu-hidden-content {
  display: none;
  position: absolute;
  background: #ffffff;
  width: 250px;
  left: 0px;
  top: 100%;
  padding: 15px;
  text-align: left;
  padding-bottom: 10px;
  z-index: 2;
}
.csu_main-nav .csu-level-1-link .csu-hidden-content.csu-active {
  display: block;
  animation: csu-mainNavAnim 0.3s ease-in-out;
}
.csu_main-nav .csu-level-1-link .csu-hidden-content .csu_a {
  font-weight: normal;
  color: #8e8e8e;
  margin-bottom: 10px;
  font-size: 14px;
  display: block;
}
.csu_main-nav .csu-level-1-link .csu-hidden-content .csu_a:hover {
  color: #891311;
}
.csu_main-nav.csu_main-nav-bottom {
  margin-top: -25px;
  margin-bottom: 30px;
  height: 50px;
}
@keyframes csu-mainNavAnim {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.csu_main-slider {
  margin-top: -35px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url(../img/slide-pattern.png);
  background-repeat: repeat;
  background-color: #908f8f;
}
.csu_main-slider .csu_main-slide {
  display: none;
  height: 450px;
  height: 100%;
  min-height: calc(100vw * 0.234375);
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #ffffff;
}
.csu_main-slider .csu_main-slide.csu_main-slide-active {
  display: block;
  animation: csu-mainSlideActive 1s ease-in-out;
}
.csu_main-slider .csu_main-slide:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
}
.csu_main-slider .csu_main-slide .csu_container {
  height: 100%;
  padding-left: 70px;
  padding-right: 70px;
}
.csu_main-slider .csu_main-slide .csu_container:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}
.csu_main-slider .csu_main-slide .csu_main-slide-content {
  position: relative;
  z-index: 2;
  width: 95%;
  display: inline-block;
  vertical-align: middle;
}
.csu_main-slider .csu_main-slide .csu_main-slide-title {
  font-weight: bold;
  margin-top: 20px;
  font-size: 40px;
  margin-bottom: 20px;
}
.csu_main-slider .csu_main-slide .csu_main-slide-desc {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  margin-bottom: 30px;
}
.csu_btn {
  display: inline-block;
  color: #fff !important;
  background-color: #891311;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 14px;
  font-weight: bold;
}
.csu_btn:hover {
  background-color: #bd221f;
  cursor: pointer;
}
.csu_main-slider-controls .csu_main-slider-left {
  position: absolute;
  z-index: 2;
  background-image: url(../img/icon-angle.svg);
  top: 50%;
  width: 20px;
  height: 20px;
  background-size: contain;
  transform: rotate(180deg);
  opacity: .7;
  left: 30px;
  animation: csu-arrowLeft 0.5s ease-in-out;
  cursor: pointer;
}
.csu_main-slider-controls .csu_main-slider-left:hover {
  opacity: 1;
}
.csu_main-slider-controls .csu_main-slider-right {
  position: absolute;
  z-index: 2;
  background-image: url(../img/icon-angle.svg);
  top: 50%;
  width: 20px;
  height: 20px;
  background-size: contain;
  opacity: .7;
  right: 30px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  animation: csu-arrowRight 0.5s ease-in-out;
}
.csu_main-slider-controls .csu_main-slider-right:hover {
  opacity: 1;
}
@keyframes csu-arrowLeft {
  from {
    opacity: 0;
    left: -10px;
  }
  to {
    opacity: .7;
    left: 30px;
  }
}
@keyframes csu-arrowRight {
  from {
    opacity: 0;
    right: -10px;
  }
  to {
    opacity: .7;
    right: 30px;
  }
}
@keyframes csu-mainSlideActive {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: .8;
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.csu_news-feed {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.csu_news-feed .csu_item {
  display: table-cell;
  width: 25%;
  border-left: 1px dotted #333333;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.csu_news-feed .csu_item + .csu_item + .csu_item + .csu_item + .csu_item {
    display: none;
}
.csu_news-feed .csu_item .csu_date {
  font-size: 13px;
  color: #4e4e4e;
  margin-bottom: 10px;
}
.csu_news-feed .csu_item .csu_title {
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  margin-bottom: 5px;
  font-size: 16px;
}
.csu_news-feed .csu_item .csu_desc {
  color: #333333;
  font-size: 14px;
  line-height: 18px;
}
.csu_news-feed .csu_item:nth-child(1) {
  border-left: 2px solid #891311;
}
.csu_news-feed .csu_item:nth-child(1) .csu_title {
  color: #891311;
}
.csu_news-feed .csu_item:nth-child(1) .csu_desc {
  color: #891311;
}
.csu_news-feed .csu_item:hover {
  background: #faf3e3;
}
.csu_part-title {
  margin-bottom: 20px;
}
.csu_part-title a {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.csu_part-title a:hover {
  opacity: .8;
}
.csu_part-title span {
  font-size: 25px;
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.csu_part-title a {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #333333;
  padding-left: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #891311;
  font-size: 13px;
}
.csu_all-news {
  margin-bottom: 70px;
}
.csu_all-news .csu_news-row {
  width: 100%;
  display: table;
}
.csu_all-news .csu_news-row .csu_news-left,
.csu_all-news .csu_news-row .csu_news-right {
  display: table-cell;
  width: 50%;
  padding-right: 20px;
  vertical-align: top;
}
.csu_all-news .csu_news-row .csu_news-left .csu_news-thumbnail,
.csu_all-news .csu_news-row .csu_news-right .csu_news-thumbnail {
  display: table-cell;
  vertical-align: top;
  height: 370px;
  position: relative;
  width: 370px;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.csu_all-news .csu_news-row .csu_news-left .csu_news-thumbnail:hover,
.csu_all-news .csu_news-row .csu_news-right .csu_news-thumbnail:hover {
  opacity: .8;
  box-shadow: 5px 5px 50px 0.2px rgba(123, 123, 123, 0.38);
}
.csu_all-news .csu_news-row .csu_news-left .csu_news-thumbnail .csu_news-card,
.csu_all-news .csu_news-row .csu_news-right .csu_news-thumbnail .csu_news-card {
  background: rgba(137, 19, 17, 0.8);
  color: #ffffff;
  padding: 20px;
  width: 55%;
  min-height: 125px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-top: 75px;
}
.csu_all-news .csu_news-row .csu_news-left .csu_news-thumbnail .csu_news-card .csu_title,
.csu_all-news .csu_news-row .csu_news-right .csu_news-thumbnail .csu_news-card .csu_title {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.csu_all-news .csu_news-row .csu_news-left .csu_news-thumbnail .csu_news-card .csu_date,
.csu_all-news .csu_news-row .csu_news-right .csu_news-thumbnail .csu_news-card .csu_date {
  position: absolute;
  top: 15px;
  font-size: 24px;
  line-height: 1;
}
.csu_all-news .csu_news-row .csu_news-left .csu_news-thumbnail .csu_news-card .csu_date span,
.csu_all-news .csu_news-row .csu_news-right .csu_news-thumbnail .csu_news-card .csu_date span {
  position: absolute;
  top: 2px;
  left: 31px;
  font-size: 12px;
  margin-left: 2px;
  line-height: 15px;
  margin-top: -2px;
}
.csu_all-news .csu_news-row .csu_news-left .csu_news-list,
.csu_all-news .csu_news-row .csu_news-right .csu_news-list {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}
.csu_all-news .csu_news-row .csu_news-left .csu_news-list .csu_news-card,
.csu_all-news .csu_news-row .csu_news-right .csu_news-list .csu_news-card {
  position: relative;
  padding: 15px;
  padding-top: 65px;
  display: block;
  border-bottom: 1px dotted;
}
.csu_all-news .csu_news-row .csu_news-left .csu_news-list .csu_news-card:not(:nth-last-child(1)),
.csu_all-news .csu_news-row .csu_news-right .csu_news-list .csu_news-card:not(:nth-last-child(1)) {
  margin-bottom: 30px;
}
.csu_all-news .csu_news-row .csu_news-left .csu_news-list .csu_news-card .csu_date,
.csu_all-news .csu_news-row .csu_news-right .csu_news-list .csu_news-card .csu_date {
  top: 0px;
  color: #716d6d;
}
.csu_all-news .csu_news-row .csu_news-left .csu_news-list .csu_news-card .csu_title,
.csu_all-news .csu_news-row .csu_news-right .csu_news-list .csu_news-card .csu_title {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.csu_all-news .csu_news-row .csu_news-left .csu_news-list .csu_news-card:hover .csu_title,
.csu_all-news .csu_news-row .csu_news-right .csu_news-list .csu_news-card:hover .csu_title {
  color: #891311;
}
.csu_all-news .csu_news-row .csu_news-left .csu_news-list .csu_date,
.csu_all-news .csu_news-row .csu_news-right .csu_news-list .csu_date {
  position: absolute;
  top: 15px;
  font-size: 24px;
  line-height: 1;
}
.csu_all-news .csu_news-row .csu_news-left .csu_news-list .csu_date span,
.csu_all-news .csu_news-row .csu_news-right .csu_news-list .csu_date span {
  position: absolute;
  top: 2px;
  left: 31px;
  font-size: 12px;
  margin-left: 2px;
  line-height: 15px;
  margin-top: -2px;
}
.csu_all-news .csu_news-row .csu_news-right {
  display: table-cell;
  width: 50%;
  padding-left: 20px;
}
.csu_calendar-slider {
  margin-bottom: 70px;
  padding-left: 30px;
  padding-right: 30px;
}
.csu_calendar-slider .csu_item {
  display: block;
  background: #efefef;
  padding: 13px;
  border-bottom: 2px solid #891311;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
  margin-right: 10px;
  margin-left: 10px;

}
.csu_calendar-slider .csu_item .csu_date {
  background: url(../img/icon-calendar.jpg) right 1px, url(../img/icon-calendar-hover.jpg) -100px 1px;
  background-repeat: no-repeat, no-repeat;
  background-size: 30px, 30px;
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 1px dotted #333333;
  margin-bottom: 30px;
  padding-top: 5px;
  padding-bottom: 15px;
  font-weight: 600;
  -webkit-transition: background-image 0.5s linear;
  -moz-transition: background-image 0.5s linear;
  -o-transition: background-image 0.5s linear;
  transition: background-image 0.5s linear;
}
.csu_calendar-slider .csu_item:hover {
  background-color: #f5e6c7;
}
.csu_calendar-slider .csu_item:hover .csu_date {
  background: url(../img/icon-calendar-hover.jpg) right 1px;
  background-repeat: no-repeat;
  background-size: 30px;
}
.csu_calendar-slider .csu_item .csu_title {
  color: #333333;
  margin-bottom: 15px;
}
.csu_calendar-slider .csu_item .csu_location {
  color: #891311;
  font-size: 14px;
}
.csu_calendar-slider-wrapper {
  position: relative;
}
.csu_calendar-nav .csu_calendar-left,
.csu_calendar-nav .csu_calendar-left.slick-hidden {
  background-image: url(../img/icon-big-arrow.svg);
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: calc(37.5%);
  background-position-x: -6px;
  cursor: pointer;
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.csu_calendar-nav .csu_calendar-left:hover,
.csu_calendar-nav .csu_calendar-left.slick-hidden:hover {
  opacity: .8;
}
.csu_calendar-nav .csu_calendar-right,
.csu_calendar-nav .csu_calendar-right.slick-hidden {
  background-image: url(../img/icon-big-arrow.svg);
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: calc(37.5%);
  background-position-x: -6px;
  cursor: pointer;
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  transform: rotate(180deg);
  right: 0px;
}
.csu_calendar-nav .csu_calendar-right:hover,
.csu_calendar-nav .csu_calendar-right.slick-hidden:hover {
  opacity: .8;
}
.csu_news-columns {
  display: table;
  width: 100%;
}
.csu_news-columns.csu_news-columns-bg .csu_news-col:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
}
.csu_news-columns .csu_news-col {
  display: table-cell;
  vertical-align: top;
  height: 450px;
  width: 50%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.csu_news-columns .csu_news-col .csu_news-col-container {
  height: 100%;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.csu_news-columns .csu_news-col .csu_news-col-container:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}
.csu_news-columns .csu_news-col .csu_news-col-content {
  position: relative;
  z-index: 2;
  width: 95%;
  display: inline-block;
  vertical-align: middle;
}
.csu_news-columns .csu_news-col .csu_news-col-title {
  font-weight: bold;
  margin-top: 20px;
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 40px;
}
.csu_news-columns .csu_news-col .csu_news-col-desc {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  margin-bottom: 30px;
}
.csu_news-columns-wrapper {
  position: relative;
  margin-bottom: 70px;
}
.csu_news-columns-wrapper .csu_news-columns-bg {
  position: absolute;
  z-index: 1;
}
.csu_news-columns-wrapper .csu_upper {
  position: relative;
  z-index: 2;
}
.csu_headmaster {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.csu_headmaster .csu_t-left {
  display: table-cell;
  width: 475px;
  padding-right: 30px;
}
.csu_headmaster .csu_t-left .csu_spell {
  background-color: #f1f1f3;
  background-size: 180px;
  background-repeat: no-repeat;
  background-position: -4px 15px;
  padding-left: 192px;
  padding-right: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 13px;
  font-style: italic;
  line-height: 18px;
  height: 371px;
}
.csu_headmaster .csu_t-left .csu_spell h4 {
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  margin-top: 0pc;
  margin-bottom: 15px;
  line-height: 18px;
}
.csu_headmaster .csu_t-left .csu_spell .csu_from {
  color: #891311;
  font-style: italic;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}
.csu_headmaster .csu_t-left .csu_spell .csu_btn {
  font-style: normal;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
}
.csu_headmaster .csu_t-right {
  display: table-cell;
  width: auto;
}
.csu_headmaster .csu_t-right .csu_icon-link {
  margin-right: 26px;
}
.csu_headmaster .csu_t-right .csu_icon-link:nth-child(4n) {
  margin-right: 0px;
}
.csu_icon-link {
  width: 170px;
  height: 170px;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 30px;
  background-size: 65px;
  padding-top: 95px;
  text-align: center;
  vertical-align: top;
  font-weight: 600;
  margin-bottom: 30px;
  color: #333333;
  border-bottom: 0px solid transparent;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.csu_icon-link:hover,
.csu_icon-link.csu_active {
  color: #891311;
  border-bottom: 0px solid 0px;
}
.csu_icon-link:default,
.csu_icon-link:focus,
.csu_icon-link:active,
.csu_icon-link:visited {
  color: #333333;
}
.csu_icon-link:hover {
  opacity: .8;
  background: #efefef;
  box-shadow: 5px 5px 50px 0.2px rgba(123, 123, 123, 0.38);
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 30px;
  background-size: 65px;
}
.csu_logo-link,
.csu_logo-link:hover {
  background-image: url(../img/logo-white.png);
  background-color: #35b5bd;
  color: #fff !important;
  width: 370px;
  background-size: 311px;
  background-position: -72px;
  padding-top: 34px;
  font-size: 30px;
  text-align: left;
  line-height: 33px;
  font-weight: 600;
  padding-left: 54px;
}
.csu_logo-link:hover{
	opacity: .8;
}
.csu_logo-link-tg,
.csu_logo-link-tg:hover {
  background-image: url(../img/telegram_2.png);
  background-color: #0088cc;
  color: #fff !important;
  width: 370px;
  background-size: 311px;
  background-position: -72px;
  padding-top: 34px;
  font-size: 30px;
  text-align: left;
  line-height: 33px;
  font-weight: 600;
  padding-left: 54px;
}
.csu_logo-link-tg:hover{
	opacity: .8;
}
.csu_for-students {
  margin-bottom: 10px;
}
.csu_for-students .csu_icon-link {
  margin-right: 44px;
}
.csu_for-students .csu_icon-link:nth-last-child(1) {
  margin-right: 0px;
}
.csu_inst-link {
  width: 170px;
  height: 170px;
  display: inline-block;
  background-size: cover;
  text-align: center;
  vertical-align: top;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 30px;
}
.csu_inst-link:hover {
  box-shadow: 5px 5px 50px 0.2px rgba(123, 123, 123, 0.38);
}

.csu_inst-link {
    position: relative;
}

.csu_inst-link:before {
    content: " ";
    display: block;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .2s linear;
    opacity: 0;
}

.csu_inst-link-text {
	color: #ffffff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    max-height: 200px;
    overflow: hidden;
    font-size: 15px;
    padding: 15px;
    text-align: left;
    display: none;
}

.csu_inst-link-details {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 16px;
    display: none;
}

.csu_inst-link:hover:before {
	opacity: 1;
}

.csu_inst-link:hover .csu_inst-link-text {
	display: block;
}

.csu_inst-link:hover .csu_inst-link-details {
	display: block;
}

.csu_inst-link-likes {
    background-image: url(https://csu.smmashing.ru/instagram-widget/likes.svg);
    padding-left: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: center;
    margin-right: 20px;
    display: inline-block;
}

.csu_inst-link-comments {
    background-image: url(https://csu.smmashing.ru/instagram-widget/comments.svg);
    padding-left: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: center;
    margin-right: 10px;
    display: inline-block;
}

.csu_inst-link:not(.csu_inst-link-big) .csu_inst-link-text {
	display: none;
}

.csu_inst-link:not(.csu_inst-link-big) .csu_inst-link-details {
	    width: 100%;
	    text-align: center;
	    left: 0px;
	    top: calc(50% - 9px);
	    bottom: auto;
}

.csu_inst-link:not(.csu_inst-link-big) .csu_inst-link-details .csu_inst-link-likes,
.csu_inst-link:not(.csu_inst-link-big) .csu_inst-link-details .csu_inst-link-comments {
	    margin-right: 10px;
	    margin-left: 10px;
	    margin-bottom: 5px;
}
.csu_socials {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.csu_socials .csu_t-left {
  display: table-cell;
  vertical-align: top;
  width: 430px;
}
.csu_socials .csu_t-left .csu_inst-link-big {
  width: 370px;
  height: 370px;
}
.csu_socials .csu_t-right {
  display: table-cell;
  vertical-align: top;
}
.csu_socials .csu_t-right .csu_icon-link,
.csu_socials .csu_t-right .csu_inst-link {
  margin-right: 24px;
}
.csu_socials .csu_t-right .csu_icon-link:nth-child(4n),
.csu_socials .csu_t-right .csu_inst-link:nth-child(4n) {
  margin-right: 0px;
}
.csu_footer-nav-wrapper {
  background-color: #efefef;
  padding-top: 50px;
  padding-bottom: 50px;
}
.csu_footer-nav-wrapper .csu_footer-nav {
  display: table;
  width: 100%;
}
.csu_footer-nav-wrapper .csu_footer-nav .csu_footer-col {
  display: table-cell;
  vertical-align: top;
  width: 16.666666666%;
}
.csu_footer-nav-wrapper .csu_footer-nav .csu_footer-col:not(:nth-last-child(1)) {
  padding-right: 10px;
}
.csu_footer-nav-wrapper .csu_footer-nav .csu_footer-col .csu_footer-title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 16px;
}
.csu_footer-nav-wrapper .csu_footer-nav .csu_footer-col .csu_footer-link {
  color: #333333;
  border-bottom: 1px solid transparent;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  display: inline;
  font-size: 11px;
  line-height: 16px;
}
.csu_footer-nav-wrapper .csu_footer-nav .csu_footer-col .csu_footer-link:hover,
.csu_footer-nav-wrapper .csu_footer-nav .csu_footer-col .csu_footer-link.csu_active {
  color: #87130e;
  border-bottom: 1px solid #87130e;
}
.csu_footer-nav-wrapper .csu_footer-nav .csu_footer-col .csu_footer-link:default,
.csu_footer-nav-wrapper .csu_footer-nav .csu_footer-col .csu_footer-link:focus,
.csu_footer-nav-wrapper .csu_footer-nav .csu_footer-col .csu_footer-link:active,
.csu_footer-nav-wrapper .csu_footer-nav .csu_footer-col .csu_footer-link:visited {
  color: #333333;
}
.csu_footer-nav-wrapper .csu_footer-nav .csu_footer-col .csu_footer-link:hover {
  color: #87130e;
}
.csu_footer-nav-wrapper .csu_footer-nav .csu_footer-col .csu_footer-link:after {
  content: " ";
  display: block;
}
.csu_partners {
  padding-top: 50px;
  padding-bottom: 50px;
}
.csu_partners .csu_partner-link {
  color: #333333;
  border-bottom: 0px solid transparent;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
  background-position: 0 center;
  padding-left: 62px;
  width: 250px;
  font-size: 13px;
  margin-right: 79px;
  background-size: 43px;
  min-height: 47px;
  line-height: 18px;
}
.csu_partners .csu_partner-link:hover,
.csu_partners .csu_partner-link.csu_active {
  color: #87130e;
  border-bottom: 0px solid transparent;
}
.csu_partners .csu_partner-link:default,
.csu_partners .csu_partner-link:focus,
.csu_partners .csu_partner-link:active,
.csu_partners .csu_partner-link:visited {
  color: #333333;
}
.csu_partners .csu_partner-link:hover {
  opacity: .8;
}
.csu_partners .csu_partner-link:nth-child(4n) {
  margin-right: 0px;
}
.csu_footer-wrapper {
  background: #891311;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}
.csu_footer-wrapper .csu_footer {
  display: table;
  width: 100%;
}
.csu_footer-wrapper .csu_footer .csu_left,
.csu_footer-wrapper .csu_footer .csu_right,
.csu_footer-wrapper .csu_footer .csu_center {
  display: table-cell;
  vertical-align: middle;
  width: 33.33333333%;
}
.csu_footer-wrapper .csu_footer .csu_right {
  padding-left: 90px;
  text-align:right;
}
.csu_footer-wrapper .csu_footer .csu_right a {
  color: #ffffff;
  border-bottom: 0px solid transparent;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  font-weight: bold;
}
.csu_footer-wrapper .csu_footer .csu_right a:hover,
.csu_footer-wrapper .csu_footer .csu_right a.csu_active {
  color: #ffffff;
  border-bottom: 0px solid transparent;
}
.csu_footer-wrapper .csu_footer .csu_right a:default,
.csu_footer-wrapper .csu_footer .csu_right a:focus,
.csu_footer-wrapper .csu_footer .csu_right a:active,
.csu_footer-wrapper .csu_footer .csu_right a:visited {
  color: #ffffff;
}
.csu_footer-wrapper .csu_footer .csu_right a:hover {
  opacity: .9;
}
.csu_footer-wrapper .csu_footer .csu_center {
  text-align: center;
}
.csu_footer-wrapper .csu_footer .csu_center a {
  display: inline-block;
  max-width: 150px;
}
.csu_footer-wrapper .csu_footer .csu_center a img {
  max-width: 100%;
}
.csu_inside-page {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  display: table;
}
.csu_inside-page .csu_left {
  display: table-cell;
  vertical-align: top;
  width: auto;
}
.csu_inside-page .csu_right {
  display: table-cell;
  vertical-align: top;
  width: 300px!important;
  max-width: 300px!important;
  padding-left: 30px;
}
.csu_inside-page .csu_right .csu_right-links {
  background: #e6e6e6;
  padding: 30px;
  margin-bottom: 30px;
  padding: 0px;
}
.csu_inside-page .csu_right .csu_right-links .csu_title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.csu_inside-page .csu_right .csu_right-links .csu_links-block {
  padding-left: 10px;
}
.csu_inside-page .csu_right .csu_right-links .csu_links-block .csu_dep-link {
  font-weight: bold;
  margin-left: -10px;
}
.csu_inside-page .csu_right .csu_right-links a {
  /* color: #333333; */
  /* border-bottom: 0px solid transparent; */
  /* display: inline-block; */
  /* cursor: pointer; */
  /* vertical-align: middle; */
  /* -webkit-transition: all 0.25s linear; */
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  /* transition: all 0.25s linear; */
  /* display: block; */
  /* margin-bottom: 5px; */
}
.csu_inside-page .csu_right .csu_right-links a:hover,
.csu_inside-page .csu_right .csu_right-links a.csu_active {
  color: #333333;
  border-bottom: 0px solid transparent;
}
.csu_inside-page .csu_right .csu_right-links a:default,
.csu_inside-page .csu_right .csu_right-links a:focus,
.csu_inside-page .csu_right .csu_right-links a:active,
.csu_inside-page .csu_right .csu_right-links a:visited {
  color: #333333;
}
.csu_inside-page .csu_right .csu_right-links a:hover span {
  color: #891311!important;
}
.csu_breadcrumbs {
  border-bottom: 2px dotted #9a9a9a;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.csu_breadcrumbs a {
  color: #616161;
  border-bottom: 1px solid transparent;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  border-bottom: 1px solid rgba(97, 97, 97, 0.7);
}
.csu_breadcrumbs a:hover,
.csu_breadcrumbs a.csu_active {
  color: #616161;
  border-bottom: 1px solid rgba(97, 97, 97, 0.7);
}
.csu_breadcrumbs a:default,
.csu_breadcrumbs a:focus,
.csu_breadcrumbs a:active,
.csu_breadcrumbs a:visited {
  color: #616161;
}
.csu_breadcrumbs a:hover {
  border-bottom: 1px solid transparent;
}
.csu_breadcrumbs i {
  color: #616161;
  font-style: normal;
  margin-right: 5px;
  margin-left: 5px;
}
.csu_breadcrumbs span {
  color: #333333;
  font-size: 16px;
}
.csu_h1 {
  color: #891211;
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 5px;
  margin-top: 0px;
  font-family: 'OfficinaSans', 'Arial';
}
.csu_inner-content h2:nth-child(1),
.csu_inner-content h2:nth-child(2) {
  margin-top: 0px;
}
.csu_inner-content p {
  color: #2d3341;
  margin-bottom: 18px;
}
.csu_inner-content img {
  display: block;
  max-width: 100%;
  /* margin-bottom: 10px; */
  margin-right: 20px;
}
.csu_inner-content a.nobottom {

border-bottom: 0;
}
.csu_inner-content h2 {
  font-size: 21px;
  margin-top: 45px;
  margin-bottom: 23px;
  color: #891211;
}
.csu_inner-content ul {
  margin-top: 0px;
  margin-bottom: 0px;
  list-style: none;
  margin-top: 11px;
  padding-left: 26px;
  margin-bottom: 18px;
}
.csu_inner-content ul li {
  position: relative;
  margin-bottom: 8px;
}
.csu_inner-content ul li:before {
  content: ' ';
  display: block;
  position: absolute;
  border: 4px solid transparent;
  border-left: 7px solid #891211;
  left: -21px;
  top: 6px;
}
.csu_inner-content a {
  color: #891311;
  border-bottom: 1px solid transparent;
  display: inline;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;

  line-height: 22px;
  padding-bottom: 0px;
}
.csu_inner-content a:hover,
.csu_inner-content a.csu_active {
  color: #891311;

}
.csu_inner-content a:default,
.csu_inner-content a:focus,
.csu_inner-content a:active,
.csu_inner-content a:visited {
  color: #891311;
}
.csu_inner-content a:hover {
  color: #891311;
  text-decoration: none;
}
.csu_inner-content ol {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-top: 11px;
  padding-left: 38px;
  margin-bottom: 15px;
}
.csu_inner-content ol li {
  position: relative;
  margin-bottom: 8px;
}
.csu_inner-content ol li a:hover {
  color: #891211;
}
.csu_inner-content b {
  color: #5a5a5a;
}
.csu_inner-content h3 {
  font-size: 17px;
  margin-top: 35px;
  margin-bottom: 23px;
  color: #891211;
}
.csu_inner-content h4 {
  font-size: 14px;
  margin-top: 35px;
  margin-bottom: 23px;
  color: #891211;
}
.csu_inner-content h5 {
  font-size: 14px;
  margin-top: 35px;
  margin-bottom: 23px;
  color: #891211;
}
.inner-content::selection {
  background: #891211;
}
.csu_inner-content blockquote {
  font-size: 16px;
  color: #5a5a5a;
  border: 0px;
  position: relative;
  padding-top: 24px;
  display: block;
  padding-left: 67px;
  padding-right: 67px;
  padding-bottom: 24px;
  margin-top: 20px;
  text-indent: 40px;
  background: #f2f2f2;
  font-style: italic;
}
.csu_inner-content blockquote:before {
  display: block;
  position: absolute;
  color: #891211;
  font-size: 45px;
  top: 0px;
  left: 15px;
  font-size: 57px;
}
.csu_inner-content blockquote:after {
  content: '"';
  display: block;
  position: absolute;
  color: #891211;
  font-size: 45px;
  bottom: 0px;
  right: 15px;
  transform: rotate(180deg);
  font-size: 57px;
}
.csu_latest-news {
  background: #f5e6c7;
  padding: 20px;
  margin-bottom: 30px;
}
.csu_latest-news .csu_item {
  border-bottom: 2px dotted #9a9a9a;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.csu_latest-news .csu_item:nth-last-child(2) {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.csu_latest-news .csu_item .csu_img {
  display: block;
  min-width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
  margin-bottom: 20px;
}
.csu_latest-news .csu_item .csu_date {
  margin-bottom: 10px;
  font-size: 16px;
}
.csu_latest-news .csu_item a {
  font-weight: 500;
  color: #000000;
  border-bottom: 0px solid transparent;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  font-size: 16px;
}
.csu_latest-news .csu_item a:hover,
.csu_latest-news .csu_item a.csu_active {
  color: #891311;
  border-bottom: 0px solid transparent;
}
.csu_latest-news .csu_item a:default,
.csu_latest-news .csu_item a:focus,
.csu_latest-news .csu_item a:active,
.csu_latest-news .csu_item a:visited {
  color: #000000;
}
.csu_latest-news .csu_item a:hover {
  color: #891311;
}
.csu_latest-news .csu_btn {
  display: block;
  width: 100%;
  text-align: center;
}
.csu_subtitle {
  margin-top: -20px;
  margin-bottom: 30px;
}
.csu_scrolled-table {
  overflow: auto;
  /* margin-bottom: 30px; */
}
.csu_scrolled-table table {
  min-width: 100%;
}
.csu_scrolled-table th,
.csu_scrolled-table td {
  padding: 10px;
  border-right: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
}
.csu_scrolled-table thead tr:nth-child(1) th {
  border-top: 1px solid #9e9e9e;
}
.csu_scrolled-table td:nth-child(1),
.csu_scrolled-table th:nth-child(1) {
  border-left: 1px solid #9e9e9e;
}
.csu_scrolled-table tbody tr:nth-child(even) {
  /* background-color: #ececec; */
}
.csu_download {
  background: #f5e6c7;
  padding: 20px;
  margin-bottom: 30px;
}
.csu_download a {
  color: #891311;
  border-bottom: 0px solid transparent;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  padding-left: 30px;
}
.csu_download a:hover,
.csu_download a.csu_active {
  color: #891311;
  border-bottom: 0px solid transparent;
}
.csu_download a:default,
.csu_download a:focus,
.csu_download a:active,
.csu_download a:visited {
  color: #891311;
}
.csu_download a:not(:nth-last-child(1)) {
  margin-bottom: 10px;
}
.csu_download a img {
  width: 20px;
  display: inline;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: -30px;
}
.csu_download a span {
  display: inline;
  vertical-align: middle;
  border-bottom: 1px solid #891311;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.csu_download a:hover span {
  border-bottom: 1px solid transparent;
}
.csu_main-slider.csu_facult-page-slider .csu_main-slide:before {
  background-color: rgba(0, 0, 0, 0.65);
}
.csu_main-slider.csu_facult-page-slider .csu_facult-logo {
  margin: 0 auto;
  display: block;
  max-width: 350px;
}
.csu_text-block {
  margin-bottom: 20px;
}
.csu_text-block:nth-last-child(1) {
  margin-bottom: 0px;
}
.csu_quote {
  display: table;
  width: 100%;
  margin-bottom: 18px;
}
.csu_quote .csu_left {
  display: table-cell;
  vertical-align: top;
  width: auto;
  border-left: 10px solid rgba(245, 230, 199, 0.72);
  padding-left: 10px;
}
.csu_quote .csu_right {
  display: table-cell;
  vertical-align: top;
  width: 180px;
  padding-left: 30px;
}
.csu_main-nav.csu_no-margin {
  margin-bottom: 0px;
}

body, .ms-backgroundImage {
    overflow-y: scroll;
    height: 100%;

}

input[type=button], input[type=reset], input[type=submit], button {
	min-width: unset;
}

* {
	/* line-height: 16px; */
}

.csu_toggle-bar {
	display: none;
}

.csu_mobile-menu {
	display: none;
}

@media screen and (max-width: 766px) {

	.banner{
	max-width: 100% !important;
    width: auto !important;
}

	.csu_inst-link:before {
		opacity: 1;
	}
	
	.csu_inst-link .csu_inst-link-text {
		display: block;
	}
	
	.csu_inst-link .csu_inst-link-details {
		display: block;
	}


  .csu_container {
    width: 100%!important;
  }

  body {
    min-width: unset;
  }

  .csu_header,
  .csu_t-row,
  .csu_t-left,
  .csu_t-right,
  .csu-level-1-link,
  .csu_news-feed,
  .csu_news-row,
  .csu_news-left,
  .csu_news-right,
  .csu_news-columns,
  .csu_news-col,
  .csu_headmaster,
  .csu_t-left,
  .csu_t-right,
  .csu_socials,
  .csu_t-left,
  .csu_t-right,
  .csu_footer-nav,
  .csu_footer,
  .csu_left,
  .csu_center,
  .csu_right,
  .csu_inst-link-big,
  .csu_logo-link,
  .csu_header-nav .csu_a,
  .csu_news-feed .csu_item,
  .csu_all-news .csu_news-row .csu_news-left .csu_news-thumbnail,
  .csu_all-news .csu_news-row .csu_news-right .csu_news-thumbnail,
  .csu_all-news .csu_news-row .csu_news-left .csu_news-list,
  .csu_all-news .csu_news-row .csu_news-right .csu_news-list {
    display: block !important;
    max-width: 100% !important;
    width: auto !important;
  }
  
  .csu_footer-nav-wrapper .csu_footer-nav .csu_footer-col {
    margin-bottom: 15px;
  }

  .csu_partners {
    padding-top: 15px;
    padding-bottom: 0px;
  }

  body {
    min-width: 320px;
  }

  .csu_footer {
    text-align: center;
  }

  .csu_footer-wrapper .csu_footer .csu_left,
  .csu_footer-wrapper .csu_footer .csu_center {
    margin-bottom: 15px;
  }

  .csu_footer-wrapper .csu_footer .csu_right {
    padding-left: 0px;
  }

  .csu_partners .csu_partner-link {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

   .csu_socials .csu_t-right .csu_inst-link {
      height: 120px;
      margin-bottom: 10px;
      max-width: 100%;
      margin: 0 auto;
      margin-bottom: 10px;
      display: inline-block;
   }
   
   .csu_logo-link, .csu_logo-link:hover {
		padding-left: 10px;
		background-position: inherit;
   }
   
   .csu_icon-link:hover {
	    background-size: 41px;
	    background-repeat: no-repeat;
	    background-position: center 30px;
}

   .csu_icon-link {
      margin-bottom: 10px;
      height: 120px;
      background-size: 41px;
      padding-top: 65px;
      padding-left: 10px;
      padding-right: 10px;
      font-size: 13px;
      line-height: 12px;
      background-position-y: 20px;
      width: 50%;
      display: inline-block;
      margin-right: 0px !important;
   }

   .csu_footer-nav-wrapper {
      padding-top: 20px;
      padding-bottom: 20px;
   }

   .csu_socials .csu_t-left .csu_inst-link-big {
      height: 260px;
      width: 100%;
      margin-bottom: 10px;
   }

   .csu_socials {
      margin-bottom: 15px;
   }

   .csu_icon-link.csu_logo-link {
      background-size: cover;
      font-size: 20px;
      text-align: center;
      line-height: 23px;
      padding-top: 40px;
   }

   .csu_for-students .csu_icon-links {
    text-align: center;
   }

   .csu_header .csu_col-1 .csu_logo {
    max-width: 100%;
    margin-bottom: 15px;
   }

   .csu_header .csu_col-2 .csu_search-form {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    position: relative;
    padding-bottom: 8px;
   }

   .csu_header .csu_col-2 .csu_search-form .csu_search-input {
      font-size: 18px;
   }

   .csu_header .csu_col-2 .csu_search-form .csu_search-submit {
      width: 15px;
      height: 15px;
      position: absolute;
      top: 2px;
   }

   .csu_header {
   	    margin-top: 15px;
   }

   .csu_top-panel .csu_t-left {
   	    padding-right: 0px;
	    margin-bottom: 10px;
   }

   .csu_top-panel .csu_inline:nth-child(1) {
	   	margin-right: 0px;
	    margin-bottom: 10px;
   }

   .csu_top-panel .csu_t-right {
   	    padding-left: 0px;
   }

   .csu_top-panel .csu_t-right .csu_personal-btn {
   		position: static;
   }

   .csu_main-nav {
   	    height: auto;
	    position: static;
	    text-align: left;
	    padding: 10px;
   }

   .csu_main-nav .csu-level-1-link {
   	    text-align: left;
	    padding: 0px;
   }

   .csu_main-nav .csu-level-1-link:nth-last-child(1) {
	   	margin-bottom: 0px;
   }

   .csu_main-slider .csu_main-slide {
   	    padding: 10px;
        height: auto;
        padding-top: 20px;
	    padding-bottom: 20px;
   }
   
.csu_main-slider .csu_main-slide:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
}

   .csu_main-slider-controls {
	   	display: none;
   }

   .csu_main-slider .csu_main-slide .csu_container {
   		padding: 0px;
   }

   .csu_main-slider {
   	    height: auto;
	    margin-top: 0px;
	    margin-bottom: 0px;
   }

   .csu_main-slider .csu_main-slide .csu_main-slide-title {
	   	font-size: 27px;
	    line-height: 28px;
	    margin-top: 0px;
        margin-bottom: 10px;
   }

   .csu_main-slider .csu_main-slide .csu_main-slide-desc {
	   	margin-bottom: 10px;
	    font-size: 14px;
	    line-height: 14px;
   }

   .csu_btn {
   	    font-size: 14px;
	    padding-left: 20px;
	    padding-right: 20px;
	    padding-top: 10px;
	    padding-bottom: 10px;
   }

   .csu_container {
   	    padding-left: 10px;
	    padding-right: 10px;
   }

   .csu_all-news .csu_news-row .csu_news-left,
   .csu_all-news .csu_news-row .csu_news-right {
	    padding-right: 0px;
        padding-left: 0px;
   }

   .csu_all-news .csu_news-row .csu_news-left .csu_news-thumbnail .csu_news-card,
   .csu_all-news .csu_news-row .csu_news-right .csu_news-thumbnail .csu_news-card {
   		width: 100%;
	    padding-top: 58px;
   }

   .csu_all-news .csu_news-row .csu_news-left .csu_news-thumbnail,
   .csu_all-news .csu_news-row .csu_news-right .csu_news-thumbnail {
   		margin-bottom: 15px;
   }

   .csu_all-news .csu_news-row .csu_news-left .csu_news-list,
   .csu_all-news .csu_news-row .csu_news-right .csu_news-list {
   		padding-left: 0px;
   }

   .csu_all-news .csu_news-row .csu_news-left .csu_news-list .csu_news-card,
   .csu_all-news .csu_news-row .csu_news-right .csu_news-list .csu_news-card {
   		padding-top: 48px;
   		margin-bottom: 15px;
   }

   .csu_all-news .csu_news-row .csu_news-left .csu_news-list .csu_news-card:not(:nth-last-child(1)), .csu_all-news .csu_news-row .csu_news-right .csu_news-list .csu_news-card:not(:nth-last-child(1)) {
   		margin-bottom: 15px;
   }

   .csu_news-feed {
	   	margin-bottom: 20px;
   }

   .csu_all-news {
   	    margin-bottom: 20px;
   }

   .csu_calendar-slider {
	    margin-bottom: 20px;
   }

   .csu_news-columns .csu_news-col .csu_news-col-container {
   		color: #444444;
	    padding: 0px;
	    height: auto;
   }

   .csu_news-columns .csu_news-col {
	   	height: auto;
	    margin-bottom: 20px;
   }

   .csu_news-columns-wrapper {
	    margin-bottom: 40px;
   }

   .csu_headmaster .csu_t-left {
   		padding-right: 0px;
   }

   .csu_headmaster .csu_t-left .csu_spell {
   		padding: 10px;
	    background-size: 110px;
	    padding-left: 120px;
	    height: auto;
	    margin-bottom: 20px;
   }

   .csu_headmaster .csu_t-right .csu_icon-links {
	    text-align: center;
   }

  .csu_main-nav {
  		display: none;
  }
  
  #facult-page .csu_main-nav {
    margin-top: 0!important;
	display: block;
	overflow: hidden;
    height: auto;
    margin-bottom: 0;
  }
  
  .csu_main-nav.csu_main-nav-bottom .csu-level-1-link {
    height: auto;
  }

  .csu_main-slider {
	    margin-bottom: 20px;
  }

  .csu_header .csu_col-2 .csu_header-nav {
  		display: none;
  }

  .csu_header .csu_col-3 .csu_switch {
  		display: none;
  }

  .csu_header .csu_col-2 {
  		display: none;
  }

  .csu_header {
	    margin-bottom: 0px;
  }

  .csu_top-panel .csu_t-right .csu_personal-btn {
  		display: none;
  }

  .csu_top-panel .csu_t-left {
	    margin-bottom: 0px;
  }

  .csu_top-panel {
	    padding-left: 50px;
  }

  .csu_top-panel .csu_t-left {
  		text-align: right;
  }

  .csu_top-panel .csu_inline:nth-child(1) {
  		display: none;
  }

  .csu_top-panel .csu_inline {
  		margin-right: 0px;
  }

  .csu_top-panel .csu_inline:nth-last-child(1) {
  		margin-right: 0px;
  }
  .csu_toggle-bar img {
    width: 100%;
    height: 100%;
}

  .csu_toggle-bare img {
    width: 100%;
    height: 100%;
}
  .csu_toggle-bar {
  	display: block;
  }

  .csu_toggle-bar {
		width: 30px;
		position: absolute;
		left: 5px;
		top: 5px;
		background: #891311;
		height: 20px;
		padding: 3px;
		border-radius: 5px;
		}
		
  .csu_toggle-bare {
		width: 30px;
		background: #891311;
		height: 20px;
		padding: 3px;
		border-radius: 5px;
		display: inline-block;
		margin-right: 10px;
		}		

  .csu_top-panel .csu_inline:nth-child(2) {
	    margin-right: 10px;
  }

  .csu_mobile-menu {
  		display: none;
		position: fixed;
		z-index: 1000;
		background: #f5e6c7;
		height: 100%;
		width: 250px;
		padding-top: 15px;
		padding-bottom: 15px;
  }

  .csu_mobile-menu .csu_a {
		display: block;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
		background: #edd8ac;
		margin-bottom: 1px;
  }

  .csu_mobile-menu-bg {
  		display: none;
  		position: fixed;
	    z-index: 999;
	    background: rgba(137, 19, 17, 0.49);
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 100%;
  }

  .csu_mobile-menu-links {
  		height: 100%;
  		overflow-y: auto;
  }

  .csu_mobile-menu .csu_personal-btn {
		background: #d76315;
		color: #ffffff;
		position: absolute;
		width: 100%;
		text-align: center;
		height: 40px;
		border: 0px;
		bottom: 0px;
		box-shadow: none;
		-webkit-transition: background 0.3s linear;
		-moz-transition: background 0.3s linear;
		-o-transition: background 0.3s linear;
		transition: background 0.3s linear;
  	
  }

  .csu_mobile-menu .csu_personal-btn img {
	    max-width: 26px;
  }

  .csu_inside-page .csu_right {
	  	padding-left: 0px;
  }

  .csu_inner-content p {
  		line-height: 21px;
  }

  .csu_inside-page {
	    margin-top: 10px;
  }

  .csu_breadcrumbs {
		margin-bottom: 10px;
  }

  .csu_download {
	    margin-bottom: 10px;
  }

  .csu_h1 {
  	    font-size: 25px;
	    line-height: 28px;
  }
  
  .csu_main-slide-content.facu {
        font-size: 25px!important;
        margin-top: 100px!important;
  }

  .csu_breadcrumbs span {
		line-height: 22px;
  }

  .csu_inner-content img {
  		max-width: 100%;
  }

  .csu_scrolled-table table {
  		width: auto;
  		max-width: 100%;
  }

  .csu_inside-page {
  		display: block;
  }

  .csu_inner-content a {
  		display: inline;
	    line-height: 23px;
  }

  .csu_footer-nav-wrapper .csu_footer-nav .csu_footer-col {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
    padding-right: 0px !important;
    max-width: 135px;
  }
  
  .csu_icon-link:nth-child(even),
  .csu_inst-link:nth-child(even) {
  	margin-left:5px !important;
  	width: 48%;
  }
  
  .csu_icon-link:nth-child(odd),
  .csu_inst-link:nth-child(odd) {
  	margin-right:5px !important;
  	width: 48%;
  }


  body.static-body {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }

  .csu_header .csu_col-1 .csu_logo {
      margin-left: auto;
      margin-right: auto;
  }

  #vk_groups {
    margin-left: auto;
    margin-right: auto;
  }

  .csu_toggle-links {
      display: none;
  }

  .csu_mobile-menu .csu_mobile-menu-links .csu_toggle-links .csu_a {
    background: #f5e6c7;
  }

  .csu_mobile-menu [data-toggle] {
      position: relative;
  }

  .csu_mobile-menu [data-toggle]:after {
    content: " ";
    background-image: url(../img/menu-arrow-down.svg);
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    background-size: contain;
    right: 20px;
    top: 10px;
    opacity: .5;
    transition: all .2s linear;
  }

  .csu_mobile-menu [data-toggle].csu_toggled:after {
    transform: rotate(180deg);
  }

  .csu_for-students {
    margin-bottom: 30px;
  }
}
.ms-core-listMenu-horizontalBox {
    display: table-cell;
}
body.ms-backgroundImage {
    overflow: hidden;
}
.article.article-body {
    padding: 0;
    height: 0;
	display: block!important;
}
div#s4-bodyContainer {
    padding: 0;
}
.bagg {
    background: #f5e6c7;
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 100%;
}

.fio {
    color: #891211;
    font-weight: 500;
    font-size: 34px;
    /* line-height: 42px; */
    /* margin-bottom: 5px; */
    margin-top: 0px;
    font-family: 'OfficinaSans', 'Arial';
}


.preloader {
	width: 80px;
    height: 80px;
    width: max-content;
    height: max-content;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

#s4-workspace {
    width: 100%;
}

.one_container {
    margin: 30px auto;
    min-height: 500px;
}
.csu_right a.static.menu-item.ms-core-listMenu-item span.menu-item-text {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    list-style: none;
    background: none!important;
}

a.static.menu-item.ms-core-listMenu-item {
    padding: 0;
    margin-right: 0;
}

.expand a {
    width: 100%;
}

 .csu_right ul li ul li span {
    color: #333333;
    border-bottom: 0px solid transparent;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    display: block;
    margin-bottom: 5px!important;
    font-size: 16px!important;
}

a.static.menu-item.ms-core-listMenu-item.ms-displayInline.ms-navedit-linkNode {}

.csu_right a.static.menu-item ul li a span {}

ul li ul li li.static {
    display: block!important;
}

ul li ul li li.static span {
    display: block!important;
    color: #333333;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    display: block;
    font-weight: 100!important;
    margin-left: 5px!important;
}
.csu_right ul li ul {
    margin-top: 20px;
    padding-left: 10px;
}
.csu_right ul.root > li > ul {
    padding-left: 0;
}
.csu_right ul li ul ul {
    margin-top: 0px;
}

hr.ms-core-listMenu-separatorLine {
    display: none;
}

li.static {
    list-style: none;
    background: none;
}
a.static.selected.menu-item.ms-core-listMenu-item.ms-displayInline.ms-core-listMenu-selected.ms-navedit-linkNode {
    background: none!important;
}
.csu_inner-content {
    font-size: 16px;
    max-width: 950px;
    /* overflow: hidden; */
    /* overscroll-behavior-x: auto; */
    /* overflow-x: auto; */
    /* overflow-y: hidden; */
}
.csu_inner-content h3 {
    text-align: left!important;
}
.csu_inner-content h2 {
    text-align: left!important;
}
.csu_inner-content p {
    text-align: left!important;
}
.csu_inner-content ul li {
    text-align: left!important;
}
ul.years {
    list-style: none;
}
ul.years li {
    list-style: none;
    padding: 0 10px 0 0!important;
}
ul.years li:before {
    content: none;
}

ul.years {margin-top: 15px!important;}

.news-rowfield.social-buttons div {
    float: left;
    display: inline-block;
    /* width: 100px!important; */
    width: max-content!important;
    max-width: 100px;
    min-width: 55px;
}

.news-rowfield.social-buttons {
    height: 30px;
}
.csu_inner-content h1 {
    text-align: left!important;
    font-family: 'OfficinaSans'!important;
}
.csu_inner-content h1 strong {
    text-align: left!important;
    font-family: 'OfficinaSans'!important;
}
.csu_inner-content h1 span {
    text-align: left!important;
    font-family: 'OfficinaSans'!important;
}
.csu_inner-content span {
    text-align: left!important;
    font-family: 'OfficinaSans'!important;
}
.csu_inner-content em {
    text-align: left!important;
    font-family: 'OfficinaSans'!important;
}
.ms-core-listMenu-horizontalBox{

	top: 110px;
}
#zz12_TopNavigationMenu .ms-core-listMenu-root, #zz1_TopNavigationMenu .ms-core-listMenu-root,
.ms-core-listMenu-horizontalBox > ul  {

}
.ms-core-listMenu-horizontalBox > ul li{

}
.ms-core-listMenu-horizontalBox > ul > li:hover {

}
.ms-core-listMenu-horizontalBox > ul li:hover a > span{
	color: #891311;
}
.ms-core-listMenu-horizontalBox > ul li a{
	display:block;
	font-size: 105%;
	padding: 0 15px;
}
.ms-core-listMenu-horizontalBox > ul li a > span{
	position: relative;
	font-size: 14px;
	cursor: pointer;
	color: #333333;
}

.ms-core-listMenu-horizontalBox > ul ul{
	background: #fff;
	display: none;
	overflow: hidden;
	position: absolute;
	-moz-box-shadow: 0px 2px 2px #999;
	-webkit-box-shadow: 0px 2px 2px #999;
	box-shadow: 0px 2px 2px #999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=270, Color='#999999')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=270, Color='#999999');
	margin-left: -26px;
	margin-top: 25px;
	z-index:150;
	padding: 15px 0;
}
.ms-core-listMenu-horizontalBox > ul ul li{
	/* position:relative; */
	/* display:block; */
	float:left;
	width:100%;
	background:none repeat scroll 0% 0% #fff;
	padding: 0;
	z-index:200;
	text-align: left;
}
.ms-core-listMenu-horizontalBox > ul ul a{
	white-space:nowrap;
	background:#fff;
	width: 100%;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:0;
	color: #720700;
	font-size: 13px;
	overflow: hidden;
	padding: 0px;
	line-height: 26px;
	display: block;
}
.ms-core-listMenu-horizontalBox > ul li:hover ul{
	display:block;
}
.ms-core-listMenu-horizontalBox > ul li:hover a{
	text-decoration:none;
}
.ms-core-listMenu-horizontalBox > ul li:hover ul a{
	text-decoration:none;
	
}
.ms-core-listMenu-horizontalBox > ul li:hover ul a > span{
	padding: 10px 25px 15px 15px;
	font-weight: bold;
	line-height: 20px;
	font-weight: normal;
	color: #8e8e8e;
	font-size: 14px;
}
.ms-core-listMenu-horizontalBox > ul li:hover ul li a:hover > span{
	color: #891311;
}
.ms-core-listMenu-horizontalBox > ul li:hover ul li a:hover > span{
	
text-shadow: none;
	
color: #891311;
}
.ms-core-listMenu-horizontalBox a.ms-core-listMenu-item.ms-core-listMenu-selected:hover, a.ms-tv-item:hover, a.ms-tv-header:hover {
    background-color: #720700;
}
.ms-core-listMenu-horizontalBox > ul > li > a.ms-core-listMenu-item.ms-core-listMenu-selected:hover{
	background-color: transparent;
}
.ms-core-listMenu-verticalBox li.static > ul.static > li.static > .ms-core-listMenu-item {
    padding-left: 0px!important;
    background: none;
}
.ms-core-listMenu-root {
    padding-left: 0;
}
ul#auth-menu-list {
    background: #fff;
    list-style: none;
    padding: 20px 10px;
    margin-top: 26px;
    position: absolute;
    z-index: 9;
    box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, .2);
}
ul#auth-menu-list li {padding-bottom: 10px;}
.vision {
    float: left;
}
a#ctl00_ctl54_ExplicitLogin {
    display: none!important;
}
div#pageStatusBar {
    display: none!important;
}
.csu_main-nav.csu_main-nav-bottom {}

.csu_main-nav.csu_main-nav-bottom .csu-level-1-link {
    padding: 14px 26px 15px;
}
.ms-rteFontFace-3 {
    font-family: 'OfficinaSans'!important;
    line-height: 25px;
}

img.ms-rtePosition-1 {
    height: 250px;
}
.ms-toolbar {
   /* display: none; */
}

.ms-formtoolbar .ms-toolbar {
    display: block;
}

li.static.highlight ul li a span span {
    color: #333333;
}
li.static.highlight a span span {
    color: #891311;
}
#contact span {
    font-size: 16px;
    line-height: 20px!important;
}
img.csu_facult-logo {
    height: 50px;
    float: left;
    margin-right: 20px!important;
}

.csu_main-slide-content.facu {
    text-align: center;
    width: 500px;
    width: max-content!important;
    margin: auto;
    float: none;
    display: block!important;
    margin-top: 150px;
    line-height: 50px;
    font-size: 35px;
    font-weight: 600;
}
a#ctl00_ctl56_ExplicitLogin {
    display: none!important;
}
.csu_inside-page .csu_right .csu_right-links li.static {
    padding: 20px 20px;
}

.csu_inside-page .csu_right .csu_right-links li.static li {
    padding: 0px;
}

.ms-quicklaunchouter.ms-core-sideNavBox-removeLeftMargin {
    margin-left: 0;
}
#mypanoviewer {
    height: 800px!important;
    width: 800px!important;
}
#mypanoviewer canvas {
    height: 100%!important;
    width: 100%!important;
}
img.ms-rtePosition-1,
img.ms-rtePosition-2,
img.ms-rtePosition-3,
img.ms-rtePosition-4 {
    height: auto;
    margin-right: 5px;
}
.arimg {
	position: relative;
}

.openArrow.arimg .two {
    background: url(/Style%20Library/Images/arr-r.png) center;
    background-repeat: no-repeat;
    /* background-position-y: 6px; */
    background-size: 7px;
    content:' ';
    width: 10px;
    height: 17px;
    display: block;
    float: left;
    margin-left: -10px;
    position: absolute;
    top: 0;
}

.arimg.closeArrow .two {
    background: url(/Style%20Library/Images/arr-b.png) center;
    background-repeat: no-repeat;
    /* background-position-y: 6px; */
    background-size: 7px;
    content:' ';
    width: 10px;
    height: 17px;
    display: block;
    float: left;
    margin-left: -10px;
    position: absolute;
    top: 0;
}

.one .openArrow.arimg .two {
    background: url(/Style%20Library/Images/nav-arrow-l.png);
    background-repeat: no-repeat;
    background-position-y: 6px;
	content:' ';
	width: 10px;
    height: 17px;
    display: block;
    float: left;
	margin-left: -10px;
	position: absolute;
    top: 0;
}

.one .arimg.closeArrow .two {
    background: url(/Style%20Library/Images/nav-arrow.png);
    background-repeat: no-repeat;
    background-position-y: 6px;
	content:' ';
	width: 10px;
    height: 17px;
    display: block;
    float: left;
	margin-left: -10px;
	position: absolute;
    top: 0;
}
.openArrow.arimg + a + ul {
    display:none;
}

.openArrow.arimg ul {
    display:none;
}

.arimg.closeArrow ul {

}


.ms-ellipsis-icon, .ms-ellipsis-icon-tile {
    max-width: 100%!important;
}
a#ctl00_ctl55_ExplicitLogin {
    display: none!important;
}
.news-rowfield.news-header {
    color: #891211;
    font-weight: 500;
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 30px;
    margin-top: 0px;
}

.news-rowfield.news-date {
    color: #969696;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 1px;
    margin-top: 0px;
}
.ms-core-tableNoSpace {
    width: 100%;
}
.ms-core-tableNoSpace table {
    width: 100%;
}

.ms-formbody {
    margin-top: 20px;
}

.ms-formlabel h3 {
    vertical-align: top;
    margin-top: 5px;
}
div#dialog {
    display: none;
}

.img_banner {
	margin-bottom: 70px;
}
.csu_inner-content img {
    width: auto;
    margin: 0;
    margin-bottom: 20px;
    float: none;
    display: block;
    margin-right: 20px;
    object-fit: contain;
    vertical-align: top;
    height: auto!important;
}

.csu_scrolled-table table {
    margin-bottom: 20px;
}

.csu_inner-content blockquote:after {
	display: none;
}

.csu_inner-content blockquote {
    padding: 0px;
    margin: 0px;
    width: auto;
    background: transparent;
    margin-bottom: 20px;
}

.csu_inner-content a img {
	display: inline-block;
    vertical-align: middle;
    margin: 0px;
    margin-right: 5px;
}

.csu_inner-content a {
  text-decoration: underline;
}

.csu_inner-content a:hover {
  text-decoration: none;
}

.csu_inner-content p:empty
{
    margin: 0px;
}

.csu_inner-content span:empty
{
    margin: 0px;
}

.csu_inner-content p br {
	
	display: none;
}

.news-rowfield.p-leader {
    margin-bottom: 20px;
}
.img-container img {
    width: 100%!important;
    max-width: 100%;
}
ul.ms-core-suiteLinkList {
    display: none;
}
input#ctl00_PlaceHolderMain_btnWikiEdit {
    display: none;
}

span#ctl00_PlaceHolderMain_wikiPageNameDisplay {
    display: none;
}

span#ctl00_PlaceHolderMain_wikiPageNameEdit {
    display: none;
}

div {}

input#ctl00_PlaceHolderMain_btnWikiSave {
    display: none;
}

input#ctl00_PlaceHolderMain_btnWikiRevert {
    display: none;
}

h2.ms-webpart-titleText {
    display: none;
}
span.s4-clust img {
    width: auto!important;
    max-width: 100%;
    display: contents;
}
.paging-bar a {
    padding: 10px;
}
span#partAttachment {
    display: none;
}
table#layoutsTable {
    max-width: 100%;
}

.paging-bar {
    width: 100%;
    max-width: 360px;
    overflow: hidden;
}

.close-cross {
	float: right;
}
.close-cross > img {
	width: 25px;
}
#sizeButton {
	cursor:pointer;
}
#modal_window {
	display: none;
	z-index: 9999;
	border: 1px solid #444;
	background-color: #FEFEFE;
	border-radius: 10px;
	padding: 15px 20px;
	height: 1792px;
	width: 770px;
}
#modal_window_background {
	left: 0;
	top: 0;
	position: absolute;
	background: #000;
	opacity: 0.7;
	z-index: 999;
	height: 100%;
	width: 100%;
}
.iphone-wrapper {
  position: relative;
}
.tooltip{
	cursor: pointer;
}
.tooltips .tooltip {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  overflow: hidden;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #720800;
  display: none;
}
.tooltips .black {
  display: block;
  color: #000;
}

.tooltips .tooltip.short {
  width: 220px;
}
.tooltips .tooltip .line {
  width: 180px;
  height: 44px;
}
.tooltips .tooltip .line.center {
  width: 230px;
  height: 44px;
}

.tooltips .tooltip.short .line {
  width: 100px;
  height: 24px;
}
.tooltips .tooltip .text {
  width: 110px;
}
.tooltips .tooltip.right-tooltip {
  left: 368px;
}
.tooltips .tooltip.right-tooltip .line {
  float: left;
  margin-right: 10px;
}
.tooltips .tooltip.right-tooltip.short .line {
}
.tooltips .tooltip.right-tooltip .text {
  float: left;
}
.tooltips .tooltip.right-tooltip.short {
  left: 448px;
}
.tooltips .tooltip.left-tooltip {
  left: 12px;
}
.tooltips .tooltip.left-tooltip .line {
  float: right;
  margin-left: 10px;
}
.tooltips .tooltip.left-tooltip.short .line {
}
.tooltips .tooltip.left-tooltip .text {
  float: right;
  text-align: right;
}
.tooltips #csu-tooltip { top: 95px; width: 350px}
.tooltips #facebook-tooltip { top: 610px; }
.tooltips #videochannel-tooltip { top: 325px; }
.tooltips #calendar-tooltip { top: 240px; }
.tooltips #price-tooltip { top: 153px; }
.tooltips #vkontakte-tooltip { top: 590px; }
.tooltips #exchange-tooltip { top: 308px; }
.tooltips #ball-tooltip { top: 220px; }
.tooltips #facilities-tooltip { top: 134px; }
.tooltips #twitter-tooltip { top: 590px; }
.tooltips #creation-tooltip { top: 308px; }
.tooltips #specializations-tooltip { top: 220px; }
.tooltips #budget-tooltip { top: 134px; }
.tooltips #contacts-tooltip { top: 610px; }
.tooltips #disabled-tooltip { top: 325px; }
.tooltips #sports-tooltip { top: 240px; }
.tooltips #rooles-tooltip { top: 153px; }
.tooltips #wifi-tooltip { top: 117px; }
.tooltips #complete-tooltip { top: 117px; }
.ms-signInLink {
    display: none!important;
}
li > a.ms-core-listMenu-item.ms-core-listMenu-selected:hover, li > a.ms-core-listMenu-item:hover, li > a.ms-core-listMenu-item:active {
    background: none!important;
}
ul.socials {margin: 0;list-style: none!important;padding: 0;width: 170px;float: left;}
ul.socials li { float: left; line-height: 32px; margin: 4px 2px 4px 0;list-style: none!important; }
ul.socials li:before { content:none; }
ul.socials a.social { color: #000000; float: left; height: 32px; line-height: 24px; text-decoration: none; width: 32px; }
ul.socials a.social-fb {background: url(/Style%20Library/images/social-icons.png) no-repeat scroll 0 0 transparent;}
ul.socials a.social-tw { background: url(/Style%20Library/images/social-icons.png) no-repeat scroll -35px 0 transparent;}
ul.socials a.social-vk { background: url(/Style%20Library/images/social-icons.png) no-repeat scroll -70px 0 transparent;}
ul.socials a.social-gl { background: url(/Style%20Library/images/social-icons.png) no-repeat scroll -105px 0 transparent;}
ul.socials a.social-rs { background: url(/Style%20Library/images/social-icons.png) no-repeat scroll -140px 0 transparent;}
ul.socials a.social-fb:hover { background-position: 0px -35px;}
ul.socials a.social-tw:hover { background-position: -35px -35px;}
ul.socials a.social-vk:hover { background-position: -70px -35px;}
ul.socials a.social-gl:hover { background-position: -105px -35px;}
ul.socials a.social-rs:hover { background-position: -140px -35px;}

.ms-core-listMenu-horizontalBox > ul li + li + li + li + li + li + li {
    display: table-cell!important;
}
.ms-core-listMenu-horizontalBox > ul li + li + li + li + li + li + li + li {
    display: none!important;
}
.ms-core-listMenu-horizontalBox > ul li ul li + li + li + li + li + li + li + li {
    display: table-cell!important;
}


#suiteBarButtons * {
    box-sizing: unset!important;
}

.news-rowfield .img-container img {
    max-width: 945px;
    max-height: 400px;
    object-fit: cover;
}
.ask-button > a{
	display:block;
	width:100%;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
}
.ask-button > a:hover{
	text-decoration:none;
}
.ask-button{
	background-color:#f5e6c8;
	margin-bottom: 20px;
}
span.vpr-title {
    color: #891211;
    font-weight: 500;
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 5px;
    margin-top: 0px;
    font-family: 'OfficinaSans', 'Arial';
    padding-bottom: 10px;
    display: block;
}
.q-date{
	color:gray;
	font-size:10px;
	float: left;
	margin: 0 10px 10px 0;
}
.q-name{
	font-weight:bold;
}
.vpr-rules {
	display:block;
	float:right;
}
.atext{
	clear:both;
	background-color: #f6e8e8;
	padding: 10px;
	border-radius: 10px;
}
.question {
	display:inline-block;
	width: 100%;
	margin-bottom:20px;
}
.qtext{
	font-size:15px;
	clear:both;
	margin-bottom: 10px;
}
td.ms-rteTableEvenCol-default {
    max-width: 367px;
}
.welcome.welcome-links {
    display: block!important;
}
.news .nimg img {
    max-width: 945px;
    max-height: 400px;
    object-fit: cover;
    width: 100%;
}
.news .short h3 {
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.menu-footer {
    font-size: 20px;
    margin: 20px 5px;
    color: #891311;
    font-weight: 600;
	display: none;
}
.menu-side {
    font-size: 20px;
    margin: 20px 15px;
    color: #891311;
    font-weight: 600;
    display: none;	
}

#vision-controls {
    z-index: 99999!important;
}

.ffio {
    font-size: 15px;
    font-weight: 600;
}

ul#zz22_RootAspMenu li {
    display: block!important;
}

div#ctl00_PlaceHolderTopNavBar_QuickLaunchNavigationManager {
    float: left;
}

ul#zz22_RootAspMenu li span.menu-item-text {
    font-size: 15px;
}

div#ctl00_PlaceHolderTopNavBar_QuickLaunchNavigationManager + span#DeltaPlaceHolderMain {
    float: left;
    width: 80%;
    width: calc(100% - 200px);
}

.csu_prof {
    display: inline-block;
}

a.csu_personal-btn-en {
    background: #d76315;
    color: #ffffff;
    position: absolute;
    width: 100%;
    text-align: center;
    height: 40px;
    border: 0px;
    bottom: 42px;
    line-height: 26px;
    box-shadow: none;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

@media(max-width:1280px){

.banner{
	max-width: 100% !important;
    width: auto !important;
}

#s4-workspace #s4-bodyContainer {
    zoom: 0.8;
}
}

@media(max-width:1050px){

.banner{
	max-width: 100% !important;
    width: auto !important;
}

#s4-workspace #s4-bodyContainer {
    zoom: 0.7;
}
}

@media(max-width:930px){

.banner{
	max-width: 100% !important;
    width: auto !important;
}

#s4-workspace #s4-bodyContainer {
    zoom: 0.6;
}
}

@media(max-width:766px){

.banner{
	max-width: 100% !important;
    width: auto !important;
}

#s4-workspace #s4-bodyContainer {
    zoom: 1;
}
}


@media screen and (max-width: 766px) {

.banner{
	max-width: 100% !important;
    width: auto !important;
}
.menu-footer {
	display: block;
}
.menu-side {
    display: block;	
}	
#footer-side {
	display: none;
}
.csu_footer-nav-wrapper .csu_footer-nav .csu_footer-one {
	display: none;
}
.news .nimg img {
	width: calc(100% - 20px);
}
.question-list {
    max-width: calc(100% - 24px);
}
}