* {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust:none;
  -ms-text-size-adjust:none;
  -moz-text-size-adjust:none;
  text-size-adjust:none;
}

*:focus {
  outline: none;
  outline-style: none;
  box-shadow: none;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  color: #333333;
  background: #ffffff;
}



 
a,
.item-list  .pager li a {
  color: #00bbee;
}

a:active {
  outline: none;
}

a:visited {
  color: #00bbee;
}

a:hover,
a:focus,
.item-list  .pager li a:hover,
.item-list  .pager li a:focus {
  color: #0057b8;
}

li {
list-style-image: url(images/ellipse.png);
}

li span {
color: #333333;		
}



h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: #0057b8;
  margin: 30px 0;
  text-transform: uppercase;
}

h1 {
  font-size: 28px;
  line-height: 32px;
}

h2 {
  font-size: 24px;
  line-height: 28px;
}

h3 {
  font-size: 18px;
  line-height: 22px;
}

h4 {
  font-size: 16px;
  line-height: 18px;
}

h5 {
  font-size: 14px;
  line-height: 16px;
}

h6 {
  font-size: 12px;
  line-height: 14px;
}

em {
  font-style: italic;
}

p, ul, ol {
  margin-bottom: 10px;
}

img {
  border: 0;
}

sup, sub {
  font-size: 12px;
  font-weight: 300;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

.table-wrapper {
  overflow-x: auto;
}

table {
  width: 100%;
  border-style: solid;
  border: 1px solid #dddddd;
}

table.sticky-header {
  z-index: 100;
}

tbody {
  border: none;
}

table tr.even,
table tr.odd {
  border-bottom: none;
}

table tr.odd {
  background: #ffffff;
}

table tr.even {
  background: #f8f8f8;
}

table tr th {
  color: #ffffff;
  text-align: left;
  border: 1px solid #0057b8;
  border-bottom: none;
  background: #0057b8;
}

table tr th label {
  padding-left: 5px;
}

table tr th a,
table tr th a.active {
  color: #ffffff;
}

table tr th a:hover,
table tr th a:focus {
  color: #cccccc;
}

table tr th,
table tr td {
  padding: 5px;
}

table tr td {
  color: #000000;
  overflow: hidden;
  vertical-align: top;
  border: 1px solid #dddddd;
}

table tr td.active {
  background: #cccccc;
}

table.noborder,
table.noborder tr th,
table.noborder tr td {
  border: none;
}

table.noborder.left {
  float: left;
  margin: 0 40px 30px 0;
}

table.noborder.right {
  float: right;
  margin: 0 0 30px 40px;
}

table.header-left tr th {
  width: 305px;
  padding: 5px 20px 5px 0;
  color: #8e8f91;
  font-weight: 300 !important;
  background: transparent;
}

table.header-narrow tr th {
  width: 200px;
  font-weight: 300;
  background: transparent;
}

table.data-bold tr td {
  font-weight: 400;
}

#autocomplete li,
#autocomplete li.selected {
  margin: 0;
  padding-left: 10px;
}

#autocomplete li.selected {
  color: #2d2d2d;
  background: #ececec;
}

.views-exposed-widget .form-submit {
  position: relative;
  top: -7px;
}

.item-list .pager {
  margin-top: 20px;
}

.item-list .pager .pager-current {
  position: relative;
  top: 5px;
  color: #58c9f2;
  font-size: 30px;
}

.item-list .pager li {
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
  list-style-type: none;
}

ul,
ol {
  padding-left: 20px;
}

ul li,
ol li {
  margin-left: 20px;
  padding-bottom: 15px;
}

ul.links li {
  padding-left: 10px;
  border-left: 1px solid black; /* LTR */
}
ul.links li.first {
  border: none;
}

.clear_fix {
   height: 0;
   clear: both;
}

.imgr {
  float: right;
  margin-left: 50px;
  margin-bottom: 25px;
}

span.ext,
span.mailto {
  margin-right: 5px;
}

.ajax-progress-throbber {
  display: none;
}

.views-exposed-widget .form-submit {
  position: relative;
  top: -7px;
}

.view .views-row {
  overflow: hidden;
  margin-bottom: 15px;
}

.filefield-icon {
  position: relative;
  top: 3px;
}

fieldset {
  position: relative;
  margin-top: 10px;
  margin-bottom: 32px;
  padding: 0 !important;
  padding-bottom: 20px;
  border: 1px solid #bbbbbb;
}

html.js fieldset.collapsed {
  padding: 0;
  padding-bottom: 15px;
  border: 1px solid #bbbbbb;
}

fieldset legend {
  position: relative;
  display: block;
  top: 0;
  left: -1px;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 0;
  border: 1px solid #bbbbbb;
  border-bottom: none;
  background: #eff0f0;
  color: #3b3b3b;
  font-size: 1.2em;
  color: #ffffff;
  text-indent: 20px;
  border-style: solid solid none solid;
  border-color: #bbbbbb;
  background: #0057b8;
}

fieldset .fieldset-legend {
  display: block;
  padding: 5px 10px;
}

fieldset .fieldset-wrapper {
  margin-top: 35px;
  padding: 0 15px;
}

.form-item, .form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}

label {
  display: block;
  color: #58c9f2;
  font-weight: normal;
}

label.option {
    display: inline;
    font-weight: normal;
}

.form-required {
  color: #ff0000;
}

input.form-text,
textarea.form-textarea {
  padding: 5px 10px;
  border: 1px solid #d7dee4;
  width: 442px;
  height: 30px;
}

.webform-submission-info-text {
  padding: 10px;
}

.ctools-button-processed input.form-submit, input.form-submit
 {
  margin-top: 20px;
  margin-right: 40px;
  padding: 12px 17px 12px 17px;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  background: #FFAE11;
  border: none;
}

.ctools-button-processed input.form-submit:hover, input.form-submit:hover {
	background: #00BBEE;
}


.node-webform .form-item .description {
  margin: 10px 0;
}

.form-select-wrapper,
.webform-component.webform-component-select {
  display: inline-block;
  margin: 9px 0;
  padding: 7px 8px 6px 8px;
  border: 1px solid #dddddd;
  background: #ffffff url('images/select-arrow.png') center right no-repeat;
}

.form-select-wrapper select,
.webform-component.webform-component-select select {
  padding-left: 15px;
  padding-right: 50px;
  border: none !important;
  background: transparent;
  -webkit-appearance: none;
}

.form-select-wrapper select::-ms-expand {
  display: none;
}

.form-type-textarea.field-error .cke,
.form-type-select.field-error .form-select-wrapper {
  border: 2px solid #ff0000;
}

.form-select-multiple-wrapper select {
  width: 300px;
  padding: 5px 20px;
  border: 1px solid #cccccc;
}

.file-upload-js-error {
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #fe5421;
}

.block-system {

}

div.messages {
  padding: 3px 0;
}

.captcha {
  position: relative;
  margin: 30px 0;
  padding-bottom: 20px;
  overflow: hidden;
}

.captcha img {
  float: left;
}

.captcha .form-item-captcha-response {
  margin: 0;
  margin-left: 320px;
}

.captcha .reload-captcha-wrapper {
  position: absolute;
  top: 65px;
  left: 0;
}

.captcha .reload-captcha-wrapper a {
  font-size: 16px;
  text-decoration: none;
}

#block-messages-all {
  margin: 30px auto;
  padding: 5px 20px;
  background: #fffce5;
  border: 1px dotted #cccccc;
}

#block-messages-all .content ul li {
  list-style-type: none;
  list-style-image: none;
}

#block-messages-all .content .messages {
  border: none;
}

div.content .messages {
  margin: 0;
  padding: 5px 20px 5px 40px;
}

.content .messages.status {
  background: #fffce5 url('/misc/watchdog-ok.png') 5px 5px no-repeat;
}

.content .messages.warning {
  background: #fffce5 url('/misc/watchdog-warning.png') 5px 5px no-repeat;
}

.messages.error {
  background: #fffce5 url('/misc/watchdog-error.png') 5px 5px no-repeat;
}

#browserWarning {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 5000;
}

#browserWarning .links-block {
  width: 450px;
  margin: 200px auto;
}

#browserWarning .links-block .links {
  width: 300px;
  margin: 10px auto;
}

#browserWarning .links-block .links a {
  width: 50px;
  height: 50px;
  margin: 0 5px;
}

#promo-wrapper,
#rightb-wrapper,
#before-wrapper,
#content-wrapper,
#after-wrapper,
#footer-wrapper {
  position: relative;
  overflow: hidden;
}

#layout {
  position: relative;
  width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

#top-menu {
  position: relative;
  height: 60px;
  background-color: #0057b8;
}

#main-content {
	position: relative;
    overflow: hidden;
}

#main-content-wrapper {
  padding: 0 40px;
  overflow: hidden;
}

#header-wrapper {
  position: relative;
  margin: 0 40px;
  padding: 30px 0;
  overflow: hidden;
}

#breadcrumbs {
  margin-bottom: 20px;
}

#breadcrumbs,
#breadcrumbs a {
  color: #8e8f91;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

#breadcrumbs a:hover {
  color: #0057b8;
}

#right-wrapper {
  float: right;
  width: 325px;
  padding-left: 20px;
  padding-bottom: 40px;
}

