/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhpKKSTjw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhpKKSTjw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'adlerregular';
	src: url('adler-webfont.woff2') format('woff2'),
		 url('adler-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

html {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 17px;
	line-height: 1.4;
	font-weight: 400;
	background-color: #f8f8f8;
}

body {
	background-image: url(../images/main_bg.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #D9F5FF;
}

.tm-header {
	z-index: 2;
}

.uk-totop {
	margin-top: 30px;
}

.tm-logo {
	max-width: 380px;
	padding-left: 0;
	background-image: url(../images/logo_earth_animated.gif);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

.tm-page {
	position: relative;
	z-index: 0;
	box-sizing: content-box;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

.tm-uk-navbar-container-menu {
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #093863 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#093863 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#093863 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#093863',GradientType=0 ); /* IE6-9 */
	position: relative;
}

.tm-gradient1 {
	background: #0d5097;
	background: -moz-linear-gradient(top,  #0d5097 0%, #043366 100%);
	background: -webkit-linear-gradient(top,  #0d5097 0%,#043366 100%);
	background: linear-gradient(to bottom,  #0d5097 0%,#043366 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d5097', endColorstr='#043366',GradientType=0 );
}

.tm-gradient2 {
	background: -moz-linear-gradient(left,  rgba(129,195,255,0) 0%, rgba(129,195,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(129,195,255,0) 0%,rgba(129,195,255,1) 100%);
	background: linear-gradient(to right,  rgba(129,195,255,0) 0%,rgba(129,195,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081c3ff', endColorstr='#81c3ff',GradientType=1 );
}

.tm-gradient3 {
	background: rgb(0,0,0);
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(9,56,99,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(9,56,99,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(9,56,99,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#093863',GradientType=0 );
}

.tm-gradient4 {
	background: -moz-linear-gradient(left,  rgba(129,195,255,1) 0%, rgba(129,195,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(129,195,255,1) 0%,rgba(129,195,255,0) 100%);
	background: linear-gradient(to right,  rgba(129,195,255,1) 0%,rgba(129,195,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81c3ff', endColorstr='#0081c3ff',GradientType=1 );
}

.tm-schedule-tit-grid {
	border-radius: 59px 0 0 59px;
}

.tm-schedule-tit-grid .tm-discovery-tit {
	text-align: left;
}

.tm-uk-navbar-container-menu,
.tm-uk-navbar-container-menu .uk-navbar-nav>li>a:after {
	-moz-box-shadow: inset 0 -10px 10px -10px #000000;
	-webkit-box-shadow: inset 0 -10px 10px -10px #000000;
	box-shadow: inset 0 -10px 10px -10px #000000;
}

.uk-navbar-nav>li>a.uk-open:after {
	box-shadow: none;
}

.tm-uk-navbar-container-menu .uk-navbar-nav>li>a:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 20px;
	bottom: 0;
	left: 0;
	right: 0;
}

.uk-navbar-nav>li>a {
	position: relative;
}

.tm-uk-navbar-container-menu .uk-navbar-nav li {
	margin-right: 5px;
}

.tm-box-shadow {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.tm-uk-navbar-container-menu .uk-navbar-nav li:last-child {
	margin-right: 0px;
}

.tm-uk-navbar-container-menu-bot {
	background-color: #0e4a92;
	background-image: url(../images/menu-bot-bg.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: auto 180px;
	background-size: cover;
	padding: 20px 0 20px 100px;
	text-align: right;
}

.tm-uk-navbar-container-menu .uk-navbar-left {
	margin-bottom: -130px;
}

.tm-uk-navbar-container-menu .uk-navbar-nav {
	margin-top: 60px;
	padding: 0 25px;
}

.tm-uk-navbar-container-menu .uk-navbar-nav>li>a {
	min-height: 50px;
	background-color: #bae3ff;
	color: #0c408b;
	text-transform: uppercase;
	font-weight: 700;
	transition-property: auto;
}

.tm-left-coner:before {
	content: "";
	position: absolute;
	left: -25px;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-right: 25px solid #bae3ff;
	border-bottom: 0px solid transparent;
	z-index: 0;
}

.uk-active .tm-left-coner:before,
.tm-left-coner:hover:before {
	border-right-color: #fff;
}

.tm-left-coner,
.tm-right-coner {
	position: relative;
	z-index: 1;
}

.tm-uk-navbar-container-menu .uk-navbar-nav>li>a.tm-left-coner:after {
	width: calc(100% + 25px);
	left: -25px;
}

.tm-uk-navbar-container-menu .uk-navbar-nav>li>a.tm-left-coner {
	padding-left: 10px;
}

.tm-right-coner:before {
	content: "";
	position: absolute;
	right: -25px;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-left: 25px solid #fff;
	border-bottom: 0px solid transparent;
	z-index: 0;
}

.tm-uk-navbar-container-menu .uk-navbar-nav>li>a.tm-right-coner:after {
	width: calc(100% + 25px);
	right: -25px;
}

.tm-uk-navbar-container-menu .uk-navbar-nav>li>a.tm-right-coner {
	padding-right: 10px;
}

.tm-more .tm-right-coner:hover:before,
.tm-more .tm-right-coner.uk-open:before {
	border-left-color: #fff;
}

.tm-more .tm-right-coner:before {
	border-left-color: #f6700a;
}

.tm-more .uk-dropdown {
	background-color: rgba(255,255,255,0.95);
}


.tm-uk-navbar-container-menu .uk-navbar-nav>li.uk-active>a,
.tm-uk-navbar-container-menu .uk-navbar-nav>li>a:hover,
.tm-uk-navbar-container-menu .uk-navbar-nav>li.tm-more>a:hover,
.tm-uk-navbar-container-menu .uk-navbar-nav>li.uk-active.tm-more>a,
.tm-uk-navbar-container-menu .uk-navbar-nav>li.tm-more>a.uk-open {
	background-color: #fff;
	color: #0c408b;
}

.tm-uk-navbar-container-menu .uk-navbar-nav>li.tm-more>a.uk-open {
	color: #f6700a;
}

.tm-uk-navbar-container-menu .uk-navbar-nav>li.tm-more>a {
	background-color: #f6700a;
	color: #fff;
}

.tm-navbar-dropdown-more a {
	border: 1px solid #70b4fc;
	text-align: center;
	display: block;
	color: #043367;
	background-color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 2;
	font-size: 14px;
}

.tm-navbar-dropdown-more a:hover,
.tm-navbar-dropdown-more .uk-active a {
	color: #f16822;
	text-decoration: none;
}

.tm-home-slider-tit {
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	padding: 15px 0;
}

.uk-dotnav>*>* {
	width: 15px;
	height: 15px;
	border-radius: 0;
}

.uk-light .uk-slidenav {
	padding: 10px 15px;
	color: rgba(0,0,0,.7);
	border-radius: 50%;
	background-color: rgba(255,255,255,0.6);
}

.uk-light .uk-slidenav:focus, 
.uk-light .uk-slidenav:hover {
	color: rgba(0,0,0,1);
	background-color: #fff;
}

.tm-discovery-tit-grid {
	border-radius: 0 59px 59px 0;
}

.tm-discovery-tit {
	font-weight: 700;
	text-align: right;
	line-height: 2;
}

.tm-text-warning {
	color: #f6700a;
}

.tm-footer-copy {
	color: #626262;
	background-color: #111;
	padding: 15px 0;
	font-size: 16px;
}

.tm-offcanvas-menu a,
.tm-footer-menu a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #888888;
	text-decoration: none;
	background-color: #323232;
	line-height: 1;
	padding: 10px;
	font-size: 14px;
}

.tm-offcanvas-menu .uk-active a,
.tm-offcanvas-menu a:hover,
.tm-footer-menu .uk-active a,
.tm-footer-menu a:hover {
	color: #f16822;
	text-decoration: none;
}

.tm-footer-soc-menu {
	width: 45px;
}

.uk-totop {
	color: #222;
	background-color: rgba(255,255,255,0.5);
	border-radius: 50%;
	padding: 16px 10px;
}

.uk-totop svg {
	width: 25px;
}

.tm-footer-soc-menu .uk-icon-button {
	width: 45px;
	height: 45px;
}

.tm-cel-tit {
	font-family: 'adlerregular';
	color: #bae3ff;
	font-size: 30px;
	display: inline-block;
	position: relative;
	padding: 10px 45px;
	margin-left: 33px;
}

.tm-cel-tit span {
	position: relative;
	z-index: 1;
}

.tm-cel-tit:before {
	content: "";
	width: calc(100% - 45px);
	border-bottom: 56px solid rgba(0, 16, 36, 0.65);
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	height: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}

.tm-twenty-tit {
	text-align: left;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}

.tm-twenty-tit-num {
	font-weight: 700;
	color: #fff;
	font-size: 64px;
	line-height: 1;
}

.tm-twenty-tit-grid {
	background-image: url(../images/tm-twenty-tit-bg.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-left: 40px;
	margin-top: 10px;
}

.tm-season-tit-grid {
	text-align: right;
	background-image: url(../images/season-bg.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-right: 55px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: -60px;
}

.tm-season-tit-grid img {
	max-width: 115px;
}

.tm-season-tit-num {
	color: #fff;
	font-weight: 700;
	font-size: 68px;
	line-height: 1;
}

.tm-season-tit {
	font-family: 'adlerregular';
	color: #fff;
	line-height: 1;
	font-size: 40px;
}

.tm-banner-grid img {
	padding-left: 20px;
	padding-right: 20px;
}

.tm-twenty-tit-grid-mob {
	padding: 20px;
	background: rgb(246,205,12);
	background: -moz-linear-gradient(top,  rgba(246,205,12,1) 0%, rgba(245,15,7,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(246,205,12,1) 0%,rgba(245,15,7,1) 100%);
	background: linear-gradient(to bottom,  rgba(246,205,12,1) 0%,rgba(245,15,7,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6cd0c', endColorstr='#f50f07',GradientType=0 );
}

.tm-cel-tit-mob {
	font-family: 'adlerregular';
	color: #f6ca0c;
	font-size: 35px;
}

.uk-navbar-toggle {
	color: #fff;
}

.uk-navbar-toggle.uk-open, 
.uk-navbar-toggle:focus, 
.uk-navbar-toggle:hover {
	color: #fff;
}

.tm-mob-top-nav {
	background-color: #fff;
	font-weight: 700;
	color: #0c408b;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px;
	position: relative;
	margin-left: 40px;
	margin-top: -10px;
	line-height: 30px;
}

.tm-mob-top-nav:hover {
	color: #0c408b;
	text-decoration: none;
}

.tm-mob-top-nav:before, 
.tm-mob-top-nav:after {
	content: "";
	position: absolute;	
	width: 0;
	height: 0;
	top: 0;
	z-index: 0;
	border-bottom: 50px solid transparent;
	border-top: 0px solid transparent;
}

.tm-mob-top-nav:before {
	left: -25px;
	border-right: 25px solid #fff;
}

.tm-mob-top-nav:after {
	right: -25px;
	border-left: 25px solid #fff;
}
.tm-page-tit.tm-page-tit-bg {
	margin-bottom: 60px;
}
.tm-page-tit {
	color: #0c5298;
	font-size: 50px;
	text-align: center;
	font-weight: 700;
	display: inline-block;
		position: relative;
	z-index: 1;
}
.tm-page-tit + .tm-page-tit-small {
	margin-bottom: 40px;
}
.tm-page-tit-small span,
.tm-page-tit span {
	position: relative;
	z-index: 1;
}
.tm-page-tit-small span {
	padding-left: 10px;
	padding-right: 10px;
}
.tm-page-tit-bg {
	position: relative;
	z-index: 1;
}

.tm-page-tit-small {
	font-size: 18px;
	display: inline-block;
	z-index: 0;
}

.tm-page-tit-small.tm-page-tit-bg:before  {
	width: calc(100% - 0px);
	border-top: 65px solid #dcdcdc;
	border-left: 0px solid transparent;
	border-right: 20px solid transparent;
	top: -30px;
	left: 0;
}

.tm-page-tit-bg:before {
	content: "";
	width: calc(100% - 45px);
	border-top: 55px solid #dcdcdc;
	border-left: 0px solid transparent;
	border-right: 20px solid transparent;
	height: 0;
	position: absolute;
	z-index: 0;
	top: 31px;
	left: 13px;
}

.tm-orn-tit {
	color: #f78128;
	font-weight: 700;
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
}

.tm-blue-tit {
	color: #10569c;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
}

.tm-grey-tit {
	color: #696969;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
}

.tm-meet-card-tit {
	background-image: url(../images/meet-tit-bg.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	padding: 15px;
	font-weight: 700;
}

.tm-meet-card-adr {
	text-align: center;
	padding: 15px;
	color: #fff;
	background-color: #4882b9;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	font-weight: 600;
	font-size: 20px;
}

.tm-meet-card-adr.grey {
	background-color: #9a9a9a;
}

.tm-meet-card-disc.grey {
	background-color: #e1e1e1;
	color: #484141;
}

.tm-meet-card-disc {
	text-align: center;
	padding: 15px;
	background-color: #c1e1ff;
	font-weight: 700;
	font-size: 20px;
}

.tm-bot-shadow {
	padding-top: 40px;
	position: relative;
}

.tm-bot-shadow:before {
	content: '';
	width: 100%;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.tm-schedule-card-tit {
	background-image: url(../images/meet-tit-bg.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	padding: 15px;
	font-weight: 700;
	text-align: center;
	margin-top: 30px;
}

@media only screen and (max-width: 959px) {
	.tm-schedule-card-tit {
		font-size: 22px;
	}
}

.tm-schedule-card-txt {
	margin: 30px 0;
}

.tm-schedule-card-img {
	margin-top: 20px;
	text-align: center;
	position: relative;
	padding-bottom: 67%;
	overflow: hidden;
}

.tm-schedule-card-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.tm-schedule-card-txt-tit {
	color: rgba(245, 112, 11, 0.97);
	font-weight: 600;
}

.tm-schedule-card-txt-disc {
	margin-top: 10px;
	min-height: 400px;
}
@media only screen and (max-width: 1300px) {
	.tm-schedule-card-txt-disc {
		font-size: 13px;
		min-height: 220px;
	}
}
@media only screen and (max-width: 959px) {
	.tm-schedule-card-txt-disc {
		min-height: auto;
	}
}

.tm-schedule-card-txt.tm-schedule-card-discovery.uk-margin-medium {
	min-height: auto !important;
}

.tm-schedule-card-img-youtube {
	margin-bottom: 10px;
}

.tm-history-accordion li {
	background-color: #deefff;
	
	border: 1px solid #4882b9;
}

.tm-history-accordion .uk-accordion-title {
	text-align: center;
	color: #10569c;
	font-weight: 700;
	font-size: 30px;
	position: relative;
	padding: 20px;
}

.tm-history-accordion .uk-accordion-content {
	padding: 0 20px 20px 20px;
	margin-top: 0;
}

.tm-history-accordion .uk-open > .uk-accordion-title::before {
	background-image: url(../images/minus.svg);
}

.tm-history-accordion li .uk-accordion-title::before {
	background-color: #0c5298;
	background-image: url(../images/plus.svg);
	color: #fff;
	width: auto;
	font-size: 14px;
	font-weight: 400;
	padding: 30px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	float: none;
	height: auto;
	width: auto;
	margin: 0;
	background-size: 20px;
}


/* Notebook HiDPI */
@media (min-width: 1367px) and (max-width: 1590px) {}

/* Notebook MDPI */
@media (min-width: 1140px) and (max-width: 1367px) {}

/* iPads (горизонтальная) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.tm-page-tit + .tm-page-tit-small {
		margin-bottom: 10px;
	}
	.tm-schedule-card-tit {
		font-size: 30px;
	}
	.tm-page-tit {
		font-size: 40px;
	}
	.tm-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.tm-container-mob-exp {
		padding-left: 0;
		padding-right: 0;
	}
	.uk-navbar-nav>li>a {
		font-size: 11px;
	}
	.tm-season-tit-grid img {
		max-width: 70px;
	}
	.tm-season-tit-num {
		font-size: 50px;
	}	
	.tm-season-tit {
		font-size: 29px;
	}
	.tm-twenty-tit {
		font-size: 14px;
	}
	.tm-twenty-tit-num {
		font-size: 40px;
	}
	.tm-cel-tit {
		font-size: 22px;
		margin-left: 27px;
	}
	.tm-season-tit-grid {
		margin-right: -50px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.tm-cel-tit:before {
		width: calc(100% - 45px);
		border-bottom: 47px solid rgba(0, 16, 36, 0.65);
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
	}
	.tm-twenty-tit-grid {
		margin-top: 9px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.tm-navbar-dropdown-more a {
		font-size: 12px;
	}
	
	
}

/* iPads (вертикальный) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.tm-offcanvas-menu {
		margin-top: 50px;
	}
	.uk-offcanvas-bar {
		width: 350px;
	}
	.tm-season-tit-grid {
		background-image: url(../images/season-bg-ipad.png);
		margin-right: -30px;
		padding-right: 20px;
	}
	.tm-uk-navbar-container-menu-bot {
		padding-left: 30px;
		padding-right: 30px;
	}
	.tm-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.tm-container-mob-exp {
		padding-left: 0;
		padding-right: 0;
	}
	.tm-footer-soc-menu {
		width: 100%;
	}
	.tm-footer-soc-menu .uk-grid>* {
		width: auto;
	}
	.tm-discovery-tit-grid {
		max-width: 500px;
		margin: 0 auto;
	}
	.uk-totop {
		margin-top: 0px;
	}
	.tm-season-tit-grid .uk-grid {
		margin-left: -40px;
	}
	.tm-season-tit-grid .uk-grid>* {
		padding-left: 40px;
	}
}

/* Before iPads ----------- */
@media only screen and (max-width: 959px) {
	.tm-offcanvas-menu {
		margin-top: 50px !important;
	}
}
@media only screen and (max-width: 767px) {
	.tm-page-tit + .tm-page-tit-small {
		margin-bottom: 0px;
	}
	.tm-schedule-tit-grid .uk-grid {
		margin-left: -15px;
	}
	.tm-schedule-tit-grid .uk-grid>* {
		padding-left: 15px;
	}
	.tm-schedule-tit-grid .tm-discovery-tit {
		font-size: 14px;
	}
	.tm-discovery-txt {
		font-size: 14px;
	}
	.tm-box-shadow {
		box-shadow: none;
	}
	.tm-page-tit-bg:before,
	.tm-page-tit:before {
		display: none;
	}
	.tm-page-tit {
		font-size: 26px;
		margin-bottom: 30px;
		line-height: 1.2;
	}
	.tm-orn-tit {
		font-size: 30px;
		line-height: 1.2;
	}
	.tm-blue-tit {
		font-size: 26px;
		line-height: 1.2;
	}
	.uk-totop {
		margin-top: 0px;
	}
	.uk-offcanvas-bar {
		width: 300px;
	}
	.tm-offcanvas-menu {
		margin-top: 50px;
	}
	.uk-navbar-toggle {
		min-height: 60px;
	}
	.tm-twenty-tit-num {
		font-size: 50px;
	}
	.tm-season-mob-grid {
		margin-top: 30px;
	}
	.tm-season-mob-grid img {
		max-width: 70px;
	}
	.tm-season-mob-grid .tm-season-tit-num {
		font-size: 30px;
		line-height: 1;
	}
	.tm-season-tit-num {
		margin-top: 10px;
	}
	.tm-twenty-tit-grid-mob .uk-grid {
		margin-left: -10px;
	}
	.tm-twenty-tit-grid-mob .uk-grid>* {
		padding-left: 10px;
	}
	.tm-season-mob-grid .tm-season-tit {
		font-size: 18px;
		line-height: 1.4;
	}
	.tm-navbar .uk-navbar {
		border-bottom: 1px solid #f6700a;
	}
	.tm-navbar-bottom {
		background-color: transparent;
		background-image: url(../images/menu-bot-bg.jpg);
		background-position: 50% 100%;
		background-repeat: no-repeat;
		background-size: auto 125px;
		margin-top: -65px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	.tm-navbar {
		padding-bottom: 80px;
	}
	.tm-twenty-tit-grid-mob {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.uk-logo {
		padding: 0;
	}
	.tm-twenty-tit {
		font-size: 15px;
	}
	.tm-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.tm-home-slider-tit {
		font-size: 18px;
	}
	.tm-discovery-tit-grid img {
		max-width: 70px;
	}
	.tm-discovery-tit {
		font-size: 12px;
	}
	.tm-discovery-tit-grid .uk-grid {
		margin-left: -15px;
	}
	.tm-discovery-tit-grid .uk-grid>* {
		padding-left: 15px;
	}
	.tm-footer-soc-menu {
		width: 100%;
	}
	.tm-footer-soc-menu .uk-grid>* {
		width: auto;
	}
	.tm-footer-menu a {
		font-size: 16px;
	}
	.tm-footer-copy {
		font-size: 13px;
	}
	.tm-container-mob-exp {
		padding-left: 0;
		padding-right: 0;
	}
	.tm-discovery-tit-grid {
		border-radius: 0 35px 35px 0;
	}
}

@media only screen and (max-width: 999px) and (orientation: landscape) {

	.tm-season-tit-grid {
		max-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}


/* Before iPads (горизонтальный) ----------- */
@media only screen and (max-width: 767px) and (orientation: landscape) {
	.tm-logo {
		max-width: 280px;
	}
	.tm-season-tit-grid {
		background-image: url(../images/season-bg-ipad.png);
		margin-right: 0px;
		padding-right: 20px;
	}
	.tm-discovery-tit-grid {
		max-width: 320px;
		margin: 0 auto;
	}
}

/* iPhone 6 Plus ----------- */
@media screen and (max-device-width: 414px) and (max-device-height: 776px) {
	.tm-navbar-bottom {
		background-size: auto 140px;
	}
}


/* Before iPads (вертикальная) ----------- */
@media only screen and (max-width: 767px) and (orientation: portrait) {
	.tm-meet-card-tit {
		text-align: center;
	}
}

.inline__paragraph p {
	display: inline-block;
}

.full__image img {
	width: 100%;
}
.uk-slider-items img {
	width: 100%;
}
.uk-slider-items .uk-dotnav {
	display: none !important;
}

.tm-navbar-nav a.active {
	background-color: #fff !important;
	color: #0c408b !important;
}

.tm-navbar-nav a.active.tm-left-coner::before {
	border-right-color: #fff !important;
}

.uk-navbar-dropdown a.active {
	color: #f16822 !important;
	text-decoration: none !important;
}

.tm-footer-menu a.active {
	color: #f16822 !important;
	text-decoration: none !important;
}

.tm-offcanvas-menu a.active {
	color: #f16822 !important;
	text-decoration: none !important;
}
.video__wrapper {
	position: relative;
	padding-bottom: 57%;
}
.video__wrapper iframe {
	border: 0 none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.mini__menu {
	line-height: 1.7;
	font-weight: 700;
}

.mini__menu a {
	display: inline-block;
}

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

	.tm-page-tit.tm-page-tit-bg {
		margin-bottom: 10px;
	}

	.mini__menu {
		padding-left: 10px;
		padding-right: 10px;
		font-weight: 700;
	}
	.mini__menu ul {
		padding-left: 24px;
	}
	.mini__menu a {
		display: block;
		font-size: 13px;
	}
	.mini__menu span {
		display: none;
	}
	.mobile__noColumns > div {
		width: 100% !important;
		text-align: left;
	}
	.mobile__noColumns {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}
	.mobile__noColumns > .uk-width-1-4 {
		order: 1;
	}
	.mobile__noColumns > .uk-width-3-4 {
		order: 2;
	}
}
.uk-panel-box-primary {
	background-color: #ebf7fd;
	color: #2d7091;
	border-color: rgba(45,112,145,.3);
	padding: 15px;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
}

.full__image__inner div > img {
	width: 100%;
}

.cycle-slideshow.uk-text-center img{
	margin: 0 auto;
}

.slideshow__wrapper {
	overflow: hidden;
	width: 450px;
	margin: 0 auto;
	max-width: 100%;
}
.adaptive__table tr td{
	box-sizing: border-box;
	padding: 5px;
}
@media only screen and (max-width: 767px)  {
	.centered__image img {
		margin: 0 auto;
		display: block;
	}
	.mobile__centered {
		text-align: center;
	}
	.mini__menu ul li {
	    text-align:left !important;
	}
	.adaptive__table tr td{
		display: block;
		box-sizing: border-box;
		padding-bottom: 7px;
		width: 100% !important;
	}
}

@media only screen and (max-width: 1050px)  {
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    padding:0 7px;
}
}

.uk-container a {
	word-break: break-all;
}

.table__padding tr td {
	padding: 5px;
}
.gallery__link img {

}

.uk-container a {
   /* white-space: nowrap;*/
   word-break: keep-all;
}
