body,
html {
	width: 100vw;
	height: 100vh;
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	color: #333333;
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
}

a {
	color: inherit;
}

.cl {
	flex-direction: column;
	display: flex;
}

.f-wrap {
	flex-wrap: wrap;
}

.bg-page-title {
	position: absolute;
	color: #fff;
	opacity: .2;
	font-size: 220px;
	font-weight: 900;
	right: 50px;
	top: 63px;
	z-index: -1;
}

.margin_t-40 {
	margin-top: 40px;
}

.margin_t-30 {
	margin-top: 30px;
}

.margin_t-20 {
	margin-top: 20px;
}

.margin_t-10 {
	margin-top: 10px;
}

.margin-l-20 {
	margin-left: 20px;
}

.space-between {
	justify-content: space-between;
}

.h-center {
	align-items: center;
}

.tariff_date span{
		font-size: 20px!important;
	
}

.fs20im{
	font-size: 20px!important;
	white-space: nowrap;
	
}

.copy_bb {
	height: 36px;
	margin-top: 5px !important;
	font-size: 20px !important;
	border-radius: 2px !important;
	
}
.authAndReg-block p {
margin-top: 3px;
margin-bottom: 20px;
	font-size: 20px !important;
}

.row {
	display: flex;
	direction: row;
}

.loader-wrap {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	background: #fff;
	width: 100vw;
	height: 100vh;
	padding: 0;
	margin: 0;
}

.sk-spinner-pulse {
	width: 4em;
	height: 4em;
	margin: auto;
	background-color: #337ab7;
	border-radius: 100%;
	-webkit-animation: sk-spinner-pulse 1s infinite ease-in-out;
	animation: sk-spinner-pulse 1s infinite ease-in-out;
}

h3 {
	margin-top: 0px;
	text-align: center;
}

