  .ymz-engines-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
  }
  .ymz-engine-tile {
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    text-align: center;
    border: 2px solid #003C7F;
    color: #003C7F;
    font-weight: bold;
  font-size: 12px;}

.slash:last-of-type {
    display: none;
}

@media screen and (max-width: 960px) {
  .flex-control-nav {
    display: none !important;
  }
}

.ul-tabs {
    list-style-type: disc; /* используем обычные маркеры (круги) */
    padding-left: 20px; /* отступ слева для выравнивания с текстом */	
	}

.ul-tabs li {
    margin-bottom: 5px; /* отступ между элементами списка */
	background: #fff !important;
	padding: 1px !important;
}

.mobile_header_top_line {
    display: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

@media (min-width: 961px) {
    .mob-logo {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .filtr-czentrobezhnyj img {
        display: none;
    }
}

@media (max-width: 960px) {
    .nav_block {
        background: none;
    }

    .pk-logo,
    .cart_name,
    .logo span {
        display: none;
    }

    .logo {
        padding: 5px 20px;
    }
}

.right_column {
    width: 1000px;
    padding-top: 10px;
}

.header_top_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.city_selector {
    background-color: #fff;
    font-size: 14px;
    color: #666666;
    height: 30px;
    bottom: -6px;
    padding: 0 30px 0 15px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.city_selector_list {
    display: none;
    position: absolute;
    padding: 30px 30px 30px 30px;
    flex-wrap: wrap;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    width: 500px;
    top: 30px;
    left: -225px;
}

.city_selector_list a {
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
    color: #666666;
    transition: all 0.5s ease;
    text-decoration: unset;
}

.city_selector_list a:hover {
    color: #d31145;
    transition: all 0.5s ease;
}

.city_selector:hover .city_selector_list {
    display: block;
    column-count: 3;
}

.header_contacts_left {
    display: flex;
}

.city_selector_this i {
    color: #d31145;
    font-size: 17px;
    padding-right: 10px;
}

.city_selector_this {
    display: flex;
    align-items: center;
}

.background-back {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
    height: calc(100% - 140px);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.background-back.active {
    opacity: 1;
    visibility: visible;
}

.left_menu {
    position: relative;
    z-index: 30;
    margin-bottom: 10px;
}

.left_column_contacts>div {
    margin-top: 0;
}

.filter-left {
    margin-bottom: 10px;
}

.left_menu_item>ul {
    position: static;
    list-style-type: none;
    margin: 0;
    background-color: #b9b9b9;
    min-height: unset;
    height: auto;
    padding: 0;
}

.left_menu_item>ul::before {
    content: "";
    display: block;
}

.left_menu_item>ul>li.left_menu_subitem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    margin-right: 0;
}

.left_menu_item>ul>li.left_menu_subitem.current {
    background: #ffffff;
}

.left_menu_item>ul>li.left_menu_subitem.current a {
    color: #333333 !important;
}

.left_menu_item>ul>li.left_menu_subitem.current a:hover {
    color: #003265 !important;
}

.left_menu_item>ul>li.left_menu_subitem.current svg path {
    fill: #333333;
}

.left_menu_item>ul>li.left_menu_subitem a {
    max-width: unset;
}

.left_menu_item>ul>li.left_menu_subitem a span {
    width: auto;
}

.left_menu_item>ul>li.left_menu_subitem .open_submenu {
    border: 0;
    background-color: transparent;
    margin-right: 20px;
    cursor: pointer;
    padding: 5px;
}

.left_menu_item>ul>li.left_menu_subitem .child-menu {
    position: absolute;
    top: 0;
    left: 260px;
    display: none;
    background: #ffffff;
}

.left_menu_item>ul>li.left_menu_subitem .child-menu.active {
    display: block;
}

.left_menu_item>ul>li.left_menu_subitem ul {
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
    padding: 13px 20px;
    display: flex;
    grid-template-columns: 240px 240px 240px;
    height: auto;
    align-items: flex-start;
}

.left_menu_item>ul>li.left_menu_subitem ul.moreFour {
    display: block;
    column-count: 3;
}

.left_menu_item>ul>li.left_menu_subitem .submenu_item {
    font-size: 13px;
    line-height: 17px;
    border-bottom: 0;
    padding: 0 20px 0 19px;
    height: auto;
    width: 200px;
 
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}

.left_menu_item>ul>li.left_menu_subitem .submenu_item ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    box-shadow: none;
	margin-left: 10px;
}

.left_menu_item>ul>li.left_menu_subitem .submenu_item ul .submenu_item {
    padding: 0;
}

.left_menu_item>ul>li.left_menu_subitem .submenu_item ul .submenu_item.parent > a{
	font-weight: 600
}

.left_menu_item>ul>li.left_menu_subitem .child-menu .back-menu {
    display: none;
}

.left_menu_item>ul>li.left_menu_subitem .child-menu .menu-header {
    display: none;
}

.left_menu_item>ul>li.left_menu_subitem .submenu_item a {
    color: #333333;
    text-align: left;
    height: auto;
    padding: 5px 0;
    transition: 0.3s;
    position: static;
}

.left_menu_item>ul>li.left_menu_subitem .submenu_item a:hover {
    color: #313331 !important;
}

.left_menu_item>ul>li.left_menu_subitem .submenu_item a.main-item {
    font-weight: 700;
	max-width: 165px;
}

.left_menu_item>ul>li.left_menu_subitem .child-menu {
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
}

.submeu-bg {
    position: absolute;
    top: 0;
    width: 384.5%;
    height: 100%;
    background: black;
    opacity: 0.1;
    display: none;
    z-index: 9;
}

.qqwer .table .cell img {
    width: 50px;
    padding-right: 15px;
}

.qqwer a {
    max-width: 220px;
    overflow: hidden;
}

.qqwer span {
    font-size: 14px;
}

.left_menu_item a:hover {
    color: #d31145 !important;
}

.left_menu_item img.left_meny_open:hover {
    cursor: pointer;
}

.page-title {
    font-family: Segoe UI;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    text-align: left;
    padding-left: 56px;
}

.sub-groups__list {
    display: flex;
    flex-wrap: wrap;
}

.sub-groups__item {
    display: inline-block;
    /*flex-direction: column;
    align-items: flex-start;
    width: 33%;
    padding: 0;
    margin-bottom: 37px;
    position: relative;
    background: #f9f9fb;
    overflow: hidden;*/
}

.catalog-free_delivery {
    margin-left: 60px;
    box-sizing: border-box;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 40px;
    font-size: 28px;
    text-transform: uppercase;
    color: #d31145;
    font-weight: 700;
    background: #fff;
    padding: 10px 15px;
}

.catalog-free_delivery img {
    width: 7%;
}

.catalog-groups .sub-groups__item {
    height: auto;
}

.sub-groups__item.active {
    height: auto;
    overflow: unset;
}

.sub-groups__link {
    font-family: Segoe UI;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #023e7c;
    text-decoration: none;
    text-align: left;
    width: 90%;
}

.sub-groups__link span {
    font-weight: normal;
    font-size: 13px;
    color: #c4c4c4;
}

.sub-groups {
    width: auto;
    padding: 0 38px 0 56px;
}

.child-group {
    text-align: left;
}

.child-group__main {
    max-height: 80px;
    overflow: hidden;
}

.sub-groups__item.active .child-group__main {
    max-height: unset;
    overflow: unset;
}

.child-group__link {
    font-family: Segoe UI;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #3c3c3c;
    text-decoration: none;
}

.child-group__link span {
    color: #c4c4c4;
    font-size: 13px;
}

.open-submenu {
    background-color: transparent;
    border: 0;
    margin-left: 5px;
    padding: 0;
}

.sub-groups__image {
    min-height: 105px;
    text-align: left;
    margin-bottom: 10px;
}

.sub-groups__image img {
    max-height: 100%;
    width: auto;
}

.showAll {
    font-family: Segoe UI;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #023e7c;
    cursor: pointer;
    display: none;
    background: #f9f9fb;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
    height: 25px;
}

.showAll.active {
    bottom: -25px;
}

.showAll span {
    border-bottom: 1px dotted #023e7c;
}

.breadcrumbs {
    text-align: left;
    padding-left: 20px;
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}

.breadcrumbs a {
    color: #023e7c;
}

.filter-section__slider .irs--flat .irs-min,
.filter-section__slider .irs--flat .irs-max {
    display: none;
}

.filter-section__slider .irs--flat .irs-from,
.filter-section__slider .irs--flat .irs-to,
.filter-section__slider .irs--flat .irs-single {
    display: none;
}

.product-photo {
    max-width: 455px;
    margin-bottom: 32px;
}

.product-photo .slick-slide img {
    height: 327px;
    object-fit: cover;
}

.product-thumb {
    padding: 0 30px;
}

.product-thumb .slick-arrow {
    position: absolute;
    top: 50px;
    width: 20px;
    height: 20px;
    border: 2px solid #cfcdcd;
    border-radius: 50%;
    margin-top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    cursor: pointer;
}

.product-thumb .slick-slide {
    margin: 0 10px;
}

.product-thumb .slick-prev {
    left: 0;
}

.product-thumb .slick-next {
    right: 0;
}

.product-thumb .slick-slide img {
    height: 90px;
    object-fit: cover;
}

.left_column_contacts {
    padding: 0;
}

.filter-left .filter-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #4d4d4d;
    text-align: center;
    padding: 10px 0 11px;
    width: 100%;
    background: #f0f0f0;
}

.filter-left .filter-section {
    background: #f9f9fb;
    border: 1px solid #f0f0f0;
    padding: 15px;
}

.filter-section__name {
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #4d4d4d;
    gap: 0 5px;
    margin-bottom: 19px;
    cursor: pointer;
}

.filter-section__name svg {
    transition: 0.3s;
}

.filter-section__name.off svg {
    transform: rotate(180deg);
}

.filter-section__top {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #4d4d4d;
}

.filter-section__top input {
    margin: 0 20px 0 5px;
    background: #ffffff;
    border: 1px solid #e7e8ea;
    width: 78px;
    padding: 0;
    line-height: 20px;
    font-weight: normal;
    text-align: center;
    color: #4d4d4d;
}

.filter-section__top input:last-child {
    margin-right: 0;
}

.filter-section__slider .irs--flat .irs-handle {
    width: 18px;
    height: 18px;
    border: 2px solid #023e7c;
    background: transparent;
    border-radius: 50%;
    top: 18px;
}

.filter-section__slider .irs--flat .irs-handle.from {
    transform: translateX(-9px);
}

.filter-section__slider .irs--flat .irs-handle.to {
    transform: translateX(9px);
}

.filter-section__slider .irs--flat .irs-line,
.filter-section__slider .irs--flat .irs-bar {
    height: 2px;
}

.filter-section__slider .irs--flat .irs-bar {
    background-color: #023e7c;
}

.filter-section__slider .irs--flat .irs-handle>i:first-child {
    display: none;
}

#producers-filter {
    background: #ffffff;
    border: 1px solid #e7e8ea;
    padding: 8px 10px 9px;
    font-weight: normal;
    font-size: 10px;
    line-height: 13px;
    color: #4d4d4d;
    width: 100%;
}

