.t-slds {
	overflow: hidden;
	position: relative;
}

.t-slds__bgimg {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.t-slds__bgimg-contain {
	background-size: contain;
}

.t-slds__iframe {
	position: relative;
}

.t-slds__iframe__body {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.t-slds__img {
	display: block;
	width: 100%;
}

.t-slds__container,.t-slds__items-wrapper {
	overflow: hidden;
	position: relative;
}

.t-store__relevants-grid-cont.t-store__valign-buttons .t-slds__items-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.t-slds__nocycle .t-slds__item:not(.js-feed-post):first-child,.t-slds__nocycle .t-slds__item:not(.js-feed-post):not(.t-slds__item_dummy):last-child {
	opacity: 0!important;
}

.t-slds__nocycle .t-slds__arrow_wrapper-left {
	display: none;
}

.t-slds__items-wrapper:after,.t-slds__items-wrapper:before {
	clear: both;
	content: "";
	display: table;
}

.t-slds_animated.t-slds_animated-fast,.t-slds_animated.t-slds_animated-none {
	transition: height .3s ease-in-out,-webkit-transform .3s ease-in-out;
	transition: height .3s ease-in-out,transform .3s ease-in-out;
	transition: height .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}

.t-slds_animated.t-slds_animated-slow {
	transition: height .5s ease-in-out,-webkit-transform .5s ease-in-out;
	transition: height .5s ease-in-out,transform .5s ease-in-out;
	transition: height .5s ease-in-out,transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
}

.t-slds_animated.t-slds_animated-cancel {
	transition: height .3s ease-in-out,-webkit-transform 0s;
	transition: height .3s ease-in-out,transform 0s;
	transition: height .3s ease-in-out,transform 0s,-webkit-transform 0s;
}

.t-slds__item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	float: left;
	overflow: hidden;
}

#allrecords li.t-slds__item {
	list-style: none;
}

.t-slds_ie .t-slds__item {
	display: none!important;
}

.t-slds_ie .t-slds__item_active {
	display: block!important;
}

.t-slds__item-innactive:not(.t-slds__item_active) {
	display: block;
	height: 1px;
}

.t-slds__item-innactive:not(.t-slds__item_active) div {
	display: none;
}

#allrecords ul.t-slds__arrow_container {
	margin: 0 auto;
	padding-left: 0;
}

