p.errors {
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 2rem;
}

.contacts__header {
	flex-direction: column;
}

.map-right {
	overflow: hidden;
}

.way-right {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.contacts__connection_emails-item {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.contacts__connection {
	margin-bottom: 4rem;
}

.contacts__email:hover {
	color: #9bd556;
}

.map:hover {
	margin: 1.6rem;
	margin-bottom: 1.6rem;
	padding: 7rem 2rem 2rem var(--padding);
}

.contacts__email {
	color: #030303;
	font-size: 2.4rem;
	margin-bottom: 1rem;
}

.map-location-marker,
.map-location-marker-closed {
	cursor: pointer;
}

.contacts__title {
	margin-bottom: 4rem;
}

.contacts__connection_emails .contacts__phone-text {
	display: inline;
}

.contacts__connection,
.contacts__connection_emails {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.contacts__phone-text {
	display: block;
	margin-bottom: 1.8rem;
	font-size: 2rem;
	color: #03030380;
	padding-left: 3rem;
}

.authorisation .welcome-text.select-social-login {
	font-size: 1.8rem;
}

.authorisation .welcome-text {
	margin: 2rem 0 1rem;
}

.social-contact__email {
	text-transform: lowercase;
}

.way-right {
	border-bottom: 0;
}

.reason-item {
	cursor: default;
}

.news-content-item:hover .item-img {
	transform: none;
}

.tabs-content-value {
	margin-top: 0;
	margin-left: 3rem;
}

.cabinet-inner .navigation-cabinet-wrapper-user:hover {
	text-decoration: none;
}

.navigation-cabinet-wrapper {
	display: flex;
	align-items: center;
	background-color: #e8eae6;
	position: sticky;
	bottom: 10px;
}

.cabinet-inner .navigation-cabinet-wrapper-logout:hover {
	margin-right: 0;
	margin-left: 0;
}

.cabinet-inner .button__green {
	border: 3px solid #9bd556;
	color: #fff;
}

.cabinet-inner .button__green-edit {
	color: #9bd556;
	border: 2px solid #9bd556;
	background-color: transparent;
}

.cabinet-inner .button__green-submit:hover,
.cabinet-inner .button__green-edit:hover {
	color: #fff;
}

.cabinet-inner .form .inputs__field input[name='email'] {
	color: #b5b5b5;
}

.show-password {
	cursor: pointer;
}

.toast-message {
	font-size: 1.2rem;
}

.toast-success {
	background-color: #9bd556;
}

.toast-error {
	background-color: #f96e46;
}

.cabinet-inner .cabinet .wallet__button--green_active {
	background-color: #9bd556;
	color: #fff;
}

.cabinet-inner .cabinet .wallet__button--red_active {
	background-color: #f96e46;
	color: #fff;
}

.cabinet-inner .cabinet .wallet__button--green_active::before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2057 9.44723L8.9624 0.135482C8.80256 -0.0448411 8.54422 -0.0452374 8.38398 0.134756L0.0878537 9.44756C-0.0723896 9.62789 -0.00732794 9.77307 0.233367 9.77307H5.46103V14.5649C5.46103 14.8056 5.65608 15 5.89644 15H11.3964C11.6368 15 11.8319 14.8053 11.8319 14.5649V9.77307H17.0591C17.2998 9.77307 17.3656 9.62756 17.2057 9.44723Z' fill='white'/%3E%3C/svg%3E%0A");
}

.cabinet-inner .cabinet .wallet__button--red_active::before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.087283 5.55277L8.33057 14.8645C8.49041 15.0448 8.74874 15.0452 8.90899 14.8652L17.2051 5.55244C17.3654 5.37211 17.3003 5.22693 17.0596 5.22693L11.8319 5.22693L11.8319 0.435086C11.8319 0.194391 11.6369 -1.44814e-06 11.3965 -1.46916e-06L5.89653 -1.94998e-06C5.65617 -1.971e-06 5.46112 0.19472 5.46112 0.435085L5.46111 5.22693L0.233853 5.22693C-0.00684081 5.22693 -0.0726291 5.37244 0.087283 5.55277Z' fill='white'/%3E%3C/svg%3E%0A");
}

.cabinet-inner .form-deposit-betatransfer,
.cabinet-inner .form-deposit-betatransfer-yoomoney,
.cabinet-inner .form-deposit-betatransfer-p2p,
.cabinet-inner .form-deposit-betatransfer-qiwi,
.cabinet-inner .form-deposit-sbp,
.cabinet-inner .form-deposit-sbp2,
.cabinet-inner .form-deposit-card {
	width: 60%;
}

.cabinet-inner .form-deposit-betatransfer .inputs:last-child {
	margin-left: 40px;
	margin-right: 40px;
	max-width: 100%;
}

.cabinet-inner .button__green:disabled {
	padding: 1.8rem 5.4rem 1.7rem 5.3rem;
	background-color: #8ac0497a;
}

/* Добавить мобилку для пополнения */

.cabinet-inner .form-deposit-betatransfer .error-text {
	font-size: 1.3rem;
	padding-top: 5px;
}

.my-bills__table {
	margin-bottom: 40px;
}

.my-bills__btn {
	display: flex;
	justify-content: flex-end;
}

.modals.modal {
	overflow: hidden;
	top: 0;
	height: auto;
	padding: 0;
}

.modals.modal a.close-modal {
	top: 5px;
	right: 5px;
}

.blocker {
	z-index: 100 !important;
}

.modals.modal .form .inputs:last-child {
	margin-left: 0;
}

.modals.modal .custom-select__dropdown {
	top: calc(100% - 155px);
}

.tabs-content-top {
	padding: 5rem 2rem 5rem 7.5rem;
}

.tabs-content--text {
	font-size: 1.7rem;
}

.news-all-item .item-img {
	height: 400px;
}

.news-all-item .item-link {
	margin-left: 0;
}

.single .news-all-item .item-img-big {
	height: 80vh;
}

.single .news-all-main .item-title {
	font-size: 2.4rem;
}

.news-content-item .item-img {
	height: 300px;
}

.blog .news-all-item .item-img {
	object-fit: cover;
}

.footer-menu-item {
	margin-bottom: 1rem;
}

.tabs-content-value_diff {
	color: rgba(3, 3, 3, 0.3);
}

.navigation-cabinet-wrapper-mobile,
.side-nav .navigation-cabinet-wrapper-desktop {
	display: none;
}

.cabinet-inner .cabinet .deposit__tabs-inner-img {
	max-width: 25%;
	margin-bottom: 20px;
}

.cabinet-inner .cabinet .deposit__tabs-inner-second-text {
	text-align: center;
}

.cabinet-inner .cabinet .usdt .deposit__tabs-inner-second-text {
	text-align: left;
}

.legal-documents-heading a {
	color: #fff;
	text-decoration: underline;
}

.award-click:hover,
.crofr-click:hover {
	cursor: pointer;
}

.form-registration .submit-button {
	width: 100%;
	align-items: center;
	color: #fff;
	display: flex;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	font-size: 1.7rem;
	margin-bottom: 0;
	margin-top: 2rem;
	z-index: 5;
	padding: 1.2rem 0rem 0.7em 6.8rem;
	color: #030303;
	background-color: #9bd556;
	border-radius: 100px;
	justify-content: center;
	cursor: pointer;
}

.authorization-button {
	align-items: center;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	width: max-content;
	color: #fff;
	font-size: 1.7rem;
	margin-top: 4.2rem;
	padding: 1.8rem 3rem 1.8rem 4.8rem;
	border-radius: 100px;
	border: 1px solid #fff;
	cursor: pointer;
}

.side-nav .social-contact .contact-icon {
	margin-right: 0.8rem;
}

.side-nav .social-contact {
	text-decoration: none;
}

.side-nav .social-contact:hover {
	text-decoration: underline;
}

.footer .labels {
	row-gap: 4rem;
}

.single .news-all-item.news-all-main h3:not(.item-title),
.single .news-all-item.news-all-main h3:not(.item-title) {
	color: #030303;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	max-width: 80rem;
	padding-left: 0;
}

.single .news-all-item.news-all-main ol li {
	color: #030303;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	max-width: 80rem;
	padding-left: 0;
}

.modal.modal-video {
	max-width: max-content;
	overflow: hidden;
	height: auto;
	padding: 35px;
	top: 6px;
	right: 6px;
}

.modal.modal-video a.close-modal {
	top: 5px;
	right: 5px;
	width: 25px;
	height: 25px;
}

.modal-video iframe {
	width: 560px;
	height: 315px;
}

.modal.modal-video-review {
	max-width: 390px;
}

.modal.modal-video-review video {
	width: 100%;
}

.mt4 .mt4-download,
.mobile .download-button {
	text-decoration: none;
	color: #fff;
}

@media (max-width: 1000px) {
	.navigation-cabinet-wrapper-desktop {
		display: none;
	}

	.side-nav .navigation-cabinet-wrapper-desktop {
		display: flex;
		border: 2px solid;
		padding: 17px 20px;
		width: 100%;
		border-radius: 5px;
	}

	.navigation-cabinet-wrapper-mobile {
		display: flex;
	}

	.navigation .social-text {
		display: flex;
		font-size: 1.8rem;
	}
}

.footer .contact-link {
	white-space: nowrap;
}
.cabinet-inner .form .inputs__field.promocode_yes {
	display: flex;
	flex-direction: column;
}
.cabinet-inner .form .inputs__field.promocode_yes h6 {
	font-size: 20px;
	margin-bottom: 5px;
}
.cabinet-inner .form .inputs__field.promocode_yes p {
	font-size: 13px;
}
@media (max-width: 800px) {
	.row-inputs {
		flex-wrap: wrap;
	}
	.cabinet-inner .cabinet .deposit .form__button {
		width: 100%;
	}
	.cabinet-inner .cabinet .deposit:last-child {
		flex-wrap: wrap;
	}
	.block-select-number.result_text_exhange {
		text-align: center;
		margin-bottom: 20px !important;
		width: 100%;
	}
	.cabinet-inner .cabinet .deposit .form__button {
		margin-top: 0;
		width: 100%;
	}
	.cabinet-inner .form .inputs__field.promocode_yes h6 {
		font-size: 17px;
		margin-bottom: 0px;
	}
	.cabinet-inner .form .inputs__field.promocode_yes {
		margin-bottom: 0;
	}
	.video-item:not(:first-child) {
		display: block;
	}

	.cabinet-inner .form-deposit-betatransfer {
		width: 100%;
		padding: 0;
		border: 0;
		box-shadow: none;
	}

	.cabinet-inner .form-deposit-betatransfer .inputs:last-child {
		margin-left: 0;
	}

	.header-img {
		max-width: 50rem;
	}

	.modal.modal-video-review {
		max-width: 100%;
		width: 100%;
	}

	.contacts__connection,
	.contacts__connection_emails {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.contacts__connection_emails-item {
		align-items: center;
	}

	.navigation::after,
	html::after {
		display: none;
	}
}

@media (max-width: 480px) {
	.cabinet-inner .cabinet .wallet {
		margin-top: 10rem;
	}

	.modal.modal-video a.close-modal {
		top: 5px;
		right: 5px;
		width: 20px;
		height: 20px;
	}

	.modal-video iframe {
		width: 100%;
		height: auto;
	}

	.modal.modal-video {
		padding: 30px 0;
	}

	.cabinet-inner .cabinet .deposit__tabs-inner-img {
		max-width: auto;
	}

	.side-nav .social {
		position: static;
	}

	.form-registration .submit-button,
	.authorization-button {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-bottom: 0;
	}

	.authorization-button {
		padding: 1.8rem 3rem 1.8rem 4.8rem;
	}
}

.authorisation .second .inputError {
	color: #f96e46;
	border-color: #f96e46;
}

.personal .editProfile {
	display: flex;
	align-items: flex-start;
}

.personal .editProfile .editProfile_menu {
	width: 30%;
	display: flex;
	flex-direction: column;
}

.personal .editProfile .editProfile_menu a {
	display: flex;
	align-items: center;
	width: 97%;
	color: #030303;
	font-size: 1.5rem;
	padding: 2rem 0rem 2rem;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 1rem;
	border: 2px solid transparent;
	background: #fff;
	border-radius: 8px;
	border-right: 0;
	padding-left: 2rem;
}

.personal .editProfile .editProfile_menu a:hover,
.personal .editProfile .editProfile_menu a.active {
	color: #9bd556;
	border: 2px solid #9bd556;
	box-shadow: 0 6px 6px rgb(50 50 71 / 5%);
}

.personal .editProfile .editProfile_menu a svg {
	margin-right: 10px;
	width: 16px;
	height: auto;
}

.personal .editProfile .editProfile_menu a:hover svg,
.personal .editProfile .editProfile_menu a.active svg {
	color: #9bd556;
	fill: #9bd556;
}

.personal .editProfile .editProfile_forms {
	width: 70%;
}

.personal .editProfile .editProfile_forms .form {
	min-height: 200px;
}

.cabinet-inner .form .inputs {
	max-width: 500px;
	width: 100%;
}

.form .form__wrapper .inputs__row {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.form .form__wrapper .inputs__row .inputs__item {
	width: 45%;
}

.select-input,
.chosen-container {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #b5b5b5;
	color: #030303;
	font-family: 'Google Sans';
	font-size: 1.6rem;
	height: 3.1rem;
	outline: none;
	padding: 0 4rem 0.5rem 0;
	width: 100%;
}

.cabinet-inner .form .inputs {
	max-width: 100%;
	width: 100%;
}

.inputs__item .inputs__field {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.inputs__item .inputs__field select {
	margin-right: 1rem;
}

.inputs__item .inputs__field select:last-child {
	margin-right: 0;
}

.authorisation #forgotten {
	color: #c4c4c4;
	display: flex;
	font-size: 1.4rem;
	line-height: 1;
	margin-top: 0;
	align-items: flex-start;
	text-decoration: none;
}

.authorisation #forgotten:hover {
	text-decoration: underline;
}

.modal-reset {
	color: #030303;
	padding: 4rem;
}

.modal-reset .modal-reset__h4 {
	font-size: 3rem;
	margin-bottom: 1rem;
}

.modal-reset .modal-reset__p {
	font-size: 1.6rem;
}

.modal-reset .form-reset-password {
	display: flex;
	align-items: flex-start;
	margin-top: 3rem;
}

.modal-reset .form-reset-password input.form-input {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #b5b5b5;
	color: #030303;
	font-family: 'Google Sans', sans-serif;
	font-size: 1.6rem;
	outline: none;
	padding: 1.2rem;
	width: 65%;
	margin-right: 1rem;
}

.modal-reset .form-reset-password button.form-button {
	border: 0;
	width: 35%;
	font-size: 1.7rem;
	padding: 1.2rem;
	color: #030303;
	background-color: #9bd556;
	border-radius: 100px;
	cursor: pointer;
}

.modal-reset p.modal-reset__error {
	margin-top: 0.6rem;
	font-size: 1.4rem;
	color: #ff0033;
}

.modal-reset p.modal-reset__success {
	margin-top: 0.6rem;
	font-size: 1.4rem;
	color: #8cb55c;
}

@media (max-width: 760px) {
	.modal-reset .modal-reset__p {
		font-size: 1.9rem;
	}
}

@media (max-width: 600px) {
	.modal-reset .form-reset-password {
		flex-direction: column;
	}

	.modal-reset .form-reset-password input.form-input {
		width: 100%;
		margin-bottom: 1.3rem;
	}

	.modal-reset .form-reset-password button.form-button {
		border: 0;
		width: 100%;
	}
}

.info-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	border-left: 5px solid;
	margin-bottom: 5px;
}

.info-block .msg {
	width: 80%;
	font-size: 1.6rem;
}

.info-block .msg a {
	color: inherit;
}

.info-block svg {
	cursor: pointer;
}

.info-block_success {
	background-color: #d5f5e3;
	border-left-color: #2ecc71;
	color: #2ecc71;
}

.info-block_info {
	background-color: #d6eaf8;
	border-left-color: #3498db;
	color: #060606;
}

.info-block_warning {
	background-color: #fcf3cf;
	border-left-color: #f1c40f;
	color: #060606;
}

.info-block_error {
	background-color: #f2d7d5;
	border-left-color: #c0392b;
	color: #c0392b;
}

.authorisation .social-group_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.authorisation a.social-group {
	display: flex;
	align-items: center;
	width: 100%;
	border: 1px solid #d8dce6;
	border-radius: 20px;
	background: transparent;
	padding: 9px 20px;
	text-decoration: none;
	color: #fff;
	font-size: 1.4rem;
}

.authorisation a.social-group:hover {
	background: #9bd556;
	border: 1px solid #9bd556;
	color: #060606;
}

.authorisation a.social-group img {
	width: 25px;
	height: 25px;
	margin-right: 1rem;
}

.authorisation a.social-group:nth-child(2) {
	margin: 0 0.4rem;
}

.form-registration .form-group {
	display: flex;
}

.form-registration .form-group_row input:first-child {
	margin-right: 1rem;
}

.form-registration .password,
.cabinet-inner .form .inputs__field .password {
	position: relative;
}

.form-registration .password-control,
.cabinet-inner .form .inputs__field .password-control {
	position: absolute;
	top: 25%;
	transform: translate(0, 0%);
	right: 2rem;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(/assets/img/view.svg) 0 0 no-repeat;
	fill: white;
}

.cabinet-inner .form .inputs__field .password-control {
	background: url(/assets/img/view-black.svg) 0 0 no-repeat;
}

.form-registration .password-control.view,
.cabinet-inner .form .inputs__field .password-control.view {
	background: url('/assets/img/no-view.svg') 0 0 no-repeat;
}

.cabinet-inner .form .inputs__field .password-control.view {
	background: url('/assets/img/no-view-black.svg') 0 0 no-repeat;
}

.form-registration .iti__country {
	color: #060606;
	font-size: 1.5rem;
}

.form-registration .iti__selected-flag {
	font-size: 16px;
}

.personal .form__button {
	margin-top: 1rem;
	text-align: left;
	display: flex;
	justify-content: flex-end;
}

.cabinet-inner .form .inputs__field select {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #b5b5b5;
	color: #030303;
	font-family: 'Google Sans';
	font-size: 1.6rem;
	height: 3.1rem;
	outline: none;
	padding: 0 4rem 0.5rem 0;
	width: 100%;
}

.cabinet-inner .form .inputs__field input,
.cabinet-inner .form .inputs__field select {
	padding: 0;
	height: 5rem;
	padding-left: 1rem;
}

.cabinet-inner .form .inputs__field input:disabled,
.cabinet-inner .form .inputs__field select:disabled {
	background: #b5b5b530;
}

.cabinet-inner .form .inputs__field button.verify_btn {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	background: #9bd556;
	border: 0;
	padding: 1rem;
	height: 100%;
	font-weight: 700;
	cursor: pointer;
}

.cabinet-inner .form .inputs__field .input_example {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #b5b5b5;
	color: #030303;
	font-family: 'Google Sans', sans-serif;
	font-size: 1.6rem;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0;
	height: 5rem;
	padding-left: 1rem;
}

.custom-select {
	width: 100%;
}

.iti__country-name {
	color: #000;
}

.iti-mobile .iti__country-list {
	font-size: 1.5rem;
}

@media (max-width: 770px) {
	.personal .editProfile .editProfile_forms,
	.personal .editProfile .editProfile_menu {
		width: 100%;
	}

	.personal .editProfile {
		flex-direction: column;
	}

	.personal .editProfile .editProfile_menu {
		flex-direction: row;
	}

	.form .form__wrapper .inputs__row {
		flex-direction: column;
		width: 100%;
		align-items: flex-start;
	}

	.form .form__wrapper .inputs__row .inputs__item {
		width: 100%;
	}

	.form-registration .password-control,
	.cabinet-inner .form .inputs__field .password-control {
		top: 35%;
		transform: translate(0, -25%);
		width: 20px;
		height: 20px;
	}

	.authorisation .social-group_block {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
	}

	.authorisation a.social-group:nth-child(2) {
		margin: 2rem 0;
	}

	#createAccountHidden,
	#authorizationHidden {
		margin-top: 2rem;
		margin-bottom: 5rem;
	}

	.iti-mobile .iti__country-list {
		width: auto;
	}

	.cabinet-inner .cabinet .balance {
		display: flex;
		flex-direction: column-reverse;
	}
}
@media (max-width: 550px) {
	.personal .editProfile .editProfile_menu {
		flex-direction: column;
	}
}
.form-registration input:-webkit-autofill,
.form-registration input:-webkit-autofill:hover,
.form-registration input:-webkit-autofill:focus,
.form-registration textarea:-webkit-autofill,
.form-registration textarea:-webkit-autofill:hover,
.form-registration textarea:-webkit-autofill:focus,
.form-registration select:-webkit-autofill,
.form-registration select:-webkit-autofill:hover,
.form-registration select:-webkit-autofill:focus {
	border: 1px solid white;
	color: white !important;
	-webkit-text-fill-color: white;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
	transition: background-color 5000s ease-in-out 0s;
}

