.header-right .geo-hint .close {
    display: none;
}

.section-znaczenie-prof .general-znaczenie-prof .right-block-procedure .right-block-courier-procedure-up.city-warszawa {
    background: url(https://dev.prominpartner.com/wp-content/themes/promin/assets/images/img/holovna/warszawa-courier.webp) center center no-repeat;
    background-size: cover;
}

.section-znaczenie-prof .general-znaczenie-prof .right-block-procedure .right-block-courier-procedure-up.city-krakow {
    background: url(https://dev.prominpartner.com/wp-content/themes/promin/assets/images/img/holovna/krakow-courier.webp) center center no-repeat;
    background-size: cover;
}

.section-znaczenie-prof .general-znaczenie-prof .right-block-procedure .right-block-courier-procedure-up.city-gdansk {
    background: url(https://dev.prominpartner.com/wp-content/themes/promin/assets/images/img/holovna/gdansk-courier.webp) center center no-repeat;
    background-size: cover;
}

.header-preright {
    display: flex;
    align-items: center;
    position: relative;
}

.header-right {
    display: flex;
    gap: 0.5208333333vw;
    align-items: center;
    position: relative;
}

.header-right .city-list,
.header-right .lang-list {
    position: relative;
}

.header-right .phone-item,
.menu_burger-1 .phone-item {
    display: none;
}

.header-right .active-city,
.header-right .active-lang {
    border: 0.0520833333vw solid #d9d9d9;
    border-radius: 52.0833333333vw;
    padding: 0 0.9375vw;
    height: 3.125vw;
    display: flex;
    justify-content: space-between;
    ;
    align-items: center;
    width: fit-content;
    gap: 0.5208333333vw;
    cursor: pointer;
    transition: 0.3s;
    min-width: 10.4166666667vw;
    position: relative;
}

.header-right .active-lang {
    min-width: 0;
}

.header-right .active-city:before,
.header-right .active-lang:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 1.0416666667vw);
    /* background: red; */
    z-index: -1;
}

.header-right .active-city p,
.header-right .active-lang p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.0416666667vw;
    line-height: 100%;
    /* letter-spacing: -0.04em; */
    color: #000;
    user-select: none;
}

.header-right .active-city .i {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5208333333vw;
}

.header-right .active-city .i svg {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
}

.header-right .active-city .arrow svg,
.header-right .active-lang .arrow svg {
    width: 1.25vw;
    height: 1.25vw;
    transition: 0.3s;
}

.header-right .active-city .i svg path,
.header-right .active-city .arrow svg path {
    transition: 0.3s;
}

.header-right .active-city:hover,
.header-right .active-lang:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
}

