.ps-remove-default-h1 .page-header {
    padding: 0;
    background: none;
    border: none;
}

.ps-h1-background {
    background-image: url(../images/h1-background.webp);
    background-size: cover;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    text-align: right;
    color: #fff;
    margin: 40px 0 48px 0;
    padding: 20px 30px 20px 0px;
    font-size: 71px;
    font-weight: 500;
    line-height: 1;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.ps-h1-background-main {
    max-width: 940px;
    display: block;
    margin-left: auto;
}

@media (max-width: 1000px) {
    .ps-h1-background {
        font-size: 56px;
        padding-right: 30px;
        min-height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 800px) {
    .ps-h1-background {
        font-size: 40px;
        padding-right: 15px;
    }

    .ps-h1-background-main {
        max-width: 460px;
        padding-left: 72px;
    }
}

@media (max-width: 600px) {
    .ps-h1-background {
        font-size: 32px;
    }
}

@media (max-width: 500px) {
    .ps-h1-background {
        font-size: 24px;
        padding: 20px 20px 20px 0;
    }
}

@media (max-width: 375px) {
    .ps-h1-background {
        font-size: 20px;
        padding-right: 10px;
    }
}

.ps-breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
}

.ps-breadcrumbs li {
    display: inline;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.visually-hidden:not(caption), .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important;
}

.visually-hidden *, .visually-hidden-focusable:not(:focus):not(:focus-within) * {
    overflow: hidden !important;
}

.ps-priceblock {
    padding-bottom: 40px;
}

.ps-priceblock__content {
}

.ps-priceblock__tablewrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.ps-priceblock__table {
    border: 1px solid #e8e9eb;
}

.ps-priceblock__table tr:nth-child(2n) {
    background: #F7F7F7;
}

.ps-priceblock__table tr:nth-child(n+11) {
    display: none;
}

.ps-priceblock_showall .ps-priceblock__table tr:nth-child(n+11) {
    display: table-row;
}

.ps-priceblock__table td {
    border: 1px solid #e8e9eb;
}

.ps-priceblock__table td[colspan] {
    font-weight: bold;
    text-align: center;
}

.ps-priceblock__footer {
}

.ps-priceblock__button {
    display: block;
    width: 100%;
    background: #f0edff;
    border: 1px solid #e8e9eb;
    border-radius: 0;
    border-top: 0;
    color: #666;
    font-weight: 600;
}
