@font-face {
    font-family: 'Futura PT';
    src: url('./fonts/Futura/FuturaPT-Light.woff2') format('woff2');
    font-weight: 300;
}

@font-face {
    font-family: 'Futura PT';
    src: url('./fonts/Futura/FuturaPT-Book.woff2') format('woff2');
    font-weight: 400;
}
	
@font-face {
    font-family: 'Futura PT';
    src: url('./fonts/Futura/FuturaPT-Medium.woff2') format('woff2');
    font-weight: 450;
}

@font-face {
    font-family: 'Futura PT';
    src: url('./fonts/Futura/FuturaPT-Demi.woff2') format('woff2');
    font-weight: 600;
}

@font-face {
    font-family: 'Futura PT';
    src: url('./fonts/Futura/FuturaPT-Bold.woff2') format('woff2');
    font-weight: 700;
}

@font-face {
    font-family: 'Futura PT';
    src: url('./fonts/Futura/FuturaPT-ExtraBold.woff2') format('woff2');
    font-weight: 900;
}

html, body {
    font-family: 'Futura PT', sans-serif;
}

.top-nav {
    background: #fff !important;
    height: 38px;
}

.top-nav-info-list {
    gap: 0 25px;
}

.top-nav-info-list > li {
    padding: 0;
}

.top-nav-right a,
.top-nav-info-list > li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    color: #000 !important;
    margin: 0 !important;
}

.top-nav-info-list > li a,
.rm-header-phones-list-link {
    text-decoration: none !important;
}

.menuList a,
.rm-header-phones-list-link,
.top-nav li > a {
    position: relative;
}

.rm-header-phones-list-link {
    line-height: 25px;
    color: #568AFB;
}

.top-nav-right li:hover a,
.top-nav-right a:hover {
    color: #568AFB !important;
}

.menuList > a:after,
.rm-header-phones-list-link:after {
    content: '';
    width: 100%;
    top: 100%;
    left: 0;
    background: #568AFB;
    height: 1px;
    position: absolute;
    opacity: 0;
    transform: translateY(-3px);
    transition: opacity .4s ease-in, transform .2s ease-in;
}

.menuList > a:hover:after,
.rm-header-phones-list-link:hover:after,
.top-nav li:hover > a:after {
    opacity: 1;
    transform: translateY(0);
}

.top-nav li:first-child:hover > a:after {
    content: none;
}

#language span {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #2E2E30;
    margin-left: 5px;
    text-decoration: none;
}

.rm-dropdown-box.active .rm-dropdown-toggle,
.top-nav-account-links-item button:hover {
    color: #2E2E30;
    text-decoration: none;
}

.top-nav-right {
    gap: 0 25px;
    margin-left: auto;
}

.top-nav-account-links-item {
    padding: 0;
    margin-right: 25px;
}

.rm-header-phones-list-link,
.top-nav-right {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6
}

.rm-dropdown {
    top: 100%;
    margin-top: 0;
    width: 100%;
}

.rm-search {
    width: 346px;
}

.header-main {
    padding: 0 0 15px 0;
}

.header-main-block {
    gap: 0 30px;
    justify-content: flex-end;
}

.oct-fixed-bar-item {
    padding: 13px 16px;
}

.hero__button {
    height: 42px;
}

#logo {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#logo p {
    margin-top: -10px;
}

.rm-search input {
    padding: 0 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 42px;
    color: #2E2E30;
    background: #F3F7FD;
    border-radius: 5px;
    border: none;
}

.btn-search {
    left: unset;
    right: 0;
}

.rm-header-cart-quantity {
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
    background: none;
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
    color: #000000;
    width: auto;
    height: auto;
}

.rm-header-cart {
    padding: 0;
    min-width: 52px;
}

.rm-dropdown-toggle {
    display: flex;
    align-items: center;
}

.top-nav .rm-dropdown-box:hover .rm-dropdown-toggle::after,
.rm-dropdown-box.active .rm-dropdown-toggle::after,
.top-nav .rm-dropdown-toggle::after {
    background: none !important;
}

.rm-dropdown-box.active .rm-dropdown-toggle::after {
    filter: invert(44%) sepia(94%) saturate(1270%) hue-rotate(203deg) brightness(101%) contrast(97%);
}

.rm-dropdown-toggle::after {
    mask: unset;
    content: url("../img/menu-arrow.svg");
    background: none;
    width: auto;
    height: auto;
    /*background: url("../img/menu-arrow.svg") no-repeat center center;*/
}

.menuList .rm-dropdown-toggle::after {
    position: relative;
    top: 2px;
}

.rm-menu.active {
    top: calc(100% + 7px);
}

#rm-menu {
    box-shadow: 0px 15px 30px rgba(86, 138, 250, 0.15);
    border-radius: 0px 0px 15px 15px;
}

#rm_overlay.active {
    visibility: hidden !important;
}

.header__menu {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    background: #FFFFFF;
    border-radius: 0px 0px 15px 15px !important;
    max-width: 100% !important;
    overflow: hidden;
}

.header__menu .item {
    border: 1px solid #CEE2E7;
    flex-basis: calc(100% / 4);
    height: 117px;
    transition: background-color .3s ease-in;
    text-align: center;
    padding: 30px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header__menu .item__image {
    margin-bottom: 15px;
    width: 48px;
}

.header__menu .item__name {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #2E2E30;
}

.header__menu .item:hover {
    background: #79C6D8;
}

.header__menu .item:hover .item__name {
    color: #fff;
}

header #menu_toggle_button {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    padding: 0 12px;
    gap: 0 6px;
    height: 32px;
}

header #menu_toggle_button:hover {
    background: rgba(154, 36, 216, 1);
}

.menu-row {
    gap: 0 30px;
    margin-bottom: 18px;
}

.menuList {
    gap: 0 30px;
}

.menuList > a,
.menuList .nav-toggler > span {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.menuList > a:hover,
.menuList .nav-menu.active .nav-toggler > span,
.menuList .nav-toggler > span:hover {
    color: #568AFB;
}

.rm-dropdown button,
.rm-dropdown a {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #2E2E30;
}

.rm-dropdown button:hover,
.rm-dropdown a:hover {
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 1px;
    color: #568AFB !important;
}


.rm-slideshow-plus-item-title {
    display: none;
}


.rm-slideshow-plus-item-text p {
    font-weight: 450;
    font-size: 26px;
    line-height: 38px;
    color: #2E2E30 !important;
    max-width: 398px;
}

.rm-slideshow-plus-item-box {
    padding: 0;
}

.rm-slideshow-plus {
    background: #F3F7FD;
    border-radius: 20px;
    overflow: hidden;
}

.rm-slideshow-plus .slick-track .slick-slide {
    background: none !important;
    position: relative;
}

.rm-slideshow-plus-item-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.rm-slideshow-plus-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.button2,
.hero__button {
    border: 2px solid #568AFB;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    gap: 0 5px;
    padding: 0 20px;
    color: #568AFB !important;
    font-size: 16px;
    font-weight: 450;
    transition: background-color .3s ease-in;
    line-height: 42px;
    max-height: 42px;
}

.button2:focus,
.hero__button:focus {
    transform: translateY(1px);
}

.button2:hover,
.hero__button:hover {
    background: #568AFB;
    color: #fff !important;
}

.hero__button .rm-btn-text {
    line-height: 42px;
    color: #568AFB !important;
    font-size: 16px !important;
    font-weight: 450;
}

.hero__button:hover .rm-btn-text {
    color: #fff !important;
}

.button2:hover svg path,
.hero__button:hover svg path {
    fill: #fff;
    stroke: #fff;
}

.rm-slideshow-plus-item-text {
    justify-content: flex-start;
    padding: 60px 40px;
}

.rm-day-discounts .slick-dots,
.rm-slideshow-plus .slick-dots {
    padding-left: 40px;
    display: flex;
    align-items: center;
    height: auto;
}

.rm-day-discounts .slick-dots li button {
    margin-right: 12px;
}

.rm-slideshow-plus .slick-dots li:not(:last-child) {
    margin-right: 16px;
}

.rm-day-discounts .slick-dots li button,
.rm-slideshow-plus .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #DCDCDC;
    border-radius: 50%;
    transition: all .2s ease-in;
}

.rm-slideshow-plus .slick-dots li.slick-active button, .rm-slideshow-plus .slick-dots li:hover button,
.rm-day-discounts .slick-dots li.slick-active button,
.rm-day-discounts .slick-dots li:hover button,
.rm-product-images-main .slick-dots li.slick-active button {
    width: 20px;
    height: 20px;
    background: #79C6D8;
}

.rm-day-discounts .slick-dots li.slick-active button,
.rm-day-discounts .slick-dots li:hover button {
    width: 16px;
    height: 16px;
}

.rm-day-discounts-header {
    text-align: left;
    text-transform: unset;
    font-weight: 450;
    font-size: 24px;
    line-height: 28px;
    color: #2E2E30;
    max-width: 50%;
}

.rm-day-discounts {
    padding: 25px 20px;
    background: #F3F7FD;
    border-radius: 20px;
}

.rm-module-sticker-discount,
.rm-day-discounts-item-sticker {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: #79C6D8;
    font-weight: 450;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}

.rm-module-sticker-discount {
    position: absolute;
    right: 30px;
    top: 30px;
}

.rm-day-discounts-item-img img,
.rm-module-img a img {
    max-height: 170px;
    width: auto;
    margin: 0;
}

.rm-module-item:hover img {
    /*opacity: 1;*/
}

.rm-carousel-item-wrap {
    /* padding: 0; */
    /* box-shadow: none; */
    box-shadow: none!important;
}

.rm-day-discounts-item {
    padding: 0;
}

.rm-day-discounts-item-title {
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
}

.rm-day-discounts .slick-dots {
    padding-left: 22px;
}

.rm-product-images-additional-item.slick-slide a {
    border: none;
}

.rm-product-images .slick-slide img {
    width: 100%;
}

.rm-day-discounts-item:hover a {
    color: #000 !important;
}

.rm-day-discounts-item-title a {
    text-decoration: none;
    color: #000;
}

.rm-module-price-old {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-decoration-line: line-through;
    color: #A8A8AB !important;
    padding: 0;
    text-align: left;
    margin-bottom: 5px;
}

.rm-module-price {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #2E2E30 !important;
    margin: 0;
}

.rm-module-price-no-value {
    font-weight: 450;
    font-size: 16px;
    line-height: 20px;
    color: #9A24D8 !important;
}

.rm-module-img {
    min-height: unset;
}

.product-layout .rm-module-item.rm-no-stock .rm-module-price {
    opacity: 0.4;
}

.rm-cart-btn {
    width: 42px;
    height: 42px;
    background: #F3F7FD;
    border-radius: 5px;
    padding: 8px;
    transition: background-color .3s ease-in;
}

