@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Audiowide&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  width: 90%;
  margin: 0 auto;
}

.container2{
    width:70%;
    margin:0 auto;
}

.container3{
    width:70%;
    margin:0 auto;
}

.rubic {
  font-family: "Rubik", sans-serif !important;
}

.white {
  color: #fff !important;
}

.red {
  color: #bf1b21;
}

.pt-55 {
  padding: 55px 0;
}

.weight8 {
  font-weight: 800;
}

header {
  background-color: #bf1b21;
  width: 100%;
}

.logo {
  display: flex;
  justify-content: center;
  padding: 25px 0;
}

.logo img {
  display: block;
  width: 90px;
}

.menuLinks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  padding-top: 38px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.menuLinks li {
  list-style-type: none;
}

.menuLinks a {
  text-decoration: none;
  color: #323232;
}

.menu {
  font-family: "Montserrat", sans-serif;
  color: #f0f0f0;
  font-size: 20px;
  display: flex;
  gap: 40px;
}

.menu a {
  text-decoration: none;
  color: #f0f0f0;
}

.menu li {
  list-style-type: none;
}

.mobileMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.button {
  border-top: 7px solid #bf1b21;
  border-bottom: 7px solid #bf1b21;
  border-radius: 5px;
  padding: 30px 35px;
}

.banner {
  background: url(../assets/img/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: "Montserrat", sans-serif;
  height: 444px;
}
.banner h1 {
  font-size: 50px;
  padding-top:77px;
  padding-bottom:75px;
  font-weight:800;
  font-style:italic;
}

.banner a {
  font-size: 35px;
  color: black;
  text-decoration: none;
  font-weight:800;
}

.centerAdvantage{
    margin:65px 0;
}

.advantages p {
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  margin-top:65px;
  font-weight:700;
}

.advantagesTiles {
  display: flex;
  justify-content: space-between;
  font-size: 35px;
  font-family: "Montserrat", sans-serif;
  margin-top:95px;
  font-weight:700;
}

.advantagesTiles ul {
    list-style-type: none; /* Убираем маркеры списка */
}

.advantagesTiles li {
  position: relative;
  padding-left:130px;
}

.advantagesTiles li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0; /* Регулируйте отступ с помощью этого значения */
  width: 90px; /* Ширина красной полосы */
  height: 10px;
  background-color: red; /* Цвет полосы */
  z-index: 1; /* Чтобы полоса была перед текстом */
  border-radius:15px;
}




.imageSection img{
    width:100%;
}

.dealerForm{
    margin-top:105px;
}

.dealerForm .button{
    display:inline-block;
    margin-bottom:57px;
    font-size:28px;
    font-weight:800;
    color:#BF1B21;
      border-top: 7px solid black;
  border-bottom: 7px solid black;
  outline:none;
  background:none;
  border-left:0;
  border-right:0;
  cursor:pointer;
}

.dealerForm h3{
    margin-bottom:25px;
    font-size:39px;
    font-weight:700;
}

.dealerForm p{
 font-size:32px; 

}

.dealerForm p:nth-child(2){
 margin-bottom:30px;   
}

.dealerForm label{
    display:block;
    margin-bottom:20px;
    margin-top:20px;
    font-size:32px;
    font-weight:500;
}

.dealerForm .dealerBold{
    font-weight:500;
}

.form {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 150px;
}

.leftSideForm {
  width: 50%;
}

.rightSideForm {
  width: 50%;
}

form input {
  display: block;
  width: 100%;
  border-top-left-radius: 25px 25px;
  border-bottom-left-radius:5px 5px;
  border-bottom-right-radius:30px 30px;
  border-top-right-radius:30px 30px;
  height:50px;
  padding-left:30px;
}


form textarea{
    margin-top:50px;
    width:100%;
    height:140px;
    resize: none;
    border:2px solid black;
    border-radius:5px;
}

form textarea::placeholder {
 text-align:center; 
 padding-top:50px;
 font-size:32px;
 font-weight:500;
 color:#B5B5B5;
}

textarea {
  width: 100%;
}

.dealerForm {
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  text-decoration: none;
}

.btn{
    display:flex;
    justify-content:flex-end;
}

.submitForm{
    margin-top:80px;
}

.dealerForm a {
  text-decoration: none;
}