.filter-buttons {
    padding: 15px;
    background: #f9f9fb;
    border: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-buttons input,
.filter-buttons a {
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    width: 105px;
    border: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.filter-buttons input {
    background: #d31145;
}

.filter-buttons a {
    background: #023e7c;
}

@media (min-width: 961px) {
    .left_menu_item>ul>li.left_menu_subitem .submenu_item:first-child {
        border-left: 0;
    }

    .left_menu_item>ul>li.left_menu_subitem .submenu_item ul .submenu_item {
        border-left: 0;
    }

    .left_menu_item>ul>li.left_menu_subitem ul.moreFour .submenu_item:nth-child(3n + 1) {
        border-left: 0;
    }
}

@media (max-width: 1200px) {
    .left_menu_item>ul>li.left_menu_subitem ul {
        display: grid;
    }

    .left_menu_item>ul>li.left_menu_subitem .submenu_item:nth-child(3n + 1) {
        border-left: 0;
    }

    .background-back {
        height: calc(100% - 236px);
    }

    .sub-groups__item {
        width: 50%;
    }
}

@media (max-width: 960px) {
    .header_top_line {
        display: none;
    }

    .mobile_header_top_line {
        height: 36px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .qqwer a {
        max-width: unset;
        padding: 0;
    }

    .left_menu_item>ul>li.left_menu_subitem .child-menu {
        width: calc(100% - 180px);
        left: 0;
        background: #fff;
        padding: 20px 90px;
        z-index: 100;
        flex-direction: column;
        height: auto;
        min-height: 100%;
    }

    .left_menu_item>ul>li.left_menu_subitem ul {
        padding: 0 22px 0 20px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
        grid-template-columns: 50% 50%;
        height: auto;
        margin-top: 13px;
    }

    .left_menu_item>ul>li.left_menu_subitem .submenu_item {
        border-bottom: 0;
        border-left: 0;
        padding: 10px 20px 10px 0;
    }

    .left_menu_item>ul>li.left_menu_subitem .submenu_item:nth-child(2n) {
        padding-left: 19px;
        padding-right: 0;
        border-left: 1px solid #e9e9e9;
    }

    .left_menu_item>ul>li.left_menu_subitem .submenu_item ul .submenu_item {
        border-left: 0;
    }

    .left_menu_item>ul {
        z-index: 9;
    }

    .left_menu_item>ul>li.left_menu_subitem .child-menu .back-menu {
        display: block;
        font-size: 13px;
        line-height: 17px;
        color: #333333;
        border: 0;
        background-color: transparent;
        margin-bottom: 11px;
    }

    .left_menu_item>ul>li.left_menu_subitem .child-menu .menu-header {
        display: block;
        color: #333333;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
    }

    .city_selector {
        position: static;
    }

    .left_menu_item>ul>li.left_menu_subitem ul.moreFour {
        display: flex;
        flex-wrap: wrap;
        align-items: inherit;
    }
}

@media screen and (max-width: 767px) {
    .city_selector {
        margin-left: 0;
        position: static;
    }

    .city_selector_list {
        width: 384px;
    }

    .header_block:after {
        top: 70px;
    }

    .header_block {
        height: 70px;
    }

    .qqwer a {
        max-width: none;
    }

    .qqwer span {
        width: auto;
    }

    .header_title.left {
        display: none;
    }

    .header_mail.left {}

    .header_contacts_left {
        margin-left: 20px;
    }

    .header_nav,
    #search_mini_form {
        top: 108px;
    }

    .form-search {
        padding-left: 20px;
        padding-right: 20px;
    }

    #clear-search {
        right: 70px;
    }

    .form-search .search_submit {
        right: 40px;
    }

    .autocomplete-suggestions {
        padding-left: 20px;
        padding-right: 20px;
    }

    .left_menu_item>ul>li.left_menu_subitem .child-menu {
        padding: 20px;
        width: calc(100% - 40px);
    }

    .left_menu_item>ul>li.left_menu_subitem ul {
        grid-template-columns: 100%;
    }

    .left_menu_item>ul>li.left_menu_subitem .submenu_item:nth-child(2n) {
        border-left: 0;
        padding-left: 0;
    }

    .left_column {
        top: 230px;
    }

    .sub-groups__item {
        width: 100%;
    }

    .city_selector_list {
        left: 0;
        z-index: 99999;
    }

    .city_selector:hover .city_selector_list {
        column-count: 2;
    }
}

@media (max-width: 340px) {
    .left_column {
        top: 200px;
    }
}

.new-sku__wrapper {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    padding: 15px 0;
}

.new-sku {
    display: block;
    padding: 5px 45px;
    border: 2px solid #d31145;
    color: #d31145;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
}

.new-sku .blue {
    background: none;
    color: #023e7c;
}

@media screen and (max-width: 575px) {
    .new-sku {
        text-align: center;
    }
}

/* NEW STYLES */
.product-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 10px 0px;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    color: #4d4d4d;
	width:700px;
}

