.ip-banner {
    display: none;
}

#inner-page-wrapper>.container {
    width: 100%;
    padding: 0;
}

.header {
    background: var(--primary);
}

.header .header__inner {
    padding: min(1.316vw, 20px) min(3.947vw, 60px);
}

#footer-git {
    display: none;
}

/* IMAGE CONTAINER */
.img-container {
    position: relative;
    display: block;
}

.img-container canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--primary);
}

.img-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
}

.img-container.no-bg canvas {
    background-color: transparent;
}

.img-container.no-bg img {
    object-fit: contain;
}

/* BREADCRUMBS */
.breadcrumbs-wrapper {
    margin-top: 90px;
    padding: 18px 0;
    background: linear-gradient(to right, #262626, #919191, #262626);
}

#custom-breadcrumbs {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    max-width: 1170px;
    margin: auto;
    font-weight: 600;
    padding: 0 15px;
}

#custom-breadcrumbs a {
    transition: all ease .4s;
    color: #fff;
}

#custom-breadcrumbs a:hover {
    opacity: .8;
}

/* INTRO SECTION */
.blog-intro {
    padding: 48px 0 65px 50px;
}

.blog-intro .inner {
    display: flex;
    justify-content: space-between;
    max-width: 1600px;
    margin: auto;
}

.blog-intro .text {
    width: 43%;
}

.blog-intro .page-title {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .02em;
    padding-top: 17%;
    margin-bottom: 30px;
}

.blog-intro .description {
    font-size: 15px;
    letter-spacing: .02em;
    line-height: 1.733;
    margin-bottom: 58px;
}

.blog-intro .published {
    display: flex;
    align-items: center;
    padding-left: 13px;
    margin-bottom: 53px;
}

.blog-intro .published .name {
    display: flex;
    align-items: center;
    gap: 19px;
    font-size: 15px;
    padding-right: 4%;
}

.blog-intro .published .name .img-container {
    width: 37px;
    min-width: 37px;
}

.blog-intro .published .date {
    padding-left: 5%;
    font-size: 15px;
    border-left: 1px solid rgba(255, 255, 255, .28);
}

.blog-intro .share {
    display: flex;
    padding-left: 13px;
}

.blog-intro .share span {
    margin-right: 30px;
}

.blog-intro .share a {
    margin-right: 22px;
    font-size: 20px;
    transition: all ease .4s;
    color: #fff;
}

.blog-intro .share a:hover {
    color: #fff;
    opacity: .8;
}

.blog-intro .share a:last-child {
    margin-right: 0;
}

.blog-intro .share a .ai-font-envelope {
    font-size: 15px;
}

.blog-intro .photo {
    width: 52%;
}

/* MAIN BLOG SECTON */
.blog-main {
    padding: 0 15px 90px;
}

.blog-main .inner {
    max-width: 1140px;
    margin: auto;
}

.blog-main span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .02em;
    line-height: 1.444;
    margin-bottom: 28px;
}

.blog-main p {
    font-size: 15px;
    letter-spacing: .02em;
    line-height: 1.733;
    margin-bottom: 25px;
}

.blog-main .photo {
    margin-top: 60px;
    margin-bottom: 50px;
}

/* OTHER BLOGS */
.blog-others {
    padding: 0 15px 110px;
}

.blog-others .inner {
    max-width: 1500px;
    margin: auto;
}

.blog-others .title-wrap {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.blog-others .title-wrap .sectionTitle .site-accent.to_left {
    margin: 6px -33px 0 0;
}

.blog-others .blogs {
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
    margin-bottom: 77px;
}

.blog-others .blog-item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .2);
    width: 32.3%;
}

.blog-others .blog-item .name {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 26px;
}

.blog-others .blog-item .name span {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.blog-others .blog-item .name .site-accent__icon {
    width: 13px;
    min-width: 13px;
    padding-bottom: 6px;
}

.blog-others .blog-item .text {
    padding: 14px 18px;
    color: #fff;
}

.blog-others .blog-item .title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .02em;
    line-height: 1.444;
    margin-bottom: 5px;
}

.blog-others .blog-item p {
    flex-grow: 1;
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 1.857;
}

.blog-others .blog-item .date-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

.blog-others .blog-item .date-wrap .date {
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 1.857;
    font-family: var(--barlow);
}

.blog-others .blog-item .date-wrap .globalButton {
    padding-top: 15px;
    padding-bottom: 15px;
}

.blog-others .go-back {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    transition: all ease .4s;
    color: #fff;
}

.blog-others .go-back:hover {
    color: #fff;
    opacity: .8;
}

.blog-others .go-back::after {
    content: '';
    display: block;
    width: 26px;
    height: 1px;
    background-color: #4f4f4f;
}

.blog-others .go-back span {
    font-family: var(--barlow);
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.change_theme.alt .blog-intro .page-title{
    color: #000;
}

.change_theme.alt .blog-intro .share a{
    color: #000;
}

.change_theme.alt .blog-intro .share a img{
    filter: invert(1);
}

.change_theme.alt .blog-others .blog-item .text{
    color: #000;
}

.change_theme.alt .blog-others .blog-item .name .site-accent__icon img{
    filter: invert(1);
}

.change_theme.alt .blog-others .go-back{
    color: #000;
}

.change_theme.alt .blog-others .blog-item{
    border-color: #c8c8c8;
}

.header.alt {
    background: var(--secondary) !important;
}

@media only screen and (max-width: 1280px) {
    .blog-intro .page-title {
        padding-top: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .blog-intro {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .header .header__inner {
        padding: 70px 15px 20px;
    }

    .breadcrumbs-wrapper {
        margin-top: 0;
    }

    .blog-intro {
        padding-right: 15px;
    }

    .blog-intro .inner {
        flex-direction: column;
        align-items: center;
        max-width: 800px;
    }

    .blog-intro .text {
        width: 100%;
        text-align: center;
    }

    .blog-intro .photo {
        width: 100%;
    }

    .blog-intro .published {
        padding-left: 0;
        justify-content: center;
    }

    .blog-intro .share {
        padding-left: 0;
        justify-content: center;
        margin-bottom: 30px;
    }

    .blog-main .inner {
        max-width: 800px;
        text-align: center;
    }

    .blog-others {
        padding-bottom: 30px;
    }

    .blog-others .title-wrap h2 {
        font-size: 42px;
    }

    .blog-others .blogs {
        flex-direction: column;
        align-items: center;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        gap: 30px;
    }

    .blog-others .blog-item {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .blog-intro .published {
        flex-direction: column;
        align-items: center;
    }

    .blog-intro .published .name {
        justify-content: center;
        padding-right: 0;
    }

    .blog-intro .published .date {
        border-left: none;
        margin-top: 30px;
        padding-left: 0;
    }

    .blog-others .title-wrap h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 480px) {
    .blog-others .blog-item .date-wrap .globalButton {
        font-size: 12px;
    }
}