.csssize {
	height: 8750px
}

.t-body {
	margin: 0
}

#allrecords {
	-webkit-font-smoothing: antialiased;
	background-color: none
}

#allrecords a {
	color: white;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none
}

#allrecords a,
#allrecords button,
#allrecords .t-radio,
#allrecords .t-checkbox,
#allrecords .t-img-select {
	outline: none
}

#allrecords a:focus-visible,
#allrecords button:focus-visible,
#allrecords .t-focusable,
#allrecords .t-focusable .t-btn,
#allrecords .t-focusable .t-btntext,
#allrecords .t-img-select:focus-visible+.t-img-select__indicator,
#allrecords .t-img-select:focus-visible+.t-img-select__indicator:after,
#allrecords .t-radio:focus-visible+.t-radio__indicator,
#allrecords .t-checkbox:focus-visible+.t-checkbox__indicator {
	outline-color: #2015FF;
	outline-offset: 4px;
	outline-style: auto
}

#allrecords .t-descr a:focus-visible,
#allrecords .t-sociallinks a:focus-visible,
#allrecords .ya-share2__link:focus-visible {
	outline-offset: 2px
}

#allrecords a[href^=tel] {
	color: inherit;
	text-decoration: none
}

#allrecords ol {
	padding-left: 22px
}

#allrecords ul {
	/*padding-left: 20px*/
}

#allrecords b,
#allrecords strong {
	font-weight: 700
}

@media print {

	body,
	html {
		min-width: 1200px;
		max-width: 1200px;
		padding: 0;
		margin: 0 auto;
		border: none
	}
}

.t-records {
	-webkit-font_smoothing: antialiased;
	background-color: none
}

.t-records a {
	color: #ff8562;
	text-decoration: none
}

.t-records a[href^=tel] {
	color: inherit;
	text-decoration: none
}

.t-records ol {
	padding-left: 22px;
	margin-top: 0;
	margin-bottom: 10px
}

.t-records ul {
	//*padding-left: 20px;*/
	margin-top: 0;
	margin-bottom: 10px
}

.t-mbfix {
	opacity: .01;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	position: fixed;
	width: 100%;
	height: 500px;
	background-color: white;
	top: 0;
	left: 0;
	z-index: 10000;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease
}

.t-mbfix_hide {
	-webkit-transform: translateX(3000px);
	-ms-transform: translateX(3000px);
	transform: translateX(3000px)
}

img:not([src]) {
	visibility: hidden
}