.rm-cart-btn.blocked {
    pointer-events: none;
}

.rm-cart-btn:hover {
    background: #79C6D8;
}

.rm-cart-btn:hover svg path {
    fill: #fff;
}

.rm-cart-btn:active {
    transform: translateY(1px);
}

.rm-module-price-box {
    margin-bottom: 30px;
}

#common-home .rm-content {
    padding: 0;
    border: none;
}

.home__advantages {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-flow: row wrap;
    margin-top: -66px;
    margin-bottom: 0px;
}

.rm-carousel {
    height: auto;
}

.home__advantages .item {
    display: flex;
    gap: 0 17px;
    align-items: flex-start;
    flex-basis: calc(100% / 4 - 23px);
}

.home__advantages .item svg {
    width: 48px;
}

.home__advantages .item__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #2E2E30;
    width: calc(100% - 48px - 17px);
}

.rm-module-header span {
    border: none;
    font-weight: 450;
    font-size: 36px;
    line-height: 50px;
    color: #2E2E30 !important;
}

.oct-fixed-bar {
    background: #F3F7FD;
    border-radius: 5px 5px 0px 5px;
    box-shadow: none;
}

.oct-fixed-bar-item + .oct-fixed-bar-item {
    border-top: 1px solid #fff;
}

.oct-fixed-bar-item:hover {
    background: #79C6D8;
}

.oct-fixed-bar-item:hover svg path {
    fill: #fff;
}

.oct-fixed-bar-item:hover .oct-fixed-bar-quantity {
    color: #fff;
}

.oct-fixed-bar-quantity {
    background: none;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    color: #2E2E30;
    position: static;
    display: block;
    margin-top: 3px;
}

.home__description {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 45px;
}

.home__description img {
    max-width: 50%;
}

.home__description--title {
    font-weight: 500;
    font-size: 36px;
    line-height: 46px;
    color: #2E2E30;
    margin: 0 0 36px;
}

.home__description--title span {
    color: rgba(86, 138, 251, 1);
}

.home__description--subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #2E2E30;
    margin: 0 0 30px;
}

.home__description--text p {
    margin: 0 0 30px;
}

.home__description--text {
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #2E2E30;
}

.home__description--text > *:last-child {
    margin-bottom: 0;
}

.rm-sidebar-title-close.modal-close .modal-close-icon {
    border-color: #79C6D8;
}

.custom-slick-arrows {
    position: absolute;
    top: 82px;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: flex-end;
    gap: 0 12px;
}

.custom-slick-arrows .slick-arrow {
    position: static;
    border: none !important;
}

#product-product .custom-slick-arrows,
.rm-news .custom-slick-arrows {
    top: 30px;
}

#product-product main + .rm-module {
    margin-top: 210px;
}

.rm-blog-search button:hover {
    background: #79C6D8;
}

#review .all_reviews .item__text {
    margin-top: 56px;
}

.rm-module {
    position: relative;
}

.rm-carousel-item .item {
    /* background: #FFFFFF; */
    /* border-radius: 15px; */
    /* margin: 15px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 6px 32px rgba(86, 138, 251, 0.12);
    border-radius: 12px;
    overflow: hidden;
}



.rm-carousel-item .item:hover {
background: #FFFFFF;
box-shadow: 0px 10px 24px rgba(86, 138, 251, 0.24);
border-radius: 12px;
}

.rm-carousel-item .item img {
    padding: 15px 25px;
    margin: 0;
    width: 100%;
    height: 100%;
    /* object-fit: scale-down; */
    /* filter: grayscale(100%); */
}
@media screen and (max-width: 992px){
.rm-carousel-item .item img {
    padding: 5px 10px;

}
    .rm-carousel-item-wrap {

    padding: 25px 10px;
    }
}
.rm-carousel-item:hover {
    box-shadow: none;
}

.rm-carousel-item .item:hover img {
    /* filter: grayscale(0); */
}

.rm-404-content-text {
    font-weight: 450;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #2E2E30;
    margin: 5px 0 25px;
}

.rm-header-cart {
    background: none !important;
    border: none !important;
}

.button {
    font-weight: 450;
    font-size: 20px;
    line-height: 42px;
    color: #FFFFFF !important;
    display: inline-block;
    background: #568AFB;
    border: 2px solid #568AFB;
    border-radius: 7px;
    padding: 0 32px;
    text-align: center;
    text-decoration: none !important;
}

.button:active {
    transform: translateY(1px);
}

.button:hover {
    background: #79C6D8;
    border-color: #79C6D8;
}

.rm-news {
    position: relative;
}

.rm-news-item {
    padding: 0 15px;
}

.rm-news-col:hover {
    box-shadow: none;
}

.rm-news-item-date {
    position: static;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #79C6D8;
    background: none;
    padding: 0;
    margin: 25px 0 10px;
}

.rm-news-col .rm-news-item-bottom {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
}

.rm-news {
    margin-bottom: 30px;
}

.rm-news-col:not(:nth-child(4n + 4)) .rm-news-item-bottom {
    border: none;
}

.rm-news-item-title {
    text-decoration: none;
    font-weight: 450;
    font-size: 24px;
    line-height: 36px;
    color: #2E2E30;
    margin: 0 0 25px;
    height: 99px;
    overflow: hidden;
}

.rm-news-item-title + a {
    margin-top: auto;
    width: max-content;
}

.rm-news-item:hover .rm-news-item-title {
    color: #2E2E30;
}

.rm-footer {
    background: #F3F7FD;
    padding-top: 60px !important;
    box-shadow: none !important;
    border: none !important;
}

.footer__categories {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 60px;
}

.footer__categories a {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #2E2E30;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    border-top: 1px solid #CEE2E7;
    border-right: 1px solid #CEE2E7;
    flex-basis: calc(100% / 4);
}

.footer__categories a:first-child,
.footer__categories a:nth-child(5n) {
    border-left: 1px solid #CEE2E7;
}

.footer__categories a:nth-child(n + 5) {
    border-bottom: 1px solid #CEE2E7;
}

.footer__categories a:last-child {
    border-top: 0;
    border-left: 1px solid #CEE2E7;
}

.footer__main {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0 80px;
}

.footer__logo {
    text-align: center;
}

.footer__logo p {
    color: #727272;
    margin-top: 12px;
}

.footer__information {
    display: flex;
    flex-direction: column;
    max-height: 131px;
    flex-wrap: wrap;
    gap: 18px 80px;
}

.footer__column:nth-child(2) {
    width: 425px;
    max-width: 100%;
}

.footer__information a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #2E2E30;
}

.footer__information a:nth-child(2n) {
    /*margin-left: 80px;*/
}

.footer__contacts {
    margin-bottom: 7px;
}

.footer__contacts a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #2E2E30;
}

.footer__contacts a:last-child {
    margin-top: 16px;
}

.footer__social {
    display: flex;
    align-items: center;
    gap: 0 8px;
}

.rm-social {
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px !important;
    margin: 0 !important;
}

.modal-content {
    background: #FFFFFF;
    box-shadow: 0px 8px 38px rgba(86, 138, 250, 0.25) !important;
    border-radius: 30px !important;
}

.modal-header {
    padding: 30px 30px 0 !important;
    justify-content: center;
}

.modal-title {
    padding: 0 !important;
    font-weight: 450;
    font-size: 30px;
    line-height: 30px !important;
    color: #2E2E30;
    text-transform: none;
}

.modal-body {
    padding-top: 15px !important;
}

.modal-close {
    width: 60px !important;
    height: 60px !important;
}

#call-main-block .button {
    margin: 0 auto;
    line-height: 40px;
    display: block;
    font-weight: 450;
    min-width: 210px;
}

.modal_subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #2E2E30;
}

.modal-body input {
    background: #F3F7FD;
    border-radius: 5px;
    line-height: 53px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    padding: 0 20px;
    border: none;
}

.modal-body textarea {
    height: 160px;
    border-radius: 5px;
    line-height: 1.3;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    padding: 0 20px;
    background: #F3F7FD;
    resize: none;
    padding: 15px;
}

.modal-backdrop {
    background-color: rgba(255, 255, 255, .6) !important;
}

.rm-breadcrumb-item:first-child,
.rm-breadcrumb-item:first-child > * {
    width: auto;
    height: auto;
}

.category__wrap #column-left {
    max-width: 274px;
}

.category__wrap #content {
    width: calc(100% - 274px - 30px);
    margin-left: auto;
    margin-bottom: 50px;
}

.rm-breadcrumb-item,
.rm-breadcrumb-item a {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #2E2E30;
    text-decoration: none;
}

.rm-breadcrumb-item {
    color: rgba(86, 138, 251, 1) !important;
}

.rm-page-title {
    margin-bottom: 30px;
}

.rm-page-title h1 {
    font-weight: 450;
    font-size: 30px;
    line-height: 42px;
    color: #2E2E30;
}

.rm-categories-2 > .rm-column-categories-item span a:first-child:before,
.rm-categories-3 > .rm-column-categories-item span a:first-child:before {
    content: none !important;
}

.rm-column-categories {
    border: 1px solid #CEE2E7;
    border-radius: 15px;
    padding: 25px 20px;
}

.rm-column-categories-item {
    background: none;
}

.rm-column-categories > .rm-column-categories-item + .rm-column-categories-item {
    margin-top: 25px;
}

.rm-column-categories-item > span {
    border: none;
    padding: 0
}

.rm-column-categories-item a {
    display: flex;
    align-items: center;
    gap: 0 12px;
    text-decoration: none !important;
    width: calc(100% - 12px - 4px);
}
.rm-column-categories-item > .d-flex {
    position: relative;
}
.active > .rm-categories-children {overflow:hidden}
.rm-column-categories-item .d-flex a span:hover{color:#568AFB!important;}
.rm-column-categories-item .rm-column-categories-item .d-flex::before {display:none}
.rm-column-categories-item .rm-column-categories-item .d-flex a:hover {
	//text-decoration:underline!important;
	color:#5694fb !important;
}
.rm-column-categories-item > .d-flex:hover::before {
    opacity: 1;
}

.rm-column-categories-item > .d-flex > * {
    position: relative;
    z-index: 1;
}


.rm-column-categories-item a span {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #2E2E30;
}

.rm-column-categories-item.active > .d-flex {
	padding-bottom:5px;
	border-bottom:1px solid #CEE2E7;
}
.rm-column-categories-item.active .rm-column-categories-item.active > .d-flex {
    border-bottom: none !important;
}

.rm-column-categories-item.active .rm-column-categories-item.active {
	border-bottom:none!important;
}
.rm-column-categories-item.active .rm-column-categories-item.active a {font-weight:normal!important}
.rm-column-categories-item .justify-content-between:has(.rm-categories-toggle.clicked) {
    padding-bottom: 5px !important;
    border-bottom: 1px solid #CEE2E7 !important;
}
.rm-column-categories-item:has(.rm-categories-toggle.clicked) {
    padding-bottom: 5px !important;
    //border-bottom: 1px solid #CEE2E7 !important;
}
.rm-column-categories-item.active .justify-content-between a span {
	color:black;
}
.rm-column-categories-item .item__image {
    width: 20px;
}

.rm-categories-children {
    display: none;
}

.active > .rm-categories-children, .rm-categories-children.expanded {
    margin-top: 15px;
    display: block;
    padding-bottom: 3px;
}

.rm-categories-children.rm-categories-2 > .rm-column-categories-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #2E2E30;
}

