@font-face {
    font-family: 'Jetbrains-Mono-Bold';
    src: url('/templates/riva/fonts/jetbrainsmono-bold.woff2') format('woff2');
    font-style: normal;
    font-weight: 700;
}
#headerBlock .swiper-button-hand-prev {
    left: 0;
}
#headerBlock .swiper-button-hand-next {
    right: 0;
}


.comparison {
    border-collapse: collapse;
}
.new-wrap .sOurProjects__slider {
    display: flex;
    flex-wrap: wrap;
}
.new-wrap .card-slider__img-wrap {
    max-height: 310px;
}
#modal-cart{
    background: rgb(0,0,0,0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#modal-cart .modal-win{
    width: 790px;
    max-width:100%;
}
.new-wrap .card-slider__img-wrap {
    height: 300px;
}
.new-wrap .swiper-slide {
    width: 100% !important;
    padding: 0 5px;
}
.new-wrap .project-item__title {
    margin-bottom: 20px;
}
.comparison-table thead {
    border-bottom: none !important;
}
.center {
    text-align: center;
}
.comparison-table .comparison-head {
    vertical-align: top;
    padding: 20px;
}
.comparison-table .comparison-head .prod-item__title {
    min-height: 44px;
}
.comparison-table .comparison-corner {
    vertical-align: top !important;
}
.comparison-table .comparison-remove {
    display: inline-block !important;
    position: relative !important;
    text-align: center;
}
.comparison-table .comparison-remove  {
    font-weight: bold !important;
    position: relative !important;
    margin-top: 0.5em !important;
    padding: 1em !important;
    width: 100% !important;
    text-align: center;
    color: #e30611 !important;
    border: 1px solid #e30611 !important;
    max-width: 350px;
    display: block;
    border-radius: 8px;
}
.comparison-corner a.comparison-link {
    display: block;
    font-weight: bold;
    position: relative;
    padding: 0.5em 1em;
    width: 100%;
    text-align: center;
    color: #e30611;
    border: 1px solid #e30611 !important;
    font-size: 0.8em;
    border-radius: 6px;
    transition: all 0.15s ease-in;
}
.comparison tbody .comparison-row {
    line-height: 1.4;
    font-size: 0.875rem;
}
.comparison-param {
    color: #969fa8;
}
tbody .comparison-cell {
    text-align: center;
}
tbody .comparison-row td {
    border-bottom: 1px solid rgba(150, 159, 168, 0.3);
    padding: 10px 5px;
}
tbody .comparison-cell:nth-child(odd) {
    background-color: #f3f4f7;
}
.ui-state-focus {
    box-shadow: none !important;
    outline: none !important;
}
.commerce-content p {
    margin-bottom: 10px !important;
}
.commerce-content h3 {
    padding: 15px 0;
}
.ms2_total_count.not_empty {
    right: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    width: 13px !important;
    height: 13px !important;
    border: 3px solid #e30611 !important;
    border-radius: 6px;
    color: #e30611 !important;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    background: #e30611 !important;
    border: 1px solid #e30611 !important;
}
.ui-slider-horizontal {
    height: 3px !important;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -6px !important;
}
.ui-widget-content {
    border: 1px solid #f3f4f7 !important;
    background: #f3f4f7 !important;
    z-index: 1000 !important;
}
.mse2_number_slider {
    margin-top: 15px;
}
.sProdCard__delivery-item:not(:last-of-type) {
    margin-bottom: 1rem;
}
.sProdCard__delivery-item {
    align-items: flex-start;
    display: flex;
    font-size: 0.875rem;
    line-height: 1.5;
}
.sProdCard__delivery-item svg {
    flex: 0 0 auto;
    margin-right: 0.5625rem;
}
.sProdCard__product-info h5 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.sProdCard__delivery {
    margin-bottom: 1.5625rem;
}
.button-up {
    position: fixed;
    bottom: 67px;
    left: calc(50% + 672px);
    width: 50px;
    height: 50px;
    background-color: #e30611;
    cursor: pointer;
    z-index: 100;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9L9 1L17 9' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    transition: all 0.15s ease-in;
}
.button-up:hover {
    background-color: #c1050e;
}
.button-up.scroll {
    opacity: 1;
    visibility: visible;
}
.delivery__img {
    width: 25%;
    float: right;
    margin: 0 0 10px 10px;
}
.list-arrows li {
    list-style: none;
    margin-bottom: 0.55rem;
    margin-left: 1.9375rem;
    position: relative;
}

