/*Links*/
.links-title {
    text-align: center;
    margin-bottom: 50px;
}

.links-title .title-box {
    max-width: 820px;
    margin: 0 auto;
}

.links-title .title-box h1 {
    font-size: 42px;
    font-weight: 700;
    text-transform: none;
}

.links-title .title-box .subtitle {
    font-size: 21px;
}

.links-title .ps-btn .ps-btn-in {
    text-transform: none;
    font-weight: 500;
    font-size: 14px;
    width: 350px;
}

.links-title .ps-btn  {
    justify-content: center;
}

.links-articles-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.links-article {
    flex: 0 0 calc(33.333% - 13.33px);
    margin-bottom: 30px;
}

.links-article img {
    border-radius: 10px;
    margin-bottom: 20px;
}

.links-article .title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
	min-height: 81px;

}

.links-article .ps-btn a {
    width: 100%;
}

.links-article .ps-btn .ps-btn-in {
    font-size: 14px;
}


@media (max-width: 992px) {
    .links-title .title-box h1 {
        font-size: 32px;
    }
    .links-title .title-box .subtitle {
        font-size: 18px;
    }
    .links-article {
        flex: 0 0 calc(50% - 20px);
    }
    .links-article .title {
        font-size: 16px;
		min-height: 10px;
    }
}

@media (max-width: 767px) {
    .links-title .title-box h1 {
        font-size: 32px;
    }
    .links-title .title-box .subtitle {
        font-size: 18px;
    }
    .links-article {
        flex: 0 0 100%;
    }
    .links-article .title {
        font-size: 16px;
    }
    .links-title .ps-btn .ps-btn-in {
        width: 100%;
    }
}


    /*Bird-media*/
.bird-media {
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 10px 5px 20px;
	background-color: #003575;
	border-radius: 5px;
	position: fixed;
    max-width: 360px;
	bottom: 20px;
	right: 90px;
	color: #fff;
}

.bird-media a {
	display: block;
}

.bird-media a:hover {
	color: #fff;
}

.bird-media .close {
	position: absolute;
    left: 5px;
    top: -3px;
	cursor: pointer;
}

.bird-media .bird-img {
	height: 60px;
}

@media (max-width: 767px) {
	.bird-media {
		font-size: 13px;
		max-width: 260px;
	}
	.bird-media .close {
		top: 0px;
		left: -20px;
	}
	.bird-media .close img {
		width: 16px;
	}
}

/*Forecast*/
.forecast-blk1 {
    background-size: auto;
    background-position: 90% 80%;
    background-repeat: no-repeat;
}

.forecast-blk1-inner {
    padding-bottom: 30px;
}

.forecast-blk1 h1 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 20px;
}

.forecast-blk1 .subtitle {
    font-size: 21px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.forecast-blk1 .btn {
    margin: 0 auto 50px;
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #003575;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #013575;
    height: 50px;
    width: fit-content;
    white-space: nowrap;
}


.forecast-blk1 .btn:hover {
    background-color: #F7F9FA;
    color: #013575;
    border: 1px solid #013575;
}

.forecast-item {
    display: none;
    padding: 30px 0;
}

.forecast-item-title {
    text-align: center;
    margin: 0 auto 20px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
}

.speech-bubble .bird-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 180px;
}

.speech-bubble {
    position: relative;
    width: 800px;
    margin: 0 auto;
    padding: 200px 0;
}

.speech-bubble p {
	width: 500px;
	position: absolute;
	right: 50px;
	top: 60px;
	text-align: center;
	font-weight: 600;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.speech-bubble .bubble-img {
    width: 600px;
    position: absolute;
    right: 0;
    top: 0;
}

.forecast-news {
    display: none;
}

.forecast-rel .rel-box {
    margin-bottom: 50px;
}

.forecast-rel .rel-box .right {
    display: block;
}

.forecast-rel .right-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 20px;
}


