.hblk1 {
    padding-top: 125px;
}

.img-abs {
    position: relative;
}

.img-abs img {
    position: absolute;
    top: 0;
    left: 40%;
    width: 30%;
}

.tr-1 img {
    opacity: 1;
    animation-name: pulse-1;
    animation-duration:10s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
.tr-2 img {
    opacity: 0;
    animation-name: pulse-2;
    animation-duration:10s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
.tr-3 img {
    opacity: 0;
    animation-name: pulse-3;
    animation-duration:10s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
.tr-4 img {
    opacity: 0;
    animation-name: pulse-4;
    animation-duration:10s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
.tr-5 img {
    opacity: 0;
    animation-name: pulse-5;
    animation-duration:10s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

@keyframes pulse-1 {
    0% {opacity: 0;}
    10% {opacity: 1;}
    20% {opacity: 0;}
    100%{opacity: 0;}
}

@keyframes pulse-2 {
    20% {opacity: 0;}
    30% {opacity: 1;}
    40% {opacity: 0;}
    100%{opacity: 0;}
}
@keyframes pulse-3 {
    40% {opacity: 0;}
    50% {opacity: 1;}
    60% {opacity: 0;}
    100%{opacity: 0;}
}
@keyframes pulse-4 {
    60% {opacity: 0;}
    70% {opacity: 1;}
    80% {opacity: 0;}
    100%{opacity: 0;}
}
@keyframes pulse-5 {
    80% {opacity: 0;}
    90% {opacity: 1;}
    100%{opacity: 0;}
}



/*@keyframes pulse-1 {*/
/*    0% {opacity: 0;}*/
/*    10% {opacity: 1;}*/
/*    25% {opacity: 0;}*/
/*    100%{opacity: 0;}*/
/*}*/

/*@keyframes pulse-2 {*/
/*    15% {opacity: 0;}*/
/*    30% {opacity: 1;}*/
/*    45% {opacity: 0;}*/
/*    100%{opacity: 0;}*/
/*}*/
/*@keyframes pulse-3 {*/
/*    35% {opacity: 0;}*/
/*    50% {opacity: 1;}*/
/*    65% {opacity: 0;}*/
/*    100%{opacity: 0;}*/
/*}*/
/*@keyframes pulse-4 {*/
/*    55% {opacity: 0;}*/
/*    70% {opacity: 1;}*/
/*    85% {opacity: 0;}*/
/*    100%{opacity: 0;}*/
/*}*/
/*@keyframes pulse-5 {*/
/*    75% {opacity: 0;}*/
/*    90% {opacity: 1;}*/
/*    100%{opacity: 0;}*/
/*}*/

.hblk2 {
    position: relative;
    margin-top: 200px;
}

.hblk2 h1 {
    font-size: 180px;
    line-height: 0.9;
    text-transform: uppercase;
}

.hblk2 h1 span{
	font-size: 28px;
	width: 247px;
	line-height: 120%;
	display: inline-block;
	text-transform: none;
	transform: translatex(50px);
}

.hblk2 .col-md-12 {
    position: relative;
}

.abs-text-btn {
    position: absolute;
    right: 0;
    top: 200px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: calc(var(--bs-gutter-x) * .5);
}

.clean-text {
    margin-bottom: 0;
    font-size: 28px;
}

.abs-text-btn .w-btn {
    margin-left: 70px;
}

.abs-text-btn .w-btn a {
    text-decoration: none;
    color: #fff;
}

.abs-text-btn .w-btn img {
    margin-left: 20px;
}

.abs-text-btn .w-btn-inner {
    padding: 20px;
    border-radius: 50px;
    border: 1px solid #fff;
    font-size: 28px;
    text-transform: uppercase;
}

.hblk3 {
    padding-top: 150px;
}

.hblk3 .info{
	font-size: 22px;
}

.hblk4 {
    padding-top: 150px;
}

.hblk4 .place {
    margin-bottom: 100px;
}

.place p{
	color: #D9D9D9;
}

.place .title,
.place .subtitle{
	color: #fff;
}

.hblk4 .title {
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 1;
}

.hblk4 .subtitle {
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1.2;
}

.hblk4 .info {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.5;
}

.hblk4 .info span{
	position: relative;
	cursor: pointer;
}

.hblk4 .info span:before{
	
}

.hblk4 .info span:after{
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	top: 25px;
    content: "Чорний список інвазійних рослин України — це перелік видів, які опинилися на нашій території випадково або через діяльність людини. Вони становлять загрозу для природи, оскільки занадто агресивно розростаються та буквально «виживають» місцеві види й змінюють екосистеми.";
    white-space: pre-line; 
    display: block; 
	background: #fff;
	padding: 15px;
	border-radius: 10px;
	width: 320px;
	color: #000;
	transition: linear .2s;
}

.hblk4 .info span:hover:after{
	opacity: 1;
}

path {
    transition: fill .5s ease;
}

.place svg path {
    fill: #000;
}

.place-1:hover svg path {
    fill: #CC7AC2;
}

.place-2:hover svg path {
    fill: #003679;
}

.place-3:hover svg path {
    fill: #6EBFBA;
}

.place-4:hover svg path {
    fill: #003679;
}

.place-5:hover svg path {
    fill: #CAA135;
}

.place-6:hover svg path {
    fill: #6EBFBA;
}

.hblk5 {
    margin-top: 150px;
}

.hblk5 .info p {
    margin-bottom: 20px;
    font-size: 22px;
}

.hblk6 {
    margin-top: 150px;
}

.hblk6 .year {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.hblk6 .year .number {
    font-size: 36px;
    line-height: 1.2;
    min-width: 60px;
    margin-right: 10px;
    margin-bottom: 0;
}

.hblk6 .year .info {
    font-size: 22px;
    margin-bottom: 0;
}

.hblk6 .year:nth-child(2) .number {
    color: #CC7AC2;
}

.hblk6 .year:nth-child(3) .number{
    color: #F77F03;
}

.hblk6 .year:nth-child(4) .number {
    color: #6EBFBA;
}

.hblk6 .year:nth-child(5) .number {
    color: #003679;
}

.hblk6 .year:nth-child(6) .number {
    color: #CC7AC2;
}

.hblk7 {
    margin-top: 80px;
    margin-bottom: 150px;
}

.hblk7 .row {
    display: flex;
    align-items: center;
}

.hblk7 .w-btn a {
    text-decoration: none;
    color: #fff;
}

.hblk7 .w-btn img {
    margin-left: 20px;
}

.hblk7 .w-btn-inner,
.hblk4 .w-btn-inner {
    padding: 20px;
    border-radius: 50px;
    border: 1px solid #fff;
    font-size: 28px;
    text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hblk4 .w-btn{
	margin: 20px 0 0 0;
}
.w-btn a{
		text-decoration: none !important;
}
.hblk4 .w-btn-inner {
	font-size: 20px;
	color: #fff !important;

}

.hblk7 h2 {
    font-size: 45px;
    margin-bottom: 0;
}


/*Header*/
.header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000;
    padding: 13px 50px;
    border: 2px solid #fff;
    border-radius: 50px;
}

.header-box a {
    color: #fff;
    text-decoration: none;
    transition: all .5s;
}

.header-box a:hover {
    color: #F77F03;
    transition: all .5s;
}

.site-header {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.main-navigation {
    width: auto;
}

.main-navigation li {
    position: relative;
    margin-left: 50px;
}


/*General*/
.post, .page {
    margin: 0;
}

p {
    margin-bottom: 20px;
}

body {
    font-family: ZonaPro;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background-color: #000;
    line-height: 1.5;
}

h2 {
    font-size: 60px;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 1.2;
}

.nowrap {
    white-space: nowrap;
}

@font-face {
    font-family: ZonaPro;
    src: url(/wp-content/themes/march/fonts/ZonaPro-Regular.ttf);
    font-weight: 400;
}

.place:nth-child(odd) .col-md-4:nth-child(2){
	order: 3;
}

.dss-statistic{
	padding: 150px 0 20px;
}

.dss-statistic__list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -30px;
	list-style: none;
	padding: 0;
}

.dss-statistic__item{
	width: calc(33.33333% - 30px);
	margin: 0 0 50px 30px;
}

.dss-statistic__num{
	font-size: 90px;
	margin: 0 0 20px 0;
}

.dss-statistic__item:nth-child(1) span,
.dss-statistic__item:nth-child(1) .dss-statistic__num{
	color: #6EBFBA;
}

.dss-statistic__item:nth-child(2) span,
.dss-statistic__item:nth-child(2) .dss-statistic__num{
	color: #CC7AC2;
}
.dss-statistic__item:nth-child(3) span,
.dss-statistic__item:nth-child(3) .dss-statistic__num{
	color: #CAA135;
}
.dss-statistic__item:nth-child(4) span,
.dss-statistic__item:nth-child(4) .dss-statistic__num{
	color: #F77F03;
}
.dss-statistic__item:nth-child(5) span,
.dss-statistic__item:nth-child(5) .dss-statistic__num{
	color: #0C71ED;
}

.dss-info{
	padding: 0 0 200px 0;
}

.dss-info__inner{
	display: flex;
	justify-content: space-between;
}

.dss-info__left{
	max-width: 645px;
	width: 100%;
	margin: 0 20px 0 0;
}

.dss-info__left a{
	color: #fff;
}

.dss-info__right{
	max-width: 530px;
	width: 100%:
}
.swiper-button-prev, 
.swiper-button-next{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #003575;
	width: 50px !important;
	height: 50px !important;
	border-radius: 50%;
}
.swiper-button-prev:after, 
.swiper-button-next:after{
	display: none;	
}

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

.pst-article__slider{
	border-radius: 10px;
	overflow: hidden;
}

.pst-article__slider .swiper-counter {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    z-index: 1;
}

.pst-article__slider .swiper-slide img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.dss-map{
	padding: 70px 0 80px;
}

.dss-map h2{
	
}

.dss-map__img{
	max-width: 1200px;
	width: 100%;
}

.dss-map__img img{
	width: 100%;
	height: auto;
}




.place a{
	color: #fff;
}


@media (min-width: 1200px) and (max-width: 1399px) {
    .hblk2 h1 {
        font-size: 155px;
    }
    .abs-text-btn {
        top: 160px;
    }
    .abs-text-btn .w-btn-inner {
        font-size: 21px;
    }
    .abs-text-btn .w-btn {
        margin-left: 50px;
    }
    h2 {
        font-size: 48px;
    }
    .place .img-box svg {
        width: 100%;
    }
    .hblk4 .subtitle {
        font-size: 21px;
    }
    .hblk4 .info {
        font-size: 16px;
    }
    .hblk5 .info p {
        font-size: 18px;
    }
    .hblk7 .w-btn-inner {
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hblk2 h1 {
        font-size: 130px;
        margin-top: 0px;
    }
    .hblk3, .hblk4, .hblk5, .hblk6,  {
        padding-top: 100px;
    }
    body {
        font-size: 16px;
    }
    .abs-text-btn {
        top: 55px;
    }
    .clean-text {
        font-size: 21px;
    }
    .abs-text-btn .w-btn-inner {
        font-size: 18px;
        padding: 15px;
    }
    .abs-text-btn .w-btn {
        margin-left: 40px;
    }
    h2 {
        font-size: 36px;
    }
    .place .img-box svg {
        width: 100%;
    }
    .hblk4 .subtitle {
        font-size: 18px;
    }
    .hblk4 .info {
        font-size: 16px;
    }
    .hblk5 .info p {
        font-size: 18px;
    }
    .hblk6 .year .info {
        font-size: 18px;
    }
    .hblk7 .w-btn-inner {
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
	.dss-info__inner{
		flex-direction: column;
	}
	dss-info__left {
		margin: 0 0 30px 0;
	}
	.dss-statistic__num {
		font-size: 54px;
	}
    .hblk2 h1 {
        font-size: 100px;
        margin-top: -30px;
    }
    .hblk3, .hblk4, .hblk5, .hblk6 {
        padding-top: 50px;
    }
    body {
        font-size: 16px;
    }
    .abs-text-btn {
        top: 12px;
    }
    .clean-text {
        font-size: 16px;
    }
    .abs-text-btn .w-btn-inner {
        font-size: 16px;
        padding: 10px 15px;
    }
    .abs-text-btn .w-btn {
        margin-left: 20px;
    }
    .abs-text-btn .w-btn img {
        margin-left: 10px;
        height: 20px;
    }
    h2 {
        font-size: 28px;
    }
    .place .img-box svg {
        width: 100%;
    }
    .hblk4 .title {
        font-size: 24px;
    }
    .hblk4 .subtitle {
        font-size: 16px;
    }
    .hblk4 .info {
        font-size: 14px;
    }
    .hblk5 .info p {
        font-size: 18px;
    }
    .hblk6 {
        margin-top: 50px;
    }
    .hblk6 .year .info {
        font-size: 18px;
    }
    .hblk7 .w-btn-inner {
        font-size: 18px;
        padding: 10px 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .hblk7 .w-btn img {
        margin-left: 10px;
        height: 20px;
    }
    .site-branding {
        width: 170px;
    }
}

@media screen and (max-width: 767px) {
		.dss-info__inner{
		flex-direction: column;
	}
	dss-info__left {
		margin: 0 0 30px 0;
	}
	.dss-map {
		padding: 70px 0 20px;
	}
	
	
	.site-header {
		top: 0;
	}
	
	.dss-statistic {
		padding: 70px 0 0;
	}
	
	.dss-statistic__item {
		width: calc(50% - 30px);
		margin: 0 0 30px 30px;
		font-size: 16px;
	}
	
	.dss-statistic__num {
		margin: 0 0 10px 0;
		font-size: 30px;
		line-height: 110%;
	}
	
	
	.hblk3 .info {
		font-size: 20px;
	}
	
	.hblk2 h1 span {
    	margin: 10px 0 0 0;
		font-size: 22px;
		transform: translateX(0);
	}
	
	#primary-menu{
		pointer-events: none;
	}
	.hblk4 .info span:after{
		left: 0;
		right: 0;
		width: 60vw;
		transform: translateX(0);
	}
    h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .img-abs img {
        position: absolute;
        left: 0;
        width: 100%;
    }
    .hblk2 {
        margin-top: 300px;
    }
    .hblk2 h1 {
        font-size: 45px;
    }
    .abs-text-btn {
        position: unset;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .clean-text {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .abs-text-btn .w-btn {
        margin-left: 0;
        width: 100%;
    }
    .abs-text-btn .w-btn-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 22px;
    }
    .abs-text-btn .w-btn-inner img {
        height: 20px;
    }
    .hblk3 {
        padding-top: 70px;
    }
    .hblk4 {
        padding-top: 70px;
    }
    .place .img-box {
        margin: 30px 0;
    }
    .place svg {
        width: 100%;
    }
    .hblk4 .title {
        font-size: 28px;
    }
    .hblk4 .subtitle {
        font-size: 18px;
    }
    .hblk4 .info {
        font-size: 16px;
    }
    .hblk5 {
        margin-top: 70px;
    }
    .hblk5 .info p {
        font-size: 16px;
    }
    .hblk6 {
        margin-top: 70px;
    }
    .hblk6 .year .info {
        font-size: 16px;
    }
    .hblk6 .year {
        align-items: flex-start;
    }
    .hblk6 .year .number {
        font-size: 24px;
        min-width: 40px;
    }
    .hblk7 h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .hblk7 {
        margin-top: 70px;
        margin-bottom: 100px;
    }

    .hblk7 .w-btn-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 22px;
    }
    .hblk7 .w-btn-inner img {
        height: 20px;
    }


    .site-branding {
        width: 140px;
    }
    .header-box {
        padding: 10px 20px;
    }
    .menu-toggle svg {
        width: 30px;
    }
    .menu-toggle .svg-m {
        display: block;
        transition: all 0.5s;
    }
    .menu-toggle .svg-r {
        display: none;
        transition: all 0.5s;
    }
    .menu-toggle.open .svg-m {
        display: none;
        transition: all 0.5s;
    }
    .menu-toggle.open .svg-r {
        display: block;
        transition: all 0.5s;
    }
    .menu-toggle {
        padding: 0;
        border: none;
        background: none;
    }
    .main-navigation.toggled ul {
        display: block;
        background-color: #000;
        position: absolute;
    }

    #primary-menu {
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: hidden;
        z-index: 9999;
        padding: 50px 20px;
        text-align: center;
    }
    .main-navigation li {
        padding: 20px;
        border-bottom: 1px solid #fff;
        margin-left: 0;
    }
    .main-navigation li:last-child {
        border-bottom: none;
    }
    .main-navigation li a {
        font-size: 20px;
    }
}