.main-page__visual {
  background-image: url('/img/fon2.jpg');
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-page__visual h1 {
  color: #ffffff;
  font-family: 'Roboto',Arial,sans-serif;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  text-align: center;
}


.main-page__visual .subtitle {
  width: 730px;
  display: flex;
  /* height: 100%; */
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.main-page__visual h2, .main-page__visual h3 {
  color: #ffffff;
  font-family: 'Arial',Arial,sans-serif;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  text-align: center;
}

.main-page__visual h2 {
  margin-bottom: 7rem;
}

.main-page__visual h1 {
  font-size: 6rem;
  line-height: 7rem
}

.main-page__visual h2, .main-page__visual h3 {
  line-height: 4rem;
  font-size: 3rem;
}

.icon {
    width: 100px;
    height: 100px;
}

.visual-demo {
  background: black;
  opacity: 1;
  background-size: cover;
  background-position: center center;
}

@media (min-width:576px){
  
}

@media (min-width:768px) {
}

@media (min-width:992px){
  .main-page__visual h1 {
    font-size: 4.5rem;
    line-height: 5rem;
  }
  
  .main-page__visual h2, .main-page__visual h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .icon {
    width: 50px;
    height: 50px;
  
  }
}

@media (min-width:1200px){

}


/* @media screen and (max-width: 1199px) {}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

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

} */

