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