body {
}

*, *:before, *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, img, b, u, i, center, table, tr, th, td, video {
	margin: 0;
	padding: 0;
	border: 0;
}

.t-clear {
	clear: both;
}

.t-row {
	margin: 0;
}

.t-container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1200px;
	padding: 0;
}

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

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

.t-container_100 {
	width: 100%;
	padding: 0;
}

.t-container_10 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1000px;
	padding: 0;
}

.t-container_8 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 800px;
	padding: 0;
}

.t-container:before, .t-container:after, .t-container_10:before, .t-container_10:after, .t-container_8:before, .t-container_8:after, .t-container_100:before, .t-container_100:after {
	display: table;
	content: " ";
}

.t-container:after, .t-container_10:after, .t-container_8:after, .t-container_100:after {
	clear: both;
}

/*
.wrapper4 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 300px;
	padding: 0;
}

.wrapper6 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 460px;
	padding: 0;
}
*/

.t-col
{
  display: inline;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  width: 100%;
}

.t-col.flexx
{
	align-items:stretch; 
	height:inherit; 
	margin-top:auto;
	margin-bottom:auto;	
}

.t-col_flex
{
	align-items:stretch; 
	height:inherit; 
	margin-top:auto;
	margin-bottom:auto;	
}

.t-col_1 { max-width: 60px; }
.t-col_2 { max-width: 160px; }
.t-col_3 { max-width: 260px; }
.t-col_4 { max-width: 360px; }
.t-col_5 { max-width: 460px; }
.t-col_6 { max-width: 560px; }
.t-col_7 { max-width: 660px; }
.t-col_8 { max-width: 760px; }
.t-col_9 { max-width: 860px; }
.t-col_10 { max-width: 960px; }
.t-col_11 { max-width: 1060px; }
.t-col_12 { max-width: 1160px; }
.t-col_100 { max-width: 100vw; }


.t-prefix_1 { padding-left: 100px; }
.t-prefix_2 { padding-left: 200px; }
.t-prefix_3 { padding-left: 300px; }
.t-prefix_4 { padding-left: 400px; }
.t-prefix_5 { padding-left: 500px; }
.t-prefix_6 { padding-left: 600px; }
.t-prefix_7 { padding-left: 700px; }
.t-prefix_8 { padding-left: 800px; }
.t-prefix_9 { padding-left: 900px; }
.t-prefix_10 { padding-left: 1000px; }
.t-prefix_11 { padding-left: 1100px; }
.t-prefix_12 { padding-left: 1200px; }


.t-width
{
  width: 100%;
}

.t-width_1 { max-width: 60px; }
.t-width_2 { max-width: 160px; }
.t-width_3 { max-width: 260px; }
.t-width_4 { max-width: 360px; }
.t-width_5 { max-width: 460px; }
.t-width_6 { max-width: 560px; }
.t-width_7 { max-width: 660px; }
.t-width_8 { max-width: 760px; }
.t-width_9 { max-width: 860px; }
.t-width_10 { max-width: 960px; }
.t-width_11 { max-width: 1060px; }
.t-width_12 { max-width: 1160px; }
.t-width_100 { max-width: 100%; }


.t-cell
{
	display: table-cell;
	vertical-align: middle;
    height: 100%;
    margin-left: 0;
    margin-right: 0;    
}

.t-cell_25 { width: 25vw; }
.t-cell_33 { width: 33.3333333vw; }
.t-cell_50 { width: 50vw; }
.t-cell_100 { width: 100vw; }



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

	.t-container {
		max-width: 960px;
		padding: 0;
	}	
	
	.t-container_10 {
		max-width: 780px;
	}
	
	.t-container_8 {
		max-width: 640px;
	}	
	
	.t-col
	{
	  display: inline;
	  float: left;
	  margin-left: 10px;
	  margin-right: 10px;
	  width: 100%;
	}
	
	.t-col_1 { max-width: 60px; }
	.t-col_2 { max-width: 140px; }
	.t-col_3 { max-width: 220px; }
	.t-col_4 { max-width: 300px; }
	.t-col_5 { max-width: 380px; }
	.t-col_6 { max-width: 460px; }
	.t-col_7 { max-width: 540px; }
	.t-col_8 { max-width: 620px; }
	.t-col_9 { max-width: 700px; }
	.t-col_10 { max-width: 780px; }
	.t-col_11 { max-width: 860px; }
	.t-col_12 { max-width: 940px; }
	
	.t-prefix_1 { padding-left: 80px; }
	.t-prefix_2 { padding-left: 160px; }
	.t-prefix_3 { padding-left: 240px; }
	.t-prefix_4 { padding-left: 320px; }
	.t-prefix_5 { padding-left: 400px; }
	.t-prefix_6 { padding-left: 480px; }
	.t-prefix_7 { padding-left: 560px; }
	.t-prefix_8 { padding-left: 640px; }
	.t-prefix_9 { padding-left: 720px; }
	.t-prefix_10 { padding-left: 800px; }
	.t-prefix_11 { padding-left: 880px; }
	.t-prefix_12 { padding-left: 960px; }
		
	.t-width_1 { max-width: 60px; }
	.t-width_2 { max-width: 140px; }
	.t-width_3 { max-width: 220px; }
	.t-width_4 { max-width: 300px; }
	.t-width_5 { max-width: 380px; }
	.t-width_6 { max-width: 460px; }
	.t-width_7 { max-width: 540px; }
	.t-width_8 { max-width: 620px; }
	.t-width_9 { max-width: 700px; }
	.t-width_10 { max-width: 780px; }
	.t-width_11 { max-width: 860px; }
	.t-width_12 { max-width: 940px; }
	.t-width_100 { max-width: 100%; }
			
}


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

	.t-container {
		max-width: 640px;
	}	
	
	.t-container.flexx {
		display:block;
	}

	.t-container_flex {
		display:block;
	}
	
	.t-col
	{
	  display: block;
	  float: none;
	  padding-left: 20px;
	  padding-right: 20px;
	  margin: 0;
	  width: 100%;
	  max-width: 100%;
	  box-sizing: border-box;	
	}
		
	.t-col_1,
	.t-col_2,
	.t-col_3,
	.t-col_4,
	.t-col_5,
	.t-col_6,
	.t-col_7,
	.t-col_8,
	.t-col_9,
	.t-col_10,
	.t-col_11,
	.t-col_12
	{
	  width: 100%;
	  max-width: 100%;
	}
	
	.t-prefix_1,
	.t-prefix_2,
	.t-prefix_3,
	.t-prefix_4,
	.t-prefix_5,
	.t-prefix_6,
	.t-prefix_7,
	.t-prefix_8,
	.t-prefix_9,
	.t-prefix_10,
	.t-prefix_11,
	.t-prefix_12
	{ 
	  padding-left: none;
	}	
	
}

