@import "carousel-style.css";
@import "paging.css";

@media (max-width: 1013px) {
	.articles.js-articles .owl-nav {
		display: none;
	}
}
header.header {
	margin-bottom: 0 !important;
}
footer.footer {
	margin-top: 0;
}

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body {
	font-size: 14px;
    font-family: 'Open Sans', sans-serif;
	color: #000;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 14px;
}

/* ------------------------------------------------------------ *\
	shell
\* ------------------------------------------------------------ */

.shell {
	max-width: 1450px!important;
	padding: 0 15px;
	margin: 0 auto;

}

.shell--short {
	max-width: 1037px;
}

@media(max-width: 1280px) {

	.shell {
		max-width: 1036px;
	}
}

@media(max-width: 900px) {
	.shell {
		padding: 0 10px;
	}
}

/* ------------------------------------------------------------ *\
	main-content-wrapper
\* ------------------------------------------------------------ */

.main-content-wrapper {
	position: relative;
}

/* ------------------------------------------------------------ *\
	breadcrumbs
\* ------------------------------------------------------------ */

.breadcrumbs {
	padding: 31px 0 50px;
}

.breadcrumbs--background {
	position: relative;
	z-index: 2;
}

.breadcrumbs--background .breadcrumbs__inner {
	position: relative;
	z-index: 20;
}

.breadcrumbs ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -9px;
}

.breadcrumbs li a {
	font-family: 'Open Sans', sans-serif;
	position: relative;
	padding: 0 9px;
	color: #006FB9;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.023em;
	display: block;
	transition: color .3s;
}

.breadcrumbs li a:hover {
	color: #006FB9;

	text-decoration: underline;
}

.breadcrumbs .is-active a {
	color: #555555 !important;
	font-weight: 400;
}

.breadcrumbs li a:before,
.breadcrumbs li a:after {
	content: '';
	display: block;
	height: 1px;
	width: 5px;
	background-color: #000;
	position: absolute;
	right: 0;
}

.breadcrumbs li a:before {
	top: 6px;
	transform: rotate(30deg);

}

.breadcrumbs li a:after {
	top: 9px;
	transform:  rotate(-30deg);
}

.breadcrumbs li:last-child a:before,
.breadcrumbs li:last-child a:after {
	display: none;
}

@media(max-width: 1280px) {

	.breadcrumbs {
		padding: 31px 0 18px;
	}

	.breadcrumbs--alt {
		padding: 31px 0 36px;
	}
}

@media(max-width: 900px) {

	.breadcrumbs {
		padding: 15px 0 22px;
	}

	.breadcrumbs--alt {
		padding: 15px 0 10px;
	}

}

@media(max-width: 420px) {

	.breadcrumbs ul {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		max-width: 305px;
	}
}

/* ------------------------------------------------------------ *\
	section
\* ------------------------------------------------------------ */

.section {
	padding: 5px 0 54px;
}

.section .section__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 54px;
}

.section .section__head h1 {
	color: #333 !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 44px;
	letter-spacing: -0.039em;
	font-weight: 600 !important;
	margin-bottom: 7px;
}

.section .section__entry p {
	font-size: 28px;
	color: #555555;
	letter-spacing: -0.017em;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

.section .section__search {
	margin-top: 34px;
}

.section .section__grid {
	margin: 0 -15px -36px;
}

.section .section__col {
	padding: 0 15px;
}

.section .section__sidebar > .section__sidebar-inner {
	background: #F5F8FA;
	padding: 27px 8px 83px 30px;
	height: 100%;
	border-radius: 5px;
}

.section .section__sidebar h5 {
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	letter-spacing: -0.018em;
	margin-bottom: 31px;
}

.section .section__col {
	display: flex;
	flex-direction: column;
}

.section .section__col > * {
	padding-bottom: 18px;
}

.section .section__content {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -40px;
}

.section--alt .section__head {
	margin-bottom: 52px;
}

.section--alt h6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.016em;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 28px;
}

@media(max-width: 1440px) {
	.section .section__grid {
		margin: 0 -5px -36px;
	}

	.section .section__col {
		padding: 0 5px;
	}

	.section .section__sidebar > .section__sidebar-inner {
		padding: 27px 8px 65px 30px;
	}
}

@media(max-width: 1400px) {
	.section .section__content {
		margin: 0 -20px;
	}

	.section .section__sidebar > .section__sidebar-inner {
	    padding: 27px 8px 47px 30px;
	}
}


@media(max-width: 1360px) {

	.section .section__sidebar > .section__sidebar-inner {
	    padding: 27px 8px 18px 30px;
	}
}

@media(max-width: 1280px) {

	.section .section__head h1 {
		font-size: 36px;
	}

	.section .section__sidebar h5 {
		margin: 0 8px 31px;
	}

	.section .section__entry p {
		font-size: 24px;
	}

	.section .section__head {
		margin-bottom: 46px;
	}

	.section {
		padding: 5px 0 37px;
	}

	.section .section__sidebar > .section__sidebar-inner {
	    padding: 27px 8px 36px 22px;
	}
}

@media(max-width: 1023px) {
	.section .section__sidebar > .section__sidebar-inner {
		margin-left: 0;
		width: 100%;
	}
}

@media(max-width: 900px) {

	.section .section__head {
		display: block;
		margin-bottom: 35px;
	}

	.section .section__search {
		margin-top: 23px;
	}

	.section .section__head h1 {
		letter-spacing: -0.035em;
		margin-bottom: 3px;
	}

	.section .section__head p {
		font-size: 20px;
		line-height: 1.35;
		margin-bottom: 25px;
	}

	.section .section__col > * {
    	padding-bottom: 2px;
	}

	.section .section__sidebar > .section__sidebar-inner {
	    padding: 31px 8px 21px 30px;
	}

	.section--alt h6 {
		margin-bottom: 16px;
	}

	.section .section__sidebar > .section__sidebar-inner{
		margin-left: 0;
	}

	.section .section__sidebar {
		margin-top: -19px;
	}
}

@media(max-width: 575px) {

	.section .section__sidebar h5 {
	    margin: 0 0px 31px;
	}

	.section .section__sidebar > .section__sidebar-inner {
	    padding: 31px 8px 28px 30px;
	}
}

/* ------------------------------------------------------------ *\
	section-primary
\* ------------------------------------------------------------ */

.section-primary {
	padding: 8px 0;
}

.section-primary .section__inner {
	position: relative;
	z-index: 11;
}

.section-primary .section__head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 67px;
}

.section-primary .section__search {
	margin: 38px 0 33px;
}

.section-primary .section__head h1 {
	color: #333 !important;
	font-size: 42px;
	letter-spacing: -0.014em;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 5px;
	font-weight: 600;
	line-height: 1.1;
	padding-bottom: 10px;
	padding-top: 13px;
}

.section-primary .section__entry p {
	color: #555555;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.36;
	font-weight: 400;
	padding: 0;
	font-size: 28px;
	letter-spacing: -0.017em;
	margin-bottom: 20px;
}

.section-primary .section__entry span {
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 0.016em;
	padding-left: 3px;
}

.section-primary .section__socials {
	display: flex;
	align-items: center;
}

.section-primary .section__socials span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 0.016em;
}

.section-primary .section__socials ul {
	margin-left: 19px;
}

.section-primary .section__socials li + li {
	margin-left: 10px;
}

.section-primary .section__grid {
	margin: 0 -68px;
}

.section-primary .section__col {
	padding: 0 68px;
}

.section-primary .section__body {
	padding: 78px 0 36px;
}

.section-primary .section__testimonial {
	margin: 73px 0 70px;
}

.section-primary .section__bar {
	display: flex;
	margin-bottom: 100px;
}

.section-primary .section__actions {
	margin-right: 170px;
}

.section-primary .section__socials {
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-top: -4px;
}

.section-primary .section__image {
	border-radius: 5px;
	overflow: hidden;
}

.section-primary .section__image img {
	transition: box-shadow .3s;
	width: 100%;
}

.section-primary .section__image img:hover {
	box-shadow: 0px 5px 15px 0px rgba(2,94,155,0.45);
}

.section-primary .section__image img {
	max-width: 100%;
	object-fit: cover;
}

.section-primary .section__image {
	padding-top: 68px;
	padding-bottom: 75px;
}

@media(max-width: 1399px) {
	.section-primary .section__grid {
		margin: 0 -15px;
	}

	.section-primary .section__col {
		padding: 0 35px;
	}
}

@media(max-width: 1280px) {

	.section-primary {
		padding: 5px 0;
	}

	.section-primary .section__head h1 {
		font-size: 36px;
		margin-bottom: 11px;
	}

	.section-primary .section__entry p {
		font-size: 24px;
		line-height: 1.38;
		margin-bottom: 17px;
	}

	.section-primary .section__search {
	    margin: 30px 0 27px;
	}

	.section-primary .section__head {
	    margin-bottom: 63px;
	}

	.section-primary .section__image img {
		width: 100%;
		object-fit: cover;
		height: 575px;
	}

	.section-primary .section__image {
		padding-top: 63px;
		padding-bottom: 75px;
	}

	.section-primary .section__body {
	    padding: 75px 0 36px;
	}

	.section-primary .section__testimonial {
		margin: 51px 0 	62px;
	}

	.section-primary .section__bar {
		margin-bottom: 102px;
	}

	.section-primary .section__lists {
		margin-right: -300px;
	}

	.section-primary .section__grid {
		margin: 0 -16px;
	}

	.section-primary .section__col {
		padding: 0 16px;
	}
}

