/* ------------------------------------------------------------ *\
	Section table
\* ------------------------------------------------------------ */

.section-table .section__head {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	max-width: 1134px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 32px;
}

.section-table .section__head-aside {
	max-width: 286px;
	border-left: 1px solid #404040;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: -0.007em;
	padding: 9px 0 60px 37px;
}

.section-table .section__info {
	width: 100%;
	font-size: 14px;
	max-width: 550px;
	line-height: 1.43;
	letter-spacing: -0.011em;
	font-weight: 400;
}

.section-table .section__info p {
	margin-bottom: 6px;
}

.section-table .section__info a {
	margin-top: 20px;
}

.section-table .section__head-aside h5 {
	font-size: 18px;
	font-weight: 400;
}

.section-table .section__form {
	margin-bottom: 37px;
}

.section-table .section__head-aside a {
	font-weight: 600;
	text-decoration: none;
	color: #22467A;
}

.section-table .section__title {
	margin-bottom: 37px;
}

.section-table .section__title--mobile {
	display: none;
	position: relative;
	isolation: isolate;
}

.section-table .section__title--mobile:before {
	content: "";
	position: absolute;
	top: -70px;
	left: 50%;
	width: 100vw;
	height: calc(100% + 70px);
	background-color: #ffff;
	z-index: -1;
	transform: translateX(-50%);
}

.section-table .section__head-inner {
	flex: 1;
	padding-right: 37px;
}

.section-table .section__head-aside a:hover {
	text-decoration: underline;
}

.section-table .section__title h1 {
	font-weight: 700;
	letter-spacing: -0.018em;
}

.section-table .section__title p {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin-bottom: 14px;
	font-family: "Inter", sans-serif;
}

.section-table .section__form {
	max-width: none;
}

.section-table .section__actions p {
	margin-right: auto;
	padding-right: 25px;
	max-width: 440px;
	font-size: 14px;
	font-family: "Inter", sans-serif;
	letter-spacing: -0.059em;
	line-height: 1.3;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.section-table .section__head {
		flex-direction: column;
	}

	.section-table .section__title {
		display: none;
	}

	.section-table .section__title--mobile {
		display: block;
		padding-bottom: 50px;
	}

	.section-table .section__head-aside {
		order: -1;
		margin-bottom: 20px;
		padding-left: 0;
		border: none;
	}

	.section-table .section__title h1 {
		font-size: 46px;
	}

	.section-table .section__head-inner {
		width: 100%;
		padding-right: 0;
	}

	.section-table .section__actions {
		position: relative;
		isolation: isolate;
		padding: 10px 0;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-bottom: 22px;
	}

	.section-table .section__actions:before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		width: 100vw;
		transform: translateX(-50%);
		height: 100%;
		background-color: #ffff;
		z-index: -1;
	}

	.section-table .section__actions p {
		width: 100%;
		margin-bottom: 30px;
	}
}

/* ------------------------------------------------------------ *\
	Form alt
\* ------------------------------------------------------------ */
.form-alt .form__cols {
	display: flex;
	margin: 0 -25px;
}

.form-alt .form__col {
	position: relative;
	flex: 0 0 50%;
	padding: 0 25px;
}

.form-alt .form__col:first-child:before {
	content: "or";
	position: absolute;
	top: 50%;
	left: 98%;
	font-size: 16px;
	font-weight: 600;
	transform: translateY(-50%);
}

.form-alt .form__controls {
	position: relative;
}

.form-alt .form__btn {
	background-color: transparent;
	border: none;
	outline: none;
}

.form-alt .form__btn--search {
	position: absolute;
	top: 36%;
	right: 25px;
}

.form-alt .form__btn img {
	display: block;
}

.form-alt .form__label {
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	top: 50%;
	left: 53px;
	transform: translateY(-50%);
	z-index: 1;
	letter-spacing: 0;
	pointer-events: none;
	transition: top .3s, left .3s;
}

.form-alt .form__col.is-selected .form__label {
	font-size: 14px;
	color: #ffff;
	top: 23px;
	left: 44px;
}

@media only screen and (max-width: 1199px) {
	.form-alt .form__cols {
		display: block;
	}

	.form-alt .form__col + .form__col {
		margin-top: 45px;
	}

	.form-alt .form__col:first-child:before {
		top: calc(100% + 14px);
		left: 50%;
		transform: translateX(-50%);
	}
}

/* ------------------------------------------------------------ *\
	Select search
\* ------------------------------------------------------------ */
.select--search .select2-container--default .select2-selection--single .select2-selection__rendered {
	background-color: #ffff;
	font-size: 16px;
	font-weight: 500;
	height: 72px;
	border: 1px solid rgba(144,162,188, 65%);
	padding: 0 50px 0 30px !important;
	letter-spacing: 0.001em;
	color: rgba(64, 64, 64, 50%);
	line-height: 69px;
}

.select--search .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}

.select--search .select2-container--default .select2-selection--single {
	border: none;
	height: 100%;
}

.select--search .select2-container {
	max-width: 380px;
}

