.dsnone {
    display: none !important;
}

.delete__filter-item {
    width: 12px;
    height: 12px;
    margin-left: 8px;
    padding-top: 2px;
}

.ms-options-wrap {
    margin: 0 !important;
}

.ms-options-wrap>button {
    color: #191919 !important;
    font-size: 14px !important;
    line-height: 140% !important;
    font-weight: 500 !important;
    border: 1px solid #E0E0E0 !important;
    border-radius: 4px !important;
    min-height: 40px !important;
}

.ms-has-selections>button>span {
    background-color: #F2F3F7 !important;
    border-radius: 4px;
    padding: 4px 6px !important;
    font-weight: 600;
}

.ms-options-wrap>button:after {
    background-image: url("/public/images/chevron-down.svg") !important;
    right: 16px !important;
    width: 14px !important;
    height: 8px !important;
    border: none !important;
    margin-top: -3px !important;
    background-repeat: no-repeat;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.ms-active>button::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.size__filter__btn-clear {
    color: #484AD7;
    border: none;
    font-size: 12px;
    background-color: transparent;
    font-weight: 600;
    margin-top: -22px;
    margin-left: 24px;
}

.size__title {
    margin-bottom: 24px;
    font-family: 'Prosto One' !important;
    font-weight: 400;
    font-size: 64px;
}
.size__title span {
    font-family: 'Prosto One' !important;
    font-weight: 400;
}

.size__title__desc {
    margin-bottom: 80px;
    color: var(--colorBlack);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.size__block {
    margin-bottom: 120px;
    padding: 40px;
    border-radius: 32px;
    background: var(--colorFFF);
    overflow-x: auto;
    overflow-y: hidden;
}

.size__filter-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 40px;
}

.size__filter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.size__filter-item:not(:last-child) {
    width: 100%;
    max-width: 158px;
}

.size__filter__title {
    margin-bottom: 8px;
    color: #5C6980;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.size__block__result__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.size__block__result__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    border-bottom: 1px solid #E0E0E0;
}

.size__block__result__title-item {
    padding: 0 0 8px 16px;
}

.size__block__result__title-item p {
    margin-right: 48px;
    color: #8A93A3;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.size__block__result__title-item h5:last-child {
    margin-right: 0;
}

.size__block__result__item {
    padding: 16px;
}

.size__block__result__item p {
    margin-right: 48px;
    color: var(--colorBlack);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.country,
.title-country {
    width: 100%;
    max-width: 500px;
}

.total-impressions,
.title-total-impressions {
    width: 100%;
    max-width: 142px;
}

.click,
.title-click {
    width: 100%;
    max-width: 82px;
}

.ctr,
.title-ctr {
    width: 100%;
    max-width: 61px;
}

.cpc-max,
.title-cpc-max {
    width: 100%;
    max-width: 109px;
}

.cpc-optim,
.title-cpc-optim {
    margin-right: 0 !important;
    width: 100%;
    max-width: 90px;
}

.loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loading div {
    width: 1rem;
    height: 1rem;
    margin: 2rem 0.3rem;
    background: #979fd0;
    border-radius: 50%;
    -webkit-animation: 0.9s bounce infinite alternate;
    animation: 0.9s bounce infinite alternate;
}

.loading div:nth-child(2) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loading div:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes bounce {
    to {
        opacity: 0.3;
        -webkit-transform: translate3d(0, -1rem, 0);
        transform: translate3d(0, -1rem, 0);
    }
}

@keyframes bounce {
    to {
        opacity: 0.3;
        -webkit-transform: translate3d(0, -1rem, 0);
        transform: translate3d(0, -1rem, 0);
    }
}

@media(max-width:1380px) {
    .size__scroll-box {
        min-width: 1380px;
    }
}

@media(max-width:1000px) {
    .size__title {
        font-size: 52px;
    }

    .size__title__desc {
        margin-bottom: 64px;
    }

    main {
        margin-bottom: 96px;
    }
}

@media(max-width:768px) {
    .size__title {
        font-size: 44px;
        margin-bottom: 20px;
    }

    .size__title__desc {
        margin-bottom: 56px;
    }

    main {
        margin-bottom: 80px;
    }
}

@media(max-width:540px) {
    .size__title {
        font-size: 36px;
        margin-bottom: 16px;
    }

    .size__title__desc {
        margin-bottom: 48px;
        font-size: 18px;
    }

    main {
        margin-bottom: 64px;
    }
}

@media(max-width:380px) {
    .size__title {
        font-size: 28px;
    }

    .size__title__desc {
        margin-bottom: 40px;
    }

    main {
        margin-bottom: 56px;
    }
}