.list-arrows li::before {
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 24px;
    left: -32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
}
.return__img {
    width: 25%;
    float: right;
    margin: 0 0 10px 10px;
}
.top-nav__link-warning {
    color: #e30611 !important;
}

.header-new__catalog-fixed {
    display: none;
}
.header-new__fixed-wrap.is-show .header-new__catalog-fixed {
    /*display: block;*/
}
.header-new__fixed-wrap.is-show .logo-slogan {
    display: none;
}



.attentiton {
    border-left: 3px solid #e30611;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 140%;
    margin: 3rem 0;
    padding-left: 2rem;
}
.list-numeral li::marker {
    color: #e30611;
    font-weight: 700;
}
.advan {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.advan__item {
    flex-basis: 31%;
    text-align: center;
    margin-bottom: 2%;
}
.page-designers__advantages {
    margin-top: 30px;
}
.advan__icon {
    fill: #e30611;
    width: 80px;
    height: 80px;
}
.advan__title {
    font-weight: 600;
    margin-top: 10px;
}

.sProdCard__codes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.sProdCard__codes span {
    font-size: 14px;
}

.list-series-new__list {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(245px,1fr));
    gap: 1.5rem;
}
.list-series-new__item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.list-series-new a {
    width: 100%;
    height: 100%;
    display: block;
}
.list-series-new img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
    aspect-ratio: 306 / 257;
}
.list-series-new .image {
    height: 100%;
    display: block;
}
.list-series-new .title {
    align-items: center;
    background: rgba(19, 23, 33, 0.7);
    border-radius: 0.375rem;
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 0.75rem;
    justify-content: center;
    left: 0;
    min-height: 50px;
    padding: 0.3125rem 0.625rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.list-series-new a:hover img {
    transform: scale(1.08);
}
.circle-list {
    padding-left: 20px;
}
.checkbox-input {
    appearance: none;
    width: 1rem;
    height: 1rem;
    border: 1px solid #e30611;
    border-radius: 0.25rem;
    background-color: #fff;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0;
}
.checkbox-input:checked {
    background-color: #e30611;
    border-color: #e30611;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-wrap__policy--new,
.form-wrap__mailing {
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 8px;
    text-align: left;
}
.form-wrap__policy--new span,
.form-wrap__mailing span {
    font-size: 12px;
    text-align: left;
    line-height: 1.2;
}
.form-wrap__policy--new span a {
    text-decoration: underline !important;
    color: inherit !important;
}
.form-wrap__policy--new span a:hover {
    color: #fff !important;
    text-decoration: none !important;
}
#modal-call span a:hover {
    color: #e30611 !important;
}


.form-wrap__policy--pages {
    margin-top: 20px;
}
.form-wrap__policy--pages span a {
    color: inherit !important;
    text-decoration: underline !important;
}
.form-wrap__policy--pages span a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.footer__text--important {
    max-width: 470px;
}
.footer__text--copyright {
    margin-bottom: 1.5rem;
}
.text-wrapper {
    max-height: 200px;
    overflow: hidden;
    position: relative;
}
.text-more {
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease;
}
.text-wrapper.show {
    max-height: 100%;
}
.text-wrapper::after {
    content: '';
    width: 100%;
    height: 49px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    transition: all 0.5s ease;
}
.text-wrapper.show::after {
    display: none;
}
.text-more::before {
    content: '';
    border: 1px dashed #4C4C4C;
    width: 100%;
    max-width: 125px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translate(-60%, 0);
}
.text-more::after{
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none"><path d="M15.8332 7.5835L9.99984 13.4168L4.1665 7.5835" stroke="%234C4C4C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 20px;
    height: 21px;
    display: block;
}
.sClients--main .sAbout__clients-item img {
    filter: grayscale(100%);
    transition: all .3s ease;
}
.sClients--main .sAbout__clients-item img:hover {
    filter: grayscale(0);
    transition: all .3s ease;
}
.works-categories__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
    gap: 1.5rem;
}
.works-categories__item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.works-categories a {
    width: 100%;
    height: 100%;
    display: block;
}
.works-categories img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
    aspect-ratio: 306 / 257;
}
.works-categories .image {
    height: 100%;
    display: block;
}
.works-categories .title {
    align-items: center;
    background: rgba(19, 23, 33, 0.7);
    border-radius: 0.375rem;
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 0.75rem;
    justify-content: center;
    left: 0;
    min-height: 50px;
    padding: 0.3125rem 0.625rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.works-categories a:hover img {
    transform: scale(1.08);
}
.works-categories__wrap {
    margin-top: 40px;
}
.form-wrap__mailing {
    margin-top: 10px;
    color: var(--unnamed, #969fa8);
}
.form-wrap__mailing--grid {
    grid-column: span 12;
}
.color-hover-red span a:hover {
    color: #e30611 !important;
}
.messengers-block {
    display: grid;
    grid-template-columns: repeat(3,30px);
    gap: 10px;
    list-style: none;
    margin: 0;
    padding-inline: 12px;
}
.messengers-block__item {
    aspect-ratio: 1;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    transition: opacity .3s ease;
}
.messengers-block__link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.messengers-block__item--whatsapp {
    background: linear-gradient(180deg, #75cf81 0%, #29b53f 58.65%);
}
.messengers-block__item--telegram {
    background: linear-gradient(180deg, #37aee3 0%, #2197c8 58.65%);
}
.messengers-block__item--max {
    background: linear-gradient(180deg, #46bdfb 0%, #4344f6 53.37%, #8f3fff 100%);
}
.messengers-block__item:hover {
    opacity: .8;
}
.address-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.address-block__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}
.header-new__top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 9px;
}
.header-new__top-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.header-new__address-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}
.address-block__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #131721;
}
.address-block__city {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #e30611;
    border: none;
    border-bottom: 1px dotted #e30611;
    background: transparent;
    padding: 0;

}
.address-block__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #a1a2a6;
}
.header-new__email {
    display: flex;
    align-items: center;
    gap: 5px;
}
.header-new__email-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #131721;
}
.header-new__phone-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #131721;
}
.header-new {
    padding-top: 8px;
    padding-bottom: 12px;
}
.header-new__phone {
    display: flex;
    align-items: center;
    gap: 5px;
}
.header-new__top-right .topLine__btn {
    background: transparent;
}
.header-new__top-right .topLine__btn:hover {
    background: #e30611;
}
.header-new__logo-link img,
.header-new__logo-span img {
    display: block;
    height: 70px;
}
.header-new__logo-link {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-new__middle {
    display: grid;
    grid-template-columns: min-content 1fr min-content min-content;
    gap: 40px;
    align-items: center;
    margin-bottom: 12px;
}
.header-new__controls {
    display: flex;
}
.header-new__search {
    position: relative;
}
.header-new__search .form-wrap__btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header-new__search .form-wrap__input-wrap {
    margin-bottom: 0;
    height: 45px;
}

.header-new__bottom-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}
.header-new__bottom-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-new .dropdown-block__block {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: 0;
}
.header-new .dropdown-block__toggle {
    display: none !important;
}
.header-new .dropdown-block__block ul {
    display: flex;
}
.header-new .dropdown-block li {
    margin-bottom: 0;
}
.header-new .dropdown-block a {
    padding-inline: 15px;
}
.header-new .dropdown-block a:hover {
    font-weight: normal;
}
.header-new__mobile-search-block {
    display: none;
}
.header-new__mobile-search-block {
    position: relative;
}
.header-new__mobile-search-block .form-wrap__btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header-new__menu {
    margin: 0;
}
.header-new__icon-search-mobile {
    display: none;
}
.choice-city__title {
    font-weight: 600;
    font-size: 24px;
    color: #131721;
    margin-bottom: 24px;
}
.choice-city__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.choice-city__item:not(:last-child) {
    margin-bottom: 10px;
}
.choice-city__link {
    font-size: 14px;
    line-height: 150%;
    color: #131721;
    transition: color .3s ease;
}
.choice-city__link:hover {
    color: #e30611;
}
.choice-city__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.choice-city__item::before {
    content: url("../img/geo.svg");
    position: relative;
    top: 3px;
}
.choice-city__wrap {
    padding: 28px 32px 32px;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
}
.choice-city {
    max-width: 445px;
    width: 100%;
}
.choice-city button {
    top: 27px !important;
    right: 27px !important;
    position: relative;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.575 7.975L1.675 12.875C1.49167 13.0583 1.25833 13.15 0.975 13.15C0.691667 13.15 0.458333 13.0583 0.275 12.875C0.0916663 12.6917 0 12.4583 0 12.175C0 11.8917 0.0916663 11.6583 0.275 11.475L5.175 6.575L0.275 1.675C0.0916663 1.49167 0 1.25833 0 0.975C0 0.691667 0.0916663 0.458333 0.275 0.275C0.458333 0.0916663 0.691667 0 0.975 0C1.25833 0 1.49167 0.0916663 1.675 0.275L6.575 5.175L11.475 0.275C11.6583 0.0916663 11.8917 0 12.175 0C12.4583 0 12.6917 0.0916663 12.875 0.275C13.0583 0.458333 13.15 0.691667 13.15 0.975C13.15 1.25833 13.0583 1.49167 12.875 1.675L7.975 6.575L12.875 11.475C13.0583 11.6583 13.15 11.8917 13.15 12.175C13.15 12.4583 13.0583 12.6917 12.875 12.875C12.6917 13.0583 12.4583 13.15 12.175 13.15C11.8917 13.15 11.6583 13.0583 11.475 12.875L6.575 7.975Z' fill='black' /%3e%3c/svg%3e") center no-repeat;
}
.choice-city button svg {
    display: none;
}
.header-new .logo-slogan {
    font-family: 'Jetbrains-Mono-Bold',sans-serif;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #131721;
    background: url("../img/logo-slogan-decor.svg") right center no-repeat;
    height: 70px;
    display: flex;
    align-items: center;
    padding-right: 20px;
    flex-shrink: 0;
}


