
@font-face {
    font-family: 'main-font';
    src: url('../fonts/1Ptsg8LJRfWJmhDAuUs4SYFqPfE.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'standart';
    src: url('../fonts/1Ptsg8LJRfWJmhDAuUs4TYFq.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
}

@keyframes menu-open-a {
    from {left: -320px;}
    to {left: 0px;}
}

@keyframes menu-close-a {
    from {left: 0px;}
    to {left: -320px;}
}

body {
    display: block;
    margin: 0px;
    position: relative;
    overflow-x: hidden;
    background: #000;
}

.pc-main {
    .main-bg {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
    }
    
    .main {
        max-width: 1140px; 
        width: 100%;
        margin: 0 auto;
        /* z-index: 100; */
        font-family: main-font;
    }
    
    .header {
        display: flex;
        align-items: center;
        margin: 0 auto;
        padding: 30px 0 10px;
        color: #fff;
        font-family: standart;
    }
    
    .call-me-block {
        display: flex;
        align-items: flex-start;
    }
    
    .link-header-bl {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        white-space: nowrap;
        margin: 0 25px;
    
        a {
            text-decoration: none;
            padding: 5px 25px;
            font-size: 13px;
            font-weight: 600;
            text-transform: uppercase;
            color: #fff;
        }
    }
    
    .header-number {
        min-width: 50px;
        font-size: 15px;
        line-height: 1.467;
        font-weight: 700;
        letter-spacing: 1.5px;
        text-decoration: none;
        color: #fff;
        white-space: nowrap;
    }
    
    .logo-bl{
        background-image: url("./../images/header_logo.png");
        height: 140px;
        width: 250px;
    
        max-width: 100%;
        background-position: 0 50%;
        min-height: 50px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .number-header-bl {
        position: relative;
        display: flex;
        flex-direction: column;
        padding-left: 8px;
    }

    .messanger-abs {
        position: absolute;
        top: 50px;
        left: 0px;
        display: flex;
        align-items: center;
        gap: 20px;
    }
    
    .link-header-bl:hover a:not(:hover){
        color: gray;
    }
    
    .bg-block {
        position: relative;
        img {
            width: 100%;
        }
    }
    
    .red-avto-bg {
        position: absolute;
        height: 100%;
        width: 100%;
        background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.11) 93%, rgba(0, 0, 0, 0) 105%);
    }
    
    .main-call-bl {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
    }
    
    .own-input {
        position: relative;
        width: fit-content;
        input {
            background: transparent;
            border: 0;
            border-bottom: 1px solid #ffffff91;
            font: inherit;
            font-size: 16px;
            font-weight: 400;
            outline: none;
            padding: 15px 25px 15px 0px;
            color: #fff;
            z-index: 1;
        }
        label:not(:focus) {
            position: absolute;
            top: 15px;
            left: 0px;
            z-index: -1;
            opacity: .65;
            transition: all .15s linear;
        }
    
        input:focus~.form-field-title {
            font-size: .714rem;
            font-weight: 500;
            top: -9px;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            opacity: .6;
            transition: all .15s linear;
        }
    
        input:not(:placeholder-shown)~.form-field-title {
            font-size: .714rem;
            font-weight: 500;
            top: -9px;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            opacity: .6;
            transition: all .15s linear;
        }
    }
    
    .input-block {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #fff;
    }
    
    .button-yel {
        cursor: pointer;
        font-family: main-font;
        background: #fff55a;
        color: #222;
        font-size: 16px;
        border: none;
        font-weight: 500;
        border-radius: 23px;
        width: 200px;
        height: 48px;
    }
    
    .title {
        padding-top: 142px;
        font-size: 4.429rem;
        margin-bottom: 64px;
    }
    
    .subtitle {
        font-size: 1.071rem;
        margin-top: 32px;
        font-weight: 700;
        letter-spacing: 1.5px;
        line-height: 1.4;
        text-align: center;
    }
    
    .big-number {
        font-size: 78px;
        text-decoration: none;
        color: #fff;
    }
    
    .big-number:hover {
        border-bottom: 5px solid #fff;
    }
    
    /* .black-bg {
        height: 100%;
        background: #000;
    } */
    
    .box {
        display: flex;
        align-items: center;
    }
    
    .card-list1 {
        padding: 30px;
        min-width: 340px;
        width: 340px;
        color: #212121;
    
        .photo-bl {
            background: #fff;
            height: 220px;
        }
        
        .photo-bl .photo {
            width: 100%;
            height: 217px;
        }
    
        .card-button {
            cursor: pointer;
            width: 100%;
            height: 62px;
            display: flex;
            align-items: center;
            color: #fff;
            background: #262020;
            justify-content: space-around;
    
        }
    
        .card-button:hover {
            background: #181414;
        }
    
        .text-box {
            height: 200px;
            padding: 20px;
            background: #fff;
        }
    
        .card-title {
            margin-bottom: 20px;
        }
    
        .text {
            font-size: 13px;
            line-height: 1.692;
            color: rgba(34,34,34,.8);
        }
    }
    
    .big-card {
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 740px;
        padding: 30px;
    
        .text1 {
            margin-bottom: 20px;
            font-weight: 500;
            font-size: 13px;
            line-height: 1.333;
            letter-spacing: 1.2px;
        }
    
        .text2 {
            font-size: 2rem;
            font-weight: 400;
            line-height: 1.22;
            letter-spacing: normal;
            word-break: break-word;
            text-align: center;
        }
    
    }
    
    .card-list2 {
        width: 360px;
        max-width: 360px;
        height: 605px;
        max-height: 605px;
        text-align: center;
        background: #fff;
        color: #222;
        border-radius: 14px;
        display: flex;
        flex-direction: column;
        .sub-text {
            font-size: 13px;
        }
        .price {
            font-family: standart;
            font-size: 48px;
            font-weight: 600;
            margin-bottom: 5px;
            margin-top: 5px;
        }
        .text {
            margin-top: auto;
            color: rgba(34,34,34,.8);
            padding: 0px 50px 50px 50px;
            line-height: 2;
            letter-spacing: .3px;
            font-size: 14px;
        }
        img {
            border-radius: 14px 14px 0px 0px;
            padding-bottom: 40px;
        }
    }
    
    
    
    
    .empt-card {
        width: 355px;
        text-align: center;
        padding: 1%;
        margin-bottom: 40px;
    }
    
    /* ================================================================= */
    
    .big-title {
        font-size: 48px;
        color: #fff;
    }
    
    .circle {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 30px;
        background-color: #d62020;
    }
    
    .card-title {
        font-weight: 600;
        font-size: 15px;
        line-height: 1.333;
    }
    
    .card-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.857;
        letter-spacing: .3px;
        margin-top: 10px;
        color: rgba(0,0,0,.8);
    }
    
    .w-block {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        .w-bg {
            position: absolute;
            top: 0px;
            left: -100vw;
            height: 100%;
            width: 200vw;
            z-index: -1;
            background: #fff;
        }
    }
    
    .w-block2 {
        padding-top: 70px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        .w-bg {
            position: absolute;
            top: 0px;
            left: -100vw;
            height: 100%;
            width: 200vw;
            z-index: -1;
            background: #fff;
        }
    }
    
    .title-border {
        font-size: 15px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0,0,0,.15);
        margin-bottom: 32px;
    }
    
    .row-text {
        margin-bottom: 32px;
        font-size: 14px;
        color: rgba(0,0,0,.8);
    }
    
    .bold-text {
        margin-bottom: 5px;
        font-weight: 700;
        font-size: 16px;
    }
    
    .flex-center {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .number {
        font-size: 48px;
        font-weight: 600;
        color: #fff;
        text-decoration: none;
        font-family: standart;
    }
    
    .number-w:hover {
        border-bottom: 3px solid #fff;
    }
    
    .number-b:hover {
        border-bottom: 3px solid #000;
    }
    
    /* ================================================================= */
    
    .table {
        display: flex;
        flex-direction: column;
        border: 3px solid #EEEEEE;
        border-bottom: none;
        border-radius: 8px;
        width: 100%;
    }
    
    .table-row {
        display: flex;
        border-bottom: 3px solid #EEEEEE;
    }
    
    .img-block {
        border-right: 3px solid #EEEEEE;
        height: 100%;
        .img-table {
            width: 300px;
            height: 300px;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-size: 100%;
        }
    }
    
    .brand {
        background: #fff;
        border-top: 3px solid #EEEEEE;
        margin-top: 5px;
        padding: 5px;
        text-align: center;
        font-family: standart;
        font-weight: 600;
    }
    
    .descript-block {
        display: flex;
        flex-direction: column;
    }
    
    .price-row {
        font-weight: 600;
        font-size: 16px;
        padding: 10px;
        min-width: 100px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #000;
        width: fit-content;
        .price {
            font-family: standart;
            font-size: 16px;
            font-weight: 500;
            margin-left: 10px;
        }
    }
    .desc {
        padding: 10px;
    }
    
    .more-b {
        background: #d62020;
        color: white;
        border-radius: 0px 0px 10px 10px;
        height: 28px;
        width: 202px;
        margin-left: 49px;
        text-align: center;
        padding-top: 10px;
        cursor: pointer;
    }   

    .block-fk {
        display: flex;
        flex-wrap: wrap;
        gap: 100px;
        justify-content: center;
        margin-bottom: 50px;
    }

    .fb-title {
        margin-top: 50px;
        margin-bottom: 70px;
        font-family: main-font;
        font-weight: 600;
        font-size: 48px;
        color: #fff;
        text-align: center;
    }

    .avatar {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-top: 15px;
    }

    .feedback {
        position: relative;
        background: #fff;
        color: #000;
        padding: 20px;
        width: 300px;
        max-width: 300px;
        border-radius: 15px;
        font-family: main-font;
        margin-left: 30px;
        z-index: 2;

        .diam {
            position: absolute;
            background: #fff;
            z-index: -1;
            height: 50px;
            width: 50px;
            transform: rotate(-45deg);
            left: -14px;
            top: 24px;  
        }
    }
    
}

