@font-face {
	font-family: "mursgothic";
	src: local("mursgothic"),
		url("/wp-content/themes/uanimals/fonts/mursgothic.woff2") format("woff2"),
		url("/wp-content/themes/uanimals/fonts/mursgothic.woff") format("woff");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "mursgothic";
	src: local("mursgothic"),
		url("/wp-content/themes/uanimals/fonts/mursgothic2.woff2") format("woff2"),
		url("/wp-content/themes/uanimals/fonts/mursgothic2.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}


/*Heroes*/
.uaanimals-modal__radio-group {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
	margin-top: 20px !important;
}

.uaanimals-modal__radio {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 50px;
}

.uaanimals-modal__input-wrap .uaanimals-modal__radio input {
	height: 25px;
	width: 25px;
	margin-right: 10px;
}

/*End Dss edits*/
.uaanimals-body {
	font-family: 'ZonaPro';
	background-color: #00151e;
	color: #FFFFFF;
	background-image: url("/wp-content/uploads/2024/04/bg-body.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 100px;
}

.container-fluid {
	max-width: 1920px;
	width: 100%;
	padding: 0px 20px;
	margin: 0 auto;
}

.uaanimals-btn {
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: white;
	font-size: 24px;
	font-weight: 800;
	line-height: 28px;
	padding: 25px 30px;
	border-radius: 5px;
	background-color: #cba035;
	-webkit-transition: linear .2s;
	-o-transition: linear .2s;
	transition: linear .2s;
	border: none;
}

.uaanimals-btn:hover {
	background-color: #dfb857;
}


/*start uaanimals-top=============*/
.uaanimals-top {
	overflow: hidden;
}

.uaanimals-top__inner {
	padding: 60px 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.uaanimals-top__left {
	margin: 0 15px 0 0;
	max-width: 890px;
	width: 100%;
}

.uaanimals-top__left h1 {
	font-size: 80px;
	font-weight: 600;
	line-height: 120%;
}

.uaanimals-top__right {
	margin: 0 -140px 0 0;
	max-width: 600px;
	width: 100%;
}

.uaanimals-top__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

/*end uaanimals-top=============*/
/*start uaanimals-img=============*/
.uaanimals-img {
	padding: 10px 0 65px;
}

.uaanimals-img__inner {
	width: 100%;
	height: auto;
}

.uaanimals-img__inner img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

/*end uaanimals-img=============*/
/*start uaanimals-friends=======*/
.uaanimals-friends__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 0 -20px;
}

.uaanimals-friends__item {
	padding: 20px;
	margin: 0 0 20px 20px;
	width: calc(20% - 20px);
	border-radius: 15px;
	background-color: #013575;
}

.uaanimals-friends h4 {
	margin: 0 0 30px 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
}

.uaanimals-friends p {
	margin: 0 0 5px 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
}

.uaanimals-friends span {
	margin: 0 0 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #a3a3a3;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
}

.uaanimals-friends .uaanimals-btn {
	height: 45px;
	width: 100%;
	font-size: 18px;
}

/*end uaanimals-friends=======*/
/*start uaanimals-about============*/
.uaanimals-about {
	padding: 65px 0 40px;
	overflow: hidden;
}

.uaanimals-about__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.uaanimals-about__left {
	max-width: 705px;
	width: 100%;
	margin: 0 15px 0 0;
}

.uaanimals-about h3 {
	margin: 0 0 20px 0;
	font-size: 65px;
	font-weight: 600;
	line-height: 120%;
}

.uaanimals-about p {
	margin: 0 0 30px 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
}

.uaanimals-about__right {
	margin: 0 -80px 0 0;
	max-width: 780px;
	width: 100%;
}

.uaanimals-about__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

/*end uaanimals-about============*/
/*start uaanimals-slider============*/
.uaanimals-slider {
	padding: 55px 0 125px;
	background-image: url("/wp-content/uploads/2024/04/uaanimals-sliderbg.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
}

.uaanimals-slider__inner {
	position: relative;
}

.uaanimals-slider__slider {
	overflow: hidden;
	height: 400px;
}

.uaanimals-slider__slider .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.uaanimals-slider__slider .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 20px;
	height: 200px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: linear .2s;
	-o-transition: linear .2s;
	transition: linear .2s;
	border-radius: 20px;
}

.uaanimals-slider__slider .swiper-slide span {
	padding: 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 24px;
	font-weight: 800;
	line-height: 90%;
	text-align: center;
	height: 45px;
	border-radius: 10px;
	background-color: #013575;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-transition: linear .2s;
	-o-transition: linear .2s;
	transition: linear .2s;
}

.uaanimals-slider__slider .swiper-slide-active {
	width: 38% !important;
	height: 400px;
}

.uaanimals-slider__slider .swiper-slide-active span {
	font-size: 32px;
	height: 55px;
}

.uaanimals-slider__content {
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
}

.uaanimals-slider__content h3 {
	margin: 0 0 20px 0;
	font-size: 65px;
	font-weight: 600;
	line-height: 120%;
}

.uaanimals-slider__content p {
	margin: 0 0 15px 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
}

/*end uaanimals-slider============*/
/*start uaanimals-modal=====*/
.uaanimals-modal {
	display: none;
	padding: 30px 50px 50px 50px;
	max-width: 700px;
	width: 100%;
	border-radius: 15px;
	background-color: #013575;
}

.uaanimals-modal h4 {
	padding: 0 100px 0 0;
	margin: 0 0 10px 0;
	font-size: 32px;
	font-weight: 600;
	line-height: 120%;
	color: #fff;
}

.uaanimals-modal__inner>span {
	margin: 0 0 25px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #a3a3a3;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
}

.uaanimals-modal__input-wrap {
	width: 100%;
	margin: 0 0 10px 0;
}

.uaanimals-modal__input-wrap input {
	height: 55px;
	width: 100%;
	border: none;
	padding: 15px 20px;
	border-radius: 10px;
	background-color: #f4f4f4;
}

.uaanimals-modal__input-wrap input::-webkit-input-placeholder {
	color: #00151e;
}

.uaanimals-modal__input-wrap input::-moz-placeholder {
	color: #00151e;
}

.uaanimals-modal__input-wrap input:-ms-input-placeholder {
	color: #00151e;
}

.uaanimals-modal__input-wrap input::-ms-input-placeholder {
	color: #00151e;
}

.uaanimals-modal__input-wrap input::placeholder {
	color: #00151e;
}

.uaanimals-modal .uaanimals-btn {
	margin: 30px 0 0 0;
	width: 100%;
}

.uaanimals-modal .fancybox-close-small {
	top: 35px;
	right: 35px;
	opacity: 1;
	width: 65px;
	height: 65px;
	background-image: url("/wp-content/uploads/2024/04/close-mod.png");
}

.uaanimals-modal .fancybox-close-small svg {
	display: none;
}

.account-addLogo {
	padding: 15px 20px;
	height: 55px;
	width: 100%;
	border: none;
	border-radius: 10px;
	background-color: #f4f4f4;
	cursor: pointer;
}

.account-addLogo input[type="file"] {
	display: none;
}

.account-addLogo__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.account-addLogo__sup {
	color: #00151e;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
}

/*end uaanimals-modal=====*/
/*start map=============*/
.map {
	padding: 165px 0 0 0;
	height: 1220px;
	overflow: hidden;
	position: relative;
}

.map::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 350px;
	width: 100%;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(1.659%, rgba(0, 21, 30, 0)), color-stop(72.976%, #00151e));
	background: -o-linear-gradient(bottom, rgba(0, 21, 30, 0) 1.659%, #00151e 72.976%);
	background: linear-gradient(0deg, rgba(0, 21, 30, 0) 1.659%, #00151e 72.976%);
}

.map h3 {
	position: relative;
	z-index: 2;
	padding: 0 20px;
	font-size: 90px;
	font-weight: 600;
	line-height: 120%;
	text-align: center;
}

.map__inner {
	width: 1920px;
	margin: 0 auto;
	height: 1220px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}

.map__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.map__box {
	width: 900px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.map__item-one {
	position: absolute;
	top: 30px;
	right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 224px;
	height: 224px;
	font-size: 36px;
	font-weight: 600;
	line-height: 120%;
	text-align: center;
	background-image: url("/wp-content/uploads/2024/04/map-1.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.map__item-two {
	position: absolute;
	bottom: 80px;
	left: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 250px;
	height: 210px;
	font-size: 32px;
	font-weight: 600;
	line-height: 120%;
	text-align: center;
	background-image: url("/wp-content/uploads/2024/04/map-2.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.map__item-three {
	position: absolute;
	bottom: -30px;
	right: -235px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 495px;
	height: 255px;
	font-size: 45px;
	font-weight: 600;
	line-height: 120%;
	text-align: center;
	background-image: url("/wp-content/uploads/2024/04/map-3.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: linear .2s;
	-o-transition: linear .2s;
	transition: linear .2s;
	-webkit-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
}

.map__item-three:hover {
	opacity: .8;
}

.map__item-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 64px;
	font-weight: 600;
	line-height: 120%;
	text-align: center;
}

.geography .geography__left .graphic__box p {
	font-size: 24px;
}

.geography .geography__left {
	max-width: 360px !important;
}

.geography__left .graphic__left p:first-child {
	margin: 0;
}

/*end map=============*/
.pos-sticky {
	position: sticky;
	top: 150px;
	height: fit-content;
}

.bio-blk-1 .left {
	position: static;
}

.bio-blk-1 .subtitle {
	max-width: 100%;
}

.bio-blk-1 h1 {
	font-size: 54px;
	margin: 0 0 70px 0;
}

.bio-blk-1 h1 span {
	font-size: 160px;
	position: relative;
	z-index: 1;
}

.bio-blk-1 h1 span:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	height: 1px;
	width: 30%;
	background-color: #fff;
}

.bio-blk-1 .bio-photo {
	margin-left: 5%;
}

.bio-blk-1 h3 {
	margin: 200px 0 30px;
}

.au-blk1 .dark-yellow {
	color: #000 !important;
}

.au-blk1 .dark-blue {
	color: #fff !important;
}


.pst-intro {
	padding: 220px 0 120px;
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
}

.pst-intro::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180.00deg, rgba(0, 0, 0, 0.1), rgba(0, 21, 30, 1) 100%);
	bottom: 0;
}

.pst-intro__inner {
	position: relative;
	z-index: 1;
}

.pst-intro__title {
	margin: 0 0 20px 0;
	font-size: 90px;
	font-weight: 600;
	line-height: 110%;
}

.pst-intro__text {
	max-width: 750px;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	margin: 0 0 50px 0;
}

.pst-intro__btns {
	display: flex;
}

.btn--dst-yellow,
.btn--dst-yellow:visited {
	background: rgba(255, 195, 1, 1);
	color: rgba(0, 21, 30, 1);
}

.btn--dst-transparent {
	border: 1px solid rgba(255, 195, 1, 1);
	color: rgba(255, 195, 1, 1);
	background-color: transparent;
}

.dst-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 15px 30px;
	font-size: 20px;
	border-radius: 20px;
	font-weight: 800;
	width: fit-content;
}

.pst-intro .dst-btn {
	margin-right: 20px;
}

.pst-intro .btn--dst-yellow {
	max-width: 400px;
	width: 100%;
}

.pst-intro .btn--dst-transparent {
	max-width: 350px;
	width: 100%;
}

.pst-about {
	padding: 0px 0 75px;
	color: #fff;
}

.pst-title {
	color: rgba(255, 255, 255, 1);
	font-size: 45px;
	font-weight: 600;
	line-height: 120%;
}

.pst-about__inner {
	display: flex;
	justify-content: space-between;
}

.pst-about__left {
	max-width: 400px;
	width: 100%;
	margin: 0 20px 0 0;
}

.pst-about__right {
	max-width: 715px;
	width: 100%;
}

.pst-about__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
}

.pst-about__text span {
	font-weight: 800;
	color: #FFC301;
}


.dst-lost {
	padding: 75px 0 40px;
	color: #fff;
}

.dst-lost__inner {
	display: flex;
	justify-content: space-between;
}

.dst-lost__left {
	max-width: 400px;
	width: 100%;
	margin: 0 20px 0 0;
}

.dst-lost__right {
	max-width: 820px;
	width: 100%;
}

.dst-lost__box {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -50px;
}

.dst-lost__col {
	width: calc(50% - 50px);
	margin: 0 0 50px 50px;
}

.dst-lost__col-title {
	margin: 0 0 20px 0;
	color: rgba(255, 195, 1, 1);
	font-size: 32px;
	font-weight: 600;
	line-height: 120%;
}

.dst-lost__col-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
}

.dst-lost strong {
	display: block;
	margin: 0 0 50px 0;
	font-size: 18px;
	font-weight: 800;
}

.dst-lost__slider {
	padding: 0 0 40px 0;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.dst-lost__slider .swiper-pagination-bullet {
	opacity: 1;
	width: 10px;
	height: 10px;
	transition: linear .2s;
	background-color: #fff;
}

.dst-lost__slider .swiper-pagination-bullet-active {
	background-color: #223A72;
}

.dst-lost__slider .swiper-slide {
	border-radius: 10px;
	overflow: hidden;
	height: 480px;
}

.dst-lost__slider img {
	border: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	object-position: center;
}

.dst-registrition {
	margin: 40px 0 35px;
	color: #fff;
}

.dst-registrition .pst-title {
	max-width: 1000px;
	margin: 0 auto 30px;
	text-align: center;
}

.dst-registrition__inner {
	text-align: center;
	padding: 50px 15px;
	border: 1px solid rgba(0, 53, 117, 1);
	border-radius: 20px;
	background: rgba(0, 53, 117, 1);
}

.dst-registrition__text {
	max-width: 925px;
	width: 100%;
	margin: 0 auto;

}

.dst-registrition__text strong {
	font-size: 18px;
	font-weight: 800;
	color: #FFC301;
}

.dst-registrition .btn--dst-yellow {
	margin: 50px auto 0;
}


.dst-join {
	margin: 70px 0 60px;
	color: #fff;
}

.dst-join__inner {
	display: flex;
	justify-content: space-between;
	padding: 50px 20px 50px 50px;
	border: 1px solid rgba(0, 53, 117, 1);
	border-radius: 20px;
	background: rgba(0, 23, 51, 1);
}

.dst-join__left {
	max-width: 820px;
	width: 100%;
	margin: 0 20px 0 0;
}

.dst-join .pst-title {
	margin: 0 0 20px 0;
}

.dst-join__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
}

.dst-join__text strong {
	font-weight: 800;
	color: rgba(255, 195, 1, 1);
}

.dst-join__btns {
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0 0 -20px;
}

.dst-join__btns .dst-btn {
	width: calc(50% - 20px);
	margin: 0 0 20px 20px;
}

.dst-join__right {
	max-width: 425px;
	width: 100%;
}

.dst-join__right img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.write-us input[type="submit"] {
	width: 100%;
	margin: 0;
	border-radius: 20px;
	height: 60px;
}

.write-us input[type="text"],
.write-us textarea,
.write-us input[type="tel"] {
	border-radius: 20px;
}

.write-us .pst-title {
	margin: 0 0 20px 0;
}

.write-us__text {
	max-width: 540px;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
}

.dss-blk1 {
	padding: 190px 0 30px;
}

.dss-blk1__text-box {
	position: relative;
}

.dss-blk1__text-one,
.dss-blk1__text-twoo {
	border: 4px solid rgba(221, 31, 59, 1);
	border-radius: 15px;
	background: rgba(255, 255, 255, 1);
	padding: 15px 30px;
	width: fit-content;
	text-transform: uppercase;
	font-family: "mursgothic";
	font-size: 100px;
	letter-spacing: 4px;
	font-weight: 800;
	line-height: 100%;
	transform: rotate(-0.80deg);
}

.dss-blk1__text-one {
	color: rgba(221, 31, 59, 1);
	margin: 0 0 10px 0;
}

.dss-blk1__text-twoo {
	margin: 0 0 15px 0;
	color: rgba(0, 21, 30, 1);
}

.dss-blk1__text-three {
	color: rgba(255, 255, 255, 1);
	font-size: 24px;
	font-weight: 600;
	transform: rotate(-0.80deg);
}

.dss-blk1__text-four {
	display: flex;
	position: absolute;
	top: 75px;
	right: -23px;
	border-radius: 15px;
	background: rgba(221, 31, 59, 1);
	color: rgba(255, 255, 255, 1);
	font-family: "mursgothic";
	font-size: 36px;
	font-weight: 400;
	padding: 22px 55px;
	text-align: center;
	justify-content: center;
	transition: linear .2s;
}

.dss-blk1__text-four:hover {
	transform: scale(1.04);
	opacity: .9;
}

.container-dss-blk1 {
	max-width: 1370px;
}

.dss-blk1__inner {
	margin: 20px 0 0 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.dss-blk1__inner img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.dss-blk1__left::after {
	content: "";
	position: absolute;
	top: 15px;
	right: 0;
	width: 166px;
	height: 186px;
	background-image: url("/wp-content/uploads/2025/10/line.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.dss-blk1__left {
	padding: 45px 0 0 0;
	position: relative;
	max-width: 710px;
	width: 100%;
}

img.dss-blk1__rose {
	width: 285px;
	height: 320px;
	display: block;
	position: absolute;
	bottom: 20px;
	left: 29%;
	transform-origin: center bottom;
	animation: swing 15s ease-in-out infinite;
}

@keyframes swing {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(7deg);
	}

	50% {
		transform: rotate(0deg);
	}

	75% {
		transform: rotate(-7deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

.dss-blk1__right {
	max-width: 620px;
	width: 100%;
}

.dss-blk1__right-title {
	max-width: 450px;
	margin: 0 0 10px 0;
	color: rgba(255, 255, 255, 1);
	font-size: 24px;
	font-weight: 600;
}

.dss-blk1__right-text {
	margin: 0 0 50px 0;
	color: rgba(255, 255, 255, 1);
	font-size: 20px;
	font-weight: 400;
}

.dss-blk1__fancy {
	position: relative;
	padding-bottom: 75%;
	margin: 0 0 10px 0;
	display: block;
	width: 100%;
	height: 320px;
	border-radius: 15px;
	background: rgba(217, 217, 217, 1);
	overflow: hidden;
}

.dss-blk1__fancy video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 102%;
	width: 100%;
	object-fit: cover;
}

.dss-blk1__fancy::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	background-image: url("/wp-content/uploads/2025/10/play.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.dss-blk1__fancy.play::after {
	display: none;
}

.dss-blk1__box {
	padding: 10px 25px 20px 25px;
	border: 4px solid rgba(221, 31, 59, 1);
	border-radius: 15px;
	background: rgba(255, 255, 255, 1);
}

.dss-blk1__box-title {
	margin: 0 0 10px 0;
	color: rgba(221, 31, 59, 1);
	font-size: 24px;
	font-family: "mursgothic";
	font-weight: 800;
	line-height: 120%;
	text-transform: uppercase;
}

.dss-blk1__box-text {
	color: rgba(0, 21, 30, 1);
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
}

.dss-blk1__box-text p:last-child {
	margin: 0;
}

.dch-join {
	padding: 35px 0 0 0;
}

.dch-join__title {
	margin: 0 0 5px 0;
	color: rgba(255, 255, 255, 1);
	font-family: "mursgothic";
	font-size: 64px;
	font-weight: 800;
	letter-spacing: 4px;
	text-align: center;
	text-transform: uppercase;
}

.dch-join__title-twoo {
	border: 4px solid rgba(221, 31, 59, 1);
	border-radius: 15px;
	background: #fff;
	color: rgba(221, 31, 59, 1);
	font-family: "mursgothic";
	font-size: 65px;
	font-weight: 800;
	letter-spacing: 4px;
	text-align: center;
	width: fit-content;
	margin: 0 auto 50px;
	padding: 0 20px;
	transform: rotate(-0.91deg);
}

.dch-join__inner {
	display: flex;
	justify-content: center;
}

.dch-join__left {
	max-width: 220px;
	width: 100%;
	margin: 20px 10px 0 0;
	height: fit-content;
	transform: translatex(-40px);
}

.dch-join__left img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.dch-join__md {
	padding: 30px;
	max-width: 570px;
	width: 100%;
	border-radius: 10px;
	background: rgba(255, 255, 255, 1);
}

.dch-join__md-title {
	margin: 0 0 10px 0;
	color: rgba(0, 21, 30, 1);
	font-size: 28px;
	font-weight: 600;
	line-height: 110%;
	text-align: center;
}

.dch-join__md-text {
	margin: 0 0 20px 0;
	color: rgba(0, 21, 30, 1);
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
}

.dch-join__top {
	margin: 0 0 10px 0;
	height: 90px;
	padding: 20px 12px;
	border-radius: 10px;
	background: rgba(244, 244, 244, 1);
	display: flex;
	align-items: center;
}

.dch-join__top input {
	width: 100%;
	color: rgba(0, 21, 30, 1);
	font-size: 45px;
	font-weight: 600;
	line-height: 100%;
	text-align: right;
	background-color: transparent;
	border: none;
}

/* Для number */
.dch-join input[type="number"]::-webkit-inner-spin-button,
.dch-join input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Для search */
.dch-join input[type="search"]::-webkit-search-decoration,
.dch-join input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

/* Для date */
.dch-join input[type="date"]::-webkit-calendar-picker-indicator {
	display: none;
}

/* Для range */
.dch-join input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
}

.dch-join__top span {
	display: flex;
	margin: 0 0 0 10px;
	color: rgba(0, 0, 0, 0.35);
	font-size: 40px;
	font-weight: 400;
	line-height: 110%;
}

.dch-join__form-btns {
	display: flex;
	margin: 0 0 30px -8px;
}

.dch-join__form-btn {
	width: calc(33.33333% - 8px);
	margin: 0 0 0 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background: rgba(244, 244, 244, 1);
	height: 47px;
	color: rgba(0, 21, 30, 1);
	font-size: 20px;
	font-weight: 600;
	line-height: 100%;
	border: none;
}

.dch-join__confirm-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 15px;
	background: rgba(221, 31, 59, 1);
	color: rgba(255, 255, 255, 1);
	font-family: "mursgothic";
	font-size: 36px;
	font-weight: 400;
	line-height: 110%;
	width: 100%;
	padding: 30px 15px;
}

.dch-join__right {
	height: fit-content;
	max-width: 220px;
	width: 100%;
	margin: 0 10px 0 0;
	transform: translateX(80px) scale(1.3);
}

.dch-join__right img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.dch-join__bot-img {
	max-width: 950px;
	width: 100%;
	height: auto;
	overflow: hidden;
	pointer-events: none;
	margin: -145px auto 0;
}

.dch-join__bot-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: translateY(60px);
	animation: pulse 10s infinite ease-in-out;
}

@keyframes pulse {
	0% {
		transform: translateY(60px) scale(1);
	}

	50% {
		transform: translateY(60px) scale(.98);
	}

	100% {
		transform: translateY(60px) scale(1);
	}
}

/* .zbir-1-screen {
    position: relative;
}

.zbir-1-screen::after {
    content: "";
    position: absolute;
    bottom: 5%;
    right: 5%;
    background-image: url("/wp-content/uploads/2025/10/design-lemon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px;
} */

/* .zbir-item:nth-child(6) {
    position: relative;
}

.zbir-item:nth-child(6)::after {
    content: "";
    position: absolute;
    top: 5%;
    right: 2%;
    background-image: url("/wp-content/uploads/2025/10/design-lemon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
} */

.drv-intro {
	padding: 180px 0px 380px;
	color: #fff;
	background-image: url(/wp-content/uploads/2025/10/bg-intro-scaled.webp);
	background-size: contain;
	background-position: bottom 45px center;
	background-repeat: no-repeat;
}

.drv-intro__title {
	margin: 0 auto 35px;
	font-family: "mursgothic";
	font-size: 80px;
	font-weight: 800;
	line-height: 110%;
	text-align: center;
	max-width: 1100px;
}

.drv-intro__btns {
	display: flex;
	justify-content: center;
}

.drv-intro__btns .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 35px;
	margin: 0 10px;
	color: rgba(0, 21, 30, 1);
	font-family: "mursgothic";
	font-size: 20px;
	font-weight: 800;
	line-height: 100%;
	border-radius: 20px;
	max-width: 300px;
	width: 100%;
	min-height: 80px;
}

.btn--orange {
	background-color: rgba(255, 195, 1, 1);
}

.btn--orange:hover {
	background-color: #fff;
}

.btn--white {
	background-color: #fff;
}

.btn--white:hover {
	background-color: rgba(255, 195, 1, 1);
}

.drv-line {
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	background: rgba(34, 58, 114, 1);
	padding: 10px 0;
	position: relative;
	font-family: "mursgothic";
	font-size: 20px;
	font-weight: 800;
	line-height: 100%;
	color: #fff;
}

.drv-line__content {
	display: inline-flex;
	animation: scrollLine 25s linear infinite;
}

.drv-line__item {
	display: flex;
	align-items: center;
	font-size: 18px;
	margin-right: 20px;
	padding-right: 20px;
	white-space: nowrap;
}

.drv-line__item span {
	color: #FFC301;
	padding: 0 5px;
}

.drv-line__item img {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 20px;
}

@keyframes scrollLine {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

.drv-about {
	padding: 65px 0 50px;
	background-image: url(/wp-content/uploads/2025/10/decor-2.svg);
	background-size: 310px 350px;
	background-position: top -65px left 54%;
	background-repeat: no-repeat;
}

.drv-about__inner {
	display: flex;
	justify-content: space-between;
}

.drv-about__left {
	max-width: 600px;
	width: 100%;
	margin: 0 20px 0 0;
}

.drv-title {
	margin: 0 0 30px 0;
	color: rgba(255, 255, 255, 1);
	font-family: "mursgothic";
	font-size: 45px;
	font-weight: 800;
	line-height: 120%;
}

.drv-about__text {
	color: rgba(255, 255, 255, 1);
	font-size: 18px;
	font-weight: 400;
	line-height: 145%;
}

.drv-about__text span {
	font-weight: 800;
	color: #FFC301;
}

.drv-about .btn {
	padding: 24px 20px;
	color: rgba(0, 21, 30, 1);
	font-family: "mursgothic";
	font-size: 20px;
	font-weight: 800;
	line-height: 100%;
	border-radius: 20px;
	width: 100%;
	min-height: 80px;
	width: fit-content;
}

.drv-about__left .btn {
	max-width: 300%;
	width: 100%;
}

.drv-about__right .btn {
	min-height: 60px;
}

.drv-about__right .btn:hover {
	background-color: #003575;
	color: #fff;
}

.drv-about__right-inner {
	max-width: 595px;
	width: 100%;
	background-color: #fff;
	transform: rotate(3deg) translateX(60px);
	padding: 7px;
	border-radius: 30px;
}

.drv-about__right-text {
	padding: 25px 15px;
	color: rgba(34, 58, 114, 1);
	font-size: 20px;
	font-weight: 400;
	line-height: 145%;
	border: 2px solid rgba(34, 58, 114, 1);
	border-radius: 30px;
	height: 565px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-clip: padding-box;

	/* Firefox */
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 195, 1, 1) transparent;
}

/* Chrome, Edge, Safari */
.drv-about__right-text::-webkit-scrollbar {
	width: 10px;
}

.drv-about__right-text::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 10px;
}