.cabinet-inner .fl-table tbody {
	background-color: #fff;
	box-shadow: 0px 0px 12px rgb(50 50 71 / 20%);
}

.cabinet-inner .cabinet-wrapper .balance {
	position: relative;
}

.cabinet-inner .cabinet-wrapper .balance .my-bills {
	position: sticky;
	top: 130px;
}

.manager-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #ececec;
	border-radius: 10px;
	padding: 15px 25px;
	margin-bottom: 16px;
}

.manager-block-row {
	display: flex;
}

.manager-block .manager-block__photo {
	width: 43px;
	height: 43px;
	background: #d9d9d9;
	border-radius: 50%;
	margin-right: 14px;
}

.manager-block .manager-block__photo img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.manager-block .manager-block__information-name {
	font-family: 'Google Sans', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	color: #1d1d1d;
}

.manager-block p {
	font-family: 'Google Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 19px;
	color: #7e7e7e;
}

.cabinet-inner .cabinet-wrapper .balance .result__title.result__title-manager {
	margin-top: 0;
	margin-bottom: 10px;
}

.manager-block__line {
	width: 0px;
	height: 43px;
	border: 1px solid rgba(181, 181, 181, 0.45);
	margin: 0 11px 0 18px;
}

.manager-block__social a img {
	width: 29px;
	height: 29px;
}

