

/* Start:/bitrix/templates/tele2/css/tilda-grid-3.0.css?16337965405704*/
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;
	}	
	
}

/* End */


/* Start:/bitrix/templates/tele2/css/tilda-blocks-2.6.css?163379654041219*/
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700&subset=latin,cyrillic);
.t-body {
  margin: 0px;
}
#allrecords {
  -webkit-font-smoothing: antialiased;
  background-color: none;
}
#allrecords a {
  color: #ff8562;
  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: 'Roboto', serif;
  font-weight: 300;
  color: #000000;
}
.t-text_xs {
  font-size: 13px;
  line-height: 1.55;
}
.t-text_sm {
  font-size: 16px;
  line-height: 1.55;
}
.t-text_md {
  font-size: 18px;
  line-height: 1.55;
}
.t-text_lg {
  font-size: 20px;
  line-height: 1.55;
}
.t-text_weight_plus {
  font-weight: 400;
}
.t-text-impact {
  font-family: 'Roboto', 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: 'Roboto', sans-serif;
  font-weight: 600;
  color: #000000;
}
.t-name_xs {
  font-size: 14px;
  line-height: 1.35;
}
.t-name_sm {
  font-size: 16px;
  line-height: 1.35;
}
.t-name_md {
  font-size: 18px;
  line-height: 1.35;
}
.t-name_lg {
  font-size: 20px;
  line-height: 1.35;
}
.t-name_xl {
  font-size: 22px;
  line-height: 1.35;
}
.t-heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #000000;
}
.t-heading_xs {
  font-size: 24px;
  line-height: 1.23;
}
.t-heading_sm {
  font-size: 26px;
  line-height: 1.17;
}
.t-heading_md {
  font-size: 28px;
  line-height: 1.17;
}
.t-heading_lg {
  font-size: 30px;
  line-height: 1.17;
}
.t-title {
  font-family: 'Roboto', 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: 'Roboto', sans-serif;
  font-weight: 300;
  color: #000000;
}
.t-descr_xxs {
  font-size: 12px;
  line-height: 1.55;
}
.t-descr_xs {
  font-size: 14px;
  line-height: 1.55;
}
.t-descr_sm {
  font-size: 16px;
  line-height: 1.55;
}
.t-descr_md {
  font-size: 18px;
  line-height: 1.55;
}
.t-descr_lg {
  font-size: 20px;
  line-height: 1.55;
}
.t-descr_xl {
  font-size: 22px;
  line-height: 1.50;
}
.t-descr_xxl {
  font-size: 24px;
  line-height: 1.45;
}
.t-descr_xxxl {
  font-size: 28px;
  line-height: 1.45;
  letter-spacing: 0.45;
}
.t-uptitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #000000;
  letter-spacing: 2.5px;
}
.t-uptitle_xs {
  font-size: 10px;
}
.t-uptitle_sm {
  font-size: 12px;
}
.t-uptitle_md {
  font-size: 14px;
}
.t-uptitle_lg {
  font-size: 16px;
}
.t-uptitle_xl {
  font-size: 18px;
  letter-spacing: 2px;
}
.t-uptitle_xxl {
  font-size: 20px;
  letter-spacing: 2px;
}
.t-uptitle_xxxl {
  font-size: 22px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1200px) {
  .t-text_xs {
    font-size: 12px;
  }
  .t-text_sm {
    font-size: 14px;
  }
  .t-text_md {
    font-size: 16px;
  }
  .t-text_lg {
    font-size: 18px;
  }
  .t-text-impact_md {
    font-size: 30px;
  }
  .t-descr_xxs {
    font-size: 10px;
  }
  .t-descr_xs {
    font-size: 12px;
  }
  .t-descr_sm {
    font-size: 14px;
  }
  .t-descr_md {
    font-size: 16px;
  }
  .t-descr_lg {
    font-size: 18px;
  }
  .t-descr_xl {
    font-size: 20px;
  }
  .t-descr_xxl {
    font-size: 20px;
  }
  .t-descr_xxxl {
    font-size: 24px;
  }
  .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: 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: 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: 26px;
  }
  .t-heading_lg {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .t-text_xs {
    font-size: 10px;
    line-height: 1.45;
  }
  .t-text_sm {
    font-size: 12px;
    line-height: 1.45;
  }
  .t-text_md {
    font-size: 14px;
    line-height: 1.45;
  }
  .t-text_lg {
    font-size: 16px;
    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: 10px;
    line-height: 1.45;
  }
  .t-descr_sm {
    font-size: 12px;
    line-height: 1.45;
  }
  .t-descr_md {
    font-size: 14px;
    line-height: 1.45;
  }
  .t-descr_lg {
    font-size: 16px;
    line-height: 1.45;
  }
  .t-descr_xl {
    font-size: 18px;
    line-height: 1.40;
  }
  .t-descr_xxl {
    font-size: 18px;
  }
  .t-descr_xxxl {
    font-size: 20px;
  }
  .t-uptitle_xs {
    font-size: 8px;
  }
  .t-uptitle_sm {
    font-size: 8px;
  }
  .t-uptitle_md {
    font-size: 10px;
  }
  .t-uptitle_lg {
    font-size: 12px;
  }
  .t-uptitle_xl {
    font-size: 14px;
  }
  .t-uptitle_xxl {
    font-size: 16px;
  }
  .t-uptitle_xxxl {
    font-size: 18px;
  }
  .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: 10px;
  }
  .t-name_sm {
    font-size: 12px;
  }
  .t-name_md {
    font-size: 14px;
  }
  .t-name_lg {
    font-size: 16px;
  }
  .t-name_xl {
    font-size: 18px;
  }
  .t-heading_xs {
    font-size: 20px;
  }
  .t-heading_sm {
    font-size: 22px;
  }
  .t-heading_md {
    font-size: 22px;
  }
  .t-heading_lg {
    font-size: 24px;
  }
}
@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: #ff8562;
  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: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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("/bitrix/templates/tele2/css/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("/bitrix/templates/tele2/css/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(/bitrix/templates/tele2/css/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(/bitrix/templates/tele2/css/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(/bitrix/templates/tele2/css/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(/bitrix/templates/tele2/css/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: 'Roboto', 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: 'Roboto', serif;
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
}
.carousel-title {
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  padding-top: 36px;
  padding-bottom: 14px;
  text-align: center;
}
.carousel-descr {
  font-family: 'Roboto', 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;
}
.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;
  }
}
.t017__uptitle {
  padding-top: 3px;
  padding-bottom: 22px;
}
.t017__title {
  padding-top: 2px;
  padding-bottom: 0px;
}
.t017__descr {
  padding-top: 21px;
}
.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;
  }
}
.t118 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.t118__line {
  height: 1px;
  background-color: #000000;
  border: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.t123__centeredContainer {
  text-align: center;
}
.t214 .t-row {
  clear: both;
}
.t214__blockimg {
  max-width: 360px;
  height: 360px;
  margin-bottom: 20px;
}
.t214__title {
  padding-bottom: 14px;
}
.t214__descr {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 14px;
}
.t214__textwrapper {
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .t214__blockimg {
    height: 320px;
  }
}
@media screen and (max-width: 960px) {
  .t214__blockimg {
    height: 360px;
  }
}
@media screen and (max-width: 320px) {
  .t214__blockimg {
    height: 320px;
  }
}
.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;
}
.t191 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.t191__line {
  height: 1px;
  background-color: #000000;
  border: none;
}
.t194__text {
  padding-bottom: 6px;
}
.t194 .t-align_left .t194__img {
  padding-bottom: 10px;
  padding-top: 4px;
  width: 100%;
}
.t194__sectitle {
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.t194__secdescr {
  font-size: 11px;
  line-height: 16px;
  padding-top: 0px;
  padding-bottom: 7px;
}
@media screen and (max-width: 960px) {
  .t194 .t-align_left {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .t194 .t-align_left {
    width: 100% !important;
  }
}
.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;
  }
}
.t204__burger {
  position: fixed;
  z-index: 5000000;
  width: 60px;
  height: 60px;
  top: 30px;
  right: 30px;
  background-color: #000;
  cursor: pointer;
}
.t204__burger-icon {
  position: relative;
  display: inline-block;
  margin: 28px 12px;
  width: 36px;
  height: 3px;
  background: #fff;
  vertical-align: middle;
}
.t204__burger-icon:before,
.t204__burger-icon:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
}
.t204__burger-icon:before {
  top: -9px;
}
.t204__burger-icon:after {
  bottom: -9px;
}
.t204__menu {
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
  position: fixed;
  z-index: 5000002;
  width: 380px;
  height: 100vh;
  top: 0px;
  right: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
}
.t204__closelayer {
  background-color: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5000001;
  width: 100%;
  height: 100vh;
  filter: alpha(opacity=50);
  KHTMLOpacity: 0.50;
  MozOpacity: 0.50;
  opacity: 0.50;
  visibility: hidden;
}
.t204__item {
  display: table;
  margin: 40px auto;
  width: 300px;
}
.t204__item:hover .t204__item_img {
  opacity: 0.7;
}
.t204__item:hover .t204__item_text a {
  color: #ff8562 !important;
}
.t204__item_img {
  display: table-cell;
  width: 85px;
  height: 85px;
  padding-right: 20px;
}
.t204__item_img a {
  border: solid #222 1px;
  margin: 0;
  display: block;
  width: 85px;
  height: 85px;
  background-size: cover;
}
.t204__item_text {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
}
.t204__item_text a {
  color: #fff !important;
}
@media screen and (max-width: 640px) {
  .t204__burger {
    position: static;
    text-align: right;
    top: 0;
    right: 0;
    width: 100%;
  }
  .t204__menu {
    width: 100%;
    height: auto;
    position: absolute;
    top: 60px;
  }
}
.t219 {
  text-align: center;
  padding: 0 2px;
}
.t219__butwrapper {
  margin: 0 auto;
}
.t219__blocktitle {
  padding-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .t219 {
    padding: 0 20px;
  }
}
.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;
}
.t404 .t-col_4 {
  margin-bottom: 40px;
}
.t404 a {
  text-decoration: none;
  color: #000000;
}
.t404__textwrapper {
  margin-bottom: 28px;
  margin-top: 16px;
}
.t404__paddingsmall {
  padding: 20px 30px 25px;
  background: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
.t404__paddingbig {
  padding: 30px 40px 35px;
  background: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
.t404__paddingsmall .t404__uptitle {
  margin-top: 0;
}
.t404__uptitle {
  margin-top: 12px;
  margin-bottom: 10px;
}
.t404__tag {
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 1px;
  color: #777;
}
.t404__date {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 1px;
  color: #777;
}
.t404__title {
  margin-bottom: 12px;
}
.t404__descr {
  color: #777;
}
.t404__imgbox {
  position: relative;
}
.t404__img {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.t404__separator {
  padding-top: 65%;
}
.t404__buttonwrapper {
  padding: 0 20px;
  text-align: center;
}
.t404__btn {
  font-size: 14px;
  height: 54px;
  padding-left: 30px;
  padding-right: 30px;
}
.t404__col {
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .t404__col {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .t404__imgbox {
    width: 50%;
    display: inline;
    float: left;
    margin-right: 20px;
  }
  .t404__withbg .t404__imgbox {
    display: table-cell;
    float: none;
    vertical-align: top;
    margin-right: 0;
  }
  .t404 .t-col_3,
  .t404 .t-col_4,
  .t404 .t-col_6 {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .t404__link:before,
  .t404__link:after {
    content: "";
    display: table;
    clear: both;
  }
  .t404__textwrapper {
    display: table;
    margin-top: 0;
  }
  .t404__withbg .t404__textwrapper {
    display: table-cell;
    float: none;
    vertical-align: top;
    margin-right: 0;
  }
  .t404 .t404__withbg {
    margin-bottom: 30px;
  }
  .t404__uptitle {
    margin-top: 0px;
  }
  .t404__link {
    display: table;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .t404__imgbox,
  .t404__withbg .t404__imgbox,
  .t404__withbg .t404__textwrapper {
    width: 100%;
    display: block;
    float: none;
  }
  .t404__textwrapper {
    margin-top: 16px;
  }
  .t404__withbg .t404__textwrapper {
    margin-top: 0;
    box-sizing: border-box;
  }
}

/* End */


/* Start:/bitrix/templates/tele2/template_styles.css?16460493344305*/
		  * {
				margin: 0;
				padding: 0;
				border: none;
				outline: none;
			}
			body{
                background-image: url("http://susanin.udm.ru/upload/special/tele2/bg.jpg");
				background-position: 50% 50%;
				background-repeat: repeat-x;
				background-attachment: fixed;
				background-size: cover;
			}
			#container{
				width: 100%;
                background: url("http://susanin.udm.ru/upload/special/tele2/bg1.jpg") 100% 0 no-repeat;
				background-size: 100% auto;
				background-position: 100% 0;
				background-repeat: no-repeat;
			}
			#header{
				width: 100%;
				height: auto;
				z-index: 200;
			}
            #content{
				width: 80%;
				margin-left: 20%;
				background-color: #ffffff;
				z-index: 100;
				margin-top: -50px;
			}
			.line{
				width: 94%;
				height: 10px;
				margin-left: 3%;
				margin-right: 3%;
				margin-top: 0;
			}
			#disc{
				width: 90%;
				margin-left: 3%;
				margin-right: 7%;
				margin-top: 3%;
				padding-bottom: 2%;
				border-bottom: 1px solid #b3b3b3;
			}
			.block{
				width: 90%;
				margin-left: 3%;
				margin-right: 7%;
				margin-top: 3%;
				cursor: pointer;
			}
			.block:hover{
				background-color: #f7f7f7;
				transition: background-color 0.5s;
			}
			.block:hover .text h1{
				color: #62BCE0;
				transition: color 0.5s;
			}
			.img{
				display: inline-block;
				float: left;
				width: 44%;
				height: auto;
				overflow: hidden;
			}
			.block .img img{
				width: 100%;
				height: 100%;
			}
			.text{
				display: inline-block;
				float: left;
				width: 48%;
				height: auto;
				margin-left: 3%;
				margin-right: 5%;
			}
			h1{
				font-family: 'Roboto', sans-serif;
				color: #1a1a1a;
				font-size: 42px;
				font-weight: bold;
				line-height: 48px;
				margin-top: 20px;
			}
			h2 {
				font-family: 'Roboto', sans-serif;
				color: #1a1a1a;
				font-size: 24px;
				font-weight: bold;
				line-height: 30px;
				margin-top: 10px;
			}
			p{
				font-family: 'Roboto', sans-serif;
				color: #1a1a1a;
				font-size: 18px;
				font-weight: normal;
				line-height: 26px;
				margin-top: 20px;
				margin-bottom: 20px;
			}
			#footer{
				width: 90%;
				border-top: 1px solid #b3b3b3;
				padding-top: 40px;
				padding-bottom: 40px;
				padding-left: 3%;
				padding-right: 7%;
				margin-top: 5%;
				font-family: 'Roboto', sans-serif;
				color: #1a1a1a;
				font-size: 18px;
				font-weight: normal;
				line-height: 60px;
			}
			#footer a{
				font-family: 'Roboto', sans-serif;
				color: #62BCE0;
				font-size: 18px;
				font-weight: normal;
				text-decoration: none;
			}
			#footer a:hover{
				text-decoration: underline;
			}
			a{
				font-family: 'Roboto', sans-serif;
				color: #62BCE0;
				font-size: 18px;
				font-weight: normal;
				text-decoration: none;
			}
			a:hover{
				text-decoration: underline;
			}
			#footer img{
				display: inline-block;
				height: 60px;
				float: right;
			}


			@media only screen and (max-width: 1700px) {
				.line{
					height: 10px;
				}
				#content{
					margin-top: -30px;
				}
				h1 {
					font-size: 36px;
					line-height: 42px;
				}
			}
			@media only screen and (max-width: 1000px) {
				h1 {
					font-size: 24px;
					line-height: 30px;
				}
				h2 {
					font-size: 20px;
					line-height: 26px;
				}
			}
			@media only screen and (max-width: 768px) {
				.line{
					height: 10px;
				}
				#content{
					width: 100%;
					margin-left: 0;
					margin-top: -20px;
				}
				#disc{
					width: 90%;
					margin-left: 5%;
					margin-right: 5%;
					columns: none;
				}
				.block{
					width: 90%;
					margin-left: 5%;
					margin-right: 5%;
					margin-top: 4%;
					cursor: pointer;
				}
				p {
					font-size: 16px;
					line-height: 22px;
				}
				.img{
					display: block;
					float: none;
					width: 100%;
				}
				.text{
					display: block;
					float: none;
					width: 96%;
					margin-left: 0;
					padding-left: 2%;
					padding-right: 2%;
				}
				#disc .text{
					display: block;
					float: none;
					width: 100%;
					margin-left: 0;
					padding-left: 0;
					padding-right: 0;
				}
				#footer{
					width: 90%;
					padding-left: 5%;
					padding-right: 5%;
					text-align: center;
				}
				#footer img{
					float: none;
				}
				#footer span{
					display: block;
				}
			}
/* End */
/* /bitrix/templates/tele2/css/tilda-grid-3.0.css?16337965405704 */
/* /bitrix/templates/tele2/css/tilda-blocks-2.6.css?163379654041219 */
/* /bitrix/templates/tele2/template_styles.css?16460493344305 */