.product-top h1.article_title {
    text-align: left;
}

.shop_item_info.left h2.article_title {
    font-weight: normal;
    font-size: 22px;
    line-height: 29px;
    color: #4d4d4d;
    padding: 6px 10px 5px;
    background: #efefef;
    margin: 0 0 10px;
}

.shop_item_block {
    margin-top: 10px;
}

.caption,
.producer {
    line-height: 140%;
}

.price {
    font-weight: bold;
    font-size: 18px;
   /* line-height: 24px;*/
    color: #d31145;
    float: none;
    position: static;
    margin: 10px 0;
}
.item-old-price {
margin-left: 10px;
    color: #023e7c;
    text-decoration: line-through;
    font-size: 90%;
    font-weight: 400;
    line-height: 0;
}
.item_quantity {
    display: flex;
    align-items: center;
    gap: 0 5px;
}

.item_quantity div {
    position: relative;
    width: 15px;
    height: 15px;
    top: unset !important;
    right: unset !important;
    left: unset !important;
    bottom: unset !important;
    background: #023e7c;
}

.item_quantity div:hover {
    background: #d31145;
}

.item_quantity div.dec::before {
    content: "";
    width: 7px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -0.5px;
    margin-left: -3.5px;
}

.item_quantity div.inc::before {
    content: "";
    width: 7px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -0.5px;
    margin-left: -3.5px;
}

.item_quantity div.inc::after {
    content: "";
    width: 1px;
    height: 7px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.5px;
    margin-top: -3.5px;
}

.item_quantity input {
    width: 30px;
    height: 15px;
    background: #ffffff;
    border: 1px solid #e7e8ea;
    font-weight: normal;
    font-size: 10px;
    line-height: 13px;
    color: #4d4d4d;
    padding: 0;
    text-align: center;
}

.phone_block {
    margin: 0;
}

.callback_btn.callback,
.quest_btn {
    font-weight: bold;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #023e7c;
    width: 175px;
    height: 35px;
    margin-bottom: 10px;
    background: #ffffff;
    border: 1px solid #023e7c;
    padding: 0;
    display: block;
    text-decoration: none;
    margin-left: 0;
}

.callback_btn.callback:hover {
    color: #d31145 !important;
}

.item_callback .buy_btn {
    width: 105px;
    height: 30px;
    background: #d31145;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
    gap: 0 5px;
}

.shop_item_info {
    width: 185px;
}

.shop_item_info {
    width: 230px;
    margin-left: 10px;
}

.existence_tick {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.24255 11.4572C6.51714 12.187 5.3401 12.187 4.61504 11.4572L0.544058 7.36191C-0.181353 6.63251 -0.181353 5.44843 0.544058 4.71903C1.26912 3.98929 2.44616 3.98929 3.17157 4.71903L5.59708 7.15869C5.78018 7.34254 6.07742 7.34254 6.26087 7.15869L12.8284 0.551859C13.5535 -0.17789 14.7305 -0.17789 15.4559 0.551859C15.8043 0.902293 16 1.37776 16 1.8733C16 2.36883 15.8043 2.8443 15.4559 3.19473L7.24255 11.4572Z' fill='%2313A931'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 12px;
}

.existence {
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
    text-transform: uppercase;
    color: #4d4d4d;
}

.callback_btn.one_buy {
    background: transparent;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #c2c2c2;
    border: 0;
    margin-bottom: 10px;
    text-align: left;
    text-transform: none;
}

