

.client_center a,
.client_center {
	font-size: 1.8rem;
}

.client_center .tags a{
	font-size: 1.6rem;
}

.client_center .list-group-item{
	font-size: 1.6rem;
}

.center_header_banner{
	color: #fff;
}

.center_header_banner h2{
	color: #fff;
}

.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.center_header_banner{
	width: 100%;
	height: 500px;
	background-image: url('/upload/IBM_client_centers.jpg');
}

.center_header_banner{
	display: flex;
}

.banner_left,
.banner_right{
	flex-grow: 1;
}

.banner_left{
	padding-right: 20px;
	flex-basis: 65%;
}

.banner_right{
	flex-basis: 35%;
}



.center_menu{
	background-color: #171717;
	display: flex;
}

.center_menu ul{
	display: inline-flex;
	margin-bottom: 0;
	background-color: #171717;
}

.center_menu li{
	display: flex;
	/*flex-grow: 1;*/
    /*flex-basis: 0;*/
    padding: 15px 20px;
    font-size: 16px;
    text-align: center;
    position: relative;
   text-transform: uppercase;
   font-weight: bold;
	text-decoration: underline;

}

.center_menu li::after{
		content: '\2193';
		display: inline-block;
		color: #f87b0c;
	}

.center_menu li:hover{
	/*background-color: #f87b0c;*/
	/*color: #fff;*/
}

.center_menu li:hover a{
	color: #fff;

}

.center_menu > ul li ul { /* Прячем все меню ниже 1 уровня */
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    padding-left: 0;
    font-size: 16px;
    background-color: #171717;
}

.center_menu > ul li:hover > ul { /* Показываем все меню при наведении на родительский li, которые находятся ниже 1 уровня*/
    display: block;
    z-index: 1;
}

.center_menu > ul li ul li{
	font-size: 16px;
	padding: 10px 30px;
	text-transform: none;
	font-weight: normal;
}

.center_menu > ul li ul li a{
	color: #171717;
}

.description_wrapper{
	flex-direction: column;
	padding: 30px 0;
}

.description_block{
	display: flex;
	align-items: center;
}

.description_block h2{
	margin-bottom: 20px;
}

.desc_img{
	/*float: left;*/
	/*width: 20%;*/
	margin-right: 20px;

}

.description_block img{
	display: block;
	/*float: left;*/
	width: 100%;
	/*margin-bottom: 70px;*/
}

.description_block .button{
	margin: 0 auto;
	display: block;
	width: 95px;
}

.chess{
	background-color: #eee;
}

.chess_wrapper{
	flex-direction: column;
	padding: 30px 0;
}


.chess_block{
	display: flex;
	align-items: center;
	background-color: #fff;
	margin-bottom: 30px;
	width: 100%;
}

.chess_block:last-child{
	margin-bottom: 0;
}

.chess_block .chess_content{
	display: flex;
	padding-left: 30px;
	padding-right: 30px;
	flex-grow: 1;
    flex-basis: 0;
    flex-flow: wrap;
    flex-direction: column;
}

.chess_content a{
	display: block;
}

.chess_content .button{
	width: fit-content;
}

.chess_img{
	display: flex;
	width: 570px;
	height: 260px;
	overflow: hidden;
	/*flex-grow: 1;*/
	/*flex-basis: 0;*/
	position: relative;
}

.chess_img img{
	/*width: 100%;*/
	/*height: 150%;*/
	height: auto !important;
    min-width: 50%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto !important;
}


.events{
	background-color: #999;
	padding: 30px 0;
	justify-content: space-between;
}

.event{
	/*max-width: 32%;*/
	flex-grow: 1;
	flex-basis: 0;
	display: flex;
    flex-direction: column;
}


.events h3{
	color: #fff;
	text-align: center;
	font-size: 3rem;
}

.event:first-child{
	-ms-align-self: flex-start;
	align-self: flex-start;
}

.event_header{
	background-color: #fff;	
	padding: 10px;
	/*min-height: 221px;*/
}