@-webkit-keyframes sk-spinner-pulse {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes sk-spinner-pulse {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
}

.wrapper {
	height: 100vh;
	padding: 40px 50px 0 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.content {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
margin: 10px 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.title {
	font-weight: 700;
	font-size: 30px;
}
/* nav */

.header {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.header_nav {
	display: flex;
	flex-wrap: wrap;
}

.header_nav_el {
	display: flex;
	align-items: center;
	font-size: 30px;
	font-weight: 500;
	transition: all .3s;
	color: #939393;
}

.header_nav_el a {
	display: flex;
	text-decoration: none;
	align-items: center;
}

.header_nav_el:not(:first-child) {
	margin-left: 40px;
}

.header_nav_el-icon {
	margin-right: 12px;
	height: 51px;
	width: 25px;
	background-repeat: no-repeat;
}

.whh50imp{
	
	width: 50px!important;
}


.header_nav_el-icon-money {
	background-image: url(/css/money.svg);
}

.header_nav_el-icon-playlist {
	background-image: url(/css/list.svg);
}

.header_nav_el-icon-login {
	height: 45px;
	width: 45px;
	background-image: url(/css/login.svg);
}

.header_nav_el:hover {
	color: #fff;
	transition: all .3s;
}

.header_nav_el:hover .header_nav_el-icon-money {
	background-image: url(/css/money.gif);
	background-size: contain;
	transition: all .3s;
}

.header_nav_el:hover .header_nav_el-icon-playlist {
	background-image: url(/css/list.gif);
	background-size: contain;
	transition: all .3s;
}

.header_nav_el:hover .header_nav_el-icon-login {
	background-image: url(/css/login.gif);
	background-size: contain;
	transition: all .3s;
}

.header_nav_el-active .header_nav_el-icon-money {
	background-image: url(/css/w_money.svg);
}

.header_nav_el-active .header_nav_el-icon-playlist {
	background-image: url(/css/w_list.svg);
}

.header_nav_el-active .header_nav_el-icon-login {
	background-image: url(/css/w_login.svg);
}

.header_nav_el-active {
	color: #fff;
	pointer-events: none;
}

.header_logo {
	display: flex;
	cursor: default;

}



.header_logo-icon {
	width: 110px;
}

.header_logo-text {
	padding: 10px 0 0 10px;
}

.header_logo-text_title {
	font-size: 36px;
	font-weight: 800;
	
	background: linear-gradient(45deg, #4790E1 33%, #E63AC5 66%, #E632C9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
}

.header_logo-text_desc {
	font-size: 23px;
	font-weight: 500;
	opacity: 1;
	line-height: 1.05;
	margin-top: -4px;
	color:#1967ffa8;
	text-shadow: 3px 1px black;
}


/* nav */


.authAndReg-block {
	font-size: 30px;
	background-color: #fff;
	padding: 80px;
	box-shadow: 0 0 150px 0 rgba(66, 204, 17, 0.61);
border-radius: 48px;
margin-right: 77px;
min-width: 348px;
}

.form-stylized {
	display: flex;
	flex-direction: column;
}

.underline-dashed {
	position: relative;
	transition: all .3s;
	text-decoration: none;
	font-weight: 500;
	color: #b8dee6;
	cursor: pointer;
}

.underline-dashed:after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: -5px;
	left: 0;
	height: 3px;
	margin-top: 2px;
	background-image: linear-gradient(90deg, #b8dee5, #b8dee5 65%, transparent 50%, transparent 100%);
	background-size: 18px 3px;
	transition: all .3s;
}

@keyframes border-dance {
	0% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 100px 0px;
	}
}

.underline-dashed:hover {
	color: #fff;
	transition: all .3s;
	font-size: 22px;
}

.underline-dashed:hover:after {
	animation: border-dance 4s infinite linear;
}

.form-stylized input {
	background: none;
	border: none;
	outline: none;
	border-bottom: 3px solid #b8dee5;
	font-size: 30px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	color: #a3c5cc;
	padding-bottom: 12px;
	transition: all .3s;
	text-align: center;
}

.form-stylized input:hover {
	border-bottom: 3px solid #333333;
	transition: all .3s;
	color: #333333;
}

.form-stylized input:not(:first-child) {
	margin-top: 26px;
}

.form-stylized input::-webkit-input-placeholder {
 /* Chrome/Opera/Safari */
	color: #a3c5cc;
	transition: all .3s;
}

.form-stylized input::-moz-placeholder {
 /* Firefox 19+ */
	color: #a3c5cc;
	transition: all .3s;
}

.form-stylized input:-ms-input-placeholder {
 /* IE 10+ */
	color: #a3c5cc;
	transition: all .3s;
}

.form-stylized input:-moz-placeholder {
 /* Firefox 18- */
	color: #a3c5cc;
	transition: all .3s;
}

.form-stylized input:hover::-webkit-input-placeholder {
 /* Chrome/Opera/Safari */
	color: #333333;
	transition: all .3s;
}

.form-stylized input:hover::-moz-placeholder {
 /* Firefox 19+ */
	color: #333333;
	transition: all .3s;
}

.form-stylized input:hover:-ms-input-placeholder {
 /* IE 10+ */
	color: #333333;
	transition: all .3s;
}

.form-stylized input:hover:-moz-placeholder {
 /* Firefox 18- */
	color: #333333;
	transition: all .3s;
}

.form-stylized input:focus::-webkit-input-placeholder {
 /* Chrome/Opera/Safari */
	opacity: 0;
	transition: all .3s;
}

.form-stylized input:focus::-moz-placeholder {
 /* Firefox 19+ */
	color: #333333;
	transition: all .3s;
}

.form-stylized input:focus:-ms-input-placeholder {
 /* IE 10+ */
	color: #333333;
	transition: all .3s;
}

.form-stylized input:focus:-moz-placeholder {
 /* Firefox 18- */
	color: #333333;
	transition: all .3s;
}

.form-stylized input:focus {
	background: none;
	outline: none;
	border: none;
	color: #333333;
	border-bottom: 3px solid #333333;
}

.form-stylized button {
	border: 0;
	outline: 0;
	border-radius: 0;
	margin: auto;
	padding: 0;
	font-size: 30px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	padding: 8px 40px 12px 40px;
	background-image: -moz-linear-gradient( 0deg, rgb(25,217,255) 0%, rgb(25,102,255) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(25,217,255) 0%, rgb(25,102,255) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(25,217,255) 0%, rgb(25,102,255) 100%);
	transition: all .3s;
	cursor: pointer;
}

.form-stylized button:hover {
	box-shadow: 0px 0px 50px 0px #19d9ff;
	transition: all .3s;
}

.form-stylized a {
	font-weight: 500;
	color: #b8dee6;
	font-size: 30px;
	text-decoration: none;
}

.footer {
	font-size: 20px;
	font-weight: 500;
	display: flex;
	padding-bottom: 50px;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}

.footer-text {
	cursor: default;
}

.footer span {
	/*opacity: .4;*/
}

.footer img {
	width: 32px;
	margin: -5px 10px;
}

#videoBG {
	position: fixed;
	z-index: -2;
}

/*@media (min-aspect-ratio: 16/9) {
    #videoBG {
        width:100%;
        height: auto;
    }
}
@media (max-aspect-ratio: 16/9) {
    #videoBG { 
        width:auto;
        height: 100%;
    }
}*/
@media (max-width: 320px) {
	#videoBG {
		display: none;
	}

	body {
		background: url('#');
		background-size: cover;
	}
}

body {
	background-image: url("#");
	background-position-x: 52%;
	background-position-y: 18%;
}

/*   tarif    */

.tariff_and_balance {
	display: flex;
	justify-content: center;
	align-items: center;
}

.tariff {
	border-radius: 10000px;
	width: 460px;
	height: 460px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #e5fbff;
	text-align: center;
	font-size: 30px;
	margin-right: 80px;
}

.tariff_date {
  margin: 12px 0 -15px 0;
  color: #a3c5cc;
  font-weight: 500;
  width: 100%;
}
.tariff_smile {
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
}

.tariff_smile-inactive {
	background-image: url(/css/sad.svg);
}

.tariff_smile-active {
	background-image: url(/css/smile.svg);
}

.tariff_button {
	font-weight: 500;
	margin-top: 7px;
	color: #b8dee6;
}

.tariff_button:hover {
	color: #333333;
}

.balance {
	width: 460px;
	padding: 80px;
	position: relative;
	display: flex;
	flex-direction: column;
	background: #e5fbff;
}

.balance_account-sum {
	color: #a3c5cc;
	font-size: 60px;
	font-weight: 700;
	line-height: 45px;
}

.select {
	display: flex;
	width: 100%;
	position: relative;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 27px;
}

.new-select {
	position: relative;
	cursor: pointer;
	user-select: none;
}

.new-select:after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: -5px;
	left: 0;
	height: 3px;
	margin-top: 2px;
	background-image: linear-gradient(90deg, #b8dee5, #b8dee5 65%, transparent 50%, transparent 100%);
	background-size: 18px 3px;
	transition: all .3s;
}

.new-select:hover {
	color: #333333;
	transition: all .3s;
}

.new-select:hover:after {
	animation: border-dance 4s infinite linear;
}

.new-select__list {
	position: absolute;
	top: -80px;
	left: -80px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	max-height: 75vh;
	min-height: 50px;
	overflow-y: auto;
	z-index: 2;
	background: #fff;
	user-select: none;
	padding: 80px;
}

.new-select__list.on {
	display: block;
}

.new-select__item:not(:first-child) {
	margin-top: 27px;
}

.new-select__item span {
	position: relative;
	color: #b8dee6;
	transition: all .3s;
}

.new-select__item span:hover {
	color: #333;
}

.new-select__item span:after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: -5px;
	left: 0;
	height: 3px;
	margin-top: 2px;
	background-image: linear-gradient(90deg, #b8dee5, #b8dee5 65%, transparent 50%, transparent 100%);
	background-size: 18px 3px;
	transition: all .3s;
}

.new-select__item span:hover {
	color: #333333;
	transition: all .3s;
}

.new-select__item span:hover:after {
	animation: border-dance 4s infinite linear;
}

.new-select:before {
	content: '';
	position: absolute;
	left: -30px;
	top: 15px;
	z-index: 3;
	display: flex;
	width: 20px;
	height: 12px;
	background: url('/css/arrow.svg') no-repeat;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.new-select.on:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}




/*   playlist    */

.playlists {
	width: 1100px;
	display: flex;
	flex-wrap: wrap;
}

.playlist-country {
	font-size: 30px;
	width: calc(50% - 20px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 68px 80px 72px 80px;
	background: #e5fbff;
	margin-bottom: 40px;
}

.playlist-country:nth-child(even) {
	margin-left: 40px;
}

.playlist-country:nth-last-child(-n+2), .playlist-country:last-child {
	margin-bottom: 0;
}

.playlist-country-link {
	margin: 32px 0 27px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.playlist-country-link_field {
	font-size: 20px;
	font-weight: 500;
	background: #fff;
	padding: 20px;
	width: 85%;
	word-break: break-all;
	cursor: url(/css/copy_icon.cur), pointer;
	transition: all .3s;
}

.playlist-country-link_field:hover {
	color: #cccccc;
	transition: all .3s;
}

.playlist-country-link_refresh {
	width: 40px;
	height: 40px;
	background-image: url(/css/refresh.svg);
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-left: 20px;
}

.playlist-country-link_refresh:hover {
	background-image: url(/css/refresh.gif);
}

.pay_good{
	color: #0c9f0c;
}
.pay_bad{
	color: #951212;
}
/*   playlist    */

.header_nav-mobile,
.header_nav-open {
	display: none;
}

@media (max-width: 1440px) {


	.bg-page-title {
		font-size: 132px;
	}
}

@media (max-width: 1250px) {




	.new-select__list {
		padding: 60px;
		top: -60px;
		left: -60px;
	}

	.form-stylized input,
.form-stylized button,
.form-stylized a,
.header_nav_el,
.header_logo-text_title,
.title,
.tariff_date,
.underline-dashed,
.select {
		font-size: 25px;
	}

	.playlist-country-link_field {
		font-size: 15px;
	}

	.bg-page-title {
		font-size: 140px;
		top: 90px;
	}

	.playlist-country,
.balance,
.authAndReg-block {
		padding: 60px;
	}

	.tariff {
		width: 380px;
		height: 380px;
		margin-right: 40px;
	}

	.tariff_smile {
		width: 70px;
		height: 70px;
	}

	.balance {
		width: 50%;
	}
}

@media (max-width: 1024px) {


	.tariff {
		width: 300px;
		height: 300px;
		margin-right: 40px;
	}

	.tariff_smile {
		width: 50px;
		height: 50px;

	}

	.tariff_status,
.tariff_date {
		font-size: 20px;
	}

	.balance_account-sum {
		font-size: 55px;
	}

	.bg-page-title {
		display: none;
	}

	.header_logo-text_desc,
.footer-text {
		font-size: 17px;
	}

	.header_logo-icon {
		width: 95px;
	}

	.wrapper {
		padding: 40px 40px 0 40px;
	}

	.header_nav_el-icon-money,
.header_nav_el-icon-playlist {
		width: 40px;
		height: 40px;
	}

	.header_nav_el-icon-login {
		width: 34px;
		height: 34px;
	}

	.header_nav_el-icon {
		margin-right: 10px;
	}

	.header_nav_el:not(:first-child) {
		margin-left: 30px;
	}

	.playlist-country-link_field {
		width: 100%;
	}

	.playlists {
		width: 100%;
	}

	.header {
		flex-direction: column;
		align-items: center;
	}

	.content {
		margin: 40px 0;
	}

	.header_nav {
		margin-top: 40px;
	}
}

@media (max-width: 820px) {
	.tariff_and_balance {
		flex-direction: column;
		width: 80%;
	}

	.tariff {
		border-radius: 0;
		flex-direction: row;
		width: 100%;
		height: auto;
		padding: 60px;
		margin-right: inherit;
		margin-bottom: 40px;
		justify-content: space-between;
	}

	.balance {
		width: 100%;
	}
}

@media (max-width: 768px) {

	.tariff_and_balance {
		width: 100%;
	}

	.playlist-country:nth-last-child(-n+2), .playlist-country:last-child {
		margin-bottom: 40px;
	}

	.authAndReg-block {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 50px;
		text-align: center;
	}

	.playlists {
		width: 100%;
		flex-direction: column;
	}

	.playlist-country:nth-child(even) {
		margin-left: inherit;
	}

	.playlist-country {
		width: 100%;
		padding: 60px;
	}

	.header {
		flex-direction: row;
	}

	.header_nav {
		display: none;
	}

	.header_nav-mobile {
		position: fixed;
		background: #e5fbffe8;
		width: 100%;
		height: 100%;
		z-index: 100;
		margin: 0;
		padding: 25px;
		display: none;
		align-items: center;
		flex-direction: column;
		overflow-y: auto;
		flex-wrap: nowrap;
	}

	.header_nav-mobile  .header_nav_el {

		margin: 9px 0;
		color:#000;
	}

	.header_nav-mobile .header_nav_el-icon {
		display: none;
	}

	.header_nav-mobile .header_nav_el-active,
.header_nav-mobile .header_nav_el:hover {
		color: #a3c5cc;
	}

	.header_nav-mobile .header_nav_el:not(:first-child) {
		margin-left: inherit;
	}

	.header_nav-close {
		font-size: 20px;
		margin-bottom: 50px;
		color: #000!important;
	}

	.header_nav-open {
		display: flex;
		color: #e1e1e1!important;
	}
}

@media (max-width: 620px) {

	.tariff {
		flex-direction: column;
	}

	.tariff_status,
.tariff_date {
		font-size: 25px;
	}

	.authAndReg-close {
		font-size: 20px !important;
		margin: auto;
		margin-top: 19px;
	}
}

@media (max-width: 500px) {

	.new-select:before {
		top: 10px;
	}

	.wrapper {
		padding: 20px 20px 0 20px;
	}

	.header_nav-mobile .header_nav_el {
		font-size: 36px;
	}

	.header {
		flex-direction: column;
	}

	.header_nav-open {
		margin-top: 20px;
	}
	
	.header_logo {
	margin: auto;
	}
	.form-stylized input,
	.form-stylized button,
	.form-stylized a,
	.header_nav_el,
	.header_logo-text_title,
	.title,
	.tariff_date,
	.underline-dashed,
	.select {
		font-size: 18px;
	}

	.tariff,
	.playlist-country,
	.balance,
	.authAndReg-block {
		padding: 40px;
	}

	.tariff,
	.playlist-country {
		margin-bottom: 20px;
	}

	.new-select__list {
		padding: 40px;
		top: -40px;
		left: -40px;
	}
}

@media (max-width: 320px) {

	.new-select:before {
		top: 5px;
	}

	.header_logo {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.form-stylized input,
	.form-stylized button,
	.form-stylized a,
	.header_nav_el,
	.header_logo-text_title,
	.title,
	.tariff_date,
	.underline-dashed,
	.select {
		font-size: 16px;
	}

	.header_nav-mobile .header_nav_el {
		font-size: 30px;
	}
}

.loader-wrap {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	background: #fff;
	width: 100vw;
	height: 100vh;
	padding: 0;
	margin: 0;
}

.sk-spinner-pulse {
	width: 4em;
	height: 4em;
	margin: auto;
	background-color: #337ab7;
	border-radius: 100%;
	-webkit-animation: sk-spinner-pulse 1s infinite ease-in-out;
	animation: sk-spinner-pulse 1s infinite ease-in-out;
}

@-webkit-keyframes sk-spinner-pulse {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes sk-spinner-pulse {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
}
