/* Fixed Menu [start] */
.topSpacer {
	height: 81px;
	background-color: #202943;
}


.fixedMenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 320px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background: #22252d;
	padding: 24px 0 8px;
	z-index: 200;
}
.fixedMenu img {/* from Bootstrap for adaptivity */
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.fixedMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.fixedMenu .menu li {
	display: inline-block;
	vertical-align: middle;
}
.fixedMenu .logo {
	float: left;
	width: 184px;
	margin: -6px 6px 0 0;
}
.fixedMenu .cont {
	margin-left: 200px;
	text-align: right;
}
.fixedMenu .menu {
	float: right;
}
.respOn .fixedMenu .menu {
	display: none;
}
.fixedMenu .menu.expanded {
	display: block;
}
.fixedMenu .menu li {
	font-size: 14px;
	line-height: 32px;
	padding: 0 8px;
}
.fixedMenu .menu a,
.fixedMenu .menu span,
.link.gray {
	color: #fff;
}
.fixedMenu .menu a,
.link.gray {
	opacity: .6;
	text-decoration: none;
}
.fixedMenu .menu a:hover,
.link.gray:hover {
	opacity: .9;
	border-bottom: 2px solid #f98500;
}
.fixedMenu .buttons {
	float: right;
	text-align: left;
}
.fixedMenu .buttons > * {
	margin: 0 8px;
}
.fixedMenu .buttons > *:last-child {
	margin-right: 0;
}
.fixedMenu .buttons .link {
	opacity: 1;
}
.fixedMenu .mobile_nav_btn {
	float: none;
	display: none;
	width: 32px;
	height: 32px;
	background: transparent;
	padding: 9px 8px;
	border: 2px solid #65676c;
	border-radius: 6px;
	margin: 0 5px 0 0;
	box-sizing: border-box;
}
.respOn .fixedMenu .mobile_nav_btn {
	display: inline-block;
}
.fixedMenu .mobile_nav_btn .hamburger {
	display: inline-block;
	width: 12px;
	height: 2px;
	padding: 2px 0;
	border-top: 2px solid #65676c;
	border-bottom: 2px solid #65676c;
	vertical-align: top;
}
.fixedMenu .mobile_nav_btn .hamburger:before {
	display: block;
	height: 2px;
	background-color: #65676c;
	content: '';
}
.fixedMenu .button.orange {
	background-color: #f98500;
}
.fixedMenu .button.orange:hover {
	background-color: #ec7f00;
}
.fixedMenu .button.gray {
	background-color: #95b0bc;
}
.fixedMenu .button.gray:hover {
	background-color: #5e808f;
}
.fixedMenu .button,
.fixedMenu .buttons__login,
.fixedMenu .buttons__logout {
	line-height: 32px;
}
.fixedMenu .button.reg {
	min-width: 135px;
	text-transform: uppercase;
}
.fixedMenu .buttons__login,
.fixedMenu .buttons__logout {
	opacity: .3;
}
.fixedMenu .buttons__login:hover,
.fixedMenu .buttons__logout:hover {
	opacity: .9;
}
.site-ru .fixedMenu .button.lc {
	width: 170px;
}
.site-pl .fixedMenu .button.lc {
	padding: 0 10px;
}
.fixedMenu .button.lc {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-decoration: none!important;
	border-radius: 6px;
}
.respOn .fixedMenu .button.lc {
	display: none;
}
.fixedMenu .button.logout .icon {
	margin-right: -4px;
}
.fixedMenu .icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(./images/icons/icon_exit_white_mini.png) !important;
	background-repeat: no-repeat;
}
.fixedMenu .icon + span {
	margin-left: 3px;
	vertical-align: middle;
}
.fixedMenu .logout .icon {
	background-position: 0 0;
}


@media only screen and (min-width: 768px){
	.respOn .fixedMenu .button.lc {
		display: inline-block;
	}
}


@media only screen and (min-width: 960px){
	.respOn .fixedMenu .menu {
		display: block;
	}
	.respOn .fixedMenu .mobile_nav_btn {
		display: none;
	}
}
/* Fixed Menu [end] */




/*новое*/
/* Fixed Menu [start] */
.topSpacer {
	height: 65px;
	background-color: #f3f4f6;
}


