* {
    margin: 0;
    padding: 0;
    font-family: "Heletica", Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: "Heletica";
    src: url("../fonts/HelveticaNeueBoldCondensed.woff"); 
}

@font-face {
    font-family: "Heletica-Bold";
    src: url("../fonts/HelveticaNeueBlackCondensed.woff"); 
}

@keyframes down {
    from {
        box-shadow: 0px 2px 11px 0px #00000063;
    }

    50% {
        box-shadow: 0px 2px 10px 5px #787878ad;
    }
  
    to {
        box-shadow: 0px 2px 11px 0px #00000063;
    }
  }

::-webkit-scrollbar {
    width: 7px;
}
 
::-webkit-scrollbar-track {
    background-color:#e0e0e0;
}
 
::-webkit-scrollbar-thumb {
    background-color: #a7a7a7;
}

.filter {
    filter: blur(5px) !important;
}

::selection {
    background-color: #FFC107;
}


header {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-family: "Heletica", Arial, Helvetica, sans-serif;
}

header img {
    width: 5%;
    margin: 20px 50px 0 0;
    align-self: flex-end;
    cursor: pointer;
}

img.desktop {
    width: 100%;
    margin: 0;
    position: absolute;
    z-index: -1;
}

header img.mobile {
    display: none;
}

section.header-text {
    width: 90%;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 11%;
}

.first-header-text-block {
    width: 30%;
    display: flex;
    flex-direction: column;
}

.first-header-text-block h1 {
    font-size: calc(100vw / 22);
    text-transform: uppercase;
}

.first-header-text-block h3 {
    font-size: calc(100vw / 45);
    text-transform: uppercase;
    display: block;
    margin-top: 25px;
}

.second-header-text-block {
    display: flex;
    width: 30%;
    position: relative;
}

p.price-text b {
    color: #FFC107;
    font-size: calc(100vw / 10);
    letter-spacing: -7px;
}

p.price-text {
    position: relative;
    align-self: center;
    bottom: 15px;
    color: #fff;
}

p.price-text span {
    line-height: 0.8;
    display: block;
    text-transform: uppercase;
    font-size: calc(100vw / 35);
}

.countdown {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
    width: 90%;
}
  
.countdown-number {
    padding: 15px;
    display: inline-block;
}
  
.countdown-time {
    padding: 5px 15px;
    background: #000;
    font-size: 50px;
    display: inline-block;
    box-shadow: 0px 8px 14px 0px #000000cc;
}
  
  .countdown-text {
    display: block;
    padding-bottom: 5px;
    color: black;
    font-size: 16px;
    font-weight: 100;
}

  section.time-block {
    display: flex;
    flex-direction: column;
    margin: 100px 0 50px 0;
    justify-content: center;
    align-items: center;
}

.line {
    width: 100%;
    display: flex;
    justify-content: center;
}

.line span {
    height: 5px;
    background: radial-gradient(50% 40%, #FFC107, #070c0f00);
    width: 25%;
}

section.time-block h1 {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 36px;
    text-transform: uppercase;
    display: block;
    width: 90%;
}

section.model-choise {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.model-choise h1 {
    text-transform: uppercase;
    font-size: 31px;
}

footer {
    display: flex;
    justify-content: center;
    margin: 20px;
    font-size: 12px;
    color: #80808061;
    text-align: center;
}

section.model-choise h1 b {
    color: #FFC107;
}

.line.car {
    display: none;
}

.model-car {
    display: flex;
    margin: 50px 0 100px 0;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.model-car div {
    display: flex;
    flex-direction: column;
    width: 30%;
    align-items: center;
}

span.old-price {
    font-size: 20px;
    text-decoration: line-through;
    text-transform: uppercase;
    margin: 20px;
}

span.new-price {
    font-size: 30px;
    text-transform: uppercase;
}

.model-car button {
    border: none;
    background-color: #000;
    color: #fff;
    padding: 10px 35px;
    border-radius: 5px;
    font-size: 20px;
    margin: 30px;
    outline: none;
}

.model-car button:hover {

    color: #000;
    background-color:#FFC107;
    outline: none;
}

section.form-submit {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}

.form-block {
    background-color: #fff;
    border: none;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    width: 25%;
    box-shadow: 0px 10px 20px 4px #000000d6;
}

.form-block h1 {
    font-size: 35px;
    padding: 0 0 20px 0;
}

.form-block form {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.form-block form label, textarea, textarea:focus {
    width: 45%;
    font-size: 20px;
    border: none;
    resize: none;
    margin: 10px 0;
    outline: none;
}

.form-block form input, .form-block form input:focus {
    width: 45%;
    border: none;
    font-size: 20px;
    outline: none;
    margin: 10px 0;
}

.cost_box {
    width: 50%;
    display: flex;
}

.form-block form .cost_box input {
    width: 30%;
}

input#old_cost {
    font-size: 17px;
    text-decoration: line-through;
}

input#bonus {
    color: green;
}

.phone_box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
}

.form-block form .phone_box label {
    font-size: 13px;
    width: 100%;
}

.ultop{
    font-size: calc(50vw / 45) !important;
    color: black;
}

    .ultop ul li{
        list-style-type: none;
    }
    .ultop ul li:before{
    color: #efdf00; /* Цвет маркера */
    content: "●"; /* Сам маркер */
    padding-right: 10px; /* Расстояние от маркера до текста */
    }

input#phone {
    width: 40%;
    background-color: #d9d9d9;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 0;
    color: #5f5f5f;
}

