﻿/* style.css */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: black;
    background-image: url("../../img/utka_v_pechi.png");
    background-repeat: no-repeat;
    background-size: auto 100%; /* по умолчанию — растягиваем по высоте */
    background-position: right center;
}

.gus {
    background-color: black;
    background-image: url("../../img/gus_v_pechi.png");
    background-repeat: no-repeat;
    background-size: auto 100%; /* по умолчанию — растягиваем по высоте */
    background-position: right center;
}

.induk {
    background-color: black;
    background-image: url("../../img/indushka_v_pechi.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%; /* по умолчанию — растягиваем по высоте */
    background-position: right center;
}

.kuritza {
    background-color: black;
    background-image: url("../../img/kuritza_v_pechi.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%; /* по умолчанию — растягиваем по высоте */
    background-position: right center;
}

.article {
    background-image: none;
    background-color: black;
    background-image: url("../../img/dom_eda_1.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%; /* по умолчанию — растягиваем по высоте */
    background-position: right center;
    background-color: #131313;
}

/* 🖥 Очень широкие экраны (например 4K) */
@media (min-aspect-ratio: 21/9) {
    body {
        background-size: 100% auto; /* растягиваем по ширине, чтобы не было черных полос */
        background-position: center center;
    }
}


#footer {
    margin: 0;
    padding: 20px 0px 0px 0px;
    height: auto;
    background-color: #00000088;
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #333;
    line-height: 1.25;
}

a {
    color: #abac7f;
    text-decoration: none !important;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

img {
    max-width: 100%;
    width: 100%;
    transition: all 0.2s;
}

    img:hover {
        transform: scale(1.1);
    }




a:hover {
    color: #abac7f;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

a:hover,
a:focus {
    color: #abac7f;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #929292;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
}

.z-index {
    z-index: 9;
}

.position-relative {
    position: relative !important;
}

#main {
    width: 1130px;
    margin: 0 auto;
    padding: 20px 0px 10px 0px;
    display: block; /* больше не flex, чтобы блоки не мешали */
    /* для шапки можно сделать отдельный flex-контейнер */
}

#header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px; /* отступ снизу для #first-screen */
}


#main #header2 a {
    font-size:18px;
    padding:10px;
}

#footer #header2 a {
    font-size: 15px;
    padding: 10px;
}

#footer .service {
    color: #fafafa;
    font-size: 15px;
    font-weight: 200;
    margin: 10px 0px -10px 0px;
    padding: 0px;
}

#footer .kapitoly {
    margin: 15px 0px 0px 0px;
    font-size: 16px;
    color: #ffffff;
    padding: 3px;
    font-weight: 300;
    background-color: #0000004f;
}

.black-logo {
    color: #abac7f;
}

.navbar-brand img {
    width: 50px;
    padding: 5px;
    background: -webkit-linear-gradient(180deg, #abac7f, #828260);
    background: -o-linear-gradient(180deg, #abac7f, #828260);
    background: linear-gradient(180deg, #abac7f, #828260);
    border-radius: 4px;
}

.navbar-brand #logoname {
    vertical-align: middle;
    float: right;
    margin: 6px 0px 15px 15px;
    font-size: 22px;
}
.navbar-brand #logoname span {
    font-size: 22px;
}


#first-screen {
    position: relative; /* чтобы smell позиционировался относительно него */
    margin: 100px 0px 0px 0px;
}

.price {
    text-transform: uppercase;
    font-weight: 300;
    color: #abac7f;
    font-size:32px;
    margin:0px 0px 20px 0px;
}

#first-screen h1 {
    opacity: 1;
    animation: fadeInLeft .8s;
    -webkit-animation-delay: 1s;
    animation-delay: .3s;
    font-weight: 400;
    color: #fff;
    opacity: 1;
    visibility: visible;
    font-family: 'Roboto', sans-serif;
    display: block;
    font-size: 76px;
    color: #fff;
}