#content-wrapper {
  min-height: 500px;
  padding-bottom: 60px;
}

body.front #content-wrapper {
  padding-bottom: 0;
}

#primary-content {
  position: relative;
  padding-bottom: 20px;
}

#primary-content .content{
min-height: 100px;
margin-bottom: 50px;
}

body.node-type-news #primary-content,
body.node-type-announcement #primary-content,
body.node-type-gallery #primary-content {
  min-height: 300px;
}

body.page-management #primary-content,
body.page-admin #primary-content,
body.page-press-news #primary-content,
body.page-node-add #primary-content,
body.page-node-edit #primary-content,
body.page-sitemap #primary-content {
  padding: 0;
}

#footer {
  padding: 50px 40px 50px 380px;
  background: #0057b8;
  height: 190px;
}

#page-title {
  margin-bottom: 40px;
  color: #0057b8;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  text-transform: uppercase;
  margin-left: 27px;
}

.content-wrapper {
padding: 0 27px;
}

#tabs-wrapper {
  margin-bottom: 40px;
  overflow: hidden;
}

ul.primary,
ul.secondary,
ul.primary li,
ul.secondary li {
  margin: 0;
  padding: 0;
  border: none;
}

ul.primary,
ul.secondary {
  padding: 0 25px;
  overflow: hidden;
}

ul.primary {
  border-bottom: 1px solid #0057b8;
width: 1367px;
}

ul.secondary {
  border-top: 2px solid #0057b8;
}

ul.primary li,
ul.secondary li {
  float: left;
  list-style-type: none;
  list-style-image: none;
}

ul.primary li a,
ul.secondary li a {
  display: block;
  margin-right: 0;
  padding: 20px;
  color: #0057b8;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  text-transform: uppercase;
  text-decoration: none;
}

ul.secondary li a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

ul.primary li a,
ul.secondary li a {
  background: transparent;
  border: none;
}

ul.primary li a:hover,
ul.secondary li a:hover {
  background: transparent;
}

ul.primary li a,
ul.secondary li a,
ul.primary li a.active,
ul.secondary li a.active {
  background: transparent;
  border: none;
}

ul.primary li a.active,
ul.secondary li a.active {
  color: #ffffff;
  background: #0057b8;
}

.views-admin ul#views-display-menu-tabs.secondary {
  margin-right: 320px;
  border-top: none;
}

#search-form .form-item label {
  color: #333333;
  font-weight: 300;
  margin-right: 10px;
}

#search-form .form-text {
  padding: 7px 10px;
}

#search-form .form-submit {
  position: relative;
  top: -2px;
  margin: 0;
  margin-left: 30px;
  padding: 10px 30px;
  font-size: 12px;
  line-height: 15px;
}

ol.search-results li a {
  font-weight: 300;
  text-decoration: none;
}

#block-search-form {
  position: absolute;
  top: 60px;
  right: 0;
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
  background: #00bbee;
  border-bottom: 1px solid #ffffff;
  z-index: 50;
}

#block-search-form.opened {
  max-height: 100px;
  transition: max-height 0.25s ease-in;
}

#block-search-form .search-form {
  margin: 0;
  padding: 25px 30px;
}

#block-search-form .search-form .form-item {
  margin-right: 10px !important;
}

#block-search-form .search-form .form-item input.form-text {
  padding: 7px 10px;
  width: 250px;
  font-weight: 300;
  border: none;
}

#block-search-form .search-form .form-actions {
  display: inline;
  margin: 0 !important;
}

#block-search-form .search-form .form-actions input.form-submit {
  position: relative;
  top: -2px;
  width: 75px;
  margin: 0;
  padding: 10px;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  background: #0057b8;
}

#block-menu-block-2 {
  overflow: hidden;
}

#block-menu-block-2 .content ul,
#block-menu-block-2 .content ul li {
  margin: 0;
  padding: 0;
}

#block-menu-block-2 h3.title {
	display: none;
}

#block-menu-block-2 .content ul li.active-trail.active,
#block-menu-block-2 .content ul li a:hover {
  background: #2284d2;
}

#block-menu-block-2 .content ul li.menu-mlid-623.active-trail {
  background: transparent;
}

#block-menu-block-2 .content ul li.menu-mlid-623 a {
  width: 175px;
  height: 52px;
  text-align: center;
  background: transparent url(images/stories-bg.png) 0 0 no-repeat;
}

#block-menu-block-2 .content ul li.menu-mlid-623 a:hover {
  text-shadow: 0 0 2px #ffffff;
}

ul.menu li {
  float: left;
  list-style-type: none;
  list-style-image: none;
  margin: unset !important; 
}

ul.menu li a {
    display: block;
    padding: 20px 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
   /* font-family: 'Montserrat';
    font-weight: 500;*/	
}

#block-system-main-menu h3.title {
	display: none;
}

ul.menu li a:hover {
  background: #FFAE11;
}

#block-menu-block-1 h3.title {
	display: none;
}

#block-menu-block-1 {
  margin-bottom: 40px;
}

#block-menu-block-1 .content ul {
  overflow: hidden;
  border-bottom: 2px solid #0057b8;
}

#block-menu-block-1 .content ul,
#block-menu-block-1 .content ul li {
  margin: 0;
  padding: 0;
}


#block-menu-block-1 .content ul li {
  float: left;
  position: relative;
  list-style-type: none;
  list-style-image: none;
}

#block-menu-block-1 .content ul li a {
  display: block;
  position: relative;
  top: 1px;
  padding: 20px;
  color: #0057b8;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #0057b8;
  background: #F5F5F5;
  border-right: 3px solid #ffffff;
}

#block-menu-block-1 .content ul li a:hover {

}

#block-menu-block-1 .content ul li a.active,
#block-menu-block-1 .content ul li.active-trail a {
  color: #ffffff;
  background: #0057b8;
}

ul.menu.styled{
  overflow: hidden;
}

ul.menu.styled,
ul.menu.styled li{
  margin: 0;
  padding: 0;
}

ul.menu.styled li{
  list-style-type: none;
  list-style-image: none;
}

ul.menu.styled li a,
ul.menu.styled li span.nolink {
  display: block;
  margin-bottom: 20px;
  padding: 20px 80px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  text-transform: uppercase;
  background: #f4f4f4 url('images/menu-default-icon.png') 25px center no-repeat;
}


#special {
  width: 200px;
  color: #0057b8;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
}

#special .icon {
  width: 55px;
  height: 23px;
  margin: 0 auto;
  margin-top: 10px;
  background: transparent url(images/special-icons.png) 0 0 no-repeat;
}

#special .revert {
  display: none;
}

#special:hover {
  color: #00bbee;
  cursor: pointer;
}

#special:hover .icon {
  background-position: 0 -23px;
}

.table-formatted .item {
  margin-bottom: 20px;
  overflow: hidden;
}

.table-formatted .item .label {
  float: left;
  width: 300px;
  color: #8e8f91;
  font-weight: 300;
}

.table-formatted .item .data {
  margin-left: 320px;
  font-weight: 400;
}

#site-map .site-map-box-menu {
  display: inline-block;
  width: 650px;
  margin-right: 25px;
  vertical-align: top;
}

#site-map .site-map-box-menu ul.site-map-menu,
#site-map .site-map-box-menu ul.site-map-menu li {
  margin: 0;
  padding: 0;
}

#site-map .site-map-box-menu ul.site-map-menu li {
  margin-bottom: 10px;
  list-style-type: none;
  list-style-image: none;
}

#site-map .site-map-box-menu ul.site-map-menu li a {
  display: block;
  padding: 20px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  text-transform: uppercase;
  background: #f4f4f4;
}

#site-map .site-map-box-menu ul.site-map-menu li ul {
  margin-top: 10px;
  margin-left: 30px;
  margin-bottom: 30px;
}

#site-map .site-map-box-menu ul.site-map-menu li ul li a,
#site-map .site-map-box-menu ul.site-map-menu li ul li span.nolink {
  display: unset;
  padding: 0;
  color: #00bbee;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-transform: unset;
  background: transparent;
}

#site-map .site-map-box-menu ul.site-map-menu li a:hover {
  color: #0057b8;
}

#header a.logo {
    display: block;
    padding: 65px 0 65px 210px;
    background: transparent url(images/mephi-logo.png) left center no-repeat;
	float: left;
	margin-top: -25px;
}

#header .content .name a{
    display: block;
    padding: 0px 0 0px 210px;
    color: #0057B8;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    text-transform: uppercase;
    text-decoration: none;
	margin-left: 195px;
}


#block-block-1 .content .name a{
    padding-left: 20px;
	    margin-top: 40px;
    border-left: 1px solid #ff5000;
}

#block-block-2 {
    width: 230px;
    height: 110px;
    margin-top: -30px;
    margin-left: -340px;
	float: left;
}

#block-block-3 .content, #block-block-3 .content a {
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
}

#block-block-3 .content .item {
    float: left;
    margin-right: 60px;
	width: 300px;
	margin-bottom: 110px;
}

#block-block-3 .content .item .label {
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
	font-size: 16px;
    line-height: 22px;
}

#block-block-3 .content .item {
    float: left;
    margin-right: 60px;
	
}