@media only screen and (max-width: 1199px) {
	.select--search .select2-container {
		max-width: none;
	}
}

/* ------------------------------------------------------------ *\
	Select alt
\* ------------------------------------------------------------ */
.select--alt {
	border: 1px solid rgba(144,162,188, 65%);
	position: relative;
}

.select--alt .select2-selection__rendered {
	background-color: #ffff;
	transition: background-color .3s;
}

.select--alt .select2-container--default .select2-selection--single .select2-selection__rendered {
	border: none;
	padding-left: 18px !important;
	padding-bottom: 16px !important;
}

.select--alt .select2-container--default .select2-selection--single .select2-selection__arrow {
	background: url('/assets/images/tpr/images/arrow-dark.svg') 0 0 no-repeat;
	display: inline-block;
	background-size: contain;
	width: 14px;
	height: 14px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background-position: 50% 50%;
}

.select--alt.is-open .select2-container--default .select2-selection--single .select2-selection__arrow {
	transform: translateY(-50%) rotate(180deg);
	top: 50%;
}

.form__col.is-selected .select--alt .select2-container--default .select2-selection--single .select2-selection__rendered {
	background-color: #182F50;
	color: #ffff;
}

.form__col.is-selected .select--alt .select2-container--default .select2-selection--single .select2-selection__arrow {
	background: url('/assets/images/tpr/images/arrow-white.svg') 0 0 no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}

/* ------------------------------------------------------------ *\
	Select white
\* ------------------------------------------------------------ */
.select--white .select2-container--default .select2-selection--single .select2-selection__rendered {
	border: none;
	border-right: 1px solid #C4CEDE;
}

.select--white .select2-container--default .select2-selection--single .select2-selection__rendered {
	align-items: center;
	padding: 0 44px 2px 9px !important;
}

.select--white .select2-selection.select2-selection--single {
	background-color: transparent;
	padding-left: 90px;
}

/* ------------------------------------------------------------ *\
	Form filter alt
\* ------------------------------------------------------------ */

.form-filter-alt h6 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.form-filter-alt .form__row--select .form__label {
	font-size: 16px;
	letter-spacing: 0.02em;
	top: 50%;
	transform: translateY(-50%);
	max-width: 100px;
	pointer-events: none;
}

.form-filter-alt .form__section {
	align-items: center;
}

.form-filter-alt .form__head {
	margin-bottom: 10px;
}

.form-filter-alt .form__controls {
	width: 100%;
}

.form-filter-alt .form__col {
	min-width: 19.3%;
	max-width: 33.33%;
	width: auto;
}

.form-filter-alt .form__body {
	width: 100%;
	border: 1px solid #C4CEDE;
}

.form-filter-alt .form__cols {
	width: 100%;
}

.form-filter-alt .form__actions .form__clear {
	display: block;
	margin: 0;
	padding-left: 20px;
	text-align: right;
}

@media only screen and (max-width: 1399px) {

	.form-filter-alt .form__col {
		min-width: 23%;
	}
}

