.lawyer-blk-2-1, .lawyer-blk-2-2 {
	color: #fff;
}

.lawyer-blk-2-1 {
	margin: 75px 0;
}

.lawyer-blk-2-1 .row, .lawyer-blk-2-2 .row {
	border-bottom: 1px solid #fff;
	padding-bottom: 75px;
}

.lawyer-blk-2-1 h2, .lawyer-blk-2-2 h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px;
}



.custom-btn-1 {
	display: block;
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	.custom-btn-1 {
		margin-bottom: 50px;
		width: 100%;
	}
	.custom-btn-1 a {
		width: 100%;
		display: block;
		text-align: center;
	}
}

/*Advices*/
.advblk1 {
    padding-top: 210px;
    padding-bottom: 0;
    color: #fff;
}

.advblk1 h1 {
    font-size: 36px;
    font-weight: 600;
    margin-top: 0;
}

.advblk1 ol {
    margin: 0 0 1.5em 1em;
    padding-left: 0;
}

.center-btn {
    display: flex;
    justify-content: center;
}

.advblk1 .center-btn {
    margin: 100px 0;
}

.y-btn a {
    text-decoration: none;
}

.y-btn-inner {
    color: #00151E;
    padding: 15px 40px;
    background-color: var(--yellow);
    border-radius: 20px;
}

.lawyer-blk-1 .subtitle {
    max-width: 60%;
    margin-bottom: 50px;
}

.lawyer-blk-1 .y-btn-i {
    padding: 15px 20px;
}

.lawyer-blk-1 h1 {
    text-transform: uppercase;
}

.lawyer-blk-2 {
    margin-top: 70px;
    color: #fff;
    margin-bottom: 50px;
}

.lawyer-blk-2 h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px;
}