.header-new__logo {
    position: relative;
}

.header-new__fixed-wrap.is-show {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    box-shadow: 0 3px 8px 0 rgba(34, 60, 80, 0.2);
    /*max-width: 1296px;
    margin-inline: auto;*/
    background-color: #fff;
    /*padding-inline: 15px;*/
}
.header-new__fixed-wrap.is-show .header-new__top,
.header-new__fixed-wrap.is-show .header-new__middle {
    width: 100%;
    max-width: 1320px;
    margin-inline: auto;
    padding-inline: 15px;
}


.header-new__logo-span {
    display: flex;
    align-items: center;
    gap: 20px;
}
.slogan {
    margin-bottom: 20px;
}

.footer-new__grid {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 60px 4.9%;
}
.footer-new__logo {
    margin-bottom: 34px;
}
.footer-new__time {
    font-weight: 600;
    font-size: 12px;
    line-height: 175%;
    color: #a1a2a6;
    margin-bottom: 4px;
}
.footer-new__phone {
    font-weight: 700;
    line-height: 131%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #131721;
    margin-bottom: 13px;
    display: flex;
    gap: 10px;
}
.footer-new__phone::before {
    content: url('../img/phone-icon.svg');
    position: relative;
    top: 3px;
    scale: .9;
}

.footer-new__address {
    display: flex;
    gap: 10px;
}
.footer-new__address::before {
    content: url('../img/geo.svg');
    scale: .9;
}

