.csssize {
	height: 8186px
}

.t-body {
	margin: 0
}

#allrecords {
	-webkit-font-smoothing: antialiased;
	background-color: none
}

#allrecords a {
	color: #ff8562;
	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: 'TildaSans', 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: 'TildaSans', 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-heading {
	font-family: 'TildaSans', Arial, sans-serif;
	font-weight: 600;
	color: #000000
}

.t-heading_lg {
	font-size: 32px;
	line-height: 1.17
}

.t-title {
	font-family: 'TildaSans', Arial, sans-serif;
	font-weight: 600;
	color: #000000
}

.t-title_xs {
	font-size: 42px;
	line-height: 1.23
}

.t-title_sm {
	font-size: 48px;
	line-height: 1.23
}

.t-title_md {
	font-size: 52px;
	line-height: 1.23
}

.t-title_lg {
	font-size: 64px;
	line-height: 1.23
}

.t-title_xxl {
	font-size: 82px;
	line-height: 1.17
}

.t-descr {
	font-family: 'TildaSans', 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-btn {
	display: inline-block;
	font-family: 'TildaSans', 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_md {
	height: 60px;
	font-size: 16px;
	padding-left: 60px;
	padding-right: 60px
}

.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_bottom {
	vertical-align: bottom
}

.t-tildalabel {
	background-color: #000;
	color: #fff;
	width: 100%;
	height: 70px;
	font-family: Arial;
	font-size: 14px
}

.t-tildalabel:hover .t-tildalabel__wrapper {
	opacity: 1
}

.t-tildalabel__wrapper {
	display: table;
	height: 30px;
	width: 270px;
	margin: 0 auto;
	padding-top: 20px;
	opacity: .4
}

.t-tildalabel__txtleft {
	display: table-cell;
	width: 120px;
	height: 30px;
	vertical-align: middle;
	text-align: right;
	padding-right: 12px;
	font-weight: 300;
	font-size: 12px
}

.t-tildalabel__wrapimg {
	display: table-cell;
	width: 30px;
	height: 30px;
	vertical-align: middle
}

.t-tildalabel__img {
	width: 30px;
	height: 30px;
	vertical-align: middle
}

.t-tildalabel__txtright {
	display: table-cell;
	width: 120px;
	height: 30px;
	vertical-align: middle;
	padding-left: 12px;
	font-weight: 500;
	letter-spacing: 2px
}

.t-tildalabel__link {
	color: #fff;
	text-decoration: none;
	vertical-align: middle
}

.t-submit {
	font-family: 'TildaSans', Arial, sans-serif
}

.t-input {
	font-family: 'TildaSans', Arial, sans-serif
}

.t-input__vis-ph {
	font-family: 'TildaSans', Arial, sans-serif
}

.t-select {
	font-family: 'TildaSans', Arial, sans-serif
}

.t-input-error {
	font-family: 'TildaSans', Arial, sans-serif
}

.t-form__errorbox-wrapper {
	font-family: 'TildaSans', Arial, sans-serif
}

.t-form__errorbox-text {
	font-family: 'TildaSans', Arial, sans-serif
}

.t-form__errorbox-item {
	font-family: 'TildaSans', Arial, sans-serif
}

.t-form__successbox {
	font-family: 'TildaSans', Arial, sans-serif
}

.t-rec_pt_0 {
	padding-top: 0
}

.t-rec_pt_15 {
	padding-top: 15px
}

.t-rec_pt_45 {
	padding-top: 45px
}

.t-rec_pb_15 {
	padding-bottom: 15px
}

.t-rec_pb_45 {
	padding-bottom: 45px
}

@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-title_xs {
		font-size: 38px
	}

	.t-title_sm {
		font-size: 44px
	}

	.t-title_md {
		font-size: 48px
	}

	.t-title_lg {
		font-size: 60px
	}

	.t-title_xxl {
		font-size: 78px
	}

	.t-name_xs {
		font-size: 14px
	}

	.t-name_md {
		font-size: 18px
	}

	.t-name_lg {
		font-size: 20px
	}

	.t-heading_lg {
		font-size: 30px
	}
}

@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-title_xs {
		font-size: 30px
	}

	.t-title_sm {
		font-size: 30px
	}

	.t-title_md {
		font-size: 30px
	}

	.t-title_lg {
		font-size: 30px
	}

	.t-title_xxl {
		font-size: 36px
	}

	.t-name_xs {
		font-size: 12px
	}

	.t-name_md {
		font-size: 16px
	}

	.t-name_lg {
		font-size: 18px
	}

	.t-heading_lg {
		font-size: 26px
	}

	.t-btn {
		white-space: normal
	}

	.t-btn_md {
		padding-left: 30px;
		padding-right: 30px
	}
}