.t-body_scroll-locked {
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.r_anim {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s
}

.r_hidden {
	opacity: 0
}

.r_showed {
	opacity: 1
}

.t-text {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 300;
	color: #000000
}

.t-text_xs {
	font-size: 15px;
	line-height: 1.55
}

.t-text_sm {
	font-size: 18px;
	line-height: 1.55
}

.t-text_md {
	font-size: 20px;
	line-height: 1.55
}

.t-name {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 600;
	color: #000000
}

.t-name_xs {
	font-size: 16px;
	line-height: 1.35
}

.t-name_md {
	font-size: 20px;
	line-height: 1.35
}

.t-name_lg {
	font-size: 22px;
	line-height: 1.35
}

.t-name_xl {
	font-size: 24px;
	line-height: 1.35
}

.t-heading {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 600;
	color: #000000
}

.t-title {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 600;
	color: #000000
}

.t-title_xs {
	font-size: 42px;
	line-height: 1.23
}

.t-title_lg {
	font-size: 64px;
	line-height: 1.23
}

.t-title_xl {
	font-size: 72px;
	line-height: 1.17
}

.t-descr {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 300;
	color: #000000
}

.t-descr_xxs {
	font-size: 14px;
	line-height: 1.55
}

.t-descr_xs {
	font-size: 16px;
	line-height: 1.55
}

.t-descr_sm {
	font-size: 18px;
	line-height: 1.55
}

.t-descr_md {
	font-size: 20px;
	line-height: 1.55
}

.t-descr_xl {
	font-size: 24px;
	line-height: 1.5
}

.t-descr_xxxl {
	font-size: 30px;
	line-height: 1.45;
	letter-spacing: .45
}

.t-uptitle {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 600;
	color: #000000;
	letter-spacing: 2.5px
}

.t-uptitle_sm {
	font-size: 14px
}

.t-btn {
	display: inline-block;
	font-family: 'Roboto', Arial, sans-serif;
	border: 0 none;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	font-weight: 700;
	background-image: none;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.t-btn td {
	vertical-align: middle
}

.t-btn_sending {
	opacity: .5
}

.t-btn_sm {
	height: 45px;
	font-size: 14px;
	padding-left: 30px;
	padding-right: 30px
}

.t-btn_md {
	height: 60px;
	font-size: 16px;
	padding-left: 60px;
	padding-right: 60px
}

.t-opacity_70 {
	filter: alpha(opacity=70);
	KHTMLOpacity: .7;
	MozOpacity: .7;
	opacity: .7
}

.t-align_center {
	text-align: center
}

.t-align_left {
	text-align: left
}

.t-margin_auto {
	margin-left: auto;
	margin-right: auto
}

.t-valign_middle {
	vertical-align: middle
}

.t-valign_top {
	vertical-align: top
}

.t-valign_bottom {
	vertical-align: bottom
}

.t-submit {
	font-family: 'Roboto', Arial, sans-serif
}

.t-input {
	font-family: 'Roboto', Arial, sans-serif
}

.t-input__vis-ph {
	font-family: 'Roboto', Arial, sans-serif
}

.t-select {
	font-family: 'Roboto', Arial, sans-serif
}

.t-input-error {
	font-family: 'Roboto', Arial, sans-serif
}

.t-form__errorbox-wrapper {
	font-family: 'Roboto', Arial, sans-serif
}

.t-form__errorbox-text {
	font-family: 'Roboto', Arial, sans-serif
}

.t-form__errorbox-item {
	font-family: 'Roboto', Arial, sans-serif
}

.t-form__successbox {
	font-family: 'Roboto', Arial, sans-serif
}

.t-rec_pt_0 {
	padding-top: 0
}

.t-rec_pt_15 {
	padding-top: 15px
}

.t-rec_pt_30 {
	padding-top: 30px
}

.t-rec_pt_45 {
	padding-top: 45px
}

.t-rec_pt_60 {
	padding-top: 60px
}

.t-rec_pt_75 {
	padding-top: 75px
}

.t-rec_pt_90 {
	padding-top: 90px
}

.t-rec_pt_135 {
	padding-top: 135px
}

.t-rec_pt_150 {
	padding-top: 150px
}

.t-rec_pb_0 {
	padding-bottom: 0
}

.t-rec_pb_15 {
	padding-bottom: 15px
}

.t-rec_pb_30 {
	padding-bottom: 30px
}

.t-rec_pb_45 {
	padding-bottom: 45px
}

.t-rec_pb_60 {
	padding-bottom: 60px
}

.t-rec_pb_75 {
	padding-bottom: 75px
}

.t-rec_pb_90 {
	padding-bottom: 90px
}

.t-rec_pb_135 {
	padding-bottom: 135px
}

.t-rec_pb_150 {
	padding-bottom: 150px
}

@media screen and (max-width:1200px) {
	.t-text_xs {
		font-size: 14px
	}

	.t-text_sm {
		font-size: 16px
	}

	.t-text_md {
		font-size: 18px
	}

	.t-descr_xxs {
		font-size: 12px
	}

	.t-descr_xs {
		font-size: 14px
	}

	.t-descr_sm {
		font-size: 16px
	}

	.t-descr_md {
		font-size: 18px
	}

	.t-descr_xl {
		font-size: 22px
	}

	.t-descr_xxxl {
		font-size: 26px
	}

	.t-title_xs {
		font-size: 38px
	}

	.t-title_lg {
		font-size: 60px
	}

	.t-title_xl {
		font-size: 68px
	}

	.t-name_xs {
		font-size: 14px
	}

	.t-name_md {
		font-size: 18px
	}

	.t-name_lg {
		font-size: 20px
	}

	.t-name_xl {
		font-size: 22px
	}
}

@media screen and (max-width:640px) {
	.t-text_xs {
		font-size: 12px;
		line-height: 1.45
	}

	.t-text_sm {
		font-size: 14px;
		line-height: 1.45
	}

	.t-text_md {
		font-size: 16px;
		line-height: 1.45
	}

	.t-descr_xs {
		font-size: 12px;
		line-height: 1.45
	}

	.t-descr_sm {
		font-size: 14px;
		line-height: 1.45
	}

	.t-descr_md {
		font-size: 16px;
		line-height: 1.45
	}

	.t-descr_xl {
		font-size: 20px;
		line-height: 1.4
	}

	.t-descr_xxxl {
		font-size: 22px
	}

	.t-uptitle_sm {
		font-size: 10px
	}

	.t-title_xs {
		font-size: 30px
	}

	.t-title_lg {
		font-size: 30px
	}

	.t-title_xl {
		font-size: 32px
	}

	.t-name_xs {
		font-size: 12px
	}

	.t-name_md {
		font-size: 16px
	}

	.t-name_lg {
		font-size: 18px
	}

	.t-name_xl {
		font-size: 20px
	}

	.t-btn {
		white-space: normal
	}

	.t-btn_sm {
		padding-left: 20px;
		padding-right: 20px
	}

	.t-btn_md {
		padding-left: 30px;
		padding-right: 30px
	}
}

@media screen and (max-width:480px) {
	.t-title_xl {
		font-size: 30px
	}

	.t-rec_pt_0 {
		padding-top: 0
	}

	.t-rec_pt_15 {
		padding-top: 15px
	}

	.t-rec_pt_30 {
		padding-top: 30px
	}

	.t-rec_pt_45 {
		padding-top: 45px
	}

	.t-rec_pt_60 {
		padding-top: 60px
	}

	.t-rec_pt_75 {
		padding-top: 75px
	}

	.t-rec_pt_90 {
		padding-top: 90px
	}

	.t-rec_pt_135 {
		padding-top: 90px !important
	}

	.t-rec_pt_150 {
		padding-top: 90px !important
	}

	.t-rec_pb_0 {
		padding-bottom: 0
	}

	.t-rec_pb_15 {
		padding-bottom: 15px
	}

	.t-rec_pb_30 {
		padding-bottom: 30px
	}

	.t-rec_pb_45 {
		padding-bottom: 45px
	}

	.t-rec_pb_60 {
		padding-bottom: 60px
	}

	.t-rec_pb_75 {
		padding-bottom: 75px
	}

	.t-rec_pb_90 {
		padding-bottom: 90px
	}

	.t-rec_pb_135 {
		padding-bottom: 90px !important
	}

	.t-rec_pb_150 {
		padding-bottom: 90px !important
	}

	.t-btn_sm {
		height: 50px
	}
}

.t-menusub__menu {
	display: none
}

.t454__imglogo {
	height: auto;
	display: block
}

.t454__linewrapper {
	position: absolute;
	bottom: 0;
	width: 100%
}

.t454__horizontalline {
	margin: 0;
	border: 0;
	background-color: #C2C2C2;
	height: 1px;
	right: 0;
	bottom: 0;
	margin: 0 40px 0 40px
}

.t454__leftmenuwrapper,
.t454__rightmenuwrapper {
	display: inline-table;
	height: 100%;
	vertical-align: middle
}

.t454__leftmenuwrapper .t454__list,
.t454__rightmenuwrapper .t454__list {
	display: table-cell;
	vertical-align: middle
}

.t454__logowrapper {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: table;
	height: inherit;
	z-index: 100
}

.t454__logowrapper2 {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 100
}

.t454__logowrapper2 a {
	display: inline-block
}

.t454__imglogo {
	max-width: 300px
}

.t454__leftwrapper,
.t454__rightwrapper {
	width: 50%;
	box-sizing: border-box;
	position: absolute;
	height: 100%
}

.t454__leftwrapper {
	text-align: right;
	padding-right: 200px;
	padding-left: 40px;
	left: 0
}

.t454__rightwrapper {
	text-align: left;
	padding-left: 200px;
	padding-right: 40px;
	right: 0
}

@media screen and (max-width:1200px) {
	.t454__leftwrapper {
		padding-left: 20px
	}

	.t454__rightwrapper {
		padding-right: 20px
	}
}

.t454 {
	width: 100%;
	height: 80px;
	z-index: 990;
	position: fixed;
	top: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
	transition: background-color 300ms linear
}

.t454__beforeready {
	visibility: hidden
}

.t454 ul {
	margin: 0
}

.t454__maincontainer {
	width: 100%;
	height: 80px;
	display: table;
	position: relative
}

.t454__maincontainer.t454__c12collumns {
	max-width: 1200px;
	margin: 0 auto
}

.t454__logo {
	display: inline-block;
	font-size: 24px;
	font-weight: 400;
	white-space: nowrap
}

.t454__list {
	list-style-type: none;
	margin: 0;
	padding: 0 !important
}

.t454__list_item {
	clear: both;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
	color: #000000;
	white-space: nowrap
}

.t454__list_item .t-active {
	opacity: .7
}

.t454__list_item:first-child {
	padding-left: 0
}

.t454__list_item:last-child {
	padding-right: 0
}

.t454 a,
#allrecords .t454 a {
	text-decoration: none;
	color: #000000
}

.t454.t454__positionabsolute {
	position: absolute
}

.t454.t454__positionfixed {
	position: fixed
}

.t454.t454__positionstatic {
	position: static
}

.t454__mobile {
	display: none
}

@media screen and (max-width:980px) {
	.t454__linewrapper {
		display: none
	}

	.t454 {
		position: static;
		text-align: center;
		display: block;
		margin: 0;
		padding: 0;
		height: auto !important
	}

	.t454__maincontainer {
		padding: 20px 0 40px 0
	}

	.t454.t454__positionabsolute,
	.t454.t454__positionfixed,
	.t454.t454__positionstatic {
		position: static
	}

	.t454__imglogo {
		width: auto;
		box-sizing: border-box;
		margin: 0 auto;
		max-width: 100% !important
	}

	.t454__imglogomobile.t454__imglogo {
		max-width: 100% !important
	}

	.t454__rightcontainer {
		display: table;
		position: static;
		float: none;
		text-align: center;
		margin: 0 auto
	}

	.t454__leftmenuwrapper,
	.t454__rightmenuwrapper,
	.t454__leftwrapper,
	.t454__rightwrapper {
		height: initial
	}

	.t454__logo {
		text-align: center;
		margin: 20px
	}

	.t454 img {
		float: inherit
	}

	.t454 .t454__list_item {
		display: block;
		text-align: center;
		padding: 10px !important;
		white-space: normal
	}

	.t454__logo {
		white-space: normal;
		padding: 0
	}

	.t454__logowrapper {
		position: static;
		display: table;
		width: fit-content;
		margin-left: 12px;
		box-sizing: border-box;
		-webkit-transform: none;
		transform: none
	}

	.t454__logowrapper2 {
		display: block;
		position: static
	}

	.t454__leftwrapper,
	.t454__rightwrapper,
	.rightmenuwrapper {
		position: static;
		padding: 0 !important;
		width: 100%
	}

	.t454__rightmenuwrapper,
	.t454__leftmenuwrapper,
	.t454__leftmenuwrapper .t454__list,
	.t454__rightmenuwrapper .t454__list {
		display: block
	}
}

.t001__wrapper {
	padding-top: 42px;
	padding-bottom: 42px
}

.t001__uptitle {
	padding-top: 30px;
	padding-bottom: 60px;
	color: #ffffff
}

.t001__title {
	padding: 24px 0 38px 0;
	letter-spacing: .5px;
	color: #fff
}

.t001__descr {
	padding: 0 0 30px 0;
	color: #fff
}

.t001__descr_center {
	max-width: 700px;
	margin: 0 auto
}

.t001__descr_center a:not([style]) {
	color: #fff !important
}

.t001__descr_center a {
	font-weight: 600
}

@media screen and (max-width:640px) {
	.t001__title {
		padding-right: 10px;
		padding-left: 10px
	}

	.t001__uptitle {
		padding-right: 10px;
		padding-left: 10px
	}

	.t001__descr {
		padding-right: 10px;
		padding-left: 10px;
		font-size: 14px;
		line-height: 20px
	}
}

.t795__title {
	margin-bottom: 40px
}

.t795__descr {
	max-width: 560px
}

.t208__wrapper {
	display: table;
	padding-top: 120px;
	padding-bottom: 120px
}

.t208__textwrapper {
	display: block;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: left
}

.t208__text {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff
}

@media screen and (max-width:720px) {
	.t208__textwrapper {
		margin: 0;
		padding: 0;
	}
}

.t920 .t-section__topwrapper {
	margin-bottom: 105px
}

.t920 .t-section__title {
	margin-bottom: 40px
}

.t920 .t-section__descr {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto
}

.t920 .t-section__bottomwrapper {
	margin-top: 105px
}

.t920__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#allrecords .t920__container {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.t920__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.t920__container li ul {
	list-style-type: disc
}

