.cards-container{height:auto;position:relative;width:100%}.cards-row{background-color:bisque}.cards-header{margin-bottom:var(--space-m)}.cards{flex-direction:row;gap:1rem}.cards,.cards__card{display:flex;flex-wrap:wrap}.cards__card{align-items:center;align-self:flex-start;margin-bottom:var(--space-s);position:relative;transition:all .3s ease-out}.cards__card a{text-decoration:none;width:100%}@media (max-width:768px){.cards__card{align-self:auto;flex:0 0 100%!important;max-width:100%!important;width:100%!important}}@media (max-width:640px){.cards__card{flex:0 0 100%!important;max-width:100%!important;width:100%!important}}@media (max-width:425px){.cards__card{padding:1rem 0}}.card__image-wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:16px;box-shadow:var(--card-default-shadow);height:400px;min-height:180px;position:relative;transition:box-shadow .2s ease-out;width:100%}.card__image-wrapper:active,.cards__card:active .card__image-wrapper,.cards__card:hover .card__image-wrapper{box-shadow:var(--card-active-shadow)}.card__image-wrapper.big{height:700px}@media (max-width:420px){.card__image-wrapper{height:256px;min-height:160px}}.card__label{margin:var(--space-s) 0 calc(var(--space-s)*.5)}.card__text--title{margin-bottom:0;margin-top:0;width:100%}.card__text--title h4{line-height:normal;margin:var(--space-xs) 0 0}.card__text{display:-webkit-box;width:100%;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.cards-buttons{margin-top:var(--space-l)}.cards-buttons a{margin-right:var(--space-s)}@media (max-width:768px){.cards-buttons{margin-top:var(--space-s)}.cards-buttons a{margin-bottom:var(--space-m)}.cards-buttons a:last-child{margin-bottom:0}}