﻿a
{
  color: #fff
}

.main-wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    width: 1004px;
}
.main-wrapper::after {
    clear: both;
    content: "";
    display: table;
}
.wrapper {
    margin: 0 17px;
    display:block;
    padding-bottom:20px;
    padding-top:20px;


}                                                                                                              \




  article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
.fart
{
  font-family: 'Times New Roman', 'serif'; font-size: 14pt;text-align:justify
}

 .content {
    background: #252529 none repeat scroll 0 0;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.6);
    z-index: 1;
    color:#fff  ;
    min-height:500px
}
 .content  ul
 {
   list-style-position: inside;
  padding-left:20px;;
 }


.span4
{
  box-sizing: border-box;
    float: left;
    font-family: "PT Sans Narrow",Arial,sans-serif;
    margin: 15px 17px;
    position: relative;
   height: 340px;
    width: 285px;
    display:block;
}
.span10
{
  box-sizing: border-box;
    float: left;
    font-family: "PT Sans Narrow",Arial,sans-serif;
    margin: 15px 17px;
    position: relative;
   height: auto;
    width: 940px;
}
 .span4  h2
 {
   margin: 0px;
   padding:0px;
   padding-top:10px;
 }
 .span4  h2
 {
font-size: 16px;
   line-height: 16px;
 }
  .item-image
  {
    display: block;
    width:300px;
    height:285px;
    overflow: hidden;
    margin-bottom:10px;
  }
   .item-image  img
    {
      height:100%;

      width: auto;
      transition: all ease 1s;
    }



   .span10 .item-image
  {
    display: block;
    width:100%;
     height:auto;
    overflow: hidden;
    margin-bottom:10px;
  }
    .span10 .item-image            img
    {
      height:auto;
      width:100%;
    }

  .page-header
  {
    border: none;
    margin-top:0px;
    padding-top:0px;
  }
     .page-header     h2
     {
       margin: 0px;
       padding:0px;
     }


      .span4:hover img
      {
        height:105%;
      }

 .span4  .page-header
 {
   float:left
 }

 .span4  h2 a
 {
   font-size: 16px;
   line-height: 16px;
   display: block;
   height:50px;
   overflow: hidden;
 }

.header {
    background: #000 none repeat scroll 0 0;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.6);
}
/* -------------------
   General Pagination
--------------------- */
div.pagination {
    clear: both;
    text-align: center;
    margin: 15px 0 0 0;
}

div.pagination p.counter {
    font-style: italic;
}

div.pagination ul {
    list-style: none;
    padding: 0;
}

div.pagination ul li {
    list-style: none;
    display: inline;
    padding: 0 5px 0 5px;
}
.nav > li
{
    float:left
}
.nav > li.active
{
  background: #696563
}
.nav > li.active      a
{

}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/ajax-loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


ul.bxslider
{
  list-style: none     ;
  padding:0px;
  margin:0px
}

.block1
{
background:#FF7A00   ;
float: left;width:214px;display:block;height:261px;
text-align: center;
}

.block2
{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#565656+0,373230+100 */
background: #565656; /* Old browsers */
background: -moz-linear-gradient(left, #565656 0%, #373230 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #565656 0%,#373230 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #565656 0%,#373230 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#373230',GradientType=1 ); /* IE6-9 */
text-align: center;
 float: right;width:214px;display:block;height:261px
}
.block2 img
{
  margin-top:20px;
}
.block1 img
{

margin-top:20px;
}

.block2 img
{
    margin-top:20px;

}

.block3
{
  float:right;
  width:575px;
  display: block;
  overflow: hidden;
  height:262px
}

#main-slider {
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, #ff8700 0%, #ff6000 100%) repeat scroll 0 0;
    display: block;
    height: auto;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: auto;
}
#main-slider .front {
    height: 300px;
    position: relative;
    width: auto;
    z-index: 2;
}

#main-slider .front {
    margin: 0 auto;
    width: 1260px;
}
#main-slider .signature-ru {
    display: block;
    height: 440px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 300px;
    z-index: 3;
}

#main-slider.sfu .signature-ru::after {
    background: rgba(0, 0, 0, 0) url("../images/sfu-signature-a-sign.svg") no-repeat scroll 50% 50%;
    bottom: 40px;
    content: "";
    display: block;
    font-size: 0;
    height: 77px;
    left: 0;
    line-height: 77px;
    overflow: hidden;
    position: absolute;
    width: 101px;
}

#main-slider.sfu .signature-ru::before {
    background: rgba(0, 0, 0, 0) url("../images/sfu-signature-ru.svg") no-repeat scroll 50% 50%;
    content: "";
    display: block;
    font-size: 0;
    height: 154px;
    left: 0;
    line-height: 154px;
    overflow: hidden;
    position: absolute;
    top: 30px;
    width: 254px;
}

#main-slider .signature-en {
    background:  url("../images/sfu-signature-en.svg") no-repeat scroll 50% 10% , rgba(0, 0, 0, 0) linear-gradient(135deg, #595959 0%, #2c2623 100%) repeat scroll 0 0;;
}

#main-slider .signature-en {

    display: block;
    height: 440px;
    left: 300px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 320px;
    z-index: 3;
}