#block-block-3 .content .item.info {
    width: 430px;
    font-size: 12px;
    line-height: 16px;
}

#block-block-3 .contacts {
    float: left;
    margin-right: 60px;
}


#block-block-3 .contacts .label {
	    margin-bottom: 10px;
    color: #00bbee;
    font-weight: 500;
    text-transform: uppercase;
}

#block-block-3 .bank-info-1   {
    float: left;
    margin-right: 60px;
	margin-bottom: 100px;
}

#block-block-3 .bank-info-1 .label, #block-block-3 .bank-info-2 .label {
	    margin-bottom: 10px;
    color: #00bbee;
    font-weight: 500;
    text-transform: uppercase;
}

#about-liceum {
	    background: transparent url(images/about.png) left center no-repeat;
		height: 600px;
		margin-left: 30px;
}


#about-liceum #block-block-4 {
	background: rgba(41, 43, 73, 0.76);
width: 627px;
height: 278px;
top: 160px;
position: absolute;
}



#about-liceum #block-block-4 .name {
	font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 42px;
text-transform: uppercase;
color: #FFFFFF;
padding: 20px 27px;
}

#about-liceum #block-block-4 .text {
	font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 25px;
color: #FFFFFF;
padding: 0 27px;
}

#about-rector {
	background: transparent url(images/rector.png) 678px center no-repeat;
	height: 550px;
	margin-left: 30px;
}

#block-block-5 {
	margin-top: 25px;
	position: absolute;
	background: transparent url(images/pic.png) 5px 32px no-repeat;

}

#block-block-5 .content {
	margin-left: 120px;
}

#block-block-5 .why {
	font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 28px;
display: flex;
align-items: center;
text-transform: uppercase;
color: #0057B8;
padding: 20px 0;
}

#block-block-5 .text-1 {
	font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 19px;
line-height: 30px;
color: #333333;
width: 780px;
margin-bottom: 20px;
margin-top: 30px;
}

#block-block-5 .text-2 {
	font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 19px;
line-height: 30px;
color: #333333;
width: 650px;
margin-bottom: 52px;
}

#block-block-5 .rector-text {
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
display: flex;
align-items: center;
color: #8E8F91;
width: 250px;
}

.hr-line {
	border-top: 4px solid #D6D6D6;
	border-bottom: unset !important;
	border-left: unset !important;
	border-right: unset !important;
}

#about-science h3.title {
	display: none;
}

.view-funds  {
  margin-top: 30px;
  margin-left: 27px;
  width: 1363px;
}

.view-funds .views-exposed-widgets {
	border-bottom: 2px solid #0057b8;
}

.view-funds .form-select-wrapper {
	border: unset;
	margin-left: 20px;
}

.view-funds .form-type-bef-link a, .view-donors .form-type-bef-link a {
	color: #484F5E;
    background: #F5F5F5;
	float: left;
	position: relative;
    top: 1px;
    padding: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    list-style-type: none;
    list-style-image: none;
    border-bottom: 0px solid #0057b8;
	border-right: 3px solid #ffffff;

}

.view-funds .form-type-bef-link a.active {
	color: #ffffff;
    background: #0057b8;
	float: left;
	position: relative;
    top: 1px;
    padding: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    list-style-type: none;
    list-style-image: none;
    border-bottom: 1px solid #0057b8;
	border-right: 3px solid #ffffff;
	 }

.view-funds .form-type-bef-link {
	float: left;
}

.view-funds .views-field-title {
	font-weight: normal;
	text-transform: uppercase;
font-size: 24px;
line-height: 23px;
letter-spacing: 0.05em;
color: #000000;
margin-bottom: 40px;
}

.view-funds .views-label-field-sum {
font-weight: normal;
text-transform: uppercase;
font-size: 24px;
line-height: 23px;
letter-spacing: 0.05em;
margin-bottom: 15px;
color: #B5B5B5;
}

.view-funds .views-field-field-sum .field-content {
	font-style: normal;
font-weight: 900;
font-size: 100px;
line-height: 117px;
text-transform: uppercase;
color: #292B49;
}

.view-funds .views-field-field-about-fund {
	font-weight: normal;
font-size: 19px;
line-height: 20px;
color: #333333;
height: 200px;
overflow: hidden;
margin-bottom: 11px;
}

.view-funds .views-field-field-button {
	margin-top: 30px;
	float: left;
}

.view-funds .views-field-field-link p a {
color: #0055BB !important;
}

#node-77 .block-3 .button,
#node-84 .block-3 .button,
#node-131 .block-3 .button,
#node-150 .block-3 .button {
	position: absolute;
	margin-left: 410px;
	width: 400px;
	margin-top: 485px;
}

#node-77 .block-3 .button a,
#node-84 .block-3 .button a,
#node-131 .block-3 .button a,
#node-150 .block-3 .button a {
	background: #FFAE11;
	padding: 10px 50px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

.view-funds .views-field-field-button p a {
	background: #FFAE11;
	padding: 10px 50px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: -20px;
	margin-left: 440px;
	position: absolute;
}


.view-funds .views-field-field-link p a:hover {
color: #0055bb;
}
.view-funds .views-field-field-button p a:hover,
#node-77 .block-3 .button a:hover,
#node-84 .block-3 .button a:hover,
#node-131 .block-3 .button a:hover {
background: #00BBEE;
}

.view-funds .views-field-field-link {
	margin-top: 30px;
	float: left;
	margin-left: 695px;
	position: absolute;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	
}

.view-funds .views-field-field-img {
	float: left;
	margin-right: 50px;
	
}

.view-funds .views-row {
	margin-top: 30px;
}

#block-views-news-block {
	margin-top: 30px;
}

#news {
	margin-top: 90px;
	height: 600px;
}

#block-views-news-block-1 {
  display: none;
}

#block-views-news-block h3.title,
#block-views-news-block-1 h3.title {
	font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 28px;
text-transform: uppercase;
color: #0057B8;
margin-left: 27px;
}

#block-views-news-block h3.title a,
#block-views-news-block-1 h3.title a {
	font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 28px;
text-transform: uppercase;
color: #0057B8;
}

#block-views-news-block h3.title a:hover,
#block-views-news-block-1 h3.title a:hover {
color: #0057B8;
}


.view-news .view-content {
	min-height: 435px;
	padding-bottom: 70px;
}

#primary-content .view-news .view-content {
	margin-left: -27px;
}

.view-news .more-link a {
	position: absolute;
	margin-left: -1250px;
	margin-top: -559px;
	font-weight: normal;
font-size: 21px;
line-height: 18px;
text-decoration-line: underline;
text-transform: uppercase;
color: #0055BB !important;
z-index:999;
padding: 0 50px;
border-left: 1px solid #0055BB;

}

span.mailto {
display: none !important;
}

.view-news .views-row {
	background: #FFFFFF;
border: 1px solid #C7C7C7;
box-sizing: border-box;
width: 435px;
height: 420px;
float: left;
margin-left: 27px;
margin-right: 5px;
margin-bottom: 30px;
}

.view-news .views-row:hover {
color: #ffffff;
}

.view-news .views-field-field-downtitle {
padding: 0px 20px 10px 20px;
font-weight: normal;
font-size: 16px;
line-height: 19px;
color: #333333;
height: 70px;
overflow: hidden;
}


.view-news .views-row .views-field-title {
height: 65px;
overflow: hidden;
margin-bottom: 10px;
}

.view-news .views-field-field-date {
	    position: absolute;
    padding: 5px;
    background: #0055BB;
    color: white;
    margin-top: -37px;
    margin-left: 335px;
}

.view-promo .slide-overlay {
    position: absolute;
    width: 600px;
    margin-left: 695px;
	margin-top: -435px;
}

.view-promo .date {
    padding: 5px;
    background: #0055BB;
    color: white;
    margin-bottom: 20px;
	width: 87px;
}

.view-promo .downtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #0055BB;
    margin-bottom: 40px;
}

.view-news .views-row .views-field-title a {
	font-weight: bold;
font-size: 20px;
line-height: 23px;
display: flex;
align-items: center;
text-transform: uppercase;
text-decoration: none;
color: #0057B8;
padding: 20px 20px 10px 20px;
    margin-bottom: 10px;
}

.view-news .views-row:hover, .view-news .views-row:hover a, .view-news .views-row:hover .views-field-field-downtitle {
background: #FFAE11;
color: white;
}

#block-block-8 ul.social {
	position: absolute;
    margin: 0;
    padding: 0;
    overflow: hidden;
	width: 300px;
    float: left;
	margin-top: -26px;
}

#block-block-8 ul.social span.ext {
	background: unset !important;
}

#block-block-6 ul.social {
    margin: 0;
    padding: 0;
    overflow: hidden;
	width: 100px;
    float: right;
	margin-top: 20px;
}

#block-block-6 h3.title, #block-block-6 h3.title {
	display: none;
}

#block-block-6 ul.social li, #block-block-8 ul.social li  {
    float: left;
    margin: 0;
    margin: 0 10px;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    overflow: hidden;
}

#block-block-6 ul.social li a, #block-block-8 ul.social li a{
  display: block;
  width: 21px;
  height: 21px;
}

