.page {
    position: relative;
}
.page__header {
    margin: 2rem 0 0;
    text-align: center;
}
h1.page__title {
    position: relative;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    font-size: 2.25em;
    display: inline-block;
    color: #506172;
}
.page__title::before {
    background-color: var(--bg-color);
    width: 70px;
    height: 2px;
    position: absolute;
    content: '';
    top: calc(50% - 1px);
    left: -90px;
}
.page__title::after {
    background-color: var(--bg-color);
    width: 70px;
    height: 2px;
    position: absolute;
    content: '';
    top: calc(50% - 1px);
    right: -90px;
}
.page__list {
    background: #FFFFFF;
    padding: 2rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.tool {
    background: #FFFFFF;
    border-top: 1px solid #e5e5e5;
}
.highlight__item {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(184 82 255 / 55%);
    color: #FFFFFF;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 99;
}
.highlight .highlight__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.highlight__close {
    position: fixed;
    top: 2rem;
    right: 2rem;
    font-size: 2em;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.highlight__close:hover {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.highlight__content {
    border: 5px dashed #FFFFFF;
    border-radius: 4px;
    padding: 2rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.tool__page>label {
    cursor: pointer;
    color: #ACACAC;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.tool__page>label:hover {
    color: var(--bg-color);
}
.c-text__doc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-text__doc_item {
    font-size: 2em;
    color: #ACACAC;
    width: 50px;
}
.c-text__doc_text {
    width: calc(100% - 50px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.c-text__doc_text>a {
    color: #424242;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.c-text__doc_text>a:hover {
    color: var(--bg-color);
}
.page__seo {
    position: fixed;
    bottom: 3rem;
    right: 2rem;
    background: rgba(0 0 0 / 55%);
    padding: 5px 8px;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 9;
}
.page__seo:hover {
    color: var(--bg-color);
}
.i-modal__body::-webkit-scrollbar {
    width: 8px;
}

.i-modal__body::-webkit-scrollbar-track {
    background: #e5e5e5;
    border-radius: 5px;
}

.i-modal__body::-webkit-scrollbar-thumb {
  background-color: var(--bg-color);
  border-radius: 5px;
}
.c-text__align {
    color: #ACACAC;
    cursor: pointer;
    padding: 0 4px;
}
span.icon-th {
    margin-right: 7px;
}
.c-text__align.active {
    color: #004F8B;
}
.c-text.center {
    text-align: center;
}
.c-text.right {
    text-align: right;
}
.page__panel {
    background: #1367C9;
    text-align: center;
    color: #FFFFFF;
    padding: 0.75rem;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.page__panel:hover {
    background: #063F83;
}
input#searchs {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 1rem;
}
.i-modal-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.i-modal-item {
    width: 33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    border: 1px solid #e5e5e5;
    margin: 0.5rem;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    -ms-flex-preferred-size: calc(33% - 1rem);
        flex-basis: calc(33% - 1rem);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.i-modal-item:hover {
    background: #F0F2F5;
}
.i-modal-items {
    width: 33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin: 0.5rem;
    padding: 1rem;
    -ms-flex-preferred-size: calc(33% - 1rem);
        flex-basis: calc(33% - 1rem);
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.i-modal-check {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--bg-color);
    color: #FFFFFF;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 9;
}
.actives .i-modal-check {
    opacity: 1;
}
.i-modal-check>span {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 2px;
    padding-top: 4px;
}
.i-modal-photo {
    text-align: center;
}
.i-modal-photo>i {
    font-size: 2em;
    color: #ACACAC;
    margin: 2rem 0;
}
.i-modal-photo img {
    height: 96px;
}
.i-modal-text {
    color: #424242;
}
.i-modal-text>h3 {
    font-size: .8em;
    margin: 0;
    min-height: 30px;
}
.i-modal-text>p {
    color: #ACACAC;
    margin: 0;
    font-size: .8em;
    padding-top: 0.5rem;
}
.actives .i-modal-photo, .actives .i-modal-text {
    opacity: .5;
}
.i-modal-result {
    position: sticky;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF;
    padding: 0.5rem;
    overflow-x: auto;
    -webkit-box-shadow: 0 -5px 5px -5px rgba(128,128,128,.47);
            box-shadow: 0 -5px 5px -5px rgba(128,128,128,.47);
    z-index: 9;
}
.i-modal-res {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin: 0 0.25rem;
    padding: 10px;
    cursor: pointer;
}
.i-modal-res>i {
    margin-left: 10px;
    color: #ACACAC;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.i-modal-res i:hover {
    color: var(--bg-color);
}
.razdel-end {
    width: 100%;
    padding: 5px 10px;
    color: #ACACAC;
    cursor: pointer;
    background: #F0F2F5;
}
.page__item {
    margin: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #FFFFFF;
    padding: 2rem;
}
.page__item-photo {
    text-align: center;
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.page__item-photo img {
    max-height: 300px;
}
.page__item-caption {
    width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 1rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.page__item-caption>h3 {
    margin: 0;
    padding-bottom: 1rem;
    font-size: 1.5em;
}
.page__item-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
span.page__item-prices {
    font-size: 2em;
    color: #FFFFFF;
    font-weight: bold;
    background: #F60000;
    display: inline-block;
    padding: 5px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
span.page__item-prices2 {
    display: inline-block;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    color: #ACACAC;
    font-size: 1.6em;
    position: relative;
    padding: 0 1rem;
    margin-left: 1rem;
}
span.page__item-prices2::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ACACAC;
    -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
            transform: rotate(-18deg);
}
.page__item-btn {
    padding-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.page__cart {
    background: #2A2A2A;
    color: rgba(255 255 255 / 54%);
    padding: 10px 25px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.page__cart:hover {
    background: var(--bg-color);
    color: rgba(255 255 255 / 100%);
}
.page__item-btn>a {
    margin-left: 1rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    background: #f0F2F5;
    color: #2A2A2A;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.page__item-btn>a:hover {
    background: #2A2A2A;
    color: #FFFFFF;
}
article.wrap__item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.v-set {
    position: fixed;
    right: 2rem;
    bottom: 3rem;
    font-size: .8em;
    color: #FFFFFF;
    background: rgba(0 0 0 / 50%);
    padding: 0 8px;
    line-height: 28px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.v-set:hover {
    background: rgba(0 0 0 / 95%);
}
.tool__button {
    display: none;
}
ul.c-text__list {
    list-style: none;
}
@media(max-width: 768px){
h1.page__title {
    font-size: 1.17em;
}
.tool__button {
    display: block;
    padding: 1rem 0;
}
button.tool__btn, button.d-btn__item {
    width: 100%;
    text-align: center;
    border: 0;
    background: #e5e5e5;
    padding: 0.75rem;
    border-radius: 4px;
}
.tool__hint {
    display: none;
}
h1.page__title::before {
    top: -10px;
    left: 0;
}

h1.page__title::after {
    top: calc(100% + 5px);
    right: 0;
}
.page__item-photo, .page__item-caption {
    width: 100%;
}
.page__cart {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
}
.page__item-btn>a {
    width: 100%;
    text-align: center;
    margin-top: 0.25rem;
    margin-left: 0;
}
}