.licenses p{
    font-size:32px;
    font-weight:500;
    font-family: "Montserrat", sans-serif;
}
.licenses p a{
    text-decoration:none;
}

footer {
  background-color: #2c2c2c;
  font-family: "Montserrat", sans-serif;
  color: #f0f0f0;
  font-size: 25px;
  padding: 50px 0;
}

.fBlocks {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fBlock h1 {
  font-size: 22px;
  font-weight: 600;
}

.fBlock span {
  font-size: 130px !important;
  font-weight: 700;
}

.fLinks {
  display: flex;
}

.fLink:nth-child(2) {
  margin-left: 130px;
}

.fLink a {
  display: block;
  text-decoration: none;
  color: #f0f0f0;
}

.fCall,
.fCallMobile {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.fCall .phone,
.fCallMobile .phone {
  text-decoration: none;
}

.callback {
  border-top: 4px solid #0188e3;
  border-bottom: 4px solid #0188e3;
  text-decoration: none;
  padding: 12px 30px;
}

@media (max-width: 1265px) {
  .fLink:nth-child(2) {
    margin-left: 30px;
  }
}

@media (max-width: 1190px) {
  .fLinks {
    flex-direction: column;
  }
  .fLink:nth-child(2) {
    margin-left: 0;
    margin-top: 55px;
  }

  .fBlock span {
    font-size: 100px !important;
  }
}


@media(max-width:1150px){
    .advantagesTiles{
        flex-direction:column;
    }
    .centerAdvantage{
        margin:0;
    }
    
    .advantagesTiles li{
        margin:30px 0;
        padding-left:60px;
    }
    
    .advantagesTiles li:nth-child(3){
     margin-bottom:0;   
    }
    .advantagesTiles li::before {
     width:23px;   
    }
    
    .form{
        flex-direction:column;
        gap:0px;
    }
    
    .leftSideForm, .rightSideForm{
        width:100%;
    }
    .btn{
        justify-content:center;
    }
    
    .linkBtn{
        display:flex;
        justify-content:center;
    }
    
    .container2{
        width:90%;
    }
    
    .container3{
        width:100%;
    }
    
   
}

@media (max-width:960px){
    .menu{
        display:none;
    }
    .menuMobile{
        display:block;
        font-family: "Montserrat", sans-serif;
      color: #f0f0f0;
         font-size: 20px;
    }
}

@media(min-width:960px){
    .menuMobile{
        display:none;

    }
}

@media (max-width: 900px) {
  .hide-on-mobile {
    display: none;
  }
  .hide-on-desktop {
    display: block;
  }

  .fCallMobile {
    margin-top: 25px;
    gap: 40px;
  }

  .fLink {
    font-size: 12px;
  }

  .fBlock span {
    font-size: 40px !important;
  }

  .fBlock ul li {
    font-size: 16px;
  }

  .fCallMobile a {
    font-size: 12px;
  }

  .fBlock h1 {
    font-size: 8px;
  }
}

@media (min-width: 900px) {
  .hide-on-mobile {
    display: block;
  }
  .hide-on-desktop {
    display: none;
  }

  .fCallMobile {
    display: none;
  }
}

@media(max-width:555px){
    .banner{
        height:110px;
    }
    
    .banner h1{
        font-size:18px;
        padding-top:5px;
        padding-bottom:18px;
    }
    .banner a {
        font-size:10px;
    }
    
    .banner .button{
        border-top: 5px solid #bf1b21;
        border-bottom: 5px solid #bf1b21;
        padding:7px 10px;
    }
    
    .advantages p {
     font-size:11px;   
     text-align:right;
     margin-top:9px;
    }
    
    .advantagesTiles{
        margin-top:5px;
        font-size:11px;
    }
    .dealerForm{
        margin-top:25px;
        
    }
    .dealerForm .button {
     font-size:14px;   
     border-top: 5px solid black;
        border-bottom: 5px solid black;
        padding:7px 10px;
        margin-bottom: 20px;
    }
    
    .dealerForm h3 {
     font-size:13px;   
    }
    
    .dealerForm p {
     font-size:12px;   
    }
    
    .dealerForm label {
     font-size:15px;   
     margin-bottom:5px;
    }
    
    .submitForm {
     margin-top:20px;   
        
    }
    
    form textarea::placeholder {
 font-size:12px;

}

.licenses p {
 font-size:11px;   
}
}