.event_header a{
	max-height: 51px;
	display: block;
	overflow: hidden;
	line-height: 1.5;
	font-weight: bold;
}

.event_header ul{
	padding-left: 0;
}

.event_header li{
	list-style: none;
	padding-left: 0;
	text-align: left;
	font-size: 16px;
}

.event_header li i{
	margin-right: 5px;
}

.event_header p{
	color: #171717;
}


.event_text{
	background-color: #eee;
	color: #555;
	padding: 10px;
	height: 170px;
	overflow: hidden;
}

.event_text a{
		font-size: 20px;
		font-weight: bold;
		color: #000;
	}

.solution_item .event_header{
	height: 60px;
	min-height: auto;
	display: none;
}

.solution_item .event_text{
	height: 100px;
	background-color: #fff;
	line-height: 26px;
}

.event_img{
	height: auto;
	background-color: #eee;
	color: #555;
	padding: 0px;
	overflow: hidden;
	height: 325px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.solution_item .event_img img{
	/*width: 350px;*/
	height: 325px;
}

#content .event_text p{
	line-height: 1.5;
	text-align: left;
}

.event_footer{
	background-color: #f87b0c;
	padding: 10px;
	/*color: #fff;*/
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;

}

.event_footer:hover{
	background-color: #f98925;
}

.event_footer a{
	color: #fff;
}

.band{
	padding: 15px 0;
	font-size: 18px;
	background-color: #eee;
}

.band.orange{
	background-color: #f87b0c;
	color: #fff;
}

.band.orange .button{
	background-color: #444;
}

.band.orange .button:hover{
	background-color: #6d6d6d;
}

.band p{
	display: flex;
	flex-grow: 1;
	flex-basis: 25%;
}


.band.orange p{
	flex-basis: 80%;
	flex-grow: 0;
	font-size: 28px;
}

.demo{
	padding: 30px 0;
}

.demo h3{
	text-align: center;
}

.demo_block{
	align-items: stretch;
	flex-wrap: wrap;
}

.demo_block.column{
	flex-direction: column;
}

.demo_item{
	display: flex;
	margin-bottom: 30px;
	flex-basis: 50%;
	position: relative;
	padding-bottom: 30px;
}

.demo_item .button{
	position: absolute;
	bottom: 0;
}

.demo_item:first-child{
	/*margin-right: 40px;*/
}

.demo_img,
.demo_content{
	flex-grow: 1;
	flex-basis: 0;
}

.demo_img{
	max-width: 30%;
	margin-right: 15px;
}

.demo_title{
	color: #f87b0c;
	font-size: 20px;
	text-align: left;
}

.demo_content{
	flex-direction: column;
	justify-content: flex-start;
}

.demo_preview{
	text-align: left;
	font-size: 16px;
}

.client_center .entry-content{
	margin-top: 5px;
}

.client_center .entry-meta li{
	margin-bottom: 5px;
}

.client_center .clear{
	margin: 15px 0px;
}


.detail_img{
	max-width: 30%;
	min-width: 30%;
	float: left;
	margin-right: 30px;
}

.detail_img img{
	width: 100%;
}

.detail_img.custom{
	float: none;
}

#content .detail_img.custom p{
	font-size: 1.6rem;
}

.detail2_content h2{
	margin-bottom: 10px;
}

.detail_content .tags li{
	list-style: none;
	font-size: 16px;
	margin-bottom: 5px;
}

.detail_content li i{
	margin-right: 5px;
}

.detail_content .button{
	width: 250px;
	display: block;
	margin: 15px auto;
	clear: both;
	text-align: center;
}

.detail_content.flex{
	align-self: flex-start;
	align-items: flex-start;
}

.detail2_content{
	/*border: 1px solid #999;*/
}

.detail_img  ul.tags{
	padding-left: 0;
}



.detail2_content div:nth-child(2n){
	/*background-color: #eee;*/
}

.detail2_content span{
	font-weight: bold;
}

.detail2_content div{
	padding: 10px;
	border-bottom: 1px solid #FF6000;
}

.clear{
	clear: both;
}

.speaker{
	/*width: 20%;*/
	text-align: center;
}

