.freetour-cards{display:flex;flex-wrap:wrap;justify-content:space-around;gap:15px;margin-bottom:25px;padding:12px;overflow-x:hidden}.freetour-card{display:flex;flex-direction:column;flex:1 0 260px;max-width:350px;padding:0 0 16px;position:relative;background-color:#fff;border-radius:8px;color:#8c8c8c;font-size:14px;line-height:1}.freetour-card:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;z-index:-1;border-radius:8px;box-shadow:0 0 16px 0 rgba(0,0,0,.2)}.freetour-card .is-line{margin:8px 16px 0}.freetour-card__image{max-width:100%;margin-bottom:15px;border-radius:8px 8px 0 0;overflow:hidden}.freetour-card__title{height:48px;margin:0 16px;color:#393939;font-size:20px;font-weight:700;line-height:1.2;overflow:hidden}.freetour-card__price{font-size:15px}.freetour-card__price span{font-weight:700}.freetour-card__ratings{display:flex;align-items:center;height:28px}.freetour-card__ratings-wrap{min-width:110px;height:15px;position:relative;left:-10px;transform:scale(.8)}.freetour-card__ratings-line{position:absolute;top:0;left:0}.freetour-card__ratings-line.is-top{z-index:2}.freetour-card__ratings-line.is-bottom{z-index:1}.freetour-card__ratings-stars{float:left;width:95px;height:19px;margin:-4px -5px 0 0}.freetour-card__ratings span{margin-left:-10px;margin-top:-2px}.freetour-card__rating{display:flex;gap:2px}.freetour-card__rating-star{width:15px;height:15px}.freetour-card__icon{float:left;width:16px;height:16px;margin-right:4px;margin-top:-1px}.freetour-card__text{margin-bottom:auto!important;line-height:1.2}.freetour-card__button{display:flex;align-items:center;justify-content:center;height:40px;margin:16px 16px 0;padding:8px;border-radius:2px;color:#fff;cursor:pointer;font-weight:700;text-decoration:none}.freetour-card__button:hover{color:#fff;opacity:.8;text-decoration:none}.freetour-card__button:focus{text-decoration:none}