.advantages{background-color:#151514;color:#e5e5e5;background-position:center;background-size:cover}.advantages .advantages__container .advantages__content .advantages__grid{display:-ms-grid;display:grid;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;row-gap:45px;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}.advantages .advantages__container .advantages__content .advantages__grid .advantage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px;-webkit-transition:.2s;transition:.2s}.advantages .advantages__container .advantages__content .advantages__grid .advantage:hover{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.advantages .advantages__container .advantages__content .advantages__grid .advantage__title{font-size:1.3rem;margin-bottom:10px}.advantages .advantages__container .advantages__content .advantages__grid .advantage__text{color:#ababaa}@media screen and (max-width:1400px){.advantages .advantages__container .advantages__content .advantages__grid{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:997px){.advantages .advantages__container .advantages__content .advantages__grid .advantage{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:440px){.advantages .advantages__container .advantages__content .advantages__grid{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr)}}


@media screen and (max-width:767px){
    .advantage__title {
      font-size:1.2rem;
      margin-bottom:15px;
      margin-top:15px;
    }
    .advantages .swiper-slide{
      min-height:300px;
    }
}

@media screen and (max-width:400px){
    .advantage__image {
      object-fit:cover;
      width:100%;
    }
}