/* @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Jost:ital,wght@0,100..900;1,100..900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

  @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&display=swap'); */
/* Общие стили */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;

}


svg {
    margin-top: 4px;
}

/* Скрытое попап-окно по умолчанию */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background: white;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.popup-content h2 {
    margin-top: 0;
    color: #2c3e50;
}

.popup-content p {
    font-size: 16px;
    color: #34495e;
}

#timer {
    font-weight: bold;
    color: #e74c3c;
    font-size: 1.2em;
}

.status-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #00aa00;
    margin-left: 8px;
}

.status-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #00cc00;
    border-radius: 50%;
    opacity: 0;
    animation: fadeInOut 2.5s infinite;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#close-popup {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #3498db;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
}

#close-popup:hover {
    background-color: #2980b9;
}

/* конец попап */


.block_phone_tel {
    display: none;
}

/* input::placeholder {
      color: transparent;
  } */

header,
footer {
    max-width: 1200px;
    /* можно 1140px, 1280px — зависит от дизайна */
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    /* background: linear-gradient(to right, #f4f7fb, #eaf3ea); */
}

.green2 {
    display: none;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    /* срочно.авто */



    font-family: 'Roboto';
    font-style: normal;
    font-weight: 656;
    font-size: 40px;
    line-height: 0px;
    /* or 0% */
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: lowercase;
    font-feature-settings: 'tnum' on, 'onum' on;





}

label {
    /* Номер телефона: */

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    /* identical to box height */

    color: #000000;


}

.logo span.green {
    font-family: 'Roboto';
    color: #9fd02d;
    padding-left: 10px;
}

.logo span.black {
    color: #000;
}

nav {
    display: flex;
    gap: 20px;
}

nav a {
    text-decoration: none;
    color: #ACA8A8;
    font-size: 14px;


    font-family: Roboto;
    font-weight: 656;
    font-style: Condensed Regular;
    font-size: 15px;

    line-height: 0px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;


}

nav a:hover {
    color: #000;
}

.social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social img {
    height: 28px;
    width: 28px;
}

.phone {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    font-size: 14px;




}

.phone a {
    text-decoration: none;

    font-weight: bold;
    font-size: 18px;

    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    /* line-height: 0px; */
    /* or 0% */
    display: flex;
    align-items: center;
    text-align: center;
    /* letter-spacing: -0.06em; */
    font-feature-settings: 'tnum' on, 'onum' on;

    color: #9FD02D;


    /* Inside auto layout */
    flex: none;
    order: 16;
    flex-grow: 0;
    z-index: 16;
}

.phone span {
    font-size: 12px;
    color: #777;
}

.container {

    /* Добавляем relative для позиционирования изображения */
    display: flex;
    flex-direction: column;
    max-width: 1200px;

    /* "ОСНОВНОЙ ФОН" */


    background: linear-gradient(250.71deg, rgba(101, 169, 94, 0.1209) 19.59%, rgba(202, 121, 187, 0.127521) 50.51%, rgba(41, 123, 163, 0.128364) 71.26%, rgba(27, 111, 180, 0.1302) 84.58%);




    /* Градиентный фон для левой части */
    padding: 10px 30px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
    min-height: 600px;
    max-height: 90vh;
    justify-content: space-evenly;
}

h1.tel {
    display: none;
}

h1.desktop {
    /* СРОЧНО ВЫКУПИМ ВАШ АВТО В МОСКВЕ И МО ЗА 3 ЧАСА */

    padding-left: 30px;
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    letter-spacing: 0.01em;

    color: #000000;
    font-stretch: 87;


    /* Inside auto layout */
    flex: none;
    order: 17;
    flex-grow: 0;
    z-index: 17;

}

h1 span {
    color: #c410b8;
    /* Цвет "МОСКВЕ И МО" */
}

.form-container {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 475px;
    margin-left: 30px;
}

.form-title {
    /* ОСТАВЬТЕ ВАvШ НОМЕР И МЫ ПЕРЕЗВОНИМ ЗА 30 СЕКУНД: */
    /* Марка вашего авто: */




    font-family: 'Alumni Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    /* or 32px */
    letter-spacing: -0.01em;
    font-feature-settings: 'liga' off;

    color: #000000;

    padding-bottom: 40px;






}

form {
    max-width: 100%;
}

label {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px;
}

input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 14px;
}

