.page-static {
    margin-bottom: 30px;
}

.page-static .page-static-content {
    max-width: 1080px;
    width: 100%;
    gap: var(--faq-main-gap);
    flex-direction: column;
    margin-top: 28px;
    margin-bottom: 60px;
}

.page-static .page-static-content.full-width {
    max-width: var(--container-width);
    width: 100%;
    gap: var(--faq-main-gap);
    flex-direction: column;
    margin-top: 28px;
    margin-bottom: 60px;
}

.page-static .page-static-content article {
    padding: var(--default-vertical-margin) 20px 24px;
    margin: 0 auto;
    gap: 24px;
    max-width: 1027px;
    text-align: justify;
}

.page-static .page-static-content article h1 {
    margin: 0px 0px 24px;
    font-family: var(--headers-font-family);
    font-size: 32px;
    font-weight: var(--font-weight-bold);
    line-height: 40px;
    text-transform: uppercase;
}

.page-static .page-static-content article h2, .page-static .page-static-content article h3 {
    margin: 0px 0px 24px;
    font-family: var(--headers-font-family);
    font-size: 20px;
    font-weight: var(--font-weight-bold);
    line-height: 30px;
    text-transform: uppercase;
}

.page-static .page-static-content .uwalls-cards{
    max-width: 1027px;
    margin: 0 auto;
}

.page-static .page-static-content .product-card-wrapper a{
    text-decoration: none;
}

.page-static .page-static-content ul li,
.page-static .page-static-content ol li {
    list-style-position: inside;
}

.page-static .page-static-content .static-page-h2 {
    font-size: 32px;
    line-height: 40px;
}

.page-static .page-static-content .text-with-background {
    border-radius: 2px;
    background: rgba(232, 232, 232, 0.30);
    padding: 24px;
}

.page-static .page-static-content .text-with-background {
    border-radius: 2px;
    background: rgba(232, 232, 232, 0.30);
    padding: 24px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    margin: 24px 0 32px;
}

.page-static .page-static-content .two-columns-page {
    display: flex;
    justify-content: space-between;
}

.page-static .page-static-content ul, .page-static .page-static-content p{
    margin-bottom: 24px;
}

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

.page-static .contacts-header {
    text-align: center;
}

.page-static .contacts-address p {
    margin-bottom: 0px;
    color: var(--brand-black-color);
    text-align: center;
    font-family: var(--body-font-family);
    font-size: 16px;
    font-weight: var(--font-weight-regular);
    line-height: 26px;
}

.page-static .contacts-address {
    border-radius: 2px;
    background: rgba(232, 232, 232, 0.30);
    padding: 16px;
    display: flex;
    max-width: 390px;
    margin: 0px auto 24px;
    flex-direction: column;
}

.page-static .contacts-email-link {
    color: #EF8100;
    font-family: var(--body-font-family);
    font-size: 18px;
    font-weight: var(--font-weight-semilight);
    line-height: 28px;
    text-decoration: none;
    margin: 0px auto 24px;
    text-align: center;
}

.page-static .contacts-email-link a{
    text-decoration: none;
}

