
a:hover {
	color: #FF6C3E;
}

.navbar-brand {
	margin-top: 5px;
	width: 115px;
	height: 24px;
	background-image: url('../img/logo-white.png');
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-bottom: 0;
}

nav#main_nav_bar {
	height: 56px;
	background-color: #1b2026 !important;
	filter: drop-shadow(0px 0px 20px rgba(9, 11, 13, 0.6));
	z-index: 150;
}

#svg_map {
	background-color: #303440;
}

.bootstrap-select > .dropdown-toggle::after {
	display: none;
}

.navbar-right__right {
	display: flex;
	align-items: initial;
	justify-content: space-between;
	column-gap: 10px;
	height: 28px;
}

.bootstrap-select > .dropdown-toggle {
	background-color: #2f3440;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 0px;
	font-size: 14px;
	font-weight: 400;
	width: 24px;
	height: 24px;
	border: 1px solid #dce6f0;
	border-radius: 2px;
	color: #dce6f0;
	text-transform: uppercase;
	cursor: pointer;
}

.bootstrap-select > .dropdown-toggle:hover {
	filter: brightness(110%);
}

.bootstrap-select > .dropdown-toggle:active {
	transform: translateY(1px);
}

.navbar-text a {
	text-decoration: none;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: var(--bs-dropdown-spacer);
	background-color: #1b2026;
}

.navbar-right__right .dropdown-menu[data-bs-popper] {
	top: 100%;
	left: -18px !important;
	margin-top: var(--bs-dropdown-spacer);
	background-color: #1b2026;
}

.choose-country {
	width: 144px;
	height: 54px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.choose-language .bootstrap-select .dropdown-menu.inner {
	background-color: #1b2026;
	color: #fff;
}

.choose-language .dropdown-item.active, .dropdown-item:active {
	background-color: #FF6C3E;
}

.choose-language .dropdown-item {
	color: #fff;
}

.choose-language .nav-item {
	height: 20px;
}

.choose-country .nav-item > div:nth-child(1) > button:nth-child(2) {
	width: 190px;/*new*/
	height: 24px;
}

.choose-country .filter-option-inner-inner {
	color: #DCE6F0;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	padding-left: 5px;
}

.navbar-text {
	height: 24px;
	padding: 0px 0px;
	align-self: center;
}

.navbar-text:hover {
	filter: brightness(110%);
}

.navbar-text:active {
	transform: translateY(1px);
}

/*Поменял - закомментировал display:flex */
.navbar-text a {
	position: relative;
	display: block;
	/*display: flex;*/
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #dce6f0;
	border-radius: 2px;
	color: #dce6f0;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0px 10px 0px 30px;
	min-height: 24px;
}

.navbar-text a::after {
	content: "";
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 15.5px;
	background-image: url('../img/account-icon.svg');
	background-size: cover;
	background-repeat: no-repeat;
}

.navbar-expand-md .navbar-collapse {
	align-items: center;
}

.d-md-block {
	height: 24px;
	display: flex !important;
	align-items: revert;
	align-self: center;
}

.choose-country .flag > button:nth-child(2):active,
  .btn.show,
  :not(.btn-check) + .btn:active {
	background-color: #1b2026 !important;
	border: 1px solid #dce6f0 !important;
}

.choose-country .flag > button:nth-child(2):focus-visible {
	outline: none !important;
}

#main_nav_bar .bs-searchbox {
	padding: 0;
}

#main_nav_bar  .form-control {
	border-radius: 0;
	padding: 5px 10px;
	box-sizing: #2f3440;
}

#navbarContent .bs-searchbox {
	padding: 7px 15px;
}

#bs-select-2 {
	overflow-x: hidden;
}

#bs-select-2  .dropdown-menu {
	background-color: #1b2026;
}

.dropdown-menu li:not(.disabled) span {
	color: #FF6C3E;
}

.dropdown-menu li:not(.disabled) a:hover span {
	color: #1b2026;
}

#bs-select-2  .dropdown-menu .active {
	color: #FF6C3E;
}

#bs-select-2-0 {
	display: none;
}