.rm-categories-children.rm-categories-2 > .rm-column-categories-item + .rm-column-categories-item {
    margin-top: 15px;
}

.rm-categories-children.rm-categories-3 > .rm-column-categories-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2E2E30;
}

.rm-categories-children.rm-categories-3 > .rm-column-categories-item span {
    align-items: center;
    gap: 0 7px;
    padding-left: 0;
    margin-left: 20px;
    display: inline-flex;
    width: calc(100% - 20px);
}

.rm-categories-children.rm-categories-2 > .rm-column-categories-item span {
    padding: 0;
    align-items: center;
}

.rm-categories-children.rm-categories-2 > .rm-column-categories-item > span:before {
    /*content: '';
    width: 4px;
    height: 4px;
    background: #568AFB;
    border: 1px solid #568AFB;
    border-radius: 1px;
    margin-right: 7px;*/
}

.rm-categories-toggle {
    margin-left: auto;
    padding: 0 0 0 5px;
}

.rm-categories-toggle .open {
    display: none;
}

.rm-column-categories-item.active > span .rm-categories-toggle .open,
.rm-categories-toggle.active .open {
    display: block;
}

.rm-column-categories-item.active > span .rm-categories-toggle .closed,
.rm-categories-toggle.active .closed {
    display: none;
}

.rm-column-categories-item.active > span, .rm-column-categories-item .rm-categories-3 .active {
    font-weight: 600;
}

.rm-categories-children.rm-categories-3 > .rm-column-categories-item span a {
}

.rm-categories-children.rm-categories-3 > .rm-column-categories-item span:before {
    content: '';
    width: 4px;
    height: 4px;
    border: 1px solid #568AFB;
    border-radius: 1px;
    display: block;
    justify-content: flex-start;
}

.rm-column-categories-item.active > .rm-categories-children.rm-categories-3 .rm-column-categories-item.active span a {
    border-color: #568AFB;
    color: #568AFB;
}

.rm-categories-children.rm-categories-3 > .rm-column-categories-item:hover a {
    color: #568AFB;
    text-decoration: 1px solid underline !important;
    text-underline-offset: 6px;
    text-decoration-thickness: 3px;
}

.rm-categories-children.rm-categories-3 > .rm-column-categories-item + .rm-column-categories-item {
    margin-top: 5px;
}

.rm-subcategory {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.rm-category-wall-item {
    background: #FFFFFF;
    border-radius: 20px;
    width: calc(100% / 3 - 14px);
    padding: 22px;
    border: 1px solid #CEE2E7;
    transition: background-color .3s ease-in-out;
    min-height: 330px;
}

.rm-category-wall-item:hover {
    background: #F3F7FD;
    box-shadow: none;
}

.rm-category-wall-item:hover span.item__category {
    background: #FFFFFF;
}

.rm-category-wall-item a:hover {
    text-decoration: none;
}

.rm-category-wall-item span {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #2E2E30;
    text-decoration: none !important;
}

.rm-category-wall-item span.item__category {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    display: block;
    color: #79C6D8;
    background: #F3F7FD;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 22px;
    padding: 0 10px;
}

.rm-category-products {
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
}

.product-layout {
    flex-basis: calc(100% / 4 - 12px);
    max-width: unset;
}

.product-layout .rm-module-title a {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    margin-bottom: 0;
    text-decoration: none;
}

.product-layout .rm-module-item {
    padding: 6px 15px 20px;
    background: #FFFFFF;
    box-shadow: 0px 6px 32px rgba(86, 138, 250, 0.12);
    border-radius: 20px;
    transition: box-shadow .3s ease-in;
    min-height: 422px;
    max-height: 422px;
    text-decoration: none;
}

.category__wrap .product-layout .rm-module-item {
    min-height: auto;
}

#rm-related-products_0 .product-layout {
    height: 450px;
}

.category__wrap .product-layout .rm-module-title {
    margin-bottom: 10px;
}

.rm-module-rating-stars {
    display: flex;
    align-items: center;
}

.rm-module-rating-stars span {
    padding: 0;
}

span.rm-product-total-reviews {
    font-weight: 450;
    font-size: 14px;
    line-height: 14px;
    color: #2E2E30;
    padding-bottom: 0;
    margin-left: 15px;
}

.product-layout .rm-module-item.rm-no-stock {
    filter: unset;
}

.rm-module-stock:before {
    background-image: url("../img/stock_check.svg");
    width: 12px;
    height: 12px;
    display: inline-block;
}

.rm-module-stock {
    display: block;
    font-weight: 450;
    font-size: 16px;
    line-height: 16px;
    color: #79C6D8;
    background: none !important;
    margin: auto 0 10px !important;
    padding: 0;
    height: 20px;
}

.price-tax, .rm-category-product-model {
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    color: #2E2E30;
    margin: 10px 0;
}

.rm-module-price-box {
    margin-bottom: 0;
    min-height: 42px;
}

.rm-category-product-model span {
    opacity: 0.6;
    color: #2E2E30;
}

.rm-module-stock.rm-not-in-sale {
    color: #9FBBF8 !important;
}

.rm-not-allowed {
    pointer-events: none;
    opacity: .6;
}

.rm-module-stock.rm-not-in-sale:before {
    content: none;
}

.rm-module-stock.rm-out-of-stock {
    color: #568AFB !important;
}

.rm-category-products .rm-module-img {
    min-height: auto;
}

.rm-day-discounts-item-info {
    margin-bottom: 28px;
}

.rm-module-item:hover .rm-cart-btn,
.rm-cart-btn:hover {
    background: #79C6D8;
}

.rm-module-item:hover .rm-cart-btn svg path,
.rm-cart-btn:hover svg path {
    fill: #fff;
}

.rm-module-stickers-sticker-stickers_sold {
    display: none;
}

#rm-mp_0 {
    margin-top: -20px;
    margin-left: -15px;
    margin-right: -15px;
}

#rm-related-products_0 .product-layout,
#rm-mp_0 .product-layout {
    margin: 20px 15px;
}

#rm-related-products_0 .product-layout .rm-module-item,
#rm-related-products_0 .product-layout {
    box-shadow: unset;

}

#rm-related-products_0 .product-layout .rm-module-item {
    border: 1px solid #CEE2E7;
}

.tab-content-product .custom-slick-arrows {
    position: static;
}

.rm-module-col:hover {
    box-shadow: none;
}

.rm-module-item:hover {

box-shadow: 0px 10px 24px rgba(86, 138, 251, 0.24);
border-radius: 20px;    
}

.rm-module-item:hover .rm-module-title a {
    color: #000 !important;
}

.rm-module-buttons button {
    border: none;
    background: none;
}

.rm-product-images,
.rm-product-center,
.rm-content {
    border: none;
    padding: 0;
}

.rm-module-buttons button:hover {
    background: none;
    border: none;
}

.pagination {
    justify-content: flex-start;
}

.pagination li a, .pagination li span {
    background: none;
    border: 1px solid #CEE2E7;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #2E2E30;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li.active span, .pagination li:hover a {
    background: #79C6D8;
}

.pagination li:hover a svg path {
    stroke: #fff;
}

.rm-product-title h1 {
    padding: 0;
    font-weight: 450;
    font-size: 24px;
    line-height: 1.2;
    color: #2E2E30;
    margin-bottom: 18px;
}

.rm-product-top-info {
    background: rgba(121, 198, 216, 0.15);
    border-radius: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #2E2E30;
    padding: 20px;
    margin-bottom: 25px;
}

.rm-product-center-info-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #2E2E30;
}

.rm-product-center-info .rm-module-stock {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #79C6D8;
}

.rm-product-center-info-item span:last-child {
    font-weight: 600;
}

.rm-product-center-price,
.rm-product-center-info {
    border: none;
    padding: 0;
}

.rm-product-center-price {
    margin-bottom: 15px;
}

.rm-product-quantity {
    display: flex;
    align-items: center;
}

.rm-product-quantity input,
.rm-product-quantity button {
    width: 40px;
    background: none;
    height: 40px;
    border-radius: 0;
    border: 1px solid #CEE2E7;
}

.rm-product-quantity input {
    width: 60px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #2E2E30;
}

.rm-product-center-price > span {
    margin: 0;
}

.rm-product-center-buttons {
    margin-top: 15px;
}

.rm-product-quantity button.rm-product-quantity-btn-minus {
    border-radius: 5px 0 0 5px;
}

.rm-product-quantity button.rm-product-quantity-btn-plua {
    border-radius: 0 5px 5px 0;
}

.rm-product-center-buttons,
.rm-product-center-options {
    padding: 0;
}

.rm-product-btn {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
}

.rm-product-btn.blocked {
    pointer-events: none;
}


.rm-accordion-info {
    margin-top: -1rem;
}

.rm-accordion-title {
    display: flex;
    align-items: center;
    border-radius: 10px;
    width: 100%;
    background: none;
    justify-content: space-between;
    outline: none;
    box-shadow: none !important;
    font-weight: 450;
    font-size: 16px;
    line-height: 21px;
    color: #2E2E30;
    text-align: left;
}

.rm-accordion-title > svg {
    transition: transform .3s ease-in;
}

.rm-accordion-title:not(.collapsed) > svg {
    transform: rotate(180deg);
}

.rm-product-center {
    padding: 0;
}

.rm-accordion-title-text {
    margin: 0 !important;
    display: flex;
    align-items: center;
    gap: 0 15px;
}

.rm-accordion-item {
    background: #fff;
    border-radius: 10px;
    padding: 14px 20px;
    box-shadow: 0px 6px 32px rgba(86, 138, 250, 0.12);
}

.rm-accordion-item + .rm-accordion-item {
    margin-top: 15px;
}

.rm-accordion-content {
    padding-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #2E2E30;
}

.rm-image-info {
    margin: 30px auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #2E2E30;
    max-width: 538px;
}

.rm-product-center-price > span {
    font-weight: 450;
    font-size: 20px;
}

.rm-product {
    margin-bottom: 84px;
}

