.blog-container {
    max-width: 1560px;
    margin: 0 auto;

    @media screen and (max-width: 1600px) {
        padding: 0 16px;
    }
}

main {
    color: #101828;
    margin-top: 64px;

    @media screen and (max-width: 1300px) {
        margin-top: 32px;
    }

    @media screen and (min-width: 1201px) and (max-width:1600px) {
        margin-left: 16px !important;
    }

}

.hero {
    margin-top: 80px;

    @media screen and (max-width: 1100px){
        margin-top: 69px;
    }
    @media screen and (max-width: 996px){
        margin-top: 60px;
    }
    @media screen and (max-width: 374px){
        margin-top: 32px;
    }
}

.hero-inner-p-x {
    padding-left: 180px;
    padding-right: 180px;

    @media screen and (max-width: 1600px){
        padding-left: 64px;
        padding-right: 64px;
    }
    @media screen and (max-width: 1000px){
        padding-left: 16px;
        padding-right: 16px;
    }
}

.hero-inner-p-y {
    padding-top: 64px;
    padding-bottom: 64px;

    @media screen and (max-width: 1000px){
        padding-bottom: 32px;
    }
}

.hero-title-padding-top {
    padding-top: 194px;

    @media screen and (max-width: 1600px){
        padding-top: 144px;
    }

    @media screen and (max-width: 1100px){
        padding-top: 120px;
    }

    @media screen and (max-width: 991px){
        padding-top: 96px;
    }

    @media screen and (max-width: 374px){
        padding-top: 60px;
    }
}

.hero > .hero-inner {
    padding-top: 16px !important;
}

.hero-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-title h1 {
    margin: 0;
    font-weight: 700;
    color: white;

    @media screen and (max-width: 1700px){
        text-wrap: unset;
    }
    @media screen and (max-width: 1175px){
        text-wrap: balance;
    }
    @media screen and (max-width: 480px){
        text-wrap: unset;
    }

    font-size: 60px;
    @media screen and (max-width: 1300px) {
        font-size: 30px;
    }
}

.hero-left {
    display: flex;
    flex-direction: column;
    gap: 40px;

    @media screen and (max-width: 1000px){
        gap: 24px;
    }
}

.hero-icon {
    position: absolute;
    top: 75px;
    right: 0;
    height: 390px;
}

.hero-overlay-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 24px;
    top: 0;
    right: 0;
    margin: 24px;
}

.hero-image-overlay {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 42px 32px;
    gap: 24px;
    background-color: white;
    backdrop-filter: blur(10px);
    max-height: max-content;
    max-width: 246px;
    opacity: 90%;
    min-width: 246px;


    @media screen and (max-width: 1300px) {
        padding: 1rem;
    }

    @media screen and (max-width: 999px) {
        display: none;
    }
}

.short-text-container {
    max-width: 1025px;
    margin-left: auto;
    margin-right: auto;

    margin-bottom: 60px;

    @media screen and (max-width: 1300px) {
        margin-bottom: 24px;
    }
}

.blocks-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;

    @media screen and (max-width: 1150px) {
        grid-template-columns: repeat(2, 1fr);
    }

    @media screen and (max-width: 750px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.avoid-absolute {
    position: relative;
    z-index: 1;
}

.block {
    text-align: center;
    position: relative;
    min-height: 341px;
    padding: 40px 12px;

    @media screen and (max-width: 1300px) {
        padding: 50px 12px;
        min-height: 270px;
    }
}

.block .content {
    display: flex;
    flex-direction: column;
    gap: 60px;
    height: 100%;

    @media screen and (max-width: 1300px) {
        gap: 25px;
    }
}

.block img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.cards-container {
    display: flex;
    flex-direction: row;
    margin-top: 60px;
    margin-bottom: 100px;

    @media screen and (max-width: 1300px) {
        margin-top: 24px;
        margin-bottom: 64px;
        flex-direction: column;
    }
}

.cards-container .cards-left {
    max-width: 50%;
    width: 50%;
    margin-right: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;

    @media screen and (max-width: 1300px) {
        max-width: 100%;
        width: 100%;
        gap: 16px;
    }
}

.cards-container .cards-right {
    max-width: 50%;
    width: 50%;

    @media screen and (max-width: 1300px) {
        margin-top: 16px;
        max-width: 100%;
        width: 100%;
    }
}

.tax-list-style ul {
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.tax-list-style li {
    padding-left: 12px;
}

.tax-list-style {
    list-style-image: url("/img/about-us/li-rect.svg");
}

.cards-right .ccard *:not(.fw-700) {
    font-size: 20px;
    @media screen and (max-width: 1300px) {
        font-size: 16px;
    }
}

.ccard {
    background-color: #F2F4F7;
    padding: 40px 32px;

    @media screen and (max-width: 1300px) {
        padding: 24px;
    }
}

.videos-container {
    margin-bottom: 100px;

    @media screen and (max-width: 1300px) {
        margin-bottom: 64px;
    }
}

.story-columns-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr);
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;

    @media screen and (max-width: 1300px) {
        display: none;
    }
}