@media (max-width: 991px) {
    .forecast-blk1 h1 {
        font-size: 36px;
    }
	.forecast-blk1 .forecast-news {
		margin: 0 0 48px 0;
	}
    .forecast-blk1 .subtitle {
        font-size: 18px;
        margin: 0 auto 25px;
    }
    .forecast-item-title {
        font-size: 21px;
    }
    .speech-bubble {
        width: 100%;
    }
    .speech-bubble .bubble-img {
        width: 500px;
    }
    .speech-bubble p {
        width: 430px;
        right: 30px;
        top: 35px;
    }
    .forecast-blk1-inner {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .forecast-blk1 {
        background-size: 25%;
        background-position: 95% 110%;
    }
    .forecast-blk1 h1 {
        font-size: 24px;
    }
    .speech-bubble .bubble-img {
        width: 100%;
    }
    .speech-bubble p {
        width: 80%;
        right: 10%;
        top: 20px;
		height: 140px;
        font-size: 13px;
        line-height: 1.3;
    }
    .speech-bubble .bird-2 {
        width: 100px;
    }
    .speech-bubble {
        padding: 150px 0;
    }
    .forecast-rel .right-inner {
        flex-direction: column;
    }
}





/*Single Picture*/
.single-picture .title {
    text-align: center;
    margin-top: 10px;
}

/*ScrollToTop*/
#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    z-index: 999999999;
}

#scrollToTopBtn img {
	width: 50px;
    height: 50px;
}


/*Archive*/
.archive-description {
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 50px;
    padding-top: 20px;
    border-top: 1px solid #003575;
}

@media screen and (max-width: 767px) {
    .archive-description {
        font-size: 16px;
        margin-bottom: 40px;
    }
}

/*Search*/
.nothing-found {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 48px;
}


/*Tags*/
.tags {
    margin: 48px 0;
}

.tags-box {
    background-color: #fff;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.tag-item a {
    text-decoration: none;
}

.tag-item-inner {
    background-color: transparent;
    border: 1px solid #003575;
    color: #003575;
    padding: 6px 16px;
    border-radius: 30px;
    margin: 5px;
    text-align: center;
    transition: all .5s;
}

.tag-item-inner:hover {
    border: 1px solid #003575;
    background-color: #003575;
    color: #fff;
    transition: all .5s;
}

@media screen and (max-width: 767px) {
    .tags-box {
        padding: 20px 10px;
    }
}

/*Relative-articles*/
.relative-articles {
    margin: 48px 0;
}

.relative-articles .title {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
}

.relative-articles .post-style-3 {
    height: 100%;
}

.relative-articles .news-list-box {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.rel-box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    column-gap: 20px;
}

.rel-box .left {
    width: 50%;
}

.rel-box .right {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 20px;
}

.rel-box .right a {
    width: 50%;
    height: 100%;
}

.relative-articles .post-style-3 .news-list-content {
    color: #fff;
}

