.ComparatorPaneVehicle{position:relative;width:45px;height:45px;border-radius:50%;background-color:#777;margin:0 8px}.ComparatorPaneVehicle__link{border-radius:50%;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}.ComparatorPaneVehicle__link,.ComparatorPaneVehicle__visual{position:absolute;height:100%;width:100%}.ComparatorPaneVehicle__picture{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:100%}.ComparatorPaneVehicle__remove{position:relative;display:block;top:0;left:calc(100% - 8px);background-color:#e91630;border-radius:50%;width:17px;height:17px;font-size:.9rem}.ComparatorPaneVehicle__removeIcon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#f9f9fb}.ComparatorPaneVehicle__tooltip{position:absolute;left:50%;transform:translateX(-50%);box-shadow:0 0 10px 0 rgba(0,0,0,.15);bottom:calc(100% + 32px);width:200px;background-color:#f3f5f6;border-radius:2px;padding:16px;color:#777f91;z-index:4}.ComparatorPaneVehicle__tooltip:after,.ComparatorPaneVehicle__tooltip:before{position:absolute;bottom:0;right:0;margin-right:16px;content:"";display:inline-block;width:0;height:0;border-style:solid}.ComparatorPaneVehicle__tooltip:before{top:100%;border-width:16px 10px 0;border-color:#fff transparent transparent;z-index:1}.ComparatorPaneVehicle__tooltip:after{top:calc(100% + 1px);border-width:16px 12px 0;border-color:rgba(0,0,0,.05) transparent transparent}.ComparatorPaneVehicle__tooltip:after,.ComparatorPaneVehicle__tooltip:before{right:50%;transform:translateX(50%);margin-right:0}.ComparatorPaneVehicle__tooltipTitle{font-size:1.8rem;text-align:center;font-weight:400;display:block}.ComparatorPaneVehicle__tooltipSubtitle{font-size:1.2rem;text-align:center;font-weight:700;display:block}.ComparatorPaneVehicle__tooltipPrice{font-size:2.4rem;margin-top:8px;text-align:center;font-weight:700;display:block}.ComparatorPaneVehicle__SvgIconClose{width:10px}.ComparatorPaneVehicle__SvgIconClose path{fill:#f9f9fb}.ComparatorPaneVehicle:nth-child(2) .ComparatorPaneVehicle__picture{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.DockedSlice .ComparatorPane{position:relative}.ComparatorPane{position:fixed;bottom:0;width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;transition:max-height .4s;z-index:9;max-height:0}.ComparatorPane.is-opened{max-height:96px}.ComparatorPane__hideIcon{position:absolute;left:50%;transform:translateX(-50%);bottom:100%;width:50px;height:50px;padding:0;border-radius:50%;transform:translate(-50%,50%);background-color:#1f2532;color:#f9f9fb}@media only screen and (min-width:360px){.ComparatorPane__hideIcon{width:60px;height:60px}}.ComparatorPane__hideIcon .SvgIcon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1rem;transform:translate(-50%,-100%);width:12px}.ComparatorPane__hideIcon .SvgIcon path{fill:#fff}.ComparatorPane__inner{background-color:#1f2532;color:#f9f9fb;display:flex;width:100%}.ComparatorPane__vehicles{align-items:center;display:flex;justify-content:center;flex:1}.ComparatorPane__compare{padding:16px}@media only screen and (min-width:400px){.ComparatorPane__compare{padding:24px 16px}}.ComparatorPane__compareText{font-size:1.4rem;line-height:1.7rem;max-width:100px;min-height:48px;display:flex;align-items:center;text-align:center}.ComparatorPane__CTACompare{border-radius:50px}.ComparatorPane__CTACompare .ComparatorPane__svgIconCompare{margin-left:4px;width:16px}.ComparatorPane__hideLink{display:none}@media screen and (min-width:670px){.ComparatorPane__hideLink{flex:1;display:block;max-width:100px;color:#f9f9fb}}