.page-static .contacts-social-networks {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.page-static .contacts-social-networks .footer-socials {
    gap: 20px;
}

.page-static .contacts-social-networks .footer-socials-item img {
    width: 40px;
    height: 40px;
}

.page-static .consultation-block-wrapper {
    max-width: 680px;
    width: 100%;
    margin: 0px auto 0px;
    background: transparent;
}

.page-static .consultation-block-wrapper .consultation-block {
    padding: 0px;
    max-width: 100%;
    margin: 0 auto;
}

.page-static .consultation-block-wrapper .consultation-block > .d-flex.cf-fields-cont {
    gap: 40px;
    flex-direction: column;
    margin-bottom: 24px;
}

.page-static .consultation-block .field-group input {
    width: 100%;
}

.page-static .consultation-block-wrapper .field-group, .page-static .collaboration-request-form-row {
    gap: 40px;
}

.page-static .consultation-block-wrapper .consultation-submit-btn{
    width: auto;
    color: var(--brand-black-color);
}

.page-static .consultation-block-wrapper .consultation-submit-btn:hover,
.page-static .consultation-block-wrapper .consultation-submit-btn:active{
    color: #fff;
}

.page-static .consultation-block-wrapper .consultation-submit-btn .product-text{
    text-transform: none;
    font-weight: var(--font-weight-bold);
}

.page-static .consultation-block-wrapper .collaboration-request-wrapper{
    padding: 0px !important;
    margin-bottom: 24px;
}

.consultation-block-wrapper .consultation-block>.d-flex {
    gap: 40px;
    flex-wrap: wrap;
}

.page-static .page-static-content p.list-header {
    font-weight: var(--font-weight-regular);
    color: var(--default-text-color);
    margin-bottom: 10px;
}

.page-static .page-static-content .text-with-background-and-icon{
    display: flex;
    padding: 16px 16px 16px 70px;
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 14px;
    align-self: stretch;
    border-radius: 2px;
    flex-direction: column;
    background: var(--gray-light-transparent-color);
}

.page-static .page-static-content .text-with-background-and-icon.no-bg{
    background: transparent;
}

.page-static .page-static-content .text-with-background-and-icon::before{
    position: absolute;
    top: 6px;
    left: 13px;
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    background: transparent;
    background-repeat: no-repeat;
    background-size: contain;
}

.page-static .page-static-content .text-with-background-and-icon.medal-icon::before{
    background-image: url(/img/redesign/icons/icon-medal.svg);
}

.page-static .page-static-content .text-with-background ul, .page-static .page-static-content .text-with-background p{
    margin-bottom: 0px;
}

.page-static .page-static-content .two-columns-page .page-column {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.page-static .page-static-content .page-column.img-column-with-gap {
    width: calc(50% - 80px);
}

.page-static .page-static-content .page-column.img-column-with-gap img{
    height: auto !important;
    width: 100% !important;
}

.page-static-content .pages-text {
    color: var(--second-text-color);
    font-family: var(--body-font-family);
    font-weight: var(--font-weight-semilight);
    font-size: 16px;
    line-height: 26px;
}

.page-static .page-static-content h6 {
    color: var(--default-text-color);
    font-family: var(--headers-font-family);
    font-weight: var(--font-weight-bold);
    font-size: 16px;
    line-height: 24px;
}

@media (min-width: 769px) and (max-width: 1023px) {
    .page-static .page-static-content .static-page-h2 {
        font-size: 20px;
    }

    .page-static-content .pages-text {
        font-size: 14px;
        line-height: 24px;
    }

    .page-static .page-static-content h6 {
        font-size: 16px;
        line-height: 24px;
    }

    .page-static .page-static-content .two-columns-page {
        flex-direction: column;
        gap: 24px;
    }

    .page-static .page-static-content .two-columns-page .page-column,
    .page-static .page-static-content .page-column.img-column-with-gap {
        width: 100%;
    }

    .page-static .page-static-content .page-column.img-column-with-gap img{
        height: auto !important;
        width: 60% !important;
    }

    .page-static .page-static-content .page-column.img-column-with-gap {
        align-items: center;
    }
}
@media (max-width: 768px) {

    .page-static .page-static-content article {
        padding: var(--default-vertical-margin) 16px 24px;
    }

    .page-static .page-static-content {
        max-width: unset;
    }

    .page-static .page-static-content .static-page-h2 {
        font-size: 18px;
    }

    .page-static-content .pages-text {
        font-size: 14px;
        line-height: 24px;
    }

    .page-static .page-static-content h6 {
        font-size: 16px;
        line-height: 24px;
    }

    .page-static .page-static-content .two-columns-page {
        flex-direction: column;
        gap: 24px;
    }

    .page-static .page-static-content .two-columns-page .page-column,
    .page-static .page-static-content .page-column.img-column-with-gap {
        width: 100%;
    }

    .page-static .page-static-content .page-column.img-column-with-gap img{
        height: auto !important;
        width: 100% !important;
    }

    .page-static .page-static-content .page-column.img-column-with-gap {
        align-items: center;
    }

    .page-static .consultation-block-wrapper .field-group, .page-static .collaboration-request-form-row,
    .consultation-block-wrapper .consultation-block>.d-flex {
        gap: 8px;
    }

    .consultation-block-wrapper .consultation-submit-btn {
        margin: 0 auto;
    }
}

