.ripple{position:relative;overflow:hidden}.ripple-effect{display:inline-block;position:absolute;top:0;left:0;border:2px solid hsla(0,0%,100%,.3);border-radius:50%;-webkit-animation:ripple 1s ease forwards;animation:ripple 1s ease forwards;z-index:3}@-webkit-keyframes ripple{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(200);transform:scale(200)}}@keyframes ripple{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(200);transform:scale(200)}}.red-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:49px;padding:0 15px;border-radius:15px;background:#ee4036;font-weight:400;font-size:12px;color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.red-btn.sm{height:32px}.red-btn i{margin:0 10px 0 0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.red-btn:hover{background:#fc5263}.red-btn:active,.red-btn:focus{background:#b83b48}.border-btn{height:32px;border-radius:16px;background:#fff;border:2px solid #0036d9;padding:0 15px;font-weight:400;font-size:12px;line-height:1;color:#555;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.border-btn img{max-width:16px;margin:0 10px 0 0}.border-btn i{font-size:16px;margin:0 10px 0 0;color:#ee4036;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media (max-width:374px){.border-btn{padding:0 10px}}.border-btn:hover{background:#0036d9;color:#fff}.border-btn:hover i{color:#fff}.border-btn:active,.border-btn:focus{background:#0036d9;border-color:#0036d9;color:#fff}.border-btn:active i,.border-btn:focus i{color:#fff}input,textarea{outline:none;border:none}textarea{width:100%;height:310px;background:#f5f5f5;border-radius:0;padding:15px 20px;font-weight:400;font-size:18px;line-height:28px;text-align:left;resize:none}textarea::-webkit-input-placeholder{font-weight:400;font-size:18px;line-height:28px;color:#878787}textarea:-moz-placeholder{font-weight:400;font-size:18px;line-height:28px;color:#878787}textarea.b-textarea{width:100%;min-height:240px;height:auto;max-height:310px}.input__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 0 0}.input__wrapper-label{font-weight:400;font-size:18px;line-height:1;color:#878787;width:110px;-ms-flex-negative:0;flex-shrink:0;margin-right:10px}.input__wrapper .input__file{opacity:0;visibility:hidden;position:absolute}.input__wrapper .input__file-icon-wrapper{width:44px;height:44px;background:#fff;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px}.input__wrapper .input__file-button-text{line-height:1;margin-top:1px;font-weight:400;font-size:18px;line-height:1.1;color:#878787}.input__wrapper .input__file-button{width:200px;height:40px;background:#f5f5f5;border:.5px solid #878787;border-radius:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}select{outline:none}.b-select{width:100%;height:40px;padding:0 43px;font-weight:400;font-size:16px;line-height:18px;text-align:lef;border-radius:0;background:#f5f5f5 url("/img/select-arrow.svg");background-repeat:no-repeat;background-position:right 10px center;background-size:9px;-webkit-appearance:none;-moz-appearance:none;text-indent:.01px;text-overflow:"";-ms-appearance:none;appearance:none!important}.b-checkbox:not(:last-child){margin:0 0 15px}.b-checkbox input[type=checkbox]{display:none}.b-checkbox input[type=checkbox]+label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0}.b-checkbox input[type=checkbox]+label span{width:22px;height:22px;-ms-flex-negative:0;flex-shrink:0;border-radius:6px;background:#fff;border:1px solid #c3d7ff;cursor:pointer}.b-checkbox input[type=checkbox]+label i{font-style:normal;cursor:pointer;margin-left:15px;font-size:14px;line-height:1.4;color:#646b82;font-weight:400}.b-checkbox input[type=checkbox]:checked+label span{background:url("/img/checkbox.svg") 50% no-repeat #e1ebff;border-color:#224fa9}.b-checkbox:hover input[type=checkbox]+label span{border-color:#224fa9}.b-radio:not(:last-child){margin:0 0 15px}.b-radio input[type=radio]{display:none}.b-radio input[type=radio]+label{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0}.b-radio input[type=radio]+label,.b-radio input[type=radio]+label span:not(.info_block){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.b-radio input[type=radio]+label span:not(.info_block){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0;border:1px solid #b3b9cf;border-radius:100%;margin-right:10px;position:relative;cursor:pointer}.b-radio input[type=radio]+label span:not(.info_block):before{position:absolute;top:50%;left:50%;content:"";-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#f32735;border-radius:100%;width:10px;height:10px;opacity:0;visibility:hidden}.b-radio input[type=radio]+label i{font-weight:500;font-size:12px;line-height:1;color:#555;font-style:normal;cursor:pointer}.b-radio input[type=radio]+label strong{background:#2bb673;border-radius:3px;padding:3px 10px;font-weight:400;font-size:10px;line-height:normal;color:#fff}.b-radio input[type=radio]+label .info{margin:0 10px}.b-radio input[type=radio]+label b{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-weight:500;font-size:12px;line-height:16px;text-align:right;color:#555}.b-radio input[type=radio]:hover+label span:not(.submit-spinner){border-color:#f32735}.b-radio input[type=radio]:hover+label span:not(.submit-spinner):before{background:#b3b9cf;opacity:1;visibility:visible}.b-radio input[type=radio]:checked+label span:not(.submit-spinner){border-color:#f32735!important}.b-radio input[type=radio]:checked+label span:not(.submit-spinner):before{background:#f32735;opacity:1!important;visibility:visible}.fancybox-enabled{padding:0 17px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.fancybox-container{z-index:999999}.modal-dialog{pointer-events:inherit}.modal{z-index:99999999}.slick-slide,.slick-slide:focus,.slick-slide:hover{outline:none!important}.d-none{display:none!important}.swiper-container{overflow:hidden}.d-block{display:block!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.mb-0{margin-bottom:0!important}.just-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.just-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.text-transform-none{text-transform:none!important}.just-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.w-100{width:100%}.flex-grow-1{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.input:not(:last-child){margin:0 0 20px}.input__wrap{position:relative}.input__title{font-weight:500;line-height:normal;color:#555;margin:0 0 5px}.input__promt,.input__title{font-size:12px;text-align:left}.input__promt{font-weight:400;line-height:16px;color:#979797;margin:5px 0 0}.input__text{width:100%;height:50px;background:#f9f9f9;border:1px solid #e4e4e4;border-radius:5px;padding:0 10px;font-weight:400;font-size:16px;line-height:18px;text-align:left;color:#555;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.input__text::-webkit-input-placeholder{font-weight:400;font-size:16px;line-height:18px;text-align:left;color:#555;opacity:.5}.input__text:-moz-placeholder{font-weight:400;font-size:16px;line-height:18px;text-align:left;color:#555;opacity:.5}.input__text:focus,.input__text:hover{border-color:#4f5ae4}.iti{width:100%}.iti--separate-dial-code .iti__selected-dial-code{margin:0 10px}.iti__selected-flag{padding:0 16px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.iti__arrow{border-left:4px solid transparent;border-right:4px solid transparent;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.iti__selected-dial-code{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.select-label{font-weight:400;font-size:12px;text-align:left;color:#979797;width:26%!important}.select-custom .select2-container{width:100%!important}.select-custom .select2-selection{height:50px!important;border-radius:5px;background:#f9f9f9;border:1px solid #e4e4e4}.select-custom .select2-selection__rendered{line-height:50px!important;padding-left:15px!important;padding-right:35px!important;font-weight:400;font-size:16px;text-align:left;color:#555}.select-custom .select2-selection__arrow{height:100%!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;right:10px!important}.select-custom .select2-selection__arrow b{position:static!important;border:none!important;background:url("/img/select-arrow.svg") 50% no-repeat;width:12px!important;height:12px!important;margin:0!important}.select-custom .select2-container--open .select2-selection__arrow b{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.select2-search--dropdown{padding:10px}.select2-search__field{height:38px;border-radius:6px;background:#fff;border:1px solid #dce2f3;padding:0 12px}.select-country .select2-selection__rendered{padding-left:0!important;padding-right:10px!important}.select-country .select2-selection__rendered span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.select-country .select2-selection__rendered span img{width:24px;-ms-flex-negative:0;flex-shrink:0;margin:0 10px 0 0}.select-country .select2-selection__rendered span i{font-style:normal;font-weight:500;font-size:14px;color:#555}.select-country .select2-selection--single{border:none;display:-webkit-box;display:-ms-flexbox;display:flex}.select-country .select2-selection__arrow{position:static!important;height:100%!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;right:10px!important}.select-country .select2-selection__arrow b{position:static!important;border:none!important;background:url("/img/select-arrow.svg") 50% no-repeat;width:12px!important;height:12px!important;margin:0!important}.select-country .select2-container--open .select2-selection__arrow b{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.select2-results__option span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.select2-results__option span img{width:24px;-ms-flex-negative:0;flex-shrink:0;margin:0 10px 0 0}.select2-results__option span i{font-style:normal;font-weight:500;font-size:14px;color:#555}.arrow{width:24px;height:24px;border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:15px;color:#5181e2;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:10}.arrow:before{position:relative;top:0}.arrow:hover{color:#0036d9;background:#f8faff}.arrow:active.arrow__down:before{top:2px}.arrow:active.arrow__top:before{top:-2px}.arrow:active.arrow__right:before{right:-2px}.arrow:active.arrow__left:before{right:2px}.tab-pane{display:none}.tab-pane.active{display:block}.tooltip_templates{display:none}.tooltipster-default{border:none!important;border-radius:8px!important;background:#fff!important;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16)!important;box-shadow:0 3px 6px rgba(0,0,0,.16)!important;color:#555;max-width:345px;text-align:center}.tooltipster-default .tooltipster-content{font-family:Rubik,sans-serif!important;font-size:12px!important;line-height:normal!important}.b-content p{font-weight:400;font-size:16px;line-height:26px;text-align:left;color:#4b4e58}.b-content p strong{font-weight:500}.b-content ol li,.b-content ul li{font-weight:400;font-size:16px;line-height:26px;text-align:left;color:#4b4e58}.b-content ol li:not(:last-child),.b-content ul li:not(:last-child){margin:0 0 15px}.b-content ol li::marker,.b-content ul li::marker{color:#e4394a}.b-content ul li{position:relative;padding:0 0 0 22px}.b-content ul li:before{position:absolute;top:0;left:0;content:"\2022";font-weight:700;font-size:16px;color:#e4394a}.b-content blockquote{border:1px solid #dce2f3;border-left:4px solid #224fa9;border-radius:6px;font-weight:400;font-size:16px;line-height:26px;text-align:left;color:#4b4e58;margin:20px 0;padding:15px}.b-content blockquote:first-child{margin-top:0}.b-content blockquote:last-child{margin-bottom:0}.b-breadcrumb ul,.b-breadcrumb ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.b-breadcrumb ul li{font-weight:400;font-size:12px;line-height:1;color:#8e8e8e;gap:5px;margin-right:5px}.b-breadcrumb ul li:last-child{pointer-events:none}.b-breadcrumb ul li:last-child:after{display:none}.b-breadcrumb ul li a{display:block;font-weight:400;font-size:12px;text-align:left;color:#8e8e8e}.b-breadcrumb ul li a:hover{text-decoration:none;color:#224fa9}.b-vin{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:12px;line-height:normal;color:#555}.b-vin,.b-vin span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:500}.b-vin span{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:9px;line-height:10px;text-align:center;color:#fff;min-width:19px;height:14px;background:#0036d9;margin:0 10px 0 0;border-radius:3px}.b-vin span,.copy{-ms-flex-negative:0;flex-shrink:0}.copy{width:14px;height:17px;background:url("/img/copy_icon.svg") 50% no-repeat}.copy:hover{background:url("/img/copy_icon-h.svg") 50% no-repeat}.status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:100%;width:24px;height:24px;font-weight:500;font-size:12px;text-align:center;color:#fff;cursor:pointer;text-transform:uppercase}.status.r-status{background:#5cb44e}.status.n-status{background:#c74e4e}.status.s-status{background:#367cc2}.status-p{width:18px;height:18px;border-radius:4px;background:#c74e4e;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:500;font-size:12px;line-height:normal;text-align:left;color:#fff;-ms-flex-negative:0;flex-shrink:0;cursor:pointer}.status-p:not(:last-child){margin:0 10px 0 0}.info{width:18px;height:18px;-ms-flex-negative:0;flex-shrink:0;color:#7984a6;font-size:14px;cursor:pointer}.bet,.info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bet{width:164px;height:50px;border-radius:5px;background:#f9f9f9;border:1px solid #e4e4e4;padding:0 10px;margin:0 0 15px}.bet .minus,.bet .plus{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;width:24px;height:24px;border-radius:100%;font-size:20px;color:#7984a6;-ms-flex-negative:0;flex-shrink:0}.bet .minus:hover,.bet .plus:hover{color:#0036d9}.bet .minus:active:before,.bet .plus:active:before{-webkit-transform:scale(.9);transform:scale(.9)}.bet input{background:#f9f9f9;width:100%;height:100%;font-weight:500;font-size:12px;line-height:14px;text-align:center;color:#555;padding:0 10px}.limit{width:164px;height:50px;border-radius:5px;background:#f9f9f9;border:1px solid #e4e4e4;padding:0 10px;margin:0 0 15px}.limit,.limit .minus,.limit .plus{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.limit .minus,.limit .plus{background:#fff;width:24px;height:24px;border-radius:100%;font-size:20px;color:#7984a6;-ms-flex-negative:0;flex-shrink:0}.limit .minus:hover,.limit .plus:hover{color:#0036d9}.limit .minus:active:before,.limit .plus:active:before{-webkit-transform:scale(.9);transform:scale(.9)}.limit input{padding:0 10px;display:none}.limit__value,.limit input{background:#f9f9f9;width:100%;height:100%;font-weight:500;font-size:12px;line-height:14px;text-align:center;color:#555}.limit__value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.limit__value span{min-width:16px;text-align:center}.limit__value i{margin:0 0 0 10px;color:#0036d9;font-size:20px}.social{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.social,.social .soc-tel,.social .soc-viber{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.social .soc-tel,.social .soc-viber{width:24px;height:24px;border-radius:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:9px;color:#fff}.social .soc-tel:not(:last-child),.social .soc-viber:not(:last-child){margin:0 10px 0 0}.social .soc-tel{background:#139bd0}.social .soc-viber{background:#7c519b}.btn-reserv{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:182px;height:30px;border-radius:15px;background:#5cb44e;font-weight:400;font-size:12px;text-align:left;color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.btn-reserv img{margin:0 10px 0 0}.btn-reserv:hover{background:#69bd5b}.btn-reserv:active{background:#5aa74d}.swiper-button-disabled{pointer-events:none;opacity:.4}.swiper-pagination{position:static;margin:10px 0 0}.swiper-pagination .swiper-pagination-bullet{width:9px;height:9px;background:#8e8e8e;margin:0 2.5px!important;opacity:1}.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#ee4036}.auction{padding:5px 10px;font-weight:500;font-size:10px;line-height:normal;color:#fff;border-radius:4px}.auction.auction_ia{background:#be1e2d}.auction.auction_copart{background:#3751a2}.auction.auction_manheim{background:#e2ae14}.title{font-weight:400;font-size:28px;line-height:33px;text-align:center;color:#555}.title.white{color:#fff}.btn-print{margin:20px auto}.btn-blue{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn-blue:before{content:"";background:url("/img/print.svg") 50% no-repeat;width:22px;height:21px;margin:0 10px 0 0}.btn-blue span{font-weight:400;text-decoration:underline;font-size:12px;color:#0036d9}.btn-blue:hover{opacity:.8}.btn-blue:hover span{text-decoration:none}.btn-report:before{background:url("/img/report-icon.svg") 50% no-repeat;width:12px;height:12px}.btn-delivery:before{display:none}.btn-delivery i{width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0;margin:0 10px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;color:#0036d9}.btn-similar{width:100%;height:49px;font-size:16px;border-radius:25px;margin:0 0 15px}.hide-lot{width:100%}.title-code{background:rgba(92,180,78,.1);border-radius:15px;padding:8px 12px;font-weight:400;font-size:11px;text-align:center;color:#5cb44e}.time-p{height:18px;border-radius:4px;background:#c74e4e;padding:0 5px;font-weight:400;font-size:12px;text-align:left;color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 0 0}.time-p:first-child{margin-top:0}.country-delivery span.multiselect__option,.country-delivery span.multiselect__single{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1199px){.row{margin-left:-10px;margin-right:-10px}.row .col{padding-left:10px;padding-right:10px}.status-p:not(:last-child){margin:0 5px 0 0}}@media (max-width:767px){.b-breadcrumb ul{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.row{margin-left:-15px;margin-right:-15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.row .col{padding-left:15px;padding-right:15px}.row .col.col-12{width:100%}.row .col.col-8{width:66.666667%}.row .col.col-6{width:50%}.row .col.col-4{width:33.333333%}.row .col.col-3{width:25%}@media (max-width:1199px){.row .col.col-lg-12{width:100%}.row .col.col-lg-8{width:66.666667%}.row .col.col-lg-6{width:50%}.row .col.col-lg-4{width:33.333333%}.row .col.col-lg-3{width:25%}}@media (max-width:991px){.row .col.col-md-12{width:100%}.row .col.col-md-8{width:66.666667%}.row .col.col-md-6{width:50%}.row .col.col-md-4{width:33.333333%}.row .col.col-md-3{width:25%}}@media (max-width:767px){.row .col.col-xs-12{width:100%}.row .col.col-xs-8{width:66.666667%}.row .col.col-xs-6{width:50%}.row .col.col-xs-4{width:33.333333%}.row .col.col-xs-3{width:25%}}.b-delivery{margin:0;font-size:16px;line-height:1.2;font-family:Rubik,sans-serif;width:100%;-webkit-overflow-scrolling:touch;min-height:100%;min-width:320px}.b-delivery.body-overflow{overflow:hidden}.b-delivery label{float:unset}.modal-overlay{position:fixed;top:0;right:0;width:100%;height:100%;background:#8b8b8b;overflow:auto;padding:50px 0 110px;-webkit-box-sizing:border-box;box-sizing:border-box;opacity:0;visibility:hidden;z-index:-1}.modal-overlay,.modal-overlay.active{-webkit-transition:.3s;transition:.3s}.modal-overlay.active{opacity:1;visibility:visible;z-index:9999}.modal-close{background:url("/img/modal-close.svg") 50% no-repeat;width:23px;height:23px;color:#9197a8;font-size:23px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.modal-close:hover{color:#646b82}.modal-close:active,.modal-close:focus{color:#2c2c2c}.b-modal__content{width:100%;max-width:800px;margin:0 auto;pointer-events:auto;background:#fff;-webkit-box-shadow:0 0 40px rgba(0,0,0,.26);box-shadow:0 0 40px rgba(0,0,0,.26);position:relative;border-radius:10px}.b-modal__container{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;min-height:480px}.b-modal__container,.b-modal__left{display:-webkit-box;display:-ms-flexbox;display:flex}.b-modal__left{width:370px;-ms-flex-negative:0;flex-shrink:0;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e7f2ff));background:linear-gradient(#fff,#e7f2ff);border-radius:10px 0 0 10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.b-modal__left_center{padding:0 50px}.b-modal__img{border-radius:10px 0 0 10px;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.b-modal__right{padding:40px 30px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.b-modal__title{margin:0 0 30px}.b-modal__title-item{font-weight:400;font-size:22px;line-height:normal;text-align:left;color:#555}.b-modal__title-item:not(:last-child){margin:0 0 10px}.b-modal__title-sub{font-weight:400;font-size:14px;line-height:normal;text-align:left;color:#555}.b-modal__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;margin:0 0 20px}.b-modal__btns .border-btn:not(:last-child){margin:0 10px 0 0}.b-modal__divider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:400;font-size:12px;line-height:normal;text-align:center;color:#979797;margin:0 0 20px}.b-modal__divider span{margin:0 9px}.b-modal__divider:after,.b-modal__divider:before{content:"";-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:1px;background:#e1e1e1}.b-modal .row{margin-left:-10px;margin-right:-10px;margin-top:-20px}.b-modal .row .col{padding-left:10px;padding-right:10px;margin-top:20px}.b-modal__conditions{text-align:center;font-weight:400;font-size:12px;line-height:normal;color:#8e8e8e;margin:0 auto 20px!important}.b-modal__conditions a{color:#0036d9;text-decoration:underline}.b-modal__reg-btn{width:100%;border-radius:25px;font-size:16px}.b-modal__registered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0 0}.b-modal__registered span{font-weight:400;font-size:12px;line-height:normal;text-align:left;color:#555;margin:0 15px 0 0}.b-modal__registered .border-btn{min-width:84px}.b-modal__icon{margin:0 0 40px}.b-modal__icon img{margin:0 auto}.b-modal__text b{display:block;font-weight:500;font-size:18px;line-height:normal;text-align:left;color:#555;margin:0 0 24px}.b-modal__text ul li{position:relative;font-weight:400;font-size:14px;line-height:22px;color:#555;padding:0 0 0 26px}.b-modal__text ul li:not(:last-child){margin:0 0 24px}.b-modal__text ul li:before{position:absolute;top:4px;left:0;content:"";background:url("/img/check_green.svg") 50% no-repeat;width:14px;height:14px}.b-modal .b-modal__text_2 ul li:before{background:url("/img/n-check.svg") 50% no-repeat}.b-modal__country{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 0 20px}.b-modal__country,.b-modal__country-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.b-modal__country-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.b-modal__country-left img{width:24px;-ms-flex-negative:0;flex-shrink:0;margin:0 10px 0 0}.b-modal__country-left span{font-weight:500;font-size:14px;color:#555}.b-modal__delivery{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:7px 0;border-top:1px solid #f5f5f5}.b-modal__delivery-left span{display:block}.b-modal__delivery-left p,.b-modal__delivery-left span{font-weight:400;font-size:12px;line-height:16px;text-align:left;color:#979797}.b-modal__delivery-left p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.b-modal__delivery-left p b{font-weight:700;padding:0 3px 0 0;color:#555}.b-modal__delivery-left p .info{margin:0 0 0 3px}.b-modal__delivery-price{font-weight:500;font-size:12px;line-height:16px;text-align:right;color:#555;padding:5px 0 0}.b-modal__delivery:last-child,.b-modal__insurance{border-bottom:1px solid #f5f5f5}.b-modal__insurance{margin:20px 0;padding:0 0 20px}.b-modal__insurance-title{font-weight:500;font-size:14px;color:#555;margin:0 0 10px}.b-modal__insurance-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 20px}.b-modal__insurance-left{font-weight:500;font-size:12px;color:#555;margin:0 10px 0 0}.b-modal__insurance .bet{margin:0}.b-modal__total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 20px}.b-modal__total-text{font-weight:500;font-size:16px;color:#555}.b-modal__total-price{font-weight:500;font-size:16px;color:#ee4036}.b-modal.b-modal_2 .b-modal__title-sub{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.b-modal.b-modal_2 .b-modal__container{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.b-modal.b-modal_2 .b-modal__left{background:-webkit-gradient(linear,left top,left bottom,from(#e7f2ff),to(#fff));background:linear-gradient(#e7f2ff,#fff);width:100%;padding:40px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.b-modal.b-modal_2 .b-modal__text{width:50%}.b-modal.b-modal_2 .b-modal__text:not(:last-child){margin:0 30px 0 0}.b-modal.b-modal_2 .b-modal__right{width:100%;max-width:370px;padding:40px 0;margin:0 auto}.b-modal.b-modal_2 .b-modal__insurance{padding:0;border:none}.b-modal.b-modal_2 .b-modal__total{padding:7px 0 0;border-top:1px solid #f5f5f5}.b-modal.b-modal_2 .border-btn{width:100%;margin:20px 0 0}.modal-close{position:absolute;top:20px;right:20px;background:url("/img/close.svg") 50% no-repeat;width:12px;height:12px}@media (max-width:991px){.b-modal__container{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.b-modal__left{width:100%}.b-modal__right{padding:20px}.b-modal__img{border-radius:0;max-height:504px}.b-modal__left{background:-webkit-gradient(linear,left top,left bottom,from(#e7f2ff),to(#fff));background:linear-gradient(#e7f2ff,#fff);-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-radius:0}.b-modal__left_center{padding:50px 20px}.b-modal__icon{width:74px;-ms-flex-negative:0;flex-shrink:0;margin:0 20px 0 0}}@media (max-width:767px){.modal-overlay{padding:0}.b-modal__title{max-width:90%}.b-modal__content,.b-modal__img{border-radius:0}.b-modal__img{max-height:304px}.b-modal.b-modal_2 .b-modal__right{padding:20px}.b-modal.b-modal_2 .b-modal__left{padding:20px;display:block}.b-modal.b-modal_2 .b-modal__text{width:100%}.b-modal.b-modal_2 .b-modal__text:not(:last-child){margin:0 0 30px}}.main{padding:20px 0 70px;background:url("/img/bg.jpg") top no-repeat;background-size:cover}.main .b-breadcrumb{margin:0 0 30px}.main__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main__left{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.main__left p{font-weight:400;font-size:16px;line-height:24px;text-align:left;color:#555}.main__left ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;max-height:140px}.main__left ul li{position:relative;font-weight:400;font-size:16px;line-height:22px;color:#555;padding:0 0 0 26px;max-width:270px}.main__left ul li:not(:last-child){margin:0 0 24px}.main__left ul li:before{position:absolute;top:4px;left:0;content:"";background:url("/img/check_green.svg") 50% no-repeat;width:14px;height:14px}.main__title{font-weight:400;font-size:34px;line-height:44px;text-align:left;color:#555}.main__title:not(:last-child){margin:0 0 30px}.main__form{width:470px;border-radius:10px;background:#fff;-webkit-box-shadow:0 0 10px rgba(0,0,0,.05);box-shadow:0 0 10px rgba(0,0,0,.05);padding:40px 50px;-ms-flex-negative:0;flex-shrink:0;margin:0 0 0 30px}.main__form-title{font-weight:400;font-size:22px;color:#555;margin:0 0 30px}.main.main_delivery{background:url("/img/delivery__bg.jpg") top no-repeat;background-size:cover;padding-bottom:30px}.main.main_delivery .b-breadcrumb{margin:0}.main .mainDelivery__wrap{width:100%;max-width:570px;-ms-flex-negative:0;flex-shrink:0}.main .mainDelivery{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;border-radius:10px;background:#fff;border:1px solid #0036d9;-webkit-box-shadow:0 0 10px rgba(0,0,0,.05);box-shadow:0 0 10px rgba(0,0,0,.05)}.main .mainDelivery-left{padding:20px;background:#fff;border-radius:10px 0 0 10px;width:270px;-ms-flex-negative:0;flex-shrink:0}.main .mainDelivery-right{background:#f5f7fb;border-radius:0 10px 10px 0;padding:20px 20px 20px 30px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.main .mainDelivery-right .b-modal__title-item{margin:0 0 3px}.main .mainDelivery-right .b-modal__insurance-wrap{display:block}.main .mainDelivery-right .b-modal__insurance-left{margin:0 0 10px}.main .mainDelivery-right .btn-print{margin:20px auto 0}@media (max-width:1199px){.main.main_delivery{background:#fff;position:relative;padding-top:0}.main.main_delivery .main_delivery__top{background:url("/img/delivery__bg.jpg") top no-repeat;background-size:cover;padding-top:15px;padding-bottom:40px}.main.main_delivery .b-breadcrumb{margin:0 0 10px;position:relative;z-index:2}.main.main_delivery .main__container{display:block}.main.main_delivery .main__left{position:relative;z-index:2}.main.main_delivery .main__title:not(:last-child){margin:0 0 30px}.main.main_delivery .mainDelivery__wrap{max-width:100%}.main.main_delivery .mainDelivery-left,.main.main_delivery .mainDelivery-right{width:50%}.main.main_delivery .mainDelivery__xs{padding:20px 0 0}}@media (max-width:991px){.main{padding:20px 0 45px}.main__container{display:block}.main__form{width:100%;margin:20px 0 0;padding:20px}.main__title:not(:last-child){margin:0 0 16px}.main.main_delivery:after{max-height:305px}}@media (max-width:767px){.main{padding:20px 0 70px}.main__title{font-size:28px;line-height:38px}.main__form{margin:30px 0 0}.main__left ul{display:block;max-height:inherit}.main.main_delivery .main__title:not(:last-child){margin:0 0 20px}.main.main_delivery .mainDelivery__wrap{margin-top:15px}.main.main_delivery .mainDelivery{display:block;overflow:hidden}.main.main_delivery .mainDelivery-left,.main.main_delivery .mainDelivery-right{width:100%}.main.main_delivery:after{max-height:402px}}.deliveryInfo{background:#3751a2;padding:40px 0 60px}.deliveryInfo .title{margin:0 0 30px}.deliveryInfo__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden}.deliveryInfo__item{width:170px}.deliveryInfo__item-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;margin:0 0 30px;position:relative}.deliveryInfo__item-img span{display:block;width:16px;height:16px;background:#fff;-webkit-filter:drop-shadow(0 0 10px hsla(0,0%,100%,.63));filter:drop-shadow(0 0 10px rgba(255,255,255,.63));border-radius:100%;position:relative;z-index:2}.deliveryInfo__item-img img{position:relative;z-index:2}.deliveryInfo__item-text{text-align:center}.deliveryInfo__item-text b{font-size:32px;margin:0 0 5px}.deliveryInfo__item-text b,.deliveryInfo__item-text span{display:block;font-weight:400;line-height:normal;color:#fff}.deliveryInfo__item-text span{font-size:16px}.deliveryInfo__item:first-child .deliveryInfo__item-img{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.deliveryInfo__item:first-child .deliveryInfo__item-img:after{position:absolute;top:50%;left:10px;content:"";-webkit-transform:translateY(-50%);transform:translateY(-50%);width:1150px;height:1px;border-bottom:1px dashed #fff;z-index:1}.deliveryInfo__item:last-child .deliveryInfo__item-img{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.deliveryBlog{background:url("/img/delivery-bg2.png") center top 8px no-repeat;padding:60px 0 30px}.deliveryBlog__top{margin:0 auto 30px;max-width:770px}.deliveryBlog__top .title{margin:0 0 25px}.deliveryBlog__top p{font-weight:400;font-size:16px;line-height:24px;text-align:center;color:#555}.deliveryBlog__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.deliveryBlog__item-img{background:#7984a6;margin:0 0 30px;position:relative;width:100%;padding-top:56.25%;border-radius:15px;overflow:hidden;-webkit-box-shadow:0 4px 6px rgba(0,0,0,.1);box-shadow:0 4px 6px rgba(0,0,0,.1)}.deliveryBlog__item iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.deliveryBlog__item-btn{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:57px;color:#fff}.deliveryBlog__item-text b{display:block;font-weight:400;font-size:22px;line-height:normal;color:#555;margin:0 0 16px}.deliveryBlog__item-text p{font-weight:400;font-size:14px;line-height:22px;color:#555}.deliveryBlog__item-text p:not(:last-child){margin:0 0 16px}.auctions-brands .no_chunk li{max-width:25%;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}@media (max-width:767px){.auctions-brands .no_chunk li{max-width:33.33%;-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%}}@media (max-width:767px) and (max-width:650px){.auctions-brands .no_chunk li{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media (max-width:767px) and (max-width:650px) and (max-width:425px){.auctions-brands .no_chunk li{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.content{background:#f5f7fb}.question-answer-panel{padding:40px 0;margin:unset}.wrapper{background-color:#f5f7fb}.car_price_block{margin-bottom:20px}@media (max-width:991px){.deliveryInfo{padding:50px 0 60px}.deliveryInfo .title{margin:0 0 40px}.deliveryInfo__row{display:block;max-width:301px;margin:0 auto}.deliveryInfo__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:auto}.deliveryInfo__item-img{width:50px;margin:0 80px 0 0}.deliveryInfo__item-text{text-align:left}.deliveryInfo__item:first-child{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.deliveryInfo__item:first-child .deliveryInfo__item-img img{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.deliveryInfo__item:first-child .deliveryInfo__item-img:after{width:1px;height:438px;border-bottom:none;border-left:1px dashed #fff;top:12px;-webkit-transform:translateX(-50%);transform:translateX(-50%);left:50%}.deliveryInfo__item:not(:last-child){margin:0 0 40px}.deliveryInfo__item:last-child .deliveryInfo__item-img{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.deliveryBlog{padding:40px 0 55px}.deliveryBlog__top{text-align:center;margin:0 0 40px}.deliveryBlog__top .title{text-align:center}.deliveryBlog .row{margin-top:-40px}.deliveryBlog .row .col{margin-top:40px;width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.deliveryBlog__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.deliveryBlog__item-img{width:350px;-ms-flex-negative:0;flex-shrink:0;margin:0 20px 0 0}}@media (max-width:767px){.deliveryBlog{padding:50px 0}.deliveryBlog__item{display:block}.deliveryBlog__item-img{width:100%;margin:0 0 30px}}.home-delivery-blog .deliveryBlog{background-color:#fff}.home-delivery-blog .deliveryBlog__item-img .youtube{position:absolute;top:0;left:0;width:100%;height:100%;padding-top:0;min-height:0}.home-delivery-blog .deliveryBlog__item-img .youtube .play-button,.home-delivery-blog .deliveryBlog__item-img .youtube .play-button:before,.home-delivery-blog .deliveryBlog__item-img .youtube iframe,.home-delivery-blog .deliveryBlog__item-img .youtube img{position:absolute}.home-delivery-blog .deliveryBlog__item-img .youtube iframe,.home-delivery-blog .deliveryBlog__item-img .youtube img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.info_block{display:inline-block;vertical-align:middle;margin-left:4px;line-height:1}.info_block img{width:16px;height:16px;cursor:pointer;vertical-align:middle}.info-block-overlay{position:fixed;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0;width:100%;height:100vh;background:rgba(0,0,0,.2);z-index:999;opacity:1}.info-blocks{-webkit-box-shadow:0 0 40px rgba(0,0,0,.26);box-shadow:0 0 40px rgba(0,0,0,.26);border-radius:10px;background-color:#fff;position:fixed;top:50%;left:50%;-webkit-transform:perspective(1px) translateZ(0) translateX(-50%) translateY(-50%)!important;transform:perspective(1px) translateZ(0) translateX(-50%) translateY(-50%)!important;padding:0}.info-block-close{position:absolute;right:5px;top:5px;font-size:28px;font-weight:700;color:#999;background:none;border:none;cursor:pointer;line-height:1;padding:0;width:30px;height:30px;z-index:1000}.info-block-close:hover{color:#333}.info-blocks .popover-content{padding:0!important}.info-blocks .panel{margin-bottom:0;border:none;-webkit-box-shadow:none;box-shadow:none}.info-blocks .panel-heading{font-size:14px;font-weight:700;padding:0 10px;background-color:#f8f9fa;border-bottom:1px solid #eee;margin:0;border-radius:8px 8px 0 0}.info-blocks .table-responsive{border:0}.info-blocks .table{width:100%;margin-bottom:0;background-color:transparent;border-collapse:collapse}.info-blocks .table td,.info-blocks .table th{padding:10px 15px;vertical-align:top;border-top:1px solid #eee;text-align:left;font-size:12px}.info-blocks .table thead th{vertical-align:bottom;border-bottom:2px solid #ddd;font-weight:700;background-color:#fff;color:#555}.info-blocks strong{font-weight:700!important}.info-blocks p{margin-bottom:10px;padding:0 15px}.info-blocks div[style*="background: #f9f9f9"]{border-radius:0 0 8px 8px;font-size:11px!important;padding:10px 15px!important;background-color:#fcfcfc!important;color:#888!important}.about-company-page .about_h1{display:block;margin:0 auto;padding:30px 0 0 30px}.about-company-page .about_h1 h1{font-size:34px;color:#000}.about-company-page__hero-title{padding:30px 0;line-height:40px}.about-company-page .trustbar{background-color:#fff}.about-company-page .trustbar__title-wrap{padding:40px 0 0;text-align:center}.about-company-page .trustbar__title-wrap h2{font-size:32px}.about-company-page .trust-bar-section{background-color:#fff;padding:60px 20px;min-height:100px}.about-company-page .trust-bar-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;gap:30px;max-width:1200px;margin:0 auto}.about-company-page .trust-bar-item{-webkit-box-flex:1;-ms-flex:1 1 200px;flex:1 1 200px;text-align:center;min-width:200px}.about-company-page .stat-number{font-size:3rem;font-weight:700;color:#3751a2;margin:0 0 10px}.about-company-page .stat-description{font-size:1rem;color:#374151;margin:0}.about-company-page__reviews{padding:40px 0;background:#fff}.about-company-page__extra{background:#fff}.about-company-page .team-gallery-section{background-color:#f9f9f9;padding:50px 20px}.about-company-page .team-gallery-title{text-align:center;font-size:2.5rem;font-weight:700;color:#222;margin-bottom:40px}.about-company-page .gallery-container{max-width:1200px;margin:0 auto}.about-company-page .gallery-main-image{margin-bottom:20px}.about-company-page .gallery-main-image img{width:50%;height:auto;margin:0 auto;display:block;border-radius:12px;-webkit-box-shadow:0 4px 10px rgba(0,0,0,.1);box-shadow:0 4px 10px rgba(0,0,0,.1)}.about-company-page .gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.about-company-page .gallery-grid-item{background-color:#f9fafb;border-radius:8px;-webkit-box-shadow:0 4px 6px rgba(0,0,0,.05);box-shadow:0 4px 6px rgba(0,0,0,.05);overflow:hidden;-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease}.about-company-page .gallery-grid-item:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 10px 15px rgba(0,0,0,.1);box-shadow:0 10px 15px rgba(0,0,0,.1)}.about-company-page .gallery-grid-item img{width:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:4/3;display:block;border-radius:8px 8px 0 0}.about-company-page .gallery-item-caption{padding:16px;text-align:left}.about-company-page .item-name{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 4px}.about-company-page .item-title{font-size:.9rem;color:#6b7280;margin:0}@media (max-width:767px){.about-company-page .gallery-grid{grid-template-columns:repeat(2,1fr)}.about-company-page .team-gallery-title{font-size:2rem}.about-company-page .trust-bar-item{-ms-flex-preferred-size:40%;flex-basis:40%}.about-company-page .stat-number{font-size:3rem}}@media (max-width:480px){.about-company-page .gallery-grid{grid-template-columns:1fr}.about-company-page .trust-bar-item{-ms-flex-preferred-size:100%;flex-basis:100%}.about-company-page .gallery-main-image img{width:100%}}.partner{background:#3751a2}.partner__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.partner__img{max-width:592px;-ms-flex-negative:0;flex-shrink:0;margin:0 13px 0 0}.partner__text .title{margin:0 0 30px}.partner__text ul li{position:relative;font-weight:400;font-size:16px;line-height:24px;text-align:left;color:#fff;padding:0 0 0 37px}.partner__text ul li:before{position:absolute;top:5px;left:0;content:"";width:12px;height:12px;background:#fff;border-radius:100%;-webkit-filter:drop-shadow(0 0 10px hsla(0,0%,100%,.63));filter:drop-shadow(0 0 10px rgba(255,255,255,.63))}.partner__text ul li:not(:last-child){margin:0 0 24px}.partner__bottom{text-align:center;background:#fff;padding:40px 0 60px}.partner__bottom p{font-weight:400;font-size:22px;line-height:33px;color:#555}.partner__bottom p:not(:last-child){margin:0 0 30px}.partner__bottom .red-btn{width:100%;max-width:293px;font-size:16px;border-radius:25px;margin:0 auto}@media (max-width:1199px){.partner__wrap{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.partner__text{padding:50px 0}.partner__img{width:50%}}@media (max-width:991px){.partner__wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.partner__text{padding:90px 0 0}.partner__img{width:100%;max-width:538px;margin:0}}