.t920 .t-list__item:first-child {
	margin-top: 0 !important
}

.t920__wrapperleft {
	padding-left: 0;
	padding-right: 0
}

.t920__offset {
	height: 1px
}

.t920__row {
	display: inline;
	float: left;
	width: 100%
}

.t920__wrapper {
	padding-left: 110px
}

.t920__bottommargin_sm {
	margin-bottom: 4px
}

.t920__bottommargin_lg {
	margin-bottom: 18px
}

@media screen and (max-width:960px) {
	.t920 .t-section__bottomwrapper {
		margin-top: 45px
	}

	.t920 .t-section__topwrapper {
		margin-bottom: 45px
	}

	.t920 .t-section__title {
		margin-bottom: 20px
	}

	.t920__container {
		font-size: 0
	}

	.t920 .t-list__item {
		margin-top: 45px !important
	}
}

.t920__wrapper {
	position: relative
}

.t920__title {
	z-index: 2;
	position: relative;
	font-weight: 700;
	padding-top: 65px;
	padding-bottom: 10px
}

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

.t920__symbol {
	position: absolute;
	z-index: 1;
	line-height: 150px;
	left: 0;
	right: 0;
	top: 0;
	font-size: 200px;
	font-family: sans-serif;
	font-weight: 700;
	color: rgba(230, 230, 230, .7);
	opacity: .6;
	user-select: none
}