.drv-about__right-text::-webkit-scrollbar-thumb {
	background-color: rgba(255, 195, 1, 1);
	border-radius: 10px;
}

.drv-about__right-text::-webkit-scrollbar-thumb:hover {
	background-color: rgba(230, 170, 0, 1);
}

.drv-about__right-text span {
	font-weight: 800;
}

.drv-about__right-title {
	margin: 0 0 15px 0;
	color: rgba(34, 58, 114, 1);
	font-size: 18px;
	font-weight: 800;
	line-height: 145%;
}

.drv-about__right-bot {
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
}


.drv-choice {
	margin: 50px 0 30px;
}

.drv-choice .container {
	max-width: 1370px;
}

.drv-choice__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 50px 25px;
	border: 1px solid rgba(0, 53, 117, 1);
	border-radius: 50px;
	background: rgba(34, 58, 114, 1);
}

.drv-choice .btn {
	margin: 0 0 0 20px;
	max-width: 350px;
	width: 100%;
	padding: 24px 20px;
	color: rgba(0, 21, 30, 1);
	font-family: "mursgothic";
	font-size: 20px;
	font-weight: 800;
	line-height: 100%;
	border-radius: 20px;
	width: 100%;
	min-height: 80px;
}

.drv-choice__left {
	max-width: 670px;
	width: 100%;
	margin: 0 20px 0 0;
}

