/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

:root {
    --color-hover: rgba(60, 64, 67, .06);
    --color-dark-text: #202124;
}

body {
    background-color: #F1F3F4;
}

.nowrap {
    white-space: nowrap;
}

.widjet {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 60px;
    margin-top: 14px;
}

.widjet__small {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;

    &.widjet_directory {
        max-width: 1060px;
    }
}

.section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-header__e:not([href]):not([tabindex]),
.section-header__link {
    padding: 8px;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    color: #b0b0b0;
}

.section-header__link:first-of-type {
    margin-left: auto;
}

.section-header__link:hover {
    background-color: var(--color-hover);
    color: #808493;
}

.section-header__link:not([href]):not([tabindex]).active,
.section-header__link.active {
    color: var(--color-dark-text);

    &:hover {
        background-color: initial;
    }
}

/* VIEW SWITCHER */

.table-icon.section-header__link {
    padding: 10px;
}

/* 
.table-icon.section-header__link path {
    fill: #b0b0b0;
}

.table-icon.section-header__link:hover path {
    fill: #808493;
}

.table-icon.section-header__link:hover {
    background-color: var(--color-hover);
}

.section-header__link.active path {
    fill: var(--color-dark-text);
}

.section-header__link.active:hover path {
    fill: var(--color-dark-text);
}

*/

.content-tiles {
    position: relative;
    width: 25px;
    height: 25px;
}

.tiles__table a:hover{
    color: inherit;
    text-decoration: none;
}

.tiles__table > tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-appearance: none;
}

.view-selectors {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.tiles__flex .btn-details::before,
.tiles__flex .btn-details::after,
.dots::before,
.dots::after,
.state::before {
    content: '';
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

tr.active .tiles__name::before,
tr.remove .state.tiles-select__item::before,
tr.canceled .state.tiles-select__item::before,
tr.active .state.state-select::before {
    background-color: #32cd32;
}

tr.remove .tiles__name::before,
tr.remove .state.state-select::before {
    background-color: #d74a4a;
}

tr.premium .state.state-select::before {
    background-color: #E69E19;
}

tr.canceled .tiles__name::before,
tr.active .state.tiles-select__item::before,
tr.canceled .state.state-select::before {
    background-color: #afafaf;
}

.state-alert::after {
    content: '';
    width: 20px;
    height: 14px;
    background: url("/assets/modules/cabinet_quotes/icons/bell-alert.svg") no-repeat 50% 50%/contain;
    transform: scale(1.5);
}

.state-alert {
    margin-left: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 25px;
}

.offers,
.new-offer {
    padding: 5px 10px;
    border-radius: 25px;
    margin-left: -10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -5px;
}

.offers:hover,
.new-offer:hover {
    background-color: var(--color-hover);
}

.count-offers {
    color: #36393C;
    position: relative;
}

.prod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
    color: var(--color-dark-text);
}

.prod__description {
    font-size: 14px;
    font-weight: normal;
    line-height: 0.75rem;
    color: #36393C;
    margin-top: 5px;
}

.value__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dots {
    position: relative;
    cursor: pointer;
    min-width: 3rem;
}

.dots::after {
    background-color: #7F868B;
    -webkit-box-shadow: 0 6px 0 0 #7F868B, 0 -6px 0 0 #7F868B;
    box-shadow: 0 6px 0 0 #7F868B, 0 -6px 0 0 #7F868B;
    width: 4px;
    height: 4px;
}

.dots::before {
    display: none;
    padding: 20px;
    border-radius: 25px;
    background-color: var(--color-hover);
}

.dots.open::before,
.dots:hover::before {
    display: block;
}

.dots:hover::after {
    background-color: #5f6368;
    -webkit-box-shadow: 0 6px 0 0 #5f6368, 0 -6px 0 0 #5f6368;
    box-shadow: 0 6px 0 0 #5f6368, 0 -6px 0 0 #5f6368;
}

.dots__menu {
    display: none;
    padding: 4px 0;
    background: #FFF;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    border-radius: 6px 0 6px 6px;
    position: absolute;
    top: 50%;
    right: 90%;
    -webkit-transform: translate(0%, 10px);
    -ms-transform: translate(0%, 10px);
    transform: translate(0%, 10px);
    z-index: 1000;
    cursor: default;
}

.open.dots .dots__menu {
    display: block;
}

.dots__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #3c4043;
    padding: 6px 20px;
    line-height: 1;
    cursor: pointer;
}