#first-screen h2 {
    opacity: 1;
    margin:-10px 0px 0px 0px;
    animation: fadeInLeft .8s;
    -webkit-animation-delay: 1s;
    animation-delay: .3s;
    font-size: 5rem;
    font-weight: 400;
    color: #fff;
    opacity: 1;
    visibility: visible;
    font-family: 'Roboto', sans-serif;
    display: block;
    position: relative;
    font-size: 48px;
    color: #fff;
}

#first-screen .desc {
    opacity: 1;
    font-size: 24px;
    color: #fff;
    margin: 40px 0px 10px 0px;
    font-weight: 300;
}

#first-screen .delivery {
    opacity: 1;
    font-size: 22px;
    margin: 40px 0px 10px 0px;
    font-weight: 300;
    color: #abac7f;
}

#first-screen .delivery img {
    max-width: 70px;
    float:left;
}

#first-screen .delivery .desc {
    vertical-align: middle;
    float: left;
    margin: 3px 0px 15px 25px;
    font-size: 22px;
    color: #abac7f;
    line-height: 1.35;
}

#sideMenu {
    display:none;
}

юmenu-icon {
    display:none;
}

#orderbtnmob {
    display: none;
}

.orderbtn {
    border-radius: 30px;
    margin: 30px 0px 0px 0px;
    font-size: 18px;
    width: fit-content;
    background-color: #828260;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
}
.orderbtn:hover {
    cursor:pointer;
}
.orderbtn a {
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 0.35px;
    font-size: 18px;
}

.orderbtn2 {
    margin:0px 0px 0px 10px;
    border-radius: 30px;
    font-size: 18px;
    width: fit-content;
    background-color: #828260;
    color: #ffffff;
    padding: 10px 10px 10px 10px;
}

.orderbtn2:hover {
    cursor: pointer;
}

.orderbtn2 a {
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 0.35px;
    font-size: 18px;
}

.diver {
    clear:both;
    height:180px;
}

.titleh {
    margin: 0px 0px 40px 0px;
    text-transform: uppercase;
    font-weight: 300;
    color: #abac7f;
    font-size: 32px;
}

#secondscreen, #thirdscreen {
}

#secondscreen .blocx {
    float: left;
    width: fit-content;
    min-width: 37%;
    text-align: center;
    margin: 0px 40px 0px 0px;
    border: solid 1px #aaaaaa03;
    border-radius: 35px;
    padding: 45px;
    background-color: #1d1d1de0;
    -webkit-box-shadow: 12px -10px 17px -6px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 12px -10px 17px -6px rgba(0,0,0,0.55);
}
#secondscreen .blocx img {
    width: 80px;
}
#secondscreen .blocx h2 {
    color: #abac7f;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 0.7px;
    font-family: 'Roboto', sans-serif;
}
#secondscreen .blocx p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 10px;
    letter-spacing: 0.7px;
    font-family: 'Roboto', sans-serif;
}

#thirdscreen .blocx img {
    float: left;
    width: 150px;
}
#thirdscreen .blocx .content {
    float: left;
    margin:0px 0px 0px 80px;
}
#thirdscreen .blocx .content p {
    padding: 0;
    margin: 0;
    font-size: 22px;
    color: #abac7f;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
}

#thirdscreen .blocx .content .moreinfo {
    margin:-5px 0px 0px 50px;
    font-size: 17px;
    color: #dddddd;
    font-weight: 100;
} 


#mainimage {
    display: none;
}



#info {
    margin:40px 0px 80px 0px;
    padding: 0px 40px 40px 40px;
    background-color: #00000099;
    border: solid 1px #66666699;
    border-radius: 60px;
}

    #info h1 {
        font-size: 30px;
        color: #ffffff;
        font-weight: 300;
        margin: 80px 0px 30px 0px;
        text-align: center;
    }
    #info h2 {
        font-size: 27px;
        color: #ffffff;
        font-weight: 300;
        margin: 80px 0px 30px 0px;
        text-align: center;
    }
    #info h3 {
        font-size: 25px;
        color: #ffffff;
        font-weight: 300;
        margin: 80px 0px 30px 0px;
        text-align: center;
    }
    #info p {
        font-size: 18px;
        font-weight: 300;
        line-height: 29px;
        text-align: justify;
        margin: 10px 0px 20px 0px;
        color: #ffffffbb;
    }
    #info ul, #info ol {
        color:#abac7f;
        font-size: 18px;
        font-weight: 300;
        line-height: 29px;
        text-align: justify;
        margin: 10px 0px 20px 0px;
    }
    #info ul li, #info ol li{

    }
    #info td {
        padding: 4px;
        color: #818181;
    }