.header-right .full-city-list,
.header-right .full-lang-list,
.header-right .geo-hint {
    position: absolute;
    top: calc(100% + 0.5208333333vw);
    background: green;
    border-radius: 1.25vw;
    padding: 1.0416666667vw;
    width: 16.40625vw;
    max-height: 15vw;
    box-shadow: 0 0 2.6041666667vw 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.header-right .full-lang-list {
    width: 100%;
}

.header-right .full-lang-list a {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8333333333vw;
    line-height: 120%;
    text-transform: uppercase;
    color: #1e1e1e;
    padding: 0.625vw 0;
    border-bottom: 0.0520833333vw solid rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.header-right .full-lang-list a:first-child {
    padding-top: 0;
}

.header-right .full-lang-list a:last-child {
    padding-bottom: 0;
    border: none;
}

.header-right .city-list.active .full-city-list,
.header-right .lang-list.active .full-lang-list,
.header-right .geo-hint.active {
    opacity: 1;
    visibility: visible;
}

.header-right .geo-hint .footer-link-wrapper {
    display: none;
}

.header-right .city-list.active .active-city .arrow svg,
.header-right .lang-list.active .active-lang .arrow svg {
    transform: rotate(180deg);
}

.header-right .city-list.active .active-city,
.header-right .lang-list.active .active-lang {
    background: #000;
}

.header-right .city-list.active .active-city p,
.header-right .lang-list.active .active-lang p {
    color: #fff;
}

.header-right .city-list.active .active-city .i svg path,
.header-right .lang-list.active .active-lang .i svg path {
    fill: #FBC707;
}

.header-right .city-list.active .active-city .arrow svg path,
.header-right .lang-list.active .active-lang .arrow svg path {
    stroke: #FBC707;
}

.header-right .check-geo {
    display: flex;
    align-items: center;
    gap: 0.5208333333vw;
    cursor: pointer;
    padding-bottom: 1.0416666667vw;
    border-bottom: 0.0520833333vw solid #e4e4e4;
}

.header-right .check-geo svg {
    width: 0.8333333333vw;
    height: auto;
}

.header-right .check-geo svg path {
    fill: #FBC707;
}

.header-right .check-geo p {
    transition: 0.3s;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.7291666667vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #000;
    user-select: none;
}

.header-right .check-geo:hover p {
    color: #FBC707;
}

.header-right .city-list .footer-link-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    overflow: auto;
    margin-top: 0.4166666667vw;
}

.header-right .city-list .footer-link-wrapper a {
    padding: 0.625vw 0;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 0.8333333333vw;
    line-height: 120%;
    color: #1e1e1e;
    max-width: 11.4583333333vw;
    border-top: 0.0520833333vw solid rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    user-select: none;
}

.header-right .city-list .footer-link-wrapper a.active {
    padding-left: 1.3541666667vw;
    position: relative;
}

.header-right .city-list .footer-link-wrapper a.active:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    background: red;
    transform: translate(0, -50%);
    background: url(https://dev.prominpartner.com/wp-content/themes/promin/assets/images/header/header-active-city-accent.svg) center center no-repeat;
    background-size: cover;
}

.header-right .city-list .footer-link-wrapper a:hover {
    color: #FBC707;
}

.header-right .city-list .footer-link-wrapper a:first-child {
    border: none;
    margin-top: 0.4166666667vw;
}

.header-right .city-list .footer-link-wrapper::-webkit-scrollbar {
    margin: 0vw;
    background: none;
    width: 0.2083333333vw;
}

.header-right .city-list .footer-link-wrapper::-webkit-scrollbar-button {
    display: none;
}

.header-right .city-list .footer-link-wrapper::-webkit-scrollbar-track-piece {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 0.5208333333vw;
}

.header-right .city-list .footer-link-wrapper::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 0.5208333333vw;
}

.header-right .geo-hint {
    position: absolute;
    right: 0;
    padding-top: 1.5625vw;
}

.header-right .geo-hint p {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 1.0416666667vw;
    text-align: center;
    color: #999;
}

.header-right .geo-hint .mob,
.header-right .geo-hint .mob-desc {
    display: none;
}

.header-right .geo-hint p span {
    color: #000;
}

.header-right .geo-hint .btns {
    display: flex;
    width: 100%;
    margin-top: 1.5625vw;
    gap: 0.5208333333vw;
}

.header-right .geo-hint .btns div {
    border-radius: 520.8333333333vw;
    height: 3.125vw;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #f5f5f5;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 1.0416666667vw;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #1e1e1e;
}

.header-right .geo-hint .btns div:last-child {
    background: #fbc707;
    text-decoration: none;
}

.menu_burger-0 {
    display: none !important;
}

.city-numbers {
    margin-top: 5vw;
}

.city-numbers .mini-container-w {
    margin: auto;
}

.city-numbers .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0;
    margin-top: 4.1666666667vw;
}

.city-numbers .list .item {
    padding: 0 2.0833333333vw;
    border-left: 0.0520833333vw solid #e4e4e4;
    display: flex;
    flex-direction: column;
    grid-gap: 1.0416666667vw;
}

.city-numbers .list .item:first-child {
    padding-left: 0;
    border: none;
}