#block-block-6 ul.social li a.fb, #block-block-8 ul.social li a.fb{
  background: transparent url('images/fb-icon.png') 0 0 no-repeat;
}

#block-block-6 ul.social li a.vk, #block-block-8 ul.social li a.vk {
  background: transparent url('images/vk-icon.png') 0 0 no-repeat;
}

#block-block-6 ul.social li a.yt, #block-block-8 ul.social li a.yt {
  background: transparent url('images/yt-icon.png') 0 0 no-repeat;
}

#block-block-6 ul.social li a.ig, #block-block-8 ul.social li a.ig{
  background: transparent url('images/ig-icon.png') 0 0 no-repeat;
}

#block-block-6 ul.social li a.tw, #block-block-8 ul.social li a.tw{
  background: transparent url('images/tw-icon.png') 0 0 no-repeat;
}

#block-block-6 ul.social li a.tm, #block-block-8 ul.social li a.tm  {
  background: transparent url('images/tm-icon.png') 0 0 no-repeat;
}

#block-block-6 ul.social li a:hover, #block-block-8 ul.social li a:hover  {
  background-position: 0 -21px;
}

.ui-widget-header {
    border: none !important;
    background: #ffffff !important;
    font-size: 20px;
line-height: 28px;
letter-spacing: 0.11em;
text-transform: uppercase;
color: #0057B8;
font-family: Roboto;
}

#node-10 .webform-progressbar-outer {
	display: none;
}

#node-10 .webform-component--summa label {
	font-size: 20px;
line-height: 22px;
font-weight: 500;
text-transform: uppercase;
font-family: Roboto;
color: #292B49;
}

#node-10 #edit-submitted-summa {
	font-size: 20px;
line-height: 22px;
font-weight: 500;
text-transform: uppercase;
font-family: Roboto;
border-bottom: 3px solid #D1D1D1;
width: 300px;
text-align: center;
background: #f4f4f4;
}

#node-10 .webform-component--vybor-summy {
	min-height: 50px;
    width: 475px;
    margin-bottom: 50px;
}

#node-10 #edit-submitted-vybor-summy-select .form-radio, #node-10 #edit-submitted-vybor-summy .form-radio {
	display: none !important;
}

#node-10 #edit-submitted-chastota-popolneniy {
	margin-top: 120px;
}

#node-10 .form-item-submitted-chastota-popolneniy {
	float: left;
	font-weight: 500;
font-size: 24px;
line-height: 22px;
color: #292B49 !important;
margin-right: 5px;
}

#node-10 .form-item-submitted-chastota-popolneniy label {
color: #292B49 !important;
}


.form-item-submitted-chastota-popolneniy input[type=radio]{
	display: none;
}

.form-item-submitted-vybor-summy-select, .form-item-submitted-vybor-summy {
	height: 100px;
}


.form-item-submitted-chastota-popolneniy label.option {
	display: none;
}

.form-item-submitted-chastota-popolneniy input[type="radio"]:checked + label.doption {
	background: #F4F4F4;
border: 2px solid #00BBEE;
box-sizing: border-box;
padding: 8px;
}

.form-item-submitted-chastota-popolneniy label.doption {
padding: 10px;
}

label[for=edit-submitted-vybor-summy], label[for=edit-submitted-vybor-summy-select], label[for=edit-submitted-chastota-popolneniy], label[for=edit-submitted-ya-hochu-sdelat-anonimnoe-pozhertvovanie], label[for=edit-submitted-ya-prochitala-dogovor-pozhertvovaniya-i-soglasenna-s-ego-usloviyami] {
 display: none !important;
}

#primary-content #node-10 .webform-client-form-10 {
	width: 490px;
	background: #f4f4f4;
	padding: 20px;
}

#node-10 .form-item-submitted-vybor-summy-select .option, #node-10 .form-item-submitted-vybor-summy .option {
	float: left;
	background: rgba(41, 43, 73, 0.2);
	padding: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 22px;
	line-height: 22px;
	color: #292B49;
}

#node-10 .webform-component--vybor-summy .form-type-radio {
	display: contents !important;
}

#edit-submitted-ya-hochu-sdelat-anonimnoe-pozhertvovanie .form-checkbox input[type="checkbox"] {
	background: #FFFFFF !important;
border: 1px solid #C7C7C7 !important;
box-sizing: border-box !important;
}

label[for=edit-submitted-familiya], label[for=edit-submitted-imya], label[for=edit-submitted-e-mail], 
label[for=edit-submitted-telefon], label[for=edit-submitted-fakultet], label[for=edit-submitted-god-vypuska],
label[for=edit-submitted-ya-rekomenduyu-popechitelskomu-sovetu-endaumenta-mifi-napravlyat] {
	font-weight: normal;
font-size: 14px;
line-height: 22px;
color: #333333;
}

#node-10 .webform-component--summa input.form-text {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

#node-10 .webform-component--familiya input.form-text, 
#node-10 .webform-component--imya input.form-text,
#node-10 .webform-component--e-mail input.form-text, 
#node-10 .webform-component--telefon input.form-text,
#node-10 .webform-component--fakultet input.form-text,
#node-10 .webform-component--god-vypuska input.form-text {
	width: 200px;
	height: 30px;
}

#node-10 .webform-component--familiya, #node-10 .webform-component--imya, #node-10 .webform-component--e-mail, #node-10 .webform-component--telefon {
	float: left;
	margin-top: 0px;
}

#node-10 .webform-component--familiya, #node-10 .webform-component--e-mail {
	margin-right: 20px;

}

#node-10 .webform-component--god-vypuska {
	float: left;
	margin-top: 0px !important;
}

#node-10 .webform-component--fakultet {
	margin-right: 20px;
	float: left;
	margin-top: 0px !important;
}

#node-10 select#edit-submitted-fakultet, #node-10 select#edit-submitted-god-vypuska {
	width: 200px;
	padding-left: unset !important;
    padding-right: unset !important;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: top 5px left 180px;
}

#node-10 label[for=edit-submitted-fakultet], #node-10 label[for=edit-submitted-god-vypuska] {
width: 200px;
}


#node-10 select#edit-submitted-fakultet:focus {
  border: 2px solid red;
  border-radius: inherit;
}


#node-10 option#edit-submitted-fakultet:hover { 
border: 3px;
color: white; 
background: red;
} 

#node-10 select#edit-submitted-ya-rekomenduyu-popechitelskomu-sovetu-endaumenta-mifi-napravlyat {
	width: 444px;
	padding-left: unset !important;
    padding-right: unset !important;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: top 6px left 422px;
	margin-top: 5px;
}

#node-10 .webform-component--ya-rekomenduyu-popechitelskomu-sovetu-endaumenta-mifi-napravlyat {
	width: 444px;
    margin-top: 35px;
    height: 30px;
}

#node-10 label[for=edit-submitted-ya-rekomenduyu-popechitelskomu-sovetu-endaumenta-mifi-napravlyat] {
    position: absolute;
    margin-top: -33px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: -7px;
}

#node-10 .webform-component--ya-rekomenduyu-popechitelskomu-sovetu-endaumenta-mifi-napravlyat-ezhegodnyy-dohod-na-proekt p {
	font-weight: 500;
font-size: 14px;
line-height: 22px;
text-transform: uppercase;
color: #333333;
margin-bottom: -8px !important;
}

label[for=edit-submitted-ya-rekomenduyu-popechitelskomu-sovetu-endaumenta-mifi-napravlyat] {
width: 480px;
}

label[for=edit-submitted-ya-prochitala-dogovor-pozhertvovaniya-i-soglasenna-s-ego-usloviyami-1] a {
font-weight: bold;
}

label[for=edit-submitted-ya-prochitala-dogovor-pozhertvovaniya-i-soglasenna-s-ego-usloviyami-1] {
font-weight: 500;
font-size: 14px;
line-height: 22px;
color: #333333;
}

.webform-component--summa .field-suffix {

	font-weight: bold;
font-size: 28px;
}


#header-wrapper .date {
    position: absolute;
    margin-left: 1160px;
    margin-top: -130px;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #0057B8;
    background: #ffffff url(images/interface.png) 160px 33px no-repeat;
    padding: 40px;
    width: 150px;
}

.form-item .form-type-checkboxes .form-item-field-promo-und label {
	display: none !important;
}

.node-news .field-name-field-downtitle {
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 28px;
text-transform: uppercase;
color: #0057B8;
padding: 30px 0;
width: 1050px;
}

.node-news .field-group-fieldset legend {
	display: none;
}

.node-news fieldset {
	border: none !important;
}

.node-news .fieldset-wrapper {
	margin-top: unset !important; 
    padding: unset !important;
}

.node-news .field-name-field-date {
    padding: 5px;
    background: #0055BB;
    color: white;
    margin-bottom: 20px;
	width: 87px;
}

.node-news .field-name-field-photo {
padding: 0 30px 30px 0;
float: left;
}

.node-news .field-name-field-text-news {
min-height: 450px;
}

.node-news .to-main {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #00BBEE;
    position: absolute;
    bottom: 0;
    padding: 0 0 40px 0;

}