.t-body {
  margin: 0px;
}
#allrecords {
  -webkit-font-smoothing: antialiased;
  background-color: none;
}
#allrecords a {
  color: #78a2b7;
  text-decoration: none;
}
#allrecords a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
#allrecords ol {
  padding-left: 22px;
}
#allrecords ul {
  padding-left: 20px;
}
@media print {
  body,
  html {
    min-width: 1200px;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    border: none;
  }
}
.t-text {
  font-family: 'Verdana', 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-text_lg {
  font-size: 22px;
  line-height: 1.55;
}
.t-text_weight_plus {
  font-weight: 400;
}
.t-text-impact {
  font-family: 'Verdana', serif;
  font-weight: 300;
  color: #000000;
}
.t-text-impact_xs {
  font-size: 26px;
  line-height: 1.50;
}
.t-text-impact_sm {
  font-size: 32px;
  line-height: 1.35;
}
.t-text-impact_md {
  font-size: 38px;
  line-height: 1.35;
}
.t-text-impact_lg {
  font-size: 42px;
  line-height: 1.23;
}
.t-name {
  font-family: 'Verdana', sans-serif;
  font-weight: 600;
  color: #000000;
}
.t-name_xs {
  font-size: 16px;
  line-height: 1.35;
}
.t-name_sm {
  font-size: 18px;
  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: 'Verdana', sans-serif;
  font-weight: 600;
  color: #000000;
}
.t-heading_xs {
  font-size: 26px;
  line-height: 1.23;
}
.t-heading_sm {
  font-size: 28px;
  line-height: 1.17;
}
.t-heading_md {
  font-size: 30px;
  line-height: 1.17;
}
.t-heading_lg {
  font-size: 32px;
  line-height: 1.17;
}
.t-title {
  font-family: 'Verdana', sans-serif;
  font-weight: 600;
  color: #000000;
}
.t-title_xxs {
  font-size: 36px;
  line-height: 1.23;
}
.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_xl {
  font-size: 72px;
  line-height: 1.17;
}
.t-title_xxl {
  font-size: 82px;
  line-height: 1.17;
}
.t-descr {
  font-family: 'Verdana', 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_lg {
  font-size: 22px;
  line-height: 1.55;
}
.t-descr_xl {
  font-size: 24px;
  line-height: 1.50;
}
.t-descr_xxl {
  font-size: 26px;
  line-height: 1.45;
}
.t-descr_xxxl {
  font-size: 30px;
  line-height: 1.45;
  letter-spacing: 0.45;
}
.t-uptitle {
  font-family: 'Verdana', sans-serif;
  font-weight: 600;
  color: #000000;
  letter-spacing: 2.5px;
}
.t-uptitle_xs {
  font-size: 12px;
}
.t-uptitle_sm {
  font-size: 14px;
}
.t-uptitle_md {
  font-size: 16px;
}
.t-uptitle_lg {
  font-size: 18px;
}
.t-uptitle_xl {
  font-size: 20px;
  letter-spacing: 2px;
}
.t-uptitle_xxl {
  font-size: 22px;
  letter-spacing: 2px;
}
.t-uptitle_xxxl {
  font-size: 24px;
  letter-spacing: 2px;
}
@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-text_lg {
    font-size: 20px;
  }
  .t-text-impact_md {
    font-size: 30px;
  }
  .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_lg {
    font-size: 20px;
  }
  .t-descr_xl {
    font-size: 22px;
  }
  .t-descr_xxl {
    font-size: 22px;
  }
  .t-descr_xxxl {
    font-size: 26px;
  }
  .t-uptitle_md {
    font-size: 14px;
  }
  .t-uptitle_lg {
    font-size: 16px;
  }
  .t-uptitle_xl {
    font-size: 18px;
  }
  .t-uptitle_xxl {
    font-size: 20px;
  }
  .t-uptitle_xxxl {
    font-size: 22px;
  }
  .t-title_xxs {
    font-size: 32px;
  }
  .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_xl {
    font-size: 68px;
  }
  .t-title_xxl {
    font-size: 78px;
  }
  .t-name_xs {
    font-size: 14px;
  }
  .t-name_sm {
    font-size: 16px;
  }
  .t-name_md {
    font-size: 18px;
  }
  .t-name_lg {
    font-size: 20px;
  }
  .t-name_xl {
    font-size: 22px;
  }
  .t-heading_xs {
    font-size: 24px;
  }
  .t-heading_sm {
    font-size: 26px;
  }
  .t-heading_md {
    font-size: 28px;
  }
  .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-text_lg {
    font-size: 18px;
    line-height: 1.45;
  }
  .t-text-impact_sm {
    font-size: 22px;
  }
  .t-text-impact_md {
    font-size: 26px;
  }
  .t-text-impact_lg {
    font-size: 28px;
  }
  .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_lg {
    font-size: 18px;
    line-height: 1.45;
  }
  .t-descr_xl {
    font-size: 20px;
    line-height: 1.40;
  }
  .t-descr_xxl {
    font-size: 20px;
  }
  .t-descr_xxxl {
    font-size: 22px;
  }
  .t-uptitle_xs {
    font-size: 10px;
  }
  .t-uptitle_sm {
    font-size: 10px;
  }
  .t-uptitle_md {
    font-size: 12px;
  }
  .t-uptitle_lg {
    font-size: 14px;
  }
  .t-uptitle_xl {
    font-size: 16px;
  }
  .t-uptitle_xxl {
    font-size: 18px;
  }
  .t-uptitle_xxxl {
    font-size: 20px;
  }
  .t-title_xxs {
    font-size: 28px;
  }
  .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_xl {
    font-size: 32px;
  }
  .t-title_xxl {
    font-size: 36px;
  }
  .t-name_xs {
    font-size: 12px;
  }
  .t-name_sm {
    font-size: 14px;
  }
  .t-name_md {
    font-size: 16px;
  }
  .t-name_lg {
    font-size: 18px;
  }
  .t-name_xl {
    font-size: 20px;
  }
  .t-heading_xs {
    font-size: 22px;
  }
  .t-heading_sm {
    font-size: 24px;
  }
  .t-heading_md {
    font-size: 24px;
  }
  .t-heading_lg {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .t-title_xl {
    font-size: 30px;
  }
  .t-title_xxl {
    font-size: 30px;
  }
}
.t-records {
  -webkit-font_smoothing: antialiased;
  background-color: none;
}
.t-records a {
  color: #78a2b7;
  text-decoration: none;
}
.t-records a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.t-records ol {
  padding-left: 22px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.t-records ul {
  padding-left: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.t-cover {
  height: 700px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
}
.t-cover__carrier {
  height: 700px;
  width: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background-attachment: fixed;
}
@media screen and (max-device-width: 1024px) {
  .t-cover {
    background-attachment: scroll;
  }
  .t-cover__carrier {
    background-attachment: scroll;
  }
}
@media print {
  .t-cover {
    background-attachment: scroll;
  }
  .t-cover__carrier {
    background-attachment: scroll;
  }
}
.t-cover__filter {
  height: 700px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.t-cover .t-container,
.t-cover .t-container_100,
.t-cover .t-container_10,
.t-cover .t-container_8 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.t-cover__wrapper {
  height: 700px;
  display: table-cell;
  width: 1200px;
}
.t-cover__wrapper span.space {
  display: inline-block;
  height: 100%;
  width: 1px;
}
@media screen and (max-width: 640px) {
  .t-cover {
    height: 400px;
    background-attachment: fixed;
  }
  .t-cover__carrier {
    background-attachment: scroll !important;
    background-size: cover;
    background-position: center center;
  }
  .t-cover__filter {
    height: 400px;
  }
  .t-cover__wrapper {
    height: 400px;
  }
}
@-webkit-keyframes t-arrow-bottom {
  0% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  55% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes t-arrow-bottom {
  0% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  55% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.t-cover__arrow-wrapper_animated {
  animation: t-arrow-bottom 1.7s infinite ease;
}
.t-cover__arrow {
  position: absolute;
  z-index: 9;
  bottom: 40px;
  right: 0;
  left: 0;
  text-align: center;
}
.t-cover__arrow-wrapper {
  display: inline-block;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
.t-cover__arrow-wrapper:hover {
  opacity: .7;
}
.t-cover__arrow-svg {
  fill: #fff;
}
@media screen and (max-width: 640px) {
  .t-cover__arrow_mobile {
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -webkit-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
  }
  .t-cover__arrow {
    bottom: 14px;
  }
}
.t-btn {
  display: inline-block;
  font-family: 'Verdana', sans-serif;
  height: 60px;
  border: 0 none;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  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;
}
@media screen and (max-width: 640px) {
  .t-btn {
    white-space: normal;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.t-submit {
  font-family: 'Verdana', sans-serif;
  text-align: center;
  height: 60px;
  border: 0 none;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-appearance: none;
  font-weight: bold;
  white-space: nowrap;
  background-image: none;
  cursor: pointer;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .t-submit {
    white-space: normal;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.t-input {
  margin: 0;
  font-family: 'Verdana', sans-serif;
  font-size: 100%;
  height: 60px;
  padding: 0px 20px;
  font-size: 16px;
  line-height: 1.33;
  width: 100%;
  border: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.t-input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
@media screen and (max-width: 1200px) {
  .t-screenmin-1200px {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .t-screenmin-980px {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .t-screenmin-640px {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .t-screenmin-480px {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .t-screenmin-320px {
    display: none;
  }
}
@media screen and (min-width: 321px) {
  .t-screenmax-320px {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  .t-screenmax-480px {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .t-screenmax-640px {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  .t-screenmax-980px {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .t-screenmax-1200px {
    display: none;
  }
}
.t-hidden {
  display: none;
}
.t-opacity_50 {
  filter: alpha(opacity=50);
  KHTMLOpacity: 0.50;
  MozOpacity: 0.50;
  opacity: 0.50;
}
.t-opacity_70 {
  filter: alpha(opacity=70);
  KHTMLOpacity: 0.70;
  MozOpacity: 0.70;
  opacity: 0.70;
}
.t-uppercase {
  text-transform: uppercase;
}
.t-align_center {
  text-align: center;
}
.t-align_left {
  text-align: left;
}
.t-align_right {
  text-align: right;
}
.t-margin_auto {
  margin: 0 auto;
}
.t-valign_middle {
  vertical-align: middle;
}
.t-valign_top {
  vertical-align: top;
}
.t-valign_bottom {
  vertical-align: bottom;
}
.yashare-style .b-share-btn__facebook,
.yashare-style .b-share-btn__twitter,
.yashare-style .b-share-btn__vkontakte {
  background-color: transparent !important;
}
.yashare-style .b-share__link {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}
.yashare-style-black-white .b-share-btn__wrap {
  background-color: #000 !important;
  padding: 5px !important;
}
.yashare-style-transp-white .b-share-btn__wrap {
  padding: 5px !important;
}
.yashare-style-transp-white .b-share-counter {
  color: #fff;
  font-weight: bold;
}
.yashare-style-white-black .b-share-btn__wrap {
  background-color: #fff !important;
  padding: 5px !important;
}
.yashare-style-white-black .b-share-icon {
  background-image: url("https://tilda.ws/img/b-share_counter_large_white.png") !important;
}
.yashare-style-transp-black .b-share-btn__wrap {
  padding: 5px !important;
}
.yashare-style-transp-black .b-share-icon {
  background-image: url("https://tilda.ws/img/b-share_counter_large_white.png") !important;
}
.yashare-style-transp-black .b-share-counter {
  color: #000;
  font-weight: bold;
}
.ya-share2 ul {
  padding-left: 0px !important;
}
.carousel {
  position: relative;
}
.carousel ol {
  padding-left: 0px !important;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.9s ease-in-out left;
  transition: 0.9s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  line-height: 1;
}
.carousel-inner .widthauto {
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.carousel-control.right {
  right: 0;
  left: auto;
}
.carousel-control .carousel-control-left {
  position: absolute;
  top: 48%;
  z-index: 5;
  display: inline-block;
  left: 20%;
  height: 34px;
  width: 21px;
  background: url(//tilda.ws/img/aboutSliderControls.png) no-repeat;
}
.carousel-control .carousel-control-left-white {
  position: absolute;
  top: 48%;
  z-index: 5;
  display: inline-block;
  left: 20%;
  height: 34px;
  width: 21px;
  background: url(//tilda.ws/img/aboutSliderControls_white.png) no-repeat;
}
.carousel-control .carousel-control-right {
  position: absolute;
  top: 48%;
  z-index: 5;
  display: inline-block;
  right: 20%;
  height: 34px;
  width: 21px;
  background: url(//tilda.ws/img/aboutSliderControls.png) no-repeat;
  background-position: left bottom;
}
.carousel-control .carousel-control-right-white {
  position: absolute;
  top: 48%;
  z-index: 5;
  display: inline-block;
  right: 20%;
  height: 34px;
  width: 21px;
  background: url(//tilda.ws/img/aboutSliderControls_white.png) no-repeat;
  background-position: left bottom;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators.dotsbottom {
  bottom: -60px;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  margin-left: 5px;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000000;
  border: none;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 0;
  margin-left: 4px;
  margin-right: 4px;
  border: 1px solid #000000;
  border-radius: 10px;
  background-color: transparent;
}
.carousel-indicators li.white {
  background-color: #fff;
}
.carousel-indicators li.white.active {
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: transparent;
}
.carousel-caption-imgs h6 {
  font-family: 'Verdana', serif;
  color: #000000;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  padding-top: 28px;
  padding-bottom: 0px;
  text-align: center;
}
.carousel-caption-imgs p {
  font-family: 'Verdana', serif;
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
}
.carousel-title {
  font-family: 'Verdana', sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  padding-top: 36px;
  padding-bottom: 14px;
  text-align: center;
}
.carousel-descr {
  font-family: 'Verdana', serif;
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .carousel-control .carousel-control-left {
    left: 10%;
  }
  .carousel-control .carousel-control-left-white {
    left: 10%;
  }
  .carousel-control .carousel-control-right {
    right: 10%;
  }
  .carousel-control .carousel-control-right-white {
    right: 10%;
  }
}
.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_white {
  background-color: #fff;
  color: #000;
}
.t-tildalabel_gray {
  background-color: #eee;
  color: #000;
}
.t-tildalabel__wrapper {
  display: table;
  height: 30px;
  width: 270px;
  margin: 0 auto;
  padding-top: 20px;
  opacity: 0.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-tildalabel_white .t-tildalabel__link,
.t-tildalabel_gray .t-tildalabel__link {
  color: #000;
}
.t-carousel {
  position: relative;
}
.t-carousel__inner {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.t-carousel__slides {
  position: relative;
}
.t-carousel__inner > .t-carousel__item {
  position: relative;
  display: none;
  -webkit-transition: 0 ease-in-out left;
  -moz-transition: 0 ease-in-out left;
  -o-transition: 0 ease-in-out left;
  transition: 0 ease-in-out left;
}
.t-carousel__inner > .t-carousel__item.t-carousel__animation_fast {
  -webkit-transition: .3s ease-in-out left;
  -moz-transition: .3s ease-in-out left;
  -o-transition: .3s ease-in-out left;
  transition: .3s ease-in-out left;
}
.t-carousel__inner > .t-carousel__item.t-carousel__animation_slow {
  -webkit-transition: .6s ease-in-out left;
  -moz-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.t-carousel__item__wrapper {
  position: relative;
  margin: 0 auto;
}
.t-carousel__item__img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.t-carousel_cover .t-carousel__item__img {
  background-size: cover;
}
.t-carousel__inner > .active,
.t-carousel__inner > .next,
.t-carousel__inner > .prev {
  display: block;
}
.t-carousel__inner > .active {
  left: 0;
}
.t-carousel__inner > .next,
.t-carousel__inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.t-carousel__inner > .next {
  left: 100%;
}
.t-carousel__inner > .prev {
  left: -100%;
}
.t-carousel__inner > .next.left,
.t-carousel__inner > .prev.right {
  left: 0;
}
.t-carousel__inner > .active.left {
  left: -100%;
}
.t-carousel__inner > .active.right {
  left: 100%;
}
.t-carousel__arrows__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=',sizingMethod='scale');
  background: none !important;
}
.t-carousel__arrow_outsidesmall .t-carousel__arrow__wrapper_left {
  left: 16px;
}
.t-carousel__arrow_outsidesmall .t-carousel__arrow__wrapper_right {
  right: 16px;
}
.t-carousel__arrow_outsidemiddle .t-carousel__arrow__wrapper_left {
  left: 20px;
}
.t-carousel__arrow_outsidemiddle .t-carousel__arrow__wrapper_right {
  right: 20px;
}
.t-carousel__control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  pointer-events: auto;
}
.t-carousel__control:hover {
  opacity: .6;
}
.t-carousel__arrow {
  width: 34px;
  height: 34px;
  background: transparent;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.t-carousel__arrow.t-carousel__arrow_small {
  width: 20px;
  height: 20px;
}
.t-carousel__arrow.t-carousel__arrow_large {
  width: 54px;
  height: 54px;
}
.t-carousel__arrow__wrapper {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.t-carousel__arrow__wrapper_left {
  left: 30px;
}
.t-carousel__arrow__wrapper_right {
  right: 30px;
}
.t-carousel__arrow_right {
  border-top: 3px solid;
  border-right: 3px solid;
}
.t-carousel__arrow_right.t-carousel__arrow_light {
  border-top: 1px solid;
  border-right: 1px solid;
}
.t-carousel__arrow_right.t-carousel__arrow_bold {
  border-top: 6px solid;
  border-right: 6px solid;
}
.t-carousel__arrow_left {
  border-left: 3px solid;
  border-bottom: 3px solid;
}
.t-carousel__arrow_left.t-carousel__arrow_light {
  border-left: 1px solid;
  border-bottom: 1px solid;
}
.t-carousel__arrow_left.t-carousel__arrow_bold {
  border-left: 6px solid;
  border-bottom: 6px solid;
}
.t-carousel__control.right {
  right: 0;
  left: auto;
}
@media screen and (max-width: 768px) {
  .t-carousel__control .t-carousel__arrow {
    width: 12px;
    height: 12px;
  }
  .t-carousel-control {
    width: 10%;
  }
  .t-carousel__arrow__left {
    left: 15px;
  }
  .t-carousel__arrow__right {
    right: 15px;
  }
}
.t-carousel__indicators.carousel-indicators {
  z-index: 15;
  text-align: center;
  list-style: none;
  position: relative;
  padding-left: 0 !important;
  margin: 0 auto;
  padding: 20px 0;
  bottom: auto;
  left: auto;
}
.t-carousel__indicators.t-carousel__indicators_light {
  padding: 15px 0 18px;
}
.t-carousel__indicators.t-carousel__indicators_bold {
  padding: 24px 0 21px;
}
.t-carousel__indicators .t-carousel__indicator {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #222;
  border: none;
  border-radius: 10px;
  opacity: .4;
  -webkit-transition: .2s ease-in-out opacity;
  -moz-transition: .2s ease-in-out opacity;
  -o-transition: .2s ease-in-out opacity;
  transition: .2s ease-in-out opacity;
}
@media screen and (max-width: 640px) {
  .t-carousel__indicators.carousel-indicators,
  .t-carousel__indicators.t-carousel__indicators_light,
  .t-carousel__indicators.t-carousel__indicators_bold {
    padding: 15px 0;
  }
}
.t-carousel__indicators.t-carousel__indicators_light .t-carousel__indicator {
  width: 4px;
  height: 4px;
  margin: 0 5px;
}
.t-carousel__indicators.t-carousel__indicators_bold .t-carousel__indicator {
  width: 10px;
  height: 10px;
  margin: 0 6px;
}
.t-carousel__indicators .t-carousel__indicator:hover {
  opacity: .8;
}
.t-carousel__indicators .t-carousel__indicator.active {
  opacity: 1;
}
.t-carousel__indicators.t-carousel__indicators_inside {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.t-carousel__caption-inside {
  display: none;
}
.t-carousel__caption_wrapper {
  border-top: 1px solid #eee;
  padding: 14px 0;
}
.t-carousel__descr {
  margin-top: 5px;
  color: #777;
}
.t-zoomer__show_fixed {
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
}
.t-zoomer__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
.t-zoomer__show .t-zoomer__wrapper {
  z-index: 9999999;
  opacity: 1;
}
.t-zoomer__container {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.t-zoomer__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.t-zoomer__comments {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: auto;
}
.t-zoomer__descr {
  z-index: 3;
  text-align: center;
  padding: 14px 20px 0;
  background: transparent;
  max-width: 800px;
  margin: 0 auto;
}
.t-zoomable {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.t-zoomer__show .t-zoomable,
.t-zoomer__show .t-carousel__zoomer__img {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.t-zoomer__container {
  z-index: 99999999;
}
#t-carousel__zoomed,
.t-carousel__zoomer__slides,
.t-carousel__zoomer__inner,
.t-carousel__zoomer__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.t-carousel__zoomer__inner {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}
.t-carousel__zoomer__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  overflow: auto;
}
.t-carousel__zoomer__item {
  height: 100%;
}
.t-zoomer__close {
  position: fixed;
  right: 10px;
  top: 12px;
  width: 29px;
  height: 32px;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 999999999999;
}
.t-zoomer__close:hover {
  opacity: .7;
}
.t-zoomer__close-line {
  position: absolute;
  left: 15px;
  height: 26px;
  width: 2px;
  background-color: #222;
}
.t-zoomer__close-line-first {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.t-zoomer__close-line-second {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.t-carousel__zoomer__control .t-carousel__arrow {
  border-color: #222;
  border-width: 2px;
}
.t-carousel__zoomer__control .t-carousel__arrow__wrapper_right {
  right: 19px;
}
.t-carousel__zoomer__control .t-carousel__arrow__wrapper_left {
  left: 19px;
}
.t107 {
  text-align: center;
}
.t107__width {
  vertical-align: middle;
}
.t107__widthauto {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.t107__title {
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 14px;
  line-height: 28px;
}
.t121__widthauto {
  width: 100%;
  max-width: 940px;
  vertical-align: middle;
}
.t121 iframe {
  display: block;
  border: 0;
  padding: 0;
}
.t001__wrapper {
  padding-top: 42px;
  padding-bottom: 42px;
}
.t001__uptitle {
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 60px;
  padding-top: 30px;
}
.t001__title {
  color: #fff;
  padding: 24px 0px 38px 0px;
  letter-spacing: 0.5px;
}
.t001__descr {
  color: #fff;
  padding: 0px 0px 30px 0px;
}
.t001__descr_center {
  max-width: 700px;
  margin: 0 auto;
}
.t001__descr_center a {
  color: #fff !important;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .t001__title {
    padding-left: 10px;
    padding-right: 10px;
  }
  .t001__uptitle {
    padding-left: 10px;
    padding-right: 10px;
  }
  .t001__descr {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
.t006 {
  position: relative;
}
.t006__line_top {
  width: 100%;
  text-align: center;
  position: relative;
}
.t006__line_top:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
}
.t006__line_bottom {
  border-top: 1px solid #000000;
  width: 100%;
  height: 1px;
  text-align: center;
  margin-top: 22px;
  padding-bottom: 4px;
}
.t006__uptitle {
  padding: 10px 43px;
  background-color: #000000;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
.t006__text-impact {
  padding: 40px 0 30px 0;
  text-align: center;
}
.t006 .t-col_10 {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .t006 .t-col_10 {
    margin: 0;
    padding: 0;
  }
  .t006__text-impact {
    padding-left: 0px;
    padding-right: 0px;
  }
  .t006__line_top {
    height: auto;
  }
}
.t017__uptitle {
  padding-top: 3px;
  padding-bottom: 22px;
}
.t017__title {
  padding-top: 2px;
  padding-bottom: 0px;
}
.t017__descr {
  padding-top: 21px;
}
.t021__line {
  width: 100%;
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #000000;
}
.t021__text-impact {
  text-align: center;
  margin-top: 44px;
  margin-bottom: 54px;
}
.t030__title {
  margin-bottom: 15px;
}
.t030__descr {
  margin-top: 8px;
  padding-bottom: 6px;
}
.t058 {
  padding-bottom: 6px;
}
.t058__text-impact {
  padding-top: 0;
  text-align: center;
}
.t073__tablewrapper {
  display: table;
  width: 100%;
}
.t073__circlewrapper {
  display: table-cell;
  vertical-align: top;
}
.t073__textwrapper {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
  width: 100%;
}
.t073__title {
  font-size: 16px;
  line-height: 25px;
  margin: 0px;
  padding-bottom: 13px;
}
.t073__blockdescr {
  font-size: 16px;
}
.t073__circle {
  background-color: #ccc;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .t073__blockdescr {
    margin-bottom: 20px;
  }
}
.t081__col {
  margin: 0 auto;
  text-align: center;
}
.t081__img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 150px;
  height: 150px;
  max-width: 150px;
  box-sizing: content-box;
  padding-top: 17px;
  padding-bottom: 14px;
}
.t081__title {
  padding-top: 8px;
  padding-bottom: 5px;
}
.t081__descr {
  font-size: 16px;
  line-height: 26px;
  padding-top: 0px;
  padding-bottom: 6px;
}
.t089__inner {
  border-top: 4px solid #000000;
  border-bottom: 4px solid #000000;
  padding: 20px 0;
}
.t089__text {
  line-height: 36px;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 5px;
}
.t090 svg polygon {
  fill: #000000;
}
.t090__outer {
  border-top: 4px solid #000000;
  border-left: 0px;
  padding: 20px 0;
}
.t090__text {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  margin: 0;
}
.t090__img {
  position: relative;
  float: left;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 20px;
  width: 80px;
  height: 80px;
}
.t090__author {
  position: relative;
  float: left;
  width: 500px;
}
.t090__autor-title {
  line-height: 22px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 3px;
}
.t090__autor-descr {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
}
.t090__autor-title2 {
  line-height: 28px;
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 7px;
  padding-left: 40px;
}
.t090__autor-descr2 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  padding-left: 40px;
}
@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 {
    line-height: 20px;
    margin-top: 13px;
  }
  .t090__autor-descr,
  .t090__autor-descr2 {
    font-size: 18px;
    line-height: 28px;
  }
}
.t004 {
  padding-top: 8px;
  padding-bottom: 6px;
}
.t004__text-column-count_2 {
  column-count: 2;
  column-gap: 40px;
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
}
.t004__text-column-count_3 {
  column-count: 3;
  column-gap: 40px;
  -moz-column-count: 3;
  -moz-column-gap: 40px;
  -webkit-column-count: 3;
  -webkit-column-gap: 40px;
}
.t004__text-column-count_4 {
  column-count: 4;
  column-gap: 40px;
  -moz-column-count: 4;
  -moz-column-gap: 40px;
  -webkit-column-count: 4;
  -webkit-column-gap: 40px;
}
.t004__initial-letter:first-child::first-letter {
  font-size: 100px;
  float: left;
  margin: -30px 20px -30px 0;
}
.t004 table {
  border-collapse: collapse;
  font-size: 1em;
  width: 100%;
}
.t004 table td,
.t004 table th {
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.t004 table thead td,
.t004 table th {
  font-weight: bold;
  border-bottom-color: #888;
}
@media screen and (max-width: 1200px) {
  .t004__text-column-count_2,
  .t004__text-column-count_3,
  .t004__text-column-count_4 {
    column-gap: 20px;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
  }
}
@media screen and (max-width: 960px) {
  .t004__text-column-count_2,
  .t004__text-column-count_3,
  .t004__text-column-count_4 {
    column-count: 1;
    column-gap: 0px;
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
  }
}
@media screen and (max-width: 640px) {
  .t004 h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
.t116__videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.t116__videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t118 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.t118__line {
  height: 1px;
  background-color: #000000;
  border: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.t120__title {
  padding-top: 4px;
  padding-bottom: 14px;
}
.t120__descr {
  margin-top: -6px;
  padding-bottom: 3px;
}
.t123__centeredContainer {
  text-align: center;
}
.t013__centeredsection {
  text-align: center;
}
.t013__text {
  padding-top: 8px;
  padding-bottom: 6px;
}
.t013__img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 8px 0 10px 0;
  max-width: 140px;
  width: 80px;
  height: 80px;
}
.t013__autor-title {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.t013__autor-descr {
  font-size: 11px;
  line-height: 16px;
  padding-top: 0px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 960px) {
  .t013__centeredsection {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .t013__centeredsection {
    width: 100% !important;
  }
}
.t147__img {
  vertical-align: middle;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.t147__widthauto {
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}
.t147__title {
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 14px;
  line-height: 28px;
}
.t148__title {
  color: #fff;
  padding-top: 28px;
  padding-bottom: 28px;
  max-width: 480px;
  width: 100%;
  margin-left: 50px;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .t148__title {
    width: 90%;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.t150 {
  height: 50px;
  width: 100%;
}
.t150__cirwrapper {
  text-align: center;
  width: 100%;
}
.t150__cir {
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 22px;
  color: #fff;
  font-family: 'Verdana', sans-serif;
  background-color: #000;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 50px;
  padding-top: 1px;
  z-index: 2;
  position: relative;
}
.t150__linewrapper {
  width: 100%;
  position: absolute;
}
.t150__line {
  height: 1px;
  background-color: #000000;
  border: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-align: center;
  margin: 0px;
  padding: 0px;
  margin-top: 25px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.t151 {
  height: 60px;
}
.t151__centered {
  text-align: center;
  width: 100%;
}
.t151__text {
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 60px;
  color: 'Verdana', sans-serif;
  font-family: "Georgia";
  background-color: #fff;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 60px;
  z-index: 2;
  position: relative;
}
.t151__wrapper {
  width: 100%;
  position: absolute;
}
.t151__line {
  height: 1px;
  background-color: #000000;
  border: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-align: center;
  margin: 0px;
  padding: 0px;
  margin-top: 34px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.t151b {
  height: 60px;
}
.t151b__centered {
  text-align: center;
  width: 100%;
}
.t151b__text {
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 60px;
  color: 'Verdana', sans-serif;
  font-family: "Georgia";
  background-color: #fff;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 60px;
  z-index: 2;
  position: relative;
}
.t151b__wrapper {
  width: 100%;
  position: absolute;
}
.t151b__line {
  height: 1px;
  background-color: #000000;
  border: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-align: center;
  margin: 0px;
  padding: 0px;
  margin-top: 34px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.t152__img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.t152 .t-col_2 {
  max-width: 80px;
}
.t152 .t-col_6 {
  width: auto;
}
.t152 .t152__wrapper {
  display: table;
  height: 80px;
}
.t152__textwrapper {
  display: table-cell;
  vertical-align: middle;
}
.t152__autor-descr {
  font-size: 14px;
  line-height: 20px;
  padding-top: 5px;
}
@media screen and (max-width: 960px) {
  .t152 .t152__col {
    max-width: 62%;
  }
}
.t157__text {
  padding-top: 4px;
  padding-bottom: 4px;
  border-left: 3px solid #000000;
  padding-left: 20px;
  margin-left: -23px;
  padding-bottom: 3px;
}
.t158__text {
  font-size: 28px;
  line-height: 42px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .t158__text {
    font-size: 22px;
    line-height: 34px;
  }
}
.t159__text {
  font-size: 28px;
  line-height: 42px;
  text-align: center;
}
.t162 h2 {
  padding-top: 4px;
  padding-bottom: 14px;
  font-family: 'Verdana', sans-serif;
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  line-height: 34px;
  cursor: pointer;
}
.t162__subtitle {
  font-style: italic;
  font-family: 'Verdana', serif;
  font-size: 14px;
  color: #000000;
  line-height: 28px;
  font-weight: normal;
  margin-top: -12px;
  padding-bottom: 12px;
  cursor: pointer;
}
.t162__text {
  font-family: 'Verdana', serif;
  color: #000000;
  font-size: 18px;
  line-height: 1.55;
  padding-bottom: 56px;
  padding-top: 28px;
}
.t164__wrapper {
  padding-top: 42px;
  padding-bottom: 42px;
}
.t164__text {
  padding-top: 8px;
  padding-bottom: 6px;
  color: #fff;
}
.t164__descr {
  padding-bottom: 16px;
  margin-top: -3px;
  color: #fff;
}
.t164__title {
  padding-bottom: 12px;
  color: #fff;
}
.t164__subtitle {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  margin-top: -12px;
  padding-bottom: 14px;
}
.t167 {
  padding-top: 8px;
  padding-bottom: 6px;
}
.t167 .t167__imgblock {
  float: right;
  margin: 0;
  padding: 6px 0px 20px 30px;
}
.t167__img {
  max-width: 100%;
}
.t167__imgdescr {
  font-family: Arial;
  font-size: 13px;
  line-height: 16px;
  filter: alpha(opacity=70);
  KHTMLOpacity: 0.7;
  MozOpacity: 0.7;
  opacity: 0.7;
  padding-top: 10px;
}
@media screen and (max-width: 640px) {
  .t167 .t-col_8 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .t167__imgblock {
    float: right;
    margin: 0;
    padding: 6px 0px 20px 0px;
  }
}
.t142__submit-overflowed {
  line-height: 1.1 !important;
}
.t142__text {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}
.t142__wrapone {
  position: relative;
  right: 50%;
  float: right;
}
.t142__wraptwo {
  position: relative;
  z-index: 1;
  right: -50%;
}
.t142__submit {
  font-family: 'Verdana', sans-serif;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border: 0 none;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-appearance: none;
  font-weight: bold;
  background: none;
  cursor: pointer;
}
.t142__submit_size_lg {
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  padding-left: 70px;
  padding-right: 70px;
}
.t142__submit_size_xl {
  height: 80px;
  line-height: 80px;
  font-size: 26px;
  padding-left: 80px;
  padding-right: 80px;
}
.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__submit {
    white-space: normal;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-border-radius: 0px;
  }
  .t142__submit_size_lg,
  .t142__submit_size_xl,
  .t142__submit_size_xxl {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .t142__submit_size_lg .t142__text,
  .t142__submit_size_xl .t142__text,
  .t142__submit_size_xxl .t142__text {
    height: 60px;
  }
}
.t191 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.t191__line {
  height: 1px;
  background-color: #000000;
  border: none;
}
.t195__text {
  padding-bottom: 6px;
}
.t195__imgsection {
  text-align: center;
}
.t195__img {
  padding-bottom: 10px;
  padding-top: 4px;
  max-width: 100%;
}
.t195__sectitle {
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: left;
}
.t195__secdescr {
  font-size: 11px;
  line-height: 16px;
  padding-top: 0px;
  padding-bottom: 7px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .t195__imgsection {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .t195__imgsection {
    width: 100% !important;
  }
}
.t199__holder {
  margin: auto;
  padding: 0 40px;
  max-width: 1200px;
}
@media only screen and (max-width: 478px) {
  .t199__holder {
    padding: 0 20px;
    min-width: 320px;
  }
}
@media only screen and (max-width: sm) {
  .t199__holder {
    padding: 0 20px;
    min-width: 320px;
  }
}
.t199__header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 990;
  height: 98px;
  background-color: rgba(255,255,255,0);
  color: #000;
  text-align: right;
  line-height: 98px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow;
}
@media only screen and (max-width: 1024px) {
  .t199__header {
    padding: 0;
    height: 50px;
    text-align: center;
    line-height: 50px;
    box-shadow: inset #eaeaea 0 -1px 1px;
  }
}
@media only screen and (max-width: tab) {
  .t199__header {
    padding: 0;
    height: 50px;
    text-align: center;
    line-height: 50px;
    box-shadow: inset #eaeaea 0 -1px 1px;
  }
}
.t199__header.t199__dark {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .t199__header.t199__dark {
    box-shadow: none;
  }
}
@media only screen and (max-width: tab) {
  .t199__header.t199__dark {
    box-shadow: none;
  }
}
.t199__header.t199__is__active {
  background-color: white;
  box-shadow: rgba(0,0,0,0.13) 0 4px 16px;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .t199__header .t199__holder {
    padding: 0;
  }
}
@media only screen and (max-width: tab) {
  .t199__header .t199__holder {
    padding: 0;
  }
}
.t199__logo {
  float: left;
  color: inherit !important;
}
@media only screen and (max-width: 1024px) {
  .t199__logo {
    float: none;
    margin: 0;
    color: inherit;
  }
}
@media only screen and (max-width: tab) {
  .t199__logo {
    float: none;
    margin: 0;
    color: inherit;
  }
}
.t199__logo-image {
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
}
@media only screen and (max-width: 1024px) {
  .t199__logo-image {
    display: none;
  }
}
@media only screen and (max-width: tab) {
  .t199__logo-image {
    display: none;
  }
}
.t199__logo-image-one {
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
}
.t199__dark .t199__logo-image-one {
  display: none;
}
.t199__is__active .t199__logo-image-one {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .t199__logo-image-one {
    display: none !important;
  }
}
@media only screen and (max-width: tab) {
  .t199__logo-image-one {
    display: none !important;
  }
}
.t199__logo-image-two {
  display: none;
  vertical-align: middle;
  margin-top: -6px;
}
.t199__dark .t199__logo-image-two {
  display: inline-block;
}
.t199__is__active .t199__logo-image-two {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .t199__logo-image-two {
    display: none !important;
  }
}
@media only screen and (max-width: tab) {
  .t199__logo-image-two {
    display: none !important;
  }
}
.t199__logo-text {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.03em;
  font-size: 24px;
  color: inherit !important;
}
@media only screen and (max-width: 1024px) {
  .t199__logo-text {
    display: none;
  }
}
@media only screen and (max-width: tab) {
  .t199__logo-text {
    display: none;
  }
}
.t199__logo-text-mobile {
  display: none;
  vertical-align: middle;
  letter-spacing: 0.03em;
  font-size: 16px;
  color: inherit !important;
}
@media only screen and (max-width: 1024px) {
  .t199__logo-text-mobile {
    display: inline-block;
  }
}
@media only screen and (max-width: tab) {
  .t199__logo-text-mobile {
    display: inline-block;
  }
}
.t199__menu {
  display: inline-block;
  letter-spacing: .12em;
  font-weight: 500;
  position: relative;
}
.t199__menu-item {
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  margin-left: 20px;
  color: inherit !important;
}
.t199__menu-item:hover {
  color: #db7857;
}
.t199__menu-item.t199__is__active {
  color: #db7857;
}
.t199__lang {
  display: inline-block;
  margin-left: 40px;
  letter-spacing: .12em;
  font-weight: 600;
}
.t199__lang-item {
  text-transform: uppercase;
  font-size: 13px;
  font-family: Arial;
  text-decoration: none;
  margin-left: 11px;
  color: inherit !important;
}
.t199__lang-item.t199__is__active {
  border-bottom: 1px solid;
  opacity: 0.7;
}
.t199__mmenu-toggler {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  background: #000;
}
.t199__mmenu-toggler:focus {
  outline: 0;
}
.t199__dark .t199__mmenu-toggler {
  background: none;
}
.t199__header.t199__is__active .t199__mmenu-toggler,
.t199__is__menu .t199__mmenu-toggler {
  background: #000;
}
.t199__mmenu-toggler-in {
  position: relative;
  display: inline-block;
  margin: 6px 0;
  width: 20px;
  height: 3px;
  background: #fff;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
.t199__mmenu-toggler-in:before,
.t199__mmenu-toggler-in:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t199__mmenu-toggler-in:before {
  top: -6px;
}
.t199__mmenu-toggler-in:after {
  bottom: -6px;
}
.is__menu .t199__mmenu-toggler-in {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.is__menu .t199__mmenu-toggler-in:after,
.is__menu .t199__mmenu-toggler-in:before {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media only screen and (max-width: 1024px) {
  .t199__mmenu {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    padding: 10vh 0;
    width: 100%;
    background: #fff;
    color: #000;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .t199__mmenu .t199__menu {
    display: block;
    font-size: 20px;
  }
  .t199__mmenu .t199__menu-item {
    display: block;
    margin: 0;
    font-size: 4vh;
    line-height: 12vh;
    -webkit-transition: none;
    transition: none;
  }
}
@media only screen and (max-width: 1024px) and (max-height: 380px) {
  .t199__mmenu .t199__menu-item {
    margin: 15px 0;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .t199__mmenu .t199__menu-item:hover {
    color: #fff;
    text-decoration: underline;
  }
  .t199__mmenu .t199__lang {
    margin: 0;
    font-size: 3vh;
    line-height: 15vh;
  }
  .t199__mmenu .t199__lang-item {
    margin: 0 6px;
  }
  .t199__mmenu .t199__lang-item.is__active {
    color: #fff;
  }
  .t199__is__menu .t199__mmenu {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media only screen and (max-width: tab) {
  .t199__mmenu {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    padding: 10vh 0;
    width: 100%;
    background: #fff;
    color: #000;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .t199__mmenu .t199__menu {
    display: block;
    font-size: 20px;
  }
  .t199__mmenu .t199__menu-item {
    display: block;
    margin: 0;
    font-size: 4vh;
    line-height: 12vh;
    -webkit-transition: none;
    transition: none;
  }
}
@media only screen and (max-width: tab) and (max-height: 380px) {
  .t199__mmenu .t199__menu-item {
    margin: 15px 0;
    line-height: 20px;
  }
}
@media only screen and (max-width: tab) {
  .t199__mmenu .t199__menu-item:hover {
    color: #fff;
    text-decoration: underline;
  }
  .t199__mmenu .t199__lang {
    margin: 0;
    font-size: 3vh;
    line-height: 15vh;
  }
  .t199__mmenu .t199__lang-item {
    margin: 0 6px;
  }
  .t199__mmenu .t199__lang-item.is__active {
    color: #fff;
  }
  .t199__is__menu .t199__mmenu {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.t199__mmenu-item,
.t199__mmenu-toggler {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .t199__mmenu-item,
  .t199__mmenu-toggler {
    display: block;
  }
}
@media only screen and (max-width: tab) {
  .t199__mmenu-item,
  .t199__mmenu-toggler {
    display: block;
  }
}
.t199__menu-item.t-active {
  opacity: 0.7;
}
.t205__table {
  display: table;
  width: 100%;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  background-color: #000;
}
.t-col_4 .t205__table {
  height: 360px;
}
.t-col_3 .t205__table {
  height: 260px;
}
.t205__cell {
  display: table-cell;
  width: 100%;
  height: 100%;
}
.t205__cell:hover {
  opacity: 0.9;
}
.t205__textwrapper {
  padding: 20px 40px;
}
.t205__text {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
}
.t205__title {
  margin-top: 30px;
  color: #fff;
}
.t-col_4 .t205__text {
  font-size: 14px;
  margin-top: 10px;
}
.t-col_3 .t205__text {
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .t205 .t205__col {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .t205__table {
    height: 350px;
  }
  .t205__textwrapper {
    padding: 20px 20px;
  }
}
.t208__wrapper {
  display: table;
  padding-top: 120px;
  padding-bottom: 120px;
}
.t208__textwrapper {
  display: block;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.t208__text {
  padding-bottom: 20px;
  padding-top: 20px;
  color: #fff;
}
@media screen and (max-width: 720px) {
  .t208__textwrapper {
    margin: 20px 0px;
    padding: 20px;
  }
}
.t209__wrapper {
  display: table;
  padding-top: 120px;
  padding-bottom: 120px;
}
.t209__line {
  width: 140px;
  height: 1px;
  background-color: #fff;
  margin-bottom: 7px;
}
.t209__textwrapper {
  display: block;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.t209__text {
  padding-bottom: 20px;
  padding-top: 20px;
  color: #fff;
}
@media screen and (max-width: 720px) {
  .t209__textwrapper {
    margin: 20px 0px;
    padding: 20px;
  }
}
.t220__textwrapper {
  margin-left: -60px;
  padding: 60px;
}
.t220__title {
  margin-top: -8px;
  padding-bottom: 35px;
}
.t220 .t-col_1 {
  max-width: 120px;
}
.t220 .t-col_2 {
  max-width: 220px;
}
.t220 .t-col_3 {
  max-width: 320px;
}
.t220 .t-col_4 {
  max-width: 420px;
}
.t220 .t-col_5 {
  max-width: 520px;
}
.t220 .t-col_6 {
  max-width: 620px;
}
.t220 .t-col_7 {
  max-width: 720px;
}
.t220 .t-col_8 {
  max-width: 820px;
}
.t220 .t-col_9 {
  max-width: 920px;
}
.t220 .t-col_10 {
  max-width: 1020px;
}
.t220 .t-col_11 {
  max-width: 1120px;
}
.t220 .t-col_12 {
  max-width: 1220px;
}
@media screen and (max-width: 1240px) {
  .t220 .t-col_12 {
    max-width: 1160px;
  }
}
@media screen and (max-width: 1200px) {
  .t220__textwrapper {
    margin-left: -40px;
    padding: 40px;
  }
  .t220 .t-col_1 {
    max-width: 100px;
  }
  .t220 .t-col_2 {
    max-width: 180px;
  }
  .t220 .t-col_3 {
    max-width: 260px;
  }
  .t220 .t-col_4 {
    max-width: 340px;
  }
  .t220 .t-col_5 {
    max-width: 420px;
  }
  .t220 .t-col_6 {
    max-width: 500px;
  }
  .t220 .t-col_7 {
    max-width: 580px;
  }
  .t220 .t-col_8 {
    max-width: 660px;
  }
  .t220 .t-col_9 {
    max-width: 740px;
  }
  .t220 .t-col_10 {
    max-width: 820px;
  }
  .t220 .t-col_11 {
    max-width: 900px;
  }
  .t220 .t-col_12 {
    max-width: 980px;
  }
}
@media screen and (max-width: 980px) {
  .t220 .t-col_12 {
    max-width: 940px;
  }
}
@media screen and (max-width: 960px) {
  .t220 .t-container {
    max-width: 680px;
  }
  .t220__textwrapper {
    margin-left: 0px;
    padding: 40px;
  }
  .t220 .t-col {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 700px) {
  .t220__textwrapper {
    margin-left: 0px;
    padding: 20px;
  }
  .t220 .t-container {
    max-width: 640px;
  }
}
.t232__titlebox {
  padding-top: 4px;
  padding-bottom: 14px;
}
.t232__title {
  cursor: pointer;
  border-bottom: dashed 1px #000000;
  text-decoration: none;
  display: inline;
}
.t232__subtitle {
  font-style: italic;
  font-size: 14px;
  line-height: 28px;
  margin-top: -12px;
  padding-bottom: 12px;
  cursor: pointer;
}
.t232__text {
  padding-bottom: 56px;
  padding-top: 28px;
}
.t254__wrapper {
  position: relative;
}
.t254__text {
  margin-bottom: 30px;
}
.t254__icon {
  position: absolute;
  left: -80px;
  top: -8px;
  font-family: Georgia;
  font-size: 150px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .t254__wrapper {
    padding-left: 20px;
  }
  .t254__icon {
    font-size: 130px;
    left: -50px;
    top: -7px;
  }
}
@media screen and (max-width: 700px) {
  .t254__wrapper {
    padding-left: 40px;
  }
  .t254__icon {
    font-size: 100px;
    left: -18px;
    top: -4px;
  }
  .t254__text {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 660px) {
  .t254__wrapper {
    padding-left: 46px;
  }
  .t254__icon {
    font-size: 80px;
    left: -2px;
    top: -1px;
  }
  .t254__text {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 480px) {
  .t254__wrapper {
    padding-left: 36px;
  }
  .t254__icon {
    font-size: 60px;
    left: -2px;
    top: 0;
  }
}
.t260__accordion {
  margin-top: -1px;
}
.t260__header {
  position: relative;
  padding-top: 20px;
  padding-bottom: 21px;
  padding-right: 50px;
  cursor: pointer;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.t260__icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  background: transparent;
  width: 24px;
  height: 24px;
  padding: 8px;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
.t260__circle {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  border-radius: 100px;
  opacity: 0;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
.t260__header:hover .t260__circle {
  opacity: 1;
  z-index: -1;
}
.t260__lines {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.t260__iconline {
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all ease-in-out .2s, transform ease-in-out .3s;
  -moz-transition: all ease-in-out .2s, transform ease-in-out .3s;
  -o-transition: all ease-in-out .2s, transform ease-in-out .3s;
  transition: all ease-in-out .2s, transform ease-in-out .3s;
  z-index: 1;
}
.t260__iconline_left {
  width: 1px;
  height: 100%;
  top: 0;
}
.t260__iconline_right {
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.t260__opened .t260__lines {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.t260__content {
  display: none;
  -webkit-transition: max-height ease-in-out .5s, opacity ease-in-out .3s;
  -moz-transition: max-height ease-in-out .5s, opacity ease-in-out .3s;
  -o-transition: max-height ease-in-out .5s, opacity ease-in-out .3s;
  transition: max-height ease-in-out .5s, opacity ease-in-out .3s;
}
.t260__textwrapper {
  padding: 0 0 20px;
}
.t260__text {
  margin-bottom: 20px;
}
@media screen and (max-width: 650px) {
  .t260__header {
    padding-top: 15px;
    padding-bottom: 14px;
    padding-right: 38px;
  }
  .t260__icon {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    padding: 0;
  }
  .t260__circle {
    width: 32px;
    height: 32px;
  }
  .t260__text {
    margin-bottom: 15px;
  }
  .t260__textwrapper {
    padding: 0 0 10px;
  }
  .t260__header:hover .t260__circle {
    opacity: 0;
  }
}
.t271__wrapper {
  position: relative;
  border: 1px solid;
  padding: 40px;
  margin: 0 -40px 20px;
  border-radius: 9px;
}
.t271__question {
  margin-bottom: 16px;
}
.t271__question-name,
.t271__answer-name {
  display: table-cell;
  width: 115px;
  vertical-align: top;
  letter-spacing: 0;
  color: #999;
}
.t271__question-text,
.t271__answer-text {
  display: table-cell;
  vertical-align: top;
}
.t271__question-text_bold {
  font-weight: bold;
}
@media screen and (max-width: 725px) {
  .t271__wrapper {
    margin: 0 auto 16px;
    padding: 16px 20px 16px;
  }
  .t271__question-name,
  .t271__answer-name {
    width: 100px;
    font-size: 13px;
    padding-top: 2px;
  }
  .t271__question {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 640px) {
  .t271__question-name,
  .t271__answer-name {
    width: auto;
    padding-top: 0;
    display: block;
    margin-bottom: 2px;
  }
  .t271__question {
    margin-bottom: 13px;
  }
}
.t267__wrapper {
  position: relative;
  text-align: center;
}
.t267__icon {
  margin-bottom: 20px;
}
@media screen and (max-width: 710px) {
  .t267__icon {
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -webkit-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    margin-bottom: 10px;
  }
}
.t300 {
  display: none;
}
.t300__tooltipster-noir {
  border-radius: 0px;
  background: #000;
  color: #fff;
  max-width: 300px;
}
.t300__tooltipster-noir .tooltipster-content {
  padding: 18px 18px;
}
.t300__content-text a {
  color: inherit;
}
.t300__content-img img {
  width: 100%;
  padding-bottom: 16px;
}
.t300__content-text {
  font-family: 'Verdana', serif;
  font-size: 14px;
  line-height: 20px;
}
.t300__content-title {
  font-family: 'Verdana', sans-serif;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 4px;
  margin-top: -4px;
}
.t-carousel__height.t-width_6 {
  width: 560px !important;
  max-width: 560px !important;
}
.t-carousel__height.t-width_7 {
  width: 660px !important;
  max-width: 660px !important;
}
.t-carousel__height.t-width_8 {
  width: 760px !important;
  max-width: 760px !important;
}
.t-carousel__height.t-width_9 {
  width: 860px !important;
  max-width: 860px !important;
}
.t-carousel__height.t-width_10 {
  width: 960px !important;
  max-width: 960px !important;
}
.t-carousel__height.t-width_11 {
  width: 1060px !important;
  max-width: 1060px !important;
}
.t-carousel__height.t-width_12 {
  width: 1160px !important;
  max-width: 1160px !important;
}
.t372__line {
  width: 80px;
  height: 2px;
  background: #222;
  margin-bottom: 14px;
}
.t372__line-center {
  margin-left: auto;
  margin-right: auto;
}
.t372__line-right {
  margin-left: auto;
  margin-right: 0;
}
.t373__col {
  display: table-cell;
  vertical-align: top;
}
.t373__circle {
  border-radius: 100px;
  background: #222;
  position: relative;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 14px;
}
.t373__img {
  width: 30px;
  display: block;
  height: auto;
  margin-right: 14px;
}
.t373__title {
  color: #fff;
  position: absolute;
  left: 1px;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
}
.t373__circle-lg.t373__circle {
  width: 40px;
  height: 40px;
  margin-right: 18px;
}
.t373__circle-lg .t373__title {
  font-size: 20px;
}
.t373__circle-xl.t373__circle {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.t373__circle-xl .t373__title {
  font-size: 26px;
}
.t373__circle-xxl.t373__circle {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.t373__circle-xxl .t373__title {
  font-size: 30px;
}
.t223__blocktext {
  padding-top: 20px;
}
.t223 iframe {
  display: block;
  border: 0;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .t223-col_right {
    margin-top: 30px;
  }
}

.t-body {
  margin: 0px;
}
#allrecords {
  -webkit-font-smoothing: antialiased;
  background-color: none;
}
#allrecords a {
  color: #78a2b7;
  text-decoration: none;
}
#allrecords a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
#allrecords ol {
  padding-left: 22px;
}
#allrecords ul {
  padding-left: 20px;
}
@media print {
  body,
  html {
    min-width: 1200px;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    border: none;
  }
}
.t-text {
  font-family: 'Verdana', 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-text_lg {
  font-size: 22px;
  line-height: 1.55;
}
.t-text_weight_plus {
  font-weight: 400;
}
.t-text-impact {
  font-family: 'Verdana', serif;
  font-weight: 300;
  color: #000000;
}
.t-text-impact_xs {
  font-size: 26px;
  line-height: 1.50;
}
.t-text-impact_sm {
  font-size: 32px;
  line-height: 1.35;
}
.t-text-impact_md {
  font-size: 38px;
  line-height: 1.35;
}
.t-text-impact_lg {
  font-size: 42px;
  line-height: 1.23;
}
.t-name {
  font-family: 'Verdana', sans-serif;
  font-weight: 600;
  color: #000000;
}
.t-name_xs {
  font-size: 16px;
  line-height: 1.35;
}
.t-name_sm {
  font-size: 18px;
  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: 'Verdana', sans-serif;
  font-weight: 600;
  color: #000000;
}
.t-heading_xs {
  font-size: 26px;
  line-height: 1.23;
}
.t-heading_sm {
  font-size: 28px;
  line-height: 1.17;
}
.t-heading_md {
  font-size: 30px;
  line-height: 1.17;
}
.t-heading_lg {
  font-size: 32px;
  line-height: 1.17;
}
.t-title {
  font-family: 'Verdana', sans-serif;
  font-weight: 600;
  color: #000000;
}
.t-title_xxs {
  font-size: 36px;
  line-height: 1.23;
}
.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_xl {
  font-size: 72px;
  line-height: 1.17;
}
.t-title_xxl {
  font-size: 82px;
  line-height: 1.17;
}
.t-descr {
  font-family: 'Verdana', 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_lg {
  font-size: 22px;
  line-height: 1.55;
}
.t-descr_xl {
  font-size: 24px;
  line-height: 1.50;
}
.t-descr_xxl {
  font-size: 26px;
  line-height: 1.45;
}
.t-descr_xxxl {
  font-size: 30px;
  line-height: 1.45;
  letter-spacing: 0.45;
}
.t-uptitle {
  font-family: 'Verdana', sans-serif;
  font-weight: 600;
  color: #000000;
  letter-spacing: 2.5px;
}
.t-uptitle_xs {
  font-size: 12px;
}
.t-uptitle_sm {
  font-size: 14px;
}
.t-uptitle_md {
  font-size: 16px;
}
.t-uptitle_lg {
  font-size: 18px;
}
.t-uptitle_xl {
  font-size: 20px;
  letter-spacing: 2px;
}
.t-uptitle_xxl {
  font-size: 22px;
  letter-spacing: 2px;
}
.t-uptitle_xxxl {
  font-size: 24px;
  letter-spacing: 2px;
}
@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-text_lg {
    font-size: 20px;
  }
  .t-text-impact_md {
    font-size: 30px;
  }
  .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_lg {
    font-size: 20px;
  }
  .t-descr_xl {
    font-size: 22px;
  }
  .t-descr_xxl {
    font-size: 22px;
  }
  .t-descr_xxxl {
    font-size: 26px;
  }
  .t-uptitle_md {
    font-size: 14px;
  }
  .t-uptitle_lg {
    font-size: 16px;
  }
  .t-uptitle_xl {
    font-size: 18px;
  }
  .t-uptitle_xxl {
    font-size: 20px;
  }
  .t-uptitle_xxxl {
    font-size: 22px;
  }
  .t-title_xxs {
    font-size: 32px;
  }
  .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_xl {
    font-size: 68px;
  }
  .t-title_xxl {
    font-size: 78px;
  }
  .t-name_xs {
    font-size: 14px;
  }
  .t-name_sm {
    font-size: 16px;
  }
  .t-name_md {
    font-size: 18px;
  }
  .t-name_lg {
    font-size: 20px;
  }
  .t-name_xl {
    font-size: 22px;
  }
  .t-heading_xs {
    font-size: 24px;
  }
  .t-heading_sm {
    font-size: 26px;
  }
  .t-heading_md {
    font-size: 28px;
  }
  .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-text_lg {
    font-size: 18px;
    line-height: 1.45;
  }
  .t-text-impact_sm {
    font-size: 22px;
  }
  .t-text-impact_md {
    font-size: 26px;
  }
  .t-text-impact_lg {
    font-size: 28px;
  }
  .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_lg {
    font-size: 18px;
    line-height: 1.45;
  }
  .t-descr_xl {
    font-size: 20px;
    line-height: 1.40;
  }
  .t-descr_xxl {
    font-size: 20px;
  }
  .t-descr_xxxl {
    font-size: 22px;
  }
  .t-uptitle_xs {
    font-size: 10px;
  }
  .t-uptitle_sm {
    font-size: 10px;
  }
  .t-uptitle_md {
    font-size: 12px;
  }
  .t-uptitle_lg {
    font-size: 14px;
  }
  .t-uptitle_xl {
    font-size: 16px;
  }
  .t-uptitle_xxl {
    font-size: 18px;
  }
  .t-uptitle_xxxl {
    font-size: 20px;
  }
  .t-title_xxs {
    font-size: 28px;
  }
  .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_xl {
    font-size: 32px;
  }
  .t-title_xxl {
    font-size: 36px;
  }
  .t-name_xs {
    font-size: 12px;
  }
  .t-name_sm {
    font-size: 14px;
  }
  .t-name_md {
    font-size: 16px;
  }
  .t-name_lg {
    font-size: 18px;
  }
  .t-name_xl {
    font-size: 20px;
  }
  .t-heading_xs {
    font-size: 22px;
  }
  .t-heading_sm {
    font-size: 24px;
  }
  .t-heading_md {
    font-size: 24px;
  }
  .t-heading_lg {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .t-title_xl {
    font-size: 30px;
  }
  .t-title_xxl {
    font-size: 30px;
  }
}
.t-records {
  -webkit-font_smoothing: antialiased;
  background-color: none;
}
.t-records a {
  color: #78a2b7;
  text-decoration: none;
}
.t-records a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.t-records ol {
  padding-left: 22px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.t-records ul {
  padding-left: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.t-cover {
  height: 700px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
}
.t-cover__carrier {
  height: 700px;
  width: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background-attachment: fixed;
}
.t-cover__carrier.loading {
  opacity: 0;
}
.t-cover__carrier.loaded {
  opacity: 1;
  transition: opacity 400ms;
}
@media screen and (max-device-width: 1024px) {
  .t-cover {
    background-attachment: scroll;
  }
  .t-cover__carrier {
    background-attachment: scroll;
  }
}
@media print {
  .t-cover {
    background-attachment: scroll;
  }
  .t-cover__carrier {
    background-attachment: scroll;
  }
}
.t-cover__filter {
  height: 700px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.t-cover .t-container,
.t-cover .t-container_100,
.t-cover .t-container_10,
.t-cover .t-container_8 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.t-cover__wrapper {
  height: 700px;
  display: table-cell;
  width: 1200px;
}
.t-cover__wrapper span.space {
  display: inline-block;
  height: 100%;
  width: 1px;
}
@media screen and (max-width: 640px) {
  .t-cover {
    height: 400px;
    background-attachment: fixed;
  }
  .t-cover__carrier {
    background-attachment: scroll !important;
    background-size: cover;
    background-position: center center;
  }
  .t-cover__filter {
    height: 400px;
  }
  .t-cover__wrapper {
    height: 400px;
  }
}
@-webkit-keyframes t-arrow-bottom {
  0% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  55% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes t-arrow-bottom {
  0% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  55% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.t-cover__arrow-wrapper_animated {
  animation: t-arrow-bottom 1.7s infinite ease;
}
.t-cover__arrow {
  position: absolute;
  z-index: 9;
  bottom: 40px;
  right: 0;
  left: 0;
  text-align: center;
}
.t-cover__arrow-wrapper {
  display: inline-block;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
.t-cover__arrow-wrapper:hover {
  opacity: .7;
}
.t-cover__arrow-svg {
  fill: #fff;
}
@media screen and (max-width: 640px) {
  .t-cover__arrow_mobile {
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -webkit-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
  }
  .t-cover__arrow {
    bottom: 14px;
  }
}
.t-btn {
  display: inline-block;
  font-family: 'Verdana', sans-serif;
  height: 60px;
  border: 0 none;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  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;
}
@media screen and (max-width: 640px) {
  .t-btn {
    white-space: normal;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.t-btn_sm {
  height: 40px;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
}
.t-btn_lg {
  height: 60px;
  font-size: 22px;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 640px) {
  .t-btn_lg {
    font-size: 18px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.t-submit {
  font-family: 'Verdana', sans-serif;
  text-align: center;
  height: 60px;
  border: 0 none;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-appearance: none;
  font-weight: bold;
  white-space: nowrap;
  background-image: none;
  cursor: pointer;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .t-submit {
    white-space: normal;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.t-input {
  margin: 0;
  font-family: 'Verdana', sans-serif;
  font-size: 100%;
  height: 60px;
  padding: 0px 20px;
  font-size: 16px;
  line-height: 1.33;
  width: 100%;
  border: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.t-input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.t-input_bbonly {
  outline: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 1200px) {
  .t-screenmin-1200px {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .t-screenmin-980px {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .t-screenmin-640px {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .t-screenmin-480px {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .t-screenmin-320px {
    display: none;
  }
}
@media screen and (min-width: 321px) {
  .t-screenmax-320px {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  .t-screenmax-480px {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .t-screenmax-640px {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  .t-screenmax-980px {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .t-screenmax-1200px {
    display: none;
  }
}
.t-hidden {
  display: none;
}
.t-opacity_50 {
  filter: alpha(opacity=50);
  KHTMLOpacity: 0.50;
  MozOpacity: 0.50;
  opacity: 0.50;
}
.t-opacity_70 {
  filter: alpha(opacity=70);
  KHTMLOpacity: 0.70;
  MozOpacity: 0.70;
  opacity: 0.70;
}
.t-uppercase {
  text-transform: uppercase;
}
.t-align_center {
  text-align: center;
}
.t-align_left {
  text-align: left;
}
.t-align_right {
  text-align: right;
}
.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-margin_left_auto {
  margin-right: 0;
  margin-left: auto;
}
.yashare-style .b-share-btn__facebook,
.yashare-style .b-share-btn__twitter,
.yashare-style .b-share-btn__vkontakte {
  background-color: transparent !important;
}
.yashare-style .b-share__link {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}
.yashare-style-black-white .b-share-btn__wrap {
  background-color: #000 !important;
  padding: 5px !important;
}
.yashare-style-transp-white .b-share-btn__wrap {
  padding: 5px !important;
}
.yashare-style-transp-white .b-share-counter {
  color: #fff;
  font-weight: bold;
}
.yashare-style-white-black .b-share-btn__wrap {
  background-color: #fff !important;
  padding: 5px !important;
}
.yashare-style-white-black .b-share-icon {
  background-image: url("//static.tildacdn.com/img/b-share_counter_large_white.png") !important;
}
.yashare-style-transp-black .b-share-btn__wrap {
  padding: 5px !important;
}
.yashare-style-transp-black .b-share-icon {
  background-image: url("//static.tildacdn.com/img/b-share_counter_large_white.png") !important;
}
.yashare-style-transp-black .b-share-counter {
  color: #000;
  font-weight: bold;
}
.ya-share2 ul {
  padding-left: 0px !important;
}
.carousel {
  position: relative;
}
.carousel ol {
  padding-left: 0px !important;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  line-height: 1;
}
.carousel-inner .widthauto {
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.carousel-control.right {
  right: 0;
  left: auto;
}
.carousel-control .carousel-control-left {
  position: absolute;
  top: 48%;
  z-index: 5;
  display: inline-block;
  left: 20%;
  height: 34px;
  width: 21px;
  background: url(//static.tildacdn.com/img/aboutSliderControls.png) no-repeat;
}
.carousel-control .carousel-control-left-white {
  position: absolute;
  top: 48%;
  z-index: 5;
  display: inline-block;
  left: 20%;
  height: 34px;
  width: 21px;
  background: url(//static.tildacdn.com/img/aboutSliderControls_white.png) no-repeat;
}
.carousel-control .carousel-control-right {
  position: absolute;
  top: 48%;
  z-index: 5;
  display: inline-block;
  right: 20%;
  height: 34px;
  width: 21px;
  background: url(//static.tildacdn.com/img/aboutSliderControls.png) no-repeat;
  background-position: left bottom;
}
.carousel-control .carousel-control-right-white {
  position: absolute;
  top: 48%;
  z-index: 5;
  display: inline-block;
  right: 20%;
  height: 34px;
  width: 21px;
  background: url(//static.tildacdn.com/img/aboutSliderControls_white.png) no-repeat;
  background-position: left bottom;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators.dotsbottom {
  bottom: -60px;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  margin-left: 5px;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000000;
  border: none;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 0;
  margin-left: 4px;
  margin-right: 4px;
  border: 1px solid #000000;
  border-radius: 10px;
  background-color: transparent;
}
.carousel-indicators li.white {
  background-color: #fff;
}
.carousel-indicators li.white.active {
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: transparent;
}
.carousel-caption-imgs h6 {
  font-family: 'Verdana', serif;
  color: #000000;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  padding-top: 28px;
  padding-bottom: 0px;
  text-align: center;
}
.carousel-caption-imgs p {
  font-family: 'Verdana', serif;
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
}
.carousel-title {
  font-family: 'Verdana', sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  padding-top: 36px;
  padding-bottom: 14px;
  text-align: center;
}
.carousel-descr {
  font-family: 'Verdana', serif;
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .carousel-control .carousel-control-left {
    left: 10%;
  }
  .carousel-control .carousel-control-left-white {
    left: 10%;
  }
  .carousel-control .carousel-control-right {
    right: 10%;
  }
  .carousel-control .carousel-control-right-white {
    right: 10%;
  }
}
.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_white {
  background-color: #fff;
  color: #000;
}
.t-tildalabel_gray {
  background-color: #eee;
  color: #000;
}
.t-tildalabel__wrapper {
  display: table;
  height: 30px;
  width: 270px;
  margin: 0 auto;
  padding-top: 20px;
  opacity: 0.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-tildalabel_white .t-tildalabel__link,
.t-tildalabel_gray .t-tildalabel__link {
  color: #000;
}
.t-carousel {
  position: relative;
}
.t-carousel__inner {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.t-carousel__slides {
  position: relative;
}
.t-carousel__inner > .t-carousel__item {
  position: relative;
  display: none;
  -webkit-transition: 0 ease-in-out left;
  -moz-transition: 0 ease-in-out left;
  -o-transition: 0 ease-in-out left;
  transition: 0 ease-in-out left;
}
.t-carousel__inner > .t-carousel__item.t-carousel__animation_fast {
  -webkit-transition: .3s ease-in-out left;
  -moz-transition: .3s ease-in-out left;
  -o-transition: .3s ease-in-out left;
  transition: .3s ease-in-out left;
}
.t-carousel__inner > .t-carousel__item.t-carousel__animation_slow {
  -webkit-transition: .6s ease-in-out left;
  -moz-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.t-carousel__item__wrapper {
  position: relative;
  margin: 0 auto;
}
.t-carousel__item__img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.t-carousel_cover .t-carousel__item__img {
  background-size: cover;
}
.t-carousel__inner > .active,
.t-carousel__inner > .next,
.t-carousel__inner > .prev {
  display: block;
}
.t-carousel__inner > .active {
  left: 0;
}
.t-carousel__inner > .next,
.t-carousel__inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.t-carousel__inner > .next {
  left: 100%;
}
.t-carousel__inner > .prev {
  left: -100%;
}
.t-carousel__inner > .next.left,
.t-carousel__inner > .prev.right {
  left: 0;
}
.t-carousel__inner > .active.left {
  left: -100%;
}
.t-carousel__inner > .active.right {
  left: 100%;
}
.t-carousel__arrows__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=',sizingMethod='scale');
  background: none !important;
}
.t-carousel__arrow_outsidesmall .t-carousel__arrow__wrapper_left {
  left: 16px;
}
.t-carousel__arrow_outsidesmall .t-carousel__arrow__wrapper_right {
  right: 16px;
}
.t-carousel__arrow_outsidemiddle .t-carousel__arrow__wrapper_left {
  left: 20px;
}
.t-carousel__arrow_outsidemiddle .t-carousel__arrow__wrapper_right {
  right: 20px;
}
.t-carousel__control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  pointer-events: auto;
}
.t-carousel__control:hover {
  opacity: .6;
}
.t-carousel__arrow {
  width: 34px;
  height: 34px;
  background: transparent;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.t-carousel__arrow.t-carousel__arrow_small {
  width: 20px;
  height: 20px;
}
.t-carousel__arrow.t-carousel__arrow_large {
  width: 54px;
  height: 54px;
}
.t-carousel__arrow__wrapper {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.t-carousel__arrow__wrapper_left {
  left: 30px;
}
.t-carousel__arrow__wrapper_right {
  right: 30px;
}
.t-carousel__arrow_right {
  border-top: 3px solid;
  border-right: 3px solid;
}
.t-carousel__arrow_right.t-carousel__arrow_light {
  border-top: 1px solid;
  border-right: 1px solid;
}
.t-carousel__arrow_right.t-carousel__arrow_bold {
  border-top: 6px solid;
  border-right: 6px solid;
}
.t-carousel__arrow_left {
  border-left: 3px solid;
  border-bottom: 3px solid;
}
.t-carousel__arrow_left.t-carousel__arrow_light {
  border-left: 1px solid;
  border-bottom: 1px solid;
}
.t-carousel__arrow_left.t-carousel__arrow_bold {
  border-left: 6px solid;
  border-bottom: 6px solid;
}
.t-carousel__control.right {
  right: 0;
  left: auto;
}
@media screen and (max-width: 768px) {
  .t-carousel__control .t-carousel__arrow {
    width: 12px;
    height: 12px;
  }
  .t-carousel-control {
    width: 10%;
  }
  .t-carousel__arrow__left {
    left: 15px;
  }
  .t-carousel__arrow__right {
    right: 15px;
  }
}
.t-carousel__indicators.carousel-indicators {
  z-index: 15;
  text-align: center;
  list-style: none;
  position: relative;
  padding-left: 0 !important;
  margin: 0 auto;
  padding: 20px 0;
  bottom: auto;
  left: auto;
}
.t-carousel__indicators.t-carousel__indicators_light {
  padding: 15px 0 18px;
}
.t-carousel__indicators.t-carousel__indicators_bold {
  padding: 24px 0 21px;
}
.t-carousel__indicators .t-carousel__indicator {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #222;
  border: none;
  border-radius: 10px;
  opacity: .4;
  -webkit-transition: .2s ease-in-out opacity;
  -moz-transition: .2s ease-in-out opacity;
  -o-transition: .2s ease-in-out opacity;
  transition: .2s ease-in-out opacity;
}
@media screen and (max-width: 640px) {
  .t-carousel__indicators.carousel-indicators,
  .t-carousel__indicators.t-carousel__indicators_light,
  .t-carousel__indicators.t-carousel__indicators_bold {
    padding: 15px 0;
  }
}
.t-carousel__indicators.t-carousel__indicators_light .t-carousel__indicator {
  width: 4px;
  height: 4px;
  margin: 0 5px;
}
.t-carousel__indicators.t-carousel__indicators_bold .t-carousel__indicator {
  width: 10px;
  height: 10px;
  margin: 0 6px;
}
.t-carousel__indicators .t-carousel__indicator:hover {
  opacity: .8;
}
.t-carousel__indicators .t-carousel__indicator.active {
  opacity: 1;
}
.t-carousel__indicators.t-carousel__indicators_inside {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.t-carousel__caption-inside {
  display: none;
}
.t-carousel__caption_wrapper {
  border-top: 1px solid #eee;
  padding: 14px 0;
}
.t-carousel__descr {
  margin-top: 5px;
  color: #777;
}
.t-zoomer__show_fixed {
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
}
.t-zoomer__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
.t-zoomer__show .t-zoomer__wrapper {
  z-index: 9999999;
  opacity: 1;
}
.t-zoomer__container {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.t-zoomer__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.t-zoomer__comments {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: auto;
}
.t-zoomer__descr {
  z-index: 3;
  text-align: center;
  padding: 14px 20px 0;
  background: transparent;
  max-width: 800px;
  margin: 0 auto;
}
.t-zoomable {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.t-zoomer__show .t-zoomable,
.t-zoomer__show .t-carousel__zoomer__img {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.t-zoomer__container {
  z-index: 99999999;
}
#t-carousel__zoomed,
.t-carousel__zoomer__slides,
.t-carousel__zoomer__inner,
.t-carousel__zoomer__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.t-carousel__zoomer__inner {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}
.t-carousel__zoomer__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  overflow: auto;
}
.t-carousel__zoomer__item {
  height: 100%;
}
.t-zoomer__close {
  position: fixed;
  right: 10px;
  top: 12px;
  width: 29px;
  height: 32px;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 999999999999;
}
.t-zoomer__close:hover {
  opacity: .7;
}
.t-zoomer__close-line {
  position: absolute;
  left: 15px;
  height: 26px;
  width: 2px;
  background-color: #222;
}
.t-zoomer__close-line-first {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.t-zoomer__close-line-second {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.t-carousel__zoomer__control .t-carousel__arrow {
  border-color: #222;
  border-width: 2px;
}
.t-carousel__zoomer__control .t-carousel__arrow__wrapper_right {
  right: 19px;
}
.t-carousel__zoomer__control .t-carousel__arrow__wrapper_left {
  left: 19px;
}
.t107 {
  text-align: center;
}
.t107__width {
  vertical-align: middle;
}
.t107__widthauto {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.t107__title {
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 14px;
  line-height: 28px;
}
.t121__widthauto {
  width: 100%;
  max-width: 940px;
  vertical-align: middle;
}
.t121 iframe {
  display: block;
  border: 0;
  padding: 0;
}
.t001__wrapper {
  padding-top: 42px;
  padding-bottom: 42px;
}
.t001__uptitle {
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 60px;
  padding-top: 30px;
}
.t001__title {
  color: #fff;
  padding: 24px 0px 38px 0px;
  letter-spacing: 0.5px;
}
.t001__descr {
  color: #fff;
  padding: 0px 0px 30px 0px;
}
.t001__descr_center {
  max-width: 700px;
  margin: 0 auto;
}
.t001__descr_center a {
  color: #fff !important;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .t001__title {
    padding-left: 10px;
    padding-right: 10px;
  }
  .t001__uptitle {
    padding-left: 10px;
    padding-right: 10px;
  }
  .t001__descr {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
.t006 {
  position: relative;
}
.t006__line_top {
  width: 100%;
  text-align: center;
  position: relative;
}
.t006__line_top:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
}
.t006__line_bottom {
  border-top: 1px solid #000000;
  width: 100%;
  height: 1px;
  text-align: center;
  margin-top: 22px;
  padding-bottom: 4px;
}
.t006__uptitle {
  padding: 10px 43px;
  background-color: #000000;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
.t006__text-impact {
  padding: 40px 0 30px 0;
  text-align: center;
}
.t006 .t-col_10 {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .t006 .t-col_10 {
    margin: 0;
    padding: 0;
  }
  .t006__text-impact {
    padding-left: 0px;
    padding-right: 0px;
  }
  .t006__line_top {
    height: auto;
  }
}
.t017__uptitle {
  padding-top: 3px;
  padding-bottom: 22px;
}
.t017__title {
  padding-top: 2px;
  padding-bottom: 0px;
}
.t017__descr {
  padding-top: 21px;
}
.t021__line {
  width: 100%;
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #000000;
}
.t021__text-impact {
  text-align: center;
  margin-top: 44px;
  margin-bottom: 54px;
}
.t030__title {
  margin-bottom: 15px;
}
.t030__descr {
  margin-top: 8px;
  padding-bottom: 6px;
}
.t037 .t-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.t037__title {
  font-family: 'Verdana', sans-serif;
  color: #000000;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  padding-right: 50px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.t037__text {
  padding-top: 8px;
  padding-bottom: 6px;
}
@media screen and (max-width: 960px) {
  .t037 .t-container {
    display: -webkit-block;
    display: block;
  }
  .t037__title {
    padding-right: 0px;
  }
}
@media screen and (max-width: 640px) {
  .t037__title {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.t046__text {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 4px;
}
.t051__text {
  text-align: center;
}
.t056__title {
  padding-top: 8px;
  padding-bottom: 9px;
}
.t056__descr {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  padding-top: 22px;
  padding-bottom: 5px;
}
.t058 {
  padding-bottom: 6px;
}
.t058__text-impact {
  padding-top: 0;
  text-align: center;
}
.t073__tablewrapper {
  display: table;
  width: 100%;
}
.t073__circlewrapper {
  display: table-cell;
  vertical-align: top;
}
.t073__textwrapper {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
  width: 100%;
}
.t073__title {
  font-size: 16px;
  line-height: 25px;
  margin: 0px;
  padding-bottom: 13px;
}
.t073__blockdescr {
  font-size: 16px;
}
.t073__circle {
  background-color: #ccc;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .t073__col {
    margin-bottom: 36px;
  }
  .t073__col:last-child {
    margin-bottom: 0;
  }
  .t073__title {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .t073__blockdescr {
    margin-bottom: 20px;
  }
}
.t081__col {
  margin: 0 auto;
  text-align: center;
}
.t081__img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 150px;
  height: 150px;
  max-width: 150px;
  box-sizing: content-box;
  padding-top: 17px;
  padding-bottom: 14px;
}
.t081__title {
  padding-top: 8px;
  padding-bottom: 5px;
}
.t081__descr {
  font-size: 16px;
  line-height: 26px;
  padding-top: 0px;
  padding-bottom: 6px;
}
.t089__inner {
  border-top: 4px solid #000000;
  border-bottom: 4px solid #000000;
  padding: 20px 0;
}
.t089__text {
  line-height: 36px;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 5px;
}
.t090 svg polygon {
  fill: #000000;
}
.t090__outer {
  border-top: 4px solid #000000;
  border-left: 0px;
  padding: 20px 0;
}
.t090__text {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  margin: 0;
}
.t090__img {
  position: relative;
  float: left;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 20px;
  width: 80px;
  height: 80px;
}
.t090__author {
  position: relative;
  float: left;
  width: 500px;
}
.t090__autor-title {
  line-height: 22px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 3px;
  padding-left: 100px;
}
.t090__autor-descr {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  padding-left: 100px;
}
.t090__autor-title2 {
  line-height: 28px;
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 7px;
  padding-left: 40px;
}
.t090__autor-descr2 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  padding-left: 40px;
}
@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 {
    line-height: 20px;
    margin-top: 13px;
  }
}
.t004 {
  padding-top: 8px;
  padding-bottom: 6px;
}
.t004__text-column-count_2 {
  column-count: 2;
  column-gap: 40px;
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
}
.t004__text-column-count_3 {
  column-count: 3;
  column-gap: 40px;
  -moz-column-count: 3;
  -moz-column-gap: 40px;
  -webkit-column-count: 3;
  -webkit-column-gap: 40px;
}
.t004__text-column-count_4 {
  column-count: 4;
  column-gap: 40px;
  -moz-column-count: 4;
  -moz-column-gap: 40px;
  -webkit-column-count: 4;
  -webkit-column-gap: 40px;
}
.t004__initial-letter:first-child::first-letter {
  font-size: 100px;
  float: left;
  margin: -30px 20px -30px 0;
}
.t004 table {
  border-collapse: collapse;
  font-size: 1em;
  width: 100%;
}
.t004 table td,
.t004 table th {
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.t004 table thead td,
.t004 table th {
  font-weight: bold;
  border-bottom-color: #888;
}
@media screen and (max-width: 1200px) {
  .t004__text-column-count_2,
  .t004__text-column-count_3,
  .t004__text-column-count_4 {
    column-gap: 20px;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
  }
}
@media screen and (max-width: 960px) {
  .t004__text-column-count_2,
  .t004__text-column-count_3,
  .t004__text-column-count_4 {
    column-count: 1;
    column-gap: 0px;
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
  }
}
@media screen and (max-width: 640px) {
  .t004 h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
.t116__videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.t116__videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t118 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.t118__line {
  height: 1px;
  background-color: #000000;
  border: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.t120__title {
  padding-top: 4px;
  padding-bottom: 14px;
}
.t120__descr {
  margin-top: -6px;
  padding-bottom: 3px;
}
.t123__centeredContainer {
  text-align: center;
}
.t013__centeredsection {
  text-align: center;
}
.t013__text {
  padding-top: 8px;
  padding-bottom: 6px;
}
.t013__img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 8px 0 10px 0;
  max-width: 140px;
  width: 80px;
  height: 80px;
}
.t013__autor-title {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.t013__autor-descr {
  font-size: 11px;
  line-height: 16px;
  padding-top: 0px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 960px) {
  .t013__centeredsection {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .t013__centeredsection {
    width: 100% !important;
  }
}
.t215 .t-row {
  clear: both;
}
.t215__blockimg {
  height: 560px;
  margin-bottom: 20px;
}
.t215__title {
  padding-bottom: 14px;
}
.t215__descr {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 14px;
}
.t215__textwrapper {
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .t215__blockimg {
    height: 460px;
  }
}
@media screen and (max-width: 960px) {
  .t215__blockimg {
    max-width: 460px;
    height: 460px;
  }
}
@media screen and (max-width: 320px) {
  .t215__blockimg {
    height: 320px;
  }
}
@media screen and (max-width: 640px) {
  .t141 {
    position: relative !important;
    text-align: center;
    padding: 20px;
    top: 0px !important;
    right: 0px !important;
  }
}
.t147__img {
  vertical-align: middle;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.t147__widthauto {
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}
.t147__title {
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 14px;
  line-height: 28px;
}
.t148__title {
  color: #fff;
  padding-top: 28px;
  padding-bottom: 28px;
  max-width: 480px;
  width: 100%;
  margin-left: 50px;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .t148__title {
    width: 90%;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.t149 a {
  text-decoration: none;
  color: #78a2b7;
}
.t149__title {
  margin-top: 20px;
  margin-bottom: 0px;
}
.t149__subtitle {
  margin-top: 4px;
  margin-bottom: 0px;
  opacity: 0.5;
}
.t149__sp {
  margin-bottom: 20px;
}
.t149__descr {
  font-size: 16px;
  line-height: 24px;
  margin-top: 40px;
}
.t149__img {
  width: 100%;
}
.t149__img.t149__circle {
  width: 70%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.07);
}
.t149__textwrapper {
  display: table;
  width: 100%;
}
.t149__floatbeaker_lr3 {
  display: none;
}
@media screen and (max-width: 960px) {
  .t149__col.t-col_4,
  .t149__col.t-col_6 {
    width: 100%;
    max-width: 580px;
    display: table;
    vertical-align: middle;
    margin: 0 auto 50px;
    float: none;
  }
  .t149__col.t-col_4:last-child,
  .t149__col.t-col_6:last-child {
    margin-bottom: 0 !important;
  }
  .t149__col.t-col_4 .t149__img,
  .t149__col.t-col_6 .t149__img {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .t149__col.t-col_4 .t149__img.t149__circle,
  .t149__col.t-col_6 .t149__img.t149__circle {
    width: 100%;
  }
  .t149__col.t-col_4 .t149__textwrapper,
  .t149__col.t-col_6 .t149__textwrapper {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-left: 30px;
  }
  .t149__col.t-col_3 {
    max-width: 320px;
    display: inline;
    float: left;
    margin-bottom: 60px;
  }
  .t149__floatbeaker_lr3 {
    display: block;
    width: 100%;
    content: " ";
    clear: both;
  }
  .t149__col.t-col_3 .t149__title {
    font-size: 16px;
    line-height: 24px;
  }
  .t149__col.t-col_3 .t149__subtitle {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 660px) {
  .t149__col.t-col_3,
  .t149__col.t-col_4,
  .t149__col.t-col_6 {
    max-width: 480px;
    display: table;
    vertical-align: middle;
    margin: 0 auto;
    margin-bottom: 40px;
    float: none;
  }
  .t149__img {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .t149__img.t149__circle {
    width: 100%;
  }
  .t149__textwrapper {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  .t149__col.t-col_3 .t149__textwrapper {
    padding-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .t149__col.t-col_3,
  .t149__col.t-col_4,
  .t149__col.t-col_6 {
    max-width: 320px;
    width: 100%;
    display: block;
    float: none;
  }
  .t149__img {
    display: block;
  }
  .t149__img.t149__circle {
    max-width: 70%;
    margin: 0 auto;
  }
  .t149__col.t-col_3 .t149__textwrapper,
  .t149__col.t-col_4 .t149__textwrapper,
  .t149__col.t-col_6 .t149__textwrapper,
  .t149__textwrapper {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
  }
}
.t150 {
  height: 50px;
  width: 100%;
}
.t150__cirwrapper {
  text-align: center;
  width: 100%;
}
.t150__cir {
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 22px;
  color: #fff;
  font-family: 'Verdana', sans-serif;
  background-color: #000;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 50px;
  padding-top: 1px;
  z-index: 2;
  position: relative;
}
.t150__linewrapper {
  width: 100%;
  position: absolute;
}
.t150__line {
  height: 1px;
  background-color: #000000;
  border: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-align: center;
  margin: 0px;
  padding: 0px;
  margin-top: 25px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.t151 {
  height: 60px;
}
.t151__centered {
  text-align: center;
  width: 100%;
}
.t151__text {
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 60px;
  color: 'Verdana', sans-serif;
  font-family: "Georgia";
  background-color: #fff;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 60px;
  z-index: 2;
  position: relative;
}
.t151__wrapper {
  width: 100%;
  position: absolute;
}
.t151__line {
  height: 1px;
  background-color: #000000;
  border: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-align: center;
  margin: 0px;
  padding: 0px;
  margin-top: 34px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.t151b {
  height: 60px;
}
.t151b__centered {
  text-align: center;
  width: 100%;
}
.t151b__text {
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 60px;
  color: 'Verdana', sans-serif;
  font-family: "Georgia";
  background-color: #fff;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 60px;
  z-index: 2;
  position: relative;
}
.t151b__wrapper {
  width: 100%;
  position: absolute;
}
.t151b__line {
  height: 1px;
  background-color: #000000;
  border: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-align: center;
  margin: 0px;
  padding: 0px;
  margin-top: 34px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.t152__img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.t152 .t-col_2 {
  max-width: 80px;
}
.t152 .t-col_6 {
  width: auto;
}
.t152 .t152__wrapper {
  display: table;
  height: 80px;
}
.t152__textwrapper {
  display: table-cell;
  vertical-align: middle;
}
.t152__autor-descr {
  font-size: 14px;
  line-height: 20px;
  padding-top: 5px;
}
@media screen and (max-width: 960px) {
  .t152 .t152__col {
    max-width: 62%;
  }
}
.t157__text {
  padding-top: 4px;
  padding-bottom: 4px;
  border-left: 3px solid #000000;
  padding-left: 20px;
  margin-left: -23px;
  padding-bottom: 3px;
}
.t158__text {
  font-size: 28px;
  line-height: 42px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .t158__text {
    font-size: 22px;
    line-height: 34px;
  }
}
.t159__text {
  font-size: 28px;
  line-height: 42px;
  text-align: center;
}
.t160 {
  text-align: center;
  padding-bottom: 20px;
}
.t160__img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 150px;
  max-width: 150px;
  height: 150px;
  padding-top: 17px;
  padding-bottom: 14px;
}
.t160__title {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 5px;
}
.t160__descr {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 6px;
  letter-spacing: 2px;
}
.t160__text {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 22px;
  line-height: 1.55;
}
@media screen and (max-width: 960px) {
  .t160__wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .t160__text {
    font-size: 18px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 480px) {
  .t160__text {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.t162 h2 {
  padding-top: 4px;
  padding-bottom: 14px;
  font-family: 'Verdana', sans-serif;
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  line-height: 34px;
  cursor: pointer;
}
.t162__subtitle {
  font-style: italic;
  font-family: 'Verdana', serif;
  font-size: 14px;
  color: #000000;
  line-height: 28px;
  font-weight: normal;
  margin-top: -12px;
  padding-bottom: 12px;
  cursor: pointer;
}
.t162__text {
  font-family: 'Verdana', serif;
  color: #000000;
  font-size: 18px;
  line-height: 1.55;
  padding-bottom: 56px;
  padding-top: 28px;
}
.t164__wrapper {
  padding-top: 42px;
  padding-bottom: 42px;
}
.t164__text {
  padding-top: 8px;
  padding-bottom: 6px;
  color: #fff;
}
.t164__descr {
  padding-bottom: 16px;
  margin-top: -3px;
  color: #fff;
}
.t164__title {
  padding-bottom: 12px;
  color: #fff;
}
.t164__subtitle {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  margin-top: -12px;
  padding-bottom: 14px;
}
.t166 .t-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.t166__textsmall {
  padding-top: 11px;
  padding-bottom: 7px;
}
.t166__text {
  padding-top: 8px;
  padding-bottom: 6px;
}
@media screen and (max-width: 960px) {
  .t166 .t-container {
    display: -webkit-block;
    display: block;
  }
}
.t167 {
  padding-top: 8px;
  padding-bottom: 6px;
}
.t167 .t167__imgblock {
  float: right;
  margin: 0;
  padding: 6px 0px 20px 30px;
}
.t167__img {
  max-width: 100%;
}
.t167__imgdescr {
  font-family: Arial;
  font-size: 13px;
  line-height: 16px;
  filter: alpha(opacity=70);
  KHTMLOpacity: 0.7;
  MozOpacity: 0.7;
  opacity: 0.7;
  padding-top: 10px;
}
@media screen and (max-width: 640px) {
  .t167 .t-col_8 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .t167__imgblock {
    float: right;
    margin: 0;
    padding: 6px 0px 20px 0px;
  }
}
.t142__submit-overflowed {
  line-height: 1.1 !important;
}
.t142__text {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}
.t142__wrapone {
  position: relative;
  right: 50%;
  float: right;
}
.t142__wraptwo {
  position: relative;
  z-index: 1;
  right: -50%;
}
.t142__submit {
  font-family: 'Verdana', sans-serif;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border: 0 none;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-appearance: none;
  font-weight: bold;
  background: none;
  cursor: pointer;
}
.t142__submit_size_sm {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
}
.t142__submit_size_lg {
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  padding-left: 70px;
  padding-right: 70px;
}
.t142__submit_size_xl {
  height: 80px;
  line-height: 80px;
  font-size: 26px;
  padding-left: 80px;
  padding-right: 80px;
}
.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__submit {
    white-space: normal;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-border-radius: 0px;
  }
  .t142__submit_size_lg,
  .t142__submit_size_xl,
  .t142__submit_size_xxl {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .t142__submit_size_lg .t142__text,
  .t142__submit_size_xl .t142__text,
  .t142__submit_size_xxl .t142__text {
    height: 60px;
  }
}
.t182 {
  text-align: center;
}
.t182__wrapper {
  padding-top: 42px;
  padding-bottom: 42px;
}
.t182__title {
  color: #fff;
  padding: 24px 0px 24px 0px;
  letter-spacing: 1px;
}
.t182__descr {
  color: #fff;
  padding: 15px 0px 30px 0px;
}
.t182__buttons {
  margin-top: 45px;
}
.t182 .t-btn:nth-child(2) {
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .t182__title {
    font-size: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .t182__descr {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .t182 .t-btn:nth-child(2) {
    margin-left: 5px;
  }
  .t182 .t-btn {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.t183__wrapper {
  padding-top: 42px;
  padding-bottom: 42px;
}
.t183__uptitle {
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 20px;
  padding-top: 10px;
}
.t183__title {
  color: #fff;
  padding: 24px 0px 24px 0px;
  letter-spacing: 1px;
}
.t183__buttons {
  margin-top: 45px;
}
.t183 .t-btn:nth-child(2) {
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .t183__title {
    padding-left: 10px;
    padding-right: 10px;
  }
  .t183__uptitle {
    padding-left: 10px;
    padding-right: 10px;
  }
  .t183 .t-btn:nth-child(2) {
    margin-left: 5px;
  }
  .t183 .t-btn {
    margin: 5px;
  }
}
.t185__butwrapper {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .t185__butwrapper {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .t185 {
    text-align: center;
  }
}
.t186A__wrapper {
  display: table;
}
.t186A__blockinput {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 50%;
  padding-right: 20px;
}
.t186A__blockbutton {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .t186A__wrapper {
    display: block;
  }
  .t186A__blockinput {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }
  .t186A__blockbutton {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
  .t186A__submit {
    width: 100%;
  }
}
.t186A__blockinput-errors {
  background: #ff6666 none repeat scroll 0px 0px;
}
.js-error-control-box .t186A__input {
  font-family: 'Verdana', serif;
  border: 1px solid #FF0000 !important;
}
.t186A__blockinput-errors-text {
  color: #ffff77;
  font-family: 'Verdana', serif;
  box-sizing: border-box;
  padding: 0px 10px 10px 10px;
}
.t186A__blockinput-errors-item {
  font-family: 'Verdana', serif;
  padding-top: 10px;
  display: none;
}
.t186A__blockinput-errorbox {
  font-family: 'Verdana', serif;
  background: #ff6666 none repeat scroll 0px 0px;
  color: #ffff77;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.t186A__blockinput-success {
  text-align: center;
  background: #FFF;
  color: #222;
  padding: 20px;
  font-family: 'Verdana', serif;
  border: 2px solid #22DD22;
  margin-bottom: 20px;
}
.t188__wrapone {
  position: relative;
  right: 50%;
  float: right;
}
.t188__wraptwo {
  position: relative;
  z-index: 1;
  right: -50%;
}
.t188__sociallinkimg {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.t188__imgwrapper {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.t191 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.t191__line {
  height: 1px;
  background-color: #000000;
  border: none;
}
.t195__text {
  padding-bottom: 6px;
}
.t195__imgsection {
  text-align: center;
}
.t195__img {
  padding-bottom: 10px;
  padding-top: 4px;
  max-width: 100%;
}
.t195__sectitle {
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: left;
}
.t195__secdescr {
  font-size: 11px;
  line-height: 16px;
  padding-top: 0px;
  padding-bottom: 7px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .t195__imgsection {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .t195__imgsection {
    width: 100% !important;
  }
}
.t199__holder {
  margin: auto;
  padding: 0 40px;
  max-width: 1200px;
}
@media only screen and (max-width: 478px) {
  .t199__holder {
    padding: 0 20px;
    min-width: 320px;
  }
}
@media only screen and (max-width: sm) {
  .t199__holder {
    padding: 0 20px;
    min-width: 320px;
  }
}
.t199__header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 990;
  height: 98px;
  background-color: rgba(255,255,255,0);
  color: #000;
  text-align: right;
  line-height: 98px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow;
}
@media only screen and (max-width: 1024px) {
  .t199__header {
    padding: 0;
    height: 50px;
    text-align: center;
    line-height: 50px;
    box-shadow: inset #eaeaea 0 -1px 1px;
  }
}
@media only screen and (max-width: tab) {
  .t199__header {
    padding: 0;
    height: 50px;
    text-align: center;
    line-height: 50px;
    box-shadow: inset #eaeaea 0 -1px 1px;
  }
}
.t199__header.t199__dark {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .t199__header.t199__dark {
    box-shadow: none;
  }
}
@media only screen and (max-width: tab) {
  .t199__header.t199__dark {
    box-shadow: none;
  }
}
.t199__header.t199__is__active {
  background-color: white;
  box-shadow: rgba(0,0,0,0.13) 0 4px 16px;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .t199__header .t199__holder {
    padding: 0;
  }
}
@media only screen and (max-width: tab) {
  .t199__header .t199__holder {
    padding: 0;
  }
}
.t199__logo {
  float: left;
  color: inherit !important;
}
@media only screen and (max-width: 1024px) {
  .t199__logo {
    float: none;
    margin: 0;
    color: inherit;
  }
}
@media only screen and (max-width: tab) {
  .t199__logo {
    float: none;
    margin: 0;
    color: inherit;
  }
}
.t199__logo-image {
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
}
@media only screen and (max-width: 1024px) {
  .t199__logo-image {
    display: none;
  }
}
@media only screen and (max-width: tab) {
  .t199__logo-image {
    display: none;
  }
}
.t199__logo-image-one {
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
}
.t199__dark .t199__logo-image-one {
  display: none;
}
.t199__is__active .t199__logo-image-one {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .t199__logo-image-one {
    display: none !important;
  }
}
@media only screen and (max-width: tab) {
  .t199__logo-image-one {
    display: none !important;
  }
}
.t199__logo-image-two {
  display: none;
  vertical-align: middle;
  margin-top: -6px;
}
.t199__dark .t199__logo-image-two {
  display: inline-block;
}
.t199__is__active .t199__logo-image-two {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .t199__logo-image-two {
    display: none !important;
  }
}
@media only screen and (max-width: tab) {
  .t199__logo-image-two {
    display: none !important;
  }
}
.t199__logo-text {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.03em;
  font-size: 24px;
  color: inherit !important;
}
@media only screen and (max-width: 1024px) {
  .t199__logo-text {
    display: none;
  }
}
@media only screen and (max-width: tab) {
  .t199__logo-text {
    display: none;
  }
}
.t199__logo-text-mobile {
  display: none;
  vertical-align: middle;
  letter-spacing: 0.03em;
  font-size: 16px;
  color: inherit !important;
}
@media only screen and (max-width: 1024px) {
  .t199__logo-text-mobile {
    display: inline-block;
  }
}
@media only screen and (max-width: tab) {
  .t199__logo-text-mobile {
    display: inline-block;
  }
}
.t199__menu {
  display: inline-block;
  letter-spacing: .12em;
  font-weight: 500;
  position: relative;
}
.t199__menu-item {
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  margin-left: 20px;
  color: inherit !important;
}
.t199__menu-item:hover {
  color: #db7857;
}
.t199__menu-item.t199__is__active {
  color: #db7857;
}
.t199__lang {
  display: inline-block;
  margin-left: 40px;
  letter-spacing: .12em;
  font-weight: 600;
}
.t199__lang-item {
  text-transform: uppercase;
  font-size: 13px;
  font-family: Arial;
  text-decoration: none;
  margin-left: 11px;
  color: inherit !important;
}
.t199__lang-item.t199__is__active {
  border-bottom: 1px solid;
  opacity: 0.7;
}
.t199__mmenu-toggler {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  background: #000;
}
.t199__mmenu-toggler:focus {
  outline: 0;
}
.t199__dark .t199__mmenu-toggler {
  background: none;
}
.t199__header.t199__is__active .t199__mmenu-toggler,
.t199__is__menu .t199__mmenu-toggler {
  background: #000;
}
.t199__mmenu-toggler-in {
  position: relative;
  display: inline-block;
  margin: 6px 0;
  width: 20px;
  height: 3px;
  background: #fff;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
.t199__mmenu-toggler-in:before,
.t199__mmenu-toggler-in:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t199__mmenu-toggler-in:before {
  top: -6px;
}
.t199__mmenu-toggler-in:after {
  bottom: -6px;
}
.is__menu .t199__mmenu-toggler-in {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.is__menu .t199__mmenu-toggler-in:after,
.is__menu .t199__mmenu-toggler-in:before {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media only screen and (max-width: 1024px) {
  .t199__mmenu {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    padding: 10vh 0;
    width: 100%;
    background: #fff;
    color: #000;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .t199__mmenu .t199__menu {
    display: block;
    font-size: 20px;
  }
  .t199__mmenu .t199__menu-item {
    display: block;
    margin: 0;
    font-size: 4vh;
    line-height: 12vh;
    -webkit-transition: none;
    transition: none;
  }
}
@media only screen and (max-width: 1024px) and (max-height: 380px) {
  .t199__mmenu .t199__menu-item {
    margin: 15px 0;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .t199__mmenu .t199__menu-item:hover {
    color: #fff;
    text-decoration: underline;
  }
  .t199__mmenu .t199__lang {
    margin: 0;
    font-size: 3vh;
    line-height: 15vh;
  }
  .t199__mmenu .t199__lang-item {
    margin: 0 6px;
  }
  .t199__mmenu .t199__lang-item.is__active {
    color: #fff;
  }
  .t199__is__menu .t199__mmenu {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    overflow: scroll;
  }
}
@media only screen and (max-width: tab) {
  .t199__mmenu {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    padding: 10vh 0;
    width: 100%;
    background: #fff;
    color: #000;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .t199__mmenu .t199__menu {
    display: block;
    font-size: 20px;
  }
  .t199__mmenu .t199__menu-item {
    display: block;
    margin: 0;
    font-size: 4vh;
    line-height: 12vh;
    -webkit-transition: none;
    transition: none;
  }
}
@media only screen and (max-width: tab) and (max-height: 380px) {
  .t199__mmenu .t199__menu-item {
    margin: 15px 0;
    line-height: 20px;
  }
}
@media only screen and (max-width: tab) {
  .t199__mmenu .t199__menu-item:hover {
    color: #fff;
    text-decoration: underline;
  }
  .t199__mmenu .t199__lang {
    margin: 0;
    font-size: 3vh;
    line-height: 15vh;
  }
  .t199__mmenu .t199__lang-item {
    margin: 0 6px;
  }
  .t199__mmenu .t199__lang-item.is__active {
    color: #fff;
  }
  .t199__is__menu .t199__mmenu {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    overflow: scroll;
  }
}
.t199__mmenu-item,
.t199__mmenu-toggler {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .t199__mmenu-item,
  .t199__mmenu-toggler {
    display: block;
  }
}
@media only screen and (max-width: tab) {
  .t199__mmenu-item,
  .t199__mmenu-toggler {
    display: block;
  }
}
.t199__menu-item.t-active {
  opacity: 0.7;
}
.t203__wrapper {
  display: table;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-left: -60px;
  margin-right: -60px;
}
.t203__textwrapper {
  display: block;
  text-align: left;
  background-color: #fff;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.t203__title {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t203__text {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 720px) {
  .t203__wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .t203__textwrapper {
    margin: 20px 0px;
    padding: 20px;
  }
}
.t205__table {
  display: table;
  width: 100%;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  background-color: #000;
}
.t-col_4 .t205__table {
  height: 360px;
}
.t-col_3 .t205__table {
  height: 260px;
}
.t205__cell {
  display: table-cell;
  width: 100%;
  height: 100%;
}
.t205__cell:hover {
  opacity: 0.9;
}
.t205__textwrapper {
  padding: 20px 40px;
}
.t205__text {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
}
.t205__title {
  margin-top: 30px;
  color: #fff;
}
.t-col_4 .t205__text {
  font-size: 14px;
  margin-top: 10px;
}
.t-col_3 .t205__text {
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .t205 .t205__col {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .t205__table {
    height: 350px;
  }
  .t205__textwrapper {
    padding: 20px 20px;
  }
}
.t208__wrapper {
  display: table;
  padding-top: 120px;
  padding-bottom: 120px;
}
.t208__textwrapper {
  display: block;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.t208__text {
  padding-bottom: 20px;
  padding-top: 20px;
  color: #fff;
}
@media screen and (max-width: 720px) {
  .t208__textwrapper {
    margin: 20px 0px;
    padding: 20px;
  }
}
.t209__wrapper {
  display: table;
  padding-top: 120px;
  padding-bottom: 120px;
}
.t209__line {
  width: 140px;
  height: 1px;
  background-color: #fff;
  margin-bottom: 7px;
}
.t209__textwrapper {
  display: block;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.t209__text {
  padding-bottom: 20px;
  padding-top: 20px;
  color: #fff;
}
@media screen and (max-width: 720px) {
  .t209__textwrapper {
    margin: 20px 0px;
    padding: 20px;
  }
}
.t220__textwrapper {
  margin-left: -60px;
  padding: 60px;
}
.t220__title {
  margin-top: -8px;
  padding-bottom: 35px;
}
.t220 .t-col_1 {
  max-width: 120px;
}
.t220 .t-col_2 {
  max-width: 220px;
}
.t220 .t-col_3 {
  max-width: 320px;
}
.t220 .t-col_4 {
  max-width: 420px;
}
.t220 .t-col_5 {
  max-width: 520px;
}
.t220 .t-col_6 {
  max-width: 620px;
}
.t220 .t-col_7 {
  max-width: 720px;
}
.t220 .t-col_8 {
  max-width: 820px;
}
.t220 .t-col_9 {
  max-width: 920px;
}
.t220 .t-col_10 {
  max-width: 1020px;
}
.t220 .t-col_11 {
  max-width: 1120px;
}
.t220 .t-col_12 {
  max-width: 1220px;
}
@media screen and (max-width: 1240px) {
  .t220 .t-col_12 {
    max-width: 1160px;
  }
}
@media screen and (max-width: 1200px) {
  .t220__textwrapper {
    margin-left: -40px;
    padding: 40px;
  }
  .t220 .t-col_1 {
    max-width: 100px;
  }
  .t220 .t-col_2 {
    max-width: 180px;
  }
  .t220 .t-col_3 {
    max-width: 260px;
  }
  .t220 .t-col_4 {
    max-width: 340px;
  }
  .t220 .t-col_5 {
    max-width: 420px;
  }
  .t220 .t-col_6 {
    max-width: 500px;
  }
  .t220 .t-col_7 {
    max-width: 580px;
  }
  .t220 .t-col_8 {
    max-width: 660px;
  }
  .t220 .t-col_9 {
    max-width: 740px;
  }
  .t220 .t-col_10 {
    max-width: 820px;
  }
  .t220 .t-col_11 {
    max-width: 900px;
  }
  .t220 .t-col_12 {
    max-width: 980px;
  }
}
@media screen and (max-width: 980px) {
  .t220 .t-col_12 {
    max-width: 940px;
  }
}
@media screen and (max-width: 960px) {
  .t220 .t-container {
    max-width: 680px;
  }
  .t220__textwrapper {
    margin-left: 0px;
    padding: 40px;
  }
  .t220 .t-col {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 700px) {
  .t220__textwrapper {
    margin-left: 0px;
    padding: 20px;
  }
  .t220 .t-container {
    max-width: 640px;
  }
}
.t223__blocktext {
  padding-top: 20px;
}
.t223 iframe {
  display: block;
  border: 0;
  padding: 0;
}
.t232__titlebox {
  padding-top: 4px;
  padding-bottom: 14px;
}
.t232__title {
  cursor: pointer;
  border-bottom: dashed 1px #000000;
  text-decoration: none;
  display: inline;
}
.t232__subtitle {
  font-style: italic;
  font-size: 14px;
  line-height: 28px;
  margin-top: -12px;
  padding-bottom: 12px;
  cursor: pointer;
}
.t232__text {
  padding-bottom: 56px;
  padding-top: 28px;
}
.t254__wrapper {
  position: relative;
}
.t254__text {
  margin-bottom: 30px;
}
.t254__icon {
  position: absolute;
  left: -80px;
  top: -8px;
  font-family: Georgia;
  font-size: 150px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .t254__wrapper {
    padding-left: 20px;
  }
  .t254__icon {
    font-size: 130px;
    left: -50px;
    top: -7px;
  }
}
@media screen and (max-width: 700px) {
  .t254__wrapper {
    padding-left: 40px;
  }
  .t254__icon {
    font-size: 100px;
    left: -18px;
    top: -4px;
  }
  .t254__text {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 660px) {
  .t254__wrapper {
    padding-left: 46px;
  }
  .t254__icon {
    font-size: 80px;
    left: -2px;
    top: -1px;
  }
  .t254__text {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 480px) {
  .t254__wrapper {
    padding-left: 36px;
  }
  .t254__icon {
    font-size: 60px;
    left: -2px;
    top: 0;
  }
}
.t260__accordion {
  margin-top: -1px;
}
.t260__header {
  position: relative;
  padding-top: 20px;
  padding-bottom: 21px;
  padding-right: 50px;
  cursor: pointer;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.t260__icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  background: transparent;
  width: 24px;
  height: 24px;
  padding: 8px;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
.t260__circle {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  border-radius: 100px;
  opacity: 0;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
.t260__header:hover .t260__circle {
  opacity: 1;
  z-index: -1;
}
.t260__lines {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.t260__iconline {
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all ease-in-out .2s, transform ease-in-out .3s;
  -moz-transition: all ease-in-out .2s, transform ease-in-out .3s;
  -o-transition: all ease-in-out .2s, transform ease-in-out .3s;
  transition: all ease-in-out .2s, transform ease-in-out .3s;
  z-index: 1;
}
.t260__iconline_left {
  width: 1px;
  height: 100%;
  top: 0;
}
.t260__iconline_right {
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.t260__opened .t260__lines {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.t260__content {
  display: none;
  -webkit-transition: max-height ease-in-out .5s, opacity ease-in-out .3s;
  -moz-transition: max-height ease-in-out .5s, opacity ease-in-out .3s;
  -o-transition: max-height ease-in-out .5s, opacity ease-in-out .3s;
  transition: max-height ease-in-out .5s, opacity ease-in-out .3s;
}
.t260__textwrapper {
  padding: 0 0 20px;
}
.t260__text {
  margin-bottom: 20px;
}
@media screen and (max-width: 650px) {
  .t260__header {
    padding-top: 15px;
    padding-bottom: 14px;
    padding-right: 38px;
  }
  .t260__icon {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    padding: 0;
  }
  .t260__circle {
    width: 32px;
    height: 32px;
  }
  .t260__text {
    margin-bottom: 15px;
  }
  .t260__textwrapper {
    padding: 0 0 10px;
  }
  .t260__header:hover .t260__circle {
    opacity: 0;
  }
}
.t264__wrapper {
  padding: 20px;
  background: #f8f8f8;
}
.t264__title {
  margin-bottom: 19px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}
.t264__descr {
  color: #888;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .t264__title {
    margin-bottom: 10px;
  }
  .t264__descr {
    margin-bottom: 11px;
  }
}
.t271__wrapper {
  position: relative;
  border: 1px solid;
  padding: 40px;
  margin: 0 -40px 20px;
  border-radius: 9px;
}
.t271__question {
  margin-bottom: 16px;
}
.t271__question-name,
.t271__answer-name {
  display: table-cell;
  width: 115px;
  vertical-align: top;
  letter-spacing: 0;
  color: #999;
}
.t271__question-text,
.t271__answer-text {
  display: table-cell;
  vertical-align: top;
}
.t271__question-text_bold {
  font-weight: bold;
}
@media screen and (max-width: 725px) {
  .t271__wrapper {
    margin: 0 auto 16px;
    padding: 16px 20px 16px;
  }
  .t271__question-name,
  .t271__answer-name {
    width: 100px;
    font-size: 13px;
    padding-top: 2px;
  }
  .t271__question {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 640px) {
  .t271__question-name,
  .t271__answer-name {
    width: auto;
    padding-top: 0;
    display: block;
    margin-bottom: 2px;
  }
  .t271__question {
    margin-bottom: 13px;
  }
}
.t267__wrapper {
  position: relative;
  text-align: center;
}
.t267__icon {
  margin-bottom: 20px;
}
@media screen and (max-width: 710px) {
  .t267__icon {
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -webkit-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    margin-bottom: 10px;
  }
}
.t265__wrapper {
  padding: 30px 20px 28px 55px;
  position: relative;
  text-align: left;
}
.t265__icon {
  position: absolute;
  top: 27px;
  left: 20px;
}
@media screen and (max-width: 650px) {
  .t265__wrapper {
    padding: 20px 20px 16px 50px;
    margin: 0 -20px;
  }
  .t265__icon {
    top: 16px;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
  }
}
.t186C__blockinput {
  display: block;
  vertical-align: middle;
  height: 100%;
  padding-right: 0px;
  margin-bottom: 25px;
}
.t186C__blockinput textarea {
  padding-top: 17px;
}
.t186C__blocktitle {
  display: block;
  vertical-align: middle;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 5px;
}
.t186C__blockbutton {
  display: block;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  margin-bottom: 10px;
}
.t186C__nomargin .t186C__blocktitle {
  padding-bottom: 0;
  margin-bottom: 0;
}
.t186C__nomargin .t186C__blockinput {
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  .t186C__wrapper {
    display: block;
  }
  .t186C__blockbutton {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
  }
  .t186C__blockinput textarea {
    padding-top: 5px;
  }
  .t186C__blockinput {
    padding-right: 0px;
  }
  .t186C__submit {
    width: 100%;
  }
}
.t186C__blockinput-errors {
  background: #ff6666 none repeat scroll 0px 0px;
}
.js-error-control-box .t186C__input {
  border: 1px solid #FF0000 !important;
}
.t186C__blockinput-errors-text {
  color: #ffff77;
  box-sizing: border-box;
  padding: 0px 10px 10px 10px;
  font-family: 'Verdana', serif;
}
.t186C__blockinput-errors-item {
  padding-top: 10px;
  display: none;
  font-family: 'Verdana', serif;
}
.t186C__blockinput-errorbox {
  background: #ff6666 none repeat scroll 0px 0px;
  color: #ffff77;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Verdana', serif;
}
.t186C__blockinput-success {
  text-align: center;
  background: #FFF;
  color: #222;
  padding: 20px;
  border: 2px solid #22DD22;
  margin-bottom: 20px;
  font-family: 'Verdana', serif;
}
.t300 {
  display: none;
}
.t300__tooltipster-noir {
  border-radius: 0px;
  background: #000;
  color: #fff;
  max-width: 300px;
}
.t300__tooltipster-noir .tooltipster-content {
  padding: 18px 18px;
}
.t300__content-text a {
  color: inherit;
}
.t300__content-img img {
  width: 100%;
  padding-bottom: 16px;
}
.t300__content-text {
  font-family: 'Verdana', serif;
  font-size: 14px;
  line-height: 20px;
}
.t300__content-title {
  font-family: 'Verdana', sans-serif;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 4px;
  margin-top: -4px;
}
.t-carousel__height.t-width_6 {
  width: 560px !important;
  max-width: 560px !important;
}
.t-carousel__height.t-width_7 {
  width: 660px !important;
  max-width: 660px !important;
}
.t-carousel__height.t-width_8 {
  width: 760px !important;
  max-width: 760px !important;
}
.t-carousel__height.t-width_9 {
  width: 860px !important;
  max-width: 860px !important;
}
.t-carousel__height.t-width_10 {
  width: 960px !important;
  max-width: 960px !important;
}
.t-carousel__height.t-width_11 {
  width: 1060px !important;
  max-width: 1060px !important;
}
.t-carousel__height.t-width_12 {
  width: 1160px !important;
  max-width: 1160px !important;
}
.t029__container {
  text-align: center;
  padding-bottom: 8px;
}
.t029__col {
  float: none;
  display: inline-block;
}
.t029__linewrapper {
  position: relative;
}
.t029__line {
  width: 100%;
  height: 1px;
  display: table-cell;
}
.t029__opacity {
  display: table-cell;
  min-width: 200px;
  height: 1px;
}
@media screen and (max-width: 600px) {
  .t029__opacity {
    min-width: 120px;
  }
}
.t372__line {
  width: 80px;
  height: 2px;
  background: #222;
  margin-bottom: 14px;
}
.t372__line-center {
  margin-left: auto;
  margin-right: auto;
}
.t372__line-right {
  margin-left: auto;
  margin-right: 0;
}
.t373__col {
  display: table-cell;
  vertical-align: top;
}
.t373__circle {
  border-radius: 100px;
  background: #222;
  position: relative;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 14px;
}
.t373__img {
  width: 30px;
  display: block;
  height: auto;
  margin-right: 14px;
}
.t373__title {
  color: #fff;
  position: absolute;
  left: 1px;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
}
.t373__circle-lg.t373__circle {
  width: 40px;
  height: 40px;
  margin-right: 18px;
}
.t373__circle-lg .t373__title {
  font-size: 20px;
}
.t373__circle-xl.t373__circle {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.t373__circle-xl .t373__title {
  font-size: 26px;
}
.t373__circle-xxl.t373__circle {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.t373__circle-xxl .t373__title {
  font-size: 30px;
}
.t223__blocktext {
  padding-top: 20px;
}
.t223 iframe {
  display: block;
  border: 0;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .t223-col_right {
    margin-top: 30px;
  }
}
.t416__bg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
  opacity: .7;
}
.t416__content {
  text-align: center;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-30%) scale(.9);
  -ms-transform: translateY(-30%) scale(.9);
  -webkit-transform: translateY(-30%) scale(.9);
  -o-transform: translateY(-30%) scale(.9);
  transform: translateY(-30%) scale(.9);
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  right: 0;
  left: 0;
  opacity: 0;
  margin: 0 auto;
}
.t416__content {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  z-index: 1;
}
.t416__content.t416__content_static {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  -moz-transform: translateY(30%) scale(.9);
  -ms-transform: translateY(30%) scale(.9);
  -webkit-transform: translateY(30%) scale(.9);
  -o-transform: translateY(30%) scale(.9);
  transform: translateY(30%) scale(.9);
}
.t416__content.t416__content_static {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.t416__nowidth .t416__mainblock {
  padding: 0 66px;
}
.t416__nowidth.t416__content_static .t416__mainblock {
  padding: 0 46px;
}
@media screen and (max-width: 640px) {
  .t416__mainblock {
    padding: 0 20px;
  }
  .t416__nowidth .t416__mainblock {
    padding: 0 66px;
  }
  .t416__nowidth.t416__content_static .t416__mainblock {
    padding: 0 46px;
  }
}
.t416__wrapper iframe .i-page {
  padding: 30px;
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.hljs{display:block;overflow-x:auto;padding:0.5em;color:#333;background:#f8f8f8;-webkit-text-size-adjust:none}.hljs-comment,.diff .hljs-header{color:#998;font-style:italic}.hljs-keyword,.css .rule .hljs-keyword,.hljs-winutils,.nginx .hljs-title,.hljs-subst,.hljs-request,.hljs-status{color:#333;font-weight:bold}.hljs-number,.hljs-hexcolor,.ruby .hljs-constant{color:#008080}.hljs-string,.hljs-tag .hljs-value,.hljs-doctag,.tex .hljs-formula{color:#d14}.hljs-title,.hljs-id,.scss .hljs-preprocessor{color:#900;font-weight:bold}.hljs-list .hljs-keyword,.hljs-subst{font-weight:normal}.hljs-class .hljs-title,.hljs-type,.vhdl .hljs-literal,.tex .hljs-command{color:#458;font-weight:bold}.hljs-tag,.hljs-tag .hljs-title,.hljs-rule .hljs-property,.django .hljs-tag .hljs-keyword{color:#000080;font-weight:normal}.hljs-attribute,.hljs-variable,.lisp .hljs-body,.hljs-name{color:#008080}.hljs-regexp{color:#009926}.hljs-symbol,.ruby .hljs-symbol .hljs-string,.lisp .hljs-keyword,.clojure .hljs-keyword,.scheme .hljs-keyword,.tex .hljs-special,.hljs-prompt{color:#990073}.hljs-built_in{color:#0086b3}.hljs-preprocessor,.hljs-pragma,.hljs-pi,.hljs-doctype,.hljs-shebang,.hljs-cdata{color:#999;font-weight:bold}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.diff .hljs-change{background:#0086b3}.hljs-chunk{color:#aaa}
.t-clear,.t-container:after,.t-container_100:after,.t-container_10:after,.t-container_8:after{clear:both}*,:after,:before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}a,b,blockquote,center,code,div,h1,h2,h3,h4,h5,h6,i,img,p,pre,span,table,td,th,tr,u,video{margin:0;padding:0;border:0}.t-row{margin:0}.t-container,.t-container_10,.t-container_8{margin-left:auto;margin-right:auto;padding:0;width:100%}.t-container{max-width:1200px}.t-container.flexx,.t-container_flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.t-container_100{width:100%;padding:0}.t-container_10{max-width:1000px}.t-container_8{max-width:800px}.t-container:after,.t-container:before,.t-container_100:after,.t-container_100:before,.t-container_10:after,.t-container_10:before,.t-container_8:after,.t-container_8:before{display:table;content:" "}.t-col{display:inline;float:left;margin-left:20px;margin-right:20px;width:100%}.t-col.flexx,.t-col_flex{align-items:stretch;height:inherit;margin-top:auto;margin-bottom:auto}.t-col_1{max-width:60px}.t-col_2{max-width:160px}.t-col_3{max-width:260px}.t-col_4{max-width:360px}.t-col_5{max-width:460px}.t-col_6{max-width:560px}.t-col_7{max-width:660px}.t-col_8{max-width:760px}.t-col_9{max-width:860px}.t-col_10{max-width:960px}.t-col_11{max-width:1060px}.t-col_12{max-width:1160px}.t-col_100{max-width:100vw}.t-prefix_1{padding-left:100px}.t-prefix_2{padding-left:200px}.t-prefix_3{padding-left:300px}.t-prefix_4{padding-left:400px}.t-prefix_5{padding-left:500px}.t-prefix_6{padding-left:600px}.t-prefix_7{padding-left:700px}.t-prefix_8{padding-left:800px}.t-prefix_9{padding-left:900px}.t-prefix_10{padding-left:1000px}.t-prefix_11{padding-left:1100px}.t-prefix_12{padding-left:1200px}.t-width{width:100%}.t-width_1{max-width:60px}.t-width_2{max-width:160px}.t-width_3{max-width:260px}.t-width_4{max-width:360px}.t-width_5{max-width:460px}.t-width_6{max-width:560px}.t-width_7{max-width:660px}.t-width_8{max-width:760px}.t-width_9{max-width:860px}.t-width_10{max-width:960px}.t-width_11{max-width:1060px}.t-width_12{max-width:1160px}.t-width_100{max-width:100%}.t-cell{display:table-cell;vertical-align:middle;height:100%;margin-left:0;margin-right:0}.t-cell_25{width:25vw}.t-cell_33{width:33.3333333vw}.t-cell_50{width:50vw}.t-cell_100{width:100vw}@media screen and (max-width:1200px){.t-container{max-width:960px;padding:0}.t-container_10{max-width:780px}.t-container_8{max-width:640px}.t-col{display:inline;float:left;margin-left:10px;margin-right:10px;width:100%}.t-col_1{max-width:60px}.t-col_2{max-width:140px}.t-col_3{max-width:220px}.t-col_4{max-width:300px}.t-col_5{max-width:380px}.t-col_6{max-width:460px}.t-col_7{max-width:540px}.t-col_8{max-width:620px}.t-col_9{max-width:700px}.t-col_10{max-width:780px}.t-col_11{max-width:860px}.t-col_12{max-width:940px}.t-prefix_1{padding-left:80px}.t-prefix_2{padding-left:160px}.t-prefix_3{padding-left:240px}.t-prefix_4{padding-left:320px}.t-prefix_5{padding-left:400px}.t-prefix_6{padding-left:480px}.t-prefix_7{padding-left:560px}.t-prefix_8{padding-left:640px}.t-prefix_9{padding-left:720px}.t-prefix_10{padding-left:800px}.t-prefix_11{padding-left:880px}.t-prefix_12{padding-left:960px}.t-width_1{max-width:60px}.t-width_2{max-width:140px}.t-width_3{max-width:220px}.t-width_4{max-width:300px}.t-width_5{max-width:380px}.t-width_6{max-width:460px}.t-width_7{max-width:540px}.t-width_8{max-width:620px}.t-width_9{max-width:700px}.t-width_10{max-width:780px}.t-width_11{max-width:860px}.t-width_12{max-width:940px}.t-width_100{max-width:100%}}@media screen and (max-width:960px){.t-col,.t-container.flexx,.t-container_flex{display:block}.t-container{max-width:640px}.t-col,.t-col_1,.t-col_10,.t-col_11,.t-col_12,.t-col_2,.t-col_3,.t-col_4,.t-col_5,.t-col_6,.t-col_7,.t-col_8,.t-col_9{width:100%;max-width:100%}.t-col{float:none;padding-left:20px;padding-right:20px;margin:0;box-sizing:border-box}.t-prefix_1,.t-prefix_10,.t-prefix_11,.t-prefix_12,.t-prefix_2,.t-prefix_3,.t-prefix_4,.t-prefix_5,.t-prefix_6,.t-prefix_7,.t-prefix_8,.t-prefix_9{padding-left:none}}
.t-body{margin:0}#allrecords{-webkit-font-smoothing:antialiased;background-color:none}#allrecords a{color:#78a2b7;text-decoration:none}#allrecords a[href^=tel]{color:inherit;text-decoration:none}#allrecords ol{padding-left:22px}#allrecords ul{padding-left:20px}@media print{body,html{min-width:1200px;max-width:1200px;padding:0;margin:0 auto;border:none}}.t-text{font-family:'Verdana',serif;font-weight:300;color:#000}.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-text_lg{font-size:22px;line-height:1.55}.t-text_weight_plus{font-weight:400}.t-text-impact{font-family:'Verdana',serif;font-weight:300;color:#000}.t-text-impact_xs{font-size:26px;line-height:1.5}.t-text-impact_sm{font-size:32px;line-height:1.35}.t-text-impact_md{font-size:38px;line-height:1.35}.t-text-impact_lg{font-size:42px;line-height:1.23}.t-name{font-family:'Verdana',sans-serif;font-weight:600;color:#000}.t-name_xs{font-size:16px;line-height:1.35}.t-name_sm{font-size:18px;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:'Verdana',sans-serif;font-weight:600;color:#000}.t-heading_xs{font-size:26px;line-height:1.23}.t-heading_sm{font-size:28px;line-height:1.17}.t-heading_md{font-size:30px;line-height:1.17}.t-heading_lg{font-size:32px;line-height:1.17}.t-title{font-family:'Verdana',sans-serif;font-weight:600;color:#000}.t-title_xxs{font-size:36px;line-height:1.23}.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_xl{font-size:72px;line-height:1.17}.t-title_xxl{font-size:82px;line-height:1.17}.t-descr{font-family:'Verdana',sans-serif;font-weight:300;color:#000}.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_lg{font-size:22px;line-height:1.55}.t-descr_xl{font-size:24px;line-height:1.5}.t-descr_xxl{font-size:26px;line-height:1.45}.t-descr_xxxl{font-size:30px;line-height:1.45;letter-spacing:.45}.t-uptitle{font-family:'Verdana',sans-serif;font-weight:600;color:#000;letter-spacing:2.5px}.t-uptitle_xs{font-size:12px}.t-uptitle_sm{font-size:14px}.t-uptitle_md{font-size:16px}.t-uptitle_lg{font-size:18px}.t-uptitle_xl{font-size:20px;letter-spacing:2px}.t-uptitle_xxl{font-size:22px;letter-spacing:2px}.t-uptitle_xxxl{font-size:24px;letter-spacing:2px}@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-text_lg{font-size:20px}.t-text-impact_md{font-size:30px}.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_lg{font-size:20px}.t-descr_xl{font-size:22px}.t-descr_xxl{font-size:22px}.t-descr_xxxl{font-size:26px}.t-uptitle_md{font-size:14px}.t-uptitle_lg{font-size:16px}.t-uptitle_xl{font-size:18px}.t-uptitle_xxl{font-size:20px}.t-uptitle_xxxl{font-size:22px}.t-title_xxs{font-size:32px}.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_xl{font-size:68px}.t-title_xxl{font-size:78px}.t-name_xs{font-size:14px}.t-name_sm{font-size:16px}.t-name_md{font-size:18px}.t-name_lg{font-size:20px}.t-name_xl{font-size:22px}.t-heading_xs{font-size:24px}.t-heading_sm{font-size:26px}.t-heading_md{font-size:28px}.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-text_lg{font-size:18px;line-height:1.45}.t-text-impact_sm{font-size:22px}.t-text-impact_md{font-size:26px}.t-text-impact_lg{font-size:28px}.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_lg{font-size:18px;line-height:1.45}.t-descr_xl{font-size:20px;line-height:1.4}.t-descr_xxl{font-size:20px}.t-descr_xxxl{font-size:22px}.t-uptitle_xs{font-size:10px}.t-uptitle_sm{font-size:10px}.t-uptitle_md{font-size:12px}.t-uptitle_lg{font-size:14px}.t-uptitle_xl{font-size:16px}.t-uptitle_xxl{font-size:18px}.t-uptitle_xxxl{font-size:20px}.t-title_xxs{font-size:28px}.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_xl{font-size:32px}.t-title_xxl{font-size:36px}.t-name_xs{font-size:12px}.t-name_sm{font-size:14px}.t-name_md{font-size:16px}.t-name_lg{font-size:18px}.t-name_xl{font-size:20px}.t-heading_xs{font-size:22px}.t-heading_sm{font-size:24px}.t-heading_md{font-size:24px}.t-heading_lg{font-size:26px}}@media screen and (max-width:480px){.t-title_xl{font-size:30px}.t-title_xxl{font-size:30px}}.t-records{-webkit-font_smoothing:antialiased;background-color:none}.t-records a{color:#78a2b7;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-cover{height:700px;width:100%;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-color:#000;background-repeat:no-repeat;background-position:center center;text-align:center;vertical-align:middle;position:relative;background-attachment:fixed;overflow:hidden}.t-cover__carrier{height:700px;width:100%;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-repeat:no-repeat;background-position:center center;text-align:center;vertical-align:middle;position:relative;background-attachment:fixed}.t-cover__carrier.loading{opacity:0}.t-cover__carrier[data-content-cover-bg=""].loading{opacity:1!important}.t-cover__carrier.loaded{opacity:1;transition:opacity 400ms}@media screen and (max-device-width:1024px){.t-cover{background-attachment:scroll}.t-cover__carrier{background-attachment:scroll}}@media print{.t-cover{background-attachment:scroll}.t-cover__carrier{background-attachment:scroll}}.t-cover__filter{height:700px;width:100%;position:absolute;top:0;left:0}.t-cover .t-container,.t-cover .t-container_100,.t-cover .t-container_10,.t-cover .t-container_8{position:absolute;top:0;left:0;bottom:0;right:0}.t-cover__wrapper{height:700px;display:table-cell;width:1200px}.t-cover__wrapper span.space{display:inline-block;height:100%;width:1px}@media screen and (max-width:640px){.t-cover{height:400px;background-attachment:fixed}.t-cover__carrier{background-attachment:scroll!important;background-size:cover;background-position:center center}.t-cover__filter{height:400px}.t-cover__wrapper{height:400px}}@-webkit-keyframes t-arrow-bottom{0%{-moz-transform:translateY(0);-ms-transform:translateY(0);-webkit-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}50%{-moz-transform:translateY(-7px);-ms-transform:translateY(-7px);-webkit-transform:translateY(-7px);-o-transform:translateY(-7px);transform:translateY(-7px)}55%{-moz-transform:translateY(-7px);-ms-transform:translateY(-7px);-webkit-transform:translateY(-7px);-o-transform:translateY(-7px);transform:translateY(-7px)}100%{-moz-transform:translateY(0);-ms-transform:translateY(0);-webkit-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@keyframes t-arrow-bottom{0%{-moz-transform:translateY(0);-ms-transform:translateY(0);-webkit-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}50%{-moz-transform:translateY(-7px);-ms-transform:translateY(-7px);-webkit-transform:translateY(-7px);-o-transform:translateY(-7px);transform:translateY(-7px)}55%{-moz-transform:translateY(-7px);-ms-transform:translateY(-7px);-webkit-transform:translateY(-7px);-o-transform:translateY(-7px);transform:translateY(-7px)}100%{-moz-transform:translateY(0);-ms-transform:translateY(0);-webkit-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}.t-cover__arrow-wrapper_animated{animation:t-arrow-bottom 1.7s infinite ease}.t-cover__arrow{position:absolute;z-index:9;bottom:40px;right:0;left:0;text-align:center}.t-cover__arrow-wrapper{display:inline-block;-webkit-transition:all ease-in-out 0.2s;-moz-transition:all ease-in-out 0.2s;-o-transition:all ease-in-out 0.2s;transition:all ease-in-out 0.2s;cursor:pointer}.t-cover__arrow-wrapper:hover{opacity:.7}.t-cover__arrow-svg{fill:#fff}@media screen and (max-width:640px){.t-cover__arrow_mobile{-moz-transform:scale(.7);-ms-transform:scale(.7);-webkit-transform:scale(.7);-o-transform:scale(.7);transform:scale(.7)}.t-cover__arrow{bottom:14px}}.t-btn{display:inline-block;font-family:'Verdana',sans-serif;height:60px;border:0 none;font-size:16px;padding-left:60px;padding-right:60px;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}@media screen and (max-width:640px){.t-btn{white-space:normal;padding-left:30px;padding-right:30px}}.t-btn_sm{height:40px;font-size:14px;padding-left:30px;padding-right:30px}.t-btn_lg{height:60px;font-size:22px;padding-left:70px;padding-right:70px}@media screen and (max-width:640px){.t-btn_lg{font-size:18px;padding-left:40px;padding-right:40px}}.t-submit{font-family:'Verdana',sans-serif;text-align:center;height:60px;border:0 none;font-size:16px;padding-left:60px;padding-right:60px;-webkit-appearance:none;font-weight:700;white-space:nowrap;background-image:none;cursor:pointer;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:640px){.t-submit{white-space:normal;padding-left:30px;padding-right:30px}}.t-input{margin:0;font-family:'Verdana',sans-serif;font-size:100%;height:60px;padding:0 20px;font-size:16px;line-height:1.33;width:100%;border:0 none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:none}.t-input::-moz-focus-inner{padding:0;border:0}.t-input_bbonly{outline:none;padding-left:0!important;padding-right:0!important;border-top:0!important;border-right:0!important;border-left:0!important;background-color:transparent!important;border-radius:0!important}@media screen and (max-width:1200px){.t-screenmin-1200px{display:none}}@media screen and (max-width:980px){.t-screenmin-980px{display:none}}@media screen and (max-width:640px){.t-screenmin-640px{display:none}}@media screen and (max-width:480px){.t-screenmin-480px{display:none}}@media screen and (max-width:320px){.t-screenmin-320px{display:none}}@media screen and (min-width:321px){.t-screenmax-320px{display:none}}@media screen and (min-width:481px){.t-screenmax-480px{display:none}}@media screen and (min-width:641px){.t-screenmax-640px{display:none}}@media screen and (min-width:981px){.t-screenmax-980px{display:none}}@media screen and (min-width:1201px){.t-screenmax-1200px{display:none}}.t-hidden{display:none}.t-opacity_50{filter:alpha(opacity=50);KHTMLOpacity:.5;MozOpacity:.5;opacity:.5}.t-opacity_70{filter:alpha(opacity=70);KHTMLOpacity:.7;MozOpacity:.7;opacity:.7}.t-uppercase{text-transform:uppercase}.t-align_center{text-align:center}.t-align_left{text-align:left}.t-align_right{text-align:right}.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-margin_left_auto{margin-right:0;margin-left:auto}.yashare-style .b-share-btn__facebook,.yashare-style .b-share-btn__twitter,.yashare-style .b-share-btn__vkontakte{background-color:transparent!important}.yashare-style .b-share__link{-webkit-border-radius:0px!important;border-radius:0px!important}.yashare-style-black-white .b-share-btn__wrap{background-color:#000!important;padding:5px!important}.yashare-style-transp-white .b-share-btn__wrap{padding:5px!important}.yashare-style-transp-white .b-share-counter{color:#fff;font-weight:700}.yashare-style-white-black .b-share-btn__wrap{background-color:#fff!important;padding:5px!important}.yashare-style-white-black .b-share-icon{background-image:url(//static.tildacdn.com/img/b-share_counter_large_white.png)!important}.yashare-style-transp-black .b-share-btn__wrap{padding:5px!important}.yashare-style-transp-black .b-share-icon{background-image:url(//static.tildacdn.com/img/b-share_counter_large_white.png)!important}.yashare-style-transp-black .b-share-counter{color:#000;font-weight:700}.ya-share2 ul{padding-left:0px!important}.carousel{position:relative}.carousel ol{padding-left:0px!important}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;line-height:1}.carousel-inner .widthauto{width:auto;max-width:100%;vertical-align:middle}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;opacity:.2;filter:alpha(opacity=20)}.carousel-control.right{right:0;left:auto}.carousel-control .carousel-control-left{position:absolute;top:48%;z-index:5;display:inline-block;left:20%;height:34px;width:21px;background:url(//static.tildacdn.com/img/aboutSliderControls.png) no-repeat}.carousel-control .carousel-control-left-white{position:absolute;top:48%;z-index:5;display:inline-block;left:20%;height:34px;width:21px;background:url(//static.tildacdn.com/img/aboutSliderControls_white.png) no-repeat}.carousel-control .carousel-control-right{position:absolute;top:48%;z-index:5;display:inline-block;right:20%;height:34px;width:21px;background:url(//static.tildacdn.com/img/aboutSliderControls.png) no-repeat;background-position:left bottom}.carousel-control .carousel-control-right-white{position:absolute;top:48%;z-index:5;display:inline-block;right:20%;height:34px;width:21px;background:url(//static.tildacdn.com/img/aboutSliderControls_white.png) no-repeat;background-position:left bottom}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators.dotsbottom{bottom:-60px}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;margin-left:5px;margin-right:5px;text-indent:-999px;cursor:pointer;background-color:#000;border:none;border-radius:10px}.carousel-indicators .active{width:10px;height:10px;margin:0;margin-left:4px;margin-right:4px;border:1px solid #000;border-radius:10px;background-color:transparent}.carousel-indicators li.white{background-color:#fff}.carousel-indicators li.white.active{border:1px solid #fff;border-radius:10px;background-color:transparent}.carousel-caption-imgs h6{font-family:'Verdana',serif;color:#000;font-weight:400;font-size:14px;line-height:28px;padding-top:28px;padding-bottom:0;text-align:center}.carousel-caption-imgs p{font-family:'Verdana',serif;color:#000;font-size:14px;line-height:28px;padding-top:14px;padding-bottom:14px;text-align:center}.carousel-title{font-family:'Verdana',sans-serif;color:#000;font-size:18px;line-height:28px;padding-top:36px;padding-bottom:14px;text-align:center}.carousel-descr{font-family:'Verdana',serif;color:#000;font-size:14px;line-height:28px;padding-top:14px;padding-bottom:14px;text-align:center}@media screen and (min-width:768px){.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}@media screen and (max-width:960px){.carousel-control .carousel-control-left{left:10%}.carousel-control .carousel-control-left-white{left:10%}.carousel-control .carousel-control-right{right:10%}.carousel-control .carousel-control-right-white{right:10%}}.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_white{background-color:#fff;color:#000}.t-tildalabel_gray{background-color:#eee;color:#000}.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-tildalabel_white .t-tildalabel__link,.t-tildalabel_gray .t-tildalabel__link{color:#000}.t-carousel{position:relative}.t-carousel__inner{position:relative;overflow:hidden;margin:0 auto}.t-carousel__slides{position:relative}.t-carousel__inner>.t-carousel__item{position:relative;display:none;-webkit-transition:0 ease-in-out left;-moz-transition:0 ease-in-out left;-o-transition:0 ease-in-out left;transition:0 ease-in-out left}.t-carousel__inner>.t-carousel__item.t-carousel__animation_fast{-webkit-transition:.3s ease-in-out left;-moz-transition:.3s ease-in-out left;-o-transition:.3s ease-in-out left;transition:.3s ease-in-out left}.t-carousel__inner>.t-carousel__item.t-carousel__animation_slow{-webkit-transition:.6s ease-in-out left;-moz-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.t-carousel__item__wrapper{position:relative;margin:0 auto}.t-carousel__item__img{background-size:contain;background-repeat:no-repeat;background-position:center;position:absolute;top:0;right:0;bottom:0;left:0}.t-carousel_cover .t-carousel__item__img{background-size:cover}.t-carousel__inner>.active,.t-carousel__inner>.next,.t-carousel__inner>.prev{display:block}.t-carousel__inner>.active{left:0}.t-carousel__inner>.next,.t-carousel__inner>.prev{position:absolute;top:0;width:100%}.t-carousel__inner>.next{left:100%}.t-carousel__inner>.prev{left:-100%}.t-carousel__inner>.next.left,.t-carousel__inner>.prev.right{left:0}.t-carousel__inner>.active.left{left:-100%}.t-carousel__inner>.active.right{left:100%}.t-carousel__arrows__container{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;pointer-events:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=',sizingMethod='scale');background:none!important}.t-carousel__arrow_outsidesmall .t-carousel__arrow__wrapper_left{left:16px}.t-carousel__arrow_outsidesmall .t-carousel__arrow__wrapper_right{right:16px}.t-carousel__arrow_outsidemiddle .t-carousel__arrow__wrapper_left{left:20px}.t-carousel__arrow_outsidemiddle .t-carousel__arrow__wrapper_right{right:20px}.t-carousel__control{position:absolute;top:0;bottom:0;left:0;width:15%;-webkit-transition:all ease-in-out 0.3s;-moz-transition:all ease-in-out 0.3s;-o-transition:all ease-in-out 0.3s;transition:all ease-in-out 0.3s;pointer-events:auto}.t-carousel__control:hover{opacity:.6}.t-carousel__arrow{width:34px;height:34px;background:transparent;-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.t-carousel__arrow.t-carousel__arrow_small{width:20px;height:20px}.t-carousel__arrow.t-carousel__arrow_large{width:54px;height:54px}.t-carousel__arrow__wrapper{-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);position:absolute;top:50%}.t-carousel__arrow__wrapper_left{left:30px}.t-carousel__arrow__wrapper_right{right:30px}.t-carousel__arrow_right{border-top:3px solid;border-right:3px solid}.t-carousel__arrow_right.t-carousel__arrow_light{border-top:1px solid;border-right:1px solid}.t-carousel__arrow_right.t-carousel__arrow_bold{border-top:6px solid;border-right:6px solid}.t-carousel__arrow_left{border-left:3px solid;border-bottom:3px solid}.t-carousel__arrow_left.t-carousel__arrow_light{border-left:1px solid;border-bottom:1px solid}.t-carousel__arrow_left.t-carousel__arrow_bold{border-left:6px solid;border-bottom:6px solid}.t-carousel__control.right{right:0;left:auto}@media screen and (max-width:768px){.t-carousel__control .t-carousel__arrow{width:12px;height:12px}.t-carousel-control{width:10%}.t-carousel__arrow__left{left:15px}.t-carousel__arrow__right{right:15px}}.t-carousel__indicators.carousel-indicators{z-index:15;text-align:center;list-style:none;position:relative;padding-left:0!important;margin:0 auto;padding:20px 0;bottom:auto;left:auto}.t-carousel__indicators.t-carousel__indicators_light{padding:15px 0 18px}.t-carousel__indicators.t-carousel__indicators_bold{padding:24px 0 21px}.t-carousel__indicators .t-carousel__indicator{display:inline-block;width:8px;height:8px;margin:0 6px;text-indent:-999px;cursor:pointer;background-color:#222;border:none;border-radius:10px;opacity:.4;-webkit-transition:.2s ease-in-out opacity;-moz-transition:.2s ease-in-out opacity;-o-transition:.2s ease-in-out opacity;transition:.2s ease-in-out opacity}@media screen and (max-width:640px){.t-carousel__indicators.carousel-indicators,.t-carousel__indicators.t-carousel__indicators_light,.t-carousel__indicators.t-carousel__indicators_bold{padding:15px 0}}.t-carousel__indicators.t-carousel__indicators_light .t-carousel__indicator{width:4px;height:4px;margin:0 5px}.t-carousel__indicators.t-carousel__indicators_bold .t-carousel__indicator{width:10px;height:10px;margin:0 6px}.t-carousel__indicators .t-carousel__indicator:hover{opacity:.8}.t-carousel__indicators .t-carousel__indicator.active{opacity:1}.t-carousel__indicators.t-carousel__indicators_inside{position:absolute;bottom:0;left:0;right:0}.t-carousel__caption-inside{display:none}.t-carousel__caption_wrapper{border-top:1px solid #eee;padding:14px 0}.t-carousel__descr{margin-top:5px;color:#777}.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)}.t107{text-align:center}.t107__width{vertical-align:middle}.t107__widthauto{width:auto;max-width:100%;display:block;margin:0 auto}.t107__title{padding-top:28px;padding-bottom:28px;font-size:14px;line-height:28px}.t121__widthauto{width:100%;max-width:940px;vertical-align:middle}.t121 iframe{display:block;border:0;padding:0}.t001__wrapper{padding-top:42px;padding-bottom:42px}.t001__uptitle{text-transform:uppercase;color:#fff;padding-bottom:60px;padding-top:30px}.t001__title{color:#fff;padding:24px 0 38px 0;letter-spacing:.5px}.t001__descr{color:#fff;padding:0 0 30px 0}.t001__descr_center{max-width:700px;margin:0 auto}.t001__descr_center a{color:#fff!important;font-weight:600}@media screen and (max-width:640px){.t001__title{padding-left:10px;padding-right:10px}.t001__uptitle{padding-left:10px;padding-right:10px}.t001__descr{padding-left:10px;padding-right:10px;font-size:14px;line-height:20px}}.t006{position:relative}.t006__line_top{width:100%;text-align:center;position:relative}.t006__line_top:after{content:'';position:absolute;top:50%;left:0;right:0;height:1px;background-color:#000}.t006__line_bottom{border-top:1px solid #000;width:100%;height:1px;text-align:center;margin-top:22px;padding-bottom:4px}.t006__uptitle{padding:10px 43px;background-color:#000;display:inline-block;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:2px;position:relative;z-index:1}.t006__text-impact{padding:40px 0 30px 0;text-align:center}.t006 .t-col_10{margin:0}@media screen and (max-width:640px){.t006 .t-col_10{margin:0;padding:0}.t006__text-impact{padding-left:0;padding-right:0}.t006__line_top{height:auto}}.t017__uptitle{padding-top:3px;padding-bottom:22px}.t017__title{padding-top:2px;padding-bottom:0}.t017__descr{padding-top:21px}.t021__line{width:100%;max-width:140px;margin-left:auto;margin-right:auto;height:1px;background-color:#000}.t021__text-impact{text-align:center;margin-top:44px;margin-bottom:54px}.t030__title{margin-bottom:15px}.t030__descr{margin-top:8px;padding-bottom:6px}.t037 .t-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.t037__title{font-family:'Verdana',sans-serif;color:#000;font-weight:600;font-size:24px;line-height:28px;padding-right:50px;padding-top:7px;padding-bottom:7px}.t037__text{padding-top:8px;padding-bottom:6px}@media screen and (max-width:960px){.t037 .t-container{display:-webkit-block;display:block}.t037__title{padding-right:0}}@media screen and (max-width:640px){.t037__title{margin-bottom:20px;padding-right:0}}.t046__text{text-align:center;padding-top:10px;padding-bottom:4px}.t051__text{text-align:center}.t056__title{padding-top:8px;padding-bottom:9px}.t056__descr{font-size:18px;line-height:28px;letter-spacing:1px;padding-top:22px;padding-bottom:5px}.t058{padding-bottom:6px}.t058__text-impact{padding-top:0;text-align:center}.t073__tablewrapper{display:table;width:100%}.t073__circlewrapper{display:table-cell;vertical-align:top}.t073__textwrapper{display:table-cell;vertical-align:top;padding-left:20px;width:100%}.t073__title{font-size:16px;line-height:25px;margin:0;padding-bottom:13px}.t073__blockdescr{font-size:16px}.t073__circle{background-color:#ccc;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;display:block;width:60px;height:60px;text-align:center;font-size:20px;line-height:60px;color:#fff;overflow:hidden;white-space:nowrap}@media screen and (max-width:960px){.t073__col{margin-bottom:36px}.t073__col:last-child{margin-bottom:0}.t073__title{padding-bottom:10px}}@media screen and (max-width:640px){.t073__blockdescr{margin-bottom:20px}}.t081__col{margin:0 auto;text-align:center}.t081__img{border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;width:150px;height:150px;max-width:150px;box-sizing:content-box;padding-top:17px;padding-bottom:14px}.t081__title{padding-top:8px;padding-bottom:5px}.t081__descr{font-size:16px;line-height:26px;padding-top:0;padding-bottom:6px}.t089__inner{border-top:4px solid #000;border-bottom:4px solid #000;padding:20px 0}.t089__text{line-height:36px;font-size:28px;font-weight:700;margin:0;padding-bottom:5px}.t090 svg polygon{fill:#000}.t090__outer{border-top:4px solid #000;border-left:0;padding:20px 0}.t090__text{font-size:28px;line-height:36px;font-weight:700;margin:0}.t090__img{position:relative;float:left;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;margin-right:20px;width:80px;height:80px}.t090__author{position:relative;float:left;width:500px}.t090__autor-title{line-height:22px;font-size:18px;font-weight:600;margin-top:15px;margin-bottom:3px;padding-left:100px}.t090__autor-descr{font-size:13px;line-height:20px;letter-spacing:1px;padding-left:100px}.t090__autor-title2{line-height:28px;font-size:22px;font-weight:600;margin-top:10px;margin-bottom:7px;padding-left:40px}.t090__autor-descr2{font-size:14px;line-height:20px;letter-spacing:1px;padding-left:40px}@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{line-height:20px;margin-top:13px}}.t004{padding-top:8px;padding-bottom:6px}.t004__text-column-count_2{column-count:2;column-gap:40px;-moz-column-count:2;-moz-column-gap:40px;-webkit-column-count:2;-webkit-column-gap:40px}.t004__text-column-count_3{column-count:3;column-gap:40px;-moz-column-count:3;-moz-column-gap:40px;-webkit-column-count:3;-webkit-column-gap:40px}.t004__text-column-count_4{column-count:4;column-gap:40px;-moz-column-count:4;-moz-column-gap:40px;-webkit-column-count:4;-webkit-column-gap:40px}.t004__initial-letter:first-child::first-letter{font-size:100px;float:left;margin:-30px 20px -30px 0}.t004 table{border-collapse:collapse;font-size:1em;width:100%}.t004 table td,.t004 table th{padding:5px;border:1px solid #ddd;vertical-align:top}.t004 table thead td,.t004 table th{font-weight:700;border-bottom-color:#888}@media screen and (max-width:1200px){.t004__text-column-count_2,.t004__text-column-count_3,.t004__text-column-count_4{column-gap:20px;-moz-column-gap:20px;-webkit-column-gap:20px}}@media screen and (max-width:960px){.t004__text-column-count_2,.t004__text-column-count_3,.t004__text-column-count_4{column-count:1;column-gap:0;-moz-column-count:1;-moz-column-gap:0;-webkit-column-count:1;-webkit-column-gap:0}}@media screen and (max-width:640px){.t004 h1{font-size:28px;line-height:35px}}.t116__videowrapper{position:relative;padding-bottom:56.25%;height:0}.t116__videowrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.t118{padding-top:28px;padding-bottom:28px}.t118__line{height:1px;background-color:#000;border:none;opacity:.2;filter:alpha(opacity=20)}.t120__title{padding-top:4px;padding-bottom:14px}.t120__descr{margin-top:-6px;padding-bottom:3px}.t123__centeredContainer{text-align:center}.t013__centeredsection{text-align:center}.t013__text{padding-top:8px;padding-bottom:6px}.t013__img{border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;margin:8px 0 10px 0;max-width:140px;width:80px;height:80px}.t013__autor-title{font-size:15px;line-height:20px;font-weight:700;margin-bottom:0;padding-bottom:5px;padding-top:5px}.t013__autor-descr{font-size:11px;line-height:16px;padding-top:0;padding-bottom:7px;padding-left:20px;padding-right:20px}@media screen and (max-width:960px){.t013__centeredsection{margin-top:20px;margin-bottom:20px}}@media screen and (max-width:640px){.t013__centeredsection{width:100%!important}}.t215 .t-row{clear:both}.t215__blockimg{height:560px;margin-bottom:20px}.t215__title{padding-bottom:14px}.t215__descr{font-size:14px;line-height:24px;padding-bottom:14px}.t215__textwrapper{margin-bottom:10px}@media screen and (max-width:1200px){.t215__blockimg{height:460px}}@media screen and (max-width:960px){.t215__blockimg{max-width:460px;height:460px}}@media screen and (max-width:320px){.t215__blockimg{height:320px}}@media screen and (max-width:640px){.t141{position:relative!important;text-align:center;padding:20px;top:0px!important;right:0px!important}}.t147__img{vertical-align:middle;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%}.t147__widthauto{width:auto;max-width:100%;vertical-align:middle}.t147__title{padding-top:28px;padding-bottom:28px;font-size:14px;line-height:28px}.t148__title{color:#fff;padding-top:28px;padding-bottom:28px;max-width:480px;width:100%;margin-left:50px;text-align:left;margin-bottom:40px}@media screen and (max-width:640px){.t148__title{width:90%;margin-left:20px;margin-bottom:20px}}.t149 a{text-decoration:none;color:#78a2b7}.t149__title{margin-top:20px;margin-bottom:0}.t149__subtitle{margin-top:4px;margin-bottom:0;opacity:.5}.t149__sp{margin-bottom:20px}.t149__descr{font-size:16px;line-height:24px;margin-top:40px}.t149__img{width:100%}.t149__img.t149__circle{width:70%;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border:1px solid rgba(0,0,0,.07)}.t149__textwrapper{display:table;width:100%}.t149__floatbeaker_lr3{display:none}@media screen and (max-width:960px){.t149__col.t-col_4,.t149__col.t-col_6{width:100%;max-width:580px;display:table;vertical-align:middle;margin:0 auto 50px;float:none}.t149__col.t-col_4:last-child,.t149__col.t-col_6:last-child{margin-bottom:0!important}.t149__col.t-col_4 .t149__img,.t149__col.t-col_6 .t149__img{display:table-cell;width:100%;vertical-align:middle}.t149__col.t-col_4 .t149__img.t149__circle,.t149__col.t-col_6 .t149__img.t149__circle{width:100%}.t149__col.t-col_4 .t149__textwrapper,.t149__col.t-col_6 .t149__textwrapper{display:table-cell;width:50%;vertical-align:middle;padding-left:30px}.t149__col.t-col_3{max-width:320px;display:inline;float:left;margin-bottom:60px}.t149__floatbeaker_lr3{display:block;width:100%;content:" ";clear:both}.t149__col.t-col_3 .t149__title{font-size:16px;line-height:24px}.t149__col.t-col_3 .t149__subtitle{font-size:14px;line-height:24px}}@media screen and (max-width:660px){.t149__col.t-col_3,.t149__col.t-col_4,.t149__col.t-col_6{max-width:480px;display:table;vertical-align:middle;margin:0 auto;margin-bottom:40px;float:none}.t149__img{display:table-cell;width:100%;vertical-align:middle}.t149__img.t149__circle{width:100%}.t149__textwrapper{display:table-cell;width:50%;vertical-align:middle}.t149__col.t-col_3 .t149__textwrapper{padding-left:30px}}@media screen and (max-width:480px){.t149__col.t-col_3,.t149__col.t-col_4,.t149__col.t-col_6{max-width:320px;width:100%;display:block;float:none}.t149__img{display:block}.t149__img.t149__circle{max-width:70%;margin:0 auto}.t149__col.t-col_3 .t149__textwrapper,.t149__col.t-col_4 .t149__textwrapper,.t149__col.t-col_6 .t149__textwrapper,.t149__textwrapper{display:block;width:100%;margin-bottom:30px;padding-left:0}}.t150{height:50px;width:100%}.t150__cirwrapper{text-align:center;width:100%}.t150__cir{text-align:center;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;font-size:22px;color:#fff;font-family:'Verdana',sans-serif;background-color:#000;margin:0 auto;width:50px;height:50px;overflow:hidden;white-space:nowrap;line-height:50px;padding-top:1px;z-index:2;position:relative}.t150__linewrapper{width:100%;position:absolute}.t150__line{height:1px;background-color:#000;border:none;opacity:.2;filter:alpha(opacity=20);text-align:center;margin:0;padding:0;margin-top:25px;z-index:1;margin-left:auto;margin-right:auto}.t151{height:60px}.t151__centered{text-align:center;width:100%}.t151__text{text-align:center;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;font-size:60px;color:'Verdana',sans-serif;font-family:"Georgia";background-color:#fff;margin:0 auto;width:60px;height:60px;overflow:hidden;white-space:nowrap;line-height:60px;z-index:2;position:relative}.t151__wrapper{width:100%;position:absolute}.t151__line{height:1px;background-color:#000;border:none;opacity:.2;filter:alpha(opacity=20);text-align:center;margin:0;padding:0;margin-top:34px;z-index:1;margin-left:auto;margin-right:auto}.t151b{height:60px}.t151b__centered{text-align:center;width:100%}.t151b__text{text-align:center;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;font-size:60px;color:'Verdana',sans-serif;font-family:"Georgia";background-color:#fff;margin:0 auto;width:60px;height:60px;overflow:hidden;white-space:nowrap;line-height:60px;z-index:2;position:relative}.t151b__wrapper{width:100%;position:absolute}.t151b__line{height:1px;background-color:#000;border:none;opacity:.2;filter:alpha(opacity=20);text-align:center;margin:0;padding:0;margin-top:34px;z-index:1;margin-left:auto;margin-right:auto}.t152__img{width:80px;height:80px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%}.t152 .t-col_2{max-width:80px}.t152 .t-col_6{width:auto}.t152 .t152__wrapper{display:table;height:80px}.t152__textwrapper{display:table-cell;vertical-align:middle}.t152__autor-descr{font-size:14px;line-height:20px;padding-top:5px}@media screen and (max-width:960px){.t152 .t152__col{max-width:62%}}.t157__text{padding-top:4px;padding-bottom:4px;border-left:3px solid #000;padding-left:20px;margin-left:-23px;padding-bottom:3px}.t158__text{font-size:28px;line-height:42px;text-align:center}@media screen and (max-width:640px){.t158__text{font-size:22px;line-height:34px}}.t159__text{font-size:28px;line-height:42px;text-align:center}.t160{text-align:center;padding-bottom:20px}.t160__img{border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;width:150px;max-width:150px;height:150px;padding-top:17px;padding-bottom:14px}.t160__title{text-align:center;padding-top:8px;padding-bottom:5px}.t160__descr{text-align:center;padding-top:0;padding-bottom:6px;letter-spacing:2px}.t160__text{padding-top:30px;padding-bottom:30px;font-size:22px;line-height:1.55}@media screen and (max-width:960px){.t160__wrapper{padding:0 20px}}@media screen and (max-width:640px){.t160__text{font-size:18px;line-height:1.45}}@media screen and (max-width:480px){.t160__text{font-size:16px;padding-left:10px;padding-right:10px}}.t161 .t-col_2{max-width:100px}.t161 .t-col_6,.t161 .t-col_8,.t161 .t-col_10{width:auto}.t161__img{width:80px;height:80px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;margin-top:9px}.t161 .t161__wrapper{display:table;height:80px}.t161__textwrapper{display:table-cell;vertical-align:middle}.t161__descr{padding-bottom:20px}.t161__text{padding-bottom:22px}@media screen and (max-width:960px){.t161 .t-col_6{max-width:62%}.t161 .t161__blockimgthumb{width:100%;max-width:100%;text-align:center;padding-bottom:20px}.t161 .t161__wrapper{margin:0 20px}}.t162 h2{padding-top:4px;padding-bottom:14px;font-family:'Verdana',sans-serif;font-size:22px;color:#000;font-weight:600;line-height:34px;cursor:pointer}.t162__subtitle{font-style:italic;font-family:'Verdana',serif;font-size:14px;color:#000;line-height:28px;font-weight:400;margin-top:-12px;padding-bottom:12px;cursor:pointer}.t162__text{font-family:'Verdana',serif;color:#000;font-size:18px;line-height:1.55;padding-bottom:56px;padding-top:28px}.t164__wrapper{padding-top:42px;padding-bottom:42px}.t164__text{padding-top:8px;padding-bottom:6px;color:#fff}.t164__descr{padding-bottom:16px;margin-top:-3px;color:#fff}.t164__title{padding-bottom:12px;color:#fff}.t164__subtitle{font-size:14px;color:#fff;line-height:28px;margin-top:-12px;padding-bottom:14px}.t166 .t-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.t166__textsmall{padding-top:11px;padding-bottom:7px}.t166__text{padding-top:8px;padding-bottom:6px}@media screen and (max-width:960px){.t166 .t-container{display:-webkit-block;display:block}}.t167{padding-top:8px;padding-bottom:6px}.t167 .t167__imgblock{float:right;margin:0;padding:6px 0 20px 30px}.t167__img{max-width:100%}.t167__imgdescr{font-family:Arial;font-size:13px;line-height:16px;filter:alpha(opacity=70);KHTMLOpacity:.7;MozOpacity:.7;opacity:.7;padding-top:10px}@media screen and (max-width:640px){.t167 .t-col_8{padding-left:0;padding-right:0}.t167__imgblock{float:right;margin:0;padding:6px 0 20px 0}}.t142__submit-overflowed{line-height:1.1!important}.t142__text{display:table-cell;vertical-align:middle;height:50px}.t142__wrapone{position:relative;right:50%;float:right}.t142__wraptwo{position:relative;z-index:1;right:-50%}.t142__submit{font-family:'Verdana',sans-serif;text-align:center;height:50px;line-height:50px;border:0 none;font-size:16px;padding-left:60px;padding-right:60px;-webkit-appearance:none;font-weight:700;background:none;cursor:pointer}.t142__submit_size_sm{height:40px;line-height:40px;font-size:14px;padding-left:30px;padding-right:30px}.t142__submit_size_lg{height:60px;line-height:60px;font-size:22px;padding-left:70px;padding-right:70px}.t142__submit_size_xl{height:80px;line-height:80px;font-size:26px;padding-left:80px;padding-right:80px}.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__submit{white-space:normal;padding-left:30px;padding-right:30px;margin-left:20px;margin-right:20px;-webkit-border-radius:0}.t142__submit_size_lg,.t142__submit_size_xl,.t142__submit_size_xxl{height:60px;line-height:60px;font-size:18px;padding-left:40px;padding-right:40px}.t142__submit_size_lg .t142__text,.t142__submit_size_xl .t142__text,.t142__submit_size_xxl .t142__text{height:60px}}.t182{text-align:center}.t182__wrapper{padding-top:42px;padding-bottom:42px}.t182__title{color:#fff;padding:24px 0 24px 0;letter-spacing:1px}.t182__descr{color:#fff;padding:15px 0 30px 0}.t182__buttons{margin-top:45px}.t182 .t-btn:nth-child(2){margin-left:10px}@media screen and (max-width:640px){.t182__title{font-size:30px;line-height:30px;padding-left:10px;padding-right:10px}.t182__descr{padding-left:10px;padding-right:10px;font-size:14px;line-height:20px}.t182 .t-btn{margin:7px 3px}}.t183__wrapper{padding-top:42px;padding-bottom:42px}.t183__uptitle{text-transform:uppercase;color:#fff;padding-bottom:20px;padding-top:10px}.t183__title{color:#fff;padding:24px 0 24px 0;letter-spacing:1px}.t183__buttons{margin-top:45px}.t183 .t-btn:nth-child(2){margin-left:10px}@media screen and (max-width:640px){.t183__title{padding-left:10px;padding-right:10px}.t183__uptitle{padding-left:10px;padding-right:10px}.t183 .t-btn:nth-child(2){margin-left:5px}.t183 .t-btn{margin:5px}}.t142A__wrapone{position:relative;right:50%;float:right}.t142A__wraptwo{position:relative;z-index:1;right:-50%}.t142A__wraptwo td{vertical-align:middle}.t142A__marginleft20px{margin-left:20px}@media screen and (max-width:640px){.t142A{padding:0 20px}.t142A .t-btn{width:100%;margin-bottom:10px}.t142A__marginleft20px{margin-left:0}}.t185__butwrapper{text-align:right;margin-top:10px;margin-bottom:10px}@media screen and (max-width:980px){.t185__butwrapper{text-align:center;margin-top:20px;margin-bottom:20px}.t185{text-align:center}}.t186A__wrapper{display:table}.t186A__blockinput{display:table-cell;vertical-align:middle;height:100%;width:50%;padding-right:20px}.t186A__blockbutton{display:table-cell;vertical-align:middle;height:100%}@media screen and (max-width:640px){.t186A__wrapper{display:block}.t186A__blockinput{display:block;width:100%;padding-bottom:10px}.t186A__blockbutton{display:block;width:100%;padding-bottom:20px}.t186A__submit{width:100%}}.t186A__blockinput-errors{background:#f66 none repeat scroll 0 0}.js-error-control-box .t186A__input{font-family:'Verdana',serif;border:1px solid red!important}.t186A__blockinput-errors-text{color:#ff7;font-family:'Verdana',serif;box-sizing:border-box;padding:0 10px 10px 10px}.t186A__blockinput-errors-item{font-family:'Verdana',serif;padding-top:10px;display:none}.t186A__blockinput-errorbox{font-family:'Verdana',serif;background:#f66 none repeat scroll 0 0;color:#ff7;padding:10px;text-align:center;margin-bottom:20px}.t186A__blockinput-success{text-align:center;background:#FFF;color:#222;padding:20px;font-family:'Verdana',serif;border:2px solid #2D2;margin-bottom:20px}.t188__wrapone{position:relative;right:50%;float:right}.t188__wraptwo{position:relative;z-index:1;right:-50%}.t188__sociallinkimg{display:inline-block;padding-left:5px;padding-right:5px}.t188__imgwrapper{background-size:contain;background-repeat:no-repeat;background-position:center}.t191{padding-top:28px;padding-bottom:28px}.t191__line{height:1px;background-color:#000;border:none}.t195__text{padding-bottom:6px}.t195__imgsection{text-align:center}.t195__img{padding-bottom:10px;padding-top:4px;max-width:100%}.t195__sectitle{font-size:15px;line-height:20px;padding-bottom:5px;padding-top:5px;text-align:left}.t195__secdescr{font-size:11px;line-height:16px;padding-top:0;padding-bottom:7px;text-align:left}@media screen and (max-width:960px){.t195__imgsection{margin-top:20px;margin-bottom:20px}}@media screen and (max-width:640px){.t195__imgsection{width:100%!important}}.t199__holder{margin:auto;padding:0 40px;max-width:1200px}@media only screen and (max-width:478px){.t199__holder{padding:0 20px;min-width:320px}}@media only screen and (max-width:sm){.t199__holder{padding:0 20px;min-width:320px}}.t199__header{position:fixed;top:0;right:0;left:0;z-index:990;height:99px;background-color:rgba(255,255,255,0);color:#000;text-align:right;line-height:98px;-webkit-transition:0.4s ease;transition:0.4s ease;-webkit-transition-property:background-color,box-shadow;transition-property:background-color,box-shadow}@media only screen and (max-width:1024px){.t199__header{padding:0;height:50px;text-align:center;line-height:50px;box-shadow:inset #eaeaea 0 -1px 1px}}@media only screen and (max-width:tab){.t199__header{padding:0;height:50px;text-align:center;line-height:50px;box-shadow:inset #eaeaea 0 -1px 1px}}.t199__header.t199__dark{color:#fff}@media only screen and (max-width:1024px){.t199__header.t199__dark{box-shadow:none}}@media only screen and (max-width:tab){.t199__header.t199__dark{box-shadow:none}}.t199__header.t199__is__active{background-color:white;box-shadow:rgba(0,0,0,.13) 0 4px 16px;color:#000}@media only screen and (max-width:1024px){.t199__header .t199__holder{padding:0}}@media only screen and (max-width:tab){.t199__header .t199__holder{padding:0}}.t199__logo{float:left;color:inherit!important}@media only screen and (max-width:1024px){.t199__logo{float:none;margin:0;color:inherit}}@media only screen and (max-width:tab){.t199__logo{float:none;margin:0;color:inherit}}.t199__logo-image{display:inline-block;vertical-align:middle;margin-top:-6px}@media only screen and (max-width:1024px){.t199__logo-image{display:none}}@media only screen and (max-width:tab){.t199__logo-image{display:none}}.t199__logo-image-one{display:inline-block;vertical-align:middle;margin-top:-6px}.t199__dark .t199__logo-image-one{display:none}.t199__is__active .t199__logo-image-one{display:inline-block}@media only screen and (max-width:1024px){.t199__logo-image-one{display:none!important}}@media only screen and (max-width:tab){.t199__logo-image-one{display:none!important}}.t199__logo-image-two{display:none;vertical-align:middle;margin-top:-6px}.t199__dark .t199__logo-image-two{display:inline-block}.t199__is__active .t199__logo-image-two{display:none}@media only screen and (max-width:1024px){.t199__logo-image-two{display:none!important}}@media only screen and (max-width:tab){.t199__logo-image-two{display:none!important}}.t199__logo-text{display:inline-block;vertical-align:middle;letter-spacing:.03em;font-size:24px;color:inherit!important}@media only screen and (max-width:1024px){.t199__logo-text{display:none}}@media only screen and (max-width:tab){.t199__logo-text{display:none}}.t199__logo-text-mobile{display:none;vertical-align:middle;letter-spacing:.03em;font-size:16px;color:inherit!important}@media only screen and (max-width:1024px){.t199__logo-text-mobile{display:inline-block}}@media only screen and (max-width:tab){.t199__logo-text-mobile{display:inline-block}}.t199__menu{display:inline-block;letter-spacing:.12em;font-weight:500;position:relative}.t199__menu-item{text-transform:uppercase;font-size:13px;text-decoration:none;margin-left:20px;color:inherit!important}.t199__menu-item:hover{color:#db7857}.t199__menu-item.t199__is__active{color:#db7857}.t199__lang{display:inline-block;margin-left:40px;letter-spacing:.12em;font-weight:600}.t199__lang-item{text-transform:uppercase;font-size:13px;font-family:Arial;text-decoration:none;margin-left:11px;color:inherit!important}.t199__lang-item.t199__is__active{border-bottom:1px solid;opacity:.7}.t199__mmenu-toggler{position:absolute;top:0;left:0;width:50px;height:50px;text-align:center;line-height:50px;-webkit-transition:background-color 0.4s ease;transition:background-color 0.4s ease;background:#000}.t199__mmenu-toggler:focus{outline:0}.t199__dark .t199__mmenu-toggler{background:none}.t199__header.t199__is__active .t199__mmenu-toggler,.t199__is__menu .t199__mmenu-toggler{background:#000}.t199__mmenu-toggler-in{position:relative;display:inline-block;margin:6px 0;width:20px;height:3px;background:#fff;vertical-align:middle;-webkit-transition:-webkit-transform 0.4s ease;transition:transform 0.4s ease}.t199__mmenu-toggler-in:before,.t199__mmenu-toggler-in:after{position:absolute;left:0;width:100%;height:3px;background:#fff;content:'';-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.t199__mmenu-toggler-in:before{top:-6px}.t199__mmenu-toggler-in:after{bottom:-6px}.is__menu .t199__mmenu-toggler-in{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.is__menu .t199__mmenu-toggler-in:after,.is__menu .t199__mmenu-toggler-in:before{top:0;bottom:0;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}@media only screen and (max-width:1024px){.t199__mmenu{position:fixed;top:50px;bottom:0;left:0;padding:10vh 0;width:100%;background:#fff;color:#000;opacity:0;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.t199__mmenu .t199__menu{display:block;font-size:20px}.t199__mmenu .t199__menu-item{display:block;margin:0;font-size:4vh;line-height:12vh;-webkit-transition:none;transition:none}}@media only screen and (max-width:1024px) and (max-height:380px){.t199__mmenu .t199__menu-item{margin:15px 0;line-height:20px}}@media only screen and (max-width:1024px){.t199__mmenu .t199__menu-item:hover{color:#fff;text-decoration:underline}.t199__mmenu .t199__lang{margin:0;font-size:3vh;line-height:15vh}.t199__mmenu .t199__lang-item{margin:0 6px}.t199__mmenu .t199__lang-item.is__active{color:#fff}.t199__is__menu .t199__mmenu{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);overflow:scroll}}@media only screen and (max-width:tab){.t199__mmenu{position:fixed;top:50px;bottom:0;left:0;padding:10vh 0;width:100%;background:#fff;color:#000;opacity:0;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.t199__mmenu .t199__menu{display:block;font-size:20px}.t199__mmenu .t199__menu-item{display:block;margin:0;font-size:4vh;line-height:12vh;-webkit-transition:none;transition:none}}@media only screen and (max-width:tab) and (max-height:380px){.t199__mmenu .t199__menu-item{margin:15px 0;line-height:20px}}@media only screen and (max-width:tab){.t199__mmenu .t199__menu-item:hover{color:#fff;text-decoration:underline}.t199__mmenu .t199__lang{margin:0;font-size:3vh;line-height:15vh}.t199__mmenu .t199__lang-item{margin:0 6px}.t199__mmenu .t199__lang-item.is__active{color:#fff}.t199__is__menu .t199__mmenu{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);overflow:scroll}}.t199__mmenu-item,.t199__mmenu-toggler{display:none}@media only screen and (max-width:1024px){.t199__mmenu-item,.t199__mmenu-toggler{display:block}}@media only screen and (max-width:tab){.t199__mmenu-item,.t199__mmenu-toggler{display:block}}.t199__menu-item.t-active{opacity:.7}.t203__wrapper{display:table;padding-top:60px;padding-bottom:60px;margin-left:-60px;margin-right:-60px}.t203__textwrapper{display:block;text-align:left;background-color:#fff;padding-left:60px;padding-right:60px;padding-top:60px;padding-bottom:60px}.t203__title{padding-top:20px;padding-bottom:20px}.t203__text{padding-bottom:20px;padding-top:20px}@media screen and (max-width:720px){.t203__wrapper{padding-top:0;padding-bottom:0;margin-left:0;margin-right:0}.t203__textwrapper{margin:20px 0;padding:20px}}.t205__table{display:table;width:100%;height:400px;background-position:center center;background-repeat:no-repeat;background-size:cover;vertical-align:middle;background-color:#000}.t-col_4 .t205__table{height:360px}.t-col_3 .t205__table{height:260px}.t205__cell{display:table-cell;width:100%;height:100%}.t205__cell:hover{opacity:.9}.t205__textwrapper{padding:20px 40px}.t205__text{color:#fff;margin-top:20px;margin-bottom:30px}.t205__title{margin-top:30px;color:#fff}.t-col_4 .t205__text{font-size:14px;margin-top:10px}.t-col_3 .t205__text{font-size:12px;margin-top:10px}@media screen and (max-width:960px){.t205 .t205__col{margin-bottom:40px}}@media screen and (max-width:640px){.t205__table{height:350px}.t205__textwrapper{padding:20px 20px}}.t208__wrapper{display:table;padding-top:120px;padding-bottom:120px}.t208__textwrapper{display:block;text-align:left;padding-left:20px;padding-right:20px;padding-top:0;padding-bottom:0}.t208__text{padding-bottom:20px;padding-top:20px;color:#fff}@media screen and (max-width:720px){.t208__textwrapper{margin:20px 0;padding:20px}}.t209__wrapper{display:table;padding-top:120px;padding-bottom:120px}.t209__line{width:140px;height:1px;background-color:#fff;margin-bottom:7px}.t209__textwrapper{display:block;text-align:left;padding-left:20px;padding-right:20px;padding-top:0;padding-bottom:0}.t209__text{padding-bottom:20px;padding-top:20px;color:#fff}@media screen and (max-width:720px){.t209__textwrapper{margin:20px 0;padding:20px}}.t220__textwrapper{margin-left:-60px;padding:60px}.t220__title{margin-top:-8px;padding-bottom:35px}.t220 .t-col_1{max-width:120px}.t220 .t-col_2{max-width:220px}.t220 .t-col_3{max-width:320px}.t220 .t-col_4{max-width:420px}.t220 .t-col_5{max-width:520px}.t220 .t-col_6{max-width:620px}.t220 .t-col_7{max-width:720px}.t220 .t-col_8{max-width:820px}.t220 .t-col_9{max-width:920px}.t220 .t-col_10{max-width:1020px}.t220 .t-col_11{max-width:1120px}.t220 .t-col_12{max-width:1220px}@media screen and (max-width:1240px){.t220 .t-col_12{max-width:1160px}}@media screen and (max-width:1200px){.t220__textwrapper{margin-left:-40px;padding:40px}.t220 .t-col_1{max-width:100px}.t220 .t-col_2{max-width:180px}.t220 .t-col_3{max-width:260px}.t220 .t-col_4{max-width:340px}.t220 .t-col_5{max-width:420px}.t220 .t-col_6{max-width:500px}.t220 .t-col_7{max-width:580px}.t220 .t-col_8{max-width:660px}.t220 .t-col_9{max-width:740px}.t220 .t-col_10{max-width:820px}.t220 .t-col_11{max-width:900px}.t220 .t-col_12{max-width:980px}}@media screen and (max-width:980px){.t220 .t-col_12{max-width:940px}}@media screen and (max-width:960px){.t220 .t-container{max-width:680px}.t220__textwrapper{margin-left:0;padding:40px}.t220 .t-col{padding-left:0;padding-right:0}}@media screen and (max-width:700px){.t220__textwrapper{margin-left:0;padding:20px}.t220 .t-container{max-width:640px}}.t223__blocktext{padding-top:20px}.t223 iframe{display:block;border:0;padding:0}.t232__titlebox{padding-top:4px;padding-bottom:14px}.t232__title{cursor:pointer;border-bottom:dashed 1px #000;text-decoration:none;display:inline}.t232__subtitle{font-style:italic;font-size:14px;line-height:28px;margin-top:-12px;padding-bottom:12px;cursor:pointer}.t232__text{padding-bottom:56px;padding-top:28px}.t254__wrapper{position:relative}.t254__text{margin-bottom:30px}.t254__icon{position:absolute;left:-80px;top:-8px;font-family:Georgia;font-size:150px;line-height:1}@media screen and (max-width:800px){.t254__wrapper{padding-left:20px}.t254__icon{font-size:130px;left:-50px;top:-7px}}@media screen and (max-width:700px){.t254__wrapper{padding-left:40px}.t254__icon{font-size:100px;left:-18px;top:-4px}.t254__text{margin-bottom:22px}}@media screen and (max-width:660px){.t254__wrapper{padding-left:46px}.t254__icon{font-size:80px;left:-2px;top:-1px}.t254__text{margin-bottom:16px}}@media screen and (max-width:480px){.t254__wrapper{padding-left:36px}.t254__icon{font-size:60px;left:-2px;top:0}}.t260__accordion{margin-top:-1px}.t260__header{position:relative;padding-top:20px;padding-bottom:21px;padding-right:50px;cursor:pointer;-webkit-transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;transition:all ease-in-out .3s}.t260__icon{position:absolute;right:0;top:50%;margin-top:-20px;background:transparent;width:24px;height:24px;padding:8px;-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s}.t260__circle{position:absolute;width:40px;height:40px;top:0;left:0;border-radius:100px;opacity:0;-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s}.t260__header:hover .t260__circle{opacity:1;z-index:-1}.t260__lines{position:relative;display:block;width:100%;height:100%;-webkit-transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;transition:all ease-in-out .3s;-moz-transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}.t260__iconline{position:absolute;height:1px;width:100%;top:50%;left:0;right:0;margin:0 auto;-webkit-transition:all ease-in-out .2s,transform ease-in-out .3s;-moz-transition:all ease-in-out .2s,transform ease-in-out .3s;-o-transition:all ease-in-out .2s,transform ease-in-out .3s;transition:all ease-in-out .2s,transform ease-in-out .3s;z-index:1}.t260__iconline_left{width:1px;height:100%;top:0}.t260__iconline_right{-moz-transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}.t260__opened .t260__lines{-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);z-index:1;-webkit-transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;transition:all ease-in-out .3s}.t260__content{display:none;-webkit-transition:max-height ease-in-out .5s,opacity ease-in-out .3s;-moz-transition:max-height ease-in-out .5s,opacity ease-in-out .3s;-o-transition:max-height ease-in-out .5s,opacity ease-in-out .3s;transition:max-height ease-in-out .5s,opacity ease-in-out .3s}.t260__textwrapper{padding:0 0 20px}.t260__text{margin-bottom:20px}@media screen and (max-width:650px){.t260__header{padding-top:15px;padding-bottom:14px;padding-right:38px}.t260__icon{width:16px;height:16px;margin-top:-8px;padding:0}.t260__circle{width:32px;height:32px}.t260__text{margin-bottom:15px}.t260__textwrapper{padding:0 0 10px}.t260__header:hover .t260__circle{opacity:0}}.t264__wrapper{padding:20px;background:#f8f8f8}.t264__title{margin-bottom:19px;border-bottom:1px solid #eee;padding-bottom:8px}.t264__descr{color:#888;margin-bottom:20px}@media screen and (max-width:500px){.t264__title{margin-bottom:10px}.t264__descr{margin-bottom:11px}}.t271__wrapper{position:relative;border:1px solid;padding:40px;margin:0 -40px 20px;border-radius:9px}.t271__question{margin-bottom:16px}.t271__question-name,.t271__answer-name{display:table-cell;width:115px;vertical-align:top;letter-spacing:0;color:#999}.t271__question-text,.t271__answer-text{display:table-cell;vertical-align:top}.t271__question-text_bold{font-weight:700}@media screen and (max-width:725px){.t271__wrapper{margin:0 auto 16px;padding:16px 20px 16px}.t271__question-name,.t271__answer-name{width:100px;font-size:13px;padding-top:2px}.t271__question{margin-bottom:9px}}@media screen and (max-width:640px){.t271__question-name,.t271__answer-name{width:auto;padding-top:0;display:block;margin-bottom:2px}.t271__question{margin-bottom:13px}}.t273__wrapper{position:relative;border-radius:9px}.t273__answer,.t273__question{margin:0 -40px 38px;padding:28px 40px 27px;border-radius:40px;position:relative;z-index:2}.t273__question{background:#666}.t273__question .t273__question-name,.t273__question .t273__question-text{color:#fff}.t273__answer{background:#eee}.t273__tail_left{position:absolute;left:17px;bottom:-18px}.t273__tail_right{position:absolute;right:17px;bottom:-20px;z-index:1}.t273__question{margin-bottom:30px}.t273__question-name,.t273__answer-name{display:table-cell;width:115px;vertical-align:top;text-transform:uppercase;letter-spacing:1px;padding-top:5px}.t273__question-text,.t273__answer-text{display:table-cell;vertical-align:top}@media screen and (max-width:725px){.t273__question-name,.t273__answer-name{width:100px;font-size:10px;padding-top:2px}.t273__question{margin-bottom:9px}.t273__answer,.t273__question{margin:0 0 25px;padding:16px 20px 15px;border-radius:20px}.t273__tail_left{position:absolute;left:10px;bottom:-14px}.t273__tail_right{position:absolute;right:10px;bottom:-17px;z-index:1}}@media screen and (max-width:640px){.t273__question-name,.t273__answer-name{width:auto;padding-top:0;display:block;margin-bottom:4px}}.t267__wrapper{position:relative;text-align:center}.t267__icon{margin-bottom:20px}@media screen and (max-width:710px){.t267__icon{-moz-transform:scale(.7);-ms-transform:scale(.7);-webkit-transform:scale(.7);-o-transform:scale(.7);transform:scale(.7);margin-bottom:10px}}.t265__wrapper{padding:30px 20px 28px 55px;position:relative;text-align:left}.t265__icon{position:absolute;top:27px;left:20px}@media screen and (max-width:650px){.t265__wrapper{padding:20px 20px 16px 50px;margin:0 -20px}.t265__icon{top:16px;-moz-transform:scale(.8);-ms-transform:scale(.8);-webkit-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}}.t186C__blockinput{display:block;vertical-align:middle;height:100%;padding-right:0;margin-bottom:25px}.t186C__blockinput textarea{padding-top:17px}.t186C__blocktitle{display:block;vertical-align:middle;height:100%;padding-right:0;padding-bottom:5px}.t186C__blockbutton{display:block;text-align:center;vertical-align:middle;height:100%;margin-bottom:10px}.t186C__nomargin .t186C__blocktitle{padding-bottom:0;margin-bottom:0}.t186C__nomargin .t186C__blockinput{margin-bottom:35px}@media screen and (max-width:640px){.t186C__wrapper{display:block}.t186C__blockbutton{display:block;width:100%;padding-bottom:20px;text-align:center}.t186C__blockinput textarea{padding-top:5px}.t186C__blockinput{padding-right:0}.t186C__submit{width:100%}}.t186C__blockinput-errors{background:#f66 none repeat scroll 0 0}.js-error-control-box .t186C__input{border:1px solid red!important}.t186C__blockinput-errors-text{color:#ff7;box-sizing:border-box;padding:0 10px 10px 10px;font-family:'Verdana',serif}.t186C__blockinput-errors-item{padding-top:10px;display:none;font-family:'Verdana',serif}.t186C__blockinput-errorbox{background:#f66 none repeat scroll 0 0;color:#ff7;padding:10px;text-align:center;margin-bottom:20px;font-family:'Verdana',serif}.t186C__blockinput-success{text-align:center;background:#FFF;color:#222;padding:20px;border:2px solid #2D2;margin-bottom:20px;font-family:'Verdana',serif}.t300{display:none}.t300__tooltipster-noir{border-radius:0;background:#000;color:#fff;max-width:300px}.t300__tooltipster-noir .tooltipster-content{padding:18px 18px}.t300__content-text a{color:inherit}.t300__content-img img{width:100%;padding-bottom:16px}.t300__content-text{font-family:'Verdana',serif;font-size:14px;line-height:20px}.t300__content-title{font-family:'Verdana',sans-serif;font-size:20px;line-height:28px;padding-bottom:4px;margin-top:-4px}.t-carousel__height.t-width_6{width:560px!important;max-width:560px!important}.t-carousel__height.t-width_7{width:660px!important;max-width:660px!important}.t-carousel__height.t-width_8{width:760px!important;max-width:760px!important}.t-carousel__height.t-width_9{width:860px!important;max-width:860px!important}.t-carousel__height.t-width_10{width:960px!important;max-width:960px!important}.t-carousel__height.t-width_11{width:1060px!important;max-width:1060px!important}.t-carousel__height.t-width_12{width:1160px!important;max-width:1160px!important}.t029__container{text-align:center;padding-bottom:8px}.t029__col{float:none;display:inline-block}.t029__linewrapper{position:relative}.t029__line{width:100%;height:1px;display:table-cell}.t029__opacity{display:table-cell;min-width:200px;height:1px}@media screen and (max-width:600px){.t029__opacity{min-width:120px}}.t372__line{width:80px;height:2px;background:#222;margin-bottom:14px}.t372__line-center{margin-left:auto;margin-right:auto}.t372__line-right{margin-left:auto;margin-right:0}.t373__col{display:table-cell;vertical-align:top}.t373__circle{border-radius:100px;background:#222;position:relative;width:30px;height:30px;text-align:center;margin-right:14px}.t373__img{width:30px;display:block;height:auto;margin-right:14px}.t373__title{color:#fff;position:absolute;left:1px;right:0;top:50%;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-size:16px}.t373__circle-lg.t373__circle{width:40px;height:40px;margin-right:18px}.t373__circle-lg .t373__title{font-size:20px}.t373__circle-xl.t373__circle{width:50px;height:50px;margin-right:20px}.t373__circle-xl .t373__title{font-size:26px}.t373__circle-xxl.t373__circle{width:60px;height:60px;margin-right:20px}.t373__circle-xxl .t373__title{font-size:30px}.t223__blocktext{padding-top:20px}.t223 iframe{display:block;border:0;padding:0}@media screen and (max-width:960px){.t223-col_right{margin-top:30px}}.t416__bg{position:fixed;top:0;right:0;left:0;bottom:0;background-color:#000;opacity:.7}.t416__content{text-align:center;position:absolute;top:50%;-moz-transform:translateY(-30%) scale(.9);-ms-transform:translateY(-30%) scale(.9);-webkit-transform:translateY(-30%) scale(.9);-o-transform:translateY(-30%) scale(.9);transform:translateY(-30%) scale(.9);-webkit-transition:.4s ease-in-out;-moz-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out;right:0;left:0;opacity:0;margin:0 auto}.t416__content{-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);opacity:1;z-index:1}.t416__content.t416__content_static{position:relative;top:auto;left:auto;right:auto;padding-top:80px;padding-bottom:60px;-moz-transform:translateY(30%) scale(.9);-ms-transform:translateY(30%) scale(.9);-webkit-transform:translateY(30%) scale(.9);-o-transform:translateY(30%) scale(.9);transform:translateY(30%) scale(.9)}.t416__content.t416__content_static{-moz-transform:translateY(0);-ms-transform:translateY(0);-webkit-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.t416__nowidth .t416__mainblock{padding:0 66px}.t416__nowidth.t416__content_static .t416__mainblock{padding:0 46px}@media screen and (max-width:640px){.t416__mainblock{padding:0 20px}.t416__nowidth .t416__mainblock{padding:0 66px}.t416__nowidth.t416__content_static .t416__mainblock{padding:0 46px}}.t416__wrapper iframe .i-page{padding:30px}.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}.t510__separator{margin-bottom:55px}.t510__textwrapper{padding-left:40px}.t510__bottommargin{margin-bottom:14px}.t510__checkmark{display:block}.t510__circle{background-color:#fff;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;display:block;width:45px;height:45px;text-align:center;font-size:20px;line-height:45px;color:#000;overflow:hidden;white-space:nowrap}@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__separator{margin-bottom:40px!important}.t510__circle{max-width:40px;max-height:40px;font-size:18px!important;line-height:40px!important}.t510__textwrapper{padding-left:20px!important}}.t552__container{font-size:0;min-height:1px}.t552__container_overflow{overflow:hidden}.t552__tile{display:inline-block;vertical-align:bottom}.t552__tile_25{width:25%}.t552__tile_50{width:50%}.t552__tile_33{width:33.3333%}.t552__tile_100{width:100%}.t552__blockimg{width:100%}.t552__blockimg_animated{transition:transform 0.15s linear}.t552__blockimg_animated:hover{transform:scale(1.04);-moz-transform:scale(1.04);-ms-transform:scale(1.04);-webkit-transform:scale(1.04);-o-transform:scale(1.04);position:relative;z-index:2;-webkit-box-shadow:0 2px 20px 2px rgba(0,0,0,.45);-moz-box-shadow:0 2px 20px 2px rgba(0,0,0,.45);box-shadow:0 2px 20px 2px rgba(0,0,0,.45)}.t552__tile_50:nth-child(2n+2) .t552__blockimg_animated,.t552__tile_33:nth-child(3n+3) .t552__blockimg_animated,.t552__tile_25:nth-child(4n+4) .t552__blockimg_animated{transform-origin:right}.t552__tile_50:nth-child(2n+1) .t552__blockimg_animated,.t552__tile_33:nth-child(3n+1) .t552__blockimg_animated,.t552__tile_25:nth-child(4n+1) .t552__blockimg_animated{transform-origin:left}.t552__tile.t-tile_100 .t552__blockimg_animated{transform-origin:center!important}.t552__tile_50:nth-child(2n+2) .t552__blockimg_animated:hover,.t552__tile_50:nth-child(2n+1) .t552__blockimg_animated:hover,.t552__tile_33:nth-child(3n+3) .t552__blockimg_animated:hover,.t552__tile_33:nth-child(3n+1) .t552__blockimg_animated:hover,.t552__tile_25:nth-child(4n+4) .t552__blockimg_animated:hover,.t552__tile_25:nth-child(4n+1) .t552__blockimg_animated:hover{transform:scale(1.02);-moz-transform:scale(1.02);-ms-transform:scale(1.02);-webkit-transform:scale(1.02);-o-transform:scale(1.02)}@media screen and (max-width:960px){.t552__blockimg_animated{transform:none!important}}@media screen and (max-width:640px){.t552__tile_50,.t552__tile_33,.t552__tile_25{width:50%}}
.t-body {
  margin: 0px;
}
#allrecords {
  -webkit-font-smoothing: antialiased;
  background-color: none;
}
#allrecords a {
  color: #78a2b7;
  text-decoration: none;
}
#allrecords a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
#allrecords ol {
  padding-left: 22px;
}
#allrecords ul {
  padding-left: 20px;
}
@media print {
  body,
  html {
    min-width: 1200px;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    border: none;
  }
}
.t-text {
  font-family: 'Verdana', 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-text_lg {
  font-size: 22px;
  line-height: 1.55;
}
.t-text_weight_plus {
  font-weight: 400;
}
.t-text-impact {
  font-family: 'Verdana', serif;
  font-weight: 300;
  color: #000000;
}
.t-text-impact_xs {
  font-size: 26px;
  line-height: 1.50;
}
.t-text-impact_sm {
  font-size: 32px;
  line-height: 1.35;
}
.t-text-impact_md {
  font-size: 38px;
  line-height: 1.35;
}
.t-text-impact_lg {
  font-size: 42px;
  line-height: 1.23;
}
.t-name {
  font-family: 'Verdana', sans-serif;
  font-weight: 600;
  color: #000000;
}
.t-name_xs {
  font-size: 16px;
  line-height: 1.35;
}
.t-name_sm {
  font-size: 18px;
  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: 'Verdana', sans-serif;
  font-weight: 600;
  color: #000000;
}
.t-heading_xs {
  font-size: 26px;
  line-height: 1.23;
}
.t-heading_sm {
  font-size: 28px;
  line-height: 1.17;
}
.t-heading_md {
  font-size: 30px;
  line-height: 1.17;
}
.t-heading_lg {
  font-size: 32px;
  line-height: 1.17;
}
.t-title {
  font-family: 'Verdana', sans-serif;
  font-weight: 600;
  color: #000000;
}
.t-title_xxs {
  font-size: 36px;
  line-height: 1.23;
}
.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_xl {
  font-size: 72px;
  line-height: 1.17;
}
.t-title_xxl {
  font-size: 82px;
  line-height: 1.17;
}
.t-descr {
  font-family: 'Verdana', 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_lg {
  font-size: 22px;
  line-height: 1.55;
}
.t-descr_xl {
  font-size: 24px;
  line-height: 1.50;
}
.t-descr_xxl {
  font-size: 26px;
  line-height: 1.45;
}
.t-descr_xxxl {
  font-size: 30px;
  line-height: 1.45;
  letter-spacing: 0.45;
}
.t-uptitle {
  font-family: 'Verdana', sans-serif;
  font-weight: 600;
  color: #000000;
  letter-spacing: 2.5px;
}
.t-uptitle_xs {
  font-size: 12px;
}
.t-uptitle_sm {
  font-size: 14px;
}
.t-uptitle_md {
  font-size: 16px;
}
.t-uptitle_lg {
  font-size: 18px;
}
.t-uptitle_xl {
  font-size: 20px;
  letter-spacing: 2px;
}
.t-uptitle_xxl {
  font-size: 22px;
  letter-spacing: 2px;
}
.t-uptitle_xxxl {
  font-size: 24px;
  letter-spacing: 2px;
}
@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-text_lg {
    font-size: 20px;
  }
  .t-text-impact_md {
    font-size: 30px;
  }
  .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_lg {
    font-size: 20px;
  }
  .t-descr_xl {
    font-size: 22px;
  }
  .t-descr_xxl {
    font-size: 22px;
  }
  .t-descr_xxxl {
    font-size: 26px;
  }
  .t-uptitle_md {
    font-size: 14px;
  }
  .t-uptitle_lg {
    font-size: 16px;
  }
  .t-uptitle_xl {
    font-size: 18px;
  }
  .t-uptitle_xxl {
    font-size: 20px;
  }
  .t-uptitle_xxxl {
    font-size: 22px;
  }
  .t-title_xxs {
    font-size: 32px;
  }
  .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_xl {
    font-size: 68px;
  }
  .t-title_xxl {
    font-size: 78px;
  }
  .t-name_xs {
    font-size: 14px;
  }
  .t-name_sm {
    font-size: 16px;
  }
  .t-name_md {
    font-size: 18px;
  }
  .t-name_lg {
    font-size: 20px;
  }
  .t-name_xl {
    font-size: 22px;
  }
  .t-heading_xs {
    font-size: 24px;
  }
  .t-heading_sm {
    font-size: 26px;
  }
  .t-heading_md {
    font-size: 28px;
  }
  .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-text_lg {
    font-size: 18px;
    line-height: 1.45;
  }
  .t-text-impact_sm {
    font-size: 22px;
  }
  .t-text-impact_md {
    font-size: 26px;
  }
  .t-text-impact_lg {
    font-size: 28px;
  }
  .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_lg {
    font-size: 18px;
    line-height: 1.45;
  }
  .t-descr_xl {
    font-size: 20px;
    line-height: 1.40;
  }
  .t-descr_xxl {
    font-size: 20px;
  }
  .t-descr_xxxl {
    font-size: 22px;
  }
  .t-uptitle_xs {
    font-size: 10px;
  }
  .t-uptitle_sm {
    font-size: 10px;
  }
  .t-uptitle_md {
    font-size: 12px;
  }
  .t-uptitle_lg {
    font-size: 14px;
  }
  .t-uptitle_xl {
    font-size: 16px;
  }
  .t-uptitle_xxl {
    font-size: 18px;
  }
  .t-uptitle_xxxl {
    font-size: 20px;
  }
  .t-title_xxs {
    font-size: 28px;
  }
  .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_xl {
    font-size: 32px;
  }
  .t-title_xxl {
    font-size: 36px;
  }
  .t-name_xs {
    font-size: 12px;
  }
  .t-name_sm {
    font-size: 14px;
  }
  .t-name_md {
    font-size: 16px;
  }
  .t-name_lg {
    font-size: 18px;
  }
  .t-name_xl {
    font-size: 20px;
  }
  .t-heading_xs {
    font-size: 22px;
  }
  .t-heading_sm {
    font-size: 24px;
  }
  .t-heading_md {
    font-size: 24px;
  }
  .t-heading_lg {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .t-title_xl {
    font-size: 30px;
  }
  .t-title_xxl {
    font-size: 30px;
  }
}
.t-records {
  -webkit-font_smoothing: antialiased;
  background-color: none;
}
.t-records a {
  color: #78a2b7;
  text-decoration: none;
}
.t-records a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.t-records ol {
  padding-left: 22px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.t-records ul {
  padding-left: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.t-cover {
  height: 700px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
}
.t-cover__carrier {
  height: 700px;
  width: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background-attachment: fixed;
}
.t-cover__carrier.loading {
  opacity: 0;
}
.t-cover__carrier[data-content-cover-bg=""].loading {
  opacity: 1 !important;
}
.t-cover__carrier.loaded {
  opacity: 1;
  transition: opacity 400ms;
}
@media screen and (max-device-width: 1024px) {
  .t-cover {
    background-attachment: scroll;
  }
  .t-cover__carrier {
    background-attachment: scroll;
  }
}
@media print {
  .t-cover {
    background-attachment: scroll;
  }
  .t-cover__carrier {
    background-attachment: scroll;
  }
}
.t-cover__filter {
  height: 700px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.t-cover .t-container,
.t-cover .t-container_100,
.t-cover .t-container_10,
.t-cover .t-container_8 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.t-cover__wrapper {
  height: 700px;
  display: table-cell;
  width: 1200px;
}
.t-cover__wrapper span.space {
  display: inline-block;
  height: 100%;
  width: 1px;
}
@media screen and (max-width: 640px) {
  .t-cover {
    height: 400px;
    background-attachment: fixed;
  }
  .t-cover__carrier {
    background-attachment: scroll !important;
    background-size: cover;
    background-position: center center;
  }
  .t-cover__filter {
    height: 400px;
  }
  .t-cover__wrapper {
    height: 400px;
  }
}
@-webkit-keyframes t-arrow-bottom {
  0% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  55% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes t-arrow-bottom {
  0% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  55% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.t-cover__arrow-wrapper_animated {
  animation: t-arrow-bottom 1.7s infinite ease;
}
.t-cover__arrow {
  position: absolute;
  z-index: 9;
  bottom: 40px;
  right: 0;
  left: 0;
  text-align: center;
}
.t-cover__arrow-wrapper {
  display: inline-block;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
.t-cover__arrow-wrapper:hover {
  opacity: .7;
}
.t-cover__arrow-svg {
  fill: #fff;
}
@media screen and (max-width: 640px) {
  .t-cover__arrow_mobile {
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -webkit-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
  }
  .t-cover__arrow {
    bottom: 14px;
  }
}
.t-btn {
  display: inline-block;
  font-family: 'Verdana', sans-serif;
  height: 60px;
  border: 0 none;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  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;
}
@media screen and (max-width: 640px) {
  .t-btn {
    white-space: normal;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.t-btn_sm {
  height: 40px;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
}
.t-btn_lg {
  height: 60px;
  font-size: 22px;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 640px) {
  .t-btn_lg {
    font-size: 18px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.t-submit {
  font-family: 'Verdana', sans-serif;
  text-align: center;
  height: 60px;
  border: 0 none;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-appearance: none;
  font-weight: bold;
  white-space: nowrap;
  background-image: none;
  cursor: pointer;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .t-submit {
    white-space: normal;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.t-input {
  margin: 0;
  font-family: 'Verdana', sans-serif;
  font-size: 100%;
  height: 60px;
  padding: 0px 20px;
  font-size: 16px;
  line-height: 1.33;
  width: 100%;
  border: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.t-input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.t-input_bbonly {
  outline: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 1200px) {
  .t-screenmin-1200px {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .t-screenmin-980px {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .t-screenmin-640px {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .t-screenmin-480px {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .t-screenmin-320px {
    display: none;
  }
}
@media screen and (min-width: 321px) {
  .t-screenmax-320px {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  .t-screenmax-480px {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .t-screenmax-640px {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  .t-screenmax-980px {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .t-screenmax-1200px {
    display: none;
  }
}
.t-hidden {
  display: none;
}
.t-opacity_50 {
  filter: alpha(opacity=50);
  KHTMLOpacity: 0.50;
  MozOpacity: 0.50;
  opacity: 0.50;
}
.t-opacity_70 {
  filter: alpha(opacity=70);
  KHTMLOpacity: 0.70;
  MozOpacity: 0.70;
  opacity: 0.70;
}
.t-uppercase {
  text-transform: uppercase;
}
.t-align_center {
  text-align: center;
}
.t-align_left {
  text-align: left;
}
.t-align_right {
  text-align: right;
}
.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-margin_left_auto {
  margin-right: 0;
  margin-left: auto;
}
.yashare-style .b-share-btn__facebook,
.yashare-style .b-share-btn__twitter,
.yashare-style .b-share-btn__vkontakte {
  background-color: transparent !important;
}
.yashare-style .b-share__link {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}
.yashare-style-black-white .b-share-btn__wrap {
  background-color: #000 !important;
  padding: 5px !important;
}
.yashare-style-transp-white .b-share-btn__wrap {
  padding: 5px !important;
}
.yashare-style-transp-white .b-share-counter {
  color: #fff;
  font-weight: bold;
}
.yashare-style-white-black .b-share-btn__wrap {
  background-color: #fff !important;
  padding: 5px !important;
}
.yashare-style-white-black .b-share-icon {
  background-image: url("//static.tildacdn.com/img/b-share_counter_large_white.png") !important;
}
.yashare-style-transp-black .b-share-btn__wrap {
  padding: 5px !important;
}
.yashare-style-transp-black .b-share-icon {
  background-image: url("//static.tildacdn.com/img/b-share_counter_large_white.png") !important;
}
.yashare-style-transp-black .b-share-counter {
  color: #000;
  font-weight: bold;
}
.ya-share2 ul {
  padding-left: 0px !important;
}
.carousel {
  position: relative;
}
.carousel ol {
  padding-left: 0px !important;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  line-height: 1;
}
.carousel-inner .widthauto {
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.carousel-control.right {
  right: 0;
  left: auto;
}
.carousel-control .carousel-control-left {
  position: absolute;
  top: 48%;
  z-index: 5;
  display: inline-block;
  left: 20%;
  height: 34px;
  width: 21px;
  background: url(//static.tildacdn.com/img/aboutSliderControls.png) no-repeat;
}
.carousel-control .carousel-control-left-white {
  position: absolute;
  top: 48%;
  z-index: 5;
  display: inline-block;
  left: 20%;
  height: 34px;
  width: 21px;
  background: url(//static.tildacdn.com/img/aboutSliderControls_white.png) no-repeat;
}
.carousel-control .carousel-control-right {
  position: absolute;
  top: 48%;
  z-index: 5;
  display: inline-block;
  right: 20%;
  height: 34px;
  width: 21px;
  background: url(//static.tildacdn.com/img/aboutSliderControls.png) no-repeat;
  background-position: left bottom;
}
.carousel-control .carousel-control-right-white {
  position: absolute;
  top: 48%;
  z-index: 5;
  display: inline-block;
  right: 20%;
  height: 34px;
  width: 21px;
  background: url(//static.tildacdn.com/img/aboutSliderControls_white.png) no-repeat;
  background-position: left bottom;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators.dotsbottom {
  bottom: -60px;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  margin-left: 5px;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000000;
  border: none;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 0;
  margin-left: 4px;
  margin-right: 4px;
  border: 1px solid #000000;
  border-radius: 10px;
  background-color: transparent;
}
.carousel-indicators li.white {
  background-color: #fff;
}
.carousel-indicators li.white.active {
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: transparent;
}
.carousel-caption-imgs h6 {
  font-family: 'Verdana', serif;
  color: #000000;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  padding-top: 28px;
  padding-bottom: 0px;
  text-align: center;
}
.carousel-caption-imgs p {
  font-family: 'Verdana', serif;
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
}
.carousel-title {
  font-family: 'Verdana', sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  padding-top: 36px;
  padding-bottom: 14px;
  text-align: center;
}
.carousel-descr {
  font-family: 'Verdana', serif;
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .carousel-control .carousel-control-left {
    left: 10%;
  }
  .carousel-control .carousel-control-left-white {
    left: 10%;
  }
  .carousel-control .carousel-control-right {
    right: 10%;
  }
  .carousel-control .carousel-control-right-white {
    right: 10%;
  }
}
.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_white {
  background-color: #fff;
  color: #000;
}
.t-tildalabel_gray {
  background-color: #eee;
  color: #000;
}
.t-tildalabel__wrapper {
  display: table;
  height: 30px;
  width: 270px;
  margin: 0 auto;
  padding-top: 20px;
  opacity: 0.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-tildalabel_white .t-tildalabel__link,
.t-tildalabel_gray .t-tildalabel__link {
  color: #000;
}
.t-carousel {
  position: relative;
}
.t-carousel__inner {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.t-carousel__slides {
  position: relative;
}
.t-carousel__inner > .t-carousel__item {
  position: relative;
  display: none;
  -webkit-transition: 0 ease-in-out left;
  -moz-transition: 0 ease-in-out left;
  -o-transition: 0 ease-in-out left;
  transition: 0 ease-in-out left;
}
.t-carousel__inner > .t-carousel__item.t-carousel__animation_fast {
  -webkit-transition: .3s ease-in-out left;
  -moz-transition: .3s ease-in-out left;
  -o-transition: .3s ease-in-out left;
  transition: .3s ease-in-out left;
}
.t-carousel__inner > .t-carousel__item.t-carousel__animation_slow {
  -webkit-transition: .6s ease-in-out left;
  -moz-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.t-carousel__item__wrapper {
  position: relative;
  margin: 0 auto;
}
.t-carousel__item__img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.t-carousel_cover .t-carousel__item__img {
  background-size: cover;
}
.t-carousel__inner > .active,
.t-carousel__inner > .next,
.t-carousel__inner > .prev {
  display: block;
}
.t-carousel__inner > .active {
  left: 0;
}
.t-carousel__inner > .next,
.t-carousel__inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.t-carousel__inner > .next {
  left: 100%;
}
.t-carousel__inner > .prev {
  left: -100%;
}
.t-carousel__inner > .next.left,
.t-carousel__inner > .prev.right {
  left: 0;
}
.t-carousel__inner > .active.left {
  left: -100%;
}
.t-carousel__inner > .active.right {
  left: 100%;
}
.t-carousel__arrows__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=',sizingMethod='scale');
  background: none !important;
}
.t-carousel__arrow_outsidesmall .t-carousel__arrow__wrapper_left {
  left: 16px;
}
.t-carousel__arrow_outsidesmall .t-carousel__arrow__wrapper_right {
  right: 16px;
}
.t-carousel__arrow_outsidemiddle .t-carousel__arrow__wrapper_left {
  left: 20px;
}
.t-carousel__arrow_outsidemiddle .t-carousel__arrow__wrapper_right {
  right: 20px;
}
.t-carousel__control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  pointer-events: auto;
}
.t-carousel__control:hover {
  opacity: .6;
}
.t-carousel__arrow {
  width: 34px;
  height: 34px;
  background: transparent;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.t-carousel__arrow.t-carousel__arrow_small {
  width: 20px;
  height: 20px;
}
.t-carousel__arrow.t-carousel__arrow_large {
  width: 54px;
  height: 54px;
}
.t-carousel__arrow__wrapper {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.t-carousel__arrow__wrapper_left {
  left: 30px;
}
.t-carousel__arrow__wrapper_right {
  right: 30px;
}
.t-carousel__arrow_right {
  border-top: 3px solid;
  border-right: 3px solid;
}
.t-carousel__arrow_right.t-carousel__arrow_light {
  border-top: 1px solid;
  border-right: 1px solid;
}
.t-carousel__arrow_right.t-carousel__arrow_bold {
  border-top: 6px solid;
  border-right: 6px solid;
}
.t-carousel__arrow_left {
  border-left: 3px solid;
  border-bottom: 3px solid;
}
.t-carousel__arrow_left.t-carousel__arrow_light {
  border-left: 1px solid;
  border-bottom: 1px solid;
}
.t-carousel__arrow_left.t-carousel__arrow_bold {
  border-left: 6px solid;
  border-bottom: 6px solid;
}
.t-carousel__control.right {
  right: 0;
  left: auto;
}
@media screen and (max-width: 768px) {
  .t-carousel__control .t-carousel__arrow {
    width: 12px;
    height: 12px;
  }
  .t-carousel-control {
    width: 10%;
  }
  .t-carousel__arrow__left {
    left: 15px;
  }
  .t-carousel__arrow__right {
    right: 15px;
  }
}
.t-carousel__indicators.carousel-indicators {
  z-index: 15;
  text-align: center;
  list-style: none;
  position: relative;
  padding-left: 0 !important;
  margin: 0 auto;
  padding: 20px 0;
  bottom: auto;
  left: auto;
}
.t-carousel__indicators.t-carousel__indicators_light {
  padding: 15px 0 18px;
}
.t-carousel__indicators.t-carousel__indicators_bold {
  padding: 24px 0 21px;
}
.t-carousel__indicators .t-carousel__indicator {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #222;
  border: none;
  border-radius: 10px;
  opacity: .4;
  -webkit-transition: .2s ease-in-out opacity;
  -moz-transition: .2s ease-in-out opacity;
  -o-transition: .2s ease-in-out opacity;
  transition: .2s ease-in-out opacity;
}
@media screen and (max-width: 640px) {
  .t-carousel__indicators.carousel-indicators,
  .t-carousel__indicators.t-carousel__indicators_light,
  .t-carousel__indicators.t-carousel__indicators_bold {
    padding: 15px 0;
  }
}
.t-carousel__indicators.t-carousel__indicators_light .t-carousel__indicator {
  width: 4px;
  height: 4px;
  margin: 0 5px;
}
.t-carousel__indicators.t-carousel__indicators_bold .t-carousel__indicator {
  width: 10px;
  height: 10px;
  margin: 0 6px;
}
.t-carousel__indicators .t-carousel__indicator:hover {
  opacity: .8;
}
.t-carousel__indicators .t-carousel__indicator.active {
  opacity: 1;
}
.t-carousel__indicators.t-carousel__indicators_inside {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.t-carousel__caption-inside {
  display: none;
}
.t-carousel__caption_wrapper {
  border-top: 1px solid #eee;
  padding: 14px 0;
}
.t-carousel__descr {
  margin-top: 5px;
  color: #777;
}
.t-mbfix {
  opacity: 0.01;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  position: fixed;
  width: 100%;
  height: 500px;
  background-color: white;
  top: 0px;
  left: 0px;
  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);
}
.t107 {
  text-align: center;
}
.t107__width {
  vertical-align: middle;
}
.t107__widthauto {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.t107__title {
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 14px;
  line-height: 28px;
}
.t121__widthauto {
  width: 100%;
  max-width: 940px;
  vertical-align: middle;
}
.t121 iframe {
  display: block;
  border: 0;
  padding: 0;
}
.t001__wrapper {
  padding-top: 42px;
  padding-bottom: 42px;
}
.t001__uptitle {
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 60px;
  padding-top: 30px;
}
.t001__title {
  color: #fff;
  padding: 24px 0px 38px 0px;
  letter-spacing: 0.5px;
}
.t001__descr {
  color: #fff;
  padding: 0px 0px 30px 0px;
}
.t001__descr_center {
  max-width: 700px;
  margin: 0 auto;
}
.t001__descr_center a {
  color: #fff !important;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .t001__title {
    padding-left: 10px;
    padding-right: 10px;
  }
  .t001__uptitle {
    padding-left: 10px;
    padding-right: 10px;
  }
  .t001__descr {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
.t006 {
  position: relative;
}
.t006__line_top {
  width: 100%;
  text-align: center;
  position: relative;
}
.t006__line_top:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
}
.t006__line_bottom {
  border-top: 1px solid #000000;
  width: 100%;
  height: 1px;
  text-align: center;
  margin-top: 22px;
  padding-bottom: 4px;
}
.t006__uptitle {
  padding: 10px 43px;
  background-color: #000000;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
.t006__text-impact {
  padding: 40px 0 30px 0;
  text-align: center;
}
.t006 .t-col_10 {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .t006 .t-col_10 {
    margin: 0;
    padding: 0;
  }
  .t006__text-impact {
    padding-left: 0px;
    padding-right: 0px;
  }
  .t006__line_top {
    height: auto;
  }
}
.t017__uptitle {
  padding-top: 3px;
  padding-bottom: 22px;
}
.t017__title {
  padding-top: 2px;
  padding-bottom: 0px;
}
.t017__descr {
  padding-top: 21px;
}
.t021__line {
  width: 100%;
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #000000;
}
.t021__text-impact {
  text-align: center;
  margin-top: 44px;
  margin-bottom: 54px;
}
.t030__title {
  margin-bottom: 15px;
}
.t030__descr {
  margin-top: 8px;
  padding-bottom: 6px;
}
.t037 .t-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.t037__title {
  font-family: 'Verdana', sans-serif;
  color: #000000;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  padding-right: 50px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.t037__text {
  padding-top: 8px;
  padding-bottom: 6px;
}
@media screen and (max-width: 960px) {
  .t037 .t-container {
    display: -webkit-block;
    display: block;
  }
  .t037__title {
    padding-right: 0px;
  }
}
@media screen and (max-width: 640px) {
  .t037__title {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.t046__text {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 4px;
}
.t051__text {
  text-align: center;
}
.t056__title {
  padding-top: 8px;
  padding-bottom: 9px;
}
.t056__descr {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  padding-top: 22px;
  padding-bottom: 5px;
}
.t058 {
  padding-bottom: 6px;
}
.t058__text-impact {
  padding-top: 0;
  text-align: center;
}
.t073__tablewrapper {
  display: table;
  width: 100%;
}
.t073__circlewrapper {
  display: table-cell;
  vertical-align: top;
}
.t073__textwrapper {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
  width: 100%;
}
.t073__title {
  font-size: 16px;
  line-height: 25px;
  margin: 0px;
  padding-bottom: 13px;
}
.t073__blockdescr {
  font-size: 16px;
}
.t073__circle {
  background-color: #ccc;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .t073__col {
    margin-bottom: 36px;
  }
  .t073__col:last-child {
    margin-bottom: 0;
  }
  .t073__title {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .t073__blockdescr {
    margin-bottom: 20px;
  }
}
.t081__col {
  margin: 0 auto;
  text-align: center;
}
.t081__img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 150px;
  height: 150px;
  max-width: 150px;
  box-sizing: content-box;
  padding-top: 17px;
  padding-bottom: 14px;
}
.t081__title {
  padding-top: 8px;
  padding-bottom: 5px;
}
.t081__descr {
  font-size: 16px;
  line-height: 26px;
  padding-top: 0px;
  padding-bottom: 6px;
}
.t089__inner {
  border-top: 4px solid #000000;
  border-bottom: 4px solid #000000;
  padding: 20px 0;
}
.t089__text {
  line-height: 36px;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 5px;
}
.t090 svg polygon {
  fill: #000000;
}
.t090__outer {
  border-top: 4px solid #000000;
  border-left: 0px;
  padding: 20px 0;
}
.t090__text {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  margin: 0;
}
.t090__img {
  position: relative;
  float: left;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 20px;
  width: 80px;
  height: 80px;
}
.t090__author {
  position: relative;
  float: left;
  width: 500px;
}
.t090__autor-title {
  line-height: 22px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 3px;
  padding-left: 100px;
}
.t090__autor-descr {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  padding-left: 100px;
}
.t090__autor-title2 {
  line-height: 28px;
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 7px;
  padding-left: 40px;
}
.t090__autor-descr2 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  padding-left: 40px;
}
@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 {
    line-height: 20px;
    margin-top: 13px;
  }
}
.t004 {
  padding-top: 8px;
  padding-bottom: 6px;
}
.t004__text-column-count_2 {
  column-count: 2;
  column-gap: 40px;
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
}
.t004__text-column-count_3 {
  column-count: 3;
  column-gap: 40px;
  -moz-column-count: 3;
  -moz-column-gap: 40px;
  -webkit-column-count: 3;
  -webkit-column-gap: 40px;
}
.t004__text-column-count_4 {
  column-count: 4;
  column-gap: 40px;
  -moz-column-count: 4;
  -moz-column-gap: 40px;
  -webkit-column-count: 4;
  -webkit-column-gap: 40px;
}
.t004__initial-letter:first-child::first-letter {
  font-size: 100px;
  float: left;
  margin: -30px 20px -30px 0;
}
.t004 table {
  border-collapse: collapse;
  font-size: 1em;
  width: 100%;
}
.t004 table td,
.t004 table th {
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.t004 table thead td,
.t004 table th {
  font-weight: bold;
  border-bottom-color: #888;
}
@media screen and (max-width: 1200px) {
  .t004__text-column-count_2,
  .t004__text-column-count_3,
  .t004__text-column-count_4 {
    column-gap: 20px;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
  }
}
@media screen and (max-width: 960px) {
  .t004__text-column-count_2,
  .t004__text-column-count_3,
  .t004__text-column-count_4 {
    column-count: 1;
    column-gap: 0px;
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
  }
}
@media screen and (max-width: 640px) {
  .t004 h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
.t116__videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.t116__videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t118 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.t118__line {
  height: 1px;
  background-color: #000000;
  border: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.t120__title {
  padding-top: 4px;
  padding-bottom: 14px;
}
.t120__descr {
  margin-top: -6px;
  padding-bottom: 3px;
}
.t123__centeredContainer {
  text-align: center;
}
.t013__centeredsection {
  text-align: center;
}
.t013__text {
  padding-top: 8px;
  padding-bottom: 6px;
}
.t013__img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 8px 0 10px 0;
  max-width: 140px;
  width: 80px;
  height: 80px;
}
.t013__autor-title {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.t013__autor-descr {
  font-size: 11px;
  line-height: 16px;
  padding-top: 0px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 960px) {
  .t013__centeredsection {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .t013__centeredsection {
    width: 100% !important;
  }
}
.t215 .t-row {
  clear: both;
}
.t215__blockimg {
  height: 560px;
  margin-bottom: 20px;
}
.t215__title {
  padding-bottom: 14px;
}
.t215__descr {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 14px;
}
.t215__textwrapper {
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .t215__blockimg {
    height: 460px;
  }
}
@media screen and (max-width: 960px) {
  .t215__blockimg {
    max-width: 460px;
    height: 460px;
  }
}
@media screen and (max-width: 320px) {
  .t215__blockimg {
    height: 320px;
  }
}
@media screen and (max-width: 640px) {
  .t141 {
    position: relative !important;
    text-align: center;
    padding: 20px;
    top: 0px !important;
    right: 0px !important;
  }
}
.t147__img {
  vertical-align: middle;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.t147__widthauto {
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}
.t147__title {
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 14px;
  line-height: 28px;
}
.t148__title {
  color: #fff;
  padding-top: 28px;
  padding-bottom: 28px;
  max-width: 480px;
  width: 100%;
  margin-left: 50px;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .t148__title {
    width: 90%;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.t149 a {
  text-decoration: none;
  color: #78a2b7;
}
.t149__title {
  margin-top: 20px;
  margin-bottom: 0px;
}
.t149__subtitle {
  margin-top: 4px;
  margin-bottom: 0px;
  opacity: 0.5;
}
.t149__sp {
  margin-bottom: 20px;
}
.t149__descr {
  font-size: 16px;
  line-height: 24px;
  margin-top: 40px;
}
.t149__img {
  width: 100%;
}
.t149__img.t149__circle {
  width: 70%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.07);
}
.t149__textwrapper {
  display: table;
  width: 100%;
}
.t149__floatbeaker_lr3 {
  display: none;
}
@media screen and (max-width: 960px) {
  .t149__col.t-col_4,
  .t149__col.t-col_6 {
    width: 100%;
    max-width: 580px;
    display: table;
    vertical-align: middle;
    margin: 0 auto 50px;
    float: none;
  }
  .t149__col.t-col_4:last-child,
  .t149__col.t-col_6:last-child {
    margin-bottom: 0 !important;
  }
  .t149__col.t-col_4 .t149__img,
  .t149__col.t-col_6 .t149__img {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .t149__col.t-col_4 .t149__img.t149__circle,
  .t149__col.t-col_6 .t149__img.t149__circle {
    width: 100%;
  }
  .t149__col.t-col_4 .t149__textwrapper,
  .t149__col.t-col_6 .t149__textwrapper {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-left: 30px;
  }
  .t149__col.t-col_3 {
    max-width: 320px;
    display: inline;
    float: left;
    margin-bottom: 60px;
  }
  .t149__floatbeaker_lr3 {
    display: block;
    width: 100%;
    content: " ";
    clear: both;
  }
  .t149__col.t-col_3 .t149__title {
    font-size: 16px;
    line-height: 24px;
  }
  .t149__col.t-col_3 .t149__subtitle {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 660px) {
  .t149__col.t-col_3,
  .t149__col.t-col_4,
  .t149__col.t-col_6 {
    max-width: 480px;
    display: table;
    vertical-align: middle;
    margin: 0 auto;
    margin-bottom: 40px;
    float: none;
  }
  .t149__img {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .t149__img.t149__circle {
    width: 100%;
  }
  .t149__textwrapper {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  .t149__col.t-col_3 .t149__textwrapper {
    padding-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .t149__col.t-col_3,
  .t149__col.t-col_4,
  .t149__col.t-col_6 {
    max-width: 320px;
    width: 100%;
    display: block;
    float: none;
  }
  .t149__img {
    display: block;
  }
  .t149__img.t149__circle {
    max-width: 70%;
    margin: 0 auto;
  }
  .t149__col.t-col_3 .t149__textwrapper,
  .t149__col.t-col_4 .t149__textwrapper,
  .t149__col.t-col_6 .t149__textwrapper,
  .t149__textwrapper {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
  }
}
.t150 {
  height: 50px;
  width: 100%;
}
.t150__cirwrapper {
  text-align: center;
  width: 100%;
}
.t150__cir {
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 22px;
  color: #fff;
  font-family: 'Verdana', sans-serif;
  background-color: #000;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 50px;
  padding-top: 1px;
  z-index: 2;
  position: relative;
}
.t150__linewrapper {
  width: 100%;
  position: absolute;
}
.t150__line {
  height: 1px;
  background-color: #000000;
  border: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-align: center;
  margin: 0px;
  padding: 0px;
  margin-top: 25px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.t151 {
  height: 60px;
}
.t151__centered {
  text-align: center;
  width: 100%;
}
.t151__text {
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 60px;
  color: 'Verdana', sans-serif;
  font-family: "Georgia";
  background-color: #fff;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 60px;
  z-index: 2;
  position: relative;
}
.t151__wrapper {
  width: 100%;
  position: absolute;
}
.t151__line {
  height: 1px;
  background-color: #000000;
  border: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-align: center;
  margin: 0px;
  padding: 0px;
  margin-top: 34px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.t151b {
  height: 60px;
}
.t151b__centered {
  text-align: center;
  width: 100%;
}
.t151b__text {
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 60px;
  color: 'Verdana', sans-serif;
  font-family: "Georgia";
  background-color: #fff;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 60px;
  z-index: 2;
  position: relative;
}
.t151b__wrapper {
  width: 100%;
  position: absolute;
}
.t151b__line {
  height: 1px;
  background-color: #000000;
  border: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-align: center;
  margin: 0px;
  padding: 0px;
  margin-top: 34px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.t152__img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.t152 .t-col_2 {
  max-width: 80px;
}
.t152 .t-col_6 {
  width: auto;
}
.t152 .t152__wrapper {
  display: table;
  height: 80px;
}
.t152__textwrapper {
  display: table-cell;
  vertical-align: middle;
}
.t152__autor-descr {
  font-size: 14px;
  line-height: 20px;
  padding-top: 5px;
}
@media screen and (max-width: 960px) {
  .t152 .t152__col {
    max-width: 62%;
  }
}
.t157__text {
  padding-top: 4px;
  padding-bottom: 4px;
  border-left: 3px solid #000000;
  padding-left: 20px;
  margin-left: -23px;
  padding-bottom: 3px;
}
.t158__text {
  font-size: 28px;
  line-height: 42px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .t158__text {
    font-size: 22px;
    line-height: 34px;
  }
}
.t159__text {
  font-size: 28px;
  line-height: 42px;
  text-align: center;
}
.t160 {
  text-align: center;
  padding-bottom: 20px;
}
.t160__img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 150px;
  max-width: 150px;
  height: 150px;
  padding-top: 17px;
  padding-bottom: 14px;
}
.t160__title {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 5px;
}
.t160__descr {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 6px;
  letter-spacing: 2px;
}
.t160__text {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 22px;
  line-height: 1.55;
}
@media screen and (max-width: 960px) {
  .t160__wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .t160__text {
    font-size: 18px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 480px) {
  .t160__text {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.t161 .t-col_2 {
  max-width: 100px;
}
.t161 .t-col_6,
.t161 .t-col_8,
.t161 .t-col_10 {
  width: auto;
}
.t161__img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-top: 9px;
}
.t161 .t161__wrapper {
  display: table;
  height: 80px;
}
.t161__textwrapper {
  display: table-cell;
  vertical-align: middle;
}
.t161__descr {
  padding-bottom: 20px;
}
.t161__text {
  padding-bottom: 22px;
}
@media screen and (max-width: 960px) {
  .t161 .t-col_6 {
    max-width: 62%;
  }
  .t161 .t161__blockimgthumb {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .t161 .t161__wrapper {
    margin: 0 20px;
  }
}
.t162 h2 {
  padding-top: 4px;
  padding-bottom: 14px;
  font-family: 'Verdana', sans-serif;
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  line-height: 34px;
  cursor: pointer;
}
.t162__subtitle {
  font-style: italic;
  font-family: 'Verdana', serif;
  font-size: 14px;
  color: #000000;
  line-height: 28px;
  font-weight: normal;
  margin-top: -12px;
  padding-bottom: 12px;
  cursor: pointer;
}
.t162__text {
  font-family: 'Verdana', serif;
  color: #000000;
  font-size: 18px;
  line-height: 1.55;
  padding-bottom: 56px;
  padding-top: 28px;
}
.t164__wrapper {
  padding-top: 42px;
  padding-bottom: 42px;
}
.t164__text {
  padding-top: 8px;
  padding-bottom: 6px;
  color: #fff;
}
.t164__descr {
  padding-bottom: 16px;
  margin-top: -3px;
  color: #fff;
}
.t164__title {
  padding-bottom: 12px;
  color: #fff;
}
.t164__subtitle {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  margin-top: -12px;
  padding-bottom: 14px;
}
.t166 .t-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.t166__textsmall {
  padding-top: 11px;
  padding-bottom: 7px;
}
.t166__text {
  padding-top: 8px;
  padding-bottom: 6px;
}
@media screen and (max-width: 960px) {
  .t166 .t-container {
    display: -webkit-block;
    display: block;
  }
}
.t167 {
  padding-top: 8px;
  padding-bottom: 6px;
}
.t167 .t167__imgblock {
  float: right;
  margin: 0;
  padding: 6px 0px 20px 30px;
}
.t167__img {
  max-width: 100%;
}
.t167__imgdescr {
  font-family: Arial;
  font-size: 13px;
  line-height: 16px;
  filter: alpha(opacity=70);
  KHTMLOpacity: 0.7;
  MozOpacity: 0.7;
  opacity: 0.7;
  padding-top: 10px;
}
@media screen and (max-width: 640px) {
  .t167 .t-col_8 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .t167__imgblock {
    float: right;
    margin: 0;
    padding: 6px 0px 20px 0px;
  }
}
.t142__submit-overflowed {
  line-height: 1.1 !important;
}
.t142__text {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}
.t142__wrapone {
  position: relative;
  right: 50%;
  float: right;
}
.t142__wraptwo {
  position: relative;
  z-index: 1;
  right: -50%;
}
.t142__submit {
  font-family: 'Verdana', sans-serif;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border: 0 none;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-appearance: none;
  font-weight: bold;
  background: none;
  cursor: pointer;
}
.t142__submit_size_sm {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
}
.t142__submit_size_lg {
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  padding-left: 70px;
  padding-right: 70px;
}
.t142__submit_size_xl {
  height: 80px;
  line-height: 80px;
  font-size: 26px;
  padding-left: 80px;
  padding-right: 80px;
}
.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__submit {
    white-space: normal;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-border-radius: 0px;
  }
  .t142__submit_size_lg,
  .t142__submit_size_xl,
  .t142__submit_size_xxl {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .t142__submit_size_lg .t142__text,
  .t142__submit_size_xl .t142__text,
  .t142__submit_size_xxl .t142__text {
    height: 60px;
  }
}
.t182 {
  text-align: center;
}
.t182__wrapper {
  padding-top: 42px;
  padding-bottom: 42px;
}
.t182__title {
  color: #fff;
  padding: 24px 0px 24px 0px;
  letter-spacing: 1px;
}
.t182__descr {
  color: #fff;
  padding: 15px 0px 30px 0px;
}
.t182__buttons {
  margin-top: 45px;
}
.t182 .t-btn:nth-child(2) {
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .t182__title {
    font-size: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .t182__descr {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .t182 .t-btn {
    margin: 7px 3px;
  }
}
.t183__wrapper {
  padding-top: 42px;
  padding-bottom: 42px;
}
.t183__uptitle {
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 20px;
  padding-top: 10px;
}
.t183__title {
  color: #fff;
  padding: 24px 0px 24px 0px;
  letter-spacing: 1px;
}
.t183__buttons {
  margin-top: 45px;
}
.t183 .t-btn:nth-child(2) {
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .t183__title {
    padding-left: 10px;
    padding-right: 10px;
  }
  .t183__uptitle {
    padding-left: 10px;
    padding-right: 10px;
  }
  .t183 .t-btn:nth-child(2) {
    margin-left: 5px;
  }
  .t183 .t-btn {
    margin: 5px;
  }
}
.t185__butwrapper {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .t185__butwrapper {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .t185 {
    text-align: center;
  }
}
.t186A__wrapper {
  display: table;
}
.t186A__blockinput {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 50%;
  padding-right: 20px;
}
.t186A__blockbutton {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .t186A__wrapper {
    display: block;
  }
  .t186A__blockinput {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }
  .t186A__blockbutton {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
  .t186A__submit {
    width: 100%;
  }
}
.t186A__blockinput-errors {
  background: #ff6666 none repeat scroll 0px 0px;
}
.js-error-control-box .t186A__input {
  font-family: 'Verdana', serif;
  border: 1px solid #FF0000 !important;
}
.t186A__blockinput-errors-text {
  color: #ffff77;
  font-family: 'Verdana', serif;
  box-sizing: border-box;
  padding: 0px 10px 10px 10px;
}
.t186A__blockinput-errors-item {
  font-family: 'Verdana', serif;
  padding-top: 10px;
  display: none;
}
.t186A__blockinput-errorbox {
  font-family: 'Verdana', serif;
  background: #ff6666 none repeat scroll 0px 0px;
  color: #ffff77;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.t186A__blockinput-success {
  text-align: center;
  background: #FFF;
  color: #222;
  padding: 20px;
  font-family: 'Verdana', serif;
  border: 2px solid #22DD22;
  margin-bottom: 20px;
}
.t188__wrapone {
  position: relative;
  right: 50%;
  float: right;
}
.t188__wraptwo {
  position: relative;
  z-index: 1;
  right: -50%;
}
.t188__sociallinkimg {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.t188__imgwrapper {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.t191 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.t191__line {
  height: 1px;
  background-color: #000000;
  border: none;
}
.t195__text {
  padding-bottom: 6px;
}
.t195__imgsection {
  text-align: center;
}
.t195__img {
  padding-bottom: 10px;
  padding-top: 4px;
  max-width: 100%;
}
.t195__sectitle {
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: left;
}
.t195__secdescr {
  font-size: 11px;
  line-height: 16px;
  padding-top: 0px;
  padding-bottom: 7px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .t195__imgsection {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .t195__imgsection {
    width: 100% !important;
  }
}
.t199__holder {
  margin: auto;
  padding: 0 40px;
  max-width: 1200px;
}
@media only screen and (max-width: 478px) {
  .t199__holder {
    padding: 0 20px;
    min-width: 320px;
  }
}
@media only screen and (max-width: sm) {
  .t199__holder {
    padding: 0 20px;
    min-width: 320px;
  }
}
.t199__header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 990;
  height: 99px;
  background-color: rgba(255,255,255,0);
  color: #000;
  text-align: right;
  line-height: 98px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow;
}
@media only screen and (max-width: 1024px) {
  .t199__header {
    padding: 0;
    height: 50px;
    text-align: center;
    line-height: 50px;
    box-shadow: inset #eaeaea 0 -1px 1px;
  }
}
@media only screen and (max-width: tab) {
  .t199__header {
    padding: 0;
    height: 50px;
    text-align: center;
    line-height: 50px;
    box-shadow: inset #eaeaea 0 -1px 1px;
  }
}
.t199__header.t199__dark {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .t199__header.t199__dark {
    box-shadow: none;
  }
}
@media only screen and (max-width: tab) {
  .t199__header.t199__dark {
    box-shadow: none;
  }
}
.t199__header.t199__is__active {
  background-color: white;
  box-shadow: rgba(0,0,0,0.13) 0 4px 16px;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .t199__header .t199__holder {
    padding: 0;
  }
}
@media only screen and (max-width: tab) {
  .t199__header .t199__holder {
    padding: 0;
  }
}
.t199__logo {
  float: left;
  color: inherit !important;
}
@media only screen and (max-width: 1024px) {
  .t199__logo {
    float: none;
    margin: 0;
    color: inherit;
  }
}
@media only screen and (max-width: tab) {
  .t199__logo {
    float: none;
    margin: 0;
    color: inherit;
  }
}
.t199__logo-image {
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
}
@media only screen and (max-width: 1024px) {
  .t199__logo-image {
    display: none;
  }
}
@media only screen and (max-width: tab) {
  .t199__logo-image {
    display: none;
  }
}
.t199__logo-image-one {
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
}
.t199__dark .t199__logo-image-one {
  display: none;
}
.t199__is__active .t199__logo-image-one {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .t199__logo-image-one {
    display: none !important;
  }
}
@media only screen and (max-width: tab) {
  .t199__logo-image-one {
    display: none !important;
  }
}
.t199__logo-image-two {
  display: none;
  vertical-align: middle;
  margin-top: -6px;
}
.t199__dark .t199__logo-image-two {
  display: inline-block;
}
.t199__is__active .t199__logo-image-two {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .t199__logo-image-two {
    display: none !important;
  }
}
@media only screen and (max-width: tab) {
  .t199__logo-image-two {
    display: none !important;
  }
}
.t199__logo-text {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.03em;
  font-size: 24px;
  color: inherit !important;
}
@media only screen and (max-width: 1024px) {
  .t199__logo-text {
    display: none;
  }
}
@media only screen and (max-width: tab) {
  .t199__logo-text {
    display: none;
  }
}
.t199__logo-text-mobile {
  display: none;
  vertical-align: middle;
  letter-spacing: 0.03em;
  font-size: 16px;
  color: inherit !important;
}
@media only screen and (max-width: 1024px) {
  .t199__logo-text-mobile {
    display: inline-block;
  }
}
@media only screen and (max-width: tab) {
  .t199__logo-text-mobile {
    display: inline-block;
  }
}
.t199__menu {
  display: inline-block;
  letter-spacing: .12em;
  font-weight: 500;
  position: relative;
}
.t199__menu-item {
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  margin-left: 20px;
  color: inherit !important;
}
.t199__menu-item:hover {
  color: #db7857;
}
.t199__menu-item.t199__is__active {
  color: #db7857;
}
.t199__lang {
  display: inline-block;
  margin-left: 40px;
  letter-spacing: .12em;
  font-weight: 600;
}
.t199__lang-item {
  text-transform: uppercase;
  font-size: 13px;
  font-family: Arial;
  text-decoration: none;
  margin-left: 11px;
  color: inherit !important;
}
.t199__lang-item.t199__is__active {
  border-bottom: 1px solid;
  opacity: 0.7;
}
.t199__mmenu-toggler {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  background: #000;
}
.t199__mmenu-toggler:focus {
  outline: 0;
}
.t199__dark .t199__mmenu-toggler {
  background: none;
}
.t199__header.t199__is__active .t199__mmenu-toggler,
.t199__is__menu .t199__mmenu-toggler {
  background: #000;
}
.t199__mmenu-toggler-in {
  position: relative;
  display: inline-block;
  margin: 6px 0;
  width: 20px;
  height: 3px;
  background: #fff;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
.t199__mmenu-toggler-in:before,
.t199__mmenu-toggler-in:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t199__mmenu-toggler-in:before {
  top: -6px;
}
.t199__mmenu-toggler-in:after {
  bottom: -6px;
}
.is__menu .t199__mmenu-toggler-in {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.is__menu .t199__mmenu-toggler-in:after,
.is__menu .t199__mmenu-toggler-in:before {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media only screen and (max-width: 1024px) {
  .t199__mmenu {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    padding: 10vh 0;
    width: 100%;
    background: #fff;
    color: #000;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .t199__mmenu .t199__menu {
    display: block;
    font-size: 20px;
  }
  .t199__mmenu .t199__menu-item {
    display: block;
    margin: 0;
    font-size: 4vh;
    line-height: 12vh;
    -webkit-transition: none;
    transition: none;
  }
}
@media only screen and (max-width: 1024px) and (max-height: 380px) {
  .t199__mmenu .t199__menu-item {
    margin: 15px 0;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .t199__mmenu .t199__menu-item:hover {
    color: #fff;
    text-decoration: underline;
  }
  .t199__mmenu .t199__lang {
    margin: 0;
    font-size: 3vh;
    line-height: 15vh;
  }
  .t199__mmenu .t199__lang-item {
    margin: 0 6px;
  }
  .t199__mmenu .t199__lang-item.is__active {
    color: #fff;
  }
  .t199__is__menu .t199__mmenu {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    overflow: scroll;
  }
}
@media only screen and (max-width: tab) {
  .t199__mmenu {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    padding: 10vh 0;
    width: 100%;
    background: #fff;
    color: #000;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .t199__mmenu .t199__menu {
    display: block;
    font-size: 20px;
  }
  .t199__mmenu .t199__menu-item {
    display: block;
    margin: 0;
    font-size: 4vh;
    line-height: 12vh;
    -webkit-transition: none;
    transition: none;
  }
}
@media only screen and (max-width: tab) and (max-height: 380px) {
  .t199__mmenu .t199__menu-item {
    margin: 15px 0;
    line-height: 20px;
  }
}
@media only screen and (max-width: tab) {
  .t199__mmenu .t199__menu-item:hover {
    color: #fff;
    text-decoration: underline;
  }
  .t199__mmenu .t199__lang {
    margin: 0;
    font-size: 3vh;
    line-height: 15vh;
  }
  .t199__mmenu .t199__lang-item {
    margin: 0 6px;
  }
  .t199__mmenu .t199__lang-item.is__active {
    color: #fff;
  }
  .t199__is__menu .t199__mmenu {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    overflow: scroll;
  }
}
.t199__mmenu-item,
.t199__mmenu-toggler {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .t199__mmenu-item,
  .t199__mmenu-toggler {
    display: block;
  }
}
@media only screen and (max-width: tab) {
  .t199__mmenu-item,
  .t199__mmenu-toggler {
    display: block;
  }
}
.t199__menu-item.t-active {
  opacity: 0.7;
}
.t203__wrapper {
  display: table;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-left: -60px;
  margin-right: -60px;
}
.t203__textwrapper {
  display: block;
  text-align: left;
  background-color: #fff;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.t203__title {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t203__text {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 720px) {
  .t203__wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .t203__textwrapper {
    margin: 20px 0px;
    padding: 20px;
  }
}
.t205__table {
  display: table;
  width: 100%;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  background-color: #000;
}
.t-col_4 .t205__table {
  height: 360px;
}
.t-col_3 .t205__table {
  height: 260px;
}
.t205__cell {
  display: table-cell;
  width: 100%;
  height: 100%;
}
.t205__cell:hover {
  opacity: 0.9;
}
.t205__textwrapper {
  padding: 20px 40px;
}
.t205__text {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
}
.t205__title {
  margin-top: 30px;
  color: #fff;
}
.t-col_4 .t205__text {
  font-size: 14px;
  margin-top: 10px;
}
.t-col_3 .t205__text {
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .t205 .t205__col {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .t205__table {
    height: 350px;
  }
  .t205__textwrapper {
    padding: 20px 20px;
  }
}
.t208__wrapper {
  display: table;
  padding-top: 120px;
  padding-bottom: 120px;
}
.t208__textwrapper {
  display: block;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.t208__text {
  padding-bottom: 20px;
  padding-top: 20px;
  color: #fff;
}
@media screen and (max-width: 720px) {
  .t208__textwrapper {
    margin: 20px 0px;
    padding: 20px;
  }
}
.t209__wrapper {
  display: table;
  padding-top: 120px;
  padding-bottom: 120px;
}
.t209__line {
  width: 140px;
  height: 1px;
  background-color: #fff;
  margin-bottom: 7px;
}
.t209__textwrapper {
  display: block;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.t209__text {
  padding-bottom: 20px;
  padding-top: 20px;
  color: #fff;
}
@media screen and (max-width: 720px) {
  .t209__textwrapper {
    margin: 20px 0px;
    padding: 20px;
  }
}
.t220__textwrapper {
  margin-left: -60px;
  padding: 60px;
}
.t220__title {
  margin-top: -8px;
  padding-bottom: 35px;
}
.t220 .t-col_1 {
  max-width: 120px;
}
.t220 .t-col_2 {
  max-width: 220px;
}
.t220 .t-col_3 {
  max-width: 320px;
}
.t220 .t-col_4 {
  max-width: 420px;
}
.t220 .t-col_5 {
  max-width: 520px;
}
.t220 .t-col_6 {
  max-width: 620px;
}
.t220 .t-col_7 {
  max-width: 720px;
}
.t220 .t-col_8 {
  max-width: 820px;
}
.t220 .t-col_9 {
  max-width: 920px;
}
.t220 .t-col_10 {
  max-width: 1020px;
}
.t220 .t-col_11 {
  max-width: 1120px;
}
.t220 .t-col_12 {
  max-width: 1220px;
}
@media screen and (max-width: 1240px) {
  .t220 .t-col_12 {
    max-width: 1160px;
  }
}
@media screen and (max-width: 1200px) {
  .t220__textwrapper {
    margin-left: -40px;
    padding: 40px;
  }
  .t220 .t-col_1 {
    max-width: 100px;
  }
  .t220 .t-col_2 {
    max-width: 180px;
  }
  .t220 .t-col_3 {
    max-width: 260px;
  }
  .t220 .t-col_4 {
    max-width: 340px;
  }
  .t220 .t-col_5 {
    max-width: 420px;
  }
  .t220 .t-col_6 {
    max-width: 500px;
  }
  .t220 .t-col_7 {
    max-width: 580px;
  }
  .t220 .t-col_8 {
    max-width: 660px;
  }
  .t220 .t-col_9 {
    max-width: 740px;
  }
  .t220 .t-col_10 {
    max-width: 820px;
  }
  .t220 .t-col_11 {
    max-width: 900px;
  }
  .t220 .t-col_12 {
    max-width: 980px;
  }
}
@media screen and (max-width: 980px) {
  .t220 .t-col_12 {
    max-width: 940px;
  }
}
@media screen and (max-width: 960px) {
  .t220 .t-container {
    max-width: 680px;
  }
  .t220__textwrapper {
    margin-left: 0px;
    padding: 40px;
  }
  .t220 .t-col {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 700px) {
  .t220__textwrapper {
    margin-left: 0px;
    padding: 20px;
  }
  .t220 .t-container {
    max-width: 640px;
  }
}
.t223__blocktext {
  padding-top: 20px;
}
.t223 iframe {
  display: block;
  border: 0;
  padding: 0;
}
.t232__titlebox {
  padding-top: 4px;
  padding-bottom: 14px;
}
.t232__title {
  cursor: pointer;
  border-bottom: dashed 1px #000000;
  text-decoration: none;
  display: inline;
}
.t232__subtitle {
  font-style: italic;
  font-size: 14px;
  line-height: 28px;
  margin-top: -12px;
  padding-bottom: 12px;
  cursor: pointer;
}
.t232__text {
  padding-bottom: 56px;
  padding-top: 28px;
}
.t254__wrapper {
  position: relative;
}
.t254__text {
  margin-bottom: 30px;
}
.t254__icon {
  position: absolute;
  left: -80px;
  top: -8px;
  font-family: Georgia;
  font-size: 150px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .t254__wrapper {
    padding-left: 20px;
  }
  .t254__icon {
    font-size: 130px;
    left: -50px;
    top: -7px;
  }
}
@media screen and (max-width: 700px) {
  .t254__wrapper {
    padding-left: 40px;
  }
  .t254__icon {
    font-size: 100px;
    left: -18px;
    top: -4px;
  }
  .t254__text {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 660px) {
  .t254__wrapper {
    padding-left: 46px;
  }
  .t254__icon {
    font-size: 80px;
    left: -2px;
    top: -1px;
  }
  .t254__text {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 480px) {
  .t254__wrapper {
    padding-left: 36px;
  }
  .t254__icon {
    font-size: 60px;
    left: -2px;
    top: 0;
  }
}
.t260__accordion {
  margin-top: -1px;
}
.t260__header {
  position: relative;
  padding-top: 20px;
  padding-bottom: 21px;
  padding-right: 50px;
  cursor: pointer;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.t260__icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  background: transparent;
  width: 24px;
  height: 24px;
  padding: 8px;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
.t260__circle {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  border-radius: 100px;
  opacity: 0;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
.t260__header:hover .t260__circle {
  opacity: 1;
  z-index: -1;
}
.t260__lines {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.t260__iconline {
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all ease-in-out .2s, transform ease-in-out .3s;
  -moz-transition: all ease-in-out .2s, transform ease-in-out .3s;
  -o-transition: all ease-in-out .2s, transform ease-in-out .3s;
  transition: all ease-in-out .2s, transform ease-in-out .3s;
  z-index: 1;
}
.t260__iconline_left {
  width: 1px;
  height: 100%;
  top: 0;
}
.t260__iconline_right {
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.t260__opened .t260__lines {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.t260__content {
  display: none;
  -webkit-transition: max-height ease-in-out .5s, opacity ease-in-out .3s;
  -moz-transition: max-height ease-in-out .5s, opacity ease-in-out .3s;
  -o-transition: max-height ease-in-out .5s, opacity ease-in-out .3s;
  transition: max-height ease-in-out .5s, opacity ease-in-out .3s;
}
.t260__textwrapper {
  padding: 0 0 20px;
}
.t260__text {
  margin-bottom: 20px;
}
@media screen and (max-width: 650px) {
  .t260__header {
    padding-top: 15px;
    padding-bottom: 14px;
    padding-right: 38px;
  }
  .t260__icon {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    padding: 0;
  }
  .t260__circle {
    width: 32px;
    height: 32px;
  }
  .t260__text {
    margin-bottom: 15px;
  }
  .t260__textwrapper {
    padding: 0 0 10px;
  }
  .t260__header:hover .t260__circle {
    opacity: 0;
  }
}
.t264__wrapper {
  padding: 20px;
  background: #f8f8f8;
}
.t264__title {
  margin-bottom: 19px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}
.t264__descr {
  color: #888;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .t264__title {
    margin-bottom: 10px;
  }
  .t264__descr {
    margin-bottom: 11px;
  }
}
.t271__wrapper {
  position: relative;
  border: 1px solid;
  padding: 40px;
  margin: 0 -40px 20px;
  border-radius: 9px;
}
.t271__question {
  margin-bottom: 16px;
}
.t271__question-name,
.t271__answer-name {
  display: table-cell;
  width: 115px;
  vertical-align: top;
  letter-spacing: 0;
  color: #999;
}
.t271__question-text,
.t271__answer-text {
  display: table-cell;
  vertical-align: top;
}
.t271__question-text_bold {
  font-weight: bold;
}
@media screen and (max-width: 725px) {
  .t271__wrapper {
    margin: 0 auto 16px;
    padding: 16px 20px 16px;
  }
  .t271__question-name,
  .t271__answer-name {
    width: 100px;
    font-size: 13px;
    padding-top: 2px;
  }
  .t271__question {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 640px) {
  .t271__question-name,
  .t271__answer-name {
    width: auto;
    padding-top: 0;
    display: block;
    margin-bottom: 2px;
  }
  .t271__question {
    margin-bottom: 13px;
  }
}
.t267__wrapper {
  position: relative;
  text-align: center;
}
.t267__icon {
  margin-bottom: 20px;
}
@media screen and (max-width: 710px) {
  .t267__icon {
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -webkit-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    margin-bottom: 10px;
  }
}
.t265__wrapper {
  padding: 30px 20px 28px 55px;
  position: relative;
  text-align: left;
}
.t265__icon {
  position: absolute;
  top: 27px;
  left: 20px;
}
@media screen and (max-width: 650px) {
  .t265__wrapper {
    padding: 20px 20px 16px 50px;
    margin: 0 -20px;
  }
  .t265__icon {
    top: 16px;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
  }
}
.t186C__blockinput {
  display: block;
  vertical-align: middle;
  height: 100%;
  padding-right: 0px;
  margin-bottom: 25px;
}
.t186C__blockinput textarea {
  padding-top: 17px;
}
.t186C__blocktitle {
  display: block;
  vertical-align: middle;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 5px;
}
.t186C__blockbutton {
  display: block;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  margin-bottom: 10px;
}
.t186C__nomargin .t186C__blocktitle {
  padding-bottom: 0;
  margin-bottom: 0;
}
.t186C__nomargin .t186C__blockinput {
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  .t186C__wrapper {
    display: block;
  }
  .t186C__blockbutton {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
  }
  .t186C__blockinput textarea {
    padding-top: 5px;
  }
  .t186C__blockinput {
    padding-right: 0px;
  }
  .t186C__submit {
    width: 100%;
  }
}
.t186C__blockinput-errors {
  background: #ff6666 none repeat scroll 0px 0px;
}
.js-error-control-box .t186C__input {
  border: 1px solid #FF0000 !important;
}
.t186C__blockinput-errors-text {
  color: #ffff77;
  box-sizing: border-box;
  padding: 0px 10px 10px 10px;
  font-family: 'Verdana', serif;
}
.t186C__blockinput-errors-item {
  padding-top: 10px;
  display: none;
  font-family: 'Verdana', serif;
}
.t186C__blockinput-errorbox {
  background: #ff6666 none repeat scroll 0px 0px;
  color: #ffff77;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Verdana', serif;
}
.t186C__blockinput-success {
  text-align: center;
  background: #FFF;
  color: #222;
  padding: 20px;
  border: 2px solid #22DD22;
  margin-bottom: 20px;
  font-family: 'Verdana', serif;
}
.t300 {
  display: none;
}
.t300__tooltipster-noir {
  border-radius: 0px;
  background: #000;
  color: #fff;
  max-width: 300px;
}
.t300__tooltipster-noir .tooltipster-content {
  padding: 18px 18px;
}
.t300__content-text a {
  color: inherit;
}
.t300__content-img img {
  width: 100%;
  padding-bottom: 16px;
}
.t300__content-text {
  font-family: 'Verdana', serif;
  font-size: 14px;
  line-height: 20px;
}
.t300__content-title {
  font-family: 'Verdana', sans-serif;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 4px;
  margin-top: -4px;
}
.t-carousel__height.t-width_6 {
  width: 560px !important;
  max-width: 560px !important;
}
.t-carousel__height.t-width_7 {
  width: 660px !important;
  max-width: 660px !important;
}
.t-carousel__height.t-width_8 {
  width: 760px !important;
  max-width: 760px !important;
}
.t-carousel__height.t-width_9 {
  width: 860px !important;
  max-width: 860px !important;
}
.t-carousel__height.t-width_10 {
  width: 960px !important;
  max-width: 960px !important;
}
.t-carousel__height.t-width_11 {
  width: 1060px !important;
  max-width: 1060px !important;
}
.t-carousel__height.t-width_12 {
  width: 1160px !important;
  max-width: 1160px !important;
}
.t029__container {
  text-align: center;
  padding-bottom: 8px;
}
.t029__col {
  float: none;
  display: inline-block;
}
.t029__linewrapper {
  position: relative;
}
.t029__line {
  width: 100%;
  height: 1px;
  display: table-cell;
}
.t029__opacity {
  display: table-cell;
  min-width: 200px;
  height: 1px;
}
@media screen and (max-width: 600px) {
  .t029__opacity {
    min-width: 120px;
  }
}
.t372__line {
  width: 80px;
  height: 2px;
  background: #222;
  margin-bottom: 14px;
}
.t372__line-center {
  margin-left: auto;
  margin-right: auto;
}
.t372__line-right {
  margin-left: auto;
  margin-right: 0;
}
.t373__col {
  display: table-cell;
  vertical-align: top;
}
.t373__circle {
  border-radius: 100px;
  background: #222;
  position: relative;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 14px;
}
.t373__img {
  width: 30px;
  display: block;
  height: auto;
  margin-right: 14px;
}
.t373__title {
  color: #fff;
  position: absolute;
  left: 1px;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
}
.t373__circle-lg.t373__circle {
  width: 40px;
  height: 40px;
  margin-right: 18px;
}
.t373__circle-lg .t373__title {
  font-size: 20px;
}
.t373__circle-xl.t373__circle {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.t373__circle-xl .t373__title {
  font-size: 26px;
}
.t373__circle-xxl.t373__circle {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.t373__circle-xxl .t373__title {
  font-size: 30px;
}
.t223__blocktext {
  padding-top: 20px;
}
.t223 iframe {
  display: block;
  border: 0;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .t223-col_right {
    margin-top: 30px;
  }
}
.t416__bg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
  opacity: .7;
}
.t416__content {
  text-align: center;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-30%) scale(.9);
  -ms-transform: translateY(-30%) scale(.9);
  -webkit-transform: translateY(-30%) scale(.9);
  -o-transform: translateY(-30%) scale(.9);
  transform: translateY(-30%) scale(.9);
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  right: 0;
  left: 0;
  opacity: 0;
  margin: 0 auto;
}
.t416__content {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  z-index: 1;
}
.t416__content.t416__content_static {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  -moz-transform: translateY(30%) scale(.9);
  -ms-transform: translateY(30%) scale(.9);
  -webkit-transform: translateY(30%) scale(.9);
  -o-transform: translateY(30%) scale(.9);
  transform: translateY(30%) scale(.9);
}
.t416__content.t416__content_static {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.t416__nowidth .t416__mainblock {
  padding: 0 66px;
}
.t416__nowidth.t416__content_static .t416__mainblock {
  padding: 0 46px;
}
@media screen and (max-width: 640px) {
  .t416__mainblock {
    padding: 0 20px;
  }
  .t416__nowidth .t416__mainblock {
    padding: 0 66px;
  }
  .t416__nowidth.t416__content_static .t416__mainblock {
    padding: 0 46px;
  }
}
.t416__wrapper iframe .i-page {
  padding: 30px;
}
.t552__container {
  font-size: 0;
  min-height: 1px;
}
.t552__container_overflow {
  overflow: hidden;
}
.t552__tile {
  display: inline-block;
  vertical-align: bottom;
}
.t552__tile_25 {
  width: 25%;
}
.t552__tile_50 {
  width: 50%;
}
.t552__tile_33 {
  width: 33.3333%;
}
.t552__tile_100 {
  width: 100%;
}
.t552__blockimg {
  width: 100%;
}
.t552__blockimg_animated {
  transition: transform 0.15s linear;
}
.t552__blockimg_animated:hover {
  transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -o-transform: scale(1.04);
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 2px 20px 2px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 2px 20px 2px rgba(0,0,0,0.45);
  box-shadow: 0px 2px 20px 2px rgba(0,0,0,0.45);
}
.t552__tile_50:nth-child(2n+2) .t552__blockimg_animated,
.t552__tile_33:nth-child(3n+3) .t552__blockimg_animated,
.t552__tile_25:nth-child(4n+4) .t552__blockimg_animated {
  transform-origin: right;
}
.t552__tile_50:nth-child(2n+1) .t552__blockimg_animated,
.t552__tile_33:nth-child(3n+1) .t552__blockimg_animated,
.t552__tile_25:nth-child(4n+1) .t552__blockimg_animated {
  transform-origin: left;
}
.t552__tile.t-tile_100 .t552__blockimg_animated {
  transform-origin: center !important;
}
.t552__tile_50:nth-child(2n+2) .t552__blockimg_animated:hover,
.t552__tile_50:nth-child(2n+1) .t552__blockimg_animated:hover,
.t552__tile_33:nth-child(3n+3) .t552__blockimg_animated:hover,
.t552__tile_33:nth-child(3n+1) .t552__blockimg_animated:hover,
.t552__tile_25:nth-child(4n+4) .t552__blockimg_animated:hover,
.t552__tile_25:nth-child(4n+1) .t552__blockimg_animated:hover {
  transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
}
@media screen and (max-width: 960px) {
  .t552__blockimg_animated {
    transform: none !important;
  }
}
@media screen and (max-width: 640px) {
  .t552__tile_50,
  .t552__tile_33,
  .t552__tile_25 {
    width: 50%;
  }
}

.t-zoomer__show_fixed{max-height:100%;max-width:100%;overflow:hidden}.t-zoomer__wrapper{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1;opacity:0;-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s;transition:all ease-in-out .2s}.t-zoomer__show .t-zoomer__wrapper{z-index:9999999;opacity:1}.t-zoomer__container{text-align:center;position:absolute;top:0;right:0;left:0;bottom:0}.t-zoomer__bg{position:absolute;top:0;right:0;left:0;bottom:0;background:#fff;cursor:-webkit-zoom-out;cursor:zoom-out}.t-zoomer__comments{position:absolute;right:0;bottom:0;left:0;display:block;height:auto}.t-zoomer__descr{z-index:3;text-align:center;padding:14px 20px 0;background:transparent;max-width:700px;margin:0 auto}.t-zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.t-zoomer__show .t-zoomable,.t-zoomer__show .t-carousel__zoomer__inner{cursor:-webkit-zoom-out;cursor:zoom-out}.t-zoomer__container{z-index:99999999}.t-carousel__zoomed,.t-carousel__zoomer__slides,.t-carousel__zoomer__inner,.t-carousel__zoomer__item,.t-carousel__zoomer__wrapper{position:absolute;top:0;right:0;bottom:0;left:0}.t-carousel__zoomer__inner{top:15px;right:15px;bottom:15px;left:15px}.t-carousel__zoomer__img{position:absolute;top:0;bottom:0;left:0;right:0;max-width:100%;max-height:100%;margin:auto;overflow:auto}.t-carousel__zoomer__item{height:100%;display:none}.t-zoomer__close{position:fixed;right:10px;top:12px;width:29px;height:32px;cursor:pointer;-webkit-transition:opacity ease-in-out 0.3s;-moz-transition:opacity ease-in-out 0.3s;-o-transition:opacity ease-in-out 0.3s;transition:opacity ease-in-out 0.3s;z-index:999999999999}.t-zoomer__close:hover{opacity:.7}.t-zoomer__close-line{position:absolute;left:15px;height:26px;width:2px;background-color:#222}.t-zoomer__close-line-first{-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.t-zoomer__close-line-second{-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.t-carousel__zoomer__control{position:absolute;top:0;bottom:0;left:0;width:15%;-webkit-transition:opacity ease-in-out 0.3s;-moz-transition:opacity ease-in-out 0.3s;-o-transition:opacity ease-in-out 0.3s;transition:opacity ease-in-out 0.3s;cursor:pointer;z-index:99}.t-carousel__zoomer__control_right{left:auto;right:0}.t-carousel__zoomer__control:hover{opacity:.6}.t-carousel__zoomer__arrow{width:20px;height:20px;background:transparent;-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.t-carousel__zoomer__arrow__wrapper{-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);position:absolute;top:50%}.t-carousel__zoomer__arrow__wrapper_left{left:18px}.t-carousel__zoomer__arrow__wrapper_right{right:18px}.t-carousel__zoomer__arrow_right{border-top:2px solid;border-right:2px solid}.t-carousel__zoomer__arrow_left{border-left:2px solid;border-bottom:2px solid}@media screen and (max-width:768px){.t-carousel__zoomer__control .t-carousel__zoomer__arrow{width:12px;height:12px}.t-carousel__zoomer-control{width:10%}.t-carousel__zoomer__arrow__left{left:15px}.t-carousel__zoomer__arrow__right{right:15px}}