/* Montserrat Regular (Variable) */
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/birchplywood/assets/fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900; /* диапазон от 100 до 900 */
  font-style: normal;
  font-display: swap;
}

/* Montserrat Italic (Variable) */
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/birchplywood/assets/fonts/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/* MAIN CLASS */
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
body.lock {
    overflow: hidden;
    touch-action: none;
}
.wrapper {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}
/* COLOR */
:root {
    --white-white: #FFFFFF;
    --black-text: #2B2A2A;
    --black-background: #2B2A2A;
    --accent-disabled: #7D917D;
    --accent-active: #005900;
    --accent-hover: #017901;
    --accent-default: #024402;
    --grey-line: #e0e0e0;
    --grey-secondary: #F5F6FB;
    --grey-active: #7B7B7B;
    --grey-hover: #3B3A3B;
}

.header-content .burger {display: none;}


.header {
    border-bottom: 1px solid var(--grey-line);
    padding: 26px;
    background: var(--white-white);
    box-sizing: border-box;
}
.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
nav {
    display: flex;
    align-items: center;
    gap: 14px;
}
nav a {
    padding: 4px 10px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    color: var(--black-text);
    text-decoration: none;
}


.section {
    margin-bottom: 150px;
}
.text-screen.section {
    margin-bottom: 150px;
}
.main-screen {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    height: 650px;
    padding: 100px 0px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: left;
}
.main-screen .wrapper {
    margin: 0px auto 0px auto;
    max-width: 1120px;
    width: 100%;
}
.main-screen .image .full {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: transparent;
}
.main-screen .image img {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-screen .content {
    width: 590px;
}
.main-screen .content h1 {
    font-weight: 700;
    font-size: 44px;
    color: var(--black-text);
    margin-bottom: 24px;
}
.main-screen .content p {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--black-text);
    margin-bottom: 40px;
    width: 408px;
}

.btn-group {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: left;
}
.btn {
    border-radius: 100px;
    padding: 12px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
}
.btn-full {
    border: 1px solid var(--accent-default) !important;
    background: var(--accent-default) !important;
    color: var(--white-white) !important;
}
.btn-full:hover {
    background: var(--accent-hover) !important;
    border: 1px solid var(--accent-hover) !important;
}
.btn-stroke {
    border: 1px solid var(--accent-default) !important;
    background: #ffffff00 !important;
    color: var(--accent-default) !important;
}
.btn-stroke:hover {
    background: var(--accent-hover) !important;
    border: 1px solid var(--accent-hover) !important;
    color: var(--white-white) !important;
}
.btn-full-white {
    background: var(--white-white) !important;
    border: 1px solid var(--white-white) !important;
    color: var(--black-text) !important;
}
.btn-full-white:hover {
    background: var(--accent-hover) !important;
    border: 1px solid var(--accent-hover) !important;
    color: var(--white-white) !important;
}

.text-screen {
    max-width: 550px;
    margin: 0 auto;
}
.section h2 {
    font-weight: 700;
    font-size: 30px;
    color: var(--black-text);
    margin-bottom: 24px;
}
.section p {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--black-text);
    margin-bottom: 40px;
}
.text-screen h2,
.text-screen p,
.supply-screen h2,
.explore-products-screen h2 {
    text-align: center;
} 
.supply-screen h2 {
    text-align: center;
    max-width: 550px;
    margin: auto;
    margin-bottom: 24px;
}
.explore-products-screen h2 {
    max-width: 835px;
    margin: auto;
    margin-bottom: 24px;
}
.text-screen .btn-group {
    justify-content: center;
}

.supply-screen {}
.supply-screen table {
    margin-bottom: 20px;
} 
table {
    border-radius: 10px;
    border-spacing: 0;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    width: 100%;
}
th, td {
    border: 1px solid #e0e0e0;
}
table caption {
    display: none;
}
table thead tr th {
    padding: 10px 14px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    background: #f0f0f0;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--black-text);
}
table tbody tr td {
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--black-text);
}
tr:nth-child(even) {
    background-color: #f8f8f8;
    transition: 0,3s;
}