.t090 svg polygon {
	fill: #000000
}

.t090__outer {
	padding: 20px 0;
	border-top: 4px solid #000000;
	border-left: 0
}

.t090__text {
	margin: 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 36px
}

.t090__img {
	position: relative;
	width: 80px;
	height: 80px;
	margin-right: 20px;
	float: left;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%
}

.t090__author {
	position: relative;
	width: 500px;
	float: left
}

.t090__autor-title {
	margin-top: 15px;
	margin-bottom: 3px;
	padding-left: 100px;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px
}

.t090__autor-descr {
	padding-left: 100px;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 20px
}

.t090__autor-title2 {
	margin-top: 10px;
	margin-bottom: 7px;
	padding-left: 40px;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px
}

.t090__autor-descr2 {
	padding-left: 40px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px
}

@media screen and (max-width:640px) {
	.t090 .t-col_10 {
		max-width: 94%;
		width: 98%
	}

	.t090__author {
		width: 295px
	}

	.t090__autor-title,
	.t090__autor-title2 {
		margin-top: 13px;
		line-height: 20px
	}
}

.t660__container_indent {
	padding: 0 40px 0 40px;
	box-sizing: border-box
}

.t660__row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box
}

.t660__row_indent-10px {
	padding: 0 10px 10px 10px
}

.t660__row_indent-20px {
	padding: 0 20px 20px 20px
}

.t660__row_indent-40px {
	padding: 0 40px 40px 40px
}

.t660__row_indent-10px:first-child {
	padding-top: 10px
}

.t660__row_indent-20px:first-child {
	padding-top: 20px
}

.t660__row_indent-40px:first-child {
	padding-top: 40px
}

.t660_no-bottom-indent .t660__row:last-child {
	padding-bottom: 0px !important
}

.t-container .t660__row {
	padding-right: 20px;
	padding-left: 20px
}

.t660__container_indent .t660__row {
	padding-right: 0px !important;
	padding-left: 0px !important
}

.t660__tile {
	display: inline-block;
	box-sizing: border-box
}

.t660__tile_sm {
	width: 33.33%
}

.t660__tile_md {
	width: 50%
}

.t660__tile_lg {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 66.66%
}

.t660__tile_xl {
	width: 100%
}

.t660__tile_sm .t660__bgimg,
.t660__tile_md .t660__bgimg {
	padding-bottom: 100%
}

.t660__tile_lg .t660__bgimg {
	flex: 1
}

.t660__tile_xl .t660__bgimg {
	padding-bottom: 65%
}

.t660__row_indent-10px .t660__bgimg_wrapper:first-child {
	margin-bottom: 10px
}

.t660__row_indent-10px .t660__tile_sm_left {
	padding-right: 7px
}

.t660__row_indent-10px .t660__tile_lg_right {
	padding-left: 3px
}

.t660__row_indent-10px .t660__tile_lg_left {
	padding-right: 3px
}

.t660__row_indent-10px .t660__tile_sm_right {
	padding-left: 7px
}

.t660__row_indent-10px .t660__tile_md_left {
	padding-right: 5px
}

.t660__row_indent-10px .t660__tile_md_right {
	padding-left: 5px
}

.t660__row_indent-20px .t660__bgimg_wrapper:first-child {
	margin-bottom: 20px
}

.t660__row_indent-20px .t660__tile_sm_left {
	padding-right: 13px
}

.t660__row_indent-20px .t660__tile_lg_right {
	padding-left: 7px
}

.t660__row_indent-20px .t660__tile_lg_left {
	padding-right: 7px
}

.t660__row_indent-20px .t660__tile_sm_right {
	padding-left: 13px
}

.t660__row_indent-20px .t660__tile_md_left {
	padding-right: 10px
}

.t660__row_indent-20px .t660__tile_md_right {
	padding-left: 10px
}

.t660__row_indent-40px .t660__bgimg_wrapper:first-child {
	margin-bottom: 40px
}

.t660__row_indent-40px .t660__tile_sm_left {
	padding-right: 26px
}

.t660__row_indent-40px .t660__tile_lg_right {
	padding-left: 14px
}

.t660__row_indent-40px .t660__tile_lg_left {
	padding-right: 14px
}

.t660__row_indent-40px .t660__tile_sm_right {
	padding-left: 26px
}

.t660__row_indent-40px .t660__tile_md_left {
	padding-right: 20px
}

.t660__row_indent-40px .t660__tile_md_right {
	padding-left: 20px
}