@media(max-width: 1023px) {

	.section-primary .section__bar {
		display: block;
	}

	.section-primary .section__actions {
		margin-right: 0;
		margin-bottom: 39px;
	}

	.section-primary .section__socials {
		letter-spacing: -0.017em;
	}

	.section-primary .section__lists {
		margin-right: 0;
	}

	.section-primary .section__body {
	    padding: 40px 0 10px;
	}

	.section-primary .section__image {
		padding-bottom: 40px;
	}
}

@media(max-width: 900px) {

	.section-primary .section__head {
		display: block;
	}

	.section-primary .section__image img {
		height: 350px;
		object-fit: cover;
	}

	.section-primary {
	    padding: 7px 0;
	}

	.section-primary .section__head h1 {
	    margin-bottom: 5px;
	}

	.section-primary .section__entry p {
		font-size: 20px;
		line-height: 1.35;
		margin-bottom: 19px;
	}

	.section-primary .section__search {
	    margin: 26px 0 26px;
	}

	.section-primary .section__head {
	    margin-bottom: 37px;
	}

	.section-primary .section__bar {
	    margin-bottom: 48px;
	}

	.section-primary .section__testimonial {
		margin: 37px 0 39px;
	}

	.section-primary .section__image {
		padding-top: 37px;
	}
}

@media(max-width: 575px) {

	.section-primary .section__image img {
		height: 300px;
		object-fit: cover;
	}
}

@media(max-width: 405px) {

	.section-primary .section__image {
		margin: 0 -10px;
	}

	.section-primary .section__image img {
		height: 215px;
		object-fit: cover;
	}
}

/* ------------------------------------------------------------ *\
	section-lists
\* ------------------------------------------------------------ */

.section-lists {
    margin-bottom: 44px;
}

/* ------------------------------------------------------------ *\
	lists
\* ------------------------------------------------------------ */

.lists {
	display: flex;
	border-top: 1px solid #C5CBCE;
	padding: 34px 4px 36px;
}

@media(max-width: 1023px) {

	.lists {
		display: block;
		padding: 22px 0px 30px;
	}
}

/* ------------------------------------------------------------ *\
	list-models
\* ------------------------------------------------------------ */

.list-models {
	margin-right: 111px;
}

.list-models a {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.29;
	font-weight: 400 !important;
	color: #555555 !important;
}

.list-models h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
	color: #333333;
	margin-bottom: 27px;
}

.list-models .list__body {
	display: flex;
	margin: 0 -20px;
}

.list-models .list__body ul {
	padding: 0 20px;
}

.list-models li + li {
	margin-top: 16px;
}

@media(max-width: 1280px) {

	.list-models {
	    margin-right: 119px;
	}

	.list-models .list__body {
		margin: 0 -35px;
	}

	.list-models .list__body ul {
		padding: 0 35px;
	}
}

@media(max-width: 1023px) {

	.list-models {
		margin-right: 0;
	}

	.list-models h5 {
		margin-bottom: 15px;
	}

	.list-models {
	    padding-bottom: 29px;
	    border-bottom: 1px solid #C5CBCE;
	    margin-bottom: 24px;
	}
}

@media(max-width: 900px) {

	.list-models ul:nth-child(2) {
		display: none;
	}
}

/* ------------------------------------------------------------ *\
	list-related-studies
\* ------------------------------------------------------------ */

.list-related-studies a {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.29;
	font-weight: 400 !important;
	color: #555555 !important;
}

.list-related-studies h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
	color: #333333;
	margin-bottom: 27px;
}

.list-related-studies li + li {
	margin-top: 16px;
}

@media(max-width: 900px) {

	.list-related-studies h5 {
		margin-bottom: 15px;
	}
}

/* ------------------------------------------------------------ *\
	list-article-summary
\* ------------------------------------------------------------ */

.list-article-summary {
	display: flex;
	margin: 0 -21px 0 0;
	padding: 28px 0;
	border-top: 1px solid #C5CBCE;
	border-bottom: 1px solid #C5CBCE;
	margin-bottom: 63px;
}

.list-article-summary h5 {
	max-width: 24%;
	flex: 0 0 24%;
	padding: 0 21px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.017em;
	color: #333333;
	line-height: 1.5;
}

.list-article-summary ul {
	max-width: 76%;
	flex: 0 0 76%;
	padding: 0 21px;
}

.list-article-summary li {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.57;
	padding: 7px 0 10px;
	position: relative;
}

.list-article-summary li:before {
	content: '';
	width: 12px;
	height: 12px;
	background-image: url('../../images/articles/right-orange.svg');
	background-size: cover;
	position: absolute;
	top: 12px;
    left: -24px;
}

.list-article-summary li + li {
	border-top: 1px dotted #C5CBCE;
}

@media(max-width: 1280px) {

	.list-article-summary {
		display: block;
		padding: 27px 0;
		margin: 0 0 51px;
	}

	.list-article-summary h5 {
		max-width: 100%;
		flex: 0 0 100%;
		padding: 0;
		margin-bottom: 5px;
	}

	.list-article-summary ul {
		max-width: 100%;
		flex: 0 0 100%;
		padding: 0 0 0 23px;
	}

}

@media(max-width: 900px) {

	.list-article-summary h5 {
		margin-bottom: 9px;
	}

	.list-article-summary {
	    padding: 27px 0 22px;
	    margin: 0 0 30px;
	}
}

/* ------------------------------------------------------------ *\
	article-block
\* ------------------------------------------------------------ */

.article-block {
    margin: 0 30px 66px 3px;
}

.article-block p {
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.63;
	margin-bottom: 16px;
}

.article-block .article__image {
	margin: 67px 0 58px;
	position: relative;
}

.article-block .article__image img:hover {
	box-shadow: 0px 5px 15px 0px rgba(2,94,155,0.45);
}

.article-block .article__image img {
	transition: box-shadow .3s;
	border-radius: 5px;
	width: 100%;
}

.article-block .article__meta {
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	padding: 7px 10px;
	bottom: 20px;
	right: 30px;
	transition: opacity .4s;
}

.article-block .article__meta:hover {
	opacity: .5;
}

.article-content span {
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.63;
	margin-bottom: 16px;
}

.article-content b {
	font-weight: bold;
}

.article-content li b {
	font-size: 16px;
	line-height: 1.63;
	margin-bottom: 16px;
}

.article-content em b {
	font-style: italic;
}

.article-content ul li {
	list-style: disc;
	display: list-item;
	text-align: -webkit-match-parent;
}

.article-content.study-description {
	line-height: 1.9em;
}

.section__head.article-head {
	margin-bottom: 0;
}

.section__head.article-head .section__entry h2 {
	color: #555555;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.36;
	font-weight: 400;
	padding: 0;
	font-size: 28px;
	letter-spacing: -0.017em;
	margin-top: 0;
	margin-bottom: 20px;
}

.section__body.article-body {
	padding-top: 0;
}

.article-content.study-description table {
	margin: 2.5em 0;
	width: 100%;
}

.article-content .model-score {
	padding: 0;
	font-family: 'Open Sans',sans-serif;
	font-size: 16px;
	line-height: 1.63;
	margin-bottom: 16px;
}

.article-content .model-score .model-score-list-item {
	font-family: 'Open Sans',sans-serif;
	line-height: 26px;
}

.study-description ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-inline-start: 40px;
}

.study-description td {
	border: 1px solid #666;
	padding: 4px;
	text-align: center;
}

.study-description h2 {
	color: #333;
}

.study-description p a {
	line-height: 1.87;
}

.study-description a {
	padding: 0;
	margin-bottom: 16px;
	font: 100%/1.25 Helvetica, Arial, Sans serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-shadow: none !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.63;
	color: #006fb9;
}

.article-content h2 {
	font-size: 32px;
}

.article-content h3 {
	padding-bottom: 10px;
	padding-top: 13px;
	color: #333;
}

.article-content h3 b {
	color: #333;
	line-height: 1.1;
}

.article-content h3 strong {
	color: #333;
	line-height: 1.1;
}

.study-description img {
	border-radius: 2px;
	height: auto;
	width: 100% !important;
	max-width: 100% !important;
}

#blogPagePrimary img:hover {
	box-shadow: none;
}

@media(max-width: 1280px) {

	.article-block {
	    margin: 0 19px 74px 0;
	}

	.article-block .article__image {
	    margin: 57px 0 58px;
	    height: 375px;
	}

	.article-block .article__image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.article-block .article__meta {
		bottom: 10px;
    	right: 12px;
	}

	.section__head.article-head .section__entry h2 {
		font-size: 24px;
		line-height: 1.38;
		margin-bottom: 17px;
	}
}