@media screen and (max-width:480px) {
	.t-title_xxl {
		font-size: 30px
	}

	.t-rec_pt_0 {
		padding-top: 0
	}

	.t-rec_pt_15 {
		padding-top: 15px
	}

	.t-rec_pt_45 {
		padding-top: 45px
	}

	.t-rec_pb_15 {
		padding-bottom: 15px
	}

	.t-rec_pb_45 {
		padding-bottom: 45px
	}
}

.t-menusub__menu {
	display: none
}

.t456__imglogo {
	display: block;
	height: auto;
	margin-right: 30px
}

.t456__linewrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.t456__horizontalline {
	margin: 0;
	border: 0;
	background-color: #C2C2C2;
	height: 1px;
	right: 0;
	bottom: 0;
	margin: 0 40px 0 40px
}

.t456__imglogo {
	max-width: 300px
}

.t456__leftwrapper {
	display: table-cell;
	vertical-align: middle;
	padding-left: 40px
}

.t456__rightwrapper {
	display: table-cell;
	vertical-align: middle;
	padding-right: 40px;
	width: 100%
}

.t456__menualign_left {
	text-align: left
}

.t456__menualign_right {
	text-align: right
}

.t456__menualign_center {
	text-align: center
}

@media screen and (max-width:1200px) {
	.t456__leftwrapper {
		padding-left: 20px
	}

	.t456__rightwrapper {
		padding-right: 20px
	}
}

.t456 {
	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
}

.t456__beforeready {
	visibility: hidden
}

.t456 ul {
	margin: 0
}

.t456__maincontainer {
	width: 100%;
	height: 80px;
	display: table;
	position: relative
}

.t456__maincontainer.t456__c12collumns {
	max-width: 1200px;
	margin: 0 auto
}

.t456__logo {
	display: inline-block;
	font-size: 24px;
	font-weight: 400;
	white-space: nowrap;
	padding-right: 30px
}

.t456__list {
	list-style-type: none;
	margin: 0;
	padding: 0 !important
}

.t456__list_item {
	clear: both;
	font-family: 'TildaSans', Arial, sans-serif;
	font-size: 16px;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
	color: #000000;
	white-space: nowrap
}

.t456__list_item .t-active {
	opacity: .7
}

.t456__list_item:first-child {
	padding-left: 0
}

.t456__list_item:last-child {
	padding-right: 0
}

.t456 a,
#allrecords .t456 a {
	text-decoration: none;
	color: #000000
}

.t456.t456__positionabsolute {
	position: absolute
}

.t456.t456__positionfixed {
	position: fixed
}

.t456.t456__positionstatic {
	position: static
}

.t456__mobile {
	display: none
}

@media screen and (max-width:980px) {
	.t456__linewrapper {
		display: none
	}

	.t456 {
		position: static;
		text-align: center;
		display: block;
		margin: 0;
		padding: 0;
		height: auto !important
	}

	.t456.t456__positionabsolute,
	.t456.t456__positionfixed,
	.t456.t456__positionstatic {
		position: relative
	}

	.t456__imglogo {
		width: auto !important;
		box-sizing: border-box;
		padding: 20px;
		margin: 0 auto
	}

	.t456__imglogomobile.t456__imglogo {
		width: 100% !important
	}

	.t456__logo {
		text-align: center;
		margin: 20px
	}

	.t456 img {
		float: inherit
	}

	.t456 .t456__list_item {
		display: block;
		text-align: center;
		padding: 10px !important;
		white-space: normal
	}

	.t456__logo {
		white-space: normal;
		padding: 0
	}

	.t456__logowrapper {
		position: static;
		display: block;
		width: 100%
	}

	.t456__logowrapper2 {
		display: block;
		position: static
	}

	.t456__leftwrapper,
	.t456__rightwrapper {
		width: 100% !important;
		display: block
	}

	.t456__leftwrapper {
		padding: 20px;
		box-sizing: border-box
	}

	.t456__rightwrapper {
		padding: 20px 0 !important;
		box-sizing: border-box
	}

	.t456__list {
		display: block;
		padding: 0 !important
	}
}

