.native-banner{max-width:100%;max-height:100%}.video-banner .video{height:100%}.html5-banner{display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden}.ad-item-full-path{position:absolute;top:calc(100% - 4px);left:0;z-index:1;display:none;flex-direction:column;min-width:100%;padding:10px 12px;cursor:pointer;background:var(--gray-4);border-radius:2px}.ad-item__path:hover .ad-item-full-path{display:flex}.ad-item-full-path__head{display:flex;align-items:center}.ad-item-full-path__icon{color:#fff}.ad-item-full-path__title{font-size:12px;color:#fff;white-space:nowrap}.ad-item-full-path__title--bold{font-family:Segoe UI Semibold,Arial,sans-serif}.ad-item{display:flex;flex-direction:column;height:100%;border:2px solid var(--gray-7);border-radius:4px;transition:border-color .2s}.ad-item--checked{border-color:var(--con-color-primary)}.ad-item__list-item-container{display:flex;flex-direction:column;gap:3px}.ad-item__list-item-title{font-size:10px;font-weight:600;line-height:14px;color:var(--gray-4)}.ad-item__list-item-icon{width:10px;height:10px}.ad-item__list-item-icon:hover{cursor:pointer}.ad-item__url-list{display:flex;flex-direction:column;gap:4px;width:100%;max-height:248px}.ad-item__url-container{display:flex;flex-direction:column;gap:12px;align-items:flex-start;padding:12px 8px;border-top:1px solid var(--gray-7)}.ad-item--hidden .ad-item__url-container{pointer-events:none;opacity:0}.ad-item__url-add-button.v-btn:not(.v-btn--round).v-size--default{padding:9px 0;font-size:12px;font-weight:600;line-height:16px}.ad-item__url-add-button.v-btn:not(.v-btn--round).v-size--default .v-btn__content{color:var(--con-color-primary)}.ad-item__head{position:relative;display:flex;align-items:center;justify-content:space-between;padding-left:8px;background-color:var(--con-color-primary-200)}.ad-item--hidden .ad-item__head{pointer-events:none;opacity:.5}.ad-item__title-container{display:flex;gap:10px;align-items:center;justify-content:space-between;min-height:34px;padding:8px;margin-top:auto;background-color:var(--gray-9)}.ad-item__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ad-item__title-container,.ad-item__type{z-index:1;font-family:Segoe UI Semibold,Arial,sans-serif;font-size:13px;font-weight:600;line-height:18px;color:var(--primary-text-color)}.ad-item__path{padding:8px}.ad-item__path .icon{width:15px;height:12px}.ad-item__content{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:195px}.ad-item--hidden .ad-item__content{pointer-events:none;opacity:.5}.ad-item__icon{color:var(--gray-4)}.ad-item__count{padding:4px 8px;margin:0 6px;line-height:16px;color:var(--primary-text-color);white-space:nowrap;background-color:var(--con-color-primary-500);border-radius:4px}.ad-item__count,.ad-item__max-added{font-family:Segoe UI Semibold,Arial,sans-serif;font-size:12px}.ad-item__max-added{padding:0 8px;font-weight:600;line-height:18px;color:var(--error-color);cursor:default;opacity:0;transition:all .2s}.ad-item__max-added--visible{opacity:1}.ad-list{display:grid;grid-template-columns:repeat(3,minmax(0,33%));gap:12px 8px}.ad-list__dummy{display:flex;grid-column:1/4;align-items:center;justify-content:center;height:413px;font-family:Segoe UI,Arial,sans-serif;font-size:13px;line-height:18px;color:var(--primary-text-color)}.ui-loading-confirm{box-sizing:border-box;max-width:460px;background-color:#fff}.ui-loading-confirm-content{padding:24px;word-break:break-word}.ui-loading-confirm-label{font-weight:700;white-space:nowrap}.ui-loading-confirm-loading-image{width:48px;height:48px}.ui-collapsed-content{display:flex;flex-direction:column}.ui-collapsed-content__head{display:flex;align-items:center;padding:8px;cursor:pointer}.ui-collapsed-content--disabled .ui-collapsed-content__head{cursor:default}.ui-collapsed-content__head:hover{background-color:var(--gray-9)}.ui-collapsed-content__element{display:flex;width:100%}.ui-collapsed-content__items{display:flex;flex-direction:column;height:auto;max-height:0;overflow:hidden;transition:all .3s ease-out}.ui-collapsed-content--opened .ui-collapsed-content__items{max-height:8000px;transition:all .5s ease-in}.nested-item{display:flex;align-items:center;padding:8px 8px 8px 12px;cursor:pointer}.nested-item:hover{background-color:var(--gray-9)}.nested-item--disabled{cursor:default}.nested-item--collapsed{padding-left:57px}.nested-item__title{overflow-x:hidden;font-family:Segoe UI,sans-serif;font-size:13px;line-height:18px;color:var(--primary-text-color);text-overflow:ellipsis}.nested-item__title span{white-space:nowrap}.theme--light.v-icon.nested-item__icon{font-size:18px;color:var(--gray-5)}.nested-group__toggle{display:flex;flex:none;align-items:center;width:18px;height:18px}.nested-group__title{font-family:Segoe UI,sans-serif;font-size:13px;line-height:18px;color:var(--primary-text-color)}.nested-group__remove-button{position:relative;width:14px;height:14px}.nested-group__remove-button:after,.nested-group__remove-button:before{position:absolute;top:0;width:2px;height:100%;content:"";background-color:var(--gray-5)}.nested-group__remove-button:before{transform:rotate(45deg)}.nested-group__remove-button:after{transform:rotate(-45deg)}.theme--light.v-icon.nested-group__icon{font-size:18px;color:var(--con-color-primary-600)}.theme--light.v-icon.nested-group__icon--open{color:var(--gray-4)}.theme--light.v-icon.nested-group__icon--selected{color:var(--gray-5)}.theme--light.v-icon.nested-group__icon--opened{transform:rotate(90deg)}.nested-selected-item{display:flex;align-items:center;justify-content:space-between;padding:8px 8px 8px 12px}.nested-selected-item:hover{background-color:var(--gray-9)}.nested-selected-item--collapsed{padding-left:53px}.nested-selected-item__title{overflow-x:hidden;font-family:Segoe UI,sans-serif;font-size:13px;line-height:18px;color:var(--primary-text-color);text-overflow:ellipsis}.nested-selected-item__title span{white-space:nowrap}.nested-selected-item--error .nested-selected-item__title,.nested-selected-item__error{color:var(--error-color)}.nested-group-of-selected__toggle{display:flex;flex:none;align-items:center;width:18px;height:18px}.nested-group-of-selected__title{font-family:Segoe UI,sans-serif;font-size:13px;line-height:18px;color:var(--primary-text-color)}.nested-group-of-selected--error .nested-group-of-selected__title{color:var(--error-color)}.nested-group-of-selected__remove{position:relative;width:14px;height:14px}.nested-group-of-selected__remove:after,.nested-group-of-selected__remove:before{position:absolute;top:0;width:2px;height:100%;content:"";background-color:var(--gray-5)}.nested-group-of-selected__remove:before{transform:rotate(45deg)}.nested-group-of-selected__remove:after{transform:rotate(-45deg)}.theme--light.v-icon.nested-group-of-selected__icon{font-size:18px;color:var(--con-color-primary-600)}.nested-group-of-selected--error .theme--light.v-icon.nested-group-of-selected__icon{color:var(--error-color)}.theme--light.v-icon.nested-group-of-selected__toggle-icon{font-size:18px;color:var(--gray-4)}.theme--light.v-icon.nested-group-of-selected__toggle-icon--toggled{transform:rotate(90deg)}.nested-list{display:flex;flex-direction:column;height:350px}.nested-list__dummy{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.nested-list__dummy span{font-family:Segoe UI,sans-serif;font-size:13px;line-height:18px;color:var(--gray-4)}.ads-ui{display:flex;flex-direction:column;gap:12px}.ads-ui__head{justify-content:space-between}.ads-ui__actions,.ads-ui__head{display:flex;align-items:center}.ads-ui__actions{gap:0 12px;width:100%}.ads-ui__actions--centered{justify-content:center}.ads-ui__title{padding-right:16px;font-family:Segoe UI Semibold,Arial,sans-serif;font-size:13px;line-height:18px;color:var(--primary-text-color)}.ads-ui__dummy{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:300px;margin:16px 0 8px}.ads-ui__image{width:36px;height:36px;margin:16px 0}.ads-ui__desc{font-family:Segoe UI,Arial,sans-serif;font-size:14px;line-height:19px;color:var(--primary-text-color)}.ads-ui__desc--error{color:var(--error-color)}.ads-ui__info{display:flex;align-items:center}.ads-ui__info i.v-icon{margin-right:10px;font-size:18px}.ads-ui__info span{font-family:Segoe UI,Arial,sans-serif;font-size:13px;line-height:18px;color:var(--gray-4)}.ads-ui__error{padding:8px 16px;font-size:13px;line-height:18px;color:#fff;background-color:var(--gray-2);border-radius:4px;opacity:0;transition:opacity .3s}.ads-ui__add-button:hover+.ads-ui__error{opacity:1}.ads-ui__button{position:relative;padding:9px 12px 9px 34px;margin-right:12px;font-family:Segoe UI,sans-serif;font-size:13px;font-weight:600;line-height:18px;color:var(--primary-text-color);border-radius:4px;transition:all .2s}.ads-ui__button:hover{background-color:var(--gray-8)}.ads-ui__button:after,.ads-ui__button:before{position:absolute;top:12px;left:16px;width:2px;height:13px;content:"";background-color:var(--primary-text-color)}.ads-ui__button:before{transform:rotate(45deg)}.ads-ui__button:after{transform:rotate(-45deg)}.click-url-settings{display:flex;flex-direction:column}.click-url-settings__title{margin:2px 0;font-family:Segoe UI Semibold,sans-serif;font-size:14px;line-height:19px;color:var(--primary-text-color)}.click-url-settings__desc{margin:2px 0 8px;font-size:12px;line-height:19px;color:var(--gray-5)}.search-ad{display:flex;align-items:center;border-bottom:1px solid transparent}.search-ad__input{width:0;border:none;opacity:0;transition:all .2s}.search-ad__input--visible{width:246px;opacity:1}.search-ad__icon:focus:after{content:none}.search-ad--visible{border-color:var(--gray-5)}.v-icon.search-ad__icon{font-size:18px}.individual-urls{display:flex;flex-direction:column}.individual-urls__desc{display:flex;align-items:center}.individual-urls__desc span{font-family:Segoe UI,sans-serif;font-size:13px;line-height:18px;color:var(--gray-4)}.individual-urls__actions{display:flex;align-items:center;margin-left:auto}.individual-urls .ads-ui__button{margin-right:0!important}.individual-urls .search-ad__input--visible{width:180px!important}.individual-urls .uiCheckbox{width:70%}.individual-urls .uiCheckbox__label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme--light.v-icon.individual-urls__icon{margin-right:8px;font-size:15px;color:var(--gray-4)}.frequency-caps__content{display:flex;flex-direction:column;gap:8px 0}.frequency-caps__item{position:relative;display:flex;flex-direction:column;align-items:flex-start;padding:12px 46px 12px 24px;border:1px solid var(--gray-7);border-radius:4px}.frequency-caps__remove{top:16px;right:16px}.frequency-caps__remove:after,.frequency-caps__remove:before{background-color:var(--primary-text-color)}.frequency-caps__validations{display:flex;flex-direction:column;gap:8px 0}.frequency-caps__validations span{color:var(--error-color)}.v-icon-info{cursor:pointer;fill:var(--gray-color-text-9e)}.massiveEditingComponent .v-icon-info{margin-left:8px}.massiveEditingComponent .content-block-item-description{margin:4px 0 10px!important}.tns-targeting__content{width:425px}.tns-targeting__timeout{width:100%;margin-top:25px;margin-bottom:10px}.bet-confirm-modal{width:600px;height:417px}.url-limit-confirm-modal{width:538px;height:389px}.url-duplicate-confirm-modal{width:538px;height:420px}.wrapper[data-v-131f9c94]{font-size:.813rem}.massive-editing__settings{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px 16px}.massive-editing__campaign-type{grid-column:1/3}.massive-editing__list{position:relative;display:flex;flex-direction:column;width:100%;margin-top:8px;overflow:hidden;border:1px solid var(--gray-7);border-radius:4px}.massive-editing__list .modern-scrollbar{scrollbar-width:auto;scrollbar-color:auto}.massive-editing__list .modern-scrollbar::-webkit-scrollbar{width:6px;padding-right:2px}.massive-editing__list .modern-scrollbar::-webkit-scrollbar-thumb{background-color:var(--gray-6);border-radius:4px}.massive-editing__search{display:flex;align-items:center;padding:8px;border-bottom:1px solid var(--gray-7)}.massive-editing__search .v-icon{font-size:18px;color:var(--gray-5)}.massive-editing__actions{display:flex;align-items:center;padding:8px;border-bottom:1px solid var(--gray-7)}.massive-editing__actions--between{justify-content:space-between}.massive-editing__actions span{line-height:18px;color:var(--gray-4)}.massive-editing__remove-all{position:relative;display:none;width:14px;height:14px}.massive-editing__remove-all--visible{display:block}.massive-editing__remove-all:after,.massive-editing__remove-all:before{position:absolute;top:0;width:2px;height:100%;content:"";background-color:var(--gray-5)}.massive-editing__remove-all:before{transform:rotate(45deg)}.massive-editing__remove-all:after{transform:rotate(-45deg)}.massive-editing__elements{display:flex}.massive-editing__element{width:50%}.massive-editing__element:first-child{border-right:1px solid var(--gray-7)}.massive-editing__remove-button{position:relative;flex:none;width:14px;height:14px;cursor:pointer}.massive-editing__remove-button:after,.massive-editing__remove-button:before{position:absolute;top:0;left:6px;width:2px;height:100%;content:"";background-color:var(--gray-5)}.massive-editing__remove-button:before{transform:rotate(45deg)}.massive-editing__remove-button:after{transform:rotate(-45deg)}.massive-editing__remove-button--absolute{position:absolute}.massive-editing__remove-button--disabled{cursor:default}.massive-editing__max-added{padding:8px 16px;margin-left:16px;font-family:Segoe UI Semibold,Arial,sans-serif;font-size:13px;font-weight:600;line-height:18px;color:#fff;background-color:var(--primary-text-color);border-radius:4px;box-shadow:0 1px 2px 0 var(--gray-6);opacity:0;transition:all .2s}.massive-editing__add-button:hover+.massive-editing__max-added{opacity:1}.massive-editing__deeplinks-subheader{margin-bottom:4px!important}.massive-editing__deeplinks-info{color:var(--gray-5)}.massive-editing__radio-group{padding:4px 0;margin:0}.massive-editing__radio-group .v-radio{align-items:flex-start}.massive-editing__radio-wrapper{display:flex;flex-direction:column}.massive-editing__radio-label-description{color:var(--gray-5)}.massive-editing__radio-label-text{margin-top:-2px}.massive-editing__deeplink-inputs{display:flex;flex-direction:column;gap:8px 0;padding:8px 0}.massive-editing__deeplink-inputs--to-links{padding-left:27px}.massive-editing__deeplink-input-label{margin-bottom:8px;font-family:Segoe UI Semibold,Arial,sans-serif;font-size:13px}.massive-editing__geotargeting .select-list{top:auto;bottom:-20px}.massive-editing__geotargeting--supergeo .select-list{top:100%;bottom:auto}.massive-editing__bet{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:16px;column-gap:16px}.massive-editing__bet .real-input{width:auto}.massive-editing__bet .agent-block{display:none!important;flex-shrink:0;width:auto;padding-right:20px}.massive-editing__bet .type2-info{position:absolute;right:0}.massive-editing__bet .content-block-item{margin-bottom:0}.massive-editing__bet .input-editable-block{width:100%;padding-bottom:0!important;margin-top:8px}.massive-editing__bet .real-input__text{width:100%;max-width:100%}.massive-editing__bet .set-max-bid-limit{font-family:Segoe UI Semibold,Arial,sans-serif;font-size:14px}.massive-editing__brand-safety .brand-safety-options-section{width:725px!important}.massive-editing__brand-safety .check_rest_info{right:102%;left:unset}.massive-editing__yandex-modal-info{margin:10px 0;font-size:14px}.massive-editing__limits .budget-settings__header{font-size:14px}.massive-editing__limits .con-uni-drop{position:relative}.massive-editing__limits .con-uni-drop__default-body{bottom:32px;left:0}.massive-editing__limits .radio-items .v-icon-info{margin-bottom:2px;margin-left:2px}.massive-editing__protected-media .protected-description{font-size:12px;color:var(--description-main)}.massive-editing__protected-media .protected-switch{display:flex;flex-direction:row;gap:12px}.massive-editing__campaign-strategy{padding:8px 0}.massive-editing__text-category{padding-top:8px;padding-bottom:8px}.massive-editing__text-category .block-text-category-actual{margin-bottom:0}.massive-editing__text-category .tree-categories-rows .tree-component-row{max-width:100%}.massive-editing textarea{height:190px;color:#2c3d4f;resize:none}.massive-editing__rewarded-inventory{padding-top:8px;padding-bottom:8px}.massive-editing__rewarded-inventory #block-only-rewarded{margin-bottom:0}.massive-editing__rewarded-inventory #block-only-rewarded>.ui-radio-group{margin-bottom:0!important}