@media(max-width: 900px) {

	.article-block {
	    margin: 0 0 26px 0;
	}

	.article-block p {
		letter-spacing: -0.013em;
	}

	.article-block .article__image {
		height: 400px;
	}

	.article-block .article__image img {
		object-fit: cover;
		border-radius: 5px;
	}

	.section__head.article-head .section__entry h2 {
		font-size: 20px;
		line-height: 1.35;
		margin-bottom: 19px;
	}
}

@media(max-width: 575px) {

	.article-block .article__image {
		height: 320px;
	}
}

@media(max-width: 400px) {

	.article-block .article__image {
	    margin: 36px 0 33px;
	    height: 204px;
		object-fit: cover;
	}
}

/* ------------------------------------------------------------ *\
	testimonial
\* ------------------------------------------------------------ */

.testimonial {
	padding-left: 24px;
	max-width: 750px;
	border-left: 1px solid #C5CBCE;
}

.testimonial h3 {
	letter-spacing: -0.017em;
	font-size: 28px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 1.43;
	color: #333;
	margin-bottom: 63px;
}

.testimonial span {
	text-transform: uppercase;
	color: #555555;
	letter-spacing: 0.016em;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding: 0 15px;
	display: block;
	position: relative;
}

.testimonial span:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 1px;
	width: 10px;
	background-color: #555555;
}

@media(max-width: 1280px) {

	.testimonial {
		padding-left: 33px;
		max-width: 750px;
		border-left: 1px solid #C5CBCE;
	}

	.testimonial h3 {
		margin-bottom: 23px;
	}
}

@media(max-width: 900px) {

	.testimonial h3 {
		line-height: 1.5;
		font-size: 20px;
		margin-bottom: 29px;
		letter-spacing: -0.017em;
	}

	.testimonial {
		padding-left: 24px;
	}
}

/* ------------------------------------------------------------ *\
	btn
\* ------------------------------------------------------------ */

.btn {
}

.btn--large {
	background-color: #F06726;
	font-size: 16px;
	font-weight: 700;
	color: #fff !important;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.054em;
	padding: 14px 45px !important;
    border-radius: 7px;
    transition: color .3s, background .3s;
}

.btn--large:hover {
	text-decoration: none;
	background-color: #DC5210 !important;
}

@media(max-width: 900px) {

	.btn--large {
		padding: 14px 98px !important;
	}
}

@media(max-width: 374px) {

	.btn--large {
		padding: 14px 60px !important;
	}
}

/* ------------------------------------------------------------ *\
	widget
\* ------------------------------------------------------------ */

.widget {
	width: 300px;
}

.widget .widget__ad {
	margin-bottom: 25px;
}

@media(max-width: 900px) {

	.widget .widget__ad {
		display: none;
	}

	.widget {
		display: none;
	}
}

/* ------------------------------------------------------------ *\
	widget-form
\* ------------------------------------------------------------ */

.widget-form {
	background-color: #F5F8FA;
	padding: 29px 24px;
	border-radius: 7px;
}


.widget-form .form__actions .ui-btn {
	height: 52px;
	padding: 15px 80px;
	text-transform: uppercase;
	letter-spacing: 0.054em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	margin:0;
	color: #fff;
	background-color: #F06726;
	transition: background .4s;
}

.widget-form .form__actions .ui-btn:hover {
	color: #fff;
	background-color: #DC5210 !important;
}

.widget-form .form__field {
	padding: 0 22px;

}

.widget-form .form__head h5 {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -0.007em;
	font-weight: 700;
	line-height: 1.5;
	color: #000;
	font-size: 20px;
	margin-bottom: 26px;
}

.widget-form .ui-shadow-inset {
	box-shadow: none;
}

.widget-form .form__actions {
	margin: 18px 0 0;
}

.widget-form .ui-btn {
	border-color: #979797 !important;
}

.widget-form .ui-body-inherit {
	border-color: #979797 !important;
}

.widget-form .ui-input-btn input {
	background-color: #F06726;
}

.widget-form .ui-shadow {
	box-shadow: none;
}

@media(max-width: 1280px) {

	.widget-form {
	    padding: 29px 24px;
	}
}

/* ------------------------------------------------------------ *\
	widget-select
\* ------------------------------------------------------------ */

.widget-select {
	position: relative;
	margin-bottom: 20px;
}

.widget-select:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 20px;
	height: 20px;
	background-image: url('../../images/articles/down.svg');
	background-size: cover;
	background-repeat: no-repeat;
}

.widget-select span {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.029em;
	margin: 0 5px;
	font-size: 14px;
	font-weight: 600;
}

.widget-select .ui-btn-icon-right:after {
	display: none;
}

.widget-select .ui-select .ui-btn {
	height: 50px;
	padding: 16px 38px 16px 20px;
	width: 100%;
	background-color: #fff;
}

.widget-select .ui-select {
	margin: 0;
}

.widget-select select {
	text-align: left;
}

/* ------------------------------------------------------------ *\
	search
\* ------------------------------------------------------------ */

.search {
	position: relative;
}

.search .ui-btn-icon-notext {
	display: none;
}

.search .search__icon {
	position: absolute;
	top: 24px;
    right: 19px;
}

.search .search__icon img {
    width: 18px;
    height: 18px;
}

.search .ui-input-search {
	border-color: #979797 !important;
}

.search .ui-input-search:after {
	display: none;
}

.search .ui-shadow-inset {
	box-shadow: none;
}

.search .search__field {
	height: 50px;
	font-family: 'Open Sans', sans-serif;
	padding: 16px 20px;
	letter-spacing: 0.029em;
	font-weight: 600;
	box-shadow: none;
	width: 266px;
}

.search--alt .search__icon {
	top: 18px;
}

@media(max-width: 900px) {

	.search .search__icon {
		top: 18px;
	}
}

/* ------------------------------------------------------------ *\
	grid
\* ------------------------------------------------------------ */

.grid {
	display: flex;
	flex-wrap: wrap;
}

.grid .grid__col--size1 {
	flex: 1;
}

.grid .grid__col--size2 {
	max-width: 330px;
	flex: 0 0 330px;
}

.grid .grid__col--size4 {
	max-width: 72%;
	flex: 0 0 72%;
}

.grid .grid__col--size5 {
max-width: 28%;
	flex: 0 0 28%;
}

.grid .grid__col--1of4 {
	max-width: 25%;
	flex: 0 0 25%;
}

@media(max-width: 1440px) {
	.grid .grid__col--size2 {
		padding-left: 25px;
	}
}

@media(max-width: 1280px) {
	.grid .grid__col--size1 {
		max-width: 67%;
		flex: 0 0 67%;
	}

	.grid .grid__col--size4 {
		max-width: 65%;
		flex: 0 0 65%;
	}

	.grid .grid__col--size5 {
		max-width: 35%;
		flex: 0 0 35%;
	}
}

@media(max-width: 1023px) {

	.grid {
		justify-content: space-between;
	}

	.grid .grid__col--size1 {
		max-width: 62%;
		flex: 0 0 62%;
	}

	.grid .grid__col--size2 {
	}
/*
	.grid .grid__col--size2 {
		max-width: 38%;
		flex: 0 0 38%;
		display: flex;
		justify-content: flex-end;
	} */
}

@media(max-width: 900px) {
	.grid .grid__col--size1 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.grid .grid__col--size2 {
		max-width: 100%;
		flex: 0 0 100%;
		padding: 0 5px;
	}

}

@media(max-width: 900px) {

	.grid .grid__col--size4 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.grid .grid__col--size5 {
		max-width: 100%;
		flex: 0 0 100%;
	}
}

/* ------------------------------------------------------------ *\
	form-mobile
\* ------------------------------------------------------------ */

.form-mobile {
	display: none;
}

@media(max-width: 900px) {

	.form-mobile {
		display: block;
		margin: 0 -10px;
	}

	.form-mobile {
		background-color: #F5F8FA;
		padding: 49px 33px;
		margin-bottom: 5px;
	}

	.form-mobile .form__actions .ui-btn {
		height: 52px;
		padding: 15px 80px;
		text-transform: uppercase;
		letter-spacing: 0.054em;
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
		font-size: 16px;
		margin:0;
		color: #fff;
		background-color: #F06726;
	}

	.form-mobile .form__head h5 {
		text-align: center;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: -0.007em;
		font-weight: 700;
		line-height: 1.21;
		color: #000;
		font-size: 28px;
		margin-bottom: 41px;
	}

	.form-mobile .form__field {
		padding: 0 21px;
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		letter-spacing: 0.029em;
	}

	.form-mobile .form__actions {
		margin: 18px 0 0;
	}
}

/* ------------------------------------------------------------ *\
	form-select
\* ------------------------------------------------------------ */

.form-select {
	position: relative;
	margin-bottom: 20px;
}

.form-select:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 20px;
	height: 20px;
	background-image: url('../../images/articles/down.svg');
	background-size: cover;
	background-repeat: no-repeat;
}

.form-select span {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.029em;
	font-size: 14px;
	font-weight: 600;
}

.form-select .ui-btn-icon-right:after {
	display: none;
}

.form-select .ui-select .ui-btn {
	height: 50px;
    line-height: 50px;
    padding: 16px 38px 16px 20px;
    background-color: #fff;
}

.form-select .ui-select {
	margin: 0;
}