.manager-block__social a {
	margin-right: 8px;
}

.manager-block__social a:last-child {
	margin-right: 0;
}

.cabinet-inner .cabinet-wrapper .balance .result__title {
	margin-top: 3rem;
}

.webinar__cards-item--link img {
	height: auto;
	max-height: 250px;
	object-fit: contain;
}

.webinar__cards-item--heading a {
	color: #151522;
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
	text-decoration: none;
}

.webinar__active-left img {
	max-width: 100%;
	width: auto;
	object-fit: contain;
}

.webinar__active--link {
	background: url(./assets/img/btn-play.svg) center/7rem 7rem no-repeat,
		url(./assets/img/no-video-img.png) center/cover no-repeat;
}

.h3-center {
	color: #030303;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 2.4rem;
	margin-bottom: 1rem;
}

.p-center {
	font-size: 1.6rem;
}

/* NEW FIX */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

.new-container {
}

/*.new-container *{
    font-family: 'Open Sans', sans-serif !important;
}*/
.courses-list .inner-container {
	padding-left: 96px;
	padding-right: 100px;
	padding-bottom: 85px;
}

.new-container .inner-container {
	padding: 5rem 8rem;
}

.courses-list .title {
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	color: #030303;
}

.courses-list .pre-title {
	font-weight: 500;
	font-size: 17px;
	line-height: 24px;
	color: #8f8f8f;
	margin-top: 17px;
	margin-bottom: 30px;
}