@media screen and (max-width:1200px) {
	.t-container .t660__row {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media screen and (max-width:960px) {

	.t660__container_indent,
	.t-container .t660__row {
		padding-right: 20px;
		padding-left: 20px
	}

	.t660__row_indent-20px {
		padding: 0 10px 10px 10px
	}

	.t660__row_indent-40px {
		padding: 0 20px 20px 20px
	}

	.t660__row_indent-20px:first-child {
		padding-top: 10px
	}

	.t660__row_indent-40px:first-child {
		padding-top: 20px
	}

	.t660__row_indent-20px .t660__bgimg_wrapper:first-child {
		margin-bottom: 10px
	}

	.t660__row_indent-20px .t660__tile_sm_left {
		padding-right: 7px
	}

	.t660__row_indent-20px .t660__tile_lg_right {
		padding-left: 3px
	}

	.t660__row_indent-20px .t660__tile_lg_left {
		padding-right: 3px
	}

	.t660__row_indent-20px .t660__tile_sm_right {
		padding-left: 7px
	}

	.t660__row_indent-20px .t660__tile_md_left {
		padding-right: 5px
	}

	.t660__row_indent-20px .t660__tile_md_right {
		padding-left: 5px
	}

	.t660__row_indent-40px .t660__bgimg_wrapper:first-child {
		margin-bottom: 20px
	}

	.t660__row_indent-40px .t660__tile_sm_left {
		padding-right: 13px
	}

	.t660__row_indent-40px .t660__tile_lg_right {
		padding-left: 7px
	}

	.t660__row_indent-40px .t660__tile_lg_left {
		padding-right: 7px
	}

	.t660__row_indent-40px .t660__tile_sm_right {
		padding-left: 13px
	}

	.t660__row_indent-40px .t660__tile_md_left {
		padding-right: 10px
	}

	.t660__row_indent-40px .t660__tile_md_right {
		padding-left: 10px
	}
}

.t368 .t-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.t368__vmiddle {
	margin-top: auto;
	margin-bottom: auto
}

.t368__vtop {
	margin-bottom: auto
}

.t368__vbottom {
	margin-top: auto
}

.t368__left {
	text-align: left
}

.t368__center {
	text-align: center
}

.t368__right {
	text-align: right
}

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

.t368__text {
	padding-top: 12px;
	color: #777
}

.t368 .t-video-lazyload {
	background-color: #000000
}

.t368__error-screen {
	width: 100%;
	height: 100%;
	margin: 32px 0
}

.t368__error-screen__text {
	color: red;
	font-size: 14px
}

@media screen and (max-width:640px) {
	.t368 .t-container {
		display: -webkit-block;
		display: block
	}

	.t368__col {
		margin-bottom: 40px
	}
}

.t944__buttonwrapper_indent {
	margin-left: 40px;
	margin-right: 40px
}

.t944 .t944__btn {
	height: initial;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: normal
}

#allrecords a.t944__btn {
	color: #ffffff
}

.t944__btn-icon {
	white-space: nowrap
}

.t944__btn {
	font-size: 24px;
	padding: 15px 50px;
	line-height: 1.5;
	min-height: 80px;
	background-color: #1f5bff
}

.t944__btn_sm {
	padding: 15px 30px;
	font-size: 18px;
	min-height: 50px
}

.t944__btn_lg {
	padding: 40px 70px;
	font-size: 24px;
	min-height: 120px
}

.t944__btn_xl {
	padding: 50px 90px;
	font-size: 30px;
	min-height: 145px
}

.t944__btn_xxl {
	padding: 50px 110px;
	font-size: 36px;
	min-height: 160px
}

.t944__arrow {
	flex-shrink: 0;
	width: 16px;
	height: 16px
}

.t944__arrow_sm {
	width: 12px;
	height: 12px
}

.t944__arrow_lg {
	width: 18px;
	height: 18px
}

.t944__arrow_xl {
	width: 22px;
	height: 22px
}

.t944__arrow_xxl {
	width: 26px;
	height: 26px
}

@media screen and (max-width:960px) {
	.t944__buttonwrapper_indent {
		margin-left: 20px;
		margin-right: 20px
	}

	.t944__btn {
		font-size: 18px;
		padding: 15px;
		line-height: 1.5;
		min-height: 60px
	}

	.t944__btn_sm {
		padding: 10px 10px;
		font-size: 16px;
		min-height: 50px
	}

	.t944__btn_lg {
		padding: 20px 40px;
		font-size: 22px;
		min-height: 80px
	}

	.t944__btn_xl {
		padding: 30px 60px;
		font-size: 26px;
		min-height: 100px
	}

	.t944__btn_xxl {
		padding: 40px 80px;
		font-size: 30px;
		min-height: 120px
	}

	.t944__arrow {
		width: 12px;
		height: 12px
	}

	.t944__arrow_sm {
		width: 10px;
		height: 10px
	}

	.t944__arrow_lg {
		width: 16px;
		height: 16px
	}

	.t944__arrow_xl {
		width: 18px;
		height: 18px
	}

	.t944__arrow_xxl {
		width: 22px;
		height: 22px
	}
}

@media screen and (max-width:640px) {
	.t944__btn {
		font-size: 14px;
		padding: 10px 15px;
		line-height: 1.5;
		min-height: 50px
	}

	.t944__btn_sm {
		padding: 8px 10px;
		font-size: 12px;
		min-height: 40px
	}

	.t944__btn_lg {
		padding: 15px 20px;
		font-size: 16px;
		min-height: 60px
	}

	.t944__btn_xl {
		padding: 15px 30px;
		font-size: 18px;
		min-height: 70px
	}

	.t944__btn_xxl {
		padding: 20px 40px;
		font-size: 20px;
		min-height: 80px
	}

	.t944__arrow {
		width: 10px;
		height: 10px
	}

	.t944__arrow_sm {
		width: 8px;
		height: 8px
	}

	.t944__arrow_lg {
		width: 11px;
		height: 11px
	}

	.t944__arrow_xl {
		width: 12px;
		height: 12px
	}

	.t944__arrow_xxl {
		width: 14px;
		height: 14px
	}
}

.t612 .t-section__topwrapper {
	margin-bottom: 105px
}

.t612 .t-section__title {
	margin-bottom: 40px
}

.t612 .t-section__descr {
	max-width: 560px
}

.t612__width_25 {
	width: 25%
}

.t612__width_33 {
	width: 33.33%;
	width: calc(100%/3)
}

.t612__width_50 {
	width: 50%
}

.t612__width_100 {
	width: 100%
}

.t612__wrapper {
	overflow: hidden;
	border-radius: 9px;
	border: 1px solid #eee
}

.t612__header {
	border-bottom: 1px solid #eee
}

.t612__left,
.t612__col {
	display: table-cell;
	overflow: hidden
}

.t612__left {
	width: 200px;
	min-width: 200px
}

.t612__col {
	border-left: 1px solid #eee
}

.t612__title {
	padding: 25px 20px
}

.t612__middle_item {
	border-bottom: 1px solid #eee;
	display: table;
	width: 100%;
	table-layout: fixed
}

.t612__middle_item:last-child {
	border-bottom: none !important
}

.t612 svg {
	display: block
}

.t612 .t-align_center svg {
	margin: 0 auto
}

.t612__header {
	display: table;
	width: 100%;
	table-layout: fixed
}

.t612__bottom {
	border-top: 1px solid #eee;
	display: table;
	width: 100%;
	table-layout: fixed
}

.t612__buttonwrapper {
	padding: 28px 20px
}

.t612__img {
	max-width: 40px
}

@media screen and (max-width:960px) {
	.t612 .t-section__topwrapper {
		margin-bottom: 25px
	}

	.t612 .t-section__title {
		margin-bottom: 20px
	}

	.t612__container {
		overflow-x: scroll
	}

	.t612__content.t-col_12 {
		width: 940px;
		max-width: 940px;
		padding: 0
	}

	.t612__content.t-col_11 {
		width: 860px;
		max-width: 860px;
		padding: 0
	}

	.t612__content.t-col_10 {
		width: 780px;
		max-width: 780px;
		padding: 0
	}

	.t612__content.t-col_9 {
		width: 700px;
		max-width: 700px;
		padding: 0
	}

	.t612__content.t-col_8 {
		width: 620px;
		max-width: 620px;
		padding: 0
	}

	.t612__content.t-col_7 {
		width: 540px;
		max-width: 540px;
		padding: 0
	}

	.t612__content.t-col_6 {
		width: 460px;
		max-width: 460px;
		padding: 0
	}

	.t612__content.t-col_5 {
		padding: 0
	}

	.t612__mobile {
		padding: 0 20px
	}
}

.t015 {
	box-sizing: border-box
}

.t015__title {
	padding-top: 8px;
	padding-bottom: 3px
}

.t015__uptitle {
	padding-top: 10px;
	padding-bottom: 40px
}

.t015__descr {
	padding: 41px 0 0 0
}

.t1069 .t-section__topwrapper {
	margin-bottom: 105px
}

.t1069 .t-section__title {
	margin-bottom: 40px
}

.t1069 .t-section__descr {
	max-width: 560px
}

.t1069 .t-card__title {
	margin-bottom: 10px
}

.t1069 .t-card__uptitle {
	color: #777;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto
}

.t1069__price {
	margin-top: 30px
}

.t1069 .t-card__descr {
	margin-top: 25px
}

.t1069 .t-card__btn {
	margin-top: 30px;
	display: inline-flex;
	display: -webkit-inline-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	max-width: 100%
}

.t1069__btn-title {
	white-space: normal
}

.t1069 .t-card__descr ul {
	padding-left: 0 !important;
	margin-bottom: 0;
	list-style: none
}

.t1069 .t-card__descr li {
	padding: 10px
}

.t1069__content {
	width: 100%;
	padding: 40px 30px;
	box-sizing: border-box
}

.t1069__withfeatured .t1069__featured .t1069__content {
	padding-top: 55px;
	padding-bottom: 55px
}

.t1069__withfeatured .t1069__col {
	padding-top: 15px
}

.t1069__withfeatured .t1069__featured {
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 10px;
	margin-left: 10px
}

.t1069__withfeatured .t1069__featured.t-col_4 {
	max-width: 380px
}

.t1069__withfeatured .t1069__featured.t-col_3 {
	max-width: 280px
}

.t1069__withfeatured .t1069__featured.t-col_6 {
	max-width: 580px
}

.t1069__row {
	display: -webkit-flex;
	display: flex
}

.t1069 .t-col {
	display: inline-block;
	float: none
}

.t1069__separator {
	margin-bottom: 40px
}

@media screen and (max-width:1200px) {
	.t1069__withfeatured .t1069__featured.t-col_4 {
		max-width: 300px
	}

	.t1069__withfeatured .t1069__featured.t-col_3 {
		max-width: 220px
	}

	.t1069__withfeatured .t1069__featured.t-col_6 {
		max-width: 460px
	}

	.t1069__separator {
		margin-bottom: 20px
	}
}

@media screen and (max-width:960px) {
	.t1069 .t-section__topwrapper {
		margin-bottom: 30px
	}

	.t1069 .t-section__title {
		margin-bottom: 20px
	}

	.t1069__withfeatured .t1069__featured.t1069__col {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0
	}

	.t1069__withfeatured .t1069__col {
		padding-top: 0
	}

	.t1069__col {
		margin-bottom: 35px
	}

	.t1069__row:last-child .t1069__col:last-child {
		margin-bottom: 0
	}

	.t1069__row {
		display: block
	}

	.t1069__separator {
		margin-bottom: 0 !important
	}
}

.t563 .t-section__topwrapper {
	margin-bottom: 105px
}

.t563 .t-section__title {
	margin-bottom: 40px
}

.t563 .t-section__descr {
	max-width: 760px
}

.t563 .t-section__bottomwrapper {
	margin-top: 65px
}

.t563__numberwrapper {
	position: relative
}

.t563__number {
	position: relative;
	z-index: 1;
	width: 34px;
	height: 34px;
	background-color: #222;
	border-radius: 100%;
	border: 2px solid #fff
}

.t563__digit {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff
}

.t563__line {
	position: absolute;
	top: 50%;
	left: 0;
	right: -40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #222;
	height: 2px
}

.t563__col:first-child .t563__line {
	left: 2px
}

.t563__col:last-child .t563__line {
	display: none
}

.t563__title {
	margin-top: 20px
}

.t563__text {
	margin-top: 16px
}

@media screen and (min-width:960px) {
	.t563__textwrapper {
		padding-left: 0 !important
	}
}

@media screen and (max-width:960px) {
	.t563__col:last-child {
		margin-bottom: 0
	}

	.t563__line {
		display: none
	}

	.t563__line_mobile {
		position: absolute;
		left: 50%;
		top: 0;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: #1f5bff;
		width: 2px
	}

	.t563__col:last-child .t563__line_mobile {
		display: none
	}

	.t563__textwrapper {
		padding-left: 22px
	}

	.t563__numberwrapper,
	.t563__textwrapper {
		display: table-cell;
		vertical-align: top;
		padding-bottom: 40px
	}

	.t563__col:last-child .t563__numberwrapper,
	.t563__col:last-child .t563__textwrapper {
		padding-bottom: 0
	}

	.t563__title {
		margin-top: 0 !important
	}

	.t563__text {
		margin-top: 8px
	}

	.t563 .t-section__bottomwrapper {
		margin-top: 45px
	}

	.t563 .t-section__topwrapper {
		margin-bottom: 45px
	}

	.t563 .t-section__title {
		margin-bottom: 20px
	}
}

.t148__title {
	max-width: 480px;
	width: 100%;
	margin-bottom: 40px;
	margin-left: 50px;
	padding-top: 28px;
	padding-bottom: 28px;
	text-align: left;
	color: #fff
}

@media screen and (max-width:640px) {
	.t148__title {
		width: 90%;
		margin-bottom: 20px;
		margin-left: 20px
	}
}

.t510 .t-section__topwrapper {
	margin-bottom: 90px
}

.t510 .t-section__title {
	margin-bottom: 40px
}

.t510 .t-section__descr {
	max-width: 560px
}

.t510 .t-section__bottomwrapper {
	margin-top: 105px
}

#allrecords .t510__container {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.t510__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.t510__container li ul {
	list-style-type: disc
}