.rm-product-tabs .nav-tabs {
    border-top: 1px solid #B6C8EF;
    gap: 0 1px;
}

.rm-product-tabs .nav-link.active:before {
    height: 2px;
    background: #568AFB;
}

.rm-product-tabs .nav-link {
    font-weight: 450;
    font-size: 18px;
    line-height: 28px;
    color: #568AFB;
    text-decoration: none;
    opacity: .8;
    height: auto;
    padding-top: 8px;
}

#product-product #review {
    margin-top: -55px;
}

.rm-product-tabs .nav-link.active .nav-link-text,
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #568AFB !important;
    opacity: 1;
}

.rm-product-tabs .nav-link-text {
    text-decoration: none;
}

.tab-content-product {
    margin-top: 30px;
}

#product_chars,
#product_description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2E2E30;
}

.form-review {
    margin: 40px 0;
    max-width: 778px;
    width: 100%;
    border: 1px solid #CEE2E7;
    border-radius: 30px;
    padding: 40px;
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
}

.form-review-title {
    font-weight: 450;
    font-size: 30px;
    line-height: 50px;
    color: #2E2E30;
    margin: 0;
}

.form-review-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #2E2E30;
    margin-top: -20px;
}

.form-review .form-group {
    flex-basis: calc(100% / 2 - 15px);
    margin: 0;
}

.form-review .form-group.form-reviews-text,
.form-review .form-group.form-reviews-rating {
    flex-basis: 100%;
}

.form-review .form-group input {
    background: #F3F7FD;
    border-radius: 5px;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}

.form-review .form-group textarea {
    background: #F3F7FD;
    border-radius: 10px;
    height: 160px;
    resize: none;
    font-size: 16px;
    padding: 20px;
}

.form-group.form-reviews-rating .control-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 12px;
}

.form-group.form-reviews-rating .rm-module-rating-stars {
    gap: 0 15px;
}

.form-group.form-reviews-rating .rm-module-rating-stars label {
    width: 21px;
    height: 21px;
    margin: 0;
    cursor: pointer;
}

.success-page {
    text-align: center;
    margin-top: 20px;
}

.success-page h1 {
    font-weight: 450;
    font-size: 30px;
    line-height: 42px;
    color: #2E2E30;
    margin: 25px 0 10px;
}

.checkkout-success-text {
    font-weight: 450;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 50px;
}

.rm-blog-categories-item-image {
    min-height: unset;
    position: relative;
}

.rm-blog-categories-sub {
    font-weight: 450;
    font-size: 14px;
    line-height: 23px;
    color: #FFFFFF;
    background: #79C6D8;
    border-radius: 4px 0 0 4px;
    padding: 0 8px;
    top: 20px;
    right: 0;
    position: absolute;
}

.rm-blog-categories #column-right {
    max-width: 268px;
    margin-left: 30px;
}

.rm-categories-list {
    width: calc(100% - 30px - 268px);
}

.rm-blog-categories-item {
    border: 1px solid #CEE2E7;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: none;
}

.rm-blog-categories-item:hover {
    box-shadow: 0px 6px 32px rgba(86, 138, 251, 0.15);
}

.rm-blog-categories-item-text {
    padding: 20px 15px 30px;
}

.rm-blog-categories-top {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #79C6D8;
    margin-bottom: 10px;
}

.rm-blog-categories-item-text a {
    font-weight: 450;
    font-size: 20px;
    line-height: 28px;
    color: #2E2E30;
    margin: 0 0 25px;
    height: 84px;
    overflow: hidden;
}

.rm-blog-categories-item-text a.button2 {
    font-weight: 450;
    font-size: 16px;
    line-height: 42px;
    color: #568AFB !important;
    display: inline-flex;
    margin: auto 0 0 0;
    width: max-content;
    height: auto;
}

.rm-blog-categories-item-text a.button2:hover {
    color: #fff !important;
}

.rm-blog-categories #column-right .rm-column-box {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}

.rm-blog-categories #column-right .rm-module-column-box {
    background: #F3F7FD;
    border-radius: 15px;
    padding: 20px 15px;
}

.rm-blog-categories #column-right .rm-module-column-box-search {
    order: 0;
}

.rm-blog-categories #column-right .rm-column-title {
    background: none;
    text-align: left;
    padding: 0;
    font-weight: 450;
    font-size: 24px;
    line-height: 42px;
    color: #2E2E30;
    margin: 0 0 16px;
    text-transform: unset;
}

.rm-blog-search {
    padding: 0;
}

.rm-blog-search input {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 0 12px;
    height: 38px;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #2E2E30;
    border: none;
    margin-bottom: 12px;
}

.rm-blog-search button {
    right: 12px;
    top: 11px;
    background: #568AFB;
}

.rm-column-categories-blog {
    border: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 10px;
}

.rm-column-categories-item-widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #2E2E30;
    position: relative;
    padding-left: 9px;
}

.rm-column-categories-item-widget:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 4px;
    height: 4px;
    border: 1px solid #568AFB;
    border-radius: 1px;
}

.rm-column-categories-item-widget a {
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
}

.rm-column-categories-item-widget > span {
    color: #568AFB;
}

.rm-column-categories-item-widget a:hover {
    color: #568AFB;
    border-color: #568AFB;
}

.rm-column-categories-item-widget + .rm-column-categories-item-widget {
    margin-top: 20px;
}

.rm-blog-popular {
    margin-bottom: 20px;
}


.rm-blog-popular .item {
    display: flex;
    align-items: center;
    gap: 0 12px;
}

.rm-blog-popular .item__name {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2E2E30;
    display: inline-block;
}

.rm-blog-popular .item + .item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #CEE2E7;
}

.rm-blog-popular .item:hover .item__name {
    color: #568AFB;
    text-decoration: underline;
    text-underline-offset: 8px;
}

.rm-article-date_added {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #79C6D8;
    margin-bottom: 10px;
}

.rm-blog-post-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #2E2E30;
    counter-reset: blog-headers;
}

.rm-blog-post-text p {
    margin-bottom: 25px;
}

.rm-blog-post-text h2 {
    font-family: 'Futura PT', sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 24px;
    line-height: 34px;
    color: #2E2E30;

}

.rm-blog-post-text h3 {
    counter-increment: blog-headers;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 0 12px;
    color: #2E2E30;
}

#rm-category-description *,
.rm-blog-post-text *,
#information-information #content * {
    font-family: 'Futura PT', sans-serif !important;
}
#rm-category-description span,
.rm-blog-post-text  span,
#information-information #content font > span {
    /*font-size: 16px !important;*/
}

.rm-blog-post-text h3:before {
    content: counter(blog-headers);
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #79C6D8;
    border-radius: 5px;
}

#rm-category-description pre,
.rm-blog-post-text pre,
#information-information #content pre {
    overflow: visible;
    white-space: normal;
    font-family: inherit;
    font-size: 100%;
}

#rm-category-description pre,
#information-information #content pre,
.rm-blog-post-text pre,
.rm-blog-post-text .quote {
    background: #EBF6F9;
    border-radius: 20px;
    padding: 30px 12% 30px 30px;
    margin-bottom: 30px;
    position: relative;
}

.rm-blog-post-text img {
    margin: 0 30px 0 0;
}

#rm-category-description pre:before,
#information-information #content pre:before,
.rm-blog-post-text pre:before,
.rm-blog-post-text .quote:before {
    content: url("../img/quote.svg");
    right: 20px;
    top: 0;
    transform: translateY(-40%);
    position: absolute;
}

.rm-blog-post-text .quote__text {
    font-weight: 450;
    font-size: 18px;
    line-height: 28px;
    color: #2E2E30;
    margin-bottom: 22px;
}

.rm-blog-post-text .quote__author {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #568AFB;
}

.rm-blog-post-text .quote__position {
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    color: #BAB8B8;
}

#rm-category-description blockquote,
#information-information #content blockquote,
.rm-blog-post-text blockquote {
    font-weight: 450;
    font-size: 20px;
    line-height: 28px;
    color: #2E2E30;
    border-left: 6px solid #79C6D8;
    padding-left: 20px;
    margin-bottom: 30px;
}

.rm-blog-post-text ul {
    margin-bottom: 30px;
}

.rm-blog-post-text ul li {
    list-style-type: none;
}

.rm-blog-post-text ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 7px;
    background: #79C6D8;
    border-radius: 1px;
}

#rm-related-article .rm-blog-categories-item {
    margin: 0 15px;
}

#information-service {
    margin-bottom: 50px;
}

#information-service #content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 90px;
}

.information-service--right,
.information-service--left {
    width: 577px;
    max-width: 100%;
}

.information-service--right {
    position: sticky;
    top: 2px;
    width: calc(100% - 577px - 90px);
}

.service__subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #2E2E30;
    margin: -5px 0 35px;
}

#service_form {
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
}

#service_form textarea,
#service_form input {
    background: #F3F7FD;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    height: 53px;
    padding: 0 11px 0 20px;
    border: none;
    flex-basis: 100%;
    max-width: 100%;
}

#service_form textarea::placeholder,
#service_form input::placeholder {
    color: inherit;
}

#service_form textarea {
    height: 160px;
    resize: none;
    padding: 20px;
}

#service_form input[name="name"],
#service_form input[name="date"],
#service_form input[name="manufacturer"] {
    flex-basis: 375px;
}

#service_form input[name="sku"] {
    flex-basis: 172px;
    width: 172px;
}

#service_form input[name="phone"],
#service_form input[name="email"] {
    flex-basis: calc(50% - 15px);
}

#service_form .button {
    font-size: 18px;
}

.contact__info {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
    margin-bottom: 80px;
    gap: 30px;
}

.contact__info .item {
    background: #FFFFFF;
    box-shadow: 0px 8px 32px rgba(86, 138, 251, 0.12);
    border-radius: 25px;
    text-align: center;
    padding: 30px;
    width: calc(100% / 3 - 20px);
}

.contact__info .item__title {
    font-weight: 450;
    font-size: 24px;
    line-height: 24px;
    color: #2E2E30;
    margin: 20px 0;
}

.contact__info .item__info {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    display: block;
    color: #2E2E30;
}

.contact__map {
    position: relative;
}

.contact__map > a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#information-information #content {
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #000;
}

#information-information #content p {
    margin-bottom: 20px;
	letter-spacing: unset !important;
}

#information-information #content h3 {
    font-weight: 450;
    font-size: 20px!important;
    line-height: 28px!important;
    color: #000;
    margin-bottom: 10px;
	letter-spacing: -0.3px!important;
}

#information-information #content ul {
}

#information-information #content ul li {
    list-style-type: none;
}

#information-information #content ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #79C6D8;
    border-radius: 1px;
    display: inline-block;
    margin-right: 8px;
}


