.wrap_html_rescategory {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 5;
}

#htmlrescategory {
    width: 100%;
    height: 110px;
}

.resources-search-wrp {
    width: 100%;
    position: relative;
}

.filter-element__search-icon {
    position: absolute;
    left: 8px;
    top: 4px;
    width: 34px;
    height: 34px;
    opacity: 0.8;
}

.wrap_html_search {
    width: 100%;
    padding-bottom: 15px;
    grid-column-start: 1;
    grid-column-end: 5;
}

.filter-element__search {
    padding: 4px 10px 4px 50px;
    border-radius: 20px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #bbbbbb;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    outline: none;
}

.filter-element__search:focus {
    box-shadow: 0 0 8px #ccc;
}

.filter-element__search::placeholder {
    text-transform: unset;
    font-size: 16px;
}

.filter-element__search-clear {
    position: absolute;
    right: 14px;
    line-height: 40px;
    font-size: 20px;
    color: #a8a8a8;
    opacity: 1;
    transition: all ease 0.3s;
    cursor: pointer;
}

.filter-element__search-clear:hover {
    color: #707070;
    transform: rotateZ(90deg);
}

.filter-element__search-clear.fadeout {
    opacity: 0;
}

.selectric-SortBy .selectric {
    box-sizing: content-box;
    width: 153px;
}

.Button-Details .Button-Text {
    color: #E96758;
}

.resources-page-wpr .Filters {
    margin-top: 0;
}

.resources-page-documents-wpr {
    height: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 180px;
}

.hidden {
    display: none;
}

.Filtered {
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.Filtered.images {
    justify-content: unset;
}

.use_new_buttons-2 .containerWrap {
    /*height: 100%;*/
    background: white;
    padding: 12px 17px 23px 17px;

}

#html_img_app {
    height: 140px;
}

#html_prod_type {
    height: 110px;
}

#html_img_type {
    height: 110px;
}

.images-gallery__item-title {
    display: inline-block;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 15px;
    font-weight: 500;
    padding-left: 10px;
    padding-bottom: 16px;
    line-height: 24px;
}

.Filtered-Item {
    width: 268px;
    height: 390px;
    overflow: hidden;
}

.Filtered-Item.use_new_buttons-2 {
    height: 390px;
}

.Filtered-Title {
    font-size: 16px;
    min-height: 38px;
}

.FiltersTab {
    border-bottom: none;
}

.resources-filter-wrp {

    border-top: 1px solid #d9d9d9;
    flex-grow: 1;
}

.resources-filter-wrp .Container {
    width:100%;
    background-color: #ffffff;
}
.resources-filter-wrp .Container .Filtered.documents {
    padding-left: 20px;
}

.resources-filter-wrp .Container .Filtered-Item {
    width: 233px;
    display: block;
}
.resources-filter-wrp .Container .Filtered-Title {
    font-size: 15px;
    min-height: 22px;
}

.resources-filter-wrp .Container  .Filtered-Item.use_new_buttons-2 {
    height: 300px;
    margin-bottom: 30px;
}
.resources-filter-wrp .Container  .Button-Details{

}
.resources-filter-wrp .Container .Button-Configure {
    min-width: 65px;
    width: auto;
}


.resources-filter-wrp .Filtered-DetailsWrapper.Filtered-DetailsWrapper-Bases {
    min-height: 34px;
}

.resources-filter-wrp .Container  .Button-Details, .resources-filter-wrp .Container  .Button-Configure  {
    height: 32px;
}
.resources-filter-wrp .Container  .Button-Details .Button-Text, .resources-filter-wrp .Container  .Button-Configure .Button-Text {
    font-size: 13px;
padding: 0 17px;
}
.resources-filter-wrp .itemTypebases .containerWrap {
    box-shadow: 0 0 1px 0 rgb(0 0 0 / 10%);
    border: 1px solid #e6e6e6;
    transform: scale(1);
    transition: 0.15s all ease-out;
}

