:root {
    --green: #459D47;
    --dark-green: #2A602C;
    --red: #CD272E
}

@font-face {
    font-family: bahn;
    src: url(fonts/bahnschrift.ttf)
}

body {
    font-family: 'Bahnschrift'
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#nav__btn {
    display: none
}

.fixed {
    position: fixed;
    width: 100%
}

.exit-btn {
    display: none
}

.section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    z-index: 1
}

.menu__section {
    position: fixed;
    background-color: var(--green);
    z-index: 2
}

.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    z-index: 2
}

.menu__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.logo__img {
    width: 120px;
    height: 85px
}

.link {
    text-shadow: 1px 0 1px #000, 
                    0 1px 1px #000, 
                    -1px 0 1px #000, 
                    0 -1px 1px #000;
    color: #fff;
    padding: 10px 20px;
    background-color: var(--green);
    font-size: 20px;
    text-decoration: none;
    position: relative;
    border-radius: 5px
}

.menu__link {
    -webkit-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    transition: color 200ms linear;
    padding: 0
}

.menu__link:hover {
    color: var(--dark-green)
}

.menu__link:not(.menu__link:last-child) {
    margin-right: 20px
}

.menu__container {
    padding: 0 200px;
    width: 100%
}
.Company{
    color: green;
}
@media (max-width: 1650px) {
    .menu__container {
        padding: 0 100px
    }
}

@media (max-width: 1450px) {
    .menu__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        margin-bottom: 20px
    }
    .menu__section {
        height: auto
    }
    .menu__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 1150px) {
    .menu__container {
        width: 98%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        padding: 0 75px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    #nav__btn {
        display: inline-block;
        margin-right: 0;
        width: 36px;
        height: 27px;
        background: url(../fonts/burger.svg);
        border: 0;
        outline: none;
        cursor: pointer
    }
    .menu__link {
        
        margin: 0 0 30px
        
    }
    .menu {
        
        z-index: 3;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        top: 0;
        left: -400px;
        padding: 36px 75px 75px;
        width: 400px;
        height: 100vh;
        background: var(--green);
        -webkit-transition: .2s ease left;
        -o-transition: .2s ease left;
        transition: .2s ease left;
        overflow: scroll
        
    }
    .menu_active {
        left: 0
    }
    .exit-btn {
        display: block;
        margin-bottom: 50px;
        padding: 0;
        width: 29px;
        height: 29px;
        border: 0;
        background-color: transparent;
        cursor: pointer
    }
}

@media (max-width: 768px) {
    .logo__img {
        width: 90px;
        height: 55px
    }
    .menu__container {
        padding: 0
    }
    .link {
        font-size: 15px;
        padding: 5px 15px
    }
}

@media (max-width: 400px) {
    .menu {
        width: 100%
    }
    .menu__link {
        font-size: 16px
    }
}

@-webkit-keyframes banner_anim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes banner_anim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.banner__section {
    overflow: hidden;
    height: 100vh
}

.bg__banner {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url(../images/background_big.webp);
    background-position: center center;
    background-size: cover;
    -webkit-animation: banner_anim ease 7s infinite;
    animation: banner_anim ease 7s infinite
}

.banner__section::after {
    z-index: 1;
    position: absolute;
    content: '';
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: .2
}

.banner__container {
    color: #fff;
    height: 100vh;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    z-index: 2
}

.red {
    color: var(--red)
}

.title {
    z-index: 2;
    font-size: 35px;
    font-weight: 700;
    margin: 25px 0;
    text-align: center
}

.text {
    
    z-index: 2;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 25px;
    text-align: center
}

@-webkit-keyframes title_banner {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        left: -1000px
    }
    70% {
        left: 0
    }
    80% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes title_banner {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        left: -1000px
    }
    70% {
        left: 0
    }
    80% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes text_banner {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        right: 1000px
    }
    70% {
        right: 0
    }
    80% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes text_banner {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        right: 1000px
    }
    70% {
        right: 0
    }
    80% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes link_banner {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        bottom: -50%
    }
    70% {
        bottom: 0
    }
    80% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes link_banner {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        bottom: -50%
    }
    70% {
        bottom: 0
    }
    80% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.title__banner {
    width: 100%;
    text-shadow: 1px 0 1px #000, 
0 1px 1px #000, 
-1px 0 1px #000, 
0 -1px 1px #000;
    position: relative;
    -webkit-animation: title_banner .9s ease;
    animation: title_banner .9s ease;
    font-size: 100px
}

