﻿.advantages .el{
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  border-radius: 40px;
  background: var(--gray-50, #F6F7FB);
}
.tarif_opt_frame{
	display:flex;
  	height:24px;
  	width:24px;
    align-items: center;
    justify-content: center;
  	
}
.tarif_opt_frame-2{
	display:flex;
  	height:16px;
  	width:16px;
    align-items: center;
    justify-content: center;
  padding-top: 2px;
  	
}

@media(max-width: 768px){

  .advantages .el{
    border-radius: 20px;
    padding:16px;
    }
  .advantages .el svg{
    width:40px;
    height: 40px;
    }
  .tarif_opt_frame{
      height:16px;
      width:16px; 	
  }
  .svg_min, .svg_kion{
      width:12px;
      height:12px;
  }
  .svg_chanall{
      width:11px;
      height:16px;
  }
  .svg_oborudovanie{
      margin-top:3px;
  }
}