.t941 {
	overflow: hidden
}

.t941__wrapper {
	position: relative;
	display: flex;
	height: 700px
}

.t941__content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 45%
}

.t941__content_flipped {
	order: 2;
	margin-left: auto
}

.t941__title {
	margin-bottom: 14px
}

.t941__descr {
	margin-bottom: 35px
}

.t941__cover-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30%;
	width: 58%;
	overflow: hidden;
	transform: skew(-30deg, 0);
	transform-origin: bottom left
}

.t941__cover-wrap_flipped {
	left: 0;
	order: 1;
	transform-origin: top right
}

.t941__cover,
.t941__cover-wrap .t833__sliderwrapper {
	position: absolute;
	top: 0;
	right: -30vw;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transform: skew(30deg, 0);
	transform-origin: bottom left
}

.t941__cover_flipped,
.t941__cover-wrap_flipped .t833__sliderwrapper {
	right: 0;
	left: -30vw;
	transform-origin: top right
}

.t833__sliderwrapper.t941__cover {
	width: unset;
	overflow: hidden
}

.t941__btn {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	padding-right: 30px;
	padding-left: 30px;
	max-width: 90%;
	overflow: hidden
}

.t941__btn-title {
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

@media screen and (max-width:960px) {
	.t941__content {
		width: 100%;
		padding-top: 90px;
		padding-bottom: 50px;
		padding: 0 20px;
		text-align:center;
	}
	
	#rec626271284{
		padding: 100px 0 0 0 !important;
	}
	
		
	#rec626271284_2{
		display:block !important;
	}
	
	#rec627595433{
		padding: 0px !important;
	}

	.t941__wrapper {
		flex-direction: column;
		height: unset !important
	}

	.t941__cover-wrap {
		display: none;
		position: unset;
		left: 40%;
		flex-grow: 1;
		width: 100%;
		padding-bottom: 100%;
		overflow: unset;
		transform: skew(0, 0)
	}

	.t941__cover,
	.t833__sliderwrapper.t941__cover {
		top: 0;
		right: -30%;
		bottom: 0;
		left: -30%;
		width: unset;
		background-position: center center;
		transform: skew(0, 0)
	}
}

@media screen and (max-width:640px) {

	.t941__cover,
	.t833__sliderwrapper.t941__cover {
		right: 0;
		left: 0;
		width: 100%
	}

	.t941__content {
		width: 100%;
		padding-top: 60px;
		padding-bottom: 20px;
		word-break: break-word;
		padding: 0 20px;
	}

	.t941__title {
		margin-bottom: 20px
	}

	.t941__btn {
		max-width: 100%;
		width: 100%
	}
}

.t050__uptitle {
	padding-top: 9px;
	padding-bottom: 93px
}

.t050__descr {
	padding-top: 50px;
	padding-bottom: 9px
}

.t1033__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#allrecords .t1033__container {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.t1033__container li ul {
	list-style-type: disc
}

.t1033__title {
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
	padding-top: 8px;
	padding-bottom: 6px;
	margin-right: 20px
}

.t1033__line {
	margin-top: 14px;
	margin-bottom: 14px;
	border: 0;
	border-top: 3px solid #000000;
	margin-right: 20px
}

.t1033__text {
	padding-top: 4px;
	padding-bottom: 6px;
	font-size: 16px;
	line-height: 25px;
	margin-right: 20px
}

.t1033 .t-col {
	float: none;
	display: block
}

