.other-pages a.t-menu__link-item,
.other-pages .t228 a,
.other-pages #allrecords .t228 a {
	color: #000!important;
}
.other-pages .t490 {
	margin-top: 60px;
}
.other-pages .t490 .t-section__topwrapper {
	margin-bottom: 55px;
}


#allrecords ul.musicSlider {
	padding-left: 0px;
}


@media screen and (min-width: 968px) {

	.support-page-form {
		width: 50%; margin: 0 auto;
	}
}


/**
 * Sliders
 */

label.range {
	position: absolute;
	margin-top: -25px;
	display: block;
	width: calc(100% - 90px);
	box-sizing: border-box;
	text-align: center;
	font-family: 'Geometria', sans-serif;
	font-size: 13px;
}

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

	label.range {
		width: calc(100% - 40px);
	}
}


.nativeMultiple input[type=range] {
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

/**
 * webkit
 */

.nativeMultiple input[type=range]::-webkit-slider-runnable-track,
.nativeMultiple input[type=range]::-webkit-slider-thumb  {
	-webkit-transition: all 0.1s ease-in;
}
.nativeMultiple input[type=range]::-webkit-slider-runnable-track {
	background: #c9c9c9;
	height: 1px;
	margin-top: 0px;
	box-sizing: border-box;
	animate: 0.2s;
}
/*
.nativeMultiple input[type=range].blue::-webkit-slider-runnable-track,
.nativeMultiple input[type=range].blue::-webkit-slider-thumb {
	background: #3389ff;
	border-color: #3389ff;
}

.nativeMultiple input[type=range].green::-webkit-slider-runnable-track,
.nativeMultiple input[type=range].green::-webkit-slider-thumb {
	background: green;
	border-color: green;
}
.nativeMultiple input[type=range].orange::-webkit-slider-runnable-track,
.nativeMultiple input[type=range].orange::-webkit-slider-thumb {
	background: #ce9e40;
	border-color: #ce9e40;

}
.nativeMultiple input[type=range].red::-webkit-slider-runnable-track,
.nativeMultiple input[type=range].red::-webkit-slider-thumb {
	background: rgb(202, 0, 0);
	border-color: rgb(202, 0, 0);
}
*/

.nativeMultiple input[type=range]::-webkit-slider-runnable-track:active,
.nativeMultiple:hover input[type=range]::-webkit-slider-runnable-track {
/* 	background: #c9c9c9; */
	border-color: #000;
}
	

.nativeMultiple input[type=range]::-webkit-slider-thumb {
	border: 0;
	height: 24px;
	margin-top: -12px;
	width: 24px;
	border-radius: 50px;
	border: 1px #000 solid;
    background: rgba(250,250,250,1);

	cursor: pointer;
	z-index: 20;
	-webkit-appearance: none;
	position: relative;
}
.nativeMultiple input[type=range]::-webkit-slider-thumb:active {
	background: #3389ff;
	border-color: #3389ff;
}
.nativeMultiple:hover input[type=range]::-webkit-slider-thumb {
/* 	border-color: #3389ff; */
}



.nativeMultiple > div:last-child input[type=range]::-webkit-slider-thumb {
	border-left: 1px #206AA3 solid;
}



/*
.nativeMultiple input[type=range]::-webkit-slider-thumb:after, .nativeMultiple input[type=range]::-webkit-slider-thumb:before {
    content: "";
    display: block;
    position: absolute;
    height: 13px;
    width: 1px;
    background: none repeat scroll 0% 0% #9d9d9d;
    left: 10px;
    top: 4px;
}
.nativeMultiple input[type=range]::-webkit-slider-thumb:active::after, .nativeMultiple input[type=range]::-webkit-slider-thumb:active::before {
    background: none repeat scroll 0% 0% #3cb1e7!important;
}

.nativeMultiple input[type=range]::-webkit-slider-thumb:after {
	left: 17px;
}
*/
/**
 * moz
 */
.nativeMultiple input[type=range]::-moz-range-thumb {
	border: 0;
	height: 24px;
	margin-top: -12px;
	width: 24px;
	border-radius: 50px;
	border: 1px #000 solid;
    background: rgba(255,255,255,.97);
	cursor: pointer;
	z-index: 20;
	position: relative;
}

.nativeMultiple input[type=range]::-moz-range-track {
	background: #c9c9c9;
	height: 1px;
	margin-top: 12px;
	box-sizing: border-box;
	outline: none;
}
.nativeMultiple input[type=range]::-moz-range-thumb:active {
	background: #3389ff;
	border-color: #3389ff;
}
.nativeMultiple:hover input[type=range]::-moz-range-track,
.nativeMultiple:hover input[type=range]::-moz-range-thumb {
/* 	border-color: #3cb1e7; */
}


/*
.nativeMultiple > div:last-child input[type=range]::-moz-range-thumb {
	border-left: 1px #206AA3 solid;
}
*/

/**
 * ms
 */
.nativeMultiple input[type=range]::-ms-track {
	background: #c9c9c9;
	height: 1px;
	margin-top: 0px;
	box-sizing: border-box;
	animate: 0.2s;
}

.nativeMultiple input[type=range]::-ms-fill-lower {
    background: transparent;
}

.nativeMultiple input[type=range]::-ms-thumb {
	border: 0;
	height: 24px;
	margin-top: -1px;
	width: 24px;
	border-radius: 50px;
	border: 1px #000 solid;
    background: rgba(250,250,250,1);

	cursor: pointer;
	z-index: 20;
	-webkit-appearance: none;
	position: relative;
}

.low-price {
	font-size: 0.8em;
	position: relative;
	font-weight: normal;
}
.low-price:before {
	content: "";
	position: absolute;
	width: calc(100% + 10px);
	height: 2px;
	margin-left: -5px;
	margin-top: 8px;
	background: #c019ae;
	border-radius: 6px;
}
@media screen and (min-width: 976px) {
	.low-price:before {
		margin-top: 11px;
	}
}
.get_contaiber {
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	margin-top: 70px;
	margin-bottom: -70px;
}
@media (max-width: 700px) {

	.get_contaiber {
		margin-top: 10px;
		margin-bottom: -70px;
	}
}
@media (max-width: 600px) {

	.get_contaiber {
		flex-direction: column;
		margin-top: 10px;
		margin-bottom: 0px;
	}
}
.get_contaiber__button {
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 65px;
	text-indent: -9999px;
	margin: 10px;
}
.button-apple {
	background-image: url(../images/store-images/ru_app-store-badge.png);
	width: 202px;
}
.button-google {
	background-image: url(../images/store-images/ru_google-play-badge.png);
	width: 202px;
}
.button-microsoft {
	background-image: url(../images/store-images/ru_msft-store-badge.png);
	background-size: auto 50px;
	width: 190px;
}

.ol-list {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-content: center;
	align-items: center;	
	padding: 10px;
}
ol.sup {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0;
	line-height: 14px;
	font-size: 11px;
	color: #86868b;
	text-align: center;
}
ol.sup>li {
	text-align: left;
	line-height: 1.33337;
	font-weight: 400;
	letter-spacing: -.01em;
}

.support-page {
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #fff; 
}
@media screen and (max-height: 540px) {
	.support-page {
		padding-top: 0!important;
		padding-bottom: 0!important;
	}
}
.t-input__phone {
	color: #000000;
	border: 1px solid #c9c9c9;
	background-color: #ffffff;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.in-app .t-input__phone {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: 'Roboto', 'Open Sans', sans-serif;
}
.in-app.ios .t-input__phone {
	max-width: 320px;
	height: 44px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: -apple-system, 'Helvetica Neue', 'Open Sans', sans-serif;
}
.t-submit__callback {
	color:#ffffff;
	background-color:#3389ff;
	border-radius:30px; 
	-moz-border-radius:30px; 
	-webkit-border-radius:30px;
}
.in-app .t-submit__callback {
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	font-family: 'Roboto', 'Open Sans', sans-serif;
}
.in-app.ios .t-submit__callback {
	max-width: 320px;
	height: 44px;
	background-color: rgb(53, 135, 254);
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	font-family: -apple-system, 'Helvetica Neue', 'Open Sans', sans-serif;
	font-weight: 600;
}
.in-app {
	user-select: none;
	-webkit-user-select: none;
}
.in-app .t281__blockinput {
	display: block;
}
.in-app .t281__blockbutton {
	display: block;
	width: 100%;
}
.in-app .t-submit__callback,
.in-app .t-input__phone {
	outline: none;
	padding: 0 16px;
	margin-bottom: 16px;
	width: 100%;
}
.in-app.ios .t-title,
.in-app.ios .t-text,
.in-app.ios .t-descr {
	font-family: -apple-system, 'Helvetica Neue', 'Open Sans', sans-serif;
}
.in-app.ios .t-section__text, 
.in-app.ios .t-text__footer {
	font-size: 14px;
}
.in-app.ios .js-rule-error {
	color: rgba(147, 10, 152, 0.7)
}
.in-app.ios .support-page-form {
	max-width: 320px;
}
@media (prefers-color-scheme: dark) {
	.in-app.ios,
	.in-app.ios .support-page {
		background-color: rgb(28, 28, 30); 
	}
	.in-app.ios .t-section__title-color {
		color: rgb(240, 240, 240);
	}
	.in-app.ios .t-section__text {
		color: rgb(208, 208, 208);
	}
	.in-app.ios .t-input__phone {
		color: rgb(237, 237, 237); 
		background-color: rgb(38, 38, 40); 
		border-color: rgb(33, 33, 35);
	}
	.in-app.ios .t-input__phone::placeholder {
		color: rgb(117, 117, 117); 
	}
	.in-app.ios .t-text__footer {
		color: rgb(208, 208, 208);
	}
	.in-app.ios .t281__success-message {
		color: rgb(240, 240, 240);
	}
}