.footer-new__btn {
    display: block;
    background: #f3f3f4;
    border: none;
    border-radius: 6px;
    margin-bottom: 32px;
}
.footer-new__email {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #131721;
    margin-bottom: 17px;
    display: flex;
    gap: 10px;
}
.footer-new__email::before {
    content: url('../img/email.svg');
    position: relative;
    top: 3px;
    scale: .9;
}


.footer-new__address-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #131721;
    display: block;
}
.footer-new__address-place {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #a1a2a6;
    margin-bottom: 8px;
    display: block;
}
.footer-new__copyright {
    font-weight: 600;
    font-size: 12px;
    line-height: 175%;
    color: #a1a2a6;
}
.footer-new__text {
    font-weight: 600;
    font-size: 12px;
    line-height: 133%;
    color: #a1a2a6;
}
.footer-new__menus-grid {
    display: grid;
    grid-template-columns: 1fr max-content;
    gap: 7.71%;
    margin-right: 9.64%;
}
.footer-new__menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-new__menu--1 ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0 3.125rem;
}
.footer-new__menu-title {
    font-weight: 700;
    line-height: 131%;
    color: #a1a2a6;
    margin-bottom: 24px;
    display: block;
}
.footer-new__menu ul li:not(:last-child) {
    margin-bottom: 8px;
}
.footer-new__menu ul li a {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #131721;
}
.footer-new__menu ul li a:hover {
    color: #a1a2a6;
}
.footer-new__connections {
    margin-top: 53px;
}
.footer-new__connections-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #a1a2a6;
    display: block;
    margin-bottom: 12px;
}
.footer-new__connections .messengers-block {
    padding-inline: 0;
}
.footer-new__connections {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 50px;
}
.footer-new__connections .footer__payment-items {
    margin-left: 0;
    display: flex;
    gap: 8px;
}
.footer-new__connections .footer__payment-item {
    margin-right: 0;
}
.footer-new__connections-title--m {
    margin-bottom: 8px;
}
.footer-new__connections-item--align {
    align-self: flex-end;
}
.footer-new__connections .footer__beware {
    position: relative;
    bottom: 9px;
}

