/*
 * RESOURCES
*/

@import 'header_block.css';
@import 'bottom_sec.css';

#main-content-block section{
	padding-top: 50px;
}
#main-content-block section:last-child{
	padding-bottom: 50px;
}
#main-content-block .sec-title{
	text-align: center;
	margin: 0 auto 22px;
	max-width: 400px;
}
.btn-col{
	text-align: center;
}

#tabs-sec{
	padding: 12px 0 30px;
}
#tabs-sec.sticky{
	position: fixed;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.16);
	padding: 0;
	z-index: 99;
}
.tabs-sec__slider-arrow{
	width: 40px;
    height: 40px;
    background-size: 10px 16px, cover;
    background-repeat: no-repeat, no-repeat;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 0;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.16);
    position: absolute;
    top: 8px;
    z-index: 2;
}
.tabs-sec__slider-arrow.prev{
    background-image: url(../img/arrow-left.png), linear-gradient(#F69A31 0%, #E94039 100%);
    background-position: left 12px center, center;
    left: 0;
}
.tabs-sec__slider-arrow.next{
	background-image: url(../img/arrow-right.png), linear-gradient(#F69A31 0%, #E94039 100%);
    background-position: left 14px center, center;
    right: 0;
}
.tabs-sec__slider{
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #DCE8EE;
}
#tabs-sec.sticky .tabs-sec__slider{
	border: 0;
	padding: 0;
}
#tabs-sec a{
	width: calc(100vw - 30px);
	display: inline-block;
	font-size: 15px;
	line-height: 1.35em;
	padding: 18px 0;
	color: #3F5BA9;
	text-decoration: none;
	border-bottom: 4px solid transparent;
	margin-bottom: -2.5px;
	text-align: center;
	float: left;
}
#tabs-sec.sticky a{
	margin-bottom: 0;
	border: 0;
}
.tabs-sec__slider-container{
	transition: .3s all;
}

article.prod_data_sheets,
article.customer_stories{
	display: table;
	width: 100%;
	min-height: 163px;
	padding: 15px;
	background-color: #fff;
    overflow: hidden;
    border-radius: 20px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.16);
    margin-bottom: 30px;
}
article.prod_data_sheets .thumb-block,
article.prod_data_sheets .text,
article.customer_stories > *{
	display: table-cell;
	vertical-align: middle;
}
article.prod_data_sheets .thumb-block,
article.customer_stories .thumb-block{
	width: 100px;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
article.prod_data_sheets .thumb-block img,
article.customer_stories .thumb-block img{
	position: absolute;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
}
article.prod_data_sheets .text,
article.customer_stories .text{
	width: calc(100% - 100px);
	padding-left: 22.5px;
}
article.prod_data_sheets .post-date,
article.customer_stories .post-date{
	display: block;
	font-size: 10.5px;
	line-height: 1.35em;
	color: #A5B6BE;
	margin-bottom: 7px;
}
article.prod_data_sheets .post-title,
article.customer_stories .post-title{
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 600;
	margin-bottom: 5px;
	color: #3F5BA9;
}
article.prod_data_sheets .post-content,
article.customer_stories .post-content{
	font-size: 13.5px;
	line-height: 1.66em;
}


article.webinars{
	background-color: #fff;
	overflow: hidden;
	border-radius: 20px;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.16);
	margin-bottom: 30px;
}
article.webinars .thumb-block{
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 40%;
}
article.webinars .thumb-block::before,
article.webinars .thumb-block::after{
	content: '';
	position: absolute;
}
article.webinars .thumb-block::before{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(63,91,169,.4);
}
article.webinars .thumb-block::after{
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #fff;
	left: calc(50% - 14px);
	top: calc(50% - 14px);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38'%3E%3Cg transform='translate(37.619) rotate(90)'%3E%3Cpath d='M6.5,0,13,12H0Z' transform='translate(13 10.619)' fill='%23f69a31'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
article.webinars .text{
	padding: 20px 23px;
}
article.webinars .post-date{
    font-size: 12px;
    line-height: 1.35em;
    margin-bottom: 7px;
    color: #A5B6BE;
}
article.webinars .post-title{
	display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5em;
    text-decoration: none;
    color: #3F5BA9;
    margin-bottom: 7px;
}
article.webinars .post-content{
    font-size: 12px;
    line-height: 1.375em;
    color: #222;
}
article.webinars .post-content .more {
    display: inline-block;
    width: .7em;
    height: .7em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M 5 1 10 6 5 11' fill='none' stroke='%23F69A31' stroke-width='2'/%3E%3C/svg%3E%0A");
}


.faqs-col{
	margin-bottom: 7px;
}
.faq-article{
	margin-bottom: 15px;
}
.q-title{
	position: relative;
	display: block;
	border-radius: 20px;
	background-color: #fff;
	text-decoration: none;
	font-size: 13.5px;
	line-height: 1.33em;
	font-weight: 600;
	padding: 10px 30px;
	color: #3F5BA9;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
}
.q-title::before,
.q-title::after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	background-color: #F69A31;
}
.q-title::before{
	right: 30px;
	width: 12px;
	height: 2px;
}
.q-title::after{
	right: 35px;
	width: 2px;
	height: 12px;
}
.q-title.active::after{
	right: 30px;
	width: 12px;
	height: 2px;
}
.q-answer{
	overflow: hidden;
	height: 0;
	transition: .3s all;
	padding: 0 30px;
	font-size: 13.5px;
	line-height: 2em;
}


@media screen and (min-width: 576px){
	#tabs-sec a{
		width: 510px;
	}
}
@media screen and (min-width: 768px){
	#tabs-sec a{
		width: 690px;
	}
	#tabs-sec.sticky .tabs-sec__slider-container{
		border-color: #fff;
		margin-bottom: 0;
	}

	article.webinars .post-date{
		font-size: 10.5px;
	}
	.faqs-col{
		margin-bottom: 8px;
	}
	.faq-article{
		margin-bottom: 22px;
	}
}
@media screen and (min-width: 992px){
	#main-content-block{
		padding-bottom: 96px;
	}
	#main-content-block section:nth-child(1){
		padding-top: 102px;
	}
	#main-content-block section{
		padding-top: 88px;
		padding-bottom: 88px;
	}
	#tabs-sec a{
		width: auto;
	}
	.tabs-sec__slider{
		border: 0;
	}
	.tabs-sec__slider-container{
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		margin-bottom: 2px;
		border-bottom: 1px solid #DCE8EE;
	}
	.tabs-sec__slider-arrow{
		display: none;
	}
	#tabs-sec.sticky a{
		border-bottom: 4px solid transparent;
	}
	#tabs-sec a:hover,
	#tabs-sec.sticky a.active{
		border-color: #F69A31;
	}
}
@media screen and (min-width: 1200px){
	#tabs-sec{
		padding: 68px 0 18px;
	}
}