
@media only screen and (min-width:1024px) {
	.features-tabs {
		margin-left: 100px;
	}
}

.features-tab {
	padding: 12px 0;
}

@media only screen and (min-width:1024px) {
	.features-tab {
		padding: 15px 0;
	}
}

.features-tab__icon {
	flex-shrink: 0;
	width: 19px;
	height: 19px;
	margin-top: -2px;
	margin-right: 15px;
	fill: #4d627c;
}

@media only screen and (min-width:1024px) {
	.features-tab__icon {
		margin-top: 4px;
		margin-right: 20px;
	}
}

.features-tab__icon._opened {
	display: block;
}

.features-tab__icon._closed {
	display: none;
}

.features-tab__icon:hover {
	fill: #4993ee;
	transform: none;
}

.features-tab__icon:active, .features-tab__icon:focus {
	outline: 0;
	fill: #1d64bb !important;
	transform: none;
}

.features-tab__title {
	cursor: pointer;
	display: flex;
	color: #003565;
	font-size: 14px;
	line-height: 1.428;
	letter-spacing: .25px;
	letter-spacing: .1px;
	font-weight: 500;
}

@media only screen and (min-width:1024px) {
	.features-tab__title {
		font-size: 20px;
		line-height: 1.4;
		font-weight: 400;
	}
}

.features-tab__title._active {
	color: #2f74c8;
}

.features-tab__title._active .features-tab__icon {
	fill: #2f74c8;
}

.features-tab__title._active .features-tab__icon._opened {
	display: none;
}

.features-tab__title._active .features-tab__icon._closed {
	display: block;
}

.features-tab__title_link:hover {
	color: #4993ee !important;
	transform: none;
}

.features-tab__title_link:hover .features-tab__icon {
	fill: #4993ee;
	transform: none;
}

.features-tab__title_link:active, .features-tab__title_link:focus {
	outline: 0;
	color: #1d64bb !important;
	transform: none;
}

.features-tab__info {
	padding-top: 22px;
	padding-left: 36px;
}

@media only screen and (min-width:1024px) {
	.features-tab__info {
		padding-top: 10px;
		padding-left: 44px;
		font-size: 16px;
		line-height: 1.375;
		font-weight: 400;
		letter-spacing: .1px;
	}
}