.city-numbers .list .item:last-child {
    padding-right: 0;
}

.city-numbers .list .item .head {
    font-weight: 500;
    font-size: 3.3333333333vw;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #000;
}

.city-numbers .list .item .desc {
    font-weight: 400;
    font-size: 1.0416666667vw;
    line-height: 140%;
    color: #999;
}

.city-numbers.centered h2,
.city-numbers.centered .list .item{
	text-align: center;
	width: 100%;
}
.city-numbers.centered .list .item:first-child{
	padding-left: 2.0833333333vw;
}
.city-numbers.centered .list .item:last-child{
	padding-right: 2.0833333333vw;
}

@media (max-width:1660px) {
	.header-right{
	    display: flex;
	    gap: 10px;
	    align-items: center;
	}
	.header-right .city-list,
	.header-right .lang-list,
	.menu_burger-1 .lang-list{
	    position: relative;
	}
	.header-right .active-city,
	.header-right .active-lang,
	.menu_burger-1 .active-lang{
	    border: 1px solid #d9d9d9;
	    border-radius: 1000px;
	    padding: 0 18px;
	    height: 48px;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    width: fit-content;
	    gap: 10px;
	    cursor: pointer;
	    transition: 0.3s;
	    min-width: 200px;
	    position: relative;
	}
	.header-right .active-lang,
	.menu_burger-1 .active-lang{
		min-width: 0;
	}
	.header-right .active-city:before,
	.header-right .active-lang:before,
	.menu_burger-1 .active-lang:before{
	    content: '';
	    position:absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: calc(100% + 20px);
	    /* background: red; */
	    z-index: -1;
	}
	.header-right .active-city p,
	.header-right .active-lang p,
	.menu_burger-1 .active-lang p{
	    font-family: "Manrope", sans-serif;
	    font-weight: 400;
	    font-size: 16px;
	    line-height: 100%;
	    /* letter-spacing: -0.04em; */
	    color: #000;
	    user-select: none;
	}
	.header-right .active-city .i{
	    display: flex;
	    align-items: center;
	    justify-content: flex-start;
	    gap: 10px;
	}
	.header-right .active-city .i svg{
	    width: 20px;
	    height: 20px;
	}
	.header-right .active-city .arrow svg,
	.header-right .active-lang .arrow svg{
	    width: 24px;
	    height: 24px;
		transition: 0.3s;
	}
	.header-right .active-city .i svg path,
	.header-right .active-city .arrow svg path{
		transition: 0.3s;
	}
	.header-right .active-city:hover,
	.header-right .active-lang:hover,
	.menu_burger-1 .active-lang:hover{
	    background: #f5f5f5;
	    border-color: #f5f5f5;
	}
	.header-right .full-city-list,
	.header-right .full-lang-list,
	.menu_burger-1 .full-lang-list{
	    position: absolute;
	    top: calc(100% + 10px);
	    background: green;
	    border-radius: 24px;
	    padding: 20px;
	    width: 300px;
	    max-height: 288px;
	    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
	    background: #fff;
	    display: flex;
	    flex-direction: column;
	    visibility: hidden;
	    opacity: 0;
	    transition: 0.3s;
	}
	.header-right .full-lang-list,
	.menu_burger-1 .full-lang-list{
		min-width: 100%;
		width: fit-content;
	}
	.header-right .full-lang-list a,
	.menu_burger-1 .full-lang-list a{
		font-family: "Manrope", sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 120%;
		text-transform: uppercase;
		color: #1e1e1e;
		padding: 12px 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
		transition: 0.3s;
	}
	.header-right .full-lang-list a:first-child,
	.menu_burger-1 .full-lang-list a:first-child{
		padding-top: 0;
	}
	.header-right .full-lang-list a:last-child,
	.menu_burger-1 .full-lang-list a:last-child{
		padding-bottom: 0;
		border: none;
	}
	.header-right .city-list.active .full-city-list,
	.header-right .lang-list.active .full-lang-list,
	.menu_burger-1 .lang-list.active .full-lang-list{
		opacity: 1;
		visibility: visible;
	}
	.header-right .city-list.active .active-city .arrow svg,
	.header-right .lang-list.active .active-lang .arrow svg,
	.menu_burger-1 .lang-list.active .active-lang .arrow svg{
		transform: rotate(180deg);
	}
	.header-right .city-list.active .active-city,
	.header-right .lang-list.active .active-lang,
	.menu_burger-1 .lang-list.active .active-lang{
		background: #000;
	}
	.header-right .city-list.active .active-city p,
	.header-right .lang-list.active .active-lang p,
	.menu_burger-1 .lang-list.active .active-lang p{
		color: #fff;
	}
	.header-right .city-list.active .active-city .i svg path,
	.header-right .lang-list.active .active-lang .i svg path,
	.menu_burger-1 .lang-list.active .active-lang .i svg path{
		fill: #FBC707;
	}
	.header-right .city-list.active .active-city .arrow svg path,
	.header-right .lang-list.active .active-lang .arrow svg path,
	.menu_burger-1 .lang-list.active .active-lang .arrow svg path{
		stroke: #FBC707;
	}
	
	.header-right .check-geo{
	    display: flex;
	    align-items: center;
	    gap: 10px;
	    cursor: pointer;
	    padding-bottom: 20px;
	    border-bottom: 1px solid #e4e4e4;
	}
	.header-right .check-geo svg{
	    width: 16px;
	    height: auto;
	}
	.header-right .check-geo svg path{
	    fill: #FBC707;
	}
	.header-right .check-geo p{
	    transition: 0.3s;
	    font-family: "Manrope", sans-serif;
	    font-weight: 400;
	    font-size: 14px;
	    line-height: 120%;
	    letter-spacing: -0.02em;
	    text-decoration: underline;
	    text-decoration-skip-ink: none;
	    color: #000;
	    user-select: none;
	}
	.header-right .check-geo:hover p{
	    color: #FBC707;
	}
	.header-right .city-list .footer-link-wrapper{
	    display: flex;
	    flex-direction: column;
	    flex-grow: 1;
	    height: 100%;
	    overflow: auto;
	    margin-top: 8px;
	}
	.header-right .city-list .footer-link-wrapper a{
	    padding: 12px 0;
	    font-family: "Manrope", sans-serif;
	    font-weight: 400;
	    font-size: 16px;
	    line-height: 120%;
	    color: #1e1e1e;
	    max-width: 220px;
	    border-top: 1px solid rgba(0, 0, 0, 0.05);
	    transition: 0.3s;
	    user-select: none;
	}
	.header-right .city-list .footer-link-wrapper a.active{
		padding-left: 26px;
		position: relative;
	}
	.header-right .city-list .footer-link-wrapper a.active:before{
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 16px;
		height: 16px;
		background: red;
		transform: translate(0, -50%);
		background: url(https://dev.prominpartner.com/wp-content/themes/promin/assets/images/header/header-active-city-accent.svg) center center no-repeat;
		background-size: cover;
	}
	.header-right .city-list .footer-link-wrapper a:hover{
		color: #FBC707;
	}
	.header-right .city-list .footer-link-wrapper a:first-child{
	    border: none;
	    margin-top: 8px;
	}
	
	.header-right .city-list .footer-link-wrapper::-webkit-scrollbar{
				margin: 0px;
				background: none;
				width: 4px;
			}
	.header-right .city-list .footer-link-wrapper::-webkit-scrollbar-button{
				display: none;
			}
	.header-right .city-list .footer-link-wrapper::-webkit-scrollbar-track-piece{
				background: rgba(0, 0, 0, 0.05);
				border-radius: 10px;
			}
	.header-right .city-list .footer-link-wrapper::-webkit-scrollbar-thumb{
				background: #000;
				border-radius: 10px;
			}

	.header-right .geo-hint{
		position: absolute;
		right: 0;
		padding: 20px;
		padding-top: 30px;
		border-radius: 24px;
	}
	
	.header-right .geo-hint p{
		font-family: "Manrope", sans-serif;
		font-weight: 500;
		font-size: 16px;
		text-align: center;
		color: #999;
	}
	.header-right .geo-hint p span{
		color: #000;
	}
	.header-right .geo-hint .btns{
		display: flex;
		width: 100%;
		margin-top: 30px;
		gap: 10px;
	}
	.header-right .geo-hint .btns div{
		border-radius: 10000px;
		height: 48px;
		flex-grow: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		background: #f5f5f5;
		font-family: "Manrope", sans-serif;
		font-weight: 600;
		font-size: 16px;
		line-height: 100%;
		text-decoration: underline;
		text-decoration-skip-ink: none;
		color: #1e1e1e;
	}
	.header-right .geo-hint .btns div:last-child{
		background: #fbc707;
		text-decoration: none;
	}

	.city-numbers{
		margin-top: 200px;
	}
	.city-numbers .mini-container-w{
		margin: auto;
	}
	.city-numbers .list{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 0;
		margin-top: 80px;
	}
	.city-numbers .list .item{
		padding: 0 40px;
		border-left: 1px solid #e4e4e4;
		display: flex;
		flex-direction: column;
		grid-gap: 20px;
	}
	.city-numbers.centered .list .item:first-child{
		padding-left: 40px;
	}
	.city-numbers.centered .list .item:last-child{
		padding-right: 40px;
	}
	.city-numbers .list .item:first-child{
		padding-left: 0;
		border: none;
	}
	.city-numbers .list .item:last-child{
		padding-right: 0;
	}
	.city-numbers .list .item .head{
		font-weight: 500;
		font-size: 64px;
		line-height: 100%;
		letter-spacing: -0.04em;
		color: #000;
	}
	.city-numbers .list .item .desc{
		font-weight: 400;
		font-size: 20px;
		line-height: 140%;
		color: #999;
	}


	
}

@media (max-width:1440px) {
	.header-right .active-city{
		min-width: 160px;
	}
	.header-right .geo-hint{
		width: 306px;
		right: 0;
		width: 100%;
		max-height: none;
	}
	.header-right .phone-item{
		display: flex;
		width: 48px;
		height: 48px;
		justify-content: center;
		align-items: center;
		padding: 0;
		border: 1px solid #d9d9d9;
		border-radius: 50%;
		transition: 0.3s;
		cursor: pointer;
	}

	.city-numbers .list{
		grid-template-columns: 1fr 1fr;
	}
	.city-numbers .list .item:nth-child(1),
	.city-numbers .list .item:nth-child(3){
		padding-left: 0;
		border-left: none;
	}
	.city-numbers .list .item:nth-child(1),
	.city-numbers .list .item:nth-child(2){
		padding-bottom: 30px;
	}
	.city-numbers .list .item:nth-child(4),
	.city-numbers .list .item:nth-child(3){
		padding-top: 30px;
		border-top: 1px solid #e4e4e4;
	}
	.city-numbers .list .item .head{
		font-size: 64px;
		line-height: 100%;
		letter-spacing: -0.04em;
		color: #000;
	}
	.city-numbers .list .item .desc{
		font-size: 20px;
		line-height: 140%;
		color: #999;
	}
}

@media (max-width:768px) {
	.header-right .active-lang .arrow{
		display: none;
	}
	.header-right .active-city, 
	.header-right .active-lang,
	.menu_burger-1 .active-lang,
	.menu_burger-1 .phone-item,
	.header-right .phone-item{
		display: flex;
		width: 40px;
		height: 40px;
		justify-content: center;
		align-items: center;
		padding: 0;
		border: 1px solid #d9d9d9;
		border-radius: 50%;
		transition: 0.3s;
		cursor: pointer;
	}
	.header-right .geo-hint{
		top: 60px;
	}
	.menu_burger-1 .active-lang,
	.menu_burger-1 .phone-item{
		border: 1px solid #353535;
	}
	.header-right .phone-item:hover,
	.menu_burger-1 .phone-item:hover{
		background: #f5f5f5
	}
	.header-right .active-lang p,
	.menu_burger-1 .active-lang p{
		font-weight: 600;
	}
	.header-right .city-list{
		display: none;
	}
	.header-right .full-lang-list,
	.menu_burger-1 .full-lang-list{
		min-width: 90px;
	}
	.header-right .phone-item svg,
	.menu_burger-1 .phone-item svg{
		width: 20px;
		height: 20px;
	}
	.header-right,
	.menu_burger-1 .menu-right {
		gap: 4px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.menu_burger-1 .active-lang p{
		color: #fff;
	}
	.menu_burger-1 .phone-item svg path{
		fill: #fff;
	}
	.menu_burger-1 .active-lang:hover,
	.menu_burger-1 .phone-item:hover,
	.menu_burger-1 .lang-list.active .active-lang{
		background: rgba(255,255,255,0.1);
		border-color: rgba(255,255,255,0.25);
	}
	.menu_burger-1 .full-lang-list{
		background: #141414;
		border: 1px solid #353535;
	}
	.menu_burger-1 .full-lang-list a{
		color: #fff;
	}
	.menu_burger-1 .full-lang-list a{
		border-bottom: 1px solid #353535;
	}
	.header-right .geo-hint{
		/* display: none; */
	}


	.menu_burger-0{
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin-bottom: 20px;
	}

	.menu_burger-0 .city-head{
		font-weight: 600;
		font-size: 14px;
		letter-spacing: -0.04em;
		color: #999;
		margin-top: 10px;
	}

	.menu_burger-0 .city-list{
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
		border: 1px solid #353535;
		border-radius: 16px;
		width: 100%;
		padding: 0 20px;
		max-height: 46px;
		overflow: hidden;
		transition: 0.3s;
	}

	.menu_burger-0 .city-list.active{
		max-height: 400px;
	}

	.menu_burger-0 .city-list .active-city{
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		gap: 10px;
		margin: 15px 0;
	}

	.menu_burger-0 .check-geo{
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		gap: 10px;
		margin-top: 10px;
	}

	.menu_burger-0 .active-city svg,
	.menu_burger-0 .check-geo svg{
		width: 16px;
		height: auto;
	}

	.menu_burger-0 .active-city svg path,
	.menu_burger-0 .check-geo svg path{
		fill: #FBC707;
	}

	.menu_burger-0 .city-list.active .active-city svg path{
		fill: rgba(153, 153, 153, 0.5);
	}
	.menu_burger-0 .city-list.active .active-city p{
		color: rgba(153, 153, 153, 0.5);
	}

	.menu_burger-0 .geo-hint{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.menu_burger-0 .geo-hint p{
		font-weight: 500;
		font-size: 16px;
		color: #999;
	}
	.menu_burger-0 .geo-hint p span{
		color: #fff;
	}
	.menu_burger-0 .geo-hint .btns{
		display: flex;
		gap: 10px;
	}

	.menu_burger-0 .geo-hint .btns div{
		background: #f5f5f5;
		border-radius: 10000px;
		padding: 16px 0px;
		width: 60px;
		height: 48px;
		font-weight: 600;
		font-size: 16px;
		line-height: 100%;
		color: #1e1e1e;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}

	.menu_burger-0 .geo-hint .btns div:last-child{
		background: #fbc707;
	}

	.menu_burger-0 .full-city-list{
		width: 100%;
	}

	.menu_burger-0 .check-geo p{
		font-weight: 500;
		font-size: 16px;
		line-height: 120%;
		text-decoration: underline;
		text-decoration-skip-ink: none;
		color: #fff;
	}

	.menu_burger-0 .footer-link-wrapper{
		display: flex;
		flex-direction: column;
		margin-top: 20px;
		width: 100%;
		max-height: 200px;
		overflow: auto;
	}
	.menu_burger-0 .footer-link-wrapper a{
		font-weight: 500;
		font-size: 16px;
		line-height: 120%;
		color: #fff;
		padding: 12px 0;
		border-top: 1px solid rgba(255, 255, 255, 0.05);
		margin-right: 10px !important;
	}

	.menu_burger-0 .footer-link-wrapper::-webkit-scrollbar{
			margin: 0px;
			background: none;
			width: 4px;
		}
.menu_burger-0 .footer-link-wrapper::-webkit-scrollbar-button{
			display: none;
		}
.menu_burger-0 .footer-link-wrapper::-webkit-scrollbar-track-piece{
			background: rgba(255, 255, 255, 0.05);
			border-radius: 10px;
		}
.menu_burger-0 .footer-link-wrapper::-webkit-scrollbar-thumb{
			background: #fff;
			border-radius: 10px;
		}

	
	
	.header-right .geo-hint{
		width: calc(100vw  - 20px);
		right: -54px;
		height: fit-content;
		max-height: none;
		align-items: flex-start;
	}

	.move-to-down .header-right .geo-hint{
		right: -64px;
		top: calc(100% + 20px);
	}
	
	.header-right .geo-hint .footer-link-wrapper{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		margin-top: 30px;
		width: 100%;
	}

	.header-right .geo-hint .footer-link-wrapper a{
		border-radius: 16px;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		background: #f5f5f5;
		font-weight: 500;
		font-size: 20px;
		line-height: 120%;
		text-align: center;
		color: #000;
		margin: 0 !important;
	}
	.header-right .geo-hint .footer-link-wrapper a:focus{
		background: #fbc707 !important;
	}
	.header-right .geo-hint .footer-link-wrapper a.active{
		color: #fff;
		background: #000;
	}

	.header-right .geo-hint .desc{
		display: none;
	}
	
	.header-right .geo-hint .mob-desc{
		display: block;
		font-weight: 600;
		font-size: 16px;
		color: #000;
		margin-top: 20px;
		text-align: left;
	}

	.header-right .geo-hint .mob{
		display: block;
		text-align: left;
		font-weight: 600;
		font-size: 24px;
		line-height: 100%;
		letter-spacing: -0.02em;
		color: #999;
		padding-right: 40px;
	}
	.header-right .geo-hint .mob br{
	    display: none;
	}
	.header-right .geo-hint .mob span{
		color: #000;
	}
	.header-right .geo-hint .btns{
		display: none;
	}

	.header-right .geo-hint .close{
		position: absolute;
		right: 10px;
		top: 10px;
		cursor: pointer;
		display: block;
	}

	.menu_burger-0{
		display: flex !important;
	}

	.city-numbers{
		margin-top: 100px;
	}

	.city-numbers .list{
		grid-template-columns: 1fr;
		margin-top: 40px;
	}
	.city-numbers .list .item:nth-child(1),
	.city-numbers .list .item:nth-child(2),
	.city-numbers .list .item:nth-child(3),
	.city-numbers .list .item:nth-child(4){
		padding: 22px 0;
		border-left: none;
		border-top: 1px solid #e4e4e4;
	}
	.city-numbers.centered .list .item{
		text-align: left;
	}
	.city-numbers.centered .list .item:first-child{
		padding-left: 0;
	}
	.city-numbers .list .item{
		flex-direction: row;
	}
	.city-numbers .list .item .head{
		font-size: 36px;
		line-height: 100%;
		letter-spacing: -0.04em;
		color: #000;
		width: 150px;
	}
	.city-numbers .list .item .desc{
		font-size: 12px;
		line-height: 140%;
		color: #999;
	}

}