.t510 .t-list__item {
	margin-top: 55px
}

.t510 .t-list__item:first-child {
	margin-top: 0 !important
}

.t510__textwrapper {
	padding-left: 40px
}

.t510__bottommargin {
	margin-bottom: 14px
}

.t510__checkmark {
	display: block
}

.t510__circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background-color: #fff;
	color: #000;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	white-space: nowrap;
	font-size: 20px;
	overflow: hidden
}

@media screen and (max-width:960px) {
	.t510 .t-section__bottomwrapper {
		margin-top: 45px
	}

	.t510 .t-section__topwrapper {
		margin-bottom: 45px
	}

	.t510 .t-section__title {
		margin-bottom: 20px
	}

	.t510 .t-list__item {
		margin-top: 40px !important
	}

	.t510__circle {
		max-width: 40px;
		max-height: 40px;
		font-size: 18px !important
	}

	.t510__textwrapper {
		padding-left: 20px !important
	}
}

.t164__wrapper {
	padding-top: 42px;
	padding-bottom: 42px
}

.t164__text {
	padding-top: 8px;
	padding-bottom: 6px;
	color: #fff
}

.t164__descr {
	margin-top: -3px;
	padding-bottom: 16px;
	color: #fff
}

.t164__title {
	padding-bottom: 12px;
	color: #fff
}