.text__banner {
    width: 30%;
    text-align: center;
    -webkit-animation: text_banner .9s ease;
    animation: text_banner .9s ease;
    position: relative;
    font-size: 25px;
    text-shadow: 1px 0 1px #000, 
                    0 1px 1px #000, 
                    -1px 0 1px #000, 
                    0 -1px 1px #000;
    
}

.link__banner {
    -webkit-animation: link_banner .9s ease;
    animation: link_banner .9s ease;
    position: relative;
    -webkit-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear
}

.link__banner:hover {
    background-color: var(--dark-green)
}

@media (max-width: 1650px) {
    .text__banner {
        font-size: 28px;
        width: 45%
    }
    .title__banner {
        font-size: 100px
    }
}

@media (max-width: 1150px) {
    .text {
        font-size: 16px
    }
    .title {
        font-size: 28px
    }
    .text__banner {
        font-size: 24px;
        width: 55%
    }
    .title__banner {
        font-size: 80px
    }
}

@media (max-width: 768px) {
    .title {
        font-size: 24px
    }
    .text__banner {
        font-size: 20px;
        width: 70%
    }
    .title__banner {
        font-size: 59px
    }
}

@media (max-width: 450px) {
    .text__banner {
        width: 100%;
        font-size: 18px
    }
    .title__banner {
        font-size: 40px
    }
}

main>.section:not(.price__section) {
    padding: 150px
}

.about__section {
    padding: 150px 0
}

.about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 60%
}

@media (max-width: 1150px) {
    main>.section:not(.price__section) {
        padding: 100px
    }
    .about__section {
        padding: 100px 0
    }
    .about__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        width: 75%
    }
}

@media (max-width: 768px) {
    .about__section {
        padding: 75px 0
    }
    main>.section:not(.price__section) {
        padding: 75px 50px
    }
    .about__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        width: 95%
    }
}

img {
    z-index: 2
}

.prodact__container:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 100px;
    width: 50%
}

.text__prodact {
    text-align: left;
    text-shadow: 1px 1px 14px #000
}

.prodact__section {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    background-image: url(../images/wood_big.webp)
}

.prodact__section::after {
    position: absolute;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3
}

.prodact__container:nth-child(1) img {
    width: 100px;
    height: 120px
}

.prodact__container:nth-child(2) img {
    width: 120px;
    height: 120px
}

.prodact__container:nth-child(2) {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.prodact__container:nth-child(2) .title__prodact {
    font-size: 25px
}

.wrap__prodact {
    padding: 20px;
    width: 30%;
    background-color: rgba(0, 0, 0, 0.644);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1400px) {
    .prodact__container:nth-child(2) .title__prodact {
        font-size: 22px
    }
    .prodact__container:nth-child(2) img {
        width: 90px;
        height: 90px
    }
    .prodact__container:nth-child(1) {
        width: 70%
    }
}

@media (max-width: 1150px) {
    .prodact__container:nth-child(2) .title__prodact {
        font-size: 20px
    }
    .prodact__container:nth-child(1) {
        width: 100%
    }
}

@media (max-width: 768px) {
    .prodact__container:nth-child(2) .title__prodact {
        font-size: 18px
    }
    .prodact__container:nth-child(2) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .wrap__prodact {
        width: 40%
    }
    .wrap__prodact:first-child {
        margin-right: 25px
    }
    .wrap__prodact:last-child {
        margin-top: 25px;
        width: 84%
    }
}

@media (max-width: 450px) {
    .wrap__prodact {
        width: 100%;
        margin-bottom: 20px
    }
    .wrap__prodact:last-child {
        width: 100%;
        margin: 0
    }
    .prodact__container:nth-child(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        width: 100%
    }
}

.advantages__section {
    background-color: var(--green);
    color: #fff
}

.title__advantages {
    width: 65%
}

.advantages__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    color: #000;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.wrap__advantages {
    margin-top: 35px;
    font-size: 20px;
    padding: 75px 15px 20px;
    width: 22%;
    min-height: 200px;
    border-radius: 8px;
    background-color: #fff;
    position: relative
}

