@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;
}

.rubic {
  font-family: "Rubik", sans-serif !important;
}

.white {
  color: #fff !important;
}

.red {
  color: #bf1b21;
}

.pt-55 {
  padding: 55px 0;
}

.weight8 {
  font-weight: 800;
}
#map{
    width:100%;
    height:600px;
    position:relative;
}

#map .button{
    border-top: 7px solid #bf1b21;
    border-bottom: 7px solid #bf1b21;
    padding: 5px 35px;
    font-size:60px;
}

.choosecity{
    z-index:99;
    width:100%;
     font-size: 70px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
.citycolor{
    color:red;
}

[class*="ymaps-2"][class*="-ground-pane"] {
    -webkit-filter: grayscale(100%);
}

#searchInput{
    border:none;
    background-color:grey;
    width:100%;
    height:50px;
    outline:none;
    padding-left:25px;
    
}

#region{
    font-family: "Montserrat", sans-serif;
    padding-bottom:10px;
    font-size:40px;
}

.modal{
    position:absolute;
    top:25%;
    left:45%;
    z-index:99;
    background:#4A4A4A;
    width:50%;
    height:70%;
    overflow-y:auto;
    display:none;
}

#modal{
    cursor:pointer;
}

.modal nav ul li{
 color:white;   
}

.cityonmap{
    cursor:pointer;
    font-family: "Montserrat", sans-serif;
     font-size:35px;
     padding-left:50px;
}

.showonmap{
    cursor:pointer;
}

header {
  background-color: #bf1b21;
  width: 100%;
}


.brands{
    background:url(../assets/img/backgroundbrands.webp) center center/cover;
}

.logo {
  display: flex;
  justify-content: center;
  padding: 25px 0;
}

.logo img {
  display: block;
  width: 90px;
}

.mainBanner {
  background: url(../assets/img/middleBanner.webp);
  background-size: cover;
  background-position: center;
  height: 85vh;
}

.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;
}

.menuMobile {
  font-family: "Montserrat", sans-serif;
  color: #f0f0f0;
  font-size: 20px;
}

.whereToBuy {
  border-top: 7px solid #bf1b21;
  border-bottom: 7px solid #bf1b21;
  border-radius: 5px;
  padding: 30px 35px;
}

.mainBannerText {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  height: 100%;
}

.mainBannerText h1 {
  font-size: 64px;
  padding-top: 80px;
}

.mainBannerText p {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}

.mainBannerText p:nth-child(2) {
  padding-top: 15px;
  padding-bottom: 15px;
}

.advantage {
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  width: 100%;
  height: 100%;
}

.advantage img {
  width: 50%;
}

