* {
    padding: 0;
    margin: 0;
    border: 0
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
body, html {
    height: 100%;
    min-width: 320px
}
body {
    color: #fff;
    line-height: 1;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
button, input, textarea {
    font-family: "Rubik", sans-serif;
    font-size: inherit
}
button {
    cursor: pointer;
    color: inherit;
    background-color: inherit
}
a {
    display: block;
    color: inherit
}
a:link, a:visited {
    text-decoration: none
}
a:hover {
    text-decoration: none
}
ul li {
    list-style: none
}
img {
    vertical-align: top;
    max-width: 100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit
}
html {
    scroll-behavior: smooth
}
body {
    font-weight: 400;
    background-color: #000;
}
.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}
.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}
.wrapper>main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}
.wrapper>* {
    min-width: 0
}
[class*=__container] {
    max-width: 1120px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 .9375rem;
}
body::after {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .8s ease 0s;
    transition: opacity .8s ease 0s;
    pointer-events: none;
    z-index: 149
}
.header-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}
.nav-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-link a{
    margin-left: 50px;
    font-weight: 500;
}
.banner-bold{
    color: #DB2D28;
    font-size: 20px;
    font-weight: 500;
}
.banner{
    position: relative;
}
.girl-banner{
    position: absolute;
    top: 0;
}
.banner-txt {
    padding-top: 200px;
    width: 50%;
    height: 850px;
}
.banner-name{
    margin-top: 15px;
}
.banner-desc{
    font-size: 16px;
    line-height: 100%;
}
.banner-desc{
    margin-top: 20px;
}
.rect{
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 20px;
}
.rect img{
    margin-right: 20px;
}
.rect a img{
    margin-right: 0;
    margin-left: 20px;
}
.rect span{
    margin-right: 10px;
}
.follow{
    position: absolute;
    bottom: 0;
}
.video-column{
    margin-top: 77px;
    position: relative;
}
.photo-vid{
    position: absolute;
    right: 0;
    top: 0;
}
.photo-vid{
    width: 34%;
}
.about-txt{
    width: 60%;
}
.about-text{
    margin-top: 20px;
}
.dop-about {
    margin-top: 40px;
}
.more-info{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.big-port img{
    width: 290px;
}
.little-port img{
    width: 290px;
    height: 273px;
}
.portfolio-section{
    margin-top: 80px;
}
.portfolio{
    display: flex;
}
.sec-name {
    margin-bottom: 30px;
}
.see-all-port{
    display: flex;
    justify-content: flex-end;
    margin-top: 100px;
}
.price-section{
    margin-top: 80px;
}
.price-title{
    text-align: center;
}
.slider-container {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0;
}
.slider-track {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
}
.slide {
    flex: 0 0 295px;
    margin: 0px 10px;
    background: #121C21;
    text-align: center;
    padding: 40px 20px;
    transition: all 0.3s ease;
}
.slide h3 {
    margin: 10px 0;
    font-size: 28px;
    color: red;
}
.slide.active {
    flex: 0 0 360px;
    height: 420px;
    transform: scale(1.05);
    border: 2px solid red;
    z-index: 5;
}
.btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
    z-index: 10;
    color: white;
}
.btn-left { left: 5px; }
.btn-right { right: 5px; }
.slide h4{
    font-size: 18px;
    text-transform: uppercase;
}
.slider-track .active h4{
    color: #DB2D28;
}
.big-span {
    font-family: "Rubik Distressed", system-ui;
    font-size: 84px;
    color: #fff !important;
}
.slide span{
    color: #41494F;
}
.price-how-much{
    margin-top: 40px;
}
.spec-info{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.price-how-much{
    margin-bottom: 40px;
}
.cons-price{
    margin-top: 30px;
}
.spec-info img{
    margin-right: 10px;
}
.first-merch{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
.first-merch .merch-title{
    position: absolute;
    left: 0;
}
.merch-thing{
    margin-right: 20px;
}
.merch-sec{
    margin-top: 120px;
}
.second-merch {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-top: 20px;
}
.second-merch .merch-title{
    position: absolute;
    right: 0;
}
.see-all-merch{
    margin-top: 40px;
}
footer {
    background: #121C21;
    margin-top: 150px;
    padding: 30px 0;
}
.footer-line{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social-footer{
    display: flex;
}
.footer-link{
    display: flex;
}
.logo-footer img{
    width: 46px;
    height: 74px;
}
.name-footer{
    font-family: "Rubik Distressed", system-ui;
    font-size: 32px;
}
.reserved{
    color: #41494F;
}
.social-footer{
    margin-top: 20px;
}
.social-footer a{
    margin-right: 10px;
}
.footer-link a {
    margin-right: 40px;
}
.footer-link {
    margin-left: 50px;
}
.banner-txt{
    position: relative;
    z-index: 999;
}
.about-banner .banner-txt{
    width: 100%;
}
.about-banner .banner-desc {
    margin-top: 90px;
}
.about-banner .girl-banner{
    opacity: 0.5;
}
.about-banner .follow {
    position: absolute;
    bottom: 0;
    right: 0;
}
.history-txt {
    background: url(../img/back.png);
    width: 492px;
    height: 353px;
    position: absolute;
    margin-top: 5px;
    padding: 80px;
}
.history{
    margin-top: 50px;
}
.history-title-txt{
    color: #DB2D28;
    text-transform: uppercase;
    font-size: 24px;
}
.txt-hist{
    margin-top: 20px;
}
.information-about{
    display: flex;
    justify-content: space-between;
}
.information-about-about{
    background: url(../img/back2.png);
}
.information-about-about {
    height: 292px;
    padding: 80px 50px;
}
.information-about-left{
    margin-top: -16px;
}
.information-about-right{
    width: 628px;
}
.information-icon{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info-icon-alone{
    width: 230px;
    margin-top: 20px;
}
.information-icon {
    background: #121C21;
    height: 390px;
    padding: 50px;
}
.icon-txt{
    margin-top: 20px;
}
.right-adress-contact{
    background: url(../img/back3.png);
}
.adress-contact {
    display: flex;
    margin-top: -10px;
    height: 270px;
}
.left-adress-contact {
    width: 491px;
    background: #121C21;
    padding: 60px 50px;
}
.right-adress-contact{
    width: 628px;
}
.title-adress{
    text-transform: uppercase;
    color: #DB2D28;
    font-size: 24px;
}
.where-we{
    margin-top: 20px;
}
.phone-masters{
    margin-top: 30px;
}
.phone-masters a{
    display: flex;
    align-items: center;
}
.right-adress-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.phone-masters img{
    margin-right: 5px;
}
.phone-masters span{
    width: 80px;
}
.master-banner .girl-banner {
    right: 0;
    border-radius: 50%;
    opacity: 0.5;
}
.work-year-client{
    display: flex;
}
.work-year-client{
    margin-top: 30px;
}
.work-year-title{
    font-family: "Rubik Distressed", system-ui;
    font-size: 32px;
    color: #DB2D28;
}
.client-counter-title{
    font-family: "Rubik Distressed", system-ui;
    font-size: 32px;
    color: #DB2D28;
}
.work-year{
    margin-right: 40px;
}
.take-order{
    margin-top: 40px;
}
.gallery {
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 300px;
    position: relative;
}
.gallery-track {
    display: flex;
    animation: scroll 25s linear infinite;
}
.gallery img {
    margin: 0 10px;
    object-fit: cover;
    background: #333;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s;
}
.gallery img:hover {
    transform: scale(1.05);
}
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.lightbox img {
    max-width: 90%;
    max-height: 90%;
}
.lightbox.active {
    display: flex;
}
.gallery{
    margin-top: -200px;
}
.seller-section{
    margin-top: 80px;
}
.name-seller{
    height: 270px;
    width: 270px;
}
.line-money-add{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.seller-prod{
    width: 270px;
}
.seller-line{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.seller-prod{
    margin-bottom: 20px;
}
.name-seller img{
    margin-top: 80px;
}
.contact-sec{
    margin-top: 120px;
}
.form-title { margin: 0 0 16px; font-weight: 600; font-size: 20px; }
.field { margin-bottom: 14px; }
label { display: block; margin: 0 0 8px; color: var(--muted); font-size: 14px; }
input[type="email"], textarea {
    width: 100%;
    background: #070B0D;
    color: #41494F;
    padding: 14px 16px;
}
input::placeholder, textarea::placeholder { color: #607078; }
input:focus, textarea:focus {
    border-color: #31424a; box-shadow: 0 0 0 3px rgba(49,66,74,.35);
}
textarea { min-height: 160px; resize: vertical; }
.actions {
    margin-top: 8px; display: flex; gap: 12px; align-items: center;
}
button:active { transform: translateY(1px); }
.note { color: var(--muted); font-size: 13px; }
.hidden { display: none !important; }
.msg {
    margin-top: 14px; padding: 12px 14px; border-radius: 10px; font-size: 14px;
    background: #102126; border: 1px solid #20343b;
}
.msg.ok { border-color: #2b6b46; background: #0f2620; }
.msg.err { border-color: #6b2b2b; background: #261010; }
.contact-area{
    display: flex;
    justify-content: space-between;
}
.contact-area-right{
    background: #121C21;
}
.bottom-form{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom-form .phone-masters{
    margin-top: 0;
}
.contact-form-name{
    font-family: "Rubik Distressed", system-ui;
    font-size: 32px;
    text-transform: uppercase;
}
.under-name-form{
    color: #41494F;
    margin-top: 10px;
}
.form-cont{
    margin-top: 40px;
}
.bottom-form{
    margin-top: 30px;
}
.contact-form {
    padding: 80px 70px;
}
.photo-contact{
    margin-top: 30px;
}