/*@font-face {
	font-family: 'Rosatom'; 
	src: url(fonts/Rosatom-Regular.ttf); 
}

@font-face {
	font-family: 'RosatomLight'; 
	src: url(fonts/Rosatom-Light.ttf); 
}*/

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Rosatom';
}

.map_wrapper::-webkit-scrollbar {
    width: 0;
    height: 2em
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tvel_map_mobile .map_nextMap span {
	white-space: nowrap;
}

.map_wrapper {
    width: 1920px;
    height: 749px;
    background-color: #003274;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.map_wrapper * {
	/*box-sizing: content-box;*/
	max-width: 100vw;
}

.map_info {
	z-index: 3;
	background-color: #003274;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.map_info h3, .map_info p, .map_info li, .map_info span, .map_info p {
    margin-left: 13vw;
}

.map_text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-grow: 1;
}

.map_text h3, .map_text p, .map_text li, .map_nextMap span, .map_nextMap p {
    color: #fff;
}

.map_text h3 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
}

.map_text p {
    font-size: 21px;
    text-transform: uppercase;
}

.map_text li {
    display: flex;
    font-size: 21px;
    margin-bottom: 8px;
}

.map_text li div {
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 20px;
}

.map_nextMap {
    cursor: pointer;
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 38px 87px 38px 0;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.09) 0%, rgba(217, 217, 217, 0.09) 100%);
    transition-duration: .3s;
}

.map_nextMap img {
    width: 160px;
    transition-duration: .3s;
}

.map_nextMap:hover img {
    padding-left: 30px;
    transition-duration: .3s;
}

.map_nextMap:hover {
    padding-right: 57px;
    background: linear-gradient(0deg, rgba(217, 217, 217, 0.09) 0%, rgba(217, 217, 217, 0.2) 100%);
    transition-duration: .3s;
}

.map_nextMap div {
    margin-right: 17px;
}

.map_nextMap span {
    font-size: 14px;
    text-transform: lowercase;
}

.map_nextMap p {
    font-size: 18px;
    font-weight: 700;
}

.map {
    position: relative;
}

.map>img {
    width: 1142px;
    height: 749px;
	opacity: 1 !important;
	max-width: unset;
}