.courses-list .item-block .item {
	padding: 22px;
	background: #f5f5f5;
	position: relative;
}

.courses-list .item-block .item .img {
	max-width: 460px;
}

.courses-list .item-block .item .img img {
	width: auto;
	height: 100%;
	max-width: 460px;
	display: flex;
	object-fit: contain;
	align-items: flex-start;
}

.courses-list .item-content {
	padding-left: 75px;
	padding-right: 30px;
	padding-bottom: 40px;
}

/* .courses-list .item-content * {
    color: #8F8F8F;
} */

.rating {
	gap: 10px;
	align-items: center;
	margin-bottom: 10px;
}

.rating-item {
	gap: 5px;
}

.rating-item span.null svg path {
	fill: #8f8f8f;
}

.rating-item span {
	width: 23px;
	height: 23px;
	display: block;
}

.rating-count {
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	color: #8f8f8f;
}

.courses-list .item-content .item-title,
.courses-list .item-content .item-title a {
	font-size: 25px;
	line-height: 28px;
	font-weight: 700;
	color: #000;
	width: 100%;
	margin-top: 11px;
}

.courses-list .item-content .lesson-count {
	margin-top: 10px;
	gap: 17px;
	margin-bottom: 20px;
}

.courses-list .item-content .lesson-count-item {
	gap: 8px;
}

.courses-list .item-content .lesson-count-item span {
	font-weight: 700;
	font-size: 17px;
	line-height: 18px;
	color: #8f8f8f;
}

.courses-list .item-content .item-about {
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 12px;
	color: #8f8f8f;
}

.new-container .lecturer-img {
	width: 34px;
	height: 34px;
	border: 1px solid #9ad556;
	padding: 8px;
	border-radius: 100%;
	overflow: hidden;
}

.new-container .lecturer {
	align-items: center;
	gap: 7px;
}

.new-container .lecturer span {
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	color: #030303;
}

.new-container .lecturer-img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.courses-list .item-content .item-bottom {
	position: absolute;
	bottom: 30px;
	width: -webkit-fill-available;
	padding-right: 30px;
	justify-content: space-between;
}

.courses-list .item-content .item-bottom-el.gr {
	color: #5aa000;
	font-weight: 700;
	font-size: 22px;
	line-height: 18px;
}
.courses-list .item-content .item-bottom-el.gr span {
	color: #8f8f8f;
}

.courses-list .item-content .item-bottom-el.ar a {
	gap: 4px;
}

.courses-list .item-content .item-bottom-el.ar a span {
	font-weight: 700;
	font-size: 17px;
	line-height: 18px;
	color: #030303;
	text-decoration: underline;
	align-self: center;
}

.courses-list .item-content .item-bottom-el.ar a img {
	width: 19px;
}

.courses-list .item-block {
	flex-direction: column;
	gap: 20px;
	position: relative;
}

.course .course-header {
	padding: 5rem 8rem;
	background: linear-gradient(
		180deg,
		#ffffff 20.76%,
		rgba(154, 213, 86, 0.45) 100%
	);
}

.course .inner-container {
	padding-top: 5rem;
}
.course .course-subtitle {
	font-weight: 500;
	font-size: 32px;
	color: #030303;
	margin-bottom: 0;
	line-height: 32px;
}
.course .course-header-top {
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.course .course-header-top span {
	font-weight: 500;
	font-size: 24px;
	line-height: 60px;
	color: #030303;
}

.course .course-header-top a {
	gap: 10px;
	align-items: center;
	text-decoration: none;
}

.course .course-header-top a span {
	font-weight: 700;
	font-size: 17px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}

.course .course-header-top a .img {
	width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
	background: #030303;
	border-radius: 3px;
}

.course .course-title {
	font-weight: 500;
	font-size: 55px;
	color: #030303;
	margin-bottom: 22px;
	line-height: 60px;
}

.course .course-about {
	font-weight: 700;
	font-size: 17px;
	line-height: 18px;
	color: #8f8f8f;
	margin-bottom: 20px;
}

.course .rating {
	margin-bottom: 20px;
}

.course .course-content {
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	/*    max-width: 1144px;*/
	width: 100%;
	margin: 0 auto;
	margin-top: 35px;
	padding-bottom: 50px;
}

.course .course-content .item {
	padding: 22px 15px;
	background: #f5f5f5;
	border-radius: 5px;
	/*max-width: 562px;*/
	width: 49%;
	position: relative;
	border: 2px solid transparent;
}
.course .course-content .item:hover {
	border: 2px solid rgba(154, 213, 86, 0.45);
	background: rgba(154, 213, 86, 0.45);
}

.course .course-content .item .img {
	max-width: 270px;
	width: 100%;
}

.course .course-content .item .img img {
	width: 100%;
	height: 100%;
	max-height: 160px;
	display: block;
	object-fit: cover;
}

.course .item-content {
	padding-left: 22px;
}

.course .item-content .item-title {
	font-weight: 500;
	font-size: 25px;
	line-height: 28px;
	color: #030303;
}

.course-status {
	position: absolute;
	top: 5px;
	right: 12px;
	gap: 8px;
	align-items: center;
}

.new-container .item.passed {
	background: #f5ffea !important;
	border: 1px solid #5aa000 !important;
}

.new-container .item.course-status span {
	font-weight: 500;
	font-size: 11px;
	line-height: 28px;
}

.new-container .item.blocked .course-status span {
	color: #ffffff;
}

.new-container .item.blocked {
	background: #d9d9d9 !important;
	border: 1px solid #8f8f8f !important;
}

.new-container .item.passed .course-status span {
	color: #9ad556;
}

.new-container .course .item.passed .course-status span {
	font-size: 10px;
}

.new-container .course .item.passed .course-status img {
	width: 28px;
}

.course .item-content {
	align-self: flex-start;
}

.course .item-content .item-about {
	margin-top: 12px;
	color: #8f8f8f;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	/* max-width: 230px; */
	width: 100%;
}
.need-item {
	position: absolute;
	top: 10px;
	right: -8px;
	padding: 0.7rem 1.4rem;
	min-width: 12rem;
	width: auto;
	background: #9bd556;
	color: white;
	text-align: center;
	box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
	font-weight: 500;
	font-size: 15px;
	line-height: 21px;
}

.need-item::after {
	position: absolute;
	top: 10px;
	right: -8px;
	padding: 0.7rem 1.4rem;
	min-width: 12rem;
	width: auto;
	background: #9bd556;
	color: white;
	text-align: center;
	box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
	font-weight: 500;
	font-size: 15px;
	line-height: 21px;
}

.course-list-video-wrapper .img img {
	width: 100%;
	display: block;
	object-fit: cover;
	height: 100%;
}

.course-list-video-wrapper {
	position: relative;
}

.course-list-video-wrapper .overflow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55));
	z-index: 1;
	cursor: pointer;
}