.stickyPanel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 320px;
	color: #676f7e;
	font-size: 14px;
    background: url(./images/fon-header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	padding: 14px 0;
	z-index: 200;
	transition: all 0.3s ease;
}
.menu-active .stickyPanel {
	background: transparent;
}
.stickyBg-fon {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 10;
    backdrop-filter: blur(28.5px);
    background: rgba(255, 255, 255, 0.05);
}
.menu-active .stickyBg-fon {
	display: block;
}
.stickyPanel .new-container {
    display: flex;
	align-items: center;
}
.stickyPanel img {/* from Bootstrap for adaptivity */
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.stickyPanel ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.stickyPanel .navigation li {
	display: inline-block;
	vertical-align: middle;
}
.stickyPanel .brand {
	float: left;
	width: 184px;
	margin: 0px 6px 0 0;
}
.stickyPanel .cont {
	margin-left: 200px;
	text-align: right;
}
.stickyPanel .navigation {
    margin: 0 auto;
}
.respOn .stickyPanel .navigation {
	display: none;
}
.stickyPanel .navigation.expanded {
	display: block;
	position: absolute;
	box-shadow: inset 0 -7px 18px -3px rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.4);
	border: 0.80px solid #fff;
	border-radius: 26px;
	top: 54px;
	padding: 24px;
	z-index: 15;
	overflow: hidden;
}
.stickyPanel .navigation li:nth-child(1) {
	margin: 0;
}
.stickyPanel .navigation li {
	font-size: 14px;
	line-height: 32px;
	margin-left: 31px;
}
.stickyPanel .navigation a,
.stickyPanel .navigation span,
.link.secondary {
	color: #676f7e;
}
.stickyPanel .navigation a,
.link.secondary {
	opacity: 1;
	color: #676f7e;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	display: block;
}
.stickyPanel .navigation a:hover,
.link.secondary:hover {
	opacity: 1;
	transform: scale(1.05);
}
.stickyPanel .actions {
	float: right;
	text-align: left;
}
.stickyPanel .actions > * {
	margin: 0 7px;
}
.stickyPanel .actions > *:last-child {
	margin-right: 0;
}
.auth-buttons {
    display: flex;
    align-items: center;
    gap: 13px;
}
.stickyPanel .actions .link,
.auth-buttons .link {
	font-weight: 500;
	font-size: 14px;
	line-height: 143%;
	text-align: center;
	color: #131720;
	opacity: 1;
	border: none !important;
	transition: all 0.3s ease-in-out;
	display: block;
}
.stickyPanel .actions .link:hover,
.auth-buttons .link:hover {
	opacity: 1;
	transform: scale(1.05);
}
.stickyPanel a {
	border: none !important;
}
.stickyPanel .actions .link.signup-btn,
.auth-buttons .link.signup-btn {
	background: linear-gradient(166deg, #65afec 0%, #9c6bc7 100%);
	border-radius: 18px;
	padding: 8px 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 143%;
	text-align: center;
	color: #fff;
	opacity: 1;
	transition: all 0.3s ease-in-out;
	display: block;
}
.stickyPanel .actions .link.signup-btn:hover,
.auth-buttons .link.signup-btn:hover {
	opacity: 1;
	transform: scale(1.05);
}
.stickyPanel .mobileToggle_btn {
	float: none;
	display: none;
	margin: 0 5px 0 0;
	box-sizing: border-box;
	background: transparent !important;
	outline: none !important;
	border: none !important;
}
.respOn .stickyPanel .mobileToggle_btn {
	display: inline-block;
}
.stickyPanel .mobileToggle_btn .burgerIcon {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.stickyPanel .mobileToggle_btn .burgerIcon span {
	display: inline-block;
	width: 30px;
	background:  #131720;
	min-height: 3px;
	margin-left: auto;
	transition: all 0.2s ease-in-out;
}
.menu-active .mobileToggle_btn .burgerIcon span:nth-child(2) {
	width: 20px;
}
.stickyPanel .button.orange {
	background-color: #f98500;
}
.stickyPanel .button.orange:hover {
	background-color: #ec7f00;
}
.stickyPanel .button.gray {
	background-color: #95b0bc;
}
.stickyPanel .button.gray:hover {
	background-color: #5e808f;
}
.stickyPanel .button,
.stickyPanel .buttons__login,
.stickyPanel .buttons__logout {
	line-height: 32px;
}
.stickyPanel .button.reg {
	min-width: 135px;
	text-transform: uppercase;
}
.stickyPanel .buttons__login,
.stickyPanel .buttons__logout {
	opacity: .3;
}
.stickyPanel .buttons__login:hover,
.stickyPanel .buttons__logout:hover {
	opacity: .9;
}
.site-ru .stickyPanel .button.cabinet {
	width: 178px;
}
.site-pl .stickyPanel .button.cabinet {
	padding: 0 10px;
}
.stickyPanel .button.cabinet {
	display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    padding: 8px 0;
    text-align: center;
    color: #fff;
	text-decoration: none!important;
	border-radius: 18px;
}
.respOn .stickyPanel .button.cabinet {
	display: none;
}
.stickyPanel .button.logout .icon {
	margin-right: -4px;
}
.stickyPanel .icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(./images/icons/icon_exit_white_mini.png) !important;
	background-repeat: no-repeat;
}
.stickyPanel .icon + span {
	margin-left: 3px;
	vertical-align: middle;
}
.stickyPanel .logout .icon {
	background-position: 0 0;
}
.auth-buttons .link.register-btn,
.auth-buttons .link.register-btn {
	background: linear-gradient(166deg, #65afec 0%, #9c6bc7 100%);
	border-radius: 18px;
	padding: 8px 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 143%;
	text-align: center;
	color: #fff;
	opacity: 1;
	text-decoration: none !important;
	border: none !important;
	transition: all 0.3s ease-in-out;
	display: block;
}
.auth-buttons .link.register-btn:hover {
	opacity: 1;
	transform: scale(1.02);
}
.stickyPanel .auth-buttons .login-old-btn {
	background: #f3f4f6 !important;
   border-radius: 18px;
   border: 1px solid #dcdfe4 !important;
   padding: 8px 20px;
   font-weight: 500;
   font-size: 14px;
   line-height: 143%;
   text-align: center;
   color: #131720;
   opacity: 1;   
   cursor: pointer;
   transition: all 0.3s ease-in-out;
   display: block;
}
.stickyPanel .auth-buttons .login-old-btn:hover {
   opacity: 1;
   transform: scale(1.02);
}
.old-login-block {
	position: relative;
}
.old-login-information {
	opacity: 0;
	position: absolute;
	transition: all 0.3s ease-in-out;
	padding: 10px;
	font-weight: 500;
	font-size: 12px;
	line-height: 110%;
	background: white;
	border: 1px solid #cacaca;
	border-radius: 10px;
	margin-top: 5px;
	display: block;
	letter-spacing: -0.3px;
}
.old-login-block:hover .old-login-information {
	opacity: 1;
}
@media only screen and (min-width: 768px){
	.respOn .stickyPanel .button.cabinet {
		display: none;
	}
}
@media only screen and (min-width: 960px){
	.respOn .stickyPanel .navigation {
		display: block;
	}
	.respOn .stickyPanel .mobileToggle_btn,
	.auth-buttons-mobile {
		display: none;
	}
}
@media only screen and (max-width: 1050px){
	.stickyPanel .navigation li {
		margin-left: 7px;
	}
}
@media only screen and (max-width: 959px){
	.stickyPanel {
		background: #f6f7fd !important;
		transition: all 0s !important;
	}
	.menu-active .stickyPanel {
		background: transparent !important;
	}
	.stickyPanel .navigation li {
		margin-left: 0;
	}
	.stickyPanel .navigation.expanded {
		width: 578px;
		top: 66px;
	}
	.new-container:before, .new-container:after {
		display: none;
	}
	.stickyPanel .new-container {
		justify-content: space-between;
	}
	.dib.vam.auth-buttons {
		display: none;
	}
	.stickyPanel ul {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.stickyPanel .navigation li {
		padding: 0;
		font-weight: 500;
		font-size: 15px;
		line-height: normal;
	}
	.stickyPanel .navigation a, .link.secondary {
		opacity: 1;
	}	
	.stickyPanel .navigation a, .stickyPanel .navigation span, .link.secondary {
		color: #3c3836;
	}
	.auth-buttons .link.signup-btn {
		width: 100%;
		margin-bottom: 17px;
	}
	.stickyPanel .brand {
		width: 144px;
	}
	.auth-buttons {
		flex-wrap: wrap;
		justify-content: center;
	}
	.auth-buttons-mobile-top {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 17px;
		padding-top: 20px;
		border-top: 1px solid #cacaca
	}
	.link.gray.login-btn {
		border-radius: 18px;
		padding: 7px 18px;
		font-weight: 500;
		font-size: 14px;
		line-height: 143%;
		text-align: center;
		opacity: 1;
		text-decoration: none !important;
		border: 1px solid #3c3836 !important;
		transition: all 0.3s ease-in-out;
		display: block;
	}
	.auth-buttons-mobile-bottom {
		gap: 3px;
	}
	.stickyPanel .auth-buttons .login-old-btn {
		width: 100%;
		margin-top: 17px;
	}
	.login-old-btn::after {
		content: '*';
        font-weight: 500;
        font-size: 18px;
        line-height: 80%;
		color: #131720;
	}
	.old-login-information {
		opacity: 1;
		position: static;
		background: transparent;	
		border: none;
		margin-top: 0;
	}
}
@media only screen and (max-width: 767px){
	.stickyPanel {
		padding: 22px 0;
	}
	.stickyPanel .navigation.expanded {
		width: 100%;
		max-width: 345px;
	}
}

@media only screen and (max-width: 420px) {
	.stickyPanel .new-container {
		position: relative;
	}
    .stickyPanel .navigation.expanded {
        width: calc(100% - 20px);
        max-width: 100%;
        left: 10px;
    }
}
/* Fixed Menu [end] */