.callback_btn.one_buy strong {
    font-weight: 700;
    margin-left: 5px;
    text-transform: uppercase;
}

.callback_btn.one_buy:hover {
    color: #d31145 !important;
}

button.slick-next.slick-arrow:hover {
    color: #d31145 !important;
}

button.slick-prev.slick-arrow:hover {
    color: #d31145 !important;
}

.icons_logo {
    width: 175px;
    margin-left: 0;
}

.icons {

    background-size: cover;
}

.icons_logo img {
    margin-bottom: 20px;
}

.icon_1,
.icon_2,
.icon_3,
.icon_4 {
    margin-top: 9px;
}

.icon_1,
.icon_3 {
    margin-right: 9px;
}

.product-images {
    max-width: 455px;
    width: 50%;
    position: relative;
}

.recomended_products-free {
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 2;
    width: auto !important;
    height: 23px;
    margin: 0;
}
.main-gallery .recomended_products-free{
    height: 37px;
}

.slick-slide {
	text-decoration:none;
}

.recomended_products_item {
    margin: 0 20px;
}

.recomended_products_image {
    position: relative;
}

.recomended_products-img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.main-gallery{
    margin-top: 30px;
    position: relative;
    padding: 0 24px;
    height: 186px;
}
 .recomend-gallery {
    margin: 30px 0;
    position: relative;
    padding: 0 24px;
    
}
.main-gallery a {
    text-decoration: none;
}

.main-gallery .slick-arrow, .recomend-gallery .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(/img/arrow_left.png) no-repeat;
    border: 0;
    font-size: 0;
    width: 30px;
    height: 70px;
    left: 0;
    cursor: pointer;
}

.main-gallery .slick-arrow.slick-next, .recomend-gallery .slick-arrow.slick-next {
    left: unset;
    right: 0;
    transform: translateY(-50%) scale(-1);
}

.product-delivery__free,
.subproduct-delivery__free {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 2;
    background: #4CAF50;
    padding: 15px 20px;
    border-radius: 0 20px 20px 0;
    color: #fff;
}

.subproduct-delivery__free {
    padding: 10px 15px;
    text-align: left;
    line-height: 14px;
}

.product-slider img {
    height: 327px;
    object-fit: cover;
}

.product-subslider {
    padding: 0 30px;
    margin-top: 32px;
    display: none;
}
.product-subslider .video-thumb{
position: relative;
}
.product-subslider .video-thumb:after{
content:'';
position: absolute;
top: 0;
left:0;
right: 0;
bottom: 0;
background: rgba(150, 151, 158, 0.6) url('/img/youtube.png') no-repeat 50% 50%
}
.product-subslider img {
    height: 90px;
    /*width: 110px;*/
width: 90%;
    object-fit: cover;
    margin: 0 8px;
    border: 2px solid transparent;
}

.product-subslider img.slick-current {
    border: 2px solid #0055ab;
    margin: 0 8px;
}

.product-subslider .slick-arrow {
    position: absolute;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    font-size: 0;
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.product-subslider .slick-arrow.slick-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0691 14.423L7.19611 10.5501C6.89557 10.248 6.89557 9.75999 7.19611 9.45788L11.0691 5.58491C11.3588 5.33628 11.7871 5.33628 12.0768 5.58491C12.4014 5.863 12.4393 6.35253 12.1612 6.6771L8.83826 10.0001L12.1613 13.3308C12.4618 13.633 12.4618 14.1209 12.1613 14.423C11.8592 14.7236 11.3712 14.7236 11.0691 14.423Z' fill='%23023E7C'/%3E%3Cpath d='M-4.37114e-07 10C-1.96075e-07 4.48566 4.48566 1.96075e-07 10 4.37114e-07C15.5143 6.78153e-07 20 4.48566 20 10C20 15.5143 15.5136 20 10 20C4.48644 20 -6.78153e-07 15.5143 -4.37114e-07 10ZM18.4508 10C18.4508 5.34082 14.66 1.54918 10 1.54918C5.34004 1.54918 1.54918 5.34082 1.54918 10C1.54918 14.66 5.34004 18.4508 10 18.4508C14.66 18.4508 18.4508 14.6592 18.4508 10Z' fill='%23023E7C'/%3E%3C/svg%3E%0A");
    left: -15px;
    z-index: 99;
}

.product-subslider .slick-arrow.slick-next {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.93092 14.423L12.8039 10.5501C13.1044 10.248 13.1044 9.75999 12.8039 9.45788L8.93092 5.58491C8.64123 5.33628 8.21287 5.33628 7.92318 5.58491C7.59861 5.863 7.56068 6.35253 7.83877 6.6771L11.1617 10.0001L7.83873 13.3308C7.53818 13.633 7.53818 14.1209 7.83873 14.423C8.14084 14.7236 8.62885 14.7236 8.93092 14.423Z' fill='%23023E7C'/%3E%3Cpath d='M20 10C20 4.48566 15.5143 -1.96075e-07 10 -4.37114e-07C4.48566 -6.78153e-07 -1.96075e-07 4.48566 -4.37114e-07 10C-6.78153e-07 15.5143 4.48644 20 10 20C15.5136 20 20 15.5143 20 10ZM1.54918 10C1.54918 5.34082 5.34004 1.54918 10 1.54918C14.66 1.54918 18.4508 5.34082 18.4508 10C18.4508 14.66 14.66 18.4508 10 18.4508C5.34004 18.4508 1.54918 14.6592 1.54918 10Z' fill='%23023E7C'/%3E%3C/svg%3E%0A");
    right: -15px;
}
.right_column .group_block {
    padding-left: 15px;
}
.right_column .item_block {
    padding-left: 15px;
}

.product-right {
    margin-left: 20px;
}

.right-del {
    text-align: center;
    margin-top: 18px;
}

.right-del .del-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #ffffff;
    padding: 8px 17px 7px 18px;
    background: #023e7c;
    margin-bottom: 10px;
}

#questpopup {
    padding: 50px 0 20px 50px;
    background: #fff;
    color: #323131;
    max-width: 780px;
    display: none;
}

.quest-block__title {
    font-weight: bold;
    font-size: 30px;
    line-height: 140%;
    color: #323131;
    margin-bottom: 10px;
    padding-right: 50px;
}

.quest-block__text {
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    color: #323131;
    padding-right: 50px;
    margin-bottom: 20px;
}

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