.course-list-video-wrapper .abs {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.course-list-video-wrapper {
	max-width: 1070px;
	width: 100%;
	height: auto;
}

.course-list-items-title span {
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	color: #8f8f8f;
}

.course-list-items {
	padding: 17px 13px;
	background: #e8eae6;
	border-radius: 5px;
	max-width: 350px;
	width: 100%;
}

.course-list-items-title {
	width: 100%;
	justify-content: space-between;
}

.course-list-items-title .count-courses {
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	color: #9ad556;
}

.course-list-items .course-list-items-block .item {
	/*max-width: 212px;*/
	width: 100%;
	padding: 8px 10px;
	position: relative;
}

.course-list-items .item {
	background: #ffffff;
	border-radius: 5px;
	cursor: pointer;
}

.course-list-items .course-list-items-block .item .img {
	width: 138px;
	height: auto;
}

.course-list-items .course-list-items-block .item .img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.course-list-items .course-list-items-block .item .course-status img {
	width: 12px;
}

.course-list-items .course-list-items-block .item .course-status {
	right: 5px;
}

.course-list-items .course-list-items-block .item .course-list-item-about,
.course-list-items .course-list-items-block .item .course-list-item-about {
	padding-left: 17px;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	color: #030303;
	max-width: 155px;
	width: 100%;
	padding-top: 5px;
}
.course-list-items
	.course-list-items-block
	.item
	.course-list-item-about-description {
	margin-top: 5px;
	font-size: 11px;
	line-height: 12px;
	color: #8f8f8f;
}

.course-list-items-block {
	margin-top: 12px;
	flex-direction: column;
	gap: 10px;
	height: calc(100% - 40px);
	overflow-y: scroll;
}

.course-list {
	/*   max-width: 1140px;*/
	width: 100%;
	margin: 0 auto;
}

.course-list-block {
	justify-content: space-between;
	max-height: 525px;
	gap: 15px;
}

.course-list-video {
	height: 100%;
}

.course-list-title {
	display: block;
	font-weight: 500;
	font-size: 35px;
	line-height: 24px;
	color: #030303;
	margin-bottom: 38px;
}

.course-list-video-wrapper iframe {
	width: 100%;
	height: 100%;
}

.course-list-text {
	margin-top: 50px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(143, 143, 143, 0.25);
}

.menu__item-label {
	position: relative;
	background: rgba(155, 213, 86, 0.1);
}
.cabinet-inner .cabinet .menu__item-label .menu__link {
	color: #9bd556;
}

.menu__item-label img.label-new {
	position: absolute;
	top: -5px;
	left: -5px;
	width: 50px;
	height: auto;
}

.course-list-text-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	color: #030303;
	margin-bottom: 30px;
}

.course-list-text p {
	font-weight: 500;
	font-size: 17px;
	line-height: 24px;
	color: #8f8f8f;
}

.course-list-bottom {
	margin-top: 55px;
}

.course-list-bottom-likes {
	width: fit-content;
	justify-content: space-between;
	align-items: center;
	gap: 22px;
}

.course-list-bottom-likes div {
	width: fit-content;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}
.cabinet-inner .fl-table tbody tr td a.auto-login-btn {
	text-decoration: none;
	border-radius: 35px;
	background: transparent;
	border: 2px solid #9ad556;
	color: #9ad556;
	padding: 5px 15px;
}
.cabinet-inner .fl-table tbody tr td a.auto-login-btn:hover {
	background: #9ad556;
	color: #fff;
}
.cabinet-inner .fl-table td,
.cabinet-inner .fl-table .fl-table th {
	padding: 1.3rem 1.1rem;
}
.course-list-bottom-likes span {
	font-weight: 500;
	font-size: 17px;
	line-height: 24px;
	color: #8f8f8f;
}

.course-likes.liked span {
	color: #f96e46;
}
.course-likes img {
	max-width: 36px;
	width: 100%;
	height: auto;
}

.course-list-btn a,
.course-list-btn__back a,
.form-next-btn,
.popup1course-btn a,
.popup2course-btn a {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	color: #ffffff;
	text-decoration: none;
	width: 242px;
	background: #9ad556;
	border-radius: 35px;
}
.course-list-btn__back a {
	background: transparent;
	border: 2px solid #9ad556;
	color: #9ad556;
}

.course-list-bottom {
	justify-content: space-between;
	align-items: center;
	width: 100%;
	align-items: flex-start;
	padding-bottom: 100px;
}

