/*
 * FLEXIBLE TEMPLATE
*/

@import 'header_block.css';
@import 'bottom_sec.css';

#flexible-content section{
	padding: 50px 0;
}


#tabs-sec{
	padding: 57px 0 0;
}
#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;
}
#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;
}


.sec-with-side-img{
	position: relative;
	padding: 52px 0 0;
}
.sec-with-side-img .sec-text p{
	font-size: 14px;
	line-height: 1.85em;
	margin-top: 0;
	margin-bottom: 1.85em;
}
.img-block{
	position: relative;
	border-radius: 20px;
	min-width: 100%;
	height: 0;
	padding-bottom: 80%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#flexible-content .content-col .btn-col{
	margin-bottom: 30px;
}


.sec-with-acc .sec-title{
	text-align: center;
	margin: 0 0 36px;
}
.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: 10px 30px 0;
	font-size: 13.5px;
	line-height: 2em;
}


.sec-with-links .sec-title{
	text-align: center;
	margin-bottom: 36px;
}
.q_link-col{
	margin-bottom: 10px;
}
.q_link{
	display: table;
	width: 100%;
	min-height: 100%;
	background-color: #fff;
	border-radius: 20px;
	padding: 34px;
	text-align: center;
	font-size: 15px;
	line-height: 1.5em;
	color: #3F5BA9;
	font-weight: 600;
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.1);
	transition: .3s all;
}
.q_link:hover{
	transform: scale(1.1);
}
.q_link span{
	display: table-cell;
	vertical-align: middle;
}


@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;
	}


	.img-block{
		padding: 0;
		height: 100%;
		min-height: 400px;
	}
	#flexible-content .content-col{
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		justify-content: center;
		-webkit-justify-content: center;
		margin-bottom: 0;
	}


	.faqs-col{
		margin-bottom: 8px;
	}
	.faq-article{
		margin-bottom: 22px;
	}


	.q_link-col{
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 992px){
	#tabs-sec{
		padding: 12px 0 30px;
	}
	#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;
		padding: 18px 0 14px;
	}
	#tabs-sec a:hover,
	#tabs-sec.sticky a.active{
		border-color: #F69A31;
	}


	#main.blue-wave{
		background-image: url(../img/blue-wave-desktop.png);
		background-size: 1500px 760px;
		background-repeat: no-repeat;
		background-position: top 850px center;
	}
	#flexible-content section{
		padding: 80px 0;
	}
	#contact-us-sec{
		padding-top: 80px;
	}
}
@media screen and (min-width: 1200px){
	#tabs-sec{
		padding: 68px 0 18px;
	}
	.sec-with-side-img.img-left .content-col{
		order: 2;
	}
	.sec-with-side-img.img-left .img-col{
		order: 1;
	}

	.company-section .img-col{
		position: relative;
	}
	.company-section .img-col::before{
		content: '';
		position: absolute;
		display: block;
		width: 136px;
		height: 136px;
		background-image: url(../img/dot.png);
		background-repeat: repeat;
		background-size: 12px 12px;
		background-position: top -4px left -4px;
		bottom: -50px;
	}
	.company-section .img-col::before{
		right: -18px;
	}
	.company-section.img-left .img-col::before{
		left: -18px;
	}
}
@media screen and (min-width: 1500px){
	#main.blue-wave{
		background-size: 100% auto;
	}
}
@media screen and (min-width: 1650px){
	#tabs-sec a{
		font-size: 20px;
	}
	#top-sec .sec-text p{
		font-size: 18px;
		line-height: 2em;
	}
	.q_link{
		padding: 42px;
		font-size: 20px;
	}
	.sec-with-side-img .sec-text p{
		font-size: 18px;
		line-height: 2em;
	}
}