.dropdown-item.active, .dropdown-item:active {
	text-decoration: none;
	background-color: #FF6C3E;
}

.dropdown-item.active span,
  .dropdown-item:active span {
	color: #fff;
}

.dropdown-menu li:not(.disabled) span {
	color: #fff;
}

#navbarContent .dropdown-menu {
	border-radius: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.choose-country .dropdown-menu[data-bs-popper] {/*new*/
	top: 116%;
	left: -16px;
	width: 221px;
}

.bs-searchbox .form-control {
	height: 28px;
	border-radius: 4px;
	border: 1px solid #DCE6F0;
	background: #2F3440 !important;
	color: rgba(220, 230, 240, 0.50);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	color: #DCE6F0;
}

.bootstrap-select .no-results {
	background: transparent;
	color: #DCE6F0;
}

.form-control:focus {
	border-color: #DCE6F0;
	color: #212529;
	background-color: rgb(228, 133, 133);
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}

#main_nav_bar .form-control:focus {
	color: #DCE6F0;
	border-color: #DCE6F0;
}

#bs-select-2 {
	scrollbar-color: #FF6C3E #dce6f0;
	scrollbar-width: thin;
}

#bs-select-2::-webkit-scrollbar {
	width: 7px;
}

#bs-select-2r::-webkit-scrollbar-track {
	background: #dce6f0;
}

#bs-select-2::-webkit-scrollbar-thumb {
	background-color: #FF6C3E;
}

    /* Login Popup */

.popup-wrapper {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
}

.popup-login {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 80%;
	max-width: 490px;
	min-width: 320px;
	padding: 50px 70px;
	background-color: #1b2026;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 20px 4px rgba(0,0,0,.3);
	box-shadow: 0 0 20px 4px rgba(0,0,0,.3);
}

@media (max-width: 530px) {
	.popup-login {
		padding: 30px 10px 40px;
	}
}

.popup-login__logo {
	height: 50px;
	min-width: 320px;
	margin-bottom: 5px;
	font-size: 30px;
	color: var(--news-text);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.popup-login__title {
	font-size: 18px;
	color: #fff;
	line-height: 130%;
	font-weight: 500;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 300px;
	text-align: center;
}

.popup-login__link {
	color: #FE7F45;
	text-decoration: none;
}

.popup-login__link:hover {
	text-decoration: underline;
}

.form-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	margin-bottom: 7px;
	min-width: -webkit-min-content;
	min-width: -moz-min-content;
	min-width: min-content;
	cursor: pointer;
}

.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: 0.125rem;
}

.uwp-login-form .sr-only.form-label {
	display: none;
}

.card-body {
	color: #fff;
}

.card {
	background-color: transparent;
}

.form-check {
	text-align: left;
}

.popup-login__btn {
	border-radius: 4px;
	background: #FE7F45;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.popup-login__btn:hover {
	background: #e26a32;
}

.uwp-footer-links {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.uwp-footer-link a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
}

.uwp-footer-link a:hover {
	color: #FE7F45;
	text-decoration: underline;
}

.form-control:focus {
	color: #212529;
	border-color: #FE7F45;
	outline: 0;
	box-shadow: none;
}

.form-check-input {
	width: 28px;
	height: 28px;
	border-radius: 4px;
	border: 1px solid #FFF;
	margin-top: 0;
}

#remember_me {
	cursor: pointer;
	border: 1px solid #fff;
}

.form-check {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.form-label {
	margin-bottom: 2px;
	margin-left: 10px;
}

.form-check-input:checked {
	background-color: #FE7F45;
	border-color: #FE7F45;
}

.form-check-input:checked[type="checkbox"] {
	background-image: none;
}

.form-check-label {
	font-size: 16px;
	cursor: pointer;
}

.form-control:focus {
	color: #212529;
	border-color: #FE7F45;
	outline: 0;
	box-shadow: none;
	background-color: #fff;
}


.navbar-collapse.show .navbar-text > a:nth-child(2) {
    margin-top: 6px;
    height: 34px;
    display: flex;
    align-items: center;
}
