.video_wrap {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.aduc_video {

	
}
.front .workarea h1 {
text-align: center !important;
}

/*#particles-js{*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  right: 0;*/
/*  z-index: 9999;*/
/*  overflow: hidden;*/
/*  pointer-events: none;*/
/*}*/
/*body{*/
/*  padding-top: 60px !important;*/
/*}*/
/*.garland{*/
/*  position: fixed;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  pointer-events: none;*/
/*  background-image: url(../images/img-newYear.png);*/
/*  background-size: contain;*/
/*  background-repeat: no-repeat;*/
/*  z-index: 999999;*/
/*}*/
/*.garland img{*/
/*  width: 100%;*/
/*}*/


.wrap-soc-menu ul {
    list-style-type: none;
	display: flex; 
	align-items: center;
	gap: 24px;
}


.wrap-soc-menu ul li img {
    max-width: 20px;
    max-height: 20px;
}

.wrap-soc-menu ul li:last-child {
    margin: 0;
}

.logo img {
    width: 100%;
}

.popup-cookie__title p {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

.cookie .btn:not(:first-child) {
	margin-left: 24px;
}

.fancybox-content .mfeedback-online {
    max-width: 440px;
}

.fancybox-content.contact-center {
    max-width: 990px;
}

.fancybox-content .mfeedback-online input[type="text"], 
.fancybox-content .mfeedback-online input[type="password"],
.fancybox-content .mfeedback-online input[type="tel"],
.fancybox-content .mfeedback-online input[type="email"] {
	height: 61px;
	border-radius: 8px;
	border: 1px solid #DFDFDF;
	background:  #FFF;
	padding: 0 12px;
	font-size: 18px;
	width: 100%;
}

.fancybox-content  table {
	border-spacing: 0;
    border-collapse: separate;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
	overflow: hidden;	
}

.fancybox-content  table.map-columns {border: none}

.fancybox-content  table {width: 100%;}
.fancybox-content  table td,
.fancybox-content  table th {
  padding: 24px;
  vertical-align: top;
  font-size: 14px;
}
.fancybox-content  table th {text-align: left;}
.fancybox-content  table thead {
  background: linear-gradient(91deg, rgba(37, 122, 255, 0.10) 0.08%, rgba(0, 54, 255, 0.10) 100%);
}
.info {
    position: relative;
    padding: 16px 16px 16px 50px;
    border-radius: 14px;
    font-size: 1rem;
    background-color: #f0f5fc;
    color: #0c2251;
    margin-top: 40px;
    margin-bottom: 20px;
}

.info::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 16px;
    width: 24px;
    height: 24px;
    background-image: url(../images/info.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.footer__part-item a.map.footer__heading {
    display: inline-block;
    text-decoration: none;
}

.footer__part-item a.map.footer__heading[href$=".pdf"]:not(.btn):before {
    content: "";
    height: 0;
}

ol.ol-list.template__list {
    list-style: none; 
    counter-reset: li; 
}

ol.ol-list.template__list > li:before {
    counter-increment: li;
    content: counters(li,".") ". ";
    color: #0036FF;
    padding-right: 5px;
}