.drv-choice__left p {
	color: rgba(255, 255, 255, 1);
	font-size: 18px;
	font-weight: 400;
}

.drv-choice__box-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 20px;
	background: rgba(255, 255, 255, 1);
	min-height: 80px;
	max-width: 300px;
	width: 100%;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}

.drv-choice__box {
	display: flex;
	align-items: center;
	margin: 0 0 50px 0;
}

.drv-choice__line {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(0, 21, 30, 1);
	font-family: "mursgothic";
	font-size: 24px;
	font-weight: 800;
	line-height: 120%;
}

.drv-choice__line input {
	padding: 0;
	color: rgba(0, 21, 30, 1);
	font-family: "mursgothic";
	font-size: 24px;
	font-weight: 800;
	line-height: 120%;
	max-width: 80px;
	margin: 0;
	height: 40px;
}

.drv-choice__plus,
.drv-choice__minus {
	padding: 0;
	color: rgba(0, 21, 30, 1);
	font-family: "mursgothic";
	font-size: 32px;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
	background-color: transparent;
	outline: none;
	border: none;
	cursor: pointer;
	margin: 0 8px;
}

.drv-choice__input-wrap {
	position: relative;
}

.drv-choice__input-wrap input {
	border: none;
	outline: none;
	background-color: transparent;
	color: rgba(0, 21, 30, 0.5);
	font-family: "mursgothic";
	font-size: 20px;
	font-weight: 800;
	width: 100%;
	padding: 5px 15px;
}

.drv-choice__right {
	max-width: 530px;
	width: 100%;
}

.drv-choice__right img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.drv-help {
	color: rgba(255, 255, 255, 1);
}

.drv-help__slider {
	padding: 50px 25px;
	border: 1px solid rgba(0, 53, 117, 1);
	border-radius: 50px;
	background: rgba(0, 23, 51, 1);
}

.drv-help__item {
	display: flex;
	justify-content: space-between;
}

.drv-help__img {
	width: 450px;
	margin: 0 75px 0 0;
	flex-shrink: 0;
}

.drv-help .container {
	max-width: 1370px;
}

.drv-help__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: none;
}

.drv-help__content {
	padding-bottom: 80px;
}

.drv-help .drv-title {
	margin: 0 0 30px 0;
}

.drv-help__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 145%;
}

.drv-help__slider {
	overflow: hidden;
	position: relative;
}

.drv-help .swiper-slide {
	background-color: transparent;
	text-align: left;
}

.drv-help .swiper-button-next,
.drv-help .swiper-button-prev {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	bottom: 50px;
	top: auto;
	background-color: #fff;
}

.drv-help .swiper-button-next:hover,
.drv-help .swiper-button-prev:hover {
	background-color: #FFC301;
}

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

.drv-help .swiper-button-next {
	left: 620px;
}

.drv-help .swiper-button-prev {
	left: 550px;
	transform: rotate(180deg);
}

.drv-help>img {
	margin: 70px 0 0 0;
	width: 100%;
	display: block;
	height: auto;
}

.drv-about-mob {
	display: none;
}

.drv-thank {
	color: #fff;
}