.map svg {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.map circle {
	fill: #AEFAE2;
	cursor: pointer;
    filter: drop-shadow(0px 3.57733px 9.53956px rgba(13, 30, 55, 0.5));
}

.map .circle_color_2 {
    background-color: #A5BFF0;
}

.map .circle_color_2:hover {
	background-color: #6495F1 !important;
}

.map circle:hover {
    fill: #56FECA;
}

.disable {
    display: none;
}

.map_popup {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(0%,-50%);
    border-radius: 19px;
    background-color: #fff;
    padding: 16px 35px 16px 64px;
	min-width: 270px;
}

.map_popup h4 {
    color: #26388E;
    text-align: center;
    font-size: 33px;
	text-transform: capitalize;
	font-family: 'RosatomWebBold';
}

.map_popup div {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.map_popup .row {
    justify-content: flex-start;
    padding-left: 23%;
	flex-wrap: nowrap;
}

.map_popup div p {
    color: #26388E;
    font-size: 16px;
    margin-left: 14px;
	font-size: 16.6942px;
	line-height: 118.3%;
	letter-spacing: -0.015em;
	/*text-transform: lowercase;*/
}

.map_popup div:nth-of-type(1) span {
	display: block;
    color: #26388E;
    font-size: 34px;
    font-family:'RosatomWebBold';
    width: 99px;
    text-align: right;
    width: 100%;
    max-width: 39px;
    margin-right: 5px;
    padding: 0;
    flex: unset;
}

.map_popup div:nth-of-type(2) span {
    color: #24DDA4;
    font-size: 34px;
    font-family:'RosatomWebBold';
	display: block;
    width: 90px;
    flex-shrink: 0;
    text-align: right;
}

.popup_progress {
    position: absolute;
    border-radius: 50%;
    left: calc(0% - 21px);
    top: 49.79292%;
    transform: translate(0%,-50%);
}

.popup_progress_fill {
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    transform: translate(0%,-50%);
}

.popup_progress_bar {
	overflow: hidden;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #56FECA;
	box-shadow: -11px 2px 6.85114px rgba(13, 30, 55, 0.55);
}

.map_name {
	font-family: 'RosatomWebBold';
	text-align: center;
	color: #26388E !important;
	margin: 0;
}

.map_mobile_scale_container {
    position: relative;
}

.map_mobile_scale {
    position: absolute;
    top: -123px;
	right: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(89.91deg, rgba(40, 91, 157, 0.04) 10.33%, rgba(0, 50, 116, 0.84) 133.66%);
	backdrop-filter: blur(1.80738px);
}

.map_text_mobile .map_mobile_scale p, .tvel_map_mobile .map_mobile_scale p {
    color: #fff;
    margin: 19px;
    font-size: 41px;
    font-family: 'RosatomLight';
}

.map_item {
    display: flex;
	position: absolute;
	cursor: pointer;
    justify-content: center;
    align-items: center;
    background-color: #AEFAE2;
    border-radius: 50%;
    /*transition: opacity .5s, background-color .5s;*/
}

.map_item:hover {
	background-color: #56FECA;
}

.map_item [data-fos='1'], .map_item [data-fos='2'], .map_item [data-fos='3'], .map_item [data-fos='4']  {
    font-size: 32px;
}

.map_item [data-fos='6'], .map_item [data-fos='9'] {

    font-size: 50px;
}

.map_item [data-fos='35'] {
    font-size: 59px;
}

.map_wrapper_mobile {
    display: none;
    height: auto;
    width: auto;
}

.map_mobile {
    height: 395px;
    overflow: scroll;

}
.map_mobile::-webkit-scrollbar {
    display: none;
}

.map_mobile .map_item p {
    margin: 0;
}

.map_mobile svg {
    width: 1142px;
    height: 749px;
}

.map_text_mobile h3 {
    font-size: 38px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.map_text_mobile p {
    font-size: 16px;
    margin-bottom: 50px;
}

.map_text_mobile ol {
    margin-bottom: 28px;
}

.map_text_mobile ol li {
    margin-bottom: 16px;
}

.enterprises_map  circle{
    fill: #94CDFF;
}

.enterprises_map_item {
    background-color: #94CDFF;
    padding: 6px;
}

.enterprises_map_item img {
	opacity: 1;
}

.enterprises_map_item [data-size="19"] {
    width: 30px;
    height: 30px;
}

.enterprises_map_item [data-size="25"] {
    width: 42px;
    height: 42px;
}


.enterprises_map_item [data-size="28"] {
    width: 48px;
    height: 48px;
}

.enterprises_map_item [data-size="43"] {
    width: 78px;
    height: 78px;
}

.map_choose {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #003274;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
    padding: 47px;
    z-index: 100;
    overflow: hidden;
    max-width: 394px;
    transition: 1s ease height;
    height: 395px;
}

.close_choose {
    height: 15px;
    transition: 1s ease height;
}

.map_choose p{
    position: relative;
    color: #fff;
    font-size: 21px;
    cursor: pointer;
}

.map_choose p:hover {
    color: #6CACE4;
}

.map_choose p::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-right: 60px;
    transform: rotate(135deg);
}

.map_choose ol {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
	justify-content: left;
    row-gap: 13px;
}

.map_choose ol li {
    cursor: pointer;
    width: calc(50% - 5px);
    color: #fff;
	font-size: 16px;
}

.map_choose ol li:hover {
    color: #6CACE4;
}


.tvel_map {
    display: none;
}

.tvel_map_mobile {
    display: none;
}

.map_popup_enterprises {
    width: max-content;
	min-width: 114px;
    padding: 12px;
    left: calc(50% + 50px);
	background: #5577A9;
    /*background: linear-gradient(121.42deg, rgba(198, 210, 255, 0.39) 6.02%, rgba(255, 255, 255, 0.28) 104.99%);
    backdrop-filter: blur(15px);*/
}

.map_popup_enterprises p, .map_popup_enterprises span {
    color: #fff;
}
.map_popup_enterprises p {
    font-size: 18px;
	margin-bottom: 0px;
	font-weight: 700;
}

.map_popup_enterprises span {
    font-size: 14px;
	font-weight: 400;
}

.map_popup_enterprises .popup_progress {
    left: calc(0% - 69px);
}

.tvel_map_mobile .map_nextMap span, .tvel_map_mobile .map_nextMap p {
    margin-left: 10vw;
}

.tvel_map_mobile .map_mobile {
    height: 504px;
}

.tvel_map_info_mobile h3, .tvel_map_info_mobile ol {
    margin-bottom: 30px;
}

.popup_tvel_grad {
    display: none !important;
}

@media (max-width: 900px) {
    .map_wrapper {
        display: none;
    }
    .map_wrapper_mobile {
        display: block;
    }
    .tvel_map_mobile {
        display: none;
    }
    .tvel_map_mobile {
        display: none;
        flex-direction: column;
    }
	.tvel_map_mobile .map_popup .row {
		justify-content: flex-start;
		padding-left: 23%;
	}
    /* .map_mobile .map_mobile_img, .map_mobile .map_mobile_svg {
        height: 524px;
        width: 799px;
    } */
	.map_text_mobile ol li{	
		font-weight: 350;
		font-size: 14px;
		line-height: 150%;
		letter-spacing: -0.001em;
	}
	.map_text p{
		text-transform:none;
	}
	.map_info h3, .map_info p, .map_info li, .map_info span, .map_info p {
		margin-left: 6vw;
	}
}
@media (min-width: 900px) and (max-width: 1024.9px) {
.map_info .map_nextMap:hover {
    	/*background: unset;*/
	}
	.map_nextMap span {
		white-space: nowrap;
	}
	.map_wrapper .map_nextMap {
		position: relative;
		background: rgb(37,78,132);
	}
	.map_nextMap div::after {
		z-index: -1;
		position: absolute;
		content: '';
		width: 120vw;
		height: 181px;
		background: rgb(37,78,132);
		right: -812px;
		top: 0px;
	}
	.map_wrapper .map {
		transform: scale(0.56) translate(-416px, -78px) !important;
	}
	.map_wrapper .map_text h3 {
		font-size: 20px;
	}
	.map_wrapper .map_text p {
		font-size: 16px;
	}
	.map_wrapper .map_text li {
		font-size: 14px;
	}
	.map_wrapper .map_info h3,
	.map_wrapper .map_info p,
	.map_wrapper .map_info li,
	.map_wrapper .map_info span,
	.map_wrapper .map_info p {
		margin-left: 6vw;
	}
	.map_info {
		min-width: 440px;
	}
	.main_page_map .map_info .map_text h3 {
		font-size: 62px;
	}
	.main_page_map .map_info {
		background: transparent;
	}
	.main_page_map {
		height: 662px !important;
	}
	.main_page_map ol {
		max-width: 350px;
	}
}

@media (max-width: 450px) {
	.tvel_map_mobile .map_mobile {
		transform: translateY(25%) !important;
	}
}
@media (max-width: 767px) {
	.map_popup div:nth-of-type(1) span{
	margin-left: 0px;
	}
	.map_popup .row{
		padding-left: 29%;
	}
}
@media (max-width: 1090px) {
	.map_popup .row {
    	padding-left: 12%;
	}
	.map_popup div:nth-of-type(1) span {
		width: 90px;
		max-width: unset;
	}
	.map_popup div:nth-of-type(2) span {
		line-height: 100%;
	}
}
@media (max-width: 1200px) {
	.map_popup {
		padding: 16px 80px 16px 63px;
	}
}