@font-face {
	font-family: 'AGLettericaCondensed';
	src: url('../pulseup/fonts/AGLettericaCondensed-Roman.eot');
	src: url('../pulseup/fonts/AGLettericaCondensed-Roman.eot?#iefix') format('embedded-opentype'),
		url('../pulseup/fonts/AGLettericaCondensed-Roman.woff2') format('woff2'),
		url('../pulseup/fonts/AGLettericaCondensed-Roman.woff') format('woff'),
		url('../pulseup/fonts/AGLettericaCondensed-Roman.ttf') format('truetype'),
		url('../pulseup/fonts/AGLettericaCondensed-Roman.svg#AGLettericaCondensed-Roman') format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Airfool';
	src: url('fonts/airfool.woff2') format('woff2'),
	url('fonts/airfool.woff') format('woff'),
	url('fonts/airfool.ttf') format('truetype'),
	url('fonts/airfool.svg#airfool') format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'AGLettericaCondensed';
	src: url('../pulseup/fonts/AGLettericaCondensed-Bold.eot');
	src: url('../pulseup/fonts/AGLettericaCondensed-Bold.eot?#iefix') format('embedded-opentype'),
		url('../pulseup/fonts/AGLettericaCondensed-Bold.woff2') format('woff2'),
		url('../pulseup/fonts/AGLettericaCondensed-Bold.woff') format('woff'),
		url('../pulseup/fonts/AGLettericaCondensed-Bold.ttf') format('truetype'),
		url('../pulseup/fonts/AGLettericaCondensed-Bold.svg#AGLettericaCondensed-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

* {
	max-width: 1920px;
	padding: 0;
	margin: 0;
}
.maintenance #wrapper {
    display: none;
}
.login-form-container {
    display: none !important;
}

.fixed .wrapper {
    display: flex;
}

.light .title {
	padding-bottom: 20px;
}

.tp-gradientbg {
    background: transparent !important;
}

.korolev {
  animation-name: rotate;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotate;
     -webkit-animation-duration: 12s;
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-timing-function: linear;
}
@keyframes rotate {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 610px 0px;
  }
}
@-webkit-keyframes rotate {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 610px 0px;
  }
}

header #container {
    display: block;
}

header .sl {
	display: flex;
	flex-direction: column;
	gap: 50px;
	z-index: 1;
	align-items: center;
}

@media (max-width: 575px) {
    .sec-5 .box .item .info {
        overflow: visible !important;
        bottom: -1px !important;
        display: block !important;
        text-align: center;
        position: absolute !important;
        background: linear-gradient(180deg, rgba(11, 13, 14, 0) 0%, rgba(11, 13, 14, 0.8) 83%)!important;
        height: 100px !important;
    }

.popup-fade .popup .box .center {
    position: unset!important;
}
.popup-fade .right {
    order: 3;
}
.popup-fade .left {
    order: 2;
}
	.sec-5 .box .item:hover .info {
		height: 33%;
		position: relative !important;
		/* top: 1122px; */
		bottom: 97px !important;
		background: linear-gradient(180deg, rgba(11, 13, 14, 0) 0%, rgba(11, 13, 14, 0.8) 83%)!important;
	}

	.sec-5 .box .item .info .icon {
		width: 40px;
		height: 40px;
		margin-bottom: -15px!important;
		display: flex!important;
		position: relative!important;
		left: 160px!important;
	}

	.sec-5 .box .item .info .icon img {
		position: relative;
		top: -3px;
		width: 69%!important;
		height: 69%!important;
	}
}

.popup .zag {
    display: none;
}
.sub span {
    color: #a5a5a5;
}
body {
	font-family: 'AGLettericaCondensed', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-align: justify;
	color: rgba(255, 255, 255, 0.6);
	background: #000;
	display: flex;
	flex-direction: column;
	padding: 0 15px;
	gap: 50px;
}

#wpadminbar {
	display: none !important;
}
.fixed .box .soc {
    display: flex;
    border-radius: 26px;
	width: 24px;
}

.sj {
    display: none;
}

body.light {
	color: #0A0E0A;
	background: #fff;
}

img {
	max-width: 100%;
	display: block;
}
.light .popup .box .left .item .doz span {color: #000000a3;}
#sec-2 .swiper-button-prev.slick-arrow.slick-prev {display: none;}
#sec-2 .swiper-button-next.slick-arrow.slick-next {display: none;}

.banner-doubler-up {
	background-color: #0A0E0A;
	position: fixed;
	height: 200px;
	width: 100%;
	top: -200px;
}

.banner-doubler-down {
	background-color: #0A0E0A;
	position: fixed;
	height: 200px;
	width: 100%;
	bottom: -200px;
}

a, button {
	font-family: 'AGLettericaCondensed', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: #fff;

	outline: 0;
	cursor: pointer;
	text-decoration: none;
}

.box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.btn {
	border: 1px solid #001176;
	background: transparent;
	border-radius: 100px;
	font-family: 'AGLettericaCondensed', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 23.32px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	padding: 19px 89px;
}

.btn2 {
	border: 1px solid #FEEC01;
	background: transparent;
	border-radius: 100px;
	font-family: 'AGLettericaCondensed', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 23.32px;
	text-align: center;
	color: #FEEC01;
	text-decoration: none;
	padding: 19px 89px;
}

.light .btn {
	border: 1px solid #1026A9;
	background: transparent;
	color: #1026A9;
}

.btn:hover {
	background: #001176;
	color: #ffffff;
}

.btn2:hover {
	background: #FEEC01;
	color: #1D1D1B;
}

.light .btn:hover {
	background: #1026A9;
	color: white;
}

.title {
	font-family: 'AGLettericaCondensed', sans-serif;
	font-size: 52px;
	font-weight: 700;
	line-height: 60.63px;
	text-align: center;
	color: #fff;

}

.light .title {
	color: #0A0E0A;
}

.slick-arrow {
	position: absolute;
	bottom: 0;
	background: url("../pulseup/img/arrow.svg") 0 0 no-repeat;
	width: 60px;
	height: 60px;
	transition: all 0.5s;
	-webkit-user-select: none;
	outline: none;
}

.light .slick-arrow {
	top: 200px;
	background: url("../pulseup/img/arrow_light.svg") 0 0 no-repeat;
}

.sec-2 .slick-arrow {
	top: -90px;
	background: url("../pulseup/img/arrow.svg") 0 0 no-repeat;
}

.sec-4 .slick-arrow {
	top: -90px;
	background: url("../pulseup/img/arrow.svg") 0 0 no-repeat;
}

.light .sec-1 .slick-prev {
	left: 5px;
}

.light .sec-1 .slick-next {
	right: 5px;
}

.slick-arrow:hover {
	background: url("../pulseup/img/arrow1.svg") 0 0 no-repeat;
}


.light .slick-arrow:hover {
	background: url("../pulseup/img/arrow1_light.svg") 0 0 no-repeat;
}

.sec-2 .slick-arrow:hover {
	background: url("../pulseup/img/arrow1.svg") 0 0 no-repeat;
}

.sec-4 .slick-arrow:hover {
	background: url("../pulseup/img/arrow1.svg") 0 0 no-repeat;
}

.slick-arrow:after {
	display: none;
}

.slick-arrow.slick-prev {
	left: 0;
	transform: rotate(180deg);
}

.slick-arrow.slick-next {
	right: 0;
}

.wrapper {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 25px;
}
header {
	position: relative;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}

header .fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	padding: 10px 15px;
	background: black;
}

.light header .fixed {
	background: #1026A9;
}

header .banner {
	width: 100vw;
	height: 79vh;
	z-index: 0;
	left: 0;
	top: 0;
	cursor: pointer;
}

header .banner img,
header .banner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

header .wrapper {
	position: absolute;
	z-index: 1;
	width: 100%;
}

header .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1440px;
	margin: 0 auto;
}

header .box .logo-center a {
	display: block;
}

header .box .logo-center a img {
	width: auto;
	height: 56px;
}

header .box .mobile-logo {
	display: none;
}

.logo {
	display: none;
}

header .box .menu {
	width: 100%;
}

header .box .menu nav {
	width: 100%;
}

header .box .menu nav .mobile-logo {
	display: none;
}

header .box .menu-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: relative;
}

header .box .menu-left,
header .box .menu-right {
	flex: 1;
	gap: 25px;
}

.menu-right {
	display: flex;
	justify-content: end;
	align-items: center;
}

