.footer__logo-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer {
    display: flex;
}

.footer__currencies {
    max-width: 400px;
}

.footer__currencies div {
    flex-wrap: wrap;
}

.with-socials {
    flex-direction: column;
    gap: 20px;
}

.footer__socials {
    padding: 0 0;
}

.footer__socials-icons {
    max-width: 200px;
    flex-wrap: wrap;
}

.footer__socials-icons img {
    width: 30px;
	filter: invert(1) hue-rotate(-12deg);
}

.footer__nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, auto));
    grid-column-gap: 45px;
    grid-row-gap: 30px;
}

.image-logo-additional {
    display: flex;
    padding-top: 20px;
    flex-wrap: wrap;
}

.footer__nav-mobile {
    display: none !important;
}

.image-logo-additional a:nth-child(1) {
    margin-right: 20px;
}

.image-logo-additional a:nth-child(3) {
    margin-top: 20px;
}

.profile-container {
    background: #1f2d3a;
    border-radius: 10px;
    padding: 40px 20px !important;
    color: #fff;
    text-align: center;
}

.profile-container img {
    border: 2px solid #00FFC1;
    border-radius: 5px;
}

@media screen and (max-width: 499px) {
    .footer__nav {
        padding: 15px 24px 11px 24px;
    }

    .footer__nav {
        grid-template-columns: repeat(2, minmax(0, auto));
    }

    .footer__socials-icons {
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .footer__logo-copyright p,
    .footer__about,
    .footer__nav-item a {
        font-size: 13px;
    }

    .footer__about,
    .footer__nav-item p {
        font-size: 14px;
    }

    .blog-section__title > img {
        display: block;
    }
}

.fa-icon {
    display: inline-block;
    fill: currentColor;
    width: auto;
    height: 1em;
    color: #fff;
}

.with-nav {
    gap: 45px;
    justify-content: space-between;
}

.footer__section {
    max-width: 1440px;
}

.breadcrumbs {
    padding: 16px 32px 16px 32px;
	background: #171B2E;
	color: #ccc;
	border-radius: 8px;
	margin-top: 16px;
	margin-bottom: 16px;
}

.breadcrumbs__list {
    display: flex;
    gap: 8px;
}

.breadcrumbs__link:active,
.breadcrumbs__link {
    color: #0073E6;
    position: relative;
    text-decoration: underline;
}

@media screen and (max-width: 600px) {
    .breadcrumbs__item {
        font-size: 13px;
    }

    .breadcrumbs {
        padding: 0 20px 30px 20px;
    }
}

.breadcrumbs__link::after {
    content: '/';
    display: block;
    padding: 0 4px;
    position: absolute;
    right: -12px;
    top: 0;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 16px;
    gap: 10px;
    padding: 30px 0;
}

.pagination .page-numbers {
    font-size: 21px;
    color: white;
    display: flex;
    align-items: center;
}

.pagination .current {
    border-radius: 50%;
    padding: 3px 3px;
    width: 26px;
    height: 26px;
    display: inline-flex;
    border: 1px solid #FFFFFF;
    justify-content: center;
    align-items: center;
}

.blog-info__main-text li,
.blog-info__main-text p {
/*     line-height: 27px; */
	line-height: 1.25;
}

.blog-info__main-text li {
    font-size: 14px;
}

.blog-info__main-text a {
    text-decoration: underline;
    color: #0066cc !important; /* Blue */
}

.blog-info__main-text h3 {
    font-size: 1.45em;
    line-height: 1.3;
}

.blog-info__main-text h2 {
    font-size: 1.65em;
    line-height: 1.3;
}

.blog-info__main-text h1 {
    font-size: 1.85em;
    line-height: 1.3;
}

.blog-info__main-text iframe {
    width: 100%;
    height: 500px;
    padding: 30px;
}

.blog-info__main-text .aligncenter {
    width: 100%;
}

.blog-subscribe__text p,
.blog-info__article-text p {
    font-weight: 400;
}

.footer__currencies-text p,
.footer__socials p,
.footer__nav-item p {
    font-style: initial;
    font-size: 14px;
}

.footer__nav-item a {
    font-size: 13px;
}

.footer__nav-item a {
    position: relative;
}

.footer__nav-item a svg {
    position: absolute;
    margin-left: 7px;
    margin-top: 2px;
}

.footer__about {
    font-weight: 600;
    font-size: 12px;
    max-width: 468px;
}

.footer__logo-copyright p {
    font-size: 13px;
}

.footer__logo-wrapper {
    display: flex;
    width: 100%;
}

.footer__license img {
    width: 70px;
    height: 70px;
    background: white;
    border-radius: 50%;
}

.footer__license {
    flex-grow: 1;
    display: flex;
    justify-content: space-around;
}

.footer__logo-copyright img {
    width: 193px;
    height: 55px;
}

.footer__divider {
    background: #748899;
    height: 100%;
    width: 1px;
    margin-left: 24px;
}

.with-socials {
    justify-content: flex-start;
}

@media screen and (max-width: 499px) {
    .footer__logo-wrapper {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 20px;
    }

    .footer__logo-copyright {
        margin-top: 0;
        order: -1;
    }

    .footer__logo-copyright a {
        display: block;
    }

    .footer__socials-icons img,
    .footer__currencies img {
        width: 30px;
        height: 30px;
    }

    .blog-info__main-text iframe {
        width: 100%;
        padding: 0;
        height: 300px;
    }
}

.footer__section {
    max-width: 1330px;
}

.blog-info__article-text h1 {
    font-size: 2.1em;
    line-height: 1.1;
}

.pagination-page {
    padding: 41px 0;
}

.pagination-page__list {
    display: flex;
    gap: 5px;
}

.pagination-page__current,
.pagination-page__link {
    color: #ffffff;
    font-size: 14px;
    line-height: 16.41px;
    font-weight: 700;
}

.pagination-page__current {
    font-weight: 400;
}

.pagination-page__link {
    text-decoration: underline;
}

.pagination-page__link:visited {
    color: #ffffff;
}





/* Added styles to bring inline with main site */
.blog-info__featured-sidebar-content {
	padding: 16px;
	margin-bottom: 32px;
	background: #171B2E;
	border-radius: 8px;
}

figcaption {
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
}
