@font-face {
    font-family: 'Avenir Next Cyr Regular';
    src: url('../asset/fonts/AvenirNextCyr-Regular.eot');
    src: url('../asset/fonts/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),
    url('../asset/fonts/AvenirNextCyr-Regular.woff') format('woff'),
    url('../asset/fonts/AvenirNextCyr-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next Cyr Medium';
    src: url('../asset/fonts/AvenirNextCyr-Medium.eot');
    src: url('../asset/fonts/AvenirNextCyr-Medium.eot?#iefix') format('embedded-opentype'),
    url('../asset/fonts/AvenirNextCyr-Medium.woff') format('woff'),
    url('../asset/fonts/AvenirNextCyr-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next Cyr Demi';
    src: url('../asset/fonts/AvenirNextCyr-Demi.eot');
    src: url('../asset/fonts/AvenirNextCyr-Demi.eot?#iefix') format('embedded-opentype'),
    url('../asset/fonts/AvenirNextCyr-Demi.woff') format('woff'),
    url('../asset/fonts/AvenirNextCyr-Demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next Cyr Bold';
    src: url('../asset/fonts/AvenirNextCyr-Bold.eot');
    src: url('../asset/fonts/AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),
    url('../asset/fonts/AvenirNextCyr-Bold.woff') format('woff'),
    url('../asset/fonts/AvenirNextCyr-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next Cyr Heavy';
    src: url('../asset/fonts/AvenirNextCyr-Heavy.eot');
    src: url('../asset/fonts/AvenirNextCyr-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../asset/fonts/AvenirNextCyr-Heavy.woff') format('woff'),
    url('../asset/fonts/AvenirNextCyr-Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
    }
body{
	margin: 0px;
	margin: 0px;
	font-family: 'Avenir Next Cyr Regular';
	position: relative;
}
ul{
	padding: 0px;
	margin: 0px;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: unset;
	cursor: pointer;
}
.aclass {
    color: #AFC425;
}
.aclass:hover {
    color: #E8B866;
}
.agreement_row-secondtitle {
    width: -webkit-fill-available;
    width: -moz-available;
    height: auto;
    float: left;
    font-size: 18px;
    font-family: 'Avenir Next Cyr Demi';
    text-align: left;
    color: #fff;
    margin: 15px 0 0 0;
}
h1, h2, h3, h4, h5, p{
	margin: 0px;
}
input, button, textarea, select{
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}
.header{
	width: 100%;
	height: auto;
	float: left;
	padding: 24px 0 18px;
	background-color: #576112;
	z-index: 10005;
	position: relative;
}
.center{
	width: 90%;
	max-width: 1520px;
	height: auto;
	margin: 0 auto;
}
.header_row{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.header_item{
	width: fit-content;
	height: auto;
	margin-left: -8px;
}
.header_item ul{
	display: flex;
    align-items: center;
}
.header_item p{
    cursor:pointer;
}
.header_logo{
	width: 141.1px;
    height: 44px;
    object-fit: contain;
}
.header_item ul > li{
	float: left;
	border-right: solid 1px #37404a;
	padding: 0 27px;
}
.header_item ul > li > a{
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #a8adb2;
    transition: .4s;
}
.header_item ul > li > p{
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #d6dde3;
    transition: .4s;
    cursor:pointer;
}
.header_item ul > li > a > i{
	float: right;
    font-size: 11px;
    margin: 7px 0 0 10px;
}
.header_item ul > li > p > i{
	float: right;
    font-size: 11px;
    margin: 9px 0 0 10px;
}
.header_item ul > li:last-child{
	border: unset;
}
.header_item ul > li > a:hover{
	color: #d6dde3;
	transition: .4s;
}
.header_item-login{
	float: right;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
	padding: 0px 1px 0px 31px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 9px;
	-webkit-box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 20%) inset;
	-moz-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 20%) inset;
	border: solid 1px rgba(255, 255, 255, 0.06);
}
.header_item-login:hover{
    background-color: #576112;
}
.navbar .header_item-login{
	display: none;
}
.header_item-login span{
    font-family: 'Avenir Next Cyr Medium';
}
.header_item-login i{
	float: left;
	margin: 2px 0 0 17px;
    width: 10px;
    height: 6px;
    background-repeat: no-repeat;
    background-image: url(img/shevron-down.svg);
}
.header_item-login img{
	width: 45px;
	height: 43px;
	object-position: center;
	object-fit: contain;
	float: right;
	margin: 5px 1px 1px 20px;
}
.bar{
	display: none;
}
.bar_close{
	display: none;
}
.bar_website{
	display: none;
}
.header_item-dropdown-show{
	position: relative;
}
.header_item-dropdown-show p{
	z-index: 10005;
	position: relative;
}
.header_item-dropdown-show-active:before{
    transform: rotate(270deg) !important;
    transition: .4s;
}
.header_item-dropdown{
    width: -webkit-fill-available;
    width: -moz-available;
    position: absolute;
    background: #576112;
    right: 0;
    top: 5px;
    padding: 20px 27px 14px;
    z-index: 1005;
    box-sizing: border-box;
    border-radius: 5px;
    display: none;
}
.header_item-dropdown a{
	color: #a8adb2;
	margin: 6px 0;
	transition: .4s;
	float: left;
	font-size: 14px;
	width:100%;
}
.header_item-dropdown p{
	color: #d6dde3;
	margin: 6px 0;
	transition: .4s;
	float: left;
	font-size: 14px;
	width:100%;
}
.header_item-balance{
	float: left;
	margin: 0 60px 0 0;
	position: relative;
}
.header_item-balance:before{
	content: "";
	width: 1px;
	height: 30px;
	background-color: #2b333c;
	position: absolute;
	right: -28px;
	top: 9px;
}
.header_item-balance-box{
	float: right;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
	padding: 0px 1px 0px 31px;
	border-bottom-left-radius: 60px;
	border-top-left-radius: 60px;
	border-bottom-right-radius: 100px;
	border-top-right-radius: 100px;
	-webkit-box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 20%) inset;
	-moz-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 20%) inset;
	border: solid 1px rgba(255, 255, 255, 0.06);
}
.header_item-balance-box span{
	font-size: 16px;
    color: #ffffff;
    font-family: 'Avenir Next Cyr Bold';
}
.header_item-balance-box i{
    margin: 1px 20px 0 10px;
    width: 10px;
    height: 6px;
    background-repeat: no-repeat;
    background-image: url(img/shevron-down.svg);
}
.header_item-balance-box img{
	width: 43px;
	height: 43px;
	float: left;
	margin: 6px 3px 2px;
	border-radius: 100px;
}
.header_item-balance-drodown{
	width: 270px;
	height: auto;
	background-color: #222831;
	position: absolute;
	margin: 81px 0 0;
	padding: 31px 25px 28px;
	border-radius: 25px;
	box-sizing: border-box;
	right: -33px;
	border: 2px solid #252B33;
	display: none;
	z-index: 10005;
}
.header_item-balance-drodown:before{
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	background-color: #222831;
	right: 43px;
	top: -18px;
	transform: rotate(45deg);
	border: 2px solid #252B33;
}
.header_item-balance-drodown-pay{
	width: -webkit-fill-available;
	width: -moz-available;
	height: auto;
	padding: 12px 0 13px;
	float: left;
	text-align:center;
	font-size: 16px;
	color: #fff;
	border-radius: 100px;
	background-color: #ffcd43;
	font-family: 'Avenir Next Cyr Demi';
}
.header_item-balance-drodown-unpay{
	width: -webkit-fill-available;
	width: -moz-available;
	height: auto;
	float: left;
	padding: 19px 0 0;
	margin: 24px 16px 0;
	color: #cfd4e2;
	font-size: 14px;
	border-top: 1px solid #2f353d;
	text-align: center;
}
.header_item-login-block{
	width: fit-content;
	height: auto;
	float: left;
}
.header_item-login-drodown{
	width: 270px;
	height: auto;
	background-color: #222831;
	position: absolute;
	margin: 81px 0 0;
	padding: 31px 35px 28px;
	border-radius: 25px;
	box-sizing: border-box;
	right: -33px;
	border: 2px solid #252B33;
	display: none;
	z-index: 10005;
}
.header_item-login-drodown:before{
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	background-color: #222831;
	right: 43px;
	top: -18px;
	transform: rotate(45deg);
	border: 2px solid #252B33;
}
.header_item-login-drodown-username{
	width: fit-content;
	height: auto;
	padding: 0;
	float: left;
	text-align: left;
	font-size: 16px;
	color: #fd4e7e;
	font-family: 'Avenir Next Cyr Demi';
}
.header_item-login-drodown-logout{
	width: -webkit-fill-available;
	width: -moz-available;
	height: auto;
	float: left;
	padding: 19px 0 0;
	margin: 22px 0 0;
	color: #cfd4e2;
	font-size: 16px;
	border-top: 1px solid #2f353d;
	text-align: left;
	display: flex;
	align-items: center;
									   
				
}
.header_item-login-drodown-logout i{
	float: left;
	margin: 0 8px 0 0;
	font-size: 13px;
}
.header_item-authorized{
	display: block;
}
.header_item-dropdown a:hover{
	color: #d6dde3;
}


/**/
.another_header{
	width: 100%;
	height: auto;
	float: left;
	padding: 15px 0 8px;
	background-color: #576112;
}
.another_header .header_item > ul > li:last-child{
	padding: 12px 0 12px 27px;
	border: unset;
}
.another_header .header_item > ul > li:last-child a{
	padding: 12px 30px 12px 29.8px;
	border-radius: 6px;
	box-shadow: 0 4px 1px 0 rgba(39, 39, 39, 0.16);
	background-color: #d62555;
	display: flex;
	align-items: center;
	font-family: 'Avenir Next Cyr Medium';
	color: #e7e8f4;
}
.another_header .header_item > ul > li:last-child a > img{
	float: left;
	margin: 0 10.9px 0 0;
	width: 17px;
	height: 15px;
}
.information{
	width: 100%;
	height: auto;
	float: left;
	padding: 19px 0 17px;
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(50px);
	background-color: #424deb;
	position: relative;
	z-index: 1005;
}
.information p{
	font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #8393a7;
}
.information p > a{
	text-decoration: underline;
	color: #2196f3;
}
/*------------*/
.display{
	width: 100%;
	min-height: 100vh;
	height: auto;
	float: left;
	background-color: #2b333c;
	background-image: url('../img/bg/display.png');
	background-size: cover;
	background-position: center;
}
.display_row{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 4vh 0 70px 0;
}
.display_item:nth-child(1){
	width: 120px;
	float: left;
	height: auto;
	position: relative;
}
.display_item:nth-child(2){
	width: calc(100% - 175px);
	height: auto;
	float: left;
}
.display_panel{
	width: 120px;
	height: 100%;
	min-height: 700px;
	max-height: 100%;
	border-radius: 17px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
	border: solid 1px rgba(255, 255, 255, 0.06);
	background-color: #313943;
	display: flex;
	justify-content: center;
}
.display_panel ul{
	width: 100%;
	height: auto;
	margin: 45px 0 0 0;
}
.display_panel ul > li{
	width: 100%;
	height: auto;
	margin: 0 0 50px;
	display: flex;
	justify-content: center;
}
.display_panel ul > li > a{
	width: 20px;
	height: 20px;
	padding: 15px 14.8px 14.6px 14.8px;
	object-fit: contain;
	border-radius: 16px;
	background-color: #313943;
	margin: 0 auto;
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: .4s;
    border-color: #313943;
}
.display_panel ul > li > a > img{
	width: 18px;
	height: 18px;
	object-fit: contain;
	object-position: center;
}
.display_panel ul > li > a:hover img{
	filter: invert(50%) sepia(10%) saturate(7576%) hue-rotate(283deg) brightness(345%) contrast(280%);
}
.display_panel ul > li > a.active{
	border: solid 1px rgba(255, 255, 255, 0.04);
	-webkit-box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 20%) inset;
    -moz-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 20%) inset;
    transition: .4s;
}

.display_panel ul > li > a.ccactive:hover{
	border: solid 1px rgba(255, 255, 255, 0.04);
	-webkit-box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 20%) inset;
    -moz-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 20%) inset;
    transition: .4s;
}
.display_panel ul > li > a.active:before{
	content: "";
	width: 20px;
	height: 3px;
	background-color: #d62555;
	position: absolute;
	border-radius: 10px;
	bottom: -3px;
	transition: .4s;
}
.display_panel ul > li > a.active > img{
	filter: invert(50%) sepia(10%) saturate(7576%) hue-rotate(283deg) brightness(345%) contrast(280%);
}
.display_panel-setings{
	width: 20px;
	height: 20px;
	padding: 15px 14.8px 14.6px 14.8px;
	object-fit: contain;
	border-radius: 16px;
	background-color: #313943;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .4s;
	position: absolute;
	bottom: 25px;
}
.display_panel-setings img{
	width: 18px;
	height: 18px;
	object-fit: contain;
	object-position: center;
}
.display_panel-setings:hover img{
	filter: invert(50%) sepia(10%) saturate(7576%) hue-rotate(283deg) brightness(345%) contrast(280%);
}
.modal_lang{
	width: 100%;
	height: 100vh;
	float: left;
	position: fixed;
	z-index: 1000005;
	display: none;
}
.modal_lang_row{
	width: 50%;
	height: 100vh;
	background-color: #1f252c;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1005;
	align-items: flex-start;
	align-content: flex-start;
	padding: 85px 40px 20px;
	box-sizing: border-box;
}
.modal_lang_row a{
	width: 24%;
	height: auto;
	border: solid 2px #546172;
	background-color: #8A5D04;
	font-family: 'Avenir Next Cyr Medium';
	font-size: 16px;
	line-height: 1.69;
	color: #f2f3f5;
	padding: 4px 19px;
	box-sizing: border-box;
	margin: 0 0 11px;
	text-align: center;
	transition: .4s;
}
.modal_lang_row a:hover{
	border: solid 2px #fff;
    background-color: #F5EE27;
    transition: .4s;
}
.modal_lang-close-btn{
	position: absolute;
	right: 40px;
	top: 27px;
	cursor: pointer;
	font-size: 15px;
	font-style: italic;
	color: #4192df;
	text-decoration: underline;
}
.modal_name{
	width: 100%;
	height: 100vh;
	float: left;
	position: fixed;
	z-index: 1000005;
	display: none;
}
.modal_name_row{
	width: 50%;
	height: 100vh;
	background-color: #1f252c;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1005;
	align-items: flex-start;
	align-content: flex-start;
	padding: 85px 40px 20px;
	box-sizing: border-box;
}
.modal_name_row a{
	width: 18%;
	height: auto;
	border: solid 2px #546172;
	background-color: #435367;
	font-family: 'Avenir Next Cyr Medium';
	font-size: 16px;
	line-height: 1.69;
	color: #f2f3f5;
	padding: 4px 19px;
	box-sizing: border-box;
	margin: 0 0 11px;
	text-align: center;
	transition: .4s;
}
.modal_name_row a:hover{
	border: solid 2px #fff;
    background-color: #21272e;
    transition: .4s;
}
.modal_name-close-btn{
	position: absolute;
	right: 40px;
	top: 27px;
	cursor: pointer;
	font-size: 15px;
	font-style: italic;
	color: #4192df;
	text-decoration: underline;
}
.modal_voice{
	width: 100%;
	height: 100vh;
	background-color: #2b333c;
	position: fixed;
	float: left;
	z-index: 100005;
	overflow-y: scroll;
	display: none;
}
.modal_voice_row{
	width: 95%;
	height: auto;
	margin: 40px 2.5%;
	float: left;
	padding: 37px;
	box-sizing: border-box;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
	border: solid 1px rgba(255, 255, 255, 0.06);
	background-color: #313943;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-image: url(../images/bg/displayMod.png);
	background-size: cover;
	background-position: center;
}
.modal_voice_item{
	width: 48%;
	height: auto;
	position: relative;
	max-width: 760px;
}
.modal_voice_item:nth-child(2){
	margin: 0 2% 0 0;
}
.modal_voice_item:nth-child(3){
	margin: 0 0 0 2%;
}
.modal_voice_play{
	width: 100%;
	height: auto;
	float: left;
	margin: 170px 0 0;
}
.modal_voice_play-title{
	width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    text-align: left;
    color: #a5b3c6;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.modal_voice_play-title img{
	width: 21px;
    height: 21px;
    object-position: center;
    object-fit: contain;
    float: left;
    margin: 0 11px 0 0;
}
.modal_voice_play-box{
	width: -webkit-fill-available;
	width: -moz-available;
	height: auto;
	float: left;
	padding: 18px 33px;
	border-radius: 17px;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%);
	border: solid 2px rgba(46, 46, 46, 0.39);
	background-color: #313943;
	margin: 19px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}