button {
    width: 100%;
    padding: 10px;
    background-color: #c410b8;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    width: 244px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}


button:hover {
    background-color: #c410b8;

}

.container2 {

    /* min-height: 600px;
      max-height: 90vh; */
    /* margin-top: -662px; */
    margin-top: -832px;
    float: right;
    display: flex;
    justify-content: flex-end;


    img {
        max-width: 50%;
    }
}

.container {
    padding: 0px;
}


.my3 {
    max-width: 1200px;


    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 50px;

    .my3_block1 {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        gap: 10px;
        padding: 0 20px;
    }

    /* margin-top: -650px; */
}


.card {
    /* Блок 1 */


    /* Frame 1 */

    /* Блок 3 */


    width: 344px;
    height: 192px;
    padding: 20px;


    background: linear-gradient(250.71deg, rgba(101, 169, 94, 0.0819) 19.59%, rgba(202, 121, 187, 0.0863854) 50.51%, rgba(41, 123, 163, 0.0869563) 71.26%, rgba(27, 111, 180, 0.0882) 84.58%);
    border-radius: 42px;

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

    p {
        /* Сразу выплачиваем вам всю сумму наличными или на карту, как вам удобно! */
        font-family: Roboto;

        /* font-family: 'JejuMyeongjo'; */
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;

        color: #000000;


    }


}

h2 {
    /* ВЫКУПАЕМ ДОРОГО, ДО 96% */


    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 139px;
    text-align: center;
    letter-spacing: -0.09em;

    color: #000000;

    text-shadow: 3px 5px 6.5px rgba(0, 0, 0, 0.25);

    /* Inside auto layout */
    flex: none;
    order: 5;
    flex-grow: 0;
    z-index: 5;

}


.green1,
.green2 {


    background: rgba(167, 212, 70, 0.92);


}



.block_phone {
    height: 900px;
    display: flex;
    width: 100%;
    /* margin: 50px 0; */
    margin-top: -130px;
}

.block_phone__ruka {
    flex: 0 0 30%;
    background-image: url('img/ruka.svg');
    background-repeat: no-repeat;
    width: 50%;

}

.my_btn_tel {
    display: none;
}

.my_btn {
    /* ПОЗВОНИТЬ */


    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 69px;
    text-align: center;
    letter-spacing: -0.09em;

    color: #000000;

    /* Кнопка "ПОЗВОНИТЬ" */


    filter: drop-shadow(7px 7px 20.5px rgba(0, 0, 0, 0.25));

    background-color: #7C87FF;
    width: 503px;
    height: 100px;
    opacity: 1;

    border-radius: 62px;
    float: left;


}

.deck {
    max-width: 847px;
    height: 256px;
    background: linear-gradient(250.71deg, rgba(101, 169, 94, 0.1209) 19.59%, rgba(202, 121, 187, 0.127521) 50.51%, rgba(41, 123, 163, 0.128364) 71.26%, rgba(27, 111, 180, 0.1302) 84.58%);
    /* БЛОК "НЕ ХОТИТЕ.." */


    border-radius: 22px;

    p {
        /* НЕ ХОТИТЕ СОЗВАНИВАТЬСЯ? ПРОСТО НАПИШИТЕ В WhatsApp Сразу же ответим и обсудим детали! */

        padding: 20px;

        font-family: 'Jost';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 46px;

        color: #000000;


    }

}

.wtp {
    /* Кнопка "Написать WA" */

    background: #62cc73;

    filter: drop-shadow(7px 7px 20.5px rgba(0, 0, 0, 0.25));
    margin-left: 20px;
    width: 258px;
    height: 51px;
    /* Написать в WhatsApp */



    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    /* identical to box height */
    text-align: center;
    border-radius: 25px;
    color: #000000;
}

.block_predposl {
    flex: 0 0 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
}

.block_docs {
    margin-top: -200px;

    .main {
        display: flex;
        justify-content: space-around;
        max-width: 1200px;
        margin: 0 auto;
        background: linear-gradient(250.71deg, rgba(101, 169, 94, 0.1209) 19.59%, rgba(202, 121, 187, 0.127521) 50.51%, rgba(41, 123, 163, 0.128364) 71.26%, rgba(27, 111, 180, 0.1302) 84.58%);
        display: flex;
        border-radius: 22px;
        flex-wrap: wrap;

        img.docccc {
            width: 100%;
        }
    }

}

.blok_ptc {
    display: flex;
    flex-direction: column;
    justify-content: center;

    p {
        display: flex;
        align-items: center;
        font-family: 'Jost';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 35px;

        color: #000000;


    }
}

/* @media(max-width:2500px) {
      .container2 {

          margin-top: -62vh;

      }
  } 

*/
@media(max-width:1800px) {

    .container2 {


        margin-top: -633px;

    }
}





@media(max-width:1400px) {
    .container2 {

        margin-top: -538px;
    }

    .my3 {

        margin-top: 86px;

    }
}

@media(max-width:1024px) {
    .container2 {
        margin-top: -538px;

    }

    .block_phone {
        display: flex;
        margin-top: 0px;
    }

}



@media(max-width:981px) {
    .container2 {
        display: none;
    }
}

@media(max-width:768px) {
    .block_phone {
        display: none;
    }

    .block_phone_tel {
        display: block;
    }

    .blok_ptc {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        flex-wrap: wrap;

        p {
            padding: 5px;


        }
    }

    .wtp {
        margin: 0;
    }

    .container {
        background: linear-gradient(250.71deg, rgba(101, 169, 94, 0.1209) 19.59%, rgba(202, 121, 187, 0.127521) 50.51%, rgba(41, 123, 163, 0.128364) 71.26%, rgba(27, 111, 180, 0.1302) 84.58%);
        border-radius: 22px;
        margin: 10px;
        min-height: 460px;
    }

    label {
        margin-left: 6px;
        font-size: 13px;

    }

    .container2 {
        display: none;
    }

    header,
    footer {
        padding: 10px 10px;
        background: #fff;
    }

    nav {
        display: none;
    }

    .logo {
        font-family: Roboto;
        font-weight: 656;
        font-style: Condensed Regular;
        font-size: 18px;


    }

    .social {
        gap: 0px;
    }

    h1.desktop {
        display: none;
    }

    h1.tel {
        /* СРОЧНО ВЫКУПИМ ВАШ АВТО В МОСКВЕ И МО ЗА 3 ЧАСА */

        display: block;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 28px;
        letter-spacing: 0.01em;
        color: #000000;
        font-stretch: 87;
        padding: 0 0 0px 20px;


    }

    .phone a {
        font-family: 'Bebas Neue';
        font-weight: 400;
        font-style: Regular;
        font-size: 20px;


    }

    .phone span {
        /* Сейчас работаем - звоните! */



        font-family: 'Bebas Neue';
        font-style: normal;
        font-weight: 400;
        font-size: 7px;
        line-height: 0px;
        /* identical to box height, or 0% */
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: 0.06em;


        color: #000000;


    }

    .form-container {
        background-color: #ffffff;
        padding: 10px 20px;
        border-radius: 28px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        max-width: 350px;
        margin: 0 auto;
        margin-left: auto;

    }



    .main {
        margin: 10px;

        div {
            img.docccc {
                width: 100%;
            }
        }
    }

    .green1 {
        display: none;
    }

    .green2 h2 {
        /* ВЫКУПАЕМ ДОРОГО, ДО 96% */

        font-family: 'Jost';
        font-style: normal;
        font-weight: 400;
        font-size: 27px;
        line-height: 39px;
        /* identical to box height */
        text-align: center;
        letter-spacing: -0.09em;

        color: #000000;

        text-shadow: 3px 4px 6.5px rgba(0, 0, 0, 0.25);

    }


    .my3 {
        margin-top: 25px;
        margin-bottom: 25px;

        .my3_block1 {

            justify-content: space-around;
        }
    }

    .block_docs {
        margin-top: 0px;
    }



    .deck {
        height: auto;
        padding: 25px 0;
        width: auto;
        margin: 0 10px;
        padding-top: 200px;

        display: flex;
        flex-direction: column;
        align-items: center;

        p {
            font-size: 18px;

        }
    }



    .block_docs {
        .main {
            display: flex;
            padding-left: 10px;
            margin: 10px;
            width: auto;
            flex-wrap: wrap;
            justify-content: flex-start;

        }
    }

    input::placeholder {
        color: #999;
        /* серый, как обычно делают */
    }

    .my_btn {
        display: none;
    }

    .my_btn_tel {
        /* Кнопка "Позвонить" */
        display: block;

        width: 193.77px;
        height: 38.52px;
        background-color: #7C87FF;
        float: none;
        filter: drop-shadow(7px 7px 20.5px rgba(0, 0, 0, 0.25));

        font-family: Jost;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;

        line-height: 144%;
        letter-spacing: -9%;
        margin: 10px auto;


    }







    .block_predposl {

        gap: 0px;
    }

    .form-title {
        font-family: 'Alumni Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        /* or 18px */
        letter-spacing: -0.01em;
        font-feature-settings: 'liga' off;

        color: #000000;


    }

    .block_phone_tel {
        div.myimg {
            position: relative;
            top: 200px;
            margin: 0 auto;
            display: flex;
            /* align-items: center; */
            justify-content: center;
            margin-top: -200px;
        }

        .block_predposl {
            flex: 0 0 100;
        }
    }

    svg {
        margin-top: 0px;
    }

    .mob_img {
           width: 40px;
    }

.blok_ptc {
    p {

        font-size: 18px;
      
    }
}

.p_wtp{
    color: #62cc73; text-decoration: none; font-weight: 700;
}
    .green2 {
        display: block;
    }
}