#main-slider.sfu .signature-en::before {

    content: "";
    display: block;
    font-size: 0;
    height: 145px;
    left: 40px;
    line-height: 145px;
    overflow: hidden;
    position: absolute;
    top: 39px;
    width: 192px;
}


#main-slider .mol-sign {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NjAiIGhlaWdodD0iNjE1Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0IzQjNCMyIgZD0iTTQ4OS44MTMgMjc4LjY2djU2LjQ2OGMzOS42MzcgNy4yODQgNjkuNjcgNDEuODQ2IDY5LjY3IDgzLjQxMiAwIDQ2Ljg2LTM4LjE2IDg0Ljg1LTg1LjIzNSA4NC44NS0yMi43NDUgMC00My4zOTQtOC44ODctNTguNjc4LTIzLjM0MmwtNTMuNjkgMzEuMzAyYzEuNjkgNi42NiAyLjYwNCAxMy42MjYgMi42MDQgMjAuODA4IDAgMzkuNzM0LTI3LjQ0IDczLjA3Ny02NC40OCA4Mi4zMDR2LTE2NC41OWMyMS4wMDMgNS4yMzIgMzguOTIyIDE4LjIxIDUwLjQ5OCAzNS43Mmw0OC4wNy0yOC4wMjVjLTYuMDk0LTExLjY4Ni05LjU2LTI0Ljk1LTkuNTYtMzkuMDI3IDAtNDIuNjI4IDMxLjU4My03Ny45MDQgNzIuNzIyLTgzLjkzdi01NS41OTNjLTQwLjg4NS02LjI0Ny03Mi4xOTgtNDEuNDE0LTcyLjE5OC04My44NjMgMC00Ni44NiAzOC4xNi04NC44NSA4NS4yMzUtODQuODVzODUuMjM2IDM3Ljk5IDg1LjIzNiA4NC44NWMwIDQxLjc1LTMwLjI5OCA3Ni40My03MC4xOTMgODMuNTA1eiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMjEyMTIxIiBkPSJNMzAwLjAwMyAxNjcuMjY1Yy02LjUgMS41OC0xMy4yODMgMi40MzQtMjAuMjcgMi40MzQtMjYuMDU4IDAtNDkuMzctMTEuNjU0LTY1LjAwNC0yOS45OTVsLTQ4LjcxIDI4LjM5OGMyLjg3IDguNSA0LjQ1IDE3LjU5IDQuNDUgMjcuMDUgMCA0Mi40NS0zMS4zMTMgNzcuNjE3LTcyLjIgODMuODY0djU1LjU5MmM0MS4xNCA2LjAyNiA3Mi43MjMgNDEuMzAyIDcyLjcyMyA4My45MyAwIDQ2Ljg2LTM4LjE2IDg0Ljg1LTg1LjIzNSA4NC44NVMuNTIyIDQ2NS40LjUyMiA0MTguNTRjMC00MS41NjYgMzAuMDM0LTc2LjEyOCA2OS42NzItODMuNDEydi01Ni40N0MzMC4yOTggMjcxLjU4NSAwIDIzNi45MDQgMCAxOTUuMTU1YzAtNDYuODYgMzguMTYtODQuODUgODUuMjM1LTg0Ljg1IDI3LjUxIDAgNTEuOTYgMTIuOTg4IDY3LjU0NiAzMy4xMjZsNDcuNTU1LTI3LjcyNGMtMy43NTQtOS41NjctNS44MzgtMTkuOTY3LTUuODM4LTMwLjg1NkMxOTQuNDk3IDM3Ljk5IDIzMi42NiAwIDI3OS43MzIgMGM2Ljk4OCAwIDEzLjc3Mi44NTYgMjAuMjcgMi40MzV2MTY0LjgzeiIvPjwvc3ZnPg==") no-repeat scroll 50% 50%;
    display: block;
    height: 440px;
    left: 320px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.35s ease 0s;
    width: 560px;
    z-index: 2;
}
#main-slider .mol-sign {
    left: 640px;
    opacity: 0.6;
}
#main-slider .front-content {
    background: rgba(46, 40, 37, 0.7) none repeat scroll 0 0;
    bottom: 0;
    box-sizing: border-box;
    display: block;
    height: auto;
    left: 0;
    padding: 25px 0;
    position: absolute;
    width: 100%;
    z-index: 3;
}
#main-slider .front-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    display: block;
    left: 300px;
    padding: 20px 40px;
    position: absolute;
    width: 320px;
    z-index: 3;
}
#main-slider .front-content {
    left: 620px;
}

#main-slider .front-content::before {
    background: rgba(46, 40, 37, 0.6) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 440px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -1;
}
#main-slider .items-wrapper {
    background: #16120d none repeat scroll 0 0;
    display: block;
    height: 440px;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
#main-slider .items-wrapper {
    height: 440px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.lang-inline a {
    background-image: url("../img/24a.png");
    background-repeat: no-repeat;
    font-size: 24px;
    padding: 1px 0;
    height:24px;
    width:24px;
    display:inline-block;
}
a.rulan
{
  background-position:-500px -200px;
}
a.delan
{
  background-position:-300px -100px
}