.t1033 .t-list__item {
	margin-top: 30px
}

.t1033 .t-list__container_inrow1 .t-list__item:first-child,
.t1033 .t-list__container_inrow2 .t-list__item:nth-child(-n+2),
.t1033 .t-list__container_inrow3 .t-list__item:nth-child(-n+3),
.t1033 .t-list__container_inrow4 .t-list__item:nth-child(-n+4) {
	margin-top: 0 !important
}

@media screen and (max-width:960px) {

	.t1033 .t-list__item,
	.t1033 .t-list__container_inrow2 .t-list__item:nth-child(-n+2),
	.t1033 .t-list__container_inrow3 .t-list__item:nth-child(-n+3),
	.t1033 .t-list__container_inrow4 .t-list__item:nth-child(-n+4) {
		margin-top: 20px !important
	}

	.t1033 .t-list__container_inrow1 .t-list__item:first-child,
	.t1033 .t-list__container_inrow2 .t-list__item:first-child,
	.t1033 .t-list__container_inrow3 .t-list__item:first-child,
	.t1033 .t-list__container_inrow4 .t-list__item:first-child {
		margin-top: 0 !important
	}
}

.t142 .t142__submit-overflowed {
	line-height: 1.1 !important
}

.t142 .t142__wrapone {
	position: relative
}

.t142 .t142__wraptwo {
	position: relative;
	z-index: 1;
	text-align: center
}

.t142 .t142__submit {
	font-family: 'TildaSans', Arial, sans-serif;
	text-align: center;
	border: 0 none;
	font-size: 16px;
	padding-left: 60px;
	padding-right: 60px;
	-webkit-appearance: none;
	font-weight: 700;
	background: none;
	cursor: pointer;
	box-sizing: content-box;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.t142 .t142__submit_size_sm {
	height: 40px;
	font-size: 14px;
	padding-left: 30px;
	padding-right: 30px
}

.t142 .t142__submit_size_lg {
	height: 60px;
	font-size: 22px;
	padding-left: 70px;
	padding-right: 70px
}

.t142 .t142__submit_size_xl {
	height: 80px;
	font-size: 26px;
	padding-left: 80px;
	padding-right: 80px
}

.t142 .t142__submit_size_xxl {
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	padding-left: 90px;
	padding-right: 90px
}

@media screen and (max-width:640px) {
	.t142__wraptwo {
		margin-left: 20px;
		margin-right: 20px
	}

	.t142 .t142__submit {
		white-space: normal;
		padding-left: 30px;
		padding-right: 30px;
		-webkit-border-radius: 0
	}

	.t142 .t142__submit_size_lg,
	.t142 .t142__submit_size_xl,
	.t142 .t142__submit_size_xxl {
		height: 60px;
		font-size: 18px;
		padding-left: 40px;
		padding-right: 40px
	}
}

.t1050 .t-section__topwrapper {
	margin-bottom: 105px
}

.t1050 .t-section__title {
	margin-bottom: 40px
}

.t1050 .t-section__descr {
	max-width: 560px
}

.t1050 .t-section__bottomwrapper {
	margin-top: 105px
}

.t1050__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#allrecords .t1050__container {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.t1050__container li ul {
	list-style-type: disc
}

.t1050__col .t-heading {
	padding-top: 8px;
	padding-bottom: 6px;
	margin-right: 20px;
	font-weight: 700
}

.t1050__line {
	border-top-width: 3px;
	border-top-color: #000;
	border-top-style: solid;
	margin: 14px 20px 14px 0
}

.t1050__col .t-descr {
	padding-top: 4px;
	padding-bottom: 6px;
	margin-right: 20px
}

.t1050 .t-col {
	float: none;
	display: block
}

.t1050 .t-list__item {
	margin-top: 30px
}

.t1050 .t-list__container_inrow1 .t-list__item:first-child,
.t1050 .t-list__container_inrow2 .t-list__item:nth-child(-n+2),
.t1050 .t-list__container_inrow3 .t-list__item:nth-child(-n+3),
.t1050 .t-list__container_inrow4 .t-list__item:nth-child(-n+4) {
	margin-top: 0 !important
}