/* .phone-main {
    display: none;
} */

/* -------------PHONE--------------------------------------------------------------------------------------------------------------------------------- */

.phone-main {
    font-family: main-font;
    .main {
        margin: 0 auto;
        width: 100%;
        max-width: 350px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 215px;

        .logo-h {
            height: 75px;
            width: 250px;
        }
    }

    .menu-b {
        height: 60px;
        width: 60px;
        border-radius: 50%;
        background: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 1000;
    }

    .close-menu {
        animation: menu-close-a 0.8s forwards;
    }
    
    .open-menu {
        animation: menu-open-a 0.8s forwards;
    }

    .menu-box {
        .menu-bg {
            position: fixed;
            z-index: 200;
            width: 100vw;
            height: 100vh;
            background: #00000073;
        }
        
        .left-menu {
            left: -320px;
            position: fixed;
            width: 270px;
            height: calc(100vh - 50px);
            max-height: 100vh;
            z-index: 201;
            background-color: #000;
            padding: 25px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;

            a {
                text-decoration: none;
                color: #fff;
                font-weight: 600;
                text-transform: uppercase;
            }
        }

        .link-menu {
            display: flex;
            flex-direction: column;
            gap: 26px;
            color: #fff;
            margin-top: 80px;
        }
    }

    .input-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: calc(100% - 60px);
        margin: 0 30px;
    }

    .own-input {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
        input {
            background: transparent;
            border: 0;
            border-bottom: 1px solid #ffffff91;
            font: inherit;
            font-size: 16px;
            font-weight: 400;
            outline: none;
            width: calc(100% - 25px);
            padding: 15px 25px 15px 0px;
            color: #fff;
            z-index: 1;
        }
        label:not(:focus) {
            position: absolute;
            top: 15px;
            left: 0px;
            z-index: -1;
            opacity: .65;
            transition: all .15s linear;
            color: rgba(255,255,255,.8);
        }
    
        input:focus~.form-field-title {
            font-size: .714rem;
            font-weight: 500;
            top: -9px;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            opacity: .6;
            transition: all .15s linear;
        }
    
        input:not(:placeholder-shown)~.form-field-title {
            font-size: .714rem;
            font-weight: 500;
            top: -9px;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            opacity: .6;
            transition: all .15s linear;
        }
    }

    .main-call-bl {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .button-yel {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff55a;
        color: #000;
        border-radius: 23px;
        width: 200px;
        height: 48px;
        font-size: 16px;
    }

    .title {
        font-size: 30px;
        color: #fff;
    }

    .subtitle {
        font-size: 14px;
        margin-top: 32px;
        font-weight: 700;
        letter-spacing: 1.5px;
        line-height: 1.4;
        text-align: center;
        color: #fff;
    }

    .big-number {
        font-size: 38px;
        text-decoration: none;
        color: #fff;
        font-family: standart;
    }

    .number-w:hover {
        border-bottom: 3px solid #fff;
    }
    
    .number-b:hover {
        border-bottom: 3px solid #000;
    }

    .card-list1 {
        margin-top: 32px;
        min-width: 340px;
        width: 340px;
        color: #212121;
    
        .photo-bl {
            background: #fff;
            height: 220px;
        }
        
        .photo-bl .photo {
            width: 100%;
            height: 217px;
        }
    
        .card-button {
            cursor: pointer;
            width: 100%;
            height: 62px;
            display: flex;
            align-items: center;
            color: #fff;
            background: #262020;
            justify-content: space-around;
        }
    
        .card-button:hover {
            background: #181414;
        }
    
        .text-box {
            height: 130px;
            padding: 30px;
            background: #fff;
        }
    
        .card-title {
            margin-bottom: 20px;
            font-weight: 600;
        }
    
        .text {
            font-size: 13px;
            line-height: 1.692;
            color: rgba(34,34,34,.8);
        }
    }

    .w-block2 {
        padding-top: 70px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        .w-bg {
            position: absolute;
            top: 0px;
            height: 100%;
            width: 100vw;
            z-index: -1;
            background: #fff;
        }
    }

    .empt-card {
        width: 355px;
        padding: 1%;
        text-align: center;
        margin-bottom: 40px;
    }

    .circle {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 30px;
        background-color: #d62020;
    }

    .card-title {
        font-weight: 600;
        font-size: 15px;
        line-height: 1.333;
    }

    .card-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.857;
        letter-spacing: .3px;
        margin-top: 10px;
        color: rgba(0,0,0,.8);
    }

    .flex-center {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .title-border {
        font-size: 14px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0,0,0,.15);
        margin-bottom: 32px;
        font-weight: 600;
    }

    .bold-text {
        margin-bottom: 5px;
        font-weight: 700;
        font-size: 16px;
    }

    .row-text {
        margin-bottom: 20px;
        font-size: 14px;
        color: rgba(0,0,0,.8);
    }

    .card-list2 {
        width: 350px;
        max-width: 350px;
        height: 600px;
        max-height: 600px;
        text-align: center;
        background: #fff;
        color: #222;
        border-radius: 14px;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
        .sub-text {
            font-size: 13px;
        }
        .price {
            font-family: standart;
            font-size: 48px;
            font-weight: 600;
            margin-bottom: 5px;
            margin-top: 5px;
        }
        .text {
            margin-top: auto;
            color: rgba(34,34,34,.8);
            padding: 0px 50px 50px 50px;
            line-height: 2;
            letter-spacing: .3px;
            font-size: 14px;
        }
        img {
            border-radius: 14px 14px 0px 0px;
            padding-bottom: 40px;
            height: 190px; 
            width: 350px;
        }
    }

    .menu-number {
        color: #fff; 
        text-decoration: none;
        font-size: 16px;
        font-family: standart;
    }

    .menu-text {
        font-size: 16px;
        color: #ffffff8f;
        margin-bottom: 45px;
    }

    .fb-title {
        color: #fff;
        font-family: main-font;
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
    }

    .block-fk {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .avatar {
        height: 30px;
        width: 30px;
        margin-top: 2px;
    }

    .diam {
        position: absolute;
        height: 15px;
        width: 15px;
        background: #fff;
        transform: rotate(-45deg);
        left: -6px;
        top: 11px;
    }

    .feedback {
        position: relative;
        font-family: main-font;
        font-size: 13px;
        border-radius: 15px;
        color: #000;
        background: #fff;
        padding: 20px;
        width: 200px;
        margin-left: 20px;
    }

    .table {
        display: flex;
        flex-direction: column;
        border: 3px solid #EEEEEE;
        border-bottom: none;
        border-radius: 8px;
        width: 300px;
    }

    .table-row {
        display: flex;
        flex-direction: column;
        border-bottom: 3px solid #EEEEEE;
    }

    .img-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: 3px solid #EEEEEE;
        .img-table {
            width: 300px;
            height: 300px;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-size: 100%;
        }
    
        .brand {
            font-size: 16px;
            font-weight: 600;
            margin-top: 10px;
            padding-bottom: 5px;
        }
    }

    .descript-block {
        padding: 10px 10px 20px 10px;
        .price-row {
            width: fit-content;
            font-size: 14px;
            font-weight: 600;
            display: flex;
            align-items: center;
            border-bottom: 1px solid;
            .price {
                margin-left: 10px;
                font-style: standart;
                font-size: 14px;
                font-weight: 500;
            }
        }
        .desc {
            margin-top: 10px;
        }
    }

    .more-b {
        background: #d62020;
        color: white;
        border-radius: 0px 0px 10px 10px;
        height: 28px;
        width: 202px;
        text-align: center;
        padding-top: 10px;
    }
    
    
}