* {
    margin: 0;
    font-family: "Arial";
    background: transparent;
    scroll-behavior: smooth;
}

.header-container{
    position: fixed;
    top: 0;
    margin-top: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.content-header{
    height: 70px;
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    /* border: double #00000072 3px; */
    border-radius: 20px;
    /* box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2); */
    background: #ffffff;
    border: 0;
    transition: border 0.3s;
}

.scrolled-header{
    border: solid black 3px;
    box-shadow: 4px 4px 8px 0px #223c5033;
}

.header-component{
    /* color: #000; */
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 127.273% */
    z-index: 12;
    transition: color 0.3s;
    padding: 5px 10px;
    text-decoration: none;
}

.logo{
    translate: 0 5px;
}

.wrapper-component{
    position: absolute;
    --X: 0px;
    --Y: 0px;
    --W: 0px;
    --H: 0px;
    top: var(--Y);
    left: var(--X);
    width: var(--W);
    height: var(--H);
    background: #000000;
    border-radius: 25px;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}

.no-anim{
    transition: all 0s;
}

.phone-img{
    width: 330px;
    transform: rotateX(90deg);
    transition: all 1s ease-in-out;
    transform-origin: bottom;
}
.pk-img{
    height: 500px;
}

.image-fv{
    position: relative;
    width: 330px;
    overflow: hidden;
}
.phone-img-load{
    transform: rotateX(0deg);
    transition: all 1s ease-in-out;
    transform-origin: bottom;
}

.space-top150{
    margin-top: 150px;
}

.space-top100{
    margin-top: 100px;
}
.space-top70{
    margin-top: 70px;
}
.space-top50{
    margin-top: 50px;
}
.space-top30{
    margin-top: 30px;
}
.space-top20{
    margin-top: 20px;
}
.space-top10{
    margin-top: 10px;
}

.main-wrapper{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.main-container{
    position: relative;
    max-width: 1100px;
}

.fv-container{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.fv-left-container{
    width: 100%;
    max-width: 770px;
    margin-right: 10px;
    margin-left: 10px;
}

.text-title{
    color: #000;
    font-family: Arial;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.text-title-small{
    color: #000;
    font-family: Arial;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.text-small{
    color: #555;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.text-big{
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 87.5% */
}

.text-big-normal{
    color: #0F0F0F;
    font-family: Arial;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

.text-mid-normal{
    color: #0F0F0F;
    font-family: Arial;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

.white{
    color: white;
    transition: all 0.3s;
}

.black{
    color: black;
}

.border-but-ord{
    text-align: center;
    width: 200px;
    padding: 15px 25px;
    background: #000;
    border-radius: 25px;
    transition: all 0.3s;
}

.border-but-ord:hover{
    transform-origin: top;
    transform: rotateX(-20deg);
    box-shadow: 1px 10px 14px 0px rgba(34, 60, 80, 0.2);
}


/* .border-but-ord:hover .white{
    color: #000;
} */

.achiev-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 650px;
    margin-right: 20px;
}

.divide-achiev{
    height: 100px;
    border-radius: 4.5px;
    background: #D9D9D9;
    width: 3px;
}

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

.services-container{
    width: 80%;
}

.services-wrapper{
    background: #000;
}

.price-container{
    width: 80%;
    display: flex;
    flex-direction: column;
}
.down-v{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.plan-card{
    padding: 10px;
    width: 300px;
    /* height: 500px; */
    background: #000;
    margin: 10px;
    border-radius: 5px;
    flex-grow: 1;
}

.phone-container{
    margin: auto;
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

.serv-ph{
    width: 300px;
    flex-grow: 1;
    translate: 7%;
}

.w30{
    width: 30%;
}
.w100{
    width: 100%;
    border-radius: 20px;
}

.rate-container{
    position: relative;
}

.clock{
    width: 350px;
    height: 350px;
    margin: 10px;
}

.w40{
    width: 40%;
    margin: 10px;
}

.time-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    border: dotted black 3px;
    padding: 10px;
    border-radius: 20px;
}

.rate-container{
    background: #D9D9D9;
    height: 300px;
    width: 100%;
    border-radius: 20px;
    overflow-y: scroll;
}

::-webkit-scrollbar{
    border-radius: 20px;
}

.link{
    color: blue;
}

.rate-card{
    background: #000000;
    color: #ffffff;
    margin: 10px;
    border-radius: 20px;
    padding: 10px;
}

.footer {
    background-color: #111;
    padding: 40px 0;
    color: white;
    border-top: 1px solid #333;
    font-family: inherit;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}

.footer-column {
    flex: 1;
    min-width: 200px;
}

.footer-column.center {
    text-align: center;
}

.footer-column.right {
    text-align: right;
}

.footer-logo {
    filter: invert();
    width: 60px;
    margin-bottom: 10px;
}

.footer-title {
    font-size: 1.1em;
    margin-bottom: 10px;
    font-weight: 600;
    color: #eee;
}

.footer-link {
    color: #aaa;
    font-size: 0.9em;
    margin-top: 8px;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
}

.footer-link a {
    color: #aaa;
    text-decoration: none;
}

.footer-link a:hover {
    color: white;
}

.footer-link:hover {
    color: white;
}

/* Для ширины до 1024px — немного сжать, но не ломать футер */
@media screen and (max-width: 1024px) {
    .footer-container {
        gap: 30px;
    }

    .footer-column {
        flex: 1 1 30%;
        text-align: left;
    }
}

/* Полный моб. режим только при реально узких экранах */
@media screen and (max-width: 800px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .footer-column {
        text-align: center !important;
        width: 100%;
    }

    .footer-logo {
        margin: 0 auto;
    }

    .footer {
        padding: 30px 20px;
    }
}




@media (max-width: 940px) {
    .clock{
        display: none;
    }
    .down-v{
        justify-content: center;
    }
    .fv-container{
        justify-content: center;
        flex-wrap: wrap;
    }
    .image-fv{
        width: 100%;
        max-width: 1100px;
        display: flex;
        justify-content: center;
    }
    .fv-left-container{margin: 20px;}
    .fv-right-container{
        margin: 20px;
        flex-grow: 1;
        display: flex;
        justify-content: center;
    }
    .achiev-container{
        max-width: 1100px;
    }
}

@media (max-width: 700px) {
    .text-title{
        font-size: 40px;
    }
    .text-title-small{
        font-size: 20px;
    }
    .text-big-normal{
        font-size: 40px;
    }
    .text-mid-normal{
        font-size: 20px;
    }
    .w40{
        width: 100%;
    }
    .no-important{
        display: none;
    }
    .header-component{
        margin: 10px;
    }
    .achiev-container{
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        margin-top: 20px;
    }
    .divide-achiev{
        width: 200px;
        height: 3px;
        margin: 30px;
    }
    .fv-right-container{
        display: flex;
        justify-content: center;
    }
    .fv-left-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .pk-img{
        height: 200px;
    }
}