.form-select select {
	text-align: left;
}

/* ------------------------------------------------------------ *\
	articles
\* ------------------------------------------------------------ */

.articles:after {
	content: '';
	display: table;
	clear: both;
}

.articles {
	position: relative;
	margin-bottom: -10px;
}

.articles--alt {
	margin-bottom: 47px;
}

@media(max-width: 1280px) {
	.articles {
		margin-bottom: 0;
	}

	.articles--alt {
		margin-bottom: 49px;
	}
}

@media(max-width: 575px) {

	.articles--alt {
	    margin-bottom: 17px;
	}

	.articles--mobile-hide {
		visibility: hidden;
		display: none;
	}
}

.article--featured {
	position: relative;
	max-width: 735px;
	float: left;
	margin-right: 30px;
}

.article--featured a:hover {
	text-decoration: none;
}

.article--featured a:hover .article__image {
	box-shadow: 0px 5px 15px 0px rgba(2,94,155,0.45);
}

.article--featured img {
	object-fit: cover;
	width: 100%;
}

.article--featured .article__image {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	transition: box-shadow .3s;
}

.article--featured .article__content {
	padding: 35px 30px 29px;
	background-color: #F5F8FA;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.article--featured .article__content h2 {
	font-size: 36px;
	color: #333;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -0.038em;
	margin: 0 0 18px;
}

.article--featured .article__content p {
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.44;
	color: #555555;
	max-width: 450px;
}

.article--featured .article__breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px 15px;
}

.article--featured .article__breadcrumbs li {
	list-style: none;
	letter-spacing: 0.009em;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0 8px;
	position: relative;
	color: #000;
}

.article--featured .article__breadcrumbs .is-active {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #006FB9;
}

.article--featured .article__breadcrumbs li:after {
	content: '';
	height: 3px;
	width: 3px;
	background-color: #000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	border-radius: 50%;
}

.article--featured .article__breadcrumbs li:last-child:after {
	display: none;
}

.article--featured .article__meta {
	position: absolute;
	top: 0;
	left: 0;
	padding: 9px 10px;
	font-size: 11px;
	color: #fff;
	background-color: #F06726;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 0.073em;
	text-transform: uppercase;
}

.article__content p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 2.88em;
}

.articles .article__content {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

@media(max-width: 1440px) {

	.article--featured {
		max-width: 680px;
	}
}

@media(max-width: 1390px) {

	.article--featured {
		max-width: 670px;
	}
}

@media(max-width: 1375px) {

	.article--featured {
		max-width: 600px;
	}

	.article--featured .article__content {
		min-height: 255px;
	}
}

@media(max-width: 1360px) {

	.articles .article {
		max-width: 295px;
	}

	.article--featured .article__content {
		min-height: 215px;
	}
}

@media(max-width: 1305px) {

	.article--featured {
		max-width: 575px;
	}
}

@media(max-width: 1280px) {

	.article--featured {
		max-width: unset;
		width: 100%;
		float: unset;
		margin-right: 0;
	}

	.article--featured .article__image img {
		height: 376px;
		object-fit: cover;
	}

	.article--featured .article__content {
	    padding: 33px 29px 29px;
		min-height: 224px !important;
	}

	.article--featured .article__content h2 {
		font-size: 28px;
		letter-spacing: -0.027em;
		font-weight: 700;
		margin: 0 0 12px;
	}

	.article--featured .article__content p {
		font-size: 16px;
		max-height: 1.44em;
		overflow-y: hidden;
	}

	.article--featured .article__breadcrumbs {
	    margin: 0px -8px 4px;
	}
}

@media(max-width: 575px) {

	.article--featured .article__image img {
		height: 300px;
		object-fit: cover;
	}

	.article--featured .article__content {
	    padding: 24px 20px 4px;
    	min-height: 207px !important;
	}

	.article--featured .article__content h2 {
	    margin: 0 0 17px;
	}

	.articles .slick-dots {
		bottom: 50px;
	}

	.articles .slick-prev,
	.articles .slick-next {
		bottom: 55px;
	}

	.articles .slick-prev {
		left: 25px;
	}

	.articles .slick-next {
		left: 70px;
	}
}

@media(max-width: 575px) {

	.articles .owl-nav {
		position: absolute;
		left: 56px;
	    bottom: 50px;
	}

	.articles .owl-dots {
		position: absolute;
		right: 35px;
		bottom: 50px;
	}
}

@media(max-width: 450px) {
	.articles .owl-nav {
	    left: 185px;
	    bottom: 35px;
	}
}

@media(max-width: 400px) {
	.article--featured .article__image img {
		height: 229px;
		object-fit: cover;
	}

	.article--featured .article__content {
	    padding: 24px 20px 22px;
	    min-height: 244px !important;
	}

	.articles .owl-nav {
	   	left: 60px;
    	bottom: 40px;
	}
}

@media(max-width: 370px) {

	.articles .owl-nav {
		bottom: 40px;
	}

	.articles .owl-dots {
		bottom: 40px;
	}

	.article--featured .article__content {
	    padding: 24px 20px 7px;
	    min-height: 274px !important;
	}
}

/* ------------------------------------------------------------ *\
	article
\* ------------------------------------------------------------ */

.article a:hover {
	text-decoration: none;
}

.article > .ui-link {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.article .article__image {
	flex: 0 0 auto;
}

.article .article__image img {
	width: 100%;
	border-radius: 5px;
	object-fit: cover;
}

.article .article__head {
	position: relative;
}

.article {
	position: relative;
	max-width: 310px;
	float: left;
	margin-bottom: 28px;
}

.article .article__meta {
	position: absolute;
	top: 0;
	left: 0;
	padding: 9px 10px;
	font-size: 11px;
	color: #fff;
	background-color: #F06726;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 0.073em;
	text-transform: uppercase;
}

.article .article__content h2 {
	font-size: 36px;
	color: #333;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -0.038em;
	margin-bottom: 7px;
}

.article a:hover .article__image img {
	box-shadow: 0px 5px 15px 0px rgba(2,94,155,0.45);
}


@media(max-width: 1440px) {

	.article .article__content {
		min-height: unset;
	}

}

@media(max-width: 1400px) {

	.article--alt .article__image img {
		height: 190px;
		object-fit: cover;
		width: 300px;
	}

	.articles .article {
		max-width: 295px;
	}
}

@media(max-width: 1360px) {

	.article .article__content {
		padding: 13px 20px 17px;
	}
}

@media(max-width: 1280px) {

	.articles .article h5 {
		font-size: 28px;
		font-weight: 700;
	}

	.articles .article {
		max-width: none;
	}

	.articles .article .article__content p {
		font-size: 16px;
	}

	.article {
		max-width: unset;
		float: unset;
		width: 100%;
	}

	.article--alt {
		margin-bottom: 15px;
	}

	.article--alt .article__content {
		padding: 24px 0 0;
	}

	.article--alt .article__image img {
		height: 195px;
		object-fit: cover;
		width: 322px;
	}

	.articles .article .article__content {
	    padding: 33px 29px 29px;
		min-height: 224px !important;
	}

	.article .article__content h2 {
		font-size: 28px;
		font-weight: 700;
		letter-spacing: -0.027em;
		margin-bottom: 1px;
	}

	.article .article__image img {
		height: 376px;
		object-fit: cover;
	}

	.article .article__breadcrumbs {
	    margin: 0 -8px 22px;
	}

	.article .article__paging {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		margin: 20px 0 0;
	}

	.article .article__paging .article__icon {
		width: 36px;
		height: 36px;
		border-radius: 50%;
		box-shadow: 0 4px 5px #031B2C;
		padding: 8px 7px;
		margin-right: 11px;
	}

	.article--alt .article__image img {
		height: 195px;
		object-fit: cover;
	}

	.article .article__content h5 {
		letter-spacing: 0;
	}
}

@media(max-width: 900px) {

	.article--alt > .ui-link {
		display: flex;
		flex-direction: row;
	}

	.article--alt a {
		margin: 0 -5px 10px;
	}

	.article--alt .article__image {
		border-radius: 10px;
		overflow: hidden;
		max-width: 122px;
		flex: 0 0 122px;
		height: 70px;
		padding: 0 5px;
	}

	.article--alt .article__image img {
		object-fit: cover;
		width: 100%;
		height: auto;
	}

	.article--tablet .article__image {
		max-width: 100%;
		height: auto;
	}

	.article--tablet {
		margin-bottom: 40px;
	}

	.article--alt .article__content {
		flex: 1 1 auto;
		padding: 0 5px;
	}

	.article--alt .article__content h5 {
		font-size: 16px;
		letter-spacing: -0.025em;
		font-weight: 600;
		line-height: 1.5;
		margin-bottom: 5px;
	}

	.article--tablet .article__content h5 {
		font-size: 20px;
		margin-bottom: 13px;
		letter-spacing: -0.018em;
		line-height: 1.35;
	}

	.article--tablet .article__content {
	    padding: 21px 0 0;
	}

	.article--tablet  > .ui-link {
		display: block;
	}
}

@media(max-width: 900px) {

	.article .article__breadcrumbs {
	    margin: 0 -8px 8px;
	}

	.article .article__content p {
		font-size: 12px;
	}
}

@media(max-width: 575px) {


	.articles .article .article__content {
	    padding: 24px 20px 52px;
	    min-height: 208px !important;
	}

	.articles .article .article__image img {
    	height: 300px;
	}
}

@media(max-width: 400px) {

	.articles .article .article__image img {
		object-fit: cover;
		height: 300px;
	}

	.article--tablet .article__image {
		max-width: 100%;
		height: 195px;
	}

	.articles .article .article__image img {
		object-fit: cover;
		height: 229px;
	}

	.articles .article .article__content {
	    min-height: 245px !important;
	}
}

@media(max-width: 370px) {

	.articles .article .article__content {
		min-height: 276px !important;
	}
}

/* ------------------------------------------------------------ *\
	article-horizontal
\* ------------------------------------------------------------ */

.article-horizontal {
	margin-bottom: 37px;
}

.article-horizontal a {
	display: flex;
	margin: 0 -21px 30px;
}

.article-horizontal a:hover {
	text-decoration: none;
}

.article-horizontal a:hover .article__image img{
	opacity: .7;
	box-shadow: 0px 5px 15px 0px rgba(2,94,155,0.45);
}

.article-horizontal a:hover .article__content p {
	color: #006FB9;
}


.article-horizontal a:hover .article__content h4 {
	color: #006FB9;
}

.article-horizontal .article__image {
	margin: 0 21px;
}

.article-horizontal .article__image img {
	transition: opacity .4s, box-shadow .4s;
	border-radius: 5px;
	width: 380px;
}

.article-horizontal .article__content {
	margin: 0 21px;
	border-top: 1px solid #C5CBCE;
	padding-top: 27px;
	width: 100%;
}

.article-horizontal h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	transition: color .4s;
	letter-spacing: -0.008em;
	margin-bottom: 15px;
}

.article-horizontal .article__content p {
	padding: 0;
	color: #555555;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	transition: color .4s;
	line-height: 1.43;
}

@media(max-width: 1280px) {

	.article-horizontal .article__image img {
		object-fit: cover;
		width: 250px;
		height: 150px;
	}

	.article-horizontal h4 {
		font-size: 20px;
		margin-bottom: 12px;
	}

	.article-horizontal .article__content {
		padding-top: 30px;
		margin: 0 18px;
	}

	.article-horizontal .article__content p {
		max-width: 290px;
	}

	.article-horizontal .article__image {
		margin: 0 18px;
	}

	.article-horizontal a {
		margin: 0 -18px 30px;
	}

	.article-horizontal {
		margin-bottom: 27px;
	}
}

@media(max-width: 900px) {

	.article-horizontal a {
		display: block;
		margin: 0;
		border-top: 1px solid #C5CBCE;
		padding: 27px 0 20px;
	}

	.article-horizontal:first-child a {
		border-top: none;
		padding: 0 0 33px;
	}

	.article-horizontal .article__image {
		margin: 0 0 22px;
	}

	.article-horizontal .article__image img {
		object-fit: cover;
		width: 100%;
		height: auto;
	}

	.article-horizontal .article__content {
		margin: 0;
		border-top: none;
		padding-top: 0;
	}

	.article-horizontal .article__content p {
		max-width: 320px;
	}

	.article-horizontal {
	    margin-bottom: 6px;
	}
}

/* ------------------------------------------------------------ *\
	content
\* ------------------------------------------------------------ */

.content {
	flex: 1;
	padding: 0 40px;
}

@media(max-width: 1400px) {
	.content {
		padding: 0 40px 0 20px;
	}
}

@media(max-width: 900px) {

	.content {
		max-width: 100%;
		flex: 0 0 100%;
	}
}

/* ------------------------------------------------------------ *\
	aside
\* ------------------------------------------------------------ */

.aside {
	max-width: 380px;
	flex: 0 0 330px;
	padding: 0 40px;
}

@media(max-width: 1400px) {

	.aside {
		padding: 0 20px 0 40px;
	}
}

@media(max-width: 900px) {

	.aside {
		display: none;
	}
}

/* ------------------------------------------------------------ *\
	list-info
\* ------------------------------------------------------------ */

.list-info {
	background-color: #F5F8FA;
	padding: 26px 8px 30px 22px;
	border-radius: 7px;
	width: 300px;
}

.list-info a {
	color: #333333 !important;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: -0.014em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600 !important;
	transition: color .3s;
}

.list-info a:hover {
	color: #006FB9!important;
	text-decoration: none;
}

.list-info h5 {
	font-size: 20px;
	color: #000;
	letter-spacing: -0.018em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 31px;
}

.list-info li + li {
	margin-top: 13px;
}

@media(max-width: 1280px) {

	.list-info {
		padding: 26px 8px 30px 26px;
	}
}

@media(max-width: 1023px) {

	.list-info {
	    padding: 26px 22px 30px 15px;
	}
}


/* ------------------------------------------------------------ *\
	.list-studies
\* ------------------------------------------------------------ */

.list-studies h6 {
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	line-height: 2.18;
	color: #006FB9;
	margin-bottom: 0;
}

.list-studies li a:hover {
	text-decoration: none;
}

.list-studies li a:hover p {
	color: #006FB9;
	/*color: #F06726;*/
}

.list-studies p {
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.43;
	color: #000;
	font-weight: 600;
	margin-bottom: 7px;
	letter-spacing: -0.014em;
	transition: color .3s;
}

@media(max-width: 1280px) {

	.list-studies {
	    margin-left: 9px;
	}
}

@media(max-width: 900px) {

	.list-studies {
	    margin-left: 0;
	}
}

/* ------------------------------------------------------------ *\
	logos
\* ------------------------------------------------------------ */

.logos {
	padding: 36px 0 88px
}

.logos .logos__inner li {
	list-style-type: none;
}
.logos .logos__inner ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 180px;
}