.course-list-btn-wrap {
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.course-list-test-status {
	width: fit-content;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.course-list-test-status span {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #5aa000;
}

.course-quiz-top a {
	width: fit-content;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	text-decoration: none;
}

.course-quiz-top a span {
	font-weight: 700;
	font-size: 17px;
	line-height: 38px;
	color: #000000;
}

.course-quiz-title {
	font-weight: 500;
	font-size: 55px;
	line-height: 60px;
	color: #030303;
	margin-top: 30px;
	margin-bottom: 35px;
}

.course-quiz-title span {
	display: block;
	font-size: 24px;
}

.course-quiz-about {
	font-weight: 700;
	font-size: 25px;
	line-height: 38px;
	color: #8f8f8f;
}

.new-container [type='radio']:checked,
.new-container [type='radio']:not(:checked) {
	position: absolute;
	left: -9999px;
}

.new-container [type='radio']:checked + label,
.new-container [type='radio']:not(:checked) + label {
	position: relative;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}

.inp-quiz:checked + label:before,
.inp-quiz:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 77px;
	height: 100%;
	background: #f5f5f5;
	border-radius: 5px;
}

.new-container [type='radio'] + label {
	width: 100%;
}

.new-container [type='radio'] + label span {
	background: #f5f5f5;
	border-radius: 5px;
	height: 74px;
	padding-left: 45px;
	font-weight: 400;
	font-size: 25px;
	line-height: 38px;
	color: #8f8f8f;
	display: block;
	margin-left: 100px;
	display: flex;
	align-items: center;
}

.inp-quiz:checked + label:after,
.inp-quiz:not(:checked) + label:after {
	content: '';
	width: 34px;
	height: 34px;
	border-radius: 100%;
	background: url(/assets/img/inp.svg) no-repeat;
	position: absolute;
	top: 20px;
	left: 17px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/*[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}*/
.new-container p.possitive [type='radio']:checked + label:after {
	background: url(/assets/img/inppos.svg) no-repeat;
}

.new-container p.negative [type='radio']:checked + label:after {
	background: url(/assets/img/nagative.svg) no-repeat;
}

.new-container p.negative [type='radio']:checked + label:before,
p.negative [type='radio']:checked + label span {
	background: #ffeeea;
}

.new-container p.possitive [type='radio']:checked + label:before,
p.possitive [type='radio']:checked + label span {
	background: #f5ffea;
}

/*.course-quiz{
    padding-top: 40px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
}*/
.course-quiz-form {
	margin-top: 40px;
}

.new-container .form-wrap {
	flex-direction: column;
	gap: 15px;
	padding-bottom: 75px;
	border-bottom: 1px solid rgba(143, 143, 143, 0.25);
}

.new-container .form-bottom {
	margin-top: 45px;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.new-container .form-bottom .count {
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	color: #8f8f8f;
}

.new-container .form-bottom .form-btns {
	width: fit-content;
	gap: 12px;
	justify-content: space-between;
	align-items: center;
}

.new-container .form-bottom .form-btns .form-prev-btn {
	font-weight: 500;
	font-size: 17px;
	line-height: 24px;
	color: #8f8f8f;
	background: none;
	border: none;
	cursor: pointer;
}

.new-container .form-bottom .form-btns .form-next-btn {
	width: 250px;
	border: 0;
	cursor: pointer;
}

.new-container .quix-img {
	max-width: 560px;
	max-height: 290px;
	height: 100%;
	width: 100%;
	margin-top: 30px;
}

.new-container .quix-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

:root {
	--coursebg: #e3e4e8;
	--coursefg: #17181c;
	--primary: #255ff4;
	--courseyellow: #fac917;
	--courseyellow-t: rgba(244, 168, 37, 0);
	--coursebezier: cubic-bezier(0.42, 0, 0.58, 1);
	--coursetrans-dur: 0.3s;
}

.rating {
	margin: auto;
}

.rating__display {
	font-size: 1em;
	font-weight: 500;
	min-height: 1.25em;
	position: absolute;
	top: 100%;
	width: 100%;
	text-align: center;
}

.rating__stars {
	display: flex;
	padding-bottom: 0.375em;
	position: relative;
}

.rating__star {
	display: block;
	overflow: visible;
	pointer-events: none;
	width: 2em;
	height: 2em;
}

.rating__star-ring,
.rating__star-fill,
.rating__star-line,
.rating__star-stroke {
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}

.rating__star-ring,
.rating__star-fill,
.rating__star-line {
	stroke: var(--courseyellow);
}

.rating__star-fill {
	fill: var(--courseyellow);
	transform: scale(0);
	transition: fill var(--coursetrans-dur) var(--coursebezier),
		transform var(--coursetrans-dur) var(--coursebezier);
}

.rating__star-stroke {
	stroke: #c7cad1;
	transition: stroke var(--coursetrans-dur);
}

.rating__label {
	cursor: pointer;
	padding: 0.125em;
}

.rating__label--delay1 .rating__star-ring,
.rating__label--delay1 .rating__star-fill,
.rating__label--delay1 .rating__star-line,
.rating__label--delay1 .rating__star-stroke {
	animation-delay: 0.05s;
}

.rating__label--delay2 .rating__star-ring,
.rating__label--delay2 .rating__star-fill,
.rating__label--delay2 .rating__star-line,
.rating__label--delay2 .rating__star-stroke {
	animation-delay: 0.1s;
}

.rating__label--delay3 .rating__star-ring,
.rating__label--delay3 .rating__star-fill,
.rating__label--delay3 .rating__star-line,
.rating__label--delay3 .rating__star-stroke {
	animation-delay: 0.15s;
}

.rating__label--delay4 .rating__star-ring,
.rating__label--delay4 .rating__star-fill,
.rating__label--delay4 .rating__star-line,
.rating__label--delay4 .rating__star-stroke {
	animation-delay: 0.2s;
}

.rating__input {
	-webkit-appearance: none;
	appearance: none;
}

.rating__input:hover ~ [data-rating]:not([hidden]) {
	display: none;
}

.rating__input-1:hover ~ [data-rating='1'][hidden],
.rating__input-2:hover ~ [data-rating='2'][hidden],
.rating__input-3:hover ~ [data-rating='3'][hidden],
.rating__input-4:hover ~ [data-rating='4'][hidden],
.rating__input-5:hover ~ [data-rating='5'][hidden],
.rating__input:checked:hover ~ [data-rating]:not([hidden]) {
	display: block;
}

.rating__input-1:hover ~ .rating__label:first-of-type .rating__star-stroke,
.rating__input-2:hover
	~ .rating__label:nth-of-type(-n + 2)
	.rating__star-stroke,
.rating__input-3:hover
	~ .rating__label:nth-of-type(-n + 3)
	.rating__star-stroke,
.rating__input-4:hover
	~ .rating__label:nth-of-type(-n + 4)
	.rating__star-stroke,
.rating__input-5:hover
	~ .rating__label:nth-of-type(-n + 5)
	.rating__star-stroke {
	stroke: var(--courseyellow);
	transform: scale(1);
}

.rating__input-1:checked ~ .rating__label:first-of-type .rating__star-ring,
.rating__input-2:checked
	~ .rating__label:nth-of-type(-n + 2)
	.rating__star-ring,
.rating__input-3:checked
	~ .rating__label:nth-of-type(-n + 3)
	.rating__star-ring,
.rating__input-4:checked
	~ .rating__label:nth-of-type(-n + 4)
	.rating__star-ring,
.rating__input-5:checked
	~ .rating__label:nth-of-type(-n + 5)
	.rating__star-ring {
	animation-name: starRing;
}

.rating__input-1:checked ~ .rating__label:first-of-type .rating__star-stroke,
.rating__input-2:checked
	~ .rating__label:nth-of-type(-n + 2)
	.rating__star-stroke,
.rating__input-3:checked
	~ .rating__label:nth-of-type(-n + 3)
	.rating__star-stroke,
.rating__input-4:checked
	~ .rating__label:nth-of-type(-n + 4)
	.rating__star-stroke,
.rating__input-5:checked
	~ .rating__label:nth-of-type(-n + 5)
	.rating__star-stroke {
	animation-name: starStroke;
}

.rating__input-1:checked ~ .rating__label:first-of-type .rating__star-line,
.rating__input-2:checked
	~ .rating__label:nth-of-type(-n + 2)
	.rating__star-line,
.rating__input-3:checked
	~ .rating__label:nth-of-type(-n + 3)
	.rating__star-line,
.rating__input-4:checked
	~ .rating__label:nth-of-type(-n + 4)
	.rating__star-line,
.rating__input-5:checked
	~ .rating__label:nth-of-type(-n + 5)
	.rating__star-line {
	animation-name: starLine;
}

.rating__input-1:checked ~ .rating__label:first-of-type .rating__star-fill,
.rating__input-2:checked
	~ .rating__label:nth-of-type(-n + 2)
	.rating__star-fill,
.rating__input-3:checked
	~ .rating__label:nth-of-type(-n + 3)
	.rating__star-fill,
.rating__input-4:checked
	~ .rating__label:nth-of-type(-n + 4)
	.rating__star-fill,
.rating__input-5:checked
	~ .rating__label:nth-of-type(-n + 5)
	.rating__star-fill {
	animation-name: starFill;
}

.rating__input-1:not(:checked):hover
	~ .rating__label:first-of-type
	.rating__star-fill,
.rating__input-2:not(:checked):hover
	~ .rating__label:nth-of-type(2)
	.rating__star-fill,
.rating__input-3:not(:checked):hover
	~ .rating__label:nth-of-type(3)
	.rating__star-fill,
.rating__input-4:not(:checked):hover
	~ .rating__label:nth-of-type(4)
	.rating__star-fill,
.rating__input-5:not(:checked):hover
	~ .rating__label:nth-of-type(5)
	.rating__star-fill {
	fill: var(--courseyellow-t);
}

.rating__sr {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
}

.new-container video {
	width: 100%;
	height: 100%;
}

/* ===== Scrollbar CSS ===== */

.course-list-items-block::-webkit-scrollbar {
	width: 3px;
	background-color: rgba(26, 24, 47, 0.15);
	border-radius: 5px;
	height: 200px;
	height: 3px;
}

.course-list-items-block::-webkit-scrollbar-thumb {
	background: #9ad556;
	border-radius: 5px;
}

@media (prefers-color-scheme: dark) {
	:root {
		--coursebg: #17181c;
		--coursefg: #e3e4e8;
	}

	.rating {
		margin: auto;
	}

	.rating__star-stroke {
		stroke: #454954;
	}
}

@keyframes starRing {
	from,
	20% {
		animation-timing-function: ease-in;
		opacity: 1;
		r: 8px;
		stroke-width: 16px;
		transform: scale(0);
	}

	35% {
		animation-timing-function: ease-out;
		opacity: 0.5;
		r: 8px;
		stroke-width: 16px;
		transform: scale(1);
	}

	50%,
	to {
		opacity: 0;
		r: 16px;
		stroke-width: 0;
		transform: scale(1);
	}
}

@keyframes starFill {
	from,
	40% {
		animation-timing-function: ease-out;
		transform: scale(0);
	}

	60% {
		animation-timing-function: ease-in-out;
		transform: scale(1.2);
	}

	80% {
		transform: scale(0.9);
	}

	to {
		transform: scale(1);
	}
}

@keyframes starStroke {
	from {
		transform: scale(1);
	}

	20%,
	to {
		transform: scale(0);
	}
}

@keyframes starLine {
	from,
	40% {
		animation-timing-function: ease-out;
		stroke-dasharray: 1 23;
		stroke-dashoffset: 1;
	}

	60%,
	to {
		stroke-dasharray: 12 12;
		stroke-dashoffset: -12;
	}
}

.popup1course.hidden,
.popup2course.hidden {
	display: none;
}

.popup1course,
.popup2course {
	max-width: 680px;
	width: 100%;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 40px 40px;
	background: #ffffff;
	border-radius: 5px;
	z-index: 9999999;
}

.popup1course .img {
	font-weight: 700;
	font-size: 115px;
	line-height: 115px;
	text-align: center;
	margin-bottom: 37px;
}

.popup1course-title {
	font-weight: 700;
	font-size: 45px;
	line-height: 38px;
	color: #000000;
	text-align: center;
}

.popup1course-title span {
	display: block;
	font-size: 25px;
}

.popup1course p {
	margin: 0 auto;
	font-weight: 700;
	font-size: 35px;
	line-height: 38px;
	color: #000000;
	margin-bottom: 35px;
	margin-top: 35px;
	text-align: center;
	max-width: 425px;
	width: 100%;
}

.popup1course .rating__stars {
	width: fit-content;
	margin: 0 auto;
	gap: 12px;
}

.popup1course .rating__star {
	width: 60px;
	height: 60px;
}

.popup1course .popup-rate-block-title {
	font-weight: 700;
	font-size: 25px;
	line-height: 38px;
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
}

.popup1course .popup-rate-block {
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 2px solid rgb(143 143 143 / 35%);
	border-bottom: 2px solid rgb(143 143 143 / 35%);
}

.popup1course-btn a {
	max-width: 288px;
	margin: 0 auto;
}

.popup1course-bottom p {
	font-weight: 700;
	font-size: 17px;
	line-height: 38px;
	margin-bottom: 12px;
	margin-top: 70px;
}

.popup2course {
	max-width: 680px;
	width: 100%;
	padding: 40px;
}

.popup2course .img {
	font-weight: 700;
	font-size: 115px;
	line-height: 115px;
	margin-bottom: 70px;
	text-align: center;
}

.popup2course-title {
	font-weight: 700;
	font-size: 45px;
	margin-bottom: 11px;
	text-align: center;
	line-height: 45px;
	color: #000000;
}

.popup2course-title span {
	display: block;
	font-weight: 25px;
}

.popup2course-count {
	font-weight: 700;
	font-size: 35px;
	line-height: 38px;
	text-align: center;
	margin-bottom: 30px;
	color: #f96e46;
}

.popup2course-bottom {
	padding-top: 30px;
	border-top: 2px solid rgb(143 143 143 / 35%);
}

.popup2course-bottom span {
	font-weight: 700;
	font-size: 35px;
	line-height: 38px;
	color: #000000;
	display: block;
	text-align: center;
}

.popup2course-btn a {
	background: #f96e46;
	margin: 0 auto;
	margin-top: 35px;
	max-width: 288px;
}

.close-wrap {
	position: absolute;
	right: 40px;
	top: 40px;
}

.close {
	position: relative;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
}

.close span {
	position: absolute;
	height: 40px;
	width: 2px;
	background: #030303;
	display: block;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 20px;
	top: 0;
}

.close span:first-child {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

html.onpopup:before {
	content: '';
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #0000009e;
	z-index: 9999;
}

.course-pagination {
	width: fit-content;
	margin: 0 auto;
	gap: 8px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
	margin-top: 70px;
}

.new-container a {
	text-decoration: none;
}

.course-pagination-block {
	width: fit-content;
	gap: 8px;
	justify-content: space-between;
	align-items: center;
}

.course-pagination .left-arr,
.course-pagination .item,
.course-pagination .roght-arr {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border-radius: 4px;
}

.course-pagination .left-arr,
.course-pagination .roght-arr {
	background: #5aa000;
	border: 1px solid #5aa000;
	cursor: pointer;
}

.course-pagination .left-arr.finish,
.course-pagination .roght-arr.finish {
	opacity: 0.5;
}

.course-pagination .item {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #030303;
	border: 1px solid #fff;
	cursor: pointer;
}

.course-pagination .item.active {
	border: 1px solid #030303;
}

.course-price {
	gap: 3px;
}

.course-price span {
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	color: #030303 !important;
}

.course-price span.course-price-old {
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	text-decoration-line: line-through;
	color: #8f8f8f !important;
}
@media (max-width: 1390px) {
	.courses-list .item-content .item-title,
	.courses-list .item-content .item-title a {
		font-size: 23px;
		line-height: 26px;
	}
	.courses-list .item-content .lesson-count-item span {
		font-size: 14px;
		line-height: 18px;
	}
	.courses-list .item-content .item-bottom-el.gr {
		font-size: 18px;
		line-height: 16px;
	}
	.courses-list .item-content .item-bottom-el.ar a span {
		font-size: 15px;
		line-height: 16px;
	}
	.courses-list .item-content .item-about {
		font-size: 14px;
		line-height: 20px;
	}
	.rating-item span {
		width: 18px;
		height: 18px;
	}
}
@media (max-width: 1250px) {
	.courses-list .item-block .item .img {
		max-width: 300px;
	}
	.courses-list .item-content {
		padding-left: 25px;
	}
	.courses-list .item-content .lesson-count-item span {
		font-size: 13px;
		line-height: 18px;
	}
}
@media (max-width: 1378px) {
	.course .course-content .item .img img {
		object-fit: contain;
	}
}

@media (max-width: 1230px) {
	.courses-list .item-block .item {
		flex-direction: column;
	}

	.courses-list .item-block .item > .img {
		margin: 0 auto;
		margin-bottom: 25px;
	}

	.courses-list .item-content {
		padding-left: 0px;
		padding-right: 0px;
	}

	.inner-container {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.course-list-block {
		flex-direction: column;
	}

	.course-list-items {
		height: 152px;
		overflow-x: hidden;
		max-width: 370px;
		margin-left: auto;
		margin-right: -10px;
		margin-top: 23px;
	}

	.course-list-items .course-list-items-block .item .course-status img {
		width: 9px;
	}

	.course-list-items-block {
		height: auto;
		flex-direction: inherit;
		overflow-y: unset;
		overflow-x: scroll;
	}

	.course-list-block {
		max-height: unset;
	}

	.course-list-video-wrapper {
		max-width: unset;
	}

	.course-list .inner-container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.new-container .form-bottom,
	.form-bottom {
		gap: 40px;
	}

	.new-container .form-bottom,
	.form-bottom .form-btns {
		flex-direction: column;
		align-items: flex-start;
	}

	/*.course-quiz{
    padding-left: 10px;
    padding-right: 10px
}*/
	.course-quiz-title {
		font-size: 24px;
		line-height: 24px;
	}

	.course-quiz-about {
		font-size: 17px;
		line-height: 22px;
	}

	.quix-img {
		max-height: 155px;
	}

	.inp-quiz:checked + label:before,
	.inp-quiz:not(:checked) + label:before {
		width: 40px;
	}

	.new-container [type='radio'] + label span {
		height: 40px;
		margin-left: 50px;
		font-size: 11px;
		line-height: 14px;
		padding-left: 20px;
	}

	.inp-quiz:checked + label:after,
	.inp-quiz:not(:checked) + label:after {
		width: 19px;
		height: 19px;
		top: 11px;
		left: 9px;
		background-size: cover;
	}

	.new-container p.possitive [type='radio']:checked + label:after {
		background: url(/assets/img/inppos.svg) no-repeat;
		background-size: cover;
	}

	.new-container p.negative [type='radio']:checked + label:after {
		background: url(/assets/img/nagative.svg) no-repeat;
		background-size: cover;
	}

	.popup1course .img,
	.popup2course .img {
		font-size: 55px;
		line-height: 55px;
		margin-bottom: 10px;
	}

	.close span {
		height: 25px;
	}

	.close {
		width: 25px;
		height: 25px;
	}

	.close-wrap {
		right: 0;
		top: 20px;
	}

	.popup1course .img img,
	.popup2course .img img {
		width: 65px;
	}

	.popup1course-title,
	.popup2course-title {
		font-size: 20px;
		line-height: 20px;
	}

	.popup1course-title span,
	.popup2course-title span {
		font-size: 13px;
		line-height: 17px;
	}

	.popup1course p {
		font-size: 15px;
		line-height: 19px;
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.popup1course .popup-rate-block-title {
		font-size: 15px;
		line-height: 38px;
	}

	.popup1course .popup-rate-block {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.popup1course .rating__star {
		width: 25px;
		height: 25px;
	}

	.popup2course .img {
		margin-bottom: 20px;
	}

	.popup2course-count {
		font-size: 25px;
		line-height: 38px;
	}

	.popup2course-bottom span {
		font-size: 11px;
		line-height: 38px;
	}

	.popup2course-bottom {
		padding-top: 10px;
	}

	.popup2course-btn a {
		margin-top: 15px;
	}

	.course-list-items .course-list-items-block .item .course-list-item-about {
		max-width: 80px;
	}

	.course-list-items .course-list-items-block .item .img {
		width: 90px;
		height: 60px;
	}

	.course-list-items .course-list-items-block .item .course-list-item-about {
		margin-right: 5px;
	}

	.course-list-items .course-list-items-block .item .course-list-item-about {
		font-size: 11px;
	}

	.course .course-content .item {
		max-width: 410px;
		width: 100%;
	}

	.course .course-subtitle {
		font-size: 22px;
		line-height: 22px;
		text-align: center;
	}
	.course .course-content {
		margin-top: 20px;
	}
	.new-container .form-bottom .form-btns {
		align-items: flex-start;
	}
}

@media (max-width: 750px) {
	.course-list-title {
		font-size: 24px;
		line-height: 24px;
	}

	.course-list-items {
		width: calc(100% + 10px);
		max-width: unset;
	}

	.courses-list .item-content .item-bottom {
		padding-right: 15px;
		bottom: 20px;
	}

	.courses-list .item-block .item {
		padding: 15px 15px 25px 15px;
	}

	.course-list-video-wrapper {
		width: 100%;
		height: 175px;
	}

	.course-list-bottom,
	.course-list-bottom-likes,
	.course-list-btn-wrap {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}
	.cabinet-inner .cabinet-wrapper .balance .my-bills__title {
		font-size: 24px;
		line-height: 24px;
	}
}

.cabinet-inner .cabinet-wrapper .balance .result__wrapper {
	margin-bottom: 3rem;
}

/* Modal */
.wrap-center-middle {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: wrap column;
	text-align: center;
	height: 100vh;
}

.modal-window {
	position: fixed;
	z-index: 100;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -25%) scale(1);
	max-width: 500px;
	width: 100%;
	min-height: 200px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	border-radius: 4px;
	transition: all 0.18s ease-in-out;
	visibility: hidden;
	opacity: 0;
	padding: 20px;
}

.modal-window.show {
	transform: translate(-50%, -25%) scale(1);
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}

.modal-window__title {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column wrap;
	height: 100%;
	min-height: inherit;
}

.modal-window__backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.modal-window {
	padding: 50px 50px 30px 50px;
}
.hidden {
	display: none;
}

.modal-window.show {
}
.modal-window a.close-modal {
	position: absolute;
	right: 20px;
	top: 20px;
}
.modal-window a.close-modal svg {
	width: 20px;
	height: 20px;
}

.modal-window .modal-head h4 {
	color: #030303;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 2.4rem;
	margin-bottom: 3rem;
}

/* Modal */

.navigation-wrapper {
	margin-left: -1rem;
	margin-right: -1rem;
	width: 100%;
}

@media (min-width: 1001px) {
	.inner-conditions > :nth-child(2) .inner-link:hover {
		background: #030303 url('../img/safe-h.jpg') center/cover no-repeat;
	}

	.inner-company > :nth-child(4) .inner-link:hover {
		background: #030303 url('../img/cus-suc.png') center/102% no-repeat;
	}
}
.cabinet-inner .form .inputs__title {
	font-size: 2.2rem;
}
.cabinet-inner .form .inputs__field span.iti__country-name,
.cabinet-inner .form .inputs__field span.iti__dial-code {
	color: unset;
	font-size: unset;
	font-weight: unset;
	letter-spacing: unset;
	line-height: unset;
	position: unset;
	right: unset;
}

/* Аннимация загрузки */

@-webkit-keyframes initial-loading {
	0%,
	100% {
		transform: translate(-34px, 0);
	}
	50% {
		transform: translate(96px, 0);
	}
}

@keyframes initial-loading {
	0%,
	100% {
		transform: translate(-34px, 0);
	}
	50% {
		transform: translate(96px, 0);
	}
}
.initial-load-animation {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 67px;
	width: 200px;
	margin: 0 auto;
	transform: scale(1);
	transition: transform 0.5s ease;
}
.initial-load-animation .paradtrade-image {
	background: url(/assets/img/logos/logo.jpg) center top;
	border-radius: 5px;
	background-size: contain;
	height: 48px;
	width: 48px;
	margin: 0 auto 32px;
	transform: translate(0, 0);
	opacity: 1;
	transition: all 0.5s ease-out;
}
.initial-load-animation .loading-bar {
	width: 130px;
	height: 2px;
	margin: 0 auto;
	border-radius: 2px;
	background-color: #cfcfcf;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transform: rotateY(0);
	transition: transform 0.3s ease-in;
	left: -25px;
}
.initial-load-animation .loading-bar .blue-bar {
	height: 100%;
	width: 68px;
	position: absolute;
	transform: translate(-34px, 0);
	background-color: #9bd556;
	border-radius: 2px;
	-webkit-animation: initial-loading 1.5s infinite ease;
	animation: initial-loading 1.5s infinite ease;
}
.initial-load-animation.fade-load .paradtrade-image {
	transform: translate(0, 10px);
	opacity: 0;
}
.initial-load-animation.fade-load .loading-bar {
	transform: rotateY(90deg);
}
/* Аннимация загрузки */

.cabinet-inner .cabinet .balance .result {
	position: sticky;
	top: 130px;
}


@media (max-width: 768px) {
	.cabinet-inner .fl-table tbody td {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.cabinet-inner .cabinet .balance .result {
		position: static;
	}
}