.ui-widget-content {
	overflow: hidden !important;
	background: #F4F4F4;
border: 1px solid #C7C7C7;
box-sizing: border-box;
width: 530px !important;
border-top-left-radius: unset !important;
border-top-right-radius: unset !important;
border-bottom-left-radius: unset !important;
border-bottom-right-radius: unset !important;
z-index: 9999;
}

.ui-widget-header {
	background: #F4F4F4 !important;
}

.ui-state-default .ui-icon {
    background-image: url(images/union.png) !important;
}

.ui-icon-closethick {
   background-position: unset !important; 
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #f4f4f4 !important;
    background: #f4f4f4 !important;
    color: #f4f4f4 !important;
}

.webform-component--ya-hochu-sdelat-anonimnoe-pozhertvovanie {

}

.webform-component--ya-hochu-sdelat-anonimnoe-pozhertvovanie label{
	font-weight: 500;
font-size: 14px;
line-height: 22px;
color: #333333;
}

.webform-component--ya-prochitala-dogovor-pozhertvovaniya-i-soglasenna-s-ego-usloviyami {
width: 450px;
}

.webform-component--ya-hochu-sdelat-anonimnoe-pozhertvovanie input[type=checkbox]:checked + label {
	
background: #FFFFFF;
border: 1px solid #C7C7C7;
box-sizing: border-box;
}



.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: 'Roboto', sans-serif;
}

#node-13 .chief-image {
	float: left;
	padding: 0 30px 0 0;
}
#node-13 .chief-main-content {
float: right;
    width: 690px;
}

#node-13 .chief-powers {
    width: 605px;
    padding: 10px 30px 30px 30px;
    background: #F5F5F5;
    position: absolute;
    margin-top: 480px;
}

#node-13 .chief-image .name {

}

#node-13 .chief-image .name p {
    position: absolute;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
	background: rgba(128,128,128,.5);
    padding: 30px;
    margin-top: -420px;
    width: 200px;
    margin-left: 405px;
    color: white;
}

#node-11 .supreme, #node-12 .supreme{
	padding: 10px 30px 30px 30px;
    background: #F5F5F5;
}

#node-11 .compound .faces,  #node-12 .compound .faces {
	float: left;
	border: 1px solid #E9E9E9;
	box-sizing: border-box;
	padding: 30px;
	width: 450px;
	margin-right: 18px;
	margin-bottom: 18px;
}

#node-11 .compound .faces-last, #node-12 .compound .faces-last  {
	float: left;
	border: 1px solid #E9E9E9;
box-sizing: border-box;
padding: 30px;
width: 450px;
margin-bottom: 18px;
}

#node-11 .compound .faces img, #node-11 .compound .faces-last img, #node-12 .compound .faces img, #node-12 .compound .faces-last img {
	float: left;
	margin-right: 20px;
}
#node-11 .compound .faces .name,  #node-11 .compound .faces-last .name, #node-12 .compound .faces .name,  #node-12 .compound .faces-last .name {
font-weight: 500;
font-size: 16px;
line-height: 19px;
text-transform: uppercase;
color: #0055BB;
margin-bottom: 20px;
}

#node-11 .compound .faces .position, #node-11 .compound .faces-last .position  {
font-weight: 300;
font-size: 16px;
line-height: 19px;
color: #333333;
}

#node-15 .docs {
	min-height: 190px;
}

#node-15 .docs .doc {
	background: url(images/doc.png) 108px 0px no-repeat;
	float: left;
	padding: 0 70px;
	height: 220px;
	width: 100px;
}

#node-15 .docs .doc p {
	width: 165px;
	text-align: center;
	margin-top: 120px;
}

#node-15 .docs .doc p a{
	font-weight: normal;
font-size: 18px;
line-height: 21px;
text-align: center;
color: #333333;
	text-decoration: none;
}

.view-payment button.btn.btn-default {
	padding: 12px 17px 12px 17px;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    background: #FFAE11;
    border: none;
}

.view-payment button.btn.btn-default:hover {
	background: #00BBEE;
}


#block-views-promo-slider-main .views-slideshow-controls-top {
  position: absolute;
  top: 339px;
  left: 110px;
  z-index: 100;
}

.view-news .views-slideshow-cycle-processed {
	height: 380px;
}

#block-views-news-block .views-slideshow-controls-bottom {
    margin-left: 1270px;
    z-index: 100;
	bottom: 0;
float: left;
}

#block-views-slider-donors-block .views-slideshow-controls-top .vscc_controls_previous, 
#block-views-news-block .views-slideshow-controls-bottom .vscc_controls_previous,
#block-views-talant-block .views-slideshow-controls-top .vscc_controls_previous,
#block-views-mephius-block .views-slideshow-controls-top .vscc_controls_previous,
#block-views-anounce-block .views-slideshow-controls-top .vscc_controls_previous,
#block-views-announce-pre-block .views-slideshow-controls-top .vscc_controls_previous,
#block-views-slider-donors-block .views-slideshow-controls-top .vscc_controls_next,
#block-views-news-block .views-slideshow-controls-bottom .vscc_controls_next,
#block-views-talant-block .views-slideshow-controls-top .vscc_controls_next,
#block-views-mephius-block .views-slideshow-controls-top .vscc_controls_next,
#block-views-anounce-block .views-slideshow-controls-top .vscc_controls_next,
#block-views-announce-pre-block .views-slideshow-controls-top .vscc_controls_next
 {
  float: left;
  width: 51px;
  height: 12px;
  overflow: hidden;
}

#block-views-slider-donors-block .views-slideshow-controls-top .vscc_controls_previous, 
#block-views-news-block .views-slideshow-controls-bottom .vscc_controls_previous,
#block-views-talant-block .views-slideshow-controls-top .vscc_controls_previous,
#block-views-mephius-block .views-slideshow-controls-top .vscc_controls_previous,
#block-views-anounce-block .views-slideshow-controls-top .vscc_controls_previous,
#block-views-announce-pre-block .views-slideshow-controls-top .vscc_controls_previous
 {
  margin-right: 25px;
}

#block-views-slider-donors-block .views-slideshow-controls-top .vscc_controls_previous a,
#block-views-news-block .views-slideshow-controls-bottom .vscc_controls_previous a,
#block-views-talant-block .views-slideshow-controls-top .vscc_controls_previous a,
#block-views-mephius-block .views-slideshow-controls-top .vscc_controls_previous a,
#block-views-anounce-block .views-slideshow-controls-top .vscc_controls_previous a,
#block-views-announce-pre-block .views-slideshow-controls-top .vscc_controls_previous a,
#block-views-slider-donors-block .views-slideshow-controls-top .vscc_controls_next a,
#block-views-news-block .views-slideshow-controls-bottom .vscc_controls_next a,
#block-views-talant-block .views-slideshow-controls-top .vscc_controls_next a,
#block-views-mephius-block .views-slideshow-controls-top .vscc_controls_next a,
#block-views-anounce-block .views-slideshow-controls-top .vscc_controls_next a,
#block-views-announce-pre-block .views-slideshow-controls-top .vscc_controls_next a {
  display: block;
  padding-top: 12px;
}

#block-views-slider-donors-block .views-slideshow-controls-top .vscc_controls_previous a
{
  background: transparent url('images/slider-arrows.png') 0 0 no-repeat;
}

#block-views-news-block .views-slideshow-controls-bottom .vscc_controls_previous a,
#block-views-talant-block .views-slideshow-controls-top .vscc_controls_previous a,
#block-views-mephius-block .views-slideshow-controls-top .vscc_controls_previous a,
#block-views-anounce-block .views-slideshow-controls-top .vscc_controls_previous a,
#block-views-announce-pre-block .views-slideshow-controls-top .vscc_controls_previous a{
  background: transparent url('images/slider-arrows-1.png') 0 0 no-repeat;
}

#block-views-slider-donors-block .views-slideshow-controls-top .vscc_controls_previous a:hover,
#block-views-news-block .views-slideshow-controls-bottom .vscc_controls_previous a:hover,
#block-views-talant-block .views-slideshow-controls-top .vscc_controls_previous a:hover,
#block-views-mephius-block .views-slideshow-controls-top .vscc_controls_previous a:hover,
#block-views-anounce-block .views-slideshow-controls-top .vscc_controls_previous a:hover,
#block-views-announce-pre-block .views-slideshow-controls-top .vscc_controls_previous a:hover {
  background-position: 0 -12px;
}

#block-views-slider-donors-block .views-slideshow-controls-top .vscc_controls_next a {
  background: transparent url('images/slider-arrows.png') -51px 0 no-repeat;
}

#block-views-news-block .views-slideshow-controls-bottom .vscc_controls_next a,
#block-views-talant-block .views-slideshow-controls-top .vscc_controls_next a,
#block-views-mephius-block .views-slideshow-controls-top .vscc_controls_next a,
#block-views-anounce-block .views-slideshow-controls-top .vscc_controls_next a,
#block-views-announce-pre-block .views-slideshow-controls-top .vscc_controls_next a {
  background: transparent url('images/slider-arrows-1.png') -51px 0 no-repeat;
}