.logos--alt {
	background-color: #F5F8FA;
	padding: 68px 0 70px;
}

.logos--alt .logos__inner ul {
	margin-bottom: 0;
}

@media(max-width: 1280px) {

	.logos .logos__inner ul {
		margin: 0 30px;
	}

	.logos .logos__inner img {
		width: 82%;
	}

	.logos {
		padding: 29px 0 74px;
	}

	.logos--alt {
		padding: 73px 0;
	}

	.logos--alt .logos__inner ul {
		margin: 0 -30px;
	}
}

@media(max-width: 1100px) {

	.logos .logos__inner ul {
		margin: 0 20px;
		flex-wrap: wrap;
	}
}

@media(max-width: 900px) {

	.logos {
		padding: 58px 0 30px;
	}


	.logos .logos__inner li {
		margin-bottom: 26px;
		width: 28%;
	}

	.logos .logos__inner li:nth-child(2) {
		width: 64%;
	}

	.logos .logos__inner img {
		width: 100%;
	}
}

@media(max-width: 575px) {

	.logos--alt {
		padding: 47px 0 18px;
	}
}

/* ------------------------------------------------------------ *\
	section-boxes
\* ------------------------------------------------------------ */

.section-boxes {
	margin-bottom: 77px;
}

@media(max-width: 1280px) {

	.section-boxes {
		margin-bottom: 83px;
	}
}

@media(max-width: 900px) {

	.section-boxes {
		margin-bottom: 37px;
	}
}

/* ------------------------------------------------------------ *\
	boxes
\* ------------------------------------------------------------ */

.boxes .boxes__items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.boxes .boxes__item {
	max-width: 33.33%;
	flex: 0 0 33.33%;
	padding: 0 10px;
}

@media(max-width: 900px) {

	.boxes .boxes__items {
		margin: 0;
	}

	.boxes .boxes__item {
		max-width: 100%;
		flex: 0 0 100%;
		padding: 0;
	}
}

/* ------------------------------------------------------------ *\
	box
\* ------------------------------------------------------------ */

.box {
	overflow: hidden;
	border-radius: 5px;
	background-size: cover;
	background-position: center;
}

.box a {
	display: flex;
	align-items: flex-end;
	position: relative;
	border-radius: 5px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	height: 375px;
	padding: 0 52px 22px 22px;
}

.box:hover {
	box-shadow: 0px 5px 15px 0px rgba(2,94,155,0.45);
}

.box a:hover:after {
	background: rgba(2, 94, 155, .8);
}

.box__content {
	position: relative;
	z-index: 2;
}

.box a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,128,128,0) 41%,rgba(0,85,128,0.02) 42%,rgba(0,64,106,0.04) 43%,rgba(0,75,105,0.06) 44%,rgba(0,78,111,0.08) 45%,rgba(0,76,113,0.1) 46%,rgba(0,77,108,0.12) 47%,rgba(0,74,114,0.14) 48%,rgba(0,79,115,0.16) 49%,rgba(0,74,117,0.18) 50%,rgba(0,78,118,0.2) 51%,rgba(0,77,118,0.22) 52%,rgba(0,80,120,0.24) 53%,rgba(0,79,120,0.26) 54%,rgba(0,81,123,0.3) 56%,rgba(0,79,120,0.32) 57%,rgba(0,80,122,0.36) 59%,rgba(0,83,128,0.42) 62%,rgba(0,80,126,0.44) 63%,rgba(2,84,133,0.52) 67%,rgba(1,86,139,0.68) 75%,rgba(2,93,154,0.94) 88%,rgba(2,94,156,1) 90%,rgba(0,94,154,1) 100%);
	transition: background .4s;
}

