

/* Start:/en/expedition/css/expedition.css?151903883617845*/
/*COMMON STYLES*/
.cl {
  clear: both;
}
.expedition{
  padding: 20px 0;
}
.expedition .container{
  padding: 0;
}
.expedition_bread {
  width: 100%;
  margin: auto;
  padding-left: 15px;
  padding-top: 20px;
}
.expedition_bread .breadcrumbs {
  max-width: 1140px;
  margin: auto;
}
.expedition_bread .breadcrumbs li {
  font-weight: 400;
}
.buttons-kon {
  max-width: 750px;
  height: 50px;
  margin: auto;
  margin-top: 32px;
}
.buttons-kon a {
  display: inline-block;
  width: 353px;
  height: 50px;
  text-align: center;
  padding-top: 14px;
  border: 2px solid #ff6a01;
  background-color: #ffffff;
  font-size: 20px;
  color: #ff6a01;
  transition: all 0.9s ease;
}
.buttons-kon a:hover {
  background-color: #ff6a01;
  color: #ffffff;
  text-decoration: none;
}
.expedition-head {
  width: 100%;
  background:#C6C6CE url(/expedition/images/bg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 90px;
  text-align: center;
  margin-bottom: 10px;
}
.expedition-head .logokon {
  background: url(/expedition/images/logo2017.png) center center no-repeat;
  width: 741px;
  height: 400px;
  margin: auto;
  background-size: contain;
}
.expedition-head .buttons-kon a {
  display: block;
}
.expedition-head .buttons-kon a.partaker-application {
  float: left;
  background-color: #ff6a01;
  color: #ffffff;
  border: 2px solid #ff6a01;
}
.expedition-head .buttons-kon a.partaker-application:hover {
  text-decoration: none;
  color: #ff6a01;
  background-color: #ffffff;
}
.expedition-head .buttons-kon a.expert-application {
  float: right;
}
.expedition-head nav {
  height: 52px;
  margin: auto;
  margin-top: 32px;
  background-color: #585858;
  padding: 0px 30px;
  display: inline-block;
  margin-bottom: -5px;
}
.expedition-head nav ul{
  padding: 0;
  margin: 0;
}
.expedition-head nav ul> li{
  float: left;
}
.expedition-head nav ul> li> a {
  display: block;
  color: #ffffff;
  font-size: 20px;
  padding: 15px 18px;
}
.expedition-head nav ul li:hover a,
.expedition-head nav ul> li.exp-dropdown ul.exp-dropdown-menu li:hover a {
  text-decoration: none;
  color: #ff6a01;
}
.expedition-head nav ul> li.exp-dropdown{
  position: relative;
}
.expedition-head nav ul> li.exp-dropdown ul.exp-dropdown-menu{
  opacity: 0;
  position: absolute;
  top: 50px;
  left: 0;
  background-color: rgba(88,88,88,0.84);
  z-index: 99;
  text-align: left;
  width: 200px;
  transition:ease all 0.3s;
  height: 0;
  overflow: hidden;
}
.expedition-head nav ul> li.exp-dropdown ul.exp-dropdown-menu li{
  display: block;
  float: none;
}
.expedition-head nav ul> li.exp-dropdown ul.exp-dropdown-menu li a{
  color:#fff;
  font-size: 18px;
}
@media screen and (min-width:490px){
  .expedition-head nav ul> li.exp-dropdown:hover ul.exp-dropdown-menu{
    opacity: 1;
    height: auto;
  }
}