.t-slds__arrow_container-outside {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.t-slds__arrow_container.t-slds__arrow_container-outside {
	box-sizing: border-box;
	margin: 0 auto;
}

.t-slds__arrow_wrapper {
	bottom: 0;
	cursor: pointer;
	list-style: none;
	position: absolute;
	top: 0;
	transition: height .3s ease-in-out;
	width: 1%;
	z-index: 9;
}

.t-slds__arrow_wrapper-left {
	left: 0;
}

.t-slds__arrow_wrapper-right {
	right: 0;
}

.t-slds__arrow {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: inline-block;
	outline-offset: 5px;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width:640px) {
	.t-store__relevants__container .t-slds__arrow {
		padding: 20px;
	}

	.t-store__relevants__container .t-slds__arrow-left {
		-webkit-transform: translateY(-50%) translateX(-20px);
		transform: translateY(-50%) translateX(-20px);
	}

	.t-store__relevants__container .t-slds__arrow-right {
		-webkit-transform: translateY(-50%) translateX(20px);
		transform: translateY(-50%) translateX(20px);
	}

	.t-store__relevants__container .t-slds__arrow.t-slds__arrow-withbg {
		padding: 0;
	}

	.t-slds__arrow_wrapper {
		width: 45px;
	}
}

.t-slds__arrow-left {
	left: 30px;
}

.t-slds__arrow-right {
	right: 30px;
}

@media screen and (min-width:960px) {
	.t-slds__arrow-nearpic .t-slds__arrow-left {
		left: auto;
		right: 40px;
		-webkit-transform: translate(50%,-50%);
		transform: translate(50%,-50%);
	}

	.t-slds__arrow-nearpic .t-slds__arrow-right {
		left: 40px;
		right: auto;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}

	.t-slds__arrow-inpic .t-slds__arrow-left {
		left: auto;
		right: -40px;
		-webkit-transform: translate(50%,-50%);
		transform: translate(50%,-50%);
	}

	.t-slds__arrow-inpic .t-slds__arrow-right {
		left: -40px;
		right: auto;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
}

@media screen and (min-width:1200px) {
	.t-slds__arrow-nearpic .t-slds__arrow-left {
		right: 50px;
	}

	.t-slds__arrow-nearpic .t-slds__arrow-right {
		left: 50px;
	}

	.t-slds__arrow-inpic .t-slds__arrow-left {
		right: -50px;
	}

	.t-slds__arrow-inpic .t-slds__arrow-right {
		left: -50px;
	}
}

.t-slds__arrow-withbg {
	background-color: #eee;
	border-radius: 100px;
	transition: background-color .2s ease-in-out,border-color .2s ease-in-out;
}

.t-slds__arrow-withbg .t-slds__arrow_body {
	left: 50%;
	position: absolute;
	top: 50%;
}

.t-slds__arrow-withbg .t-slds__arrow_body-left {
	-webkit-transform: translate(-55%,-50%) rotate(180deg);
	transform: translate(-55%,-50%) rotate(180deg);
}

.t-slds__arrow-withbg .t-slds__arrow_body-right {
	-webkit-transform: translate(-45%,-50%);
	transform: translate(-45%,-50%);
}

.t-slds__arrow_body-left {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#allrecords ul.t-slds__items-wrapper {
	margin: 0!important;
	padding: 0!important;
}

#allrecords ul.t-slds__bullet_wrapper {
	margin: 0!important;
	padding-left: 0!important;
}

.t-slds__bullet_wrapper,ul.t-slds__bullet_wrapper {
	font-size: 0;
	list-style: none;
	padding: 16px 0 0;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 10;
}

.t-slds__container .t-slds__bullet_wrapper {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
}

.t-slds__container .t-slds__bullet_wrapper,.t-slds__container ul.t-slds__bullet_wrapper {
	padding-bottom: 16px;
}

.t-slds__bullet {
	cursor: pointer;
	display: inline-block;
	padding: 10px 5px;
}

.t-slds__bullet_body {
	background-color: #eee;
	border: none;
	border-radius: 100px;
	box-sizing: border-box;
	cursor: pointer;
	height: 8px;
	padding: 0;
	transition: background-color .2s ease-in-out;
	width: 8px;
}

.t-slds__caption__container {
	margin-top: 16px;
	position: relative;
}

.t-slds__caption_wrapper {
	border-top: 1px solid #eee;
	padding: 14px 0;
}

.t-slds__caption {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .3s ease-in-out;
}

.t-slds__caption-active {
	left: auto;
	opacity: 1;
	position: relative;
	right: auto;
	top: auto;
}

.t-slds__descr {
	color: #777;
	margin-top: 5px;
}

@media screen and (max-width:960px) {
	.t-width .t-slds__wrapper {
		padding: 0 20px;
	}

	.t-col_12 .t-slds__witharrows .t-slds__wrapper {
		padding: 0;
	}

	.t-width_12 .t-slds__witharrows .t-slds__wrapper {
		padding: 0 20px;
	}

	.t-slds__arrow-left {
		left: 20px;
	}

	.t-slds__arrow-right {
		right: 20px;
	}
}

@media screen and (max-width:640px) {
	.t-slds__arrow-left {
		left: 5px;
	}

	.t-slds__arrow-right {
		right: 5px;
	}

	.t-store__relevants__container .t-slds__arrow-withbg {
		height: 40px!important;
		width: 40px!important;
	}

	.t-slds__arrow-withbg {
		height: 24px!important;
		width: 24px!important;
	}

	.t-slds__arrow_body {
		width: 10px!important;
	}

	.t-slds__arrow-withbg .t-slds__arrow_body {
		width: 6px!important;
	}

	.t-col .t-slds__witharrows .t-slds__wrapper {
		padding: 0 15px;
	}

	.t-width .t-slds__witharrows .t-slds__wrapper {
		padding: 0 35px;
	}

	.t-col_12 .t-slds__witharrows .t-slds__wrapper {
		padding: 0 15px;
	}

	.t-width_12 .t-slds__witharrows .t-slds__wrapper {
		padding: 0 35px;
	}
}

.t-slds__play {
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.t-slds__play_icon {
	height: 70px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all .2s ease-in-out;
	width: 70px;
}

.t-slds__play:hover .t-slds__play_icon {
	-webkit-transform: translateY(-50%) scale(1.15);
	transform: translateY(-50%) scale(1.15);
}

.t-slds__frame {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.t-slds__thumbsbullet-wrapper {
	font-size: 0;
}

.t-slds__thumbsbullets-with-gallery .t-slds__thumbs_gallery:after,.t-slds__thumbsbullets-with-gallery .t-slds__thumbs_gallery:before {
	bottom: 0;
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	transition: .2s;
}

.t-slds__thumbsbullets-with-gallery .t-slds__thumbs_gallery:before {
	background: rgba(0,0,0,.1);
	content: "";
}

.t-slds__thumbsbullets-with-gallery .t-slds__thumbs_gallery:after {
	color: #fff;
	content: "+ "attr(data-gallery-length);
	font-family: Roboto,Arial,sans-serif;
	font-size: 36px;
	font-weight: 700;
	height: 30px;
	letter-spacing: -4px;
	line-height: 30px;
	margin: auto;
	text-align: center;
}

.t-slds__thumbsbullets-with-gallery.t-slds {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.t-slds__thumbsbullets-with-gallery .t-slds__main {
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	width: calc(100% - 70px);
}

.t-slds__thumbsbullets-with-gallery .t-slds__thumbsbullet.t-slds__bullet {
	margin: 0 0 10px;
	width: 100%;
}

.t-slds__thumbsbullets-with-gallery .t-slds__thumbsbullet.t-slds__bullet:last-child {
	margin-bottom: 0;
}

.t-slds__thumbsbullets-with-gallery .t-slds__thumbsbullet-wrapper {
	-ms-flex-pack: justify;
	-ms-flex-order: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-right: 10px;
	-webkit-order: 1;
	order: 1;
	width: 60px;
}

@media screen and (max-width:640px) {
	.t-slds__thumbsbullets-with-gallery .t-slds__main {
		width: 100%;
	}

	.t-slds__thumbsbullets-with-gallery .t-slds__thumbsbullet-wrapper {
		-ms-flex-order: 2;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		flex-direction: row;
		margin-right: 0;
		margin-top: 10px;
		-webkit-order: 2;
		order: 2;
		width: 100%;
	}

	.t-slds__thumbsbullets-with-gallery .t-slds__thumbsbullet.t-slds__bullet {
		margin-bottom: 0;
		margin-right: 10px;
		width: 60px;
	}

	.t-slds__thumbsbullets-with-gallery.t-slds {
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.t-slds__thumbsbullets-with-gallery .t-slds__thumbs_gallery:after {
		font-size: 32px;
	}
}

.t-slds__thumbsbullet.t-slds__bullet {
	margin-right: 5px;
	margin-top: 4px;
	padding: 0;
	position: relative;
	transition: opacity .3s ease-in-out;
	width: 60px;
}

.t-slds__thumbsbullet.t-slds__bullet:not(.t-slds__bullet_active):hover {
	opacity: .7;
}

.t-slds__thumbsbullet-border {
	border: 2px solid transparent;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: border-color .3s ease-in-out;
}

.t-slds__thumbsbullet.t-slds__bullet_active .t-slds__thumbsbullet-border {
	border-color: rgba(0,0,0,.15);
}

@media screen and (max-width:640px) {
	.t-slds__thumbsbullet.t-slds__bullet {
		margin-right: 4px;
		margin-top: 3px;
		width: 40px;
	}
}

@media screen and (max-width:480px) {
	.t-slds__arrow {
		outline-offset: 3px;
	}
}