.speaker {
  position: relative;
  float: left;
  transition: all 2s;
  display: table;
  cursor: pointer;
  flex-basis: 0;
  flex-grow: 1;
  margin-right: 10px;
}

.speaker:last-child{
	margin-right: 0;
}

.speaker_img{
	width: fit-content;
	float: left;
	margin-right: 20px;
	max-width: 25%;
}

.speaker_img img{
	display: block;
	margin: 0 auto; 
}

.extra_img img,
.speaker_img img{
	max-height: 400px;
}

.speaker_img p{
	text-align: center;
}

.description {
  position: absolute;
  background: rgba(248, 123, 12, .8);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  cursor: pointer;
  color: #fff;
  height: 77%;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table.categories{
	border-bottom: 2px solid #eee;
}

.table.categories:last-child{
	border-bottom: none;
}

.table.categories .flex{
	align-items: flex-start;
}

.cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 15px;
}

.speaker:hover .description {
  visibility: visible;
  opacity: 1;
}

.programm .table th{
	padding-left: 10px;
}


.category_name{
	border-bottom: 3px solid #f87b0c;
	padding-bottom: 5px;
	width: fit-content;
}

.small-thumbs.categories .entry-image{
	width: 100px;
	margin-right: 10px;
}

.table.categories .entry{
	flex-basis: 49%;
	border-bottom: none;
}

.client_center .events .owl-nav button span{
	font-size: 40px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
	opacity: 1;
}

.client_center .owl-nav button span{
	color: #fff;
}

.client_center .owl-nav button.owl-next span{
	margin-left: 2px;
	opacity: 1;
}

.client_center .owl-nav button.owl-prev span{
	margin-right: 2px;
	opacity: 1;
}

#video_detail{
	width: 740px;
	height: 430px;
	padding: 15px;
}

#video_detail iframe{
	width: 700px;
	height: 400px;
}

#video_detail .fancybox-slide--html .fancybox-close-small{
	right: -9px;
}

.events .container{
	width: 1360px;
}

.about_cc_page{
	font-size: 18px;
}

.about_images{
	display: flex;
	flex-direction: column;
	margin-right: 20px;
}

.about_images img{
	max-width: 300px;
	margin-bottom: 10px;
}

.logos{
	justify-content: space-between;
	padding-bottom: 20px;	
}

.logos img{
	/*max-width: 170px;*/
}

.logos img:first-child{
	width: 120px;
}

.logos img:nth-child(2){
	width: 200px;
}

.logos img:nth-child(3){
	width: 200px;
}

.logos img:nth-child(4){
	width: 120px;
}

.ibm_hcl_logo img{
	max-width: 50%;
}


@media screen and (max-width: 1023px) {
	.events .container{
		width: 100%;
	}
	.client_center{
		text-align: justify;
	}

	#content .client_center p,
	.event_header li{
		font-size: 1.6rem;
		line-height: 1.5;
	}

	.banner_right iframe{
		width: 100%;
		height: 300px;
	}

	.center_header_banner .container{
		padding-top: 10px;
	}

	.flex{
		flex-direction: column;
	}

	.chess_img{
		display: none;
	}

	.events{
		padding: 10px 0;
	}

	.events h3{
		font-size: 2rem;
		margin-bottom: 10px;
	}

	.event{
		max-width: 100%;
		width: 100%;
		margin-bottom: 10px;
	}

	.event_text{
		height: auto;
	}



	.center_header_banner{
		height: auto;
	}

	.center_header_banner h2{
		margin-bottom: 10px;
	}

	.center_menu li{
		padding: 0;
		font-weight: normal;
		text-decoration: none;
	}

	

	.description_block img{
		display: none;
	}

	.description_block h2{
		margin-bottom: 10px;
		font-size: 2rem;
	}


	.chess_content h3{
		margin-bottom: 10px;
	}

	.chess_block .chess_content{
		padding: 10px;
	}

	.demo_item{
		flex-direction: column;
	}

	.demo_img{
		max-width: 100%;
		margin-right: 0;
	}
}