.relative-articles .news-list-image {
    height: 150px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .rel-box {
        flex-direction: column;
    }
    .rel-box .left, .rel-box .right {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .rel-box {
        flex-direction: column;
    }
    .rel-box .left, .rel-box .right {
        width: 100%;
    }
    .rel-box .right {
        flex-direction: column;
    }
    .rel-box .right a {
        width: 100%;
        margin-bottom: 20px;
    }
    .relative-articles .post-style-3 {
        min-height: 350px;
    }
}





.header .btn span {
    margin-left: 5px;
}

/*Tooltip*/
.utooltip {
    display: none;
    position: absolute;
    width: 300px;
    background-color: #F0F6FE;
    z-index: 999;
    padding: 16px;
    box-shadow: 0px 1px 8px 2px rgba(20, 20, 20, 0.08);
    bottom: 30px;
    left: 0;
}

.tooltip-key {
    position: relative;
    text-decoration: underline;
    display: inline-block;
}

.tooltip-key:hover .utooltip {
    display: block;
    text-decoration: none;
}

/*Contact us*/
.blk-contacts h1 {
    text-transform: uppercase;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 60px;
}

.blk-contacts p {
    font-size: 16px;
    font-weight: 700;
}

.blk-text {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

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

.form-box {
    padding: 50px 24px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 1px 8px 2px rgba(20, 20, 20, 0.08);
    margin-bottom: 48px;
}

.form-box .title {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

.form-box .subtitle {
    text-align: center;
    margin-bottom: 24px;
}

.form-box .nf-before-form-content {
    display: none;
}

.form-box .nf-field-label {
    display: none;
}

.form-box .nf-form-content .list-select-wrap .nf-field-element>div,
.form-box .nf-form-content input:not([type=button]),
.form-box .nf-form-content textarea {
    background: #F0F6FE;
    border: 1px solid #D3D8E0;
    border-radius: 4px;
    box-shadow: none;
    color: #4A5E76;
    transition: all .5s;
}

.form-box .nf-form-content .list-select-wrap .nf-field-element>div:focus,
.form-box .nf-form-content input:not([type=button]):focus,
.form-box .nf-form-content textarea:focus {
    background: #F0F6FE;
    border: 1px solid #D3D8E0;
    border-radius: 4px;
    box-shadow: none;
    color: #4A5E76;
    transition: all .5s;
}

.form-box .nf-form-content input[type=submit] {
    background-color: var(--blue);
    color: #fff;
    border-radius: 4px;
    border: 1px solid var(--blue);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 30px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.form-box .nf-form-content input[type=submit]:hover {
    background-color: transparent;
    color: var(--blue);
}

.thanks-box {
    max-width: 450px;
    margin: 50px auto;
}

.thanks-box img {
    width: 100%;
}

.thanks-box .title {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 24px;
}

.thanks-box .subtitle {
    text-align: center;
    margin-bottom: 24px;
}

.thanks-box .btn {
    margin: 0 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #003575;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #013575;
    height: 50px;
    justify-content: center;
}


@media screen and (max-width: 767px) {
    .form-box .nf-form-content input[type=submit] {
        width: 100%;
    }
    .utooltip {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: fixed;
        height: fit-content;
    }
}


/*About us*/
.about-us-title h1 {
    text-align: center;
    margin-bottom: 24px;
}

.horn-icon {
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 70px;
    align-items: center;
}

.upper-text {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 70px;
}

.photo-box {
    background-color: #F1F4F7;
    padding: 16px;
    text-align: center;
    border-radius: 10px;
    height: 100%;
}

.photo-box img {
    margin-bottom: 16px;
    max-width: 120px;
}

.photo-box p {
    margin-bottom: 0px;
}

.horn-icon img {
    margin-right: 24px;
}

.upper-text img {
    margin-right: 28px;
}

.about-text-1 {
    margin-bottom: 48px;
}

.info-box {
    background-color: #F1F4F7;
    padding: 16px;
    text-align: left;
    border-radius: 10px;
    margin-bottom: 24px;
    height: 100%;
}

.info-box img {
    margin-bottom: 16px;
}

.info-box .title {
    margin-bottom: 16px;
}

.info-box .social {
    justify-content: flex-start;
    margin-top: 16px;
}

.info-box .social img {
    height: 16px;
    margin: 0 8px 0 0;
}

.info-box .social span {
    margin-right: 24px;
}

.eq-col .col-md-4 {
    margin-bottom: 24px;
}

.thx {
    font-size: 14px;
    background-color: #F1F4F7;
    margin: 70px 0;
    padding: 25px 0;
}

.thx-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.thx-mail {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.5;
}

.thx-box {
    display: flex;
    align-items: flex-start;
}

.thx-box img {
    margin-right: 8px;
}






/*404*/
.box-404 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.konyk-M {
    margin-left: 20px;
    margin-right: 20px;
    min-width: 240px;
    text-align: center;
}

.konyk-M p {
    margin-bottom: 6px;
}

.try {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.konyk-M h1 {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 34px;
}

.box-404-2 {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
}

.text-404 {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 16px;
    max-width: 450px;
}

.btn-box-404 {
    text-align: center;
    margin-bottom: 70px;
}

.btn-border-404 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-border-in-404 {
    padding: 10px 22px;
    margin-top: 4px;
    color: #fff;
    background-color: #003575;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #003575;
    border-radius: 4px;
    transition: all .5s;
}

/*News list*/
.news-list-image {
    height: 195px;
    border-radius: 5px 5px 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.news-list-label {
    display: flex;
    width: fit-content;
    padding: 6px 24px;
    border-radius: 0 50px 50px 0;
    color: #fff;
    margin-top: -18px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;

}

.news-list-title {
    margin: 16px 24px 0px 24px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;

}

.news-list-content {
    margin: 0px 24px 6px 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;

}

.news-list-date {
    margin-left: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.news-list-box {
    margin-bottom: 24px;
    border-radius: 4px;
    box-shadow: 0px 1px 8px 2px rgba(20, 20, 20, 0.08);
    height: 100%;
}



/*Single post*/
.excerpt a {
    text-decoration: underline;
}


.breadcrumbs {
    padding: 24px 0;
}

#breadcrumbs {
    margin-bottom: 0;
}

#breadcrumbs a, #breadcrumbs .breadcrumb_last {
    font-size: 14px;
    color: #0162DD;
}

#breadcrumbs .breadcrumb_last {
    display: inline-block;
    vertical-align: middle;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.5;
}

#breadcrumbs span {
    color: #A1AEBE;
}

.head-social {
    float: right;
}

.head-social a img {
    margin-right: 10px;
    width: 16px;
    height: 16px;
}

.post-head {
    margin: 32px 0;
    text-align: center;
}

.post-head h1 {
    margin-bottom: 32px;
}

.post-head .excerpt {
    font-size: 21px;
    margin-bottom: 32px;
}

.authors-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.author-name {
    font-weight: 500;
    margin-bottom: 10px;
}

.author-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
}

.post-head .authors-box .author {
    margin: 0 16px;
}

.post-head .authors-box .author img {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    border: 1px solid #090A0A;
    margin-bottom: 8px;
}

.post-head .date img {
    margin-right: 4px;
}

.post-head .date p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.post-main-img {
    text-align: center;
}

.post-main-img img {
    width: 100%;
}

.post-content {
    margin-top: 90px;
}

.post-content h2 {
    color: #022042;
    position: relative;
    padding-left: 24px;
    margin: -90px 0 32px 0;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 90px;
}

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

#table-of-contents a {
    text-decoration: none;
}

.contents {
    position: sticky;
    top: 100px;
}

.contents p {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 24px;
}

.contents ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contents ul li a {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 24px;
    text-transform: uppercase;
    display: block;
    transition: all .5s;
}

.contents ul li a:hover {
    background-color: #fff;
    border-left: 4px solid #2887F8;
    box-shadow: 0 0 8px 0 rgb(20 20 20 / 8%);
    transition: all .5s;
}





/*Post features*/
.post-content h2:before {
    content: '';
    width: 4px;
    height: 33px;
    background-color: #2887F8;
    position: absolute;
    top: 90px;
    margin-left: -24px;
}

.post-content blockquote {
    margin: 0 0 24px 0;
    position: relative;
    padding-left: 52px;
    font-weight: 600;
}

.post-content blockquote:before {
    content: '';
    background-image: url(/media/wp-content/uploads/2024/04/bloquote.svg);
    width: 36px;
    height: 36px;
    position: absolute;
    margin-left: -52px;
}

.support-bird {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px auto;
    padding: 0 24px 0 32px;
    max-width: 600px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgb(20 20 20 / 8%);
}

.support-bird .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.support-bird p {
    margin-bottom: 0;
    margin-right: 20px;
}

.sm-btn-b-in {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding: 7px 22px;
    background-color: #003575;
    border-radius: 4px;
    border: 1px solid #003575;
    transition: all .5s;
}

.sm-btn-b-in:hover {
    color: #003575;
    background-color: #fff;
    border: 1px solid #003575;
    transition: all .5s;
}

.carouselSwiper {
    padding: 16px 0 32px 0;
    background-color: #fff;
    margin-bottom: 35px;
}

.carouselSwiper .slider-img {
    height: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carouselSwiper .swiper-slide-next .slider-img {
    height: 240px;
}

.carouselSwiper .swiper-wrapper {
    align-items: center;
}

.carouselSwiper .description {
    opacity: 0;
    text-align: center;
}

.carouselSwiper .swiper-slide-next .description {
    opacity: 1;
}


.post-content-inner ul, .simple-page ul {
    margin-bottom: 24px;
}

.post-content-inner ul li, .simple-page ul li {
    margin-bottom: 5px;
}

.post-content-inner ul li::before, .simple-page ul li::before {
    content: '';
    display: inline-block;
    height: 16px;
    width: 16px;
    background-image: url(/media/wp-content/uploads/2024/05/list.svg);
    background-size: cover;
    margin-right: 10px;
}

.post-content-inner ol, .simple-page ol {
    margin: 0;
    padding-left: 1.5em;
    margin-bottom: 24px;
}

.post-content-inner ol li, .simple-page ol li {
    list-style: number;
    margin-bottom: 5px;
}


@media screen and (max-width: 767px) {
    #breadcrumbs a, #breadcrumbs .breadcrumb_last {
        font-size: 12px;
    }
    .support-big {
        flex-direction: column;
    }
    .head-social {
        text-align: center;
        float: none;
    }
    .post-head .excerpt {
        font-size: 18px;
    }
    .post-main-img {
        min-height: 280px;
    }
    .post-content {
        margin-top: 50px;
    }
    .post-content h2 {
        margin: -50px 0 24px 0;
        font-size: 21px;
        padding-top: 50px;
    }
    .post-content h2:before {
        top: 50px;
    }

    .m-reverse .col-md-8 {
        order: 2;
    }
    .m-reverse .col-md-4 {
        order: 1;
    }
    .contents {
        position: static;
        margin-left: -24px;
        margin-bottom: 24px;
    }
}


/*Slider start*/
.sliderSwiper {
    margin: 20px 0;
}

.slider-img {
    height: 500px;
    background-size: cover;
    background-position: center;
}

.sliderSwiper .swiper-pagination-fraction {
    bottom: 70px;
    color: #fff;
}

.sliderSwiper p {
    text-align: center;
    margin-top: 10px;
}

.sliderSwiper .swiper-button-next, .sliderSwiper .swiper-button-prev {
    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: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    top: var(--swiper-navigation-top-offset, 42%);
}

.sliderSwiper .swiper-button-next {
    right: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sliderSwiper .swiper-button-prev {
    left: 20px;
}

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

.swiper-button-next img, .swiper-button-prev img {
    width: 16px;
    height: 14px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .slider-img {
        height: 400px;
    }
    .sliderSwiper .swiper-pagination-fraction {
        top: 350px;
    }
}

@media screen and (max-width: 767px) {
    .slider-img {
        height: 250px;
    }
    .swiper-button-next, .swiper-button-prev {
        top: var(--swiper-navigation-top-offset, 40%);
    }
}





/*Slider end*/
.support-big {
    padding: 16px 24px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 35px;
}

.support-big img {
    margin-right: 24px;
    max-width: 350px;
    max-height: 350px;
}

.support-big .title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.support-big .info p:last-child {
    font-weight: 600;
}

.support-big .sm-btn-b {
    display: flex;
    justify-content: center;
}

.support-big .sm-btn-b-in {
    padding: 11px 50px;
}


@media screen and (max-width: 767px) {
    .support-bird {
        padding: 0;
    }
    .support-bird .right {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 0;
    }
    .support-bird p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .support-bird img {
        width: 35%;
    }
    .support-bird {
        align-items: flex-end;
    }

    .carouselSwiper .description {
        opacity: 1;
    }

    .support-big img {
        margin-bottom: 24px;
    }
    .support-big .sm-btn-b {
        display: block;
        text-align: center;
    }
    .carouselSwiper .slider-img {
        height: 240px;
    }

}
























/*Homepage*/
.home-main-screen {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -90px;
}

.home-main-screen h1 {
    font-size: 42px;
    line-height: 1.3;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 300px;
    margin-bottom: 25px;
}

.home-main-screen .btn-box {
    text-align: center;
    margin-bottom: 100px;
}

.home-main-screen .btn-brd {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.btn-brd-in {
    font-size: 16px;
    padding: 12px 32px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 4px;
    transition: all .5s;
}

.btn-brd-in:hover {
    background-color: #fff;
    color: var(--dark);
    transition: all .5s;
}


.hm-news {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.hm-news a {
    min-width: 33.3333333%;
}

.hm-news-box {
    padding: 24px 24px 16px 24px;
    color: #fff;
    border: 2px solid transparent;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all .5s;
}

.hm-news-box .hm-top {
    display: flex;
    align-items: center;
}

.hm-news-box .hm-top .hm-img {
    width: 35%;
    height: 80px;
    margin-right: 10px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hm-news-box .hm-top .hm-title {
    width: 65%;
    margin-bottom: 0;
    font-weight: 700;
}

.hm-bottom {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #979C9E;
}

.hm-bottom .hm-date {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}

.hm-news-box:hover {
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all .5s;
}


.cat-menu {
    margin-bottom: 90px;
}

.cat-m-list {
    display: flex;
    align-items: flex-start;
    box-shadow: 0 1px 8px 2px rgb(20 20 20 / 8%);
}

.cat-m-item {
    background-color: #fff;
    padding: 28px;
    text-align: center;
    border-right: 1px solid #E0E0E0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    flex: 1;
}

.cat-m-item:last-child {
    border-right: none;
}

.cat-m-item a {
    white-space: nowrap;
}

.actual {
    margin-bottom: 80px;
}

.actual h2 {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}

.all-posts-link {
    display: inline-block;
    margin-bottom: 24px;
    float: right;
}

.all-posts-link a {
    display: inline-block;
    text-align: right;
    text-transform: uppercase;
    color: var(--blue);
    font-weight: 500;
}

.all-posts-link a::after {
    content: url('/media/wp-content/uploads/2024/04/arrow-r-dark.svg');
    margin-left: 10px;
}

.pls-cat {
    width: fit-content;
    padding: 6px 24px;
    border-radius: 6px;
    margin-left: 16px;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    text-transform: lowercase;
    margin-bottom: 24px;
}

.posts-list {
    margin-bottom: 60px;
}

.pl-bg-info-list {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 64px 0;
}

.pl-bg-info-list .pls-cat {
    margin: 0 0 42px 0;
}

.pl-bg-info-list .title {
    color: #fff;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.pl-bg-info-list .info {
    color: #fff;
    font-size: 18px;
}

.pl-bg-info-list .btn-box {
    margin-top: 48px;
}

.pl-bg-info-list .btn-brd {
    display: flex;
}

.pl-news-simple h2 {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}

.pl-news-simple .btn-box {
    display: flex;
    justify-content: center;
}

.pl-news-simple .btn-brd-in {
    color: var(--dark);
    border: 1px solid var(--dark);
}



.slider-test .swiper {
    width: 100%;
    height: 100%;
}

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

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

.ps-btn {
    display: flex;
}

.ps-btn-in {
    font-size: 16px;
    padding: 12px 32px;
    color: #fff;
    background-color: #003575;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #003575;
    border-radius: 4px;
    transition: all .5s;
}

.ps-btn-in:hover {
    color: #003575;
    background-color: #fff;
    border: 1px solid #003575;
    transition: all .5s;
}








/*Header*/
.site-header {
    position: fixed;
    width: 100%;
}

.header-inner {
    display: flex;
    align-items: center;
}







/*Footer*/
.help {
    background-image: url(/media/wp-content/uploads/2024/04/footer-dog.png), url(/media/wp-content/uploads/2024/04/footer-bg.svg), linear-gradient(to bottom, #070F1D, #102137);
    color: #fff;
    background-repeat: no-repeat;
    background-position: 85% bottom, right center;
    background-size: 25%, auto, auto;
}

.help .btn-border-in{
    color: #fff;
    border: 1px solid #fff;
    margin-top: 0px;
}
.help .btn-border{
    justify-content: flex-start;
}


.logo-lev{
    margin-top: 65px;
}

.f-title{
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 75px;
}

.f-text{
    font-size: 18px;
    font-weight: 400;
}

.ff-title{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;

}

.ff-text{
    font-size: 18px;
    font-weight: 400;
}

.footer-top .socciall {
    margin-bottom: 24px;
}



.sup-box{
    background-color: #F1F4F7;
    padding: 24px;
    text-align: center;
}

.sup-box .btn-box{
    margin-bottom: 0px;
}

.footer-top{
    padding: 24px 0 0 0;
}

.sup-box .btn-border-in{
    margin-top: 0px;
}

.help .btn-box {
    display: flex;
    margin-bottom: 35px;
}

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

.sup-box .btn-brd-in {
    color: var(--blue);
    border: 1px solid var(--blue);
    padding: 12px 44px;
}

.sup-box .btn-brd-in:hover {
    background-color: var(--blue);
    color: #fff;
    border: 1px solid var(--blue);
}

.footer-middle {
    border-top: 1px solid #979C9E;
    border-bottom: 1px solid #979C9E;
    background-color: #F1F4F7;
    padding: 24px 0;
}

.footer-menu {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.f-menu .title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.f-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.f-menu ul li {
    margin-bottom: 10px;
}

.f-menu ul li a {
    font-size: 16px;
    color: var(--dark);
}

.m-footer-menu {
    display: none;
}

.m-footer-menu .accordion {
    background: none;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    color: var(--blue);
    cursor: pointer;
    padding: 18px 0;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s;
}

.m-footer-menu .active, .accordion:hover {
    background: none;
    transition: 0.5s;
}

.m-footer-menu img {
    transform: rotate(0deg);
    transition: 0.5s;
}

.m-footer-menu .active img {
    transform: rotate(180deg);
    transition: 0.5s;
}

.m-footer-menu .panel {
    padding: 0 0 18px 0;
    display: none;
    background-color: transparent;
    overflow: hidden;
    transition: 0.5s;
}







.subscribe {
    padding: 24px 0;
}

.subscribe p {
    font-size: 16px;
    margin-bottom: 16px;
}

.subscribe .nf-before-form-content, .subscribe .nf-form-errors, .subscribe .nf-error-msg {
    display: none;
}

.subscribe .nf-field-label {
    display: none;
}

.subscribe .nf-form-content {
    padding: 0;
}

.subscribe .nf-form-content nf-fields-wrap {
    display: flex;
}

.subscribe .nf-form-content nf-field:first-child {
    width: 100% !important;
    margin-right: 10px;
}

.subscribe .nf-form-content input[type="email"] {
    border: 1px solid #CDCFD0;
    background: none;
    border-radius: 4px;
}

.subscribe .nf-form-content input[type=submit] {
    background-color: var(--blue);
    color: #fff;
    border-radius: 4px;
    border: 1px solid var(--blue);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

.subscribe .nf-form-content input[type=submit]:hover {
    background-color: transparent;
    color: var(--blue);
}






.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.footer-rules {
    font-size: 12px;
    color: #022042;
    margin-bottom: 0;
}

.copyright {
    padding: 16px 0;
    background-color: #F1F4F7;
}

.copyright .row {
    align-items: center;
}

.copyright .copy {
    font-size: 14px;
    margin-bottom: 0;
    text-align: right;
}








/*General*/
:root {
    --blue: #003575;
    --dark: #022042;
    --orange: #FA9600;
    --grey: #6C7072;
}

.post, .page {
    margin: 0;
}

body {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--dark);
    background-color: #F7F9FA;
    padding-top: 90px;
}

h1 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

p {
    margin-bottom: 20px;
}

a, a:hover {
    color: #031D3B;
    text-decoration: none;
}

.nowrap {
    white-space: nowrap;
}

.desktop {
    display: flex;
}

.mobile {
    display: none;
}

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

@font-face {
    font-family: Montserrat;
    src: url(/media/wp-content/themes/umedia/fonts/Montserrat-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: Montserrat;
    src: url(/media/wp-content/themes/umedia/fonts/Montserrat-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: Montserrat;
    src: url(/media/wp-content/themes/umedia/fonts/Montserrat-Bold.ttf);
    font-weight: 700;
}

@media (min-width: 1920px) {
    .help {
        background-size: 15%, auto, auto;
    }
}

@media (min-width: 1400px) and (max-width: 1919px) {
    .help {
        background-size: 19%, auto, auto;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}


@media (min-width: 1200px) and (max-width: 1399px) {
    .home-main-screen h1 {
        font-size: 36px;
    }
    .f-title {
        font-size: 32px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .home-main-screen h1 {
        font-size: 32px;
    }
    .hm-news-box {
        padding: 12px 12px 8px 12px;
    }
    .hm-news-box .hm-top .hm-title {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.3;
    }
    .cat-m-item {
        font-size: 14px;
        padding: 16px;
    }
    .actual h2 {
        font-size: 24px;
    }
    .actual .desktop {
        display: none;
    }
    .actual .mobile {
        display: block;
    }
    .pl-bg-info-list .btn-box {
        margin-bottom: 48px;
    }
    .f-title {
        font-size: 24px;
    }
    .f-text {
        font-size: 16px;
    }
    .help {
        background-position: 95% bottom, right center;
        background-size: 30%, auto, auto;
    }
    .ff-social {
        margin-bottom: 48px;
    }
    .footer-menu {
        justify-content: space-between;
    }
}


@media screen and (max-width: 767px) {
    body {
        padding-top: 50px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    h1 {
        font-size: 24px;
    }

    .cat-menu {
        display: none;
    }
    .hm-news {
        display: none;
    }
    .home-main-screen h1 {
        font-size: 24px;
        margin-top: 200px;
    }
    .actual {
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .actual h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .pl-bg-info-list .title {
        font-size: 24px;
    }
    .pl-bg-info-list .btn-box {
        margin-bottom: 48px;
    }
    .pl-news-simple h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .logo-lev {
        margin-top: 50px;
        text-align: center;
    }
    .f-title {
        font-size: 24px;
        margin-top: 50px;
        text-align: center;
    }
    .f-text {
        font-size: 16px;
        text-align: center;
    }
    .help .btn-box {
        justify-content: center;
    }
    .help {
        background-position: 105% bottom, right center;
        background-size: 35%, auto, auto;
    }
    .ff-title {
        text-align: center;
    }
    .ff-social {
        text-align: center;
    }
    .footer-menu {
        justify-content: space-between;
        flex-direction: column;
        margin-top: 30px;
    }
    .copyright {
        text-align: center;
    }
    .copyright .copy {
        text-align: center;
        margin-top: 20px;
    }
    .ps-btn {
        display: block;
        width: 100%;
        text-align: center;
    }

    .m-footer-menu {
        display: block;
        margin: 24px 0 0 0;
    }

    .footer-menu {
        display: none;
    }

}