.resources-filter-wrp  .active.itemTypebases .containerWrap {
    box-shadow: 0 0 23px 0 rgba(0, 0, 0, .1);
    padding: 12px 17px 23px 17px;
    transform: scale(1.05);
}

.resources-filter-wrp .Container  .Filtered-Item.resource-type-8 {
    max-height: 180px;
}

.resources-filter-wrp .resource-type-8 .Filtered-ImageContainer {
    min-height: 100px;

}

.use_new_buttons-2.active.resource-type-8 .containerWrap {
    position: absolute;
    padding: 12px 17px 23px 17px;
    left: -18px;
    right: 0;
    top: unset;
    bottom: unset;
    margin: 0;
}


.use_new_buttons-2 .resource-type-8 .Filtered-InfoWrapper {
    padding: 0;
    margin-top: 10px;
}
.use_new_buttons-2.resource-type-8 .containerWrap {

    padding: 17px 17px 14px 17px;
}


.resources-filter-wrp .Container   .Button-Details {
    width: auto;
}
.resources-filter-wrp .Container  .Details-Buttons {
     justify-content: space-evenly;
 }

.resources-page__image-details-wrp {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 111999;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: rgba(0, 0, 0, 0.6);
}

.image-details__item-img-wrp {
    width: calc(100% - 490px);
    padding: 40px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-grow: 1;
}

.image-details__item-img-wrp img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
}

.image-details__item-details-wrp {
    width: 427px;
    background-color: #fff;
    padding: 40px 30px 40px 30px;
    box-sizing: border-box;
    overflow-y: auto;
    flex-grow: 0;
}
.image-details__item-title {
    font-size: 26px;
    color: #707070;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 40px;
}

.image-details__close-btn {
    position: absolute;
    top: 12px;
    right: 18px;
}

.image-details__close-btn i {
    font-size: 24px;
    color: #cacaca;
}

.image-details__close-btn:hover i {
    color: #E96758;
}

.image-details__block-wrp {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.image-details__block-title {
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    display: inline-block;
    width: 100%;
    position: relative;
}

.image-details__block-title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 0;
    border-bottom: 2px solid #E96758;
}

