@charset "UTF-8";
.vcard__wrapper{width:calc((100% / var(--collection-column)) - (var(--collection-column-gap) / var(--collection-column) * (var(--collection-column) - 1)))}.vcard{--card-radius: 15px;--content-padding: 15px;position:relative;color:var(--white);background-color:rgba(0, 0, 0, 0.4);border-radius:var(--card-radius, 10px);overflow:hidden}.vcard .vcard__image,.vcard .vcard__image img{width:100%;height:100%;object-fit:cover}.vcard .vcard__content{z-index:1;display:flex;flex-direction:column}.vcard .vcard__badges{display:flex;gap:10px}.vcard .vcard__route{display:flex;gap:10px;align-items:center}.vcard .vcard__footer,.vcard .vcard__main-info{display:flex;align-items:center;justify-content:space-between;width:100%}.vcard .vcard__price{display:flex;flex-direction:column;gap:2px}.vcard .vcard__price-title{color:var(--orange)}.vcard .vcard__price-text{font-family:var(--font-inter);font-weight:500;font-size:13px;line-height:1.3;font-size:12px;font-weight:400;opacity:0.6}.vcard .vcard__btn-relation svg{transition:all 0.3s ease-in-out}.vcard .vcard__btn-relation--open svg{transform:rotateX(180deg)}.badge{display:flex;align-items:center;justify-content:center;gap:5px}.badge .badge__text-title:after{content:" - "}@media (max-width:768px){.vcard{}.vcard:hover .vcard__images{transform:scale(1.1)}.vcard .vcard__images{padding-top:130%;transition:all 0.3s ease-in-out}.vcard .vcard__image{position:absolute;top:0;left:0;right:0;bottom:0}.vcard .vcard__content{position:absolute;bottom:var(--content-padding);left:var(--content-padding);right:var(--content-padding);gap:5px}.vcard .vcard__content:before{z-index:-1;content:"";position:absolute;width:calc(100% + var(--content-padding) * 2);height:calc(100% + var(--content-padding) * 6);left:calc(var(--content-padding) * -1);bottom:calc(var(--content-padding) * -1);background:linear-gradient(0deg, #111 25%, rgba(0, 0, 0, 0))}.vcard .vcard__name{font-family:var(--font-inter);font-weight:var(--titlecard-weight, 600);font-size:var(--titlecard-size, 18px);line-height:1.3;letter-spacing:-0.5px;font-size:22px}.vcard .vcard__route,.vcard .vcard__relation{display:none;width:100%}.vcard .vcard__btn-relation{--radius-btn: 50px;--background-btn: var(--grey-lite);--color-btn: var(--grey-blue);--width-icon: 16px;--height-icon: 16px;width:100%;max-width:100%}.vcard .vcard__description{font-family:var(--font-inter);font-weight:600;font-size:10px;line-height:1.3;font-size:12px;font-weight:400;color:rgba(255, 255, 255, 0.6)}.vcard .vcard__description p{font-size:inherit}.vcard .vcard__footer{--radius-btn: 5px;margin-top:10px}.vcard .vcard__price-title{font-family:var(--font-inter);font-weight:var(--titlecard-weight, 600);font-size:var(--titlecard-size, 18px);line-height:1.3;letter-spacing:-0.5px;font-size:20px}.vcard .vcard__price-text{color:var(--white)}.vcard .vcard__footer--relation{flex-direction:column;gap:15px}.vcard .vcard__footer--relation .vcard__relation{display:block}.vcard .badge{font-family:var(--font-inter);font-weight:500;font-size:13px;line-height:1.3;font-size:12px}.vcard .badge:not(:last-child):after{content:"•"}.vcard .badge svg,.vcard .badge .badge__text-title{display:none}}.vcard.vcard--mobile{}.vcard.vcard--mobile:hover .vcard__images{transform:scale(1.1)}.vcard.vcard--mobile .vcard__images{padding-top:130%;transition:all 0.3s ease-in-out}.vcard.vcard--mobile .vcard__image{position:absolute;top:0;left:0;right:0;bottom:0}.vcard.vcard--mobile .vcard__content{position:absolute;bottom:var(--content-padding);left:var(--content-padding);right:var(--content-padding);gap:5px}.vcard.vcard--mobile .vcard__content:before{z-index:-1;content:"";position:absolute;width:calc(100% + var(--content-padding) * 2);height:calc(100% + var(--content-padding) * 6);left:calc(var(--content-padding) * -1);bottom:calc(var(--content-padding) * -1);background:linear-gradient(0deg, #111 25%, rgba(0, 0, 0, 0))}.vcard.vcard--mobile .vcard__name{font-family:var(--font-inter);font-weight:var(--titlecard-weight, 600);font-size:var(--titlecard-size, 18px);line-height:1.3;letter-spacing:-0.5px;font-size:22px}.vcard.vcard--mobile .vcard__route,.vcard.vcard--mobile .vcard__relation{display:none;width:100%}.vcard.vcard--mobile .vcard__btn-relation{--radius-btn: 50px;--background-btn: var(--grey-lite);--color-btn: var(--grey-blue);--width-icon: 16px;--height-icon: 16px;width:100%;max-width:100%}.vcard.vcard--mobile .vcard__description{font-family:var(--font-inter);font-weight:600;font-size:10px;line-height:1.3;font-size:12px;font-weight:400;color:rgba(255, 255, 255, 0.6)}.vcard.vcard--mobile .vcard__description p{font-size:inherit}.vcard.vcard--mobile .vcard__footer{--radius-btn: 5px;margin-top:10px}.vcard.vcard--mobile .vcard__price-title{font-family:var(--font-inter);font-weight:var(--titlecard-weight, 600);font-size:var(--titlecard-size, 18px);line-height:1.3;letter-spacing:-0.5px;font-size:20px}.vcard.vcard--mobile .vcard__price-text{color:var(--white)}.vcard.vcard--mobile .vcard__footer--relation{flex-direction:column;gap:15px}.vcard.vcard--mobile .vcard__footer--relation .vcard__relation{display:block}.vcard.vcard--mobile .badge{font-family:var(--font-inter);font-weight:500;font-size:13px;line-height:1.3;font-size:12px}.vcard.vcard--mobile .badge:not(:last-child):after{content:"•"}.vcard.vcard--mobile .badge svg,.vcard.vcard--mobile .badge .badge__text-title{display:none}@media (min-width:768px){.vcard:not(.vcard--mobile){display:flex;gap:16px;background-color:var(--white);color:var(--navy-blue);width:100%}.vcard:not(.vcard--mobile) .vcard__images{border-radius:var(--card-radius, 10px);overflow:hidden}.vcard:not(.vcard--mobile) .vcard__images,.vcard:not(.vcard--mobile) .vcard__content{flex:1}.vcard:not(.vcard--mobile) .vcard__content{padding:30px 20px;gap:15px}.vcard:not(.vcard--mobile) .vcard__name{font-family:var(--font-montserrat);font-weight:var(--subtitle-weight, 700);font-size:var(--subtitle-size, 22px);line-height:1.2}.vcard:not(.vcard--mobile) .vcard__route{margin-top:5px;margin-bottom:5px;font-family:var(--font-inter);font-weight:600;font-size:16px;line-height:1.25}.vcard:not(.vcard--mobile) .vcard__route svg{--width: 20px;--width-icon: var(--width);--height-icon: var(--width);--primary-color-icon: #697890;min-height:var(--width);min-width:var(--width);background:var(--blue-lite);border-radius:50%;overflow:initial}.vcard:not(.vcard--mobile) .vcard__description{font-family:var(--font-inter);font-weight:400;font-size:var(--text-size, 14px);line-height:1.2}.vcard:not(.vcard--mobile) .vcard__footer{margin-top:auto}.vcard:not(.vcard--mobile) .vcard__main-info{gap:30px;width:auto}.vcard:not(.vcard--mobile) .vcard__price-title{font-family:var(--font-inter);font-weight:600;font-size:16px;line-height:1.25}.vcard:not(.vcard--mobile) .vcard__price-text{color:var(--navy-blue)}.vcard:not(.vcard--mobile) .vcard__btn-relation{--radius-btn: 50px;--background-btn: var(--grey-lite);--width-icon: 16px;--height-icon: 16px;--primary-color-icon: currentColor}.vcard:not(.vcard--mobile) .badge{background-color:#F4F6F9;border-radius:20px;padding:5.5px 10px}}