#information-information.information_12 .rm-page-title,
#information-information.information_11 .rm-page-title,
#information-information.information_7 .rm-page-title {
    display: none;
}

#information-information.information_12 .rm-content,
#information-information.information_11 .rm-content,
#information-information.information_7 .rm-content {
    padding: 0;
}

#information-information.information_12 .row-padding-top,
#information-information.information_11 .row-padding-top,
#information-information.information_7 .row-padding-top {
    padding-top: 0;
}

.information_7_content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
}

.information_7_content > div {
    width: calc(50% - 15px);
}

div.information_7_badge {
    width: 100%;
    margin-top: 20px;
    background: #EBF6F9;
    border-radius: 20px;
    padding: 25px 70px;
    font-weight: 450;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #2E2E30;
    margin-bottom: 50px;
}

#rm-popup-cart .rm-cart-products + div {
    box-shadow: none;
}

#rm-day-discounts .rm-cart-btn {
    background: #fff;
}

#rm-day-discounts .rm-cart-btn:hover {
    background: #79C6D8;
}

#rm-day-discounts .rm-cart-btn:hover svg path {
    fill: #fff;
}

.rm-breadcrumb {
    padding: 25px 0;
}

.mobile-product-title {
    display: none;
}

.arrows_images-main {
    display: none;
}

#rm-popup-success-call-text h4 {
    font-weight: 450;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #2E2E30;
    margin: 0 0 15px;
}

#rm-popup-success-call-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #000;
    margin: 0;
}

.rm-popup-success {
    padding: 0 !important;
}

.modal-body {
    min-height: 200px;
}

#rm-callback-modal .modal-body {
    min-height: 200px;
}

.rm-cart-products-item-right .rm-product-quantity input,
.rm-cart-products-item-right .rm-product-quantity button {
    height: 32px;
    width: 32px;
}

.rm-cart-products-item-right .rm-product-quantity input {
    width: 52px;
}

#rm-popup-cart .rm-cart-products .rm-btn-del {
    margin: 0;
    background: none;
}

.rm-column-categories-item.active .rm-categories-toggle svg,
.rm-categories-toggle.clicked svg {
    transform: rotate(180deg);
}

.footer__bottom {
	width:230px;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    color: #2E2E30;
    transform: translateY(-110%);
}

.home__description--mob {
    display: none;
}

.rm-content .rm-product-advantages-item a, .rm-content .rm-subcategory a {
    padding: 0;
    height: 100%;
}

.rm-product-images .oct-gallery img {
    border: 1px solid #CEE2E7;
}

.rm-product-center > .rm-module-stock {
    display: none;
}

.form-control::placeholder {
    color: #000000;
}

.product__page {
    display: flex;
    align-items: flex-start;
    gap: 0 45px;
}

.product__page .rm-product-images-wrap {
    width: 502px;
    max-width: 50%;
}

.product__page #product {
    width: calc(100% - 502px - 45px);
}

.rm-product-images-additional {
    margin-top: 0;
}

.rm-product-images-additional .slick-slide {
    margin: 0 20px;
}

.rm-product-images-additional .slick-list {
    margin: 0 -20px;
}

.rm-product-images-additional {
    padding: 0 45px;
}

.rm-addition-images-wrap {
    position: relative;
}

.rm-addition-images-wrap .custom-slick-arrows {
    justify-content: space-between;
}

.rm-product-images-additional-item img {
    border: 1px solid #CEE2E7;
}

.rm-store-reviews-item-topic {
    padding: 0 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.rm-sidebar {
    max-width: 100%;
    left: 0;
    width: 100%;
    transform: translateX(-100%);
}

.rm-sidebar.active {
    transform: translateX(0);
    box-shadow: none;
}

.rm_mob_block {
    background: #FFFFFF;
    box-shadow: 0px 6px 32px rgba(86, 138, 250, 0.12);
    border-radius: 15px;
    padding: 20px 15px;
}

.rm_mob_block + .rm_mob_block {
    margin-top: 15px;
}

.rm_mob_menu_link {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    /*transform: translateX(0) !important;*/
}

.rm_mob_menu_link + .rm_mob_menu_link {
    margin-top: 22px;
}

.rm-sidebar #rm_mobile_viewed_toggle_button:before {
    content: none;
}

.rm_mob_menu_link span,
.rm_mob_menu_link a {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #2E2E30;
}

.rm_mob_menu_link--children {
    width: 100%;
    display: none;
    margin-top: 18px;
}

.rm_mob_menu_link--children a {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #2E2E30;
    padding-left: 15px;
    display: block;
}

.rm_mob_menu_link--children a + a {
    margin-top: 18px;
}


.rm_mob_menu_link.active .rm_mob_menu_link--children {
    display: block;
}

.rm_mob_menu_link .rm_mob_menu_link--toggle {
    transform: rotate(270deg);
}

.rm_mob_menu_link.active .rm_mob_menu_link--toggle {
    transform: rotate(180deg);
    padding: 0 8px;
    margin-right: -8px;
}

.rm_mob_menu_link.active > span > a {
    font-weight: 450;
    color: #568AFB;
}

.rm_mob_menu_link .rm-header-phones-list-link {
    font-size: 18px;
    line-height: 18px;
    color: #568AFB;
}

.rm_mob_menu_link_icons span,
.rm_mob_menu_link_icons a {
    display: flex;
    align-items: center;
    gap: 0 15px;
}

#rm_mobile_menu_toggle_button {
    display: none !important;
}

.rm-sidebar-title {
    border: none;
}

.rm-sidebar .rm_mobile_menu_first {
    background: #fff;
}

#oct_mobile_language {
    margin-top: 18px;
}

#oct_mobile_language .btn-lang {
    background: none;
    padding: 0;
}

#oct_mobile_language .btn-lang svg {
    width: 18px;
    height: 18px;
}

.rm_mob_language {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.rm_mob_language > button {
    padding: 0 8px;
    background: none;
    position: relative;
    top: 15px;
}

#oct_mobile_language {
    width: 100%;
}

#oct_mobile_language.active .rm-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);

}

#oct_mobile_language .rm-dropdown-inner {
    width: 100%;
    background: none;
    border-radius: 0;
    box-shadow: none;
}

#oct_mobile_language .rm-dropdown::after {
    content: none;
}

.rm-news-item-top img,
.rm-blog-categories-item-image img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    transform: scale(1.2);
}

.rm-news-col {
    margin: 0 15px;
}

.rm-news-item-top {
    height: 230px;
    overflow: hidden;
}

.rm-news-item-top img {
    height: 100%;
    transform: scale(1.3);
}

.rm-sidebar .rm_mobile_menu_second .rm_mobile_menu-list-item:not(:last-child) {
    border: none;
}

.rm-sidebar .rm_mobile_menu-list-item-toggle {
    content: none;
}

.rm-day-discounts-item-img img {
    margin-bottom: 0;
}

#common-home > .rm-module > .row-padding-top,
#common-home > .row-padding-top {
    padding-top: 80px;
}

.information-service--left .rm-page-title {
    margin-bottom: 25px;
}

.rm-success-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #000000;
}

.rm-sidebar .rm_mobile_menu_back-icon {
    filter: invert(77%) sepia(53%) saturate(346%) hue-rotate(153deg) brightness(88%) contrast(92%);
}

#rm-popup-quickview .rm-product-top-button-compare {
    display: none !important;
    Й
}

.rm-dropdown::after {
    content: none;
}

.rm-dropdown {
    left: 0;
    transform: unset;
}

.rm-dropdown-inner {
    box-shadow: 0px 6px 15px rgba(86, 138, 251, 0.15);
    border-radius: 0px 0px 20px 20px;
    width: 200%;
    max-width: 290px;
}

#language .rm-dropdown-inner {
    max-width: 100%;
}

.rm-alert-success .rm-alert-icon {
    background: url("../img/icon-success.svg") no-repeat center center / cover !important;
}

.rm-alert-success .rm-alert-icon i {
    display: none;
}

.rm-alert {
    box-shadow: 0px 8px 38px rgba(86, 138, 250, 0.25) !important;
    border-radius: 12px !important;
}

.rm-alert-text {
    font-size: 15px !important;
    line-height: 20px !important;
    color: #2E2E30 !important;
}

#language .rm-dropdown {
    min-width: auto;
    max-width: 100%;
}

#language .rm-dropdown-inner {
    border-radius: 0px 0px 5px 5px;
}

#oct_desktop_language.active button span {
    color: #568AFB;
}

#oct_desktop_language.active button svg path {
    fill: #568AFB;
}

.rm-fixed-contact-dropdown {
    bottom: calc(100% + 10px) !important;
    right: 0 !important;
    box-shadow: 0px 6px 15px rgba(86, 138, 251, 0.15) !important;
    border-radius: 15px !important;
}

.rm-fixed-contact-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    gap: 0 10px;
    color: #2E2E30;
}

.rm-fixed-contact-item span {
    transition: color .3s ease;
}

.rm-fixed-contact-item:hover span {
    text-decoration: underline;
    color: #568AFB;
    text-underline-offset: 5px;
    display: inline-block;
}

.rm-account-wishlist-item-img img {
    width: auto;
    border: 1px solid #CEE2E7;
    height: auto;
    margin-right: 0;
}

.rm-wishlist-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #2E2E30 !important;
    text-decoration: none !important;
    margin-bottom: 25px;
    display: block;
}

.rm-wishlist-btn {
    width: 71px;
    height: 71px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: unset !important;
}

.rm-account-wishlist .button {
    font-size: 18px;
    line-height: 54px;
}

.rm-account-wishlist-item {
    padding: 0;
    margin: 0;
    border: none;
}

.rm-account-wishlist .buttons,
.rm-account-wishlist-item + .rm-account-wishlist-item {
    margin-top: 45px;
}

#rm_livesearch {
    box-shadow: 0px 6px 15px rgba(86, 138, 251, 0.15);
    border-radius: 15px;
}

.rm-livesearch-list-item-name a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2E2E30;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}

.rm-livesearch-list-item-price .rm-module-price {
    font-weight: 450;
    font-size: 18px;
    line-height: 18px;
}

.rm-livesearch-list-item-stock .rm-module-stock {
    font-size: 13px;
    line-height: 13px;
}

.rm-livesearch-list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
}

.rm-livesearch-list::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #568AFB;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.pagination {
    padding: 0 !important;
    margin-top: 30px !important;
}

.pagination li:not(:last-child) {
    margin: 0 10px 0 0;
}

.rm-search-block {
    padding: 0;
    border: none;
}

.form-control {
    background: #F3F7FD;
    border-radius: 5px;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #2E2E30;
    border: none;
}

.rm-select {
    background-color: #F3F7FD;
    border: none;
    border-radius: 5px;
}

.rm-search-block select {
    max-width: 273px;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #2E2E30;
}