.box a:hover {
	text-decoration: none;
	padding: 0 52px 22px 22px;
}

.box h5 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: -0.018em;
	margin-bottom: 10px;
}

.box p {
	padding: 0;
	font-size: 14px;
	color: #fff;
	line-height: 1.43;
	font-family: 'Open Sans', sans-serif;
}

@media(max-width: 1280px) {

	.box a {
	    padding: 0 21px 22px 22px;
	}
}

@media(max-width: 1000px) {

	.box a {
	    padding: 0 0px 22px 9px;
	}
}

@media(max-width: 900px) {

	.box {
		margin-bottom: 10px;
	}

	.box a {
		height: 195px;
	}
}

/* ------------------------------------------------------------ *\
	section-articles
\* ------------------------------------------------------------ */
.section-articles {
	margin-bottom: 0px;
}

@media(max-width: 1280px) {

	.section-articles {
		margin-bottom: -5px;
	}
}
/* ------------------------------------------------------------ *\
	slider
\* ------------------------------------------------------------ */

@media(max-width: 1280px) {

	.slider {
	    padding-bottom: 12px;
	    margin-bottom: 13px;
	    padding-top: 2px;
	}

	.slider .slider__col:last-child {
		display: none;
	}

	.slider .slider__col {
		max-width: 33.33%;
		flex: 0 0 33.33%;
	}

	.slider .slider__head a {
		margin-bottom: 25px;
	}
}

@media(max-width: 900px) {

	.slider {
		padding-top: 15px;
	}

	.slider .slider__head {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 15px;
	}

	.slider .slider__head a {
	    margin-bottom: 0;
	}

	.slider .slider__head h3 {
		margin-bottom: 0;
	}

	.slider .slider__slides {
		margin: 0;
	}

	.slider .slider__slide {
		padding: 0;
	}
}

@media(max-width: 900px) {

	.slider {
		margin-bottom: 0;
	}


	.slider .slider__head h3 {
		font-size: 20px;
	}

	.slider .slider__icons {
		display: none;
	}

	.slider .slider__head .slider__entry {
		display: flex;
		justify-content: space-between;
	}

	.slider .slider__head a {
	}

	.slider .slider__entry img {
		left: unset;
		top: 2px;
		right: 0;
		transform: none;
	}
}

/* ------------------------------------------------------------ *\
	section-cards
\* ------------------------------------------------------------ */

.section-cards {
	padding: 25px 0 37px;
}

.section-cards h3 {
	font-size: 28px;
	letter-spacing: -0.017em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #333;
	margin-bottom: 37px;
}

@media(max-width: 1280px) {

	.section-cards {
		padding: 35px 0 37px;
	}
}

@media(max-width: 1023px) {

	.section-cards {
		padding: 10px 0 35px;
	}

}

@media(max-width: 900px) {

	.section-cards h3 {
		font-size: 20px;
		letter-spacing: 0;
	}

	.section-cards {
	    padding: 14px 0 35px;
	}
}

/* ------------------------------------------------------------ *\
	cards
\* ------------------------------------------------------------ */

.cards .cards__items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -11px;
}

.cards .cards__item {
	padding: 0 11px;
	max-width: 33.33%;
	flex: 0 0 33.33%;
	margin-bottom: 45px;
}

@media(max-width: 1280px) {

	.cards .cards__item {
		margin-bottom: 42px;
	}
}

@media(max-width: 1023px) {

	.cards .cards__item {
		max-width: 50%;
		flex: 0 0 50%;
	}
}

@media(max-width: 768px) {
	.cards .cards__items {
		display: block;
		margin: 0;
	}

	.cards .cards__item {
		padding: 0;
		max-width: 100%;
		flex: 0 0 100%;
		margin-bottom: -5px;
	}
}

/* ------------------------------------------------------------ *\
	card
\* ------------------------------------------------------------ */

.card {
	position: relative;
}

.card a:hover {
	text-decoration: none;
}

.card a:hover .card__image {
	opacity: .7;
	box-shadow: 0px 5px 15px 0px rgba(2,94,155,0.45);

}

.card a:hover .card__content h5 {
	color: #006FB9;
}

.card .card__image img {
	transition: opacity .4s, box-shadow .4s;
}

.card .card__image {
	width: 460px;
	overflow: hidden;
	transition: opacity .4s, box-shadow .4s;
	height: 257px;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 5px;
	margin-bottom: 22px;
}

.card .card__meta {
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px 10px;
	color: #fff;
	background-color: #F06726;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.073em;
	text-transform: uppercase;
}

.card .card__content h5 {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.015em;
	line-height: 1.35;
	margin-bottom: 12px;
	transition: color .4s;
}

.card .card__content {
	max-width: 290px;
}

.card .card__content p {
	padding: 0;
	color: #555555;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.43;
}

@media(max-width: 1399px) {

	.card .card__image {
		width: 420px;
		height: 220px;
	}
}

@media(max-width: 1280px) {

	.card .card__image {
		width: 322px;
		height: 195px;
	}
}

@media(max-width: 1023px) {

	.card .card__image {
	    width: 380px;
	    height: 212px;
	}
}

@media(max-width: 900px) {

	.card .card__content {
		flex: 1 1 auto;
	}
}

@media(max-width: 768px) {

	.card .card__image {
		max-width: 250px;
		flex: 0 0 250px;
		height: 150px;
	}

	.card a {
		display: flex;
	}

	.card .card__content {
		flex: 1 1 auto;
		padding: 0 15px;
	}

	.card .card__meta {
		position: unset;
		background-color: #fff;
		color: #F06726;
		padding: 0;
	}
}

@media(max-width: 575px) {

	.card .card__image {
		max-width: 112px;
		flex: 0 0 112px;
		height: 70px;
	}

	.card .card__content {
		flex: 1 1 auto;
		margin-left: 12px;
	}

	.card .card__content h5  {
		font-size: 16px;
		font-weight: 600;
		letter-spacing: -0.003em;
		line-height: 1.5;
	}

	.card .card__content p {
		display: none;
	}
}

/* ------------------------------------------------------------ *\
	section-form
\* ------------------------------------------------------------ */

.section-form {
	background-color: #F5F8FA;
	padding: 86px 0 80px;
}


@media(max-width: 1280px) {

	.section-form {
		margin-top: 35px;
	}
}

@media(max-width: 1023px) {

	.section-form {
		margin-top: 0;
		padding: 42px 24px 47px;
		text-align: center;
	}
}

/* ------------------------------------------------------------ *\
	form
\* ------------------------------------------------------------ */

.form .form__head h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.023em;
	color: #333;
	margin-bottom: 39px;
}

.form .form__row {
	display: flex;
	margin: 0 -8px;
}

.form .form__controls {
	padding: 0 8px;
}

.form .form__actions {
	padding: 0 8px;
}

.form .ui-shadow {
	box-shadow: none;
}

.form .form__controls .ui-input-text {
	margin: 0;
	box-shadow: none;
}

.form .form__actions .ui-btn {
	width: 170px;
	height: 50px;
	text-transform: uppercase;
	letter-spacing: 0.054em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	margin: 0;
	color: #fff;
	padding: 14px;
	background-color: #F06726;
	transition: background .4s;
}

.form .form__actions .ui-btn:hover {
	background-color: #DC5210;
	color: #fff;
}

@media(max-width: 1023px) {

	.form .form__row {
		flex-wrap: wrap;
	}

	.form .form__controls {
	    margin-bottom: 20px;
	    width: 100%;
	}

	.form .form__head h3 {
		margin-bottom: 43px;
	}

	.form .form__actions {
		width: 100%;
	}

	.form .form__actions .ui-btn {
		width: 100%;
	}
}

/* ------------------------------------------------------------ *\
	select
\* ------------------------------------------------------------ */

.select {
	position: relative;
}

.select:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 20px;
	height: 20px;
	background-image: url('../../images/articles/down.svg');
	background-size: cover;
	background-repeat: no-repeat;
}

.select .ui-shadow {
	box-shadow: none;
}

.select span {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.029em;
	margin: 0 5px;
	font-size: 14px;
	font-weight: 600;
}

.select .ui-btn-icon-right:after {
	display: none;
}

.select .ui-select .ui-btn {
	height: 50px;
	width: 310px;
	padding: 15px 40px 15px 20px;
	background-color: #fff;
}

.select .ui-select {
	margin: 0;
}

.select select {
	text-align: left;
}

@media(max-width: 1023px) {
	.select .ui-select .ui-btn {
		width: 100%;
	}
}

/* ------------------------------------------------------------ *\
	field
\* ------------------------------------------------------------ */

.ui-input-text .field {
	width: 168px !important;
	height: 50px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.029em;
	padding: 0 21px;
	font-size: 14px;
	font-weight: 600;
}

@media(max-width: 1023px) {

	.ui-input-text .field {
		width: 100% !important;
	}
}

