.object-cards{border-top:1px solid var(--light-grey-2);margin-bottom:30px}.object-cards__item{border-bottom:1px solid var(--light-grey-2);position:relative}.object-cards__item .svgCogs{position:absolute;top:0;right:0;color:var(--grey)}.object-card{padding:20px 0 30px}.object-card-product-type{background-color:var(--light-grey-2);padding:4px 7px;font-size:11px;line-height:1.1;border-radius:3px;display:inline-block;text-transform:uppercase}.object-card__main{display:flex;align-items:flex-start;column-gap:24px}.object-card__logo{flex-shrink:0;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;padding:5px}.object-card__logo img{display:block;width:100%;height:auto}.object-card__content{flex-grow:1;min-width:1px;padding-top:10px}.object-card__header{margin-bottom:27px}.object-card__title{margin-bottom:5px;font-size:18px;font-weight:bold}.object-card__title-inner{font-size:14px;color:var(--grey);font-weight:500}.object-card__data{display:flex;flex-wrap:wrap;gap:24px}.object-card__data-item{flex-grow:1;min-width:1px;line-height:16px}.object-card__data-item-title{color:var(--grey);margin-bottom:5px;font-size:13px}.object-card__data-item-value{font-weight:bold;font-size:18px}.object-card__footer{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px;margin-top:30px}.product-license{flex-grow:1;align-self:flex-end;font-size:12px;color:var(--grey)}.object-card__footer .btn{min-width:184px}@media (max-width:767.98px){.object-card__data{flex-direction:column;row-gap:15px}.object-card__data-item-title{margin-bottom:5px}}@media (max-width:575.98px){.object-card__main{column-gap:15px;flex-direction:column}.object-card__logo{width:100px;height:100px;margin-bottom:10px}.object-card__content{padding-top:0}.object-card__footer{row-gap:10px}.object-card__footer .btn{width:100%}}.Opts{display:grid;grid-template-columns:1fr}.Opt{display:grid;grid-template-columns:1fr 1fr;align-items:center;column-gap:15px;padding:15px 10px}.Opt .label{font-size:14px;font-weight:normal;padding:6px 10px;background-color:var(--light-grey);border-radius:3px;white-space:nowrap;border:1px solid var(--light-grey-2);color:var(--dark-grey);margin:2px 0;display:inline-block;line-height:1}.Opt .label-pane{margin:5px 0 10px 0}.Opt:nth-child(odd){background-color:var(--light-grey);border-radius:4px}.Opt:nth-child(odd) .label{background-color:var(--white)}.Opt__title{color:var(--dark-grey);font-size:90%}.Opt__val{font-size:19px;font-weight:bold;justify-self:start}.Opt__note{font-size:14px;font-weight:normal;color:var(--grey);grid-column:2 / 3;margin-top:5px}.Opt__note p{margin:0}@media (max-width:650px){.Opt{grid-template-columns:1fr}.Opt__note{grid-column:unset}.Opt__val{justify-self:unset}}.tag-pane{margin-top:20px;overflow:hidden;display:flex;flex-direction:column;flex-grow:1}.tag-content-pane{overflow-y:auto}.tag-content{display:none}.tag-content.tag-active{display:block}.tags{display:flex;flex-wrap:wrap;gap:10px;min-height:32px;overflow-x:auto;overflow-y:hidden;column-gap:10px}.tag-header-pane{margin-bottom:20px;flex-wrap:nowrap;padding-bottom:10px;min-height:42px}.tags__btn{border:2px solid var(--light-grey);background-color:var(--white);color:var(--black);font-size:14px;font-weight:normal;text-transform:none;height:31px;white-space:nowrap}.tags__btn:hover,.tags__btn.tag-active{border-color:var(--green);background-color:var(--white);color:var(--black)}.modal__title{display:grid;grid-template-columns:100px auto;column-gap:20px;min-height:fit-content}.modal__name{font-size:22px;font-weight:bold;line-height:1}.modal__owner{color:var(--grey)}.modal__logo{grid-row:span 2}.modal__footer{margin-top:15px;display:flex;justify-content:space-between}.modal__container{width:850px;height:600px}.best-offers-title{margin-top:40px}.best-offers-title a{color:var(--green);border-bottom:1px dashed var(--green)}.best-offers-title a:hover{border-bottom:none}.best-offers{display:flex;flex-direction:row;column-gap:15px;margin:40px 0;overflow-x:auto}.best-offers .btn{width:100%}.offerItem{padding:15px;position:relative;min-width:320px;max-width:33.33%;flex-grow:1;background-color:var(--light-grey);border-radius:5px}.offerItem .svgCogs{position:absolute;top:0;right:0}.offerItem__card{display:flex;flex-direction:column;row-gap:30px;height:100%}.offerItem__head{position:relative;line-height:1;flex-grow:1}.offerItem__name{font-weight:bold;font-size:115%;margin-bottom:5px;padding-right:80px}.offerItem__emitent,.offerItem__param-title{font-size:85%;color:var(--grey)}.offerItem__logo{width:85px;position:absolute;right:0;top:0;z-index:1}.offerItem__param{display:flex;justify-content:space-between}.offerItem__params{display:grid;grid-template-columns:1fr;row-gap:10px;line-height:1;margin-top:10px}.offerItem__param-value{font-weight:bold;margin-bottom:5px}