tr:nth-child(odd) {
    background-color: #ffffff;
     transition: 0,3s;
}
/* Эффект при наведении */
tr:hover {
    background-color: #effdef; 
}

.supply-table td {
    padding: 14px;
    box-sizing: border-box;
}
.supply-table th:nth-child(1),
.supply-table td:nth-child(1) {
    max-width: 208px;
}
.supply-table th:nth-child(2),
.supply-table td:nth-child(2) {
    max-width: 87px;
}
.supply-table th:nth-child(3),
.supply-table td:nth-child(3) {
    max-width: 182px;
}
.supply-table th:nth-child(4), 
.supply-table td:nth-child(4) {
    max-width: 172px;
}
.supply-table th:nth-child(5),
.supply-table td:nth-child(5) {
    max-width: 88px;
}
.supply-table th:nth-child(6),
.supply-table td:nth-child(6) {
    max-width: 137px;
}
.supply-table th:nth-child(7),
.supply-table td:nth-child(7) {
    max-width: 120px;
}
.supply-table th:nth-child(8),
.supply-table td:nth-child(8) {
    max-width: 126px;
}

.supply-content {
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.supply-content .btn-group {
    width: calc(100% / 2 - 10px);
}
.supply-content p{
    max-width: 700px;
}

.explore-products-screen {}
.explore-products-screen h2 {}
.explore-block {
    display: flex;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.explore-block .item {
    width: calc(100% / 4 - 15px);
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px 20px 30px 20px;
    min-height: 340px;
}

.explore-block .image .full {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.explore-block .image img {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.explore-block .item-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.explore-block .title h3 {
    font-weight: 700;
    font-size: 18px;
    color: var(--white-white);
    margin-bottom: 12px;
}
.explore-block .title p {
    font-weight: 400;
    font-size: 16px;
    color: var(--white-white);
    margin-bottom: 0px;
}
.explore-block .btn-group {
    width: 100%;
}
.explore-block .btn-group .btn {
    width: 100%;
}

.email-screen {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
}
.email-screen .content {
    max-width: 400px;
}
.email-screen h2 {}
.email-screen p {}
.email-screen .wpcf7 {
    width: 100%;
}
.wpcf7 .wpcf7-form-control-wrap {
    display: block;
}
.email-screen .wpcf7 form {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 30px 30px 40px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 14px;
}
.email-screen .wpcf7-response-output {
    width: 100%;
}
.wpcf7 form p {
    margin-bottom: 20px;
}
.email-screen .wpcf7 form p {
    margin-bottom: 0px;
}
.email-screen .wpcf7 .input-label {
    width: calc(100% - 180px - 14px);
}
.email-screen .wpcf7 .input-shell p {
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.email-screen .wpcf7 .input-shell p br {
    display: none;
}
.email-screen .wpcf7 .input-btn {
    height: 78px;
    display: flex;
    align-items: flex-end;
    width: calc(100% - 444px - 20px);
}
.email-screen .wpcf7 .input-btn p {
    width: 100%;
}
.wpcf7 .wpcf7-spinner {display: none;}

.wpcf7 form p label {
    font-weight: 400;
    font-size: 18px;
    color: var(--black-text);
}
.wpcf7 form p label .wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 8px;
}

.email-screen .wpcf7 form p label .wpcf7-form-control-wrap {
    margin-top: 0px;
}
.wpcf7 form p .wpcf7-not-valid-tip {
    font-weight: 400;
    font-size: 14px;
    color: #CD0A0A;
}
.wpcf7 .wpcf7-response-output {
    margin: 0px !important;
    border-radius: 100px;
    padding: 10px 20px;
}
.wpcf7 input, .wpcf7 textarea {
    border: 1px solid #b3b3b3;
    border-radius: 60px;
    padding: 12px 30px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: var(--black-text);
    width: 100%;
}
.wpcf7 textarea {
    border-radius: 30px;
    resize: vertical;
}
.wpcf7 input::placeholder, .wpcf7 textarea::placeholder {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #b3b3b3;
} 
footer {
    background: #202020;
    box-sizing: border-box;
    padding: 55px 0px 30px 0px;
}
footer .up-block {
    display: flex;
    gap: 150px;
    margin-bottom: 55px;
}
footer .down-block {
    box-sizing: border-box;
    padding-top: 30px;
    border-top: 1px solid #3f3f3f;
}

footer .up-block .logo {
    width: min-content;
}
footer .up-block a {
    font-weight: 400;
    font-size: 16px;
    color: #c5c5c5;
    text-decoration: none;
}
footer .up-block p {
    font-weight: 400;
    font-size: 16px;
    color: #747474;
    margin-top: 12px;
}
footer .down-block a {
    font-weight: 400;
    font-size: 14px;
    color: #747474;
    text-decoration: none;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
}
.breadcrumbs span svg {
    width: 20px;
    height: 12px;
}
.breadcrumbs a:last-child {
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--black-text);
}
.section-page h1 {
    font-weight: 700;
    font-size: 44px;
    color: var(--black-text);
    margin-bottom: 24px;
}
.section-page .btn-group {
    margin-top: 30px;
    width: 100%;
    justify-content: center;
}
.contact-block {
    margin-bottom: 80px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-block .item {
    width: calc(100% / 2 - 10px);
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 20px 30px 40px;
    background: #fff;
}
.contact-block .item h2 {
    font-weight: 700;
    font-size: 26px;
    color: var(--black-text);
    margin-bottom: 24px;
}
.contact-block .item p {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--black-text);
    margin-bottom: 0px;
}

.contact-main {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 80px;
}
.contact-main div {}

.contact-main .image img {
    border-radius: 20px;
    max-width: 550px;
    height: 100%;
    object-fit: cover;
}
.contact-main .contact-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-main .contact-content .item {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.contact-main .contact-content .item h3 {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.02em;
    color: var(--black-text);
}
.contact-main .contact-content .item p, 
.contact-main .contact-content .item p a {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--black-text);
    margin-bottom: 0px;
    text-decoration: none;
}
.section-page .contact-main .btn-group {
    margin-top: 0px;
    justify-content: flex-start;
}

.hystmodal__window {
    padding: 30px 30px 30px 30px;
    width: 692px;
    border-radius: 20px;
}
.hystmodal__close {
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 30px;
    display: block;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23B3B3B3' stroke='%23B3B3B3' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23B3B3B3' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    border: none;
    font-size: 0;
    cursor: pointer;
    outline: none;
}
.hystmodal__close:focus {
    outline: none;
    outline-offset: 2px;
}
.hystmodal__window .wpcf7 input, .hystmodal__window .wpcf7 textarea {
    margin-top: 8px;
}
footer .down-block {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

/* ADAPTIVE */
/* VER 1680px */
@media screen and (max-width: 1680px) {}

/* VER 1600px */
@media screen and (max-width: 1600px) {}

/* VER 1536px */
@media screen and (max-width: 1536px) {}

/* VER 1440px */
@media screen and (max-width: 1440px) {}

/* VER 1408px */
@media screen and (max-width: 1408px) {}

/* VER 1400px */
@media screen and (max-width: 1400px) {}

/* VER 1368px */
@media screen and (max-width: 1368px) {}

/* VER 1280px */
@media screen and (max-width: 1280px) {
    .main-screen {
        height: 500px;
        padding: 50px 0px;
    }
    .main-screen .content h1 {
        font-size: 36px;
    }
    .main-screen .content {
        width: 500px;
    }
    .main-screen .content p {
        width: 448px;
    }
    .text-screen {
        max-width: 600px;
    }
    .wrapper {
        padding: 0px 20px;
        box-sizing: border-box;
    }
    .section {
        margin-bottom: 120px;
    }
    .email-screen .wpcf7 .input-btn {
        width: calc(100% - 20px - 400px);
    }
    .email-screen .wpcf7 .input-label {
        width: calc(100% - 220px - 14px);
    }
}

/* VER 1100px */
@media screen and (max-width: 1100px) {
    .email-screen .wpcf7 .input-label {
        width: calc(100% - 0px - 0px);
    }
    .email-screen .wpcf7 .input-btn {
        height: 50px;
        width: calc(100% - 0px - 0px);
    }
    .email-screen .wpcf7 {
        width: 100%;
        max-width: 500px;
    }
    .email-screen .content {
        max-width: 100%;
    }
}

/* VER 1024px */
@media screen and (max-width: 1024px) {}

/* VER 1000px */
@media screen and (max-width: 1000px) {
    .explore-block .item {
        width: calc(100% / 2 - 10px);
        min-height: 250px;
    }
    .supply-screen {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .supply-screen h2 {
        width: 100%;
    }
    .supply-screen .supply-table-block {
        width: 100%;
        overflow: auto;
        margin-bottom: 30px;
    }
    .supply-screen table {
        margin-bottom: 0px;
    }
    .supply-table table {
        width: 1000px;
    }
    .supply-content p {
        max-width: 550px;
    }
    .supply-content {
        flex-direction: column;
        align-items: center;
    }
    .supply-content p {
        max-width: 100%;
        margin-bottom: 0px;
    }
    .supply-content .btn-group {
        width: calc(100%);
        justify-content: center;
    }
}


/* VER 960px */
@media screen and (max-width: 960px) {
    .section {
        margin-bottom: 120px;
        flex-direction: column;
    }
    .email-screen p {
        margin-bottom: 0px;
    }
    .email-screen .wpcf7 {
        width: 100%;
        max-width: 100%;
    }
    footer .up-block {
        gap: 90px;
    }
    .main-screen .image .full {
        background: #ffffff7a;
    }
    .main-screen {
        height: 420px;
        padding: 40px 0px;
    }
    .header-content .logo img {
        width: 300px;
    }
    .contact-main {
        gap: 20px;
        margin-bottom: 80px;
        flex-direction: column-reverse;
    }
    .contact-main div {
        width: 100%;
    }
    .contact-main .image img {
        max-width: 100%;
        width: 100%;
        height: 250px;
    }
}

/* VER 854px */
@media screen and (max-width: 854px) {
    .table-page {
        width: 100%;
        overflow: auto;
    }
    .table-page table {
        width: 790px;
    }
    .section-page h1 {
        font-size: 30px;
        margin-bottom: 24px;
    }
    .contact-block .item {
        width: calc(100%);
    }
}

/* VER 800px */
@media screen and (max-width: 800px) {
    footer .up-block {
        gap: 40px;
        flex-direction: column;
    }
}

/* VER 768px */
@media screen and (max-width: 768px) {}

/* VER 720px */
@media screen and (max-width: 720px) {}

/* VER 704px */
@media screen and (max-width: 704px) {
    .main-screen .content {
        width: 100%;
    }
    .main-screen .content p {
        width: 100%;
        text-align: center;
    }
    .main-screen {
        height: auto;
        padding: 40px 0px;
    }
    .section {
        margin-bottom: 100px;
    }
    .btn-group {
        gap: 12px;
        flex-direction: column;
    }
    .header-content .logo img {
        width: 200px;
    }
    .header {
        padding: 16px;
    }
    .main-screen .content h1 {
        text-align: center;
    }
    .explore-block .btn-group .btn {
        width: 100%;
        box-sizing: border-box;
    }
}

/* VER 640px */
@media screen and (max-width: 640px) {
    .main-screen .content h1 {
        font-size: 30px;
    }
    .explore-block .item {
        width: calc(100% );
        min-height: 250px;
    }
    .explore-block .title h3 {
        font-size: 20px;
    }
    .explore-block .title p {
        font-size: 18px;
        max-width: 400px;
    }
    .section h2 {
        font-size: 24px;
    }
    .header-content .logo img {
        width: 120px;
    }
}

/* VER 560px */
@media screen and (max-width: 560px) {}

/* VER 400px */
@media screen and (max-width: 400px) {
    nav {
        gap: 6px;
    }
    nav a {
        font-size: 12px;
    }
    .header {
        padding: 10px 0px;
    }
    .header-content .logo img {
        width: 100px;
    }
    .section-page h1 {
        font-size: 24px;
    }
}

/* VER 352px */
@media screen and (max-width: 352px) {}

/* VER 320px */
@media screen and (max-width: 320px) {}