/* ------------------------------------------------------------ *\
	subscribe
\* ------------------------------------------------------------ */

.subscribe {
	background-color: #2E3437;
	padding: 54px 0 48px;
}

.subscribe .subscribe__body {
	position: relative;
}

.subscribe .subscribe__body:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 27px;
	width: 13px;
	height: 15px;
	background-image: url('../../images/articles/arrow-right.svg');
	background-size: cover;
	background-repeat: no-repeat;
}

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

.subscribe .subscribe__head {
	max-width: 550px;
}

.subscribe .subscribe__head h3 {
	color: #fff;
	font-size: 20px;
	line-height: 1.35em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: -0.017em;
}

.subscribe--alt {
	padding: 51px 0 52px;
}

.subscribe--alt .subscribe__head h3 {
	font-size: 24px;
	letter-spacing: -0.017em;
	font-size: 20px;
	line-height: 1.35em;
	font-weight: 400;
}

.subscribe .ui-input-text input {
	height: 55px;
	width: 700px;
	background-color: #2E3437;
	color: #fff;
	padding: 21px 40px 21px 26px;;
	letter-spacing: 0.027em;
}

.subscribe .ui-body-inherit {
	border-color: #979797 !important;
}

.subscribe .ui-page-theme-a  input {
	color: #fff !important;

}

@media(max-width: 1280px) {

	.subscribe {
		background-color: #2E3437;
		padding: 49px 0 54px;
	}

	.subscribe .subscribe__head h3 {
		font-size: 20px;
		line-height: 1.5;
		letter-spacing: -0.017em;
		font-weight: 400;
		max-width: 390px;
	}

	.subscribe .ui-input-text input {
		width: 581px;
	}
}

@media(max-width: 1023px) {

	.subscribe .ui-input-text input {
		width: 400px;
	}
}

@media(max-width: 900px) {

	.subscribe .subscribe__inner {
		display: block;
		text-align: center;
	}

	.subscribe .subscribe__head {
		max-width: none;
	}

	.subscribe .ui-input-text input {
		width: 100%;
		padding: 24px 21px 20px;
	    font-weight: 700;
	}

	.subscribe .subscribe__controls {
		margin: 0 20px;
	}

	.subscribe .subscribe__head h3 {
		max-width: 280px;
		line-height: 1.4;
		margin: 0 auto 37px;
	}

	.subscribe .subscribe__body:after {
		right: 40px;
	}

	.subscribe {
	    padding: 46px 0 43px;
	}
}

/* ------------------------------------------------------------ *\
	sticky-bar-car-types
\* ------------------------------------------------------------ */

.sticky-bar-car-types {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	display: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	padding: 5px 0;
}

.sticky-bar-car-types.is-active {
	display: block;
}


.sticky-bar-car-types ul {
	display: flex;
	justify-content: center;
}

.sticky-bar-car-types a {
	color: #555555;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	display: block;
	line-height: 1.29;
	padding: 15px 0;
	position: relative;
	margin: 0 19px;
	transition: opacity .4s;
}

.sticky-bar-car-types a:hover {
	text-decoration: none;
	opacity: .7;
}

.sticky-bar-car-types .is-active a:after {
	content: '';
	position: absolute;
	top: 93%;
	background-color: #006FB9;
	left: 0;
	right: 0;
	border-radius: 5px;
	height: 8px;
}

.sticky-bar-car-types img {
	display: none;
}

@media (max-width: 550px) {

	.sticky-bar-car-types ul {
		display: inline-block;
	}

	.sticky-bar-car-types li {
		opacity: 0;
		position: absolute;
		pointer-events: none;
	}

	.sticky-bar-car-types li.is-active {
		opacity: 1;
		pointer-events: all;
		position: relative;
	}

	.sticky-bar-car-types img {
		display: block;
		position: absolute;
		top: 18px;
		right: 24px;
		transform: rotate(90deg);
		transition: transform .6s;
	}

	.sticky-bar-car-types.is-showing li {
		opacity: 1;
		pointer-events: all;
		position: relative;
	}

	.sticky-bar-car-types.is-showing img {
		transform: rotate(-90deg);
	}

	.sticky-bar-car-types .is-active a:after {
		display: none;
	}

	.sticky-bar-car-types a {
		font-size: 16px;
		padding: 7px 4px 5px;
	}
}

/* ------------------------------------------------------------ *\
	Btn Close
\* ------------------------------------------------------------ */

.btn-close.ui-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	transition: color .3s;
	border: none;
	background-color: transparent;
	text-shadow: none;
	box-shadow: none;
	color: #fff;
}

.btn-close svg {
	min-width: 16px;
	height: 16px;
}

.btn-close.ui-btn:hover,
.btn-close.ui-btn:focus {
	color: #FFC632;
	border: none;
	background-color: transparent;
	text-shadow: none;
	box-shadow: none;
}

@media(max-width: 767px) {
	.btn-close.ui-btn:hover,
	.btn-close.ui-btn:focus {
		color: #000;
	}
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.button,
.button.ui-btn,
.button.ui-link {
	padding: 12px 25px;
	margin: 0;
	width: initial;
	display: inline-block;
	color: #333333;
	background-color: #FFC632;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .12);
	border: 2px solid transparent;
	outline: 2px solid transparent;
	border-radius: 5px;
	transition: box-shadow .3s, outline .3s, background .3s, border-radius .3s, color .3s;
	text-transform: capitalize;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}

@media (hover: hover) {
	.button:hover,
	.button.ui-btn:hover,
	.button.ui-link:hover {
		background-color: #fff;
		border-color: transparent;
		text-decoration: none;
	}

	.button:active,
	.button.ui-btn:active,
	.button.ui-link:active {
		background-color: #FFC632;
		border-color: transparent;
		text-shadow: none;
	}

	.button:focus,
	.button.ui-btn:focus,
	.button.ui-link:focus {
		border-color: #333;
		outline-color: #fff;
		box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .12);
		border-radius: 7px;
	}

	.button:visited,
	.button.ui-btn:visited,
	.button.ui-link:visited {
		color: #333333;
	}
}

@media(max-width: 767px) {
	.button:hover,
	.button.ui-btn:hover,
	.button.ui-link:hover,
	.button:active,
	.button.ui-btn:active,
	.button.ui-link:active,
	.button:visited,
	.button.ui-btn:visited,
	.button.ui-link:visited {
		box-shadow: none;
		background-color: #FFC632;
		border-color: transparent;
		color: inherit;
		text-shadow: none;
	}
}

/*  Button Red  */

.button--red,
.button--red.ui-btn,
.button--red.ui-link {
	background-color: #DD390C;
	color: #fff;
}

@media (hover: hover) {
	.button--red:hover,
	.button--red.ui-btn:hover,
	.button--red.ui-link:hover {
		border-color: #DD390C;
		background-color: #fff;
		color: #DD390C;
	}

	.button--red:active,
	.button--red.ui-btn:active,
	.button--red.ui-link:active {
		background-color: #DD390C;
		color: #fff;
	}

	.button--red:focus,
	.button--red.ui-btn:focus,
	.button--red.ui-link:focus {
		background-color: #DD390C;
		border-color: #fff;
		outline-color: #DD390C;
		border-radius: 7px;
	}
}

@media(max-width: 767px) {
	.button--red:hover,
	.button--red.ui-btn:hover,
	.button--red.ui-link:hover,
	.button--red:active,
	.button--red.ui-btn:active,
	.button--red.ui-link:active,
	.button--red:focus,
	.button--red.ui-btn:focus,
	.button--red.ui-link:focus {
		box-shadow: none;
		background-color: #DD390C;
		border-color: transparent;
		color: #fff;
		text-shadow: none;
	}
}

/*  Button Small  */

.button--small,
.button--small.ui-btn,
.button--small.ui-link {
	padding: 11px 16px;
	border-radius: 5px;
}

@media(max-width: 374px) {
	.button--small,
	.button--small.ui-btn,
	.button--small.ui-link {
		padding: 11px;
		font-size: 14px;
	}
}

/*  Button Block  */

.button--block {
	display: block;
	width: 100%;
	max-width: 100%;
}

/* ------------------------------------------------------------ *\
	CTA
\* ------------------------------------------------------------ */

.cta {
	padding: 19px 0 13px;
	color: #D2D5D7;
	background-color: #333333;
	border-bottom: 1px solid #333;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	transition: border-color .3s, opacity .3s, transform .3s;
	transform-origin: left;
}

.cta.is-relative {
	position: relative;
	border-bottom-color: #fff;
}

