

/* Start:/local/templates/btl_new/components/bitrix/news.list/winners/style.css?17658132876613*/
.winner {
    width: 310px;
    height: 477px;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    overflow: hidden;
    margin: 20px 15px 20px 15px;
    display: inline-block;
	position: relative;
}
.winnerList {
    text-align: center;
}

.winnerList .winner:first-child {
    margin-left: 0px;
}

.winnerList .winner:nth-child(3) {
    margin-right: 0px;
}

div.eventList.winners {
    background: white;
	margin: 0;
}
.winner img {
    max-width: 310px;
    max-height: 222px;
}
.winner .imgBox {
    width: 310px;
    height: 222px;
    vertical-align: middle;
    line-height: 222px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: white;
}
div.eventList.winners h2 {
    color: #3c414c;
}
.winner a.project {
    text-decoration: none;
}
.winner .projName {
	font-family: Roboto;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    color: #3c414c;
    padding: 11px;
    height: 90px;
    max-height: 90px;
    line-height: 1.43rem;
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    z-index: 0;
    background: white;
    width: 310px;
    word-break: break-word;
}
.winner a.event {
    display: block;
    height: 174px;
    background-color: #efefef;
    padding: 15px;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    color: #3c414c;
	text-align: left;
	text-decoration: none;
	position: absolute;
    width: 100%;
    bottom: 0;
}

.winCity {
    position: absolute;
    bottom: 15px;
    left: 15px;
}


.employee {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  float: none;
  min-width: 100%;
  overflow: hidden;
  position: relative;
  text-align: left;
  vertical-align: top;
}
.carousel .employee {
  margin-top: 40px;
}
.employee .image {
    display: block;
    height: 200px;
    background: white;
    line-height: 0;
    margin: 0;
}
.employee .image > img {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.employee .description {
  border-top-width: 1px;
  color: #505050;
  display: table;
  font-size: 13px;
  height: 72px;
  line-height: 18px;
  text-align: center;
  width: 100%;
}
.employee .description .vertical {
  display: table-cell;
  height: 72px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}
.employee .name {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 4px;
}
.employee .role {
  font-size: 11px;
}
.employee .employee-hover {
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  color: #7f7f7f;
  display: none;
  font-size: 14px;
  line-height: 20px;
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}

.employee .employee-hover .name {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 7px;
}
.employee .employee-hover .role {
  line-height: 1;
  margin: 0;
}
.employee .employee-hover .contact {
  color: #fff;
}

.rotation .employee-hover {
  display: block;
  height: 100%;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  z-index: 13;
}
.rotation:hover .employee-hover {
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transition-delay: .2s;
  -ms-transition-delay: .2s;
  -o-transition-delay: .2s;
  transform: rotateY(0deg);
  transition-delay: .2s;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transition-delay: .2s;
  z-index: 46;
}
.employee.employee-single {
  margin: 0;
  max-width: inherit;
  width: auto;
}
.employee-single .images-box .carousel-box {
  overflow: hidden;
}
.employee-single .images-box .image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 0 20px;
  text-align: center;
}
.employee-single .images-box img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.employee-single .images-box .pagination {
  margin-top: 0;
}
.employee-single .images-box .carousel-box.load {
  max-height: 390px;
  overflow: hidden;
}
.employee-single .employee-description .name {
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 5px;
}
.employee-single .employee-description .role {
  font-size: 16px;
  margin: 0 0 22px;
}

.employee .employee-hover {
  float: none;
  margin: 0;
  overflow: inherit;
}
.employee-single-rotation .content-box {
  padding-left: 15px;
  padding-right: 15px;
}

.rotation .default {
  overflow: hidden;
  position: relative;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  transform: rotateY(0deg);
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  z-index: 24;
}
.rotation .default, .expert .default ,.startup .default {
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.rotation:hover .default {
  z-index: 35;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}

.employee .employee-hover .name {
  color: #595959;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 7px;
}
.employee .employee-hover .role {
  line-height: 1;
  margin: 0 0 24px;
}
.employee .employee-hover .contact {
  color: #fff;
}
.employee .employee-hover .image {
  background: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  height: 60px;
  float: right;
  line-height: 0;
  margin: 4px 0 0 5px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 60px;
  z-index: 1;
}


@media screen and (max-width: 1440px){
	.winner {
		margin: 20px 12px 20px 12px;
	}
}
/* End */
/* /local/templates/btl_new/components/bitrix/news.list/winners/style.css?17658132876613 */