@media screen and (max-width:960px) {

	.t1050__col .t-heading,
	.t1050__line,
	.t1050__col .t-descr {
		margin-right: 0
	}

	.t1050 .t-list__item,
	.t1050 .t-list__container_inrow2 .t-list__item:nth-child(-n+2),
	.t1050 .t-list__container_inrow3 .t-list__item:nth-child(-n+3),
	.t1050 .t-list__container_inrow4 .t-list__item:nth-child(-n+4) {
		margin-top: 20px !important
	}

	.t1050 .t-list__container_inrow1 .t-list__item:first-child,
	.t1050 .t-list__container_inrow2 .t-list__item:first-child,
	.t1050 .t-list__container_inrow3 .t-list__item:first-child,
	.t1050 .t-list__container_inrow4 .t-list__item:first-child {
		margin-top: 0 !important
	}

	.t1050 .t-section__bottomwrapper {
		margin-top: 45px
	}

	.t1050 .t-section__topwrapper {
		margin-bottom: 45px
	}

	.t1050 .t-section__title {
		margin-bottom: 20px
	}
}

.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
	}
}

.t820 .t-section__topwrapper {
	margin-bottom: 90px
}

.t820 .t-section__title {
	margin-bottom: 40px
}

.t820 .t-section__descr {
	max-width: 560px
}

.t820 .t-section__bottomwrapper {
	margin-top: 105px
}

#allrecords ul.t820__container {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.t820__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.t820__container li ul {
	list-style-type: disc
}

.t820 .t-list__item {
	margin-top: 55px
}

.t820 .t-list__item:nth-child(-n+2) {
	margin-top: 0 !important
}

.t820__textwrapper {
	padding-left: 20px
}

.t820__bottommargin {
	margin-bottom: 14px
}

.t820__checkmark {
	width: 55px;
	display: block
}

.t820__imgwrapper {
	width: 55px
}