header .box .menu-left .nav,
header .box .menu-right .nav {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

header .box .menu-left .nav {
	justify-content: space-evenly;
}

header .box .menu-right .nav {
	justify-content: space-evenly;
	width: 100%;
}

header .box .menu nav ul li a {
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	color: #fff;
	background: transparent;
	text-decoration: none;
	border-radius: 100px;
	padding: 10px 15px;
}

header .box .menu nav ul li a:hover,
header .box .menu nav ul li.active a {
	background: #1026A9;
	border: 1px solid white;
}

.light header .box .menu nav ul li a:hover,
.light header .box .menu nav ul li.active a {
	background: white;
	color: #1026A9;
}

header .box .colors input {
	display: none;
}

header .box .colors label {
	position: relative;
	cursor: pointer;
	background: #001176;
	border-radius: 100px;
	width: 72px;
	height: 35px;
	display: block;
	transition: all 0.5s;
}

.light header .box .colors label {
	background: white;
}

header .box .colors label:before {
	content: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='27' height='27' rx='13.5' fill='white'/%3E%3Cg clip-path='url(%23clip0_1455_1847)'%3E%3Cpath d='M13.4365 9.71045H13.5762L13.811 9.72314L14.0396 9.74854L14.23 9.78027L14.4331 9.82471L14.6299 9.88184L14.7822 9.93262L14.96 10.0024L15.144 10.085L15.271 10.1484L15.417 10.231L15.5693 10.3262L15.6709 10.396L15.7915 10.4849L15.855 10.5356L15.9565 10.6182L16.02 10.6753L16.0708 10.7197L16.1216 10.7705L16.1724 10.8149L16.2168 10.8594L16.2612 10.9102L16.3057 10.9546L16.3501 11.0054L16.4263 11.0942L16.5532 11.2593L16.6421 11.3862L16.7437 11.5449L16.8262 11.6846L16.877 11.7861L16.9658 11.9702L17.0483 12.1733L17.1245 12.4019L17.1816 12.605L17.2261 12.8145L17.2642 13.0811L17.2769 13.2144L17.2832 13.3223V13.6714L17.2705 13.8618L17.2451 14.0649L17.2197 14.2173L17.1753 14.4204L17.1118 14.6426L17.0483 14.8267L16.9912 14.9663L16.9087 15.1504L16.8389 15.29L16.75 15.4424L16.6802 15.5566L16.6104 15.6582L16.5278 15.7725L16.4453 15.8804L16.3628 15.9756L16.3057 16.0391L16.2612 16.0898L16.0581 16.293L16.0073 16.3374L15.9185 16.4136L15.8169 16.4961L15.728 16.5596L15.6582 16.6104L15.563 16.6738L15.4106 16.769L15.2583 16.8516L15.1631 16.9023L14.9536 16.9976L14.7695 17.0674L14.5537 17.1372L14.2998 17.2007L14.1348 17.2324L13.8999 17.2642L13.7539 17.2769L13.6396 17.2832H13.3477L13.1382 17.2705L12.9351 17.2451L12.6938 17.2007L12.4907 17.1499L12.3066 17.0928L12.1416 17.0356L11.9766 16.9658L11.8115 16.8896L11.6655 16.8135L11.5068 16.7183L11.3799 16.6357L11.272 16.5596L11.1069 16.4326L11.0435 16.3755L10.9736 16.3184L10.9292 16.2739L10.8784 16.2295L10.7261 16.0771L10.6816 16.0264L10.6245 15.9629L10.5674 15.8931L10.4849 15.7915L10.4023 15.6772L10.2881 15.5059L10.2119 15.3789L10.1357 15.2393L10.0532 15.0742L9.9707 14.8774L9.90088 14.687L9.84375 14.4966L9.78662 14.2554L9.74854 14.0332L9.72314 13.8047L9.7168 13.7158L9.71045 13.4556L9.7168 13.2715L9.73584 13.062L9.76123 12.8779L9.79932 12.6812L9.8501 12.478L9.92627 12.2368L10.0088 12.0273L10.104 11.8179L10.1802 11.6719L10.2817 11.5005L10.396 11.3291L10.4658 11.2339L10.5293 11.1514L10.6182 11.0435L10.6689 10.98H10.6816L10.6943 10.9546L10.7578 10.8911L10.8022 10.8403L10.8721 10.7705H10.8848V10.7578L10.9355 10.7134L11.0308 10.6245L11.1196 10.5547L11.2212 10.4722L11.3101 10.4087L11.4116 10.3389L11.5195 10.269L11.6719 10.1802L11.856 10.085L12.021 10.0088L12.2178 9.93262L12.4272 9.86279L12.624 9.81201L12.8018 9.77393L13.0049 9.74219L13.1826 9.72314L13.4365 9.71045Z' fill='%231026A9'/%3E%3Cpath d='M9.11377 8.79004H9.22803L9.3042 8.80908L9.61523 8.92334L10.1294 9.11377L10.6943 9.32324L10.9165 9.40576L11.0308 9.4502L11.1323 9.48828L11.2656 9.53906V9.55811L11.1387 9.62793L11.0752 9.67236L10.9736 9.73584L10.8657 9.81201L10.7642 9.88818L10.6816 9.95166L10.6118 10.0088L10.5293 10.0786L10.4468 10.1548L10.396 10.1992L10.1611 10.4341L10.1167 10.4849L10.0342 10.5801L9.97705 10.6499L9.90723 10.7388L9.83105 10.8403L9.76758 10.9292L9.69141 11.0435L9.60889 11.1768L9.5708 11.2466L9.54541 11.272L9.50732 11.1831L9.28516 10.5864L9.15186 10.2246L8.94873 9.67871L8.82178 9.33594L8.79004 9.22803V9.11377L8.80908 9.0376L8.85352 8.95508L8.89795 8.89795L8.96143 8.84717L9.0376 8.80908L9.11377 8.79004Z' fill='%231026A9'/%3E%3Cpath d='M17.7783 8.79004H17.8862L17.9624 8.80908L18.0449 8.85352L18.1211 8.92334L18.1655 8.98682L18.1973 9.06299L18.21 9.12012V9.21533L18.1846 9.31689L17.9688 9.90088L17.9243 10.0151L17.8862 10.123L17.8037 10.3452L17.6958 10.6372L17.4927 11.1831L17.4609 11.2656H17.4419L17.3911 11.1768L17.2959 11.0244L17.2324 10.9292L17.1689 10.8403L17.0801 10.7197L17.0229 10.6499L16.9531 10.5674L16.896 10.4976L16.8008 10.396L16.7119 10.3008L16.6421 10.231L16.5913 10.1865L16.5342 10.1294L16.4644 10.0723L16.3691 9.98975L16.2803 9.91992L16.1533 9.82471L16.0264 9.73584L15.8867 9.64697L15.7915 9.58984L15.7344 9.55811V9.53906L15.8994 9.47559L16.3247 9.31689L16.5977 9.21533L17.2134 8.98682L17.4038 8.91699L17.6577 8.82178L17.7339 8.79639L17.7783 8.79004Z' fill='%231026A9'/%3E%3Cpath d='M9.54541 15.728L9.5708 15.7534L9.63428 15.8677L9.7168 15.9946L9.78662 16.0962L9.8501 16.1851L9.93262 16.293L10.0469 16.4326L10.1294 16.5278L10.2246 16.6294L10.415 16.8198L10.4658 16.8643L10.5356 16.9277L10.6055 16.9849L10.707 17.0674L10.834 17.1626L10.9229 17.2261L11.0562 17.3149L11.1895 17.3975L11.2656 17.4419L11.2593 17.4609L11.145 17.5054L10.8721 17.6069L9.91357 17.9624L9.31055 18.1846L9.20264 18.21H9.13281L9.04395 18.1909L8.96777 18.1528L8.9043 18.1021L8.85352 18.0449L8.80908 17.9561L8.79004 17.8862V17.772L8.82812 17.645L8.88525 17.4927L9.10107 16.9087L9.20264 16.6357L9.31055 16.3438L9.49463 15.8486L9.53271 15.7407L9.54541 15.728Z' fill='%231026A9'/%3E%3Cpath d='M17.8672 12.2812L17.8989 12.2876L18.083 12.3701L18.9019 12.7446L19.3716 12.9604L19.5493 13.043L19.7588 13.1382L19.8286 13.1763L19.8984 13.2334L19.9492 13.3032L20 13.4048V13.6143L19.981 13.6333L19.9492 13.6968L19.8984 13.7666L19.835 13.8174L19.7144 13.8809L19.5874 13.938L19.3398 14.0522L19.1304 14.1475L18.9653 14.2236L18.8066 14.2935L18.7178 14.3379L18.5908 14.395L18.4194 14.4712L18.3306 14.5156L17.9116 14.7061L17.8672 14.7188L17.8926 14.6172L17.9497 14.3569L17.9878 14.1284L18.0132 13.8999L18.0259 13.7095V13.2969L18.0132 13.1128L17.9878 12.8779L17.9497 12.6431L17.8926 12.3828L17.8735 12.313L17.8672 12.2812Z' fill='%231026A9'/%3E%3Cpath d='M12.2812 17.8672L12.3828 17.8926L12.6177 17.9434L12.8335 17.9814L13.0366 18.0068L13.3159 18.0259H13.6841L13.8872 18.0132L14.1665 17.9814L14.4521 17.9307L14.668 17.8799L14.6997 17.8672H14.7188L14.7124 17.8989L14.6362 18.064L14.541 18.2734L14.4585 18.4512L14.2554 18.8955L14.103 19.2256L14.0078 19.4351L13.9062 19.6572L13.8301 19.8159L13.7666 19.8984L13.6841 19.9556L13.6143 19.9873L13.5889 20H13.4111L13.3223 19.9619L13.2524 19.9111L13.1953 19.854L13.1382 19.7588L13.043 19.5493L12.9287 19.3018L12.8271 19.0796L12.6113 18.6099L12.5161 18.4004L12.4336 18.2227L12.3193 17.9688L12.2812 17.8862V17.8672Z' fill='%231026A9'/%3E%3Cpath d='M17.4419 15.728L17.4609 15.7344L17.6133 16.1406L17.7085 16.4009L17.8101 16.6738L17.918 16.9658L18.083 17.4102L18.1909 17.7021L18.21 17.7847V17.8735L18.1909 17.9497L18.1401 18.0513L18.0703 18.1274L17.9814 18.1782L17.8926 18.2036L17.8608 18.21H17.791L17.6831 18.1846L17.499 18.1147L17.1372 17.9814L15.9248 17.5308L15.7344 17.4609V17.4419L15.7852 17.4102L15.874 17.3594L16.02 17.2642L16.147 17.1753L16.2231 17.1182L16.3057 17.0547L16.4072 16.9722L16.4961 16.896L16.5786 16.8198L16.6294 16.7754L16.8198 16.585L16.8643 16.5342L16.9214 16.4707L16.9785 16.4009L17.0483 16.3184L17.1309 16.2104L17.2007 16.1152L17.3149 15.9438L17.3975 15.8105L17.4419 15.728Z' fill='%231026A9'/%3E%3Cpath d='M9.10742 12.2812L9.13281 12.2876L9.11377 12.3447L9.06299 12.5669L9.0249 12.7827L8.99951 12.9668L8.98047 13.1572L8.96777 13.4556V13.5508L8.97412 13.7476L8.99316 13.9888L9.0249 14.2236L9.06299 14.4331L9.12012 14.6743L9.13281 14.7124L9.10742 14.7188L9.01221 14.668L8.85352 14.5981L8.67578 14.5156L8.45361 14.4141L8.00928 14.2109L7.20947 13.8428L7.13965 13.7983L7.07617 13.7349L7.03174 13.665L7 13.5889V13.3984H7.0127L7.01904 13.3604L7.06348 13.2778L7.12061 13.2144L7.17773 13.1699L7.34912 13.0874L7.55859 12.9922L7.73633 12.9097L7.9458 12.8145L8.20605 12.6938L8.56787 12.5288L9.09473 12.2876L9.10742 12.2812Z' fill='%231026A9'/%3E%3Cpath d='M13.3921 7H13.6079L13.6206 7.0127L13.7095 7.05713L13.7729 7.10791L13.8301 7.18408L13.8809 7.28564L13.9888 7.52051L14.103 7.76807L14.1982 7.97754L14.2998 8.19971L14.4141 8.44727L14.5537 8.75195L14.6553 8.97412L14.6997 9.07568L14.7188 9.11377V9.12646L14.668 9.12012L14.5474 9.08838L14.3696 9.05029L14.23 9.0249L14.0459 8.99951L13.8491 8.98047L13.7539 8.97412L13.5444 8.96777H13.4111L13.2207 8.97412L12.9985 8.99316L12.8018 9.01855L12.5605 9.06299L12.3384 9.11377L12.2812 9.12646L12.3003 9.06934L12.3828 8.8916L12.478 8.68213L12.6685 8.26953L12.7637 8.06006L12.8716 7.8252L12.9478 7.66016L13.043 7.45068L13.1572 7.20312L13.2017 7.1333L13.2651 7.06982L13.3413 7.02539L13.3921 7Z' fill='%231026A9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1455_1847'%3E%3Crect width='13' height='13' fill='white' transform='translate(7 7)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	background: #FFFFFF;
	width: 27px;
	height: 27px;
	border-radius: 100px;
	transition: all 0.5s;
	position: absolute;
	left: 4px;
	top: 4px;
}

.light header .box .colors label:before {
	content: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='27' height='27' rx='13.5' fill='%231026A9'/%3E%3Cpath d='M10.8377 7.1311C9.1344 7.94404 7.82825 9.46978 7.27813 11.2842C6.93982 12.4123 6.90746 13.7554 7.19576 14.8982C7.6841 16.8334 8.98143 18.4446 10.7553 19.3105C11.429 19.6404 11.9144 19.7995 12.6734 19.932C12.9882 19.988 13.1588 19.9998 13.7266 19.9998C14.4385 20.0027 14.6826 19.9791 15.2504 19.8525C16.2153 19.6404 17.2185 19.1544 18.0216 18.5153C18.5246 18.1147 19.0895 17.4814 19.4484 16.9247C19.6572 16.5978 19.969 15.991 19.9926 15.8585C20.0544 15.5256 19.719 15.2075 19.4013 15.3018C19.3542 15.3165 19.1983 15.3754 19.0512 15.4314C18.4364 15.667 17.6833 15.8054 17.0067 15.8054C14.3826 15.8054 12.0762 14.0293 11.3996 11.4904C11.2731 11.0132 11.2348 10.7393 11.2201 10.1737C11.1937 9.27833 11.3231 8.54197 11.6438 7.7791C11.7026 7.64361 11.7144 7.56703 11.7055 7.44037C11.6908 7.25186 11.629 7.14877 11.4731 7.06041C11.3025 6.96321 11.1495 6.98088 10.8377 7.1311Z' fill='white'/%3E%3C/svg%3E%0A");
	background: black;
}

header .box .colors input:checked+label {
	background: #1026A9;
}

.light header .box .colors input:checked+label {
	background: white;
}

header .box .colors input:checked+label:before {
	left: 41px;
}

header .box .leng {
	background: #1026A9;
	border-radius: 15px;
	width: 72px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	cursor: pointer;
	transition: all 0.5s;
	position: absolute;
	right: 15px;
	top: 13px;
	padding: 10px 0 0 0;
	overflow: hidden;
}

.light header .box .leng {
	background: white;
	color: black;
}

header .box .leng:after {
	content: '';
	background: url("../pulseup/img/arrow2.svg") 0 0 no-repeat;
	width: 10px;
	height: 6px;
	transition: all 0.5s;
	transform: rotate(0deg);
	margin-top: 6px;
}

.light header .box .leng:after {
	background: url("../pulseup/img/arrow2_light.svg") 0 0 no-repeat;
}

header .box .leng.active:after {
	transform: rotate(180deg);
}

header .box .leng.active {
	height: 90px;
}

header .box .leng .lg {
	padding: 0 7px 0 0;
}

header .box .leng .lg a {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 16.32px;
	text-align: left;
	color: #fff;
	text-decoration: none;
	margin-bottom: 12px;
	transition: color 1s;
}

.light header .box .leng .lg a {
	color: black;
}

header .box .leng .lg a.active {
	display: block;
}

header .box .leng .lg a:hover {
	color: #1026A9;
}

.light header .box .leng .lg a:hover {
	color: #1026A9;
}

header h1 {
	font-size: 80px;
	font-weight: 700;
	line-height: 93.28px;
	text-align: left;
	color: #FFFFFF;
	text-transform: uppercase;
}

header h1 span {
	font-size: 189.5px;
	line-height: 220.96px;
}

header h1 div {
	overflow: hidden;
	height: 93px;
	width: 604px;
}

header h1 div span {
	animation: scrollUp 1s ease forwards;
	animation-delay: 0.5s;
	transform: translateY(100%);
	opacity: 0;
	font-size: 50px;
	line-height: 93.28px;
}

header h1 div span+span {
	animation-delay: 1s;
}

@keyframes scrollUp {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes slideLeft {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

header .text {
	/*font-family: Airfool, sans-serif;*/
	position: absolute;
	z-index: 100;
	width: 100%;
	display: flex;
	flex-direction: column;
	text-align: center;
	top: 86px;
	color: white;
	font-size: 56px;
	line-height: normal;
	transition: none !important;
	font-weight: 900;
}

.burger-container {
	display: none;
	position: relative;
	width: 48px;
	height: 46px;
}

.burger-btn {
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	cursor: pointer;
	position: relative;
	z-index: 100;
}

.burger-stripes {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.stripe {
	position: absolute;
	height: 1px;
	background: white;
	border-radius: 2px;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.stripe:nth-child(1) {
	width: 18px;
	top: 18px;
	left: 15px;
}

.stripe:nth-child(2) {
	width: 18px;
	top: 24px;
	left: 15px;
}

.stripe:nth-child(3) {
	width: 18px;
	top: 30px;
	left: 15px;
}

.burger-btn.active .stripe:nth-child(1) {
	transform: translateY(10px) rotate(45deg);
	left: 15px;
	top: 10px;
}

.burger-btn.active .stripe:nth-child(2) {
	opacity: 0;
}

.burger-btn.active .stripe:nth-child(3) {
	transform: translateY(-10px) rotate(-45deg);
	left: 15px;
	top: 30px;
}

.star-outline {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;

}

@media (max-width: 768px) {
	header .box .burger {
		display: block;
		cursor: pointer;
	}
	header .box .burger span {
		display: block;
		width: 25px;
		height: 3px;
		background: #fff;
		margin: 5px 0;
	}
	header .box .menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #000000;
	}
	.light header .box .menu {
		background: #1026A9;
	}
	header .box .menu.active {
		display: block;
	}

	header .box .menu-left,
	header .box .menu-right {
		width: 100%;
		text-align: center;
	}
	header .box .menu-left .nav,
	header .box .menu-right .nav {
		flex-direction: column;
	}
	header .box .logo-center {
		display: none;
	}
	header .box .colors {
		margin: 0 20px;
		position: relative;
		right: auto;
		top: auto;
	}
	header .box .leng {
		position: relative;
		right: auto;
		top: auto;
	}
}

.sec-1, .sec-2, .sec-3, .sec-4, .sec-5 {
	padding-top: 100px;
}

.sec-1 {
	display: flex;
	flex-direction: column;
	gap: 25px;
	overflow: hidden;
	z-index: 2;
}

.sec-1 .slider {
	position: relative;
	overflow: hidden;
}

.sec-1 .slider .swiper-slide {
	transition: opacity 0.1s;
	width: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: max-content;
}

.sec-1 .slider .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide ~ .swiper-slide {
	opacity: 0;
}

.sec-1 .slider .cs-swiper-slide {
	transition: opacity 0.1s;
	width: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: max-content;
}


.light .sec-1 .slider {
	border-radius: 80px;
	background: #ffffff;
	margin-bottom: 66px;
	height: 690px;
}

.faded_h1 {
	transition: opacity 0.1s;
}

.sec-1 .slider .item {
	width: 340px;
	display: flex;
	flex-direction: column;
	gap: 25px;
	padding: 25px 0px;
}

.sec-1 .slider .item .zag {
	font-size: 30px;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.sec-1 .slider .item .zag span {
	transition: color 1s;
	display: block;
	color: #1026a9;
}

.light .sec-1 .slider .item .zag span {
	color: #1026A9;
}

.sec-1 .slider .item .img {
	width: 180px;
	height: 504px;
	margin: 0 auto;
	padding: 40px 25px;
	transition: all 0.5s;
}

.sec-1 .slider .item:hover .img {
	transform: scale(1.1);
}

.sec-1 .slider .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.sec-1 .slider .item:not(:hover) .img img {
	filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0)) !important;
}

.sec-2 {
	display: none;
	position: relative;
	overflow: hidden;
}

.sec-2 .box {}

.sec-2 .box .left {
	width: 49.3%;
}

.sec-2 .box .left .new {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.sec-2 .box .left .new .item {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
}

.sec-2 .box .left .new .item .img {
	width: 100%;
	height: 100%;
	position: relative;
}

.sec-2 .box .left .new .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sec-2 .box .left .new .item .img:before {
	content: '';
	background: linear-gradient(180deg, rgba(11, 13, 14, 0) 0%, #0B0D0E 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.8;
}

.sec-2 .box .left .new .item .box {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	align-items: center;
	padding: 0 30px;
}

.sec-2 .box .left .new .item .box .name {
	font-size: 24px;
	font-weight: 400;
	line-height: 28.18px;
	text-align: left;
	color: #FFFFFF;
	width: 68%;
}

.sec-2 .box .left .new .item .box .more {
	width: 154px;
}

.sec-2 .box .left .new .item .box .more .btn {
	width: 100%;
	border: 1px solid #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 18.66px;
	text-align: center;
	color: #fff;
	padding: 11px 0;
	display: block;
}

.sec-2 .box .left .new .item .box .more .btn:hover {
	border: 1px solid #FEEC01;
	color: #1D1D1B;
}

.light .sec-2 .box .left .new .item .box .more .btn:hover {
	color: white;
	border: 1px solid white;
}

.sec-2 .box .left .new .slick-arrow {
	top: 0;
}

.sec-2 .box .left .new .slick-arrow.slick-prev {
	left: 30px;
}

.sec-2 .box .left .new .slick-arrow.slick-next {
	right: 30px;
}

.sec-2 .box .right {
	width: 49.3%;
}

.sec-2 .box .right .title {
	text-transform: uppercase;
	font-size: 108px;
	line-height: 86.4px;
	margin-bottom: 45px;
	letter-spacing: -0.7px;
}

.sec-2 .box .right .scroll {
	height: 689px;
	overflow: auto;
}

.sec-2 .box .right .scroll::-webkit-scrollbar {
	width: 0;
}

.sec-2 .box .right .scroll {
	-ms-overflow-style: none;
}

.sec-2 .box .right .scroll {
	overflow: -moz-scrollbars-none;
}

.sec-2 .box .right .scroll .box {}

.sec-2 .box .right .scroll .box .item {
	width: 48.5%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 17px;
	margin-bottom: 20px;
	transition: border-bottom 0.3s;
}

.light .sec-2 .box .right .scroll .box .item {
	border-bottom: 1px solid rgba(10, 14, 10, 0.2);
}

.sec-2 .box .right .scroll .box .item .img {
	width: 100%;
	height: 299px;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 15px;
}

.sec-2 .box .right .scroll .box .item .img:hover img {
	transform: scale(1.03);
}

.sec-2 .box .right .scroll .box .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s;
}

.sec-2 .box .right .scroll .box .item .date {
	font-size: 16px;
	font-weight: 400;
	line-height: 18.78px;
	text-align: left;
	color: #fff;
	opacity: 0.6;
	margin: 0 0 9px 0;
	transition: color 0.3s;
}

.light .sec-2 .box .right .scroll .box .item .date {
	color: #0A0E0A;
}

.sec-2 .box .right .scroll .box .item .name {}

.sec-2 .box .right .scroll .box .item .name a {
	font-size: 24px;
	font-weight: 700;
	line-height: 27.98px;
	text-align: left;
	color: #fff;
	transition: color 1s;
}

.light .sec-2 .box .right .scroll .box .item .name a {
	color: #0A0E0A;
}

.sec-2 .box .right .scroll .box .item:hover .name a {
	transition: color 1s;
	color: #FFDD04;
}

.light .sec-2 .box .right .scroll .box .item:hover .name a {

	color: #1026A9;
}

.sec-3 {
	position: relative;
	overflow: hidden;
}

.sec-3 .title {
	text-transform: uppercase;
	text-align: left;
}

.sec-3 .search {
	position: relative;
	z-index: 1;
	width: 267px;
}

.sec-3 .search form {
	width: 100%;
}

.sec-3 .search form .select2-container--default .select2-selection--single .select2-selection__rendered {
	display: block;
	border: none;
	background: none;
	font-family: 'AGLettericaCondensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 18.78px;
	text-align: left;
	color: #fff;
	outline: 0;
	text-transform: uppercase;
	padding: 11px 19px;
	width: 100%;
	height: 40px;
	margin: 0;
}

.select2-default {
	color: black !important;
}


.sec-3 .search form .select2-container--default .select2-selection--single {
	border: 1px solid rgba(255, 255, 255, 0.6);
	background: none;
	padding: 0;
	border-radius: 20px;
	height: auto;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid rgba(255, 255, 255, 0.6);
	background: none;
	border-radius: 10px;
	color: #fff;
	padding: 10px;
	outline: 0;
}

.sec-3 .search form .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}

.sec-3 .search form select {
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.6);
	background: none;
	font-family: 'AGLettericaCondensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 18.78px;
	text-align: left;
	color: rgba(255, 255, 255, 0.6);
	outline: 0;
	border-radius: 25px;
	text-transform: uppercase;
	padding: 11px 19px;
	width: 100%;
	height: 42px;
	margin: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.sec-3 .search form .select2-container--default .select2-selection--multiple .select2-selection__choice,
.sec-3 .search form .select2-container--default .select2-search--inline .select2-search__field {
	display: block;
	border: none;
	background: none;
	font-family: 'AGLettericaCondensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 18.78px;
	text-align: left;
	color: #fff;
	outline: 0;
	text-transform: uppercase;
	padding: 11px 19px;
	width: 100%;
	height: 40px;
	margin: 0;
	transition: color 1s;
}

.light .sec-3 .search form .select2-container--default .select2-selection--multiple .select2-selection__choice,
.light .sec-3 .search form .select2-container--default .select2-search--inline .select2-search__field {

	color: black;
}

.sec-3 .search form .select2-container--default.hide .select2-search--inline .select2-search__field {
	display: none;
}

.sec-3 .search form .select2-container--default .select2-search--inline .select2-search__field::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.light .sec-3 .search form .select2-container--default .select2-search--inline .select2-search__field::placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.sec-3 .search form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	right: 10px;
	top: 8px;
	left: auto;
	border: none;
	font-family: 'Arila', sans-serif;
	border-radius: 4px;
}

.select2-container .select2-dropdown {
	background-color: #000;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 10px;
	overflow: hidden;
	transition: color 1s;
}

.light .select2-container .select2-dropdown {
	background-color: white;
}

.sec-3 .search form .select2-container--default .select2-selection--multiple {
	background-color: #000;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 30px;
	overflow: hidden;
	padding: 0;
	transition: color 1s;
}

.light .sec-3 .search form .select2-container--default .select2-selection--multiple {
	background-color: white;
	color: black;
	border: 1px solid rgba(255, 255, 255, 0.6);

}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
	transition: color 1s, background 1s;
	background-color: #1026A9;
	color: #ffffff;
}

.light .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.light .select2-container--default .select2-results__option--selected {

	background-color: #1026A9;
	color: white;
}

.select2-results__option:empty {
	display: none;
}

.sec-3 .map {
	width: 100%;
	margin: 0;
	position: relative;
}

.sec-3 .map svg {
	width: 100%;
	height: 765px;
}

.sec-3 .map path {
	transition: all 0.5s;
	fill: rgba(0, 0, 0, 0);
	stroke: rgba(255, 255, 255, 0.6);
	cursor: pointer;
}

.light .sec-3 .map path {
	transition: all 0.5s;
	fill: rgba(0, 0, 0, 0);
	stroke: rgba(10, 14, 10, 0.6);
	cursor: pointer;
}

.sec-3 .map path:hover {
	fill: rgb(16, 38, 168);
	stroke: #ffffff;
}

.light .sec-3 .map path:hover {
	fill: rgba(16, 38, 169, 1);
	stroke: #ffffff;
}

.sec-3 .map .indicator {
	position: absolute;
	background: #fff;
	box-shadow: 0 6px 40px 0 rgba(0, 0, 0, 0.22);
	border-radius: 8px;
	display: none;
	font-size: 28px;
	font-weight: 700;
	line-height: 32.65px;
	text-align: left;
	color: #000;
	padding: 21px;
	width: 381px;
}

.sec-3 .map .indicator:before {
	content: '';
	background: #FFFFFF;
	width: 26px;
	height: 26px;
	border-radius: 8px;
	position: absolute;
	left: -12px;
	top: 0;
	bottom: -15px;
	margin: auto;
	transform: rotate(-45deg);
}

/* .sec-3 .map .indicator.RU-CHU:before,
.sec-3 .map .indicator.RU-KAM:before,
.sec-3 .map .indicator.RU-SAK:before,
.sec-3 .map .indicator.RU-PRI:before,
.sec-3 .map .indicator.RU-KHA:before,
.sec-3 .map .indicator.RU-MAG:before,
.sec-3 .map .indicator.RU-YEV:before {
	left: auto;
	right: -12px;
} */

.sec-3 .map .indicator .name {
	font-size: 16px;
	font-weight: 400;
	line-height: 18.78px;
	text-align: left;
	color: #000;
	float: none;
	margin: 16px 0 8px 0;
}

.sec-3 .map .indicator .brend {
	font-size: 22px;
	font-weight: 700;
	line-height: 25.65px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 21px;
	width: 100%;
	text-transform: uppercase;
}

.sec-3 .map .indicator .brend a {
	font-size: 22px;
	font-weight: 700;
	line-height: 25.65px;
}

.sec-3 .map .regs {
	columns: 5;
	padding: 10px;
	display: none;
}

.sec-3 .map .reg span {
	font-size: 10px;
}

.sec-3 .map .regs div {
	width: auto;
	font-size: 14px;
	cursor: pointer;
}

.sec-3 .magaz {
	margin: 25px auto 0 auto;
	overflow: hidden;
}

.sec-3 .magaz .items {
	display: flex;
	gap: 15px;
}

.sec-3 .magaz .items .item {
	flex-shrink: 0;
}

.sec-3 .magaz a {
	font-size: 28px;
	font-weight: 700;
	line-height: 32.65px;
	text-align: center;
	color: #fff;
	border-radius: 8px;
	background: #1E1E1E;
	padding: 13px 25px;
	text-transform: uppercase;
	width: 210px;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: normal;
	height: 100%;
}

.sec-3 .magaz a:not(:hover) {
	background: #1E1E1E !important;
}

.light .sec-3 .magaz a:not(:hover) {
	color: black;
	background: #F9F8F8 !important;
}

.sec-4 {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.sec-4 .title {
	text-transform: uppercase;
	text-align: left;
}

.sec-4 .box {}

.sec-4 .box .left {
	width: 59.2%
}

.sec-4 .box .left .slider-1 {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.sec-4 .box .left .slider-1 .img {
	border-radius: 8px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 16px;
	position: relative;
}

.sec-4 .box .left .slider-1 .img video {
	max-width: 100%;
}

.sec-4 .box .left .slider-1 .img:before {
	content: '';
	background: linear-gradient(180deg, rgba(11, 13, 14, 0) 0%, #0B0D0E 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.5s;
}

.sec-4 .box .left .slider-1 .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sec-4 .box .left .slider-1 .text {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: rgba(255, 255, 255, 0.6);

	transition: color 1s;
	margin: 0;
}

.light .sec-4 .box .left .slider-1 .text {

	color: #0A0E0A;
}

.sec-4 .box .left .slider-1 .btn {
	padding: 15px 30px;
	font-size: 16px;
	line-height: normal;
	display: block;
	width: fit-content;
}

.sec-4 .box .left .slider-1:hover .img:before {
	opacity: 0.8;
}

.sec-4 .box .left .slider-1 .slick-arrow {
	top: 200px;
	bottom: auto;
	opacity: 0;
	transition: all 0.5s;
}

.sec-4 .box .left .slider-1 .slick-arrow.slick-prev {
	left: 15px;
}

.sec-4 .box .left .slider-1 .slick-arrow.slick-next {
	right: 15px;
}

.sec-4 .box .left .slider-1:hover .slick-arrow {
	opacity: 1;
}

.sec-4 .box .right {
	width: 39.4%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}

.sec-4 .box .right .more {
	border: 1px solid #FF6B00;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	position: absolute;
	top: 0;
	right: 0;
	background: #0a0e0a;
	padding: 39px;
	overflow: auto;
	display: none;
}

.light .sec-4 .box .right .more {
	background: white;
}

.sec-4 .box .right .more .text {
	font-size: 24px;
	font-weight: 400;
	line-height: 28.8px;
	text-align: left;
	color: #fff;
	margin-bottom: 30px;
}

.light .sec-4 .box .right .more .text {
	color: #0a0e0a;
}

.light .sec-4 .box .right .more .text a {
	color: #1026a9;
}

.sec-4 .box .right .more .text:last-child {
	margin: 0;
}

.sec-4 .box .right .more .text p {
	font-size: 16px;
}

.sec-4 .box .right .more .text a {
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	text-align: left;
	color: #1026A9;
	text-decoration: underline;
}

.sec-4 .box .right .more .text a:hover {}

.sec-4 .box .right .img {
	width: 100%;
}

.sec-4 .box .right .img img {
	width: 132px;
	margin: 0 0 0 auto;
}

.sec-4 .box .right .img img.img__img--light {
	display: none;
}

.light .sec-4 .box .right .img img.img__img--light {
	display: block;
}

.light .sec-4 .box .right .img img.img__img--dark {
	display: none;
}

.img__img--dark {
	height: 86px;
	width: "auto";
}

@media (max-width: 768px) {
	
	.img__img--dark {
		height: 62px;
	}

}

.sec-4 .box .right .item {
	width: 40.7%;
	border: 1px solid #1026A9;
	box-shadow: 0 0 0 0 rgb(16, 38, 169);
	border-radius: 8px;
	transition: all 0.5s;
	padding: 15px;
	margin-bottom: 25px;
}

.sec-4 .box .right .item .num {
	font-size: 24px;
	font-weight: 700;
	line-height: 33.6px;
	text-align: center;
	color: #fff;
	transition: all 0.5s;
}

.light .sec-4 .box .right .item .num {

	color: #0A0E0A;
}

.sec-4 .box .right .item .text {
	font-size: 16px;
	font-weight: 400;
	line-height: 28.8px;
	text-align: center;
	color: #fff;
	transition: all 0.5s;
}

.light .sec-4 .box .right .item .text {

	color: #0A0E0A;
}

.sec-4 .box .right .item:not(:hover) {
	background: transparent !important;
	box-shadow: 0 4px 40px 0 transparent !important;
}

.sec-4 .box .right .item:hover .num {
	color: #0A0E0A;
}

.sec-4 .box .right .item:hover .text {
	color: #0A0E0A;
}

.sec-4 .magaz {
	overflow: hidden;
	width: 100%;
}

.sec-4 .magaz .items {
	display: flex;
	gap: 25px;
}

.sec-4 .magaz .items .item {
	flex-shrink: 0;
}

.sec-4 .magaz a {
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	background: #1E1E1E;
	padding: 25px;
	width: 210px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sec-4 .magaz a:not(:hover) {
	background: #1E1E1E !important;
}

.light .sec-4 .magaz a:not(:hover) {
	background: #F9F8F8 !important;
	color: black;
}


.sec-5 {
	position: relative;
	overflow: hidden;
}

.sec-5 .title {
	text-transform: uppercase;
}

.sec-5 .box {}

.sec-5 .box .item {
	width: 24%;
	height: 325px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #1026a9;
}

.sec-5 .box .item .img {
	width: 100%;
	height: 100%;
}

.sec-5 .box .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sec-5 .box .item .info {
	background: linear-gradient(180deg, rgba(11, 13, 14, 0) 0%, rgba(11, 13, 14, 0.8) 100%);
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	transition: all 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.sec-5 .box .item:hover .info {
	height: 100%;
}

.sec-5 .box .item .info .icon {
	width: 40px;
	height: 40px;
}

.sec-5 .box .item .info .icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sec-5 .box .item .info .text {
	font-size: 24px;
	font-weight: 700;
	line-height: 27.98px;
	text-align: center;
	color: #ffffff;
}

.sec-5 .box .item:first-child {
	height: 670px;
}

.sec-5 .box .item:nth-last-child(2) {
	margin: -324px 18px 0 auto;
}

.sec-5 .box .item:nth-last-child(1) {
	margin: -324px 0 0 0;
	width: 49.3%;
}

footer {
	transition: background 1s;
	background: #0A0E0A;
	padding: 29px 0 50px 0;
	position: relative;
	z-index: 1;
	border-top: 1px solid rgba(30, 30, 30, 0.9);
}

footer .box {
	align-items: center;
}

footer .box .logo {
	width: 127px;
}

footer .box .logo img {
	width: 100%;
}

footer .box .address {
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: #FFFFFF;
	width: 193px;
}

footer .box .mail {}

footer .box .mail a {
	font-size: 24px;
	font-weight: 400;
	line-height: 28.18px;
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: fit-content;
}

footer .box .mail a:hover {
	text-decoration: underline;
}

footer .box .phone {}

footer .box .phone a {
	font-size: 24px;
	font-weight: 400;
	line-height: 28.18px;
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: fit-content;
}

footer .box .phone a:hover {
	text-decoration: underline;
}

footer .box .soc {
	display: flex;
	justify-content: flex-start;
	gap: 10px;
}

footer .box .soc a {
	width: 30px;
	display: block;
}

footer .box .soc a img {
	width: 100%;
	height: auto;
}

footer .foot {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 29px 0 0 0;
}

footer .foot .copy {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: rgba(255, 255, 255, 0.6);
}

footer .foot .right {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 40px;
}

footer .foot .right a {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: rgba(255, 255, 255, 0.6);
	text-decoration: underline;
}

.page404 {
	text-align: center;
	margin-bottom: 60px;
	line-height: 1;
}

.page404 h1 {
	text-align: center;
	color: white;
	font-size: 400px;
}

.page404 p {
	font-size: 70px;
	font-weight: 700;
	line-height: 28.8px;
	color: #fff;
	margin-bottom: 70px;
	margin-top: -40px;
	filter: drop-shadow(0 0px 0px rgb(20, 132, 204));
}

.page404 img {
	margin-top: -80px;
	display: inline-block;
	filter: drop-shadow(0 4px 30px rgb(20, 132, 204));
}

.light .page404 h1 {
	color: #0A0E0A;
}

.light .page404 p {
	color: #0A0E0A;
}

footer .foot .right a:hover {
	text-decoration: none;
}

.light footer {

	background: #1026A9;
}

.popup-fade-more {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.popup-fade,
.popup-fade-more,
.popup-fade-info,
.popup-fade-usl {
	display: none;
	position: fixed;
	z-index: 999999999;
}

.popup-fade:before,
.popup-fade-more:before,
.popup-fade-info:before,
.popup-fade-usl:before {
	content: '';
	background: rgb(0, 0, 0);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.popup {
	display: flex;
	flex-direction: column;
	gap: 25px;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: #000000;
	z-index: 99999;
	opacity: 1;
	overflow: auto;
	margin: 0 auto;
}


.light .popup {
	background: white;
}

.popup::-webkit-scrollbar {
	width: 0;
}

.popup {
	-ms-overflow-style: none;
}

.popup {
	overflow: -moz-scrollbars-none;
}

.popup-fade-more .popup,
.popup-fade-info .popup,
.popup-fade-usl .popup {
	max-width: 1130px;
}

.popup-close {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 48px;
	height: 8px;
	transition: all 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.popup-close svg {
	transition: all 0.5s;
	transform: rotate(0);
}

.popup-close:hover svg {
	transform: rotate(360deg);
}


.popup .box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.popup .text {
	font-size: 16px;
}

.popup .box .left {
	display: flex;
	flex-direction: column;
	gap: 15px;
	justify-content: space-between;
	padding: 20px;
	border: 1px solid hsl(231.37deg 82.7% 36.27%);
	border-radius: 20px;
}

.popup .box .left .title {
	font-size: 32px;
	font-weight: 700;
	line-height: 37.31px;
	text-align: left;
	color: #fff;
}

.popup .box .left .title span {
	color: #FFDD00;
}

.light .popup .box .left .title span {
	color: #1026A9;
}

.popup .box .left .zag {
	font-size: 20px;
	font-weight: 700;
	line-height: 23.32px;
	text-align: left;
	color: #fff;
	opacity: 0.6;
	margin-bottom: 20px;
}

.light .popup .box .left .zag {
	color: black;
}

.popup .box .left .item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}

.popup .box .left .item .name {
	font-size: 20px;
	font-weight: 700;
	line-height: 23.32px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}

.light .popup .box .left .item .name {
	color: black;
}

.popup .box .left .item .doz {
	font-size: 20px;
	font-weight: 700;
	line-height: 23.32px;
	text-align: left;
	color: #1026a9;
}

.popup .box .left .item .doz span {
	color: rgba(255, 255, 255, 0.4);
	padding: 0 0 0 11px;
}

.popup .box .left .item .bar {
	background: #1026a9;
	width: 100%;
	height: 6px;
	border-radius: 100px;
}

.popup .box .left .text {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: #858585;
}

.popup .box .center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.popup .box .center img {
	border: 1px solid hsl(231.37deg 82.7% 36.27%);
	border-radius: 20px;
}

.popup .box .right {
	display: flex;
	flex-direction: column;
	gap: 25px;
	height: 100%;
	justify-content: space-between;
}

.popup .box .right .zag {
	font-size: 20px;
	font-weight: 700;
	line-height: 23.32px;
	text-align: left;
	color: #fff;
	opacity: 0.6;
	margin-bottom: 19px;
}

.light .popup .box .right .zag {
	color: black;
}

.popup .box .right .sub {
	font-size: 20px;
	font-weight: 700;
	line-height: 23.32px;
	text-align: left;
	color: #fff;
}

.light .popup .box .right .sub {
	color: black;
}

.popup .box .right .item {
	border: 1px solid hsl(231.37deg 82.7% 36.27%);
	display: flex;
	flex-direction: row;
	align-items: center;
	border-radius: 20px;
	padding: 20px;
	gap: 25px;
	height: 100%;
}

.popup .box .right .item .icon {
	width: 60px;
}

.popup .box .right .item .icon img {
	width: 100%;
}

.popup .box .right .item .lf {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.popup .box .right .item .name {
	font-size: 20px;
	font-weight: 900;
	line-height: 23.32px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	/*font-family: Airfool, sans-serif;*/
}

.light .popup .box .right .item .name {
	color: black;
}

.popup .box .right .item .text {
	font-size: 16px;
	font-weight: 400;
	line-height: 18.78px;
	text-align: left;
	color: #fff;
	opacity: 0.6;
}

.light .popup .box .right .item .text {
	color: black;
}

.popup .box .right .btn {
	background: #1026a9;
	font-weight: 700;
	line-height: 23.32px;
	border: 1px solid #1026a9;
	color: #fff;
	display: block;
	padding: 15px;
}

.popup .box .right .btn:hover {
	background: #0a1ab1;
	color: #ffffff;
	border: 1px solid #0a1ab1;
}

.popup-fade-more .title,
.popup-fade-info .title,
.popup-fade-usl .title {
	font-size: 32px;
	line-height: normal;
}

.popup-fade-more .slider-popup {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.popup-fade-more .slider-popup .slick-arrow {
	top: 0;
}

.popup-fade-more .slider-popup .item {
	width: 100%;
	overflow: hidden;
}

.popup-fade-more .slider-popup .item video {
	max-width: 836px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	margin: 0 auto;
	display: block;
}

.popup-fade-more .slider-popup .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
}

.popup-fade-more .text,
.popup-fade-info .text,
.popup-fade-usl .text {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: rgba(255, 255, 255, 0.6);
	padding: 0px 15px 15px 15px;
}

section {
	background: #000;
	transition: background 1s;
}

footer {
	background: #000;
	transition: background 1s;
}

.light section {
	background: #fff;
}

.light .popup-fade-more .text,
.light .popup-fade-info .text,
.light .popup-fade-usl .text {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: rgba(0, 0, 0, 0.6);
}

.popup-fade-more .text p,
.popup-fade-info .text p,
.popup-fade-usl .text p {
	margin-bottom: 24px;
}

.popup-fade-more .text p:last-child,
.popup-fade-info .text p:last-child,
.popup-fade-usl .text p:last-child {
	margin-bottom: 0;
}



.slider-nav {
	position: absolute;
	bottom: -103px;
	left: 15px;
	width: 120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.swiper-button-next-style1,
.swiper-button-prev-style1 {
	position: static;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
	border: 1px solid #1026A9;
	border-radius: 50%;
	transition: background-color 0.3s;
}

.swiper-button-prev-style1 {
	transform: rotate(180deg);
}

.swiper-button-next-style1 svg,
.swiper-button-prev-style1 svg {
	width: 8px;
	height: 12px;
	fill: #1026A9;
	transition: fill 0.3s;
}

.swiper-button-next-style1:after,
.swiper-button-prev-style1:after {
	display: none;
}

@media (min-width: 1000px) {
	.swiper-button-next-style1:hover,
	.swiper-button-prev-style1:hover {
		background-color: #1026A9;
	}

	.swiper-button-next-style1:hover svg,
	.swiper-button-prev-style1:hover svg {
		fill: #0A0E0A
	}
}

@media (max-width: 1420px) {

	.sec-1 .slider .item {
		width: 100%;
	}

	.sec-2 .box .right {
		width: 61%;
	}

	.sec-2 .box .left {
		width: 38%;
	}

	.sec-2 .box .left .new .item .box {
		padding: 0 15px;
	}

	.sec-2 .box .left .new .item .box .more {
		width: 115px;
	}

	.sec-2 .box .left .new .item .box .name {
		font-size: 20px;
		width: 70%;
	}

/* 	.sec-3 .map .indicator.RU-CHU {
		left: 540px !important;
	}

	.sec-3 .map .indicator.RU-KAM {
		left: 570px !important;
	}

	.sec-3 .map .indicator.RU-SAK {
		top: 450px !important;
		left: 495px !important;
	}

	.sec-3 .map .indicator.RU-MAG {
		left: 460px !important;
	}

	.sec-3 .map .indicator.RU-KHA {
		left: 405px !important;
	}

	.sec-3 .map .indicator.RU-PRI {
		top: 540px !important;
		left: 445px !important;
	}

	.sec-3 .map .indicator.RU-MOW {
		top: 255px !important;
		left: 145px !important;
	}

	.sec-3 .map .indicator.RU-SPE {
		top: 175px !important;
		left: 150px !important;
	}

	.sec-3 .map .indicator.RU-NEN {
		top: 210px !important;
		left: 360px !important;
	}

	.sec-3 .map .indicator.RU-YAR {
		top: 240px !important;
		left: 180px !important;
	}

	.sec-3 .map .indicator.RU-CHE {
		top: 365px !important;
		left: 280px !important;
	}

	.sec-3 .map .indicator.RU-ULY {
		left: 185px !important;
	}

	.sec-3 .map .indicator.RU-TYU {
		top: 365px !important;
		left: 355px !important;
	}

	.sec-3 .map .indicator.RU-TUL {
		top: 275px !important;
		left: 130px !important;
	}

	.sec-3 .map .indicator.RU-SVE {
		left: 310px !important;
	}

	.sec-3 .map .indicator.RU-RYA {
		left: 150px !important;
	}

	.sec-3 .map .indicator.RU-ORL {
		left: 110px !important;
	}

	.sec-3 .map .indicator.RU-OMS {
		left: 375px !important;
	}

	.sec-3 .map .indicator.RU-NGR {
		top: 205px !important;
		left: 150px !important;
	}

	.sec-3 .map .indicator.RU-LIP {
		left: 130px !important;
	}

	.sec-3 .map .indicator.RU-KRS {
		left: 100px !important;
	}

	.sec-3 .map .indicator.RU-KGN {
		top: 380px !important;
		left: 315px !important;
	}

	.sec-3 .map .indicator.RU-KGD {
		top: 175px !important;
		left: 60px !important;
	}

	.sec-3 .map .indicator.RU-IVA {
		top: 265px !important;
		left: 185px !important;
	}

	.sec-3 .map .indicator.RU-BRY {
		top: 260px !important;
		left: 100px !important;
	}

	.sec-3 .map .indicator.RU-AST {
		top: 395px !important;
		left: 130px !important;
	}

	.sec-3 .map .indicator.RU-CE {
		top: 420px !important;
		left: 90px !important;
	}

	.sec-3 .map .indicator.RU-UD {
		left: 245px !important;
	}

	.sec-3 .map .indicator.RU-SE {
		top: 400px !important;
		left: 80px !important;
	}

	.sec-3 .map .indicator.RU-MO {
		left: 170px !important;
	}

	.sec-3 .map .indicator.RU-KR {
		top: 145px !important;
		left: 210px !important;
	}

	.sec-3 .map .indicator.RU-KL {
		top: 390px !important;
		left: 115px !important;
	}

	.sec-3 .map .indicator.RU-IN {
		top: 415px !important;
		left: 85px !important;
	}

	.sec-3 .map .indicator.RU-AL {
		top: 490px !important;
		left: 460px !important;
	}

	.sec-3 .map .indicator.RU-BA {
		left: 245px !important;
	}

	.sec-3 .map .indicator.RU-AD {
		top: 375px !important;
		left: 65px !important;
	}

	.sec-3 .map .indicator.RU-CR {
		left: 30px !important;
	}

	.sec-3 .map .indicator.RU-SEV {
		top: 330px !important;
		left: 20px !important;
	}

	.sec-3 .map .indicator.RU-AD {
		top: 370px !important;
		left: 65px !important;
	}

	.sec-3 .map .indicator.RU-KO {
		left: 305px !important;
	}

	.sec-3 .map .indicator.RU-KIR {
		left: 245px !important;
	}

	.sec-3 .map .indicator.RU-PNZ {
		left: 170px !important;
	}

	.sec-3 .map .indicator.RU-TAM {
		left: 140px !important;
	}

	.sec-3 .map .indicator.RU-MUR {
		top: 130px !important;
		left: 260px !important;
	}

	.sec-3 .map .indicator.RU-LEN {
		top: 195px !important;
		left: 170px !important;
	}

	.sec-3 .map .indicator.RU-VLG {
		left: 195px !important;
	}

	.sec-3 .map .indicator.RU-KOS {
		left: 205px !important;
	}

	.sec-3 .map .indicator.RU-PSK {
		top: 195px !important;
		left: 120px !important;
	}

	.sec-3 .map .indicator.RU-ARK {
		left: 260px !important;
	}

	.sec-3 .map .indicator.RU-YAN {
		top: 265px !important;
		left: 460px !important;
	}

	.sec-3 .map .indicator.RU-YEV {
		top: 485px !important;
		left: 410px !important;
	}

	.sec-3 .map .indicator.RU-TY {
		top: 490px !important;
		left: 535px !important;
	}

	.sec-3 .map .indicator.RU-AMU {
		left: 370px !important;
	}

	.sec-3 .map .indicator.RU-AMU:before {
		left: auto;
		right: -12px;
	}

	.sec-3 .map .indicator.RU-BU {
		left: 645px !important;
	}

	.sec-3 .map .indicator.RU-BU {
		top: 460px !important;
		left: 655px !important;
	}

	.sec-3 .map .indicator.RU-KK {
		top: 460px !important;
		left: 485px !important;
	}

	.sec-3 .map .indicator.RU-KEM {
		top: 440px !important;
		left: 470px !important;
	}

	.sec-3 .map .indicator.RU-NVS {
		top: 430px !important;
		left: 435px !important;
	}

	.sec-3 .map .indicator.RU-ALT {
		top: 460px !important;
		left: 430px !important;
	}

	.sec-3 .map .indicator.RU-DA {
		left: 95px !important;
	}

	.sec-3 .map .indicator.RU-STA {
		top: 390px !important;
		left: 85px !important;
	}

	.sec-3 .map .indicator.RU-KB {
		top: 390px !important;
		left: 80px !important;
	}

	.sec-3 .map .indicator.RU-KC {
		top: 375px !important;
		left: 70px !important;
	}

	.sec-3 .map .indicator.RU-KDA {
		left: 70px !important;
	}

	.sec-3 .map .indicator.RU-ROS {
		top: 355px !important;
		left: 100px !important;
	}

	.sec-3 .map .indicator.RU-SAM {
		top: 345px !important;
		left: 205px !important;
	}

	.sec-3 .map .indicator.RU-TA {
		top: 325px !important;
		left: 225px !important;
	}

	.sec-3 .map .indicator.RU-ME {
		left: 215px !important;
	}

	.sec-3 .map .indicator.RU-CU {
		left: 200px !important;
	}

	.sec-3 .map .indicator.RU-NIZ {
		left: 190px !important;
	}

	.sec-3 .map .indicator.RU-VLA {
		top: 270px !important;
		left: 170px !important;
	}

	.sec-3 .map .indicator.RU-MOS {
		left: 150px !important;
	}

	.sec-3 .map .indicator.RU-KLU {
		top: 255px !important;
		left: 130px !important;
	}

	.sec-3 .map .indicator.RU-BEL {
		left: 100px !important;
	}

	.sec-3 .map .indicator.RU-ZAB {
		top: 470px !important;
		left: 700px !important;
	}

	.sec-3 .map .indicator.RU-SA {
		left: 700px !important;
	}

	.sec-3 .map .indicator.RU-KYA {
		left: 550px !important;
	}

	.sec-3 .map .indicator.RU-ORE {
		left: 225px !important;
	}

	.sec-3 .map .indicator.RU-SAR {
		top: 350px !important;
		left: 175px !important;
	}

	.sec-3 .map .indicator.RU-VGG {
		left: 135px !important;
	}

	.sec-3 .map .indicator.RU-VOR {
		left: 120px !important;
	}

	.sec-3 .map .indicator.RU-SMO {
		top: 240px !important;
		left: 120px !important;
	}

	.sec-3 .map .indicator.RU-TVE {
		top: 225px !important;
		left: 155px !important;
	}

	.sec-3 .map .indicator.RU-PER {
		left: 280px !important;
	}

	.sec-3 .map .indicator.RU-KHM {
		top: 330px !important;
		left: 400px !important;
	}

	.sec-3 .map .indicator.RU-TOM {
		left: 465px !important;
	}

	.sec-3 .map .indicator.RU-IRK {
		top: 435px !important;
		left: 600px !important;
	} */
}

@media (max-width: 1199px) {

	.logoba {
		margin-top: 10px;
		max-width: 60%;
	}

	.sec-2 .box .left {
		width: 100%;
		margin: 100px 0 30px 0;
	}

	.sec-2 .box .right {
		width: 100%;
	}

	.sec-2 .box .right .title {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
	}

	.sec-3 .map svg {
		height: auto;
	}

/* 	.sec-3 .map .indicator.RU-MOW {
		top: 180px !important;
		left: 125px !important;
	}

	.sec-3 .map .indicator.RU-SPE {
		top: 120px !important;
		left: 130px !important;
	}

	.sec-3 .map .indicator.RU-NEN {
		top: 145px !important;
		left: 300px !important;
	}

	.sec-3 .map .indicator.RU-YAR {
		top: 175px !important;
		left: 150px !important;
	}

	.sec-3 .map .indicator.RU-CHE {
		top: 275px !important;
		left: 235px !important;
	}

	.sec-3 .map .indicator.RU-ULY {
		top: 245px !important;
		left: 165px !important;
	}

	.sec-3 .map .indicator.RU-TYU {
		top: 275px !important;
		left: 295px !important;
	}

	.sec-3 .map .indicator.RU-TYU {
		top: 275px !important;
		left: 295px !important;
	}

	.sec-3 .map .indicator.RU-TUL {
		top: 200px !important;
		left: 110px !important;
	}

	.sec-3 .map .indicator.RU-SVE {
		top: 240px !important;
		left: 270px !important;
	}

	.sec-3 .map .indicator.RU-RYA {
		top: 210px !important;
		left: 130px !important;
	}

	.sec-3 .map .indicator.RU-ORL {
		top: 200px !important;
		left: 100px !important;
	}

	.sec-3 .map .indicator.RU-OMS {
		top: 310px !important;
		left: 315px !important;
	}

	.sec-3 .map .indicator.RU-NGR {
		top: 145px !important;
		left: 130px !important;
	}

	.sec-3 .map .indicator.RU-LIP {
		top: 215px !important;
		left: 110px !important;
	}

	.sec-3 .map .indicator.RU-KRS {
		top: 205px !important;
		left: 85px !important;
	}

	.sec-3 .map .indicator.RU-KGN {
		top: 280px !important;
		left: 260px !important;
	}

	.sec-3 .map .indicator.RU-KGD {
		top: 115px !important;
		left: 50px !important;
	}

	.sec-3 .map .indicator.RU-IVA {
		top: 190px !important;
		left: 150px !important;
	}

	.sec-3 .map .indicator.RU-BRY {
		top: 185px !important;
		left: 85px !important;
	}

	.sec-3 .map .indicator.RU-AST {
		top: 295px !important;
		left: 110px !important;
	}

	.sec-3 .map .indicator.RU-KHA {
		top: 350px !important;
		left: 305px !important;
	}

	.sec-3 .map .indicator.RU-CE {
		top: 320px !important;
		left: 80px !important;
	}

	.sec-3 .map .indicator.RU-UD {
		top: 230px !important;
		left: 210px !important;
	}

	.sec-3 .map .indicator.RU-SE {
		top: 300px !important;
		left: 70px !important;
	}

	.sec-3 .map .indicator.RU-MO {
		top: 225px !important;
		left: 150px !important;
	}

	.sec-3 .map .indicator.RU-KR {
		top: 100px !important;
		left: 180px !important;
	}

	.sec-3 .map .indicator.RU-KL {
		top: 290px !important;
		left: 100px !important;
	}

	.sec-3 .map .indicator.RU-IN {
		top: 315px !important;
		left: 70px !important;
	}

	.sec-3 .map .indicator.RU-AL {
		top: 390px !important;
		left: 390px !important;
	}

	.sec-3 .map .indicator.RU-BA {
		top: 275px !important;
		left: 210px !important;
	}

	.sec-3 .map .indicator.RU-AD {
		top: 285px !important;
		left: 55px !important;
	}

	.sec-3 .map .indicator.RU-CR {
		top: 250px !important;
		left: 30px !important;
	}

	.sec-3 .map .indicator.RU-SEV {
		top: 250px !important;
		left: 20px !important;
	}

	.sec-3 .map .indicator.RU-KO {
		top: 180px !important;
		left: 265px !important;
	}

	.sec-3 .map .indicator.RU-KIR {
		top: 210px !important;
		left: 215px !important;
	}

	.sec-3 .map .indicator.RU-PNZ {
		top: 235px !important;
		left: 140px !important;
	}

	.sec-3 .map .indicator.RU-TAM {
		top: 225px !important;
		left: 120px !important;
	}

	.sec-3 .map .indicator.RU-MUR {
		top: 90px !important;
		left: 220px !important;
	}

	.sec-3 .map .indicator.RU-LEN {
		top: 130px !important;
		left: 150px !important;
	}

	.sec-3 .map .indicator.RU-VLG {
		top: 175px !important;
		left: 195px !important;
	}

	.sec-3 .map .indicator.RU-KOS {
		top: 190px !important;
		left: 180px !important;
	}

	.sec-3 .map .indicator.RU-PSK {
		top: 135px !important;
		left: 100px !important;
	}

	.sec-3 .map .indicator.RU-ARK {
		top: 135px !important;
		left: 230px !important;
	}

	.sec-3 .map .indicator.RU-YAN {
		top: 205px !important;
		left: 360px !important;
	}

	.sec-3 .map .indicator.RU-CHU {
		left: 355px !important;
	}

	.sec-3 .map .indicator.RU-YEV {
		top: 370px !important;
		left: 280px !important;
	}

	.sec-3 .map .indicator.RU-TY {
		top: 390px !important;
		left: 450px !important;
	}

	.sec-3 .map .indicator.RU-SAK {
		top: 340px !important;
		left: 345px !important;
	}

	.sec-3 .map .indicator.RU-AMU {
		top: 340px !important;
		left: 230px !important;
	}

	.sec-3 .map .indicator.RU-BU {
		top: 360px !important;
		left: 545px !important;
	}

	.sec-3 .map .indicator.RU-KK {
		top: 360px !important;
		left: 410px !important;
	}

	.sec-3 .map .indicator.RU-KEM {
		top: 340px !important;
		left: 395px !important;
	}

	.sec-3 .map .indicator.RU-NVS {
		top: 330px !important;
		left: 370px !important;
	}

	.sec-3 .map .indicator.RU-ALT {
		top: 360px !important;
		left: 365px !important;
	}

	.sec-3 .map .indicator.RU-DA {
		top: 335px !important;
		left: 80px !important;
	}

	.sec-3 .map .indicator.RU-STA {
		top: 295px !important;
		left: 75px !important;
	}

	.sec-3 .map .indicator.RU-KB {
		top: 295px !important;
		left: 65px !important;
	}

	.sec-3 .map .indicator.RU-KC {
		top: 280px !important;
		left: 60px !important;
	}

	.sec-3 .map .indicator.RU-KDA {
		top: 270px !important;
		left: 60px !important;
	}

	.sec-3 .map .indicator.RU-ROS {
		top: 270px !important;
		left: 85px !important;
	}

	.sec-3 .map .indicator.RU-SAM {
		top: 260px !important;
		left: 165px !important;
	}

	.sec-3 .map .indicator.RU-TA {
		top: 250px !important;
		left: 195px !important;
	}

	.sec-3 .map .indicator.RU-ME {
		top: 220px !important;
		left: 185px !important;
	}

	.sec-3 .map .indicator.RU-CU {
		top: 225px !important;
		left: 170px !important;
	}

	.sec-3 .map .indicator.RU-NIZ {
		top: 205px !important;
		left: 170px !important;
	}

	.sec-3 .map .indicator.RU-VLA {
		top: 200px !important;
		left: 145px !important;
	}

	.sec-3 .map .indicator.RU-MOS {
		top: 195px !important;
		left: 130px !important;
	}

	.sec-3 .map .indicator.RU-KLU {
		top: 185px !important;
		left: 110px !important;
	}

	.sec-3 .map .indicator.RU-BEL {
		top: 225px !important;
		left: 90px !important;
	}

	.sec-3 .map .indicator.RU-ZAB {
		top: 370px !important;
		left: 160px !important;
	}

	.sec-3 .map .indicator.RU-ZAB:before {
		left: auto;
		right: -12px;
	}

	.sec-3 .map .indicator.RU-PRI {
		top: 435px !important;
		left: 300px !important;
	}

	.sec-3 .map .indicator.RU-KAM {
		top: 225px !important;
		left: 400px !important;
	}

	.sec-3 .map .indicator.RU-MAG {
		top: 200px !important;
		left: 325px !important;
	}

	.sec-3 .map .indicator.RU-SA {
		left: 200px !important;
	}

	.sec-3 .map .indicator.RU-SA:before {
		left: auto;
		right: -12px;
	}

	.sec-3 .map .indicator.RU-KYA {
		left: 450px !important;
	}

	.sec-3 .map .indicator.RU-ORE {
		top: 285px !important;
		left: 185px !important;
	}

	.sec-3 .map .indicator.RU-SAR {
		top: 260px !important;
		left: 150px !important;
	}

	.sec-3 .map .indicator.RU-VGG {
		top: 260px !important;
		left: 115px !important;
	}

	.sec-3 .map .indicator.RU-VOR {
		top: 230px !important;
		left: 105px !important;
	}

	.sec-3 .map .indicator.RU-SMO {
		top: 170px !important;
		left: 100px !important;
	}

	.sec-3 .map .indicator.RU-TVE {
		top: 160px !important;
		left: 130px !important;
	}

	.sec-3 .map .indicator.RU-PER {
		top: 225px !important;
		left: 240px !important;
	}

	.sec-3 .map .indicator.RU-KHM {
		top: 250px !important;
		left: 375px !important;
	}

	.sec-3 .map .indicator.RU-TOM {
		top: 290px !important;
		left: 365px !important;
	}

	.sec-3 .map .indicator.RU-IRK {
		top: 335px !important;
		left: 500px !important;
	} */

	.sec-4 .box .left {
		width: 55%;
	}

	.sec-4 .box .right {
		width: 43%;
	}

	.popup .box .left .item .name {
		font-size: 16px;
	}

	.popup .box .left .item .doz {
		font-size: 16px;
	}

	.popup .box .left .item .doz span {
		padding: 0;
	}

	.popup .box .right .item .icon {
		width: 40px;
	}

	.popup .box .right .item .name {
		font-size: 16px;
	}

	.popup .box .right .item .text {
		font-size: 14px;
		width: 100%;
		margin-top: 0;
	}

	.popup .box .right .btn {
		margin: 0;
	}

	.popup .box {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 991px) {

	.sec-1, .sec-2, .sec-3, .sec-4, .sec-5 {
		padding-top: 50px;
	}

	.burger-container {
		display: block;
	}

	.logo {
		display: flex;
	}

	header .box .logo-center {
		display: none ;
	}

	header .box .menu-wrapper {
		flex-direction: column;
		width: auto;
		padding: 25px;
	}

	header .box {
		padding: 15px;
	}

	.menu-right {
		flex-direction: column;
	}

	header .fixed {
		padding: 0;
	}

	header .box .menu-right .nav {
		align-items: center;
	}

	header .box .menu-left, header .box .menu-right {
		width: 100%;
	}

	header .box .menu-left .nav, header .box .menu-right .nav {
		align-items: center;
		gap: 25px;
		padding-bottom: 25px;
	}

	header .box .menu nav {
		background: #000;
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
		max-width: 654px;
		width: 100%;
		height: 100%;
		margin: auto 0;
		border-radius: 0;
		display: flex;
		flex-direction: column;
		overflow: auto;
		justify-content: center;
	}

	body {
		gap: 15px;
	}

	.logoba {
		margin-top: 20px;
		max-width: 50%;
	}

	header .box .colors {
		margin: 0 112px 0 auto;
		order: 2;
	}

	header .box .leng {
		order: 3;
		right: 97px;
	}

	header .box .burger {
		background: #1026A9;
		border-radius: 100px;
		border: none;
		margin: 0;
		padding: 10px;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		cursor: pointer;
		outline: 0;
		z-index: 100;
		order: 4;
	}

	.light header .box .burger {
		background: white;
	}

	header .box .burger span {
		background: #FFFFFF;
		width: 17px;
		height: 2px;
		display: block;
		margin-bottom: 5px;
		transition: all 0.5s;
		transform: rotate(0);
		border-radius: 10px;
	}

	.light header .box .burger span {
		background: #1026A9;
	}

	header .box .burger span:nth-child(2) {
		width: 22px;
		opacity: 1;
	}

	header .box .burger span:last-child {
		width: 12px;
		margin-bottom: 0;
	}

	header .box .burger.active {
		padding: 5px;
		align-items: center;
	}

	header .box .burger.active span {
		transform: rotate(45deg);
		width: 25px;
		margin-bottom: -2px;
	}

	header .box .burger.active span:nth-child(2) {
		opacity: 0;
	}

	header .box .burger.active span:last-child {
		transform: rotate(-45deg);
		margin-bottom: 0;
	}

	header .box .menu {
		display: none;
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		background: rgba(10, 14, 10, 0.8);
		border-radius: 0;
		z-index: 10;
		padding: 0;
		margin: 0;
	}

	.light header .box .menu nav {
		background: #1026A9;
	}

	header .box .menu nav::-webkit-scrollbar {
		width: 0;
	}

	header .box .menu nav {
		-ms-overflow-style: none;
	}

	header .box .menu nav {
		overflow: -moz-scrollbars-none;
	}

	header .box .menu nav ul {
		flex-direction: column;
		margin: 64px 20px 100px 0;
	}

	header .box .menu nav ul li a {
		font-size: 24px;
		font-weight: 400;
		text-align: center;
		color: #fff;
	}

	header .box .menu nav .logo {
		width: 165px;
		display: block;
	}

	header .box .menu nav .logo img {
		width: 100%;
	}

	header .box .menu nav .soc {
		display: flex;
		justify-content: center;
		gap: 30px;
	}

	.slider-nav {
		bottom: -90px;
	}

	header h1 {
		font-size: 40px;
		line-height: 46.64px;
	}

	header h1 span {
		font-size: 100px;
		line-height: 116.6px;
	}

	header h1 div {
		width: 302px;
		margin-top: 11px;
	}

	header h1 div span {
		font-size: 40px;
		line-height: 46.64px;
	}

	.title {
		font-size: 46px;
		line-height: 53.64px;
	}

	.sec-1 .slider .item .zag {
		font-size: 24px;
	}

	.sec-1 .slider .item .img {
		width: 140px !important;
		height: 390px;
	}

	.sec-1 .slider .item .img img {
		height: 100%;
	}

	.sec-1 .slider {
		overflow: visible;
		height: auto;
	}

	.slick-arrow {
		bottom: auto;
		background-size: contain !important;
		width: 60px;
		height: 60px;
	}

	.sec-2 {
		padding: 0;
	}

	.sec-2 .box .left {
		margin: 67px 0 19px 0;
	}

	.sec-2 .box .left .new {
		height: 650px;
	}

	.sec-2 .box .left .new .item .box {
		padding: 0 30px;
	}

	.sec-2 .box .left .new .item .box .more {
		width: 154px;
	}

	.sec-2 .box .left .new .item .box .name {
		font-size: 24px;
		width: 62%;
		line-height: 28.18px;
	}

	.sec-2 .box .left .new .slick-arrow {
		top: 0;
		bottom: 0;
		width: 60px;
		height: 60px;
	}

	.sec-2 .box .right .title {
		font-size: 46px;
		line-height: 36.8px;
		margin: 0;
	}

	.sec-2 .box .right .scroll {
		height: auto;
	}
	.sec-3 .search {
		margin-bottom: -35px;
	}

	.sec-3 .map .indicator {
		font-size: 20px;
		line-height: 20px;
		padding: 15px;
		width: auto;
	}

/* 	.sec-3 .map .indicator .brend {
		font-size: 16px;
		line-height: 20px;
		gap: 10px;
	}

	.sec-3 .map .indicator .brend a {
		font-size: 16px;
		line-height: 20px;
	}

	.sec-3 .map .indicator.RU-MOW {
		top: 145px !important;
		left: 100px !important;
	}

	.sec-3 .map .indicator.RU-SPE {
		top: 95px !important;
		left: 105px !important;
	}

	.sec-3 .map .indicator.RU-NEN {
		top: 110px !important;
		left: 255px !important;
	}

	.sec-3 .map .indicator.RU-YAR {
		top: 140px !important;
		left: 120px !important;
	}

	.sec-3 .map .indicator.RU-CHE {
		top: 225px !important;
		left: 190px !important;
	}

	.sec-3 .map .indicator.RU-ULY {
		top: 190px !important;
		left: 136px !important;
	}

	.sec-3 .map .indicator.RU-TYU {
		top: 220px !important;
		left: 240px !important;
	}

	.sec-3 .map .indicator.RU-TUL {
		top: 155px !important;
		left: 90px !important;
	}

	.sec-3 .map .indicator.RU-SVE {
		top: 195px !important;
		left: 210px !important;
	}

	.sec-3 .map .indicator.RU-RYA {
		top: 165px !important;
		left: 105px !important;
	}

	.sec-3 .map .indicator.RU-ORL {
		top: 160px !important;
		left: 80px !important;
	}

	.sec-3 .map .indicator.RU-OMS {
		top: 240px !important;
		left: 255px !important;
	}

	.sec-3 .map .indicator.RU-NGR {
		top: 110px !important;
		left: 105px !important;
	}

	.sec-3 .map .indicator.RU-LIP {
		top: 170px !important;
		left: 90px !important;
	}

	.sec-3 .map .indicator.RU-KRS {
		top: 165px !important;
		left: 70px !important;
	}

	.sec-3 .map .indicator.RU-KGN {
		top: 225px !important;
		left: 215px !important;
	}

	.sec-3 .map .indicator.RU-KGD {
		top: 90px !important;
		left: 45px !important;
	}

	.sec-3 .map .indicator.RU-IVA {
		top: 150px !important;
		left: 125px !important;
	}

	.sec-3 .map .indicator.RU-BRY {
		top: 150px !important;
		left: 70px !important;
	}

	.sec-3 .map .indicator.RU-AST {
		top: 240px !important;
		left: 95px !important;
	}

	.sec-3 .map .indicator.RU-KHA {
		top: 240px !important;
		left: 325px !important;
	}

	.sec-3 .map .indicator.RU-CE {
		top: 260px !important;
		left: 65px !important;
	}

	.sec-3 .map .indicator.RU-UD {
		top: 184px !important;
		left: 170px !important;
	}

	.sec-3 .map .indicator.RU-SE {
		top: 250px !important;
		left: 55px !important;
	}

	.sec-3 .map .indicator.RU-MO {
		top: 180px !important;
		left: 125px !important;
	}

	.sec-3 .map .indicator.RU-KR {
		top: 85px !important;
		left: 145px !important;
	}

	.sec-3 .map .indicator.RU-KL {
		top: 235px !important;
		left: 85px !important;
	}

	.sec-3 .map .indicator.RU-IN {
		top: 255px !important;
		left: 60px !important;
	}

	.sec-3 .map .indicator.RU-AL {
		top: 305px !important;
		left: 315px !important;
	}

	.sec-3 .map .indicator.RU-BA {
		top: 220px !important;
		left: 170px !important;
	}

	.sec-3 .map .indicator.RU-AD {
		top: 225px !important;
		left: 45px !important;
	}

	.sec-3 .map .indicator.RU-CR {
		top: 195px !important;
		left: 25px !important;
	}

	.sec-3 .map .indicator.RU-SEV {
		top: 199px !important;
		left: 17px !important;
	}

	.sec-3 .map .indicator.RU-KO {
		top: 130px !important;
		left: 230px !important;
	}

	.sec-3 .map .indicator.RU-KIR {
		top: 165px !important;
		left: 170px !important;
	}

	.sec-3 .map .indicator.RU-PNZ {
		top: 185px !important;
		left: 120px !important;
	}

	.sec-3 .map .indicator.RU-TAM {
		top: 180px !important;
		left: 100px !important;
	}

	.sec-3 .map .indicator.RU-MUR {
		top: 65px !important;
		left: 180px !important;
	}

	.sec-3 .map .indicator.RU-LEN {
		top: 105px !important;
		left: 125px !important;
	}

	.sec-3 .map .indicator.RU-VLG {
		top: 140px !important;
		left: 155px !important;
	}

	.sec-3 .map .indicator.RU-KOS {
		top: 150px !important;
		left: 145px !important;
	}

	.sec-3 .map .indicator.RU-PSK {
		top: 110px !important;
		left: 85px !important;
	}

	.sec-3 .map .indicator.RU-ARK {
		top: 115px !important;
		left: 190px !important;
	}

	.sec-3 .map .indicator.RU-YAN {
		top: 155px !important;
		left: 310px !important;
	}

	.sec-3 .map .indicator.RU-CHU {
		top: 85px !important;
		left: 425px !important;
	}

	.sec-3 .map .indicator.RU-YEV {
		top: 310px !important;
		left: 230px !important;
	}

	.sec-3 .map .indicator.RU-TY {
		top: 305px !important;
		left: 360px !important;
	}

	.sec-3 .map .indicator.RU-SAK {
		top: 260px !important;
		left: 360px !important;
	}

	.sec-3 .map .indicator.RU-AMU {
		top: 265px !important;
		left: 280px !important;
	}

	.sec-3 .map .indicator.RU-BU {
		top: 270px !important;
		left: 455px !important;
	}

	.sec-3 .map .indicator.RU-KK {
		top: 285px !important;
		left: 330px !important;
	}

	.sec-3 .map .indicator.RU-KEM {
		top: 265px !important;
		left: 320px !important;
	}

	.sec-3 .map .indicator.RU-NVS {
		top: 260px !important;
		left: 300px !important;
	}

	.sec-3 .map .indicator.RU-ALT {
		top: 280px !important;
		left: 305px !important;
	}

	.sec-3 .map .indicator.RU-DA {
		top: 255px !important;
		left: 75px !important;
	}

	.sec-3 .map .indicator.RU-STA {
		top: 235px !important;
		left: 65px !important;
	}

	.sec-3 .map .indicator.RU-KB {
		top: 245px !important;
		left: 60px !important;
	}

	.sec-3 .map .indicator.RU-KC {
		top: 235px !important;
		left: 50px !important;
	}

	.sec-3 .map .indicator.RU-KDA {
		top: 220px !important;
		left: 55px !important;
	}

	.sec-3 .map .indicator.RU-ROS {
		top: 205px !important;
		left: 75px !important;
	}

	.sec-3 .map .indicator.RU-SAM {
		top: 205px !important;
		left: 145px !important;
	}

	.sec-3 .map .indicator.RU-TA {
		top: 195px !important;
		left: 160px !important;
	}

	.sec-3 .map .indicator.RU-ME {
		top: 175px !important;
		left: 150px !important;
	}

	.sec-3 .map .indicator.RU-CU {
		top: 180px !important;
		left: 135px !important;
	}

	.sec-3 .map .indicator.RU-NIZ {
		top: 160px !important;
		left: 140px !important;
	}

	.sec-3 .map .indicator.RU-VLA {
		top: 160px !important;
		left: 120px !important;
	}

	.sec-3 .map .indicator.RU-MOS {
		top: 150px !important;
		left: 105px !important;
	}

	.sec-3 .map .indicator.RU-KLU {
		top: 145px !important;
		left: 90px !important;
	}

	.sec-3 .map .indicator.RU-BEL {
		top: 180px !important;
		left: 75px !important;
	}

	.sec-3 .map .indicator.RU-ZAB {
		top: 305px !important;
		left: 205px !important;
	}

	.sec-3 .map .indicator.RU-PRI {
		top: 320px !important;
		left: 365px !important;
	}

	.sec-3 .map .indicator.RU-KAM {
		top: 175px !important;
		left: 440px !important;
	}

	.sec-3 .map .indicator.RU-MAG {
		top: 160px !important;
		left: 335px !important;
	}

	.sec-3 .map .indicator.RU-SA {
		top: 170px !important;
		left: 215px !important;
	}

	.sec-3 .map .indicator.RU-KYA {
		top: 165px !important;
		left: 400px !important;
	}

	.sec-3 .map .indicator.RU-ORE {
		top: 245px !important;
		left: 170px !important;
	}

	.sec-3 .map .indicator.RU-SAR {
		top: 210px !important;
		left: 125px !important;
	}

	.sec-3 .map .indicator.RU-VGG {
		top: 210px !important;
		left: 100px !important;
	}

	.sec-3 .map .indicator.RU-VOR {
		top: 185px !important;
		left: 90px !important;
	}

	.sec-3 .map .indicator.RU-SMO {
		top: 135px !important;
		left: 90px !important;
	}

	.sec-3 .map .indicator.RU-TVE {
		top: 130px !important;
		left: 110px !important;
	}

	.sec-3 .map .indicator.RU-PER {
		top: 180px !important;
		left: 195px !important;
	}

	.sec-3 .map .indicator.RU-KHM {
		top: 205px !important;
		left: 315px !important;
	}

	.sec-3 .map .indicator.RU-TOM {
		top: 235px !important;
		left: 320px !important;
	}

	.sec-3 .map .indicator.RU-IRK {
		top: 240px !important;
		left: 455px !important;
	} */

	.sec-3 .magaz {
		margin: -52px auto 0 auto;
	}

	.sec-3 .magaz a {
		font-size: 20px;
		line-height: 23.32px;
		padding: 13px 40px;
	}

	.sec-4 .box .left {
		width: 100%;
		margin-bottom: 15px;
	}

	.sec-4 .box .right {
		width: 100%;
	}

	.sec-4 .box .left .slider-1 .slick-arrow {
		top: 202px;
		width: 48px;
		height: 48px;
		opacity: 1;
	}

	.sec-4 .box .left .slider-1 .slick-arrow.slick-prev {
		left: 20px;
	}

	.sec-4 .box .left .slider-1 .slick-arrow.slick-next {
		right: 20px;
	}

	.sec-4 .box .right .item {
		width: 38.5%;
	}

	.sec-4 .box .right .item:nth-child(9) {
		padding: 29px 0 28px 0;
		margin: 0;
	}

	.sec-4 .box .right .item:nth-child(9) .text {
		line-height: 33.6px;
		font-size: 28px;
		font-weight: 700;
	}

	.sec-4 .magaz a {
		font-size: 20px;
	}

	.sec-5 .box .item {
		width: 31.5%;
		height: 230px;
	}

	.sec-5 .box .item:first-child {
		height: 480px;
	}

	.sec-5 .box .item:nth-last-child(2),
	.sec-5 .box .item:nth-last-child(3) {
		display: none;
	}

	.sec-5 .box .item:nth-last-child(1) {
		margin: -230px 0 0 auto;
		width: 65.6%;
	}

	footer {
		padding: 60px 0;
	}

	footer .box .logo {
		width: 100%;
		margin-bottom: 30px;
	}

	footer .box .logo img {
		width: 127px;
		margin: 0 auto;
	}

	footer .foot {
		justify-content: center;
		padding: 40px 0 0 0;
	}

	footer .foot .copy {
		width: 100%;
		margin-bottom: 20px;
	}

	.popup .box .center {
		top: 40px;
	}

	.popup .box .right {
		width: 100%;
	}

	.popup-fade-more .slider-popup .slick-arrow {
		top: 0;
		bottom: 0;
	}
}

@media (max-width: 768px) {

	.page404 {
		margin-bottom: 60px;
	}

	.page404 h1 {
		font-size: 320px;
	}

	.page404 p {
		font-size: 40px;
	}

	.page404 img {
		margin-top: -80px;
	}

	.box_btns {
		margin-top: 30px;
	}

	.light .box_btns {
		margin-top: 70px;
	}

	.sec-3 .search {
		margin-bottom: 0;
		width: 100%;
	}

/* 	.sec-3 .map .indicator.RU-MOW {
		top: 80px !important;
		left: 75px !important;
	}

	.sec-3 .map .indicator.RU-SPE {
		top: 45px !important;
		left: 78px !important;
	}

	.sec-3 .map .indicator.RU-NEN {
		top: 55px !important;
		left: 185px !important;
	}

	.sec-3 .map .indicator.RU-YAR {
		top: 75px !important;
		left: 90px !important;
	}

	.sec-3 .map .indicator.RU-CHE {
		top: 135px !important;
		left: 135px !important;
	}

	.sec-3 .map .indicator.RU-ULY {
		top: 115px !important;
		left: 100px !important;
	}

	.sec-3 .map .indicator.RU-TYU {
		top: 130px !important;
		left: 180px !important;
	}

	.sec-3 .map .indicator.RU-TUL {
		top: 90px !important;
		left: 70px !important;
	}

	.sec-3 .map .indicator.RU-SVE {
		top: 120px !important;
		left: 155px !important;
	}

	.sec-3 .map .indicator.RU-RYA {
		top: 95px !important;
		left: 80px !important;
	}

	.sec-3 .map .indicator.RU-ORL {
		top: 90px !important;
		left: 60px !important;
	}

	.sec-3 .map .indicator.RU-OMS {
		top: 145px !important;
		left: 185px !important;
	}

	.sec-3 .map .indicator.RU-NGR {
		top: 60px !important;
		left: 80px !important;
	}

	.sec-3 .map .indicator.RU-LIP {
		top: 100px !important;
		left: 65px !important;
	}

	.sec-3 .map .indicator.RU-KRS {
		top: 95px !important;
		left: 55px !important;
	}

	.sec-3 .map .indicator.RU-KGN {
		top: 140px !important;
		left: 155px !important;
	}

	.sec-3 .map .indicator.RU-KGD {
		top: 45px !important;
		left: 35px !important;
	}

	.sec-3 .map .indicator.RU-IVA {
		top: 85px !important;
		left: 95px !important;
	}

	.sec-3 .map .indicator.RU-BRY {
		top: 80px !important;
		left: 55px !important;
	}

	.sec-3 .map .indicator.RU-AST {
		top: 145px !important;
		left: 70px !important;
	}

	.sec-3 .map .indicator.RU-KHA {
		top: 140px !important;
		left: 160px !important;
	}

	.sec-3 .map .indicator.RU-CE {
		top: 160px !important;
		left: 50px !important;
	}

	.sec-3 .map .indicator.RU-UD {
		top: 110px !important;
		left: 120px !important;
	}

	.sec-3 .map .indicator.RU-SE {
		top: 155px !important;
		left: 45px !important;
	}

	.sec-3 .map .indicator.RU-MO {
		top: 105px !important;
		left: 90px !important;
	}

	.sec-3 .map .indicator.RU-KR {
		top: 40px !important;
		left: 105px !important;
	}

	.sec-3 .map .indicator.RU-KL {
		top: 140px !important;
		left: 65px !important;
	}

	.sec-3 .map .indicator.RU-IN {
		top: 155px !important;
		left: 47px !important;
	}

	.sec-3 .map .indicator.RU-AL {
		top: 190px !important;
		left: 220px !important;
	}

	.sec-3 .map .indicator.RU-BA {
		top: 125px !important;
		left: 130px !important;
	}

	.sec-3 .map .indicator.RU-AD {
		top: 135px !important;
		left: 37px !important;
	}

	.sec-3 .map .indicator.RU-CR {
		top: 120px !important;
		left: 25px !important;
	}

	.sec-3 .map .indicator.RU-SEV {
		top: 117px !important;
		left: 16px !important;
	}

	.sec-3 .map .indicator.RU-KO {
		top: 65px !important;
		left: 185px !important;
	}

	.sec-3 .map .indicator.RU-KIR {
		top: 95px !important;
		left: 125px !important;
	}

	.sec-3 .map .indicator.RU-PNZ {
		top: 110px !important;
		left: 85px !important;
	}

	.sec-3 .map .indicator.RU-TAM {
		top: 105px !important;
		left: 75px !important;
	}

	.sec-3 .map .indicator.RU-MUR {
		top: 25px !important;
		left: 130px !important;
	}

	.sec-3 .map .indicator.RU-LEN {
		top: 55px !important;
		left: 90px !important;
	}

	.sec-3 .map .indicator.RU-VLG {
		top: 75px !important;
		left: 115px !important;
	}

	.sec-3 .map .indicator.RU-KOS {
		top: 85px !important;
		left: 110px !important;
	}

	.sec-3 .map .indicator.RU-PSK {
		top: 60px !important;
		left: 60px !important;
	}

	.sec-3 .map .indicator.RU-ARK {
		top: 60px !important;
		left: 135px !important;
	}

	.sec-3 .map .indicator.RU-YAN {
		top: 85px !important;
		left: 220px !important;
	}

	.sec-3 .map .indicator.RU-CHU {
		top: 50px !important;
		left: 245px !important;
	}

	.sec-3 .map .indicator.RU-YEV {
		top: 195px !important;
		left: 60px !important;
	}

	.sec-3 .map .indicator.RU-TY {
		top: 190px !important;
		left: 255px !important;
	}

	.sec-3 .map .indicator.RU-SAK {
		top: 160px !important;
		left: 180px !important;
	}

	.sec-3 .map .indicator.RU-AMU {
		top: 160px !important;
		left: 130px !important;
	}

	.sec-3 .map .indicator.RU-BU {
		top: 155px !important;
		left: 320px !important;
	}

	.sec-3 .map .indicator.RU-KK {
		top: 170px !important;
		left: 230px !important;
	}

	.sec-3 .map .indicator.RU-KEM {
		top: 165px !important;
		left: 225px !important;
	}

	.sec-3 .map .indicator.RU-NVS {
		top: 160px !important;
		left: 210px !important;
	}

	.sec-3 .map .indicator.RU-ALT {
		top: 175px !important;
		left: 215px !important;
	}

	.sec-3 .map .indicator.RU-DA {
		top: 160px !important;
		left: 55px !important;
	}

	.sec-3 .map .indicator.RU-STA {
		top: 145px !important;
		left: 50px !important;
	}

	.sec-3 .map .indicator.RU-KB {
		top: 150px !important;
		left: 45px !important;
	}

	.sec-3 .map .indicator.RU-KC {
		top: 145px !important;
		left: 40px !important;
	}

	.sec-3 .map .indicator.RU-KDA {
		top: 130px !important;
		left: 40px !important;
	}

	.sec-3 .map .indicator.RU-ROS {
		top: 120px !important;
		left: 55px !important;
	}

	.sec-3 .map .indicator.RU-SAM {
		top: 120px !important;
		left: 105px !important;
	}

	.sec-3 .map .indicator.RU-TA {
		top: 115px !important;
		left: 115px !important;
	}

	.sec-3 .map .indicator.RU-ME {
		top: 100px !important;
		left: 110px !important;
	}

	.sec-3 .map .indicator.RU-CU {
		top: 105px !important;
		left: 100px !important;
	}

	.sec-3 .map .indicator.RU-NIZ {
		top: 90px !important;
		left: 105px !important;
	}

	.sec-3 .map .indicator.RU-VLA {
		top: 90px !important;
		left: 85px !important;
	}

	.sec-3 .map .indicator.RU-MOS {
		top: 80px !important;
		left: 75px !important;
	}

	.sec-3 .map .indicator.RU-KLU {
		top: 80px !important;
		left: 70px !important;
	}

	.sec-3 .map .indicator.RU-BEL {
		top: 100px !important;
		left: 55px !important;
	}

	.sec-3 .map .indicator.RU-ZAB {
		top: 195px !important;
		left: 70px !important;
	}

	.sec-3 .map .indicator.RU-PRI {
		top: 215px !important;
		left: 185px !important;
	}

	.sec-3 .map .indicator.RU-KAM {
		top: 65px !important;
		left: 240px !important;
	}

	.sec-3 .map .indicator.RU-MAG {
		top: 90px !important;
		left: 160px !important;
	}

	.sec-3 .map .indicator.RU-SA {
		top: 95px !important;
		left: 90px !important;
	}

	.sec-3 .map .indicator.RU-KYA {
		top: 65px !important;
		left: 295px !important;
	}

	.sec-3 .map .indicator.RU-ORE {
		top: 150px !important;
		left: 120px !important;
	}

	.sec-3 .map .indicator.RU-SAR {
		top: 125px !important;
		left: 90px !important;
	}

	.sec-3 .map .indicator.RU-SAR {
		top: 125px !important;
		left: 90px !important;
	}

	.sec-3 .map .indicator.RU-VOR {
		top: 110px !important;
		left: 70px !important;
	}

	.sec-3 .map .indicator.RU-SMO {
		top: 75px !important;
		left: 65px !important;
	}

	.sec-3 .map .indicator.RU-TVE {
		top: 70px !important;
		left: 80px !important;
	}

	.sec-3 .map .indicator.RU-PER {
		top: 95px !important;
		left: 150px !important;
	}

	.sec-3 .map .indicator.RU-KHM {
		top: 120px !important;
		left: 215px !important;
	}

	.sec-3 .map .indicator.RU-TOM {
		top: 145px !important;
		left: 225px !important;
	}

	.sec-3 .map .indicator.RU-IRK {
		top: 140px !important;
		left: 325px !important;
	}

	.sec-3 .map .indicator.RU-VGG {
		top: 125px !important;
		left: 75px !important;
	} */

	.sec-3 .magaz {
		margin: 0 auto;
	}

	.sec-5 .box {
		gap: 15px;
	}

	.sec-5 .box .item {
		width: 100%;
	}

	.sec-5 .box .item:nth-last-child(1) {
		margin: 0;
		width: 100%;
	}

	footer .box .address {
		text-align: center;
		width: 100%;
		margin-bottom: 15px;
	}

	footer .box .mail {
		width: 100%;
		margin-bottom: 15px;
	}

	footer .box .mail a {
		text-align: center;
		width: 100%;
	}

	footer .box .phone {
		width: 100%;
		margin-bottom: 15px;
	}

	footer .box .phone a {
		text-align: center;
		width: 100%;
	}

	footer .box .soc {
		justify-content: center;
		width: fit-content;
		margin: 0 auto;
	}

	footer .foot .copy {
		text-align: center;
	}

	.popup .box .center img {
		height: 100%;
		object-fit: cover;
	}

	.popup-fade-more .title,
	.popup-fade-info .title,
	.popup-fade-usl .title {
		font-size: 28px;
	}
}

@media (max-width: 575px) {

	.sec-1 .slider .item {
		gap: 50px;
	}

	.sec-1 .slider .item .img {
		padding: 0;
	}

	.light .btn2 {
		border: 1px solid #1026A9;
		background: transparent;
		color: #1026A9;
	}

	.page404 {
		margin-bottom: 60px;
	}

	.page404 h1 {
		font-size: 200px;
	}

	.page404 p {
		font-size: 30px;
	}

	.page404 img {
		margin-top: -80px;
	}

	.light .btn2:hover {
		background: #1026A9;
		color: white;
	}

	.logoba {
		max-width: 70%;
	}

	.faded_h1 {
		position: absolute;
		top: -230px;
	}

	header h1 div {
		margin-top: 0;
	}

	header .box .logo {
		width: 103px;
	}

	header .box .colors {
		display: none;
	}

	header .box .leng {
		top: 14px;
	}

	header {
		padding: 0;
	}

	.slider-nav {
		bottom: 187px;
		width: auto;
		right: 15px;
		display: none;
	}

	.light .swiper-button-next-style1,
	.light .swiper-button-prev-style1 {
		border: 1px solid #1026A9;
	}

	.light .swiper-button-next-style1 svg,
	.light .swiper-button-prev-style1 svg {
		fill: #1026A9;
	}

	#container {
		position: relative;
		height: 100%;
	}

	.btn2 {
		width: 100%;
		position: relative;
        top: 5px;
	}

	.title {
		font-size: 40px;
		line-height: 46.64px;
	}

	.sec-2 .box .right .title {
		font-size: 40px;
		line-height: 32px;
		margin: 0;
	}

	.sec-2 .box .left .new {
		height: 450px;
	}

	.sec-2 .box .left {
		margin: 62px 0 33px 0;
	}

	.sec-2 .box .left .new .slick-arrow {
		width: 48px;
		height: 48px;
	}

	.sec-2 .box .left .new .slick-arrow.slick-next {
		right: 10px;
	}

	.sec-2 .box .left .new .slick-arrow.slick-prev {
		left: 10px;
	}

	.sec-2 .box .left .new .item .box {
		padding: 0 10px;
		bottom: 10px;
	}

	.sec-2 .box .left .new .item .box .name {
		font-size: 20px;
		width: 100%;
		line-height: 23.48px;
		text-align: center;
		margin-bottom: 19px;
	}

	.sec-2 .box .left .new .item .box .more {
		width: 100%;
	}

	.sec-2 .box .right .scroll .box .item .img {
		height: 275px;
	}

	.sec-2 .box .right .scroll .box .item .name a {
		font-size: 20px;
		line-height: 23.32px;
	}

	.sec-2 .box .right .scroll .box .item {
		width: 100%;
	}

	.sec-3 .select2-container {
		width: 100% !important;
	}

	.sec-3 .map .indicator {
		width: 200px;
		font-size: 16px;
		line-height: 16px;
		padding: 10px;
	}

	.sec-3 .map .indicator .name {
		font-size: 14px;
		margin: 8px 0;
		position: relative;
		z-index: 1;
	}

	.sec-3 .map .indicator .brend {
		font-size: 14px;
		line-height: 16px;
		gap: 5px;
		position: relative;
		z-index: 1;
	}

	.sec-3 .map .indicator .brend a {
		font-size: 14px;
		line-height: 16px;
	}

	.sec-3 .map {
		width: 330px;
		margin: 0 auto;
	}

/* 	.sec-3 .map .indicator.RU-MOW {
		top: 40px !important;
		left: 53px !important;
	}

	.sec-3 .map .indicator.RU-SPE {
		top: 20px !important;
		left: 55px !important;
	}

	.sec-3 .map .indicator.RU-NEN {
		top: 25px !important;
		left: 123px !important;
	}

	.sec-3 .map .indicator.RU-YAR {
		top: 36px !important;
		left: 64px !important;
	}

	.sec-3 .map .indicator.RU-CHE {
		top: 75px !important;
		left: 95px !important;
	}

	.sec-3 .map .indicator.RU-ULY {
		top: 62px !important;
		left: 69px !important;
	}

	.sec-3 .map .indicator.RU-TYU {
		top: 70px !important;
		left: 122px !important;
	}

	.sec-3 .map .indicator.RU-TUL {
		top: 46px !important;
		left: 50px !important;
	}

	.sec-3 .map .indicator.RU-SVE {
		top: 56px !important;
		left: 105px !important;
	}

	.sec-3 .map .indicator.RU-RYA {
		top: 50px !important;
		left: 57px !important;
	}

	.sec-3 .map .indicator.RU-ORL {
		top: 49px !important;
		left: 45px !important;
	}

	.sec-3 .map .indicator.RU-OMS {
		top: 79px !important;
		left: 125px !important;
	}

	.sec-3 .map .indicator.RU-NGR {
		top: 27px !important;
		left: 56px !important;
	}

	.sec-3 .map .indicator.RU-LIP {
		top: 52px !important;
		left: 50px !important;
	}

	.sec-3 .map .indicator.RU-KRS {
		top: 50px !important;
		left: 41px !important;
	}

	.sec-3 .map .indicator.RU-KGN {
		top: 79px !important;
		left: 106px !important;
	}

	.sec-3 .map .indicator.RU-KGD {
		top: 17px !important;
		left: 28px !important;
	}

	.sec-3 .map .indicator.RU-IVA {
		top: 45px !important;
		left: 66px !important;
	}

	.sec-3 .map .indicator.RU-BRY {
		top: 40px !important;
		left: 40px !important;
	}

	.sec-3 .map .indicator.RU-AST {
		top: 77px !important;
		left: 50px !important;
	}

	.sec-3 .map .indicator.RU-KHA {
		top: 75px !important;
		left: 18px !important;
	}

	.sec-3 .map .indicator.RU-CE {
		top: 91px !important;
		left: 38px !important;
	}

	.sec-3 .map .indicator.RU-UD {
		top: 56px !important;
		left: 84px !important;
	}

	.sec-3 .map .indicator.RU-SE {
		top: 81px !important;
		left: 34px !important;
	}

	.sec-3 .map .indicator.RU-MO {
		top: 57px !important;
		left: 64px !important;
	}

	.sec-3 .map .indicator.RU-KR {
		top: 5px !important;
		left: 75px !important;
	}

	.sec-3 .map .indicator.RU-KL {
		top: 80px !important;
		left: 47px !important;
	}

	.sec-3 .map .indicator.RU-IN {
		top: 89px !important;
		left: 35px !important;
	}

	.sec-3 .map .indicator.RU-AL {
		top: 110px !important;
		left: 147px !important;
	}

	.sec-3 .map .indicator.RU-BA {
		top: 71px !important;
		left: 90px !important;
	}

	.sec-3 .map .indicator.RU-AD {
		top: 76px !important;
		left: 29px !important;
	}

	.sec-3 .map .indicator.RU-CR {
		top: 65px !important;
		left: 20px !important;
	}

	.sec-3 .map .indicator.RU-SEV {
		top: 65px !important;
		left: 16px !important;
	}

	.sec-3 .map .indicator.RU-KO {
		top: 31px !important;
		left: 124px !important;
	}

	.sec-3 .map .indicator.RU-KIR {
		top: 49px !important;
		left: 87px !important;
	}

	.sec-3 .map .indicator.RU-PNZ {
		top: 59px !important;
		left: 60px !important;
	}

	.sec-3 .map .indicator.RU-TAM {
		top: 54px !important;
		left: 53px !important;
	}

	.sec-3 .map .indicator.RU-MUR {
		top: 0px !important;
		left: 89px !important;
	}

	.sec-3 .map .indicator.RU-LEN {
		top: 21px !important;
		left: 63px !important;
	}

	.sec-3 .map .indicator.RU-VLG {
		top: 39px !important;
		left: 78px !important;
	}

	.sec-3 .map .indicator.RU-KOS {
		top: 44px !important;
		left: 76px !important;
	}

	.sec-3 .map .indicator.RU-PSK {
		top: 20px !important;
		left: 47px !important;
	}

	.sec-3 .map .indicator.RU-ARK {
		top: 23px !important;
		left: 93px !important;
	}

	.sec-3 .map .indicator.RU-YAN {
		top: 40px !important;
		left: 142px !important;
	}

	.sec-3 .map .indicator.RU-CHU {
		top: 15px !important;
		left: 46px !important;
	}

	.sec-3 .map .indicator.RU-YEV {
		top: 106px !important;
		left: 27px !important;
	}

	.sec-3 .map .indicator.RU-TY {
		top: 114px !important;
		left: 170px !important;
		width: 165px;
	}

	.sec-3 .map .indicator.RU-SAK {
		top: 101px !important;
		left: 49px !important;
	}

	.sec-3 .map .indicator.RU-AMU {
		top: 97px !important;
		left: 0px !important;
	}

	.sec-3 .map .indicator.RU-BU {
		top: 97px !important;
		left: 208px !important;
		width: 135px;
	}

	.sec-3 .map .indicator.RU-KK {
		top: 105px !important;
		left: 155px !important;
		width: 165px;
	}

	.sec-3 .map .indicator.RU-KEM {
		top: 100px !important;
		left: 150px !important;
		width: 180px;
	}

	.sec-3 .map .indicator.RU-NVS {
		top: 95px !important;
		left: 140px !important;
	}

	.sec-3 .map .indicator.RU-ALT {
		top: 103px !important;
		left: 145px !important;
		width: 180px;
	}

	.sec-3 .map .indicator.RU-DA {
		top: 96px !important;
		left: 38px !important;
	}

	.sec-3 .map .indicator.RU-STA {
		top: 85px !important;
		left: 38px !important;
	}

	.sec-3 .map .indicator.RU-KB {
		top: 80px !important;
		left: 34px !important;
	}

	.sec-3 .map .indicator.RU-KC {
		top: 76px !important;
		left: 30px !important;
	}

	.sec-3 .map .indicator.RU-KDA {
		top: 76px !important;
		left: 32px !important;
	}

	.sec-3 .map .indicator.RU-ROS {
		top: 74px !important;
		left: 40px !important;
	}

	.sec-3 .map .indicator.RU-SAM {
		top: 68px !important;
		left: 73px !important;
	}

	.sec-3 .map .indicator.RU-TA {
		top: 65px !important;
		left: 79px !important;
	}

	.sec-3 .map .indicator.RU-ME {
		top: 53px !important;
		left: 75px !important;
	}

	.sec-3 .map .indicator.RU-CU {
		top: 57px !important;
		left: 70px !important;
	}

	.sec-3 .map .indicator.RU-NIZ {
		top: 50px !important;
		left: 72px !important;
	}

	.sec-3 .map .indicator.RU-VLA {
		top: 48px !important;
		left: 61px !important;
	}

	.sec-3 .map .indicator.RU-MOS {
		top: 44px !important;
		left: 55px !important;
	}

	.sec-3 .map .indicator.RU-KLU {
		top: 43px !important;
		left: 49px !important;
	}

	.sec-3 .map .indicator.RU-BEL {
		top: 58px !important;
		left: 41px !important;
	}

	.sec-3 .map .indicator.RU-ZAB {
		top: 116px !important;
		left: -8px !important;
		width: 180px;
	}

	.sec-3 .map .indicator.RU-PRI {
		top: 122px !important;
		left: 35px !important;
	}

	.sec-3 .map .indicator.RU-KAM {
		top: 50px !important;
		left: 68px !important;
	}

	.sec-3 .map .indicator.RU-MAG {
		top: 50px !important;
		left: 38px !important;
	}

	.sec-3 .map .indicator.RU-SA {
		top: 53px !important;
		left: -8px !important;
		width: 180px;
	}

	.sec-3 .map .indicator.RU-KYA {
		top: 54px !important;
		left: 185px !important;
		width: 155px;
	}

	.sec-3 .map .indicator.RU-ORE {
		top: 84px !important;
		left: 85px !important;
	}

	.sec-3 .map .indicator.RU-SAR {
		top: 67px !important;
		left: 62px !important;
	}

	.sec-3 .map .indicator.RU-VGG {
		top: 72px !important;
		left: 53px !important;
	}

	.sec-3 .map .indicator.RU-VOR {
		top: 60px !important;
		left: 48px !important;
	}

	.sec-3 .map .indicator.RU-SMO {
		top: 38px !important;
		left: 48px !important;
	}

	.sec-3 .map .indicator.RU-TVE {
		top: 35px !important;
		left: 60px !important;
	}

	.sec-3 .map .indicator.RU-PER {
		top: 55px !important;
		left: 100px !important;
	}

	.sec-3 .map .indicator.RU-KHM {
		top: 65px !important;
		left: 145px !important;
	}

	.sec-3 .map .indicator.RU-TOM {
		top: 80px !important;
		left: 150px !important;
	}

	.sec-3 .map .indicator.RU-IRK {
		top: 85px !important;
		left: 190px !important;
		width: 145px;
	}

	.sec-3 .map .indicator.RU-TUL {
		top: 50px !important;
		left: 49px !important;
	} */

	.sec-3 .magaz {
		margin: -10px auto 0 auto;
	}

	.sec-3 .magaz a {
		font-size: 16px;
		line-height: 18.66px;
		padding: 12px 51px;
	}

	.sec-4 .box .left .slider-1 .slick-arrow {
		top: 145px;
	}

	.sec-4 .box .left .slider-1 .slick-arrow.slick-prev {
		left: 10px;
	}

	.sec-4 .box .left .slider-1 .slick-arrow.slick-next {
		right: 10px;
	}

	.sec-4 .box .left .slider-1 .text {
		margin-bottom: 25px;
	}

	.sec-4 .magaz a {
		font-size: 16px;
	}

	.sec-4 .box .right .more {
		padding: 10px;
	}

	.sec-4 .box .right .more .text {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.sec-5 .box {
		gap: 20px;
	}

	.sec-5 .box .item:first-child {
		height: 680px;
	}

	.sec-5 .box .item {
		height: 327px;
	}

	.sec-5 .box .item .info {
		display: none;
	}

	footer .box .address {
		width: 195px;
		margin: 9px auto 30px auto;
	}

	footer .box .mail {
		margin-bottom: 31px;
	}

	footer .box .phone {
		margin-bottom: 30px;
	}

	footer .box .soc {
		gap: 12px;
	}

	footer .box .soc a {
		width: 50px;
	}

	footer .foot {
		padding: 60px 0 0 0;
	}

	footer .foot .copy {
		margin-bottom: 30px;
	}

	footer .foot .right a {
		text-align: center;
		margin: 0 auto;
	}

	footer .foot .right {
		gap: 30px;
	}


	.popup .box .left .title {
		text-align: center;
	}

	.popup-fade-more .title,
	.popup-fade-info .title,
	.popup-fade-usl .title {
		font-size: 24px;
		line-height: 28px;
	}
}

.error404 {
	position: relative;
}

.error404:after {
	content: '';
	background: #1D1D1B url("../pulseup/img/bg8.png") 51% 24% no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-blend-mode: lighten;
}

.error404 header:after {
	display: none;
}

.error404 header {
	padding-bottom: 0;
	height: 100px;
}

.error404 section {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}

.error404 section h1 {
	font-size: 400px;
	font-weight: 700;
	line-height: 466.4px;
	text-align: center;
	margin: -12px 0 -143px 0;
}

.error404 section img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.error404 section p {
	font-size: 70px;
	font-weight: 700;
	line-height: 81.62px;
	text-align: center;
	text-transform: uppercase;
	margin: -63px 0 50px 0;
}

.error404 section .btn {
	font-family: 'AGLettericaCondensed', sans-serif;
	background: #FEEC01;
	border-radius: 8px;
	display: block;
	width: 100%;
	max-width: 306px;
	font-size: 20px;
	font-weight: 700;
	line-height: 23.32px;
	text-align: center;
	color: #1D1D1B;
	transition: all 0.5s;
	margin: 0 auto;
	padding: 19px 0;
	border: none;
	cursor: pointer;
}

.error404 section .btn:hover {
	color: #fff;
	background: #000;
}

.error404 footer {
	background: #1D1D1B;
	position: relative;
	z-index: 1;
	padding: 22px 0 50px 0;
}

.error404 footer .foot {
	padding: 21px 0 0 0;
}

.zz {
	font-size: 16px;
	text-transform: uppercase;
}

/* Footer Styles */
.zizzi__art-footer {
    background-color: #0000;
    color: #ffffff;
    padding: 25px;
}

.zizzi__art-social {
	display: flex;
    flex-direction: column;
    gap: 15px;
    height: max-content;
}

.zizzi__art-info {
	display: flex;
	flex-direction: column;
	gap: 135px;
}

.zizzi__art-contacts {
	display: flex;
	flex-direction: column-reverse;
	gap: 15px;
}

.zizzi__art-wrapper {
	display: flex;
	max-width: 1360px;
    gap: 25px;
    flex-direction: column;
    margin: 0 auto;
}

.zizzi__art-container {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    gap: 135px;
}

.zizzi__art-logo img {
    max-width: 100px;
    height: auto;
}

.zizzi__art-mail a, 
.zizzi__art-phone a {
	font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.zizzi__art-social-title {
    font-size: 20px;
    color: #fff;
	font-weight:400;
	text-align: right;
}

.zizzi__art-soc {
    display: flex;
    gap: 15px;
	flex-direction: column;
    align-items: center;
}

.zizzi__art-soc a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.zizzi__art-legal {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.zizzi__art-copyright {
    font-size: 16px;
}

.zizzi__art-links {
    display: flex;
    gap: 15px;
}

.zizzi__art-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.zizzi__art-partner img {
    max-width: 100px;
    height: auto;
	width: 100%;
}

@media (max-width: 768px) {
    .zizzi__art-container {
        flex-direction: column;
        gap: 15px;
		align-items: center;
		padding: 0;
    }
	
	.zizzi__art-logo {
		display: flex;
		width: 100%;
		justify-content: center;
	}
	
	.zizzi__art-social-title {
		text-align: center;
	}
	
	.zizzi__art-contacts {
		align-items: center;
	}
    
    .zizzi__art-legal {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .zizzi__art-links {
        flex-direction: column;
		align-items: center;
        gap: 15px;
    }
}

/* Banners */

#movingText,
.slogan {
	transition: opacity 0.5s ease, color 0.5s ease;
	opacity: 1;
}

.btn_bn {
	font-size: 116px;
	font-weight: 900;
	margin: 0;
	/*font-family: 'Airfool', sans-serif;*/
	line-height: normal;
	transition: transform 0.1s ease-out, color 0.5s ease;
	z-index: 100;
	text-align: center;
}


.banner-swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	transform: none !important;
}

.banner-swiper-slide {
	opacity: 0 !important;
	transition: opacity 1s ease !important;
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.banner-swiper-slide-active {
	opacity: 1 !important;
	z-index: 2;
}

.banner-swiper-slide img,
.banner-swiper-slide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.swiper-button-next,
.swiper-button-prev {
	z-index: 10;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	height: 32px;
}

/* Section 1*/

@keyframes upDown {
	0%   { transform: translateY(0); }
	50%  { transform: translateY(-10px); }
	100% { transform: translateY(0); }
}

.animate-up-down {
	animation: upDown 2s infinite ease-in-out;
}

.detail-slider {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.swiper-slide {
	width: 100%;
	box-sizing: border-box;
}

.popup, .box {
	width: 100%;
	box-sizing: border-box;
}

.right, .center, .left {
	max-width: 100%;
}

.swiper-pagination {
	position: static;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
	padding: 25px 0px;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #ccc;
	opacity: 0.5;
	margin: 0 6px;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
	transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
	background: #1026a9;
	opacity: 1;
	box-shadow: 0 0 8px rgba(16, 38, 169, 0.71), 0 0 12px rgb(16, 38, 169);
}

.swiper-button-prev,
.swiper-button-next {
	color: #ffffff;
	width: 52px;
	height: auto;
	border-radius: 50%;
	transition: all 0.3s ease;
	z-index: 20;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 20px;
	font-weight: bold;
}

.swiper-button-prev {
	left: -60px;
}

.swiper-button-next {
	right: -60px;
}

@media (max-width: 768px) {
	.swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 4px;
	}

	.swiper-pagination-bullet-active {
		box-shadow: 0 0 6px rgb(16, 38, 169), 0 0 10px rgb(16, 38, 169);
	}

	.swiper-button-prev,
	.swiper-button-next {
		width: 30px;
		height: 30px;
	}

	.swiper-button-prev::after,
	.swiper-button-next::after {
		font-size: 16px;
	}

	.swiper-button-prev {
		left: 5px;
	}

	.swiper-button-next {
		right: 5px;
	}
}

@media (max-width: 575px) {
	.btn_bn {
		font-size: 56px;
	}

	header .text {
		font-size: 36px;
		top: 72px;
	}
}