#block-views-slider-donors-block .views-slideshow-controls-top .vscc_controls_next a:hover,
#block-views-news-block .views-slideshow-controls-bottom .vscc_controls_next a:hover,
#block-views-talant-block .views-slideshow-controls-top .vscc_controls_next a:hover,
#block-views-mephius-block .views-slideshow-controls-top .vscc_controls_next a:hover,
#block-views-anounce-block .views-slideshow-controls-top .vscc_controls_next a:hover,
#block-views-announce-pre-block .views-slideshow-controls-top .vscc_controls_next a:hover
 {
  background-position: -51px -12px;
}

#block-views-slider-donors-block .slides-counter, #block-views-news-block .slides-counter{
  position: absolute;
  top: 335px;
  left: 25px;
  color: #ffffff;
  font-size: 18px;
  line-height: 21px;
  z-index: 100;
}

#block-views-slider-donors-block .views-field .slide-overlay  {
	position: absolute;
	padding: 40px;
	width: 580px;
	height: 285px;
	margin-top: 115px;
	background: rgba(41,43,73, 0.76);
	color: white;
}


#block-views-news-block .views-field .slide-overlay  {
	position: absolute;
	padding: 40px;
	width: 580px;
	height: 300px;
	margin-top: 115px;
	background: rgba(41,43,73, 0.76);
	color: white;
}
#block-views-slider-donors-block .views-field .slide-overlay .title{
	margin-bottom: 20px;
}

#block-views-slider-donors-block .views-field .slide-overlay .title a{
	text-decoration: none;
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	text-transform: uppercase;
	color: white;
}

#block-views-slider-donors-block .views-field .slide-overlay .faculty {
	font-weight: bold;
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 25px;
	height: 46px;
	overflow: hidden;
}

#block-views-slider-donors-block .views-field .slide-overlay .short-text {
	max-height: 88px;
	background: transparent url(images/pic.png) 0px 2px no-repeat;
}

#block-views-slider-donors-block .views-field .slide-overlay .short-text p {
	margin-left: 110px;
	height: 110px;
	overflow: hidden;
}

#block-views-slider-donors-block .views-slideshow-slide-counter span.highlight, .views-slideshow-slide-counter span.num,
#block-views-news-block .views-slideshow-slide-counter span.highlight, #block-views-talant-block .views-slideshow-slide-counter span.highlight, #block-views-mephius-block .views-slideshow-slide-counter span.highlight,
#block-views-anounce-block .views-slideshow-slide-counter span.highlight, #block-views-announce-pre-block .views-slideshow-slide-counter span.highlight  {
  color: #00bbee !important;
}

#block-views-slider-donors-block .views-slideshow-slide-counter span{
  color: white;
}

#block-views-anounce-block .views-slideshow-slide-counter span{
  color: #8E9092;
}

#block-views-news-block .views-slideshow-slide-counter span{
  color: #8E9092;
}

#block-views-slider-donors-block .views-slideshow-controls-top {
	position: absolute;
	margin-top: 430px;
	z-index: 999;
	margin-left: 40px;
}

#block-views-news-block .views-slideshow-controls-top {
	position: absolute;
	margin-top: 420px;
	z-index: 999;
	margin-left: 40px;
}

#block-views-slider-donors-block .vscc-controls {
	margin-left: 90px;
}

#block-views-slider-donors-block .views_slideshow_slide_counter {
	position: absolute;
    margin-top: -6px;
}

#block-views-news-block .views_slideshow_slide_counter {
position: absolute;
margin-top: -4px;
margin-left: -100px;
	
}



#block-views-donors-block h3.title {
	display: none;
}

.view-donors  .views-exposed-widgets {
	border-bottom: 2px solid #0057b8;
	margin-bottom: 20px;
	width: 1360px;
}

.view-donors  .form-select-wrapper {
	border: unset;
	margin-left: 20px;
}

.view-donors  .form-type-bef-link a.active {
	color: #ffffff;
    background: #0057b8;
	float: left;
	position: relative;
    top: 1px;
    padding: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    list-style-type: none;
    list-style-image: none;
    border-bottom: 1px solid #0057b8;
}

.view-donors .form-type-bef-link {
	float: left;
}

.view-donors .views-row {
	width: 400px;
	float: left;
    margin-right: 60px;
}

.view-donors .view-content {
	min-height: 500px;
}

#block-views-promo-block h3.title {
	display: none;
}

#block-views-promo-block .views-field-field-img-promo {
	float: left;
	margin-right: 30px;
}

#block-views-promo-block .views-field-field-downtitle {
	font-weight: 500;
font-size: 24px;
line-height: 28px;
text-transform: uppercase;
color: #0055BB;
margin-bottom: 40px;
}


#block-views-promo-block .views-field-field-short-text-promo {
	height: 175px;
    margin-bottom: 80px;
    overflow: hidden;
}

#block-views-promo-block .views-field-nid {
	bottom: 0;
    position: absolute;
    margin-left: 695px;
}

#block-views-promo-block .views-field-nid a {
	font-weight: normal;
font-size: 16px;
line-height: 19px;
text-decoration-line: underline;
text-transform: uppercase;
}

.button {
	margin-top: 30px;
}

.button a {
		background: #00BBEE;
	padding: 10px 20px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 30px;
}

.button a:hover {
background: #FFAE11;
}

#node-76 .block-1, #node-76 .block-2, #node-76 .block-3 {
	margin-left: 120px;
}
#node-76 .block-1-1, #node-76 .block-3-1 {
border-left: 4px solid #FF5000;
font-weight: normal;
font-size: 20px;
line-height: 24px;
}

#node-76 .block-1-1 p, #node-76 .block-3-1 p {
margin-left: 40px;
}

#node-76 .block-2-1 {
background: #F5F5F5;
padding: 40px;
}

.view-anounce .block-4 .group a {
text-decoration: none;	
}

#node-84 .block-1 .group,
#node-77 .block-1 .group,
#node-131 .block-1 .group,
#node-150 .block-1 .group  {
	position: absolute;
	margin-top: -550px;
	background: rgba(41, 43, 73, 0.76);
	padding: 20px 80px 30px 30px;
}	

#node-84 .block-1 .group .cap,
#node-77 .block-1 .group .cap,
#node-131 .block-1 .group .cap,
#node-150 .block-1 .group .cap {
	color: #FFFFFF;
	font-weight: normal;
font-size: 12px;
line-height: 23px;
letter-spacing: 0.7em;
text-transform: uppercase;
}

#node-77 .block-1 .group .cap,
#node-131 .block-1 .group .cap,
#node-150 .block-1 .group .cap{
	color: #FFFFFF;
	font-weight: normal;
font-size: 12px;
line-height: 23px;
letter-spacing: 0.7em;
text-transform: uppercase;
}

#node-84 .block-1 .group .name,
#node-77 .block-1 .group .name,
#node-131 .block-1 .group .name,
#node-150 .block-1 .group .name{
font-weight: bold;
font-size: 42px;
line-height: 49px;
letter-spacing: 0.11em;
text-transform: uppercase;
color: #FFFFFF;
flex: none;
order: 1;
flex-grow: 0;
margin: 2px 0px;
}

#node-84 .block-1 .group .text,
#node-77 .block-1 .group .text,
#node-131 .block-1 .group .text,
#node-150 .block-1 .group .text{
font-weight: normal;
font-size: 12px;
line-height: 23px;
letter-spacing: 0.2em;
text-transform: uppercase;
color: #FFFFFF;
}

#node-84 .block-1 .group .year,
#node-77 .block-1 .group .year,
#node-131 .block-1 .group .year,
#node-150 .block-1 .group .year{
font-weight: 900;
font-size: 36px;
line-height: 42px;
text-transform: uppercase;
color: #FFFFFF;
}

#node-84 .block-1 .group .sum,
#node-77 .block-1 .group .sum,
#node-131 .block-1 .group .sum,
#node-150 .block-1 .group .sum{
font-weight: 900;
font-size: 48px;
line-height: 56px;
text-transform: uppercase;
color: #00BBEE;
}

#node-84 .block-1 .group .bank,
#node-77 .block-1 .group .bank,
#node-131 .block-1 .group .bank,
#node-150 .block-1 .group .bank{
font-weight: 900;
font-size: 24px;
line-height: 28px;
text-transform: uppercase;
color: #FFFFFF;
}

#node-84 .block-2,
#node-77 .block-2,
#node-131 .block-2,
#node-150 .block-2 {
	margin-left: 260px;
	margin-top: 40px;
	height: 250px;
}

#node-84 .block-2 .group-2,
#node-77 .block-2 .group-2,
#node-131 .block-2 .group-2,
#node-150 .block-2 .group-2 {
	float: left;
	width: 300px;
	text-align: center;
}

#node-84 .block-2 .group-1,
#node-77 .block-2 .group-1,
#node-131 .block-2 .group-1,
#node-150 .block-2 .group-1 {
	float: left;
    border-right: 1px solid #0055BB;
	width: 300px;
	text-align: center;
}

#node-84 .block-2 .group-2,
#node-77 .block-2 .group-2,
#node-131 .block-2 .group-2,
#node-150 .block-2 .group-2 {
		float: left;
	width: 300px;
	text-align: center;
}

#node-84 .block-2 .group-1,
#node-77 .block-2 .group-1,
#node-131 .block-2 .group-1,
#node-150 .block-2 .group-1{
	float: left;
    border-right: 1px solid #0055BB;
	width: 300px;
	height: 200px;
}

