.btn-sui{display:inline-block;font-size:14px;color:#fff;font-weight:700;text-align:center;padding:12px 16px;border-radius:4px;box-shadow:0 2px 4px 0 rgba(17,18,20,0.12);background-color:#1064bc;border:1px solid transparent;outline:0;appearance:none;cursor:pointer}.btn-sui:hover{background-color:#4083c9;text-decoration:none}.btn-sui:active{background-color:#0d5096;box-shadow:none}.btn-sui.btn-sui-ghost{border:1px solid #1064bc;background-color:rgba(255,255,255,0);color:#1064bc;box-shadow:0 2px 4px 0 rgba(17,18,20,0.12)}.btn-sui.btn-sui-ghost:hover{border-color:#4083c9;color:#4083c9}.btn-sui.btn-sui-ghost:active{border-color:#0d5096;color:#0d5096;box-shadow:none}.input-container .error-container{padding:4px 0 0}.input-container .error-container label{font-size:12px;font-weight:400;line-height:16px;color:#ff2020;display:block}.input-container .error-container label:before{content:'';width:16px;height:16px;display:inline-block;vertical-align:sub;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGwSURBVHgB7ZfxUcIwFMY/OAdghDCBbCBsgBMAIzABMIGMUCZQJrAbiBOYDcQJ8It99UJJaJJLPf/gd/ddW2ibry/Jywtw4x/RQyInpQY8jChFHUWHntZHRBJlgg0rHmbUXBp3oamS2tCQRi4T8tVP0ngMRYiZVhM0MObhmRogDU0taeQFKSZowIS+QB7mNLJDjAkamKKKQE4mNFIixIQMwFf4B18qZuYMmzOo77l5FWFgIwqhHuBnXERCovCBMPb8qqk8Z7puGvjc0J4xrkisEM6ndf6FcOb2hcvEGN0zg8+EJCWF7lHS1qUJVGvBXzHymUjNiikoZDKhrPN7xPGbK+4af2jEMWbfvskLY7symwkgfRwd6pOz7pAEotE92k7drjyxR8TLqKEopqIq7QuXiS3CeTfRkwiWEc+drTW+VbRAI6u1vPBErQPvL2h6EWLCTFWziOXOGxpVTaHtH51LuQyaR+Rn6ao3ffUEpAJaIB8LX50ZUuiaGsEUIgpp/ETVVdbV9NGCuJ9QO8RToCpgyms3pWx+1tQDrm9+TK7ZZt38eAzV28CBSKPKhBo3EvkGLY+KfwJSAn8AAAAASUVORK5CYII=");background-repeat:none;background-position:center;background-size:cover;margin-right:4px}.input-text-label-sui{display:block;font-size:14px;font-weight:700;color:rgba(17,18,20,0.64);margin:0 0 5px}.input-text-sui{padding:12px 16px;background:#fff;border-radius:4px;border:1px solid rgba(17,18,20,0.24);width:100%;box-sizing:border-box;font-size:14px;font-weight:400;color:rgba(17,18,20,0.8);margin:0;appearance:none;outline:0}.input-text-sui::placeholder{color:rgba(17,18,20,0.4)}.input-text-sui:disabled{border:1px solid rgba(17,18,20,0.24);background:rgba(17,18,20,0.08);color:rgba(17,18,20,0.4);cursor:not-allowed;box-shadow:none}.input-text-sui:not(:disabled):hover{border:1px solid #4083c9}.input-text-sui:not(:disabled):focus{border:1px solid #0d5096;box-shadow:0 0 4px 1px #1064bc}.input-text-sui:not(:disabled).error{border:1px solid #ff2020}.input-text-sui:not(:disabled).error:focus{border:1px solid #ff2020;box-shadow:0 0 4px 1px #bf1818}.radio-sui,.checkbox-sui{display:flex;flex-direction:column}.radio-sui input[type="radio"],.checkbox-sui input[type="radio"],.radio-sui input[type="checkbox"],.checkbox-sui input[type="checkbox"]{display:none}.radio-sui label,.checkbox-sui label{display:flex;align-items:center;cursor:pointer;font-size:16px;font-weight:400;color:rgba(17,18,20,0.8);position:relative}.radio-sui label:before,.checkbox-sui label:before{content:"";width:16px;height:16px;border-radius:50%;display:inline-block;margin-right:10px;border:1px solid #ccc;background-color:#fff;transition:border-color .2s,background-color .2s}.radio-sui label:hover:before,.checkbox-sui label:hover:before{border-color:#007bff}.radio-sui.error label:before,.checkbox-sui.error label:before{border-color:#ff4d4f}.radio-sui input:checked+label:before,.checkbox-sui input:checked+label:before{border-color:#007bff;background-color:transparent}.radio-sui input:checked+label:after,.checkbox-sui input:checked+label:after{content:"";width:10px;height:10px;background-color:#007bff;border-radius:50%;position:absolute;top:5px;left:4px}.radio-sui input[type="radio"]:disabled+label,.checkbox-sui input[type="radio"]:disabled+label{color:#ddd;cursor:not-allowed}.radio-sui input[type="radio"]:disabled+label:before,.checkbox-sui input[type="radio"]:disabled+label:before{border-color:#ddd;background-color:#f5f5f5}.radio-sui input:checked:disabled+label,.checkbox-sui input:checked:disabled+label{color:#ddd;cursor:not-allowed}.radio-sui input:checked:disabled+label:before,.checkbox-sui input:checked:disabled+label:before{border-color:#ddd;background-color:#ddd}.radio-sui input:checked:disabled+label:after,.checkbox-sui input:checked:disabled+label:after{content:"";width:10px;height:10px;background-color:#bbb;border-radius:50%;position:absolute;top:5px;left:4px}.checkbox-sui label:before{width:20px;height:20px;border-radius:4px;border:1px solid #676769;box-sizing:border-box}.checkbox-sui label:hover:before{border-color:#007bff}.checkbox-sui.error label:before{border-color:#ff4d4f}.checkbox-sui input:checked+label:before{border-color:#007bff;background-color:#007bff}.checkbox-sui input:checked+label:after{content:"";width:9px;height:6.5px;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4zNTM2IDIuNjQ2NDVDMTAuNTQ4OCAyLjg0MTcxIDEwLjU0ODggMy4xNTgyOSAxMC4zNTM2IDMuMzUzNTVMNC44NTM1NSA4Ljg1MzU1QzQuNjU4MjkgOS4wNDg4MiA0LjM0MTcxIDkuMDQ4ODIgNC4xNDY0NSA4Ljg1MzU1TDEuNjQ2NDUgNi4zNTM1NUMxLjQ1MTE4IDYuMTU4MjkgMS40NTExOCA1Ljg0MTcxIDEuNjQ2NDUgNS42NDY0NUMxLjg0MTcxIDUuNDUxMTggMi4xNTgyOSA1LjQ1MTE4IDIuMzUzNTUgNS42NDY0NUw0LjUgNy43OTI4OUw5LjY0NjQ1IDIuNjQ2NDVDOS44NDE3MSAyLjQ1MTE4IDEwLjE1ODMgMi40NTExOCAxMC4zNTM2IDIuNjQ2NDVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");background-size:cover;background-color:#007bff;border-radius:unset;position:absolute;padding:2.5px 1.5px 3px;top:4px;left:4px}#colorbox.dialog-sui{border-radius:8px;box-shadow:0 2px 12px 0 rgba(17,18,20,0.12)}#colorbox.dialog-sui #cboxWrapper{background:transparent}#colorbox.dialog-sui #cboxWrapper #cboxContent{padding:0}#colorbox.dialog-sui #cboxWrapper #cboxContent #cboxClose{background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikljb24iPgo8cGF0aCBpZD0iSWNvbl8yIiBkPSJNNy4zMzQwNyA1LjgxNDY4QzYuOTE0NSA1LjM5NTExIDYuMjM0MjQgNS4zOTUxMSA1LjgxNDY4IDUuODE0NjhDNS4zOTUxMSA2LjIzNDI0IDUuMzk1MTEgNi45MTQ1IDUuODE0NjggNy4zMzQwN0wxMC45ODA2IDEyLjVMNS44MTQ2OCAxNy42NjU5QzUuMzk1MTEgMTguMDg1NSA1LjM5NTExIDE4Ljc2NTggNS44MTQ2OCAxOS4xODUzQzYuMjM0MjUgMTkuNjA0OSA2LjkxNDUgMTkuNjA0OSA3LjMzNDA3IDE5LjE4NTNMMTIuNSAxNC4wMTk0TDE3LjY2NTkgMTkuMTg1M0MxOC4wODU1IDE5LjYwNDkgMTguNzY1OCAxOS42MDQ5IDE5LjE4NTMgMTkuMTg1M0MxOS42MDQ5IDE4Ljc2NTggMTkuNjA0OSAxOC4wODU1IDE5LjE4NTMgMTcuNjY1OUwxNC4wMTk0IDEyLjVMMTkuMTg1MyA3LjMzNDA3QzE5LjYwNDkgNi45MTQ1IDE5LjYwNDkgNi4yMzQyNCAxOS4xODUzIDUuODE0NjhDMTguNzY1OCA1LjM5NTExIDE4LjA4NTUgNS4zOTUxMSAxNy42NjU5IDUuODE0NjhMMTIuNSAxMC45ODA2TDcuMzM0MDcgNS44MTQ2OFoiIGZpbGw9ImJsYWNrIi8+CjwvZz4KPC9zdmc+Cg==");background-size:28px 28px;background-position:center center;background-repeat:no-repeat;width:28px;height:28px;padding:8px;position:absolute;right:16px;top:16px;color:#000;margin:0;box-sizing:unset}#colorbox.dialog-sui #cboxWrapper #cboxContent #cboxLoadedContent{border-radius:0;color:rgba(17,18,20,0.8)}#colorbox.dialog-sui #cboxWrapper #cboxContent #cboxLoadedContent .popup-title{padding:16px;border-bottom:1px solid #f4f4f4}#colorbox.dialog-sui #cboxWrapper #cboxContent #cboxLoadedContent .popup-title h3{font-size:24px;font-weight:700;line-height:normal;letter-spacing:-0.24px;color:rgba(17,18,20,0.8);margin:0;padding:8px 16px;border:0}#colorbox.dialog-sui #cboxWrapper #cboxContent #cboxLoadedContent .popup-content{padding:16px 32px}#colorbox.dialog-sui #cboxWrapper #cboxContent #cboxLoadedContent .popup-content p{font-size:14px;color:rgba(17,18,20,0.8);font-style:normal;font-weight:400;margin:0 0 16px}#colorbox.dialog-sui #cboxWrapper #cboxContent #cboxLoadedContent .popup-content p.bottom-note{font-size:12px;font-weight:400;line-height:16px;color:rgba(17,18,20,0.64)}#colorbox.dialog-sui #cboxWrapper #cboxContent #cboxLoadedContent .popup-content p:last-of-type{margin-bottom:0}#colorbox.dialog-sui #cboxWrapper #cboxContent #cboxLoadedContent .popup-buttons{border-top:1px solid #f4f4f4;padding:16px;display:flex;flex-direction:row-reverse}#colorbox.dialog-sui #cboxWrapper #cboxContent #cboxLoadedContent .popup-buttons a:last-of-type,#colorbox.dialog-sui #cboxWrapper #cboxContent #cboxLoadedContent .popup-buttons button:last-of-type{order:-1;margin-left:16px}#rejectionReasonLightbox .rejection-container{overflow-y:auto;max-height:520px}#rejectionReasonLightbox .rejection-container ol,#rejectionReasonLightbox .rejection-container ul{margin-left:30px}#rejectionReasonLightbox .rejection-container ol{list-style:decimal}#rejectionReasonLightbox .rejection-container ul{list-style:disc}#rejectionReasonLightbox .rejection-container p{margin-bottom:1em}#rejectionReasonLightbox .dialog-buttons{padding:15px 0}#rejectionReasonLightbox .dialog-buttons .btn{max-width:237px;background-image:none;border-radius:2px;border:0;text-shadow:none;box-shadow:0 2px 3px 0 rgba(0,0,0,0.1)}#rejectionReasonLightbox .dialog-buttons .btn-ilan{background-color:#489ae9;color:#fff}#rejectionReasonLightbox .dialog-buttons .btn-close{background-color:#f7f7f7;color:#489ae9}#rejectionReasonLightbox .owl-stage-outer{overflow:hidden}#rejectionReasonLightbox .owl-stage{transform:none;display:flex}#rejectionReasonLightbox .rejection-reason{padding:20px;background-color:#f7f7f7;border:1px solid #dedede;border-radius:2px;margin:20px 5px 0 0}#rejectionReasonLightbox .rejection-reason:last-child{margin-bottom:0}#rejectionReasonLightbox .rejection-reason ol,#rejectionReasonLightbox .rejection-reason ul{margin-left:30px}#rejectionReasonLightbox .rejection-reason ol{list-style:decimal}#rejectionReasonLightbox .rejection-reason ul{list-style:disc}#rejectionReasonLightbox .rejection-reason p{margin-bottom:1em}#rejectionReasonLightbox .rejection-bg{margin-right:5px;background-color:#f7f7f7;padding:20px;border:1px solid #dedede;border-radius:2px}#rejectionReasonLightbox .rejection-bg .reason-text{margin-bottom:10px}#rejectionReasonLightbox .rejection-image{position:relative;padding:20px 35px}#rejectionReasonLightbox .rejection-image--no-padding{padding:20px 0}#rejectionReasonLightbox .rejection-image .owl-nav{position:absolute}#rejectionReasonLightbox .rejection-image .owl-nav .owl-next{cursor:pointer;box-shadow:0 5px 10px 0 rgba(0,0,0,0.1);background-color:#fff;position:absolute;border-radius:5px;right:-715px;top:-65px;width:26px;height:26px;border-width:1px;border-color:#ededed;border-style:solid}#rejectionReasonLightbox .rejection-image .owl-nav .owl-next span{display:block;margin-top:-1px;font-size:20px;color:#438ed8}#rejectionReasonLightbox .rejection-image .owl-nav .owl-prev{cursor:pointer;box-shadow:0 5px 10px 0 rgba(0,0,0,0.1);background-color:#fff;position:absolute;border-radius:5px;left:-34px;top:-65px;width:26px;height:26px;border-width:1px;border-color:#ededed;border-style:solid}#rejectionReasonLightbox .rejection-image .owl-nav .owl-prev span{display:block;margin-top:-1px;font-size:20px;color:#438ed8}#rejectionReasonLightbox .rejection-image li{display:flex;justify-content:center;border:1px solid #ddd;border-radius:2px}#rejectionReasonLightbox .rejection-image li img{display:block;height:80px}#rejectionReasonLightbox .rejection-image li span{color:#f00;font-size:11px;margin:5px 0}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{background:0;color:inherit;border:0;padding:0!important;font:inherit;outline:0}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1000ms;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]){max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url('/assets/images/play:4a37f8008959c75f619bf0a3a4e2d7a2.png') no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform 100ms ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*='owl-']{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*='owl-']:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity 200ms ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.form-style-wrapper :-moz-ui-invalid{-webkit-box-shadow:none;box-shadow:none}.form-style-wrapper textarea,.form-style-wrapper input,.form-style-wrapper select{font-size:12px!important;background-color:#fff}.form-style-wrapper textarea:focus,.form-style-wrapper input[type='text']:focus,.form-style-wrapper input[type='password']:focus,.form-style-wrapper input[type='email']:focus,.form-style-wrapper input[type='tel']:focus,.form-style-wrapper select:focus{outline:0;border:1px solid #6097d1;-webkit-box-shadow:0 0 1px 1px #6097d1;box-shadow:0 0 1px 1px #6097d1}.form-style-wrapper textarea:disabled,.form-style-wrapper input[type='text']:disabled,.form-style-wrapper input[type='password']:disabled,.form-style-wrapper input[type='email']:disabled,.form-style-wrapper input[type='tel']:disabled,.form-style-wrapper select:disabled,.form-style-wrapper textarea.disabled,.form-style-wrapper input[type='text'].disabled,.form-style-wrapper input[type='password'].disabled,.form-style-wrapper input[type='email'].disabled,.form-style-wrapper input[type='tel'].disabled,.form-style-wrapper select.disabled{color:#999;background-color:#f2f2f2}.form-style-wrapper form.submitted textarea.ng-invalid,.form-style-wrapper form.submitted input.ng-invalid,.form-style-wrapper form.submitted select.ng-invalid,.form-style-wrapper form.submitted input[type="radio"].ng-invalid:not(:focus)+label:before,.form-style-wrapper form.submitted input[type="checkbox"].ng-invalid:not(:focus)+label:before,.form-style-wrapper form.submitted textarea.error{border-color:#f1908f;background-color:#fff1f1}.form-style-wrapper form.submitted select .ng-invalid{background-image:url('/assets/images/form2x:f1110de37cfc1ad6dda18c18adaf6759.png') no-repeat 0 -75px}.form-style-wrapper button+button{margin-right:10px}.form-style-wrapper .form-help-text{color:#999;margin-top:10px;font-size:11px}.form-style-wrapper .form-error{color:#fb0317;margin-top:2px;font-size:11px}.form-style-wrapper .form-error:before{content:' ';display:inline-block;margin-right:4px;padding-top:-1px}.form-style-wrapper p.form-error{margin-bottom:2px}.form-style-wrapper .form-group{float:left}.form-style-wrapper .single-column-form .form-group{width:550px}.form-style-wrapper input+.btn-form,.form-style-wrapper .phone-number+.btn-form{vertical-align:inherit;margin-left:10px}.form-style-wrapper textarea,.form-style-wrapper input[type="text"],.form-style-wrapper input[type="password"],.form-style-wrapper input[type="email"],.form-style-wrapper input[type="tel"]{border:1px solid #c0c0c0;border-radius:2px;padding:6px 8px 7px}.form-style-wrapper .phone-number{display:inline-block}.form-style-wrapper .phone-number input{padding-left:37px;width:213px!important}.form-style-wrapper .phone-number:before{content:'+90 ';position:absolute;padding-left:5px}.form-style-wrapper .available input{display:inline-block}.form-style-wrapper .available input:after{content:' ';position:absolute;width:100px;height:100px;display:block;color:#000}.form-style-wrapper input[type="radio"],.form-style-wrapper input[type="checkbox"]{margin:0;margin-top:1px \9;line-height:normal;display:none;opacity:0;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0);width:0;height:0}.form-style-wrapper input[type="radio"]+label,.form-style-wrapper input[type="checkbox"]+label{padding-left:22px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form-style-wrapper input[type="radio"]+label:before,.form-style-wrapper input[type="checkbox"]+label:before{content:'';display:inline-block;position:absolute;width:14px;height:14px;top:0;left:0;border:1px solid #ccc;background-color:#fff}.form-style-wrapper input[type="radio"]+label:hover:before,.form-style-wrapper input[type="checkbox"]+label:hover:before{border-color:#535353}.form-style-wrapper input[type="radio"]:focus+label:before,.form-style-wrapper input[type="checkbox"]:focus+label:before{top:-1px;left:-1px;border-width:2px;border-color:#6097d1}.form-style-wrapper input[type="radio"]:not(:focus):checked+label:before,.form-style-wrapper input[type="checkbox"]:not(:focus):checked+label:before{border-color:#da8016}.form-style-wrapper input[type="radio"]+label:before{content:'';display:inline-block;position:absolute;width:14px;height:14px;top:0;left:0;border:1px solid #ccc;border-radius:14px}.form-style-wrapper input[type="radio"]:checked+label:after{content:'';background-color:#da8016;display:inline-block;position:absolute;border:1px solid #da8016;border-color:#da8016;border-radius:6px;width:6px;height:6px;top:4px;left:4px}.form-style-wrapper input[type="radio"]:disabled+label:before{background-color:#eaeaea}.form-style-wrapper input[type="checkbox"]+label:before{border-radius:2px;border-color:#ccc}.form-style-wrapper input[type="checkbox"]:checked+label:before{background-color:#eda862}.form-style-wrapper input[type="checkbox"]:checked+label:after{content:'';background:url('/assets/images/form2x:f1110de37cfc1ad6dda18c18adaf6759.png') 1px -115px no-repeat;background-size:15px 150px;width:15px;height:12px;display:inline-block;position:absolute;top:3px;left:1px}.form-style-wrapper input[type="checkbox"]:not(:focus):checked+label:before{border-color:#da8016}.form-style-wrapper input[type="checkbox"]:disabled+label:before{background-color:#eaeaea}.form-style-wrapper input[type="checkbox"]:disabled+label:after{background:url('/assets/images/form2x:f1110de37cfc1ad6dda18c18adaf6759.png') 1px -85px no-repeat}.form-style-wrapper select{padding:6px 20px 7px 8px;-webkit-appearance:none;-moz-appearance:none;text-indent:.01px;-o-text-overflow:'';text-overflow:'';border:1px solid #c0c0c0;border-radius:3px;background:#fff url('/assets/images/form2x:f1110de37cfc1ad6dda18c18adaf6759.png') top -52px right 2px no-repeat;background-size:15px 150px}.form-style-wrapper select::-ms-expand{display:none}.form-style-wrapper select.error,.form-style-wrapper select.submitted.ng-invalid{background-image:url('/assets/images/form2x:f1110de37cfc1ad6dda18c18adaf6759.png') top -27px right 2px no-repeat}.form-style-wrapper select:disabled{background-image:url('/assets/images/form2x:f1110de37cfc1ad6dda18c18adaf6759.png') top -2px right 2px no-repeat}.form-style-wrapper select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.ie9 .form-style-wrapper select{background-image:none!important;padding:6px 6px 7px 8px!important}.other-classifieds{margin-top:30px}.other-classifieds+.yourSecurity{margin-top:28px}.other-classifieds h3{font-size:14px;color:#333;font-weight:bold;margin-bottom:16px}.other-classifieds .other-classifieds-boxes{zoom:1}.other-classifieds .other-classifieds-boxes:before,.other-classifieds .other-classifieds-boxes:after{display:table;content:"";zoom:1}.other-classifieds .other-classifieds-boxes:after{clear:both}.other-classifieds .other-classifieds-boxes .other-classified-box{float:left;width:370px;height:292px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.2);box-shadow:0 0 10px 0 rgba(0,0,0,0.2);border-radius:2px;background-color:#fff;display:block}.other-classifieds .other-classifieds-boxes .other-classified-box+.other-classified-box{margin-left:20px}.other-classifieds .other-classifieds-boxes .other-classified-box:hover{text-decoration:none;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,0.3);box-shadow:0 0 20px 0 rgba(0,0,0,0.3)}.other-classifieds .other-classifieds-boxes .other-classified-box h4{height:32px;line-height:32px;padding:0 16px;color:#fff;background-color:#3f475f;display:block;font-size:13px;font-weight:bold;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail{padding:16px}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info{zoom:1}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info:before,.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info:after{display:table;content:"";zoom:1}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info:after{clear:both}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info h5{display:none}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info .price{display:none}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info .image-wrapper{width:176px;height:132px;border:1px solid #dcdcdc;float:left;margin-right:12px}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info .image-placer{width:176px;height:132px;text-align:center;display:table-cell;vertical-align:middle}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info .image-placer img{max-width:100%;max-height:100%}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info .attributes{float:left;width:calc(100% - 190px)}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info ul{display:block;width:100%;margin-top:8px}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info ul li{display:block;padding-left:22px;line-height:17px;position:relative;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;color:#333;font-size:14px}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info ul li+li{margin-top:14px}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info ul li:before{width:16px;height:16px;position:absolute;top:1px;left:0}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info ul li.town:before{background-image:url('/assets/images/classifiedDetail:d406190a0480f80d3576e11d0cd837c3.png');background-position:-260px -260px;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info ul li.town:before{background-image:url('/assets/images/classifiedDetail_2x:9444728402bcfecd3bfcce2b0a1789d1.png');background-position:-235px -227px;background-size:306.5px 274px}}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info ul li.rooms:before{background-image:url('/assets/images/classifiedDetail:d406190a0480f80d3576e11d0cd837c3.png');background-position:0 -286px;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info ul li.rooms:before{background-image:url('/assets/images/classifiedDetail_2x:9444728402bcfecd3bfcce2b0a1789d1.png');background-position:-272px -21px;background-size:306.5px 274px}}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info ul li.m2:before{background-image:url('/assets/images/classifiedDetail:d406190a0480f80d3576e11d0cd837c3.png');background-position:-52px -286px;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info ul li.m2:before{background-image:url('/assets/images/classifiedDetail_2x:9444728402bcfecd3bfcce2b0a1789d1.png');background-position:-272px -42px;background-size:306.5px 274px}}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info ul li.floor:before{background-image:url('/assets/images/classifiedDetail:d406190a0480f80d3576e11d0cd837c3.png');background-position:-208px -260px;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info ul li.floor:before{background-image:url('/assets/images/classifiedDetail_2x:9444728402bcfecd3bfcce2b0a1789d1.png');background-position:-248px -165px;background-size:306.5px 274px}}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info ul li.floors:before{background-image:url('/assets/images/classifiedDetail:d406190a0480f80d3576e11d0cd837c3.png');background-position:-208px -260px;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info ul li.floors:before{background-image:url('/assets/images/classifiedDetail_2x:9444728402bcfecd3bfcce2b0a1789d1.png');background-position:-248px -165px;background-size:306.5px 274px}}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info ul li.km:before{background-image:url('/assets/images/classifiedDetail:d406190a0480f80d3576e11d0cd837c3.png');background-position:-52px -260px;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info ul li.km:before{background-image:url('/assets/images/classifiedDetail_2x:9444728402bcfecd3bfcce2b0a1789d1.png');background-position:-122px -165px;background-size:306.5px 274px}}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info ul li.year:before{background-image:url('/assets/images/classifiedDetail:d406190a0480f80d3576e11d0cd837c3.png');background-position:-130px -260px;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info ul li.year:before{background-image:url('/assets/images/classifiedDetail_2x:9444728402bcfecd3bfcce2b0a1789d1.png');background-position:-185px -165px;background-size:306.5px 274px}}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info ul li.fuel:before{background-image:url('/assets/images/classifiedDetail:d406190a0480f80d3576e11d0cd837c3.png');background-position:-26px -260px;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info ul li.fuel:before{background-image:url('/assets/images/classifiedDetail_2x:9444728402bcfecd3bfcce2b0a1789d1.png');background-position:-101px -165px;background-size:306.5px 274px}}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info ul li.transmission:before{background-image:url('/assets/images/classifiedDetail:d406190a0480f80d3576e11d0cd837c3.png');background-position:-78px -260px;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info ul li.transmission:before{background-image:url('/assets/images/classifiedDetail_2x:9444728402bcfecd3bfcce2b0a1789d1.png');background-position:-143px -165px;background-size:306.5px 274px}}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info ul li.type:before{background-image:url('/assets/images/classifiedDetail:d406190a0480f80d3576e11d0cd837c3.png');background-position:-104px -260px;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info ul li.type:before{background-image:url('/assets/images/classifiedDetail_2x:9444728402bcfecd3bfcce2b0a1789d1.png');background-position:-164px -165px;background-size:306.5px 274px}}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info ul li.body-type:before{background-image:url('/assets/images/classifiedDetail:d406190a0480f80d3576e11d0cd837c3.png');background-position:-156px -260px;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .detail-info ul li.body-type:before{background-image:url('/assets/images/classifiedDetail_2x:9444728402bcfecd3bfcce2b0a1789d1.png');background-position:-206px -165px;background-size:306.5px 274px}}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail h5{margin-top:20px;font-size:14px;color:#333;font-weight:bold;line-height:18px;height:36px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .price{margin-top:8px;color:#8b1919;font-size:14px;font-weight:bold}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .store-logo{width:338px;height:132px}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .store-logo .store-logo-wrapper{width:338px;height:132px;text-align:center;display:table-cell;vertical-align:middle}.other-classifieds .other-classifieds-boxes .other-classified-box .other-classified-detail .store-logo img{max-width:100%;max-height:100%}.other-classifieds .other-classifieds-boxes .other-classified-box.store-box h5{font-size:16px;margin-bottom:12px}.other-classifieds .other-classifieds-boxes .other-classified-box.store-box .go-all-classifieds{font-size:12px;color:#333;font-weight:bold}.other-classifieds .other-classifieds-boxes .other-classified-box.store-box .go-all-classifieds:before{background-image:url('/assets/images/classifiedDetail:d406190a0480f80d3576e11d0cd837c3.png');background-position:0 -260px;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle;width:16px;height:16px;margin-right:6px;margin-top:-2px;position:relative}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.other-classifieds .other-classifieds-boxes .other-classified-box.store-box .go-all-classifieds:before{background-image:url('/assets/images/classifiedDetail_2x:9444728402bcfecd3bfcce2b0a1789d1.png');background-position:-80px -165px;background-size:306.5px 274px}}.other-classifieds .other-classifieds-boxes .other-classified-box.store-box .other-classified-detail{text-align:center}.other-classifieds .other-classifieds-boxes .other-classified-box.store-box.no-logo h5{float:none;text-align:center;margin-top:0}.other-classifieds .other-classifieds-boxes .other-classified-box.store-box.no-logo .go-all-classifieds{text-align:center}.other-classifieds .other-classifieds-boxes .other-classified-box.store-box.no-logo .other-classified-detail{display:table-cell;vertical-align:middle;height:260px;width:370px;padding:0}.other-classifieds .other-classifieds-boxes.only-store .other-classified-box:not(.store-box){display:none}.other-classifieds .other-classifieds-boxes.only-store .other-classified-box.store-box{width:100%;margin-left:0;height:208px}.other-classifieds .other-classifieds-boxes.only-store .other-classified-box.store-box .other-classified-detail{line-height:63px;padding-top:22px}.other-classifieds .other-classifieds-boxes.only-store .other-classified-box.store-box .other-classified-detail .store-logo{width:auto;height:auto;display:inline-block;height:132px;max-width:40%}.other-classifieds .other-classifieds-boxes.only-store .other-classified-box.store-box .other-classified-detail .store-logo .store-logo-wrapper{width:auto;display:table-cell;height:132px;vertical-align:middle}.other-classifieds .other-classifieds-boxes.only-store .other-classified-box.store-box .other-classified-detail .store-logo .store-logo-wrapper img{max-height:132px;float:left}.other-classifieds .other-classifieds-boxes.only-store .other-classified-box.store-box .other-classified-detail .store-info-group{display:inline-block;height:132px;padding-left:20px;overflow:hidden;max-width:60%}.other-classifieds .other-classifieds-boxes.only-store .other-classified-box.store-box .other-classified-detail .store-name-wrapper{display:table-cell;vertical-align:middle;height:132px}.other-classifieds .other-classifieds-boxes.only-store .other-classified-box.store-box h5{margin-top:0;margin-bottom:14px;text-align:left;line-height:20px;float:left;height:auto}.other-classifieds .other-classifieds-boxes.only-store .other-classified-box.store-box .go-all-classifieds{line-height:15px;height:15px;display:block;margin-top:13px;text-align:left;clear:both}.other-classifieds .other-classifieds-boxes.only-store .other-classified-box.store-box.no-logo .other-classified-detail{display:block;width:100%}.other-classifieds .other-classifieds-boxes.only-store .other-classified-box.store-box.no-logo h5{float:none;text-align:center}.other-classifieds .other-classifieds-boxes.only-store .other-classified-box.store-box.no-logo .go-all-classifieds{text-align:center}.other-classifieds .other-classifieds-boxes.one-classified .other-classified-box+.other-classified-box:not(.store-box){display:none}.other-classifieds .other-classifieds-boxes.one-classified .other-classified-box{width:calc(50% - 10px);height:208px}.other-classifieds .other-classifieds-boxes.one-classified .other-classified-box .other-classified-detail>h5{display:none}.other-classifieds .other-classifieds-boxes.one-classified .other-classified-box .other-classified-detail>.price{display:none}.other-classifieds .other-classifieds-boxes.one-classified .other-classified-box .other-classified-detail .detail-info h5{display:-webkit-box;clear:both;margin-top:15px}.other-classifieds .other-classifieds-boxes.one-classified .other-classified-box .other-classified-detail .detail-info .price{display:block}.other-classifieds .other-classifieds-boxes.one-classified .other-classified-box .other-classified-detail ul{overflow:hidden}.other-classifieds .other-classifieds-boxes.one-classified .other-classified-box .other-classified-detail ul li{float:left;width:calc(50% - 22px)}.other-classifieds .other-classifieds-boxes.one-classified .other-classified-box .other-classified-detail ul li+li{margin-top:0}.other-classifieds .other-classifieds-boxes.one-classified .other-classified-box .other-classified-detail ul li+li+li{margin-top:14px}.other-classifieds .other-classifieds-boxes.one-classified .other-classified-box.store-box .other-classified-detail{line-height:63px;padding-top:22px}.other-classifieds .other-classifieds-boxes.one-classified .other-classified-box.store-box .other-classified-detail .store-logo{width:auto;height:auto;display:inline-block;height:132px;max-width:40%}.other-classifieds .other-classifieds-boxes.one-classified .other-classified-box.store-box .other-classified-detail .store-logo .store-logo-wrapper{width:auto;display:table-cell;height:132px;vertical-align:middle}.other-classifieds .other-classifieds-boxes.one-classified .other-classified-box.store-box .other-classified-detail .store-logo .store-logo-wrapper img{max-height:132px;float:left}.other-classifieds .other-classifieds-boxes.one-classified .other-classified-box.store-box .other-classified-detail .store-info-group{display:inline-block;height:132px;padding-left:20px;overflow:hidden;max-width:60%}.other-classifieds .other-classifieds-boxes.one-classified .other-classified-box.store-box .other-classified-detail .store-name-wrapper{display:table-cell;vertical-align:middle;height:132px}.other-classifieds .other-classifieds-boxes.one-classified .other-classified-box.store-box h5{margin-top:0;margin-bottom:14px;text-align:left;line-height:20px;float:left;height:auto}.other-classifieds .other-classifieds-boxes.one-classified .other-classified-box.store-box .go-all-classifieds{line-height:15px;height:15px;display:block;margin-top:13px;text-align:left;clear:both}.other-classifieds .other-classifieds-boxes.one-classified .other-classified-box.store-box.no-logo .other-classified-detail{display:block;width:100%}.other-classifieds .other-classifieds-boxes.one-classified .other-classified-box.store-box.no-logo h5{float:none;text-align:center}.other-classifieds .other-classifieds-boxes.one-classified .other-classified-box.store-box.no-logo .go-all-classifieds{text-align:center}.other-classifieds[prostore='true'] .other-classified-box h4{background-color:#f5f5f5;color:#333}@media screen and (min-width:1170px){#sticky-header{width:1150px!important;padding:4px calc((100% - 1150px) / 2)!important}#sticky-header .sticky-header-info-box{right:calc((100% - 1150px) / 2)!important}#sticky-header .classified-title{max-width:640px!important}}#sticky-header{display:none;position:fixed;width:1050px;height:82px;top:0;left:0;z-index:500;padding:4px calc((100% - 1050px) / 2);background-color:#fff;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,0.25);box-shadow:0 0 20px 0 rgba(0,0,0,0.25)}#sticky-header .sticky-header-content{display:block}#sticky-header .sticky-header-content .row{width:100%;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;margin-top:16px;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}#sticky-header .sticky-header-content .row.sticky-attributes{margin-top:10px}#sticky-header .sticky-header-content .row.no-attributes{margin-top:28px}#sticky-header .sticky-header-content .row .get{-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin-top:10px}#sticky-header .sticky-header-content .row .buy-now-button{border-radius:2px;background-color:#2cb587;width:100px;height:28px;font-size:11px;font-weight:bold;color:#fff;border:0;cursor:pointer;margin-top:-5px}#sticky-header .sticky-header-content .row .cargo-free{margin:-5px 10px 0;font-size:12px;line-height:1;color:#999}#sticky-header .sticky-header-content .row .classified-title{max-width:560px;font-size:16px;font-weight:bold;color:#333;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}#sticky-header .sticky-header-content .row .sticky-header-separator{margin:-2px 6px 0;width:1px;height:24px;background-color:rgba(51,51,51,0.3)}#sticky-header .sticky-header-content .row .fav{font-size:12px;height:24px;line-height:22px;color:#039}#sticky-header .sticky-header-content .row .fav:before{background-image:url('/assets/images/stickyHeader:1341e17448132b6b660cc074bbbe512f.png');background-position:-52px 0;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle;margin-right:6px;margin-top:-3px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#sticky-header .sticky-header-content .row .fav:before{background-image:url('/assets/images/stickyHeader_2x:74ded9d5df84661b46f4e760c41049bf.png');background-position:-42px 0;background-size:79px 79px}}#sticky-header .sticky-header-content .row .sticky-header-remove-favorites{font-size:12px;height:24px;line-height:24px;color:#039}#sticky-header .sticky-header-content .row .sticky-header-remove-favorites:before{background-image:url('/assets/images/classifiedDetail:d406190a0480f80d3576e11d0cd837c3.png');background-position:-128px -286px;width:14px;height:16px;content:'';display:inline-block;vertical-align:middle;margin-right:8px;margin-top:-3px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#sticky-header .sticky-header-content .row .sticky-header-remove-favorites:before{background-image:url('/assets/images/classifiedDetail_2x:9444728402bcfecd3bfcce2b0a1789d1.png');background-position:-272px -144.5px;background-size:306.5px 274px}}#sticky-header .sticky-header-content .row .sticky-header-attribute{font-size:12px;color:#333}#sticky-header .sticky-header-content .row .sticky-header-attribute:before{margin-right:6px}#sticky-header .sticky-header-content .row .sticky-header-attribute:not(:first-child){margin-left:28px}#sticky-header .sticky-header-content .row .sticky-header-attribute.price:before{background-image:url('/assets/images/stickyHeader:1341e17448132b6b660cc074bbbe512f.png');background-position:-78px -52px;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle;margin-top:-2px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#sticky-header .sticky-header-content .row .sticky-header-attribute.price:before{background-image:url('/assets/images/stickyHeader_2x:74ded9d5df84661b46f4e760c41049bf.png');background-position:-63px -42px;background-size:79px 79px}}#sticky-header .sticky-header-content .row .sticky-header-attribute.location:before{background-image:url('/assets/images/stickyHeader:1341e17448132b6b660cc074bbbe512f.png');background-position:-52px -52px;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle;margin-top:-2px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#sticky-header .sticky-header-content .row .sticky-header-attribute.location:before{background-image:url('/assets/images/stickyHeader_2x:74ded9d5df84661b46f4e760c41049bf.png');background-position:-42px -42px;background-size:79px 79px}}#sticky-header .sticky-header-content .row .sticky-header-attribute.rooms:before{background-image:url('/assets/images/stickyHeader:1341e17448132b6b660cc074bbbe512f.png');background-position:0 -78px;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle;margin-top:-2px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#sticky-header .sticky-header-content .row .sticky-header-attribute.rooms:before{background-image:url('/assets/images/stickyHeader_2x:74ded9d5df84661b46f4e760c41049bf.png');background-position:0 -63px;background-size:79px 79px}}#sticky-header .sticky-header-content .row .sticky-header-attribute.m2:before{background-image:url('/assets/images/stickyHeader:1341e17448132b6b660cc074bbbe512f.png');background-position:-78px 0;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle;margin-top:-2px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#sticky-header .sticky-header-content .row .sticky-header-attribute.m2:before{background-image:url('/assets/images/stickyHeader_2x:74ded9d5df84661b46f4e760c41049bf.png');background-position:-63px 0;background-size:79px 79px}}#sticky-header .sticky-header-content .row .sticky-header-attribute.floors:before{background-image:url('/assets/images/stickyHeader:1341e17448132b6b660cc074bbbe512f.png');background-position:-52px -26px;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle;margin-top:-2px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#sticky-header .sticky-header-content .row .sticky-header-attribute.floors:before{background-image:url('/assets/images/stickyHeader_2x:74ded9d5df84661b46f4e760c41049bf.png');background-position:-42px -21px;background-size:79px 79px}}#sticky-header .sticky-header-content .row .sticky-header-attribute.km:before{background-image:url('/assets/images/stickyHeader:1341e17448132b6b660cc074bbbe512f.png');background-position:-26px -52px;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle;margin-top:-2px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#sticky-header .sticky-header-content .row .sticky-header-attribute.km:before{background-image:url('/assets/images/stickyHeader_2x:74ded9d5df84661b46f4e760c41049bf.png');background-position:-21px -42px;background-size:79px 79px}}#sticky-header .sticky-header-content .row .sticky-header-attribute.year:before{background-image:url('/assets/images/stickyHeader:1341e17448132b6b660cc074bbbe512f.png');background-position:-52px -78px;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle;margin-top:-2px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#sticky-header .sticky-header-content .row .sticky-header-attribute.year:before{background-image:url('/assets/images/stickyHeader_2x:74ded9d5df84661b46f4e760c41049bf.png');background-position:-42px -63px;background-size:79px 79px}}#sticky-header .sticky-header-content .row .sticky-header-attribute.fuel:before{background-image:url('/assets/images/stickyHeader:1341e17448132b6b660cc074bbbe512f.png');background-position:0 -52px;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle;margin-top:-2px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#sticky-header .sticky-header-content .row .sticky-header-attribute.fuel:before{background-image:url('/assets/images/stickyHeader_2x:74ded9d5df84661b46f4e760c41049bf.png');background-position:0 -42px;background-size:79px 79px}}#sticky-header .sticky-header-content .row .sticky-header-attribute.transmission:before{background-image:url('/assets/images/stickyHeader:1341e17448132b6b660cc074bbbe512f.png');background-position:-26px -78px;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle;margin-top:-2px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#sticky-header .sticky-header-content .row .sticky-header-attribute.transmission:before{background-image:url('/assets/images/stickyHeader_2x:74ded9d5df84661b46f4e760c41049bf.png');background-position:-21px -63px;background-size:79px 79px}}#sticky-header .sticky-header-content .row .sticky-header-attribute.engine:before{background-image:url('/assets/images/stickyHeader:1341e17448132b6b660cc074bbbe512f.png');background-position:-26px -26px;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle;margin-top:-2px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#sticky-header .sticky-header-content .row .sticky-header-attribute.engine:before{background-image:url('/assets/images/stickyHeader_2x:74ded9d5df84661b46f4e760c41049bf.png');background-position:-21px -21px;background-size:79px 79px}}#sticky-header .sticky-header-content .row .sticky-header-attribute.body-type:before{background-image:url('/assets/images/stickyHeader:1341e17448132b6b660cc074bbbe512f.png');background-position:0 0;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle;margin-top:-2px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#sticky-header .sticky-header-content .row .sticky-header-attribute.body-type:before{background-image:url('/assets/images/stickyHeader_2x:74ded9d5df84661b46f4e760c41049bf.png');background-position:0 0;background-size:79px 79px}}#sticky-header .sticky-header-content .row .sticky-header-attribute.engine-capacity:before{background-image:url('/assets/images/stickyHeader:1341e17448132b6b660cc074bbbe512f.png');background-position:0 -26px;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle;margin-top:-2px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#sticky-header .sticky-header-content .row .sticky-header-attribute.engine-capacity:before{background-image:url('/assets/images/stickyHeader_2x:74ded9d5df84661b46f4e760c41049bf.png');background-position:0 -21px;background-size:79px 79px}}#sticky-header .sticky-header-content .row .cargo-free+.sticky-header-attribute,#sticky-header .sticky-header-content .row form+.sticky-header-attribute{margin-left:18px!important}#sticky-header .sticky-header-content .sticky-header-info-box{width:300px;height:70px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.2);box-shadow:0 0 10px 0 rgba(0,0,0,0.2);background-color:#fff;position:absolute;right:calc((100% - 1050px) / 2);bottom:-8px}#sticky-header .sticky-header-content .sticky-header-info-box.large{height:80px}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-rel{position:relative;height:70px}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-rel.large{height:80px}#sticky-header .sticky-header-content .sticky-header-info-box.vehicle.default-design.large{height:70px}#sticky-header .sticky-header-content .sticky-header-info-box.vehicle.default-design .sticky-header-badge,#sticky-header .sticky-header-content .sticky-header-info-box.vehicle.default-design .sticky-header-info-box-header{display:none}#sticky-header .sticky-header-content .sticky-header-info-box.vehicle .sticky-header-info-box-header.premium:before{background-image:url('/assets/images/classifiedDetail:d406190a0480f80d3576e11d0cd837c3.png');background-position:0 -130px;width:96px;height:20px;content:'';display:inline-block;vertical-align:middle;right:4px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#sticky-header .sticky-header-content .sticky-header-info-box.vehicle .sticky-header-info-box-header.premium:before{background-image:url('/assets/images/classifiedDetail_2x:9444728402bcfecd3bfcce2b0a1789d1.png');background-position:-171px 0;background-size:306.5px 274px}}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-badge{background-image:url('/assets/images/classifiedDetail:d406190a0480f80d3576e11d0cd837c3.png');background-position:-246px -114px;width:32px;height:32px;content:'';display:inline-block;vertical-align:middle;position:absolute;top:-11px;right:-12px;text-align:center;line-height:7px;color:#775e0e;z-index:2;font-style:italic;font-weight:bold}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-badge{background-image:url('/assets/images/classifiedDetail_2x:9444728402bcfecd3bfcce2b0a1789d1.png');background-position:-111px -190px;background-size:306.5px 274px}}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-badge .year{font-size:10px;display:block;letter-spacing:-0.4px;margin-top:8px}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-badge .min{font-size:8px;letter-spacing:-0.4px}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-info-box-header{width:100%;height:10px;background-color:#f5f5f5}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-info-box-header.premium{background-color:#3f475f;position:relative}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-info-box-header.premium:before{content:'';background-image:url('/assets/images/classifiedDetail:d406190a0480f80d3576e11d0cd837c3.png');background-position:0 -190px;width:88px;height:20px;content:'';display:inline-block;vertical-align:middle;position:absolute;bottom:0;right:4px;z-index:1}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-info-box-header.premium:before{background-image:url('/assets/images/classifiedDetail_2x:9444728402bcfecd3bfcce2b0a1789d1.png');background-position:-171px -100px;background-size:306.5px 274px}}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-info-box-header.premium-plus{background-color:#3f475f;position:relative}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-info-box-header.premium-plus:before{content:'';background-image:url('/assets/images/classifiedDetail:d406190a0480f80d3576e11d0cd837c3.png');background-position:-128px 0;width:108px;height:20px;content:'';display:inline-block;vertical-align:middle;position:absolute;bottom:0;right:4px;z-index:1}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-info-box-header.premium-plus:before{background-image:url('/assets/images/classifiedDetail_2x:9444728402bcfecd3bfcce2b0a1789d1.png');background-position:0 -90px;background-size:306.5px 274px}}#sticky-header .sticky-header-content .sticky-header-info-box.premium .sticky-header-badge,#sticky-header .sticky-header-content .sticky-header-info-box.premium-plus .sticky-header-badge{top:-15px}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-info-box-content{padding:8px;height:calc(100% - 16px);display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-info-box-content.small{height:calc(100% - 26px)}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-info-box-content .sticky-header-store-information{-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-flex-grow:1;flex-grow:1;height:100%;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-info-box-content .sticky-header-store-information .sticky-header-store-information-text{color:#333;font-size:11px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;width:220px}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-info-box-content .sticky-header-store-information .sticky-header-store-information-text.full-text{width:280px}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-info-box-content .sticky-header-store-information .sticky-header-store-information-text.short-text{width:175px}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-info-box-content .sticky-header-store-information .sticky-header-store-name{font-size:12px;font-weight:bold;color:#039;margin-bottom:5px;line-height:15px}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-info-box-content .sticky-header-store-information .sticky-header-indivudial-name{font-size:12px;font-weight:bold;color:#333;margin-bottom:5px;line-height:15px}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-info-box-content .sticky-header-store-information .sticky-header-name{margin-bottom:4px;line-height:14px;font-size:12px}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-info-box-content .sticky-header-store-information .sticky-header-registration-date{margin-bottom:4px;color:#999;font-size:11px;line-height:14px}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-info-box-content .sticky-header-store-information .sticky-header-registration-date span{margin-left:5px}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-info-box-content .sticky-header-store-information .sticky-header-phone{font-weight:bold;line-height:15px}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-info-box-content .sticky-header-store-information .sticky-header-phone+.sticky-header-phone{margin-top:4px}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-info-box-content .sticky-header-store-information .sticky-header-cqa-ask-question,#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-info-box-content .sticky-header-store-information .sticky-header-send-message{color:#039;font-size:11px;line-height:16px;position:absolute;bottom:9px}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-info-box-content .sticky-header-store-information .sticky-header-link-list{color:#039;font-size:11px;position:absolute;bottom:9px;left:8px}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-info-box-content .sticky-header-store-logo{width:52px;height:52px;margin-left:8px;border:1px solid #dcdcdc}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-info-box-content .sticky-header-store-logo img{max-width:100%;max-height:100%}#sticky-header .sticky-header-content .sticky-header-info-box .sticky-header-info-box-content .sticky-header-store-logo-centerer{width:52px;height:52px;display:table-cell;text-align:center;vertical-align:middle}#sticky-header .sticky-header-content .sticky-header-info-box.project-classified{bottom:auto;top:23px;height:auto}#sticky-header .sticky-header-content .sticky-header-info-box.project-classified .sticky-header-rel{height:auto}#sticky-header .sticky-header-content .sticky-header-info-box.project-classified .sticky-header-badge,#sticky-header .sticky-header-content .sticky-header-info-box.project-classified .sticky-header-info-box-header{display:none}#sticky-header .sticky-header-content .sticky-header-info-box.project-classified .sticky-header-info-box-content{display:block;padding:10px 0}#sticky-header .sticky-header-content .sticky-header-info-box.project-classified .project-store-logos{overflow:hidden}#sticky-header .sticky-header-content .sticky-header-info-box.project-classified .project-store-logos .project-logo-item{width:50%;float:left;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#sticky-header .sticky-header-content .sticky-header-info-box.project-classified .project-store-logos .project-logo-item a:hover{text-decoration:none}#sticky-header .sticky-header-content .sticky-header-info-box.project-classified .project-store-logos .project-logo-item:first-child{border-right:1px solid #dcdcdc}#sticky-header .sticky-header-content .sticky-header-info-box.project-classified .project-store-logos .project-logo-item .img-wrapper{height:40px;vertical-align:middle;display:table-cell}#sticky-header .sticky-header-content .sticky-header-info-box.project-classified .project-store-logos .project-logo-item .img-wrapper img{max-height:40px;max-width:100%}#sticky-header .sticky-header-content .sticky-header-info-box.project-classified .project-store-logos .project-logo-item .project-store-name{display:block;font-weight:bold;margin-top:10px;padding:0 10px}#sticky-header .sticky-header-content .sticky-header-info-box.project-classified .project-store-logos .project-logo-item .project-store-name:hover{text-decoration:underline}#sticky-header .sticky-header-content .sticky-header-info-box.project-classified .delivery-date{text-align:center;margin-top:14px;height:15px;line-height:15px;font-size:12px;color:#000;letter-spacing:.1px}#sticky-header .sticky-header-content .sticky-header-info-box.project-classified .contact-project-owner-link{text-align:center;margin-top:9px;font-size:11px;font-weight:bold}.sticky-header-show-contact-info,.sticky-header-show-security-tips,.sticky-header-show-number{position:absolute;bottom:10px;right:12px}.sticky-header-show-contact-info a,.sticky-header-show-security-tips a,.sticky-header-show-number a{color:#039;font-size:11px}.sticky-header-show-number-countdown{display:none;position:absolute;top:8px;right:8px;font-size:9px;color:#808080;text-align:right;width:105px;line-height:12px}.sticky-header-show-number-countdown span{font-size:11px;color:#ff0e0b;font-weight:bold}.sticky-header-show-security-tips-tooltip{top:27px;right:-19px;width:312px;position:absolute;border:3px solid #8598aa;background-color:#fff;border-radius:2px;padding:9px 14px 12px;font-size:11px;color:#333;z-index:100;line-height:14px;word-wrap:break-word;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:none}.sticky-header-show-security-tips-tooltip:after{border:solid transparent;border-width:10px;position:absolute;content:' ';height:0;width:0;pointer-events:none;border-bottom-color:#8598aa;margin:0 0 0 -10px;bottom:100%;right:52px}.sticky-header-show-security-tips-tooltip .close-sticky-header-tooltip{position:absolute;right:-26px;top:-10px;text-align:center;line-height:30px;width:30px;display:block;background-image:url('/assets/images/stickyHeader:1341e17448132b6b660cc074bbbe512f.png');background-position:-26px 0;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.sticky-header-show-security-tips-tooltip .close-sticky-header-tooltip{background-image:url('/assets/images/stickyHeader_2x:74ded9d5df84661b46f4e760c41049bf.png');background-position:-21px 0;background-size:79px 79px}}.sticky-header-show-security-tips-tooltip-overlay{position:fixed;background-color:#000;top:0;left:0;width:100%;height:100%;opacity:.6;-ms-filter:"alpha(opacity=60)";filter:alpha(opacity=60);display:none}.security-tip-open .sticky-header-show-security-tips-tooltip-overlay,.security-tip-open .sticky-header-show-security-tips-tooltip{display:block}.security-warnning-line+.security-warnning-line{margin-top:14px}.form-style-wrapper :-moz-ui-invalid{-webkit-box-shadow:none;box-shadow:none}.form-style-wrapper textarea,.form-style-wrapper input,.form-style-wrapper select{font-size:12px!important;background-color:#fff}.form-style-wrapper textarea:focus,.form-style-wrapper input[type='text']:focus,.form-style-wrapper input[type='password']:focus,.form-style-wrapper input[type='email']:focus,.form-style-wrapper input[type='tel']:focus,.form-style-wrapper select:focus{outline:0;border:1px solid #6097d1;-webkit-box-shadow:0 0 1px 1px #6097d1;box-shadow:0 0 1px 1px #6097d1}.form-style-wrapper textarea:disabled,.form-style-wrapper input[type='text']:disabled,.form-style-wrapper input[type='password']:disabled,.form-style-wrapper input[type='email']:disabled,.form-style-wrapper input[type='tel']:disabled,.form-style-wrapper select:disabled,.form-style-wrapper textarea.disabled,.form-style-wrapper input[type='text'].disabled,.form-style-wrapper input[type='password'].disabled,.form-style-wrapper input[type='email'].disabled,.form-style-wrapper input[type='tel'].disabled,.form-style-wrapper select.disabled{color:#999;background-color:#f2f2f2}.form-style-wrapper form.submitted textarea.ng-invalid,.form-style-wrapper form.submitted input.ng-invalid,.form-style-wrapper form.submitted select.ng-invalid,.form-style-wrapper form.submitted input[type="radio"].ng-invalid:not(:focus)+label:before,.form-style-wrapper form.submitted input[type="checkbox"].ng-invalid:not(:focus)+label:before,.form-style-wrapper form.submitted textarea.error{border-color:#f1908f;background-color:#fff1f1}.form-style-wrapper form.submitted select .ng-invalid{background-image:url('/assets/images/form2x:f1110de37cfc1ad6dda18c18adaf6759.png') no-repeat 0 -75px}.form-style-wrapper button+button{margin-right:10px}.form-style-wrapper .form-help-text{color:#999;margin-top:10px;font-size:11px}.form-style-wrapper .form-error{color:#fb0317;margin-top:2px;font-size:11px}.form-style-wrapper .form-error:before{content:' ';display:inline-block;margin-right:4px;padding-top:-1px}.form-style-wrapper p.form-error{margin-bottom:2px}.form-style-wrapper .form-group{float:left}.form-style-wrapper .single-column-form .form-group{width:550px}.form-style-wrapper input+.btn-form,.form-style-wrapper .phone-number+.btn-form{vertical-align:inherit;margin-left:10px}.form-style-wrapper textarea,.form-style-wrapper input[type="text"],.form-style-wrapper input[type="password"],.form-style-wrapper input[type="email"],.form-style-wrapper input[type="tel"]{border:1px solid #c0c0c0;border-radius:2px;padding:6px 8px 7px}.form-style-wrapper .phone-number{display:inline-block}.form-style-wrapper .phone-number input{padding-left:37px;width:213px!important}.form-style-wrapper .phone-number:before{content:'+90 ';position:absolute;padding-left:5px}.form-style-wrapper .available input{display:inline-block}.form-style-wrapper .available input:after{content:' ';position:absolute;width:100px;height:100px;display:block;color:#000}.form-style-wrapper input[type="radio"],.form-style-wrapper input[type="checkbox"]{margin:0;margin-top:1px \9;line-height:normal;display:none;opacity:0;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0);width:0;height:0}.form-style-wrapper input[type="radio"]+label,.form-style-wrapper input[type="checkbox"]+label{padding-left:22px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form-style-wrapper input[type="radio"]+label:before,.form-style-wrapper input[type="checkbox"]+label:before{content:'';display:inline-block;position:absolute;width:14px;height:14px;top:0;left:0;border:1px solid #ccc;background-color:#fff}.form-style-wrapper input[type="radio"]+label:hover:before,.form-style-wrapper input[type="checkbox"]+label:hover:before{border-color:#535353}.form-style-wrapper input[type="radio"]:focus+label:before,.form-style-wrapper input[type="checkbox"]:focus+label:before{top:-1px;left:-1px;border-width:2px;border-color:#6097d1}.form-style-wrapper input[type="radio"]:not(:focus):checked+label:before,.form-style-wrapper input[type="checkbox"]:not(:focus):checked+label:before{border-color:#da8016}.form-style-wrapper input[type="radio"]+label:before{content:'';display:inline-block;position:absolute;width:14px;height:14px;top:0;left:0;border:1px solid #ccc;border-radius:14px}.form-style-wrapper input[type="radio"]:checked+label:after{content:'';background-color:#da8016;display:inline-block;position:absolute;border:1px solid #da8016;border-color:#da8016;border-radius:6px;width:6px;height:6px;top:4px;left:4px}.form-style-wrapper input[type="radio"]:disabled+label:before{background-color:#eaeaea}.form-style-wrapper input[type="checkbox"]+label:before{border-radius:2px;border-color:#ccc}.form-style-wrapper input[type="checkbox"]:checked+label:before{background-color:#eda862}.form-style-wrapper input[type="checkbox"]:checked+label:after{content:'';background:url('/assets/images/form2x:f1110de37cfc1ad6dda18c18adaf6759.png') 1px -115px no-repeat;background-size:15px 150px;width:15px;height:12px;display:inline-block;position:absolute;top:3px;left:1px}.form-style-wrapper input[type="checkbox"]:not(:focus):checked+label:before{border-color:#da8016}.form-style-wrapper input[type="checkbox"]:disabled+label:before{background-color:#eaeaea}.form-style-wrapper input[type="checkbox"]:disabled+label:after{background:url('/assets/images/form2x:f1110de37cfc1ad6dda18c18adaf6759.png') 1px -85px no-repeat}.form-style-wrapper select{padding:6px 20px 7px 8px;-webkit-appearance:none;-moz-appearance:none;text-indent:.01px;-o-text-overflow:'';text-overflow:'';border:1px solid #c0c0c0;border-radius:3px;background:#fff url('/assets/images/form2x:f1110de37cfc1ad6dda18c18adaf6759.png') top -52px right 2px no-repeat;background-size:15px 150px}.form-style-wrapper select::-ms-expand{display:none}.form-style-wrapper select.error,.form-style-wrapper select.submitted.ng-invalid{background-image:url('/assets/images/form2x:f1110de37cfc1ad6dda18c18adaf6759.png') top -27px right 2px no-repeat}.form-style-wrapper select:disabled{background-image:url('/assets/images/form2x:f1110de37cfc1ad6dda18c18adaf6759.png') top -2px right 2px no-repeat}.form-style-wrapper select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.ie9 .form-style-wrapper select{background-image:none!important;padding:6px 6px 7px 8px!important}.classifiedDetailContent .classifiedInfo.new-secure-trade-style{margin-right:0}.classifiedDetailContent .classifiedInfo.new-secure-trade-style .hirePurchaseInfo{font-size:12px}.classifiedDetailContent .classifiedInfo.new-secure-trade-style .hirePurchaseInfo li{width:78px}.classifiedDetailContent .classifiedInfo .getBox{border:1px solid #dbdbdb;padding:3px;margin-bottom:10px}.classifiedDetailContent .classifiedInfo .getBox .hirePurchaseInfo .installment-choices{padding:11px 0;font-size:14px;display:inline-block;color:#666}.classifiedDetailContent .classifiedInfo .getBox .hirePurchaseInfo .installment-choices a{text-decoration:none}.classifiedDetailContent .classifiedInfo .getBox .hirePurchaseInfo .splitter{border-top:1px solid #dbdbdb;margin:0 auto;width:232px}.classifiedDetailContent .classifiedInfo .getBox .hirePurchaseInfo .splitter.version-b{margin-top:6px}.classifiedDetailContent .classifiedInfo .getBox .hirePurchaseInfo .splitter.hidden{border-top:0;margin-top:0}.classifiedDetailContent .classifiedInfo .getBox .hirePurchaseInfo .classifiedOpportunity.new-campaign-style{border-bottom:0;padding-bottom:3px}.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew{background:#edfbfc;border-bottom:1px solid #dbdbdb;position:relative;zoom:1}.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew:before,.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew:after{display:table;content:"";zoom:1}.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew:after{clear:both}.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew .price-section{padding:20px 13px 26px 13px}.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew .price-section .price-value{font-size:22px;width:92px;height:20px;letter-spacing:-0.9px;color:#333;font-weight:bold}.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew .price-section .price-value.smaller{font-size:18px}.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew .price-section .price-value sup{vertical-align:inherit;margin-left:1px}.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew .price-section .price-value .currency{font-size:smaller}.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew .price-section .free-cargo{display:inline-block;float:right}.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew .price-section .free-cargo .free-cargo-text{height:27px;font-size:12px;line-height:1.17;text-align:left;color:#1f9670;width:51px;display:inline-block}.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew .price-section .free-cargo .free-cargo-img:after{vertical-align:middle;content:'';background-image:url('/assets/images/get_truck@2x:d96db6d8e409f76bfc299ea0adb39ac9.png');display:inline-block;width:33px;background-size:33px;height:25px;margin-top:-15px;margin-right:2px}.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew .price-section.dailyOpportunityInfo{padding-top:2px}.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew .totalInfo{padding:0 0 26px 14px;font-weight:bold}.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew .totalInfo .numeric-input-holder{display:inline-block;border:1px solid #dbdbdb}.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew .totalInfo .numeric-input-holder .down,.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew .totalInfo .numeric-input-holder .up{padding:0;width:29px;height:36px;background-color:#fff;border:0;background-image:none;-webkit-box-shadow:none;box-shadow:none}.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew .totalInfo .numeric-input-holder .down:before,.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew .totalInfo .numeric-input-holder .up:before{width:10px;content:'';height:2px;display:inline-block;margin-bottom:4px;border-bottom:2px solid #333}.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew .totalInfo .numeric-input-holder .down:disabled:before,.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew .totalInfo .numeric-input-holder .up:disabled:before{border-bottom:2px solid #999}.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew .totalInfo .numeric-input-holder .down{margin-right:-4px}.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew .totalInfo .numeric-input-holder .up{margin-left:-4px;padding-right:2px}.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew .totalInfo .numeric-input-holder .up:before{width:10px}.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew .totalInfo .numeric-input-holder .up:after{content:'';height:10px;display:inline-block;border-left:2px solid #333;margin-left:-6px}.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew .totalInfo .numeric-input-holder .up:disabled:after{border-left:2px solid #999}.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew .totalInfo .numeric-input-holder input[type="text"]{width:24px;height:33px;vertical-align:middle;text-align:center;border:0;border-bottom:1px solid #fff;font-size:14px}.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew .totalInfo .numeric-input-holder input[type="text"]:focus{outline:none!important}.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew .totalInfo .btn-special{width:118px;height:38px;line-height:14px;float:right;margin-right:14px}.classifiedDetailContent .classifiedInfo .getBox .priceInfoNew.price-info-no-installment{border-bottom:none!important}.buyTableContent{width:calc(100% - 18px);padding-left:18px}.buyTableContent .installment-part{float:right;width:578px;padding-right:18px}.buyTableContent .installment-part h3{display:inline-block;width:310px}.buyTableContent .installment-part .installment-table{margin-bottom:10px;border:1px solid #eaeaea;display:inline-block}.buyTableContent .installment-part .installment-table .detail-group{display:inline-block;float:left}.buyTableContent .installment-part .installment-table .detail-group li{width:192px}.buyTableContent .installment-part .installment-table .detail-group .logo{width:100px;height:100%;line-height:30px;background:transparent url('/assets/images/creditCardsLogo:ce69c38fe2a3a277b02d3ed9dd2ed47e.png') no-repeat;margin:3px auto}.buyTableContent .installment-part .installment-table .detail-group .logo.axess{background-position:0 -96px}.buyTableContent .installment-part .installment-table .detail-group .logo.bonus{background-position:0 -144px}.buyTableContent .installment-part .installment-table .detail-group .logo.finans{background-position:0 -192px}.buyTableContent .installment-part .installment-table .detail-group .logo.maximum{background-position:0 -286px}.buyTableContent .installment-part .installment-table .detail-group .logo.world{background-position:0 -430px}.buyTableContent .installment-part .installment-table .detail-group .logo.paraf{background-position:0 -477px}.buyTableContent .installment-part .installment-table .detail-group .logo.bankkart{background-position:0 -45px}.buyTableContent .installment-part .installment-table .detail-group .logo.advantage{background-position:0 4px}.buyTableContent .installment-part .installment-table .detail-group .logo.saglamkart{background-position:0 -237px}.buyTableContent .installment-part .installment-table .detail-group .logo-installment{padding:8px 0;text-align:center;background-color:#fff;font-size:13px;font-weight:bold}.buyTableContent .installment-part .installment-table .detail-group .logo-installment sup{font-size:11px}.buyTableContent .installment-part .installment-table .detail-group .logo-installment.even{background-color:#edfbfc}.buyTableContent .installment-part .installment-table .detail-group .logo-installment.first{border-top:1px solid #eaeaea}.buyTableContent .installment-part .installment-table .detail-group .logo-installment .installment-constant{float:none;padding-bottom:0;font-size:13px;color:#666;font-weight:lighter}.buyTableContent .installment-part .installment-table .detail-group .logo-installment .installment-constant.no-installment{color:#ccc;text-align:center;display:block;width:100%}.buyTableContent .info-part{float:left;width:40%}.buyTableContent .info-part .classified-title{font-size:15px}.buyTableContent .info-part .get-info-text{padding-top:40px}.buyTableContent .info-part form{width:100%;overflow:auto}.buyTableContent .info-part form img{float:left;border:1px solid #dbdbdb}.buyTableContent .info-part form .total-info{float:left;padding-left:30px;width:calc(100% - 178px)}.buyTableContent .info-part form .total-info .price-part{font-size:22px;height:20px;letter-spacing:-0.9px;color:#333;font-weight:bold;padding-top:8px}.buyTableContent .info-part form .total-info .price-part sup{vertical-align:inherit;margin-left:1px}.buyTableContent .info-part form .total-info .price-part .currency{font-size:smaller}.buyTableContent .info-part form .total-info .numeric-input-holder{display:inline-block;border:1px solid #dbdbdb;margin-right:15px}.buyTableContent .info-part form .total-info .numeric-input-holder .down,.buyTableContent .info-part form .total-info .numeric-input-holder .up{padding:0;width:29px;height:36px;background-color:#fff;border:0;background-image:none;-webkit-box-shadow:none;box-shadow:none}.buyTableContent .info-part form .total-info .numeric-input-holder .down:before,.buyTableContent .info-part form .total-info .numeric-input-holder .up:before{width:10px;content:'';height:2px;display:inline-block;margin-bottom:4px;border-bottom:2px solid #333}.buyTableContent .info-part form .total-info .numeric-input-holder .down:disabled:before,.buyTableContent .info-part form .total-info .numeric-input-holder .up:disabled:before{border-bottom:2px solid #999}.buyTableContent .info-part form .total-info .numeric-input-holder .down{margin-right:-4px}.buyTableContent .info-part form .total-info .numeric-input-holder .up{margin-left:-4px;padding-right:2px}.buyTableContent .info-part form .total-info .numeric-input-holder .up:before{width:10px}.buyTableContent .info-part form .total-info .numeric-input-holder .up:after{content:'';height:10px;display:inline-block;border-left:2px solid #333;margin-left:-6px}.buyTableContent .info-part form .total-info .numeric-input-holder .up:disabled:after{border-left:2px solid #999}.buyTableContent .info-part form .total-info .numeric-input-holder input[type="text"]{width:24px;height:30px;vertical-align:middle;text-align:center;border:0;font-size:14px}.buyTableContent .info-part form .total-info .numeric-input-holder input[type="text"]:focus{outline:none!important}.map-types-default a,#classified-location .map-buttons.type-streetView a,.map-with-buttons .map-buttons.type-streetView a,#classified-location .map-buttons.type-noStreetView a,.map-with-buttons .map-buttons.type-noStreetView a{height:29px;width:55px;line-height:29px;font-weight:normal;text-align:center}.map-types-default a.active,#classified-location .map-buttons.type-streetView a.active,.map-with-buttons .map-buttons.type-streetView a.active,#classified-location .map-buttons.type-noStreetView a.active,.map-with-buttons .map-buttons.type-noStreetView a.active{font-weight:bold}.map-types-default a.map,#classified-location .map-buttons.type-streetView a.map,.map-with-buttons .map-buttons.type-streetView a.map,#classified-location .map-buttons.type-noStreetView a.map,.map-with-buttons .map-buttons.type-noStreetView a.map{border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:7px;border-bottom-left-radius:7px}.map-types-default a.satellite,#classified-location .map-buttons.type-streetView a.satellite,.map-with-buttons .map-buttons.type-streetView a.satellite,#classified-location .map-buttons.type-noStreetView a.satellite,.map-with-buttons .map-buttons.type-noStreetView a.satellite{border-top-left-radius:0;border-bottom-left-radius:0;border-left:0;border-top-right-radius:7px;border-bottom-right-radius:7px}.map-types-default a.streetView,#classified-location .map-buttons.type-streetView a.streetView,.map-with-buttons .map-buttons.type-streetView a.streetView,#classified-location .map-buttons.type-noStreetView a.streetView,.map-with-buttons .map-buttons.type-noStreetView a.streetView{border-top-left-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:7px;border-top-right-radius:7px;border-left:0;width:130px}#classified-location,.map-with-buttons{overflow:hidden;position:relative}#classified-location .showOnGoogleButton,.map-with-buttons .showOnGoogleButton{position:absolute;bottom:10px;left:10px;z-index:12;border-radius:7px;-webkit-box-shadow:0 1px 5px 1px rgba(0,0,0,0.12);box-shadow:0 1px 5px 1px rgba(0,0,0,0.12);background-color:#fff;padding:0 10px}#classified-location .showOnGoogleButton:hover,.map-with-buttons .showOnGoogleButton:hover{background-color:#ebebeb}#classified-location .showOnGoogleButton a,.map-with-buttons .showOnGoogleButton a{line-height:29px;font-size:10px;font-weight:bold;color:#666}#classified-location .showOnGoogleButton a span,.map-with-buttons .showOnGoogleButton a span{display:inline-block;position:relative;margin-left:7px}#classified-location .showOnGoogleButton a:before,.map-with-buttons .showOnGoogleButton a:before{background-image:url('/assets/images/classifiedDetail:30520ee1e71d5009f446647bbc327fce.png');background-position:-500px -118px;width:18px;height:18px;content:'';display:inline-block;vertical-align:middle;position:relative;margin-top:-1px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#classified-location .showOnGoogleButton a:before,.map-with-buttons .showOnGoogleButton a:before{background-image:url('/assets/images/classifiedDetail_2x:d6d0d366e9580ce0d7fcf4df2c8711b1.png');background-position:-46px -397px;background-size:465px 465px}}#classified-location .getDirectionsButton,.map-with-buttons .getDirectionsButton{position:absolute;top:10px;right:168px;z-index:12;width:112px;height:29px;border-radius:7px;-webkit-box-shadow:0 1px 5px 1px rgba(0,0,0,0.12);box-shadow:0 1px 5px 1px rgba(0,0,0,0.12);background-color:#fff;display:table}#classified-location .getDirectionsButton.hover,.map-with-buttons .getDirectionsButton.hover{background-color:#ebebeb}#classified-location .getDirectionsButton a,.map-with-buttons .getDirectionsButton a{height:29px;font-size:10px;font-weight:bold;color:#666}#classified-location .getDirectionsButton a span,.map-with-buttons .getDirectionsButton a span{display:inline-block;position:relative;width:85px;height:21px;margin-top:8px;margin-left:7px}#classified-location .getDirectionsButton a:before,.map-with-buttons .getDirectionsButton a:before{background-image:url('/assets/images/classifiedDetail:30520ee1e71d5009f446647bbc327fce.png');background-position:-147px -427px;width:20px;height:20px;content:'';display:inline-block;vertical-align:middle;position:relative;border:1px;padding:0;margin:0;left:4px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#classified-location .getDirectionsButton a:before,.map-with-buttons .getDirectionsButton a:before{background-image:url('/assets/images/classifiedDetail_2x:d6d0d366e9580ce0d7fcf4df2c8711b1.png');background-position:-338.5px -283px;background-size:465px 465px}}#classified-location .streetViewButton,.map-with-buttons .streetViewButton{position:absolute;top:10px;right:129px;z-index:12;width:29px;height:29px;border-radius:7px;-webkit-box-shadow:0 1px 5px 1px rgba(0,0,0,0.12);box-shadow:0 1px 5px 1px rgba(0,0,0,0.12);background-color:#fff;display:table}#classified-location .streetViewButton.hover a:before,.map-with-buttons .streetViewButton.hover a:before{background-image:url('/assets/images/classifiedDetail:30520ee1e71d5009f446647bbc327fce.png');background-position:-177px -427px;width:20px;height:20px;content:'';display:inline-block;vertical-align:middle;width:20px;height:20px;position:relative;border:1px;top:4px;left:5px;padding:0;margin:0}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#classified-location .streetViewButton.hover a:before,.map-with-buttons .streetViewButton.hover a:before{background-image:url('/assets/images/classifiedDetail_2x:d6d0d366e9580ce0d7fcf4df2c8711b1.png');background-position:-168px -356px;background-size:465px 465px}}#classified-location .streetViewButton a,.map-with-buttons .streetViewButton a{width:29px;height:29px;left:4px;bottom:4px}#classified-location .streetViewButton a:before,.map-with-buttons .streetViewButton a:before{background-image:url('/assets/images/classifiedDetail:30520ee1e71d5009f446647bbc327fce.png');background-position:-207px -427px;width:20px;height:20px;content:'';display:inline-block;vertical-align:middle;width:20px;height:20px;position:relative;border:1px;top:4px;left:5px;padding:0;margin:0}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#classified-location .streetViewButton a:before,.map-with-buttons .streetViewButton a:before{background-image:url('/assets/images/classifiedDetail_2x:d6d0d366e9580ce0d7fcf4df2c8711b1.png');background-position:-193px -356px;background-size:465px 465px}}#classified-location .street-view-button-tooltip,.map-with-buttons .street-view-button-tooltip{display:none;position:absolute;z-index:15;background-color:#fff;top:48px;right:95px;text-align:center;width:96px;height:23px;border-radius:7px;-webkit-box-shadow:0 1px 5px 1px rgba(0,0,0,0.12);box-shadow:0 1px 5px 1px rgba(0,0,0,0.12)}#classified-location .street-view-button-tooltip:before,.map-with-buttons .street-view-button-tooltip:before{content:'';height:8px;left:48px;position:absolute;background:-webkit-linear-gradient(225deg,#fff 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);background:-moz-linear-gradient(225deg,#fff 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);background:-o-linear-gradient(225deg,#fff 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);background:-ms-linear-gradient(225deg,#fff 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);background:linear-gradient(225deg,#fff 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);top:0;-webkit-transform:translate(-50%,-50%) rotate(-45deg);-moz-transform:translate(-50%,-50%) rotate(-45deg);-o-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg);width:8px}#classified-location .street-view-button-tooltip.display,.map-with-buttons .street-view-button-tooltip.display{display:block}#classified-location .street-view-button-tooltip .tooltip-text,.map-with-buttons .street-view-button-tooltip .tooltip-text{font-size:10px;color:#1064bc;line-height:23px}#classified-location .map-buttons,.map-with-buttons .map-buttons{position:absolute;top:10px;z-index:12;border-radius:7px;background-color:#fff}#classified-location .map-buttons .zoom-divider,.map-with-buttons .map-buttons .zoom-divider{width:18px;height:1px;background-color:#d5d5d5;position:absolute;left:6px;top:29px}#classified-location .map-buttons .map-satellite-divider,.map-with-buttons .map-buttons .map-satellite-divider{overflow:hidden;float:left;display:inline;width:1px;height:18px;background-color:#d5d5d5;position:absolute;top:5px}#classified-location .map-buttons li,.map-with-buttons .map-buttons li{display:inline-block;overflow:hidden;float:left;margin:0;padding:0}#classified-location .map-buttons.zoom,.map-with-buttons .map-buttons.zoom{left:35px;position:absolute;width:29px;height:58px;top:58px}#classified-location .map-buttons.zoom a,.map-with-buttons .map-buttons.zoom a{width:29px;height:29px;font-size:16px;line-height:24px;color:#333}#classified-location .map-buttons.zoom a.in,.map-with-buttons .map-buttons.zoom a.in{border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:0;border-bottom-right-radius:0}#classified-location .map-buttons.zoom a.in:before,.map-with-buttons .map-buttons.zoom a.in:before{background-image:url('/assets/images/classifiedDetail:30520ee1e71d5009f446647bbc327fce.png');background-position:-267px -427px;width:20px;height:20px;content:'';display:inline-block;vertical-align:middle;position:relative;border:1px;padding:0;margin:0}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#classified-location .map-buttons.zoom a.in:before,.map-with-buttons .map-buttons.zoom a.in:before{background-image:url('/assets/images/classifiedDetail_2x:d6d0d366e9580ce0d7fcf4df2c8711b1.png');background-position:-243px -356px;background-size:465px 465px}}#classified-location .map-buttons.zoom a.out,.map-with-buttons .map-buttons.zoom a.out{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:7px;border-bottom-right-radius:7px;border-top:0}#classified-location .map-buttons.zoom a.out:before,.map-with-buttons .map-buttons.zoom a.out:before{background-image:url('/assets/images/classifiedDetail:30520ee1e71d5009f446647bbc327fce.png');background-position:-528px -53px;width:11px;height:3px;content:'';display:inline-block;vertical-align:middle;position:relative;border:1px;padding:0;margin:0}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#classified-location .map-buttons.zoom a.out:before,.map-with-buttons .map-buttons.zoom a.out:before{background-image:url('/assets/images/classifiedDetail_2x:d6d0d366e9580ce0d7fcf4df2c8711b1.png');background-position:-210px -198px;background-size:465px 465px}}#classified-location .map-buttons.zoomRes,.map-with-buttons .map-buttons.zoomRes{left:23px;position:absolute;width:29px;height:58px;top:58px}#classified-location .map-buttons.zoomRes a,.map-with-buttons .map-buttons.zoomRes a{width:29px;height:29px;font-size:16px;line-height:24px;color:#333}#classified-location .map-buttons.zoomRes a.in,.map-with-buttons .map-buttons.zoomRes a.in{border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:0;border-bottom-right-radius:0}#classified-location .map-buttons.zoomRes a.in:before,.map-with-buttons .map-buttons.zoomRes a.in:before{background-image:url('/assets/images/classifiedDetail:30520ee1e71d5009f446647bbc327fce.png');background-position:-267px -427px;width:20px;height:20px;content:'';display:inline-block;vertical-align:middle;position:relative;border:1px;padding:0;margin:0}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#classified-location .map-buttons.zoomRes a.in:before,.map-with-buttons .map-buttons.zoomRes a.in:before{background-image:url('/assets/images/classifiedDetail_2x:d6d0d366e9580ce0d7fcf4df2c8711b1.png');background-position:-243px -356px;background-size:465px 465px}}#classified-location .map-buttons.zoomRes a.out,.map-with-buttons .map-buttons.zoomRes a.out{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:7px;border-bottom-right-radius:7px;border-top:0}#classified-location .map-buttons.zoomRes a.out:before,.map-with-buttons .map-buttons.zoomRes a.out:before{background-image:url('/assets/images/classifiedDetail:30520ee1e71d5009f446647bbc327fce.png');background-position:-528px -53px;width:11px;height:3px;content:'';display:inline-block;vertical-align:middle;position:relative;border:1px;padding:0;margin:0}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){#classified-location .map-buttons.zoomRes a.out:before,.map-with-buttons .map-buttons.zoomRes a.out:before{background-image:url('/assets/images/classifiedDetail_2x:d6d0d366e9580ce0d7fcf4df2c8711b1.png');background-position:-210px -198px;background-size:465px 465px}}#classified-location .map-buttons.type-streetView,.map-with-buttons .map-buttons.type-streetView{width:110px;right:14px}#classified-location .map-buttons.type-noStreetView,.map-with-buttons .map-buttons.type-noStreetView{width:110px;right:10px}#classified-location .map-buttons a,.map-with-buttons .map-buttons a{display:inline-block;color:#666;text-align:center;font-weight:bold;-webkit-transition-property:'background-color, color';-moz-transition-property:'background-color, color';-o-transition-property:'background-color, color';-webkit-transition-property:'background-color, color';-moz-transition-property:'background-color, color';-o-transition-property:'background-color, color';-ms-transition-property:'background-color, color';transition-property:'background-color, color';-webkit-transition-duration:.4s;-moz-transition-duration:.4s;-o-transition-duration:.4s;-webkit-transition-duration:.4s;-moz-transition-duration:.4s;-o-transition-duration:.4s;-ms-transition-duration:.4s;transition-duration:.4s;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#classified-location .map-buttons a.active,.map-with-buttons .map-buttons a.active,#classified-location .map-buttons a:hover,.map-with-buttons .map-buttons a:hover{text-decoration:none;color:#000}#classified-location .map-buttons a:hover,.map-with-buttons .map-buttons a:hover{background-color:#ebebeb}#classified-location .disable,.map-with-buttons .disable{display:none}#classified-location #markerContainer,.map-with-buttons #markerContainer{left:0;top:0;z-index:9;position:absolute}#classified-location .mapTooltipInfo,.map-with-buttons .mapTooltipInfo{border-radius:2px;border:1px solid #374636;-webkit-box-shadow:inset 0 1px 1px #fff;-webkit-box-shadow:inset 0 1px 1px #fff;box-shadow:inset 0 1px 1px #fff;color:#fff;background-color:#000;opacity:.75;-ms-filter:"alpha(opacity=75)";filter:alpha(opacity=75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)";padding:6px 15px 6px 10px;position:absolute;text-shadow:-1px 2px #2c3428;font-size:10px;z-index:10;margin-left:-18px;white-space:nowrap;pointer-events:none}#classified-location .mapTooltipInfo strong,.map-with-buttons .mapTooltipInfo strong,#classified-location .mapTooltipInfoDetails strong,.map-with-buttons .mapTooltipInfoDetails strong{display:block}#classified-location .mapTooltipInfoDetails,.map-with-buttons .mapTooltipInfoDetails{border-radius:2px;border:1px solid #c0bebe;color:#828282;background-color:#fff;position:absolute;top:0;left:0;font-size:12px;z-index:10}#classified-location .mapTooltipInfoDetails img,.map-with-buttons .mapTooltipInfoDetails img{float:left;width:88px;margin-right:12px}#classified-location .mapTooltipInfoDetails strong,.map-with-buttons .mapTooltipInfoDetails strong{font-size:12px}#classified-location .mapTooltipInfoDetails a span,.map-with-buttons .mapTooltipInfoDetails a span{color:#838282;font-size:11px;margin:0;padding:0;line-height:12px}#classified-location .mapTooltipInfoDetails a:hover span.tooltipClassifiedInfo,.map-with-buttons .mapTooltipInfoDetails a:hover span.tooltipClassifiedInfo{text-decoration:none}#classified-location .mapTooltipInfoDetails #closeTooltip,.map-with-buttons .mapTooltipInfoDetails #closeTooltip{float:right;margin:-8px -5px 0 10px}#classified-location .mapTooltipInfoDetails .tooltipLink,.map-with-buttons .mapTooltipInfoDetails .tooltipLink{display:block}#classified-location .mapTooltipInfoDetails div,.map-with-buttons .mapTooltipInfoDetails div,#classified-location .mapTooltipInfoDetails .tooltipLink,.map-with-buttons .mapTooltipInfoDetails .tooltipLink{padding:6px}#classified-location .mapTooltipInfoDetails h6,.map-with-buttons .mapTooltipInfoDetails h6{display:none;padding:8px;border-radius:2px 2px 0 0;font-size:13px;text-align:center;font-weight:normal}#classified-location .mapTooltipInfoDetails img ~ p,.map-with-buttons .mapTooltipInfoDetails img ~ p{margin:0 0 3px 98px}#classified-location .mapTooltipInfoDetails .tooltipClassifiedTitle,.map-with-buttons .mapTooltipInfoDetails .tooltipClassifiedTitle{color:#000;font-size:11px;display:block;overflow:hidden}#classified-location .mapTooltipInfoDetails p,.map-with-buttons .mapTooltipInfoDetails p{line-height:18px}#classified-location .mapTooltipInfoDetails p span,.map-with-buttons .mapTooltipInfoDetails p span{float:right;color:#039;font-weight:bold}#classified-location .mapTooltipInfoDetails:before,.map-with-buttons .mapTooltipInfoDetails:before,#classified-location .mapTooltipInfoDetails:after,.map-with-buttons .mapTooltipInfoDetails:after{position:absolute;content:" ";width:0;height:0;border-style:solid;top:100%}#classified-location .mapTooltipInfoDetails:before,.map-with-buttons .mapTooltipInfoDetails:before{border-width:8px;border-color:#fff transparent transparent transparent;left:16px;z-index:1}#classified-location .mapTooltipInfoDetails:after,.map-with-buttons .mapTooltipInfoDetails:after{border-width:9px;border-color:#c0bfbd transparent transparent transparent;left:15px}#classified-location .mapTooltipInfoDetails.arrowOnTop,.map-with-buttons .mapTooltipInfoDetails.arrowOnTop{margin-top:38px!important}#classified-location .mapTooltipInfoDetails.arrowOnTop:after,.map-with-buttons .mapTooltipInfoDetails.arrowOnTop:after{top:-16px;left:17px;border-color:transparent transparent #fff;z-index:1}#classified-location .mapTooltipInfoDetails.arrowOnTop:before,.map-with-buttons .mapTooltipInfoDetails.arrowOnTop:before{top:-16px;left:18px;border-color:transparent transparent #c0bfbd}#classified-location .mapTooltipInfoDetails.arrowOnRight:after,.map-with-buttons .mapTooltipInfoDetails.arrowOnRight:after{left:auto;right:15px}#classified-location .mapTooltipInfoDetails.arrowOnRight:before,.map-with-buttons .mapTooltipInfoDetails.arrowOnRight:before{left:auto;right:16px;z-index:1}#classified-location .mapTooltipInfoDetails .pointError,.map-with-buttons .mapTooltipInfoDetails .pointError{color:#fff;background-color:#d30404;border-color:#ad0303}#classified-location .tooltipClassifiedInfo,.map-with-buttons .tooltipClassifiedInfo{position:absolute;bottom:17px;width:200px}#classified-location .gmnoprint,.map-with-buttons .gmnoprint{z-index:15}#classified-location .poi-info,.map-with-buttons .poi-info{position:absolute;bottom:30px;left:10px;border-radius:7px;background-color:#fff;width:119px;height:185px;z-index:10;padding:13px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#classified-location .poi-info.dragging,.map-with-buttons .poi-info.dragging{display:none}#classified-location .poi-info li,.map-with-buttons .poi-info li{margin-top:13px;padding-left:20px;cursor:pointer;position:relative}#classified-location .poi-info li:first-child,.map-with-buttons .poi-info li:first-child{margin-top:0}#classified-location .poi-info li:before,.map-with-buttons .poi-info li:before{width:15px;height:15px;position:absolute;left:0;background:url('/assets/images/faceted_search:b07b6c00e0b63cddd3cbc56d57e6b1a1.png') 0 -365px no-repeat;content:" "}#classified-location .poi-info li:hover:before,.map-with-buttons .poi-info li:hover:before{background-position:0 -384px}#classified-location .poi-info li.active:before,.map-with-buttons .poi-info li.active:before{background-position:0 -402px}#classified-location .poiIcon,.map-with-buttons .poiIcon{position:absolute;white-space:nowrap;cursor:pointer;margin-left:-12px;margin-top:-34px}#classified-location .poiTooltipName,.map-with-buttons .poiTooltipName{color:#484747;margin:0;background-color:#fff;font-size:11px;font-weight:bold;padding-top:2px;min-height:18px}#classified-location .poiBasarsoft,.map-with-buttons .poiBasarsoft{position:absolute;bottom:17px;right:0;color:#444;font-family:Roboto,Arial,sans-serif;font-size:10px;padding-right:6px;text-align:right;white-space:nowrap}#classified-location .streetViewNotFoundError,.map-with-buttons .streetViewNotFoundError,#classified-location .streetViewNotFoundErrorHideDefault,.map-with-buttons .streetViewNotFoundErrorHideDefault{position:absolute;z-index:2;width:100%;height:100%;background:#f2f2f2}#classified-location .expText,.map-with-buttons .expText,#classified-location .expTextHideDefault,.map-with-buttons .expTextHideDefault{top:47%;text-align:center;position:relative;font-size:16px}#classified-location .streetViewNotFoundErrorHideDefault,.map-with-buttons .streetViewNotFoundErrorHideDefault{display:none}#classified-location .expTextHideDefault,.map-with-buttons .expTextHideDefault{display:none}#classified-location .zoomButtonContainer,.map-with-buttons .zoomButtonContainer{margin:24px;-webkit-user-select:none;position:absolute;bottom:117px;right:48px}#classified-location .zoomButtonContainerRes,.map-with-buttons .zoomButtonContainerRes{margin:10px;-webkit-user-select:none;position:absolute;bottom:200px;right:48px}.gm-style .gm-iv-address{height:58px}.gm-style .gm-iv-address .gm-iv-vertical-separator{height:67px}.gm-style .gm-iv-address .gm-iv-address-link{width:100px}.gm-style .gm-iv-address .gm-iv-marker{top:35px}.gm-style .gm-compass .gm-compass-tooltip-text,.gm-style .gm-compass .gm-compass-arrow-right-outer,.gm-style .gm-compass .gm-compass-arrow-right-inner{display:none}html.modal-opened{overflow:hidden}html.modal-opened body{overflow-y:scroll}.megaPhotoLightbox .classified-images-status{display:block;padding-top:10px}.megaPhotoLightbox .classified-images-status span{font-size:11px}.mega-photo-colorbox,.mega-clip-colorbox{z-index:10000000000!important;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;top:0;left:0;overflow:hidden}.mega-photo-colorbox#colorbox,.mega-clip-colorbox#colorbox{outline:0;-webkit-box-shadow:none;box-shadow:none}.mega-photo-colorbox#cboxOverlay,.mega-clip-colorbox#cboxOverlay{z-index:2001;position:fixed;width:100%;height:100%;background:#000;opacity:.8!important;-ms-filter:"alpha(opacity=80)"!important;filter:alpha(opacity=80)!important}.mega-photo-colorbox #cboxWrapper,.mega-clip-colorbox #cboxWrapper{width:100%;height:100%;background:rgba(0,0,0,0.5)}.mega-photo-colorbox #cboxMiddleLeft,.mega-clip-colorbox #cboxMiddleLeft,.mega-photo-colorbox #cboxBottomLeft,.mega-clip-colorbox #cboxBottomLeft{clear:left}.mega-photo-colorbox #cboxContent,.mega-clip-colorbox #cboxContent{margin:0 auto;position:relative;background-color:transparent;padding:35px;-webkit-background-clip:padding;-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;border:0!important;z-index:100}.mega-photo-colorbox #cboxLoadedContent,.mega-clip-colorbox #cboxLoadedContent{overflow:hidden!important;color:#333;font-size:14px;border-radius:2px}.mega-photo-colorbox #cboxLoadedContent h3,.mega-clip-colorbox #cboxLoadedContent h3{font-size:22px;color:#333;padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #dadada}.mega-photo-colorbox #cboxLoadedContent iframe,.mega-clip-colorbox #cboxLoadedContent iframe{display:block;width:100%;height:100%;border:0}.mega-photo-colorbox #cboxTitle,.mega-clip-colorbox #cboxTitle{margin:0;position:absolute;top:10px;left:10px;color:#666}.mega-photo-colorbox #cboxLoadingOverlay,.mega-clip-colorbox #cboxLoadingOverlay,.mega-photo-colorbox #cboxLoadingGraphic,.mega-clip-colorbox #cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%}.mega-photo-colorbox #cboxPrevious,.mega-clip-colorbox #cboxPrevious,.mega-photo-colorbox #cboxNext,.mega-clip-colorbox #cboxNext,.mega-photo-colorbox #cboxClose,.mega-clip-colorbox #cboxClose,.mega-photo-colorbox #cboxSlideshow,.mega-clip-colorbox #cboxSlideshow{cursor:pointer}.mega-photo-colorbox #cboxTopLeft,.mega-clip-colorbox #cboxTopLeft{width:-21px;height:-21px}.mega-photo-colorbox #cboxTopRight,.mega-clip-colorbox #cboxTopRight{width:-21px;height:-21px}.mega-photo-colorbox #cboxBottomLeft,.mega-clip-colorbox #cboxBottomLeft{width:-21px;height:-21px}.mega-photo-colorbox #cboxBottomRight,.mega-clip-colorbox #cboxBottomRight{width:-21px;height:-21px}.mega-photo-colorbox #cboxMiddleLeft,.mega-clip-colorbox #cboxMiddleLeft{width:-21px}.mega-photo-colorbox #cboxMiddleRight,.mega-clip-colorbox #cboxMiddleRight{width:-21px}.mega-photo-colorbox #cboxTopCenter,.mega-clip-colorbox #cboxTopCenter{height:-21px}.mega-photo-colorbox #cboxBottomCenter,.mega-clip-colorbox #cboxBottomCenter{height:-21px}.mega-photo-colorbox #cboxError,.mega-clip-colorbox #cboxError{padding:50px;border:1px solid #ccc}.mega-photo-colorbox #cboxCurrent,.mega-clip-colorbox #cboxCurrent{position:absolute;top:-20px;right:23px;color:#000}.mega-photo-colorbox #cboxSlideshow,.mega-clip-colorbox #cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}.mega-photo-colorbox #cboxPrevious,.mega-clip-colorbox #cboxPrevious{position:absolute;top:50%;left:0;margin-top:-32px;background:url('/assets/images/controls:7e263c442fb90cc64a7ba09f0d99a178.png') no-repeat 0 -56px;width:41px;height:55px;text-indent:-9999px;color:#fff;border:0}.mega-photo-colorbox #cboxNext,.mega-clip-colorbox #cboxNext{position:absolute;top:50%;right:0;margin-top:-32px;background:url('/assets/images/controls:7e263c442fb90cc64a7ba09f0d99a178.png') no-repeat 1px 1px;width:41px;height:55px;text-indent:-9999px;color:#fff;border:0}.mega-photo-colorbox #cboxLoadingOverlay,.mega-clip-colorbox #cboxLoadingOverlay{background:#008000}.mega-photo-colorbox #cboxLoadingGraphic,.mega-clip-colorbox #cboxLoadingGraphic{background:url('/assets/images/loading:e6611f867d63754b7a2a974fb0a0e7dc.gif') no-repeat center center}.mega-photo-colorbox #cboxClose,.mega-clip-colorbox #cboxClose{position:fixed;z-index:100;top:15px;right:0;padding-left:60px;margin-right:15px;display:block;background:url('/assets/images/close-icon:f95db542649faa1c4f116ab7a093c17e.png') no-repeat top right;width:17px;height:18px;outline:0;background-size:contain;letter-spacing:.5px}.mega-photo-colorbox #cboxClose:before,.mega-clip-colorbox #cboxClose:before{content:'Kapat';text-align:right;width:50px;position:absolute;padding-right:38px;right:-15px;height:50px;line-height:50px;top:-16px;font-size:14px;font-weight:bold}.mega-photo-colorbox .modalCloseLink,.mega-clip-colorbox .modalCloseLink{position:fixed;right:10px;top:10px;display:block;background:url('/assets/images/controls:7e263c442fb90cc64a7ba09f0d99a178.png') 50px -117px no-repeat;width:70px;height:30px;text-indent:-9999px;z-index:1000000}.mega-photo-colorbox .modalCloseLink:hover,.mega-clip-colorbox .modalCloseLink:hover{color:#000;text-decoration:none;text-indent:0}.mega-photo-colorbox .modalCloseLink:hover strong,.mega-clip-colorbox .modalCloseLink:hover strong{border:1px solid #b2b2b2;background-color:#fff;margin:0 30px 0 0;padding:2px 4px;float:left}.mega-photo-colorbox .megaPhotoLightbox{height:100%;width:100%}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos.single{width:100%}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer{position:fixed;width:100%;height:100%;top:0;left:0;margin:0 auto;display:block;background:transparent;border:0;padding:0}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto{position:relative}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto img{display:block;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto .loader{width:100%;height:100%;background:url('/assets/images/loader:0f43051b46e51ba06afbadd25b11b18b.gif') no-repeat center center;position:fixed;z-index:1000;display:block;text-indent:-9999px;border:0;-webkit-box-shadow:none;box-shadow:none}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto .megaPhotoEmpty{display:block;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%;background:url('/assets/images/photo-not-loaded:70ab1a7a40a23eb120d00f78cf617a08.png') no-repeat center center}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto .megaPhotoLeft,.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto .megaPhotoRight{display:block;position:absolute;top:0;display:block;position:absolute;cursor:pointer;width:50%;height:100%;opacity:.2;-ms-filter:"alpha(opacity=20)";filter:alpha(opacity=20);z-index:100}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto .megaPhotoLeft.enlight,.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto .megaPhotoRight.enlight{opacity:1;-ms-filter:none;filter:none}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto .megaPhotoLeft.enlight:hover,.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto .megaPhotoRight.enlight:hover{opacity:1;-ms-filter:none;filter:none}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto .megaPhotoLeft:hover,.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto .megaPhotoRight:hover{opacity:.7;-ms-filter:"alpha(opacity=70)";filter:alpha(opacity=70)}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto .megaPhotoLeft:active,.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto .megaPhotoRight:active{opacity:1;-ms-filter:none;filter:none}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto .megaPhotoLeft:after,.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto .megaPhotoRight:after{width:100%;height:100%;position:absolute;content:" "}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto .megaPhotoLeft{left:0}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto .megaPhotoLeft:after{background:url('/assets/images/left-arrow:4c283f831d51138c26ccd80a1f25a10e.png') no-repeat;background-position:left 20px center;left:0}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto .megaPhotoRight{right:0}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto .megaPhotoRight:after{right:0;background:url('/assets/images/right-arrow:46be704a044c0290913e17b35c4c5069.png') no-repeat;background-position:right 20px center}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto .megaPhotoImgContainer{cursor:pointer;position:absolute;top:0;bottom:0;left:0;right:0;text-align:center;font:0/0 a;padding:10px 0 0 0;z-index:90}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto .megaPhotoImgContainer:before{content:' ';display:inline-block;vertical-align:middle;height:100%}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto .megaPhotoImgContainer .mega-photo-img{vertical-align:middle;display:inline-block;position:relative;padding:0 70px;max-width:100%}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto .megaPhotoImgContainer .mega-photo-img.error-onload:after{content:'Fotograf yüklenirken hata oluştu';font-size:16px;width:300px;height:50px;text-align:center;color:#fff;position:absolute;left:50%;top:50%;margin-left:-150px;margin-top:-25px;line-height:50px}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto .megaPhotoImgContainer .mega-photo-img.noArrow{padding:0}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoFooter{position:fixed;bottom:0;left:0;display:inline-block;right:0;z-index:1200;-webkit-transition:translate .4s;-moz-transition:translate .4s;-o-transition:translate .4s;-ms-transition:translate .4s;transition:translate .4s;background:rgba(0,0,0,0.5);-webkit-transition:-webkit-transform .4s;-moz-transition:transform .4s;-o-transition:transform .4s}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoFooter.goDown{-webkit-transform:translate(0,100px);-moz-transform:translate(0,100px);-ms-transform:translate(0,100px);-o-transform:translate(0,100px);-webkit-transform:translate(0,100px);-moz-transform:translate(0,100px);-o-transform:translate(0,100px);-ms-transform:translate(0,100px);transform:translate(0,100px)}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoFooter.goDown .megaPhotoFooterDesc .toggleThumbsBtn:after{background:url('/assets/images/toggle-arrows:3fc1eb3beabf858ebb775cfb1acb72d9.png') no-repeat 0 0}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoFooter.goDown .megaPhotoFooterDesc:hover .toggleThumbsBtn:after{background:url('/assets/images/toggle-arrows:3fc1eb3beabf858ebb775cfb1acb72d9.png') no-repeat -13px 0}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoFooter .megaPhotoFooterDesc{position:relative;height:32px;line-height:32px;text-align:center;border-bottom:1px solid #2b2b2b;color:#cecece;font-size:12px;cursor:pointer}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoFooter .megaPhotoFooterDesc:hover .toggleThumbsBtn:after{background:url('/assets/images/toggle-arrows:3fc1eb3beabf858ebb775cfb1acb72d9.png') no-repeat -13px -12px}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoFooter .megaPhotoFooterDesc .toggleThumbsBtn{cursor:pointer;height:10px;padding:10px;position:absolute;width:20px;background-color:rgba(0,0,0,0.5);right:10px;top:-30px}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoFooter .megaPhotoFooterDesc .toggleThumbsBtn:after{position:absolute;background:url('/assets/images/toggle-arrows:3fc1eb3beabf858ebb775cfb1acb72d9.png') no-repeat 0 -12px;top:10px;right:15px;width:12px;height:12px;content:' '}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoFooter .megaPhotoFooterDesc .images-count{padding-right:18px;font-weight:bold}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoLinks{text-align:center;padding-top:12px;padding-bottom:12px;height:75px;overflow:hidden;width:100%}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoLinks .megaPhotoLinksContainerHolder{display:inline;width:100%}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoLinks .megaPhotoLinksContainerHolder .megaPhotoLinksContainer{position:relative;margin-right:9px;margin-left:9px}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoLinks .megaPhotoLinksContainerHolder .megaPhotoLinksContainer .thumb-imgs-container{-webkit-transition:width 1s;-moz-transition:width 1s;-o-transition:width 1s;-ms-transition:width 1s;transition:width 1s;height:75px;display:inline-block;overflow:hidden}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoLinks .megaPhotoLinksContainerHolder .megaPhotoLinksContainer .thumb-imgs-container .thumb-imgs-band{position:relative;display:inline-block;-webkit-transition:-webkit-transform 1s;-moz-transition:-moz-transform 1s;-o-transition:-o-transform 1s;-ms-transition:-ms-transform 1s;transition:transform 1s;-webkit-transition:-webkit-transform 1s;-moz-transition:transform 1s;-o-transition:transform 1s}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoLinks .megaPhotoLinksContainerHolder .megaPhotoLinksContainer .megaPhotoThmbItems{overflow:hidden;white-space:nowrap}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoLinks .megaPhotoLinksContainerHolder .megaPhotoLinksContainer .megaPhotoThmbItems .megaPhotoThmbArrow{cursor:pointer;z-index:1000;display:inline-block;height:73px;width:98px;border:1px solid #474747}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoLinks .megaPhotoLinksContainerHolder .megaPhotoLinksContainer .megaPhotoThmbItems .megaPhotoThmbRightDiv{background:#222 url('/assets/images/right-arrow-small:511963c30676a8bd1dd662d280852906.png') no-repeat center center}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoLinks .megaPhotoLinksContainerHolder .megaPhotoLinksContainer .megaPhotoThmbItems .megaPhotoThmbRightDiv:hover{background:#222 url('/assets/images/right-arrow-small-white:288ca182e2ad7eaf68b6efe8fbf9ef37.png') no-repeat center center;border:1px solid #909090}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoLinks .megaPhotoLinksContainerHolder .megaPhotoLinksContainer .megaPhotoThmbItems .megaPhotoThmbLeftDiv{background:#222 url('/assets/images/left-arrow-small:aaa1edb7e5518d9962c85ee62c0a30f8.png') no-repeat center center}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoLinks .megaPhotoLinksContainerHolder .megaPhotoLinksContainer .megaPhotoThmbItems .megaPhotoThmbLeftDiv:hover{background:#222 url('/assets/images/left-arrow-small-white:2f31a489d534f7c808ddf4538b6aa759.png') no-repeat center center;border:1px solid #909090}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoLinks .megaPhotoLinksContainerHolder .megaPhotoLinksContainer .megaPhotoThmbItem{margin:0 1px;padding:0;display:inline-block;background:#000;width:100px;height:75px;cursor:pointer}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoLinks .megaPhotoLinksContainerHolder .megaPhotoLinksContainer .megaPhotoThmbItem.hideItem{opacity:0;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0);width:0;padding:0;margin:0;overflow:hidden}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoLinks .megaPhotoLinksContainerHolder .megaPhotoLinksContainer .megaPhotoThmbItem img{width:100px;height:75px;opacity:.5;-ms-filter:"alpha(opacity=50)";filter:alpha(opacity=50);border:0}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoLinks .megaPhotoLinksContainerHolder .megaPhotoLinksContainer .megaPhotoThmbItem img:hover{opacity:1;-ms-filter:none;filter:none}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoLinks .megaPhotoLinksContainerHolder .megaPhotoLinksContainer .megaPhotoThmbItem img.hideImg{opacity:0;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0);width:0;padding:0;margin:0;overflow:hidden}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoLinks .megaPhotoLinksContainerHolder .megaPhotoLinksContainer .megaPhotoThmbItem.selected:after{width:0;height:0}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoLinks .megaPhotoLinksContainerHolder .megaPhotoLinksContainer .megaPhotoThmbItem.selected.three-sixty-thumb:after{width:32px;height:32px}.mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoLinks .megaPhotoLinksContainerHolder .megaPhotoLinksContainer .megaPhotoThmbItem.selected img{opacity:1;-ms-filter:none;filter:none}.ie8 .megaPhotoThmbItem.selected{border:1px solid #039}.ie8 .mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoFooter{background-color:#000;opacity:.8;-ms-filter:"alpha(opacity=80)";filter:alpha(opacity=80)}.ie8 .mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoFooter.goDown{bottom:-100px}.ie8 .mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoFooterDesc .toggleThumbsBtn:after{display:none}.ie8 .mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto .megaPhotoImgContainer .megaPhotoLeft:after{background-position-x:0;background-position-y:center}.ie8 .mega-photo-colorbox .megaPhotoLightbox .megaPhotos .megaPhotoContainer .megaPhoto .megaPhotoImgContainer .megaPhotoRight:after{background-position-x:100%;background-position-y:center}.media-modal-wrapper#cboxOverlay{display:none}.media-modal-wrapper #cboxClose{width:32px;height:32px;position:fixed;z-index:20;right:16px;top:30px;background:center no-repeat url('/assets/blob/x_close:f08124e9fa97ff22670d97b2e0acdb88.svg');background-size:cover;color:var(--sui-emphasis-high)}.media-modal-wrapper .media-modal .media-modal-header{position:fixed;width:100%;height:90px;top:0;left:0;z-index:10}.media-modal-wrapper .media-modal .media-modal-header #sticky-header{display:block}.media-modal-wrapper .media-modal .media-modal-header #sticky-header .sticky-header-content .classified-title{margin-bottom:0;padding-bottom:0;border-bottom:0}.media-modal-wrapper .media-modal .media-modal-content{position:fixed;background-color:var(--sui-white);width:100%;height:calc(100% - 155px);left:0;top:90px;z-index:5}.media-modal-wrapper .media-modal .media-modal-content .media-content{width:100%;height:100%}.media-modal-wrapper .media-modal .media-modal-content .media-content.passive{display:none!important}.media-modal-wrapper .media-modal .media-modal-content .media-content.mega-photo-content{display:flex}.media-modal-wrapper .media-modal .media-modal-content .media-content.mega-photo-content .content-wrapper{display:flex;position:relative}.media-modal-wrapper .media-modal .media-modal-content .media-content.mega-photo-content .content-wrapper .thumb-list-wrapper{width:104px;min-width:104px;margin-right:16px;margin-left:32px;flex-shrink:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.media-modal-wrapper .media-modal .media-modal-content .media-content.mega-photo-content .content-wrapper .thumb-list-wrapper::-webkit-scrollbar{display:none}.media-modal-wrapper .media-modal .media-modal-content .media-content.mega-photo-content .content-wrapper .thumb-list-wrapper .thumb-list{display:flex;flex-direction:column;gap:8px;padding:8px 0}.media-modal-wrapper .media-modal .media-modal-content .media-content.mega-photo-content .content-wrapper .thumb-list-wrapper .thumb-list .thumb-item{border:2px solid transparent;cursor:pointer}.media-modal-wrapper .media-modal .media-modal-content .media-content.mega-photo-content .content-wrapper .thumb-list-wrapper .thumb-list .thumb-item.active{border-color:var(--sui-primary-default)}.media-modal-wrapper .media-modal .media-modal-content .media-content.mega-photo-content .content-wrapper .thumb-list-wrapper .thumb-list .thumb-item img{display:block}.media-modal-wrapper .media-modal .media-modal-content .media-content.mega-photo-content .content-wrapper .mega-photo-wrapper{width:100%;height:100%;position:relative;overflow:hidden}.media-modal-wrapper .media-modal .media-modal-content .media-content.mega-photo-content .content-wrapper .mega-photo-wrapper .loading-animation{width:100%;height:100%;background:url('/assets/images/loading-128:0b29ec94c8c8c810e3e5f37c7701b717.gif') no-repeat center center;background-size:40px;display:none}.media-modal-wrapper .media-modal .media-modal-content .media-content.mega-photo-content .content-wrapper .mega-photo-wrapper .loading-animation.show{display:block}.media-modal-wrapper .media-modal .media-modal-content .media-content.mega-photo-content .content-wrapper .mega-photo-wrapper .mega-photo-tag{width:100%;height:100%;object-fit:contain;cursor:pointer;display:none}.media-modal-wrapper .media-modal .media-modal-content .media-content.mega-photo-content .content-wrapper .mega-photo-wrapper .mega-photo-tag.show{display:block}.media-modal-wrapper .media-modal .media-modal-content .media-content.mega-photo-content .content-wrapper .mega-photo-wrapper .three-sixty-image{width:100%;height:100%;display:none}.media-modal-wrapper .media-modal .media-modal-content .media-content.mega-photo-content .content-wrapper .mega-photo-wrapper .three-sixty-image.show{display:block}.media-modal-wrapper .media-modal .media-modal-content .media-content.mega-photo-content .content-wrapper .navigation-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,0.3);z-index:999;display:inline-flex;padding:var(--sui-spacing-md);align-items:center;gap:8px;border:0;border-radius:var(--sui-border-radius-pill);background:var(--sui-white-alpha-80);box-shadow:0 2px 12px 0 var(--sui-black-alpha-12)}.media-modal-wrapper .media-modal .media-modal-content .media-content.mega-photo-content .content-wrapper .navigation-arrow:hover{opacity:1;cursor:pointer}.media-modal-wrapper .media-modal .media-modal-content .media-content.mega-photo-content .content-wrapper .navigation-arrow .navigation-icon{font-size:48px;color:var(--sui-emphasis-medium)}.media-modal-wrapper .media-modal .media-modal-content .media-content.mega-photo-content .content-wrapper .navigation-arrow.left{left:172px}.media-modal-wrapper .media-modal .media-modal-content .media-content.mega-photo-content .content-wrapper .navigation-arrow.right{right:24px}.media-modal-wrapper .media-modal .media-modal-content .media-content.video-content .without-all-variants .videoContent{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:contain;margin:0}.media-modal-wrapper .media-modal .media-modal-content .media-content.video-content .without-all-variants .videoContent .controls{width:780px;position:fixed;right:auto;left:calc(50% - 395px);bottom:80px;margin:0}.media-modal-wrapper .media-modal .media-modal-content .media-content.vehicle-360-walk-around-box .content-wrapper{position:relative}.media-modal-wrapper .media-modal .media-modal-content .media-content.vehicle-360-walk-around-box .content-wrapper .walkaround-loading-animation{background:url('/assets/images/loading-128:0b29ec94c8c8c810e3e5f37c7701b717.gif') no-repeat center center;background-size:40px;width:100%;height:100%;position:absolute;z-index:50;top:0;left:0}.media-modal-wrapper .media-modal .media-modal-content .media-content.vehicle-360-walk-around-box .content-wrapper .vehicle-360-walk-around-iframe{position:relative;z-index:100}.media-modal-wrapper .media-modal .media-modal-content .media-content .content-wrapper{width:100%;height:100%}.media-modal-wrapper .media-modal .media-modal-footer{position:fixed;bottom:0;left:0;right:0;width:100%;height:64px;border-top:1px solid var(--sui-surface-level-3);z-index:10;background:var(--sui-white)}.media-modal-wrapper .media-modal .media-modal-footer .content-wrapper{height:100%;width:1150px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}@media(max-width:1279px){.media-modal-wrapper .media-modal .media-modal-footer .content-wrapper{width:1000px}}.media-modal-wrapper .media-modal .media-modal-footer .content-wrapper .image-count-info{display:flex;align-items:center;justify-content:flex-start;color:var(--sui-emphasis-high);visibility:hidden;opacity:0;min-width:45px}.media-modal-wrapper .media-modal .media-modal-footer .content-wrapper .badge-group{display:flex;align-items:center;justify-content:center;gap:0}.media-modal-wrapper .media-modal .media-modal-footer .content-wrapper .badge-group sui-badge{border:1px solid var(--sui-badge-border-color);border-left:none;cursor:pointer}.media-modal-wrapper .media-modal .media-modal-footer .content-wrapper .badge-group sui-badge:first-child{border-left:1px solid var(--sui-badge-border-color)}.media-modal-wrapper .media-modal .media-modal-footer .content-wrapper .badge-group sui-badge .sui-badge{height:auto;padding:var(--sui-spacing-xs) var(--sui-spacing-sm);border:0}.media-modal-wrapper .media-modal .media-modal-footer .content-wrapper .badge-group sui-badge .sui-badge__text{margin-left:var(--sui-spacing-2xs)}.media-modal-wrapper .media-modal .media-modal-footer .content-wrapper .fullscreen-browser-button{outline:0}.media-modal-wrapper .media-modal .media-modal-footer .content-wrapper .fullscreen-browser-button .full-screen-icon,.media-modal-wrapper .media-modal .media-modal-footer .content-wrapper .fullscreen-browser-button .normal-screen-icon{margin-right:var(--sui-spacing-2xs);color:var(--sui-primary-default);cursor:pointer}.media-modal-wrapper .media-modal .media-modal-footer .content-wrapper .fullscreen-browser-button .normal-screen-icon{display:none}.media-modal-wrapper .media-modal[data-active-media-type='mega-photo'] .media-modal-footer .image-count-info{visibility:visible;opacity:1}body.fullscreen .media-modal-wrapper #cboxClose{display:none}body.fullscreen .media-modal-wrapper .media-modal .media-modal-header{display:none}body.fullscreen .media-modal-wrapper .media-modal .media-modal-footer{bottom:-999px}body.fullscreen .media-modal-wrapper .media-modal .media-modal-footer .content-wrapper .fullscreen-browser-button{padding:0 var(--sui-spacing-md);background-color:var(--sui-secondary-default);box-shadow:0 2px 4px 0 rgba(17,18,20,0.12);border-radius:var(--sui-border-radius-sm);height:32px;position:fixed;right:24px;bottom:24px;transition:background-color .15s}body.fullscreen .media-modal-wrapper .media-modal .media-modal-footer .content-wrapper .fullscreen-browser-button:hover{background-color:var(--sui-secondary-light)}body.fullscreen .media-modal-wrapper .media-modal .media-modal-footer .content-wrapper .fullscreen-browser-button .full-screen-icon{display:none}body.fullscreen .media-modal-wrapper .media-modal .media-modal-footer .content-wrapper .fullscreen-browser-button .normal-screen-icon{display:block}body.fullscreen .media-modal-wrapper .media-modal .media-modal-content{top:0;height:100%}body.fullscreen .media-modal-wrapper .media-modal .media-modal-content .media-content.mega-photo-content .content-wrapper .thumb-list-wrapper{display:none}body.fullscreen .media-modal-wrapper .media-modal .media-modal-content .media-content.mega-photo-content .content-wrapper .navigation-arrow.left{left:24px}body.fullscreen .media-modal-wrapper .media-modal .media-modal-content .media-content.video-content .without-all-variants .videoContent .controls{bottom:20px}html.modal-opened{overflow:hidden}html.modal-opened body{overflow-y:scroll}.helperColl span{display:block;line-height:54px;height:54px}.helper{padding-top:15px}.helper ul{overflow:hidden}.helper li{list-style:disc;margin-left:15px;line-height:18px;width:245px;font-size:12px}*:first-child+html .helper ul ul{position:relative;top:.5em}*:first-child+html .helper ul ul li{vertical-align:top;position:relative;top:-.5em}.helperColl{list-style:none!important;float:left}.helperColl strong{display:block;text-align:center;background-color:#fff9ca;margin-top:5px;line-height:25px}.helperColl .coll{background-position:45px -300px}.helperColl .coll2{background-position:45px -400px}.helperColl .coll3{background-position:95px -500px}.helperColl .coll4{background-position:70px -600px}.helperColl .coll5{background-position:70px -696px}.helperColl .coll6{background-position:70px -800px}.helperColl .coll7{background-position:70px -900px}.helperColl .coll8{background-position:70px -1000px}.helperColl ul{margin-top:15px}.helperColl ul li{margin-top:10px;width:220px}ul.helperList{padding-bottom:15px;overflow:hidden}.helperListItem{float:left;width:225px;border-right:1px dotted #e0e0e0;margin-right:11px;margin-left:0!important;padding-bottom:32767px;margin-bottom:-32767px;list-style:none!important}.helperListItem.norm{border:0}.helperListItem img{margin-bottom:20px}.helperListItem .coll{background-position:45px -286px}.helperListItem .moveEasiyl{background-position:45px -386px}.helperListItem .fastConnection{background-position:95px -486px}.helperListItem .houseIns{background-position:70px -586px}.helperListItem .bankCredits{background-position:70px -682px}.helperListItem .replaceYourCar{background-position:70px -786px}.helperListItem .services{background-position:70px -886px}.helperListItem .yourCarAssur{background-position:70px -986px}.helperListItem strong{display:block;text-align:center;background-color:#edebec;margin:5px 15px 10px 0;padding:8px 0}.helperListItem ul li{padding-left:15px;color:#42464e;margin:0 15px 10px 0;border:0;width:auto!important}.creditCalcContainer{position:relative}.creditCalcContainer div{float:left;color:#002c65;padding-top:5px;width:151px}.creditCalcContainer div a{display:block;text-decoration:none;font-size:11px}.creditCalcContainer p{padding:0 0 5px 40px;font-size:11px}.creditCalcContainer p strong{font-weight:400}.creditCalcContainer input,.creditCalcContainer select{font-size:10px;padding:1px;border:1px solid #c0c0c0}.creditInstalmentAmount{float:left!important;width:80px!important;text-align:center}.instalmentAmountLink{background:url('/assets/images/isbank2:a2fa4061d7e97aba0adb2b7e0e458094.png') no-repeat -240px -50px;color:#fff!important;font-weight:700!important;line-height:19px;text-align:center;width:61px;padding:0 0 2px;display:block;position:absolute;left:161px;top:51px}.paymentTerm{margin:0 3px 0 3px;width:49px}.totalCredit{margin:0 3px 0 3px;width:45px}.creditInputContainer span{width:25px}.calcGraphic,.isBankCreditTable,.isBankHeader,.headerCenter,.headerLeft,.isBankCreditProducts span,.isBankCreditProducts h5{background:url('/assets/images/isbank:cf6f0bd433fd8e91a0c0eeab785048d8.png') no-repeat}.isBankCreditTable{padding:10px 0;margin-bottom:12px}.calcGraphic a{color:#f700a8;text-decoration:none}.calcGraphic{background-position:36px -96px;padding-left:47px!important}#isBankFlashContainer,div#isbankFlash{width:100%;text-align:center}.calcGraphic a:hover{text-decoration:underline}.isBankHeader{background-position:right -300px;height:80px}.headerCenter{background-position:center -200px;height:80px;width:200px;float:left}.headerLeft{background-position:left -117px;width:400px;float:left;height:80px}.isBankCreditProducts{margin-top:15px}.isBankCreditProducts h4{color:#f700a8;font-size:16px;font-weight:bold;padding:10px 0}.isBankCreditProducts p{padding:10px 0}.isBankCreditProducts ul{margin:25px 0 0;padding:0}.isBankCreditProducts ul li{float:left;width:460px;padding-right:25px;padding-bottom:40px;color:#284c88;font-weight:bold;line-height:20px;height:80px}.isBankCreditProducts ul li a span{float:left;width:118px;height:50px;padding-right:15px;border-right:1px dotted #c0c0c0;margin-right:15px}.isBankCreditProducts h5{padding-top:2px;background-position:0 -280px;padding-left:12px;margin-bottom:10px;font-size:12px;line-height:17px}.isBankCreditProducts ul li p a{color:#666;font-size:11px;font-weight:normal;line-height:15px;text-decoration:none}.fixedReturn{background-position:0 -400px!important}.maxHousePack{background-position:0 -450px!important}.equalMainPayment{background-position:0 -500px!important}.newGenSupport{background-position:0 -550px!important}.discNewGenMortgage{background-position:0 -600px!important}.estateNbuildStreng{background-position:0 -650px!important}.allInclusive{background-position:0 -700px!important}.homeTohome{background-position:0 -750px!important}.lowLevelPayment{background-position:0 -800px!important}.takeOver{background-position:0 -850px!important}.privateCredit{background-position:0 -900px!important}.environmentProtect{background-position:0 -950px!important}.isBankCreditWarn{color:#666;font-size:11px}.loginActionsButton{position:absolute;bottom:20px}#loginTitleText{font-size:21px;color:#343434}#loginDescText{font-size:13px;color:#343434}.hr{border-bottom:1px solid #dadada;margin:15px 0}#doSingUpBut{margin-right:15px}.form-style-wrapper :-moz-ui-invalid{box-shadow:none}.form-style-wrapper textarea,.form-style-wrapper input,.form-style-wrapper select{font-size:12px!important;background-color:#fff}.form-style-wrapper textarea:focus,.form-style-wrapper input[type='text']:focus,.form-style-wrapper input[type='password']:focus,.form-style-wrapper input[type='email']:focus,.form-style-wrapper input[type='tel']:focus,.form-style-wrapper select:focus{outline:0;border:1px solid inputFocusColor;box-shadow:0 0 1px 1px inputFocusColor}.form-style-wrapper textarea:disabled,.form-style-wrapper input[type='text']:disabled,.form-style-wrapper input[type='password']:disabled,.form-style-wrapper input[type='email']:disabled,.form-style-wrapper input[type='tel']:disabled,.form-style-wrapper select:disabled,.form-style-wrapper textarea.disabled,.form-style-wrapper input[type='text'].disabled,.form-style-wrapper input[type='password'].disabled,.form-style-wrapper input[type='email'].disabled,.form-style-wrapper input[type='tel'].disabled,.form-style-wrapper select.disabled{color:thirdColor;background-color:inputDisabledBgColor}.form-style-wrapper form.submitted textarea.ng-invalid,.form-style-wrapper form.submitted input.ng-invalid,.form-style-wrapper form.submitted select.ng-invalid,.form-style-wrapper form.submitted input[type="radio"].ng-invalid:not(:focus)+label:before,.form-style-wrapper form.submitted input[type="checkbox"].ng-invalid:not(:focus)+label:before,.form-style-wrapper form.submitted textarea.error{border-color:inputErrorColor;background-color:inputErrorBgColor}.form-style-wrapper form.submitted select .ng-invalid{background-image:url('/assets/images/form2x:f1110de37cfc1ad6dda18c18adaf6759.png') no-repeat 0 -75px}.form-style-wrapper button+button{margin-right:10px}.form-style-wrapper .form-help-text{color:#999;margin-top:10px;font-size:11px}.form-style-wrapper .form-error{color:#fb0317;margin-top:2px;font-size:11px}.form-style-wrapper .form-error:before{content:' ';display:inline-block;margin-right:4px;padding-top:-1px}.form-style-wrapper p.form-error{margin-bottom:2px}.form-style-wrapper .form-group{float:left}.form-style-wrapper .single-column-form .form-group{width:550px}.form-style-wrapper input+.btn-form,.form-style-wrapper .phone-number+.btn-form{vertical-align:inherit;margin-left:10px}.form-style-wrapper textarea,.form-style-wrapper input[type="text"],.form-style-wrapper input[type="password"],.form-style-wrapper input[type="email"],.form-style-wrapper input[type="tel"]{border:1px solid inputDefaultColor;border-radius:stnBorderRadius;padding:6px 8px 7px}.form-style-wrapper .phone-number{display:inline-block}.form-style-wrapper .phone-number input{padding-left:37px;width:213px!important}.form-style-wrapper .phone-number:before{content:'+90 ';position:absolute;padding-left:5px}.form-style-wrapper .available input{display:inline-block}.form-style-wrapper .available input:after{content:' ';position:absolute;width:100px;height:100px;display:block;color:#000}.form-style-wrapper input[type="radio"],.form-style-wrapper input[type="checkbox"]{margin:0;margin-top:1px \9;line-height:normal;display:none;opacity:0;width:0;height:0}.form-style-wrapper input[type="radio"]+label,.form-style-wrapper input[type="checkbox"]+label{padding-left:22px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.form-style-wrapper input[type="radio"]+label:before,.form-style-wrapper input[type="checkbox"]+label:before{content:'';display:inline-block;position:absolute;width:14px;height:14px;top:0;left:0;border:1px solid radioCbDefaultColor;background-color:#fff}.form-style-wrapper input[type="radio"]+label:hover:before,.form-style-wrapper input[type="checkbox"]+label:hover:before{border-color:radioCbHoverColor}.form-style-wrapper input[type="radio"]:focus+label:before,.form-style-wrapper input[type="checkbox"]:focus+label:before{top:-1px;left:-1px;border-width:2px;border-color:inputFocusColor}.form-style-wrapper input[type="radio"]:not(:focus):checked+label:before,.form-style-wrapper input[type="checkbox"]:not(:focus):checked+label:before{border-color:radioCbCheckedColor}.form-style-wrapper input[type="radio"]+label:before{content:'';display:inline-block;position:absolute;width:14px;height:14px;top:0;left:0;border:1px solid radioCbDefaultColor;border-radius:14px}.form-style-wrapper input[type="radio"]:checked+label:after{content:'';background-color:radioCbCheckedColor;display:inline-block;position:absolute;border:1px solid radioCbCheckedColor;border-color:radioCbCheckedColor;border-radius:6px;width:6px;height:6px;top:4px;left:4px}.form-style-wrapper input[type="radio"]:disabled+label:before{background-color:disabledBgColor}.form-style-wrapper input[type="checkbox"]+label:before{border-radius:2px;border-color:radioCbDefaultColor}.form-style-wrapper input[type="checkbox"]:checked+label:before{background-color:checkedBgColor}.form-style-wrapper input[type="checkbox"]:checked+label:after{content:'';background:url('/assets/images/form2x:f1110de37cfc1ad6dda18c18adaf6759.png') 1px -115px no-repeat;background-size:15px 150px;width:15px;height:12px;display:inline-block;position:absolute;top:3px;left:1px}.form-style-wrapper input[type="checkbox"]:not(:focus):checked+label:before{border-color:radioCbCheckedColor}.form-style-wrapper input[type="checkbox"]:disabled+label:before{background-color:disabledBgColor}.form-style-wrapper input[type="checkbox"]:disabled+label:after{background:url('/assets/images/form2x:f1110de37cfc1ad6dda18c18adaf6759.png') 1px -85px no-repeat}.form-style-wrapper select{padding:6px 20px 7px 8px;-webkit-appearance:none;-moz-appearance:none;text-indent:.01px;text-overflow:'';border:1px solid #c0c0c0;border-radius:3px;background:#fff url('/assets/images/form2x:f1110de37cfc1ad6dda18c18adaf6759.png') top -52px right 2px no-repeat;background-size:15px 150px}.form-style-wrapper select::-ms-expand{display:none}.form-style-wrapper select.error,.form-style-wrapper select.submitted.ng-invalid{background-image:url('/assets/images/form2x:f1110de37cfc1ad6dda18c18adaf6759.png') top -27px right 2px no-repeat}.form-style-wrapper select:disabled{background-image:url('/assets/images/form2x:f1110de37cfc1ad6dda18c18adaf6759.png') top -2px right 2px no-repeat}.form-style-wrapper select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.ie9 .form-style-wrapper select{background-image:none!important;padding:6px 6px 7px 8px!important}.print-classified-colorbox #cboxLoadedContent{height:100%}.print-classified-colorbox #cboxLoadedContent .printClassifiedLightbox{overflow:hidden;-ms-overflow-x:hidden;-ms-overflow-y:hidden;height:100%}.print-classified-colorbox #cboxLoadedContent .printClassifiedLightbox iframe{width:129%;height:569px;-ms-zoom:.79;-ms-transform-origin:0 0;-moz-transform:scale(0.79);-moz-transform-origin:0 0;-o-transform:scale(0.79);-o-transform-origin:0 0;-webkit-transform:scale(0.79);-webkit-transform-origin:0 0}.print-classified-colorbox #cboxLoadedContent .printClassifiedLightbox #standart iframe{width:1090px;height:607px;-ms-zoom:.75;-moz-transform:scale(0.74);-o-transform:scale(0.74);-webkit-transform:scale(0.74)}.print-classified-colorbox #cboxLoadedContent .printClassifiedLightbox #glass{width:800px}.print-classified-colorbox #cboxLoadedContent .printClassifiedLightbox #glass iframe{width:865px;height:484px;-ms-zoom:.93;-moz-transform:scale(0.93);-o-transform:scale(0.93);-webkit-transform:scale(0.93)}.print-classified-colorbox #cboxLoadedContent .printClassifiedLightbox #glass.verticle iframe{width:620px;height:346px;-ms-zoom:1.3;-moz-transform:scale(1.3);-o-transform:scale(1.3);-webkit-transform:scale(1.3)}.print-classified-colorbox #cboxLoadedContent .printClassifiedLightbox #vehiclecard iframe{width:804px;height:450px;-moz-transform:scale(1);-o-transform:scale(1);-webkit-transform:scale(1);-ms-zoom:1}.printClassifiedContainer{position:absolute;left:0;top:0;right:0;bottom:0;cursor:pointer}.printClassifiedContainer .content{position:absolute;top:0;bottom:0;left:0;right:0;width:830px;height:605px;margin:auto;background-color:#fafafa;padding:30px}.printClassifiedContainer .loader{width:830px;height:560px;background:url('/assets/images/loader:0f43051b46e51ba06afbadd25b11b18b.gif') no-repeat center center;position:fixed;z-index:1000;display:block;text-indent:-9999px}.printClassifiedContainer .print-contents{clear:both;border:1px solid #ced5de;position:relative;z-index:1;background-color:#fff}.printClassifiedContainer .print-contents:after{content:'';background-image:linear-gradient(to top,#000,#fff);opacity:.12;height:8px;display:block;position:absolute;bottom:0;left:0;width:100%}.printClassifiedContainer .tab-content.printPreview{display:block;width:802px;height:420px;margin:auto;padding:30px;background-color:#fff;padding-left:13px;padding-right:13px}.printClassifiedContainer .tab-content#archive{width:780px}.printClassifiedContainer .tab-content#standart{padding-left:8px;width:780px}#printNavigation{float:left;width:100%;height:51px;position:relative;z-index:2}#printNavigation li{display:block;float:left;width:25%}#printNavigation li a{display:block;height:50px;line-height:50px;font-size:16px;color:#999;text-align:center;border:1px solid #ced5de;background-color:#fff;border-bottom:0;position:relative;font-weight:bold}#printNavigation li a:hover{text-decoration:none}#printNavigation li+li a{border-left:none}#printNavigation li.current a{border-top:3px solid #407cbb;top:-2px;height:51px;color:#333}#printActions{height:40px;margin-top:30px}#printActions button{float:right;box-sizing:border-box;height:40px;background-color:#489af1;color:#fff;width:140px;border:0;border-radius:1px;letter-spacing:.5px;text-shadow:1px 1px 0 #29619b;font-size:13px}#printActions select{float:right;box-sizing:border-box;height:40px;width:180px;padding:8px 25px 8px 8px;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;text-indent:.01px;-o-text-overflow:'';text-overflow:'';border:1px solid #ced5de;border-radius:1px;background:#fff url('/assets/images/select_arrow_gray:fb01dbd8e52e959b9ca7722b7cf0452d.png') top 16px right 10px no-repeat;-webkit-background-size:11px 7px;-moz-background-size:11px 7px;background-size:11px 7px;font-size:12px;margin-right:20px}#printActions select::-ms-expand{display:none}#printActions .print-fill-switch,#printActions .print-direction-switch{float:left;box-sizing:border-box;height:40px}#printActions .print-fill-switch a,#printActions .print-direction-switch a{display:block;float:left;width:80px;text-align:center;font-size:13px;color:#333;height:38px;line-height:38px;background-color:#fff;border:1px solid #ced5de}#printActions .print-fill-switch a:hover,#printActions .print-direction-switch a:hover{text-decoration:none}#printActions .print-fill-switch a:first-child,#printActions .print-direction-switch a:first-child{border-right:0;border-radius:2px 0 0 2px}#printActions .print-fill-switch a+a,#printActions .print-direction-switch a+a{border-left:none;border-radius:0 2px 2px 0}#printActions .print-fill-switch a.current,#printActions .print-direction-switch a.current{background-color:#489af1;color:#fff}@media print{body .print-classified-colorbox{display:none}body .print-classified-colorbox *{display:none!important}}.car-brands .car-brands-wrapper{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-transform:scale(0.68);-moz-transform:scale(0.68);-o-transform:scale(0.68);-ms-transform:scale(0.68);transform:scale(0.68);-webkit-box-pack:start;-moz-box-pack:start;-o-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;gap:4px;margin-left:8px;-webkit-transform-origin:left;-moz-transform-origin:left;-o-transform-origin:left;-ms-transform-origin:left;transform-origin:left;overflow:hidden;height:20px;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.car-brands span:not(.description):not(.car-brands-wrapper){background-image:url('/assets/images/brands_2x:1826f3cca46b41fd9a2975b9315db8f6.png');background-size:290px 115px;display:inline-block;height:18px;text-indent:-9999px;overflow:hidden}.car-brands span:not(.description):not(.car-brands-wrapper).aston-martin{background-position:40px -41px;width:40px}.car-brands span:not(.description):not(.car-brands-wrapper).chery{background-position:1px -75px;width:27px;background-size:350px 145px}.car-brands span:not(.description):not(.car-brands-wrapper).chevrolet{background-position:1px -100px;width:28px;background-size:350px 145px}.car-brands span:not(.description):not(.car-brands-wrapper).chrysler{background-position:1px -124px;width:36px;background-size:380px 145px}.car-brands span:not(.description):not(.car-brands-wrapper).citroen{background-position:-35px 0;width:20px}.car-brands span:not(.description):not(.car-brands-wrapper).daewoo{background-position:-35px -38px;width:22px}.car-brands span:not(.description):not(.car-brands-wrapper).daihatsu{background-position:-35px -57px;width:26px}.car-brands span:not(.description):not(.car-brands-wrapper).ford{background-position:-44px -132px;width:32px;background-size:370px 155px}.car-brands span:not(.description):not(.car-brands-wrapper).geely{background-position:-71px 0;width:20px}.car-brands span:not(.description):not(.car-brands-wrapper).honda{background-position:-71px -20px;width:19px}.car-brands span:not(.description):not(.car-brands-wrapper).infiniti{background-position:-71px -58px;width:25px}.car-brands span:not(.description):not(.car-brands-wrapper).isuzu{background-position:-91px 49px;width:32px;background-size:370px 155px}.car-brands span:not(.description):not(.car-brands-wrapper).mazda{background-position:-105px -96px;width:24px}.car-brands span:not(.description):not(.car-brands-wrapper).mercedes-benz{background-position:-143px -1px;width:21px}.car-brands span:not(.description):not(.car-brands-wrapper).mitsubishi{background-position:145px -39px;width:23px}.car-brands span:not(.description):not(.car-brands-wrapper).lancia{background-position:144px -59px;width:18px}.car-brands span:not(.description):not(.car-brands-wrapper).nissan{background-position:152px -70px;width:24px;background-size:300px 105px}.car-brands span:not(.description):not(.car-brands-wrapper).saab{background-position:140px -4px;width:27px;background-size:370px 155px}.car-brands span:not(.description):not(.car-brands-wrapper).renault{background-position:114px -17px;width:16px;background-size:300px 105px}.car-brands span:not(.description):not(.car-brands-wrapper).opel{background-position:113px -69px;width:22px;background-size:300px 105px}.car-brands span:not(.description):not(.car-brands-wrapper).toyota{background-position:74px 0;width:24px}.car-brands span:not(.description):not(.car-brands-wrapper).tata{background-position:74px -19px;width:24px}.car-brands span:not(.description):not(.car-brands-wrapper).suzuki{background-position:65px -32px;width:20px;background-size:260px 100px}.car-brands span:not(.description):not(.car-brands-wrapper).subaru{background-position:74px -58px;width:23px}.car-brands span:not(.description):not(.car-brands-wrapper).smart{background-position:74px -96px;width:19px}.car-brands span:not(.description):not(.car-brands-wrapper).volvo{background-position:38px -20px;width:21px}.car-brands span:not(.description):not(.car-brands-wrapper).rksmotor{width:49px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-217px -92px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).skywell{width:14px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-319px -228px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).audi{width:54px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-61px -184px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).cupra{width:28px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-94px -69px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).dfsk{width:89px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:0 -69px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).mg{width:18px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-319px 0;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).porsche{width:36px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-273.5px -115px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).seat{width:23px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-195.5px -265px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).skoda{width:16px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-319px -138px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).volkswagen{width:18px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-319px -46px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).kia{width:41px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-273.5px 0;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).gaz{width:19px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-48px -288px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).lada{width:33px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-273.5px -184px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).temsa{width:16px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-319px -161px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).arora{width:18px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-167px -288px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).dacia{width:55px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-157px -115px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).dfm{width:18px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-236px -288px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).ds{width:18px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-259px -288px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).fuso{width:18px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-282px -288px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).jeep{width:36px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-273.5px -138px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).land-rover{width:29px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-35px -265px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).setra{width:80px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-127px -69px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).ssangyong{width:30px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-177px -184px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).peugeot{width:18px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-319px -23px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).hyundai{width:26px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-136px -265px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).yuki-motor{width:38px;height:9px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-229px -207px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).volta{width:30px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:0 -265px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).leapmotor{width:30px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-273.5px -230px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).regal-raptor{width:30px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-90px -92px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).benelli{width:19px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:0 -288px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).elektron{width:19px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-24px -288px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).scania{width:19px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-96px -288px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).kuba-motor{width:19px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-72px -288px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).relive{width:53px;height:16px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-140px -207px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).rainwoll{width:44px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-100px -242px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).altai{width:43px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-149px -242px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).voyah{width:19px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-120px -288px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).apache{width:50px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-217px -23px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).dongfeng{width:74px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:0 -115px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).hongqi{width:16px;height:16px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-319px -207px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).linhai{width:26px;height:16px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-198px -207px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).mondial{width:85px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-127px 0;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).otokar{width:49px;height:16px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-217px -185px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).segway{width:31px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-273.5px -207px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).bmw{width:18px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-190px -288px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).bmw-motorrad{width:66px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:0 -161px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).jaguar{width:73px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-79px -115px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).mini{width:36px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-273.5px -69px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).jiayuan{width:30px;height:30px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-217px -115px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).jinpeng{width:30px;height:30px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-217px -150px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).ligier{width:30px;height:30px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:0 -207px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).nigmer{width:30px;height:30px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-35px -207px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).tazzari{width:30px;height:30px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-70px -207px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).zotye{width:30px;height:30px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-105px -207px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).tofas{width:45px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-50px -242px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).xev{width:18px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-319px -69px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).fiat{width:24px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-166.5px -265px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).nieve{width:50px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-217px -46px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).byd{width:43px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-197px -242px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).voge{width:50px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-217px -69px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).cf-moto{width:80px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-127px -46px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).falcon{width:22px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-223.5px -265px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).delta{width:18px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-213px -288px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).alfa-romeo{width:18px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-144px -288px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).bajaj{width:15px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-319px -184px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).hero-motor{width:17px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-319px -92px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).askoll{width:40px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-273.5px -23px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).kanuni{width:71px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-78px -138px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).piaggio{width:52px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-217px 0;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).tvs{width:52px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-120px -184px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).kymco{width:24px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-245px -242px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).fest{width:56px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:0 -184px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).swm{width:73px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:0 -138px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).thermo-king{width:104px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:0 -23px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).i-go{width:21px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-277.5px -265px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).karoval{width:61px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-142px -161px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).maxus{width:28px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-103px -265px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).jaecoo{width:122px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:0 0;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).daf{width:66px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-71px -161px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).wielton{width:75px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-127px -92px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).meiller{width:35px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-273.5px -161px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).foton{width:58px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-154px -138px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).man{width:29px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-69px -265px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).lynk_co{width:85px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:0 -92px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).renault-trucks{width:17px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-319px -115px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).li-auto{width:45px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:0 -242px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).tenax{width:22px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-250.5px -265px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).lexus{width:100px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:0 -46px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).iveco{width:84px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-127px -23px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).bmc{width:36px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-273.5px -46px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.car-brands span:not(.description):not(.car-brands-wrapper).morgan{width:36px;height:18px;background-image:url('/assets/images/brandLogos_2x:5f3a0d92d184d67b57c7a2b9e02611f8.png');background-position:-273.5px -92px;background-size:337px 306px;content:'';display:inline-block;vertical-align:middle;vertical-align:unset!important}.authorized-dealer-area>p>span{margin:4px 3px 0 0}.jspContainer{overflow:hidden;position:relative}.jspPane{position:absolute}.jspVerticalBar{position:absolute;top:0;right:0;width:11px;height:100%}.jspHorizontalBar{position:absolute;bottom:0;left:0;width:100%;height:11px}.jspVerticalBar *,.jspHorizontalBar *{margin:0;padding:0}.jspCap{display:none}.jspHorizontalBar .jspCap{float:left}.jspTrack{background:#f3f3f3;position:relative}.jspDrag{background:#fff;border:1px solid #d5d4d4;position:relative;top:0;left:0;cursor:pointer;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:inset -2px -3px 2px #e6e5e5;-moz-box-shadow:inset -2px -3px 2px #e6e5e5;box-shadow:inset -2px -2px 2px #e6e5e5}.jspDrag:hover{background-color:#f1f1f1;-webkit-box-shadow:inset 2px 3px 2px #e6e5e5;-moz-box-shadow:inset 2px 3px 2px #e6e5e5;box-shadow:inset 2px 2px 2px #e6e5e5}.jspActive{background-color:#e8e7e7!important}.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float:left;height:100%}.jspArrow{background:#f3f3f3 url('/assets/images/faceted_search:b07b6c00e0b63cddd3cbc56d57e6b1a1.png') 0 -733px no-repeat;text-indent:-20000px;display:block;cursor:pointer}.jspArrowUp{background-position:.5px -728px}.jspArrowDown{background-position:2px -747px}.jspArrow.jspDisabled{cursor:default}.jspVerticalBar .jspArrow{height:18px}.jspHorizontalBar .jspArrow{width:11px;float:left;height:100%}.jspVerticalBar .jspArrow:focus{outline:0}.jspCorner{background:#eeeef4;float:left;height:100%}#paidClassifiedPopup{width:914px}#paidClassifiedPage #paidClassifiedPopup{width:100%!important;border:none!important}#paidClassifiedPage .adFreeBox{margin-left:70px!important}#paidClassifiedPage .adFreeBoxSingle{margin:auto!important}#paidClassifiedPopup h2{background:#6a6d72;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZhNmQ3MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iIzNlNDE0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background:-moz-linear-gradient(top,#6a6d72 0,#3e4147 52%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#6a6d72),color-stop(52%,#3e4147));background:-webkit-linear-gradient(top,#6a6d72 0,#3e4147 52%);background:-o-linear-gradient(top,#6a6d72 0,#3e4147 52%);background:-ms-linear-gradient(top,#6a6d72 0,#3e4147 52%);background:linear-gradient(top,#6a6d72 0,#3e4147 52%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a6d72',endColorstr='#3e4147',GradientType=0);zoom:1;border:1px solid #504f4f;font-size:15px;font-weight:normal;color:#fff;padding:12px 15px 8px 15px}#paidClassifiedPopup h2 a{color:#fff;text-decoration:none;font-size:24px;float:right;margin-top:-7px}#paidClassifiedPopup h4{font-weight:bold}#paidClassifiedPopup div.paidClassifiedHeader{float:center;font-weight:bold;width:100%;padding-bottom:15px}#paidClassifiedPopup .tooltipClose a span{padding-right:20px;background-position:90px -9312px}#paidClassifiedPopup .doCredit{background-position:70px -8418px;height:90px}#paidClassifiedPopup div.tooltipClose{float:right;width:70px;background-image:none!important}#paidClassifiedPopup div.tooltipClose a span{background-position:40px -9312px!important;display:inline!important}#paidClassifiedPopup #creditCardPaymentLink{display:block;background-position:0 -8418px!important;margin-left:10px;width:100px}#paidClassifiedPopup #creditCardPaymentLink span{height:90px;width:150px}#paidClassifiedPopup .paidClassifiedAgreementError{background-position:0 -7561px;padding-left:20px}div.paidClassifiedSplash{margin-top:10px}#paidClassifiedPopup div.paymentTableContainer{margin-top:10px;text-align:center}#paidClassifiedPopup td.buttonsTd{vertical-align:middle}#paidClassifiedPopup div.mainPanel a{text-decoration:underline}#paidClassifiedPopup .paidClassifiedPrice{color:maroon;font-weight:bold}#paidClassifiedPopup #processingPaymentDiv{display:inline-block;margin-left:10px;background-position:0 0!important}#paidClassifiedPopup #paidClassifiedErrorContainer{color:red;margin-bottom:10px}.xAdInfoPopup ul{list-style:disc;margin-bottom:10px;margin-left:14px;padding:10px}.xAdInfoPopup ul li{list-style:disc;font-size:13px;margin-bottom:8px}.adFreeBox{margin-right:34px}.xilanBox{border:1px solid #cccccb;padding:20px;background-color:#f9f9f9;width:396px;_width:386px;float:left;text-align:center;position:relative;margin-bottom:48px!important}.xilanBox h4{font-size:16px;margin-bottom:20px;text-align:left}.adFreeBox h4{color:#2e7805}.adFreeBoxSingle{width:872px!important;float:none!important;margin:auto}.shoppingBox h4{color:#2e7805}.xilanBox ul{margin:10px 0 0 0;padding:0;text-align:left}.xilanBox>ul{min-height:152px}.xilanBox ul ul{margin:0 10px 0 30px;padding:10px 10px 0 10px}.xilanBox ul ul li{margin-bottom:5px}.xilanBox .firstXList{list-style:none;padding:0 0 12px 35px;line-height:16px;background:url('/assets/images/x_ilan_master:f1592a4903b2c8bf943f9d387b93d13e.png') 0 -104px no-repeat}.xilanPrice{color:#0d8501}.boxBand{position:absolute;background:url('/assets/images/x_ilan_master:f1592a4903b2c8bf943f9d387b93d13e.png') 0 -72px no-repeat;width:100px;height:22px;top:-11px;left:50%;margin-left:-50px}.boxPaging{background:url('/assets/images/x_ilan_box_bottom:1a63796bd281fc3552eea5e1b14eb034.png') 0 0 no-repeat;width:390px;height:5px;position:absolute;bottom:-6px;left:0}.whyMoreAds{background-color:#f3f3f3;padding:17px 0 16px 40px;position:absolute;left:0;right:0;bottom:0}.whyMoreAds a{font-size:12px;letter-spacing:0}.xilanBox .discountedPrice{text-decoration:line-through;color:red;padding-left:5px;padding-right:5px}.callSalesBox{padding:5px;border:1px dotted}.xilanBox.shoppingBox.wide{width:420px}.xilanBox.narrow{width:268px}.xilanBox.narrow:after{width:296px}.xilanBox.wide:after{width:460px}.store500InfoBox{border:1px solid #c9e3be;background-color:#eef6eb;padding:10px;text-align:center;color:#26750c;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}#disclaimerConfirmModal h3{padding-bottom:20px}#disclaimerConfirmModal p{margin:20px 0}#disclaimerConfirmModal .dialog-buttons{margin:30px 0 10px;text-align:right}#disclaimerConfirmModal .dialog-buttons a{width:150px;box-sizing:border-box}#disclaimerConfirmModal .dialog-buttons a+a{margin-left:10px}#cboxOverlay.adultContentOverlay{opacity:.9!important}.adultContentOverlay #cboxContent{padding:30px}.adultContentOverlay #cboxContent #cboxClose{top:30px;right:30px}.hint-tooltip{position:absolute;left:0;top:0;user-select:none;z-index:70}.hint-tooltip.hint-tooltip-closed{animation:hideHintTooltipAnimation 500ms forwards}.hint-tooltip .hint-tooltip-container{position:relative;display:flex;background-color:#279cff;box-sizing:border-box;border-radius:4px;padding:15px;font-size:12px;line-height:15px;font-weight:400;color:#fff;width:max-content;box-shadow:1px 1px 10px rgba(0,0,0,0.3)}.hint-tooltip .hint-tooltip-container::after{content:'';width:0;height:0;border:8px solid transparent;border-top-color:#279cff;position:absolute;bottom:-16px}.hint-tooltip .hint-tooltip-container .hint-close-container{position:absolute;top:0;right:0;padding:8px;font-size:9px;line-height:9px;cursor:pointer}.hint-tooltip .hint-tooltip-container .hint-close-container .hint-tooltip-close{display:none}@-moz-keyframes hideHintTooltipAnimation{from{opacity:1}to{opacity:0;visibility:hidden}}@-webkit-keyframes hideHintTooltipAnimation{from{opacity:1}to{opacity:0;visibility:hidden}}@-o-keyframes hideHintTooltipAnimation{from{opacity:1}to{opacity:0;visibility:hidden}}@keyframes hideHintTooltipAnimation{from{opacity:1}to{opacity:0;visibility:hidden}}.informative-tooltip{display:-webkit-inline-box;display:-moz-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-box;display:inline-flex;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;position:relative;cursor:pointer}.informative-tooltip .informative-tooltip-question{width:22px;height:22px;display:-webkit-inline-box;display:-moz-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-box;display:inline-flex;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;border-radius:100%;color:#438ed8;font-size:12px;font-weight:bold}.informative-tooltip .informative-tooltip-question::after{content:'';background-image:url('/assets/images/common:912f03293e2cc16ec6c2ca028e08e2f1.png');background-position:-151px -94px;width:22px;height:22px;content:'';display:inline-block;vertical-align:middle;position:relative;top:1px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.informative-tooltip .informative-tooltip-question::after{background-image:url('/assets/images/common_2x:607e9ff53428ee0c6b41bf910d008917.png');background-position:-93.5px -89.5px;background-size:183px 171.5px}}.informative-tooltip .informative-text-container{position:absolute;top:attr(data-top,0);left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;visibility:hidden}.informative-tooltip .informative-text-container::after{content:'';border:10px solid transparent;border-top-color:#8598aa;pointer-events:none;position:relative;top:-1px}.informative-tooltip .informative-text-container .informative-text{display:block;border:3px solid #8598aa;padding:10px 15px;background-color:#fff;font-weight:400;font-size:11px;line-height:14px;color:#454545;max-width:264px;width:max-content;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.informative-tooltip:hover .informative-text-container{visibility:visible}.platform-responsive .informative-tooltip{-webkit-box-pack:left;-moz-box-pack:left;-o-box-pack:left;-ms-flex-pack:left;-webkit-justify-content:left;justify-content:left;-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.platform-responsive .informative-tooltip .informative-tooltip-question{width:16px;height:16px;background:0;color:#489ae9;font-size:11px;font-weight:normal;line-height:13px;border:1px solid #489ae9}.platform-responsive .informative-tooltip .informative-tooltip-question::after{content:'?';background:0;height:16px}label.orange-radio{display:flex;flex-direction:row;align-items:center}label.orange-radio .checkmark{content:'';width:16px;height:16px;min-height:16px;min-width:16px;border-radius:100%;border:1px solid #ccc;background:#fff;box-sizing:border-box;user-select:none}label.orange-radio input{display:none}label.orange-radio input:checked ~ .checkmark{background:#eea861;background:radial-gradient(#fff 24%,#eea861 30%);border:0}.popup-operations{position:relative;user-select:none}.popup-operations .popup-closer{background:transparent;width:100%;height:100%;position:fixed;top:0;left:0;z-index:550;display:none;pointer-events:none;cursor:auto}.popup-operations .wrapper-popup-operations{pointer-events:none;display:none;padding-top:13px;position:absolute;z-index:610;left:50%;transform:translateX(-50%);top:calc(100% - 1px)}.popup-operations .wrapper-popup-operations .container-popup-operations{display:flex;flex-direction:column;position:relative;background:#fff;border:1px solid #dedede;box-shadow:0 5px 15px rgba(0,0,0,0.1);border-radius:2px;min-width:200px;padding:10px 0}.popup-operations .wrapper-popup-operations .container-popup-operations::before{content:'';width:23px;height:23px;background:inherit;border:1px solid #cac8c8;position:absolute;top:-13px;left:50%;transform:translateX(-50%) rotate(45deg);border-bottom:transparent;border-right:transparent;border-top-left-radius:2px;pointer-events:none}.popup-operations .wrapper-popup-operations .container-popup-operations .popup-operation{display:flex;padding:10px 20px;color:#333;font-size:14px;line-height:14px;background-color:transparent;outline:0;border:0;text-align:left;cursor:pointer;z-index:1;white-space:nowrap}.popup-operations .wrapper-popup-operations .container-popup-operations .popup-operation:hover{color:#438ed8}.popup-operations.hoverable:hover .wrapper-popup-operations{display:flex;pointer-events:auto}.popup-operations.opened .wrapper-popup-operations{display:flex;pointer-events:auto}.popup-operations.opened .popup-closer{display:block;pointer-events:auto}.ref-cqa-tab-location{margin-top:0}.ref-cqa-tab-location:not(:empty){margin-top:20px}.ref-cqa-tab-classified-detail{margin-top:15px}.container-publish-criteria{margin-left:auto}.container-publish-criteria button.show-publication-criteria{color:#999;text-decoration:underline;background:0;border:0;font-weight:400;font-size:12px;line-height:12px;cursor:pointer;padding:0}textarea.tx-post-idea{resize:none;background:#fff;border-radius:2px;border:1px solid #d7d7d7;outline:0;padding:12px 15px;font-size:16px;line-height:18px;color:#333;font-weight:400;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;scrollbar-width:none}textarea.tx-post-idea::-webkit-scrollbar{display:none}textarea.tx-post-idea:focus{border:1px solid #7bb5f4;-webkit-box-shadow:0 0 4px #5c96d5,inset 0 0 2px #579ae3;box-shadow:0 0 4px #5c96d5,inset 0 0 2px #579ae3;border-radius:1px}textarea.tx-post-idea::placeholder{color:#999}.cqa-error-dialog .dialog-main *:first-child,.cqa-info-dialog .dialog-main *:first-child{padding:0;margin:0}.cqa-dialog-content{font-size:14px}.cqa-blocked-successfully-dialog .action-successfully,.cqa-unblocked-successfully-dialog .action-successfully,.cqa-complaint-successfully-dialog .action-successfully{color:#333;font-size:16px;font-weight:400;font-style:normal;text-align:center;line-height:24px;padding-top:90px;position:relative}.cqa-blocked-successfully-dialog .action-successfully::after,.cqa-unblocked-successfully-dialog .action-successfully::after,.cqa-complaint-successfully-dialog .action-successfully::after{background-image:url('/assets/images/classifiedQuestionAnswer:ac9cfc987cf006c09fc5ecdd1f0aaac2.png');background-position:0 0;width:60px;height:60px;content:'';display:inline-block;vertical-align:middle;position:absolute;top:10px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.cqa-blocked-successfully-dialog .action-successfully::after,.cqa-unblocked-successfully-dialog .action-successfully::after,.cqa-complaint-successfully-dialog .action-successfully::after{background-image:url('/assets/images/classifiedQuestionAnswer_2x:cca27597caa1f3040ff8114bd40239de.png');background-position:0 0;background-size:115px 87px}}.cqa-block-user-dialog .content-buttons,.cqa-complaint-dialog .content-buttons{margin-top:20px!important}.cqa-block-user-dialog .label-container,.cqa-complaint-dialog .label-container{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:16px}.cqa-block-user-dialog .label-container label,.cqa-complaint-dialog .label-container label{font-weight:400;font-style:normal;font-size:14px;line-height:25px;color:#333}.cqa-block-user-dialog .label-container label .checkmark,.cqa-complaint-dialog .label-container label .checkmark{margin:0 9px 0 4px}.cqa-share-personal-information-question-dialog .sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons .yes,.cqa-share-personal-information-answer-dialog .sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons .yes{width:137px}.cqa-security-tips-dialog .sahibinden-dialog .sahibinden-dialog-wrapper{max-width:650px}.cqa-security-tips-dialog .sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .cqa-dialog-wrapper{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;gap:20px}.cqa-security-tips-dialog .sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .cqa-dialog-wrapper .content-icon{background-image:url('/assets/blob/security:64a7bcbfec54edf8d47f2dcdea75e72d.svg');background-repeat:no-repeat;background-size:40px;min-height:40px;min-width:40px}.cqa-security-tips-dialog .sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .cqa-dialog-wrapper .content-body{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:20px}.cqa-security-tips-dialog .sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .cqa-dialog-wrapper .content-body p{margin:0}.cqa-security-tips-dialog .sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons{margin-top:20px}.cqa-security-tips-dialog .sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons .yes{padding-left:20px;padding-right:20px}.cqa-prepared-question-dialog .sahibinden-dialog .sahibinden-dialog-wrapper{max-width:650px}.cqa-prepared-question-dialog .sahibinden-dialog .sahibinden-dialog-wrapper .content-body{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}.cqa-prepared-question-dialog .sahibinden-dialog .sahibinden-dialog-wrapper .content-body .profile{position:relative;width:50px;min-width:50px;height:50px;background-size:50px;border:1px solid #d7d7d7;border-radius:100%;margin-right:15px}.cqa-prepared-question-dialog .sahibinden-dialog .sahibinden-dialog-wrapper .content-body .no-photo{background-color:#f2f2f2}.cqa-prepared-question-dialog .sahibinden-dialog .sahibinden-dialog-wrapper .content-body .no-photo::before{background-image:url('/assets/images/classifiedQuestionAnswer:ac9cfc987cf006c09fc5ecdd1f0aaac2.png');background-position:-70px -35px;width:24px;height:24px;content:'';display:inline-block;vertical-align:middle;content:'';position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.cqa-prepared-question-dialog .sahibinden-dialog .sahibinden-dialog-wrapper .content-body .no-photo::before{background-image:url('/assets/images/classifiedQuestionAnswer_2x:cca27597caa1f3040ff8114bd40239de.png');background-position:-65px -30px;background-size:115px 87px}}.cqa-prepared-question-dialog .sahibinden-dialog .sahibinden-dialog-wrapper .content-body .text{background:#fafafa;border:1px solid #eaeaea;padding:15px;font-size:16px;line-height:20px;color:#454545}.cqa-prepared-question-dialog .sahibinden-dialog .sahibinden-dialog-wrapper .content-footer{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-top:20px;padding-bottom:4px}.cqa-prepared-question-dialog .sahibinden-dialog .sahibinden-dialog-wrapper .content-footer span{color:#666;font-size:14px;line-height:16px}.cqa-prepared-question-dialog .sahibinden-dialog .sahibinden-dialog-wrapper .content-footer .content-buttons{margin-top:0!important;padding-bottom:0!important}.cqa-block-user-dialog input[disabled],.cqa-complaint-dialog input[disabled],.cqa-item-reply-question-dialog input[disabled],section.classified-question-answer input[disabled],.cqa-block-user-dialog textarea[disabled],.cqa-complaint-dialog textarea[disabled],.cqa-item-reply-question-dialog textarea[disabled],section.classified-question-answer textarea[disabled],.cqa-block-user-dialog button[disabled],.cqa-complaint-dialog button[disabled],.cqa-item-reply-question-dialog button[disabled],section.classified-question-answer button[disabled]{opacity:.6;-ms-filter:"alpha(opacity=60)";filter:alpha(opacity=60);cursor:not-allowed}.cqa-block-user-dialog form .form-group,.cqa-complaint-dialog form .form-group,.cqa-item-reply-question-dialog form .form-group,section.classified-question-answer form .form-group{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.cqa-block-user-dialog form .form-error,.cqa-complaint-dialog form .form-error,.cqa-item-reply-question-dialog form .form-error,section.classified-question-answer form .form-error{color:#fb0317;font-size:12px;line-height:12px;font-weight:400;display:none;margin-top:15px}.cqa-block-user-dialog form .form-input:not(:placeholder-shown) ~ .placeholder,.cqa-complaint-dialog form .form-input:not(:placeholder-shown) ~ .placeholder,.cqa-item-reply-question-dialog form .form-input:not(:placeholder-shown) ~ .placeholder,section.classified-question-answer form .form-input:not(:placeholder-shown) ~ .placeholder{display:none!important}.cqa-block-user-dialog form.submitted:invalid .form-error.form-invalid,.cqa-complaint-dialog form.submitted:invalid .form-error.form-invalid,.cqa-item-reply-question-dialog form.submitted:invalid .form-error.form-invalid,section.classified-question-answer form.submitted:invalid .form-error.form-invalid{display:block}.cqa-block-user-dialog form.submitted textarea.form-input:invalid,.cqa-complaint-dialog form.submitted textarea.form-input:invalid,.cqa-item-reply-question-dialog form.submitted textarea.form-input:invalid,section.classified-question-answer form.submitted textarea.form-input:invalid{background-color:#fff1f1;border:1px solid #ee8b8a}.cqa-block-user-dialog form.submitted .form-input:invalid ~ .form-error,.cqa-complaint-dialog form.submitted .form-input:invalid ~ .form-error,.cqa-item-reply-question-dialog form.submitted .form-input:invalid ~ .form-error,section.classified-question-answer form.submitted .form-input:invalid ~ .form-error{display:block}section.classified-question-answer{position:relative;font-family:inherit;letter-spacing:normal;font-style:normal;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:0}section.classified-question-answer .cqa-list:not([data-flags~=PREV_ENDED])[data-scroll-state=BLOCK]::before{content:'';height:36px;display:block;position:relative;top:-20px;background:url('/assets/images/loading-128:0b29ec94c8c8c810e3e5f37c7701b717.gif') no-repeat center center;background-size:36px}section.classified-question-answer .cqa-list:not([data-flags~=AFTER_ENDED])[data-scroll-state=BLOCK]::after{content:'';height:36px;display:block;position:relative;top:20px;background:url('/assets/images/loading-128:0b29ec94c8c8c810e3e5f37c7701b717.gif') no-repeat center center;background-size:36px}section.classified-question-answer .no-questions-yet{display:none;color:#999;font-weight:400;font-size:14px;padding:30px}section.classified-question-answer[data-flags~=CORPORATE_VIEWER] .container-post-question{display:none}section.classified-question-answer[data-flags~=CORPORATE_VIEWER] .container-post-question .comment-profile-image.no-photo::before{background-image:url('/assets/images/classifiedQuestionAnswer:ac9cfc987cf006c09fc5ecdd1f0aaac2.png');background-position:0 -70px;width:26px;height:22px;content:'';display:inline-block;vertical-align:middle}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){section.classified-question-answer[data-flags~=CORPORATE_VIEWER] .container-post-question .comment-profile-image.no-photo::before{background-image:url('/assets/images/classifiedQuestionAnswer_2x:cca27597caa1f3040ff8114bd40239de.png');background-position:0 -65px;background-size:115px 87px}}section.classified-question-answer[data-flags~=INDIVIDUAL_VIEWER] .container-post-question .comment-profile-image.no-photo::before{background-image:url('/assets/images/classifiedQuestionAnswer:ac9cfc987cf006c09fc5ecdd1f0aaac2.png');background-position:-70px -35px;width:24px;height:24px;content:'';display:inline-block;vertical-align:middle}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){section.classified-question-answer[data-flags~=INDIVIDUAL_VIEWER] .container-post-question .comment-profile-image.no-photo::before{background-image:url('/assets/images/classifiedQuestionAnswer_2x:cca27597caa1f3040ff8114bd40239de.png');background-position:-65px -30px;background-size:115px 87px}}section.classified-question-answer:not([data-flags~=LOGGED_IN]) .container-post-profile-image a{cursor:default}section.classified-question-answer[data-flags~=NO_QUESTIONS_YET][data-flags~=CORPORATE_VIEWER]{display:none}section.classified-question-answer[data-flags~=NO_QUESTIONS_YET][data-flags~=OWNER] .no-questions-yet{display:block}section.classified-question-answer[data-flags~=NO_QUESTIONS_YET] .container-cqa .cqa-list{display:none}section.classified-question-answer[data-flags~=NO_QUESTIONS_YET] .container-cqa .container-post-question,section.classified-question-answer[data-flags~=NO_QUESTIONS_YET] .container-cqa .container-post-idea{border-top:none!important}section.classified-question-answer[data-flags~=OWNER] .for-questioner{display:none!important}section.classified-question-answer:not([data-flags~=ANSWER_THREAD_ENABLED]):not([data-flags~=OWNER]) .for-responder{display:none!important}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .thread-item:last-of-type.popup-operations-opened:not(.private-thread){padding-bottom:0!important}section.classified-question-answer[data-platform~=WEB] .thread-item:last-of-type.popup-operations-opened:not(.private-thread){padding-bottom:20px!important}section.classified-question-answer[data-platform~=WEB] .cqa-list::-webkit-scrollbar{width:26px}section.classified-question-answer[data-platform~=WEB] .cqa-list::-webkit-scrollbar-track{background:#eae9ea;border-radius:14px;border:10px solid transparent;-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box}section.classified-question-answer[data-platform~=WEB] .cqa-list::-webkit-scrollbar-thumb{background:#a1a1a1;border-radius:14px;border:10px solid transparent;-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box}section.classified-question-answer[data-platform~=WEB] .uiBox{overflow:unset}section.classified-question-answer[data-platform~=WEB] .uiBoxContainer{padding:0}section.classified-question-answer input[type=radio]{margin:0}section.classified-question-answer .container-informative-box{padding:20px;font-weight:400;font-size:14px;line-height:14px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}section.classified-question-answer .container-informative-box .reply-button{display:none}section.classified-question-answer .container-informative-box.level-default{background-color:#fafafa;border:1px solid #dedede;color:#666}section.classified-question-answer .container-informative-box.level-info{background-color:#e9eff4;border:1px solid #d0dde8;color:#6a849b}section.classified-question-answer .container-informative-box.level-info::before{background-image:url('/assets/images/classifiedQuestionAnswer:ac9cfc987cf006c09fc5ecdd1f0aaac2.png');background-position:-36px -70px;width:20px;height:20px;content:'';display:inline-block;vertical-align:middle;margin:0 12px 0 2px;min-width:20px;-webkit-align-self:start;align-self:start;-ms-flex-item-align:start}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){section.classified-question-answer .container-informative-box.level-info::before{background-image:url('/assets/images/classifiedQuestionAnswer_2x:cca27597caa1f3040ff8114bd40239de.png');background-position:-31px -65px;background-size:115px 87px}}section.classified-question-answer .container-informative-box.level-warning{background-color:#fff7e0;border:1px solid #eddfb7;color:#c96700}section.classified-question-answer .container-informative-box.level-warning::before{background-image:url('/assets/images/classifiedQuestionAnswer:ac9cfc987cf006c09fc5ecdd1f0aaac2.png');background-position:-105px 0;width:20px;height:20px;content:'';display:inline-block;vertical-align:middle;margin:0 12px 0 2px;min-width:20px;-webkit-align-self:start;align-self:start;-ms-flex-item-align:start}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){section.classified-question-answer .container-informative-box.level-warning::before{background-image:url('/assets/images/classifiedQuestionAnswer_2x:cca27597caa1f3040ff8114bd40239de.png');background-position:-95px 0;background-size:115px 87px}}section.classified-question-answer .container-cqa{background-color:#fff;position:relative}section.classified-question-answer .container-cqa .container-informative-box.thread-status-info{margin-top:20px;margin-left:65px}section.classified-question-answer .container-cqa .container-informative-box.thread-status-info[data-status=PASSIVE],section.classified-question-answer .container-cqa .container-informative-box.thread-status-info[data-status=PASSIVATED_BY_USER],section.classified-question-answer .container-cqa .container-informative-box.thread-status-info[data-status=REJECTED_BY_BADWORD],section.classified-question-answer .container-cqa .container-informative-box.thread-status-info[data-status=REJECTED_BY_COMPLAINT],section.classified-question-answer .container-cqa .container-informative-box.thread-status-info[data-status=REJECTED]{background-color:#fff7e0;border:1px solid #eddfb7;color:#c96700}section.classified-question-answer .container-cqa .container-informative-box.thread-status-info[data-status=PASSIVE]::before,section.classified-question-answer .container-cqa .container-informative-box.thread-status-info[data-status=PASSIVATED_BY_USER]::before,section.classified-question-answer .container-cqa .container-informative-box.thread-status-info[data-status=REJECTED_BY_BADWORD]::before,section.classified-question-answer .container-cqa .container-informative-box.thread-status-info[data-status=REJECTED_BY_COMPLAINT]::before,section.classified-question-answer .container-cqa .container-informative-box.thread-status-info[data-status=REJECTED]::before{background-image:url('/assets/images/classifiedQuestionAnswer:ac9cfc987cf006c09fc5ecdd1f0aaac2.png');background-position:-105px 0;width:20px;height:20px;content:'';display:inline-block;vertical-align:middle;margin:0 12px 0 2px;min-width:20px;-webkit-align-self:start;align-self:start;-ms-flex-item-align:start}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){section.classified-question-answer .container-cqa .container-informative-box.thread-status-info[data-status=PASSIVE]::before,section.classified-question-answer .container-cqa .container-informative-box.thread-status-info[data-status=PASSIVATED_BY_USER]::before,section.classified-question-answer .container-cqa .container-informative-box.thread-status-info[data-status=REJECTED_BY_BADWORD]::before,section.classified-question-answer .container-cqa .container-informative-box.thread-status-info[data-status=REJECTED_BY_COMPLAINT]::before,section.classified-question-answer .container-cqa .container-informative-box.thread-status-info[data-status=REJECTED]::before{background-image:url('/assets/images/classifiedQuestionAnswer_2x:cca27597caa1f3040ff8114bd40239de.png');background-position:-95px 0;background-size:115px 87px}}section.classified-question-answer .container-cqa .cqa-list{padding:30px;max-height:calc(1500px - 30px);overflow:hidden auto;overflow-y:overlay;display:block}section.classified-question-answer .container-cqa .cqa-list .wrapper-thread-item{position:relative}section.classified-question-answer .container-cqa .cqa-list .thread-item{position:relative;padding:20px 0;border-top:1px solid #dedede}section.classified-question-answer .container-cqa .cqa-list .thread-item.has-answer button[value=REPLY_QUESTION],section.classified-question-answer .container-cqa .cqa-list .thread-item.has-answer .container-reply,section.classified-question-answer .container-cqa .cqa-list .thread-item.has-answer .btn-comment-reply,section.classified-question-answer .container-cqa .cqa-list .thread-item.has-answer .form-post-answer{display:none}section.classified-question-answer .container-cqa .cqa-list .thread-item.has-answer[data-status~=ACTIVE] .thread-status-info{display:none}section.classified-question-answer .container-cqa .cqa-list .thread-item:not(.has-answer) button[value=DELETE_ANSWER],section.classified-question-answer .container-cqa .cqa-list .thread-item:not(.has-answer) .container-comment-item.type-answer{display:none}section.classified-question-answer .container-cqa .cqa-list .thread-item.highlight::before{content:'';position:absolute;width:calc(100% - -60px);height:100%;top:0;left:-30px;pointer-events:none;-webkit-animation:highlightAnimation 2s forwards;-moz-animation:highlightAnimation 2s forwards;-o-animation:highlightAnimation 2s forwards;-ms-animation:highlightAnimation 2s forwards;animation:highlightAnimation 2s forwards}section.classified-question-answer .container-cqa .cqa-list .thread-item.private-thread.highlight::before{width:100%;height:100%!important;top:0!important;left:0}section.classified-question-answer .container-cqa .cqa-list .thread-item:first-of-type.highlight::before{height:calc(100% - -30px);top:-30px}section.classified-question-answer .container-cqa .cqa-list .thread-item:last-of-type.highlight::before{top:0;height:calc(100% - -30px)}section.classified-question-answer .container-cqa .cqa-list .thread-item:first-of-type:last-of-type.highlight::before{height:calc(100% - -60px);top:-30px}section.classified-question-answer .container-cqa .cqa-list .thread-item.focused-reply .form-post-answer .container-post-idea{display:-webkit-box!important;display:-moz-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:box!important;display:flex!important}section.classified-question-answer .container-cqa .cqa-list .thread-item.focused-reply .container-thread-actions .btn-comment-reply{display:none!important}section.classified-question-answer .container-cqa .cqa-list .thread-item.focused-reply .container-informative-box.thread-status-info{display:none}section.classified-question-answer .container-cqa .cqa-list .thread-item.private-thread:not([data-status~=WAITING_APPROVAL_BADWORD]):not([data-status~=REJECTED_BY_BADWORD]){padding:0;border:0}section.classified-question-answer .container-cqa .cqa-list .thread-item.private-thread:not([data-status~=WAITING_APPROVAL_BADWORD]):not([data-status~=REJECTED_BY_BADWORD]) .comment-private-view{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}section.classified-question-answer .container-cqa .cqa-list .thread-item.private-thread:not([data-status~=WAITING_APPROVAL_BADWORD]):not([data-status~=REJECTED_BY_BADWORD])+.thread-item{border:0}section.classified-question-answer .container-cqa .cqa-list .thread-item.private-thread:not([data-status~=WAITING_APPROVAL_BADWORD]):not([data-status~=REJECTED_BY_BADWORD])+.thread-item.private-thread{margin-top:20px}section.classified-question-answer .container-cqa .cqa-list .thread-item.private-thread:not([data-status~=WAITING_APPROVAL_BADWORD]):not([data-status~=REJECTED_BY_BADWORD]) .wrapper-thread-item{border:1px solid #dedede;border-radius:5px}section.classified-question-answer .container-cqa .cqa-list .thread-item.private-thread:not([data-status~=WAITING_APPROVAL_BADWORD]):not([data-status~=REJECTED_BY_BADWORD]) .wrapper-thread-item .wrapper-comment-item{padding:20px}section.classified-question-answer .container-cqa .cqa-list .thread-item:first-child{border:0;padding-top:0}section.classified-question-answer .container-cqa .cqa-list .thread-item:last-child{padding-bottom:0}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item.type-answer{margin-left:65px;margin-top:20px}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .comment-item{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .comment-item.comment-owner-individual .no-photo::before{background-image:url('/assets/images/classifiedQuestionAnswer:ac9cfc987cf006c09fc5ecdd1f0aaac2.png');background-position:-70px -35px;width:24px;height:24px;content:'';display:inline-block;vertical-align:middle}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .comment-item.comment-owner-individual .no-photo::before{background-image:url('/assets/images/classifiedQuestionAnswer_2x:cca27597caa1f3040ff8114bd40239de.png');background-position:-65px -30px;background-size:115px 87px}}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .comment-item.comment-owner-corporate .no-photo::before{background-image:url('/assets/images/classifiedQuestionAnswer:ac9cfc987cf006c09fc5ecdd1f0aaac2.png');background-position:0 -70px;width:26px;height:22px;content:'';display:inline-block;vertical-align:middle}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .comment-item.comment-owner-corporate .no-photo::before{background-image:url('/assets/images/classifiedQuestionAnswer_2x:cca27597caa1f3040ff8114bd40239de.png');background-position:0 -65px;background-size:115px 87px}}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-profile-image{margin-right:15px;position:relative}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-profile-image .profile-hint{left:-13px;top:-74px}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-profile-image .profile-hint .hint-tooltip-container{max-width:265px}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-profile-image .profile-hint .hint-tooltip-container::after{left:30px}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-comment{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-comment .comment-wrapper{font-size:14px;line-height:16px;color:#333}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-comment .comment-wrapper .name-surname{font-weight:700;color:#333;text-decoration:none}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-comment .comment-wrapper .comment-text{font-weight:400;word-break:break-word}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-comment .comment-date{font-weight:400;font-size:12px;line-height:12px;color:#999;margin-top:8px}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-thread-actions{margin-left:auto;padding-left:20px}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-thread-actions[data-operation-abilities~=SHOW_USER_ACTION] .container-comment-operations{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-thread-actions[data-operation-abilities~=OWNER_COMPLAINABLE] .popup-operation[value=COMPLAINT_ANSWER]{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-thread-actions[data-operation-abilities~=BUYER_COMPLAINABLE] .popup-operation[value=COMPLAINT_BUYER]{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-thread-actions[data-operation-abilities~=QUESTION_DELETABLE] .popup-operation[value=DELETE_QUESTION]{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-thread-actions[data-operation-abilities~=ANSWER_DELETABLE] .popup-operation[value=DELETE_ANSWER]{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-thread-actions[data-operation-abilities~=OWNER_BANNABLE] .popup-operation[value=BLOCK_SELLER]{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-thread-actions[data-operation-abilities~=BUYER_BANNABLE] .popup-operation[value=BLOCK_BUYER]{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-thread-actions[data-operation-abilities~=OWNER_BAN_REMOVABLE] .popup-operation[value=UNBLOCK_SELLER]{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-thread-actions[data-operation-abilities~=BUYER_BAN_REMOVABLE] .popup-operation[value=UNBLOCK_BUYER]{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-thread-actions[data-operation-abilities~=ANSWERABLE] .popup-operation[value=REPLY_QUESTION]{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-thread-actions[data-operation-abilities~=ANSWERABLE] .container-reply button.btn-comment-reply{display:inline-block}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-thread-actions .popup-operation{display:none}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-thread-actions .wrapper-thread-actions{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;gap:20px;position:relative;right:-10px}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-thread-actions .container-reply button.btn-comment-reply{display:none;cursor:pointer;color:#438ed8;font-size:13px;line-height:12px;border:1px solid #438ed8;border-radius:2px;background:0;padding:9px 29px}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-thread-actions .container-comment-operations{display:none}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-thread-actions .container-comment-operations .popup-operations{cursor:pointer;color:#438ed8;font-size:13px;line-height:12px;padding:10px;background:0;border:0;text-decoration:none}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-thread-actions .container-comment-operations .popup-operations .wrapper-popup-operations{-webkit-transform:translateX(-178px);-moz-transform:translateX(-178px);-o-transform:translateX(-178px);-ms-transform:translateX(-178px);transform:translateX(-178px)}section.classified-question-answer .container-cqa .cqa-list .thread-item .container-comment-item .container-thread-actions .container-comment-operations .popup-operations .container-popup-operations::before{right:5px;left:unset}section.classified-question-answer .container-cqa .cqa-list .thread-item .comment-private-view{font-size:13px;line-height:13px;padding:20px;border:0;border-top:1px solid #dedede;border-radius:0 0 5px 5px;display:none}section.classified-question-answer .container-cqa .cqa-list .thread-item .comment-private-view::before{background-image:url('/assets/images/classifiedQuestionAnswer:ac9cfc987cf006c09fc5ecdd1f0aaac2.png');background-position:-70px 0;width:25px;height:25px;content:'';display:inline-block;vertical-align:middle;margin:0 12px 0 2px;min-width:25px;-webkit-align-self:start;align-self:start;-ms-flex-item-align:start}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){section.classified-question-answer .container-cqa .cqa-list .thread-item .comment-private-view::before{background-image:url('/assets/images/classifiedQuestionAnswer_2x:cca27597caa1f3040ff8114bd40239de.png');background-position:-65px 0;background-size:115px 87px}}section.classified-question-answer .container-cqa .form-post-answer .post-idea{margin-top:10px}section.classified-question-answer .container-cqa .form-post-answer .reply-info{display:none}section.classified-question-answer .container-cqa .container-post-idea{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-left:65px;display:none}section.classified-question-answer .container-cqa .container-post-idea .post-prepared-answer-list{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-top:30px;margin-left:4px}section.classified-question-answer .container-cqa .container-post-idea .post-prepared-answer-list .post-prepared-answer-error{color:#fb0317;font-size:12px;line-height:13px;font-weight:400;display:none}section.classified-question-answer .container-cqa .container-post-idea .post-prepared-answer-list>label{margin-bottom:20px;gap:9px;font-size:14px;line-height:14px;color:#666;cursor:pointer}section.classified-question-answer .container-cqa .container-post-idea .post-prepared-answer-list>label:last-child{margin-bottom:0}section.classified-question-answer .container-cqa .container-post-idea .post-answer-options{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin:20px 0 10px}section.classified-question-answer .container-cqa .container-post-idea .post-answer-options .container-reply-options{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;gap:30px}section.classified-question-answer .container-cqa .container-post-idea .post-answer-options .container-reply-options>label{padding:4px;gap:9px;font-size:14px;line-height:14px;color:#666;cursor:pointer}section.classified-question-answer .container-cqa .container-post-idea .post-answer-options .informative-tooltip{float:right}section.classified-question-answer .container-cqa .container-post-idea .post-answer-options .informative-tooltip .informative-text-container{top:-68px}section.classified-question-answer .container-cqa .container-post-idea .post-idea-error-wrapper{margin-left:65px}section.classified-question-answer .container-cqa .container-post-idea .post-idea-error-wrapper .form-error{margin-top:12px}section.classified-question-answer .container-cqa .container-post-idea .post-idea{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;gap:15px;margin-top:20px}section.classified-question-answer .container-cqa .container-post-idea .post-idea .container-post-profile-image{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-align-self:start;align-self:start;-ms-flex-item-align:start;position:relative}section.classified-question-answer .container-cqa .container-post-idea .post-idea .container-post-profile-image .hint-tooltip{left:-13px;top:-75px}section.classified-question-answer .container-cqa .container-post-idea .post-idea .container-post-profile-image .hint-tooltip .hint-tooltip-container{max-width:265px}section.classified-question-answer .container-cqa .container-post-idea .post-idea .container-post-profile-image .hint-tooltip .hint-tooltip-container::after{left:30px}section.classified-question-answer .container-cqa .container-post-idea .post-idea .wrapper-idea-submit{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}section.classified-question-answer .container-cqa .container-post-idea .post-idea .container-idea-submit{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;gap:15px;-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-box-align:end;-moz-box-align:end;-o-box-align:end;-ms-flex-align:end;-webkit-align-items:end;align-items:end}section.classified-question-answer .container-cqa .container-post-idea .post-idea .container-prepared-answer-warning{height:44px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:100%;-webkit-box-pack:end;-moz-box-pack:end;-o-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-right:15px;font-size:14px;line-height:16px;color:#666}section.classified-question-answer .container-cqa .container-post-idea .post-idea .container-textarea-post-idea{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}section.classified-question-answer .container-cqa .container-post-idea .post-idea .container-textarea-post-idea .container-placeholder{position:relative;overflow:hidden}section.classified-question-answer .container-cqa .container-post-idea .post-idea .container-textarea-post-idea .container-placeholder .placeholder{position:absolute;top:14px;font-weight:400;font-size:16px;line-height:19px;color:#999;pointer-events:none;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:0 16px;width:100%}section.classified-question-answer .container-cqa .container-post-idea .post-idea .container-textarea-post-idea .container-placeholder .placeholder .askers-name{color:#454545;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}section.classified-question-answer .container-cqa .container-post-idea .post-idea .container-textarea-post-idea .container-placeholder .placeholder .as{-webkit-flex-shrink:0;flex-shrink:0;margin-left:5px}section.classified-question-answer .container-cqa .container-post-idea .prepared-question-container{margin-top:20px}section.classified-question-answer .container-cqa .container-post-idea .prepared-question-container-action{font-size:14px;line-height:16px;cursor:pointer;color:#489ae9}section.classified-question-answer .container-cqa .container-submit{-webkit-align-self:end;align-self:end;-ms-flex-item-align:end}section.classified-question-answer .container-cqa .container-submit .btn-post-question::before{content:'G\F6nder'}section.classified-question-answer .container-cqa .container-submit button.btn-submit{background:#438ed8;-webkit-box-shadow:1px 0 2px rgba(0,0,0,0.125),0px 0 4px rgba(0,0,0,0.114),0px 2px 3px rgba(0,0,0,0.159);box-shadow:1px 0 2px rgba(0,0,0,0.125),0px 0 4px rgba(0,0,0,0.114),0px 2px 3px rgba(0,0,0,0.159);border:0;border-radius:2px;color:#fff;font-weight:700;font-size:14px;line-height:14px;text-align:center;padding:15px 50px;cursor:pointer}section.classified-question-answer .container-cqa .comment-profile-image{width:50px;height:50px;background-repeat:no-repeat;background-size:cover;background-position:center;background-color:#fff;border-radius:100%;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}section.classified-question-answer .container-cqa .comment-profile-image.no-photo{background-color:#f2f2f2;border:1px solid #d7d7d7}section.classified-question-answer .container-cqa .comment-profile-image.no-photo::before{background-image:url('/assets/images/classifiedQuestionAnswer:ac9cfc987cf006c09fc5ecdd1f0aaac2.png');background-position:-70px -35px;width:24px;height:24px;content:'';display:inline-block;vertical-align:middle;content:'';position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){section.classified-question-answer .container-cqa .comment-profile-image.no-photo::before{background-image:url('/assets/images/classifiedQuestionAnswer_2x:cca27597caa1f3040ff8114bd40239de.png');background-position:-65px -30px;background-size:115px 87px}}section.classified-question-answer .container-cqa .comment-owner-corporate .comment-profile-image{background-size:contain;border:1px solid #e8e8e8}section.classified-question-answer .container-cqa .container-post-question{background-color:#fafafa;border-top:1px solid #dedede;padding:30px}section.classified-question-answer .container-cqa .container-post-question .container-info-privacy{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}section.classified-question-answer .container-cqa .container-post-question .container-info-privacy .info-privacy{color:#666;font-size:14px;line-height:14px}section.classified-question-answer .container-cqa .container-post-question .container-post-idea{margin:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .uiBoxTitle .container-publish-criteria{float:right;margin-top:-17px;margin-right:35px}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .cqa-list{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:32px;max-height:542px}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .cqa-list .thread-item{border-top-color:#eaeaea;padding-bottom:24px}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .cqa-list .thread-item:last-child{padding-bottom:0}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .cqa-list .wrapper-comment-item .show-all-answers{display:block;margin-top:16px;margin-left:65px;font-size:13px;font-weight:400;line-height:16px;color:#1064bc;cursor:pointer}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .cqa-list .wrapper-comment-item .container-comment-item.highlight::before{content:'';position:absolute;border-radius:24px 8px 8px 24px;width:-webkit-fill-available;height:50px;pointer-events:none;-webkit-animation:highlightAnimation 2s forwards;-moz-animation:highlightAnimation 2s forwards;-o-animation:highlightAnimation 2s forwards;-ms-animation:highlightAnimation 2s forwards;animation:highlightAnimation 2s forwards}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .cqa-list .wrapper-comment-item .container-comment-item.highlight .comment-item{position:relative}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .cqa-list .wrapper-comment-item .container-comment-item.type-answer{margin-top:16px}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .cqa-list .wrapper-comment-item .container-comment-item.type-answer .container-informative-box.thread-status-info[data-status~=WAITING_APPROVAL_BADWORD],section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .cqa-list .wrapper-comment-item .container-comment-item.type-answer .container-informative-box.thread-status-info[data-status~=REJECTED_BY_BADWORD]{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;margin-left:0;margin-top:16px}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa textarea.tx-post-idea{font-size:14px;line-height:17.5px}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .no-questions-yet{padding:38px 32px;line-height:20px}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .container-informative-box.thread-status-info{display:none}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .container-informative-box.thread-status-info[data-status~=WAITING_APPROVAL_BADWORD],section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .container-informative-box.thread-status-info[data-status~=REJECTED_BY_BADWORD]{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;margin-left:0;margin-top:16px}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .form-post-answer{display:none}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .form-post-answer.show{display:block!important}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .form-post-answer.show .container-post-idea{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .form-post-answer.show .container-post-idea .post-idea{margin-top:0}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .form-post-answer.show .container-post-idea .post-idea .container-textarea-post-idea .container-placeholder .placeholder{font-size:14px;line-height:17.5px}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .form-post-answer.show .container-post-idea .post-idea .container-textarea-post-idea .container-placeholder .placeholder .askers-name{font-weight:600}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .form-post-answer.show .container-post-idea .post-idea .container-textarea-post-idea .container-placeholder .placeholder .as{color:rgba(17,18,20,0.24)}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .form-post-answer.show .container-post-idea .post-answer-options{margin:32px 0}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .form-post-answer.show .container-post-idea .post-answer-options .container-reply-options,section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .form-post-answer.show .container-post-idea .post-answer-options .container-publish-criteria{display:none}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .form-post-answer.show .container-post-idea .post-answer-options .container-publish-criteria.show{display:block}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .form-post-answer.show .container-post-idea .post-answer-options .answer-thread-container-reply-options .form-check.form-switch{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-bottom:0}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .form-post-answer.show .container-post-idea .post-answer-options .answer-thread-container-reply-options .form-check.form-switch .sui-switch{margin:0}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .form-post-answer.show .container-post-idea .post-answer-options .answer-thread-container-reply-options .form-check.form-switch sui-label{padding-top:4px;color:#666;font-size:14px;line-height:17px}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .form-post-answer.show .container-post-idea .post-answer-options .answer-thread-container-reply-options .form-check.form-switch sui-label .sui-label__text{overflow:visible}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .form-post-answer.show .container-post-idea .post-answer-options .answer-thread-container-reply-options .form-check.form-switch .sui-i-question{padding-left:8px;padding-top:4px;color:#489ae9;font-size:18px}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .form-post-answer.show .container-post-idea .post-answer-options .answer-thread-container-reply-options .form-check.form-switch .sui-i-question:hover{cursor:pointer}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .container-post-question{padding:0}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .container-post-question .new-info-container{display:none;padding:37px 37px 37px 32px;background-color:#fff;border-bottom:1px solid #dedede}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .container-post-question .new-info-container .info-privacy span{font-size:14px;line-height:20px}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .container-post-question .container-post-idea{padding:30px}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .container-post-question .container-post-idea .post-idea{margin-top:0}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .container-post-question .container-post-idea .post-idea .container-textarea-post-idea .container-placeholder .placeholder{font-size:14px;line-height:17.5px}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .container-post-question .container-post-idea .post-idea .container-textarea-post-idea .container-placeholder .placeholder .askers-name{font-weight:600}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .container-post-question .container-post-idea .post-idea .container-textarea-post-idea .container-placeholder .placeholder .as{color:rgba(17,18,20,0.24)}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .container-post-question .container-info-privacy{display:none}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .answer-thread-eye-icon-wrapper{display:none;padding-top:3px;margin-right:-13px}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .answer-thread-eye-icon-wrapper.show{display:block}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .answer-thread-eye-icon-wrapper.show:hover{cursor:pointer}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .answer-thread-eye-icon-wrapper .answer-thread-eye-icon{background-image:url('/assets/blob/eye_slash:257ea8d1bb4d120e58e9bf2594399671.svg');height:24px;width:24px}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .answer-thread-comment-wrapper{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .answer-thread-comment-wrapper .answer-thread-reply-button{display:none;margin-top:6px;color:#438ed8;font-weight:600;font-size:13px;line-height:16px;padding-left:12px}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .answer-thread-comment-wrapper .answer-thread-reply-button.show{display:block}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] .container-cqa .answer-thread-comment-wrapper .answer-thread-reply-button:hover{cursor:pointer}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED]:not([data-flags~=OWNER]) .container-cqa .form-post-answer.show .container-post-idea .post-answer-options{display:none}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED]:not([data-flags~=OWNER]) .container-cqa .form-post-answer.show .container-post-idea .post-idea{margin-top:16px}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED][data-flags~=NO_QUESTIONS_YET] .container-cqa .container-post-question .new-info-container{display:block}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] form.submitted:invalid .form-error.form-invalid{color:#ff2020;margin-top:4px}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] form.submitted:invalid .form-group{border:1px solid #ff2020;-webkit-box-shadow:0 0 4px 1px #bf1818;box-shadow:0 0 4px 1px #bf1818;border-radius:4px}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] form.submitted:invalid .placeholder{top:13px!important}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] form.submitted textarea.form-input:invalid{border:0;background-color:#fff}section.classified-question-answer[data-platform~=WEB][data-flags~=ANSWER_THREAD_ENABLED] form.submitted textarea.form-input:invalid:focus{border:0;-webkit-box-shadow:none;box-shadow:none}.cqa-thread-enabled-modal-container div.sahibinden-dialog .sahibinden-dialog-wrapper{width:600px;max-width:600px}.cqa-thread-enabled-modal-container div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper{padding:0;border-radius:8px}.cqa-thread-enabled-modal-container div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-header{margin-bottom:0;border-bottom:0}.cqa-thread-enabled-modal-container div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-header .title{margin:23px;color:rgba(17,18,20,0.8);font-size:24px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-0.24px}.cqa-thread-enabled-modal-container div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-header .dialog-header-close{margin:32px 32px 0 0}.cqa-thread-enabled-modal-container div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main{font-size:14px;font-weight:400;line-height:20px;text-align:left;color:rgba(17,18,20,0.8);padding:32px;border-top:1px solid var(--sui-surface-level-2);border-bottom:1px solid var(--sui-surface-level-2)}.cqa-thread-enabled-modal-container div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-footer{margin:16px}.cqa-thread-enabled-modal-container div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-footer .dialog-footer-button-ok{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;height:44px;padding:0 16px;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border-radius:4px;background:#1064bc;-webkit-box-shadow:0 2px 4px 0 rgba(17,18,20,0.12);box-shadow:0 2px 4px 0 rgba(17,18,20,0.12);float:right}.cqa-thread-enabled-modal-container.cqa-item-delete-question-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main,.cqa-thread-enabled-modal-container.cqa-complaint-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main,.cqa-thread-enabled-modal-container.cqa-item-delete-answer-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main,.cqa-thread-enabled-modal-container.cqa-block-user-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main,.cqa-thread-enabled-modal-container.cqa-blocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main,.cqa-thread-enabled-modal-container.cqa-unblocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main,.cqa-thread-enabled-modal-container.cqa-complaint-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main,.cqa-thread-enabled-modal-container.cqa-share-personal-information-question-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main,.cqa-thread-enabled-modal-container.cqa-share-personal-information-answer-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main,.cqa-thread-enabled-modal-container.cqa-security-tips-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main{border-bottom:0;padding:0}.cqa-thread-enabled-modal-container.cqa-item-delete-question-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .cqa-dialog-content,.cqa-thread-enabled-modal-container.cqa-complaint-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .cqa-dialog-content,.cqa-thread-enabled-modal-container.cqa-item-delete-answer-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .cqa-dialog-content,.cqa-thread-enabled-modal-container.cqa-block-user-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .cqa-dialog-content,.cqa-thread-enabled-modal-container.cqa-blocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .cqa-dialog-content,.cqa-thread-enabled-modal-container.cqa-unblocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .cqa-dialog-content,.cqa-thread-enabled-modal-container.cqa-complaint-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .cqa-dialog-content,.cqa-thread-enabled-modal-container.cqa-share-personal-information-question-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .cqa-dialog-content,.cqa-thread-enabled-modal-container.cqa-share-personal-information-answer-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .cqa-dialog-content,.cqa-thread-enabled-modal-container.cqa-security-tips-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .cqa-dialog-content{display:block;padding:32px}.cqa-thread-enabled-modal-container.cqa-item-delete-question-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .label-container,.cqa-thread-enabled-modal-container.cqa-complaint-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .label-container,.cqa-thread-enabled-modal-container.cqa-item-delete-answer-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .label-container,.cqa-thread-enabled-modal-container.cqa-block-user-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .label-container,.cqa-thread-enabled-modal-container.cqa-blocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .label-container,.cqa-thread-enabled-modal-container.cqa-unblocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .label-container,.cqa-thread-enabled-modal-container.cqa-complaint-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .label-container,.cqa-thread-enabled-modal-container.cqa-share-personal-information-question-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .label-container,.cqa-thread-enabled-modal-container.cqa-share-personal-information-answer-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .label-container,.cqa-thread-enabled-modal-container.cqa-security-tips-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .label-container,.cqa-thread-enabled-modal-container.cqa-item-delete-question-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .cqa-dialog-wrapper,.cqa-thread-enabled-modal-container.cqa-complaint-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .cqa-dialog-wrapper,.cqa-thread-enabled-modal-container.cqa-item-delete-answer-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .cqa-dialog-wrapper,.cqa-thread-enabled-modal-container.cqa-block-user-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .cqa-dialog-wrapper,.cqa-thread-enabled-modal-container.cqa-blocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .cqa-dialog-wrapper,.cqa-thread-enabled-modal-container.cqa-unblocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .cqa-dialog-wrapper,.cqa-thread-enabled-modal-container.cqa-complaint-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .cqa-dialog-wrapper,.cqa-thread-enabled-modal-container.cqa-share-personal-information-question-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .cqa-dialog-wrapper,.cqa-thread-enabled-modal-container.cqa-share-personal-information-answer-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .cqa-dialog-wrapper,.cqa-thread-enabled-modal-container.cqa-security-tips-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .cqa-dialog-wrapper{padding:32px}.cqa-thread-enabled-modal-container.cqa-item-delete-question-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons,.cqa-thread-enabled-modal-container.cqa-complaint-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons,.cqa-thread-enabled-modal-container.cqa-item-delete-answer-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons,.cqa-thread-enabled-modal-container.cqa-block-user-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons,.cqa-thread-enabled-modal-container.cqa-blocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons,.cqa-thread-enabled-modal-container.cqa-unblocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons,.cqa-thread-enabled-modal-container.cqa-complaint-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons,.cqa-thread-enabled-modal-container.cqa-share-personal-information-question-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons,.cqa-thread-enabled-modal-container.cqa-share-personal-information-answer-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons,.cqa-thread-enabled-modal-container.cqa-security-tips-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons{gap:16px;margin:0!important;padding:16px;border-top:1px solid var(--sui-surface-level-2)}.cqa-thread-enabled-modal-container.cqa-item-delete-question-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button:not([hidden]),.cqa-thread-enabled-modal-container.cqa-complaint-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button:not([hidden]),.cqa-thread-enabled-modal-container.cqa-item-delete-answer-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button:not([hidden]),.cqa-thread-enabled-modal-container.cqa-block-user-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button:not([hidden]),.cqa-thread-enabled-modal-container.cqa-blocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button:not([hidden]),.cqa-thread-enabled-modal-container.cqa-unblocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button:not([hidden]),.cqa-thread-enabled-modal-container.cqa-complaint-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button:not([hidden]),.cqa-thread-enabled-modal-container.cqa-share-personal-information-question-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button:not([hidden]),.cqa-thread-enabled-modal-container.cqa-share-personal-information-answer-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button:not([hidden]),.cqa-thread-enabled-modal-container.cqa-security-tips-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button:not([hidden]){display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;height:44px;padding:0 16px;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border-radius:4px;min-width:unset;-webkit-box-shadow:0 2px 4px 0 rgba(17,18,20,0.12);box-shadow:0 2px 4px 0 rgba(17,18,20,0.12)}.cqa-thread-enabled-modal-container.cqa-item-delete-question-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button.secondary,.cqa-thread-enabled-modal-container.cqa-complaint-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button.secondary,.cqa-thread-enabled-modal-container.cqa-item-delete-answer-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button.secondary,.cqa-thread-enabled-modal-container.cqa-block-user-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button.secondary,.cqa-thread-enabled-modal-container.cqa-blocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button.secondary,.cqa-thread-enabled-modal-container.cqa-unblocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button.secondary,.cqa-thread-enabled-modal-container.cqa-complaint-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button.secondary,.cqa-thread-enabled-modal-container.cqa-share-personal-information-question-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button.secondary,.cqa-thread-enabled-modal-container.cqa-share-personal-information-answer-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button.secondary,.cqa-thread-enabled-modal-container.cqa-security-tips-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button.secondary{color:#1064bc;border:1px solid #1064bc;background:rgba(255,255,255,0)}.cqa-thread-enabled-modal-container.cqa-item-delete-question-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button.yes,.cqa-thread-enabled-modal-container.cqa-complaint-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button.yes,.cqa-thread-enabled-modal-container.cqa-item-delete-answer-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button.yes,.cqa-thread-enabled-modal-container.cqa-block-user-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button.yes,.cqa-thread-enabled-modal-container.cqa-blocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button.yes,.cqa-thread-enabled-modal-container.cqa-unblocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button.yes,.cqa-thread-enabled-modal-container.cqa-complaint-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button.yes,.cqa-thread-enabled-modal-container.cqa-share-personal-information-question-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button.yes,.cqa-thread-enabled-modal-container.cqa-share-personal-information-answer-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button.yes,.cqa-thread-enabled-modal-container.cqa-security-tips-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button.yes{background:#1064bc}.cqa-thread-enabled-modal-container.cqa-block-user-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .label-container label,.cqa-thread-enabled-modal-container.cqa-complaint-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .label-container label{font-size:16px}.cqa-thread-enabled-modal-container.cqa-block-user-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .label-container label .checkmark,.cqa-thread-enabled-modal-container.cqa-complaint-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .label-container label .checkmark{width:19px;height:19px}.cqa-thread-enabled-modal-container.cqa-blocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper,.cqa-thread-enabled-modal-container.cqa-unblocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper,.cqa-thread-enabled-modal-container.cqa-complaint-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper{padding-top:0}.cqa-thread-enabled-modal-container.cqa-blocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-header,.cqa-thread-enabled-modal-container.cqa-unblocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-header,.cqa-thread-enabled-modal-container.cqa-complaint-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-header{-webkit-box-pack:right;-moz-box-pack:right;-o-box-pack:right;-ms-flex-pack:right;-webkit-justify-content:right;justify-content:right;height:76px}.cqa-thread-enabled-modal-container.cqa-blocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-header .dialog-header-close,.cqa-thread-enabled-modal-container.cqa-unblocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-header .dialog-header-close,.cqa-thread-enabled-modal-container.cqa-complaint-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-header .dialog-header-close{margin:32px}.cqa-thread-enabled-modal-container.cqa-blocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main,.cqa-thread-enabled-modal-container.cqa-unblocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main,.cqa-thread-enabled-modal-container.cqa-complaint-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main{padding-bottom:56px}.cqa-thread-enabled-modal-container.cqa-blocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .action-successfully,.cqa-thread-enabled-modal-container.cqa-unblocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .action-successfully,.cqa-thread-enabled-modal-container.cqa-complaint-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .action-successfully{padding-top:100px}.cqa-thread-enabled-modal-container.cqa-blocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .action-successfully:after,.cqa-thread-enabled-modal-container.cqa-unblocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .action-successfully:after,.cqa-thread-enabled-modal-container.cqa-complaint-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .action-successfully:after{top:32px}.cqa-thread-enabled-modal-container.cqa-blocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons,.cqa-thread-enabled-modal-container.cqa-unblocked-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons,.cqa-thread-enabled-modal-container.cqa-complaint-successfully-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons{display:none}.cqa-thread-enabled-modal-container.cqa-publication-criteria-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-header{border-bottom:1px solid var(--sui-surface-level-2)}.cqa-thread-enabled-modal-container.cqa-publication-criteria-dialog div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main{border-bottom:0;border-top:0;margin-top:32px;margin-bottom:32px;padding-top:0;padding-bottom:0}@-moz-keyframes highlightAnimation{0%,100%{background-color:transparent}20%,80%{background-color:#f2f2f2}}@-webkit-keyframes highlightAnimation{0%,100%{background-color:transparent}20%,80%{background-color:#f2f2f2}}@-o-keyframes highlightAnimation{0%,100%{background-color:transparent}20%,80%{background-color:#f2f2f2}}@keyframes highlightAnimation{0%,100%{background-color:transparent}20%,80%{background-color:#f2f2f2}}.display-expertise-locations{background-image:url('/assets/images/classifiedDetail:30520ee1e71d5009f446647bbc327fce.png');background-position:-314px -172px;width:68px;height:68px;width:68px;height:68px;margin:0;padding:0;cursor:pointer;position:relative;background-color:transparent;border:0;left:10px;outline:0}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.display-expertise-locations{background-image:url('/assets/images/classifiedDetail_2x:d6d0d366e9580ce0d7fcf4df2c8711b1.png');background-position:-299px -162px;background-size:465px 465px}}.display-expertise-locations.display{background-image:url('/assets/images/classifiedDetail:30520ee1e71d5009f446647bbc327fce.png');background-position:-314px -94px;width:68px;height:68px}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.display-expertise-locations.display{background-image:url('/assets/images/classifiedDetail_2x:d6d0d366e9580ce0d7fcf4df2c8711b1.png');background-position:-299px -89px;background-size:465px 465px}}.display-expertise-locations-tooltip{-webkit-box-shadow:0 1px 5px 1px rgba(0,0,0,0.12);box-shadow:0 1px 5px 1px rgba(0,0,0,0.12);background-color:#fff;position:relative;width:140px;padding:3px 6px;left:15px;border-radius:7px;display:none}.display-expertise-locations-tooltip.responsive{width:150px}.display-expertise-locations-tooltip span{font-size:10px;color:#1064bc}.display-expertise-locations-tooltip span.responsive{font-weight:bold}.display-expertise-locations-tooltip .pointer{position:absolute;top:20px;left:21px;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #fff}.display-expertise-locations-tooltip .pointer.responsive{top:22px}.expertise-store-packet{padding:8px 2px 8px 0}.expertise-store-packet.responsive{background-color:#fff;position:absolute;width:320px;z-index:78;left:-160px;top:-186px;cursor:default;-webkit-box-shadow:0 10px 20px -10px rgba(0,0,0,0.1);box-shadow:0 10px 20px -10px rgba(0,0,0,0.1);border-radius:6px;padding:16px}.expertise-store-packet.responsive{border-radius:6px;padding:16px}.expertise-store-packet:not(.responsive){-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-font-feature-settings:"liga","kern"}.expertise-store-packet .closer{background-image:url('/assets/images/classifiedDetail:30520ee1e71d5009f446647bbc327fce.png');background-position:0 -427px;width:35px;height:35px;background-color:transparent;position:absolute;right:16px;top:16px;width:35px;height:35px;border:0;outline:0;padding:0;cursor:pointer}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.expertise-store-packet .closer{background-image:url('/assets/images/classifiedDetail_2x:d6d0d366e9580ce0d7fcf4df2c8711b1.png');background-position:-41px -356px;background-size:465px 465px}}.expertise-store-packet .card-row{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.expertise-store-packet .card-row.responsive{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:0}.expertise-store-packet .card-row:first-child{margin-bottom:15px}.expertise-store-packet .card-row:first-child.responsive{margin:0}.expertise-store-packet .card-row:nth-child(2){height:40px}.expertise-store-packet .card-row:nth-child(2).responsive{-webkit-box-direction:reverse;-moz-box-direction:reverse;-o-box-direction:reverse;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;height:auto}.expertise-store-packet .card-row .card-col:nth-child(1){width:105px;margin-right:15px}.expertise-store-packet .card-row .card-col:nth-child(2){width:200px}.expertise-store-packet .card-row .card-col.responsive{width:100%!important;margin:0!important}.expertise-store-packet .card-row .card-col.image-container{height:66px;text-align:center}.expertise-store-packet .card-row .card-col.image-container img{width:100%;height:calc(100% - 4px);border:2px solid #dedede}.expertise-store-packet .card-row .card-col.image-container img.responsive{width:63px}.expertise-store-packet .card-row .card-col.image-container.responsive{height:63px;text-align:left}.expertise-store-packet .card-row .card-col.image-container.responsive img{height:calc(100% - 2px);border:1px solid #f2f2f2}.expertise-store-packet .card-row .card-col.text-container{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.expertise-store-packet .card-row .card-col.text-container.responsive{margin-bottom:3px}.expertise-store-packet .card-row .card-col.route-container{height:100%;text-align:center}.expertise-store-packet .card-row .card-col.route-container.responsive{margin:0;width:100%;height:auto}.expertise-store-packet .card-row .card-col.detail-container{height:100%}.expertise-store-packet .card-row .card-col.detail-container.responsive{width:100%;padding:15px 0}.expertise-store-packet .card-row .card-col .store-title{font-size:16px;font-weight:bold;color:#333;margin-bottom:17px;text-align:center;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.expertise-store-packet .card-row .card-col .store-title.responsive{font-size:14px;text-align:left;margin:13px 0 9px 0}.expertise-store-packet .card-row .card-col .packet-definition{font-size:14px;font-weight:500;line-height:1;color:#333;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.expertise-store-packet .card-row .card-col .packet-definition.responsive{font-weight:normal;line-height:1.57;color:#818181}.expertise-store-packet .card-row .card-col .packet-definition:nth-child(2){margin-bottom:8px}.expertise-store-packet .card-row .card-col .packet-definition:nth-child(2).responsive{margin-bottom:6px}.expertise-store-packet .card-row .card-col .packet-definition .packet-name{width:130px;max-width:130px}.expertise-store-packet .card-row .card-col .packet-definition .packet-name.responsive{width:auto;max-width:none;margin-right:4px}.expertise-store-packet .card-row .card-col .packet-definition .packet-price{margin-left:8px;font-size:16px;line-height:.88}.expertise-store-packet .card-row .card-col .packet-definition .packet-price.responsive{color:#333;line-height:normal;margin-left:4px}.expertise-store-packet .card-row .card-col .route-to-store{line-height:40px;color:#589fdf;font-weight:600;font-size:14px}.expertise-store-packet .card-row .card-col .route-to-store.responsive{line-height:normal;font-weight:normal}.expertise-store-packet .card-row .card-col .packet-details{background-color:#499ae9;display:block;width:100%;height:100%;border-radius:2px;outline:0;border:0;color:#fff;font-size:14px;font-weight:bold;padding:0;cursor:pointer}.expertise-store-packet .card-row .card-col .packet-details.responsive{height:52px;background-color:#489ae9}.expertise-store-packet .card-row .card-col .packet-details:not(.responsive){-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-font-feature-settings:"liga","kern"}#gmap .gm-ui-hover-effect{display:none!important}#gmap .gm-style-iw-c{border-radius:4px!important;background-color:#fff!important;-webkit-box-shadow:0 10px 20px -10px rgba(0,0,0,0.1)!important;box-shadow:0 10px 20px -10px rgba(0,0,0,0.1)!important}.form-wrapper-modern ul{padding-bottom:20px}.form-wrapper-modern ul li{padding:0 0 10px}.form-wrapper-modern ul li.two-cols ul li,.form-wrapper-modern ul li.three-cols ul li{padding:0;float:left;width:calc(50% - 5px);margin:0 5px 0 0}.form-wrapper-modern ul li.two-cols ul li:last-child,.form-wrapper-modern ul li.three-cols ul li:last-child{margin:0 0 0 5px}.form-wrapper-modern ul li.three-cols ul li{width:calc(33% - 5px)}.form-wrapper-modern ul li.three-cols ul li ~ li{margin:0 5px}.form-wrapper-modern ul li:last-child{padding:0}.form-wrapper-modern ul:last-of-type{padding:0}.form-wrapper-modern h4{font-size:14px;color:#333;font-weight:bold;line-height:130%;padding-bottom:10px}.form-wrapper-modern .text{position:relative}.form-wrapper-modern .text input[type='text'],.form-wrapper-modern .text input[type='number'],.form-wrapper-modern .text input[type='tel'],.form-wrapper-modern .text input[type='password']{width:100%;height:50px;padding:15px 14px 0;box-sizing:border-box;border:1px solid #ccc;border-radius:2px;background:#fff;outline:0;font-size:14px;font-weight:500;color:#333;transition:border-color .2s;appearance:none}.form-wrapper-modern .text input[type='text']::placeholder,.form-wrapper-modern .text input[type='number']::placeholder,.form-wrapper-modern .text input[type='tel']::placeholder,.form-wrapper-modern .text input[type='password']::placeholder{color:transparent}.form-wrapper-modern .text input[type='text']:placeholder-shown ~ label,.form-wrapper-modern .text input[type='number']:placeholder-shown ~ label,.form-wrapper-modern .text input[type='tel']:placeholder-shown ~ label,.form-wrapper-modern .text input[type='password']:placeholder-shown ~ label{font-size:14px;color:#666;top:17px;left:16px;cursor:text}.form-wrapper-modern .text input[type='text']:placeholder-shown ~ label.error,.form-wrapper-modern .text input[type='number']:placeholder-shown ~ label.error,.form-wrapper-modern .text input[type='tel']:placeholder-shown ~ label.error,.form-wrapper-modern .text input[type='password']:placeholder-shown ~ label.error{display:none}.form-wrapper-modern .text input[type='text'] ~ label,.form-wrapper-modern .text input[type='number'] ~ label,.form-wrapper-modern .text input[type='tel'] ~ label,.form-wrapper-modern .text input[type='password'] ~ label,.form-wrapper-modern .text input[type='text']:focus ~ label,.form-wrapper-modern .text input[type='number']:focus ~ label,.form-wrapper-modern .text input[type='tel']:focus ~ label,.form-wrapper-modern .text input[type='password']:focus ~ label,.form-wrapper-modern .text input[type='text']:-webkit-autofill ~ label,.form-wrapper-modern .text input[type='number']:-webkit-autofill ~ label,.form-wrapper-modern .text input[type='tel']:-webkit-autofill ~ label,.form-wrapper-modern .text input[type='password']:-webkit-autofill ~ label{font-weight:500;position:absolute;top:6px;left:16px;display:block;transition:.2s;font-size:10px;line-height:normal;color:#666}.form-wrapper-modern .text input[type='text'] ~ label.error,.form-wrapper-modern .text input[type='number'] ~ label.error,.form-wrapper-modern .text input[type='tel'] ~ label.error,.form-wrapper-modern .text input[type='password'] ~ label.error,.form-wrapper-modern .text input[type='text']:focus ~ label.error,.form-wrapper-modern .text input[type='number']:focus ~ label.error,.form-wrapper-modern .text input[type='tel']:focus ~ label.error,.form-wrapper-modern .text input[type='password']:focus ~ label.error,.form-wrapper-modern .text input[type='text']:-webkit-autofill ~ label.error,.form-wrapper-modern .text input[type='number']:-webkit-autofill ~ label.error,.form-wrapper-modern .text input[type='tel']:-webkit-autofill ~ label.error,.form-wrapper-modern .text input[type='password']:-webkit-autofill ~ label.error{display:none}.form-wrapper-modern .text input[type='text'].error,.form-wrapper-modern .text input[type='number'].error,.form-wrapper-modern .text input[type='tel'].error,.form-wrapper-modern .text input[type='password'].error{border-color:#f00;background-color:#fff1f1;color:#666;z-index:9}.form-wrapper-modern .text input[type='text'].error:placeholder-shown ~ label,.form-wrapper-modern .text input[type='number'].error:placeholder-shown ~ label,.form-wrapper-modern .text input[type='tel'].error:placeholder-shown ~ label,.form-wrapper-modern .text input[type='password'].error:placeholder-shown ~ label,.form-wrapper-modern .text input[type='text'].error:-webkit-autofill ~ label,.form-wrapper-modern .text input[type='number'].error:-webkit-autofill ~ label,.form-wrapper-modern .text input[type='tel'].error:-webkit-autofill ~ label,.form-wrapper-modern .text input[type='password'].error:-webkit-autofill ~ label{display:block;position:absolute;top:6px;left:16px;transition:.2s;font-size:10px;color:#f00}.form-wrapper-modern .text input[type='text'].error:placeholder-shown ~ label.error,.form-wrapper-modern .text input[type='number'].error:placeholder-shown ~ label.error,.form-wrapper-modern .text input[type='tel'].error:placeholder-shown ~ label.error,.form-wrapper-modern .text input[type='password'].error:placeholder-shown ~ label.error,.form-wrapper-modern .text input[type='text'].error:-webkit-autofill ~ label.error,.form-wrapper-modern .text input[type='number'].error:-webkit-autofill ~ label.error,.form-wrapper-modern .text input[type='tel'].error:-webkit-autofill ~ label.error,.form-wrapper-modern .text input[type='password'].error:-webkit-autofill ~ label.error{position:static;padding-top:5px;font-weight:500!important}.form-wrapper-modern .text input[type='text'].error ~ label,.form-wrapper-modern .text input[type='number'].error ~ label,.form-wrapper-modern .text input[type='tel'].error ~ label,.form-wrapper-modern .text input[type='password'].error ~ label{display:block;color:#f00}.form-wrapper-modern .text input[type='text'].error ~ label.error,.form-wrapper-modern .text input[type='number'].error ~ label.error,.form-wrapper-modern .text input[type='tel'].error ~ label.error,.form-wrapper-modern .text input[type='password'].error ~ label.error{position:static;padding-top:5px;font-weight:500!important}.form-wrapper-modern .text input[type='text']:disabled,.form-wrapper-modern .text input[type='number']:disabled,.form-wrapper-modern .text input[type='tel']:disabled,.form-wrapper-modern .text input[type='password']:disabled{background-color:#f7f7f7;border-color:#ccc;color:#666}.form-wrapper-modern .text input[type='text']:focus:not(.error),.form-wrapper-modern .text input[type='number']:focus:not(.error),.form-wrapper-modern .text input[type='tel']:focus:not(.error),.form-wrapper-modern .text input[type='password']:focus:not(.error){box-shadow:0 0 3px 0 #438ed8,inset 0 1px 2px 0 #7bb5f4;border:solid 1px #438ed8}.form-wrapper-modern .text input[type='text'].with-tooltip,.form-wrapper-modern .text input[type='number'].with-tooltip,.form-wrapper-modern .text input[type='tel'].with-tooltip,.form-wrapper-modern .text input[type='password'].with-tooltip{padding-right:50px}.form-wrapper-modern .text .tt-trigger{display:block;width:24px;height:24px;position:absolute;right:15px;top:15px;background:url('/assets/images/info@2x:3adb7367bc5fee3c69ca9f7085d58ff0.png');background-size:cover;z-index:5}.form-wrapper-modern .select{position:relative}.form-wrapper-modern .select select{width:100%;height:50px;border:1px solid #ccc;border-radius:2px;background:#fff url('/assets/images/select:3516048742146b0c2f5443753c6a5018.png') right 16px top 18px no-repeat;background-size:14px;padding:16px 35px 0 14px;box-sizing:border-box;font-size:14px;font-weight:500;line-height:100%;color:#333;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0}.form-wrapper-modern .select select ~ label{font-size:14px;color:#666;top:17px;left:16px;cursor:text;position:absolute;pointer-events:none;transition:.2s}.form-wrapper-modern .select select ~ label.error{display:none;color:#f00}.form-wrapper-modern .select select:not(.selectedOption){text-indent:-9999px}.form-wrapper-modern .select select.selectedOption ~ label{position:absolute;top:6px;left:16px;display:block;font-size:10px;line-height:normal;color:#666}.form-wrapper-modern .select select.error{border-color:#f00;background-color:#fff1f1;background-image:url('/assets/images/select-error:a5cefb490b1fd2ec3fb0ca6414a2a4fc.png')}.form-wrapper-modern .select select.error ~ label{color:#f00;font-weight:400}.form-wrapper-modern .select select.error ~ label.error{display:block;position:static;padding-top:5px;font-size:10px;font-weight:500!important}.form-wrapper-modern .select select:disabled{background-color:#f7f7f7;border-color:#ccc;color:#666}.form-wrapper-modern .select select:focus:not(.error){box-shadow:0 0 3px 0 #438ed8,inset 0 1px 2px 0 #7bb5f4;border:solid 1px #438ed8}.form-wrapper-modern .select.small select{height:40px;padding-top:14px;background-position:right 16px top 13px}.form-wrapper-modern .select.small select ~ label{top:12px}.form-wrapper-modern .select.small select.selectedOption ~ label{top:4px}.form-wrapper-modern input[type="radio"]{visibility:hidden;margin:0;padding:0;width:0;height:0}.form-wrapper-modern input[type="radio"]+label{font-size:14px;font-weight:500;color:#333;position:relative;cursor:pointer;margin-left:5px;padding-left:20px;display:inline-block}.form-wrapper-modern input[type="radio"]+label:before{content:'';display:block;border-radius:100px;width:14px;height:14px;border:1px solid #ddd;top:0;left:0;position:absolute}.form-wrapper-modern input[type="radio"]+label:after{display:block;position:absolute;background-color:#fff;border-color:#fff;border-radius:100px;width:4px;height:4px;left:6px;top:.35rem}.form-wrapper-modern input[type="radio"]:not(:focus):checked+label:before{border-color:#eea861;background-color:#eea861}.form-wrapper-modern input[type="radio"]:not(:focus):checked+label:after{content:''}.form-wrapper-modern input[type="checkbox"]{visibility:hidden;margin:0;padding:0;width:0;height:0}.form-wrapper-modern input[type="checkbox"] ~ label[for]{font-size:14px;font-weight:500;color:#333;position:relative;cursor:pointer;margin-left:0;padding-left:20px;display:inline-block}.form-wrapper-modern input[type="checkbox"] ~ label[for]:before{content:'';display:block;width:14px;height:14px;border:1px solid #ddd;top:0;left:0;position:absolute}.form-wrapper-modern input[type="checkbox"] ~ label[for]:after{display:block;position:absolute;background-color:#fff;border-color:#fff;border-radius:100px;width:12px;height:10px;left:2px;top:3px}.form-wrapper-modern input[type="checkbox"]:not(:focus):checked ~ label:before{border-color:#eea861;background-color:#eea861}.form-wrapper-modern input[type="checkbox"]:not(:focus):checked ~ label:after{content:'';background:url('/assets/images/checkbox_check:ea3c3da62797ff706c27505851cc1969.png');background-size:cover}.textbox-wrapper{position:relative}.textbox-wrapper textarea,.textbox-wrapper input[type='text'],.textbox-wrapper input[type='number'],.textbox-wrapper input[type='tel']{width:100%;height:50px;padding:15px 14px 0;box-sizing:border-box;border:1px solid #ccc;border-radius:2px;background:#fff;outline:0;font-size:14px;font-weight:500;color:#333;transition:border-color .2s;appearance:none}.textbox-wrapper textarea::placeholder,.textbox-wrapper input[type='text']::placeholder,.textbox-wrapper input[type='number']::placeholder,.textbox-wrapper input[type='tel']::placeholder{color:transparent}.textbox-wrapper textarea:placeholder-shown ~ label,.textbox-wrapper input[type='text']:placeholder-shown ~ label,.textbox-wrapper input[type='number']:placeholder-shown ~ label,.textbox-wrapper input[type='tel']:placeholder-shown ~ label{font-size:14px;color:#666;top:17px;left:16px;cursor:text}.textbox-wrapper textarea:placeholder-shown ~ label.error,.textbox-wrapper input[type='text']:placeholder-shown ~ label.error,.textbox-wrapper input[type='number']:placeholder-shown ~ label.error,.textbox-wrapper input[type='tel']:placeholder-shown ~ label.error{display:none}.textbox-wrapper textarea ~ label,.textbox-wrapper input[type='text'] ~ label,.textbox-wrapper input[type='number'] ~ label,.textbox-wrapper input[type='tel'] ~ label,.textbox-wrapper textarea:focus ~ label,.textbox-wrapper input[type='text']:focus ~ label,.textbox-wrapper input[type='number']:focus ~ label,.textbox-wrapper input[type='tel']:focus ~ label{position:absolute;top:6px;left:16px;display:block;transition:.2s;font-size:10px;line-height:normal;color:#666;font-weight:100}.textbox-wrapper textarea ~ label.error,.textbox-wrapper input[type='text'] ~ label.error,.textbox-wrapper input[type='number'] ~ label.error,.textbox-wrapper input[type='tel'] ~ label.error,.textbox-wrapper textarea:focus ~ label.error,.textbox-wrapper input[type='text']:focus ~ label.error,.textbox-wrapper input[type='number']:focus ~ label.error,.textbox-wrapper input[type='tel']:focus ~ label.error{display:none}.textbox-wrapper textarea.error,.textbox-wrapper input[type='text'].error,.textbox-wrapper input[type='number'].error,.textbox-wrapper input[type='tel'].error{border-color:#f00;background-color:#fff1f1;color:#666}.textbox-wrapper textarea.error:placeholder-shown ~ label,.textbox-wrapper input[type='text'].error:placeholder-shown ~ label,.textbox-wrapper input[type='number'].error:placeholder-shown ~ label,.textbox-wrapper input[type='tel'].error:placeholder-shown ~ label{display:block;position:absolute;top:6px;left:16px;transition:.2s;font-size:10px;color:#f00}.textbox-wrapper textarea.error:placeholder-shown ~ label.error,.textbox-wrapper input[type='text'].error:placeholder-shown ~ label.error,.textbox-wrapper input[type='number'].error:placeholder-shown ~ label.error,.textbox-wrapper input[type='tel'].error:placeholder-shown ~ label.error{position:static;padding-top:5px;font-weight:500!important}.textbox-wrapper textarea.error ~ label,.textbox-wrapper input[type='text'].error ~ label,.textbox-wrapper input[type='number'].error ~ label,.textbox-wrapper input[type='tel'].error ~ label{display:block;color:#f00}.textbox-wrapper textarea.error ~ label.error,.textbox-wrapper input[type='text'].error ~ label.error,.textbox-wrapper input[type='number'].error ~ label.error,.textbox-wrapper input[type='tel'].error ~ label.error{position:static;padding-top:5px}.textbox-wrapper textarea:disabled,.textbox-wrapper input[type='text']:disabled,.textbox-wrapper input[type='number']:disabled,.textbox-wrapper input[type='tel']:disabled{background-color:#f7f7f7;border-color:#ccc;color:#666}.textbox-wrapper textarea:focus:not(.error),.textbox-wrapper input[type='text']:focus:not(.error),.textbox-wrapper input[type='number']:focus:not(.error),.textbox-wrapper input[type='tel']:focus:not(.error){box-shadow:0 0 3px 0 #438ed8,inset 0 1px 2px 0 #7bb5f4;border:solid 1px #438ed8}.textbox-wrapper textarea.with-tooltip,.textbox-wrapper input[type='text'].with-tooltip,.textbox-wrapper input[type='number'].with-tooltip,.textbox-wrapper input[type='tel'].with-tooltip{padding-right:50px}.textbox-wrapper textarea.half-size,.textbox-wrapper input[type='text'].half-size,.textbox-wrapper input[type='number'].half-size,.textbox-wrapper input[type='tel'].half-size{width:140px}.textbox-wrapper textarea{padding-top:20px}.textbox-wrapper textarea.no-resize{resize:none}.textbox-wrapper input[type='number']{-moz-appearance:textfield}.textbox-wrapper input[type='number']::-webkit-outer-spin-button,.textbox-wrapper input[type='number']::-webkit-inner-spin-button{-webkit-appearance:none}.custom-select{width:100%}.select2-results{font-size:12px}.select2-dropdown{border:1px solid #ccc!important;border-radius:2px!important;box-shadow:0 0 5px 0 #dddee1;padding:4px 0}.select2-search--dropdown{display:none}.select2-container{width:100%}.select2-container>*,.select2-container .select2-selection--multiple{cursor:pointer!important}.select2-container .select2-selection{width:100%;height:50px;border:1px solid #ccc!important;border-radius:2px;padding:16px 35px 0 14px;box-sizing:border-box;font-size:14px;font-weight:500;line-height:100%;color:#333;appearance:none;outline:0}.select2-container .select2-selection:after{content:'';background:url('/assets/images/select:3516048742146b0c2f5443753c6a5018.png');background-size:cover;display:block;width:14px;height:14px;position:absolute;right:16px;top:18px;transition:transform .3s}.select2-container .select2-selection .placeholder{position:absolute;top:6px;left:16px;display:block;font-size:10px;line-height:normal;color:#666;pointer-events:none;transition:.2s}.select2-container .select2-selection .select2-selection__rendered{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin:7px 0 0;padding:0;width:100%;line-height:normal;color:#333;font-weight:500}.select2-container .select2-selection .select2-search--inline{position:absolute;bottom:8px;left:16px;display:block;margin:0}.select2-container .select2-selection .select2-selection__choice{background:0;border:0;border-radius:0;margin:0 5px 0 0;padding:0}.select2-container .select2-selection .select2-selection__choice:after{content:','}.select2-container .select2-selection .select2-selection__choice:last-of-type:after{content:none}.select2-container .select2-selection .select2-selection__choice__display{font-size:14px;padding:0;margin:0}.select2-container .select2-selection .select2-selection__choice__remove,.select2-container .select2-selection .select2-selection__arrow{display:none}.select2-container--open .select2-dropdown--below{top:8px}.select2-container--open .select2-dropdown--above{top:-8px}.select2-container--open .select2-selection:after{transform:rotate(180deg)}.select2-container .select2-search--inline .select2-search__field{font-size:14px;font-weight:500;opacity:1;margin:0}.select2-container .select2-search--inline .select2-search__field>*,.select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder{color:#333}.select2-results__options .select2-results__option{padding:11px 16px;background-color:transparent!important}.select2-results__options .select2-results__option--highlighted{color:#333!important;background-color:#f8f8f8!important}.select2-results__options .options-with-data{display:flex}.select2-results__options .options-with-data img{margin-right:8px}.select2-results__options .options-with-data .text{flex:1;align-self:center;font-weight:bold}.select2-results__options .options-with-data .text .subtext{display:block;font-weight:normal;margin-top:2px}.select2-results__options[aria-multiselectable='true'] .select2-results__option:before{content:'';display:inline-block;width:16px;height:16px;margin-right:8px;background:url('/assets/images/select2_multiple:3ac4e1e0dea67edf454334493ea88ace.png');background-size:cover;vertical-align:middle}.select2-results__options[aria-multiselectable='true'] .select2-results__option--selected:before{background-image:url('/assets/images/select2_multiple_selected:999fc4008d8e6740618c7aef68d2c293.png')}.selectedOption ~ .select2.select2-container .select2-selection{border-color:#039!important;background-color:#f4f8ff}@media only screen and (-webkit-min-device-pixel-ratio:1.5) and (max-device-width:736px),only screen and (-o-min-device-pixel-ratio:3/2) and (max-device-width:736px),only screen and (min-resolution:150dpi) and (max-device-width:736px),only screen and (min-device-pixel-ratio:1.5) and (max-device-width:736px){.form-wrapper-modern ul li.mobile-single-col ul li{width:100%;margin:0 0 5px}.form-wrapper-modern ul li.mobile-single-col ul li:last-child,.form-wrapper-modern ul li.mobile-single-col ul li ~ li{margin:5px 0 0}.form-wrapper-modern ul li h4{font-size:16px;letter-spacing:-0.2px}}select::-ms-expand{display:none}@media screen and (-webkit-min-device-pixel-ratio:0){.form-wrapper-modern .select select{line-height:normal}}@-moz-document url-prefix(){.form-wrapper-modern .select select{text-indent:-2px}select:-moz-focusring,select::-moz-focus-inner{color:transparent!important;text-shadow:0 0 0 #000!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.form-wrapper-modern input[type="radio"]+label{display:inline-block!important}}.form-wrapper-modern ul{padding-bottom:20px}.form-wrapper-modern ul li{padding:0 0 10px}.form-wrapper-modern ul li.two-cols ul li,.form-wrapper-modern ul li.three-cols ul li{padding:0;float:left;width:calc(50% - 5px);margin:0 5px 0 0}.form-wrapper-modern ul li.two-cols ul li:last-child,.form-wrapper-modern ul li.three-cols ul li:last-child{margin:0 0 0 5px}.form-wrapper-modern ul li.three-cols ul li{width:calc(33% - 5px)}.form-wrapper-modern ul li.three-cols ul li ~ li{margin:0 5px}.form-wrapper-modern ul li:last-child{padding:0}.form-wrapper-modern ul:last-of-type{padding:0}.form-wrapper-modern h4{font-size:14px;color:#333;font-weight:bold;line-height:130%;padding-bottom:10px}.form-wrapper-modern .text{position:relative}.form-wrapper-modern .text input[type='text'],.form-wrapper-modern .text input[type='number'],.form-wrapper-modern .text input[type='tel'],.form-wrapper-modern .text input[type='password']{width:100%;height:50px;padding:15px 14px 0;box-sizing:border-box;border:1px solid #ccc;border-radius:2px;background:#fff;outline:0;font-size:14px;font-weight:500;color:#333;transition:border-color .2s;appearance:none}.form-wrapper-modern .text input[type='text']::placeholder,.form-wrapper-modern .text input[type='number']::placeholder,.form-wrapper-modern .text input[type='tel']::placeholder,.form-wrapper-modern .text input[type='password']::placeholder{color:transparent}.form-wrapper-modern .text input[type='text']:placeholder-shown ~ label,.form-wrapper-modern .text input[type='number']:placeholder-shown ~ label,.form-wrapper-modern .text input[type='tel']:placeholder-shown ~ label,.form-wrapper-modern .text input[type='password']:placeholder-shown ~ label{font-size:14px;color:#666;top:17px;left:16px;cursor:text}.form-wrapper-modern .text input[type='text']:placeholder-shown ~ label.error,.form-wrapper-modern .text input[type='number']:placeholder-shown ~ label.error,.form-wrapper-modern .text input[type='tel']:placeholder-shown ~ label.error,.form-wrapper-modern .text input[type='password']:placeholder-shown ~ label.error{display:none}.form-wrapper-modern .text input[type='text'] ~ label,.form-wrapper-modern .text input[type='number'] ~ label,.form-wrapper-modern .text input[type='tel'] ~ label,.form-wrapper-modern .text input[type='password'] ~ label,.form-wrapper-modern .text input[type='text']:focus ~ label,.form-wrapper-modern .text input[type='number']:focus ~ label,.form-wrapper-modern .text input[type='tel']:focus ~ label,.form-wrapper-modern .text input[type='password']:focus ~ label,.form-wrapper-modern .text input[type='text']:-webkit-autofill ~ label,.form-wrapper-modern .text input[type='number']:-webkit-autofill ~ label,.form-wrapper-modern .text input[type='tel']:-webkit-autofill ~ label,.form-wrapper-modern .text input[type='password']:-webkit-autofill ~ label{font-weight:500;position:absolute;top:6px;left:16px;display:block;transition:.2s;font-size:10px;line-height:normal;color:#666}.form-wrapper-modern .text input[type='text'] ~ label.error,.form-wrapper-modern .text input[type='number'] ~ label.error,.form-wrapper-modern .text input[type='tel'] ~ label.error,.form-wrapper-modern .text input[type='password'] ~ label.error,.form-wrapper-modern .text input[type='text']:focus ~ label.error,.form-wrapper-modern .text input[type='number']:focus ~ label.error,.form-wrapper-modern .text input[type='tel']:focus ~ label.error,.form-wrapper-modern .text input[type='password']:focus ~ label.error,.form-wrapper-modern .text input[type='text']:-webkit-autofill ~ label.error,.form-wrapper-modern .text input[type='number']:-webkit-autofill ~ label.error,.form-wrapper-modern .text input[type='tel']:-webkit-autofill ~ label.error,.form-wrapper-modern .text input[type='password']:-webkit-autofill ~ label.error{display:none}.form-wrapper-modern .text input[type='text'].error,.form-wrapper-modern .text input[type='number'].error,.form-wrapper-modern .text input[type='tel'].error,.form-wrapper-modern .text input[type='password'].error{border-color:#f00;background-color:#fff1f1;color:#666;z-index:9}.form-wrapper-modern .text input[type='text'].error:placeholder-shown ~ label,.form-wrapper-modern .text input[type='number'].error:placeholder-shown ~ label,.form-wrapper-modern .text input[type='tel'].error:placeholder-shown ~ label,.form-wrapper-modern .text input[type='password'].error:placeholder-shown ~ label,.form-wrapper-modern .text input[type='text'].error:-webkit-autofill ~ label,.form-wrapper-modern .text input[type='number'].error:-webkit-autofill ~ label,.form-wrapper-modern .text input[type='tel'].error:-webkit-autofill ~ label,.form-wrapper-modern .text input[type='password'].error:-webkit-autofill ~ label{display:block;position:absolute;top:6px;left:16px;transition:.2s;font-size:10px;color:#f00}.form-wrapper-modern .text input[type='text'].error:placeholder-shown ~ label.error,.form-wrapper-modern .text input[type='number'].error:placeholder-shown ~ label.error,.form-wrapper-modern .text input[type='tel'].error:placeholder-shown ~ label.error,.form-wrapper-modern .text input[type='password'].error:placeholder-shown ~ label.error,.form-wrapper-modern .text input[type='text'].error:-webkit-autofill ~ label.error,.form-wrapper-modern .text input[type='number'].error:-webkit-autofill ~ label.error,.form-wrapper-modern .text input[type='tel'].error:-webkit-autofill ~ label.error,.form-wrapper-modern .text input[type='password'].error:-webkit-autofill ~ label.error{position:static;padding-top:5px;font-weight:500!important}.form-wrapper-modern .text input[type='text'].error ~ label,.form-wrapper-modern .text input[type='number'].error ~ label,.form-wrapper-modern .text input[type='tel'].error ~ label,.form-wrapper-modern .text input[type='password'].error ~ label{display:block;color:#f00}.form-wrapper-modern .text input[type='text'].error ~ label.error,.form-wrapper-modern .text input[type='number'].error ~ label.error,.form-wrapper-modern .text input[type='tel'].error ~ label.error,.form-wrapper-modern .text input[type='password'].error ~ label.error{position:static;padding-top:5px;font-weight:500!important}.form-wrapper-modern .text input[type='text']:disabled,.form-wrapper-modern .text input[type='number']:disabled,.form-wrapper-modern .text input[type='tel']:disabled,.form-wrapper-modern .text input[type='password']:disabled{background-color:#f7f7f7;border-color:#ccc;color:#666}.form-wrapper-modern .text input[type='text']:focus:not(.error),.form-wrapper-modern .text input[type='number']:focus:not(.error),.form-wrapper-modern .text input[type='tel']:focus:not(.error),.form-wrapper-modern .text input[type='password']:focus:not(.error){box-shadow:0 0 3px 0 #438ed8,inset 0 1px 2px 0 #7bb5f4;border:solid 1px #438ed8}.form-wrapper-modern .text input[type='text'].with-tooltip,.form-wrapper-modern .text input[type='number'].with-tooltip,.form-wrapper-modern .text input[type='tel'].with-tooltip,.form-wrapper-modern .text input[type='password'].with-tooltip{padding-right:50px}.form-wrapper-modern .text .tt-trigger{display:block;width:24px;height:24px;position:absolute;right:15px;top:15px;background:url('/assets/images/info@2x:3adb7367bc5fee3c69ca9f7085d58ff0.png');background-size:cover;z-index:5}.form-wrapper-modern .select{position:relative}.form-wrapper-modern .select select{width:100%;height:50px;border:1px solid #ccc;border-radius:2px;background:#fff url('/assets/images/select:3516048742146b0c2f5443753c6a5018.png') right 16px top 18px no-repeat;background-size:14px;padding:16px 35px 0 14px;box-sizing:border-box;font-size:14px;font-weight:500;line-height:100%;color:#333;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0}.form-wrapper-modern .select select ~ label{font-size:14px;color:#666;top:17px;left:16px;cursor:text;position:absolute;pointer-events:none;transition:.2s}.form-wrapper-modern .select select ~ label.error{display:none;color:#f00}.form-wrapper-modern .select select:not(.selectedOption){text-indent:-9999px}.form-wrapper-modern .select select.selectedOption ~ label{position:absolute;top:6px;left:16px;display:block;font-size:10px;line-height:normal;color:#666}.form-wrapper-modern .select select.error{border-color:#f00;background-color:#fff1f1;background-image:url('/assets/images/select-error:a5cefb490b1fd2ec3fb0ca6414a2a4fc.png')}.form-wrapper-modern .select select.error ~ label{color:#f00;font-weight:400}.form-wrapper-modern .select select.error ~ label.error{display:block;position:static;padding-top:5px;font-size:10px;font-weight:500!important}.form-wrapper-modern .select select:disabled{background-color:#f7f7f7;border-color:#ccc;color:#666}.form-wrapper-modern .select select:focus:not(.error){box-shadow:0 0 3px 0 #438ed8,inset 0 1px 2px 0 #7bb5f4;border:solid 1px #438ed8}.form-wrapper-modern .select.small select{height:40px;padding-top:14px;background-position:right 16px top 13px}.form-wrapper-modern .select.small select ~ label{top:12px}.form-wrapper-modern .select.small select.selectedOption ~ label{top:4px}.form-wrapper-modern input[type="radio"]{visibility:hidden;margin:0;padding:0;width:0;height:0}.form-wrapper-modern input[type="radio"]+label{font-size:14px;font-weight:500;color:#333;position:relative;cursor:pointer;margin-left:5px;padding-left:20px;display:inline-block}.form-wrapper-modern input[type="radio"]+label:before{content:'';display:block;border-radius:100px;width:14px;height:14px;border:1px solid #ddd;top:0;left:0;position:absolute}.form-wrapper-modern input[type="radio"]+label:after{display:block;position:absolute;background-color:#fff;border-color:#fff;border-radius:100px;width:4px;height:4px;left:6px;top:.35rem}.form-wrapper-modern input[type="radio"]:not(:focus):checked+label:before{border-color:#eea861;background-color:#eea861}.form-wrapper-modern input[type="radio"]:not(:focus):checked+label:after{content:''}.form-wrapper-modern input[type="checkbox"]{visibility:hidden;margin:0;padding:0;width:0;height:0}.form-wrapper-modern input[type="checkbox"] ~ label[for]{font-size:14px;font-weight:500;color:#333;position:relative;cursor:pointer;margin-left:0;padding-left:20px;display:inline-block}.form-wrapper-modern input[type="checkbox"] ~ label[for]:before{content:'';display:block;width:14px;height:14px;border:1px solid #ddd;top:0;left:0;position:absolute}.form-wrapper-modern input[type="checkbox"] ~ label[for]:after{display:block;position:absolute;background-color:#fff;border-color:#fff;border-radius:100px;width:12px;height:10px;left:2px;top:3px}.form-wrapper-modern input[type="checkbox"]:not(:focus):checked ~ label:before{border-color:#eea861;background-color:#eea861}.form-wrapper-modern input[type="checkbox"]:not(:focus):checked ~ label:after{content:'';background:url('/assets/images/checkbox_check:ea3c3da62797ff706c27505851cc1969.png');background-size:cover}.textbox-wrapper{position:relative}.textbox-wrapper textarea,.textbox-wrapper input[type='text'],.textbox-wrapper input[type='number'],.textbox-wrapper input[type='tel']{width:100%;height:50px;padding:15px 14px 0;box-sizing:border-box;border:1px solid #ccc;border-radius:2px;background:#fff;outline:0;font-size:14px;font-weight:500;color:#333;transition:border-color .2s;appearance:none}.textbox-wrapper textarea::placeholder,.textbox-wrapper input[type='text']::placeholder,.textbox-wrapper input[type='number']::placeholder,.textbox-wrapper input[type='tel']::placeholder{color:transparent}.textbox-wrapper textarea:placeholder-shown ~ label,.textbox-wrapper input[type='text']:placeholder-shown ~ label,.textbox-wrapper input[type='number']:placeholder-shown ~ label,.textbox-wrapper input[type='tel']:placeholder-shown ~ label{font-size:14px;color:#666;top:17px;left:16px;cursor:text}.textbox-wrapper textarea:placeholder-shown ~ label.error,.textbox-wrapper input[type='text']:placeholder-shown ~ label.error,.textbox-wrapper input[type='number']:placeholder-shown ~ label.error,.textbox-wrapper input[type='tel']:placeholder-shown ~ label.error{display:none}.textbox-wrapper textarea ~ label,.textbox-wrapper input[type='text'] ~ label,.textbox-wrapper input[type='number'] ~ label,.textbox-wrapper input[type='tel'] ~ label,.textbox-wrapper textarea:focus ~ label,.textbox-wrapper input[type='text']:focus ~ label,.textbox-wrapper input[type='number']:focus ~ label,.textbox-wrapper input[type='tel']:focus ~ label{position:absolute;top:6px;left:16px;display:block;transition:.2s;font-size:10px;line-height:normal;color:#666;font-weight:100}.textbox-wrapper textarea ~ label.error,.textbox-wrapper input[type='text'] ~ label.error,.textbox-wrapper input[type='number'] ~ label.error,.textbox-wrapper input[type='tel'] ~ label.error,.textbox-wrapper textarea:focus ~ label.error,.textbox-wrapper input[type='text']:focus ~ label.error,.textbox-wrapper input[type='number']:focus ~ label.error,.textbox-wrapper input[type='tel']:focus ~ label.error{display:none}.textbox-wrapper textarea.error,.textbox-wrapper input[type='text'].error,.textbox-wrapper input[type='number'].error,.textbox-wrapper input[type='tel'].error{border-color:#f00;background-color:#fff1f1;color:#666}.textbox-wrapper textarea.error:placeholder-shown ~ label,.textbox-wrapper input[type='text'].error:placeholder-shown ~ label,.textbox-wrapper input[type='number'].error:placeholder-shown ~ label,.textbox-wrapper input[type='tel'].error:placeholder-shown ~ label{display:block;position:absolute;top:6px;left:16px;transition:.2s;font-size:10px;color:#f00}.textbox-wrapper textarea.error:placeholder-shown ~ label.error,.textbox-wrapper input[type='text'].error:placeholder-shown ~ label.error,.textbox-wrapper input[type='number'].error:placeholder-shown ~ label.error,.textbox-wrapper input[type='tel'].error:placeholder-shown ~ label.error{position:static;padding-top:5px;font-weight:500!important}.textbox-wrapper textarea.error ~ label,.textbox-wrapper input[type='text'].error ~ label,.textbox-wrapper input[type='number'].error ~ label,.textbox-wrapper input[type='tel'].error ~ label{display:block;color:#f00}.textbox-wrapper textarea.error ~ label.error,.textbox-wrapper input[type='text'].error ~ label.error,.textbox-wrapper input[type='number'].error ~ label.error,.textbox-wrapper input[type='tel'].error ~ label.error{position:static;padding-top:5px}.textbox-wrapper textarea:disabled,.textbox-wrapper input[type='text']:disabled,.textbox-wrapper input[type='number']:disabled,.textbox-wrapper input[type='tel']:disabled{background-color:#f7f7f7;border-color:#ccc;color:#666}.textbox-wrapper textarea:focus:not(.error),.textbox-wrapper input[type='text']:focus:not(.error),.textbox-wrapper input[type='number']:focus:not(.error),.textbox-wrapper input[type='tel']:focus:not(.error){box-shadow:0 0 3px 0 #438ed8,inset 0 1px 2px 0 #7bb5f4;border:solid 1px #438ed8}.textbox-wrapper textarea.with-tooltip,.textbox-wrapper input[type='text'].with-tooltip,.textbox-wrapper input[type='number'].with-tooltip,.textbox-wrapper input[type='tel'].with-tooltip{padding-right:50px}.textbox-wrapper textarea.half-size,.textbox-wrapper input[type='text'].half-size,.textbox-wrapper input[type='number'].half-size,.textbox-wrapper input[type='tel'].half-size{width:140px}.textbox-wrapper textarea{padding-top:20px}.textbox-wrapper textarea.no-resize{resize:none}.textbox-wrapper input[type='number']{-moz-appearance:textfield}.textbox-wrapper input[type='number']::-webkit-outer-spin-button,.textbox-wrapper input[type='number']::-webkit-inner-spin-button{-webkit-appearance:none}.custom-select{width:100%}.select2-results{font-size:12px}.select2-dropdown{border:1px solid #ccc!important;border-radius:2px!important;box-shadow:0 0 5px 0 #dddee1;padding:4px 0}.select2-search--dropdown{display:none}.select2-container{width:100%}.select2-container>*,.select2-container .select2-selection--multiple{cursor:pointer!important}.select2-container .select2-selection{width:100%;height:50px;border:1px solid #ccc!important;border-radius:2px;padding:16px 35px 0 14px;box-sizing:border-box;font-size:14px;font-weight:500;line-height:100%;color:#333;appearance:none;outline:0}.select2-container .select2-selection:after{content:'';background:url('/assets/images/select:3516048742146b0c2f5443753c6a5018.png');background-size:cover;display:block;width:14px;height:14px;position:absolute;right:16px;top:18px;transition:transform .3s}.select2-container .select2-selection .placeholder{position:absolute;top:6px;left:16px;display:block;font-size:10px;line-height:normal;color:#666;pointer-events:none;transition:.2s}.select2-container .select2-selection .select2-selection__rendered{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin:7px 0 0;padding:0;width:100%;line-height:normal;color:#333;font-weight:500}.select2-container .select2-selection .select2-search--inline{position:absolute;bottom:8px;left:16px;display:block;margin:0}.select2-container .select2-selection .select2-selection__choice{background:0;border:0;border-radius:0;margin:0 5px 0 0;padding:0}.select2-container .select2-selection .select2-selection__choice:after{content:','}.select2-container .select2-selection .select2-selection__choice:last-of-type:after{content:none}.select2-container .select2-selection .select2-selection__choice__display{font-size:14px;padding:0;margin:0}.select2-container .select2-selection .select2-selection__choice__remove,.select2-container .select2-selection .select2-selection__arrow{display:none}.select2-container--open .select2-dropdown--below{top:8px}.select2-container--open .select2-dropdown--above{top:-8px}.select2-container--open .select2-selection:after{transform:rotate(180deg)}.select2-container .select2-search--inline .select2-search__field{font-size:14px;font-weight:500;opacity:1;margin:0}.select2-container .select2-search--inline .select2-search__field>*,.select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder{color:#333}.select2-results__options .select2-results__option{padding:11px 16px;background-color:transparent!important}.select2-results__options .select2-results__option--highlighted{color:#333!important;background-color:#f8f8f8!important}.select2-results__options .options-with-data{display:flex}.select2-results__options .options-with-data img{margin-right:8px}.select2-results__options .options-with-data .text{flex:1;align-self:center;font-weight:bold}.select2-results__options .options-with-data .text .subtext{display:block;font-weight:normal;margin-top:2px}.select2-results__options[aria-multiselectable='true'] .select2-results__option:before{content:'';display:inline-block;width:16px;height:16px;margin-right:8px;background:url('/assets/images/select2_multiple:3ac4e1e0dea67edf454334493ea88ace.png');background-size:cover;vertical-align:middle}.select2-results__options[aria-multiselectable='true'] .select2-results__option--selected:before{background-image:url('/assets/images/select2_multiple_selected:999fc4008d8e6740618c7aef68d2c293.png')}.selectedOption ~ .select2.select2-container .select2-selection{border-color:#039!important;background-color:#f4f8ff}@media only screen and (-webkit-min-device-pixel-ratio:1.5) and (max-device-width:736px),only screen and (-o-min-device-pixel-ratio:3/2) and (max-device-width:736px),only screen and (min-resolution:150dpi) and (max-device-width:736px),only screen and (min-device-pixel-ratio:1.5) and (max-device-width:736px){.form-wrapper-modern ul li.mobile-single-col ul li{width:100%;margin:0 0 5px}.form-wrapper-modern ul li.mobile-single-col ul li:last-child,.form-wrapper-modern ul li.mobile-single-col ul li ~ li{margin:5px 0 0}.form-wrapper-modern ul li h4{font-size:16px;letter-spacing:-0.2px}}select::-ms-expand{display:none}@media screen and (-webkit-min-device-pixel-ratio:0){.form-wrapper-modern .select select{line-height:normal}}@-moz-document url-prefix(){.form-wrapper-modern .select select{text-indent:-2px}select:-moz-focusring,select::-moz-focus-inner{color:transparent!important;text-shadow:0 0 0 #000!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.form-wrapper-modern input[type="radio"]+label{display:inline-block!important}}.cfw{padding:20px 15px}.cfw .firm-page .cfw_title{text-align:left}.cfw .cfw_title{font-size:14px;font-weight:bold;letter-spacing:.12px;text-align:center;color:#000;margin-bottom:10px}.cfw .cfw_form p,.cfw .cfw_otp p{font-size:10px;color:#999;font-weight:500;display:block;margin-bottom:10px}.cfw .cfw_form p.cfw_highlight,.cfw .cfw_otp p.cfw_highlight{margin:17px 0 20px 0;font-size:12px;text-align:center;color:#000}.cfw .cfw_form p.information,.cfw .cfw_otp p.information{margin:0}.cfw .cfw_form p.cfw_server_error,.cfw .cfw_otp p.cfw_server_error{color:#f00;display:none;margin:10px 0 0}.cfw .cfw_form p.captcha-disclaimer,.cfw .cfw_otp p.captcha-disclaimer{margin:0}.cfw .cfw_form p.captcha-disclaimer a,.cfw .cfw_otp p.captcha-disclaimer a{color:#36454d}.cfw .text,.cfw .select{margin-bottom:10px}.cfw .btn{margin:15px 0 15px 0}.cfw .cfw_form{display:block}.cfw .cfw_otp{display:none}.cfw .cfw_otp #cfwCode{background:-webkit-repeating-linear-gradient(0deg,#000 0,#000 10px,transparent 0,transparent 18px) 15px 90%/100px 1px no-repeat;background:-moz-repeating-linear-gradient(0deg,#000 0,#000 10px,transparent 0,transparent 18px) 15px 90%/100px 1px no-repeat;background:-o-repeating-linear-gradient(0deg,#000 0,#000 10px,transparent 0,transparent 18px) 15px 90%/100px 1px no-repeat;background:-ms-repeating-linear-gradient(0deg,#000 0,#000 10px,transparent 0,transparent 18px) 15px 90%/100px 1px no-repeat;background:repeating-linear-gradient(90deg,#000 0,#000 10px,transparent 0,transparent 18px) 15px 90%/100px 1px no-repeat;letter-spacing:.6rem}.cfw .cfw_success{display:none}.cfw .cfw_phone .phone{font-size:18px;font-weight:bold;color:#000;margin-right:15px}.cfw .cfw_phone a{font-size:14px;color:#1064bc}.cfw .cfw_phone p{display:block;margin-top:9px;font-size:12px;color:#000}.cfw .cfw_timer{display:-webkit-inline-box;display:-moz-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-box;display:inline-flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin-bottom:13px}.cfw .cfw_timer .icon-timer{width:16px;height:16px;margin-right:5px}.cfw .cfw_timer .icon-timer:before{background-image:url('/assets/images/projectDetail:a63bb142c4ade764396abcc4fc9627a8.png');background-position:-152px -78px;width:16px;height:16px;content:'';display:inline-block;vertical-align:middle}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.cfw .cfw_timer .icon-timer:before{background-image:url('/assets/images/projectDetail_2x:9704bd2edca2e4ad5d2754078c765429.png');background-position:-63px -115px;background-size:149px 131px}}.cfw .cfw_timer span{font-size:14px;color:#d0021b}.cfw .cfw_timer a{font-size:14px;color:#1064bc}.cfw .cfw_success .content{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding:100px 40px 100px 40px;text-align:center}.cfw .cfw_success .icon-success{height:48px;width:48px}.cfw .cfw_success .icon-success:before{background-image:url('/assets/images/projectDetail:a63bb142c4ade764396abcc4fc9627a8.png');background-position:0 0;width:48px;height:48px;content:'';display:inline-block;vertical-align:middle}@media(min--moz-device-pixel-ratio:1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx){.cfw .cfw_success .icon-success:before{background-image:url('/assets/images/projectDetail_2x:9704bd2edca2e4ad5d2754078c765429.png');background-position:0 0;background-size:149px 131px}}.cfw .cfw_success p{margin:15px 0 15px 0;font-size:14px;color:#000}.cfw .cfw_success .success{font-weight:bold;color:#1f9670}.cfw .textarea{position:relative;margin-bottom:10px}.cfw .textarea.without-label{margin:10px 0}.cfw .textarea label{font-size:14px;position:absolute;font-weight:600;top:-25px;left:0}.cfw .textarea textarea{width:100%;height:160px;padding:15px 14px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #ccc;border-radius:2px;background:#fff;outline:0;font-size:14px;font-weight:500;color:#333;-webkit-transition:border-color .2s;-moz-transition:border-color .2s;-o-transition:border-color .2s;-ms-transition:border-color .2s;transition:border-color .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;resize:none}.cfw .textarea textarea:disabled{background-color:#f7f7f7;border-color:#ccc;color:#666}.cfw .textarea textarea:focus{-webkit-box-shadow:0 0 3px 0 #438ed8,inset 0 1px 2px 0 #7bb5f4;box-shadow:0 0 3px 0 #438ed8,inset 0 1px 2px 0 #7bb5f4;border:solid 1px #438ed8}.cfw .textarea .remaining-letter{position:absolute;right:8px;top:138px}.vehicle-experience-widget{position:relative;top:-15px;margin-bottom:5px}.vehicle-experience-widget a{display:flex;font-size:11px;align-items:flex-start}.vehicle-experience-widget .vehicleValueScale{background-image:url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC4xIiBkPSJNMTguOTA2MiAxMUMxOC45MDYyIDkuOTYxNzQgMTguNzAxNyA4LjkzMzY0IDE4LjMwNDQgNy45NzQ0MUMxNy45MDcxIDcuMDE1MTggMTcuMzI0NyA2LjE0MzYgMTYuNTkwNiA1LjQwOTQ0QzE1Ljg1NjQgNC42NzUyNyAxNC45ODQ4IDQuMDkyOSAxNC4wMjU2IDMuNjk1NThDMTMuMDY2NCAzLjI5ODI1IDEyLjAzODMgMy4wOTM3NSAxMSAzLjA5Mzc1QzkuOTYxNzQgMy4wOTM3NSA4LjkzMzY0IDMuMjk4MjUgNy45NzQ0MSAzLjY5NTU4QzcuMDE1MTggNC4wOTI5IDYuMTQzNiA0LjY3NTI3IDUuNDA5NDQgNS40MDk0NEM0LjY3NTI3IDYuMTQzNiA0LjA5MjkgNy4wMTUxOCAzLjY5NTU4IDcuOTc0NDFDMy4yOTgyNSA4LjkzMzY0IDMuMDkzNzUgOS45NjE3NCAzLjA5Mzc1IDExTDExIDExSDE4LjkwNjJaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBkPSJNMi40NTI1OCA1LjIzMDMxQzMuNjcxMDIgMy40MjUyOCA1LjQyOTYyIDIuMDUyMzEgNy40NzYzMiAxLjMwODE4TDguMTgxMDYgMy4yNDY1NEM2LjU0MzY5IDMuODQxODUgNS4xMzY4MiA0Ljk0MDIyIDQuMTYyMDcgNi4zODQyNUwyLjQ1MjU4IDUuMjMwMzFaIiBmaWxsPSIjNkFDMDRCIi8+CjxwYXRoIGQ9Ik0yLjI3MDUxIDUuNTA5NjhDMS4yMjQ1OSA3LjE3MjY3IDAuNjc1NDQ2IDkuMDk5ODEgMC42ODc3MDEgMTEuMDY0M0wyLjc1MDE2IDExLjA1MTVDMi43NDAzNiA5LjQ3OTg1IDMuMTc5NjcgNy45MzgxNCA0LjAxNjQgNi42MDc3NUwyLjI3MDUxIDUuNTA5NjhaIiBmaWxsPSIjMjM5RjU1Ii8+CjxwYXRoIGQ9Ik03LjgxMjU2IDEuMTkyNDZDOS44ODM3MSAwLjUxOTMzNiAxMi4xMTQ4IDAuNTE5MTc3IDE0LjE4NiAxLjE5MkwxMy41NDg4IDMuMTUzNkMxMS44OTE4IDIuNjE1MzQgMTAuMTA3IDIuNjE1NDcgOC40NTAwNSAzLjE1Mzk3TDcuODEyNTYgMS4xOTI0NloiIGZpbGw9IiNCMEQyMjgiLz4KPHBhdGggZD0iTTE0LjUyNzUgMS4zMDk1N0MxNi41NzM5IDIuMDU0NSAxOC4zMzIgMy40MjgxNiAxOS41NDk3IDUuMjMzNjhMMTcuODM5OCA2LjM4Njk0QzE2Ljg2NTYgNC45NDI1MyAxNS40NTkxIDMuODQzNiAxMy44MjIgMy4yNDc2NUwxNC41Mjc1IDEuMzA5NTdaIiBmaWxsPSIjRjBDOTNFIi8+CjxwYXRoIGQ9Ik0xOS43NDM5IDUuNTMyNTlDMjAuNzY3MiA3LjE2OTEzIDIxLjMxMDYgOS4wNjAwMSAyMS4zMTI1IDEwLjk5MDFMMTkuMjUgMTAuOTkyMUMxOS4yNDg1IDkuNDQ4IDE4LjgxMzcgNy45MzUzMSAxNy45OTUxIDYuNjI2MDdMMTkuNzQzOSA1LjUzMjU5WiIgZmlsbD0iI0YwOTMzRSIvPgo8L3N2Zz4K");width:22px;height:12px;position:relative;margin-right:4px}.vehicle-experience-widget .vehicleValueScale .indicator{background-image:url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMyIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMyA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMS40MjI3OSAwLjAwMjUzNzkzQzEuMzQyMjIgMC4wMTU0OTIyIDEuMjc5MDcgMC4wNzYzOTk4IDEuMjY1NjQgMC4xNTQxMjVMMC4xNzgwMjUgNi40NDg5MkwwLjE3MDg5OSA2LjQ0OTA2TDAuMTcxNTI2IDYuNDg2NTRMMC4xNzA4OTkgNi40OTAxM0wwLjE3MTUyNiA2LjQ5MDA0TDAuMTcxNTg2IDYuNDk2NzNDMC4xOTM5MzYgNy4yNzIyOSAwLjc1OTYzOCA3Ljg5MzI4IDEuNDU0MjIgNy44OTMyOEMyLjE0ODgxIDcuODkzMjggMi43MTQ1MSA3LjI3MjI5IDIuNzM2ODYgNi40OTY3M0wyLjczNjk4IDYuNDkwMDRMMi43Mzc1NSA2LjQ5MDEzTDIuNzM3MTcgNi40ODc0NkwyLjczNzU1IDYuNDQ5MDZMMi43MzA0OCA2LjQ0ODkyTDEuNjQyOCAwLjE1NDEyNUMxLjYyNTQ1IDAuMDUzNjYyIDEuNTI2OTQgLTAuMDE0MjA2IDEuNDIyNzkgMC4wMDI1Mzc5M1oiIGZpbGw9IiMzMzMzMzMiLz4KPC9zdmc+Cg==");width:3px;height:8px;position:absolute!important}.vehicle-experience-widget .vehicleValueScale .indicator.LOW{left:7px;bottom:-2.5px;transform:rotate(-75deg)}.vehicle-experience-widget .vehicleValueScale .indicator.LOWER_THAN_AVERAGE{left:8px;bottom:-1px;transform:rotate(-40deg)}.vehicle-experience-widget .vehicleValueScale .indicator.AVERAGE{bottom:0;left:9.5px}.vehicle-experience-widget .vehicleValueScale .indicator.HIGHER_THAN_AVERAGE{left:11px;bottom:-1px;transform:rotate(40deg)}.vehicle-experience-widget .vehicleValueScale .indicator.HIGH{left:12px;bottom:-2.5px;transform:rotate(75deg)}.vehicle-experience-wrapper{position:relative}.vehicle-experience-wrapper #vehicle-experince-modal{display:none;text-align:left;width:300px;position:absolute;top:-10px;left:-100px;z-index:99;border-radius:4px;background-color:#fff;box-shadow:0 20px 40px 0 rgba(0,0,0,0.3)}.vehicle-experience-wrapper #vehicle-experince-modal .modal-content{padding:16px 20px 20px 20px}.vehicle-experience-wrapper #vehicle-experince-modal .modal-content:before{content:'';width:8px;height:8px;position:absolute;left:145px;top:-4px;box-shadow:0 0 5px 2px rgba(0,0,0,0.11);z-index:-1;background-color:#fff;transform:rotate3d(0,0,1,45deg)}.vehicle-experience-wrapper #vehicle-experince-modal .modal-content:after{content:'';width:45px;height:16px;background-color:#fff;position:absolute;left:130px;top:0;z-index:1}.vehicle-experience-wrapper #vehicle-experince-modal .modal-content .modal-header{width:100%}.vehicle-experience-wrapper #vehicle-experince-modal .modal-content .modal-header .title{width:calc(100% - 20px);display:inline-block;font-size:16px;font-weight:700;color:#333}.vehicle-experience-wrapper #vehicle-experince-modal .modal-content .modal-header .modal-closer{background-image:url('/assets/images/oto360-modal-closer:078e34ff520d8d2aee1b55f10735dfaf.png');display:inline-block;width:16px;height:16px}.vehicle-experience-wrapper #vehicle-experince-modal .modal-content .modal-header .modal-closer:hover{background-image:url('/assets/images/oto360-modal-closer-hover:5c40bdd1836e93c10699beaaf7d288a1.png')}.vehicle-experience-wrapper #vehicle-experince-modal .modal-content .modal-body{padding-top:24px;display:flex;text-align:center;flex-direction:column;align-items:center}.vehicle-experience-wrapper #vehicle-experince-modal .modal-content .modal-body a{font-weight:400;font-size:14px;line-height:19px;text-align:center;margin-top:10px}.vehicle-experience-wrapper #vehicle-experince-modal .modal-content .modal-body .description-text{color:#333;font-size:12px;line-height:16px;font-weight:400;margin-top:12px}.vehicle-experience-wrapper #vehicle-experince-modal .modal-content .modal-body .valuation-scale-text{color:#333;font-size:12px;line-height:16px;font-weight:700}body.screenshot-hide .feature-discovery,body.screenshot-hide *[role='alertdialog'],body.screenshot-hide #div-gpt-ad-1452674926178-0{visibility:hidden!important;opacity:0!important;display:none!important}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:0;outline:0;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:0;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:'slick';font-size:20px;line-height:1;opacity:.75;color:white;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir='rtl'] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir='rtl'] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir='rtl'] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir='rtl'] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:0}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:black}@font-face{font-family:'toyota_typebook';src:url('/assets/blob/ttbook-webfont:9ad678c5cf947118e0feda8a5509da49.woff2') format('woff2'),url('/assets/blob/ttbook-webfont:62b08b6079a71944852ba5f21138b956.woff') format('woff');font-weight:normal;font-style:normal}@font-face{font-family:'toyota_typesemibold';src:url('/assets/blob/ttsemibold-webfont:0f0343bcfdc9b980619d75362d2f56a1.woff2') format('woff2'),url('/assets/blob/ttsemibold-webfont:e25dd92285b15b88add23f3bc2a8666c.woff') format('woff');font-weight:normal;font-style:normal}.toyota-slider{height:500px;width:380px;margin:0 auto;margin-top:-5px}.toyota-h2{font-family:'toyota_typesemibold';font-size:20px;padding:5px 10px 5px 10px;color:#000;margin:0;text-align:left;font-weight:bold}.toyota-p{font-family:'toyota_typebook';font-size:16px;padding:0 10px 0 10px;color:#000;margin:0;height:200px;font-weight:normal;text-align:left;line-height:20px}.imaj{padding:5px 0 0 5px;margin:5px 0 0 5px}.toyota-slider>div{color:#fff;font-family:'toyota_typebook';font-size:20px;font-weight:800;width:100%;height:500px!important;text-align:center;padding:0;margin:0;background-color:#fff}.slide-text *,.slide-text-half *{padding:10px}.slick-track{height:100%}.slick-slide{position:relative}.toyota-slider .slick-arrow{position:absolute;margin:2px 0 0 0;z-index:10;font-size:0;width:60px;height:60px}.toyota-slider .slick-arrow.slick-prev{top:-50px;left:43%;transform:rotate(90deg)}.toyota-slider .slick-arrow.slick-next{top:97%;left:43%;transform:rotate(-270deg)}.toyota-slider .slick-arrow.slick-disabled{opacity:.2}.slick-prev:before,.slick-next:before{color:#000}#result{font-family:'toyota_typebook';overflow:hidden;display:block;margin:auto;width:325px}#result p{font-family:'toyota_typebook';text-align:center;float:left;color:#fff;height:80px}#result span{font-family:'toyota_typebook';line-height:35px;display:block;background-color:#fff;color:#000;height:40px;width:140px;margin-top:5px}.virtual-tour-classified-colorbox.mega-photo-colorbox#cboxOverlay,.virtual-tour-classified-colorbox.mega-clip-colorbox#cboxOverlay{background:rgba(17,18,20,0.64);opacity:.64!important}.virtual-tour-classified-colorbox.mega-photo-colorbox #cboxContent,.virtual-tour-classified-colorbox.mega-clip-colorbox #cboxContent{padding:65px 40px 40px 40px}.footer-logo-style,.staging-loader-footer{position:absolute;left:230px;right:20px;bottom:24px;display:flex;justify-content:center;align-items:center;height:auto;background:#000;margin-right:4px;z-index:1001}.footer-logo-style .s-logo,.staging-loader-footer .s-logo{width:112px;height:24px;margin-right:5px}.footer-logo-style p,.staging-loader-footer p{color:var(--color-global-white,#fff);text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:16px}#virtualStagingBox{height:100%;width:100%;margin:0 auto;display:flex;flex-direction:column;box-sizing:border-box;position:relative;background-color:#000}#virtualStagingBox *{box-sizing:border-box}#virtualStagingBox .virtual-staging-header{display:flex;justify-content:flex-start;width:100%;height:64px;background:var(--sui-white-alpha-8,rgba(255,255,255,0.08))}#virtualStagingBox .virtual-staging-header .logo{width:152px;height:32px;margin:16px 24px}#virtualStagingBox .virtual-staging-content{display:flex;height:calc(100% - 56px)}#virtualStagingBox .virtual-staging-content .sidebar{width:208px;height:100%;background:#000;padding:28px 0}#virtualStagingBox .virtual-staging-content .sidebar .style-title{color:#fff;font-size:14px;margin-bottom:8px;border-bottom:0;padding:0 32px;font-weight:400}#virtualStagingBox .virtual-staging-content .sidebar .style-list{height:calc(100% - 32px);overflow-y:auto;overflow-x:hidden;padding:0 32px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}#virtualStagingBox .virtual-staging-content .sidebar .style-list .style-item{border:1px solid rgba(255,255,255,0.64);border-radius:4px;overflow:hidden;cursor:pointer;transition:all .2s;padding:8px;margin-bottom:8px;height:136px;width:144px}@media only screen and (max-height:700px){#virtualStagingBox .virtual-staging-content .sidebar .style-list .style-item{width:calc(100% - 32px);height:calc(100% - 32px)}}#virtualStagingBox .virtual-staging-content .sidebar .style-list .style-item:hover{background-color:rgba(231,240,248,0.3)}#virtualStagingBox .virtual-staging-content .sidebar .style-list .style-item.active{background-color:#e7f0f8;border-color:#e7f0f8}#virtualStagingBox .virtual-staging-content .sidebar .style-list .style-item.active .label{color:#1064bc}#virtualStagingBox .virtual-staging-content .sidebar .style-list .style-item .image{display:flex;justify-content:center;align-items:center;overflow:hidden;width:100%;height:calc(100% - 24px);margin-bottom:8px}#virtualStagingBox .virtual-staging-content .sidebar .style-list .style-item .image img{width:100%;object-fit:cover}#virtualStagingBox .virtual-staging-content .sidebar .style-list .style-item .label{font-size:12px;color:rgba(255,255,255,0.8);line-height:16px;text-align:center;margin-bottom:8px}#virtualStagingBox .virtual-staging-content .main-content{position:relative;background:#000;width:calc(100% - 208px);height:calc(100% - 24px);border-left:1px solid var(--sui-white-alpha-40,rgba(255,255,255,0.4));padding:57px 32px 47px 32px;margin-top:24px;display:flex;justify-content:center;align-items:flex-start}#virtualStagingBox .virtual-staging-content .main-content .room-tabs{width:100%;position:absolute;display:flex;justify-content:flex-start;left:50%;top:0;transform:translateX(-50%)}#virtualStagingBox .virtual-staging-content .main-content .room-tabs .tab-button{padding:3px 7px;border-radius:20px;border:1px solid rgba(255,255,255,0.64);background-color:transparent;color:#fff;cursor:pointer;transition:background .2s;margin-right:8px}#virtualStagingBox .virtual-staging-content .main-content .room-tabs .tab-button:hover{background-color:rgba(231,240,248,0.3)}#virtualStagingBox .virtual-staging-content .main-content .room-tabs .tab-button.active{background:#e7f0f8;color:#1064bc;border-color:#e7f0f8;transition:background-color .2s}#virtualStagingBox .virtual-staging-content .main-content .container{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}#virtualStagingBox .virtual-staging-content .main-content .container .image-container{position:relative;width:100%;height:100%}#virtualStagingBox .virtual-staging-content .main-content .container .image-container .after-image,#virtualStagingBox .virtual-staging-content .main-content .container .image-container .before-image{position:absolute;top:0;left:0;width:100%;height:100%;background-image:none;background-size:cover;background-position:left top;background-repeat:no-repeat;overflow:hidden}#virtualStagingBox .virtual-staging-content .main-content .container .image-container .before-image{z-index:2}#virtualStagingBox .virtual-staging-content .main-content .container .image-container .before-image.first-animate{animation:changeWidth 1s forwards;animation-iteration-count:1;transition:width .6s cubic-bezier(0.4,0,0.2,1)}#virtualStagingBox .virtual-staging-content .main-content .container .image-container .after-image{z-index:1}#virtualStagingBox .virtual-staging-content .main-content .container .image-container .slider{position:absolute;top:0;bottom:0;left:50%;width:2px;cursor:ew-resize;transform:translateX(-50%);z-index:2}#virtualStagingBox .virtual-staging-content .main-content .container .image-container .slider.first-animate{animation:changeLeft 1s forwards;animation-iteration-count:1;transition:left .6s cubic-bezier(0.4,0,0.2,1)}#virtualStagingBox .virtual-staging-content .main-content .container .image-container .slider .handle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;background:url('/assets/images/compare-slider-circle@2x:f5fbdef8b01279fef65265e496e4d5ed.png') no-repeat center center;background-size:100% 100%}#virtualStagingBox .virtual-staging-content .main-content .container .image-container .slider::before,#virtualStagingBox .virtual-staging-content .main-content .container .image-container .slider::after{position:absolute;left:0;top:0;content:"";width:2px;height:calc(50% - 20px);background:#fff;box-shadow:0 2.678px 2.678px 0 rgba(0,0,0,0.25)}#virtualStagingBox .virtual-staging-content .main-content .container .image-container .slider::after{top:auto;bottom:0}#virtualStagingBox .virtual-staging-content .main-content .container .image-container .label{position:absolute;background:rgba(255,255,255,0.64);color:rgba(17,18,20,0.64);padding:4px 8px;font-size:14px;z-index:2;bottom:24px;width:max-content}#virtualStagingBox .virtual-staging-content .main-content .container .image-container .label.before{left:0;border-bottom-right-radius:24px;border-top-right-radius:24px}#virtualStagingBox .virtual-staging-content .main-content .container .image-container .label.after{right:0;border-bottom-left-radius:24px;border-top-left-radius:24px}.staging-loader{position:absolute;top:54px;left:0;right:0;bottom:0;background-color:#000;display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:1002}.staging-loader.hide{display:none}.staging-loader .loading-icon{position:relative;width:73px;height:73px;margin-bottom:15px}.staging-loader .loading-icon .loading-percent{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;z-index:100;font-size:12px;font-weight:400;text-align:center}.staging-loader .title{color:var(--sui-white,#fff);text-align:center;font-size:16px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:8px}.staging-loader .description{color:var(--color-white,#fff);text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:1.4em}.staging-loader-footer{z-index:1002;left:0;right:0;bottom:24px}@-moz-keyframes changeLeft{0%{left:50%}50%{left:40%}100%{left:50%}}@-webkit-keyframes changeLeft{0%{left:50%}50%{left:40%}100%{left:50%}}@-o-keyframes changeLeft{0%{left:50%}50%{left:40%}100%{left:50%}}@keyframes changeLeft{0%{left:50%}50%{left:40%}100%{left:50%}}@-moz-keyframes changeWidth{0%{width:50%}50%{width:40%}100%{width:50%}}@-webkit-keyframes changeWidth{0%{width:50%}50%{width:40%}100%{width:50%}}@-o-keyframes changeWidth{0%{width:50%}50%{width:40%}100%{width:50%}}@keyframes changeWidth{0%{width:50%}50%{width:40%}100%{width:50%}}body .generic-form input[disabled],body .generic-form textarea[disabled],body .generic-form button[disabled]{opacity:.6;cursor:not-allowed}body .generic-form input[type=text],body .generic-form input[type=number],body .generic-form textarea{border:1px solid #d7d7d7}body .generic-form input[type=text]:focus,body .generic-form input[type=number]:focus,body .generic-form textarea:focus{box-shadow:0 0 3px 0 #438ed8,0 0 2px 0 #7bb5f4 inset;border:1px solid #438ed8}.generic-form.submitted input[type=text]:invalid,.generic-form.submitted input[type=number]:invalid,.generic-form.submitted textarea:invalid{background-color:#fff1f1;border:1px solid #ee8b8a}.generic-form.submitted input[type=text]:invalid:focus,.generic-form.submitted input[type=number]:invalid:focus,.generic-form.submitted textarea:invalid:focus{box-shadow:0 0 3px 0 #ee8b8a,0 0 2px 0 #f7b0af inset}.generic-form.submitted input[type=text]:invalid ~ .invalidity-of-previous,.generic-form.submitted input[type=number]:invalid ~ .invalidity-of-previous,.generic-form.submitted textarea:invalid ~ .invalidity-of-previous{background-color:#fff1f1;border:1px solid #ee8b8a}.generic-form.submitted input[type=text]:invalid ~ .invalidity-of-previous:focus,.generic-form.submitted input[type=number]:invalid ~ .invalidity-of-previous:focus,.generic-form.submitted textarea:invalid ~ .invalidity-of-previous:focus{box-shadow:0 0 3px 0 #ee8b8a,0 0 2px 0 #f7b0af inset}form.avf-auto-validate-form .avf-input-errors{display:none}form.avf-auto-validate-form [data-avf-input-error]{color:#f00;font-weight:400;font-size:12px;line-height:15px;display:none}form.avf-auto-validate-form.submitted:invalid [data-avf-input-errors~=badInput] [data-avf-input-error=badInput]{display:revert}form.avf-auto-validate-form.submitted:invalid [data-avf-input-errors~=customError] [data-avf-input-error=customError]{display:revert}form.avf-auto-validate-form.submitted:invalid [data-avf-input-errors~=patternMismatch] [data-avf-input-error=patternMismatch]{display:revert}form.avf-auto-validate-form.submitted:invalid [data-avf-input-errors~=rangeOverflow] [data-avf-input-error=rangeOverflow]{display:revert}form.avf-auto-validate-form.submitted:invalid [data-avf-input-errors~=rangeUnderflow] [data-avf-input-error=rangeUnderflow]{display:revert}form.avf-auto-validate-form.submitted:invalid [data-avf-input-errors~=stepMismatch] [data-avf-input-error=stepMismatch]{display:revert}form.avf-auto-validate-form.submitted:invalid [data-avf-input-errors~=tooLong] [data-avf-input-error=tooLong]{display:revert}form.avf-auto-validate-form.submitted:invalid [data-avf-input-errors~=tooShort] [data-avf-input-error=tooShort]{display:revert}form.avf-auto-validate-form.submitted:invalid [data-avf-input-errors~=typeMismatch] [data-avf-input-error=typeMismatch]{display:revert}form.avf-auto-validate-form.submitted:invalid [data-avf-input-errors~=valid] [data-avf-input-error=valid]{display:revert}form.avf-auto-validate-form.submitted:invalid [data-avf-input-errors~=valueMissing] [data-avf-input-error=valueMissing]{display:revert}form.avf-auto-validate-form.submitted:invalid .avf-input-errors{display:revert}@-moz-keyframes backdropCloseAnimation{to{opacity:0}}@-webkit-keyframes backdropCloseAnimation{to{opacity:0}}@-o-keyframes backdropCloseAnimation{to{opacity:0}}@keyframes backdropCloseAnimation{to{opacity:0}}@-moz-keyframes backdropShowAnimation{from{opacity:0}to{opacity:1}}@-webkit-keyframes backdropShowAnimation{from{opacity:0}to{opacity:1}}@-o-keyframes backdropShowAnimation{from{opacity:0}to{opacity:1}}@keyframes backdropShowAnimation{from{opacity:0}to{opacity:1}}@-moz-keyframes bottomSheetOpenAnimation{from{transform:translateY(100%)}to{transform:translateY(0)}}@-webkit-keyframes bottomSheetOpenAnimation{from{transform:translateY(100%)}to{transform:translateY(0)}}@-o-keyframes bottomSheetOpenAnimation{from{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes bottomSheetOpenAnimation{from{transform:translateY(100%)}to{transform:translateY(0)}}@-moz-keyframes bottomSheetCloseAnimation{from{transform:translateY(0)}to{transform:translateY(100%)}}@-webkit-keyframes bottomSheetCloseAnimation{from{transform:translateY(0)}to{transform:translateY(100%)}}@-o-keyframes bottomSheetCloseAnimation{from{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes bottomSheetCloseAnimation{from{transform:translateY(0)}to{transform:translateY(100%)}}@-moz-keyframes dialogOpenAnimation{from{opacity:0;transform:translateY(50%)}to{opacity:1;transform:translateY(0%)}}@-webkit-keyframes dialogOpenAnimation{from{opacity:0;transform:translateY(50%)}to{opacity:1;transform:translateY(0%)}}@-o-keyframes dialogOpenAnimation{from{opacity:0;transform:translateY(50%)}to{opacity:1;transform:translateY(0%)}}@keyframes dialogOpenAnimation{from{opacity:0;transform:translateY(50%)}to{opacity:1;transform:translateY(0%)}}@-moz-keyframes dialogCloseAnimation{from{opacity:1;transform:translateY(0%)}to{opacity:0;transform:translateY(50%)}}@-webkit-keyframes dialogCloseAnimation{from{opacity:1;transform:translateY(0%)}to{opacity:0;transform:translateY(50%)}}@-o-keyframes dialogCloseAnimation{from{opacity:1;transform:translateY(0%)}to{opacity:0;transform:translateY(50%)}}@keyframes dialogCloseAnimation{from{opacity:1;transform:translateY(0%)}to{opacity:0;transform:translateY(50%)}}body.dialog-opened{overflow:hidden}@media screen and (min-width:736px){div.sahibinden-dialog{display:none;position:fixed;top:0;left:0;bottom:0;right:0;z-index:70000;justify-content:center;align-items:center;overflow:hidden;letter-spacing:normal}div.sahibinden-dialog:not(.dialog-has-title) .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper{padding-top:20px}div.sahibinden-dialog.dialog-has-footer .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main{max-height:calc(55vh - 70px)}div.sahibinden-dialog[open]{display:flex}div.sahibinden-dialog[open]:not(.closing) .sahibinden-dialog-wrapper{animation:dialogOpenAnimation 500ms ease forwards}div.sahibinden-dialog[open]:not(.closing) .sahibinden-dialog-backdrop{animation:backdropShowAnimation 500ms ease forwards}div.sahibinden-dialog.closing .sahibinden-dialog-wrapper{animation:dialogCloseAnimation 500ms ease forwards}div.sahibinden-dialog.closing .sahibinden-dialog-backdrop{animation:backdropCloseAnimation 500ms ease forwards}div.sahibinden-dialog:modal{background:0;border:0;padding:0;max-width:unset;max-height:unset}div.sahibinden-dialog .sahibinden-dialog-backdrop{background-color:rgba(0,0,0,0.6);position:fixed;top:0;left:0;bottom:0;right:0}div.sahibinden-dialog .sahibinden-dialog-wrapper{display:flex;flex-direction:column;min-width:500px;max-width:550px;max-height:calc(100vh - 200px);position:relative;z-index:5}div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-draggable-containment{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;visibility:hidden}div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper{background-color:#fff;box-shadow:0 1px 4px rgba(0,0,0,0.5);padding:20px;padding-top:15px;display:flex;flex-direction:column}div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-header{border-bottom:1px solid #d9dade;box-sizing:border-box;position:relative;display:flex;flex-direction:row;flex-shrink:0;margin-bottom:20px}div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-header:empty{display:none}div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-header .title{font-weight:700;font-size:18px;line-height:20px;color:#333;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;margin-bottom:8px;flex:1}div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-header .title:empty{display:none}div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-header .dialog-header-close{margin-left:18px;font-weight:700;color:#8599aa;-webkit-text-stroke:2px;flex-shrink:0;cursor:pointer}div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main{padding:0;max-height:55vh;overflow:hidden auto;flex-grow:1;font-size:14px;line-height:18px}div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons{display:flex;gap:10px;justify-content:end;align-items:center;margin-top:30px;padding-bottom:4px}div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button{text-align:center;box-shadow:1px 0 2px rgba(0,0,0,0.07),0px 0 4px rgba(0,0,0,0.06),0px 2px 3px rgba(0,0,0,0.1);border:0;border-radius:2px;font-weight:700;font-size:14px;line-height:21px;background-color:#438ed8;color:#fff;padding:9.5px;cursor:pointer;min-width:100px;outline:0}div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button.secondary{background-color:#f7f7f7;color:#438ed8}div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-footer{padding:0;text-align:right;margin-top:30px}div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-footer:empty{display:none}div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-footer button{outline:0}div.sahibinden-dialog .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-footer button.dialog-footer-button-ok{background-color:#438ed8;border:0;color:#fff;box-shadow:1px 0 2px rgba(0,0,0,0.07),0px 0 4px rgba(0,0,0,0.06),0px 2px 3px rgba(0,0,0,0.1);border-radius:2px;padding:9.5px 23px;font-size:14px;line-height:21px;text-align:center;font-weight:700;cursor:pointer}}@-moz-keyframes backdropCloseAnimation{to{opacity:0}}@-webkit-keyframes backdropCloseAnimation{to{opacity:0}}@-o-keyframes backdropCloseAnimation{to{opacity:0}}@keyframes backdropCloseAnimation{to{opacity:0}}@-moz-keyframes backdropShowAnimation{from{opacity:0}to{opacity:1}}@-webkit-keyframes backdropShowAnimation{from{opacity:0}to{opacity:1}}@-o-keyframes backdropShowAnimation{from{opacity:0}to{opacity:1}}@keyframes backdropShowAnimation{from{opacity:0}to{opacity:1}}@-moz-keyframes bottomSheetOpenAnimation{from{transform:translateY(100%)}to{transform:translateY(0)}}@-webkit-keyframes bottomSheetOpenAnimation{from{transform:translateY(100%)}to{transform:translateY(0)}}@-o-keyframes bottomSheetOpenAnimation{from{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes bottomSheetOpenAnimation{from{transform:translateY(100%)}to{transform:translateY(0)}}@-moz-keyframes bottomSheetCloseAnimation{from{transform:translateY(0)}to{transform:translateY(100%)}}@-webkit-keyframes bottomSheetCloseAnimation{from{transform:translateY(0)}to{transform:translateY(100%)}}@-o-keyframes bottomSheetCloseAnimation{from{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes bottomSheetCloseAnimation{from{transform:translateY(0)}to{transform:translateY(100%)}}@-moz-keyframes dialogOpenAnimation{from{opacity:0;transform:translateY(50%)}to{opacity:1;transform:translateY(0%)}}@-webkit-keyframes dialogOpenAnimation{from{opacity:0;transform:translateY(50%)}to{opacity:1;transform:translateY(0%)}}@-o-keyframes dialogOpenAnimation{from{opacity:0;transform:translateY(50%)}to{opacity:1;transform:translateY(0%)}}@keyframes dialogOpenAnimation{from{opacity:0;transform:translateY(50%)}to{opacity:1;transform:translateY(0%)}}@-moz-keyframes dialogCloseAnimation{from{opacity:1;transform:translateY(0%)}to{opacity:0;transform:translateY(50%)}}@-webkit-keyframes dialogCloseAnimation{from{opacity:1;transform:translateY(0%)}to{opacity:0;transform:translateY(50%)}}@-o-keyframes dialogCloseAnimation{from{opacity:1;transform:translateY(0%)}to{opacity:0;transform:translateY(50%)}}@keyframes dialogCloseAnimation{from{opacity:1;transform:translateY(0%)}to{opacity:0;transform:translateY(50%)}}body.dialog-opened{overflow:hidden}@media screen and (max-width:736px){div.sahibinden-dialog[data-type=BOTTOM_SHEET]{display:none;position:fixed;top:0;left:0;bottom:0;right:0;z-index:70000;justify-content:center;align-items:flex-end;overflow:hidden;letter-spacing:normal}div.sahibinden-dialog[data-type=BOTTOM_SHEET][open]{display:flex}div.sahibinden-dialog[data-type=BOTTOM_SHEET][open]:not(.closing) .sahibinden-dialog-wrapper{animation:bottomSheetOpenAnimation 500ms ease forwards}div.sahibinden-dialog[data-type=BOTTOM_SHEET][open]:not(.closing) .sahibinden-dialog-backdrop{animation:backdropShowAnimation 500ms ease forwards}div.sahibinden-dialog[data-type=BOTTOM_SHEET].closing .sahibinden-dialog-wrapper{animation:bottomSheetCloseAnimation 500ms ease forwards}div.sahibinden-dialog[data-type=BOTTOM_SHEET].closing .sahibinden-dialog-backdrop{animation:backdropCloseAnimation 500ms ease forwards}div.sahibinden-dialog[data-type=BOTTOM_SHEET]:modal{background:0;border:0;padding:0;margin-bottom:0;max-width:unset;max-height:unset}div.sahibinden-dialog[data-type=BOTTOM_SHEET] .sahibinden-dialog-backdrop{background-color:rgba(0,0,0,0.6);position:fixed;top:0;left:0;bottom:0;right:0}div.sahibinden-dialog[data-type=BOTTOM_SHEET] .sahibinden-dialog-wrapper{display:flex;flex-direction:column;width:100%;max-width:100%;height:auto;max-height:calc(var(--window-inner-height-vh,1vh) * 100 - 50px);padding:0;position:relative;z-index:5;justify-content:flex-end}div.sahibinden-dialog[data-type=BOTTOM_SHEET] .sahibinden-dialog-wrapper .sahibinden-dialog-draggable-containment{position:absolute;top:0;left:0;right:0;bottom:0;height:calc(200% - 30px);pointer-events:none;visibility:hidden}div.sahibinden-dialog[data-type=BOTTOM_SHEET] .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper{background-color:#fff;border-radius:4px 4px 0 0;display:flex;flex-direction:column;overflow:hidden;padding-bottom:var(--browser-offset,0)}div.sahibinden-dialog[data-type=BOTTOM_SHEET] .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-header{min-height:30px;border-bottom:1px solid #eaeaea;box-sizing:border-box;position:relative;cursor:grab;display:flex;flex-direction:column;flex-shrink:0}div.sahibinden-dialog[data-type=BOTTOM_SHEET] .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-header::before{content:'';width:100px;height:5px;background-color:#eaeaea;border-radius:100px;position:absolute;top:8px;left:50%;transform:translateX(-50%)}div.sahibinden-dialog[data-type=BOTTOM_SHEET] .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-header .title{font-weight:700;font-size:18px;line-height:20px;color:#333;text-align:center;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;margin:16px;margin-top:30px}div.sahibinden-dialog[data-type=BOTTOM_SHEET] .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-header .title:empty{display:none}div.sahibinden-dialog[data-type=BOTTOM_SHEET] .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-header .dialog-header-close{display:none}div.sahibinden-dialog[data-type=BOTTOM_SHEET] .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main{text-align:center;padding:16px;overflow:hidden auto;flex:1 1 auto;font-size:14px;line-height:18px}div.sahibinden-dialog[data-type=BOTTOM_SHEET] .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons{display:flex;gap:8px;justify-content:center;align-items:center;padding-top:16px;margin-top:16px;position:relative}div.sahibinden-dialog[data-type=BOTTOM_SHEET] .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons::after{content:'';position:absolute;top:0;left:-16px;width:100vw;height:1px;background:#eaeaea}div.sahibinden-dialog[data-type=BOTTOM_SHEET] .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button{text-align:center;box-shadow:1px 0 2px rgba(0,0,0,0.07),0px 0 4px rgba(0,0,0,0.06),0px 2px 3px rgba(0,0,0,0.1);border:0;border-radius:2px;font-weight:700;font-size:14px;line-height:21px;background-color:#438ed8;color:#fff;flex:1;padding:9.5px}div.sahibinden-dialog[data-type=BOTTOM_SHEET] .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-main .content-buttons button.secondary{background-color:#f7f7f7;color:#438ed8}div.sahibinden-dialog[data-type=BOTTOM_SHEET] .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-footer{border-top:1px solid #eaeaea;padding:16px;display:flex;flex-shrink:0}div.sahibinden-dialog[data-type=BOTTOM_SHEET] .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-footer:empty{display:none}div.sahibinden-dialog[data-type=BOTTOM_SHEET] .sahibinden-dialog-wrapper .sahibinden-dialog-inner-wrapper .dialog-footer button.dialog-footer-button-ok{background-color:#438ed8;color:#fff;font-weight:700;font-size:14px;line-height:21px;text-align:center;flex:1;box-shadow:1px 0 2px rgba(0,0,0,0.07),0 0 4px rgba(0,0,0,0.06),0 2px 3px rgba(0,0,0,0.1);border:0;border-radius:2px;padding:9.5px;cursor:pointer}}