#product-search .rm-category-products {
    gap: 30px;
}

#product-search .product-layout {
    flex-basis: calc(100% / 4 - 23px);
}

.rm-search-content-title {
    padding: 45px 0 30px;
    font-weight: 450;
    font-size: 24px;
    line-height: 42px;
    color: #2E2E30;
    border: none;
}

#rm-popup-quickview .rm-product-tabs {
    padding: 0 !important;
    background: #fff !important;
}

#rm-popup-quickview .modal-body {
    padding: 30px 45px;
}

#rm-popup-quickview .modal-dialog {
    max-width: 679px;
}

#rm-popup-quickview .rm-product-images-wrap {
    width: 257px;
}

#rm-popup-quickview #product {
    width: calc(100% - 257px - 45px);
}

#rm-popup-quickview .rm-image-info {
    display: none;
}

#rm-popup-quickview .rm-product-images-additional .slick-slide {
    margin: 0 6px;
}

#rm-popup-quickview .rm-product-images-additional .slick-list {
    margin: 0 -6px;
}


#rm-popup-quickview .rm-product-images-additional {
    margin: 15px 0 45px;
}

#rm-popup-quickview .rm-addition-images-wrap .custom-slick-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#rm-popup-quickview .product__page {
    flex-flow: row wrap;
    width: 100%;
}

#rm-viewed-products .modal-dialog {
    max-width: 982px;
}

#rm-viewed-products .product-layout {
    flex-basis: calc(100% / 3 - 10px)
}

.rm-livesearch-list-item-image img {
    border: 1px solid #CEE2E7;
}

.rm-livesearch-list-item-image img {
    display: block;
    width: 75px;
}

.rm-livesearch-list-item:not(:last-child) {
    border: none;
    margin-bottom: 30px;
}

#rm_livesearch_close.visible {
    display: none !important;
}

.check-box {
    width: 24px;
    height: 24px;
    background: #F3F7FD;
    border-radius: 3px;
    margin-right: 12px;
    position: relative;
}

.rm-search-block .form-checkbox-group .checkbox + .checkbox {
    margin-top: 10px;
}

.rm-search-block .form-checkbox-group label {
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    color: #000000;
    display: flex;
    align-items: center;
}

.form-checkbox-group .rm-form-checkbox-input + .check-box::after {
    background: url("../img/checkbox.svg") no-repeat center center;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
}

#button-review {
    padding: 0 17px;
    line-height: 32px;
    font-size: 16px;
}

.about__page-section {
    display: flex;
    gap: 0 100px;
    align-items: center;
}

.about__page-section + .about__page-section {
    margin-top: 40px;
}

.about__page-section:nth-child(2n) {
    flex-flow: row-reverse;
}

.about__page-section--full,
.about__page-section--last-textfield {
    display: block;
}

.about__page-section .about__page-section-image,
.about__page-section .about__page-section-info {
    width: calc(50% - 50px);
}

.about__page-section:first-child {
    gap: 0 40px;
}

.about__page-section:first-child .about__page-section-image,
.about__page-section:first-child .about__page-section-info {
    width: calc(50% - 20px);
}

.about__page-section-title {
    font-weight: 450;
    font-size: 36px;
    line-height: 46px;
    color: #2E2E30;
    max-width: 84%;
    margin-bottom: 30px;
}

.about__page-section span {
    color: rgba(86, 138, 251, 1);
}

.about__page-section-subtitle {
    font-weight: 450;
    font-size: 20px;
    line-height: 28px;
    color: #2E2E30;
    margin-bottom: 30px;
}

.about__page-section-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #2E2E30;
}

.about__page-section-text-wrap {
    display: flex;
    gap: 0 30px;
}

.about__page-section-text-wrap .about__page-section-text {
    width: calc(50% - 15px);
    margin-bottom: -20px;
}

.about__page-section--last-textfield {
    text-align: center;
    background: url("../img/about_heart.svg") no-repeat center center;
    padding: 60px 0 32px;
    margin-top: 30px;
}

.about__page-section--last-textfield h4 {
    font-weight: 450;
    font-size: 36px;
    line-height: 46px;
    color: #2E2E30;
    margin-bottom: 30px;
}

.about__page-section--last-textfield p {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #2E2E30;
}

.about__page-section--last-textfield p span {
    font-weight: 450;
}

.about__page-section-title--mob,
.about__page-section-subtitle--mob {
    display: none;
}

.mission__header {
    display: flex;
    gap: 0 80px;
    align-items: center;
}

.mission__left {
    width: calc(50% - 80px);
}

.mission__header-row h4 {
    font-weight: 450;
    font-size: 36px;
    line-height: 46px;
    color: #2E2E30;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.mission__header-row p {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #2E2E30;
    margin-left: 53px;
}

.mission__header-row h4:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #79C6D8;
    border: 1px solid #79C6D8;
    border-radius: 1px;
    margin-right: 15px;
}

#information-information #content h3.mission__list-header {
    font-weight: 450;
    font-size: 36px;
    line-height: 46px;
    color: #2E2E30;
    margin-bottom: 40px;
}

.mission__title-header img {
    display: none;
}


.mission__list {
    counter-reset: mlist-counter;
}

.mission__list .mission_row {
    display: flex;
    gap: 0 96px;
    align-items: center;
    justify-content: space-between;
    counter-increment: mlist-counter;
}

.mission__list .mission_row:nth-child(2n) {
    flex-flow: row-reverse;
}

.mission__list .mission_row + .mission_row {
    margin-top: 51px;
}

.mission__list .mission__info {
    flex: 1;
}

.mission__list .mission__title {
    font-weight: 450;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 2px;
    position: relative;
    display: flex;
    align-items: center;
    color: #568AFB;
}

.mission__list .mission__info p {
    font-size: 18px;
    line-height: 27px;
    color: #2E2E30;
}

.mission__list .mission__title:before {
    content: counter(mlist-counter, decimal-leading-zero);
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    width: 34px;
    height: 34px;
    background: #568AFB;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    right: calc(100% + 15px);
    top: 50%;
    transform: translateY(-50%);
}

.mission__list .mission_row:nth-child(2n) .mission__title {
    color: #79C6D8;
}

.mission__list .mission_row:nth-child(2n) .mission__title:before {
    background: #79C6D8;
    position: static;
    margin-right: 15px;
    transform: translateY(0);
}

.mission__list .mission_row:nth-child(2n) .mission__info p {
    margin-left: 49px;
}

.mission__last {
    margin-top: 90px;
    font-weight: 450;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #2E2E30;
}

.mission__last span {
    color: rgba(86, 138, 251, 1);
}

.offer__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:  0 30px;
    margin-bottom: 45px;
}

.offer__header p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #2E2E30;
    max-width: 875px;
}

.offer__header h2 {
    max-width: 270px;
    font-weight: 450;
    font-size: 36px;
    line-height: 46px;
    margin: 0;
    color: #2E2E30;
}

.offer__list  {
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    margin-bottom: 80px;
    counter-reset: offer-counter;
}

.offer__list .item {
    width: calc(50% - 15px);
    border: 1px solid #CEE2E7;
    border-radius: 10px;
    padding: 30px 25px;
    counter-increment: offer-counter;
    position: relative;
}

.offer__list .item:before {
    content: counter(offer-counter, decimal-leading-zero);
    position: absolute;
    right: 15px;
    top: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #79C6D8;
}

.offer__list .item__header {
    display: flex;
    align-items: center;
    gap: 0 30px;
    margin-bottom: 20px;
}

#information-information #content .offer__list .item__header h3 {
    font-weight: 450;
    font-size: 20px;
    line-height: 28px;
    color: #2E2E30;
    margin: 0;
}

.offer__list .item__info {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #2E2E30;
}

.offer__images {
    width: calc(100vw - 17px);
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    display: flex;
    margin-bottom: 80px;
}

.offer__images img {
    width: calc(100% / 4);
}

.offer__last {
    text-align: center;
}

.offer__last p {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    margin: 0 auto 22px;
    color: #2E2E30;
    max-width: 780px;
}

#information-information #content .offer__last h3 {
    font-weight: 450;
    font-size: 30px;
    line-height: 40px;
    color: #2E2E30;
    margin: 0 auto;
    max-width: 1034px;
}

#information-information #content .offer__last h3 span {
    color: rgba(86, 138, 251, 1);
}

.home__description-info {
    margin-top: 45px;
}

.home__description-info h2 {
    font-weight: 450;
    font-size: 30px;
    line-height: 36px;
    color: #2E2E30;
    margin-bottom: 40px;
}

.home__description-info h2 span {
    color: rgba(86, 138, 251, 1);
}


.home__description-info__list {
    display: flex;
    flex-flow: row wrap;
    gap: 40px;
    margin-bottom: 46px;
    align-items: flex-start;
}

.home__description-info__list .item {
    width: calc(50% - 20px);
    display: flex;
    align-items: flex-start;
    gap: 0 20px;
    justify-content: space-between;
}

.home__description-info__list .item:nth-child(5) {
    margin-top: -80px;
}


.home__description-info__list .item__info {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: rgba(46, 46, 48, 1);
}

.home__description-info__list .item__info span {
    font-weight: 450;
    color: #568AFB;
}

.home__description-info__list .item:nth-child(3) .item__info span,
.home__description-info__list .item:nth-child(2) .item__info span {
    color: #79C6D8;
}

.home__description-info--end {
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
}

.home__description-info--end h3 {
    font-weight: 450;
    font-size: 24px;
    line-height: 34px;
    color: #2E2E30;
    margin-bottom: 22px;
}

.home__description-info--end p {
    font-weight: 450;
    font-size: 20px;
    line-height: 28px;
    color: #568AFB;
}

.rm-category-description {
    margin-top: 50px;
    font-size: 16px;
}

@media (min-width: 1280px) {
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .modal-dialog-1110 {
        max-width: 1220px !important;
    }
}

@media (min-width: 992px) {
    header {
        padding: 0;
        border: none;
        position: relative;
        top: 0;
        box-shadow: 0px 3px 60px rgba(86, 138, 250, 0.15);
    }

    .memu-row .header-main-block {
        display: none;
    }

    .rm-day-discounts {
        position: relative;
        overflow: hidden;
    }

    .rm-day-discounts:before {
        content: '';
        width: 190px;
        height: 190px;
        right: 0;
        top: 0;
        transform: translate(15%, -15%);
        background: #79C6D8;
        opacity: 0.5;
        filter: blur(125px);
        position: absolute;
    }

    .rm-day-discounts:hover {
        box-shadow: 0px 8px 38px rgba(86, 138, 250, 0.25);
    }
}

@media (min-width: 420px) {
    .rm-alert {
        max-width: 475px !important;
    }

    .rm-alert-text {
        padding-right: 40px !important;
    }
}