#node-84 .block-2 .num,
#node-77 .block-2 .num,
#node-131 .block-2 .num,
#node-150 .block-2 .num {
font-style: normal;
font-weight: 800;
font-size: 96px;
line-height: 131px;
text-align: center;
color: #0055BB;
}

#node-84 .block-2 .text
#node-77 .block-2 .text,
#node-131 .block-2 .text,
#node-150 .block-2 .text {
font-weight: normal;
font-size: 18px;
line-height: 122.19%;
text-align: center;
text-transform: uppercase;
color: #B9B9B9
}


#node-84 .block-3,
#node-77 .block-3,
#node-131 .block-3,
#node-150 .block-3 {
height: 540px;
}



#node-84 .block-3 img,
#node-77 .block-3 img,
#node-131 .block-3 img,
#node-150 .block-3 img {
float: left;
margin-right: 40px;
}

#node-84 .block-3 .text,
#node-77 .block-3 .text,
#node-131 .block-3 .text,
#node-150 .block-3 .text {
font-weight: 300;
font-size: 20px;
line-height: 24px;
color: #333333;
width: 600px;
float: left;
}

.view-anounce {
height: 580px;
}

.view-talant .block-4 .group, .view-talant .block-4 .group-2,
.view-mephius .block-4 .group, .view-mephius .block-4 .group-2,
.view-anounce .block-4 .group, .view-anounce .block-4 .group-2,
.view-announce-pre .block-4 .group, .view-anounce .block-4 .group-2 {
padding: 20px 35px;
border: 2px solid #CCCCCC;
width: 252px;
text-align: center;
float: left;
height: 150px;
margin-bottom: 50px;
}

.view-talant .block-4 .group, .view-talant .block-4 .group-1,
.view-mephius .block-4 .group, .view-mephius .block-4 .group-1,
.view-anounce .block-4 .group, .view-anounce .block-4 .group-1,
.view-announce-pre .block-4 .group, .view-anounce .block-4 .group-1 {
padding: 20px 35px;
border: 2px solid #CCCCCC;
width: 252px;
text-align: center;
float: left;
margin-right: 20px;
height: 150px;
margin-bottom: 20px;
}

.view-talant .block-4,
.view-mephius .block-4,
.view-anounce .block-4,
.view-announce-pre .block-4 {
margin-top: 50px;
}

.view-talant .block-4 .group .year,
.view-mephius .block-4 .group .year,
.view-announce-pre .block-4 .group .year {
font-weight: 900;
font-size: 32px;
line-height: 38px;
text-align: center;
text-transform: uppercase;
color: #0055BB;
border-bottom: 4px solid #0055BB;
width: 160px;
margin: 0 auto;
}

.view-anounce .block-4 .group .year {
font-weight: 900;
font-size: 32px;
line-height: 38px;
text-align: center;
text-transform: uppercase;
color: #0055BB;
border-bottom: 4px solid #0055BB;
width: 120px;
margin: 0 auto;
}

.view-talant .block-4 .group .txt,
.view-mephius .block-4 .group .txt,
.view-anounce .block-4 .group .txt,
.view-announce-pre .block-4 .group .txt{
font-weight: 300;
font-size: 18px;
line-height: 22px;
text-align: center;
color: #484F5E;
margin: 0 auto;
padding-top: 5px;
}

.view-talant .block-4 .group .sum,
.view-mephius .block-4 .group .sum,
.view-anounce .block-4 .group .sum,
.view-announce-pre .block-4 .group .sum {
font-weight: 300;
font-size: 24px;
line-height: 28px;
text-align: center;
text-transform: uppercase;
color: #484F5E;
margin: 0 auto;
}

.view-talant .block-4 .group-2 .year,
.view-mephius .block-4 .group-2 .year,
.view-anounce .block-4 .group-2 .year,
.view-announce-pre .block-4 .group-2 .year {
font-weight: 900;
font-size: 32px;
line-height: 38px;
text-align: center;
text-transform: uppercase;
color: #CCCCCC;
border-bottom: 4px solid #CCCCCC;
width: 70px;
margin: 0 auto;
padding-top: 15px;
}

.view-talant .block-4 .group-1 .year,
.view-mephius .block-4 .group-1 .year,
.view-anounce .block-4 .group-1 .year,
.view-announce-pre .block-4 .group-1 .year {
font-weight: 900;
font-size: 32px;
line-height: 38px;
text-align: center;
text-transform: uppercase;
color: #CCCCCC;
border-bottom: 4px solid #CCCCCC;
width: 70px;
margin: 0 auto;
padding-top: 15px;
}

.view-talant .block-4 .group p a img,
.view-mephius .block-4 .group p a img,
.view-anounce .block-4 .group p a img,
.view-announce-pre .block-4 .group p a img {
position: absolute;
margin-left: 100px;
margin-top: -35px;
}

.view-talant .slide-overlay,
.view-mephius .slide-overlay,
.view-anounce .slide-overlay,
.view-announce-pre .slide-overlay {
	width: 694px;
	float: left;
	background: #F5F5F5;
	height: 349px;
}

.view-talant .title a, .view-talant .title,
.view-mephius .title a, .view-mephius .title,
.view-anounce .title a, .view-anounce .title,
.view-announce-pre .title a, .view-announce-pre .title  {
	font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 28px;
display: flex;
align-items: center;
text-transform: uppercase;
color: #0057B8;
text-decoration: none;
width: 450px;
padding: 50px 0px 0px 40px;
}

.view-talant .small,
.view-mephius .small,
.view-anounce .small {
font-weight: 300;
font-size: 30px;
line-height: 35px;
text-transform: uppercase;
color: #333333;
width: 600px;
}

.view-announce-pre .small {
font-weight: 300;
font-size: 20px;
line-height: 25px;
text-transform: uppercase;
color: #333333;
width: 600px;
}


.view-talant .slide-overlay hr,
.view-mephius .slide-overlay hr,
.view-anounce .slide-overlay hr,
.view-announce-pre .slide-overlay hr{
	border: 3px solid #0055BB;
	width: 80px;
	height: 0px;
	flex: none;
order: 0;
flex-grow: 0;
margin: 20px 40px;
}

.view-talant .slide-overlay .small,
.view-mephius .slide-overlay .small,
.view-anounce .slide-overlay .small,
.view-announce-pre .slide-overlay .small{
	padding: 0px 0px 0px 40px;

}

.view-talant .slide-image,
.view-mephius .slide-image,
.view-anounce .slide-image,
.view-announce-pre .slide-image {
	position: absolute;
	margin-left: 694px;
}

.view-talant .views-slideshow-cycle-processed .views-slideshow-controls-top,
.view-mephius .views-slideshow-cycle-processed .views-slideshow-controls-top,
.view-anounce .views-slideshow-cycle-processed .views-slideshow-controls-top,
.view-announce-pre .views-slideshow-cycle-processed .views-slideshow-controls-top {
	position: absolute;
	padding-top: 290px;
	padding-left: 40px;
	z-index: 999;
}

#block-views-talant-block .views_slideshow_slide_counter,
#block-views-mephius-block .views_slideshow_slide_counter,
#block-views-anounce-block .views_slideshow_slide_counter,
#block-views-announce-pre-block .views_slideshow_slide_counter {
    position: absolute;
    margin-top: -6px;
}

#block-views-talant-block .views-slideshow-controls-top .vscc_controls_previous,
#block-views-mephius-block .views-slideshow-controls-top .vscc_controls_previous,
#block-views-anounce-block .views-slideshow-controls-top .vscc_controls_previous,
#block-views-announce-pre-block .views-slideshow-controls-top .vscc_controls_previous {
    margin-right: 25px;
}

#block-views-talant-block .vscc-controls,
#block-views-mephius-block .vscc-controls,
#block-views-anounce-block .vscc-controls,
#block-views-announce-pre-block .vscc-controls {
    margin-left: 90px;
}

#block-views-talant-block h3.title,
#block-views-mephius-block h3.title,
#block-views-anounce-block h3.title,
#block-views-announce-pre-block h3.title {
    display: none;
}

#block-views-talant-block,
#block-views-mephius-block,
#block-views-anounce-block,
#block-views-announce-pre-block{
    margin-top: -60px;
}



.view-slider-donors .view-footer {
width: 1360px;
}


.view-slider-donors .back {
	background: #F5F5F5;
	padding: 40px;
	margin-top: 20px;
	margin-bottom: 30px;
}

#node-80 .back {
    background: #F5F5F5;
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
}

#node-80 .block-1 p{
font-weight: bold;
font-size: 24px;
line-height: 28px;
text-transform: uppercase;
}

#node-80 .block-1-6:hover,
#node-80 .block-1-1:hover,
#node-80 .block-1-2:hover,
#node-80 .block-1-3:hover,
#node-80 .block-1-4:hover,
#node-80 .block-1-5:hover {
transform: scale(1.04)
}

#node-80 .block-1-1 {
background: #00B2DD;
padding: 25px;
float: left;
width: 400px;
height: 160px;
margin-right: 17px;
margin-bottom: 17px;
margin-top: 30px;
}

#node-80 .block-1-2 {
background: #61C9C4;
padding: 25px;
float: left;
width: 400px;
height: 160px;
margin-right: 17px;
margin-bottom: 17px;
margin-top: 30px;
}