.image-details__tag {
    display: inline-block;
    padding: 0 16px;
    line-height: 24px;
    border-radius: 15px;
    background-color: #ececec;
    color: #707070;
    font-size: 13px;
    font-weight: 500;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.image-details__tag:hover{
    transition: background-color ease-out 0.3s;
    background-color: #aaa;
}

.manage-resources__related-products-wrp {
    box-sizing: border-box;
    justify-content: flex-start;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}

.manage-resources__related-products-wrp * {
    box-sizing: border-box;
}

.related-product-item-wrp {
    width: 173px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 20px 30px 0;
    flex-wrap: wrap;
    cursor: pointer;
}

.related-product-item-wrp:nth-child(2n) {
    margin-right: 0;
}

.related-product-item-wrp:hover {
    box-shadow: 0 0 10px 2px #999;
}

.related-product-item__img-wrp {
   /* height: 192px;
    width: 186px;*/
    position: relative;
}

.related-product-item__img-wrp img {
    width: 100%;
    height: auto;
    flex: 1;
    display: inline-block;
}

.related-product-item__title {
    width: 100%;
    text-align: center;
    color: #777777;
    font-weight: 500;
    font-size: 16px;
    font-family: Raleway, Helvetica, Arial, sans-serif;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ui-btn {
    align-items: center;
    background-color: #E96758;
    border: 1px solid #E96758;
    border-radius: 25px;
    color: #fff;
    font-size: 15px;
    font-family: Raleway, Helvetica, Arial, sans-serif;
    display: flex;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    padding: 0 20px;
    cursor: pointer;
}

.related-product-item__btn {
    margin-bottom: 10px;
}

.Button-Text {
    z-index: 1;
    padding-right: 0;
}

.Button-Circle {
    width: 0;
    height: 0;
    opacity: 0;
    line-height: 40px;
    border-radius: 50%;
    background: #9e180e;
    position: absolute;
    transition: all .5s ease-Out;
    top: 20px;
    left: 90px;
    z-index: 0;
}

.ui-btn:hover .Button-Circle {
    width: 200%;
    height: 500%;
    opacity: 1;
    top: -90px;
    left: -90px;
}

.image-details__img-link {
    color: #329bf5;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    padding-left: 32px;
    margin-bottom: 6px;
    line-height: 24px;
    position: relative;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
}

.image-details__img-link i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    color: #bbbbbb;
    opacity: 0.8;
}

.image-details__img-link:hover i {
    color: #E96758;
}

.image-details__img-link:hover .link-text {
    border-bottom: 1px dashed #329bf4;
}

.images-gallery__link, .images-gallery__link:hover, .images-gallery__link:visited, .images-gallery__link:focus {
    opacity: 0;
    transition: opacity ease-out 0.5s;
    display: block;
    position: absolute;
    font-size: 20px;
    color: #fff;
}

.images-gallery__item-wrp {
    width: calc(20% - 24px);
    border-radius: 0;
    border: none;
    overflow: hidden;
    position: relative;
    margin: 10px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.images-gallery__load-next-page {
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: 1px dashed #d1d1d1;
    background-color: #f8f8f8;
    margin: 100px 10px 10px -10px;
    color: #797979;
    opacity: 0.5;
    font-size: 15px;
    cursor: pointer;
    box-sizing: border-box;
}

.images-gallery__load-next-page:hover {
    opacity: 1;
}

.images-gallery__pages-wrp {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: -10px;
    padding: 0;
}

.images-gallery__pages-wrp li {
    padding: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    font-size: 15px;
    color: #707070;
    font-weight: 400;
    margin: 0 10px;
}

.images-gallery__pages-wrp li a, .images-gallery__pages-wrp li a:visited, .images-gallery__pages-wrp li a:focus{
    outline: none;
    color: #329bf4;
    text-decoration: none;
}

@media screen and (max-width: 1680px){
   .resources-filter-wrp .Container {
        max-width: 1275px;
       width: 85%;
    }
    .resources-filter-wrp .Container .Filtered-Item {
        width: 226px;
    }

}
@media all and (max-width: 1200px){
    .images-gallery__item-wrp {
        width: calc(25% - 24px);
    }
}

@media all and (max-width: 900px){
    .images-gallery__item-wrp {
        width: calc(33% - 20px);
    }
}

@media all and (max-width: 600px){
    .images-gallery__item-wrp {
        width: calc(50% - 20px);
    }
}

@media all and (max-width: 450px){
    .images-gallery__item-wrp {
        width: calc(100% - 20px);
        box-sizing: border-box;
        margin: 0 0 10px 0;
    }
}

.images-gallery__img_link {
    width: 100%;
    display: flex;
    margin-bottom: 0;
    max-height: 174px;
}

.images-gallery__item-wrp img {
 /*   width: 100%;*/
    margin: 0 auto;
    object-fit: cover;
}

.images-gallery__item-descr {
    line-height: 15px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    bottom: -58px;
    left: 0;
    right: 0;
    padding: 13px 17px 10px;
    transition: all ease-out 0.3s;
    display: none;
    height: 180px;
    box-shadow: inset 0 -110px 130px -120px #000000;
}

.images-gallery__item-wrp:hover .images-gallery__item-descr,
.images-gallery__item-wrp.selected .images-gallery__item-descr {
    display: block;
    bottom: 0;
}



.images-gallery__item-title {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding-top: 6px;
}

.images-gallery__item-wrp:hover .images-gallery__link,
.images-gallery__item-wrp.selected .images-gallery__link {
    opacity: 0.8;
}

.images-gallery__item-wrp:hover .images-gallery__link:hover {
    opacity: 1;
    color: #797979;
}

.images-gallery__item-wrp.selected .images-gallery__select_link {
    color: #E96758;
}

.images-gallery__item-wrp.selected .images-gallery__select_link:hover {
    color: #9e180e;
}


.images-gallery__download_link {
    right: 10px;
    bottom: 18px;
}

.images-gallery__select_link {
    right: 40px;
    bottom: 18px;
}

.image-details__block-tags {
    margin-bottom: 24px;
}

.image-details__img-wrp {
    max-width: 100%;
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content:center;
}

.image-details__nav-link {
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

.image-details__nav-link i {
    color: #fff;
    font-size: 38px;
    padding: 200px 0;
}

.image-details__nav-link-left {
    left: 7px
}

.image-details__nav-link-right {
    right: 7px
}

.itemTypebases .Button-Details {
    width: 105px;
}

.use_new_buttons-2 .Button-Configure {
    min-width: 85px;
    width: 85px;
}

.download-toolbar-wrp {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 84px;
    background-color: #fff;
    z-index: 101;
    border-top: 1px solid #d9d9d9;
    display: none;
}

.download-toolbar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.download-toolbar-wrp.show {
    display: flex;
}

.download-bar-count {
    margin-left: 40px;
    height: 84px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: 300px;
}

.download-bar-count i {
    font-size: 24px;
    color: #E96758;
    border-radius: 10px;
    border: 1px solid #fff;
    margin-right: 10px;
}

.download-type-wrp {
    display: flex;
    align-items: center;
}

.download_type {
    padding: 4px;
    color: #575757;
    font-size: 14px;
    font-weight: 500;
    background-color: #f7f7f7;
    border-radius: 15px;
    height: 32px;
    outline: none;
}

.selectric-download_type {
    width: 190px;
}

.selectric-download_type .selectric {
    padding: 4px;
    color: #575757;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    background-color: #f7f7f7;
    border-radius: 15px;
    height: 22px;
    outline: none;
}

.selectric-download_type .selectric .label {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #575757;
    line-height: 25px;
    height: 22px;
}

.selectric-download_type .selectric .button {
    height: 32px;
    width: 32px;
}

.selectric-download_type .selectric-items li {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #575757;
    padding-left: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.selectric-download_type .selectric-items {
    bottom: calc(100% - 1px);
    top: unset;
}

.selectric-download_type .selectric.isOpen {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.js-download-all i {
    font-size: 24px;
    margin-right: 10px;
    z-index: 100;
}

.js-download-all .Button-Text {
    width: auto;
}

.new-group {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 20px;
    color: #4f94cd;
    font-size: 18px;
    font-weight: 500;
}

.resources-filter-wrp .Filtered-ImageContainer {
    min-height: 203px;
}

#FilteredWrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
}

.link-to-admin {
    font-size: 12px;
}

.resources-page-wpr .FiltersTab {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.resources-page-wpr .FiltersTab-Titles {
    padding-left: 0;
    min-width: 270px;
    max-width: 270px;
    width: 20%;
    flex-direction: column;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    border-right: none;
    align-self: stretch;
}

.resources-page-wpr .FiltersTab-Title {
    width: 100%;
    text-transform: none;
    text-align: right;
    padding-right: 20px;
    margin-bottom: 0;
    margin-right: 0;
    height: auto;
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 16px;
    box-sizing: border-box;
    border: none;
    border-right: 1px solid #d9d9d9;

    justify-content: flex-end;
}

.resources-page-wpr .FiltersTab-Title.active {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-right: none;
}

.resources-page-wpr .FiltersTab-Title.active:first-child {
    border-top: 1px solid transparent;
}

.resources-page-wpr .FiltersTab-Title:last-child, .resources-page-wpr .FiltersTab-Title:last-child:hover {
    align-self: stretch;
    height: 100%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    border-bottom: 1px solid transparent;
}

.resources-page-wpr .FiltersTab-Title:hover {
    height: auto;
    transition: none;
}

.resources-page-wpr .FiltersTab-BodyWrapper {
    width: calc(100% - 275px);
}

.resources-page-wpr .FiltersUsed {
    width: 100%;
    box-sizing: border-box;
    justify-items: flex-end;
}

.Filtered-Item__symbols {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.resource-subcat-title__symbol {
    font: normal 19px/26px 'Raleway', sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
    padding-left: 36px;
}

.resource-link-wrp__symbol {
    width: 100%;
}

.resources-filter-wrp .Container .Filtered-Item.Filtered-Item__symbols {
    width: 226px;
    border-right: 1px solid #e6e6e6;
    padding: 20px 0;
    height: auto;
    margin-bottom: 30px;
}

.resource-link__symbol .far {
    margin-right: 10px;
}

.resource-link__symbol {
    cursor: pointer;
    color: #007ab9;
    text-decoration: none;
    font: normal 15px/26px 'Raleway', sans-serif;
    font-weight: 400;
    margin-left: 36px;
}

.resource-link__symbol:hover {
    border-bottom: 1px dashed #007ab9;
}

.resource-subcat-tmb__symbol {
    padding: 0 20px;
    margin-top: -20px;
    margin-bottom: 10px;
}

.FiltersTab-Body-ImageFilters.active {
    grid-template-columns: 200px minmax(320px, 1fr) 1fr;
}

/*MEDIA QUERIES*/
/*MEDIA START*/
@media all and (max-width: 1120px) {
    #htmlrescategory {
        height: 110px;
    }

    #html_img_app {
        height: 200px;
    }
}

@media all and (max-width: 1200px) {
    .image-details__item-details-wrp {
        width: 250px;
        padding: 40px 20px;
    }

    .image-details__item-img-wrp {
        width: calc(100% - 250px);
    }
}

@media all and (max-width: 768px) {
    .resources-page__image-details-wrp {
        flex-direction: column;
    }

    .image-details__item-img-wrp {
        width: 100%;
        height: 350px;
    }

    .image-details__item-details-wrp {
        width: 100%;
        padding: 10px;
    }

    .manage-resources__related-products-wrp {
        justify-content: center;
    }

}

@media all and (max-width: 720px) {
    #htmlrescategory {
        height: 150px;
    }
}

@media all and (max-width: 430px) {
    .FiltersTab-Titles {
        display: flex;
        padding: 10px 10px 0 10px;
        justify-content: center;
    }

    .FiltersTab-Title {
        border-radius: 20px;
    }

    .FiltersTab-Title.active {
        background-color: #f2f2f2;
        color: #E96758;
        height: 34px;
        border: 1px solid #d9d9d9;
    }

    .FiltersTab-Body {
        display: none;
    }

    .FiltersTab-Body.active {
        display: flex;
    }

    .wrap_html_rescategory {
        margin-bottom: 10px;
    }

    #htmlrescategory {
        height: 375px;
    }

    .resources-search-wrp {
        padding-bottom: 10px;
    }

    .images-gallery__item-wrp .images-gallery__item-descr {
        height: 44px;
    }

    .images-gallery__item-wrp p {
        opacity: 1;
        padding: 10px 0;
        margin: 0;
    }

    .images-gallery__download_link, .images-gallery__download_link:hover, .images-gallery__download_link:visited, .images-gallery__download_link:focus {
        opacity: 1;
    }

    #html_img_app {
        height: 310px;
    }

    .wrap_html_img_app {
        width: 100%;
    }

    .wrap_html_prod_type {
        width: 100%;
    }

    .wrap_html_img_type {
        width: 100%;
    }

    .image-details__item-img-wrp {
        height: unset;
    }

    .related-product-item__img-wrp {
        width: 260px;
        height: unset;
    }

    .related-product-item-wrp {
        width: 260px;
        margin-right: 0;
    }

    .image-details__nav-link i {
        padding: 50px 0;
    }

    .images-gallery__item-descr {
        display: block;
        bottom: 0;
    }

    .images-gallery__select_link {
        opacity: 1;
    }

    .image-details__block-wrp {
        justify-content: center;
    }

    .image-details__block-title {
        text-align: center;
    }

    .image-details__block-title:after {
        left: calc(50% - 50px);
    }

    .image-details__item-title {
        text-align: center;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .image-details__img-wrp {
        display: block;
    }

    .image-details__nav-link {
        top: calc(50% - 210px)
    }
}

@media all and (max-width: 430px) {

    .resources-filter-wrp .Container {

        width: 100%;
    }

    .resources-page-wpr  .FiltersTab-Title {
        align-items: center;
        border: 1px solid #d9d9d9;
        cursor: pointer;
        display: flex;
        height: 32px;
        background-color: #efefef;
        margin-bottom: -1px;
        margin-right: 5px;
        margin-left: 5px;
        font-size: 13px;
        text-align: center;
        padding: 6px 8px;
        text-transform: none;
        transition: .3s;
        white-space: normal;
        border-radius: 0;
    }


    .resources-page-wpr .FiltersTab-Titles {
        display: flex;
        padding: 10px 10px 0 0;
        justify-content: center;
        border: none;
        border-bottom: 1px solid #d9d9d9;
        flex-direction: row;
        width: 100%;
    }
    .resources-page-wpr .FiltersTab-Title.active {
        justify-content: center;
        background-color: #ffffff;
        color: #E96758;
        height: 34px;
        border: 1px solid #d9d9d9;
        border-bottom: 1px solid white;
    }

    .resources-page-wpr .FiltersTab-Title.active:first-child {
        border-top: 1px solid #d9d9d9;
        justify-content: center;
    }

    .resources-page-wpr .FiltersTab-Title:last-child, .resources-page-wpr .FiltersTab-Title:last-child:hover {
        align-self: unset;
    }

    .resources-filter-wrp .Container .Filtered.documents {
        padding-left: 0;
    }
    .resources-filter-wrp .Container .Filtered-Item {
        width: calc(50% - 10px);
    }
    .resources-filter-wrp .Container .Filtered-Item.use_new_buttons-2 {
        height: auto;
        margin-bottom: 30px;
    }


    .resources-filter-wrp .Filtered-ImageContainer {min-height: 103px;}

    .resources-filter-wrp .Filter {

        border-bottom: 1px solid #fff;
    }

    .resources-filter-wrp .active.itemTypebases .containerWrap {
        box-shadow: none;
    }

    .resources-filter-wrp  .Filtered-Item.active {
        z-index: 1;
    }
    .resources-filter-wrp .active .Filtered-DetailsWrapper {
        display: none;
    }

    .resources-filter-wrp .Container .Filtered.images {
        padding: 0 20px;
        width: calc(100% - 20px);
    }
    .images-gallery__download_link {
        right: 10px;
        bottom: 11px;
    }

    .images-gallery__select_link {
        right: 40px;
        bottom: 11px;
    }

    .images  .images-gallery__item-wrp .images-gallery__item-descr {
        height: 24px;
    }
    .resources-filter-wrp .images-gallery__item-title {
        padding-bottom: 11px;
    }
    .resources-filter-wrp  .images-gallery__img_link {
        margin: 20px 0 0 0;
    }

    .resources-filter-wrp .images-gallery__item-wrp {
        width: calc(100% - 20px);
        box-sizing: border-box;
        margin: 0;
    }

    .resources-filter-wrp .Filter {
        border-bottom: 1px solid #e8e8e8;
    }

}

/*NO CSS CLASSES HERE, ONLY MEDIA QUERIES*/
/*SEARCH MEDIA START TO WRITE COMMON CSS*/
/*END OF FILE!!!!!!!!!!!!*/