@charset "UTF-8";header{display:flex;align-items:center;justify-content:space-between;padding:0 20px;z-index:2;position:sticky;top:0}.header .basket{cursor:pointer}.header_logo{color:#fff}.header_info{display:flex;align-items:center;justify-content:flex-end;gap:20px}@media only screen and (max-width: 768px){.header_info{padding:0 5px}}.header_info_user{display:flex;align-items:center}.header_info_user img{width:30px;height:30px;border-radius:50%;margin-right:10px}@media only screen and (max-width: 768px){.header_info_user img{width:20px;height:20px}}.header_info_user span{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width: 768px){.header_info_user span{font-size:14px}}.header_info_user .username{color:#fff}.header_info_logout{color:#fff;font-size:15px;cursor:pointer;display:flex;align-items:center;font-weight:500}@media only screen and (max-width: 768px){.header_info_logout{margin-right:0}}.header_info_logout svg{margin-left:5px}.header_info_logout:hover{opacity:.7;transition:.3s all}.header_info_login{color:#fff;font-size:15px}.basket-list-item_content{display:flex;gap:20px}.basket-list-item_content .price .price_input{display:flex;gap:10px;align-items:center}.basket-list-item_content .price input{width:70px}.sidebar{min-height:100vh;height:100vh;position:sticky;top:0;padding:20px 0}.sidebar .logo,.sidebar .sidebar-menu{margin-bottom:20px}.sidebar .lang-selector{bottom:0;position:absolute}.lang-selector{padding:20px 10px}.lang-selector .language_img{width:20px;height:15px}nav{position:fixed;left:0;top:50px;z-index:2;background-color:#001529;transition:.3s all;height:100%;width:230px}@media only screen and (max-width: 1320px) and (min-width: 768px){nav{width:79px}}@media only screen and (max-width: 768px){nav{width:0;visibility:hidden;z-index:0;transition:.3s all}nav svg{opacity:0}nav a.active:before{opacity:0}}nav.nav_mobile{width:230px;visibility:visible;transition:.3s all;z-index:5}nav.nav_mobile svg{opacity:1}nav.nav_mobile a.active:before{opacity:1}nav .ant-menu{background-color:unset;height:auto}nav .ant-menu-item a{color:#cad6d6;transition:.3s all}nav .ant-menu-submenu>.ant-menu{background-color:#000c17;transition:.3s all}nav>ul{height:100%}nav svg{margin-right:10px;transition:.3s all}nav a,nav .ant-menu-submenu-title span{color:#cad6d6;transition:.3s all}nav a.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background-color:#367fa9;transition:.3s all}nav .ant-menu-item{color:#cad6d6}nav .ant-menu-sub{background:#000c17}nav>ul>li.ant-menu-item{height:40px;display:flex;align-items:center;position:relative;transition:.3s all}nav>ul>li.ant-menu-item:hover:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background-color:#367fa9;transition:.3s all}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected{background:#001529}.ant-menu-inline .ant-menu-item:after{display:none}.ant-menu-inline .ant-menu-item{width:100%}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected{background:#1890ff}.ant-menu-inline .ant-menu-item{margin-top:0}.navbar_lang .ant-dropdown-menu-item{padding:0 10px;line-height:10px}.ant-menu-item-selected a{color:#fff!important}.googleplay_nav{width:100%;height:40px}.ant-menu-inline{border:none}.offer_item.deleted:after{content:"Удалено";display:block;background:#d21414;color:#fff;position:absolute;top:11px;left:-30px;padding:7px 34px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);z-index:1;box-shadow:0 14px 28px #00000040,0 10px 10px #00000038}.item_price_code{font-weight:600;margin-left:6px;font-size:12px;color:#072dac}.offer_item{position:relative;overflow:hidden;display:flex;width:100%;background-color:#fff;padding:10px;border-radius:5px;margin-bottom:10px}.offer_item img{max-width:350px;width:100%}.offer_item_info{width:100%}.offer_item_info_title{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:10px}.offer_item_info_title_info{display:flex;align-items:center;gap:10px}@media only screen and (max-width: 1320px){.offer_item_info_title .ant-tag-has-color{overflow:hidden;text-overflow:ellipsis;max-width:85px}}@media only screen and (max-width: 1024px) and (min-width: 320px){.offer_item_info_title{flex-wrap:wrap}}@media only screen and (max-width: 1024px) and (min-width: 320px){.offer_item_info_title_action{margin-top:5px;display:flex;justify-content:flex-end}}.offer_item_info_title button{margin:0 5px}.offer_item_info_title .typical_title_h1{margin:auto}.offer_item_info_other{display:flex;align-items:center;margin-bottom:10px;border-bottom:1px dashed #dbdbdb;padding-bottom:2px;gap:10px}.offer_item_info_other_logo{width:15px!important;height:15px;max-width:15px}.offer_item_info_other_price{margin-left:auto}@media only screen and (max-width: 600px){.offer_item_info_other_price{display:flex;align-items:center}}.offer_item_info_other_desc{margin-bottom:0;margin-right:15px;font-size:14px}.offer_item_info_images{display:flex;flex-wrap:wrap}@media only screen and (max-width: 768px){.offer_item_info_images{justify-content:space-between}}.offer_item_info_images .magic_small{margin-bottom:10px;margin-right:5px}.offer_item_info_images img{width:130px;height:100px;object-fit:cover;filter:none;background:none}.offer_item_info_btn_response{margin-top:20px}.offer_item_info_btn_response button{width:50%}@media only screen and (max-width: 470px){.offer_item_info_btn_response button{width:100%;margin-bottom:5px}}.js-image-zoom__zoomed-image{z-index:1;height:400px!important}.magic_img{width:350px;margin-right:20px;height:auto}.magic_img img{object-fit:cover;max-width:100%!important;max-height:100%!important}.magic_small{width:130px;margin:unset;margin-right:20px;height:100px}@media only screen and (max-width: 768px){.magic_small{width:calc((100% - 40px)/4);margin-right:0}}@media only screen and (max-width: 576px){.magic_small{width:calc((100% - 40px) / 3);margin-right:0}}@media only screen and (max-width: 440px){.magic_small{width:45%;margin-right:0}}figure.mz-figure{height:100%;width:100%}figure.mz-figure>img{height:100%}.mz-lens img{display:none}@media only screen and (max-width: 768px) and (min-width: 320px){.filters_wrap button{display:block;width:100%!important;margin-bottom:5px}}.dropdown_item{display:flex;flex-direction:column;background:#fff;padding:10px;border-radius:5px;box-shadow:0 14px 28px #00000040,0 10px 10px #00000038}.dropdown_item button{width:100%;margin-bottom:5px}.dropdown_item span{margin-right:0;margin-bottom:5px}.ant-empty-image img{height:100%;max-width:100%}@media only screen and (max-width: 768px) and (min-width: 320px){.filters_radio{display:flex;flex-direction:column;text-align:center}.filters_radio label{margin-bottom:3px}}@media only screen and (max-width: 768px) and (min-width: 320px){.filters_delets{margin-left:0!important;margin-top:5px}}.item_wrapper_img{min-height:300px!important;max-height:300px!important;min-width:350px;margin-right:20px}.item_wrapper_img img,.item_wrapper_img>div{height:auto}.no_photo_offer{width:350px;margin-right:20px}.competitors_item{margin-top:15px;margin-bottom:5px;padding:5px;background-color:#fff}.item_bage{border-radius:100px;font-size:12px;border:0;padding:0;width:18px;height:18px;text-align:center;vertical-align:middle}.item-edit_top{display:flex;align-items:center;margin-bottom:15px}.item-edit_top .ant-form-item-label{padding-bottom:0}.item-edit_top .ant-form-item{margin-bottom:0}.item-edit_top_item{margin-right:5px}.item-edit_top_catalogNumber{max-width:200px}.local_check{display:flex;align-items:center;margin-left:10px}.ant-upload-list-picture-card .ant-upload-list-item{padding:0}.item-edit_top_fileupload{padding:10px;background-color:#fff;margin-bottom:15px}.item-edit_top_fileupload .ant-upload-list-item-container{width:auto!important;height:auto!important;max-width:312px!important;margin-bottom:10px!important}.item-edit_top_fileupload .ant-upload-list-item-container .ant-upload-list-item{border:none!important}.item-edit_top_fileupload .ant-upload-select{height:auto!important;width:auto!important;padding:10px!important;margin:10px!important}.modal_edit .ant-modal-content{background-color:#d6dfeb}.modal_edit .ant-form-vertical .ant-form-item{margin-bottom:0}.modal_edit .ant-form-vertical .ant-form-item-label{padding:5px 0 0}.ant-form-vertical .ant-form-item-label>label{font-weight:600}.length_max{font-size:12px}.length_max_good{color:#3e901c;font-size:12px}.length_max_so-so{color:#d0740f;font-size:12px}.length_max_bed{color:#da260e;font-size:12px}.ant-upload-list-picture-card .ant-upload-list-item{width:100%;height:100%}.ant-carousel .slick-dots li,.ant-carousel .slick-dots li button{width:15px;height:15px;border-radius:100%;opacity:.6}.ant-carousel .slick-dots li.slick-active button{opacity:1}.ant-carousel .slick-dots li.slick-active{width:unset;opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete{font-size:22px}.marks_container{width:100%;margin-top:10px}.marks_container .white_wrap{width:100%}.ant-upload-list-picture-card .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-actions{top:7%}.mz-figure.mz-active{background:#000;opacity:.9}.label_warning{color:#faad14}.label_primary{color:#116826}.label_normal{color:#096dd9}.tooltip_wrapper p{margin-bottom:2px}.fixed_group{position:fixed;right:136px;bottom:20px;background:#fff;padding:5px;box-shadow:#000 0 0 6px -1px;display:flex;flex-direction:column;z-index:1000!important}@media only screen and (max-width: 768px){.fixed_group{right:0;bottom:0;left:0}.fixed_group .ant-radio-group{width:100%;display:flex;justify-content:center}}@media only screen and (max-width: 768px) and (max-width: 400px){.fixed_group .ant-radio-group span.ant-radio+*{font-size:12px}}.fixed_group label{display:block}.ant-upload-list-item-image{object-fit:cover!important}.ant-upload-picture-card-wrapper{width:auto!important}@media only screen and (max-width: 768px){.ant-modal-body{padding:10px 5px}}@media only screen and (max-width: 768px){.modal_edit{top:10px}}@media only screen and (max-width: 768px){.modal_edit .ant-form{padding-bottom:80px}}.form_overlay{position:absolute;left:0;right:0;top:0;bottom:0;z-index:10;background-color:#35333366}.form_overlay div{position:fixed;left:calc(50% - 200px);font-size:130px;color:#e8e8e8;top:40%;opacity:.7;display:flex;flex-direction:column;width:400px}.form_overlay h1{text-align:center;display:flex;font-size:25px;opacity:.9;color:#fff}.dataProduct{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.dataProduct .dataProduct_image{max-width:100px;margin-right:5px}.dataProduct .dataProduct_content{flex:1;padding:0 5px}.dataProduct .dataProduct_title{font-size:18px}.dataProduct .dataProduct_close{font-size:20px}.searchResultContainer .ant-card-body{display:flex;flex-wrap:wrap}.searchResultContainer .ant-card-grid{width:50%;display:flex;cursor:pointer}@media screen and (max-width: 1200px){.searchResultContainer .ant-card-grid{width:100%}}.searchResultContainer .searchResultImage{margin-right:5px}.searchResultContainer .searchResultContentTitle{font-weight:700}.searchResultLoadMore{margin-top:20px}.loader{display:flex;align-items:center;justify-content:center;height:100%;width:100%}@keyframes spin{0%{transform:translate(2px,1px) rotate(0)}10%{transform:translate(-1px,-3px) rotate(36deg)}20%{transform:translate(-2px) rotate(72deg)}30%{transform:translate(1px,2px) rotate(108deg)}40%{transform:translate(1px,-1px) rotate(144deg)}50%{transform:translate(-1px,3px) rotate(180deg)}60%{transform:translate(-1px,1px) rotate(216deg)}70%{transform:translate(3px,1px) rotate(252deg)}80%{transform:translate(-2px,-1px) rotate(288deg)}90%{transform:translate(2px,1px) rotate(324deg)}to{transform:translate(1px,-2px) rotate(360deg)}}@keyframes speed{0%{transform:translate(2px,1px) rotate(0)}10%{transform:translate(-1px,-3px) rotate(-1deg)}20%{transform:translate(-2px) rotate(1deg)}30%{transform:translate(1px,2px) rotate(0)}40%{transform:translate(1px,-1px) rotate(1deg)}50%{transform:translate(-1px,3px) rotate(-1deg)}60%{transform:translate(-1px,1px) rotate(0)}70%{transform:translate(3px,1px) rotate(-1deg)}80%{transform:translate(-2px,-1px) rotate(1deg)}90%{transform:translate(2px,1px) rotate(0)}to{transform:translate(1px,-2px) rotate(-1deg)}}@keyframes strikes{0%{left:25px}to{left:-80px;opacity:0}}@keyframes dots{0%{width:0px}to{width:15px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn,.loading-window{animation:fadeIn .4s both}.loading-window{background:transparent;border-radius:6px;color:#001529;height:200px;left:calc(50% + 50px);margin-left:-150px;margin-top:-100px;position:fixed;top:50%;width:300px;z-index:99}.loading-window .text{font-size:16px;position:absolute;width:auto;top:75%;left:38%;margin:0 auto}.loading-window .dots{display:inline-block;width:5px;overflow:hidden;vertical-align:bottom;animation:dots 1.5s linear infinite;transition:1}.car{position:absolute;width:117px;height:42px;left:92px;top:70px}.car .strike{position:absolute;width:11px;height:1px;background:#001529;animation:strikes .2s linear infinite}.car .strike2{top:11px;animation-delay:.05s}.car .strike3{top:22px;animation-delay:.1s}.car .strike4{top:33px;animation-delay:.15s}.car .strike5{top:44px;animation-delay:.2s}.car-detail{position:absolute;display:block;background:#001529;animation:speed .5s linear infinite}.car-detail.spoiler{width:0;height:0;top:7px;background:none;border:20px solid transparent;border-bottom:8px solid #001529;border-left:20px solid #001529}.car-detail.back{height:20px;width:92px;top:15px;left:0}.car-detail.center{height:35px;width:75px;left:12px;border-top-left-radius:30px;border-top-right-radius:45px 40px;border:4px solid #001529;background:none;box-sizing:border-box}.car-detail.center1{height:35px;width:35px;left:12px;border-top-left-radius:30px}.car-detail.front{height:20px;width:50px;top:15px;left:67px;border-top-right-radius:50px 40px;border-bottom-right-radius:10px}.car-detail.wheel{height:20px;width:20px;border-radius:50%;top:20px;left:12px;border:3px solid #001529;background:linear-gradient(45deg,transparent 45%,#001529 46%,#001529 54%,transparent 55%),linear-gradient(-45deg,transparent 45%,#001529 46%,#001529 54%,transparent 55%),linear-gradient(90deg,transparent 45%,#001529 46%,#001529 54%,transparent 55%),linear-gradient(0deg,transparent 45%,#001529 46%,#001529 54%,transparent 55%),radial-gradient(#001529 29%,transparent 30%,transparent 50%,#001529 51%),#001529;animation-name:spin}.car-detail.wheel2{left:82px}.table_click{cursor:pointer;border-bottom:1px dotted #3c8dbc;color:#3c8dbc}.table_tag{cursor:pointer}.collapse-custom-panel-mini .ant-collapse-header{padding:2px 4px!important}.collapse-custom-panel-mini .ant-collapse-content-box{padding:4px!important}.marks_wrap{margin-bottom:5px;flex-wrap:wrap;display:flex;flex-direction:column;border-bottom:1px solid rgba(172,168,168,.26)}.marksControl_item{display:flex;margin-right:13px;flex-direction:column;max-width:300px;width:100%;max-height:250px;height:100%;border-radius:8px;box-shadow:0 0 2px 1px #a0a0a071;padding:60px 10px 20px;margin-bottom:10px;position:relative;transition:.3s all ease-in-out}.marksControl_item .drag{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:center;height:55px;opacity:.5;cursor:pointer;transition:.3s all ease-in-out}.marksControl_item.over{opacity:.2;cursor:grab;transition:.3s all ease-in-out}.marksControl_item button{margin-top:26px}.marksControl_item.warning{background-image:linear-gradient(to right top,#ebbd68c5,#ffb65cc4,#ffa35cd8,#f78d60c2,#ff8066a9)}.marksControl_item.primary{background-image:linear-gradient(to right top,#2cac4eab,#0b7a1daf,#33c2389f,#37c424a8,#4cc91aaf)}.marksControl_item.normal{background-image:linear-gradient(to right top,#3177a5be,#167dc2ce,#1778ccc0,#2366b9b7,#415fb3c5)}.marksControl_item input{background:transparent;border:0px;color:#000;box-shadow:none;font-weight:500}.marksControl_item input:focus{border-bottom:1px solid rgba(0,0,0,.3294117647);box-shadow:none}.marksControl_item input:placeholder{color:#000;opacity:1}.marksControl{display:flex;align-items:center;margin-bottom:5px}.marksControl img{width:22px;height:22px;margin-right:6px}.tag_mark_item{position:absolute;max-width:40px;top:10px}.wrapp_like{display:inline;position:relative}.reactions{background-color:#fff;padding:7px 12px;z-index:0;box-shadow:0 0 8px #223c5026;max-width:200px;border-radius:10px;position:absolute;opacity:0;transition:all .5s ease-in-out;width:0;height:0;left:-50px;bottom:33px}.reactions.active{opacity:1;bottom:33px;height:35px;transition:all .5s ease-in-out;z-index:100;width:150px;left:0}.reactions .anticon{font-size:20px;margin-right:10px;cursor:pointer;color:#000;transition:color .1s ease-in-out}.reactions .anticon:hover{color:#0202c0;transition:color .1s ease-in-out}.btn_like{font-size:15px;transition:all .3s ease-in-out;margin-right:20px}.btn_like .anticon{margin-right:8px;transition:all .3s ease-in-out}.btn_like.like{color:#1f55bb;font-weight:600;transition:all .3s ease-in-out}.ReactionsInfoPanel{font-size:18px;color:#1f55bb;margin-right:10px}.ReactionsInfoPanel>span{margin-right:12px}.tooltip_name{font-size:14px;font-weight:500;margin-bottom:0}.auth{text-align:center;background-size:cover;height:100vh;background-image:url(/assets/registration-fon-BPP4oix0.svg)}@font-face{font-family:SourceSansPro;src:url(/assets/SourceSansPro-Light-DM2-GWdH.ttf);font-weight:300;font-style:normal}@font-face{font-family:SourceSansPro;src:url(/assets/SourceSansPro-Regular-4jPXbOWr.ttf);font-weight:400;font-style:normal}@font-face{font-family:SourceSansPro;src:url(/assets/SourceSansPro-SemiBold-Jl9ptXkz.ttf);font-weight:600;font-style:normal}@font-face{font-family:SourceSansPro;src:url(/assets/SourceSansPro-Bold-8n80pzF1.ttf);font-weight:700;font-style:normal}@font-face{font-family:SourceSansPro;src:url(/assets/SourceSansPro-Black-kaULQjwn.ttf);font-weight:900;font-style:normal}body{background-color:#ecf0f5;color:#000}.App{text-align:left;height:100%}*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;list-style-type:none}.content{display:flex;justify-content:flex-end;height:100%}.container{width:calc(100% - 230px);padding:60px 15px 0;height:100%}@media only screen and (max-width: 1320px){.container{width:calc(100% - 80px)}}@media only screen and (max-width: 768px){.container{width:100%}}.typical_title_h1{font-weight:600;line-height:1.1;margin:0 0 10px}.filters_wrap{background-color:#fff;padding:10px;margin-bottom:10px;border-radius:5px;box-shadow:0 1px 1px #0000000d;position:relative;transition:.3s all}.filters_wrap button{margin-right:10px}.filters{display:none;position:absolute;top:0;left:0;padding:0;z-index:0!important}.filters.active{display:block;position:relative;padding:10px;z-index:10}.filters .ant-form-item{width:24%;margin-bottom:5px}@media only screen and (max-width: 1500px){.filters .ant-form-item{width:100%}}.filters .ant-form{display:flex;flex-wrap:wrap}.filters .ant-picker-range{width:100%}.filters .ant-form-item-label{padding-bottom:0}.filters .form_button_wrap{width:100%;padding-left:9px;padding-right:7px}.white_wrap{padding:10px;position:relative;background-color:#fff;margin-bottom:5px;border-radius:5px}.form_button_wrap{display:flex}.editable-cell{position:relative}.editable-cell-value-wrap{padding:5px 12px;cursor:pointer;border:1px solid transparent}.editable-row:hover .editable-cell-value-wrap{border:1px solid #e8e8e8;border-radius:4px}[data-theme=dark] .editable-row:hover .editable-cell-value-wrap{border:1px solid #434343}.form_button_wrap button[type=submit]{margin-right:10px}.ant-modal-confirm-body .anticon-exclamation-circle{display:none}.ant-modal-confirm-body>.anticon+.ant-modal-confirm-title+.ant-modal-confirm-content{margin-left:0}input,textarea,input::placeholder,textarea::placeholder,select,option{font-family:SourceSansPro!important;font-weight:400;font-size:14px}.ant-pagination{display:flex;justify-content:flex-end;margin-top:20px}.ant-pagination{margin-bottom:20px}.bottom_card{display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:500;color:#000;border-bottom:1px solid #f0f0f0;padding:10px;transition:.3s all ease}.bottom_card.notactive{opacity:.5;color:#a3a3a3}.bottom_card:hover{color:#1890ff;box-shadow:-1px 0 1px #32323296;transition:.3s all ease}.bottom_card .anticon{margin-left:15px;font-size:18px;color:#1c67af}.bottom_card.add{box-shadow:0 -3px 12px -6px #0964aa88}.bottom_card__warning{background-color:#ffecc5}.ant-card-actions>li{margin-bottom:0!important;margin-top:0}.btn_wrap_modal{display:flex;justify-content:flex-end;margin-top:25px}.btn_wrap_modal_delete{margin-left:0!important}.btn_wrap_modal div{max-width:400px;display:flex}.btn_wrap_modal button{margin-left:10px}.wrapper_spiner{display:flex!important;justify-content:center;align-items:center}.spinner_lable{font-size:20px;margin-left:10px}.popconfirm_btns{display:flex;max-width:200px;margin-left:auto}.popconfirm_btns button{margin-left:10px}.drawer_notification{margin-bottom:10px}.links-account{display:flex;flex-direction:column}.filter_search{margin-top:10px}.quanity_local_sku{font-size:13px}.date_alert{font-size:11px;opacity:.7;text-align:right;display:block}.offer_notif{top:-14px}.ant-upload-list-picture-card-container,.ant-upload.ant-upload-select-picture-card{width:320px!important;height:265px!important;margin-bottom:25px}@media only screen and (max-width: 768px){.ant-upload-list-picture-card-container,.ant-upload.ant-upload-select-picture-card{width:48%!important;height:250px!important;max-height:250px}.ant-upload-list-picture-card-container img,.ant-upload.ant-upload-select-picture-card img{width:100%;max-width:100%!important;object-fit:cover}}@media only screen and (max-width: 576px){.ant-upload-list-picture-card-container,.ant-upload.ant-upload-select-picture-card{width:100%!important;height:250px!important;max-height:250px}}@media only screen and (max-width: 768px) and (min-width: 320px){.video_edit{width:200px!important;height:200px!important}.video_edit img{max-width:100%;height:100%}}@media only screen and (max-width: 768px){.video_edit{width:48%!important;height:250px!important;max-height:250px}}@media only screen and (max-width: 576px){.video_edit{width:100%!important;height:250px!important;max-height:250px}}.offer_item .ant-steps-item-icon{width:10px!important}.offer_video{width:130px;height:100px}.offer_video img{width:100%;height:100px}.video_wrap{max-width:100%;margin-top:15px;max-height:600px}.video_wrap video{width:100%;height:100%;max-height:600px}.offer_video_edit{width:320px!important;height:265px!important;overflow:hidden;margin-right:10px;position:relative}.deleted_video{position:absolute;right:10px;top:5px;font-size:20px;color:#4e0e1c69;z-index:2;cursor:pointer}.ant-steps-dot .ant-steps-item-icon,.ant-steps-dot.ant-steps-small .ant-steps-item-icon{height:10px!important}.ant-pagination{padding-bottom:20px}.uppercaseFirstLatter:first-letter{text-transform:uppercase}#myPL,#myUA,#myIT,#myEN,#myDE,#myCZ,#myRU{opacity:0!important;visibility:hidden}.ant-upload-list-item-image{max-height:100%!important}header .header_bell .ant-badge-multiple-words{padding:0 5px!important;top:-1px;font-size:11px}.account_fields_form .ant-form-item{margin-bottom:8px!important}.account_fields_form .ant-form-item-label{padding-bottom:5px!important}.edit_companyname{text-decoration:underline;cursor:text;color:#1890ff}@media only screen and (max-width: 768px){.ant-table-wrapper{overflow-x:scroll;background-color:#fff}}@media only screen and (max-width: 768px){.ant-select-selection-overflow-item{margin-bottom:5px}}.nav_overflow{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;height:121vh;z-index:2;opacity:.5;overflow:hidden}.company_export{display:flex;margin-bottom:10px;text-align:center;flex-wrap:wrap .company_export div;flex-wrap-min-width:70px;flex-wrap-text-align:center;flex-wrap-margin-right:20px}.company_export p{margin-bottom:5px;font-weight:600;text-align:center}.company_export img{display:block;margin:0 auto 10px;width:20px;height:20px}.ant-modal-close-x,.ant-modal-close{z-index:112!important}.roles_edit_group{display:flex;flex-wrap:wrap}.roles_edit_group .roles_groupt_item{max-width:350px;width:100%;display:flex;flex-direction:column;margin-bottom:10px}.roles_edit_group .roles_groupt_item label{margin-left:0}.my-masonry-grid{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-30px;width:auto}.my-masonry-grid_column{padding-left:30px;background-clip:padding-box}.my-masonry-grid_column>div{margin-bottom:30px}.competitors_wrap{position:relative;margin-top:20px}.competitors_info{background-color:#fff;margin-bottom:10px;padding:5px 30px 0 5px;display:flex;position:sticky;top:0;z-index:10;box-shadow:0 10px 23px -5px #223c503b}.competitors_info .offer_item_info_other_logo{margin-right:10px}.competitors_info_list{width:100%}.editor_photo{display:block;margin:20px auto 0;max-width:100%;transition:.3s all ease-in-out;cursor:pointer}.editor_photo:hover{opacity:.8;transition:.3s all ease-in-out}.editor_photo:hover~.editor_photo-icon{visibility:visible;opacity:.8}.wrap_item_info{display:flex;align-items:center;margin-top:20px}.editor_photo-icon{visibility:hidden;font-size:50px;opacity:0;transition:visibility 0s,opacity .3s ease-in-out;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:40vh;color:#1c67af;pointer-events:none}