.drv-thank__inner {
	position: relative;
	padding: 240px 500px 65px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.drv-thank__left {
	position: relative;
	z-index: 1;
	max-width: 700px;
	width: 100%;
	flex-shrink: 0;
}

.drv-thank__text {
	max-width: 515px;
	font-size: 18px;
	font-weight: 400;
	line-height: 145%
}

.drv-thank .btn {
	padding: 24px 20px;
	color: rgba(0, 21, 30, 1);
	font-family: "mursgothic";
	font-size: 20px;
	font-weight: 800;
	line-height: 100%;
	border-radius: 20px;
	width: 100%;
	min-height: 80px;
	width: fit-content;
}

.drv-thank__right {
	position: absolute;
	top: 95px;
	right: -70px;
	max-width: 750px;
	width: 100%;
}

.drv-thank__right svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fire-anim1,
.fire-anim2,
.fire-anim3,
.fire-anim4,
.fire-anim5,
.fire-anim6,
.fire-anim7,
.fire-anim8 {
	transform-origin: center center;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

/* різна тривалість для природності */
.fire-anim1 {
	animation: fire-pulse 1.2s infinite ease-in-out;
}

.fire-anim2 {
	animation: fire-pulse 1.4s infinite ease-in-out;
}

.fire-anim3 {
	animation: fire-pulse 1.1s infinite ease-in-out;
}

.fire-anim4 {
	animation: fire-pulse 1.3s infinite ease-in-out;
}

.fire-anim5 {
	animation: fire-pulse 1.25s infinite ease-in-out;
}

.fire-anim6 {
	animation: fire-pulse 1.5s infinite ease-in-out;
}

.fire-anim7 {
	animation: fire-pulse 1.35s infinite ease-in-out;
}

.fire-anim8 {
	animation: fire-pulse 1.1s infinite ease-in-out;
}

/* 🔸 Пульсація лише за рахунок горизонтальної деформації */
@keyframes fire-pulse {

	0%,
	100% {
		transform: scaleX(1);
		filter: brightness(1);
	}

	50% {
		transform: scaleX(1.1);
		filter: brightness(1.15);
	}
}


.str-8 .vet-btn-inner {
	color: #00151E;
}

.str3 {
	margin-top: 100px;
	margin-bottom: 25px;
}

.hum-blk4 {
	margin: 15px 0 25px;
}

.str3,
.str7,
.str6 {
	margin-top: 50px;
}

.str5 {
	overflow: hidden;
}

.str5 .container {
	max-width: 100%;
	padding: 0;
}

.str5 .str-title {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 12px 50px;
	font-weight: 600;
	font-size: 48px;
}

.str5 .swiper-slide img {
	border-radius: 10px;
}

.pst-info {
	padding: 25px 0 25px;
	font-size: 18px;
	color: #fff;
}

.pst-info__item {
	border-top: 1px solid var(--blue);
}

.pst-info__item:first-child {
	border: none;
}

.pst-info__item:last-child {
	padding: 50px 0 0 0;
	margin: 50px 0 0 0;
}

.pst-info strong {
	color: #FFC301;
	font-weight: 700;
}

.pst-info a {
	text-decoration: underline;
}

.pst-info ul {
	margin: 0;
}

h1.str-intro-title {
	font-size: 75px;
	line-height: 120%;
	margin: 0 0 10px 0;
}

.str-intro-subtitle {
	font-size: 32px;
	color: #FFC301;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.drv-line__item span {
	display: none;
}

.str-btn {
	margin: 50px 0 0 0;
}


.evac-info {
	padding: 50px 0 100px;
	color: #fff;
	font-size: 18px;
}

.evac-info__title {
	margin: 0 0 30px 0;
	font-weight: 600;
}

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

.evac-info__img {
	max-width: 550px;
	width: 100%;
	margin: 0 40px 0 0;
	overflow: hidden;
	border-radius: 20px;
}

.evac-info__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.evac-info__text {
	max-width: 650px;
	width: 100%;
}

.evac-info strong,
.evac-info a {
	color: #FFC301;
	font-weight: 700;
}

.news-filter {
	padding: 160px 0 30px;
}

.news-filter .container {
	overflow: hidden;
}

.news-filter__top {
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px -20px;
}

.news-filter__top-col {
	display: flex;
	align-items: center;
	margin: 0 0 0 20px;
}

.news-filter .title {
	margin: 0 30px 0 0;
}

.news-filter img {
	width: 55px;
	height: auto;
	display: block;
	object-fit: contain;
}

.news-filter__search-form {
	display: flex;
}

.news-filter__search-input input {
	margin: 0;
	border: none;
	border-radius: 10px;
	padding: 5px 15px;
	height: 50px;
	color: #333;
	font-family: "ZonaPro";
}

.news-filter .dark-blue {
	border-radius: 10px;
	height: 50px;
	max-width: fit-content;
	font-size: 16px;
	padding: 15px 20px;
	cursor: pointer;
}

.news-filter__search-input {
	margin: 0 10px 0 0;
}

.title {
	font-size: 55px;
	font-weight: 600;
	color: #fff;
}

.news-filter__text {
	margin: 0 0 0 30px 0;
	font-size: 16px;
	color: #fff;
}

.news-filter__btns {
	padding: 0 10px;
	position: relative;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: #00151E;
}

.news-filter__btns::after {
	content: "";
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	background-color: #FFC301;
	width: 100vw;
	z-index: -1;
}

.news-filter__btns>* {
	margin: 10px;
}

.news-filter__btns .dark-blue {
	font-size: 20px;
	padding: 10px 20px;
}

.news-filter__seelct-wrap {
	position: relative;
}

.news-filter__seelct-wrap select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: none;
	padding-right: 30px !important;
}

.news-filter__seelct-wrap::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 45%;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border: 2px solid #FFC301;
	border-left: none;
	border-top: none;
}

.intro-news {
	padding: 40px 0 0;
}

.intro-news__inner {
	padding: 30px 20px;
	border-radius: 15px;
	border: 1px solid #003575;
}

.intro-new__date {
	color: #848e93;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 70px 0;
}

.intro-news .pst-title {
	max-width: 710px;
	margin: 0 0 20px 0;
}

.intro-news__text {
	max-width: 700px;
	width: 100%;
	margin: 0 0 50px 0;
	color: #fff;
}

.news-list {
	padding: 20px 0 15px;
}

.news-list .pst-title {
	margin: 0 0 20px 0;
	font-size: 55px;
}

.news-list__info {
	color: #fff;
	font-size: 16px;
	margin: 0 0 40px 0;
}

.news-list--two {
	padding: 150px 0 65px;
}

.news-list__inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -20px;
}

.news-list__item {
	display: block;
	padding: 15px;
	border-radius: 20px;
	border: 1px solid #003575;
	width: calc(33.33333% - 20px);
	margin: 0 0 20px 20px;
	padding: 15px;
}

.news-list__img {
	height: 175px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 15px 0;
}

.news-list__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: linear .2s;
}

.news-list__item:hover .news-list__img img {
	transform: scale(1.1);
}

.news-list__title {
	margin: 0 0 5px 0;
	color: #FFC301;
	font-size: 14px;
}

.news-list__text {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 30px 0;
}

.news-list__date {
	color: #848e93;
	font-size: 14px;
	font-weight: 600;
}

.news-list2 {
	padding: 20px 0 30px;
}

.news-list2__wrap {
	padding: 30px 20px;
	border-radius: 20px;
	border: 1px solid #003575;
	background-color: #001733;
}

.news-list2 .title {
	margin: 0 0 30px 0;
}

.news-list2__inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -35px;
}

.news-list2__item {
	display: flex;
	width: calc(33.33333% - 35px);
	margin: 0 0 30px 35px;
}

.news-list2__num {
	margin: 0 10px 0 0;
	width: 30px;
	height: 30px;
	flex-shrink: 0;
}

.news-list2__num img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.news-list2__text {
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
	margin: 0 0 15px 0;
}

.news-list2__date {
	color: #848e93;
	font-size: 14px;
	font-weight: 600;
}






.btn--yellow {
	padding: 10px 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #FFC301;
	border: 1px solid #FFC301;
	border-radius: 20px;
	min-height: 60px;
	width: fit-content;
	font-size: 20px;
	font-weight: 600;

}

.btn--yellow:hover {
	background-color: #FFC301;
	color: #003575;
}


.news-list3 {
	padding: 30px 0 20px;
}

.news-list3 .title {
	margin: 0 30px 0 0;
}

.news-list3 .container {
	overflow: hidden;
}

.news-list3__top-box {
	display: flex;
	margin: 0 0 20px 0;
}

.pst-title {
	margin: 0 30px 0 0;
}

.news-list3__list {
	margin: 0 0 10px -20px;
	display: flex;
	flex-wrap: wrap;
}

.news-list3__item {
	display: flex;
	width: calc(50% - 20px);
	margin: 0 0 20px 20px;
	border-radius: 15px;
	overflow: hidden;
	border: 1px solid #003575;
}

.news-list3__img {
	margin: 0 0 30px 0;
	width: 165px;
	flex-shrink: 0;
	height: 100%;
	border-radius: 15px;
	overflow: hidden;
}

.news-list3__img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.news-list3__content {
	padding: 15px 30px;
}

.news-list3__text {
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	margin: 0 0 15px 0;
}

.news-list3__date {
	color: #848e93;
	font-size: 14px;
	font-weight: 600;
}

.btn-wrap {
	position: relative;
	padding: 0 30px;
	background-color: #00151E;
	margin: 0 auto;
	width: fit-content;
}

.btn-wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 2px;
	background-color: #003575;
	width: 100vw;
	z-index: -1;
}

.pst-banner {
	padding: 30px 0 65px;
	color: #fff;
}

.pst-banner__inner {
	border-radius: 20px;
	background-color: #003575;
	padding: 50px 20px;
	display: flex;
	justify-content: space-between;
}

.pst-banner__left {
	max-width: 720px;
	width: 100%;
	margin: 0 20px 0 0;
}

.pst-banner .pst-title {
	margin: 0 0 20px 0;
	font-size: 40px;
}

.pst-banner__text {
	font-size: 18px;
}

.pst-banner__right {
	max-width: 440px;
	width: 100%;
}

.pst-banner__right img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.discover-more--twoo {
	margin-bottom: 100px;
}

.discover-more--twoo h2 {
	text-align: left;
}

.dss-pagination {
	margin-left: 0;
	padding: 30px 0 0 0;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	list-style: none;
}


.dss-pagination li {
	margin: 0 2.5px;
}

.dss-pagination a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #003575;
	transition: linear .2s;
}

.dss-pagination a.active-link {
	pointer-events: none;
	background-color: #FFC301;
	color: #00151E;
}

.dss-pagination a:hover {
	background-color: #FFC301;
	color: #00151E;
}

.dss-pagination span {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 30px;
	height: 50px;
}

.pst-article {
	padding: 180px 0 20px;
	color: #fff;

}

.pst-article .pst-title {
	margin: 0 0 15px 0;
}

.pst-article__info {
	margin: 0 0 30px 0;
}

.pst-article__inner {
	max-width: 1030px;
	width: 100%;
	margin: 0 auto;
}

.pst-article__inner>img {
	width: 100%;
	display: block;
	height: auto;
	margin: 30px 0;
	border-radius: 10px;
}

.pst-article__text {
	font-size: 18px;
	margin: 30px 0;
}

.pst-article__text p {
	margin: 0 0 30px 0;
}

.pst-article__text p:last-child {
	margin: 0;
}

.pst-article strong {
	color: #FFC301;
	font-weight: 600;
}

.pst-article__banner {
	max-width: 820px;
	width: 100%;
	margin: 30px auto;
	padding: 50px 15px;
	border-radius: 20px;
	border: 1px solid #FFC301;
	font-weight: 600;
	font-size: 24px;
	overflow: hidden;
}

.pst-article__banner--two {
	border-color: transparent;
	background-color: #003575;
}

.pst-article__title {
	margin: 0 0 30px 0;
	font-size: 36px;
	font-weight: 600;
}

.pst-article ul {
	list-style: none;
	margin: 30px 0;
	padding: 0;
}

.pst-article ul li {
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 15px 0;
}

.pst-article ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 7px;
	height: 7px;
	border-radius: 2px;
	background-color: #FFC301;
}

.pst-article ol {
	list-style: decimal;
	margin: 30px 0;
}

.pst-article ol li {
	margin: 0 0 15px 0;
}

.pst-article ol>li::marker {
	color: #FFC301;
	font-weight: 600;
	font-size: 24px;
}

.pst-article .btn--yellow {
	background-color: #FFC301;
	color: #00151E;
	font-weight: 800;
	color: #00151E;
}

.pst-article__box {
	display: flex;
	justify-content: space-between;
	background-color: #223A72;
	border-radius: 20px;
	overflow: hidden;
	max-width: 820px;
	width: 100%;
	margin: 30px auto;
}

.pst-article__box-left {
	max-width: 495px;
	width: 100%;
	padding: 30px;
}

.pst-article__box-title {
	margin: 0 0 10px 0;
	color: #FFC301;
	font-size: 24px;
	font-weight: 600;
}

.pst-article__box-text {
	margin: 0 0 10px 0;
}