/*MAIN PAGE*/
.expedition .expedition-content{
  width: 75%;
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.expedition .expedition-sidebar{
  width: 25%;
  float: right;
  padding-left: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

/*news*/
.expedition .expedition-content .expedition-content-news .news{
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f1edea;
}
.expedition .expedition-content .expedition-content-news .news .news-date{
  margin-bottom: 20px;
}
.expedition .expedition-content .expedition-content-news .news .carousel2 .image-center iframe{
  max-width: 100%;
}

/*carousel sidebar*/
.expedition .expedition-sidebar .expedition-sidebar-partners{
  margin: 0 auto 40px;
}
.expedition .expedition-sidebar .expedition-sidebar-partners .lSPager.lSpg{
  display: none;
}
.expedition .expedition-sidebar .expedition-sidebar-partners .gorizontal-slider-sidebar{
  height: auto!important;
}
.expedition .expedition-sidebar .expedition-sidebar-partners .lightSlider li:before{
  margin: 0!important;
}
.expedition .expedition-sidebar .expedition-sidebar-partners .lightSlider .lslide{
  text-align: center;
}

/*SIDEBAR*/
.expedition .expedition-sidebar .expedition-sidebar-insta,
.expedition .expedition-sidebar .expedition-sidebar-vk,
.expedition .expedition-sidebar .expedition-sidebar-facebook{
  text-align: center;
  overflow: auto;
}
.expedition .expedition-sidebar p.title{
  font-size: 24px;
  text-align: center;
  color:#ed6d4a;
  margin-bottom: 20px;
}

/*TEAM PAGE*/
.expedition-content-team{
  overflow: hidden;
  margin-bottom: 20px;
}
.expedition-content-team .expedition-content-team-slider{
  width: 60%;
  float: left;
  box-sizing: border-box;
}
.expedition-content-team .expedition-content-team-descr{
  width: 40%;
  float: right;
  padding-left: 20px;
  box-sizing: border-box;
}
.expedition-content-team .expedition-content-team-slider .lightSlider li:before{
  margin: 0;
}
.expedition-content-team .expedition-content-team-slider .lSSlideOuter .lSPager.lSGallery li:last-child{
  margin-right: 0!important;
}

/*PUBLICATION PAGE*/
.expedition-content-press{

}
.expedition-content-press ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.expedition-content-press ul li{
  margin-bottom: 10px;
}
.expedition-content-press ul li a{
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  opacity: .75;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 0;
}
.expedition-content-press ul li a:hover{
  opacity: 1;
  color: #ed6d4a;
  border-color: #ed6d4a;
}

.expedition-content-videos{
  overflow: hidden;
}
.expedition-content-videos .video-box{
  float: left;
  width: 32.333%;
  overflow: hidden;
  border:1px solid #ccc;
  margin-right: 1.5%;
  margin-bottom: 20px;
}
.expedition-content-videos .video-box:hover{
  border:1px solid #ed6d4a;
}
.expedition-content-videos .video-box:nth-child(3n){
  margin-right: 0;
}
.expedition-content-videos .preview-video{
  margin-bottom: 0px;
}
.expedition-content-videos .preview-video a{
  display: block;
  position: relative;
}
.expedition-content-videos .preview-video a:hover:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.2) url(/en/expedition/css/../images/play.png) no-repeat;
  background-position: center center;
  background-size: 30%;
}
.expedition-content-videos .preview-video img{
  max-width: 100%;
}
.expedition-content-videos .description-video{
  padding: 5px;
  height: 50px;
  overflow: hidden;
  position: relative;
}
.expedition-content-videos .description-video:after{
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  position: absolute;
  height: 20px;
  bottom: 0;
  width: 100%;
  left: 0;
  content: "";
}
.expedition-content-videos .main-video{
  display: ;
  position: fixed;
  top: 85px;
  left: 50%;
  width: 800px;
  margin-left: -400px;
  border:1px solid #ccc;
  z-index: 9999;
  height: 500px;
  display: none;
}
.expedition-content-videos .main-video iframe{
  max-width: 100%;
  max-height: 500px;
}
.expedition-content-videos .main-video .close{
  position: absolute;
    top: -24px;
    right: -30px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    z-index: 9999;
    text-indent: -9999px;
    background: url('/en/expedition/css/../images/close.png') no-repeat;
}
.expedition-content-videos .shadow{
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9998;
  display: none;
}

.expedition-content-photos{
  overflow: hidden;
}
.expedition-content-photos>div{
  float: left;
  width: 32.333%;
  overflow: hidden;
  border:1px solid #ccc;
  margin-right: 1.5%;
  margin-bottom: 20px;
}
.expedition-content-photos>div:hover{
  border:1px solid #ed6d4a;
}
.expedition-content-photos>div:nth-child(3n){
  margin-right: 0;
}
.expedition-content-photos .preview-photo{
  margin-bottom: 0px;
}
.expedition-content-photos .preview-photo a{
  display: block;
  position: relative;
}
.expedition-content-photos .preview-photo img{
  max-width: 100%;
}
.expedition-content-photos .description-photo{
  padding: 5px;
  height: 50px;
  overflow: hidden;
  position: relative;
}
.expedition-content-photos .description-photo:after{
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  position: absolute;
  height: 20px;
  bottom: 0;
  width: 100%;
  left: 0;
  content: "";
}