@media only screen and (max-width: 1024px) {

	.form-filter-alt .form__col {
		min-width: 33.33%;
	}

	.form-filter-alt .form__body {
		border-right: none;
	}

	.form-filter-alt .form__actions .form__clear {
		text-align: center;
		padding-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.form-filter-alt .form__cols {
		display: block;
	}

	.form-filter-alt .form__col {
		width: 100%;
		min-width: auto;
		max-width: none;
	}

	.form-filter-alt .form__col + .form__col {
		border-top: 1px solid #C4CEDE;
	}
}

/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */

.hero {
	background-color: #182F50;
	color: #ffff;
	padding: 30px 0 0 0;
	margin-bottom: 0;
}

.hero h1 {
	color: #ffff;
	letter-spacing: 0.017em;
	margin-bottom: 3px;
}

.hero .hero__head {
	display: flex;
	justify-content: space-between;
	text-align: left;
	align-items: flex-end;
	margin-bottom: 110px;
}

.hero .hero__head span {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.015em;
}

.hero .hero__title {
	padding-right: 31px;
}

.hero .hero__title a {
	margin-bottom: 23px;
}

.hero .hero__title p {
	margin-bottom: 5px;
	letter-spacing: 0.06em;
}

.hero .hero__title p:last-child {
	margin-bottom: 0;
}

.hero .hero__aside h5 {
	color: #ffff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.11em;
	margin-bottom: 24px;
}

.hero .hero__aside {
	font-size: 16px;
	font-weight: 600;
	border-left: 1px solid #F0F3FA;
	padding: 10px 0 10px 37px;
}

.hero ul {
	list-style: none;
	color: #F0F3FA;
	letter-spacing: -0.04em;
}

.hero li + li {
	margin-top: 20px;
}

.hero ul a:hover {
	color: currentColor;
}

.hero .hero__body {
	margin-left: 0;
	max-width: 457px;

}

@media only screen and (max-width: 1024px) {
	.hero {
		padding-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.hero {
		padding-top: 22px;
	}

	.hero .hero__head {
		display: block;
		font-size: 20px;
		margin-bottom: 48px;
	}

	.hero .hero__head a {
		margin-bottom: 28px;
	}

	.hero .hero__title {
		margin-bottom: 42px;
	}

	.hero .hero__title p {
		margin-bottom: 19px;
	}

	.hero h1 {
		font-size: 46px;
		line-height: 1.1;
		margin-bottom: 7px;
	}

	.hero .hero__aside {
		border: none;
		border-top: 1px solid #F0F3FA;
		padding: 34px 0 0 ;
		letter-spacing: -0.05em;
	}

	.hero .hero__aside h5 {
		margin-bottom: 14px;
	}

	.hero li + li {
		margin-top: 12px;
	}
}

/* ------------------------------------------------------------ *\
	Link
\* ------------------------------------------------------------ */
.link {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	color: #F0F3FA;
	position: relative;
	font-weight: 500;
	letter-spacing: 0.0013em;
	padding-bottom: 4px;
	text-decoration: none;
}

.link:hover {
	color: currentColor;
}

.link:hover:before {
	opacity: 0;
}

.link:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transition: opacity .3s;
}

.link img {
	margin-right: 8px;
}

/* ------------------------------------------------------------ *\
	Categories
\* ------------------------------------------------------------ */
.categories .categories__item {
	border-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.categories .categories__items {
		border-bottom: 0;
	}
}

/* ------------------------------------------------------------ *\
	Category
\* ------------------------------------------------------------ */
.category {
	background-color: transparent;
	color: #ffff;
	font-size: 16px;
	padding: 23px 15px 19px;
}

.category h5 {
	color: #ffff;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: -0.035em;
	margin-bottom: 3px;
}

.category span:last-child {
	text-transform: none;
	letter-spacing: 0;
	letter-spacing: -0.01em;
}

.category--active {
	background-color: #F0F3FA;
	color: #182F50;
}

.category--active h5 {
	color: #182F50;
}

@media only screen and (max-width: 767px) {
	.category {
		padding: 16px 19px 14px;
	}
}
/* ------------------------------------------------------------ *\
	Main home
\* ------------------------------------------------------------ */
.main--home {
	padding: 19px 0 38px;
}

/* ------------------------------------------------------------ *\
	Section accordions alt
\* ------------------------------------------------------------ */

.section-accordions-alt .section__popups {
	position: static;
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.section-accordions-alt .section__popups {
		overflow-x: auto;
	}
}

/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */

.popup--download h4 {
	letter-spacing: 0.02em;
}

.popup--download .popup__head {
	font-size: 14px;
	max-width: 550px;
	border: none;
	font-weight: 100;
}

@media only screen and (max-width: 767px) {
	.popup--download .popup__head {
		margin-bottom: 0;
		padding-bottom: 10px;
		padding-top: 38px;
	}
}

/* ------------------------------------------------------------ *\
	Form download
\* ------------------------------------------------------------ */
.form-download .form__cols {
	display: flex;
	margin: 0 -10px;
}

.form-download .form__col {
	flex: 0 0 50%;
	padding: 0 10px;
}

.form-download .form__label {
	font-size: 16px;
	font-weight: 600;
}

.form-download .form__btn {
	padding: 4px 20px;
	min-width: 217px;
	letter-spacing: 0.01em;
}

.form-download .form__body {
	margin-bottom: 27px;
}

@media only screen and (max-width: 767px) {
	.form-download .form__cols {
		display: block;
	}

	.form-download .form__col + .form__col {
		margin-top: 6px;
	}

	.form-download .form__body {
		margin-bottom: 19px;
	}
}

/* ------------------------------------------------------------ *\
	Select popup
\* ------------------------------------------------------------ */
.select--popup .select2-container {
	font-size: 16px;
}

.select--popup .select2-container--default .select2-selection--single {
	border: none;
}

.select--popup .select2-container--default .select2-selection--single .select2-selection__rendered {
	border: 1px solid #90A2BC;
	border-radius: 0;
	line-height: 50px;
	height: 50px;
}

.select--popup .select2-container .select2-selection--single {
	height: 50px;
}

.select--popup .select2-container--default .select2-selection--single .select2-selection__arrow {
	background: url('/assets/images/tpr/images/arrow-dark.svg') 0 0 no-repeat;
	display: inline-block;
	background-size: contain;
	width: 14px;
	height: 14px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background-position: 50% 50%;
}

.select--popup.is-open .select2-container--default .select2-selection--single .select2-selection__arrow {
	transform: translateY(-50%) rotate(180deg);
	top: 50%;
}

/* ------------------------------------------------------------ *\
	List popups
\* ------------------------------------------------------------ */
.list-popups {
	justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
	.list-popups {
		display: flex;
		min-width: 600px;
		justify-content: flex-start;
	}

	.list-popups li + li {
		margin: 0 0 0 20px;
	}
}


/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

.table-alt tr {
    transition: scale .3s;
}

.table-alt .is-filtered {
	position: absolute;
	scale: 0 0;
}

/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */

.card.is-filtered {
	position: absolute;
	scale: 0 0;
}