.dots__item:hover {
    background-color: var(--color-hover);
}

.dots__item.disabled {
    color: #DADCE0;
    pointer-events: none;
    cursor: default;
}

.dots-state {
    display: none;
}

.tiles__table {
    width: 100%;
}

.tiles__item {
    background: #FFFFFF;
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    border-radius: 8px;
    margin-bottom: 16px;
    width: 100%;
    display: block;
}

.open.tiles__item {
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
    position: relative;
    -webkit-box-shadow: 0 8px 8px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 8px 8px 0 rgb(0 0 0 / 10%);
}

.tiles__td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
}

.tiles__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px 5px;
    line-height: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.tiles__prod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    font-weight: 500;
    line-height: 0.9;
    margin: 0 0 16px;
    color: var(--color-dark-text);
}

.tiles__header {
    font-size: 12px;
    color: #3c4043;
    margin-bottom: 10px;
    white-space: nowrap;
}

.tiles__value {
    font-weight: 500;
    font-size: 16px;
    color: var(--color-dark-text);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tiles__container {
    font-size: 14px;
    color: #7F868B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tiles-select__list {
    display: none;
    padding: 4px 0;
    min-width: 140px;
}

.tiles__description {
    font-size: 16px;
    font-weight: 500;
    color: #5f6368;
    margin-top: 10px;
}

.tiles__status {
    font-weight: 400;
    margin-left: 15px;
    border-radius: 25px;
    padding: 5px 10px;
    color: var(--color-dark-text);
    position: relative;
}

.tiles__status:hover {
    background-color: var(--color-hover);
}

.tiles-select {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.tiles-select__text {
    white-space: nowrap;
}

.tiles__status .state::before {
    content: '';
    padding: 5px;
    border-radius: 25px;
    margin-right: 10px;
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.tiles-select::after {
    content: '';
    background: url("/assets/wide/icons/arrow-down.svg") no-repeat 50% 50%/contain;
    padding: 6px;
    margin-left: 10px;
}

.tiles__status.open .tiles-select::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.tiles__status.open .tiles-select__list {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 110%);
    -ms-transform: translate(-50%, 110%);
    transform: translate(-50%, 110%);
    background: #FFFCFC;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 40%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 40%);
    border-radius: 6px;
    overflow: hidden;
}

.tiles-select__item:hover {
    background-color: var(--color-hover);
}

.tiles-select__item {
    padding: 6px 8px 6px 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.col-details {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tiles__flex .btn-details {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tiles__flex .btn-details::before {
    display: none;
    padding: 20px;
    border-radius: 25px;
    background-color: var(--color-hover);
}

.tiles__flex .btn-details:hover::before {
    display: block;
}

.tiles__flex .btn-details:hover svg {
    fill: #5f6368;
}

.open .tiles__flex .btn-details svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.tiles__item + .details .details-container {
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #DADCE0;
    margin-bottom: 1rem;
    border-radius: 0 0 8px 8px;
}

.tiles__item + .details .form-order:last-child {
    margin: 0;
}

.action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.not-margin {
    margin: 0;
}

.search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 370px;
}

.search__field::-webkit-input-placeholder {
    color: #989898;
}

.search__field::-moz-placeholder {
    color: #989898;
}

.search__field:-ms-input-placeholder {
    color: #989898;
}

.search__field::-ms-input-placeholder {
    color: #989898;
}

.search__field,
.search__field::placeholder {
    color: #989898;
}

.search__field {
    font-size: 14px;
    line-height: 16px;
    border: none;
    padding-right: 0;
    border-radius: 5px;
}

.search__label {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    border-radius: 3px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
}

.search__field:focus {
    color: var(--color-dark-text);
}

.search__reset:hover .search__svg,
.search__field:focus + .search__btn .search__svg,
.search__field:focus + .search__btn + .search__btn .search__svg{
    fill: #676767;
}

.search__svg {
    width: 16px;
    height: 16px;
}

.search__btn {
    margin: 0;
    border: 0;
    background-color: transparent;
    padding: 8px 12px 8px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search__reset {
    cursor: pointer;
}

.hide.search__btn {
    display: none;
}

.search__reset .search__svg {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

.new-item {
    padding: 0.5rem 1rem;
    border-radius: 25px;
    margin-left: 20px;
    font-size: 14px;
}

.new-item__icon {
    position: relative;
    padding: 8px;
    margin-right: 10px;
}

.load-add::before,
.load-add::after,
.new-item__icon::before,
.new-item__icon::after {
    content: '';
    background-color: #fff;
    position: absolute;
    border: none;
}

.load-add::before,
.new-item__icon::before {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 2px;
}

.load-add::after,
.new-item__icon::after {
    top: 50%;
    left: 6px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 14px;
    width: 2px;
}

.new-item.hide {
    display: none;
}

.load-add::after,
.load-add::before {
    background-color: #828282;
}

.load-add::after {
    width: 2px;
    height: 10px;
    left: 23px;
}

.load-add::before {
    width: 10px;
    height: 2px;
    left: 19px;
}

.pagination {
    padding: 8px 5px;
    font-size: 14px;
    background-color: #FFFDFD;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 0 0 3px 3px;
    border: 1px solid #DADCE0;
    border-top: 0;
}

.tiles__pagination {
    border-radius: 6px;
}

.pagination a:hover {
    color: #000;
    text-decoration: none;
}

.pagination a.active {
    font-weight: 500;
}

.pagination span {
    margin-left: 1rem;
}

.pagination__btn:last-of-type {
    margin: 0 1rem 0 0.5rem;
}

.pagination__btn.disabled {
    border: 1px solid #DADCE0;
    background-color: transparent;
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
    color: #404040;
}

.pagination__btn {
    border: 1px solid #DADCE0;
    background-color: transparent;
    cursor: pointer;
    color: rgb(60, 66, 87);
    border-radius: 4px;
    padding: 4px 8px;
    font-weight: 500;
    -webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 8%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pagination__btn:hover {
    -webkit-box-shadow: -2px 2px 7px 0 rgb(0 0 0 / 4%);
    box-shadow: -2px 2px 7px 0 rgb(0 0 0 / 4%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.modal-alert {
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 50;
    background-color: rgba(0,0,0,0.502);
}

.show.modal-alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bbl_content > .bbl_inner,
.modal-alert__popup {
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    max-width: 430px;
    margin: 10px;
    overflow-y: auto;
    max-height: 100vh;
    background-color: #fbfafa;;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid rgb(207 207 207 / 20%);
}

.modal-alert__text {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #000;
}

.bbl_content > .bbl_inner {
    font-size: 14px;
    line-height: 22px;
    color: #3E425C;
    text-align: center;
}

.modal-alert__text {
    margin-bottom: 16px;
}

.bbl_inner .but,
.modal-alert__btn {
    cursor: pointer;
}

.modal-alert__btn,
.bbl_inner .but:first-child {
    background-color: #008d81;
    color: #fff;
    border: none;
    border-radius: 0.125rem;
    padding: 0.475rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5rem;
    min-width: 5rem;
}

.bbl_inner .but:first-child:hover {
    background-color: #00a193;
}

.bbl_inner .but:last-child {
    border: none;
    background-color: transparent;
    color: #008D81;
    font-size: 14px;
}

.bbl_inner .but:hover:last-child {
    color: #00a193;
}

.bbl_inner > .bbl_inner {
    padding: 0;
    margin-top: 20px;
}

.bbl_body {
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bbl-header {
    color: #3E425C;
    font-weight: 500;
    font-size: 19px;
    letter-spacing: .25px;
    margin-bottom: 20px;
}

#dv_bubble {
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 50;
    background-color: rgba(0,0,0,0.502);
}

.not-result {
    padding: 50px 5px;
    color: #828282;
    line-height: 1;
    text-align: center;
}

.not-result p:last-child {
    margin-bottom: 0;
}

.not-result p:first-child {
    font-size: 20px;
    color: #202124;
    margin-bottom: 7px;
    font-weight: 700;
}

@media screen and (max-width: 1100px) {
    .tiles__td {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
    }

    .tiles__flex {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .tiles__flex:first-child {
        max-width: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tiles__flex .btn-details::before {
        padding: 20px;
    }

    .tiles__flex:last-child .btn-details {
        margin-left: auto;
    }

    .tiles__header {
        font-size: 14px;
        margin: 0 20px 0 0;
    }

    .tiles__header span {
        display: none;
    }

    .tiles__header span:first-of-type {
        display: inline;
    }

    .offers,
    .new-offer {
        margin: -5px -10px -5px 10px;
    }

    .tiles__value {
        font-size: 14px;
        text-align: right;
    }

    .dots,
    .col-details {
        width: auto;
        padding: 0;
    }

    .dots {
        min-height: 30px;
        position: absolute;
        top: 1rem;
        right: 0;
    }

    .dots-state {
        display: flex;
    }

    .tiles__container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .tiles__name {
        display: flex;
        align-items: center;
        width: 100%;
        padding-right: 40px;
        word-break: break-all;
    }

    .tiles__name::before {
        content: '';
        padding: 5px;
        margin-right: 10px;
        border-radius: 50px;
    }

    .tiles__status {
        display: none;
    }

    .tiles__prod {
        width: 100%;
    }

    .tiles__value .count-offers {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .state-alert {
        margin-right: 5px;
        margin-left: 0;
    }

    .new-offer:hover .count-offers:before {
        -webkit-transform: translate(-60%, -50%);
        -ms-transform: translate(-60%, -50%);
        transform: translate(-60%, -50%);
        left: 0;
    }
}

@media screen and (max-width: 459px) {
    .action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }

    .search {
        margin-bottom: 20px;
        width: 100%;
        max-width: none;
    }

    .new-item {
        font-size: 18px;
        margin-left: 0;
    }

    .btn {
        min-width: auto;
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

    .search__label {
        width: 100%;
    }
}

@media screen and (min-width: 1101px) {
    [data-tooltip] {
        position: relative;
    }

    [data-tooltip]::after {
        content: attr(data-tooltip);
        display: none;
        padding: 5px 10px;
        -webkit-box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 20%);
        box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 20%);
        background-color: #fff;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(100%, 30%);
        -ms-transform: translate(100%, 30%);
        transform: translate(100%, 30%);
        border-radius: 0 4px 4px 4px;
        white-space: nowrap;
        z-index: 1;
        font-weight: 400;
        font-size: 14px;
    }

    [data-tooltip]:hover::after {
        display: block;
    }

    .col-name {
        width: 30%;
    }

    .col-conditions {
        width: 20%;
    }

    .col-volume {
        width: 12.5%;
    }

    .col-num {
        width: 12.5%;
    }

    .col-left {
        width: 12.5%;
        text-align: right;
    }

    .col-details {
        width: 12.5%;
    }

    .col-left .tiles__value {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .tiles__flex:first-child {
        min-width: 290px;
    }
}

@media screen and (max-width: 1100px) {
    .prod__description {
        display: none;
    }
}

@media screen and (min-width: 901px) {
    body {
        padding-right: calc(10px - (100vw - 100%));
        margin-right: -10px;
        overflow-x: hidden;
    }
}

@media screen and (max-width: 765px) {
    .dots__item {
        font-size: 16px;
        padding: 13px 27px;
    }
}