.advantageText {
  width: 50%;
  padding: 0 75px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bg1{
    background:url(../assets/img/homebg1.webp) center center/cover;
}

.bg2{
    background:url(../assets/img/homebg2.webp) center center/cover;
}

.bg3{
    background:url(../assets/img/homebg3.webp) center center/cover;
}

.advRev {
  text-align: right;
}

.advantageText h2 {
  padding-top: 65px;
  font-size: 70px;
}

.advantageText p {
  font-size: 25px;
  padding-bottom: 65px;
}

.reverse {
  flex-direction: row-reverse;
}

.brands {
     padding-top: 77px;
  padding-bottom: 36px;
}

.tiles {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tilesText {
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.tilesText h3 {
  font-weight: 700;
  font-size: 60px;
}

.tilesText p {
  font-weight: 400;
  font-size: 28px;
}

.tile h3 {
  font-family: "Audiowide", sans-serif;
  font-size: 91px;
  font-weight: 400;
}

.mobileTile{
    display:none;
/*     background:url(../assets/img/mobilebrand.png);
   background-size:100%; */
}

.mobileTile img{
    width:100%;
}

.border {
  border-left: 4px solid black;
  border-right: 4px solid black;
  padding: 0 65px;
}

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: 1900px) {
  .tile h3 {
    font-size: 70px;
  }
}

@media (max-width: 1823px) {
  .advantageText h2 {
    font-size: 50px;
  }

  .advantageText p {
    font-size: 20px;
  }
}

@media (max-width: 1635px) {
  .tile h3 {
    font-size: 50px;
  }
}

@media (max-width: 1393px) {
  .advantageText h2 {
    font-size: 40px;
  }

  .advantageText p {
    font-size: 15px;
  }

  .tile h3 {
    font-size: 40px;
  }
}

@media (max-width: 1265px) {
  .tileHide {
    display: none;
  }
  
  .mobileTile{
      display:block;
  }
  .border {
    border: 0;
    padding: 0;
  }
  .tiles {
    margin-top: 50px;
  }

  .fLink:nth-child(2) {
    margin-left: 30px;
  }
}

@media (max-width: 1190px) {
  .advantageText h2 {
    font-size: 30px;
  }

  .advantageText p {
    font-size: 15px;
  }
  
 #map .button{
    border-top: 5px solid #bf1b21;
    border-bottom: 5px solid #bf1b21;
    padding: 5px 35px;
    font-size:40px;
}

.choosecity{
     font-size: 50px;
}

  .fLinks {
    flex-direction: column;
  }
  .fLink:nth-child(2) {
    margin-left: 0;
    margin-top: 55px;
  }

  .fBlock span {
    font-size: 100px !important;
  }
}

@media (max-width: 1060px) {
  .advantageText h2 {
    font-size: 20px;
  }

  .advantageText p {
    font-size: 12px;
  }
}

@media (max-height: 655px) and (min-width: 900px) {
  .mainBannerText p {
    display: none;
  }
}

@media (max-width: 900px) {
  .hide-on-mobile {
    display: none;
  }
  .hide-on-desktop {
    display: block;
  }

  .advantage {
    display: flex;
    flex-direction: column;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    width: 100%;
  }
  .reverse {
    flex-direction: column;
  }

  .advantage img {
    width: 100%;
    position: relative;
  }

  .advantageText {
    width: 100%;
    padding: 0 30px;
    position: absolute;
  }

  .advantageText:nth-child(1) {
    text-align: right;
  }

  .advantageText h2 {
    font-size: 35px;
    padding-top: 0;
  }

  .advRev {
    text-align: left;
  }

  .advantageText p {
    display: none;
  }
  .mobileMenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mainBannerText h1 {
    font-size: 48px;
  }
  .mainBannerText p {
    font-size: 16px;
  }

  .alignR {
    text-align: right;
  }

  .tilesText h3 {
    font-size: 40px;
  }

  .tilesText p {
    font-weight: 400;
    font-size: 22px;
  }
  
  #map .button{
    border-top: 5px solid #bf1b21;
    border-bottom: 5px solid #bf1b21;
    padding: 5px 35px;
    font-size:30px;
}

.choosecity{
     font-size: 40px;
}

  .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;
  }
  
  .bg1, .bg2, .bg3{
      background:none;
  }
    .modal{
    top:15%;
    left:0;
    width:100%;
    height:70%;
}
}

@media (max-width: 500px) {
  .mainBannerText h1 {
    font-size: 28px;
  }
  .mainBannerText p {
    font-size: 9px;
  }

  .advantageText h2 {
    font-size: 21px;
  }

  .tilesText h3 {
    font-size: 20px;
  }

  .tilesText p {
    font-weight: 400;
    font-size: 15px;
  }

  .tile h3 {
    font-size: 20px;
  }
  
    #map .button{
    border-top: 5px solid #bf1b21;
    border-bottom: 5px solid #bf1b21;
    padding: 5px 15px;
    font-size:10px;
}

.choosecity{
     font-size: 20px;
}
}

@media (min-width: 900px) {
  .hide-on-mobile {
    display: block;
  }
  .hide-on-desktop {
    display: none;
  }

  .fCallMobile {
    display: none;
  }
}