#mse2_mfilter .btn_more {
    border: 1px solid #e30611;
}
#mse2_mfilter .btn_more:hover {
    background-color: #e30611;
    border-color: #e30611;
    color: #fff;
}
.header-new.is-show .menu-mobile--js.active .toggle-menu-mobile span::before,
.header-new.is-show .menu-mobile--js.active .toggle-menu-mobile span::after {
    --color: #5b5b5b;
}

.sNews__slider-wrapper {
    position: relative;
}

@media (min-width: 576px) {
    .catalog-block ul ul {
        left: 100%;
    }
    .list-series-new .title {
        font-size: 0.9375rem;
        min-height: 58px;
        padding: 0.4375rem 0.625rem;
    }
    .sAbout__slider .sCategories__title {
        font-size: .75rem;
    }
}

@media (max-width: 1400px) {
    .button-up {
        right: 20px;
        left: auto;
    }
    .footer-new__menus-grid {
        margin-right: 0;
    }
    .footer-new__grid {
        gap: 40px 2.9%;
    }

}

@media (max-width: 1199px) {
    .footer-new__grid {
        grid-template-columns: 245px 1fr;
    }
    .footer-new__menu--1 ul {
        gap: 0 10px;
    }
    .footer-new__menus-grid {
        gap: 20px;
    }
    .header-new .dropdown-block__block ul {
        display: block;
    }
    .header-new .dropdown-block__block {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        top: 140%;
    }
    .header-new .dropdown-block.show .dropdown-block__block {
        opacity: 1;
        visibility: visible;
    }
    .header-new .dropdown-block li {
        margin-bottom: 0.5rem;
    }
    .header-new .dropdown-block__toggle {
        display: flex !important;
    }
    .header-new__email {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-new__search {
        display: none;
    }
    .header-new__mobile-search-block.show {
        display: block;
    }
    .header-new__icon-search-mobile {
        display: block;
    }
    .topLine__btn {
        display: none;
    }
    .header-new__middle {
        grid-template-columns: min-content 1fr min-content;
        gap: 20px;
    }
    .menu-mobile__inner nav {
        display: none !important;
    }
    .footer-new__menus-grid {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 768px) {
    .footer-new__grid {
        grid-template-columns: 1fr;
    }
    .footer-new__info {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }
    .footer-new__btn {
        margin-bottom: 0;
    }
    .advan__item {
        flex-basis: 48%;
        margin-bottom: 5%;
    }
    .new-wrap .card-slider__img-wrap {
        max-height: 200px;
    }
    .new-wrap .swiper-slide {
        width: 100% !important;
    }
    .header-new__phone {
        display: none;
    }
    .header-new__messengers {
        margin: 0 auto;
    }
    .slogan h1 {
        color: var(--bs-heading-color);
    }
    .header-new .ms2_total_count {
        right: -7px !important;
    }
    .header-new .logo-slogan {
        display: none;
    }
    .footer-new__connections {
        margin-top: 30px;
    }
}


@media (max-width: 575px) {
    .footer-new .footer__btn {
        width: 100%;
    }
    .footer-new__grid {
        gap: 20px;
    }
    .address-block {
        gap: 0;
    }
    .header-new__logo-link img,
    .header-new__logo-span img {
        height: auto;
        width: 100px;
    }
    .messengers-block {
        gap: 5px;
        padding-inline: 0;
    }
    .header-new__middle {
        gap: 10px;
    }
    .address-block__text {
        font-size: 12px;
    }
    .header-new__logo {
        padding-inline: 0;
    }
    .header-new__logo::before,
    .header-new__logo::after {
        display: none;
    }
    .messengers-block__item {
        width: 27px;
        height: 27px;
    }
    .header-new__address-wrap {
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 5px;
    }
    .header-new .catalog-block__toggle {
        padding: 0.3rem 1rem 0.3rem;
    }
    .header-new__menu-title {
        font-size: 14px;
    }
    .header-new.is-show {
        padding-bottom: 0;
    }
}
@media (max-width: 460px) {
    .footer-new__menu--1 ul,
    .footer-new__info {
        grid-template-columns: 1fr;
    }
    .footer-new__logo {
        margin-bottom: 10px;
    }
}

@media (max-width: 420px) {
    .comparison-corner {
        display: none;
    }
    .comparison-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .delivery__img,
    .return__img {
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 1rem;
    }
    .commerce-content .tabs-slider--js {
        margin-top: 30px;
    }
    .advan__item {
        flex-basis: 100%;
        margin-bottom: 10%;
    }
}

.to-top {
    position: fixed;
    bottom: 30px;
    right: 24px;
    display: none;
    opacity: 0;
    background: #e30611;
    color: #fff;
    transition: all 0.7s ease ease-out;
    border-radius: 4px;
    z-index: 9999;
}

.to-top:hover {
    opacity: 0.8;
    cursor: pointer;
}

.to-top-inner {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.to-top-inner a i {
    margin-right: 0;
    color: #fff;
}

.to-top-show {
    display: block;
    opacity: 1;
    transition: all 0.7s ease ease-in;
}

.sNews__title a {
    color: #000;
}

.sNews__col:hover a {
    color: #e30611;
}

.blog-img {
    width: 100%;
    margin-bottom: 20px;
}

.tr-lg td {
    font-size: 20px !important;
}

.cat h1 {
    font-size: 30px;
}

#sProdCard h1 {
    font-size: 30px;
}

.page-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 30px;
    border-radius: 10px;
}


.category_description--hidden {
    display: none;
}

.category_description .btn {
    margin-bottom: 20px;
}

.footer .paypal svg{
    font-size: 1.575rem;
}
.footer .youmoney svg{
    font-size: 1.675rem;
}
.series-absolute {
    position: absolute;
    top: 10px;
    right: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 3px;
    flex-direction: column;
}
.series_discount {
    position: relative;
    top: 0;
    right: 0;
    font-size: 12px;
    padding: 5px;
}

@media (max-width:768px){

.header-new__fixed-wrap,
.header-new__bottom{
    position:fixed;
  
    background:#fff;
    z-index: 9999;
        left: 0;
        right: 0;
        padding-left: 20px;
        padding-right: 20px;
}

/* верхняя часть */

.header-new__fixed-wrap{
    top:0;
}

/* нижнее меню */

.header-new__bottom{
    top:110px; /* высота верхнего блока */
}

/* чтобы контент не залезал под шапку */

body{
    padding-top:150px;
}


.menu-mobile {
        --s: 0.6s;
        background: #131721;
        height: calc(var(--vh, 1vh) * 100);
        max-width: 85%;
        position: fixed !important;
        right: 0;
        top: 0;
        transition: all var(--s) ease-in-out;
        width: 280px;
        will-change: transform;
        z-index: 999999;
    }

}