.dropdown{min-width:192px;position:relative}.dropdown--open .dropdown__trigger{border-radius:0 0 10px 10px}.dropdown--open .dropdown__trigger:before{transform:rotate(180deg)}.dropdown--open .dropdown__content{opacity:1;transform:translate(0);visibility:visible}@media only screen and (min-width:1200px){.dropdown:hover .dropdown__trigger{border-radius:0 0 10px 10px}.dropdown:hover .dropdown__trigger:before{transform:rotate(180deg)}.dropdown:hover .dropdown__content{opacity:1;transform:translate(0);visibility:visible}}.dropdown__trigger{align-items:center;background:#e4e4e4;border-radius:10px;cursor:pointer;display:flex;font-size:13px;height:40px;line-height:16px;padding-left:40px;position:relative;text-shadow:0 5px 15px rgba(0,0,0,.1);transition:all .2s ease-in;width:100%}.dropdown__trigger img{margin-right:12px}.dropdown__trigger:before{background:url(/public/img/arrows/arrow-bottom.svg) 50% no-repeat;content:"";display:block;height:6px;left:15px;position:absolute;top:calc(50% - 2px);transition:all .2s ease-in;width:10px}@media only screen and (max-width:479px){.dropdown__trigger{padding-left:30px}.dropdown__trigger:before{left:12px}}.dropdown__content{background:#e4e4e4;border-bottom:1px solid rgba(0,0,0,.1);border-radius:10px 10px 0 0;bottom:100%;left:0;opacity:0;position:absolute;transform:translateY(20px);transition:all .4s ease;visibility:hidden;white-space:nowrap;width:100%;z-index:100}.dropdown__list{padding:6px 12px 9px 10px}.dropdown__list-item{align-items:center;border-radius:7px;cursor:pointer;display:flex;font-size:13px;line-height:1.2;padding:7px 10px 7px 30px;transition:background-color .2s ease-in}@media only screen and (max-width:479px){.dropdown__list-item{font-size:12px;padding-left:5px}}.dropdown__list-item--active{background:url(/public/img/header/item-active.svg) calc(100% - 7px) no-repeat}.dropdown__list-item:hover{background-color:#fff}.dropdown__list-item img{margin-right:8px}.searchResult .paging{display:flex;margin-top:30px}@media only screen and (max-width:560px){.searchResult .paging--searchResult{margin-top:5px}}@media only screen and (min-width:560px)and (max-width:1199px){.searchResult .paging--searchResult{margin-top:20px}}.searchResult .paging .pagination{padding:0}@media only screen and (min-width:1200px){.searchResult .paging .pagination{width:100%}}@media only screen and (max-width:1199px){.searchResult .paging .pagination{margin:0 auto 20px}}.searchResult .paging+.title-abb{padding-top:30px}.pagination ul{align-items:center;display:flex;margin-bottom:0}@media only screen and (max-width:1199px){.pagination ul{flex-wrap:wrap;justify-content:center}}.pagination ul li.page a,.pagination ul li.page span{align-items:center;color:#333;display:flex;font-size:16px;font-weight:600;height:100%;justify-content:center;position:relative;transition:all .2s ease-in;width:100%;z-index:10}.pagination ul li.page.active{background:#0084ff;border-color:#0084ff}.pagination ul li.page.active a,.pagination ul li.page.active span{color:#fff;cursor:default}.pagination ul li.page:not(.active):hover{background:#f1f1f1}.pagination .first{margin-right:20px;order:2}@media only screen and (max-width:1199px){.pagination .first{margin-right:15px}}.pagination .previous{margin-right:10px;order:-1}.pagination .previous a{background-color:#fff;border:2px solid #f1f1f1;color:#666}.pagination .previous a:hover{background-color:#f1f1f1}.pagination .page{background:#fff;border:2px solid #f1f1f1;border-radius:50%;height:40px;margin-right:15px;min-width:40px;order:2;transition:all .2s ease-in}.pagination .next{margin-right:auto;order:1}@media only screen and (max-width:1199px){.pagination .next{margin-right:0}}.pagination .next a{background:#0084ff;color:#fff;transition:all .2s ease-in}.pagination .next a:hover{background-color:rgba(0,132,255,.8)}.pagination .last{margin-left:5px;order:4}@media only screen and (max-width:1199px){.pagination .last{margin:0}}.pagination .next,.pagination .previous{width:124px}@media only screen and (max-width:1199px){.pagination .next,.pagination .previous{margin-bottom:20px;width:calc(50% - 5px)}}.pagination .next a,.pagination .next span,.pagination .previous a,.pagination .previous span{align-items:center;border-radius:100px;cursor:pointer;display:flex;font-size:16px;font-weight:600;height:unset;justify-content:center;padding:10px 0;position:relative;transition:all .2s ease-in;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pagination .next.disabled span,.pagination .previous.disabled span{background:#fff;border:2px solid #f1f1f1;color:#c4c4c4;pointer-events:none}.pagination .next:active,.pagination .previous:active{transform:scale(.975)}.pagination .first,.pagination .last{font-size:16px;font-weight:600;transition:all .2s ease-in}.pagination .first a,.pagination .first span,.pagination .last a,.pagination .last span{color:#666}.pagination .first.disabled,.pagination .last.disabled{pointer-events:none}.pagination .first.disabled span,.pagination .last.disabled span{color:#c4c4c4}.pagination .first:hover a,.pagination .first:hover span,.pagination .last:hover a,.pagination .last:hover span{color:#0084ff}.notice{padding-bottom:20px}@media only screen and (max-width:767px){.notice--top .notice__title{font-size:13px}.notice--top .notice__title:before{display:none}}.notice--alert{padding:0 20px 20px}@media only screen and (max-width:767px){.notice--mob-pad{padding:0 20px 20px}}.notice--pad-10{padding:10px 0}.notice--error .notice__title{color:#f51624}.notice--error .notice__title:before{background-color:#f51624}.notice--success .notice__title{color:#00cc52}.notice--success .notice__title:before{background-color:#00cc52}.notice__text{color:#666;font-size:12px}.notice__text a{color:#0084ff;transition:all .2s ease-in}@media only screen and (min-width:1200px){.notice__text a:hover{color:#006acd}}.notice__text--big{font-size:14px}.notice__text--gray{color:#666}.notice__text--height{display:-webkit-box;max-height:50px;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.notice__text+.link{margin-top:5px}.notice__text strong{color:#000;font-weight:600}.notice__main{background:#fff9e8;border-radius:8px;padding:10px}.notice__main .link{font-size:14px}.notice__main .link--blue{background:rgba(0,132,255,.1)}.notice__title{align-items:center;display:flex;font-size:12px;font-weight:600;line-height:22px}.notice__title>div,.notice__title>strong{flex:1}.notice__title--not-icon{display:block}.notice__title--not-icon:before{display:none}.notice__title:before{background-color:#000;content:"";height:16px;margin-right:5px;-webkit-mask-image:url(/public/img/notice.svg);mask-image:url(/public/img/notice.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%;width:16px}.notice__list{color:#000;font-size:14px;font-weight:400;margin:0}.notice__list--red .notice__list-item:before{background:#f51624}.notice__list--red .notice__list-item--green:before{background:#00cc52}.notice__list-item{align-items:center;display:flex}.notice__list-item:before{background:rgba(0,0,0,.2);border-radius:50%;content:"";height:6px;margin-right:10px;width:6px}.notice__list-item span{flex:1}.notice__wrap{align-items:center;display:flex}.notice__img{height:50px;margin-right:20px;width:50px}.notice__img img{width:100%}.warning.input-text{font-size:15px!important;height:unset}.warning--text{color:#f51624;font-size:13px!important;font-weight:400;padding-top:5px}.error-block{color:#f51624}.error-block:empty{display:none}.row_cookies{background:#fff;border-radius:10px;bottom:20px;box-shadow:0 -1px 25px rgba(0,0,0,.1);display:none;left:10px;max-width:280px;position:fixed;width:74%;z-index:1011}@media only screen and (min-width:1200px){.row_cookies{border-radius:10px 10px 0 0;bottom:0;left:0;max-width:unset;right:0;width:100%}}.row_cookies--show{display:block}.row_cookies__wrap{align-items:center;display:flex;padding:5px 100px 5px 50px}@media only screen and (max-width:1199px){.row_cookies__wrap{padding:10px}}.row_cookies-close{height:20px;margin-left:25px;transition:all .2s ease-in-out;width:20px}@media only screen and (max-width:1199px){.row_cookies-close{left:unset;position:absolute;right:5px;top:5px}}.row_cookies-close:hover{filter:invert(1)}.cookies__info{align-items:center;background:#dadada;border-radius:10px;color:#fff;display:flex;font-weight:600;height:40px;justify-content:center;margin-right:5px;width:40px}@media only screen and (min-width:1200px){.cookies__info{display:none}}@media only screen and (max-width:1199px){.cookies_btn_col{flex:1}}.cookies__blc-text{align-items:center;display:flex;flex:1}@media only screen and (max-width:1199px){.cookies__blc-text{flex-wrap:wrap}}.cookies_wrap{flex:1}@media only screen and (min-width:1200px){.cookies_wrap{padding:10px 0}}.cookies_wrap .button{min-width:150px;padding:11px 15px}@media only screen and (max-width:1199px){.cookies_text{font-size:9px;padding:0 10px 10px 0;width:100%}}.cookies_text-find{margin-left:auto;padding-right:25px}@media only screen and (max-width:1199px){.cookies_text-find{display:none}}.cookies_text_link{color:#666;font-weight:600;transition:all .2s ease-in-out}.cookies_text_link:hover{color:#666;text-decoration:underline!important}.cookies-modal-header{padding:30px 30px 20px}.cookies-modal-body{padding:0 30px 30px}@media only screen and (max-width:1199px){.cookies-modal-body{display:flex;flex-direction:column;height:100%;overflow-y:auto}}.cookies-modal-title{color:#000;font-weight:600;line-height:24px}.cookies-modal__close{background-size:24px;filter:invert(1) opacity(.6);height:24px;right:16px;top:16px;transition:all .2s ease-in-out;width:24px}.cookies-modal__close:hover{filter:invert(1)}@media only screen and (max-width:1199px){.cookies-modal-content{display:flex;flex-direction:column;height:100%}}.cookies-tab-item{border:0;color:#666;font-size:15px;font-weight:600;line-height:120%;padding:0 4px 8px;text-align:center}.cookies-tab-item:hover{color:#0084ff}.cookies-tab-item-content{font-weight:400;min-height:295px;padding-bottom:25px}.cookies-tab-item-content-header{align-items:center;display:flex;justify-content:space-between;padding-bottom:10px}.cookies-tab-item-content h5{color:#000;font-size:16px;font-weight:600;line-height:20px;margin:0;padding-right:10px}.cookies-tab-active{background:none;border-bottom:2px solid #0084ff;color:#0084ff}.cookies-tab-select{border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:20px}@media only screen and (max-width:1199px){.cookies-switch{padding:0 10px 0 0}}.cookies-switch-label{color:#666;font-size:14px;font-weight:600;line-height:17px;padding-right:10px}.cookies-switch-label--active{color:#0084ff}#global-modal{background:#fff;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1);margin:0;overflow:hidden;transform:translate(-50%,-50%)}#global-modal.w{width:500px}@media only screen and (max-width:767px){#global-modal.w{transform:none}#global-modal.w.global-modal--bottom{bottom:3%}}.global-overlay{background:rgba(0,0,0,.85)}.terms p{color:#666;font-size:15px;font-weight:400;padding-bottom:20px}.terms h3,.terms strong{color:#000;font-size:15px;font-weight:600}.terms a{color:#0084ff;transition:all .2s ease-in-out}.terms a:hover{color:rgba(0,132,255,.5)}.spinner{position:relative}.spinner.spinner--opacity>a,.spinner.spinner--opacity>div,.spinner.spinner--opacity>img,.spinner.spinner--opacity>span{opacity:0}.spinner>.button,.spinner>a,.spinner>button,.spinner>div,.spinner>form,.spinner>img,.spinner>input,.spinner>span{opacity:.2;pointer-events:none}.spinner:after{animation:spin 2s linear infinite;border-radius:50%;content:"";left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%}.spinner:after,.swiper-lazy-preloader{border:3px solid rgba(0,132,255,.9);border-bottom-color:hsla(0,0%,100%,.3);height:24px;width:24px}.swiper-lazy-preloader{margin-left:-12px;margin-top:-12px}.hidden-el{display:none}.collapse{width:100%}.collapse__item{border-bottom:1px solid rgba(0,0,0,.08);transition:all .2s ease-in-out}@media(hover:hover){.collapse__item:hover{border-bottom-color:#0084ff}}.collapse__item:last-child{border:none}.collapse__header{align-items:center;color:#333;cursor:pointer;display:flex;justify-content:space-between;line-height:1.4;padding:20px 0;transition:all .2s ease-in}.collapse__header:after{border:2px solid #0084ff;border-left:0;border-top:0;content:"";height:7px;transform:rotate(45deg);transition:all .2s ease-in-out;width:7px}.collapse__header--show:after{border-color:#c4c4c4;margin-top:8px;transform:rotate(-135deg)}.collapse__header--show .sidebar-menu__link-count{opacity:0;visibility:hidden}.collapse__header--show .title{color:#0084ff}.collapse__header .title{flex:1;transition:all .2s ease-in-out}.collapse__wrapper{display:grid;grid-template-rows:0fr;overflow:hidden;transition:all .3s ease-in-out}.collapse__wrapper--show{grid-template-rows:1fr}.collapse__content{color:#666;font-weight:400;line-height:1.5;min-height:0}.collapse__content .sidebar-menu__sub-list--pr-0{padding:0 0 10px}.collapse__content ol,.collapse__content p,.collapse__content ul{padding:0 20px 10px 0}.recaptcha-container{display:block;margin:0 auto;padding-bottom:15px;width:75%}.warning__captcha{text-align:center}@media (max-width:455px){.recaptcha-container div{transform:scale(1);-webkit-transform:scale(1);transform-origin:0 0;-webkit-transform-origin:0 0}}@media (max-width:380px){.recaptcha-container div{transform:scale(.95);-webkit-transform:scale(.95);transform-origin:0 0;-webkit-transform-origin:0 0}}.footer{background:#f3f3f3;padding:30px 0}.footer__wrapper{margin:0 auto;max-width:2030px;padding:0 20px}@media only screen and (min-width:1200px){.footer__wrapper{padding:0 50px}}.footer__top{border-bottom:1px solid rgba(0,0,0,.1);display:flex;margin-bottom:20px;padding-bottom:25px}@media only screen and (max-width:767px){.footer__top{flex-wrap:wrap}}.footer__top .title-abb{line-height:29px}.footer-about{margin-right:90px;width:46.5%}@media only screen and (max-width:767px){.footer-about{margin:0;width:100%}}@media only screen and (min-width:768px)and (max-width:1199px){.footer-about{margin-right:40px}}.footer-about__title{margin-bottom:15px}.footer-about__desc{color:#666;line-height:26px;margin-bottom:35px}.footer-about__info{display:flex;justify-content:space-between}@media only screen and (max-width:479px){.footer-about__info{flex-direction:column}}@media only screen and (min-width:480px)and (max-width:1199px){.footer-about__info{flex-wrap:wrap}}@media only screen and (min-width:1200px){.footer-about__info{-moz-column-gap:10px;column-gap:10px}}@media only screen and (max-width:600px){.footer-about-item{margin-bottom:10px}}@media only screen and (max-width:1199px){.footer-about-item{margin-bottom:30px}}@media only screen and (min-width:768px)and (max-width:991px){.footer-about-item{width:100%}}@media only screen and (min-width:992px)and (max-width:1199px){.footer-about-item{width:50%}}.footer-about-item__name{transition:all .2s ease-in-out}.footer-about-item__name:hover{text-decoration:underline}.footer-about-item__number{color:#0084ff;font-size:40px;font-weight:600;line-height:44px;margin-bottom:5px}.footer-review{flex:1}.footer-review__title{margin-bottom:3px}.footer-review__text{color:#00cc52;font-size:16px;font-weight:600;line-height:20px;margin-bottom:15px}.footer-review__rating{display:flex;margin-bottom:15px}.footer-review__desc{color:#666;line-height:26px}.footer-review__img{margin-right:4px}.footer-review__header{margin-bottom:7px}.footer-review__author{font-size:15px;font-weight:600;line-height:24px}.footer-review__location{color:#c4c4c4;line-height:24px}.footer__middle{display:flex;margin-bottom:10px}@media only screen and (max-width:991px){.footer__middle{flex-wrap:wrap}}@media only screen and (min-width:480px){.footer__middle .collapse__header:after{display:none}}.footer__middle .collapse__header .footer__caption{margin:0}.footer__middle .collapse__content{border-bottom:1px solid rgba(0,0,0,.1)}.footer__tools{align-items:center;display:flex;margin-bottom:20px}@media only screen and (min-width:480px){.footer__tools{border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:15px}}@media only screen and (max-width:1199px){.footer__tools{flex-wrap:wrap}.footer__tools #footer-timezone{margin:0 20px 0 0;width:157px}.footer__tools .dropdown{min-width:157px}}.footer__label{color:#666;font-size:13px;line-height:15px;margin-bottom:2px}.footer__bottom,.footer__images{align-items:center;display:flex}.footer__images{flex:1;justify-content:center}@media only screen and (max-width:1199px){.footer__images{display:none}}.footer__images-item{background-repeat:no-repeat;background-size:100%;height:34px;margin:0 5px;width:33px}.footer__images-item--norton{height:35px;width:82px}.footer__images-item--copart{height:30px;width:106px}.footer__link{margin-bottom:12px}.footer__link .link{white-space:normal}.footer__copy{color:#aaa;font-size:10px;font-weight:500;line-height:22px;margin-right:35px;width:62%}@media only screen and (max-width:1199px){.footer__copy{margin:0;width:100%}}@media only screen and (min-width:1200px)and (max-width:1439px){.footer__copy{width:70%}}.footer__copy-link,.footer__copy-link:hover{color:#888;text-decoration:underline}.footer__info{width:100%}@media only screen and (min-width:992px){.footer__info{padding-right:20px;width:20%}}@media only screen and (max-width:991px)and (min-width:480px){.footer__info{width:calc(50% - 15px)}}@media only screen and (max-width:479px){.footer__info:first-child{border-bottom:1px solid rgba(0,0,0,.1)}}.footer__info .collapse__header{padding:12px 0}.footer__info .collapse__header:hover{color:#000}.footer__info .collapse__content ol,.footer__info .collapse__content p,.footer__info .collapse__content ul{padding:0 0 10px}.footer__caption{font-size:14px;font-weight:600;line-height:26px;margin-bottom:12px}@media only screen and (max-width:991px){.footer__caption{margin-bottom:5px}}.footer__time{color:#666;font-weight:500;line-height:18px;margin-bottom:20px}.footer__phone{display:block;font-size:22px;font-weight:500;line-height:30px;transition:all .2s ease-in}.footer__phone-wrap{display:flex;margin-bottom:5px}.footer__phone:hover{color:#0084ff}.footer-social{display:flex;margin-top:12px}@media only screen and (max-width:991px){.footer-social{margin:20px 0}}.footer-social__link{filter:grayscale(1) brightness(1.8);height:24px;margin-right:15px;transition:all .2s ease-in-out;width:24px}.footer-social__link:hover{filter:grayscale(0)}.breadcrumbs{display:flex;margin:0}.breadcrumbs__wrap{margin:10px 0 5px;overflow-y:auto}@media only screen and (min-width:992px){.breadcrumbs__wrap{margin-bottom:10px}}.breadcrumbs__item{align-items:center;color:#00e;display:flex;font-size:12px;line-height:20px}.breadcrumbs__item:after{color:#c4c4c4;content:">";display:block;margin:0 5px}.breadcrumbs__item:last-child{color:#c4c4c4}.breadcrumbs__item:last-child:after{display:none}.breadcrumbs__link{transition:all .2s ease-in;white-space:nowrap}.breadcrumbs__link:not(.breadcrumbs__link--active):hover{color:#0000b3;text-decoration:underline}.timezone-block{margin-right:20px;position:relative;width:192px}@media only screen and (max-width:1199px){.timezone-block{margin:0 8px 15px 0}}.timezone-block.active .box{background:#fff}.timezone-block.active .box.timezone-button{background:#fff;border-radius:0 0 10px 10px}.timezone-block.active .box.timezone-button:before{transform:rotate(180deg)}.timezone-block.active .timezone_form-container{opacity:1;pointer-events:all;transform:translateY(0);visibility:visible}.timezone-block .box{cursor:pointer;font-size:13px;line-height:100%;text-shadow:0 5px 15px rgba(0,0,0,.1);transition:all .4s ease-in-out}.timezone-block .box.timezone-button{background:#e4e4e4;border-radius:10px;padding:14px 5px 13px 40px;position:relative}@media only screen and (max-width:479px){.timezone-block .box.timezone-button{padding-left:30px}}.timezone-block .box.timezone-button:before{background:url(/public/img/arrows/arrow-bottom.svg) 50% no-repeat;content:"";display:block;height:6px;left:15px;position:absolute;top:calc(50% - 2px);transition:all .2s ease-in;width:10px}@media only screen and (max-width:479px){.timezone-block .box.timezone-button:before{left:12px}}.timezone-block .timezone_form{line-height:1}.timezone-block .timezone_form .form-group{background:none;margin-bottom:0;padding:0}.timezone-block .timezone_form select{background-color:#e4e4e4;background-image:url(/public/img/arrows/arrow-bottom.svg);background-position:calc(100% - 12px) 55%;background-repeat:no-repeat;border-radius:6px;color:#000;font-size:14px;padding:6px 5px;width:100%}.timezone-block .timezone_form .closer{color:#666;display:block;font-size:11px;font-weight:600;margin-top:5px;text-decoration:underline}.timezone-block .timezone_form .actions{text-align:center}@media only screen and (max-width:1199px){.timezone-block .timezone_form .actions .button{display:block}}.timezone-block .timezone_form .time-format{height:20px;margin:0 10px 0 0;vertical-align:middle;width:20px}@media only screen and (max-width:1199px){.timezone-block .timezone_form .time-format{height:15px;margin:0;width:15px}}.timezone-block .timezone_form .hours{font-size:12px}@media only screen and (max-width:1199px){.timezone-block .timezone_form .hours{font-size:11px}}.timezone-block .timezone_form .form-row{padding-top:10px}.timezone-block .timezone_form-current-time-text{font-size:11px;font-weight:400;text-align:center}.timezone-block .timezone_form .time{text-align:center}.timezone-block .timezone_form-container{background:#fff;border-radius:10px 10px 0 0;bottom:100%;max-width:100%;opacity:0;pointer-events:none;position:absolute;transform:translateY(20px);transition:all .4s ease-in-out;visibility:hidden;width:100%;z-index:10}.timezone-block .timezone_form-container-data{padding:10px}.timezone-block .timezone_form-container-delim{background:rgba(0,0,0,.1);height:1px}.flex{display:flex}.align-items_center{align-items:center}.arrow{position:relative}.arrow:after{border:2px solid #000;border-bottom:0;border-right:0;content:"";margin-left:10px;padding:3px;transform:rotate(135deg);transition:all .2s ease-in}.img{display:block;height:100%;width:100%}.overflow-hidden{overflow:hidden;position:fixed}.responsive{max-height:0;opacity:0;transition:all .4s ease-in;visibility:hidden}.responsive--show{opacity:1;transition:max-height .4s ease-in,opacity .2s ease-in .2s;visibility:visible}.wrapper-content{padding:0 20px}.wrapper-content .full-width-block{margin:0 -20px}@media only screen and (min-width:992px){.wrapper-content{padding:0 50px}.wrapper-content .full-width-block{margin:0 -50px}}@media only screen and (min-width:768px)and (max-width:1199px){.container{padding:0 20px}}.pointer-events--none{pointer-events:none}a:focus,a:hover{text-decoration:none}@media only screen and (max-width:767px){#page{padding-top:106px}}@media only screen and (min-width:768px)and (max-width:1199px){#page{padding-top:60px}}@media only screen and (max-width:1199px){.desktop{display:none}}#live-container{min-height:1055px}@media only screen and (max-width:767px){#live-container{margin:0 -20px}}#seo-container{color:#666;font-weight:400}#seo-container>p{padding-bottom:20px}.row{margin:0 -15px}.text-center{text-align:center}.form-group{margin-bottom:15px}.pagination{margin:20px 0}.tooltip{font-size:13px;font-weight:400;left:20px!important;position:absolute}h2.account-header{line-height:24px}@media only screen and (max-width:991px){.block__wrapper{padding:0 15px}}.container-abb{margin:0 auto;max-width:1440px;padding:0 55px}@media only screen and (max-width:1199px){.container-abb{padding:0 20px}}.captcha.error iframe{border:2px solid #f51624;border-radius:6px}.grecaptcha-badge{z-index:900}.invisible{opacity:0;visibility:hidden}