aside {
    justify-content: center;
    display: flex;
}

aside p {
    background-color: #FFC107;
    padding: 15px 17px;
    border-radius: 100%;
    box-shadow: 0px 2px 11px 0px #00000063;
    transition: 5s;
    animation: down;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

aside p:hover {
    box-shadow: 0px 2px 10px 5px #787878ad;
    transition: 5s;
    animation: none;
}

span.Scroll-down {
    border: solid white;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.phone_box div {
    width: 50%;
    display: flex;
    align-items: center;
}

input#bonus_card {
    width: 10%;
    transform: scale(1.5);
    margin-right: 10px;
}

.form-block button {
    border: none;
    width: 30%;
    background-color: #FFC107;
    padding: 10px 20px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 17px;
    align-self: center;
    margin-top: 20px;
    outline: none;
}

div.loading-time {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: #00000082;
    height: 100%;
}

div.loading-time img {
    width: 50%;
}

div.otvet p {
    background-color: white;
    width: 20%;
    padding: 2%;
    font-size: 19px;
    text-align: center;
}

div.otvet {
background-color: #00000082;
width: 100%;
position: fixed;
height: 100%;
top: 0;
left: 0;
z-index: 99999;
justify-content: center;
align-items: center;
display: none;
}

.Close {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-size: 20px;
    cursor: pointer;
}

div.otvet a {
    position: relative;
    right: 3%;
    top: -2%;
    text-decoration: none;
    font-size: 20px;
    background-color: #FFC107;
    color: black;
    padding: 2px 7px;
    border-radius: 63px;
    cursor: pointer;
}

h3.model-name {
    font-size: 25px;
    position: relative;
    top: 20px;
}

@media only screen and (max-width: 1450px) {

    .form-block {
        width: 40%;
    }

    .form-block form .phone_box label {
        font-size: 12px;
    }

    .form-block button {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1150px) {

    aside {
        display: none;
    }

    .model img {
        max-width: 100%;
    }

    section.time-block h1 {
        font-size: 34px;
    }

    section.model-choise h1 {
        font-size: 29px;
    }

    .form-block {
        width: 50%;
    }
}

@media only screen and (max-width: 850px) {

    .model-car {
        justify-content: space-around;
        flex-direction: column;
    }

    .model-car div {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    section.form-submit {
        overflow: scroll;
        align-items: flex-start;
    }

    .form-block {
        width: 80%;
    }

    section.time-block h1 {
        font-size: 28px;
    }

    section.model-choise h1 {
        font-size: 26px;
    }

    .countdown-number {
        padding: 5px;
        display: inline-block;
    }

    .countdown-text {
        font-size: 13px;
    }

    .countdown-time {
        font-size: 40px;
    }
}

@media only screen and (max-width: 450px) {


    header img {
        width: 6%;
        align-self: flex-end;
    }

    header img.mobile {
        display: flex;
        width: 100%;
        margin: 0;
        z-index: -1;
        position: absolute;
    }

    section.header-text {
        width: 90%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        position: relative;
        margin-bottom: 50px;
    }

    .first-header-text-block {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 550px;
    }

    .first-header-text-block h1 {
        font-size: calc(100vw / 10);
    }

    .first-header-text-block h3 {
        font-size: calc(100vw / 13);
    }
    .ultop{
        font-size: calc(100vw / 30) !important;
        color: black;
    }
    

    .second-header-text-block {
        width: 90%;
        margin: 0;
    }

    p.price-text {
        color: #000;
    }

    p.price-text span {
        font-size: calc(100vw / 10);
    }

    p.price-text b {
        font-size: calc(100vw / 2.5);
    }

    section.time-block {
        margin: 0;
        margin-bottom: 50px;
    }

    section.time-block h1 {
        font-size: 17px;
    }

    .line span {
        width: 85%;
    }
    
    .line.car {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .form-block {
        width: 100%;
        padding: 20px;
    }

    .form-block h1 {
        font-size: 30px;
    }

    .form-block form label, 
    textarea, 
    textarea:focus, 
    input:focus {
        font-size: 16px;
    }

    input#old_cost {
        font-size: 14px;
    }

    .form-block form .cost_box input {
        width: 40%;
        font-size: 18px;
    }

    .form-block form .phone_box label {
        font-size: 11px;
    }

    .form-block button {
        width: 50%;
    }

    .countdown-time {
        font-size: 22px;
    }
}