

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
}

h1 {
    font-weight: bold;
    font-size: 58px;
    font-family: 'Inter',Arial,sans-serif;

    margin-top: 100px;
}

h2 {
    line-height: 19px;
    font-size: 20px;
    font-weight: 500;
}

.main {
    width: 100%; height: 100%;
}


.pg-left {
    padding-left: 30px;
}

.pg-top-up {
    padding-top: 8px;
}

.pg-top30 {
    padding-top: 35px;
}

.hero {

    /*
    background: url("../img/hero-fon.webp") center center no-repeat ;
    background-size: cover;
    background-position: center center;
*/


background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0) ), url('../img/hero-fon.webp');
background-size: cover; background-repeat: no-repeat;    
    background-position: center center;





 /*  background: linear-gradient(217deg, rgba(255, 0, 0, 0.6), rgba(255, 0, 0, 0.1) 10%); */

width: 100vw; 
/* height: 100vh; */
min-height: 990px;

z-index: -2;

}

/*
.hero:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(55, 55, 55, 0.) 50%);
}
*/

.logo img {
    width: 201px;
    height: 57px;
}

.logo {
    display: flex;
    align-items: center;
}

.logo-text {
    
    font-weight: 700;
    padding-left: 20px;
}


.h1-text {

}

.div-flex {
    display: flex;
    align-items: center;
}

.img-book img {
    margin-top: 20px;
    width: 127px;
}

.div-flex div p {
    padding-left: 20px;
    font-weight: 400;
    font-size: 20px;
}

.botton-yel {
    height: 100px;
    width: 340px;
    border-radius: 10px;
    background-color: #e1b14d;
     background-image: linear-gradient(#d09931, #ecc262);

    font-weight: 600;
    font-size: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

}

.botton-yel:hover {
    background-image: linear-gradient(#ecc262, #d09931);
}

.fone-wh {
    width: 400px;
    height: 77px;

    background-color: #fff;
    border-radius: 0 10px 10px 0;

    display: flex;
    align-items: center;
    justify-content: space-evenly;
}


.fone-wh div img {
    width: 30px;
    height: 30px;
}

.answ-text {
    color: #000;

}

.answ-text span {
    color:  #0D496C;
    font-weight: 700;
}


.sqr {
    display: flex;
    flex-direction: column;
    
    align-items: center;
  justify-content: space-evenly;
  
    
    width: 140px;
    height: 140px;

    background-color: #545556;
    border-radius: 10px;

    background-image: linear-gradient(#1f2325, #898c8f);

    margin: 5px;

}

.text-grad-yel {

  background-image: linear-gradient(0.281turn,rgba(197,137,30,1) 0%,rgba(243,204,109,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  font-size: 18px;
  font-family: 'Inter',Arial,sans-serif;

  text-align: center;
}

.text-centr {
    text-align: center;
    font-size: 15px;
}


.best-auto {
    display: flex;
    align-items: center;
    justify-content: center;
}

.best-auto .text {
    padding-right: 20px;
    font-weight: 500;
}


.img-firm1 {
    width: 84px;
    height: 30px;
}

.img-firm2 {
    width: 94px;
    height: 39px;
}

.img-firm3 {
    width: 166px;
    height: 22px;
}

.img-firm4 {
    width: 42px;
    height: 36px;
}

.best-auto div {
    margin-left: 12px;
    margin-right: 12px;
}