.t820__bgimg {
	width: 55px;
	height: 55px;
	max-width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.t820__img {
	width: 100%;
	max-width: 100%;
	height: auto
}

.t820__img_circle {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%
}

@media screen and (max-width:960px) {
	.t820 .t-section__bottomwrapper {
		margin-top: 45px
	}

	.t820 .t-section__topwrapper {
		margin-bottom: 45px
	}

	.t820 .t-section__title {
		margin-bottom: 20px
	}

	.t820 .t-list__item,
	.t820 .t-list__item:nth-child(-n+2) {
		margin-top: 40px !important
	}

	.t820 .t-list__item:first-child {
		margin-top: 0 !important
	}

	.t820__checkmark,
	.t820__bgimg {
		max-width: 50px;
		max-height: 50px
	}

	.t820__imgwrapper {
		max-width: 50px
	}

	.t820__textwrapper {
		padding-left: 20px !important
	}
}

@media screen and (max-width:640px) {

	.t820__checkmark,
	.t820__bgimg {
		max-width: 40px;
		max-height: 40px
	}

	.t820__imgwrapper {
		max-width: 40px
	}
}

.t196__descr {
	padding-bottom: 6px
}

.t196 .t-align_center .t196__img {
	max-width: 100%
}

.t704 .t704__title {
	margin-bottom: 24px
}

.t704 .t704__text-wrapper {
	margin-bottom: 74px
}

.t704 .t704__form-bottom-text {
	margin-top: 30px
}

.t704 .t-form__inputsbox {
	display: table;
	-webkit-transition: max-height 0.3s cubic-bezier(.19, 1, .22, 1), opacity 0.3s linear;
	transition: max-height 0.3s cubic-bezier(.19, 1, .22, 1), opacity 0.3s linear;
	max-height: 5000px
}

.t704 .t704__inputsbox_hidden.t-form__inputsbox {
	display: block;
	overflow: hidden;
	max-height: 0;
	opacity: 0
}

.t704 .t-form__inputsbox .t-radio__wrapper,
.t704 .t-form__inputsbox .t-checkboxes__wrapper {
	text-align: left
}

.t704 .t-form_inputs-total_5 .t-input-group {
	width: 20%
}

.t704 .t-form_inputs-total_4 .t-input-group {
	width: 25%
}

.t704 .t-form_inputs-total_3 .t-input-group {
	width: 33.33%
}

.t704 .t-form_inputs-total_2 .t-input-group {
	width: 50%
}

.t704 .t-form_inputs-total_1 .t-input-group {
	max-width: 460px;
	width: 460px
}

.t704 .t-form.t-form_inputs-total_1 {
	display: table
}

.t704 .t-align_center .t-form.t-form_inputs-total_1 {
	margin: 0 auto
}

.t704 .t-input-group {
	display: table-cell;
	vertical-align: bottom
}

.t704 .t-input-block {
	height: 100%;
	width: 100%;
	padding-right: 20px;
	box-sizing: border-box
}

.t704 .t-input,
.t704 .t-select {
	height: 58px;
	background-color: transparent
}

.t704 .t-input::-ms-clear {
	width: 0;
	height: 0
}

.t704 .t-input__vis-ph {
	top: 21px;
	text-align: left
}

.t704 .t-input-title {
	padding-bottom: 5px;
	text-align: left
}

.t704 .t-input-subtitle {
	margin-top: -5px;
	padding-bottom: 10px;
	text-align: left
}

.t704 .t-form__submit {
	display: table-cell;
	vertical-align: bottom;
	height: 100%
}

.t704 .t-submit {
	height: 58px;
	padding: 0 30px
}

.t704 .t-datepicker {
	width: 100%
}

.t704 .t-form_bbonly .t-input-title {
	padding-bottom: 0;
	margin-bottom: 0
}

.t704 .t-form_bbonly .t-input-subtitle {
	padding-bottom: 0;
	padding-top: 5px
}

@media screen and (max-width:960px) {
	.t704 .t704__text-wrapper {
		margin-bottom: 32px
	}

	.t704 .t-form__inputsbox,
	.t704 .t-form.t-form_inputs-total_1 {
		display: block
	}

	.t704 .t-input-group,
	.t704 .t-form_inputs-total_1 .t-input-group {
		display: block;
		width: 100% !important;
		max-width: 100%
	}

	.t704 .t-input-block {
		display: block;
		margin-bottom: 16px;
		padding-right: 0
	}

	.t704 .t-form__submit {
		display: block;
		width: 100%
	}

	.t704 .t-submit {
		width: 100%
	}
}

@media screen and (max-width:640px) {

	.t704 .t-input,
	.t704 .t-submit,
	.t704 .t-select {
		height: 50px
	}

	.t704 .t-input__vis-ph {
		top: 17px
	}

	.t704 .t-input_pvis {
		padding: 22px 20px 10px 20px
	}
}

.t704 .t-input-error {
	display: none !important
}

.t704 .t-form__errorbox-wrapper {
	margin-top: 20px;
	margin-bottom: 20px
}

.t704 .t-form__errorbox-middle {
	display: none
}

.t704 .t-form__errorbox-bottom {
	display: block
}

@media screen and (max-width:960px) {
	.t704 .t-form__errorbox-middle {
		display: block
	}

	.t704 .t-form__errorbox-bottom {
		display: none
	}
}

.t899 .t-section__topwrapper {
	margin-bottom: 105px
}

.t899 .t-section__title {
	margin-bottom: 40px
}

.t899 .t-section__descr {
	max-width: 560px
}

.t899 .t-section__bottomwrapper {
	margin-top: 105px
}

#allrecords .t899__container {
	margin-bottom: 0;
	padding-left: 0
}

.t899__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.t899__container li ul {
	list-style-type: disc
}

.t899__wrapperleft {
	padding-left: 0;
	padding-right: 0
}

.t899__wrappercenter {
	padding-left: 20px;
	padding-right: 20px
}

.t899__bottommargin_sm {
	margin-bottom: 4px
}

.t899__bottommargin_lg {
	margin-bottom: 18px
}

.t899 .t-list__item {
	margin-top: 90px
}