.advice {
    padding: 20px 30px;
    margin-bottom: 20px;
    border-radius: 20px;
    border: 1px solid var(--blue);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.advice p {
    margin-bottom: 0;
    max-width: 80%;
    font-size: 18px;
    font-weight: 600;
}

.adv-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.adv-link a {
    color: var(--yellow);
    font-weight: 600;
}

.adv-link img {
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
	.lawyer-blk-2-1 h2, .lawyer-blk-2-2 h2, .lawyer-blk-2 h2 {
		color: #fff;
		font-size: 24px;
	}
	.advblk1 h1 {
		font-size: 24px;
	}
	.lawyer-blk-1 .subtitle {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.lawyer-blk-2-1 .row, .lawyer-blk-2-2 .row {
		padding-bottom: 25px;
	}
	.lawyer-blk-2-1 {
		margin: 50px 0;
	}
	.lawyer-blk-2-1 ul, .lawyer-blk-2-2 ul {
		margin: 0;
	}
	.advice {
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
	}
	.advice p {
		margin-bottom: 10px;
		max-width: 100%;
		font-size: 16px;
	}
}



/*Team*/
.team-blk1 {
    padding-top: 210px;
    padding-bottom: 0;
    color: #fff;
    margin-bottom: 50px;
}

.team-blk1 h1 {
    font-size: 75px;
    font-weight: 600;
    margin-top: 0;
}

.team-blk1 .subtitle {
    margin-top: 20px;
}

.team-blk2 {
    margin-bottom: 100px;
}

.team-blk3 h2 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
}

.team-person {
    color: #fff;
}

.team-person img {
    border-radius: 15px;
    margin-bottom: 10px;
}

.team-person .name {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
}

.team-person .position {
    font-size: 14px;
}

.team-blk4 {
    margin-bottom: 100px;
}

.team-blk4 .accordion {
    background-color: #00151E;
    border: 1px solid var(--blue);
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    cursor: pointer;
    padding: 30px;
    width: 100%;
    text-align: left;
    outline: none;
    margin-top: 20px;
    border-radius: 30px;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-blk4 .active, .team-blk4 .accordion:hover {
    background-color: var(--blue);
    border: 1px solid var(--blue);
    color: #fff;
    transition: 0.4s;
}

.team-blk4 .accordion:hover .accordion:after {
    color: #fff;
}

.team-blk4 .panel {
    padding: 0;
    border-radius: 30px;
    background-color: #00151E;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.team-blk4 .accordion:after {
    content: '\02193';
    font-size: 20px;
    color: #00151E;
    float: right;
    margin-left: 15px;
    background-color: var(--yellow);
    border-radius: 20px;
    padding: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.team-blk4 .active:after {
    content: "\02191";
    color: #00151E;
}

.team-blk4 .panel .content {
    margin: 20px 0;
}

.team-blk5 {
    margin-bottom: 100px;
    color: #fff;
    text-align: center;
	background-image: url('/wp-content/uploads/2023/09/arrow.svg');
	background-repeat: no-repeat;
	background-size: 10%;
	background-position: 95% 50%;
}

.team-blk5 .title {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 20px;
}

.team-blk5 .subtitle {
    font-size: 18px;
    margin-bottom: 50px;
}

.team-blk5 .y-btn {
    justify-content: center;
}

.team .team-row .y-btn {
	justify-content: center;
	margin-top: 50px;
}

.team-key-v1 {
    padding-top: 0 !important;
}

.team-key-v1 .key-v1-box {
    background-position: 90% 100%;
}


@media screen and (max-width: 767px) {
    .team-blk1 {
        padding-top: 150px;
    }
    .team-blk1 h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .team-blk1 .y-btn {
        display: block;
        text-align: center;
    }
    .team-blk2 {
        margin-bottom: 50px;
    }
    .team-blk3 h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .team-blk4 .accordion {
        font-size: 18px;
        padding: 20px 30px;
        line-height: 1.5;
    }
    .team-blk4 .accordion:after {
        line-height: 1;
        min-width: 30px;
    }
    .team-blk5 .title {
        font-size: 24px;
    }
    .team-blk5 .subtitle {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .team-blk5 .y-btn {
        justify-content: center;
        display: block;
    }
	.team-blk5 {
		background-size: 12%;
		background-position: 100% 75%;
	}
	.team .team-row .y-btn {
		width: 100%;
		display: block;
		text-align: center;
	}
    .team-key-v1 .key-v1-box {
        background-position: 50% 100%;
        background-size: 75%;
    }

    .team-key-v1 .key-v1-box .y-btn {
        margin-bottom: 250px;
    }
}



@media (min-width: 768px) and (max-width: 991px) {
    .team-blk1 h1 {
        font-size: 42px;
    }
    .team-blk1 .subtitle {
        margin-top: 10px;
        font-size: 14px;
    }
    .team-blk1 .y-btn-i {
        padding: 15px 30px;
    }
    .team-blk3 h2 {
        font-size: 36px;
    }
    .team-person .name {
        font-size: 16px;
    }
    .team-person .position {
        font-size: 12px;
    }
    .team-blk4 .accordion {
        font-size: 24px;
        padding: 20px 30px;
    }
    .team-blk5 .title {
        font-size: 24px;
    }
    .team-blk5 .subtitle {
        font-size: 14px;
    }
	.team-blk5 {
		background-size: 15%;
		background-position: 95% 20%;
	}
}

@media (min-width: 992px) and (max-width: 1399px) {
    .team-blk1 h1 {
        font-size: 60px;
    }
    .team-blk3 h2 {
        font-size: 48px;
    }
    .team-person .name {
        font-size: 16px;
    }
    .team-person .position {
        font-size: 12px;
    }
    .team-blk4 .accordion {
        font-size: 28px;
    }
    .team-blk5 .title {
        font-size: 32px;
    }
	.team-blk5 {
		background-size: 12%;
		background-position: 93% 25%;
	}
}




    /*Home new*/
.protection {
    background-color: #FECA3B;
    padding: 100px 0;
    color: #333;
    text-align: center;
    z-index: 0;
    position: relative;
}

.protection-title {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.protection-subtitle {
    font-size: 22px;
    margin-bottom: 50px;
}

.protection .btn-nh {
    width: auto;
    display: flex;
    justify-content: center;
}

.protection .btn-nh-inner {
    background-color: var(--blue);
    border: 1px solid var(--blue);
    color: #fff;
    padding: 15px 50px;
}

.btns, .our-results, .h-need-help, .how-to-support, .about {
	position: relative;
	z-index: 1;
}

.protection .row {
    z-index: 9;
    position: relative;
}

.protection-img-mob {
	display: none;
}

.protection-img-bg {
    position: relative;
}

.img-bg-1 img {
    position: absolute;
    left: 0;
    top: -900px;
    width: 150px;
    z-index: 1;
    border-radius: 20px;
    animation: movebg-1 10s infinite;
    animation-timing-function: linear;
}

@keyframes movebg-1 {
    0%   {
        top: -900px;
    }
    100% {
        top: 750px;
    }
}

.img-bg-2 img {
    position: absolute;
    left: 100px;
    top: -600px;
    width: 125px;
    z-index: 1;
    border-radius: 20px;
    animation: movebg-2 10s infinite;
    animation-timing-function: linear;
    animation-delay: 0s;
}

@keyframes movebg-2 {
    0%   {
        top: -600px;
    }
    100% {
        top: 1050px;
    }
}

.img-bg-3 img {
    position: absolute;
    left: 0px;
    top: -400px;
    width: 200px;
    z-index: 1;
    border-radius: 20px;
    animation: movebg-3 10s infinite;
    animation-timing-function: linear;
}

@keyframes movebg-3 {
    0%   {
        top: -400px;
    }
    100% {
        top: 1250px;
    }
}

.img-bg-4 img {
    position: absolute;
    left: 0;
    top: -900px;
    width: 150px;
    z-index: 1;
    border-radius: 20px;
    animation: movebg-4 10s infinite;
    animation-timing-function: linear;
    animation-delay: 5s;
}

@keyframes movebg-4 {
    0%   {
        top: -900px;
    }
    100% {
        top: 750px;
    }
}

.img-bg-5 img {
    position: absolute;
    left: 100px;
    top: -600px;
    width: 125px;
    z-index: 1;
    border-radius: 20px;
    animation: movebg-5 10s infinite;
    animation-timing-function: linear;
    animation-delay: 5s;
}

@keyframes movebg-5 {
    0%   {
        top: -600px;
    }
    100% {
        top: 1050px;
    }
}

.img-bg-6 img {
    position: absolute;
    left: 0px;
    top: -400px;
    width: 200px;
    z-index: 1;
    border-radius: 20px;
    animation: movebg-6 10s infinite;
    animation-timing-function: linear;
    animation-delay: 5s;
}

@keyframes movebg-6 {
    0%   {
        top: -400px;
    }
    100% {
        top: 1250px;
    }
}

/*---------Right---------*/
.img-bg-7 img {
    position: absolute;
    right: 0;
    top: -900px;
    width: 190px;
    z-index: 1;
    border-radius: 20px;
    animation: movebg-7 10s infinite;
    animation-timing-function: linear;
}

@keyframes movebg-7 {
    0%   {
        top: -900px;
    }
    100% {
        top: 750px;
    }
}

.img-bg-8 img {
    position: absolute;
    right: 100px;
    top: -600px;
    width: 100px;
    z-index: 1;
    border-radius: 20px;
    animation: movebg-8 10s infinite;
    animation-timing-function: linear;
    animation-delay: 0s;
}

@keyframes movebg-8 {
    0%   {
        top: -600px;
    }
    100% {
        top: 1050px;
    }
}

.img-bg-9 img {
    position: absolute;
    right: 0;
    top: -400px;
    width: 125px;
    z-index: 1;
    border-radius: 20px;
    animation: movebg-9 10s infinite;
    animation-timing-function: linear;
}

@keyframes movebg-9 {
    0%   {
        top: -400px;
    }
    100% {
        top: 1250px;
    }
}

.img-bg-10 img {
    position: absolute;
    right: 0;
    top: -900px;
    width: 190px;
    z-index: 1;
    border-radius: 20px;
    animation: movebg-10 10s infinite;
    animation-timing-function: linear;
    animation-delay: 5s;
}

@keyframes movebg-10 {
    0%   {
        top: -900px;
    }
    100% {
        top: 750px;
    }
}

.img-bg-11 img {
    position: absolute;
    right: 100px;
    top: -600px;
    width: 100px;
    z-index: 1;
    border-radius: 20px;
    animation: movebg-11 10s infinite;
    animation-timing-function: linear;
    animation-delay: 5s;
}

@keyframes movebg-11 {
    0%   {
        top: -600px;
    }
    100% {
        top: 1050px;
    }
}

.img-bg-12 img {
    position: absolute;
    right: 0;
    top: -400px;
    width: 125px;
    z-index: 1;
    border-radius: 20px;
    animation: movebg-12 10s infinite;
    animation-timing-function: linear;
    animation-delay: 5s;
}

@keyframes movebg-12 {
    0%   {
        top: -400px;
    }
    100% {
        top: 1250px;
    }
}









.useful {
    padding: 0 0 100px 0;
    color: #fff;
}

.useful h2 {
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 20px;
}

.useful-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.useful-box .left {
    width: 33%;
}

.useful-box .right {
    width: 67%;
    padding-left: 20px;
}

.useful-box img {
    border-radius: 20px;
}

.useful-box .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

.useful-box a {
    color: var(--yellow);
    text-align: left;
    font-weight: 600;
}

.useful-box a img {
    width: 8px;
    border: none;
    margin-left: 10px;
    display: inline-block;
    border-radius: 0;
}


.uan-projects {
    padding: 0 0 100px 0;
    color: #fff;
}

.uan-projects h2 {
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 50px;
}

.swp-prj .title {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.swp-prj a {
    color: var(--yellow);
    text-align: left;
    font-weight: 600;
}

.prj-swiper .swiper-slide {
    background: transparent;
}

.swiper-slide .swp-prj img {
    width: 8px;
    border: none;
    margin-left: 10px;
    display: inline-block;
}

.swp-prj {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #223A72;
    border-radius: 20px;
}

.swp-prj .left {
    width: 40%;
    padding: 50px 40px;
    text-align: left;
}

.swp-prj .right {
    width: 60%;
}

.swiper-slide .swp-prj .right img {
    width: 100%;
	border-radius: 20px;
	margin-left: 0;
}

.prj-swiper {
    position: relative;
}

.prj-swiper .swiper-button-prev {
    margin-left: -60px;
}

.prj-swiper .swiper-button-next {
    margin-right: -60px;
}

.prj-swiper .swiper-slide {
    background: transparent;
}

.prj-swiper .swiper-button-next, .prj-swiper .swiper-button-prev {
    width: calc(var(--swiper-navigation-size)/ 50 * 50);
    background-color: var(--yellow);
    border-radius: 50px;
}

.prj-swiper .swiper-button-next:after, .prj-swiper .swiper-button-prev:after {
    font-size: 10px;
    color: #00151E;
}






.how-to-support {
    padding: 0 0 100px 0;
    color: #fff;
	background-color: #00161e;
}

.how-to-support h2 {
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 50px;
}

.swp-sup {
    border-radius: 20px;
    padding: 30px 20px 150px 20px;
    text-align: left;
    background-color: #223A72;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 115% 130%;
}

.sup-swiper {
    position: relative;
}

.sup-swiper .swiper-button-prev {
    margin-left: -60px;
}

.sup-swiper .swiper-button-next {
    margin-right: -60px;
}

.sup-swiper .swiper-slide {
    background: transparent;
}

.sup-swiper .swiper-button-next, .sup-swiper .swiper-button-prev {
    width: calc(var(--swiper-navigation-size)/ 50 * 50);
    background-color: var(--yellow);
    border-radius: 50px;
}

.sup-swiper .swiper-button-next:after, .sup-swiper .swiper-button-prev:after {
    font-size: 10px;
    color: #00151E;
}





.swp-sup .title {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.swp-sup a {
    color: var(--yellow);
    text-align: left;
    font-weight: 600;
}

.swiper-slide .swp-sup img {
    width: 8px;
    border: none;
    margin-left: 10px;
    display: inline-block;
}


.h-need-help {
    color: #fff;
    padding: 100px 0;
	background-color: #00161e;
}

.h-need-help h2 {
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 20px;
}

.h-need-help .info {
    margin-bottom: 50px;
}

.h-need-help-box {
    background-color: #013575;
    padding: 30px;
    border-radius: 30px;
}

.h-need-help-box .title {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 24px;
    min-height: 110px;
}

.btn-nh {
    width: 100%;
}

.btn-nh a {
    font-weight: 800;
}

.btn-nh-inner {
    background-color: var(--yellow);
    border: 1px solid var(--yellow);
    padding: 15px 30px;
    border-radius: 20px;
    color: #1F140F;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: all 0.5s;
}

.btn-nh-brd-inner {
    background-color: #013575;
    border: 1px solid var(--yellow);
    padding: 15px 30px;
    border-radius: 20px;
    color: var(--yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.our-results {
    padding: 100px 0 50px 0;
    color: #fff;
    background-color: #00151E;
}

.our-results h2 {
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 50px;
}

.our-results .number {
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1;
}

.our-results .info {
    margin-bottom: 0;
}

.our-results .result {
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
    padding-top: 20px;
}

.result-line {
    border-bottom: 1px solid #003575;
}


@media (min-width: 992px) and (max-width: 1200px) {
    .protection-title {
        font-size: 42px;
    }
    .protection-subtitle {
        font-size: 18px;
        margin: 0 auto;
        margin-bottom: 50px;
        max-width: 550px;
    }
    .btn-nh-inner, .btn-nh-brd-inner {
        padding: 15px;
    }
    .our-results h2, .h-need-help h2, .how-to-support h2, .uan-projects h2, .useful h2 {
        font-size: 45px;
    }
    .our-results .number {
        font-size: 45px;
    }
    .our-results .info {
        font-size: 14px;
    }
    .h-need-help-box .title {
        font-size: 18px;
        min-height: 90px;
    }
    .swp-sup .title {
        font-size: 28px;
    }
    .swp-sup {
        background-size: 40%;
        padding: 30px 20px 100px 20px;
    }
    .swp-prj .left {
        padding: 30px 40px;
    }
    .swp-prj .title {
        font-size: 28px;
    }
    .swp-prj .left .info {
        font-size: 14px;
    }
    .useful-box .title {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .protection-title {
        font-size: 36px;
    }
    .protection-subtitle {
        font-size: 18px;
        margin: 0 auto;
        margin-bottom: 50px;
        max-width: 550px;
    }
    .protection-img-bg img {
        max-width: 120px;
    }
    .img-bg-2 img, .img-bg-5 img {
        left: 50px;
    }
    .img-bg-8 img, .img-bg-11 img {
        right: 50px;
    }
    .btn-nh-inner, .btn-nh-brd-inner {
        padding: 10px;
        font-size: 12px;
    }
    .our-results h2, .h-need-help h2, .how-to-support h2, .uan-projects h2, .useful h2 {
        font-size: 36px;
    }
    .our-results .number {
        font-size: 32px;
    }
    .our-results .info {
        font-size: 12px;
        min-height: 55px;
        display: flex;
        align-items: flex-end;
    }
    .h-need-help-box {
        padding: 20px;
    }
    .h-need-help-box .title {
        font-size: 16px;
        min-height: 90px;
    }
    .swp-sup .title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .swp-sup {
        background-size: 35%;
        padding: 20px 20px 70px 20px;
    }
    .swp-sup a {
        font-size: 16px;
    }
    .swp-prj .left {
        padding: 20px;
    }
    .swp-prj .title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .swp-prj a {
        font-size: 16px;
    }
    .swp-prj .left .info {
        font-size: 12px;
    }
    .useful-box .title {
        font-size: 16px;
    }
    .useful-box a {
        font-size: 16px;
    }

    .btns .btn-p-inner {
        padding: 15px;
    }
}

@media screen and (max-width: 767px) {
    .protection {
        padding: 50px 0;
		/*margin-top: 100px;
		margin-bottom: 50px;*/
		z-index: 9;
    }
    .protection-title {
        font-size: 28px;
    }
    .protection-subtitle {
        font-size: 18px;
    }
	.protection-img-bg {
		display: none;
	}
	.protection-img-mob {
		display: none;
		position: relative;
	}
	.protection-img-mob img {
		border-radius: 20px;
		position: absolute;
	}
	.img-bgmob-1 img {
		width: 100px;
		left: 0%;
    	top: -170px;
		z-index: 9;
	}
	.img-bgmob-2 img {
		width: 100px;
		left: 8%;
		bottom: -410px;
		z-index: 9;
	}
	.img-bgmob-3 img {
		width: 100px;
		right: 8%;
    	top: -140px;
		z-index: 9;
	}
	.img-bgmob-4 img {
		width: 100px;
		right: 0%;
    	bottom: -420px;
		z-index: 9;
	}
	
	
    .our-results h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .our-results .number {
        font-size: 28px;
    }
    .our-results .info {
        font-size: 13px;
    }
    .our-results {
        padding: 50px 0 50px 0;
    }
    .h-need-help h2 {
        font-size: 28px;
    }
    .h-need-help {
        padding: 50px 0;
    }
    .h-need-help-box .title {
        min-height: 0;
        font-size: 21px;
    }
    .h-need-help-box {
        margin-bottom: 20px;
    }
    .how-to-support h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .uan-projects h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .swp-prj .title {
        font-size: 24px;
    }
    .swp-prj {
        flex-direction: column;
    }
    .swp-prj .left {
        width: auto;
        padding: 50px 30px;
    }
    .swp-prj .right {
        width: 100%;
    }
    .swiper-slide .swp-prj .right img {
        width: 100%;
        margin-left: 0;
    }
    .prj-swiper .swiper-button-prev {
        margin-left: -30px;
        opacity: 0.8;
    }
    .prj-swiper .swiper-button-next {
        margin-right: -30px;
        opacity: 0.8;
    }
    .swp-sup .title {
        font-size: 24px;
    }
    .sup-swiper .swiper-button-prev {
        margin-left: -30px;
        opacity: 0.8;
    }
    .sup-swiper .swiper-button-next {
        margin-right: -30px;
        opacity: 0.8;
    }
    .useful h2 {
        font-size: 28px;
    }
    .useful-box .title {
        font-size: 21px;
    }
    .useful-box {
        flex-direction: column;
    }
    .useful-box .left {
        width: 100%;
    }
    .useful-box .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }


}


    /*Thank you*/
.thankyou-2 {
    color: #fff;
    text-align: center;
    padding: 200px 0;
}

.thankyou-2 .thankyou-text {
    font-size: 45px;
    text-transform: unset;
    margin-top: 0;
    margin-bottom: 30px;
}

.thankyou-2 .thankyou-description {
    text-align: center;
    margin-bottom: 50px;
}

.thankyou-2 .site-cta {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .thankyou-2 .thankyou-text {
        font-size: 24px;
    }
}

/*Vacancy archive*/
.vac-archive-1 {
    padding: 200px 0 50px 0;
    color: #fff;
}

.vac-archive-1 h1 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 20px;
}

.vac-archive-1 .subtitle {
    font-size: 36px;
    font-weight: 600;
    color: var(--yellow);
    margin-bottom: 20px;
}

.vac-list {
    padding: 0 0 100px 0;
    color: #fff;
}

.vac-list h2 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 30px;
}

.vac-list-item {
    padding: 30px;
    background-color: var(--blue);
    border-radius: 30px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vac-list-item .title {
    font-weight: 600;
    font-size: 24px;
}

.vac-list-item .detail {
    font-size: 18px;
    text-align: center;
    background-color: var(--blue);
    border: 1px solid var(--yellow);
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 0;
    color: var(--yellow);
    font-weight: 600;
    transition: all .5s;
}

.vac-list-item .detail:hover {
    background-color: var(--yellow);
    border: 1px solid var(--yellow);
    color: #1F140F;
    transition: all .5s;
}

.vac-archive-2 {
    color: #fff;
    padding: 100px 0;
}

.vac-archive-2 .img-box img {
    width: 90%;
}

.vac-archive-2 .img-decor {
    position: relative;
    top: -150px;
    left: -30px;
    margin-bottom: -200px;
}

.vac-archive-2 .img-box-2 {
    padding: 100px 0 50px 0;
}

.vac-archive-3 {
    color: #fff;
    padding: 0 0 100px 0;
}

.vac-archive-3 h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
}

.vac-archive-4 {
    padding: 0 0 100px 0;
    color: #fff;
}

.vac-archive-4 .under-vac-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.vac-archive-4 .under-vac-text a {
    color: var(--yellow);
    font-weight: 600;
}


@media screen and (max-width: 767px) {
    .vac-archive-1 {
        padding: 150px 0 50px 0;
    }
    .vac-archive-1 h1 {
        font-size: 28px;
    }
    .vac-archive-1 .subtitle {
        font-size: 21px;
    }
    .vac-archive-2 {
        padding: 0;
    }
    .vac-archive-2 .img-box img {
        width: 100%;
    }
    .vac-archive-2 .img-decor {
        width: 100px;
        top: -100px;
        left: -15px;
        margin-bottom: -80px;
    }
    .vac-archive-2 .img-box-2 {
        padding: 0 0 50px 0;
    }
    .vac-archive-3 h2 {
        font-size: 36px;
    }
    .vac-archive-3 {
        padding: 0 0 50px 0;
    }
    .vac-list h2 {
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .vac-list-item {
        padding: 20px;
        border-radius: 20px;
        min-height: 100%;
    }
    .vac-list-item .title {
        font-size: 21px;
    }
    .vac-archive-4 .under-vac-title {
        font-size: 21px;
        font-weight: 600;
        margin-bottom: 20px;
    }
}



/*Vacancy*/
.vacblk1 {
    padding: 200px 0 0 0;
    color: #fff;
}

.vacblk1 h1 {
    font-weight: 600;
    font-size: 48px;
}

.vacblk2 .description {
    color: #fff;
}

.vacblk2 .description h2 {
    color: var(--yellow);
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.vacblk2 .description ul {
    margin: 0 0 1.5em 0;
    padding-left: 1rem;
}

.vacblk2 .description ul li {
    margin-bottom: 10px;
}

.vacblk3 {
    padding: 50px 0 100px 0;
    color: #fff;
}

.vacblk3 h2 {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 20px;
}

.vac-all input {
    width: 100%;
    border-radius: 20px;
    height: 80px;
    font-size: 18px;
    padding: 20px;
    margin-bottom: 20px;
}

.vac-all select {
    width: 100%;
    border-radius: 20px;
    height: 80px;
    font-size: 18px;
    padding: 20px;
    margin-bottom: 20px;
}


.vac-all textarea {
    width: 100%;
    border-radius: 20px;
    height: 100px;
    font-size: 18px;
    padding: 20px;
    margin-bottom: 20px;
}

.vac-all input[type="submit"] {
    background: var(--yellow);
    color: #00151E;
    border: 1px solid var(--yellow);
    font-size: 24px !important;
    transition: all .5s;
}

.vac-all input[type="submit"]:hover {
    background: #003575;
    border: 1px solid #003575;
    color: #fff;
    transition: all .5s;
}

.vac-all .accept input {
    width: auto;
    height: auto;
}

.wpcf7 input[type="file"] {
    width: 0;
    height: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
    max-width: inherit !important;
}

.vac-file {
    margin-bottom: 20px;
}

.vac-file-text {
    color: #00151E;
    display: inline-block;
    background: #ffc300;
    border: 2px solid #ffc300;
    border-radius: 10px;
    padding: 10px 30px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "ZonaPro";
    font-size: 16px;
    text-align: center;
    transition: all .5s;
}
#list_file {
    font-size: 12px;
    margin-left: 10px;
}

.vac-submit {
    margin-top: 20px;
}
/*
.wpcf7-file {
    color: #fff;
    transition: all .5s;
}
.wpcf7-file::-webkit-file-upload-button {
    visibility: hidden;
}
.wpcf7-file::before {
    content: 'Завантажити резюме';
    color: #00151E;
    display: inline-block;
    background: #ffc300;
    border: 2px solid #ffc300;
    border-radius: 10px;
    padding: 10px 15px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "ZonaPro";
    font-size: 16px;
    margin-right: -100px;
    transition: all .5s;
}
.wpcf7-file:active {
    outline: 0;
}
.wpcf7-file:hover::before {
    border-color: #003575;
    background-color: #003575;
    color: #fff;
}
.wpcf7-file:active::before {
    background-color: #003575;
    color: #fff;
}*/

@media screen and (max-width: 767px) {
    .vacblk1 {
        padding: 150px 0 0 0;
    }
    .vacblk1 h1 {
        font-size: 28px;
    }
    .vacblk2 .description h2 {
        font-size: 21px;
        margin-top: 30px;
    }
    .vacblk3 h2 {
        font-size: 21px;
    }
    .vac-all input {
        height: 60px;
        font-size: 12px;
        padding: 15px;
        border-radius: 10px;
    }
    .vac-all textarea {
        font-size: 12px;
        padding: 15px;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    .vac-all .accept .wpcf7-list-item-label {
        margin-top: -50px;
    }
    .vac-all .accept input[type=checkbox]:checked:after {
        top: 7px;
        left: 12px;
    }
    .vac-all .accept input[type=checkbox]:before {
        top: 5px;
        left: 5px;
    }
    .vac-all input[type="submit"] {
        font-size: 21px !important;
        margin-top: 20px;
    }
    .vac-file {
        width: 100%;
        margin-bottom: 0px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }
    .vac-file-text {
        width: 100%;
        padding: 10px 15px;
        font-size: 14px;
    }
    #list_file {
        font-size: 12px;
        margin-top: -10px;
        margin-left: 0;
    }
    /*.vac-all .wpcf7-file {
        color: red !important;
    }
    .wpcf7 input[type="file"] {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: space-between;
        height: 90px;
        max-width: 100% !important;
        width: 100%;
        text-align: left;
        padding-right: 0;
        margin-bottom: 0;
    }
    .wpcf7-file::before {
        margin-right: 0;
        width: 100%;
        text-align: center;
    }*/
}






.zbory-title-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.zbory-title-btn {
		margin-bottom: 30px;
	}
	.zbory-title-btn .contact-title {
		font-size: 21px;
		max-width: 70%;
	}
}

/*Humanutarian form*/
.humanutarian-form {
    margin: 0 auto;
    width: 600px;
}

.humanutarian-form input[type="text"], .humanutarian-form input[type="email"], .humanutarian-form input[type="tel"], .humanutarian-form textarea {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
    height: 60px;
}

.humanutarian-form .pf-submit input[type="submit"] {
    width: 100%;
}

.humanutarian-form .accept {
    margin: -10px 0 10px 0;
}

@media screen and (max-width: 767px) {
    .humanutarian-form {
        width: 100%;
    }
}


/*Cooperation list*/
.coop-list {
    margin-bottom: 100px;
}

.coop-list-item {
    border: 2px solid #003575;
    border-radius: 20px;
    margin-bottom: 30px;
}

.coop-list-img {
    height: 250px;
    background-size: cover;
    border-radius: 20px;
}

.coop-list-item .title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 20px 30px 20px;
    min-height: 65px;
}

.coop-list-item .detail {
    color: var(--yellow);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 20px 30px 20px;
    font-weight: 600;
}

.coop-list-item .detail img {
    margin-left: 15px;
    margin-top: 5px;
}

.main-coop-list {
    margin: 100px 0;
}

.main-coop-info {
    color: #fff;
    margin-bottom: 100px;
}

.main-coop-info .image img {
    border-radius: 20px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .page-template-cooperation-types-tpl .key-v2-box .text {
        margin-bottom: 100px;
    }
    .main-coop-list {
        margin: 50px 0;
    }
    .coop-list-item .title {
        font-size: 20px;
        margin: 20px 20px 20px 20px;
        min-height: 0;
    }
    .coop-s1 h1 {

    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .coop-list-item .title {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 20px;
        min-height: 50px;
    }
    .coop-list-img {
        height: 180px;
    }
    .page-template-cooperation-types-tpl .key-v2-box {
        background-size: 50%;
    }
    .page-template-cooperation-types-tpl .key-v2-box h1 {
        font-size: 42px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .coop-list-item .title {
        font-size: 12px;
        min-height: 40px;
        margin: 15px;
    }
    .coop-list-item .detail {
        font-size: 14px;
        margin: 0 15px 15px 15px;
    }
}

/*Cooperation single*/
.coop-s1 {
    padding-top: 210px;
    padding-bottom: 0;
    margin-bottom: 30px;
    color: #fff;
    font-family: ZonaPro;
}

.coop-s1 h1 {
    color: var(--yellow);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 50px;
}

.coop-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border: 2px solid #003575;
    border-radius: 20px;
    margin-bottom: 50px;
}

.coop-box .coop-box-info .number {
    color: var(--yellow);
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 50px;
    line-height: 1.2;
}

.coop-box .coop-box-info {
    padding: 20px 75px 30px 50px;
    font-size: 16px;
}

.coop-box .coop-box-image img {
    border-radius: 20px;
    min-width: 450px;
}

.coop-box:nth-child(2n-1) {
    flex-direction: row-reverse;
}

.coop-s1-1 {
    margin-bottom: 75px;
    color: #fff;
}

.coop-s1-1 h2 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.coop-s1-1 .subtitle {
    color: var(--yellow);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.coop-s1-1 .info {
    font-size: 14px;
    margin-bottom: 20px;
}

.coop-s1-1 .info a {
    color: var(--yellow);
    font-weight: 600;
}

.coop-s1-2 .info-box {
    padding: 0 0 75px 0;
}

.coop-s1-2 h2 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.coop-s2 {
    margin-bottom: 75px;
    color: #fff;
}

.coop-s2 .info-box {
    padding: 75px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.coop-s2 .info-box .info {
    margin-bottom: 20px;
}

.coop-s2 .info-box .y-btn {
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .coop-s1 h1 {
        font-size: 28px;
    }
    .coop-box {
        flex-direction: column;
    }
    .coop-box .coop-box-info {
        padding: 20px;
    }
    .coop-box .coop-box-info .number {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .coop-box .coop-box-image img {
        min-width: 100%;
    }
    .coop-box:nth-child(2n-1) {
        flex-direction: column;
    }
    .coop-s1 {
        margin-bottom: 0;
    }
    .coop-s1-1 {
        margin-bottom: 30px;
    }
    .coop-s1-1 .col {
        flex: auto;
        width: 100%;
    }
    .coop-s1-1 h2 {
        margin-bottom: 30px;
    }
    .coop-s2 .info-box {
        padding: 50px 0;
    }
    .coop-s2 {
        margin-bottom: 50px;
    }
    .coop-s2 .info-box .y-btn {
        display: block;
        width: 100%;
        text-align: center;
    }
    .coop-s1 {
        padding-top: 150px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .coop-s1 h1 {
        font-size: 36px;
    }
    .coop-box .coop-box-info .number {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .coop-box .coop-box-info {
        padding: 20px 30px 30px 30px;
        font-size: 15px;
    }
    .coop-box .coop-box-image img {
        min-width: 400px;
    }
    .coop-box .coop-box-info .info p:first-child span {
        font-size: 16px !important;
    }
    .coop-box .coop-box-info .info p:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .coop-box .coop-box-image img {
        min-width: 230px;
    }
}

/*Partnership form*/
.page-template-partnership-form-tpl .key-v1-box h1 {
    font-size: 65px;
}

.page-template-partnership-form-tpl .key-v1 .subtitle {
    width: 60%;
}

.page-template-partnership-form-tpl .prt-2 .title {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.page-template-partnership-form-tpl .prt-2 .text {
    font-size: 20px;
}

.page-template-partnership-form-tpl .y-btn-i {
    padding: 15px 100px;
}

.prt-form .col-md-12 {
    padding: 75px 0 150px 0;
    border-top: 1px solid #fff;
}

.prt-form .title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 50px;
}

.pf-all {
    display: flex;
    justify-content: space-between;
}

.pf-left {
    width: 49%;
}

.pf-right {
    width: 49%;
}

.pf-left input, .pf-right input {
    width: 100%;
    border-radius: 20px;
    height: 80px;
    font-size: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.pf-left select, .pf-right select {
    width: 100%;
    border-radius: 20px;
    height: 80px;
    font-size: 20px;
    padding: 20px;
    margin-bottom: 20px;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background-image: url("/wp-content/uploads/2023/07/select-arrow.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: calc(100% - 20px) 50%;
}

.pf-full textarea, .pf-full textarea {
    width: 100%;
    border-radius: 20px;
    height: 180px;
    font-size: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.accept .wpcf7-list-item {
    margin-left: 0;
    color: #fff;
}

.accept input[type=checkbox]:before {
    top: -3px;
    border-radius: 2px;
}
.accept input[type=checkbox]:checked:after {
    top: 0;
}

.accept .wpcf7-list-item-label {
    margin-left: 20px;
	display: inline-block;
}

.pf-submit {
    display: flex;
    justify-content: center;
}

.pf-submit input[type="submit"] {
    width: 50%;
    background-color: #FFC301;
    border: #FFC301;
    color: #1F140F;
    height: 80px;
    border-radius: 20px;
    font-size: 24px;
    margin-right: 0;
    margin-top: 20px;
}

.pf-submit .wpcf7-spinner {
    display: none;
}

.prt-form-box .wpcf7 form.sent .wpcf7-response-output {
    border-color: #ffc300;
    border-radius: 20px;
    padding: 10px;
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .page-template-partnership-form-tpl .key-v1-box h1 {
        font-size: 32px;
    }
    .page-template-partnership-form-tpl .key-v1 .subtitle {
        width: 100%;
        margin-bottom: 100px;
    }
    .page-template-partnership-form-tpl .prt-2 .title {
        font-size: 28px;
    }
    .prt-form .title {
        font-size: 32px;
    }
    .pf-all {
        flex-direction: column;
    }
    .pf-left {
        width: 100%;
    }
    .pf-right {
        width: 100%;
    }
    .pf-left input, .pf-right input {
        font-size: 17px;
        height: 60px;
    }
    .pf-left select, .pf-right select {
        font-size: 17px;
        height: 60px;
        padding: 10px 20px;
    }
    .pf-left textarea, .pf-right textarea {
        font-size: 17px;
        height: 200px;
    }
    .accept .wpcf7-list-item-label {
        margin-left: 20px;
        padding-left: 20px;
        display: flex;
        margin-top: -25px;
    }
    .pf-submit input[type="submit"] {
        width: 100%;
        height: 60px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-template-partnership-form-tpl .key-v1-box h1 {
        width: 100%;
        font-size: 42px;
    }
    .page-template-partnership-form-tpl .prt-2 .title {
        font-size: 32px;
    }
    .page-template-partnership-form-tpl .prt-2 .text {
        font-size: 16px;
    }
    .prt-form .title {
        font-size: 32px;
    }
    .pf-left input, .pf-right input {
        font-size: 16px;
        height: 60px;
    }
    .pf-left select, .pf-right select {
        font-size: 16px;
        height: 60px;
        padding: 10px 20px;
    }
    .pf-left textarea, .pf-right textarea {
        font-size: 17px;
        height: 140px;
    }
    .accept .wpcf7-list-item-label {
        margin-left: 20px;
        padding-left: 20px;
        display: flex;
        margin-top: -25px;
    }
    .pf-submit input[type="submit"] {
        height: 60px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .page-template-partnership-form-tpl .prt-2 .title {
        font-size: 36px;
    }
}


/*Partnership*/
.page-template-partnership-tpl .key-v1-box h1 {
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 20px;
    width: 75%;
}

.page-template-partnership-tpl .subtitle {
    margin-bottom: 30px;
}

.page-template-partnership-tpl .y-btn-i {
    padding: 15px 70px;
}

.prt-2 {
    padding: 100px 0;
    color: #fff;
}

.prt-2 .img-box img {
    width: 90%;
    border-radius: 20px;
}

.prt-2 .title {
    font-size: 24px;
    font-weight: 600;
}

.prt-3 {
    margin: 0;
    color: #fff;
}

.prt-3 .col-md-12 {
    padding-top: 75px;
    padding-bottom: 75px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.prt-3 .title {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.prt-3 .text {
    margin-bottom: 30px;
}

.prt-3-international .col-md-12 {
    padding-top: 75px;
    padding-bottom: 75px;
    border-top: none;
    border-bottom: 1px solid #fff;
}

.prt-3 .swiper-slide img {
    height: auto;
    border: none;
}

.prt-3 .swiper-slide {
    background: none;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: inherit;
}

.prt-3-swiper {
    display: block;
}

.prt-4 {
    padding: 50px 0 150px 0;
    margin: 0;
    color: #fff;
}

.prt-4 .prt-4-btns .y-btn {
    display: flex;
    width: 100%;
    display: block;
    text-align: center;
}

.page-template-partnership-tpl .prt-4-btns .y-btn-i {
    padding: 15px 40px;
}

.prt-4-btns .y-btn-b {
    margin-top: 20px;
}

.prt-4 .title {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .page-template-partnership-tpl .key-v1-box h1 {
        font-size: 26px;
        width: 100%;
    }
    .prt-2 .img-box img {
        width: 100%;
        margin-bottom: 30px;
    }
    .prt-2 .text {
        max-width: 100%;
    }
    .prt-2 .y-btn {
        display: block;
        width: 100%;
        text-align: center;
    }
    .prt-2 .y-btn-i {
        margin-bottom: 30px;
    }
    .prt-3 .title {
        font-size: 24px;
    }
    .prt-3 .text {
        max-width: 100%;
    }
    .prt-4 .title {
        font-size: 24px;
    }
    .prt-4 .text {
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-template-partnership-tpl .key-v1-box h1 {
        font-size: 36px;
        width: 100%;
    }
    .page-template-partnership-tpl .prt-4-btns .y-btn-i {
        padding: 15px 15px;
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .key-v1-box {
        background-size: 50%;
    }
    .page-template-partnership-tpl .key-v1-box h1 {
        font-size: 42px;
    }
    .page-template-partnership-tpl .y-btn-i {
        padding: 15px 50px;
    }
}

/*StopEcocide*/
.key-v2 {
    padding-top: 210px;
    padding-bottom: 0;
    margin-bottom: 30px;
    color: #fff;
}

.key-v2-box {
    position: relative;
    background-color: #013575;
    border-radius: 20px;
    margin: 0 -70px;
    padding: 50px 70px;
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.key-v2-box h1 {
    font-weight: 600;
    font-size: 60px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 15px;
    width: 65%;
}

.key-v2-box .text {
    width: 65%;
}

.key-v2-box .buttons {
    display: flex;
}

.key-v2-box .y-btn-i {
    border: 1px solid #ffc300;
}

.key-v2-box .bordered {
    margin-left: 10px;
}

.key-v2-box .bordered .y-btn-i {
    background-color: transparent;
    border: 1px solid #ffc300;
    color: #ffc300;
}

.se-blk4 {
    padding: 70px 0 0 0;
}

.se-blk4 .y-text {
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    color: #ffc300;
    margin-bottom: 20px;
}

.se-blk4 .text {
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
}

.se-blk4 .row {
    margin-bottom: 100px;
}

.se-news h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px;
}

.page-template-comunity-tpl .se-news, .page-template-evacuation-tpl .se-news, .single-advice .se-news, .page-template-lawyer-advice-tpl .se-news {
	margin-bottom: 100px;
}

.share-v1 {
    padding: 100px 0;
    color: #fff;
}

.share-v1-box {
    position: relative;
    background-color: #013575;
    border-radius: 20px;
    margin: 0 -70px;
    padding: 50px 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.share-v1-box .title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.share-v1-box .text {
    margin-bottom: 30px;
}

.share-v1-box .buttons {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.sh-btn {
    display: flex;
    width: 100%;
}

.sh-btn a {
    color: #00151E;
    font-size: 20px;
    font-weight: 800;
    width: 100%;
}

.sh-btn-i {
    background-color: #FFC301;
    padding: 15px 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.se-form {
    padding: 50px 0 100px 0;
}

.se-form .title {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}



@media screen and (max-width: 767px) {
    .key-v2 {
        padding-top: 130px;
    }
    .key-v2-box {
        margin: 0;
        padding: 30px 20px;
        justify-content: flex-start;
        background-size: 75%;
        background-position: 125% 100%;
    }
    .key-v2-box h1 {
        font-size: 26px;
        width: 100%;
        margin-bottom: 20px;
    }
    .key-v2-box .y-btn {
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }

    .share-v1-box {
        margin: 0;
        padding: 30px 20px;
        justify-content: flex-start;
    }
    .key-v2-box .text {
        width: 100%;
    }
    .key-v2-box .buttons {
        flex-direction: column;
        margin-bottom: 140px;
    }
    .key-v2-box .bordered {
        margin-left: 0;
    }
    .se-blk4 {
        padding: 50px 0;
    }
    .share-v1-box .buttons {
        flex-direction: column;
    }
    .se-blk4 .y-text {
        font-size: 32px;
        margin-top: 30px;
    }
    .se-blk4 .text {
        font-size: 18px;
        max-width: 100%;
    }
    .se-blk4 .row {
        margin-bottom: 30px;
    }
    .se-news h2 {
        font-size: 28px;
    }
    .share-v1-box .title {
        font-size: 24px;
    }
    .se-form {
        padding: 0 0 100px 0;
    }
    .se-form .title {
        font-size: 22px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .key-v2-box {
        background-size: 50%;
        background-position: 110% 100%;
    }
    .key-v2-box h1 {
        width: 80%;
        font-size: 28px;
    }
}

/*Subscribe*/
.subscribe-formbox {
	display: flex;
}

.subscribe .col-md-6:first-child {
    border-right: 1px solid #00151E;
}

.subscribe-formbox input[type="text"], .subscribe-formbox input[type="email"] {
	width: 95%;
	margin-right: 0;
}

.subscribe-formbox input[type="submit"] {
	padding: 5px 20px;
	margin-right: 0;
	background: #003575;
    color: #fff;
}

.subscribe-formbox .wpcf7-spinner {
	display: none;
}

.subscribe .subscribe-title {
	font-size: 28px;
	margin-bottom: 0;
}

.subscribe .subscribe-subtitle {
	color: #fff;
}

.share-blk {
	display: flex;
	justify-content: space-between;
}

.share-blk-btn {
	width: 32%;
}

.share-blk-btn a {
	
}

.share-btn-inner {
	background-color: #013575;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	height: 50px;
}

.subscribe-inner-l {
    padding-right: 20px;
}

.subscribe-inner-r {
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
	.share-btn-inner {
		font-size: 16px;
		height: 45px;
	}
	.subscribe-formbox {
		flex-direction: column;
	}
	.subscribe-formbox input[type="text"], .subscribe-formbox input[type="email"] {
    	width: 100%;
	}
	.subscribe .col-md-6 {
		border-right: none;
        padding-top: 30px;
        padding-bottom: 30px;
	}
    .subscribe .col-md-6:first-child {
        border-bottom: 1px solid #00151E;
        border-right: none;
    }
	.share-blk {
		margin-bottom: 10px;
	}
    .subscribe-inner-l, .subscribe-inner-r {
        padding: 0;
    }
}


/*Evacuation*/
.page-template-evacuation-tpl .key-v1 h1 {
    font-size: 60px;
}

.page-template-evacuation-tpl .key-v1 .subtitle {
    margin-bottom: 50px;
}

.image-numbers {
    padding: 60px 0 80px 0;
}

.image-numbers .row {
    align-items: center;
}

.image-numbers img {
    width: 90%;
    border-radius: 20px;
}

.image-numbers .number {
    color: #FFC301;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}

.image-numbers .text {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

.image-numbers .mb50 {
    margin-bottom: 50px;
}

.title-text-col {
    padding: 75px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.title-text-col .title {
    font-size: 50px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
}

.stories {
    padding: 75px 0;
    color: #fff;
}

.stories h2 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 50px;
}

.story {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.story img {
    border-radius: 20px;
}

.story .text {
    padding: 30px 30px 30px 70px;
    margin-left: -40px;
    border-radius: 20px;
    background-color: #013575;
}

.story .text p:last-child {
    margin-bottom: 0;
}

.stories .row:nth-child(2n-1) .story {
    flex-direction: row-reverse;
}

.stories .row:nth-child(2n-1) .story .text {
    padding: 30px 70px 30px 30px;
    margin-left: 0px;
    margin-right: -40px;
}

.need-evacuation {
    padding: 100px 0;
    color: #fff;
    border-top: 1px solid #fff;
}

.need-evacuation h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

.need-evacuation img {
    width: 90%;
}

.need-evacuation .row {
    margin-bottom: 30px;
}

.page-template-evacuation-tpl .str5 {
    margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
    .page-template-evacuation-tpl .key-v1 h1 {
        font-size: 28px;
    }
    .title-text-col .title {
        font-size: 28px;
    }
    .image-numbers img {
        width: 100%;
        margin-bottom: 30px;
    }
    .image-numbers .number {
        font-size: 48px;
    }
    .image-numbers .text {
        max-width: 100%;
    }
    .title-text-col .text {
        max-width: 100%;
    }
    .stories h2 {
        font-size: 28px;
    }
    .story {
        flex-direction: column;
    }
    .story .text {
        padding: 60px 20px 20px 20px;
        margin-left: 0;
        margin-top: -20px;
        border-radius: 20px;
    }
    .stories .row:nth-child(2n-1) .story {
        flex-direction: column;
    }
    .stories .row:nth-child(2n-1) .story .text {
        padding: 60px 20px 20px 20px;
        margin-left: 0px;
        margin-right: 0;
    }
    .need-evacuation h2 {
        font-size: 28px;
    }

    .need-evacuation img {
        width: 100%;
        margin-bottom: 30px;
    }
    .need-evacuation .y-btn {
        display: block;
        text-align: center;
    }

}








/*Validation icon*/
.validated-d {
	display: block;
}

.validated-m {
	display: none;
}

.validated-d img, .validated-m img {
	width: 35px;
	height: 35px;
}

@media screen and (max-width: 767px) {
	.validated-d {
		display: none;
	}
	.validated-m {
		display: block;
		margin-right: 20px;
	}
	.lang li:nth-child(2) a, .lang li:nth-child(3) a {
		padding-left: 10px;
		font-size: 14px;
	}
	.lang li:first-child a, .lang li:nth-child(2) a {
		padding-right: 10px;
	}
}

.main-navigation ul ul a {
    width: 240px;
}

.pic {
	display: block;
}

.pic-m {
	display: none;
}

.y-btn-b-i {
    color: #FFC301;
    border: 1px solid #FFC301;
    background-color: transparent !important;
}

.find-cover-btns .y-btn-b a, .find-cover-btns .y-btn a {
    text-decoration: none;
}

.find-cover-btns .y-btn:first-child {
    margin-right: 20px;
}

.find-cover-btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.text-content .find-cover-btns {
    justify-content: center;
    margin: 50px 0;
}

@media screen and (max-width: 992px) {
    .find-cover-btns {
        flex-direction: column;
    }
    .key-v1-box .find-cover-btns .y-btn, .find-cover-btns .y-btn {
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0 !important;
    }
    .key-v1-box .find-cover-btns .y-btn-b {
        margin-bottom: 140px;
    }
	.pic-m {
		display: block;
	}

	.pic {
		display: none;
	}
}


/*Cross boarder*/
.key-v1 {
    padding-top: 210px;
    padding-bottom: 0;
    margin-bottom: 30px;
    color: #fff;
}

.key-v1-box {
    position: relative;
    background-color: #013575;
    border-radius: 20px;
    margin: 0 -70px;
    padding: 50px 70px;
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.key-v1-box h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 15px;
    width: 65%;
}

.key-v1 .subtitle {
    width: 50%;
}

.text-content {
    color: #fff;
    padding: 50px 0;
}

.text-content a {
    text-decoration: underline;
}

.text-content ul {
    margin-left: 0;
}

.text-content table tr:first-child {
    text-align: center;
    color: #FFC301;
    font-weight: 600;
}

.text-content table td {
    border: 1px solid #fff;
    padding: 20px;
}

.text-content-table {
    overflow-x: auto;
}

.double-image {
    padding: 50px 0;
}

.double-image img {
    border-radius: 20px;
}

.useful-links {
    padding: 50px 0;
}

.useful-links .title-h2 {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

.useful-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #013575;
    border-radius: 20px;
    padding: 20px 30px;
    margin-bottom: 10px;
}

.useful-link p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.useful-link p a {
    color: #FFC301;
    white-space: nowrap;
}

.useful-link p a svg {
    margin-left: 10px;
}

.table-country {
    padding: 50px 0;
}

.table-country .title-h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
}

.country {
    border: 1px solid #fff;
    border-bottom: none;
    padding: 20px 50px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.country:last-child {
    border-bottom: 1px solid #fff;
}

.country-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.country-name {
    font-size: 24px;
    font-weight: 600;
}

.country-part {
    font-weight: 400;
    font-size: 18px;
}

.country-link p {
    margin-bottom: 0;
}

.country-link .more-btn {
    color: #FFC301;
    font-weight: bold;
    white-space: nowrap;
}

.country-link .more-btn svg {
    margin-left: 10px;
}

.country-files p {
    padding-left: 20px;
    background-image: url("/wp-content/uploads/2023/06/skripka.svg");
    background-repeat: no-repeat;
    background-position: 0% 10%;
    margin-top: 10px;
}

.w-line {
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.title-double-images {
    padding: 50px 0;
    color: #fff;
}

.title-double-images .title-h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
}

.title-double-images img {
    border-radius: 20px;
}

.text-content .simple-table-1 table tr:first-child{
    text-align: left;
    color: #fff;
    font-weight: 400;
}

.text-content .title-h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
}





@media screen and (max-width: 767px) {
    .key-v1 {
        padding-top: 130px;
    }
    .key-v1-box {
        margin: 0;
        padding: 30px 20px;
        justify-content: flex-start;
        background-size: 75%;
        background-position: 125% 100%;
    }
    .key-v1-box h1 {
        font-size: 21px;
        width: 100%;
        margin-bottom: 20px;
    }
    .key-v1-box .y-btn {
        text-align: center;
        display: block;
        margin-bottom: 140px;
    }
    .key-v1 .subtitle {
        width: 100%;
    }
    .text-content table td {
        padding: 10px;
        font-size: 14px;
    }
    .text-content table ul {
        padding-left: 1rem;
    }
    .double-image {
        padding: 0;
    }
    .double-image img {
        margin-bottom: 20px;
    }
    .useful-links {
        padding: 25px 0;
    }
    .useful-link {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 20px;
    }
    .useful-links .title-h2 {
        font-size: 21px;
    }
    .useful-link p {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 400;
    }
    .useful-link p a {
        font-weight: 600;
    }
    .table-country .title-h2, .title-double-images .title-h2, .text-content .title-h2 {
        font-size: 21px;
    }
    .table-country, .title-double-images {
        padding: 25px 0;
    }
    .country {
        padding: 20px;
    }
    .country-link {
        align-items: flex-start;
        flex-direction: column;
    }
    .country-link p {
        margin-bottom: 10px;
    }
    .country-name {
        font-size: 14px;
    }
    .country-files {
        font-size: 14px;
    }
    .country-part {
        font-size: 14px;
    }
    .title-double-images img {
        margin-bottom: 20px;
    }
    .simple-table-1 span {
        font-size: 16px;
        line-height: 1;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .key-v1-box {
        background-size: 50%;
        background-position: 110% 100%;
    }
    .key-v1-box h1 {
        width: 80%;
        font-size: 28px;
    }
    .key-v1 .subtitle {
        width: 65%;
    }
}







/*Tumo*/
.tumo-blk1 {
    padding-top: 200px;
    color: #fff;
}

.tumo-blk1 h1 {
    font-family: ZonaPro;
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 700;
    color: #DEE98F;
    margin: 0 0 10px 0;
}

.tumo-blk1 p {
    margin-bottom: 50px;
}

.btn-pink {
    display: flex;
}

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

.btn-pink-inner {
    background-color: #CC7AC2;
    border-radius: 20px;
    padding: 15px 40px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

.tumo-blk1 .image-right {
    text-align: right;
}

.tumo-blk2 {
    padding: 75px 0 100px 0;
}

.tumo-sum-box {
    background-color: #DEE98F;
    border-radius: 20px;
    margin: 0 -70px;
    padding: 100px 70px;
    background-image: url("/wp-content/uploads/2023/06/tumo-box-bg-1.svg");
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 100% 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tumo-sum-box .sum-title {
    font-size: 48px;
    color: #00151E;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

.tumo-sum-box .sum-value {
    color: #CC7AC2;
    font-size: 80px;
    font-weight: 600;
    margin-bottom: 0;
}

.tumo-blk3 .title-blk {
    font-size: 48px;
    color: #DEE98F;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
}

.tumo-blk3 .title-blk img {
    margin-left: 20px;
    width: 50px;
}

.work-box {
    color: #fff;
	margin-bottom: 50px;
}

.work-box img {
    width: 100%;
    margin-bottom: 20px;
}

.work-box .name {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.work-box .description {
    margin-bottom: 40px;
}




.tumo-blk4 {
    padding: 75px 0 100px 0;
}

.tumo-collect-box {
    background-color: #DEE98F;
    border-radius: 20px;
    margin: 0 -70px;
    padding: 70px 70px;
    background-image: url("/wp-content/uploads/2023/06/tumo-box-bg-1.svg");
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: 100% 100%;
    color: #00151E;
}

.tumo-collect-box .title {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.tumo-collect-box .text {
    margin-bottom: 50px;
}

.tumo-collect-box .text p {
    font-size: 18px;
    margin-bottom: 20px;
}

.tumo-collect-box .image-right {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .tumo-blk1 {
        padding-top: 150px;
    }
    .tumo-blk1 h1 {
        font-size: 30px;
    }
    .btn-pink {
        display: block;
    }
    .btn-pink-inner {
        font-size: 18px;
    }
    .tumo-blk1 .image-right {
        text-align: center;
        margin-top: 50px;
    }
    .tumo-blk2 {
        padding: 50px 0 50px 0;
    }
    .tumo-sum-box {
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
        padding: 30px 20px 30px 20px;
        background-size: 70%;
        background-position: 100% 0%;
    }
    .tumo-sum-box .sum-title {
        font-size: 28px;
    }
    .tumo-sum-box .sum-value {
        font-size: 48px;
    }
    .tumo-blk3 .title-blk {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .work-box .name {
        font-size: 21px;
    }
	.work-box video {
		height: 250px;
	}
    .tumo-collect-box {
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
        padding: 30px 20px 30px 20px;
        background-size: 70%;
        background-position: 100% 0%;
    }
    .tumo-collect-box .title {
        font-size: 28px;
    }
    .tumo-collect-box .text p {
        font-size: 16px;
    }
    .tumo-collect-box .text {
        margin-bottom: 30px;
    }
    .tumo-collect-box .image-right {
        text-align: center;
        margin-top: 50px;
    }
    .tumo-blk4 {
        padding: 0 0 50px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tumo-blk1 h1 {
        font-size: 28px;
    }
    .tumo-sum-box {
        margin: 0 -20px;
        padding: 50px 20px;
    }
    .tumo-sum-box .sum-title {
        font-size: 28px;
    }
    .tumo-sum-box .sum-value {
        font-size: 48px;
    }
    .tumo-blk3 .title-blk {
        font-size: 36px;
    }
    .btn-pink-inner {
        padding: 15px 30px;
        font-size: 18px;
    }
    .tumo-collect-box .title {
        font-size: 36px;
    }
    .tumo-collect-box {
        margin: 0 -20px;
        padding: 50px 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tumo-blk1 h1 {
        font-size: 44px;
    }
    .tumo-sum-box .sum-title {
        font-size: 36px;
    }
    .tumo-sum-box .sum-value {
        font-size: 60px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .tumo-sum-box {
        margin: 0 -40px;
        padding: 50px 40px;
    }
    .tumo-collect-box {
        margin: 0 -40px;
        padding: 50px 40px;
    }
}



/*Spilnota*/
.spil31 {
    padding: 0 0 100px 0;
}

.spil31 .title {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
}

.spil31 .number {
    font-family: Spaceland;
    font-size: 96px;
    margin-bottom: 0;
}

.spil31 .list-number p {
    margin-bottom: 20px;
}

.spil31 .list-number span {
    margin-right: 15px;
    font-family: Spaceland;
    font-size: 28px;
}

@media screen and (max-width: 767px) {
	.spil31 .title {
    	font-size: 28px;
    	margin-bottom: 20px;
	}
	
	.spil31 .btn-or-desc {
    	display: block;
	}
}

/*Table zbir*/
.r-costs {
    margin-top: 100px;
    margin-bottom: 100px;
}

.costs-table {
    overflow-x: auto;
}

.costs-table tr td, .costs-table tr th {
    color: #fff;
    border: 1px solid #fff;
    padding: 20px;
}

.costs-table tr th {
    color: #FFC301;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .costs-table tr td, .costs-table tr th {
        padding: 10px;
    }
    .costs-table table {
        font-size: 12px;
    }
}

/*Spilnota*/
.spil6 .swiper-slide img {
	border: none;
}

.spil6 .swiper-slide {
	border-radius: 20px;
}


.spil6 {
    padding: 150px 0;
}

.spil6 .row-gallery {
    margin-bottom: 50px;
}

.spil6 img {
    border-radius: 20px;
}

.spil21 {
	margin-bottom: 150px;
}

.spil21 .number {
    font-family: Spaceland;
    font-size: 96px;
    margin-bottom: 0;
}

.spil21 .btn-blue, .spil6 .btn-blue {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.spil21 .btn-blue a, .spil6 .btn-blue a {
    color: #fff;
    font-weight: 800;
}

.spil21 .btn-blue-inner, .spil6 .btn-blue-inner {
    background-color: #022B5A;
    padding: 15px;
    border-radius: 10px;
}


.spil5 .spil5-box {
    border: 3px solid #003575;
    border-radius: 10px;
    padding: 50px;
}

.spil5-box .row {
    align-items: center;
}

.spil5 .title {
    font-size: 45px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 30px;
}


.spil4 {
    padding: 150px 0 100px 0;
}

.spil4 .title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 50px;
}

.spil4 .list-number {

}

.spil4 .list-number p {
    margin-bottom: 50px;
    font-size: 24px;
}

.spil4 .list-number span {
    margin-right: 15px;
    font-family: Spaceland;
    font-size: 32px;
}

.blue {
    color: #6EBFBA;
}

.yellow {
    color: #ffc300;
}

.purple {
    color: #CC7AC2;
}

.orange {
    color: #F77F02;
}


.spil3 .title {
    font-size: 45px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 30px;
}

.spil3 .list-icon img {
    margin-right: 15px;
}

.spil2 {
    padding: 150px 0;
}

.spil2 .title {
    font-size: 80px;
    font-weight: 900;
    line-height: 1.2;
}

.btn-or {
    display: flex;
    margin-top: 50px;
}

.btn-or a {
    color: #fff;
    font-weight: 800;
}

.btn-or-inner {
    background-color: #F77F02;
    padding: 15px;
    border-radius: 10px;
}

.btn-or-desc {
	display: flex;
}

.btn-or-mob {
	display: none;
}

.spil1 {
    padding-top: 200px;
}

.spil1 .ms {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.spil1 .ms-r {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 20px;
}

.spil1 .ms-r img:first-child {
    margin-bottom: 15px;
}

.spilnota {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .spil1 {
        padding-top: 130px;
    }
    .spil1 .ms-r {
        margin-left: 5px;
    }
    .spil1 .ms-r img:first-child {
        margin-bottom: 5px;
    }
    .spil2 {
        padding: 50px 0 20px 0;
    }
    .spil2 .title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .spil3 .title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .list-icon p {
        display: flex;
        align-items: flex-start;
    }
    .spil3 .list-icon img {
        margin-top: 7px;
    }
    .spil4 {
        padding: 50px 0;
    }
    .spil4 .title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .spil4 .list-number p {
        margin-bottom: 10px;
        font-size: 21px;
        display: flex;
        align-items: center;
    }
    .spil5 .spil5-box {
        padding: 20px;
    }
    .spil5 .title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .btn-or-inner {
        text-align: center;
    }
    .btn-or {
        margin-top: 30px;
        margin-bottom: 30px;
    }
	.btn-or-desc {
		display: none;
	}
	.btn-or-mob {
		display: flex;
		margin-bottom: 0;
	}
    .spil6 {
        padding: 50px 0;
    }
    .spil6 img {
        margin-bottom: 20px;
    }
    .spil6 .row-gallery {
        margin-bottom: 20px;
    }
    .spil21 .number {
        font-size: 75px;
        line-height: 1.2;
    }
    .spil21 .text {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .spil21 .btn-blue, .spil6 .btn-blue {
        margin-top: 30px;
    }
	.spil21 {
		margin-bottom: 50px;
	}


}





/*Home buttons*/
.btns {
	padding-bottom: 100px;
    background-color: #00151E;
}

.btns-p {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.btn-p {
	width: 33%;
}

.btn-p a {
	color: #013575;
	font-weight: 800;
}

.btn-p-inner {
	background-color: #fff;
	padding: 15px 30px;
	border-radius: 50px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	transition: all 0.5s;
}

.btn-p-inner svg path {
	stroke: #013575;
	transition: all 0.5s;
}

.btn-p:hover a {
	color: #fff;
}

.btn-p:hover .btn-p-inner {
	background-color: #013575;
	transition: all 0.5s;
}

.btn-p:hover .btn-p-inner svg path {
	stroke: #fff;
	transition: all 0.5s;
}


.btn-pb a {
	color: #fff;
}

.btn-pb .btn-p-inner {
	background-color: #013575;
}

.btn-pb .btn-p-inner svg path {
	stroke: #fff;
}

.btn-pb:hover a {
	color: #013575;
}

.btn-pb:hover .btn-p-inner {
	background-color: #fff;
	transition: all 0.5s;
}

.btn-pb:hover .btn-p-inner svg path {
	stroke: #013575;
	transition: all 0.5s;
}


@media screen and (max-width: 767px) {
	.btn-p {
		width: 100%;
		margin-bottom: 10px;
	}
	.btns-p {
		flex-direction: column;
	}
	.btns {
		padding-top: 20px;
		padding-bottom: 50px;
	}
}


/*Home form*/
.home-form {
    display: flex;
    position: relative;
    padding-top: 250px;
}

.hf-text {
    z-index: 1;
}

.hf-text .home-form-title {
    font-size: 95px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 0;
    color: #fff;
}

.hf-text .home-subtitle {
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

.hf-box {
    background-color: #fff;
    z-index: 5;
    padding: 30px 30px 50px 30px;
    border-radius: 20px;
    min-width: 500px;
    margin-bottom: 100px;
}

.hf-box-text {
    color: #022B5A;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}

.hf-box .hf-donate-sum {
    width: 100%;
    margin-right: 0;
    border: 1px solid #013575;
    border-radius: 10px;
    height: 90px;
    text-align: center;
    font-size: 40px;
    color: #013575;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hf-box .hf-donate-sum input {
    margin-right: 0;
    text-align: right;
    font-size: 40px;
    color: #013575;
    border: none;
    width: 100%;
    line-height: 1;
}

.hf-donate-curr {
    text-align: left;
    width: 30%;
    color: #999;
}

.hf-box-sum {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px -5px 40px -5px;
}

.hf-box-add {
    padding: 12px 30px;
    border: 1px solid #013575;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 800;
    color: #013575;
    width: 100%;
    text-align: center;
    margin: 0 5px;
    cursor: pointer;
}

.hf-box-add:hover {
    background-color: #013575;
    color: #fff;
}

.hf-box-btn {
    width: 100%;
    height: 50px;
    border: none;
    background-color: #013575;
    color: #fff;
    font-weight: 800;
    border-radius: 5px;
    padding: 15px;
}

.hf-img {
    position: absolute;
    z-index: 3;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
}

.hf-img img {
    width: 600px;
}


@media (min-width: 1200px) and (max-width: 1399px) {
    .hf-img img {
        width: 550px;
    }
    .hf-box {
        width: 450px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home-form {
        padding-top: 200px;
    }
    .hf-text .home-form-title {
        font-size: 80px;
    }
    .hf-text .home-subtitle {
        font-size: 21px;
    }
    .hf-box {
        min-width: 400px;
    }
    .hf-img img {
        width: 500px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-form {
        padding-top: 180px;
    }
    .hf-text .home-form-title {
        font-size: 55px;
    }
    .hf-text .home-subtitle {
        font-size: 16px;
    }
    .hf-box {
        min-width: 300px;
        width: 360px;
    }
    .hf-img img {
        width: 400px;
    }
    .hf-box-add {
        padding: 8px;
    }
    .hf-box-sum {
        margin: 10px -5px 20px -5px;
    }
    .hf-box {
        padding: 20px 20px 30px 20px;
        margin-bottom: 50px;
    }
    .hf-box-text {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .hf-box .hf-donate-sum input {
        font-size: 32px;
    }
    .hf-donate-curr {
        font-size: 28px;
    }
    .hf-box .hf-donate-sum {
        height: 70px;
    }
}

@media screen and (max-width: 767px) {
    .home-form {
        flex-direction: column;
        padding-top: 130px;
    }
    .hf-text .home-form-title {
        font-size: 40px;
    }
    .hf-text .home-subtitle {
        font-size: 14px;
    }
    .hf-box {
        min-width: 200px;
        width: 100%;
        margin-top: 35px;
        padding: 20px 20px 30px 20px;
    }
    .hf-box-add {
        padding: 8px;
    }
    .hf-img {
        bottom: auto;
        text-align: right;
        top: 120px;
    }
    .hf-img img {
        width: 200px;
    }
    .home-screen {
        background-position: center;
    }
    .hf-box .hf-donate-sum {
        height: 60px;
        font-size: 30px;
    }
}


/*Modal wild*/
.modal-wild {
    background-image: url("/wp-content/uploads/2023/05/ms-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    width: 90%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
    z-index: 99999;
    padding-bottom: 50px;
    opacity: 0;
    transition: all 0.5s;
}

.modal-wild .title {
    text-align: center;
    padding: 0 10%;
}

.modal-wild .title .first {
    margin-top: 100px;
    margin-bottom: -30px;
    width: 80%;
}

.modal-wild .mw-close {
    top: 0;
    right: 0;
    background-color: #fff;
    padding: 5px;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    float: right;
    position: relative;
    margin: 10px;
}

.modal-wild .text {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 50px;
    padding: 0 10%;
}

.modal-wild .y-btn {
    display: flex;
    justify-content: center;
}
.modal-wild .y-btn a {
    text-decoration: none;
}
.modal-wild .y-btn-inner:hover {
    color: #00151E;
    background-color: #FFFF00;
    transition: all 0.5s;
}
.modal-wild .y-btn-inner {
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 30px;
    color: #00151E;
    background-color: #FFFF00;
    width: 270px;
    text-align: center;
    transition: all 0.5s;
}

.modal-bg {
    background-color: #000;
    opacity: 0;
    position: fixed;
    z-index: 99998;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

@media screen and (max-width: 768px) {
    .modal-wild .text {
        font-size: 18px;
    }
    .modal-wild .title .first {
        margin-bottom: -10px;
    }
}

/*Documents*/
.documents {
    padding: 150px 0 150px 0;
    color: #fff;
}

.documents h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
}

.documents-inner {
    padding: 30px 0;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.documents-inner .documents-title {
    font-size: 24px;
    margin-bottom: 0;
}

.documents-inner .documents-link {
    color: #CBA135;
    font-size: 18px;
    margin-bottom: 0;
}

.documents-inner .documents-link a {
    color: #CBA135;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .documents-inner .documents-title {
        font-size: 16px;
    }
    .documents-inner .documents-link {
        font-size: 14px;
    }
    .documents-inner .documents-link a {
        display: none;
    }
    .documents {
        padding: 100px 0 100px 0;
        color: #fff;
    }
}

/*Sterilization*/
.str1 {
    padding-top: 210px;
    padding-bottom: 0;
    margin-bottom: 30px;
    color: #fff;
    font-family: ZonaPro;
}

.str1-box {
    position: relative;
    background-color: #013575;
    border-radius: 20px;
    margin: 0 -70px;
    padding: 50px 70px;
}

.str1 h1 {
    font-weight: 600;
    font-size: 55px;
    text-transform: uppercase;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 15px;
    width: 75%;
}

.str1 .subtitle {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 10px;
}

.str1 .text {
    font-size: 16px;
    width: 50%;
    margin-bottom: 50px;
}

.str1 .cat-dog {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 43%;
}

.y-btn {
    display: flex;
}

.y-btn a {
    color: #00151E;
    font-size: 20px;
    font-weight: 800;
}

.y-btn-i {
    background-color: #FFC301;
    padding: 15px 50px;
    border-radius: 20px;
}

.str2 {
    font-family: ZonaPro;
}

.str2-box {
    margin: 0 -70px;
    display: flex;
    justify-content: space-between;
}

.str2-box1-bg {
    background: linear-gradient(110.01deg, #FEC301 74.71%, #CF9301 98.71%), #FDC305;
    border-radius: 20px;
    width: 37%;
}

.str2-box1 {
    background-image: url("/wp-content/uploads/2023/04/sterilization-cat-2.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 55%;
    padding: 50px 70px;
    height: 300px;
}

.str2-box2-bg {
    background: linear-gradient(181.37deg, #BAADA5 1.27%, #C4B4AB 28.98%, #C4B3AB 47.42%, #B8A499 77.31%, #A9988E 91.72%, #A9988D 98.78%);
    border-radius: 20px;
    width: 60%;
}

.str2-box2 {
    background-image: url("/wp-content/uploads/2023/04/sterilization-dog-top-3.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: contain;
    padding: 50px;
    height: 300px;
}

.str2-box1 .title, .str2-box2 .title {
    font-size: 42px;
    color: #022B5A;
    font-weight: 800;
    margin-bottom: 10px;
}

.str2-box1 .text, .str2-box2 .text {
    color: #022B5A;
    font-size: 16px;
    width: 60%;
}

.str3 {
    margin-top: 65px;
	    margin-bottom: 50px;
}

.str3 .str-small-title {
    font-size: 36px;
}

.str-title {
    font-size: 55px;
    color: #fff;
    font-family: ZonaPro;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 20px;
}

.str-text {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}

.str4 {
    margin-top: 80px;
	display: none;
}

.map-bottom-text {
    color: #fff;
    margin-bottom: 75px;
    margin-top: 20px;
}

.map-bottom-text p {
    margin-bottom: 0;
}

.map-box {
    position: relative;
    border-radius: 20px;
    -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.map-box #map {
    border: none;
    width: 100%;
    height: 450px;
    max-width: 74%;
    box-shadow: 10px 10px 20px 0px rgb(0 114 187 / 0.1);
    border-radius: 20px;
}



.map-side {
    position: absolute;
    right: 0;
    top: 0;
    height: 450px;
    width: 330px;
    background-color: #013575;
    border-radius: 18px;
    padding: 25px;
}

.map-info {
    display: none;
}

.map-info .info {
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    width: 88%;
}

.active-map-info {
    display: block;
}

.map-side .title {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.map-side .cities {
    border-radius: 10px;
    padding: 10px;
    border: none;
    height: 40px;
}

.map-side .person {
    margin: 40px 0 10px 0;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
}

.map-social {
    display: flex;
}

.map-social a {
    float: left;
    margin-right: 10px;
}

.map-phone a, .map-phone a:visited, .map-phone a:active {
    font-weight: 600;
    color: #fff;
}

.str7 {
    margin-top: 65px;
}

.graph {
    margin-top: 50px;
}



.str-brd {
    border-top: 1px solid #fff;
    padding-top: 75px;
}

.str6 {
    margin-top: 100px;
}

.str5 .str-title {
    margin-bottom: 25px;
}

.str5 .swiper {
    width: auto;
    height: auto;
}

.str5 .swiper-slide {
    background: none;
}

.str5 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    border: none;
}

.str-subtext {
    color: #fff;
}

.str-subtext a {
    color: #fff;
    text-decoration: underline;
}

.myth-box {
    padding: 30px;
    border: 1px solid #fff;
    border-radius: 20px;
    margin-bottom: 30px;
}

.myth-box .title {
    font-size: 24px;
    text-transform: uppercase;
    color: #FFC301;
    margin-bottom: 0;
    font-weight: 800;
}

.myth-box .subtitle {
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
}

.myth-box .text {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

.str1-bottom {
    padding-top: 30px;
    margin-bottom: 100px;
	display: none;
}

.str1-bottom .title {
    font-weight: 600;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 15px;
    width: 75%;
}

.str1-bottom .cat-dog {
    width: 35%;
}


@media screen and (max-width: 767px) {

    .map-box #map {
        max-width: 100%;
    }

    .str1 {
        padding-top: 130px;
    }
    .str1-box {
        margin: 0;
        padding: 30px 20px 100px 20px;
    }
    .str1 h1, .str1-bottom .title {
        font-size: 22px;
        width: 100%;
    }
    .str1 .subtitle {
        font-size: 16px;
    }
    .str1 .text {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .y-btn-i {
        padding: 15px;
    }
    .y-btn a {
        color: #00151E;
        font-size: 16px;
        font-weight: 800;
    }
    .str2-box {
        margin: 0;
        flex-direction: column;
        row-gap: 30px;
    }
    .str2-box1-bg, .str2-box2-bg {
        width: 100%;
    }
    .str2-box1, .str2-box2 {
        padding: 30px 20px;
    }
    .str2-box2 {
        height: 400px;
        background-size: 65%;
    }
    .str2-box1 .title, .str2-box2 .title {
        font-size: 32px;
    }
    .str2-box1 .text, .str2-box2 .text {
        width: 100%;
    }
    .str-title {
        font-size: 24px;
    }
    .str3 {
        margin-top: 75px;
    }
    .str3 .str-small-title {
        font-size: 22px;
    }
    .str3 .y-btn a {
        width: 100%;
        text-align: center;
    }
    .str6 {
        margin-top: 75px;
    }
    .myth-box {
        padding: 20px;
    }
    .myth-box .subtitle {
        font-size: 22px;
    }
    .str1-bottom {
        padding-top: 30px;
    }

    .map-box iframe {
        border-radius: 20px 20px 0 0 !important;
    }
    .map-side {
        position: relative;
        top: 0;
        margin-top: -25px;
        width: 100%;
    }
    .graph {
        margin-top: 30px;
    }

}

@media (min-width: 768px) and (max-width: 1200px) {
    .str1 h1 {
        font-size: 32px;
    }
    .str1-box {
        margin: 0 -30px;
        padding: 50px 30px;
    }
    .str1 .subtitle {
        font-size: 20px;
    }
    .str2-box1 {
        padding: 25px;
    }
    .str2-box2 {
        padding: 25px;
        background-size: 40%;
    }
    .str2-box {
        margin: 0 -30px;
    }
    .str2-box1 .title, .str2-box2 .title {
        font-size: 32px;
    }
    .str2-box1 .text, .str2-box2 .text {
        width: 65%;
    }
    .str-title {
        font-size: 32px;
    }
    .myth-box .subtitle {
        font-size: 20px;
    }
    .str1-bottom .title {
        font-size: 28px;
        width: 70%;
    }
    .map-box #map {
        max-width: 65%;
    }

}






/*Footer*/
.footer-text {
	text-align: center;
}
/*Reports*/
.report-head {
    padding-top: 200px;
    padding-bottom: 50px;
    color: #fff;
}

.report-head h1 {
    font-size: 65px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 0;
}

.report-head .title-1, .report-head .title-2 {
    margin-bottom: 10px;
}

.report-head .subtitle-1, .report-head .subtitle-2 {
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 20px;
}

.report-head .r-line {
    height: 1px;
    width: 100%;
    border-top: 1px solid #fff;
    margin-bottom: 20px;
}

.r-gallery {
    margin: 50px 0 100px 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 5px solid #fff;
}

.mySwiper .swiper-wrapper, .myMobileSwiper .swiper-wrapper {
    transition-timing-function: linear;
}

.myMobileSwiper {
    display: none !important;
}
.mySwiper {
    display: block !important;
}

.r-content {
    color: #fff;
    margin-bottom: 100px;
}

.r-content .title {
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.r-content .site-cta {
    text-align: left;
}

.col-md-6-d-l {
    width: 50%;
    position: sticky;
    top: 200px;
    float: left;
}

.col-md-6-d-r {
    width: 50%;
    display: inline-block;
}

.r-full-text {
    margin-top: 30px;
}

.r-full-text img {
    width: 100%;
}

.reports {
    padding: 150px 0 150px 0;
    color: #fff;
}

.reports-summary {
    margin-bottom: 100px;
}

.reports h1 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 48px;
}

.reports-inner {
    padding: 40px 0;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reports-inner .reports-title {
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 800;
}

.reports .col-md-10 {
    margin-top: 0;
}

.reports-inner .reports-link {
    color: #CBA135;
    font-size: 18px;
    margin-bottom: 0;
    white-space: nowrap;
}

.reports-inner .reports-link a {
    color: #CBA135;
    margin-right: 10px;
}



@media screen and (max-width: 767px) {
    .report-head {
        padding-top: 150px;
    }
    .report-head h1 {
        font-size: 32px;
    }
    .report-head .subtitle-1, .report-head .subtitle-2 {
        font-size: 28px;
    }
    .r-gallery {
        margin: 0 0 50px 0;
    }
    .col-md-6-d-l, .col-md-6-d-r {
        width: 100%;
        position: inherit;
    }
    .r-content .title {
        font-size: 28px;
    }
    .myMobileSwiper {
        display: block !important;
    }
    .mySwiper {
        display: none !important;
    }
    .reports {
        padding: 100px 0 100px 0;
    }
    .reports h1 {
        font-size: 32px;
    }
    .reports-image {
        margin-top: 30px;
    }
    .reports-inner .reports-title {
        font-size: 24px;
    }
    .reports-inner .reports-link {
        font-size: 14px;
    }
    .reports-inner .reports-link a {
        margin-right: 5px;
    }
    .reports-inner {
        padding: 20px 0;
    }
    .reports .col-md-1 {
        display: none;
    }
}

/*New Forms*/
.col-md-5-d {
    width: 40%;
    position: sticky;
    top: 200px;
    float: left;
}

.col-md-7-d {
    width: 55%;
    margin-left: 5%;
    display: inline-block;
}

.payment-period {
    margin: 0 0 20px 0 !important;
    padding: 0 5px;
}

.reg-pay-info {
    font-size: 14px;
    margin-bottom: 10px;
}

.credentials .payment-period .nav-item {
    margin: 0;
}

.payment-period input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: -35px;
    margin-left: -20px;
    cursor: pointer;
}

.payment-period label {
    display: block;
    height: inherit;
    position: relative;
}

.payment-period label {
    padding: 10px 20px;
    border: 1px solid #013575;
}

.payment-period .active label {
    background-color: #013575;
}




.payment-title {
    font-size: 28px;
    font-weight: 800;
}

.rec-name {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.rec-box {
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #013575;
}

.rec-title {
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
}

.rec-title span {
    font-weight: 300;
    text-transform: none;
    margin-right: 10px;
}

.rec-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #013575;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 20px 0 10px 0;
}

.rec-item p {
    margin-bottom: 0;
}

.rec-item .rec-item-title {
    font-size: 14px;
}

.rec-item .rec-item-value {
    font-weight: 800;
    margin-bottom: 5px;
}

.click {
    cursor: pointer;
    transition: all 0.5s;
}

.click:hover {
    background-color: #044492;
    transition: all 0.5s;
}

#copied {
    z-index: 999;
}

.rec-btn-m {
    margin-bottom: 10px;
}

.rec-btn-m a {
    color: #000;
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
}

.rec-btn-m-inner {
    text-align: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.rec-btn-patreon {
    margin-bottom: 10px;
}

.rec-btn-patreon a {
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
}

.rec-btn-patreon-inner {
    text-align: center;
    background-color: #fe434d;
    padding: 10px;
    border-radius: 5px;
}

.rec-btn-patreon-inner img {
    height: 20px;
    margin-right: 10px;
}

.rec-btn {
    margin-bottom: 10px;
}

.rec-btn a {
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
}

.rec-btn-inner {
    text-align: center;
    background-color: #013575;
    padding: 10px;
    border-radius: 5px;
}


@media screen and (max-width: 767px) {
    .col-md-5-d, .col-md-7-d {
        width: 100%;
        position: inherit;
        margin-left: 0;
    }
    .rec-item .rec-item-value {
        font-weight: 800;
        margin-bottom: 5px;
        word-break: break-word;
    }
    .rec-item p {
        font-size: 14px;
    }
    .rec-item-copy-text {
        font-size: 12px;
        margin-left: 10px;
    }
    .rec-link {
        font-size: 14px;
    }
    .rec-box {
        padding: 20px 10px;
    }
    .rec-item {
        padding: 10px;
    }
    .rec-name {
        font-size: 21px;
    }
    form.donate-form .contact-data {
        margin-bottom: 30px;
    }
}


@media (min-width: 768px) and (max-width: 1439px) {
    form.donate-form label .radio-text {
        font-size: 14px !important;
    }
    .payment-title {
        display: none;
    }
}




:root {
    --yellow: #FFC301;
    --blue: #013575;
}