.cta .cta__inner {
	padding: 0 144px 0 203px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cta .cta__entry {
	padding: 0 10px 0 48px;
	position: relative;
	flex: 0 0 47.8%;
}

.cta .cta__entry p {
	font-weight: 600;
	font-size: 12px;
	padding-left: 0;
}

.cta .cta__entry:before {
	content: '';
	display: block;
	width: 30px;
	height: 29px;
	background: url('../../images/articles/cta-figure.svg') no-repeat;
	position: absolute;
	top: 11px;
	left: 0;
}

.cta .cta__aside {
	flex: 0 0 52%;
}

.cta .cta__title {
	margin-bottom: 3px;
	color: #FAFAFA;
	font-size: 21px;
	letter-spacing: -.02em;
	font-weight: 600;
	line-height: 1.22;
}

.cta .cta__title-mobile {
	display: none;
	color: #333333;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.35;
}

.cta .cta__btn-mobile {
	display: none;
}

.cta .cta__btn-close {
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translateY(-95%);
	border: none;
	appearance: none;
	background: transparent;
}

@media(max-width: 1400px) {
	.cta .cta__inner {
		padding: 0;
	}
}

@media(max-width: 1280px) {
	.cta .cta__aside {
		flex: 0 0 52%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.cta .cta__btn-close {
		position: static;
		transform: none;
	}
}

@media(max-width: 767px) {
	.cta {
		padding: 11px 0 10px;
		background-color: #FAFBFD;
		border-top: 1px solid #D3D3D3;
	}

	.cta .cta__inner {
		padding: 0 40px 0 0;
		transition: padding .3s;
	}

	.cta.is-relative .cta__inner {
		padding-right: 0;
	}

	.cta .cta__entry {
		display: none;
	}

	.cta .cta__aside {
		margin-left: 5px;
		flex: 0 0 max-content;
		justify-content: flex-end;
	}

	.cta .cta__title-mobile {
		display: block;
		letter-spacing: -.02em;
	}

	.cta .cta__aside button + button {
		margin-left: 5px;
	}

	.cta .cta__btn-close.ui-btn {
		padding: 13px 15px;
		position: absolute;
		top: -47px;
		right: 0;
		z-index: 10;
		vertical-align: middle;
		transform: none;
		background-color: #FAFBFD;
		border-radius: 5px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		border: 1px solid #D3D3D3;
		border-bottom-color: transparent;
	}

	.cta .cta__btn-close,
	.cta .cta__btn-close:visited {
		color: #75777B;
	}

	.cta .cta__btn-mobile {
		display: inline-block;
	}
}

@media(max-width: 354px) {
	.cta .cta__btn-mobile {
		padding: 9px;
		font-size: 13px;
	}

	.cta .cta__title-mobile {
		font-size: 13px;
	}
}

.cta.is-hidden {
	display: none;
}

/* ------------------------------------------------------------ *\
	Form Subscribe
\* ------------------------------------------------------------ */

.form-subscribe {
	font-family: 'Open Sans', sans-serif;
}

.form-subscribe .form__inner {
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}

.form-subscribe .form__controls {
	margin-right: 9px;
	max-width: 349px;
	flex: 0 0 70%;
	position: relative;
}

.form__controls .ui-input-text.ui-body-inherit.ui-corner-all.ui-shadow-inset {
	box-shadow: none;
	background-color: transparent;
	border: none;
	display: contents;
}

.form-subscribe form .form__label {
	display: none;
}

.form-subscribe .form__field {
	padding: 14px 15px 10px;
	width: 100%;
	max-width: 349px;
	color: #979797;
	font-size: 16px;
	border: 1px solid #979797;
	outline: 1px solid transparent;
	border-radius: 5px;
	background-color: #fff;
	transition: outline .3s, border-color .3s;
	font-family: 'Open Sans', sans-serif;
}

.form-subscribe .form__field:focus {
	border-color: #FFC532;
	outline-color: #FFC532;
}

.form-subscribe .form__notice {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 12px;
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: -23px;
}

.form-subscribe .form__notice:before {
	content: '';
	display: block;
	margin-right: 5px;
	width: 18px;
	height: 18px;
	background: url('../../images/articles/alert-sign.svg');
}

.form-subscribe  .form__controls--error .form__notice {
	opacity: 1;
}

.form-subscribe .form__controls--error .form__field {
	border-color: #FF0B0B;
	outline-color: #FF0B0B;
}

.form-subscribe .form__btn {
	min-width: 152px;
}

@media(max-width: 1023px) {
	.form-subscribe {
		flex: 1;
	}

	.form-subscribe .form__btn {
		padding: 12px;
		min-width: initial;
		min-height: 49px;
		font-size: 12px;
	}
}

@media(max-width: 767px) {
	.form-subscribe {
		display: none;
	}
}



.corporate {
	padding-top: 0 !important;
}

@media(max-width: 900px) {
	.copyright {
		margin-bottom: 10px;
	}
}

ul {
	margin: 0;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

[class*="span"] {
	float: none;
	/* min-height: 1px; */
	/* margin-left: 20px; */
}

.span12 {
	width: 100%;
}

li.popular-model-list-item.hidden-row {
	display: none;
}

.popular-model-list.expanded li.popular-model-list-item.hidden-row {
	display: block;
}

.popular-model-list .popular-models-show-less {
	display: none;
}
.popular-model-list.expanded .popular-models-show-less {
	display: block;
}
.popular-model-list .popular-models-show-more {
	display: block;
}
.popular-model-list.expanded .popular-models-show-more {
	display: none;
}

.popular-models-show-more, .popular-models-show-less {
	cursor: pointer;
}

.cars_v2_loading {
	display: block !important;
}

.hscroll {
	overflow-x: auto;
}


/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */

.popup {
	margin: 0 auto;
	max-width: 465px;
	min-height: 363px;
	color: #333333;
	border: 1px solid #D2D5D7;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.popup figure {
	margin-bottom: 19px;
}

.popup .popup__entry p {
	font-size: 20px;
	line-height: 1.6;
}

.popup .popup__head {
	padding: 16px 23px 16px 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #F8FAFB;
	border-bottom: 1px solid #D2D5D7;
}

.popup .popup__btn-close {
	position: relative;
	width: 16px;
	height: 16px;
	transition: color .3s;
	background-color: transparent;
}

.popup .popup__btn-close:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url('../../images/articles/close-ico.svg');
}

.popup .popup__title {
	color: inherit;
	letter-spacing: -.03em;
	font-size: 20px;
}

.popup .popup__body img {
	-o-object-fit: contain;
	object-fit: contain;
}
.popup .popup__body  {
	/*padding: 59px 60px 60px;*/
	text-align: center;
	font-size: 20px;
}

@media(max-width: 767px) {
	.popup .popup__title {
		font-size: 18px;
	}

	.popup .popup__head {
		padding: 17px 23px;
	}

	.popup .popup__body {
		padding: 33px 23px;
	}

	.popup .popup__entry p {
		font-size: 16px;
	}
}

/*  Popup Alt  */


.popup--alt .popup__body  {
	padding: 34px 24px 0;
	text-align: center;
	font-size: 20px;
}

/* ------------------------------------------------------------ *\
	Form Sign Up
\* ------------------------------------------------------------ */

.form-sign-up {
	text-align: left;
}

.form-sign-up .form__head {
	margin-bottom: 34px;
	line-height: 1.5;
}

.form-sign-up .form__label {
	display: block;
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.1;
}

.form-sign-up .form__field {
	padding: 13px 14px 11px;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #979797;
	border-radius: 5px;
	color: #75777B;
	font-size: 16px;
	font-family: 'Open Sans';
	transition: border .3s, box-shadow .3s;
}

.form-sign-up .form__notice {
	padding: 3px 0 2px;
	display: block;
	position: relative;
	color: #AA1313;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	opacity: 0;
}

.form-sign-up .form__notice:before {
	content: '';
	display: inline-block;
	vertical-align: text-top;
	margin-right: 5px;
	width: 18px;
	height: 18px;
	background: url('../../images/articles/alert-small.svg') no-repeat;
}

.form-sign-up .form__controls:focus-within .form__field {
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
	border-color: #333333;
}

.form-sign-up .form__controls.form__controls--error .form__field {
	border-color: #AA1313;
	box-shadow: none;
}

.form-sign-up .form__controls--error .form__notice {
	opacity: 1;
}

.form-sign-up .form__foot {
	padding: 27px 0 30px;
	position: relative;
	width: 100%;
	background: #FAFBFD;
	text-align: center;
	font-size: 12px;
	color: #75777B;
}

.form-sign-up .form__foot > * {
	position: relative;
	z-index: 20;
}

.form-sign-up .form__foot:before {
	content: '';
	display: block;
	width: 100vw;
	margin-inline-start: 50%;
	transform: translateX(-50%);
	height: 100%;
	background:  #FAFBFD;
	position: absolute;
	bottom: 0;
	left: 0;
}

.form-sign-up .form__foot p {
	font-size: 12px;
}

.form-sign-up .form__foot p > a {
	font-weight: 600;
}

.form-sign-up .form__actions {
	margin-bottom: 14px;
}

.form-sign-up .form__btn {
	padding: 9px 25px;
}

@media(max-width: 767px) {

	.form-sign-up .form__head p {
		line-height: 1.5;
	}

	.form-sign-up .form__label {
		font-size: 14px;
	}

	.form-sign-up .form__foot p {
		font-size: 12px;
		line-height: 1.4;
	}
}

/* ------------------------------------------------------------ *\
	Magnific Overwrites
\* ------------------------------------------------------------ */

.mfp-container {
	padding: 0 27px;
}

.mfp-bg {
	background-color: rgba(30, 30, 30, .9);
}

@media(max-width: 374px) {
	.mfp-container {
		padding: 0 10px;
	}
}