#node-80 .block-1-3 {
background: #564F87;
padding: 25px;
float: left;
width: 400px;
height: 160px;
margin-bottom: 17px;
margin-top: 30px;
}

#node-80 .block-1-4 {
background: #953970;
padding: 25px;
float: left;
width: 400px;
height: 160px;
margin-right: 17px;
margin-bottom: 17px;
}

#node-80 .block-1-5 {
background: #2E3192;
padding: 25px;
float: left;
width: 400px;
height: 160px;
margin-bottom: 17px;
margin-right: 17px;

}

#node-80 .group a:hover {
    text-decoration: none;
    color: white;
}
#node-80 .group a {
    text-decoration: none;
    color: white;

}

#node-80 .group {
    height: 500px;
}

#node-80 .text{
    font-style: italic;
font-weight: normal;
font-size: 20px;
line-height: 23px;
width: 900px;
color: #333333;
}

#node-80 .group .block-1 {
    transform: translate(0, 30%);
}

#node-80 .group .block-2 {
    transform: translate(0, 7%);
}

#node-80 .group .block-3 {
    transform: translate(0, 45%);
}

#node-80 .group .block-4 {
    transform: translate(0, 45%);
}

#node-80 .group .block-5 {
    transform: translate(0, 65%);
}

#node-80 .group .img img{
  margin-top: 60px;
  position: relative;
  float: left;
}


#node-80 .group p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  width: 350px;
  margin-left: 65px;
}

.field-name-field-short-text {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #333333;
  margin-bottom: 20px;
}

body.page-stories #main-content {
  overflow: visible;
}

.view-stories {
  width: 1360px;
  margin: 0 auto;
}

.view-stories .view-header {
  padding-bottom: 30px;
  background: #ffffff url(images/line-start.jpg) left bottom no-repeat;
}

.view-stories .view-header .description {
  width: 840px;
  margin: 0 auto;
  padding: 30px;
  font-size: 16px;
  line-height: 20px;
  border: 2px solid #ffae11;
  border-radius: 30px;
  box-shadow: 0px 0px 8px 5px rgba(120, 120, 120, 0.09);
  background: #ffffff;
}

.view-stories .view-header .description .highlight {
  font-weight: 400;
}

.view-stories .view-content .sections .section {
  height: 323px;
}

.view-stories .view-content .sections .section .section-content-wrapper {
  width: 900px;
  margin: 0 auto;
}

.view-stories .view-content .sections .d-section-ltr {
  background: #ffffff url(images/line-d-ltr.jpg) 0 0 no-repeat;
}

.view-stories .view-content .sections .d-section-ltr.section-last-1 {
  background: #ffffff url(images/line-d-ltr-last-1.jpg) 0 0 no-repeat;
}

.view-stories .view-content .sections .d-section-ltr.section-last-2 {
  background: #ffffff url(images/line-d-ltr-last-2.jpg) 0 0 no-repeat;
}

.view-stories .view-content .sections .d-section-ltr.section-last-3 {
  background: #ffffff url(images/line-d-ltr-last-3.jpg) 0 0 no-repeat;
}

.view-stories .view-content .sections .d-section-rtl {
  background: #ffffff url(images/line-d-rtl.jpg) 0 0 no-repeat;
}

.view-stories .view-content .sections .d-section-rtl.section-last-1 {
  background: #ffffff url(images/line-d-rtl-last-1.jpg) 0 0 no-repeat;
}
.view-stories .view-content .sections .d-section-rtl.section-last-2 {
  background: #ffffff url(images/line-d-rtl-last-2.jpg) 0 0 no-repeat;
}
.view-stories .view-content .sections .d-section-rtl.section-last-3 {
  background: #ffffff url(images/line-d-rtl-last-3.jpg) 0 0 no-repeat;
}

.view-stories .view-content .sections .section .views-row {
  position: relative;
  width: 300px;
  height: 323px;
  margin: 0;
  overflow: visible;
  background: transparent url(images/section-element-pointer-up.png) center 103px no-repeat;
}

.view-stories .view-content .sections .section .views-row.element-1 {
  background: transparent url(images/section-element-pointer-down.png) center 137px no-repeat;
}

.view-stories .view-content .sections .section.d-section-ltr .views-row {
  float: left;
}

.view-stories .view-content .sections .section.d-section-rtl .views-row {
  float: right;
}

.view-stories .view-content .sections .section .views-row .views-field-title {
  position: absolute;
  top: 195px;
  left: 0;
  right: 0;
  color: #7e8f99;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}

.view-stories .view-content .sections .section .views-row.element-1 .views-field-title {
  top: unset;
  bottom: 200px;
}

.view-stories .view-content .sections .section .views-row .views-field-title .name {
  margin-bottom: 6px;
  font-weight: 600;
}

.view-stories .view-content .sections .section .views-row .views-field-title .year {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.view-stories .view-content .sections .section .views-row .dummy-element,
.view-stories .view-content .sections .section .views-row .views-field-field-story-photo {
  position: absolute;
  top: 0;
  left: 90px;
  right: 90px;
  padding: 12px;
  background: #ffffff;
  border-radius: 60px;
  box-shadow: 0px 0px 8px 5px rgba(120, 120, 120, 0.09);
}

.view-stories .view-content .sections .section .views-row .views-field-field-story-photo:hover {
  background: #ffae11;
}

.view-stories .view-content .sections .section .views-row.element-1 .dummy-element,
.view-stories .view-content .sections .section .views-row.element-1 .views-field-field-story-photo {
  top: unset;
  bottom: 0;
}

.view-stories .view-content .sections .section .views-row .dummy-element .field-content,
.view-stories .view-content .sections .section .views-row .views-field-field-story-photo .field-content {
  width: 92px;
  height: 92px;
  overflow: hidden;
  border: 2px solid #ffae11;
  border-radius: 48px;
}

.view-stories .view-content .sections .section .views-row .dummy-element .field-content {
  background: #ffae11;
}

.view-stories .view-content .sections .section .views-row .story-popup {
  display: none;
  position: absolute;
  top: 0;
  left: -202px;
  width: 1204px;
  padding: 80px 50px;
  padding-bottom: 15px;
  background: rgba(255,255,255, 0.6);
  border-radius: 30px;
  z-index: 50;
}

.view-stories .view-content .sections .section .views-row .story-popup .story-wrapper {
  position: relative;
  width: 1035px;
  padding: 50px 40px;
  padding-left: 125px;
  border: 2px solid #ffae11;
  border-radius: 30px;
  background: #ffffff url(images/story-quote.png) 40px 50px no-repeat;
  box-shadow: 0px 0px 8px 5px rgba(120, 120, 120, 0.09);
  z-index: 100;
}

.view-stories .view-content .sections .section .views-row .story-popup .story-wrapper #story-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #0055bb;
  font-size: 32px;
  line-height: 18px;
  cursor: pointer;
  transform: rotate(45deg);
}

.view-stories .view-content .sections .section .views-row.element-1 .story-popup {
  top: unset;
  left: -502px;
  bottom: 70px;
}

.view-stories .view-content .sections .section.d-section-ltr .views-row.element-2 .story-popup,
.view-stories .view-content .sections .section.d-section-rtl .views-row.element-0 .story-popup {
  left: -802px;
}

.view-stories .view-content .sections .section .views-row.story-active .views-field-field-story-photo {
  background: #ffae11;
  z-index: 150;
}

.view-stories .view-content .sections .section .views-row.story-active .story-popup {
  display: block;
}

.view-stories .view-content .sections .section .views-row .story-popup .story-wrapper {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}

.view-stories .view-content .sections .section .views-row .story-popup .story-wrapper .story-text {
  position: relative;
  height: 440px;
  padding-right: 10px;
  overflow: hidden;
}

.view-stories .view-content .sections .section .views-row .story-popup .story-wrapper .scroll-wrapper .scroll-element.scroll-y {
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  z-index: 10;
}

.view-stories .view-content .sections .section .views-row .story-popup .story-wrapper .scroll-wrapper .scroll-element.scroll-y .scroll-element_outer {
  overflow: hidden;
}

.view-stories .view-content .sections .section .views-row .story-popup .story-wrapper .scroll-wrapper .scroll-element.scroll-y .scroll-element_outer,
.view-stories .view-content .sections .section .views-row .story-popup .story-wrapper .scroll-wrapper .scroll-element.scroll-y .scroll-element_outer .scroll-element_size,
.view-stories .view-content .sections .section .views-row .story-popup .story-wrapper .scroll-wrapper .scroll-element.scroll-y .scroll-element_outer .scroll-element_track {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.view-stories .view-content .sections .section .views-row .story-popup .story-wrapper .scroll-wrapper .scroll-element.scroll-y .scroll-element_outer .scroll-bar {
  position: absolute;
  width: 6px;
  height: 50px;
  background: #0055bb;
  border-radius: 10px;
}


.view-stories .view-content .sections .section .views-row .story-popup .story-wrapper .story-author {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  text-align: right;
}

.view-stories .view-content .sections .section .views-row .story-popup .story-wrapper .story-author-description {
  color: #7e8f99;
  text-align: right;
}