/*Write your custom style or CSS code here*/
html {
    scroll-behavior: smooth;
}

a:hover{
    color: yellowgreen;
}

.cont {
    position: relative;
    /*height: 100vh;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex: 1;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.h1-header {
    color: #fff;
    font-size: 64px;
}

.p-header {
    color: #fff;
    font-size: 24px;
}

@media (width <= 1200px) {
    .p-header {
        color: #fff;
        font-size: 14px;
    }

    .h1-header {
        color: #fff;
        font-size: 36px;
    }

}

.header-navbar{
    width: 100%;
    background-color: black;
}

.header-text{

    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    flex: 1;
}
.header-arrow{
    background-color: black;
    text-align: center;
}

.header-arrow svg{
    margin-bottom: 28px;
    margin-top: 28px;
}

.header-conteiner{
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.info-body{
    /*height: 100vh;*/
    background-color: black;
    display: flex;
}
.info-img-container{
    /*height: 100%;*/
    width: 50%;
}

.info-img-container img{
    height: 100%;
    width: 100%;
}

.info-txt-container{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.info-txt-container h2{
    margin-bottom: 12px;
}
.btn-header{
    background-color: yellowgreen;
    color: black;
    padding: 14px 42px;
    border-radius: 45px;
    text-decoration: none;
}

.btn-header:hover{
    background-color: black;
    color: yellowgreen;
}

@media (width <= 1000px) {
    .info-body {
        flex-direction: column;
        height: auto;
    }

    .info-img-container{
        padding: 0;
        width: 100%;
    }

    .info-txt-container{
        padding: 0;
        /*padding-left: 5%;*/
        /*padding-right: 5%;*/
    }

    .info-img-container img {
        height: auto;
        width: 100%;
    }
}
.price-container{
    margin-top: 100px;
    color: white;
    /*padding: 0 140px;*/
    display: flex;
    flex-direction: row;
}

.price-border{
    background-color: yellowgreen;
    /*height: 100%;*/
    width: 10%;
    margin-left: 50px;
}

.price-infoblock{
    display: flex;
    font-size: 18px;
}
.column-left{
    margin-right: 60px;
}

.column-right-txt{
    font-weight: bold;
    margin-bottom: 10px;
    white-space: nowrap
}
.column-left-txt{
    margin-bottom: 10px;
    white-space: nowrap
}

.price-title{
    color: yellowgreen;
}

.price-priceblock{
    display: flex;
    align-items: baseline;
}

.price-order{
    margin-top: 10px;
    display: flex;
    align-items: flex-end;
}

.price-priceblock{
    display: flex;
    margin-right: 50px;
    min-width: 155px;
}

.price-pricenumber{
    padding-right: 5px;
    font-size: 64px;
    font-weight: bolder;
    padding-top: 25px;
}
.price-pricetitel{
    font-size: 24px;
    font-weight: bolder;
}


.price-order a{
    color: black;
    background-color: yellowgreen;
    padding: 10px 50px;
    border-radius: 38px;
    border: 2px yellowgreen solid;
}

.price-order a:hover{
    color: yellowgreen;
    background-color: black;
}

@media (width <= 580px) {
    .price-order {
        flex-direction: column;
        align-items: start;
    }

    .price-order a{
        margin-top: 24px;
    }

    .price-infoblock{
        font-size: 16px;
    }

    .column-left {
        margin-right: 14px;
    }

}

.tt-product-name{
    color: white;
}

.header-lined{
    color: white;
}