@media (max-width: 1600px) {
    .home__advantages .item__text {
        font-size: 15px;
    }

    .rm-day-discounts-item-title {
        font-size: 15px;
        line-height: 19px;
    }

    .rm-day-discounts .slick-dots {
        bottom: 14px;
    }

}

@media (max-width: 1280px) {
    .product-layout .rm-module-title {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .rm-search {
        width: 240px;
    }

    .rm-day-discounts-item {
        margin: 0 15px;
    }

    .product-layout {
        flex-basis: calc(100% / 2 - 23px);
    }

    .rm-category-wall-item {
        width: calc(100% / 4 - 16px);
    }

    .product__page .rm-product-images-wrap {
        width: 500px;
    }

    .product__page #product {
        width: calc(100% - 500px - 60px);
    }

    .footer__information {
        gap: 12px 40px;
    }
}

@media (max-width: 991px) {
    #top {
        display: none;
    }

    #rm_mobile_nav {
        box-shadow: none;
        padding: 10px 15px;
    }

    #rm_mobile_menu_button {
        background: none;
        margin-left: -6px;
    }

    .rm-header-phones-list-link:after {
        opacity: 1;
        transform: translateY(0);
    }

    #rm_mobile_nav .rm-mobile-nav-buttons {
        padding-right: 15px;
        display: flex;
        align-items: center;
        gap: 0 20px;
    }

    body {
        padding-top: 46px!important;
    }

    .rm-search {
        width: 100%;
    }

    .header-main-block {
        flex: 1;
    }

    .rm-day-discounts {
        background: none;
        padding: 0;
    }

    .footer__categories a {
        border: 1px solid #CEE2E7;
    }

    .rm-day-discounts-item {
        background: #F3F7FD;
        border-radius: 20px;
        padding: 20px;
    }

    .rm-day-discounts-item:hover {
        box-shadow: 0px 8px 38px rgba(86, 138, 250, 0.25);
    }

    .home__advantages .item {
        flex-basis: calc(100% / 2 - 15px);
    }

    .home__description {
        display: block;
        text-align: center;
    }

    .footer__categories a {
        flex-basis: calc(100% / 3);
        padding: 0 15px;
    }

    .footer__main {
        flex-direction: column;
        gap: 25px 0;
        align-items: center;
        text-align: center;
        overflow: hidden;
    }

    .footer__column:nth-child(2) {
        max-width: unset;
    }

    .footer__information {
        flex-direction: column;
        width: 100%;
        max-height: unset;
    }

    .footer__bottom {
        margin-top: 40px;
        text-align: center;
    }

    .rm-slideshow-plus-item-text p {
        font-size: 24px;
        line-height: 30px;
    }

    .rm-slideshow-plus-item-text {
        padding: 20px 40px;
    }

    header #menu_toggle_button {
        height: 42px;
    }

    .category__page #column-left {
        display: block;
    }

    .rm-category-wall-item {
        width: calc(100% / 3 - 14px);
        padding: 15px;
        min-height: unset;
    }

    .product-layout .rm-module-item {
        min-height: 370px;
    }

    .rm-module-caption {
        padding-bottom: 0;
    }

    .rm-subcategory a {
        padding: 0;
    }

    .rm-category-products {
        gap: 10px;
    }

    .product-layout {
        flex-basis: calc(100% / 2 - 5px);
    }

    .product__page .rm-product-images-wrap,
    .product__page #product {
        width: 100%;
        max-width: 100%;
    }

    .body-product {
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    #logo {
        position: static;
        text-align: center;
        width: 100%;
        transform: unset;
        height: auto;
        z-index: 2;
    }

    #logo img {
        max-height: 85px;
        max-width: 300px;
    }

    header {
        padding-top: 0;
        box-shadow: 0px 3px 40px rgba(86, 138, 250, 0.15);
    }

    .header-main {
        padding-bottom: 11px;
    }

    .rm-search {
        margin: 0;
    }

    .rm-header-cart,
    .rm-search,
    header .rm-header-cart svg,
    header #menu_toggle_button {
        height: 26px;
    }

    .menu-row,
    .header-main-block {
        gap: 0 10px;
    }

    .rm-header-cart {
        width: 47px;
        min-width: unset;
    }

    .menu-row {
        margin-bottom: 10px;
    }

    #rm_mobile_nav .rm-mobile-nav-buttons {
        padding-right: 0;
    }

    header #menu_toggle_button {
        font-size: 16px;
        line-height: 16px;
        gap: 0 5px;
        padding: 0 10px;
    }

    .rm-search input {
        font-size: 12px;
        line-height: 1.2;
    }

    .btn-search img {
        width: 16px;
        height: 16px;
    }

    .rm-livesearch-list {
        padding: 15px 5px 15px 15px;
    }

    #common-home {
        margin-top: 30px;
    }

    .rm-slideshow-plus-item-box {
        height: 450px !important;
    }

    .rm-slideshow-plus-item-text {
        text-align: left;
        font-size: 24px;
        line-height: 34px;
        padding: 25px 20px;
        max-width: 328px;
    }

    .rm-slideshow-plus-item-img img {
        object-fit: none;
    }

    .rm-day-discounts-item {
        margin: 0 7px;
    }

    .rm-day-discounts .slick-slider {
        /*margin: 0 -14px;*/
    }

    .rm-module-stock {
        display: none;
    }

    .slick-initialized .slick-slide.rm-day-discounts-item {
        height: 450px;
        display: flex;
        flex-direction: column;
    }


    .rm-day-discounts-item-title {
        height: auto;
        font-size: 18px;
        line-height: 1.4;
    }

    .rm-day-discounts-item-info {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .rm-module-price-box {
        margin-top: auto;
    }

    .rm-mp .slick-list,
    #rm-day-discounts .slick-list {
        padding: 0 20% 0 0 !important;
    }

    .home__advantages {
        margin-top: -1rem;
        gap: 25px 15px;
    }

    .home__advantages .item {
        flex-direction: column;
        gap: 15px 0;
        flex-basis: calc(100% / 2 - 8px);
    }

    .home__advantages .item__text {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }

    .rm-module-header span {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 0;
    }

    span.rm-product-total-reviews {
        font-size: 14px;
        line-height: 14px;
    }

    .tab-content-product {
        margin-top: 15px;
    }

    .reviews__block .rm-reviews-rating {
        margin-bottom: 25px;
    }

    .all_reviews .item__inset {
        margin: 8px;
    }

    #rm-related-products_0 .product-layout, #rm-mp_0 .product-layout {
        margin: 0;
    }

    .product-layout .rm-module-item {
        margin: 15px 7px;
        box-shadow: 0px 6px 32px rgba(86, 138, 251, 0.12);
        border-radius: 20px;
        padding: 15px;
        display: flex;
        flex-direction: column;
        min-height: 372px;
    }

    .rm-module-caption,
    .product-layout .rm-module-img {
        max-width: 100%;
        padding: 0;
    }

    #rm-mp_0 {
        padding: 0 7px;
        margin: 0;
    }

    .product-layout .rm-module-img {
        padding: 0;
    }

    .rm-module-img a {
        margin: 0;
    }

    .product-layout .rm-cart-btn {
        width: 32px;
        height: 32px;
        padding: 6px;
        margin-top: 0;
    }

    .rm-module-price {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 0;
    }

    #product-product .custom-slick-arrows, .rm-news .custom-slick-arrows,
    .custom-slick-arrows {
        /*padding-right: 15px;*/
        top: 34px;
    }

    #rm-related-article {
        margin: 0 -15px;
    }

    .tab-content-product .custom-slick-arrows {
        position: relative;
        top: -9px !important;
    }

    .custom-slick-arrows .slick-arrow {
        padding: 0;
    }

    .custom-slick-arrows .slick-arrow:hover {
        background: none;
    }

    .rm-module-buttons {
        position: absolute;
        display: flex;
        flex-direction: column;
        gap: 8px 0;
        right: 0;
        top: 0;
    }

    .rm-module-buttons button {
        margin: 0;
    }

    .rm-carousel-item .item {
        padding: 0;
        height: 47px;
    }

    .home__description--info {
        text-align: left;
    }

    .home__description--mob {
        display: block;
    }

    .home__description--info .home__description--title,
    .home__description--info .home__description--subtitle {
        display: none;
    }

    .home__description--title {
        font-weight: 450;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
        text-align: left;
    }

    .home__description--subtitle {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
        text-align: left;
    }

    #information-information #content p,
    .home__description--text {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
    }

    .rm-content p:not(:last-child),
    .home__description--text p {
        margin-bottom: 20px;
    }

    .reviews_widget .reviews__subtitle {
        font-size: 16px;
        line-height: 25px;
        margin-top: 10px;
    }

    .all_reviews .slick-list {
        padding: 0 20% 0 0 !important;
    }

    .home__description img {
        max-width: 100%;
    }

    .reviews_widget .custom-slick-arrows {
        top: 100%;
        margin-top: 12px;
        justify-content: flex-start;
        padding: 0 15px;
    }

    .footer__categories a {
        flex-basis: 50%;
        font-size: 14px;
        line-height: 16px;
        text-align: left;
        padding: 18px 10px;
        justify-content: flex-start;
        height: auto;
    }

    .footer__social {
        justify-content: center;
    }

    .category__page #column-left {
        display: none;
    }

    .category__wrap #content {
        width: 100%;
    }

    .rm-page-title {
        display: none;
    }

    .success-page h1 {
        display: block;
        font-size: 24px;
        line-height: 28px;
    }

    .rm-category-buttons {
        padding: 0;
    }

    .rm-category-buttons-catalog {
        text-align: left;
        height: 56px;
        border: 1px solid #CEE2E7;
        border-radius: 10px;
    }

    .rm-category-buttons .rm-btn-text {
        font-weight: 450;
        font-size: 18px;
        line-height: 18px;
        color: #568AFB;
    }

    .rm-subcategory {
        gap: 15px;
        margin-top: 15px;
    }

    .rm-category-wall-item {
        width: calc(100%);
        padding: 15px 15px 30px;
    }

    .rm-category-products {
        gap: 14px;
        align-items: flex-start;
    }

    .product-layout {
        flex-basis: 100%;
    }

    .rm-module-price {
        font-size: 14px;
    }

    .product-layout .rm-module-title a {
        font-size: 16px;
        line-height: 1.2;
    }

    .category__page .product-layout .rm-module-item {
        margin: 0;
        min-height: unset;
    }

    .mobile-product-title {
        display: block;
    }

    .arrows_images-main {
        display: flex;
        justify-content: flex-start;
        position: static;
        margin-top: 16px;
    }

    .rm-product-images-main .oct-gallery {
        border: 1px solid #CEE2E7;
        margin: 0 5px;
    }

    .rm-product-images-main .slick-list {
        padding: 0 20% 0 0 !important;
    }

    .rm-product-images {
        min-height: auto;
        padding: 0;
    }

    .rm-product-title h1 {
        font-weight: 450;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .rm-product-center-info-item {
        margin-bottom: 15px;
        font-weight: 450;
    }

    .rm-product-center-info-item-title {
        font-weight: 400;
    }

    .rm-product-center-price > span {
        font-weight: 600;
    }

    .rm-product-center-buttons + div {
        margin-top: -20px !important;
        padding-top: 0;
    }

    .rm-image-info {
        display: none;
    }

    .rm-product-center {
        flex-direction: column;
        display: flex;
        margin-top: 25px;
    }

    .rm-product-center-info .rm-product-center-info-item,
    .rm-product-center-info .rm-product-title {
        display: none;
    }

    .rm-product-top-info {
        margin-top: 25px;
    }

    .rm-module-stock,
    .rm-product-center-price {
        order: -2;
    }

    .rm-product-center-buttons {
        order: -1;
    }

    .rm-product-center-buttons.blocked {
        opacity: .6;
        pointer-events: none;
    }

    .rm-product-center-info .rm-module-stock {
        display: none;
    }

    .rm-product-tabs .nav-tabs {
        gap: 0 16px;
    }

    .rm-product-tabs .nav-link {
        font-weight: 400;
        font-size: 13px;
    }

    .rm-blog-categories {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px 0;
    }

    .rm-categories-list {
        width: 100%;
    }

    .rm-blog-categories #column-right {
        display: block;
        width: 100%;
        margin: 0;
        max-width: 100%;
    }

    .rm-blog-categories #column-right .rm-module-column-box:last-child {
        display: none;
    }

    #information-service #content {
        flex-direction: column-reverse;
        gap: 30px 0;
    }

    .information-service--right, .information-service--left {
        width: 100%;
        height: auto;
        position: relative;
    }

    #service_form input[name="sku"],
    #service_form input[name="name"], #service_form input[name="date"], #service_form input[name="manufacturer"],
    #service_form input[name="phone"], #service_form input[name="email"] {
        flex-basis: 100%;
    }


    .rm-article-date_added,
    .rm-addition-images-wrap .custom-slick-arrows {
        display: none;
    }

    #rm-related-products_0 .product-layout {
        height: auto;
    }

    .rm-header-cart-icon {
        left: 0;
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    .rm-header-cart-quantity {
        transform: translateX(0);
    }

    .information_7_content {
        display: block;
    }

    .information_7_content > div {
        width: 100%;
    }

    #information-information #content .col-12 {
        padding: 0;
    }

    div.information_7_badge {
        padding: 20px 15px;
        font-size: 16px;
        line-height: 24px;
    }

    .footer__categories a {
        border-bottom: 0;
    }

    .footer__categories a:nth-child(n + 5),
    .footer__categories a:nth-child(2n) {
        border-left: 0;
        border-bottom: 0;
    }

    .footer__categories a:nth-child(n + 7) {
        border-bottom: 1px solid #CEE2E7;
    }

    .contact__info .item {
        width: 100%;
    }

    .rm-account-wishlist-item-img img {
        width: 93px;
        height: 78px;
        object-fit: scale-down;
    }

    .rm-account-wishlist-item-img svg {
        width: 18px;
        height: 18px;
    }

    .rm-account-wishlist-item-img,
    .rm-account-wishlist-item-left {
        align-items: flex-start !important;
        flex-flow: row;
    }

    .rm-wishlist-btn {
        width: 32px;
        height: 32px;
    }

    .rm-wishlist-title {
        font-size: 14px;
        line-height: 20px;
    }

    .rm-account-wishlist-item .rm-btn-del {
        position: static;
        margin-right: 12px;
        align-self: center;
    }

    .rm-account-wishlist-item-img {
        margin-right: 12px;
    }

    #account-wishlist #content .col-lg-12 {
        padding: 0;
    }

    .rm-wishlist-title {
        margin-bottom: 12px;
    }

    .rm-account-wishlist-item .rm-cart-btn {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .rm-account-wishlist-item .rm-module-stock {
        display: block;
        font-size: 12px;
    }

    .rm-account-wishlist .button {
        font-size: 16px;
        line-height: 45px;
        padding: 0 15px;
    }

    #product-search .product-layout {
        flex-basis: 100%;
    }

    #product-search .product-layout .rm-module-item {
        min-height: unset;
    }

    #product-search .rm-category-products {
        gap: 14px;
    }

    .rm-module-img a img {
        max-width: 100%;
    }

    .rm-search-content-title {
        font-size: 20px;
        line-height: 28px;
        padding: 40px 0 20px;
    }

    #rm-popup-quickview #product,
    #rm-popup-quickview .rm-product-images-wrap {
        width: 100%;
    }

    #rm-popup-quickview .modal-body {
        padding: 20px;
    }

    #rm-popup-quickview .rm-product-center > .rm-module-stock {
        display: block;
    }

    #rm-popup-quickview .rm-product-center {
        margin-top: 0;
    }

    #rm-popup-quickview .tab-pane {
        padding: 0 !important;
    }

    #rm-popup-quickview .rm-product-center-info {
        padding: 0 !important;
    }

    #rm-popup-quickview .rm-product-center {
        padding: 0 0 30px !important;
    }

    #rm-popup-quickview .rm-product-tabs .nav-link-text {
        font-size: 13px
    }

    #rm-viewed-products .product-layout {
        flex-basis: calc(100%)
    }

    #rm-viewed-products .rm-category-products {
        gap: 10px;
    }

    #rm-viewed-products .product-layout .rm-module-item {
        margin: 0;
    }

    .rm-livesearch-list-item {
        flex-direction: column;
    }

    .rm-livesearch-list-item-info,
    .rm-livesearch-list-item-image {
        width: 100%;
        margin-right: 0;
    }

    .about__page-section-text-wrap,
    .about__page-section-title--mob, .about__page-section-subtitle--mob,
    .about__page-section {
        display: block;
    }

    .about__page-section-text-wrap .about__page-section-text,
    .about__page-section .about__page-section-image, .about__page-section .about__page-section-info,
    .about__page-section:first-child .about__page-section-image, .about__page-section:first-child .about__page-section-info {
        width: 100%;
    }

    .about__page-section-info .about__page-section-subtitle,
    .about__page-section-info .about__page-section-title {
        display: none;
    }

    .about__page-section-title {
        max-width: 100%;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .about__page-section-subtitle {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .about__page-section-text {
        font-size: 14px;
        line-height: 21px;
        margin-top: 20px;
    }

    .about__page-section + .about__page-section {
        margin-top: 50px;
    }

    .about__page-section--last-textfield h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .about__page-section--last-textfield {
        padding: 20px 0;
    }

    #information-information #content .about__page-section--last-textfield p {
        font-size: 16px;
        line-height: 23px;
    }

    .mission__header {
        flex-flow: column-reverse;
    }

    .mission__left,
    .mission__right {
        width: 100%;
        margin-bottom: 20px;
    }

    .mission__header-row h4 {
        font-size: 24px;
        line-height: 28px;
    }

    #information-information #content .mission__header-row p {
        font-size: 18px;
        line-height: 27px;
        margin-left: 29px;
    }

    #information-information #content h3.mission__list-header {
        font-size: 24px;
        line-height: 28px;
    }

    .mission__list .mission_row {
        display: block;
    }

    .mission__list .mission_row > img {
        display: none;
    }

    .mission__list .mission__title-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0 20px;
        margin-bottom: 20px;
    }

    .mission__list .mission__title {
        font-size: 16px;
        line-height: 22px;
    }

    .mission__list .mission__title-header img {
        display: block;
        width: 120px;
    }

    .mission__list .mission__title:before {
        position: static;
        margin-right: 10px;
        transform: translateY(0);
        width: 28px;
        min-width: 28px;
        height: 28px;
    }

    .mission__list .mission_row:nth-child(2n) .mission__info p {
        margin-left: 0;
    }

    .mission__list .mission_row + .mission_row {
        margin-top: 30px;
    }

    .mission__last {
        margin-top: 40px;
        font-size: 20px;
        line-height: 28px;
    }

    .offer__header {
        display: block;
        margin-bottom: 0;
    }

    .offer__header h2 {
        max-width: 100%;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    #information-information #content .offer__header p {
        font-size: 16px;
        line-height: 24px;
    }

    .offer__images,
    .offer__list {
        margin-bottom: 50px;
    }

    .offer__list .item {
        width: 100%;
        padding: 25px 15px;
    }

    .offer__list .item__header {
        gap: 0 20px;
    }

    #information-information #content .offer__list .item__header h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .offer__list .item__info {
        font-size: 14px;
        line-height: 21px;
    }

    #information-information #content .offer__last p {
        font-size: 16px;
        line-height: 23px;
    }

    #information-information #content .offer__last h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .offer__list .item:before {
        right: 10px;
        top: 10px;
        font-size: 14px;
        line-height: 14px;
    }

    .home__description-info h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .home__description-info__list {
        flex-direction: column;
    }

    .home__description-info__list .item {
        width: 100%;
    }

    .home__description-info__list .item__info {
        font-size: 14px;
        line-height: 21px;
    }

    .home__description-info--end h3 {
        font-size: 18px;
        line-height: 27px;
    }

    .home__description-info--end p {
        font-size: 16px;
        line-height: 24px;
    }

    .home__description-info__list {
        gap: 20px 0;
    }

    .home__description-info__list .item:nth-child(5) {
        margin-top: 0;
    }
}

@media (max-width: 550px) {

    #common-home .rm-module-header,
    #common-home .row > .col-12,
    #common-home .custom-slick-arrows,
    #rm-mp_0,
    .rm-slideshow-plus-box > div {
        padding-left: 0;
        padding-right: 0;
    }

    #common-home > .rm-module > .row-padding-top, #common-home > .row-padding-top {
        padding-top: 30px;
    }

    #common-home .custom-slick-arrows {
        top: 37px;
    }

    #common-home .reviews_widget .custom-slick-arrows {
        top: 100%;
    }

    .rm-day-discounts .slick-slider {
        margin: 0 -7px;
    }

    .all_reviews {
        margin: 0 -15px;
    }

    .rm-news {
        margin-top: 30px;
    }

    .rm-day-discounts .slick-dots, .rm-slideshow-plus .slick-dots {
        padding-left: 20px;
    }
}

@media (max-height: 780px) and (min-width: 991px) {
    .header-main {
        padding-bottom: 5px;
    }

    .rm-slideshow-plus-box {
        padding-top: 10px;
    }

    .menu-row {
        margin-bottom: 6px;
    }

    .rm-dropdown {
        padding-top: 8px;
    }
}