.pst-article__box-right {
	max-width: 275px;
	width: 100%;
}

.pst-article__box-right img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

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

.pst-article__slider .swiper-button-next,
.pst-article__slider .swiper-button-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #003575;
	border-radius: 50%;
	right: 30px;
}

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

.pst-article__slider .swiper-button-prev {
	transform: rotate(180deg) translateY(50%);
	left: 30px;
}

.pst-article__slider .swiper-slide {
	background-color: transparent;
	background-color: #223A72;
	border-radius: 10px;
	overflow: hidden;
	height: 440px;
}

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

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

.pst-article__line {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 30px 0 30px -70px;
}

.pst-article__line .pst-article__text {
	margin: 0;
}

.pst-article__line-col {
	width: calc(50% - 70px);
	margin: 0 0 0 70px;
	height: fit-content;
}

.pst-article__line .pst-article__slider .swiper-slide {
	height: 350px;
}

.pst-article__line .pst-article__slider .swiper-button-next {
	right: 10px;
}

.pst-article__line .pst-article__slider .swiper-button-prev {
	left: 10px;
}

.pst-article__line .pst-article__slider .swiper-counter {
	bottom: 20px;
}

.pst-article__line .news-list__item {
	width: 100%;
	margin: 0;
}

.pst-article__title-yellow {
	font-size: 28px;
	color: #FFC301;
	font-weight: 600;
	margin: 0 0 15px 0;
}

.pst-article__blockquote {
	display: flex;
	max-width: 820px;
	width: 100%;
	margin: 30px auto;
}

.pst-article__blockquote img {
	width: 45px;
	height: 45px;
	display: block;
	margin: 0 15px 0 0;
}

.pst-article__blockquote .news-list__text {
	font-size: 24px;
	font-weight: 600;
	margin: 0;
}

ul.margin-right {
	margin-left: 30px;
}




@media (max-width: 1600px) {
	.dss-blk1__right {
		max-width: 550px;
	}

	.uaanimals-friends .uaanimals-btn {
		font-size: 16px;
		padding: 25px 10px;
	}

	.uaanimals-friends h4 {
		font-size: 21px;
	}

	.uaanimals-top__left h1,
	.map h3 {
		font-size: 70px;
	}

	.uaanimals-top__right {
		margin: 0;
		max-width: 450px;
	}

	.uaanimals-about h3,
	.uaanimals-slider__content h3 {
		font-size: 45px;
	}

	.uaanimals-about p,
	.uaanimals-slider__content p {
		margin: 0 0 20px 0;
		font-size: 16px;
	}
}