/* Контейнер запаха в правой половине */
#smell {
    position: fixed;
    right: 0;
    top: 30%;
    transform: translateY(-50%);
    width: 50%;
    height: 400px;
    pointer-events: none;
    overflow: visible;
}

    /* Базовые настройки дымка */
    #smell span {
        position: absolute;
        bottom: 0;
        border-radius: 50%;
        filter: blur(25px);
        animation: rise 7s infinite ease-in-out;
        opacity: 0;
    }

        /* Индивидуальные дымки — разные размеры и оттенки */
        #smell span:nth-child(1) {
            left: 20%;
            width: 100px;
            height: 120px;
            background: rgba(255, 255, 255, 0.35);
            animation-delay: 0.75s;
        }

        #smell span:nth-child(2) {
            left: 50%;
            width: 90px;
            height: 160px;
            background: rgba(245, 245, 245, 0.28); /* сероватый */
            animation-delay: 0s;
        }

        #smell span:nth-child(3) {
            left: 75%;
            width: 80px;
            height: 170px;
            background: rgba(255, 250, 230, 0.3); /* золотистый оттенок */
            animation-delay: 0.5s;
        }

        #smell span:nth-child(4) {
            left: 35%;
            width: 45px;
            height: 140px;
            background: rgba(240, 240, 240, 0.25); /* лёгкий серый */
            animation-delay: 0.25s;
        }

/* Анимация движения вверх + распыление */
@keyframes rise {
    0% {
        transform: translateY(0) translateX(0) scale(0.8);
        opacity: 0;
        filter: blur(10px);
    }

    15% {
        opacity: 0.4;
    }

    50% {
        transform: translateY(-120px) translateX(-20px) scale(1.4);
        opacity: 0.5;
        filter: blur(20px);
    }

    75% {
        transform: translateY(-180px) translateX(-5px) scale(1.8);
        opacity: 0.25;
        filter: blur(24px);
    }

    100% {
        transform: translateY(-220px) translateX(0) scale(2.2);
        opacity: 0;
        filter: blur(28px);
    }
}


.t898__icon_link {
    scale: 1.3 !important;
    border: solid 1px #ffffffc4;
    padding: 1px !important;
}


#ah1 {
    padding: 10px;
    background-color: #828260;
    border-radius: 100px;
    color: #fff;
    margin-bottom: 60px !important;
    text-transform: uppercase;
    font-size: 26px !important;
}

.artcontent img {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
    border-radius: 8px;
    transition: all 0.75s;
}

.artcontent img {
    border-radius: 8px;
    box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.6);
    -webkit-mask-image: radial-gradient(circle at center, black 50%, transparent 100%);
    mask-image: radial-gradient(circle at center, black 50%, transparent 100%);
}

    .artcontent img:hover {
        transform: scale(1.0125);
    }

.info {
    font-size: 14px;
    color: #828260;
    margin: 40px 0px -40px 0px;
    text-align: right;
}

.artcontent hr {
    margin: 20px 0;
    padding: 0;
    height: 0;
    border: none;
    border-top: 0.5px solid #303030;
}

.artcontent table {
    border: solid 1px #292929;
    padding: 10px;
    background-color: rgb(18 18 18);
    border-collapse: collapse;
}

    .artcontent table th,
    .artcontent table td {
        border: 1px solid #222222; /* цвет и толщина сетки */
        padding: 8px !important;
        text-align: left;
        color: #828260;
        font-weight: 300 !important;
    }