.wrap__advantages::after {
    position: absolute;
    font-size: 34px;
    color: var(--dark-green);
    top: 20px;
    left: 15px;
    content: "01"
}

.wrap__advantages:nth-child(2)::after {
    content: '02'
}

.wrap__advantages:nth-child(3)::after {
    content: '03'
}

.wrap__advantages:nth-child(4)::after {
    content: '04'
}

.wrap__advantages:nth-child(5)::after {
    content: '05'
}

.wrap__advantages:nth-child(6)::after {
    content: '06'
}

.wrap__advantages:nth-child(7)::after {
    content: '07'
}

.wrap__advantages:nth-child(8)::after {
    content: '08'
}

@media (max-width:1650px) {
    .title__advantages {
        width: 80%
    }
}

@media (max-width: 1400px) {
    .title__advantages {
        width: 100%
    }
}

@media (max-width: 1150px) {
    .wrap__advantages {
        font-size: 17px
    }
}

@media (max-width: 830px) {
    .wrap__advantages {
        width: 45%
    }
}

@media (max-width: 450px) {
    .wrap__advantages {
        width: 100%
    }
}

.title__specification {
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: var(--dark-green)
}

.specification__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.title__wrap {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0;
    font-size: 26px;
    width: 40%;
    text-align: left;
    color: var(--dark-green);
    font-weight: 400
}

.wrap__specification .text {
    text-align: right
}

.wrap__specification {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    padding: 20px 0
}

.wrap__specification:not(.wrap__specification:last-child) {
    border-bottom: 1px solid var(--dark-green)
}

.link__white {
    border: 2px solid var(--green);
    color: var(--green);
    background-color: #fff;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.link__white:hover {
    color: #fff
}

.link__specification {
    margin: 0 5px;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.link__specification:hover {
    background-color: var(--dark-green)
}

.link__wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 1150px) {
    .title__wrap {
        width: 55%;
        font-size: 20px
    }
    .wrap__specification {
        width: 100%
    }
}

@media (max-width: 650px) {
    .wrap__specification {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        width: 100%
    }
    .link__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .title__wrap {
        font-size: 18px;
        width: 100%
    }
    .wrap__specification .text {
        text-align: left;
        line-height: 50px
    }
}

.price__section {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.price__container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%;
    padding: 120px;
    background-color: #fff;
    position: relative
}

.price__content-bg .price__container {
    height: 100%;
    width: 100%
}

.price__container:nth-child(2) {
    background-image: url(../images/wood.webp);
    color: #fff;
    background-size: cover;
    background-position: center center
}

.link__price {
    color: #fff;
    padding: 0;
    background-color: transparent
}

.title__price {
    text-align: left;
    width: 100%
}

.subtitle__price {
    text-align: left;
    width: 100%;
    font-size: 28px
}

.price__container .text {
    text-align: left;
    width: 100%
}

.price__content-bg {
    width: 50%;
    padding: 7px 0 7px 7px;
    background-image: url(../images/wood.webp);
    background-position: center center;
    background-size: cover
}

ol {
    margin: 0 0 20px 15px
}

@media (max-width:1650px) {
    .price__container {
        padding: 80px
    }
}

@media (max-width: 1400px) {
    .price__container {
        padding: 60px
    }
    .subtitle__price {
        text-align: left;
        width: 100%;
        font-size: 24px
    }
}

@media (max-width: 1150px) {
    .price__container {
        padding: 30px
    }
    .subtitle__price {
        text-align: left;
        width: 100%;
        font-size: 22px
    }
}

@media (max-width: 768px) {
    .price__section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
    .price__content-bg {
        padding: 7px 7px 0;
        width: 100%
    }
    .price__container {
        width: 100%
    }
}

@media (max-width: 450px) {
    .wrap__advantages {
        width: 100%
    }
}