/*start filters============================*/
.g-filter__inner {
	margin: 30px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.g-filter__inner .btn {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 800;
	line-height: 120%;
	border-radius: 10px;
	margin-right: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #333 !important;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
	font-family: "ZonaPro";
	height: 60px !important;
	border-radius: 9px !important;
	padding: 10px 20px 10px 10px !important;
	font-size: 14px !important;
	width: 200px !important;
}

.select2-container--default .select2-selection--multiple *,
.select2-container--default .select2-selection--single * {
	cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li,
.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default .select2-selection--single .select2-selection__rendered {
	margin: 0;
	height: 100% !important;
	line-height: 40px !important;
}

.form__group {
	width: 200px !important;
	margin: 0 15px 0 0;
	position: relative;
}

/* .form__group::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border: 1px solid #003575;
  border-top: none;
  border-left: none;
} */

.select2-container--open .select2-dropdown {
	width: 200px !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-right: 5px !important;
	padding: 0 5px;
	background-color: transparent !important;
}

.select2-results__option {
	font-family: "ZonaPro";
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #003575 !important;
	color: white;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}

.select2-container--open .select2-dropdown {
	top: 25px !important;
}

.circle-graphic__right.circle-graphic__right--two {
	max-width: 830px;
}

.circle-graphic__right--two .circle-graphic__right-inner {
	max-height: 300px !important;
}

.circle-graphic__right--two #chart-doughnut {
	height: 300px !important;
}

.michart {
	min-height: 300px;
}

/*end filters============================*/

.graphic-funds .circle-graphic__right.circle-graphic__right--two {
	max-width: 780px;
}

.graphic-funds .graphic__left p {
	font-size: 18px;

}

.geography__inner {
	padding: 70px 0 20px 0 !important;
}

.btn-active {
	pointer-events: none;
}

.g-text {
	margin: 25px 0 0 0;
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
}

.graphic__md-inner {
	display: flex;
	justify-content: space-between;
}

.graphic__md-inner .graphic__left {
	height: calc(50% - 10px);
	margin: 0 0 20px 0;
	max-width: 100%;
}

.graphic__md-box {
	margin: 0 20px 0 0;
	width: 50%;
}

.graphic__md-inner .circle-wrap {
	width: 50%;
	max-width: 100%;
}

.circle-wrap {
	padding: 20px;
	max-width: 445px;
	width: 100%;
	color: #fff;
	font-family: "ZonaPro";
	border: 1px solid #003575;
	border-radius: 19px;
	background: #001733;
	max-height: 580px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.circle-wrap h2 {
	margin: 0 0 20px 0;
	font-size: 32px;
	font-weight: 800;
	line-height: 120%;
}

#chart-doughnut-two {
	height: 380px;
}

.rep-key-blk--two,
.g-filter--two .g-filter__inner {
	margin: 0;
}

.g-filter--two {
	margin: -60px 0 0 0;
}

.graphic-funds--three-col .graphic__left-box .graphic__left {
	margin: 0;
	height: 100%;
}

.s-intro--magic {
	padding: 150px 0 45px 0 !important;
}

.s-intro--magic .container {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.s-intro__text {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translatex(-50%);
	height: 355px;
}

.s-intro__text img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.s-intro--magic .dark-yellow {
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	top: 435px;
	border-radius: 10px;
	padding: 20px 55px;
	max-width: fit-content;
	width: fit-content;
}

.s-intro--magic .s-intro__ball-box {
	transform: scale(.8);
	top: 35px;
	right: 50px;
}

.s-intro--magic .s-intro__keys {
	bottom: 10px;
}


@media (max-width: 1400px) {
	.str5 .str-title {
		max-width: 1140px;
	}

	.uaanimals-friends__item {
		width: calc(33.33333% - 20px);
	}

	.map__box {
		-webkit-transform: translate(-50%, -50%) scale(0.8);
		-ms-transform: translate(-50%, -50%) scale(0.8);
		transform: translate(-50%, -50%) scale(0.8);
	}

	.bio-blk-1 h1 {
		font-size: 48px;
	}

	.bio-blk-1 h1 span {
		font-size: 148px;
	}
}

@media (max-width: 1200px) {
	.drv-choice__right {
		max-width: 330px;
	}

	.drv-intro__title {
		font-size: 72px;
	}

	.drv-about__left {
		max-width: 450px;
	}

	.dss-blk1__left::after {
		right: 10px;
		width: 120px;
	}

	img.dss-blk1__rose {
		width: 215px;
		bottom: 65px;
		left: 25%;
	}

	.dss-blk1__text-four {
		font-size: 28px;
	}

	.dch-join__title {
		font-size: 48px;
	}

	.dch-join__title-twoo {
		font-size: 52px;
	}

	.dst-lost__right {
		max-width: 620px;
	}

	.pst-title {
		font-size: 48px;
	}

	.s-intro--magic .s-intro__ball-box {
		transform: scale(.6);
		top: -45px;
		right: 10px;
	}

	.s-intro__text {
		height: 200px;
	}

	.s-intro--magic .dark-yellow {
		top: 285px;
		padding: 15px 25px;
	}

	.bio-blk-1 h1 {
		font-size: 41px;
	}

	.bio-blk-1 h1 span {
		font-size: 124px;
	}

	.graphic-funds__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.circle-graphic__right.circle-graphic__right--two {
		margin: 0;
		max-width: 100%;
	}

	.graphic__left {
		max-width: 100% !important;
		margin: 0 0 20px 0 !important;
		padding: 30px 15px 0 !important;
	}

	.container {
		max-width: 960px;
	}

	.map {
		padding: 100px 0 0 0;
	}

	.uaanimals-top__left h1,
	.map h3 {
		font-size: 45px;
	}

	.map::after {
		height: 250px;
	}

	.map,
	.map__inner {
		height: 1000px;
	}

	.map__inner {
		width: 1800px;
	}

	.g-history__items-wrap {
		max-height: 50vh !important;
	}

	.graphic-funds .circle-graphic__right.circle-graphic__right--two {
		max-width: 100%;
	}

}


@media (max-width: 992px) {
	.news-filter__top {
		flex-direction: column;
	}

	.news-filter__top-col {
		margin: 0 0 20px 20px;
	}

	.news-filter__search-form,
	.news-filter__search-input,
	.news-filter__search-input input {
		width: 100%;
	}

	.news-list__item {
		width: calc(50% - 20px);
	}

	.news-list2__item {
		width: calc(50% - 35px);
	}

	.news-list3__item {
		width: calc(100% - 20px);
	}

	.pst-banner__inner {
		flex-direction: column;
	}









	.evac-info__inner {
		flex-direction: column-reverse;
	}

	.evac-info__img {
		margin: 0;
	}

	.drv-thank .btn {
		width: 100%;
		min-height: 60px;
		padding: 17px 20px;
	}

	.drv-thank__inner {
		flex-direction: column;
		padding: 70px 0 0 0;
	}

	.drv-thank__left {
		margin: 0 0 20px 0;
	}

	.drv-thank__right {
		position: static;
	}

	.drv-intro__title {
		font-size: 53px;
	}

	.drv-about-mob {
		display: block;
		margin: 0 auto 20px;
	}

	.drv-about-mob .btn {
		margin: 0;
		width: 100%;
		padding: 24px 20px;
		color: rgba(0, 21, 30, 1);
		font-family: "mursgothic";
		font-size: 20px;
		font-weight: 800;
		line-height: 100%;
		border-radius: 20px;
		width: 100%;
		min-height: 60px;
	}

	.drv-about__right-inner {
		max-width: 100%;
		transform: rotate(0) translateX(0);
		border-radius: 20px;
	}

	.drv-about__right-text {
		height: auto;
		border-radius: 20px;
	}

	.drv-choice .container,
	.drv-help .container {
		max-width: 720px;
	}

	.drv-choice__inner {
		flex-direction: column;
	}

	.drv-help__item {
		flex-direction: column;
	}

	.drv-help .swiper-button-next {
		left: calc(50% + 40px);
		transform: translateX(-50%);
	}

	.drv-help .swiper-button-prev {
		left: calc(50% - 40px);
		transform: translateX(-50%) rotate(180deg);
	}

	.drv-help__img {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.drv-about__right {
		display: none;
	}

	.dss-blk1 {
		padding: 100px 0 30px;
	}

	.dss-blk1__text-four {
		position: static;
		text-align: center;
	}

	.dss-blk1__text-one,
	.dss-blk1__text-twoo {
		font-size: 36px;
		margin: 0 auto 5px;
		letter-spacing: 1px;
		padding: 12px 19px;
	}

	.dss-blk1__text-three {
		font-size: 17px;
		margin: 0 0 25px 0;
		text-align: center;
	}

	.dss-blk1__text-four {
		font-size: 28px;
		padding: 10px 15px;
		max-width: 335px;
		width: 100%;
		margin: 0 auto 20px;
	}

	.dss-blk1__left::after {
		display: none;
	}

	.dss-blk1__inner {
		flex-direction: column;
	}

	.dss-blk1__left {
		max-width: 335px;
		margin: 0 auto;
		padding: 0;
	}

	img.dss-blk1__rose {
		width: 155px;
		height: 150px;
		bottom: 18px;
		left: 25%;
	}

	.dch-join__title {
		font-size: 35px;
	}

	.dch-join__title-twoo {
		font-size: 38px;
	}

	.dch-join__inner {
		flex-wrap: wrap;
	}

	.dch-join__md {
		order: -1;
	}

	.dch-join__right,
	.dch-join__left {
		pointer-events: none;
	}

	.dss-blk1__right {
		max-width: 100%;
	}


	.pst-about__inner,
	.dst-lost__inner {
		flex-direction: column;
	}

	.dst-lost__left,
	.pst-about__left {
		margin: 0 0 30px 0;
	}

	.pst-intro__title {
		font-size: 52px;
	}

	.pst-intro {
		padding: 120px 0 120px;
	}

	.pst-about {
		padding: 35px 0 35px;
	}

	.dst-lost__right {
		max-width: 100%;
	}

	.dst-join__right {
		display: none;
	}

	.dst-join__left {
		margin: 0;
	}

	.s-intro--magic {
		overflow: hidden;
	}

	.bio-blk-1 {
		padding: 100px 0 80px 0;
	}

	.bio-blk-1 h1,
	.bio-blk-1 h1 * {
		font-size: 38px !important;
	}

	.bio-blk-1 h1 {
		line-height: 120%;
		margin: 0 0 50px 0;
	}

	.bio-blk-1 .subtitle {
		font-size: 20px;
	}

	.bio-blk-1 h3 {
		margin: 55px 0 20px;
	}

	.bio-blk-1 h1 span:after {
		bottom: -20px;
	}

	.bio-blk-1 h1 span {
		display: block;
	}

	.pos-sticky {
		position: static;
		margin: 0 0 30px 0;
	}

	.bio-blk-1 .row {
		flex-direction: column-reverse;
	}

	.s-intro__inner {
		background-repeat: no-repeat;
		background-size: 125%;
		background-position: top left;
		background-image: url(/wp-content/uploads/2024/12/banner-bg-m.svg);
	}

	.container {
		max-width: 720px;
	}

	.uaanimals-top__right {
		max-width: 250px;
	}

	.uaanimals-slider__slider .swiper-slide span {
		font-size: 18px;
		height: 35px;
	}

	.uaanimals-slider__content {
		width: 58%;
	}

	.uaanimals-friends__item {
		padding: 15px;
		width: calc(50% - 20px);
	}

	.uaanimals-friends h4 {
		margin: 0 0 20px 0;
		font-size: 20px;
	}

	.uaanimals-friends p {
		font-size: 18px;
	}

	.uaanimals-friends .uaanimals-btn {
		padding: 5px 15px;
		height: 40px;
		font-size: 18px;
	}

	.map {
		padding: 50px 0 0 0;
	}

	.map,
	.map__inner {
		height: 850px;
	}

	.map__inner {
		width: 1500px;
	}

	.map__box {
		-webkit-transform: translate(-50%, -50%) scale(0.5);
		-ms-transform: translate(-50%, -50%) scale(0.5);
		transform: translate(-50%, -50%) scale(0.5);
	}

	.graphic-table {
		height: 40vh !important;
	}

	.pst-article__line {
		margin-bottom: 0;
	}

	.pst-article__line-col {
		width: calc(100% - 70px);
		margin-bottom: 30px;
	}

}

@media (max-width: 768px) {

	.news-filter .title,
	.news-list .pst-title {
		font-size: 42px;
	}

	.intro-news .pst-title,
	.news-list2 .title,
	.news-list3 .title,
	.pst-banner .pst-title {
		font-size: 36px;
	}

	.news-list__item {
		width: calc(100% - 20px);
	}

	.news-list2__item {
		width: calc(100% - 35px);
	}

	.news-list3__item {
		flex-direction: column;
	}

	.news-list3__img {
		width: 100%;
		height: 200px;
		margin: 0;
		border-radius: 15px 15px 0 0;
	}

	.news-filter__seelct-wrap::after {
		top: 35%;
	}

	.dss-pagination a {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}

	.dss-pagination span {
		height: 40px;
	}

	.pst-article .pst-title {
		font-size: 32px;
	}

	.pst-article__banner {
		padding: 30px 10px;
		border-radius: 15px;
		font-size: 20px;
	}

	.pst-article__title {
		font-size: 32px;
	}

	.pst-article__box {
		flex-direction: column-reverse;
	}

	.pst-article__box-right {
		max-width: 100%;
	}

	.pst-article__box-left {
		max-width: 100%;
		padding: 20px 10px;
	}

	.pst-article__title-yellow {
		font-size: 22px;
	}




	.str-intro-subtitle {
		font-size: 24px;
	}

	h1.str-intro-title {
		font-size: 32px;
	}

	.pst-info {
		padding: 25px 0 0;
	}

	.hum-blk1 .text {
		max-width: 320px;
		margin: 0 0 30px;
	}

	.str3,
	.str7,
	.str6 {
		margin-top: 0;
	}

	.drv-choice__line {
		justify-content: center;
	}

	.drv-choice__plus,
	.drv-choice__minus {
		font-size: 34px;
		margin: 0 13px;
	}

	.drv-choice__input-wrap {
		border: none;
		margin: 0;
	}

	.drv-intro__btns .btn {
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
	}

	.drv-choice__box {
		flex-direction: column;
	}

	.drv-choice__inner {
		padding: 50px 10px;
	}

	.drv-choice .btn {
		margin: 20px 0 0 0;
		min-height: 60px;
	}

	.drv-title {
		font-size: 32px;
	}

	.drv-choice__left {
		max-width: 100%;
		margin: 0;
	}

	.drv-intro__title {
		font-size: 32px;
	}

	.drv-intro__btns {
		flex-direction: column;
	}

	.drv-intro__btns .btn {
		min-height: 60px;
		margin: 20px 0 0 0;
		padding: 10px 20px;
		max-width: 100%;
		width: 100%;
	}

	.drv-intro {
		padding: 90px 0px 380px
	}

	.drv-about__text {
		font-size: 16px;
	}

	.drv-choice__inner {
		border-radius: 30px;
	}

	.drv-choice .drv-title {
		font-size: 26px;
	}

	.drv-choice__line,
	.drv-choice__line input {
		font-size: 20px;
	}

	.drv-choice__left p {
		font-size: 20px;
	}

	.drv-choice__box-left {
		max-width: 100%;
	}

	.drv-choice .btn {
		max-width: 100%;
		width: 100%;
	}

	.drv-about__right-title {
		font-size: 16px;
	}

	.drv-about__right-text {
		font-size: 14px;
		line-height: 120%;
	}

	.drv-about__right-bot {
		font-size: 16px;
	}

	.drv-about-mob .btn {
		padding: 17px 20px;
	}

	.drv-help__slider {
		padding: 20px 15px;
		border: 1px solid rgba(0, 53, 117, 1);
		border-radius: 20px;
	}

	.drv-help__img {
		border-radius: 20px;
		overflow: hidden;
	}

	.drv-help__text {
		font-size: 16px;
	}

	.drv-about__left {
		max-width: 100%;
		margin: 0;
	}

	.drv-about {
		background-image: none;
	}

	.drv-choice__inner {
		background-image: url(/wp-content/uploads/2025/10/decor-2-3.svg);
		background-size: 100px 130px;
		background-position: top 15px right 15px;
		background-repeat: no-repeat;
	}

	.zbir-1-screen::after {
		bottom: 5%;
		right: 5%;
		width: 120px;
		height: 120px;
		bottom: -5%;
	}

	.dss-blk1__fancy {
		margin: 0 0 25px 0;
	}

	.dch-join {
		overflow: hidden;
	}

	.dch-join__title {
		font-size: 32px;
		text-align: center;
		letter-spacing: 1px;
		line-height: 110%;
	}

	.dch-join__title-twoo {
		font-size: 22px;
		letter-spacing: 0;
		padding: 0 5px;
		margin: 0 auto 22px;
	}

	.dss-blk1__right-title {
		font-size: 20px;
	}

	.dss-blk1__right-text {
		font-size: 18px;
		margin: 0 0 20px 0;
	}

	.dss-blk1__left {
		margin: 0 auto 20px;
	}

	.dss-blk1__box {
		padding: 10px 15px 20px 15px;
	}

	.dss-blk1__box-title {
		font-size: 18px;
	}

	.dss-blk1__box-text {
		font-size: 16px;
	}

	.dss-blk1 {
		padding: 100px 0 10px;
	}

	.dch-join__md {
		padding: 20px 10px;
	}

	.dch-join__md-title {
		font-size: 20px;
	}

	.dch-join__md-text {
		margin: 0 0 10px 0;
		text-align: center;
	}

	.dch-join__top {
		border-radius: 10px;
		height: 60px;
	}

	.dch-join__top span {
		font-size: 32px;
	}

	.dch-join__top input {
		font-size: 36px;
	}

	.dch-join__form-btn {
		height: 40px;
		font-size: 16px;
	}

	.dch-join__confirm-btn {
		font-size: 28px;
		padding: 15px;
	}

	.dch-join__left {
		max-width: 139px;
		width: 100%;
		margin: 33px auto 0 0;
		transform: translatex(0);
	}

	.dch-join__right {
		max-width: 189px;
		margin: 88px 10px 0 0;
		transform: translateX(15px) scale(1);
	}

	@keyframes pulse {
		0% {
			transform: translateY(0px) scale(1);
		}

		50% {
			transform: translateY(0px) scale(.98);
		}

		100% {
			transform: translateY(0px) scale(1);
		}
	}

	.dch-join__bot-img {
		margin: -85px auto 0;
	}


	.dst-lost__slider .swiper-slide {
		height: 290px;
	}

	.pst-intro__title {
		font-size: 30px;
	}

	.pst-intro__btns {
		flex-direction: column;
	}

	.pst-intro .dst-btn {
		max-width: 100%;
		width: 100%;
		margin: 0 0 20px 0;
	}

	.pst-intro--twoo .pst-intro__inner {
		height: auto !important;
	}

	.pst-title {
		font-size: 38px;
	}

	.dst-lost__col-title {
		font-size: 24px;
	}

	.dst-lost__col {
		width: calc(100% - 50px);
		margin: 0 0 30px 50px;
	}

	.dst-lost {
		padding: 35px 0 40px;
	}

	.dst-registrition .pst-title {
		font-size: 26px;
	}

	.dst-join__inner {
		padding: 30px 15px;
	}

	.dst-join .pst-title {
		font-size: 26px;
	}

	.dst-join__btns .dst-btn {
		width: calc(100% - 20px);
		margin: 0 0 20px 20px;
	}

	.intro-magic .dark-yellow {
		font-size: 14px;
	}

	.intro-magic .dark-yellow img {
		width: 35px;
		height: 35px;
	}

	.s-intro--magic .s-intro__ball-box {
		transform: scale(.3);
		top: -55px;
		right: -115px;
	}

	.s-intro__text {
		width: 90%;
	}

	.s-intro--magic .dark-yellow {
		width: 275px;
		font-size: 16px;
		padding: 15px 20px;
		max-width: 100%;
		top: 265px;
	}

	.s-intro--magic .s-intro__keys {
		bottom: 50px;
	}

	.s-intro__box>picture img,
	.s-intro__box {
		max-height: 580px;
		max-width: 380px;
		margin: 0 auto;
	}

	.s-intro--magic {
		padding: 70px 0 45px 0 !important;
	}

	.g-filter--two {
		margin-top: 0;
	}

	.geography .geography__left {
		max-width: 100% !important;
	}

	.g-filter__inner {
		flex-direction: column;
	}

	.select2-container--default .select2-selection--multiple,
	.select2-container--default .select2-selection--single {
		width: 300px !important;
	}

	.g-filter .form__group {
		width: 100% !important;
		margin: 0 0 15px 0;
	}

	.g-filter__inner .btn {
		width: 100%;
		text-align: center;
		justify-content: center;
		margin: 0 0 10px 0;
	}

	.select2-container--open .select2-dropdown {
		width: 300px !important;
		top: 35px !important;
	}

	.container {
		max-width: 540px;
	}

	.uaanimals-top__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		text-align: center;
	}

	.uaanimals-top__right {
		margin: 0 0 30px 0;
	}

	.uaanimals-top__left h1,
	.map h3,
	.uaanimals-about h3,
	.uaanimals-slider__content h3 {
		font-size: 24px;
	}

	.uaanimals-friends__item {
		width: calc(100% - 20px);
	}

	.uaanimals-about__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.uaanimals-friends h4 {
		margin: 0 0 15px 0;
		font-size: 18px;
	}

	.uaanimals-friends p {
		font-size: 16px;
	}

	.uaanimals-about__right {
		margin: 0;
	}

	.uaanimals-slider__slider {
		height: 300px;
	}

	.uaanimals-slider__slider .swiper-slide-active {
		width: 75% !important;
		height: 300px;
	}

	.uaanimals-slider__content {
		position: static;
		width: 100%;
		margin: 0 0 30px 0;
	}

	.uaanimals-slider__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.uaanimals-about__left {
		margin: 0;
	}

	.map__box {
		-webkit-transform: translate(-50%, -50%) scale(0.4);
		-ms-transform: translate(-50%, -50%) scale(0.4);
		transform: translate(-50%, -50%) scale(0.4);
	}

	.map,
	.map__inner {
		height: 500px;
	}

	.map__inner {
		width: 800px;
	}

	.graphic__md-inner {
		flex-direction: column;
	}

	.graphic__md-box {
		margin: 0 0 20px 0;
		width: 100%;
	}

	.graphic__md-inner .circle-wrap {
		width: 100%;
	}

}

@media (max-width: 576px) {

	.map__box {
		left: 46%;
		-webkit-transform: translate(-50%, -50%) scale(0.3);
		-ms-transform: translate(-50%, -50%) scale(0.3);
		transform: translate(-50%, -50%) scale(0.3);
	}

	.uaanimals-modal h4 {
		font-size: 18px;
	}

	.uaanimals-modal {
		padding: 30px 30px 50px 30px;
	}

	.uaanimals-btn {
		font-size: 21px;
	}
}


/*Dosstabi edits*/
.header {
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 999999;
}

.header ul,
.header li {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.lock {
	overflow: hidden;
}

.wpml-ls-legacy-list-horizontal {
	padding: 0;
}

.header .wpml-ls-statics-shortcode_actions .wpml-ls-first-item a {
	padding-left: 0;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item-de {
	display: none;
}

.header__mob-btn {
	display: none;
}


/*End edits*/
.soc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.soc__item {
	margin: 0 5px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: rgba(34, 58, 114, 0.5);
}

@font-face {
	font-family: 'ZonaPro';
	src: local("ZonaPro-Regular"), local("ZonaPro-Regular"), url("https://uanimals.org/wp-content/themes/uanimals/fonts/ZonaPro-Regular.woff2") format("woff2"), url("https://uanimals.org/wp-content/themes/uanimals/fonts/ZonaPro-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'ZonaPro';
	src: local("ZonaPro-SemiBold"), local("ZonaPro-SemiBold"), url("https://uanimals.org/wp-content/themes/uanimals/fonts/ZonaPro-SemiBold.woff2") format("woff2"), url("https://uanimals.org/wp-content/themes/uanimals/fonts/ZonaPro-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'ZonaPro';
	src: local("ZonaPro-ExtraBold"), local("ZonaPro-ExtraBold"), url("https://uanimals.org/wp-content/themes/uanimals/fonts/ZonaPro-ExtraBold.woff2") format("woff2"), url("https://uanimals.org/wp-content/themes/uanimals/fonts/ZonaPro-ExtraBold.woff") format("woff");
	font-weight: 800;
	font-style: normal;
}

.header__btns .btn {
	padding: 13px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 45px;
	color: #FFF;
	font-size: 14px;
	font-weight: 800;
	line-height: 120%;
	cursor: pointer;
	outline: none;
	border: none;
	-webkit-transition: linear .2s;
	-o-transition: linear .2s;
	transition: linear .2s;
}

.header__btns .btn img,
.header__btns .btn svg {
	margin: 0 0 0 30px;
}

.header__btns .btn--blue {
	color: #FFF;
	background-color: #003575;
}

.header__btns .btn--blue:hover {
	color: #FFF;
	background-color: #003575;
}

.header__btns .btn--yellow {
	color: #1F140F;
	background-color: #FFC301;
}

/*start header================*/
.header .wpml-ls-statics-shortcode_actions ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 -10px;
}

.header .wpml-ls-statics-shortcode_actions li:nth-child(2) {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.header .wpml-ls-statics-shortcode_actions a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px;
	color: rgba(255, 255, 255, 0.5);
	font-family: ZonaPro;
	font-size: 14px;
	font-weight: 800;
}

.header .wpml-ls-current-language a {
	color: #FFF !important;
	font-weight: 600 !important;
}

.header__top {
	height: 60px;
	padding: 8px 0;
	background-color: #000;
	position: relative;
}

.header__top .soc {
	margin: 0 0 0 30px;
}

.header__top-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__btns {
	margin: 0 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__btns .btn--yellow {
	margin: 0 0 0 20px;
}

.header__bottom {
	background-color: #00151E;
	-webkit-box-shadow: 0px 2px 20px 0px rgba(123, 200, 231, 0.3);
	box-shadow: 0px 2px 20px 0px rgba(123, 200, 231, 0.3);
}

.header__bottom .header__btns--mob {
	display: none;
}

.header__bottom nav {
	margin: 0 auto;
}

.header__bottom nav>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__bottom nav>ul li span,
.header__bottom nav>ul li a {
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
}

.header__bottom nav>ul li span {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 26px 17px 26px 0;
	cursor: pointer;
}

.header__bottom nav>ul li span::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 9px;
	height: 5.5px;
	background-image: url("../images/dest/icons/arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	-webkit-transition: linear .2s;
	-o-transition: linear .2s;
	transition: linear .2s;
}

.header__bottom nav>ul li span::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	width: 100%;
	background-color: #FFC301;
	opacity: 0;
	-webkit-transition: linear .2s;
	-o-transition: linear .2s;
	transition: linear .2s;
}

.header__bottom nav>ul li+li {
	margin: 0 0 0 40px;
}

.header__item-child .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	top: 130px;
	z-index: 999;
	background-color: #00151E;
}

.header__bottom-inner {
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__logo {
	max-width: 210px;
	width: 100%;
	margin: 0 30px 0 0;
}

.header__logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

/*start header================*/
/*start menu===============*/
.menu {
	padding: 50px 0 70px;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(71%, rgba(123, 200, 231, 0)), color-stop(154%, #7bc8e7));
	background: -o-linear-gradient(bottom, rgba(123, 200, 231, 0) 71%, #7bc8e7 154%);
	background: linear-gradient(0deg, rgba(123, 200, 231, 0) 71%, #7bc8e7 154%);
	background-size: 100% 55px;
	background-repeat: no-repeat;
	background-position: top;
}

.menu__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.menu__left {
	margin: 0 35px 0 0;
	width: 100%;
}

.menu__left ul {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.menu__left li+li {
	margin: 6px 0 0 0 !important;
}

.menu__left a {
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
}

.menu__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.menu__right-item h6 {
	color: #FFF;
	font-size: 16px;
	font-weight: 800;
	line-height: 120%;
}

.menu h5 {
	color: #FFC301;
	font-size: 16px;
	font-weight: 800;
	line-height: 120%;
}

.menu__right-img {
	margin: 0 0 15px 0;
	border-radius: 15px;
	overflow: hidden;
	height: 175px;
}

.menu__right-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.menu--one .menu__left {
	max-width: 535px;
}

.menu--one .menu__left ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.menu--one .menu__right {
	margin: 0 0 0 -23px;
	max-width: 630px;
}

.menu--one .menu__right-item {
	margin: 0 0 0 23px;
	width: calc(50% - 23px);
}

.menu--two .menu__left {
	max-width: 200px;
}

.menu--two .menu__right {
	max-width: 945px;
}

.menu--two .menu__right-item {
	margin: 0 0 0 23px;
	width: calc(33.33333% - 23px);
}

.menu--three .menu__left {
	max-width: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.menu--three .menu__left ul:first-child {
	margin: 0;
	width: 50%;
}

.menu--three .menu__right {
	margin: 0 0 0 -23px;
	max-width: 630px;
}

.menu--three .menu__right-item {
	margin: 0 0 0 23px;
	width: calc(50% - 23px);
}

.menu--five .menu__left {
	max-width: 230px;
}

.menu--five .menu__right {
	margin: 0 0 0 -23px;
	max-width: 935px;
}

.menu--five .menu__right-item {
	margin: 0 0 0 15px;
	width: calc(25% - 15px);
}

/*end menu===============*/
@media (min-width: 992px) {
	.menu {
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}

	.menu.active {
		visibility: visible;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	.header__item-child>span.solid {
		border-bottom: 2px solid #FFC301;
	}

	/* 	.header span.active::after {
            -webkit-transform: rotate(180deg) !important;
            -ms-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
        } */
	/*
        .header__item-child:active span::before {
            opacity: 1 !important;
        } */

}


.graphic-info--twoo h3 {
	font-size: 32px !important;
}

@media (max-width: 1200px) {
	.str5 .str-title {
		max-width: 960px;
	}

	.header__logo {
		max-width: 160px;
	}

	.header__bottom nav>ul li+li {
		margin: 0 0 0 20px;
	}

	.header__bottom nav>ul li span {
		font-size: 12px;
	}
}

@media (max-width: 992px) {
	.str5 .str-title {
		max-width: 720px;
	}

	.menu__right-item {
		display: none;
	}

	.menu__right-item:nth-child(1),
	.menu__right-item:nth-child(2) {
		display: block;
	}

	.header__bottom nav>ul>li>span.active::after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.header__bottom nav>ul>li>span.active::before {
		opacity: 1;
	}

	.header__btns {
		display: none;
	}

	.header__top .soc {
		margin: 0 0 0 auto;
	}

	.soc__item {
		width: 20px;
		height: 20px;
	}

	.soc__item img {
		width: 12px;
		height: 12px;
	}

	.header__mob-btn {
		margin: 0 0 0 auto;
		padding: 0;
		display: block;
		width: 30px;
		height: 20px;
		position: relative;
		background-color: transparent;
		cursor: pointer;
		outline: none;
		border: none;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.header__mob-btn {
		margin: 0 0 0 auto;
		padding: 0;
		display: block;
		width: 50px;
		height: 20px;
		position: relative;
		background-color: transparent;
		cursor: pointer;
		outline: none;
		border: none;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		color: #fff;
		font-size: 12px;
		line-height: 120%;
		text-align: right;
	}

	.header__mob-btn::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #fff;
		-webkit-transition: linear .2s;
		-o-transition: linear .2s;
		transition: linear .2s;
	}

	.header__mob-btn::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #fff;
		-webkit-transition: linear .2s;
		-o-transition: linear .2s;
		transition: linear .2s;
	}

	.header__mob-btn.active {
		font-size: 0;
		width: 25px !important;
	}

	.header__mob-btn.active::before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 9px;
	}

	.header__mob-btn.active::after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		bottom: 9px;
	}

	.header__mob-btn.active span {
		opacity: 0;
	}

	.header__mob-btn.active::before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 9px;
	}

	.header__mob-btn.active::after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		bottom: 9px;
	}

	.header__bottom nav {
		margin: 0;
		position: fixed;
		top: 100px;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-top: 15px;
		padding-bottom: 5px;
		padding-left: calc((100vw - 720px) / 2);
		padding-right: calc((100vw - 720px) / 2);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		-o-transition: transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		overflow: auto;
		background-color: #00151E;
	}

	.header__bottom nav>ul {
		height: calc(100vh - 380px);
		overflow-y: auto;
	}

	.header__bottom nav>ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.header__bottom nav.open {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.menu {
		padding: 7px 0 5px;
		position: static !important;
		display: none !important;
		background: none;
	}

	.menu.open {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.header__bottom nav>ul li+li {
		margin: 6px 0 0 0 !important;
	}

	.header__bottom nav>ul {
		width: 100%;
	}

	.header__bottom nav>ul>li>span,
	.header__bottom nav>ul>li>a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100% !important;
		font-size: 16px;
		padding: 10px 20px 10px 20px;
	}

	.header__bottom nav>ul li a {
		font-size: 18px;
	}

	.header__bottom nav .menu__left>ul li a {
		font-size: 18px;
	}

	.menu h5 {
		font-size: 18px;
	}

	.header__bottom nav>ul li span,
	.header__bottom nav>ul li a {
		font-size: 16px;
		line-height: 160%;
	}

	.header__bottom nav>ul li span::before {
		height: 1px;
		left: 20px;
		right: 20px;
		width: calc(100% - 40px);
	}

	.header__bottom nav>ul li span::after {
		right: 20px;
	}

	.header__bottom nav>ul>li {
		width: 100%;
	}

	.menu__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.menu__left {
		max-width: 100% !important;
		margin: 0 0 20px 0 !important;
	}

	.menu__right {
		margin: 0 0 0 -15px !important;
		width: 100%;
	}

	.menu__right-item {
		margin: 0 0 20px 15px !important;
		width: calc(50% - 15px) !important;
	}

	.header__item-child:hover span {
		font-weight: 800;
		font-size: 16px;
	}

	.menu__right-item h6 {
		font-size: 14px;
		font-weight: 400;
	}

	.header__bottom .header__btns--mob {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding-left: calc((100vw - 720px) / 2);
		padding-right: calc((100vw - 720px) / 2);
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: auto 0 0 0;
		height: 200px;

	}

	.header__bottom .header__btns--mob .btn {
		width: 100%;
		justify-content: space-between;
	}

	.header__bottom .header__btns--mob .btn--yellow {
		margin: 15px 0 0 0;
	}

	.header__bottom .header__btns--mob .btn--blue {
		margin: 15px 0 0 0;
	}

	.s-banner__inner {
		background-repeat: no-repeat;
		background-size: 65%;
		background-position: top left;
		background-image: url(https://uanimals.org/wp-content/uploads/2024/12/banner-bp2.svg);
	}
}

@media (max-width: 768px) {
	.str-brd {
		padding-top: 20px;
	}

	.need-evacuation {
		padding: 20px 0;
	}

	.str5 .str-title {
		font-size: 28px;
	}

	.str5 .str-title {
		max-width: 540px;
	}

	.header__bottom nav,
	.header__bottom .header__btns--mob {
		padding-left: calc((100vw - 540px) / 2) !important;
		padding-right: calc((100vw - 540px) / 2) !important;
	}

	.header__bottom .header__btns--mob {
		padding: 10px 20px !important;
		height: 200px;
	}

	.menu__right-img {
		height: 95px;
	}

	.header__top {
		height: 45px;
		padding: 12px 0;
	}

	.header__bottom-inner {
		height: 50px;
	}

	.header__bottom nav {
		top: 50px !important;
	}

	.header__logo {
		max-width: 130px;
	}

	.header .wpml-ls-statics-shortcode_actions a {
		font-size: 12px;
	}
}


.back-menu,
.menu-mob-title,
.menu-mob-title {
	display: none !important;
}

.mob-lang {
	display: none;
}

.mob-lang {
	opacity: 0;
	transition: opacity .5s ease-in-out;
}

.mob-lang.visible {
	opacity: 1;
}

@media (max-width: 992px) {
	.mob-lang {
		display: block;
	}

	.menu-mob-title {
		display: flex !important;
	}

	.menu-mob-title {
		font-weight: 700;
		color: #FFC301 !important;
		padding: 0 !important;
	}

	.menu-mob-title::after {
		display: none;
	}

	.header__bottom .header__btns--mob {
		justify-content: end;
		padding-bottom: 20px;
	}

	.header__search-btn {
		margin: 0 0 0 auto;
	}

	.header__mob-btn {
		margin: 0 0 0 20px !important;
	}

	.header__mob-btn {
		z-index: 1;
	}

	.header__form-wrap {
		z-index: 3;
	}

	/* 				.header__search-btn,
                    .header__form-close{
                        display: none;
                    }
                    .header__form-search{
                        order: -1;
                    }
                    .header__form-search .container{
                        flex-direction: row-reverse;
                        max-width: 100% !important;
                    }
                    .header__form-search .container{
                        height: auto;
                    }
                    .header__form-search {
                        background-color: #00151E;
                        border-bottom: none;
                        background-color: #001733;
                        border-radius: 10px;
                        height: 45px;
                    }
                    .header__form-search  input{
                        font-size: 14px;
                        font-weight: 800;
                        line-height: 120%;
                        margin: 0 20px 0 0;
                    } */
	.menu__right {
		display: none;
	}

	.header__bottom nav>ul {
		height: calc(100vh - 310px);
	}

	.menu--three,
	.menu--two {
		margin: 0;
		position: fixed !important;
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		width: 100%;
		z-index: 999999 !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-top: 15px;
		padding-bottom: 5px;
		padding-left: calc((100vw - 720px) / 2);
		padding-right: calc((100vw - 720px) / 2);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		/* 					-webkit-transform: translateX(100%);
                            -ms-transform: translateX(100%);
                            transform: translateX(100%); */
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		-o-transition: transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		overflow: auto;
		background-color: #00151E;
	}

	.back-menu {
		display: flex !important;
		position: relative;
		padding: 15px 17px 15px 25px !important;
		margin: 0 0 30px 0;
		color: #fff;
		display: block;
		background: transparent;
		border: none;
	}

	.back-menu::after {
		content: "";
		position: absolute;
		left: 0;
		top: 45% !important;
		-webkit-transform: rotate(95deg) translateY(-50%) !important;
		-ms-transform: rotate(95deg) translateY(-50%) !important;
		transform: rotate(95deg) translateY(-50%) !important;
		width: 9px;
		height: 5.5px;
		background-image: url(https://uanimals.org/wp-content/themes/uanimals/images/dest/icons/arrow.svg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		-webkit-transition: linear .2s;
		-o-transition: linear .2s;
		transition: linear .2s;
	}

	.menu__left {
		flex-direction: column;
	}

	.header__bottom nav>ul li {
		margin: 6px 0 0 0 !important;
	}

	.menu h5 {
		color: #fff;
	}

	header .soc {
		padding: 0 0 0 20px;
		margin: 15px 0 35px;
	}

	header .soc__item {
		width: 40px;
		height: 40px;
	}

	header .soc__item img {
		width: 20px;
		height: 20px;
	}

	.header__search-btn {
		width: auto;
		margin: 0;
	}

	.header .mob-lang {
		margin: 0 15px 0 auto;
	}

	.active-lang span {
		padding: 5px;
		position: relative;
		display: block;
		color: #FFF !important;
		font-weight: 600 !important;
		line-height: 100%;
		width: 40px;
		height: 25px;
		overflow: hidden;
		font-size: 12px;
		line-height: 18px;
		background: transparent;
		border-radius: 5px;
	}

	.active-lang span::after {
		content: "";
		position: absolute;
		right: 10px;
		top: 45%;
		-webkit-transform: rotate(45deg) translateY(-50%);
		-ms-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
		width: 5px;
		height: 5px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		-webkit-transition: linear .2s;
		-o-transition: linear .2s;
		transition: linear .2s;
	}

	.header .mob-lang ul {
		position: relative;
		display: flex;
		flex-direction: column;
	}

	.header .mob-lang ul li.active-lang {
		order: -1;
	}

	.header .li-wrapper {
		display: none;
		position: absolute;
		left: 0px;
		bottom: -83px;
		background-color: #00161e;
		padding: 10px 0;
		width: 40px;
		border-radius: 5px;

	}

	.header .li-wrapper li {
		border: none !important;
	}

	.header .li-wrapper a {
		padding: 5px 7px !important;
	}

	.header .mob-lang ul:hover .li-wrapper {
		display: flex;
		flex-direction: column;
	}
}

@media (min-width: 560px) {
	.parallaxx {
		background-attachment: fixed;
	}
}

.parallaxx {
	background-image: url('https://uanimals.org/wp-content/uploads/2024/07/paralax.png');
	height: 500px;
	/*     background-attachment: fixed; */
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	color: #ffffff;
	font-size: 60px;
	align-items: center;
	position: relative;
}

.au-blk16 .row,
.au-blk16 {
	overflow: hidden;
}

.video__inner.play .video__img {
	opacity: 0;
	z-index: -1;
	-webkit-transform: scale(3);
	-ms-transform: scale(3);
	transform: scale(3);
}

.video__inner.play::after {
	opacity: 0;
	z-index: -1;
}

.d-margin-top {
	margin-top: 85px;
}

.page-template-about-us-story-tpl section .au-year-item {
	text-decoration: none;
	color: #fff;
}

.au-year-icon {
	transition: linear .3s;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}

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

.fadeInDown {
	animation: fadeInDown 0.5s ease-out;
}

.graphic__left-grey {
	color: #c1c1c1 !important;
}

.g-filter__inner .form__group {
	position: relative;
}

.g-filter__inner .form__group:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	right: 10px;
	width: 0;
	height: 0;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-bottom: 6px solid #001733;
	-webkit-transition: linear .2s;
	-o-transition: linear .2s;
	transition: linear .2s;
}

.g-filter__inner select {
	padding: 10px 30px 10px 10px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	border-radius: 10px;
}

.graphic__right h3 {
	color: #fff;
}