.t164__subtitle {
	margin-top: -12px;
	padding-bottom: 14px;
	font-size: 14px;
	line-height: 28px;
	color: #fff
}

.t594 .t-section__topwrapper {
	margin-bottom: 105px
}

.t594 .t-section__title {
	margin-bottom: 40px
}

.t594 .t-section__descr {
	max-width: 560px
}

.t594 .t-section__bottomwrapper {
	margin-top: 105px
}

.t594__container:before {
	display: none
}

.t594__container {
	text-align: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center
}

.t594__item {
	padding: 20px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	margin: 0
}

.t594__item_3-in-row {
	width: 33.333%
}

.t594__item_4-in-row {
	width: 25%
}

.t594__item_5-in-row {
	width: 20%
}

.t594__item_6-in-row {
	width: 16.666%
}

.t594 .t-card__link {
	max-width: 100%;
	width: 100%;
	margin: 0 auto
}

.t594__img {
	max-width: 100%;
	width: 100%;
	margin: 0 auto
}

.t594__greyonhovercolor {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray
}

.t594__greyonhovercolor:hover,
.t594__item.t-focusable .t594__greyonhovercolor {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none
}

.t594__alphaonhover {
	opacity: .5
}

.t594__alphaonhover:hover,
.t594__item.t-focusable .t594__alphaonhover {
	opacity: 1
}

@media screen and (max-width:1200px) {
	.t594__item {
		padding: 10px
	}
}

@media screen and (max-width:960px) {
	.t594 .t-section__bottomwrapper {
		margin-top: 45px
	}

	.t594 .t-section__topwrapper {
		margin-bottom: 45px
	}

	.t594 .t-section__title {
		margin-bottom: 20px
	}

	.t594__item_4-in-row,
	.t594__item_5-in-row,
	.t594__item_6-in-row {
		width: 33.333%
	}
}