.photos-gallery-list{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.photos-gallery-list li{
  display: inline-block;
  margin-right: 1.5%;
  width: 32.333%;
  margin-bottom: 10px;
}
.photos-gallery-list li:nth-child(3n){
  margin-right: 0;
}
.photos-gallery-list li a{
  display: block;
}
.photos-gallery-list li a img{
  max-width: 100%;
}

/*PARTNERS PAGE*/
.expedition-content-partners{
  overflow: hidden;
}
.expedition-content-partners>div{
  overflow: hidden;
}
.expedition-content-partners p.title{
    font-size: 24px;
    color: #ed6d4a;
    margin-bottom: 20px;
}
.expedition-content-partners .wrapper-3news{
  overflow: hidden;
}
.expedition-content-partners .wrapper-3news>div{
  float: left;
  width: 32.333%;
  overflow: hidden;
  border:1px solid #ccc;
  margin-right: 1.5%;
  margin-bottom: 20px;
}
.expedition-content-partners .wrapper-3news> div:hover{
  border:1px solid #ed6d4a;
}
.expedition-content-partners .wrapper-3news> div:nth-child(3n){
  margin-right: 0;
}
.expedition-content-partners .preview-partners{
  margin-bottom: 0px;
  text-align: center;
}
.expedition-content-partners .preview-partners a{
  display: block;
  position: relative;
  padding: 5px;
}
.expedition-content-partners .preview-partners img{
  max-width: 100%;
}
.expedition-content-partners .description-partners{
  padding: 5px;
  overflow: hidden;
  position: relative;
}
/*Adaptive main page*/
@media screen and (max-width:992px){
  /*MAIN PAGE - news iframe*/
  .expedition .expedition-content .expedition-content-news .news .carousel2 .image-center iframe{
    height: 450px!important;
  }
  /*TEAM PAGE*/
  .expedition-content-team .expedition-content-team-slider{
    width:100%;
    float: none;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .expedition-content-team .expedition-content-team-descr{
    width: 100%;
    float: none;
    padding-left: 0;
    overflow: hidden;
  }
  .expedition-content-team .expedition-content-team-slider .lSPager.lSGallery{
    margin: 10px auto!important;
    width: 100%!important;
    text-align: center;
  }
  .expedition-content-team .expedition-content-team-slider .lSSlideOuter .lSPager.lSGallery li{
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .expedition-content-team .expedition-content-team-slider .lightSlider img{
    width: 100%;
  }

  /*PUBLICATION PAGE*/
  .expedition-content-videos .video-box{
    width: 49%;
    margin-right: 1.5%;
    margin-bottom: 10px;
  }
  .expedition-content-videos .video-box:nth-child(3n){
    margin-right: 1.5%;
  }
  .expedition-content-videos .video-box:nth-child(2n){
    margin-right: 0;
  }
  .expedition-content-photos>div{
    width: 49%;
    margin-right: 1.5%;
    margin-bottom: 10px;
  }
  .expedition-content-photos>div:nth-child(3n){
    margin-right: 1.5%;
  }
  .expedition-content-photos>div:nth-child(2n){
    margin-right: 0;
  }
}
@media screen and (max-width:845px){
  /*MAIN PAGE - news iframe*/
  .expedition .expedition-content .expedition-content-news .news .carousel2 .image-center iframe{
    height: 375px!important;
  }
  /*Menu expedition*/
  .expedition-head{
    padding-top: 0;
    background-position: center -30px;
  }
  .expedition-head nav {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .expedition-head nav ul> li{
    float: none;
    display: inline-block;
  }
  .expedition-head nav ul> li a{
    font-size: 18px;
    padding: 15px 10px;
  }
  .expedition-head nav ul> li.exp-dropdown ul.exp-dropdown-menu{
    width: 150px;
  }
  .expedition-head nav ul> li.exp-dropdown ul.exp-dropdown-menu li a{
    font-size: 16px;
  }
  .expedition-head .logokon {
    height: 200px;
    width: 100%;
  }

  /*PUBLICATION PAGE*/
  .expedition-content-videos .main-video{
    left: 0;
    top: 30px;
    width: 100%;
    margin-left: 0;
  }
  .expedition-content-videos .main-video .close{
    top: -30px;
    right: 0px;
  }
}
@media screen and (max-width:768px){
  /*MAIN PAGE - news iframe*/
  .expedition .expedition-content .expedition-content-news .news .carousel2 .image-center iframe{
    height: 350px!important;
  }

  /*PARTNERS*/
  .expedition-content-partners .wrapper-3news>div{
    width: 100%;
    margin-right:0%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:630px){

  /*Menu expedition*/
  .expedition-head nav ul> li a{
    font-size: 14px;
    padding: 15px 5px;
  }
  .expedition-head nav ul> li.exp-dropdown ul.exp-dropdown-menu{
    width: 120px;
  }
  .expedition-head nav ul> li.exp-dropdown ul.exp-dropdown-menu li a{
    font-size: 12px;
  }

  /*CONTENT*/
  .expedition .expedition-content{
    width: 100%;
    padding: 0;
    float: none;
  }

  /*SIDEBAR*/
  .expedition .expedition-sidebar{
    width: 100%;
    padding: 0;
    float: none;
  }

  /*PUBLICATION PAGE*/
  .expedition-content-videos .main-video{
    height: 400px;
  }
  .expedition-content-videos .main-video iframe{
    max-height: 400px;
  }
}
@media screen and (max-width:490px){
  /*MAIN PAGE - news iframe*/
  .expedition .expedition-content .expedition-content-news .news .carousel2 .image-center iframe{
    height: 300px!important;
  }

  /*Menu expedition*/
  .expedition-head{
    background-size: 180%;
    background-position: top center;
  }
  .expedition-head nav{
    height: auto;
  }
  .expedition-head nav ul> li{
    display: block;
  }
  .expedition-head nav ul> li:first-child a{
    padding-top: 15px;
  }
  .expedition-head nav ul> li:last-child a{
    padding-bottom: 15px;
  }
  .expedition-head nav ul> li a{
    padding: 7.5px 0;
  }
  .expedition-head nav ul> li.exp-dropdown ul.exp-dropdown-menu{
    position: relative;
    opacity: 0;
    height: 0;
    width: 100%;
    text-align: center;
    top: 0;
    background:none;
  }
  .expedition-head nav ul> li.exp-dropdown ul.exp-dropdown-menu.active-mobile{
    height: auto;
    opacity: 1;
  }
  .expedition-head nav ul> li.exp-dropdown ul.exp-dropdown-menu li a{
    padding: 5px 0;
    opacity: 0.7;
  }
  .expedition-head nav ul> li.exp-dropdown> a{
    display: inline-block;
    position: relative;
  }
  .expedition-head nav ul> li.exp-dropdown> a:after{
    content: "\f078";
    font: normal normal normal 15px/1 FontAwesome;
    font-weight: normal;
    width: 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 10px;
    color:#fff;
    font-size: 10px;
    margin-left: 5px;
  }
  .expedition-head nav ul> li.exp-dropdown> a:hover:after{
    color:#ff6a01;
  }
  .expedition-head nav ul> li.exp-dropdown.active> a:after{
    content: "\f077";
  }

  /*PUBLICATION PAGE*/
  .fancybox-image{
    height: auto!important;
    max-height: none!important;
  }
  .fancybox-inner{
    height: auto!important;
  }
}
@media screen and (max-width:455px){
  /*EXPEDITION HEAD*/
  .expedition-head{
    background-size: 195%;
  }
}
@media screen and (max-width:420px){
  /*EXPEDITION HEAD*/
  .expedition-head{
    background-size: 205%;
  }
}
@media screen and (max-width:400px){
  /*EXPEDITION HEAD*/
  .expedition-head{
    background-size: 220%;
  }

  /*MAIN PAGE - news iframe*/
  .expedition .expedition-content .expedition-content-news .news .carousel2 .image-center iframe{
    height: 230px!important;
  }

  /*MAIN PAGE*/
  .expedition .expedition-content .expedition-content-news .news .news-date,
  .expedition .expedition-content .expedition-content-news .news .news-description p{
    font-size: 11px;
    line-height: 17px;
  }
  .expedition .expedition-content .expedition-content-news .news .news-date{
    margin-bottom: 10px;
  }
  .expedition .expedition-content .expedition-content-news .news{
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .expedition-content{
    font-size: 11px;
    line-height: 17px;
  }

  /*TEAM PAGE*/
  .expedition-content-team .expedition-content-team-descr{
    font-size: 11px;
    line-height: 17px;
  }

  /*PUBLICATION PAGE*/
  .expedition-content-press ul li a{
    font-size: 11px;
    line-height: 17px;
  }
  .expedition-content-photos .description-photo,
  .expedition-content-videos .description-video{
    font-size: 11px;
    line-height: 17px;
    height: 40px;
  }
  
  /*PARTNERS PAGE*/
  .expedition-content-partners,
  .expedition-content-partners p,
  .expedition-content-partners .description-partners{
    font-size: 11px;
    line-height: 17px;
  }

  /*PUBLICATION PAGE*/
  .expedition-content-videos .main-video{
    height: 300px;
  }
  .expedition-content-videos .main-video iframe{
    max-height: 300px;
  }
}
@media screen and (max-width:350px){
  /*EXPEDITION HEAD*/
  .expedition-head{
    background-size: 235%;
  }
}
@media screen and (max-width:325px){
  /*EXPEDITION HEAD*/
  .expedition-head{
    background-size: 245%;
  }
}
/* End */


/* Start:/bitrix/templates/avtoros_adapt/components/bitrix/news.list/expedition_main/style.css?1518870490150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/avtoros_adapt/components/bitrix/news.list/expedition_partners/style.css?1518791108150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /en/expedition/css/expedition.css?151903883617845 */
/* /bitrix/templates/avtoros_adapt/components/bitrix/news.list/expedition_main/style.css?1518870490150 */
/* /bitrix/templates/avtoros_adapt/components/bitrix/news.list/expedition_partners/style.css?1518791108150 */
