section.providers .providers-items{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:6rem;margin-top:3rem}section.providers .providers-items .providers-item{display:flex;flex-direction:column}section.providers .providers-items .providers-item img{margin-bottom:2rem;transition:transform .2s}section.providers .providers-items .providers-item img:hover{transform:scale(1.1)}section.providers .providers-items .providers-item .text{font-size:1.4rem}section.providers .providers-items .providers-item .more{margin-left:auto;color:#000;font-size:1.8rem;font-weight:700}section.providers .providers-items .providers-item .more:hover{color:#fe5000}section.provider h1{display:flex;flex-direction:row;align-items:center}section.provider h1 img{margin-left:3rem}section.provider .text{font-size:1.4rem}section.provider>.params{margin:4rem 0 6rem}section.provider>.params>.param{display:none;grid-template-columns:24rem 1fr;grid-gap:2rem;min-width:0;min-height:0}section.provider>.params>.param>*{min-width:0;min-height:0}section.provider>.params>.param>.name{font-size:1.6rem;font-weight:700;line-height:1;text-transform:uppercase}section.provider>.params>.param>.value{font-size:1.4rem}section.provider>.params>.param>.value .brands-items{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;align-items:center;justify-items:center}section.provider>.params>.param>.value .brands-items .brands-item{width:100%;padding:1.3rem;text-align:center;text-decoration:none;border-radius:1rem;box-shadow:0 0 .8rem 0 rgba(0,0,0,.2)}section.provider>.params>.param>.value .brands-items .brands-item img{width:17rem;height:8rem;object-fit:contain;transition:transform .2s}section.provider>.params>.param>.value .brands-items .brands-item .name{margin-top:2rem;color:#000;font-size:1.4rem}section.provider>.params>.param>.value .brands-items .brands-item:hover .name{color:#fe5000}section.provider>.params>.param>.value .brands-items .brands-item:hover img{transform:scale(1.1)}section.provider>.params>.param>.value .products-items{margin-top:0}section.provider>.params>.param>.value .column-2{display:grid;grid-template-columns:repeat(2,max-content);grid-gap:1rem 13rem}section.provider>.params>.param[data-value]{display:grid}section.provider>.params>.param:not(:last-child){margin-bottom:3rem}section.provider>.provider-section-form .provider-form textarea{grid-row:span 3}section.provider>.provider-section-form .provider-form input.company-input{grid-column:1}