.story-columns-head__left {
    text-align: right;
}
.story-columns-head__right {
    text-align: left;
}

.story-container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 56px;
    margin: 60px auto 0;
    max-width: 1200px;
}

.story-container::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    width: 4px;
    background-color: #D4A773;
    z-index: 0;
}

.story-step {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr);
    align-items: start;
    gap: 0;
    z-index: 1;
}

.story-step__left {
    text-align: right;
    color: #D4A773;
}

.story-step__center {
    display: flex;
    justify-content: center;
}

.story-step__icon-wrap {
    /*width: 60px;*/
    /*height: 60px;*/
    /*border-radius: 50%;*/
    /*background-color: #FBF6F1;*/
    /*border: 4px solid #D4A773;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-step__icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.story-step__dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #D4A773;
    display: block;
}

.story-step__year {
    line-height: 1;
}

.story-step__text > *:last-child {
    margin-bottom: 0;
}

.story-step__right ul {
    gap: 14px;
}

.story-step__right-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*align-items: center;*/
}

.story-step__text-mobile {
    display: none;
    color: #D4A773;
    margin-top: -12px;
}

@media screen and (max-width: 1199px) {
    .story-container {
        gap: 36px;
        margin-top: 32px;
    }

    .story-container::before {
        left: 10px;
        transform: none;
    }

    .story-step {
        grid-template-columns: 19px minmax(0, 1fr);
        gap: 20px;
    }

    .story-step__left {
        display: none;
    }

    .story-step__center {
        grid-column: 1;
        grid-row: 1 / span 2;
        align-items: flex-start;
    }

    .story-step__icon-wrap {
        margin-left: 4px;
    }

    .story-step__right {
        grid-column: 2;
        order: 1;
    }

    .story-step__text-mobile {
        display: block;
    }
}

.big-block {
    background-color: #2F202D;
    color: white;
    padding: 64px;
    margin-top: 124px;
    position: relative;

    @media screen and (max-width: 1300px) {
        padding: 32px 16px;
        margin-top: 48px;
    }
}

.big-block__bg-left {
    position: absolute;
    left: 0;
    top: 0;
}

.big-block__bg-right {
    position: absolute;
    right: 0;
    top: 0;
}

.big-block__bg-left,
.big-block__bg-right {
    display: block;

    @media screen and (max-width: 1300px) {
        display: none;
    }
}

.big-block__title {
    margin-bottom: 64px;
    text-align: center;

    @media screen and (max-width: 1300px) {
        margin-bottom: 24px;
    }
}

.big-block__element {
    /*max-width: 50%;*/
    display: flex;
    flex-direction: row;
    gap: 16px;
    border-bottom: 1px solid #594D57;
    padding: 32px 0;

    @media screen and (max-width: 1300px) {
        padding: 32px 0;
        grid-column: 1 !important;
    }
}

.big-block__element p:not(.text-24-18) {
    margin-bottom: 0;
}

.big-blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 48px;

    @media screen and (max-width: 1300px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.map-container {
    max-width: 1760px;
    margin: 0 auto;
    padding: 0 16px;
}

.map-section h2 {
    margin-bottom: 60px !important;

    @media screen and (max-width: 1300px) {
        margin-bottom: 24px !important;
    }
}

.map-section {
    margin-top: 124px;
    padding-bottom: 124px;

    @media screen and (max-width: 1300px) {
        margin-top: 48px;
        padding-bottom: 48px;
    }
}

.map-small-text {
    margin-top: 60px;
}

.pzu-feature {
    overflow: hidden;
}

.pzu-feature__media {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.pzu-feature__media-overlay {
    position: absolute;
    z-index: 1;
}

.pzu-feature__picture {
    display: block;
    width: 100%;
    height: 100%;
}

.pzu-feature__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.pzu-feature__content {
    position: relative;
    padding: 24px;
    color: white;
}

.pzu-feature__icon {
    min-width: 60px;
    max-width: 122px;
    max-height: 150px;
    width: 7vw;
}

.pzu-feature__bg-symbol {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    height: 45%;
}

.pzu-feature__text {
    z-index: 1;
}

.pzu-feature__link {
    text-decoration: none !important;
}

.pzu-feature__button {
    border-radius: 8px;
    background-color: #2F202D;
    color: white;
}

.pzu-feature__button-secondary {
    background-color: #F2F4F7;
    color: #2F202D;
}

.pzu-feature__button:hover {
    opacity: 0.8;
}

.pzu-feature__content {
    background-color: #D4A773;
}

.pzu-section {
    padding-bottom: 100px;

    @media screen and (max-width: 1300px) {
        padding-bottom: 48px;
    }
}

.pzu-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.qna-container {
    color: #101828;

    @media screen and (max-width: 1199px) {
        margin-top: 20px;
        padding-bottom: 32px;
    }
}