.tab-row-title {
	font-family: Lato;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	text-transform: capitalize;
	color: #172755;
}
.tab-list {
	margin-top: 60px;
}
.tab-box {
	background: #FFFFFF;
	box-shadow: 0px 11px 50px -15px rgba(25, 42, 89, 0.15);
	border-radius: 9px;
	padding: 0 28px 0 34px;
	margin: 0 auto 24px;
	max-width: 1070px;
    overflow: hidden;
}

	.tab-box_collapsed {
		height: 75px;
	}


.tab-title {
	color: #172755;
	cursor: pointer;
	font-family: Lato;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 33px;
	margin: 0;
	padding: 21px 0;
	position: relative;
}
	.pleft .tab-title {
		padding: 21px 0 21px 55px;
	}

.tab-icon {
	background-image:
		linear-gradient(#0088F0,#0088F0);
	background-position:center;
	background-size: 23px 2px, 2px 23px; /*thickness = 2px, length = 50% (25px)*/
	background-repeat:no-repeat;
	height: 33px;
	margin-left: auto;
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-49%);
	width: 33px;
}
.tab-box_collapsed .tab-icon {
	background-image:
		linear-gradient(#0088F0,#0088F0),
		linear-gradient(#0088F0,#0088F0);
}
.tab-description {
	max-height: 0;
	transition: max-height 0.3s ease-out;
    position: relative;
    z-index: 2;
}
.tab-text {
	border-top: 1px solid #ECECEC;
	color: #737FA3;
	font-family: Lato;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	margin: 0;
	padding: 16px 0 40px;
}
	
	.tab-text.w_no_border
	{
		border: 0;
	}
	.tab-text.pt_none {
		padding: 0 40px 24px 16px;
	}


.tab-description code {
    color: inherit;
}

.pleft .tab-description 
{
	padding-left: 40px;
}

.tabs-img .tab-img.active
{
	display: block;
}
.tab-title.tab-title-with-pipe
{
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: left center;
	background-image: url(../img/tab_pipe.svg);
    position: relative;
    z-index: 3;
}
.tab-arrow {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    right: 0;
    width: 26px;
    height: 26px;
    top: 25px;
}
.tab-box:not(.tab-box_collapsed) .tab-arrow
{
	background-image: url(../img/arrow_up.svg);
}
.tab-box.tab-box_collapsed .tab-arrow
{
	background-image: url(../img/arrow_down.svg);
}

@media (max-width: 1269px)
{
	.tab-box_collapsed {
		height: 63px;
	}

	.tab-row-title {
		font-size: 30px;
		line-height: 36px;
	}
	.tab-list {
		margin-top: 36px;
	}
	.tab-box {
		margin-bottom: 14px;
		padding: 0 15px 0 22px;
	}
	.tab-title {
		font-size: 23px;
		line-height: 23px;
		font-weight: bolder;
		padding: 17px 120px 17px 0;
	}
	.tab-icon {
		background-size: 15px 2px, 2px 15px;
	}
	.tab-text {
		font-size: 13px;
		line-height: 21px;
		padding-bottom: 20px;
		padding-top: 12px;
	}
	.tab-description ol li {
		font-size: 13px;
		line-height: 21px;
	}
	.pleft .tab-description {
		padding-left: 0px;
	}
	.tab-text.pt_none {
		padding: 0 0px 16px 0px;
	}
	.tab-title.tab-title-with-pipe {
		background-size: 24px 24px;
	}
	.pleft .tab-title {
		padding: 21px 0 21px 35px;
	}
	.tab-arrow {
		width: 18px;
		height: 18px;
		top: 23px;
	}
}
@media (max-width: 767px)
{
	.tab-row-title {
		font-size: 32px;
	}
	.tab-list {
		margin-top: 30px;
	}
	.tab-box {
		margin-bottom: 20px;
		padding: 0 24px;
	}
	.tab-title {
		padding-right: 86px;
	}
	.tab-icon {
		background-size: 21px 2px, 2px 21px;
	}
	.tab-text,
	.tab-description ol li
	{
		font-size: 14px;
		line-height: 23px;
	}
}