.quest-block .quest-input {
    background: #ffffff;
    border: 1px solid #c2c2c2;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #929292;
    padding: 13px 19px 12px 20px;
    margin-bottom: 15px;
    box-sizing: border-box;
    width: 336px;
    display: block;
}

.quest-block .quest-textarea {
    background: #ffffff;
    border: 1px solid #c2c2c2;
    padding: 15px 20px;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #929292;
    width: 336px;
    height: 151px;
    box-sizing: border-box;
    resize: none;
}

.quest-block .quest-submit {
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background: #023e7c;
    border: 0;
    padding: 8px 16px 7px;
    margin-top: 20px;
    cursor: pointer;
}

.quest-close {
    width: 30px;
    height: 30px;
    top: -15px;
    right: -15px;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.56193 6.41675L12.4292 1.54925C12.7459 1.23264 12.7459 0.720725 12.4292 0.404114C12.1126 0.0875039 11.6007 0.0875039 11.2841 0.404114L6.41667 5.27161L1.54943 0.404114C1.23267 0.0875039 0.720916 0.0875039 0.404312 0.404114C0.08756 0.720725 0.08756 1.23264 0.404312 1.54925L5.27156 6.41675L0.404312 11.2842C0.08756 11.6009 0.08756 12.1128 0.404312 12.4294C0.562095 12.5873 0.769556 12.6667 0.976869 12.6667C1.18418 12.6667 1.39149 12.5873 1.54943 12.4294L6.41667 7.56189L11.2841 12.4294C11.442 12.5873 11.6493 12.6667 11.8566 12.6667C12.0639 12.6667 12.2713 12.5873 12.4292 12.4294C12.7459 12.1128 12.7459 11.6009 12.4292 11.2842L7.56193 6.41675Z' fill='%23023E7C'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

.shop_group .item_quantity {
    display: flex;
}

.shop_group .shop_item {
    width: 100%;
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
}

.shop_item:last-child {
    border-bottom: 0;
}

.shop_group .shop_item>div {
    text-align: left;
    border: 0;
}
.item_price.new_price{
    display: flex;
    flex-direction: column-reverse;
    gap: 4px;
}
.shop_group .shop_item .item_price {
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #023e7c;
	white-space: nowrap;
	    flex-shrink: 0;
		position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop_group .shop_item .item_price span {
    position: static;
    font-size: 16px;
}
.shop_group .shop_item .item_price .item-old-price{
    position: static;
    display: block;
    min-height: 20px;
    line-height: normal;
}

.shop_group .shop_item .item_buy{
white-space: nowrap;
}
.shop_group .buy_btn.add_to_cart_button {
    background: #d31145;
    padding: 5px 9px 6px 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
    border: 0;
    cursor: pointer;
}

.shop_group .buy_btn.add_to_cart_button:hover {
    background: #023e7c;
}

.shop_group .shop_item .item_callback {
    justify-content: flex-start;
    margin-left: 30px;
}

.shop_group .callback_btn {
    background: transparent;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #c2c2c2;
    display: flex;
    align-items: center;
    gap: 0 5px;
    position: static;
    padding: 0;
}

.shop_group .callback_btn:hover {
    background: transparent !important;
    color: #d31145 !important;
}

.shop_group .shop_item .item_name {
    width: 280px;
	    flex-shrink: 0;
}

.shop_group .shop_item .item_name .name {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #4d4d4d;
}

.shop_group .shop_item .item_name .name a {
    color: #4d4d4d;
    text-decoration: none;
}

.shop_group .shop_item .item_name .article {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #a7a7a7;
}

.shop_group .shop_item .item_name .article a {
    color: #000;
    text-decoration: none;
	font-weight: bold;
}

.shop_group .shop_item>div {
    height: auto;
}

.shop_group .shop_item .item_photo {
    display: block;
    margin: 0 35px 0 35px;
    width: 67px;
    height: 50px;
    position: relative;
	flex-shrink: 0;
}
.shop_group .shop_item .item_property {
    flex-grow: 1;
    text-align: center;
}
.shop_item-freedel {
    background: #4CAF50;
    width: max-content;
    height: 14px;
    padding: 5px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -12px;
}

.shop_group .shop_item .item_photo img {
    width: 100%;
    max-width: unset;
    object-fit: cover;
}

.shop_filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 20px;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #4d4d4d;
    padding: 20px 25px;
    margin: 0 0 40px 55px;
    background: #ffffff;
    border: 1px solid #e7e8ea;
}

.shop_filter .table_row {
    display: none;
}

.shop_filter .filterField br {
    display: none;
}

.shop_filter select {
    background: #ffffff;
    border: 1px solid #e7e8ea;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #4d4d4d;
    padding: 6px 10px;
    display: block;
    width: 100%;
    margin-top: 10px;
}

.shop_filter input[type="checkbox"]+label {
    vertical-align: bottom;
}

.shop_filter .button {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 8px 16px 9px;
    background: #d31145;
    cursor: pointer;
    border: 0;
    height: 32px;
}

.shop_filter .button:hover {
    background: #023e7c;
}

.pagination {
    margin: 30px 0 30px 55px;
    padding: 0;
}

.pagination li {
    width: auto;
    height: auto;
    background: transparent;
}

.pagination li span,
.pagination li a {
    padding: 0 !important;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: normal;
    font-size: 14px !important;
    color: #4d4d4d !important;
    text-decoration: none;
}

.pagination li span.current {
    color: #ffffff !important;
    background: #023e7c;
}

.medium_line {
    display: flex;
    align-items: center;
    height: 74px;
}



.header_cart {
    position: relative;
    padding: 8px 0 0 0;
    width: 121px;
    text-align: center;
}

.nav_item:last-of-type:after {
    background: url(/images/line-menu.svg) no-repeat;
}

.header_cart__counter {
    position: absolute;
    top: 0;
    right: 34px;
    z-index: 2;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 18px;
    color: #ffffff;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    background: #023e7c;
    border: 2px solid #ffffff;
    border-radius: 50%;
    text-align: center;
}

.medium_line {
    display: flex;
    align-items: center;
}

.header_block .bottom_line {
    justify-content: flex-end;
}

.form-search {
    margin: 0;
}

.bottom_line .form-search input.search {
    box-sizing: border-box;
    width: 926px;
    padding: 0 34px;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #a3afba;
    height: 36px;
    left: 0;
    background-color: #ffffff;
    border: 1px solid rgba(2, 62, 124, 0.7);
}

.search_block {
    width: 1000px;
}

.bottom_line .form-search input.search_submit {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 8px 16px 9px;
    background: #d31145;
    cursor: pointer;
}

.bottom_line .form-search input.search_submit:hover {
    background: #023e7c;
}

.sub-groups__list {
    gap: 10px 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.sub-groups__item {
    /*margin-bottom: 0;*/
    padding: 10px 20px;
    background: #ffffff;
    border: 2px solid #023e7c;
    box-sizing: border-box;
    width: unset;
}

.sub-groups__item span {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #c2c2c2;
}

.sub-groups__link {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #4d4d4d;
}

.article_title,
h1 {
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    color: #4d4d4d;
    text-align: left;
    padding-left: 55px;
}

.product-top h1.article_title {
    padding-left: 0;
}

.nav_item a {
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: #023e7c;
}

.cart .shop_item .item_quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}

.start-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.start-modal.active {
    opacity: 1;
    visibility: visible;
}

.start-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -15px;
    margin-right: -15px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.56193 6.41672L12.4292 1.54922C12.7459 1.23261 12.7459 0.720694 12.4292 0.404084C12.1126 0.0874733 11.6007 0.0874733 11.2841 0.404084L6.41667 5.27158L1.54943 0.404084C1.23267 0.0874733 0.720916 0.0874733 0.404312 0.404084C0.08756 0.720694 0.08756 1.23261 0.404312 1.54922L5.27156 6.41672L0.404312 11.2842C0.08756 11.6008 0.08756 12.1127 0.404312 12.4294C0.562095 12.5873 0.769556 12.6666 0.976869 12.6666C1.18418 12.6666 1.39149 12.5873 1.54943 12.4294L6.41667 7.56186L11.2841 12.4294C11.442 12.5873 11.6493 12.6666 11.8566 12.6666C12.0639 12.6666 12.2713 12.5873 12.4292 12.4294C12.7459 12.1127 12.7459 11.6008 12.4292 11.2842L7.56193 6.41672Z' fill='%23023E7C'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    cursor: pointer;
}

