/**
 * CSS Reset and Base Styles
 */

/* Modern CSS Reset */
*, *::before, *::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 75px 60px;
    padding-top: 0;
    z-index: 1;
    background-color: #fff;
}

.container {
    box-shadow: -10px 0 15px rgba(0, 0, 0, 0.05), 10px 0 15px rgba(0, 0, 0, 0.05);

}

/* Decorative side flowers for first content container */
body {
    position: relative;
}

body::before,
body::after {
    content: '';
    position: fixed;
    top: 90px;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: .1;
    z-index: -1;
}

body::before {
    left: -0;
    content: url('../../images/left_container.png');
}

body::after {
    right: -0;
    content: url('../../images/right_container.png');
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

input, button, textarea, select {
    font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

#root, #__next {
    isolation: isolate;
}

/* Remove default list styles */
ul, ol {
    list-style: none;
}

/* Remove default link styles */
a {
    text-decoration: none;
    color: inherit;
}

/* Remove default button styles */
button {
    background: none;
    border: none;
    cursor: pointer;
}

/* Focus styles */
:focus-visible {
    outline: 2px solid var(--color-accent);
    outline-offset: 2px;
}

.title-head-page{
    text-align: center;
    padding-top: 20px;
    margin-bottom: 42px;
}

.title-standart-page{
    text-align: center;
    margin-top: 42px;
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
}
.page-content-inner p{
    margin-bottom: 12px;
    
}
.jaw-bank-transfer__title{
    margin-bottom: 42px;
    text-align: center;
}
.jaw-bank-transfer__columns{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 42px;
}
.jaw-bank-transfer__column h3{
    font-weight: 300 !important;
    margin-bottom: 24px;
}
.jaw-bank-transfer__list li{
    margin-bottom: 12px;
}
.jaw-bank-transfer__help{
    
    margin: auto;
    margin-top: 100px;
    text-align: center;

}
.jaw-bank-transfer__help-title{
 margin-bottom: 42px;
 font-size: 36px;
}


.jaw-bank-transfer__help-button{
    border: 1px solid rgba(44, 0, 13, 1);
    padding: 14px 66px;
    color: #000;
    
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 24px;
}


.section-currency-switcher {
    position: absolute;
    right: 0;
    bottom: 22px;
}



.section-currency-switcher select {
    min-width: 80px;
    padding: 0;
    border: none;
    border-bottom: 1px solid #bdbdbd;
    border-radius: 0;
    background: transparent;
    color: var(--color-text);
    font-size: var(--font-size-sm);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.section-currency-switcher select:focus {
    outline: none;
}

.section-currency-switcher::after {
    content: '▼';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 10px;
    color: #9e9e9e;
}

.section-header{
 
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-lg);
    position: relative;

}
.setting-item{
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.jaw-cart-country-select{
    max-width: 150px;
}
.wc-payment-form{
    border: none;
}
fieldset{
    border: none;

}
.p-PaymentAccordionButtonIcon{
    fill: var(--color-accent);
}
.p-PaymentAccordionButtonText{
    color:  var(--color-accent);
}
.apple-pay-btn.white-outlineХ {
    border-radius: 0;
}
.AccordionItem{
    border-radius: 0;
}