.t899 .t-list__container_inrow1 .t-list__item:first-child,
.t899 .t-list__container_inrow2 .t-list__item:nth-child(-n+2),
.t899 .t-list__container_inrow3 .t-list__item:nth-child(-n+3),
.t899 .t-list__container_inrow4 .t-list__item:nth-child(-n+4) {
	margin-top: 0 !important
}

.t899__wrapper {
	position: relative
}

.t899__title {
	z-index: 2;
	position: relative;
	font-weight: 700;
	padding-top: 65px;
	padding-bottom: 10px
}

.t899__descr {
	z-index: 2;
	position: relative
}

.t899__symbol {
	position: absolute;
	z-index: 1;
	line-height: 150px;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
	font-size: 200px;
	font-family: sans-serif;
	font-weight: 700;
	color: rgba(230, 230, 230, .7);
	opacity: .6;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media screen and (max-width:960px) {
	.t899 .t-section__bottomwrapper {
		margin-top: 45px
	}

	.t899 .t-section__topwrapper {
		margin-bottom: 45px
	}

	.t899 .t-section__title {
		margin-bottom: 20px
	}

	.t899__container {
		font-size: 0
	}

	.t899 .t-list__item,
	.t899 .t-list__container_inrow2 .t-list__item:nth-child(-n+2),
	.t899 .t-list__container_inrow3 .t-list__item:nth-child(-n+3),
	.t899 .t-list__container_inrow4 .t-list__item:nth-child(-n+4) {
		margin-top: 45px !important
	}

	.t899 .t899__container .t-list__item:first-child,
	.t899 .t899__container:not(.t-list__container_inrow1) .t-list__item:nth-child(2) {
		margin-top: 0 !important
	}

	.t899__col-mobstyle {
		width: 50%;
		display: inline-block;
		vertical-align: top
	}

	.t899__wrappercenter {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media screen and (max-width:640px) {
	.t899__col-mobstyle:nth-of-type(odd) {
		padding-left: 40px
	}

	.t899__col-mobstyle:nth-of-type(even) {
		padding-right: 40px
	}
}

@media screen and (max-width:480px) {
	.t899__col-mobstyle {
		width: 100%;
		display: block
	}

	.t899__col-mobstyle:nth-of-type(odd) {
		padding-left: 20px
	}

	.t899__col-mobstyle:nth-of-type(even) {
		padding-right: 20px
	}

	.t899 .t899__container:not(.t-list__container_inrow1) .t-list__item:nth-child(2) {
		margin-top: 45px !important
	}
}

.t696 .t696__mainblock {
	margin: 0 auto
}

.t696 .t696__content {
	border: 3px solid #1f5bff;
	padding: 60px 45px 70px
}

.t696 .t696__text-wrapper {
	margin-bottom: 74px
}

.t696 .t696__title {
	margin-bottom: 24px
}

.t696 .t-form__inputsbox {
	-webkit-transition: max-height 0.3s cubic-bezier(.19, 1, .22, 1);
	transition: max-height 0.3s cubic-bezier(.19, 1, .22, 1);
	max-height: 20000px
}

.t696 .t696__inputsbox_hidden.t-form__inputsbox {
	overflow: hidden;
	max-height: 0;
	opacity: 0
}

.t696 .t-form__inputsbox {
	max-width: 560px;
	margin: 0 auto
}

.t696 .t-input-group {
	margin-bottom: 25px
}

.t696 .t-input {
	height: 56px;
	background-color: transparent;
	-webkit-appearance: none
}

.t696 .t-input::-ms-clear {
	width: 0;
	height: 0
}

.t696 .t-input__vis-ph {
	top: 20px
}

.t696 .t-input-block textarea {
	padding-top: 17px;
	background-color: transparent
}

.t696 .t-input-block textarea.t-input_pvis {
	padding-top: 26px
}

.t696 .t-input-title {
	padding-bottom: 5px
}

.t696 .t-input-subtitle {
	padding-bottom: 15px
}

.t696 .t-input-group_rd .t-input-subtitle {
	padding-bottom: 5px
}

.t696 .t-inputtime,
.t696 .t-datepicker__wrapper {
	max-width: 245px
}

.t696 .t-form__submit {
	display: block;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	margin-top: 30px;
	margin-bottom: 10px
}

.t696 .t-submit {
	height: 56px;
	padding-left: 40px;
	padding-right: 40px
}

.t696 .t-form_bbonly .t-input-title {
	padding-bottom: 0;
	margin-bottom: 0
}

.t696 .t-form_bbonly .t-input-subtitle {
	padding-bottom: 0;
	padding-top: 5px
}

.t696 .t-form_bbonly .t-input-block {
	margin-bottom: 35px
}

.t696 .t-form__inputsbox .t-input-group_st .t-input-block {
	display: none;
	margin-bottom: 0
}

.t696 .t696__form-bottom-text {
	margin-top: 20px
}

@media screen and (max-width:960px) {
	.t696 .t696__content {
		padding: 60px 45px
	}
}

@media screen and (max-width:640px) {
	.t696 .t696__mainwrapper {
		padding: 0 20px
	}

	.t696 .t696__content {
		padding: 30px 20px 45px
	}

	.t696 .t696__text-wrapper {
		margin-bottom: 24px
	}

	.t696 .t696__title {
		margin-bottom: 12px
	}

	.t696 .t696__descr {
		margin-bottom: 32px
	}

	.t696 .t-input-block textarea {
		padding-top: 12px
	}

	.t696 .t-form__submit {
		padding-bottom: 20px
	}

	.t696 .t-submit {
		width: 100%;
		width: 100%
	}
}

@media screen and (max-width:480px) {

	.t696 .t-inputtime,
	.t696 .t-datepicker__wrapper {
		max-width: 100%
	}
}

.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
	}
}

.t415__mainblock {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box
}

.t415__content {
	padding: 30px 0
}

.t415__hide {
	display: none !important
}

.t415__col {
	position: relative;
	display: inline-block;
	min-width: 90px;
	margin-right: 30px;
	padding-right: 32px
}

.t415__col:after {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	opacity: .2;
	background: #fff
}

.t415__col:last-child:after {
	display: none
}

.t415__col:last-child {
	margin-right: 0;
	padding-right: 0
}

.t415__number {
	color: #fff
}

.t415__text {
	padding-bottom: 7px;
	color: #fff
}

.t415__logo {
	max-width: 280px;
	width: 100%;
	margin-bottom: 45px
}

.t415__textwrapper {
	margin: 0 auto 55px
}

.t415__uptitle,
.t415__title,
.t415__descr,
.t415__descr-second {
	color: #fff
}

.t415__uptitle {
	margin-bottom: 18px
}

.t415__descr {
	margin-top: 18px
}

.t415__hint {
	margin-top: 45px;
	color: #fff
}

.t415__descr-second {
	margin: 0 auto 25px
}

.t415__buttons {
	margin-top: 50px
}

.t415 .t-btnwrapper {
	display: inline-block
}

.t415__btn {
	height: 56px;
	padding-right: 35px;
	padding-left: 35px
}

.t415 :not(.t-btnwrapper) .t-btn:nth-child(2) {
	margin-left: 10px
}

.t415__btn-second {
	margin-left: 10px
}

@media screen and (max-width:640px) {
	.t415__col {
		min-width: 35px;
		margin: 0;
		padding: 0 13px
	}

	.t415__logo {
		margin-bottom: 25px
	}

	.t415__textwrapper {
		margin-bottom: 35px
	}

	.t415__hint {
		margin-top: 35px
	}

	.t415__buttons {
		margin-top: 35px
	}

	.t415 :not(.t-btnwrapper) .t-btn,
	.t415 .t-btnwrapper {
		display: block;
		height: 50px;
		margin-right: 0 !important;
		font-size: 14px
	}

	.t415 :not(.t-btnwrapper) .t-btn:nth-child(2),
	.t415__btn-second {
		margin-top: 20px;
		margin-left: 0
	}
}

@media screen and (max-width:400px) {
	.t415__number {
		font-size: 24px
	}
}

@media screen and (max-width: 640px) {
	.t-title_sm a {
		font-size: 41px ! Important;
	}
}