.start-modal__block {
    padding: 53px 50px 0;
    background: #ffffff;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0 25px;
    max-width: 780px;
    box-sizing: border-box;
}

.start-modal__block img {
    margin-right: -120px;
}

.start-modal__title {
    font-weight: normal;
    font-size: 22px;
    line-height: 140%;
    color: #323131;
    margin-bottom: 10px;
}

.start-modal__text {
    font-weight: normal;
    font-size: 22px;
    line-height: 140%;
    color: #323131;
    padding-bottom: 30px;
    border-bottom: 1px solid #023e7c;
    margin-bottom: 30px;
}

.start-modal__phtitle {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #023e7c;
    margin-bottom: 10px;
}

.start-modal__phone {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #023e7c;
    display: flex;
    align-items: center;
    gap: 0 10px;
    text-decoration: none;
}

.child-groups {
    width: auto;
    padding: 0 38px 0 56px;
}

.child-groups__list {
    display: flex;
    flex-wrap: wrap;
}

.child-groups__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 33%;
    padding: 0;
    margin-bottom: 37px;
    position: relative;
    overflow: hidden;
    margin-right: 3px;
    justify-content: flex-start;
}

.catalog-groups .child-groups__item {
    height: auto;
}

.child-groups__item.active {
    height: auto;
    overflow: unset;
}

.child-groups__link {
    font-family: Segoe UI;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #023e7c;
    text-decoration: none;
    text-align: left;
    width: 90%;
}

.child-groups__link span {
    font-weight: normal;
    font-size: 13px;
    color: #c4c4c4;
}

.child-groups {
    width: auto;
    padding: 0 38px 0 56px;
}

.child-group {
    text-align: left;
}

.child-group__main {
    max-height: 80px;
    overflow: hidden;
    width: 100%;
}

.child-groups__item.active .child-group__main {
    max-height: unset;
    overflow: unset;
}

.child-group__link {
    font-family: Segoe UI;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #3c3c3c;
    text-decoration: none;
}

.child-group__link span {
    color: #c4c4c4;
    font-size: 13px;
}

.open-submenu {
    background-color: transparent;
    border: 0;
    margin-left: 5px;
    padding: 0;
}

.open-submenu.active svg {
    transition: 0.3s;
}

.open-submenu.active svg {
    transform: rotate(180deg);
}

.child-groups__image {
    min-height: 105px;
    text-align: left;
    margin-bottom: 10px;
}

.child-groups__image img {
    max-height: 100%;
    width: auto;
}

.showAll {
    font-family: Segoe UI;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #023e7c;
    cursor: pointer;
    display: none;
    background: #f9f9fb;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
    height: 25px;
}

.showAll.active {
    bottom: -25px;
}

.showAll span {
    border-bottom: 1px dotted #023e7c;
}

.text_block.description {
    padding-left: 15px;
}

.text_block.notfound {
    font-size: 28px;
    margin-bottom: 20px;
    padding-left: 15px;
    text-align: center;
    width: 100%;
}

.tabs__content_wild {
    padding: 48px;
}

.tabs__content_wild_h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #4d4d4d;
    margin-bottom: 15px;
}

.tabs__content_wild h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #4d4d4d;
    margin: 32px 0 16px;
}

.tabs__content_wild h3:first-child {
    margin-top: 0;
}

.tabs__content .ul-tabs-flex {
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
}

.tabs__content .ul-tabs li::marker {
    color: #D31145;
}

.tabs__content .ul-tabs-flex li,
.tabs__content .ul-tabs-flex li:nth-child(odd) {
    background: transparent;
    padding: 0;
}

.ul-tabs-col {
    display: grid;
    gap: 12px 32px;
    list-style: none;
    margin-bottom: 32px;
}

@media screen and (max-width: 720px){
.ul-tabs-col {
	display: block;
	gap: 12px 32px;
    list-style: none;
    margin-bottom: 32px;
}
}

.ul-tabs-col.four {
    grid-template-columns: repeat(4, auto);
    max-width: 576px;
}

.ul-tabs-col li,
.ul-tabs-col li:nth-child(odd) {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 !important;
    background: transparent !important;
}

.ul-tabs-col li span {
    display: flex;
    gap: 8px;
    font-weight: 16;
    line-height: 140%;
}

.ul-tabs-col li span::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: #d31145;
    margin-top: 5px;
}

.tabs__content_block {
    background: #f9f9fb;
    border-radius: 16px;
    padding: 24px;
    margin-top: 32px;
}

