﻿
.ventBanner{
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(8, 8, 241, 0) 50%), url("../images/ventBanner.png");
    position: relative;
    display: inline-block;
    width: 100%;
    height: 400px;
    background-size: cover ;
    background-position: center;
}
.ventSlogan{
    position: absolute;
    top: 87%;
    left: 30px;
    transform: translate(0, -50%);
    color: white;
    font-family: Roboto-Thin;
    font-size: 48px;
    text-shadow: 2px 2px 2px black;
  }
  .ventSlogan p{
      padding-top: 10px;
      font-size: 30px;
  }

.container_troubles{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /* gap: 10px 10px; */
    /* margin: 0 auto;
    height: auto;
    width: 100%; */
 }

.directory_troubles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px;
}
.directory_troubles img{
    border-radius: 30px;
    width: 300px;
    height: 168px;
    object-fit: cover;
}
.directory_troubles p{
    margin-top: 10px;
    font-size: 24px;
}

  .vent-containerRow{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /* gap: 10px 10px; */
    /* margin: 0 auto; */
    padding: 10px 10px;
    margin-bottom: 20px;
    height: auto;
    width: 100%;
    background-color: #ddd;
    
 }
.vent-directory{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    /* margin: 0 0 20px 20px; */
    margin: 10px 10px;
    width: calc(50% - 20px);
    aspect-ratio: 1 / 1;
    /* border: solid 1px black; */
    /* border-radius: 5px; */
    /* background-color: rgb(154, 196, 250); */
    
 }
 .vent-directory img{
     
     width: 100%;
     height: auto;
     /* background-image: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0) 70%); */
     object-fit: cover;
     /* padding: 10px;
     border-radius: 5px; */
 }
.vent-directory png{
     
     width: 100%;
     height: auto;
     /* background-image: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0) 70%); */
     object-fit: cover;
     /* padding: 10px;
     border-radius: 5px; */
 }
.note {
    border-left: 2px solid red;
    padding-left: 10px;
}
 ul {
      list-style-type: none; /* ������� ����������� ������� */
	margin-left: 1em;
    }
    li::before {
      content: "\2714"; 
      color: green;
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em;
    }
@media (max-width: 480px) {
.ventBanner{
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.8), rgba(8, 8, 241, 0) 80%), url("../images/ventBanner.png");
}
.ventSlogan{
    font-size: 42px;
  }
.vent-containerRow{
        flex-direction: column;
        justify-content: center;
        flex-wrap: nowrap;
        /* background-color: #ddd; */
        /* padding: 10px 10px;
        margin-bottom: 20px; */

     }
     .vent-containerRow:nth-child(2n+1){
        flex-direction: column-reverse;
	flex-wrap: nowrap;
     }
    .vent-directory{
        /* margin: 10px 10px; */
        width: auto;
     }
}