@font-face {
    font-family: Bahnschrift;
    src: url('../fonts/bahnschrift.woff2');
}

* {
    box-sizing: border-box;
    font-family: Bahnschrift;
}

body {
    margin: 0;
    padding: 0;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

a {
    text-decoration: none;
    color: #fff;
}

li {list-style: none;}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100px;
    background-color: #459D47;
    padding: 0 10px;
}

.header__container {
    width: 85%;
    height: 100%;
    max-width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__container > a > img {margin: 20px 0;}

.menu {
    display: flex;
    gap: 20px;
}

@keyframes anim1 {
    0% { transform: scale(1); }
    50% { transform: scale(1.1, 1.1); }
    100% { transform: scale(1); }
}

.burger__btn {
    display: none;
    cursor: pointer;
}

.burger__btn > div:nth-child(1) {
    width: 36px;
    height: 3px;
    margin: 0 0 9px;
    background-color: #fff;
}

.burger__btn > div:nth-child(2) {
    width: 24px;
    height: 3px;
    margin: 0 0 9px;
    background-color: #fff;
}

.burger__btn > div:nth-child(3) {
    width: 14px;
    height: 3px;
    background-color: #fff;
}

.menu > li > a {
    text-transform: uppercase;
    font-size: 20px;
    transition: all .1s ease-in;
}

.menu > svg {
    display: none;
    cursor: pointer;
    margin: 0 0 50px;
}

.menu > li > a:hover {color: #2A602C;}

.menu > li > a:active {color: #2A602C;}

.banner {
    width: 100%;
    height: 100vh;
    max-width: 100%;
    padding: 380px 100px 250px;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}

.banner__bannerblock {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 15%);
    background-image: url('../img/img2.jpg');
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    animation: anim1 ease-in-out infinite 15s;
}

.banner__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@keyframes anim2 {
}

.h1 {
    display: flex;
}

.h1 > h1 {
    font-size: 100px;
    text-transform: uppercase;
    margin: 0;
}

.banner__wood{color: #fff;}

.banner__pecker {color: #CD272E;}

.banner__subtitle {
    width: 505px;
    font-size: 33px;
    color: #fff;
    margin: 20px 0 0;
    text-align: center;
    font-weight: 100;
}

.banner__call {
    width: 184px;
    height: 60px;
    background-color: #459D47;
    border-radius: 5px;
    color: #fff;
    font-size: 25px;
    padding: 15px 30px;
    margin: 40px 0 0 ;
    transition: all .3s ease-in-out;
}

.banner__call:hover {background-color: #2A602C;}

.banner__call:active {background-color: #2A602C;}

.aboutcompany {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    padding: 200px 100px;
}

.aboutcompany > h1 {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
}

.aboutcompany > p {
    font-size: 18px;
    text-align: center;
    margin: 0 0 20px;
}

.production {
    width: 100%;
    max-width: 100%;
}

.production__background {
    width: 100%;
    height: 100vh;
    max-width: 100vw;
    background-image: url('../img/img3.jpg');
    background-color: rgba(8, 31, 0, 31%);
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: -99;
}

.production__container {
    width: 100%;
    height: 100%;
    padding: 200px;
}

.production__logo {
    width: 100px;
    height: 110px;
}

.production__container > h1 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 40px;
}

.production__container > p {
    font-size: 18px;
    color: #fff;
    margin: 20px 0;
}

.production__blocks-container {
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
}

.production__blocks-container > div {
    width: 30%;
    height: 230px;
    background-color: rgba(0, 0, 0, 60%);
    color: #fff;
    font-size: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.production__blocks-container > div > img {margin-bottom: 20px;}

.advantages {
    background-color: #459D47;
    display: flex;
    justify-content: center;
    padding: 200px 100px;
}

.advantages__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advantages__container > h1 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.advantages__bannerbox {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
}

.advantages__bannerbox > div {
    display: flex;
    justify-content: space-between;
}

.advantages__bannerbox > div > div {
    width: 23%;
    min-height: 200px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.advantages__bannerbox > div > div > span:nth-child(1) {
    color: #2A602C;
    font-size: 35px;
}

.advantages__bannerbox > div > div > span:nth-child(2) {
    font-size: 18px;
    margin: 20px 0 0;
}

.specification {
    background-color: #fff;
    padding: 200px;
}

.specification > h1 {
    color: #2A602C;
    font-size: 40px;
    text-transform: uppercase;
}

.specification__container {max-width: 1200px;}

.specification__container > div:not(.specification__link-box) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 30px 0;
    top: 0;
    left: 0;
}

.specification__container > div > h3 {
    font-size: 25px;
    font-weight: 500;
    color: #2A602C;
    margin: 0;
}

.specification__container > div:not(.specification__container-not, .specification__link-box)::after{
    content: '';
    display: block;
    position: absolute;
    bottom: -0px;
    width: 100%;
    height: 1px;
    background-color: #2A602C;
}

.specification__link-box {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.specification__link-box > a:nth-child(1) {
    display: block;
    width: 165px;
    height: 60px;
    border: #459D47 2px solid;
    border-radius: 5px;
    color: #459D47;
    font-size: 25px;
    padding: 15px 30px;
    transition: all .2s ease-out;
}

.specification__link-box > a:nth-child(2) {
    display: block;
    width: 165px;
    height: 60px;
    background-color: #459D47;
    border-radius: 5px;
    font-size: 25px;
    padding: 15px 30px;
    transition: all .2s ease-out;
}

.specification__link-box > a:nth-child(1):hover {
    color: #fff;
    background-color: #2A602C;
    border: #2A602C 2px solid;
}

.specification__link-box > a:nth-child(1):active {
    color: #fff;
    background-color: #2A602C;
    border: #2A602C 2px solid;
}

.specification__link-box > a:nth-child(2):hover {background-color: #2A602C;}

.specification__link-box > a:nth-child(2):active {background-color: #2A602C;}

.price-contacts {
    width: 100%;
    height: 700px;
    display: flex;
}

.price-contacts__price {
    width: 50%;
    height: 100%;
    background-image: url('../img/img8.png');
    padding: 5px 0 5px 5px;
}

.price-contacts__price > div {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 150px;
}

.price-contacts__price > div > div > h2 {
    margin: 0 0 40px;
    font-size: 40px;
    text-transform: uppercase;
}

.price-contacts__price > div > div > p {
    margin: 20px 0;
}

.price-contacts__contacts {
    width: 50%;
    height: 100%;
    background-image: url('../img/img8.png');
    padding: 150px;
}

.price-contacts__list {padding: 0;}

.price-contacts__list > li > p {margin: 0;}

.price-contacts__contacts > div > h2 {
    margin: 0;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
}

.price-contacts__contacts > div > h3 {
    margin: 40px 0 0;
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
}

.price-contacts__contacts > div > a {
    display: block;
    margin: 20px 0px 0;
    font-size: 18px;
    color: #fff;
}

.price-contacts__contacts > div > p {
    display: block;
    margin: 15px 0px;
    color: #fff;
}

.price-contacts__contacts > div > a:last-child {
    display: block;
    margin: 40px 0px 0;
    font-size: 18px;
    color: #fff;
}

@media (max-width: 1650px) {.production__container {padding: 200px 100px;}}

@media (max-width: 1400px) {
    .header__container {
        flex-direction: column;
        align-items: center;
    }
    
    .specification {padding: 200px 100px;}

    .header {height: 160px;}

    .advantages__bannerbox > div > div > span:nth-child(2) {font-size: 16px;}

    .price-contacts__list > li > p, .price-contacts__price > div > div > p, .price-contacts__contacts > div > p {font-size: 17px;}

}

@media (max-width: 1160px) {

    .header {height: 100px;}

    .header__container {flex-direction: row-reverse;}

    .burger__btn {display: block;}

    .menu > svg {display: block;}

    .menu {
        width: 400px;
        height: 100vh;
        margin: 0;
        padding: 40px 70px;
        background-color: #459D47;
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: -400px;
        z-index: 999;
        overflow: scroll;
        transition: .3s ease-in-out;
    }

    .menu_active {
        left: 0;
    }

    .h1 > h1 {font-size: 80px;}
    
    .banner__subtitle {font-size: 28px;}
    
    .banner__call {
        width: 148px;
        height: 45px;
        font-size: 22px;
        padding: 10px 20px;
    }
    
    .specification__container > div > h3 {font-size: 20px;}

    .specification__container > div > p, .price-contacts__contacts > div > div > p, .price-contacts__list > li > p, .price-contacts__contacts > div > a, .price-contacts__contacts > div > p, .production__container > p {font-size: 16px;}

    .specification > h1, .price-contacts__price > div > div > h2, .price-contacts__contacts > div > div > h2, .production__container > h1, .advantages__container {font-size: 35px;}

    .price-contacts__contacts > div > h3 {font-size: 20px;}

    .price-contacts__price > div {padding: 95px 70px 95px;}

    .price-contacts__contacts {padding: 95px 70px 95px;}
    
    .production__logo {
        width: 80px;
        height: 90px;
    }

    .advantages__bannerbox > div > div > span:nth-child(2) {font-size: 14px;}
    
    .production__blocks-container > div {font-size: 20px!important;}

    .production__blocks-container > div {height: 187px;}

}

@media (max-width: 768px) {

    .header {height: 80px;}

    .h1 > h1 {font-size: 60px;}
    
    .banner__subtitle {
        width: 370px;
        font-size: 22px;
    }
    
    .banner__call {
        width: 122px;
        height: 40px;
        font-size: 18px;
        padding: 10px 15px;
    }

    .aboutcompany > h1 {font-size: 30px;}
    
    .aboutcompany > p {font-size: 16px;}

    .aboutcompany {padding: 125px 50px;}

    .advantages__container > h1 {font-size: 30px;}

    .advantages__bannerbox {flex-direction: row;}

    .advantages__bannerbox > div {
        flex-direction: column;
        gap: 30px;
    }

    .advantages__bannerbox > div > div {
        width: 100%;
        min-height: auto;
        height: 130px;
    }

    .advantages {
        width: 100%;
        padding: 90px 50px;
    }

    .advantages__bannerbox > div > div > span:nth-child(1) {font-size: 28px;}

    .advantages__bannerbox > div > div > span:nth-child(2) {
        font-size: 16px;
        margin: 10px 0 0;
    }

    .price-contacts {flex-direction: column;}

    .price-contacts__price, .price-contacts__contacts {width: 100%;}

    .price-contacts__price {padding: 5px;}

    .specification {padding: 125px 50px;}

    .production__blocks-container > div > img {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 576px) {
    
    .header {height: 60px;}

    .price-contacts__price > div > div > p {font-size: 16px;}

    .header__container > a > img {
        width: 85px;
        height: 50px;
    }

    .h1 > h1 {font-size: 40px;}
    
    .banner__subtitle {
        width: 275px;
        font-size: 16px;
    }
    
    .banner__call {
        width: 102px;
        height: 36px;
        font-size: 16px;
        padding: 10px 10px;
    }

    .aboutcompany {padding: 75px 25px;}

    .production__container {padding: 75px 25px;}

    .production__blocks-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .production__blocks-container > div {
        width: 48%;
        height: 138px;
        margin: 2% 0 0 2%;
        font-size: 16px!important;
    }

    
    .production__blocks-container > div > img {
        width: 60px;
        height: 60px;
    }

    .specification__container > div:not(.specification__link-box) {flex-direction: column;}
    
    .advantages {padding: 75px 25px;}

    .advantages__bannerbox > div > div > span:nth-child(2) {font-size: 13px;}

    .advantages__bannerbox > div > div {
    }


    .advantages__bannerbox {gap: 20px;}
    
    .specification__link-box > a:nth-child(1), .specification__link-box > a:nth-child(2) {
        width: 135px;
        height: 50px;
        font-size: 25px;
        padding: 10px 15px;
    }

    .price-contacts__price > div > div > h2, .price-contacts__contacts > div > h2 {font-size: 30px;}
    
    .price-contacts__price > div, .price-contacts__contacts {padding: 25px 20px 45px;}
}

@media (max-width: 320px) {

    .header__container > a > img {
        width: 68px;
        height: 40px;
    }

    .production__blocks-container {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .production__blocks-container > div {width: 100%;}
    
    .production__container {padding: 30px 15px;}

    .advantages__bannerbox {display: block;}

    .advantages__bannerbox > div:nth-child(1) {
        margin-bottom: 30px;
    }

    .advantages__bannerbox > div > div > span:nth-child(2) {font-size: 16px;}

    .specification > h1 {font-size: 25px;}

    .specification__container > div > h3 {font-size: 16px;}

    .specification__container > div > p {font-size: 14px;}

    .specification__link-box {justify-content: space-between;}

    .burger__btn {
        width: 25px;
        height: 18px;
    }
    
    .specification__link-box > a:nth-child(1), .specification__link-box > a:nth-child(2) {
        width: 137px;
        height: 40px;
        font-size: 16px;
    }
    
    .price-contacts__price > div > div > h2, .price-contacts__contacts > div > h2 {font-size: 25px;}

    .price-contacts__price > div > div > p {font-size: 14px;}
    
    .price-contacts__price > div, .price-contacts__contacts {padding: 25px 10px 45px;}
    

}