.tabs__content_button {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #013e7c;
    border: 1px solid #013e7c;
    padding: 10px 18px 12px 18px;
    display: inline-block;
    margin-top: 32px;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .right_column {
        width: calc(100% - 275px);
    }

    .shop_group {
        padding-left: 24px;
    }

    .shop_group .shop_item .item_name {
        width: 180px;
    }

    .shop_group .callback_btn {
        font-size: 12px;
    }

    .shop_group .shop_item .item_callback {
        margin-left: 15px;
    }

    .shop_group .shop_item .item_photo {
        margin: 0;
    }

    .shop_filter {
        margin-left: 25px;
    }

    .sub-groups,
    .article_title,
    h1,
    .breadcrumbs {
        padding-left: 25px;
    }

    .catalog-free_delivery {
        font-size: 21px;
        gap: 20px;
    }

    .search_block {
        width: 100%;
        margin: 0;
    }

    .bottom_line .form-search input.search {
        width: calc(100% - 79px);
        position: absolute !important;
        margin: 0;
        float: unset;
    }

    .shop_item_block .product-images {
        max-width: unset;
        margin: 0;
    }

    .shop_item_block .product-right {
        width: auto;
    }

    .right_column .item_block .shop_item_block {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 10px 25px;
    }

    .shop_item_block .product-right {
        order: 2;
        margin: 0 !important;
    }

    .shop_item_info {
        order: 1;
        margin: 0 !important;
    }

    .detailed_information {
        order: 3;
    }

    .product-slider img,
    .product-slider iframe {
        height: 400px !important;
        margin: 0 auto;
    }

    .icons_logo {
        width: 175px !important;
    }

    .product-top {
        margin-left: 11px;
    }

    .child-groups__item {
        width: 32%;
    }
}

@media (max-width: 960px) {
    .search_block {
        width: auto;
    }

    .form-search .search_submit {
        top: 0;
        right: 0;
        width: auto;
        height: auto;
    }

    #clear-search {
        top: 20px;
        right: 100px;
    }

    .header_cart svg path {
        fill: #fff;
    }
    .right_column .group_block {
        padding: 0;
    }
    .right_column .item_block {
        padding: 0;
    }

    .product-top {
        margin-left: 0;
        flex-wrap: wrap;
		width:100%;
    }

    .form-search {
        display: flex;
        align-items: center;
        position: relative;
        padding: 10px 0 36px;
        margin: 0 90px;
    }

    .bottom_line .form-search input.search {
        position: static !important;
    }

    .bottom_line .form-search input.search_submit {
        height: 36px !important;
        position: static;
    }

    .start-modal__block {
        max-width: 700px;
    }

    .right_column {
        width: 100%;
    }

    .shop_filter {
        gap: 0 9px;
    }
}

@media (max-width: 780px) {

    .item_quantity,
    .item_manufacturer {
        display: flex !important;
    }

    .item_price {
        width: 156px;
    }

    .shop_group,
    .sub-groups,
    .article_title,
    h1,
    .breadcrumbs {
        padding-left: 0;
        margin-left: 0;
    }

    .catalog-free_delivery {
        margin-left: 25px;
        font-size: 23px;
    }

    .sub-groups {
        padding-right: 0;
    }

    .shop_filter {
        margin-left: 0;
    }

    .shop_item_info .item_callback {
        position: static;
        transform: none;
    }
}

@media screen and (max-width: 767px) {
    .shop_group .shop_item {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px 25px;
        gap: 10px 10px;
    }

    .shop_group .shop_item>div {
        width: 48%;
        margin: 0;
        padding: 0;
    }

    .shop_group .shop_item:nth-child(odd) {
        padding: 10px 25px;
    }

    .shop_group .shop_item .item_photo {
        width: 100%;
        height: auto;
        padding: 0;
        text-align: center;
    }

    .shop_group .shop_item .item_name {
        width: 100%;
    }

    .shop_group .shop_item .item_callback {
        position: static;
        margin: 0;
        transform: none;
    }

    .shop_group .shop_item .item_photo img {
        height: auto;
        width: auto;
        max-width: 100%;
    }

    .shop_group .callback_btn {
        height: auto;
    }

    .right_column .item_block .shop_item_block {
        justify-content: flex-start;
        gap: 10px 0;
    }

    #questpopup {
        padding: 20px 15px;
    }

    .quest-block__bottom>img {
        display: none;
    }

    .quest-block__title {
        font-size: 24px;
    }

    .quest-block__text {
        font-size: 16px;
    }

    .form-search {
        margin: 0 15px;
    }

    .start-modal__block {
        max-width: 320px;
        padding: 25px 20px;
    }

    .start-modal__block img {
        display: none;
    }

    .product-slider img,
    .product-slider iframe {
        height: 240px !important;
    }

    .product-subslider img {
        height: 50px;
    }

    .child-groups {
        padding: 0 15px;
    }

    .child-groups__item {
        width: 100%;
    }

    .tws li {
        padding-left: 50px;
    }

    .tws li img {
        width: auto;
        height: auto;
    }
    .catalog-free_delivery {
        margin: 0;
        font-size: 16px;
    }
    .catalog-free_delivery img {
        display: none;
    }
}

@media screen and (max-width: 330px) {
    .start-modal__close {
        margin: 0;
        top: -50px;
    }
}

@media screen and (max-width: 767px) {
    .filtr-czentrobezhnyj img {
        display: none;
    }

    .right_column {
        width: 100%;
    }

    .main-new .callback-block {
        display: none;
    }

    .banner-new img {
        max-width: fit-content;
    }

    .shop_filter {
        display: block;
        margin: 0;
        gap: 0;
        padding: 5px;
    }

    .shop_filter .sorting {
        margin-bottom: 15px;
    }

    .shop_group .shop_item .item_name .name {
        text-align: center;
    }

    .shop_group .shop_item .item_name .article {
        text-align: center;
    }

    .shop_group .shop_item>div {
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    .item_quantity {
        justify-content: center;
    }

    #popup {
        width: 100% !important;
        padding: 30px 0 30px 0px;
    }

    #popup .footer_item_text_block {
        text-align: center;
        width: 100%;
    }

    #popup .footer_item_text_block form#callback_form2 {
        justify-content: center;
    }

    .banner-new {
        display: none;
    }

    .left_column_contacts.mobile_contacts {
        display: none !important;
    }

    .text_block.description.cntav {
        padding-left: 0;
    }

    .text_block.description {
        padding-left: 0;
    }

    .row-kontakty {
        width: 100%;
    }

    .row-kontakty .caption-kontakty {
        width: 100%;
        display: block;
    }

    .row-kontakty .field-kontakty {
        width: 100%;
        display: block;
    }

    #callback_form {
        width: 100%;
    }

    #callback_form .callback_table {
        width: 100%;
        display: block;
    }

    #callback_form .callback_table tbody {
        display: block;
    }

    #callback_form .callback_table input {
        width: 100%;
    }

    .text_block.description ul.row {
        margin: 0 !important;
        justify-content: center;
    }

    header .wrapper {
        height: 107px;
    }

    .text_block.description img {
        margin: 0 !important;
    }

    .shop_filter .sorting,
    .shop_filter .count,
    .shop_filter .filterField:not(.filter_68) {
        margin-top: 15px;
    }

    .shop_filter .sorting {
        margin-top: 0;
    }

    .shop_filter .button {
        width: 100%;
        margin-top: 15px;
    }
    .additional_description {
        margin: 0 0 15px;
    }
    .main-gallery .slick-arrow {
        padding: 0;
        width: 20px;
    }
    .recomended_products_item {
        margin: 0 5px;
    }
    .recomended_products-free {
        bottom: 5px;
        height: 20px;
    }
    .icons_logo {
        /*display: flex;*/
        align-items: center;
        gap: 20px;
        width: auto !important;
        margin: 0 0 10px !important;
    }
    .icons_logo img {
        margin: 0;
    }
    .ul-tabs-col.four {
        max-width: 100%;
    }
}