@media screen and (max-width:640px) {
	.t594__container {
		padding: 0 20px;
		box-sizing: border-box
	}
}

@media screen and (max-width:440px) {

	.t594__item_3-in-row,
	.t594__item_4-in-row,
	.t594__item_5-in-row,
	.t594__item_6-in-row {
		width: 50%
	}
}

.t982 .t-section__topwrapper {
	margin-bottom: 95px
}

.t982 .t-section__title {
	margin-bottom: 40px;
	color: #fff;
}

.t982 .t-section__descr {
	max-width: 560px;
	color: #fff
}

.t982 .t-section__bottomwrapper {
	margin-top: 105px
}

#allrecords .t982__container {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.t982__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

.t982__container li ul {
	list-style-type: disc
}

.t982__itemwrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto
}

.t982__imgwrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 400px;
	max-width: 100%;
	overflow: hidden
}

.t982__imgratio-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 133%;
	overflow: hidden
}

.t982__imgratio-wrapper.t982__imgwrapper_16-9 {
	padding-bottom: 56%
}

.t982__imgratio-wrapper.t982__imgwrapper_4-3 {
	padding-bottom: 75%
}

.t982__imgratio-wrapper.t982__imgwrapper_3-2 {
	padding-bottom: 66%
}

.t982__imgratio-wrapper.t982__imgwrapper_1-1 {
	padding-bottom: 100%
}

.t982__imgratio-wrapper.t982__imgwrapper_2-3 {
	padding-bottom: 150%
}

.t982__imgratio-wrapper.t982__imgwrapper_3-4 {
	padding-bottom: 133%
}

.t982__imgratio-wrapper.t982__imgwrapper_9-16 {
	padding-bottom: 177%
}

.t-col_3 .t982__imgwrapper {
	width: 120px
}

.t-col_4 .t982__imgwrapper {
	width: 165px
}

.t-col_8 .t982__imgwrapper {
	width: 360px
}

.t982__img {
	position: absolute;
	width: auto;
	min-width: 100%;
	min-height: 100%;
	height: 100%;
	object-fit: cover
}

.t982__infowrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 17px;
	padding-right: 0;
	padding-left: 0
}

.t-col_3 .t982__infowrapper {
	margin-left: 10px
}

.t982__persname {
	margin-bottom: 14px;
	color: #fff
}

.t982__persdescr {
	color: #7a7a7a
}

.t982__socials {
	margin-top: auto;
	padding-top: 20px;
	color: #fff
}

.t982__socials a {
	display: inline-block;
	margin-top: 10px
}

#allrecords .t982__socials a {
	color: inherit
}

.t982 .t-list__item {
	margin-top: 100px
}

.t982 .t-list__container_inrow1 .t-list__item:first-child,
.t982 .t-list__container_inrow2 .t-list__item:nth-child(-n+2),
.t982 .t-list__container_inrow3 .t-list__item:nth-child(-n+3),
.t982 .t-list__container_inrow4 .t-list__item:nth-child(-n+4) {
	margin-top: 0 !important
}

.t982 .t-persons-social-links__item a {
	display: inline-block
}

@media screen and (max-width:960px) {
	.t982 .t-section__bottomwrapper {
		margin-top: 45px
	}

	.t982 .t-section__topwrapper {
		margin-bottom: 45px
	}

	.t982 .t-section__title {
		margin-bottom: 20px
	}

	.t982__container {
		font-size: 0
	}

	.t982 .t-list__item,
	.t982 .t-list__container_inrow2 .t-list__item:nth-child(-n+2),
	.t982 .t-list__container_inrow3 .t-list__item:nth-child(-n+3),
	.t982 .t-list__container_inrow4 .t-list__item:nth-child(-n+4) {
		margin-top: 45px !important
	}

	.t982 .t982__container .t-list__item:first-child,
	.t982 .t982__container:not(.t-list__container_inrow1) .t-list__item:nth-child(2) {
		margin-top: 0 !important
	}

	.t982__col-mobstyle {
		width: 50%;
		display: inline-block;
		vertical-align: top
	}

	.t982__itemwrapper {
		max-width: 360px
	}

	.t982__col .t982__imgwrapper {
		width: 360px
	}

	.t982__itemwrapper_1 .t982__imgwrapper {
		width: 360px
	}
}

@media screen and (max-width:640px) {
	.t982__col-mobstyle {
		display: block;
		width: 100%
	}

	.t982__col-mobstyle:nth-child(odd) {
		padding-left: 20px
	}

	.t982__col-mobstyle:nth-child(even) {
		padding-right: 20px
	}

	.t982__col .t982__imgwrapper {
		width: 360px
	}

	.t982__itemwrapper {
		max-width: none
	}
}

@media screen and (max-width:480px) {
	.t982__col-mobstyle {
		display: block;
		width: 100%
	}

	.t982 .t-list__item,
	.t982 .t-list__container_inrow2 .t-list__item:nth-child(-n+2),
	.t982 .t-list__container_inrow3 .t-list__item:nth-child(-n+3),
	.t982 .t-list__container_inrow4 .t-list__item:nth-child(-n+4) {
		margin-top: 60px !important
	}

	.t982 .t982__container .t-list__item:first-child,
	.t982 .t982__container:not(.t-list__container_inrow1) .t-list__item:nth-child(2) {
		margin-top: 0 !important
	}

	.t982 .t982__container:not(.t-list__container_inrow1) .t-list__item:nth-child(2) {
		margin-top: 60px !important
	}

	.t982__col-mobstyle:nth-child(odd) {
		padding-left: 20px
	}

	.t982__col-mobstyle:nth-child(even) {
		padding-right: 20px
	}

	.t982__itemwrapper {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 360px
	}

	.t982__infowrapper {
		margin-top: 26px;
		margin-left: 0
	}

	.t982__socials {
		margin-top: 16px;
		padding-top: 0
	}
}