.modal_voice_play-box-title{
	float: left;
    font-family: 'Avenir Next Cyr Medium';
    font-size: 16px;
    text-align: left;
    color: #629dde;
}
.modal_voice_voices{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.modal_voice_voices-title{
	width: fit-content;
	height: auto;
	float: left;
	font-size: 16px;
	font-family: 'Avenir Next Cyr Medium';
	text-align: left;
	color: #a5b3c6;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}
.modal_voice_voices-title img{
	width: 21px;
    height: 21px;
    object-position: center;
    object-fit: contain;
    float: left;
    margin: 0 11px 0 0;
}
.modal_voice_voices-more{
	width: fit-content;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
	font-style: italic;
	color: #4192df;
	text-decoration: underline;
	position: relative;
	z-index: 100005;
}
.modal_voice_voices span{
	font-size: 12px;
    font-family: 'Avenir Next Cyr Medium';
    color: #2b333c;
    padding: 11px 15px 9px;
    box-shadow: 0 10px 3px 0 rgb(0 0 0 / 26%);
    background-color: #def0dc;
    border-radius: 10px;
    line-height: 17px;
    text-transform: capitalize;
    position: absolute;
    bottom: -80px;
    left: 12px;
    width: 125px;
    display: none;
}
.modal_voice_voices span:before{
	content: "";
    width: 20px;
    height: 20px;
    background-color: #def0dc;
    position: absolute;
    border-radius: 3px;
    transform: rotate(45deg);
    top: -9px;
    left: 30px;
}
.modal_voice_voices span img{
	margin: 0 3px 0 0;
}
.modal_voice_voices-more img{
	width: 16px;
	height: 16px;
	object-fit: contain;
	object-position: center;
	float: left;
	margin: 0 0 0 10px;
}
.modal_voice_box{
	width: -webkit-fill-available;
	width: -moz-available;
	height: auto;
	float: left;
	margin: 37px 0 0 30px;
}
.modal_voice_item-title{
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
    font-style: italic;
    text-align: left;
    color: #8ba4c6;
}
.modal_voice_item-title b{
	font-family: 'Avenir Next Cyr Bold';
	font-style: normal;
    color: #287be2;
}
.modal_voice_box a{
	width: fit-content;
	height: auto;
	border: solid 2px #546172;
	background-color: #435367;
	font-family: 'Avenir Next Cyr Medium';
	font-size: 16px;
	line-height: 1.69;
	color: #f2f3f5;
	padding: 4px 19px;
	box-sizing: border-box;
	margin: 11px 10px 0 0;
	text-align: center;
	float: left;
	opacity: 0.4;
	transition: .4s;
}
.modal_voice_box a:hover{
    opacity: 1;
    transition: .4s;
}
.modal_voice_box a.active{
	opacity: 1;
	border: solid 2px #fff;
	background-color: #21272e;
	transition: .4s;
}
.modal_voice_item-buttons{
    width: fit-content;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 36px;
}
.modal_voice_item-buttons a{
	font-size: 16px;
    font-family: 'Avenir Next Cyr Demi';
    color: #cfd4e2;
	padding: 12px 30px;
    border-radius: 23px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
    border: solid 2px rgba(46, 46, 46, 0.39);
    background-color: #313943;
}
.modal_voice_item-buttons a:nth-child(2){
	border-radius: 23px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
	border: solid 1px rgba(39, 39, 39, 0.11);
	background-color: #324150;
	margin: 0 0 0 40px;
}
.modal_voice_lang{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.modal_voice_lang-title{
	width: fit-content;
	height: auto;
	float: left;
	font-size: 16px;
	font-family: 'Avenir Next Cyr Medium';
	text-align: left;
	color: #a5b3c6;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}
.modal_voice_lang-title img{
	width: 21px;
    height: 21px;
    object-position: center;
    object-fit: contain;
    float: left;
    margin: 0 11px 0 0;
}
.modal_voice_lang-more{
	width: fit-content;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
	font-style: italic;
	color: #4192df;
	text-decoration: underline;
	position: relative;
	z-index: 10005;
}
.modal_voice_lang-more span{
	font-size: 12px;
    font-family: 'Avenir Next Cyr Medium';
    color: #2b333c;
    padding: 11px 15px 9px;
    box-shadow: 0 10px 3px 0 rgb(0 0 0 / 26%);
    background-color: #def0dc;
    border-radius: 10px;
    line-height: 17px;
    text-transform: capitalize;
    position: absolute;
    bottom: -80px;
    left: 12px;
    width: 125px;
    display: none;
}
.modal_voice_lang-more span:before{
	content: "";
    width: 20px;
    height: 20px;
    background-color: #def0dc;
    position: absolute;
    border-radius: 3px;
    transform: rotate(45deg);
    top: -9px;
    left: 30px;
}
.modal_voice_lang-more span img{
	margin: 0 3px 0 0;
}
.modal_voice_lang-more img{
	width: 16px;
	height: 16px;
	object-fit: contain;
	object-position: center;
	float: left;
	margin: 0 0 0 10px;
}
.modal_voice_emotions{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 60px 0 0;
}
.modal_voice_emotions-title{
	width: fit-content;
	height: auto;
	float: left;
	font-size: 16px;
	font-family: 'Avenir Next Cyr Medium';
	text-align: left;
	color: #a5b3c6;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}
.modal_voice_emotions-title img{
	width: 21px;
    height: 21px;
    object-position: center;
    object-fit: contain;
    float: left;
    margin: 0 11px 0 0;
}
.modal_voice_emotions .modal_voice_box{
	margin: 16px 0 0 30px;
}
.modal_voice-range-wrap{
	width: 100%;
	height: auto;
	float: left;
	margin: 15px 0 0 0;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.modal_voice-range {
    width: 100%;
}
.modal_voice-bubble {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #1d2128;
    font-family: FuturaLightC;
    margin: 12px 0 0;
}
.modal_voice-bubble::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    top: -1px;
    left: 50%;
}
.modal_voice-range-wrap input[type='range'] {
    -webkit-appearance: none !important;
    height: 4px;
    border-radius: 20px;
    background: rgb(41,49,57);
    background: linear-gradient(180deg, rgba(41,49,57,1) 0%, rgb(255 255 255) 100%); 
    z-index: 1005;
}
.modal_voice-range-wrap input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    width: 22px;
    height: 22px;
    box-shadow: 1px 4px 2px 0 rgba(30, 37, 46, 0.42);
    border: solid 3px #313943;
    background-color: #d9eaff;
    border-radius: 100px;
}
.modal_voice-range-wrap-item{
	width: 95%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: -4px auto 0;
}
.modal_voice-range-wrap-box{
	width: 2px;
	height: 10px;
	background-color: #afb2b5;
	margin: -6.5px 0 0;
	position: relative;
}
.modal_voice-range-wrap-box span{
	font-size: 14px;
	font-family: 'Avenir Next Cyr Medium';
	color: #939ba5;
	position: absolute;
	top: 22px;
	left: -8px;
}
.modal_voice-range-wrap-box:nth-child(1){
	height: 13px;
}
.modal_voice-range-wrap-box:nth-child(5){
	height: 13px;
}
.modal_voice-range-wrap-box:nth-child(15){
	height: 13px;
}
.modal_voice-range-wrap-box:nth-child(25){
	height: 13px;
}
.modal_voice-close-btn{
	width: 20px !important;
	height: 20px !important;
	align-items: center;
	justify-content: center;
	border: solid 1px #4d545d !important;
	background-color: #424b57 !important;
	position: absolute;
	right: 24px;
	top: 24px;
	display: none;
	padding: 0 !important;
	margin: 0 !important;
	box-sizing: unset !important;
}
.modal_voice-close-btn img{
	width: 12px;
	height: 12px;
}
/*------------*/

.info2{
	width: 100%;
	height: auto;
	float: left;
	padding: 19px 0 17px;
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(50px);
	background-color: #39424deb;
}
.info2 p{
	font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #8393a7;
}
.info2 p > a{
	text-decoration: underline;
	color: #2196f3;
}
.services{
	width: 100%;
	height: auto;
	float: left;
	background-color: #2b333c;
	padding: 42px 0 97px;
}
.services h1{
	width: 100%;
	height: auto;
	float: left;
	font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #f9fafc;
    font-family: 'Avenir Next Cyr Demi';
}
.services_row{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0 0 0;
}
.services_item{
	width: 48%;
	max-width: 724px;
	height: auto;
	margin: 0 0 50px 0;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	box-shadow: 8px 19px 5px 0 rgba(38, 47, 57, 0.45);
	background-image: linear-gradient(125deg, #3a4e57, #3a3d58);
	transition: .4s;
}
.services_item:hover .services_box{
background-color: #313d46;
}
.services_item:hover .service_box_afish{
background-color: #2d3842;
}
.service_box_afish{
	width: 100%;
	height: auto;
	min-height: auto;
	max-height: initial;
	float: left;
	background-image: url("../img/bg/service.png");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	position: relative;
	box-shadow: 0px 8px 20px 0 rgb(38 47 57 / 45%);
    background-color: #33434d;
}
.service_box_afish:before{
	content: "";
	width: 30px;
	height: 170px;
	background-position: center;
	background-size: inherit;
	background-repeat: no-repeat;
	position: absolute;
	right: 35px;
	bottom: 50px;
}
.recorder_wavesurfer {
     width: calc(100% - 40px);
     height: auto;
     float: left;
     margin: 0;
     background-position: center;
     flex-wrap: wrap;
     justify-content: center;
     box-sizing: border-box;
     position: absolute;
     left: 50%;
     top: 50%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     z-index: 1005;
     background-color: #fff;
 }
#visualisation{
     width: calc(100% - 40px);
     height: auto;
     float: left;
     margin: 0;
     position: absolute;
     left: 50%;
     top: 50%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}
.s_one:before{
    background-image: url('../img/icon/s1.svg');
}
.s_two:before{
	background-image: url('../img/icon/s2.svg');
}
.s_three:before{
	background-image: url('../img/icon/s3.svg');
}
.s_four:before{
    background-image: url('../img/icon/s4.svg');
}
.s_five:before{
	background-image: url('../img/icon/s5.svg');
}
.s_six:before{
	background-image: url('../img/icon/s6.svg');
}
.s_seven:before{
	background-image: url('../img/icon/s7.svg');
}
.s_eight:before{
	background-image: url('../img/icon/s8.svg');
}

.header_item-dropdown-show p > i{
    background-image: url(http://ded96.strana.de/img/icon/ded.svg);
    width: 10px;
    height: 6px;
    background-repeat: no-repeat;
}
.service_box_afish:after{
	content: "";
	width: 60px;
	height: 60px;
	background-color: #CFD492;
	position: absolute;
	bottom: -30px;
	right: -30px;
	transform: rotate(45deg);
	z-index: -1;
}
.services_image{
	width: 551px;
	min-height: 328px;
	max-height: 328px;
	object-fit: scale-down;
	object-position: center;
	margin: 36px auto 25px;
}
.services_box{
	width: -webkit-fill-available;
	width: -moz-available;
	padding: 29px 37px 19px 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background-color: #3a4e57;
}
.services_block:nth-child(1){
	width: 63%;
	height: auto;
}
.services_block:nth-child(2){
	width: fit-content;
	height: auto;
	display: flex;
	align-items: center;
	border-left: solid 2px #777777;
}
.services_block span{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Avenir Next Cyr Medium';
	font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    color: #b1c0d3;
}
.services_block h2{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Avenir Next Cyr Demi';
	font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #e7ecf2;
}
.services_block p:nth-child(1){
	margin: 0 44px;
}
.services_block p:nth-child(1) img{
	width: 16px;
	height: 25px;
	object-fit: contain;
}
.services_block p:nth-child(2){
	font-family: 'Avenir Next Cyr Medium';
	font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: right;
    color: #3a4257;
	padding: 12px 30px;
    border-radius: 6px;
    box-shadow: 0 4px 1px 0 rgba(39, 39, 39, 0.16);
    border: solid 1px rgba(255, 255, 255, 0.1);
    background-image: linear-gradient(to bottom, #fff, #efefef);
    transition: .4s;
}
.services_block p:nth-child(2):hover{
	box-shadow: 0 4px 1px 0 rgba(39, 39, 39, 0.16);
    border: solid 1px rgba(255, 255, 255, 0.1);
    background-image: linear-gradient(to bottom, #fff, #efefef);
    transition: .4s;
}
.counting{
	width: 100%;
	height: auto;
	float: left;
	background-color: #617387;
	padding: 42px 0 97px;
}
.h4{
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #b1c0d3;
    font-family: 'Avenir Next Cyr Medium';
    text-transform: uppercase;
}
.counting h1{
	width: 100%;
	height: auto;
	float: left;
	font-size: 32px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
	color: #f9fafc;
	font-family: 'Avenir Next Cyr Demi';
	margin: 0 0 54px;
}
.counting_row{
	width: 100%;
	max-width: 729px;
	height: auto;
	min-height: 643px;
	margin: 0 auto;
	border-radius: 40px;
	box-shadow: 4px 30px 13px 0 rgba(0, 0, 0, 0.16);
	border: solid 2px #ededed;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 32px 0 41px;
}
.counting_item{
	width: -webkit-fill-available;
    width: -moz-available;
    height: auto;
    float: left;
    margin: 0 42px;
}
.counting_item form{
	width: -webkit-fill-available;
    width: -moz-available;
    height: auto;
    float: left;
	border-radius: 20px;
    background-color: #363d46;
}
.counting_item form > textarea{
	width: -webkit-fill-available;
	width: -moz-available;
	height: 440px;
	float: left;
	padding: 33px 38px;
	border-radius: 20px;
	background-color: #363d46;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.35;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	font-family: 'Avenir Next Cyr Regular';
	resize: none;
}
.counting_item:nth-child(2){
	margin: 12px 42px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.counting_box{
	width: 32%;
	height: auto;
	padding: 23px 0 21px;
	background-color: #2b333c;
	border-radius: 20px;
	box-shadow: 0 5px 6px 0 rgba(111, 111, 111, 0.33);
}
.counting_box-title{
	width: -webkit-fill-available;
	width: -moz-available;
	height: auto;
	float: left;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: italic;
	line-height: normal;
	letter-spacing: 0.3px;
	text-align: left;
	color: #e2e2e2;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 0 0 62px;
}
.counting_box-title img{
	float: left;
	margin: 3px 10px 0 -45px;
	position: absolute;
	width: 34px;
	height: 34px;
}
.counting_box-count{
	width: -webkit-fill-available;
	width: -moz-available;
	height: auto;
	float: left;
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
	margin: 14px 0 0 0;
	font-family: 'Avenir Next Cyr Bold';
	text-align: center;
	text-transform: uppercase;
}
.navbar_login{
	display: none;
}
.ip{
	width: 100%;
	height: auto;
	float: left;
	background-color: #ABBD7B;
	padding: 42px 0 97px;
}
.ip h4{
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #b1c0d3;
    font-family: 'Avenir Next Cyr Medium';
    text-transform: uppercase;
}
.ip h1{
	width: 100%;
	height: auto;
	float: left;
	font-size: 32px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
	color: #f9fafc;
	font-family: 'Avenir Next Cyr Demi';
	margin: 0 0 54px;
}
.ip_row{
	width: 100%;
	max-width: 729px;
	height: auto;
	min-height: 610px;
	margin: 0 auto;
	border-radius: 40px;
	box-shadow: 4px 30px 13px 0 rgba(0, 0, 0, 0.16);
	border: solid 2px #ededed;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 32px 0 41px;
}
.ip_item{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	flex-direction: column;
}
.ip_item-text{
	width: -webkit-fill-available;
	width: -moz-available;
	height: auto;
	float: left;
	font-size: 21px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #67af12;
	margin: 125px 0 0 0;
	text-transform: uppercase;
}
.ip_item-title{
	width: -webkit-fill-available;
	width: -moz-available;
	height: auto;
	float: left;
	font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2b333c;
    font-family: 'Avenir Next Cyr Demi';
    margin: 10px 0 0;
}
.ip_item-ip{
	font-size: 26px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.82px;
	text-align: center;
	color: #fff;
	margin: 125px auto 0;
	border-radius: 24px;
	background-color: #67af12;
	padding: 29px 130px;
}
.ip_item-copy{
	width: fit-content;
	height: auto;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	background-color: #2b333c;
	font-family: 'Avenir Next Cyr Demi';
	display: flex;
	align-items: center;
	padding: 22px 78px;
	margin: 134px auto 0;
	cursor:pointer;
}
.ip_item-copy:hover{
    background-color: #ab2831;
}
.ip_item-copy img{
    height:18px;
    width:18px;
	float: left;
	margin: 0 20px 0 0;
}
.footer{
	width: 100%;
	height: auto;
	float: left;
	background-color: #717D51;
}
.footer_row{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.radio{
	width: 100%;
	height: auto;
	min-height: 90vh;
	float: left;
	background:linear-gradient(0.25turn, #583583, #118877);
	padding: 42px 0 50px;
}
.radio h4{
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #b1c0d3;
    font-family: 'Avenir Next Cyr Medium';
    text-transform: uppercase;
}
.radio h1{
	width: 100%;
	height: auto;
	float: left;
	font-size: 32px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
	color: #f9fafc;
	font-family: 'Avenir Next Cyr Demi';
	margin: 0 0 54px;
}
.radio_row{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px 0 98px;
}
.radio_item:nth-child(1){
	width: 24%;
	height: auto;
	position: relative;
	max-height: 640px;
}
.radio_item:nth-child(2){
	width: 40%;
	max-width: 535px;
	height: auto;
	border-radius: 40px;
	box-shadow: 4px 30px 13px 0 rgba(0, 0, 0, 0.16);
	border: solid 2px #ededed;
	background-color: #717D51;
	max-height: 640px;
}
.radio_item:nth-child(3){
	width: 33%;
	max-width: 530px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: baseline;
  max-height: 629px;
  overflow-y: scroll;
  scrollbar-color: #717F1C #717D51 !important;
  scrollbar-width: none;
}
.radio_item:nth-child(3)::-webkit-scrollbar {
    width: 3px; 
}
.radio_item:nth-child(3)::-webkit-scrollbar-track {
   background: #717D51;
}
.radio_item:nth-child(3)::-webkit-scrollbar-thumb {
   background-color: #717D51;
   border: unset;
}


.radio_item-country{
	width: -webkit-fill-available;
	width: -moz-available;
	height: auto;
	float: left;
	padding: 34px 0 34px 0;
	border-radius: 15px;
	border: solid 1px #F7F716;
	background-color: #B8CF2E;
	font-family: 'Avenir Next Cyr Regular';
	text-align: center;
	color: #5C5E5A;
	font-size: 14px;
	margin: 0 0 10px;
	text-transform: uppercase;
	transition: .4s;
	cursor:pointer;
}
.radio_item_category{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
}
.radio_item_category p{
	width: 58px;
	height: 58px;
	border-radius: 15px;
	border: solid 1px #F7F716;
	background-color: #B8CF2E;
	font-family: 'Avenir Next Cyr Medium';
	text-align: center;
	color: #e4ebf5;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 12px 0 0;
	text-transform: uppercase;
	transition: .4s;
	cursor:pointer;
}
.radio_item-country:hover{
	border-color: #626262;
	transition: .4s;
}
.radio_item_category p:hover{
	border-color: #F7F716;
	background-color: #576112;
	transition: .4s;
}
.radio_item-type{
	width: 108px;
	height: 108px;
	max-width: 108px;
	max-height: 108px;
	border-radius: 18px;
	margin: 0 0 17px;
	border: solid 1px #F7F716;
	background-color: #B8CF2E;
	transition: .4s;
	cursor:pointer;
}
.radio_item-type img{
	width: 79px;
	height: 79px;
	border-radius: 12px;
	background-color: #CCCCCC;
	margin: 14px;
}
.radio_item-type:hover{
    border-radius: 18px;
    border: solid 1px #F7F716;
    background-color: #576112;
    transition: .4s;
}
.radio_box{
    max-height: calc(100% - 54px);
	border-radius: 28px;
	box-shadow: 4px 11px 6px 0 rgba(102, 125, 157, 0.13);
	border: solid 2px rgba(192, 221, 227, 0.36);
	background-color: #D7F236;
	width: -webkit-fill-available;
	width: -moz-available;
	height: 100%;
	margin: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.radio_box-logo{
	width: 116px;
	height: 116px;
	margin: 40px auto 0;
	border-radius: 26px;
	border: solid 5px #fff;
	object-fit: cover;
	object-position: center;
}
.radio_box-title{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 16px;
	font-family: 'Avenir Next Cyr Medium';
	color: #5C410C;
	text-transform: uppercase;
	margin: 26px 0 0;
}
.radio_box_player{
	width: 90%;
	height: auto;
}
.radio_box_player_liner{
	width: 100%;
	height: auto;
	float: left;
	margin: 40px 0 0;
}
.radio-range-wrap {
    position: relative;
    margin: 0 auto;
}
.radio-range {
    width: 100%;
}
.radio-bubble {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #F7AF20;
    font-family: FuturaLightC;
    margin: 12px 0 0;
}
.radio-bubble::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    top: -1px;
    left: 50%;
}
.radio-range-wrap input[type='range'] {
    -webkit-appearance: none !important;
    background-color: #ffffff;
    height: 6px;
    border-radius: 10px;
}
.radio-range-wrap input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    width: 22px;
    height: 22px;
    border-radius: 100px;
    box-shadow: 1px 4px 2px 0 rgba(114, 37, 69, 0.22);
    border: solid 4px #fff;
    background-color: #889922;
    cursor: pointer;
}
.radio_box_player_liner-icon{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px 0 0;
}
#wave{
    display:none;
}
.radio_box_player_controler{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 42px 0 0;
}
.radio_box_player_controler button{
	width: fit-content;
	height: auto;
	border: unset;
	background-color: unset;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.radio_box_player_controler button:nth-child(1) > img{
	width: 31px;
	height: 32px;
	border-radius: 28px;
}
.radio_box_player_controler button:nth-child(3) > img{
	width: 31px;
	height: 32px;
	border-radius: 28px;
}
.radio_box_player_controler button > span{
	font-size: 12px;
    line-height: 1.08;
    color: #4F380A;
    font-family: 'Avenir Next Cyr Regular';
}
.radio_box_player_controler button:nth-child(1) span{
	text-align: left;
	margin: 0 0 0 15px;
}
.radio_box_player_controler button:nth-child(3) span{
	text-align: right;
	margin: 0 15px 0 0;
}
.radio_box_player_random{
	width: 100%;
	height: auto;
	float: left;
	border-top: 2px solid #505C20;
	display: flex;
	justify-content: center;
	margin: 62px 0 0 0;
}
.radio_box_player_random button{
	border-radius: 28px;
	-webkit-box-shadow: 0px 4px 16px 0px rgba(34, 60, 80, 0.2) inset;
    -moz-box-shadow: 0px 4px 16px 0px rgba(34, 60, 80, 0.2) inset;
    box-shadow: 0px 4px 16px 0px rgba(34, 60, 80, 0.2) inset;
	border: unset;
	background-color: #889922;
	font-size: 16px;
	font-family: 'Avenir Next Cyr Demi';
	text-align: center;
	color: #fff;
	padding: 13px 45px;
	margin: 35px 0 35px;
	cursor: pointer;
}
.radio_box_player_random button:hover{opacity:0.8;}
.footer_item{
	width: 18%;
	height: auto;
	margin: 49.5px 0 45px 0;
	display: flex;
	flex-direction: column;
	position: relative;
}





.footer_logo img{
	width: 141.1px;
    height: 44px;
    object-fit: contain;
}
.footer_logo{
	margin: 0 !important;
}
.footer_item a{
	font-size: 16px;
	font-family: 'Avenir Next Cyr Medium';
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
	color: #e7ecf2;
	margin: 10px 0 25px 0;
	float: left;
}
.footer_item p{
	font-size: 16px;
	font-family: 'Avenir Next Cyr Medium';
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
	color: #e7ecf2;
	margin: 10px 0 25px 0;
	float: left;
	cursor:pointer;
}
.footer_network{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 0;
}
.footer_network a{
	margin: 0;
}
.footer_network a > img{
    width: 26px;
    height: 26px;
    object-fit: contain;
    object-position: center;
}
.copyright{
	width: 100%;
	height: auto;
	float: left;
	border-top: solid 1px #515b67;
	padding: 35px 0;
}
.copyright_row{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	lighting-color: currentColor;
}
.copyright_item{
	width: fit-content;
	height: auto;
}
.copyright_item:nth-child(1) p:nth-child(2){
	margin: 0 0 0 45px;
	float: left;
}
.copyright_item p{
	font-size: 18px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.39;
	letter-spacing: 0.72px;
	text-align: right;
	color: #ffffff;
	float: left;
}
.error {
    color: #d62555;
}
        .not {
            display: none !important;
        }

        .style {
            display: none !important;
            opacity: 0.4;
            filter: alpha(opacity=40);
        }

        .loader {
    display: inline-block;
    width: 24%;
    line-height: 0px;
    height: 0px;
    margin-top: 10px;

        }
.loadersvg{margin-top: -45px;}
        /*
          Set the color of the icon
        */
        svg path,
        svg rect {
            fill: #d62555;
        }
.header_item-authorized{display:none;}
@media screen and (min-height: 1400px){
	.counting{
		min-height: 95vh;
	}
}
@media (max-height: 1050px){
    .information{display:none;}
    .counting_item {
    margin: 0 25px;
    }
    .counting_item:nth-child(2) {
    margin: 12px 25px 0;
    }
    .counting_row {
    max-height: calc(100% - 54px);
    padding: 25px 0 25px;
    min-height: 100%;
    }
    .counting_item form > textarea {
    height: 418px;
    }


    }
@media screen and (max-width: 1900px){
    .radio_box_player_random {
    margin: 0px 0 0 0;
    }
    .radio_box_player_liner {
    margin: 10px 0 0;
    }
    .radio_box-logo {
        margin: 20px auto 0;
    }
    .radio_box_player_controler {
    margin: 15px 0 0;
    }
	.login{
		margin: 0;
	}
    .login_box{
    	top: 45%;
    }
}
@media screen and (max-width: 1600px){
	.header_item ul > li{
		padding: 0 27px;
	}
	.header_item ul > li > a{
		font-size: 14px;
	}
	.header_item ul > li > p{
		font-size: 14px;
	}
	.another_header .header_item > ul > li{
		padding: 0 10px;
	}
	.another_header .header_item > ul > li:last-child {
        padding: 12px 0 12px 10px;
    }
	.another_header .header_item > ul > li > a{
		font-size: 14px;
	}
	.information p {
        font-size: 12px;
    }
    .info2 p {
        font-size: 12px;
    }
    .services h1{
    	font-size: 26px;
    }
    .services_image {
    	width: 80%;
    	max-width: 526px;
    	min-height: 280px;
    	max-height: 279px;
    	margin: 32px 0 18px 0;
    }
    .services_box{
    	padding: 21px 37px 20px;
    }
    .services_block span{
    	font-size: 12px;
    }
    .services_block h2{
    	font-size: 15px;
    }
    .services_block p:nth-child(1) img{
    	width: 13px;
    	width: 13px;
    }
    .services_block p:nth-child(2){
    	font-size: 14px;
    	padding: 9px 22px;
    }
    .services_block p:nth-child(1) {
        margin: 0 20px;
    }
	.footer_item a{
		font-size: 15px;
	}
	.footer_item p{
		font-size: 15px;
	}
	.copyright{
		padding: 35px 0 30px;
	}
	.copyright_item p{
		font-size: 14px;
	}
	.radio_item-type {
        width: 98px;
        height: 98px;
    }
    .radio_item-type img {
        width: 70px;
        height: 70px;
        margin: 14px;
    }
    .radio_item-country{
    	padding: 44px 0;
    }
    .radio_item_category p {
        width: 100px;
        height: 100px;
    }
    .radio_item:nth-child(1){
    	max-height: 505px;
    }
	  .radio_item:nth-child(2){
    	max-width: 500px;
    	max-height: 505px;
    }
	.radio_item:nth-child(3){
    	max-height: 505px;
    }
    .radio_box-logo {
        width: 95px;
        height: 95px;
    }
    .radio_box-title{
    	margin: 20px 0 0 0;
    }
    .radio_box_player_liner{
    	margin: 30px 0 0 0;
    }
    .radio_box_player_controler{
    	margin: 21px 0 0;
    }
    	
   .display_item_voice_item:nth-child(1){
    	width: 65%;
    }
    .display_item_voice_item:nth-child(2){
    	width: 30%;
    }
    .display_item_voice_item-text{
    	font-size: 13px;
    }
    .display_item_voice_item-title{
    	font-size: 25px;
    }
    .display_item_voice_parametrs_selects-box{
    	width: 22%;
    }
    .display_item_voice_parametrs_selects-box a{
    	width: -webkit-fill-available;
	    width: -moz-available;
    	font-size: 14px;
    	box-sizing: border-box;
    }
    .display_item_voice_parametrs_textarea textarea{
    	font-size: 16px;
        line-height: normal;
        min-height: 180px;
    }
    .display_item_voice_parametrs_textarea textarea::placeholder{
    	font-size: 16px;
        line-height: normal;
    }
    .display_item_voice_parametrs_controler{
    	padding: 50px 20px 25px;
    }
    .display_item_voice_parametrs_textarea-block p {
        font-size: 10px;
    }
    .display_item_voice_parametrs_textarea-block p > img {
        width: 13px;
        height: 14px;
        object-position: center;
        object-fit: contain;
        margin: 0 7px 0 0;
    }
    .display_item_voice_parametrs_controler-box a{
    	font-size: 13px;
    }
    .display_item_voice_parametrs_controler-box a > img{
        width: 15px;
        height: 15px;
    }
    .display_item_voice_parametrs_controler-box span{
    	font-size: 13px;
    }
    .display_item_voice_result-title{
    	font-size: 13px;
    }
    .display_item_voice_result_box-fileName{
    	font-size: 13px;
    }
 
									  
    .display_item_voice_result_box-fileDownload img{
    	width: 17px;
    	height: 17px;
    	margin: 0 8px 0 0;
    }
    .display_item_voice_result_box-fileDownload{
    	font-size: 10px;
					 
    }
    .display_item_voice_favorites-title{
    	font-size: 13px;
    }
    .display_item_voice_favorites-more{
    	font-size: 11px;
					 
    }
    .display_item_voice_history-title{
						   
    	font-size: 13px;
    }
    .display_item_voice_history-more{
    	font-size: 11px;
    }
    .display_item_voice_history_box-fileName {
        font-size: 12px;
        margin: 0 0 6px 0;
    }
    .display_item_voice_favorites_item a{
    	font-size: 12px;
    }
    .display_item_voice_favorites_item a > img {
        width: 16px;
        height: 16px;
						
    }
    .display_item_voice_history{
				 
    	max-height: 570px;
							
								
    }
    .display_item_voice_history-moreBtn {
        padding: 13px 30px 14px;
        font-size: 13px;
   }
   .modal_voice_voices-title{
   	   font-size: 14px;
   }
   .modal_voice_lang-title{
   	   font-size: 14px;
   }
   .modal_voice_play-title{
   	   font-size: 14px;
   }
   .modal_voice_emotions-title{
   	   font-size: 14px;
   }
   .modal_voice_voices-more{
   	   font-size: 12px;
   }
   .modal_voice_lang-more{
   	   font-size: 12px;
   }
   .modal_voice_item-title{
   	   font-size: 14px;
   }
   .modal_voice_box a {
       font-size: 13px;
       line-height: 1.69;
       padding: 4px 16px;
       margin: 10px 9px 0 0;
    }
    .modal_voice_play-box-title{
    	font-size: 13px;
					 
					 
    }
    .modal_voice_item-buttons a{
    	padding: 12px 26px;
    	font-size: 14px;
    }
    .modal_voice_item-buttons a:nth-child(2){
    	margin: 0 0 0 20px;
    }
    .modal_name_row a {
        width: 18%;
        font-size: 12px;
        line-height: 1.69;
        padding: 4px 15px;
        margin: 0 0 11px;
    }
    .modal_name-close-btn{
    	font-size: 14px;
    }
    .modal_lang_row a {
        width: 32%;
        font-size: 13px;
        line-height: 1.69;
        padding: 4px 10px;
        margin: 0 0 11px;
    }
    .modal_lang-close-btn{
    	font-size: 14px;
					 
    }
    .display_item_voice_volume{
    	width: 160px;
    	height: 17px;
    	padding: 4px 14px 6px;
    	right: -94px;
    	top: 215px;
    }
    .display_item_voice_volume_box img{
    	width: 10px;
    	height: 12px;
    	object-fit: scale-down;
    }
    .volume-range-wrap{
        width: 90%;
    }
    .modal_voice_row{
    	justify-content: space-between;
						  
    }
    .modal_voice_item:nth-child(1){
    	margin: 0;
					 
    }
    .modal_voice_item:nth-child(2){
    	margin: 0;
    }
	
}
@media screen and (max-width: 1450px){
     .radio_box-logo {
        margin: 20px auto 0;
    }
    .radio_box_player_controler {
    margin: 15px 0 0;
    }
    .radio_item-country{
    	padding: 36px 0;
    }
    .radio_item_category p {
        width: 80px;
        height: 80px;
    }
    .radio_item:nth-child(2) {
        max-width: 410px;
        max-height: 505px;
    }
    .radio_box-logo {
        width: 85px;
        height: 85px;
    }
    .radio_box-title {
        margin: 20px 0 0 0;
        font-size: 14px;
    }
    .radio_box_player_liner{
    	margin: 32px 0 0 0;
    }
    .radio_box_player_controler{
    	margin: 30px 0 0;
    }
    .radio_box_player_random{
    	margin: 32px 0 0 0;
    }
    .radio_box_player_random button{
    	font-size: 14px;
    	margin: 30px 0;
    	padding: 11px 45px;
    }
    .radio-play{
    	width: 25px;
        height: 35px;
        object-fit: contain;
        object-position: center;
    }
	.radio_item-type {
        width: 84px;
        height: 84px;
    }
    .radio_item-type img {
        width: 59px;
        height: 59px;
        margin: 13px;
    }
      .radio_item:nth-child(3){
     max-height: 500px;
  }
}
@media screen and (max-width: 1235px){
	.services h1 {
        font-size: 18px;
    }
    .services_item{
    	margin: 0 0 30px 0;
    	border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .service_box_afish{
    	min-height: 150px;
    	max-height: initial;
    }
    .services_image {
        width: 80%;
        max-width: initial;
        min-height: auto;
        height: 160px;
        margin: 20px auto 10px;
    }
    .services_box{
    	padding: 18px 16px 14px;
    }
    .services_block:nth-child(1) {
        width: 45%;
        height: auto;
    }
    .services_block span {
        font-size: 11px;
    }
    .services_block h2 {
        font-size: 12px;
    }
    .services_block p:nth-child(1) {
        margin: 0 15px;
    }
    .services_block p:nth-child(2) {
        font-size: 12px;
        padding: 7px 18px;
    }
    .services_block p:nth-child(1) img {
        width: 12px;
        height: 14px;
    }
	.footer_item{
		width: -webkit-fill-available;
		width: -moz-available;
		height: auto;
		margin: 0 0 0 56px;
	}
	.footer_item:first-child{
		margin: 49.5px 0 0 0; 
	}
	.footer_item a{
		margin: 0px 0 25px 0 !important;
		font-size: 13px;
	}
	.footer_item p{
		margin: 0px 0 25px 0 !important;
		font-size: 13px;
	}
	.footer_network{
		position: relative;
        margin: 20px 0 40px;
        justify-content: left;
	}
	.footer_network a{
		margin: 0 20px 0 0 !important;
		float: left;
	}
	.footer_network a > img{
		width: 21px;
		height: 21px;
	}
	.service_box_afish:before {
        content: "";
        width: 20px;
        height: 120px;
        background-position: center;
        background-size: inherit;
        background-repeat: no-repeat;
        position: absolute;
        right: 25px;
        bottom: 27px;
    }
}
@media screen and (max-width: 1400px){
	.header_item-balance{
		margin: 0 40px 0 0;
	}
	.header_item-balance-box{
		font-size: 14px;
        padding: 0px 1px 0px 24px;
	}
	.header_item-balance-box span{
		font-size: 14px;
	}
	.header_item-balance-box i {
        margin: 1px 10px 0 10px;
        font-size: 10px;
    }
    .header_item-balance-box img {
        width: 40px;
        height: 40px;
        margin: 6px 3px 2px;
    }
    .header_item-balance:before{
    	right: -20px;
    }
    .header_item-login{
    	font-size: 14px;
        padding: 0px 1px 0px 25px;
    }
    .header_item-login span{
    	font-size: 13px;
    }
    .header_item-login i {
        font-size: 10px;
        margin: 2px 0 0 10px;
    }
    .header_item-login img {
        width: 40px;
        height: 39px;
        margin: 5px 1px 1px 14px;
    }
    .header_item-balance-drodown-pay{
    	font-size: 14px;
    }
    .header_item-login-drodown-logout{
    	font-size: 14px;
    }
    .header_item-balance-drodown{
    	width: 250px;
    	padding: 25px 20px 20px;
    	border-radius: 20px;
    }
    .header_item-login-drodown{
    	width: 250px;
    	padding: 25px 30px 25px;
    	border-radius: 20px;
    }
}
@media screen and (max-width: 1245px){
	.display_item_pay_bottom_item{
		width: 100% !important;
	}
	.display_item_pay_bottom_item:nth-child(1){
		order: 2;
	}
}
@media screen and (max-width: 1220px){
    .navbar_login{
	    display: flex;
    }
	.header{
		margin: 0px 0 0 0;
		padding: 13px 0;
		background-color: #222831;
		position: fixed;
		z-index: 100005;
	}
	.another_header{
		margin: 0px 0 0 0;
		padding: 13px 0;
		background-color: #222831;
		position: fixed;
		z-index: 1005;
	}
	.information{
		margin: 61px 0 0 0;
		position: fixed;
		z-index: 1;
		padding: 14px 0 13px;
	}
	.header_item{
		width: 100%;
	}
	.header_item:nth-child(1){
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.header_item:nth-child(2){
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        background: #222831;
        z-index: 10000;
        transition: .4s;
        overflow:scroll;
    }
    .header_item:nth-child(3){
    	width: fit-content;
        right: 40px;
        position: absolute;
        top: 2px;
    }
    .header_item-login img {
        width: 36px;
        height: 36px;
        margin: 5px 1px 1px 16px;
        border: unset;
    }
    .navbar_active{
    	right: 0px !important;
    	transition: .4s;
    }
    .header_logo {
        width: 98px;
        height: 31px;
        object-fit: contain;
        object-position: center;
    }
    .header_item ul {
        width: 100%;
        display: unset;
        align-items: center;
        padding: 26px 0 0;
        float: left;
        border-top: 1px solid #515b67;
    }
    .header_item ul > li {
       padding: 0 46px 0 57px !important;
       width: -webkit-fill-available !important;
       width: -moz-available !important;
       margin: 0 0 26px !important;
    }
    .header_item ul > li > a {
       width: -webkit-fill-available;
       width: -moz-available;
       font-size: 13px;
       position: relative;
       float: left;
    }
    .header_item ul > li > p {
       width: -webkit-fill-available;
       width: -moz-available;
       font-size: 13px;
       position: relative;
       float: left;
    }
    .header_item ul > li > p::before {
       content: "";
       width: 8px;
       height: 14px;
       position: absolute;
       right: 0px;
       top: 2px;
       background-image: url(../images/icon/right.svg);
       background-size: contain;
       transform: rotate(90deg);
    }
    .header_item ul > li:last-child {
       padding: 0 !important;
    }
    .header_item ul > li:last-child a {
       padding: 26px 46px 12px 57px !important;
       border-radius: 0 !important;
       background-color: unset !important;
       border-top: 1px solid #515b67;
       color: #a8adb2 !important;
    }
        .header_item ul > li:last-child p {
       padding: 26px 46px 12px 57px !important;
       border-radius: 0 !important;
       background-color: unset !important;
       border-top: 1px solid #515b67;
       color: #a8adb2 !important;
    }
    
    .header_item ul > li:last-child p::before {
       content: "";
       width: 8px;
       height: 14px;
       position: relative;
       right: 0px;
       top: 2px;
       background-image: none;
       background-size: contain;
       transform: unset;
    }
    
    .header_item ul > li:last-child a:before{
    	display: none;
    }
    .header_item ul > li:last-child a > img{
    	display: none;
    }
    .bar{
    	display: block;
    	cursor: pointer;
    	width: 19px;
    	height: 13px;
    }
    .bar_close{
    	display: block;
    	position: absolute;
    	right: 20px;
    	top: 20px;
    	width: 16px;
    	height: 16px;
    	cursor: pointer;
    }
    .bar_website{
    	width: 100%;
    	height: auto;
    	float: left;
    	font-size: 12px;
    	font-stretch: normal;
    	letter-spacing: 0.48px;
    	text-align: center;
    	color: #fff;
    	position: initial;
    	z-index: 1005;
    	bottom: 35px;
    	display: block;
    	margin: 0 0 30px 0;
    }
    .header_item-dropdown {
        position: relative;
        top: 0;
        padding: 26px 0 0;
    }
    .header_item-dropdown a{
    	width: 100%;
    	padding-left: 10px;
    }
    .header_item-dropdown p{
    	width: 100%;
    	padding-left: 10px;
    }
    .header_item-dropdown-show p > i{
    	display: none;
    }
    .header_item-dropdown-show a:before{
    	transform: rotate(90deg);
    	transition: .4s;
    }
    .ip{
		padding: 135px 0 97px;
	}
	.counting{
		padding: 135px 0 97px;
	}
	.radio{
		padding: 135px 0 97px;
	}
	.services{
    	padding: 42px 0 33px;
    	margin: 103px 0 0;
    }
    
    .header_item .header_item-login{
       display: none;
    }
    .display{
    	margin: 60px 0 0 0;
    }
    .navbar_login{
      width: -webkit-fill-available;
      width: -moz-available;
      height: auto;
      float: left;
      padding: 120px 46px 120px 57px;
      border-radius: 0 !important;
      background-color: unset !important;
      display: flex;
      justify-content: center;
    }
    .navbar .header_item-login{
      display: flex;
      align-items: center;
      padding: 0px 3px 0px 30px;
    }
        .login{
    	margin: 61px 0 0 0;
    	background-image: url('../img/bg.png');
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
    	z-index: 10005;
    }
    .login_row:before{
    	width: 0;
    	display: none;
    }
    .login_item:nth-child(1){
    	display: none;
    }
    .login_item:nth-child(2){
        width: 100%;
        height: auto;
        min-height: 100vh;
        background: unset;
    }
    .display_item_voice_item{
    	width: 100% !important;
    	max-width: 100% !important;
    }
    .display_item_voice_item:nth-child(2){
    	margin: 60px 0 0 0;
    }
    .header_item-login-block{
    	display: none;
    }
    .header_item-balance{
    	display: none;
    }
    .header_item.authorized .header_item-authorized{
    	display: block;
    }
    .header_item.authorized ul{
    	display: none;
    }
    .header_item.authorized ul > li > a > i{
    	width: 17px;
        height: 17px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 12px 0 0;
        font-size: 14px;
    }
    .header_item.authorized .bar_website{
    	position: relative;
    	bottom: unset;
    	margin: 40px 0 20px;
    }
    .header_item-authorized{
    	width: 100%;
        height: auto;
        position: relative;
        float: left;
        overflow-x: scroll;
    }
    .header_item-authorized-panel{
    	width: 100%;
    	height: auto;
    	float: left;
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: center;
    	margin: 90px auto 0;
    }
    .header_item-authorized-panel form{
    	width: 80%;
    	height: auto;
    	max-width: 270px;
    }
    .header_item-authorized-panel form > label{
    	width: 100%;
    	height: auto;
    	float: left;
    	margin: 0 0 18px 0;
    }
    .header_item-authorized-panel form > label > input{
    	width: -webkit-fill-available;
    	width: -moz-available;
    	height: auto;
    	color: #fff;
    	font-size: 14px;
    	padding: 14px 5px;
    	border-radius: 16px;
    	-webkit-box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 20%) inset;
    	-moz-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2) inset;
    	box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 20%) inset;
    	border: solid 1px rgba(255, 255, 255, 0.06);
    	background-color: #222831;
    	text-align: center;
    	font-family: 'Avenir Next Cyr Medium';
    	box-sizing: border-box;
    }
    .header_item-authorized-panel form > label:nth-child(2) > input{
        font-family: 'Avenir Next Cyr Bold';
        color: #fff;
    }
    .header_item-authorized-panel form > label > input::placeholder{
    	color: #fff;
    }
    .header_item-authorized-panel form > button{
    	width: -webkit-fill-available;
    	width: -moz-available;
    	max-width: 270px;
    	height: auto;
    	padding: 12px 0 13px;
    	margin: 20px 18px 0;
    	float: left;
    	text-align: center;
    	font-size: 14px;
    	color: #fff;
    	border-radius: 100px;
    	background-color: #ffcd43;
    	font-family: 'Avenir Next Cyr Demi';
    	border: unset;
    }
    .header_item-authorized-panel form > a{
    	width: -webkit-fill-available;
    	width: -moz-available;
    	height: auto;
    	float: left;
    	margin: 23px 16px 0;
    	color: #cfd4e2;
    	font-size: 13px;
    	text-align: center;
    }
    .header_item-authorized ul {
        width: 100%;
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
        margin: 30px 0 0 0;
        padding: 30px 0 25px;
        float: left;
        border-top: 1px solid #515b67;
        border-bottom: 1px solid #515b67;
    }
    .header_item-authorized ul > li {
       padding: 0 10% !important;
       margin: 0 auto 30px !important;
       border: unset;
    }
    .header_item-authorized ul > li > a {
       width: -webkit-fill-available;
       width: -moz-available;
       font-size: 13px;
       position: relative;
       float: left;
       display: flex;
       align-items: center;
    }
    .header_item-authorized ul > li > a:before{
    	display: none;
    }
    .header_item-authorized ul > li > a > img{
    	width: 17px;
    	height: 17px;
    	object-fit: contain;
    	object-position: center;
    	margin: 0 12px 0 0;
    }
    .header_item-authorized ul > li:last-child {
       padding: 0 10% !important;
       margin: 0 !important;
       border-top: 1px solid #515b67;
    }
    .header_item-authorized ul > li:last-child a {
       padding: 25px 0 0 0!important;
       border-radius: 0 !important;
       background-color: unset !important;
       color: #a8adb2 !important;
       border: unset;
    }
}
@media screen and (max-width: 1200px){
    .header_item-authorized{display:block;}
	.radio_row{
		padding: 0;
	}
	.radio_item:nth-child(1){
		width: 48%;
		max-width: 48%;
		height: auto;
	}
	.radio_item:nth-child(2){
		width: 48%;
		max-width: 48%;
		height: auto;
	}
	.radio_item_category p {
        width: 48%;
        height: 80px;
    }
    .radio_item:nth-child(3){
    	width: 100%;
    	max-width: 100%;
    	height: auto;
    	margin: 40px 0 0;
    }
    .radio_item-type{
    	margin: 0 10px 17px;
    }
}
@media screen and (max-width: 1000px){
	.display_item_voice_result-title{
    	font-size: 14px;
    }
    .display_item_voice_favorites-title{
    	font-size: 14px;
    }
    .display_item_voice_history-title{
    	font-size: 14px;
    }
    .display_item_voice_favorites_item a{
    	font-size: 14px;
    }
    .display_item_voice_parametrs_controler{
    	margin: -20px 0px 0;
    	padding: 50px 10px 25px;
    	justify-content: center;
    }
    .display_item_voice_parametrs_controler-box {
        width: 100%;
        height: auto;
        margin: 0 0 20px;
        max-width: 100%;
    }
    .display_item_voice_parametrs_controler-box:nth-child(1){
    	width: fit-content;
    	margin: 0 15px;
    }
    .display_item_voice_parametrs_controler-box:nth-child(2){
    	width: fit-content;
    	margin: 0 15px;
    }
    .display_item_voice_parametrs_controler-box a{
    	font-size: 14px;
    }
    .display_item_voice_parametrs_controler-box a > img {
        width: 21px;
        height: 21px;
    }
    .display_item_voice_history-moreBtn {
        padding: 13px 40px 14px;
    }
    .display_item_voice_parametrs{
    	padding: 30px 20px 30px;
    }
    .display_item_voice_parametrs_selects{
    	margin: -48px 0 0;
    }
    .display_item_voice_parametrs_textarea textarea{
    	font-size: 13px;
    	line-height: normal;
    }
    .display_item_voice_parametrs_textarea textarea::placeholder{
    	font-size: 13px;
    	line-height: normal;
    }
    .display_item_voice_parametrs_textarea-block p > span{
    	display: none;
    }
    .display_item_voice_volume{
    	display: none;
    }
    .display_item_voice_parametrs_selects-box{
    	width: 23%;
    	height: auto;
    	position: relative;
    }
    .display_item_voice_parametrs_selects-box a{
        width: -webkit-fill-available;
        width: -moz-available;
        font-size: 10px;
        line-height: 1.35;
        overflow-x: hidden;
        position: initial;
        text-align: left;
    }
    .modal_voice_row{
    	width: -webkit-fill-available;
        width: -moz-available;
    	margin: 0;
    }
    .modal_voice_item{
    	width: 100%;
    	margin: 0 0 50px 0 !important;
    }
    .modal_voice_voices{
    	justify-content: left;
    }
    .modal_voice_box{
    	width: 100%;
    	margin: 30px 0 0 0;
    }
    .modal_voice_item-title{
    	font-size: 14px;
    }
    .modal_voice_box a {
        font-size: 13px;
        padding: 4px 13px 5px;
        box-sizing: border-box;
        margin: 11px 10px 0 0;
    }
    .modal_voice_voices-title{
    	font-size: 14px;
    }
    .modal_voice_play-title{
    	font-size: 14px;
    }
    .modal_voice_lang-title{
    	font-size: 14px;
    }
    .modal_voice_emotions-title{
    	font-size: 14px;
    }
    .modal_voice_lang-more{
    	font-size: 12px;
    	margin: 0 0 0 10px;
    }
    .modal_voice_lang-more img{
    	display: none;
    }
    .modal_voice_voices-more{
    	font-size: 12px;
    	margin: 0 0 0 10px;
    }
    .modal_voice_voices-more img{
    	display: none;
    }
    .modal_voice_play{
    	margin: 60px 0 0;
    }
    .modal_voice_emotions .modal_voice_box{
    	margin: 16px 0 0 0;
    }
    .modal_voice_lang{
    	margin: 0;
    	justify-content: left;
    }
    .modal_voice_item-buttons {
        width: 100%;
        height: auto;
        position: relative;
        right: unset;
        bottom: unset;
        margin: 30px 0 0;
        float: left;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .modal_voice_item-buttons a {
        width: -webkit-fill-available;
        width: -moz-available;
        max-width: 200px;
        margin: 0 auto;
        font-size: 14px;
        text-align: center;
        padding: 14px 30px;
        margin: 0 auto !important;
    }   
    .modal_voice_item-buttons a:nth-child(1){
    	display: none;
    }
    .modal_voice_play-box-title{
    	font-size: 13px;
    }
    .modal_name_row{
    	width: 100%;
    	overflow-y: scroll;
    	padding: 60px 40px 20px;
    }
    .modal_name-close-btn{
    	display:none;
 
    }
    .modal_lang-close-btn{
    	display:none;
    }
    .modal_name_row a{
    	width: 48%;
    	font-size: 13px;
        padding: 4px 13px 5px;
        box-sizing: border-box;
        margin: 11px 0 0 0;
    }
    .modal_lang_row{
    	width: 100%;
    	overflow-y: scroll;
    	padding: 60px 40px 20px;
    }
    .modal_lang_row a{
    	width: 48%;
    	font-size: 13px;
        padding: 4px 13px 5px;
        box-sizing: border-box;
        margin: 11px 0 0 0;
    }
    .display_item_voice_result_box-fileName{
    	font-size: 14px;
    	width: 100%;
    }
    .display_item_voice_result_box-fileDownload img {
        width: 21px;
        height: 21px;
    }
    .display_item_voice_result_box-fileDownload{
    	margin: 7px 0 0;
    }
    .display_item_voice_history_box-fileName{
    	width: 100%;
    }
    .display_item_voice_history_item a{
    	margin: 7px 0 0 !important;
    }
    .display_item_voice_history_item a > img{
    	width: 21px !important;
    	height: 21px !important;
    }
    .modal_voice-close-btn{
    	display: flex;
    }
}
@media screen and (max-width: 955px){
	.services{
    	margin: 60px 0 0;
    }
    .ip{
		padding: 160px 0 97px;
	}
	.counting{
		padding: 160px 0 97px;
	}
	.radio{
		padding: 160px 0 97px;
	}
}
@media screen and (max-width: 890px){
	.display_item:nth-child(2) {
        width: 100%;
						  
    }
    .display_item:nth-child(1){
    	display: none;
    }
    .display_item_voice_item{
    	width: 100% !important;
    }
    .display_item_voice_item-text{
    	font-size: 12px;
    }
    .display_item_voice_item-title{
    	font-size: 20px;
    	margin: 3px 0 0;
    }
    .display_item_voice_item:nth-child(2){
    	max-width: 100%;
    }
    .display_item_voice_history{
    	max-width: 100%;
    }
}
@media screen and (max-width: 900px){
	.radio_box_player_controler button > span{
		display: none;
	}
}
@media screen and (max-width: 768px){
    .information {
    display: none;
    }
    .ip {
    padding: 100px 0 97px;
    }
    .counting {
    padding: 100px 0 97px;
    }
    .radio {
    padding: 100px 0 97px;
    }
	.recorder{
		padding: 100px 0 97px;
	}
	.pitch{
		padding: 100px 0 97px;
	}
}
@media screen and (max-width: 700px){
        .ip {
    padding: 80px 0 97px;
    }
    .counting {
    padding: 80px 0 97px;
    }
    .radio {
    padding: 80px 0 97px;
    }
	.ip h4{
		font-size: 13px;
	}
	.ip h1{
		font-size: 23px;
		margin: 5px 0 40px;
	}
	.ip_item-text{
		font-size: 15px;
		margin: 10px 0 0;
	}
	.ip_item-title{
		font-size: 21px;
		margin: 12px 0 0;
	}
	.ip_item-ip {
        font-size: 17px;
        letter-spacing: 1px;
        margin: 40px auto 0;
        border-radius: 13px;
        padding: 20px 33px;
   }
   .ip_item-copy {
        font-size: 14px;
        border-radius: 10px;
        padding: 18px 43px;
        margin: 40px auto 0;
    }
    .h4{
		font-size: 13px;
	}
	.counting h1{
		font-size: 23px;
		margin: 5px 0 40px;
	}
	.counting_row{
		min-height: auto;
	    padding: 20px 0;
	    border-radius: 20px;
	}
	.counting_item{
		margin: 0 20px;
	}
	.counting_item:nth-child(2){
		margin: 12px 20px;
	}
	.counting_item form > textarea{
		height: 200px;
		padding: 26px;
		border-radius: 20px;
		font-size: 15px;
	}
	.counting_box{
		padding: 20px 0 20px;
	}
	.radio_row{
		padding: 0;
	}
	.radio_item:nth-child(1){
		width: 100%;
		max-width: 100%;
		order: 2;
		margin: 30px 0 0;
	}
	.radio_item:nth-child(2){
		width: 100%;
		max-width: 100%;
		margin: 0;
		order: 1;
	}
	.radio_item:nth-child(3){
		width: 100%;
		max-width: 100%;
		height: auto;
		margin: 30px 0 0;
		order: 3;
	}
	.radio_item_category{
		position: relative;
	}
	.radio h4{
		font-size: 13px;
	}
	.radio h1{
		font-size: 23px;
		margin: 5px 0 40px;
	}
	.radio_box{
	    max-height: calc(100% - 32px);
		margin: 14px;
	}
	.radio_box_player_controler button > span{
		display: block;
	}
	.service_box_afish:before {
        content: "";
        width: 15px;
        height: 100px;
        background-position: center;
        background-size: inherit;
        background-repeat: no-repeat;
        position: absolute;
        right: 14px;
        bottom: 30px;
    }
}
@media screen and (max-width: 651px){
	.services{
    	margin: 60px 0 0;
    	padding: 30px 0 33px;
    }
	.information p {
        font-size: 10px;
    }
	.services_item{
		width: 100%;
	}
	.services_row{
		margin: 15px 0 0 0;
	}
	.services_image{
		margin: 15px 0 7px;
		height: 180px;
		object-fit: contain;
		object-position: center;
	}
	.copyright {
        padding: 20px 0 21px;
    }
	.copyright_item{
		display: contents;
	}
	.copyright_item:nth-child(1) p:nth-child(2) {
        margin: 0;
    }
	.copyright_item p{
		font-size: 9px;
	}
	.counting_box{
		width: 100%;
		margin: 10px 0 0;
	}
	.counting_box-count{
		font-size: 30px;
	}
	.counting_box-title{
		font-size: 13px;
	}
	.radio_item_category p{
		width: 30%;
	}
}
@media (max-width: 1235px) and (max-height: 550px){
	.header_item:nth-child(2){
		overflow-y: scroll;
	}
	.bar_website{
		position: relative;
        z-index: 1005;
        bottom: 0;
        margin: 0 0 30px;
	}
}
@media screen and (max-width: 425px){
	.services{
    	margin: 60px 0 0;
    }
    .radio_box_player_controler button > span{
		display: none;
	}
	.radio-range-wrap input[type='range']{
		height: 4px;
	}
	.radio-range-wrap input[type='range']::-webkit-slider-thumb{
		width: 18px;
        height: 18px;
        border: solid 3px #fff;
	}
	.radio_box_player_random button{
		margin: 25px 0;
	}
}
/*//////contacts////////*/
@media screen and (min-width: 1600px){
    .article .agreement_row{
    	max-width: 80%;
    	margin: 0 20% 0 0;
    }
}
@media screen and (max-width: 1600px){
    .radio_box-logo {
        margin: 20px auto 0;
    }
    .radio_box_player_controler {
    margin: 15px 0 0;
    }
}
@media (max-width: 1920px) and (max-height: 1080px) and (-webkit-min-device-pixel-ratio: 1.4){
    .header {
    padding: 14px 0 12px;
    }
    .services h1{font-size: 28px;
    }
    .counting h1{    font-size: 28px;
    }
    .ip h1{    font-size: 28px;
    }
    .radio h1{
        font-size: 28px;
        margin: 0 0 40px;
    }
 
    .radio_item:nth-child(2) {
    max-height: 440px;
    }
    .radio_box_player_random button {
    margin: 10px 0;
    }
    .radio_box_player_random {
    margin: 12px 0 0 0;
    }
    .radio_box_player_controler {
    margin: 25px 0 0;
    }
    .radio_item:nth-child(1) {
    max-height: 440px;
    }
    .radio_item:nth-child(3) {
    max-height: 440px;
    }
}			