html, body {
	margin: 0;
	padding: 0;
	border: 0
}
body {
	color: #555;
	background-color: #fff;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box
}
a {
	-webkit-text-decoration-skip: objects
}
svg:not(:root) {
	overflow: hidden
}
.tour-container {
	margin: 0 auto;
	width: 79.5%;
	min-width: 980px
}
.tour-header {
	width: 100%;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
	box-sizing: border-box
}
.tour-logotype {
	display: block;
	margin: 0 auto;
	width: 250px;
	height: 150px;
}
.tour-navbar {
	width: 100%;
	border-top: solid 1px #e8e8e8;
	overflow: hidden
}
.tour-navbar__item {
	float: left;
	padding: 0 15px;
	line-height: 39px;
	color: #666;
	font-size: 12px;
	border-left: solid 1px #e8e8e8;
	text-transform: uppercase;
	text-decoration: none;
	box-sizing: border-box;
	transition: background-color 300ms ease
}
.tour-navbar__item:last-child {
	border-right: solid 1px #e8e8e8
}
.tour-navbar__item--active {
	line-height: 36px;
	border-top: solid 3px #ffa800;
	background-color: #f8f8f8
}
.tour-navbar__item:hover {
	background-color: #f8f8f8
}
.tour-navbar__item--join, .tour-navbar__item--login {
	float: right
}
.tour-navbar__item--login {
	padding: 0;
	width: 40px;
	text-align: center
}
.tour-navbar__item--login img {
	display: inline-block;
	vertical-align: middle
}
.tour-navbar__item--join {
	padding: 0 20px;
	font-size: 14px;
	font-weight: normal;
	color: white;
	background-color: #00cc4a;
	text-shadow: 0 1px 2px rgba(0,0,0,.3);
	text-transform: uppercase
}
.tour-navbar__item--join:hover {
	background-color: #00df51
}
.tour-thumbs-list {
	margin: 0 0 0 -3px;
	overflow: hidden;
	padding: 0;
	font-size: 0;
	line-height: 0
}
.tour-thumbs-list::after {
	display: block;
	content: "";
	clear: both
}
.tour-video-list__item {
	position: relative;
	margin: 35px 0 3px 3px;
	overflow: hidden
}
.tour-video-list__item:before {
	content: "";
	width: 50px;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 2;
	background: url("../images/video-title.png") 10px 98% #000 no-repeat
}
.tour-video-list__item video {
	width: 100%;
	height: auto
}
.tour-video-list__item img {
	visibility: hidden;
	display: block;
	width: 100%;
	height: auto
}
.tour-video-list__item-progress-bar {
	position: absolute;
	left: 50px;
	bottom: 0;
	right: 0;
	border-top: solid 4px #605e5e;
	height: 26px;
	background: url("../images/player-progress.png") 0 100% no-repeat #000;
	z-index: 1
}
.tour-video-list__item-progress-bar:after {
	content: '';
	float: right;
	width: 102px;
	height: 26px;
	margin-right: 17px;
	background: url("../images/player-ctrl.png") no-repeat 0 0
}
.tour-video-list__item-progress {
	position: relative;
	margin-top: -4px;
	width: 0;
	height: 4px;
	background: #ffa800;
	-webkit-animation: swing 6s linear;
	animation: swing 6s linear;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
.tour-video-list__item-progress:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 2px;
	background: #fff;
	right: 0
}
@keyframes swing {
to {
width:100%
}
}
.tour-video-list__item .tour-thumbs-list__item-link {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 3
}
.tour-video-list__item .tour-thumbs-list__item-link:after {
	display: none
}
.tour-thumbs-list__item {
	display: inline-block;
	/*vertical-align: top;*/
	width: 25%;
	overflow: hidden
}
.tour-thumbs-list__item-link {
	position: relative;
	display: block;
	margin: 0 0 3px 3px;
	overflow: hidden
}
.tour-thumbs-list__item-link:after {
	position: absolute;
	top: 10px;
	left: 10px;
	content: '4k';
	pointer-events: none;
	width: 30px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	background: rgba(0,0,0,.6);
	color: white;
	text-align: center;
	border-radius: 2px;
	z-index: 2
}
.tour-thumbs-list__item-link:before {
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	background: rgba(0,0,0,.3) url("../images/icons/play.svg") 50% 50% no-repeat;
	z-index: 1;
	transition: opacity 200ms ease
}
.tour-thumbs-list__item-link:hover:before {
	opacity: 1
}
.tour-thumbs-list__item-link img {
	display: block;
	width: 100%;
	height: auto
}
.tour-thumbs-list__item-link video {
	display: block;
	width: 100%;
	height: auto
}
.tour-thumbs-list__item--big-left {
	float: left
}
.tour-thumbs-list__item--big-left {
	margin: 0 0 -2px 0
}
.tour-thumbs-list__item--big-right {
	float: right
}
.tour-thumbs-list__item--big-right {
	margin: 0 0 -1px 0
}
.tour-thumbs-list__item--big-left, .tour-thumbs-list__item--big-right {
	width: 50%
}
.tour-thumbs-list__item--without-hover .tour-thumbs-list__item-link:before, .tour-thumbs-list__item--without-hover .tour-thumbs-list__item-link:after, .tour-thumbs-list__item--big-right .tour-thumbs-list__item-link:before, .tour-thumbs-list__item--big-right .tour-thumbs-list__item-link:after {
	display: none
}
.tour-pagination {
	width: 100%;
	margin: 20px auto 55px auto;
	padding: 0;
	list-style-type: none;
	text-align: center
}
.tour-pagination .tour-pagination__item {
	display: inline;
	margin: 0 17px
}
.tour-pagination .tour-pagination__item a, .tour-pagination .tour-pagination__item span {
	font-weight: 700;
	font-size: 22px;
	color: #000;
	overflow: hidden;
	text-decoration: none;
	transition: color 100ms ease
}
.tour-pagination .tour-pagination__item a:hover, .tour-pagination .tour-pagination__item--active span, .tour-pagination .tour-pagination__item--active a {
	color: #ffa800
}
.tour-benefit {
	width: 100%;
	height: 210px;
	padding-top: 20px;
	text-align: center;
	background-color: #f8f8f8;
	box-sizing: border-box
}
.tour-benefit__title {
	color: #000;
	font-size: 36px;
	font-weight: 300;
	line-height: 80px;
	text-transform: uppercase
}
.tour-benefit .btn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 468px;
	height: 61px;
	line-height: 61px;
	font-size: 21px;
	font-weight: 700;
	font-family: HelveticaNeueBold, Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	border: solid 1px #1ca800;
	box-shadow: inset 0 2px 0 0 rgba(255,255,255,.2), 0 2px 10px 0 rgba(8,168,0,.4);
	text-shadow: 0 1px 2px rgba(0,0,0,.4);
	background-size: 100%;
	background-image: linear-gradient(#00dc1a, #00b41e);
	z-index: 100
}
.tour-benefit .btn:before {
	border-radius: inherit;
	background-image: linear-gradient(#00cb21, #00ea1b);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	z-index: -100;
	transition: opacity 200ms ease
}
.tour-benefit .btn:hover:before {
	opacity: 1
}
.tour-footer {
	width: 100%;
	height: 180px;
	font-size: 12px;
	text-align: center;
	box-sizing: border-box
}
.tour-footer a {
	color: #555;
	text-decoration: none
}
.tour-footer a:hover {
	text-decoration: underline
}
.tour-footer__nav-list {
	padding: 30px 0
}
.tour-footer__nav-list a {
	display: inline-block;
	font-weight: bold;
	padding: 0 10px
}
.tour-2257 {
	margin: 0 0 21px 0
}
.tour-content__info {
	line-height: 18px
}