.product-subslider {
    padding: 0;
}

.slick-track {
    margin: 0 auto;
}

.link-seo-filter {
    display: flex;
    align-items: center;
    gap: 0 20px;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #4d4d4d;
    padding: 20px 25px;
    margin: 0 0 40px 55px;
    background: #ffffff;
    border: 1px solid #e7e8ea;
}

.link-seo-filter .shop-filter-seo {
    display: inline-flex;
    padding: 5px;
    align-items: center;
    justify-content: center;
    align-content: center;
    border: 1px solid #d31145;
    margin: 5px;
}

.link-seo-filter .shop-filter-seo a {
    text-decoration: none;
}

.active {
    /*border: 2px solid #023e7c !important;*/
}

.tabs__sertificate {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.tabs__sertificate a {
    display: flex;
    align-items: center;
    color: #023e7c !important;
    text-decoration: none;
}

.tabs__sertificate a img {
    width: 60px;
}

@media (max-width: 1199px) {
    .tabs__sertificate {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    .tabs__sertificate {
        grid-template-columns: repeat(2, 1fr);
    }
}

.blnav li a {
	color:#fff !important; 
}

/*.owl-item {width:237px !important;}*/

.fancybox-inner .footer_item_text {
    display: none;
}

/*каталог правки*/
.our-advantages{
	margin-bottom: 48px;
}
.our-advantages__items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}
.our-advantages .our-advantages__item{
    padding: 24px;
    background: #fff;
}
.our-advantages__img{
    border-radius: 48px;
    background: #F1F1FA;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.our-advantages__text{
    font-size: 16px;
}
.our-advantages__title{
    color: #323131;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 28px;
}
.text_block.description{
    padding: 48px 0;
}

.catalog-delivery{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: min-content 1fr 1fr 1fr;
    grid-template-areas:
            "title title title"
            "item1 item2 item3"
            "item4 item2 item3"
            "item5 item5 item3";
    gap: 16px;
    margin-bottom: 48px;
}
.catalog-delivery__item{
    padding: 24px;
    background: #fff;
}
.catalog-delivery__title{
    grid-area: title;
}
.catalog-delivery__item--1{
    grid-area: item1;
}
.catalog-delivery__item--2{
    grid-area: item4;
}
.catalog-delivery__item--4{
    grid-area: item2;
}
.catalog-delivery__item--5{
    grid-area: item3;
}
.catalog-delivery__item--3{
    grid-area: item5;
}
.catalog-delivery__item--5 .catalog-delivery__name{
    margin-bottom: 16px;
}
.catalog-delivery__name{
    color: #023E7C;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}
.catalog-delivery__text{
    font-size: 16px;
}
.catalog-delivery__item ul{
    list-style-type: disc;
    padding-left: 17px;
    margin-top: 10px;
}
.catalog-delivery__item ul li{
    margin-bottom: 10px;
}
.catalog-delivery__item ul li::marker{
    color: #D31145;
}
.catalog-delivery-item-images{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.catalog-delivery__title{
    color: #323131;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.catalog-payment-items{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    grid-template-areas:
                        "block-left1 block-right"
                        "block-left2 block-right"
                        "block-left3 block-right";
}
.catalog-payment-items__item--4{
    grid-area: block-right;
}
.catalog-payment-items__title{
    color: #023E7C;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}
.catalog-payment-items__text{
    font-size: 16px;
    line-height: normal;
}
.catalog-payment__title{
    margin-bottom: 28px;
    color: #323131;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.catalog-payment-items__item{
    padding: 24px;
    background: #fff;
}
.catalog-payment-items__item p{
    margin-bottom: 10px;
}
.catalog-payment{
    margin-bottom: 48px;
}
.catalog-any-questions{
    padding: 24px;
    background: #F1F1FA;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.catalog-any-questions-btns{
    display: flex;
    gap: 16px;
}
.catalog-any-questions__title{
    color: #323131;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.catalog-any-questions__description{
    color: #4D4D4D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.catalog-any-questions-ntns__btn{
    padding: 16px 24px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}
.catalog-any-questions-ntns__btn:hover{
    color: #f0f0f0 !important;
}
.catalog-any-questions-ntns__btn--color-red{
    background: #D31145;
}
.catalog-any-questions-ntns__btn--color-green{
    background: #0DC143;
}
.catalog-any-questions-ntns__btn--color-blue{
    background: #31A9DF;
}
.catalog-any-questions{
    margin-bottom: 64px;
}
@media screen and (max-width: 576px){
    .shop_group .shop_item{
        padding: 10px 5px !important;
    }
    .our-advantages__items{
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    .our-advantages__text{
        font-size: 14px;
    }
    .catalog-delivery{
        display: flex;
        flex-direction: column;
    }
    .catalog-payment-items{
        display: flex;
        flex-direction: column;
    }
    .catalog-any-questions-btns{
        gap: 8px;
        flex-wrap: wrap;
    }
    .catalog-any-questions-ntns__btn{
        width: 100%;
    }
}
/*каталог правки end*/

@media screen and (max-width: 330px) {
    .shop_group{
        grid-template-columns: 1fr;
    }
}

.pagination_list{
    display: flex;
    align-items: center;
    gap: 16px;
}

.pagination_list #id_prev {
    display: none;
}

.pagination_list #id_next {
    display: none;
}