body {
    font-family: 'Pragmatica'!important;
}



.buttons-dostavka .icon-truck:before {
    content: "";
    width: 28px;
    height: 28px;
    display: block;
    margin-left: 8px;
    background: url(/images/delivery-truck.svg);
}
.buttons-dostavka .icon-box-svgrepo:before {
    content: "";
    width: 23px;
    height: 23px;
    display: block;
    margin-left: 11px;
    background: url(/images/box-svgrepo.svg);
}

.delivery-content-block .delivery-company ul {
	padding: 0;
	display: grid;
	grid-gap: 8px 8px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

[data-id="dostavka"] p {
	margin: 15px 0;
}

[data-id="dostavka"] .item-title {
	text-align: left !important;
	margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
    .delivery-content-block .delivery-company ul {
        grid-template-columns: repeat(1, minmax(0, 1fr)); /* Изменяем количество колонок на мобильных устройствах */
    }
}
.delivery-content-block .delivery-company li {
    border-radius: 8px;
    align-items: center;
    border: 1px solid #E7EBF1;
	padding: 13px 0;
}

.delivery-tabs {
	margin: 0;
	display: grid;
	grid-gap: 13px;
	justify-content: space-between;
	grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 600px) {
    .delivery-tabs {
        grid-template-columns: 1fr; /* Один столбец на мобильных устройствах */
    }
}
.buttons-dostavka {
	margin: 0;
	width: auto;
	padding: 16px;
	display: grid;
	grid-gap: 16px;
	border-radius: 4px;
	background: #FFF;
	align-items: center;
	transition: all .3s;
	grid-auto-flow: column;
	border: 1px solid #E7EBF1;
	justify-content: flex-start;
}

.buttons-dostavka.actives {
	border: 1px solid #004E9E;
}

.delivery-company ul li:before {
    content: ""!important;
}

.box-dostavka {
	display: none;
}

.actives {
	display: grid;
	font-weight: 600;
}

.delivery-content-block .attention-block {
	padding: 16px 37px;
	border-radius: 4px;
	background: #FFF;
	border: 1px solid #004E9E;
	box-shadow: 0 6px 12px 0 rgba(77, 81, 92, .06);
}

.delivery-content-block .attention-block strong {
	color: #004E9E;
	margin-bottom: 67px;
	font-weight: 600;
}

.buttons-dostavka .icon {
	width: 46px;
	height: 46px;
	display: grid;
	transition: all .3s;
	align-items: center;
	border-radius: 14px;
	background: #E7EBF1;
	justify-items: center;
}

.buttons-dostavka span {
	color: #000;
	text-align: left;
}



.buttons-dostavka.actives .icon {
	background: #004E9E;
}

.quantity_product {
	color: #3C6C50;
	font-size: 19px;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	margin-right: 8px;
}
.icon {
    padding: 10px 20px 10px 0;
}


.text_tabs[data-id="teho_opis"] {
	max-height: 270px;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
}

.text_tabs[data-id="teho_opis"].expanded {
	max-height: none;
}
.ves {
    font-size: 12px;
    color: #646464;
}
.payment-content {
    display: grid;
    grid-gap: 32px;
    grid-auto-flow: column;
    justify-content: start;
}
.info_box {
	margin-top: 20px;
}

.primary-step-title:hover {
	cursor: pointer;
}

.our-delivery-pek img {
	width: 90px;
}


.price_txt .sharing>div .share_wrapp .text {
    padding: 8px 64px 10px 20px;
    background: red !important;
    border: 1px solid #f2f2f2;
    line-height: 22px;
    box-shadow: none;
    z-index: 2;
    background: none;
}
.indi .info_item {
    max-width: 650px;
    margin: 0 auto;
}
.catalog_detail,
.tabs_section {
    border: 0px solid red;
}
.breadcrumbs .drop:hover .dropdown_wrapp {
    display: block!important;
}
.breadcrumbs .dropdown_wrapp:hover {
    display: block !important;
}
.bottom_slider.tab_slider_wrapp {
    display: none;
}

.item_main_info {
    opacity: 0;
    transition: opacity 0.6s ease;
    /* Добавляем плавность смены opacity */
}

.box_tkp {
    max-height: 64px;
}

span.coll_tk {
    position: relative;
    top: 2px;
}

body .tabs .nav.nav-tabs a {
    border: none !important;
}

.new-tabs .nav-tabs {
    border-bottom: 0px solid #ffffff00 !important;
}

.nav-tabs>li>a:hover {
    border-color: #ffffff00 #ffffff00 #dddddd00 !important;
}

.new-tabs li a {
    padding: 0 !important;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 0px solid transparent;
    border-radius: 4px 4px 0 0;
}

.tabs .tab-content {
    margin-top: 48px;
}

.prices_tab:hover {
    background-color: #e8e8e87c;
    box-shadow: -4px 4px 15px rgba(207, 207, 207, 0.509);
}
.new-tabs .prices_tab.active {
    background-color: #005CB8;

}
.new-tabs .prices_tab a {
    background-color: #ffffff00!important;

}


.prices_tab a span {
    transition: color 0.2s ease;
}



.prices_tab.active a span {
    color: #ffffff;
}

.indi_sale .box {
    margin-top: 16px;
}

.tabs .nav-tabs li.active a:before {
    content: "";
    height: 0px !important;
}

.data_owl {
    position: absolute;
    top: 40px;
    left: 40px;
}

.indi_sale .font_body_h1 span {
    color: #005CB8;
}

.indi_sale .font_body_h1 {
    margin-bottom: 16px;
}

.rs-s {
    position: relative;
}

.b_center {
    display: grid;
    place-items: center;
}

.b_center .btn_s {
    width: 276px;
}

.tkp .font_body_h1 {
    margin-bottom: 16px;
}

.indi .font_body_h1 {
    margin-bottom: 46px;
}

.indi .font_body_h1 span {
    color: #005CB8;
}
.item-stock {
    margin: 2px 0px 2px !important;
}
.tkp .box {
    margin-bottom: 48px;
}

.owl-carousel_box {
    margin-top: 128px;
    margin-bottom: 128px;
}

.indi .box {
    margin: 20px auto;
}

.name_text {
    color: #fff !important;
}

.name_opis {
    background: #A8A8A8;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 39px;
    width: 89px;
    padding: 12px;
    margin: 0 auto;
    margin-top: 60px;
    font-size: 12px;
    font-family: Pragmatica;
}

.page-top .share.top {
    display: none;
}

.name_opis:hover {
    background: #005CB8;
    color: #fff;
}

.name_opis a:hover {
    color: #fff;
}



.name_opis a {
    color: #fff;
}

/* Рзмер */
.catalog_detail .img_wrapper {
    width: 1398px;
}

.catalog_detail .right_info {
    width: 450px;
    margin-left: 24px;
}

.thumbs_wrapper {
    width: 20%;
}

.galary_box {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
    /* компенсация за отступы между элементами */
}

.galary_item {
    flex-basis: calc(33.33% - 24px);
    /* 33.33% ширины с учетом отступов */
    margin: 12px;
    /* половина отступа, чтобы получить 24px между элементами */
}

.galary_box_one {
    margin-bottom: 24px;
}

.galary_item img {
    max-width: 100%;
    height: auto;
    display: block;
}

.galary_box_one img {
    width: 100%;
    height: auto;
}


.slider_wrapper {
    flex: 1;
    max-width: 1082px;
}

.img_wrapper .item_slider .slides img {
    object-fit: cover;
}

.catalog_detail .item_main_info {
    display: flex;
}

.flexslider ul {
    display: none;
}

.catalog_detail ul,
ol {
    margin-top: 0;
    margin-bottom: 0px !important;
}

.catalog_detail .like_icons {
    display: none;
}

.catalog_detail .slides_block li {
    margin-bottom: 24px !important;
    margin-right: 0px !important;

}

.catalog_detail .slides_block li:first-child {
    display: none !important;
}

.item_slider {
    display: flex;
    align-items: flex-start;
}

.button-container {
    display: grid;
    grid-template-columns: calc(134px - 0px) calc(276px - 0px);
    grid-gap: 40px;

}

.cheaper_form {
    width: 100%;
    /* Чтобы блоки занимали всю доступную ширину внутри контейнера */
}

.CALLBACK-form {
    grid-column: 1;
    /* Первый блок будет находиться в первой колонке */
}

.TPK-form {
    grid-column: 2;
    /* Второй блок будет находиться во второй колонке */
}

.right_info .box {
    text-align: center;
}

.catalog_detail .item_slider .slides_block {
    height: auto !important;
    width: 256px;
    overflow: hidden;
    margin: 0px;
    display: grid;
    grid-auto-flow: row;
    width: 100% !important;
    margin-left: 0px !important;
}



.btn_s-s {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 64px;
}

.quantity_offer_block {
    display: flex;
    align-items: end;
}

.cl-f {
    color: #004E9E !important;
}

.quantity_offer_block .item-stock .icon.order {
    display: none;
}

section.page-top .line_block+h1 {
    display: none;
}

.item-decode-description .item-decode.over {
    background: #ffffff !important;
}

.text_konst .item-decode-description .item-decode {
    margin-bottom: 12px;
}

.app_block {
    display: flex;
    align-items: center;
    margin-bottom: 33px;
}

.offer_block_app {
    position: relative;
    top: -3px;
}

.margin_rig {
    margin-right: 80px;
}

.margin_left_mini {
    margin-left: 6px;
}

.box_center {
    text-align: center;
    max-width: 1226px;
    margin: 0 auto;
}

.margin {
    margin-bottom: 80px !important;
}

.fo_if::before {
    content: "";
    background-image: url(/images/add_shopping_cart.svg);
    width: 43px;
    height: 23px;
    display: inline-block;
    margin-right: 5px;
    background-size: cover;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

.fo_if_rub::before {
    content: "";
    background-image: url(/images/currency_ruble.svg    );
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-right: 5px;
    background-size: cover;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

.col-md-9 {
    width: 100% !important;
}

.footer_button {
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    background: #F5F5F5;
}

.jqmWindow,
.popup {
    width: 608px;
}

.pr_b {
    position: relative;
    top: 0px;
}

.b-cen span {
    color: #005CB8;
}


.price-ser:before {
    content: "";
    background-image: url(/images/query_stats.svg);
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-right: 12px;
    background-size: cover;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

.kyrse:before {
    content: "";
    background-image: url(/images/price_change.svg);
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-right: 12px;
    background-size: cover;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}
.nali:before {
    content: "";
    background-image: url(/images/align_justify_space.svg);
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-right: 12px;
    background-size: cover;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}
.nali {
    white-space: nowrap;
}

.gost:before {
    content: "";
    background-image: url(/images/verified.svg);
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-right: 12px;
    background-size: cover;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}






@media screen and (max-width: 760px) {
    .galary_item {
        flex-basis: calc(100% - 24px);
        /* Изменение ширины на 100% для отображения в одной строке */
    }
}

/* For screens up to 1600px */
@media (max-width: 1600px) {
    .catalog_detail .img_wrapper {
        width: 75%;
    }

    .catalog_detail .right_info {
        width: 35%;
    }
}

/* For screens up to 1440px */
@media (max-width: 1440px) {
    .catalog_detail .img_wrapper {
        width: 65%;
    }

    .catalog_detail .right_info {
        width: 35%;
    }
    .iheight {
        height: auto!important;
        margin-bottom: 15px;
    }

    .mm {
        margin-bottom: 15px;
    }
}









/* For screens up to 1024px */
@media (max-width: 1024px) {
    .catalog_detail .img_wrapper {
        width: 100%;
    }

    .catalog_detail .right_info {
        width: 100%;
    }

    .catalog_detail .item_main_info {
        display: block;
    }

    .iheight {
        height: auto !important;
        margin-bottom: 5px!important;
    }
}


@media (max-width: 769px) {
    .catalog_detail .item_main_info {
        display: block;
    }

    .catalog_detail .img_wrapper {
        width: 100%;
    }

    .catalog_detail .right_info {
        width: 100%;
    }

    .jqmWindow,
    .popup {
        width: auto;
    }
}

@media (max-width: 609px) {
    .app_block {
        margin-bottom: 0px;
    }

    .margin_rig {
        margin-top: 10px;
        margin-right: 0px;
    }

    .sheere {
        bottom: 30px !important;

    }
}







@media (max-width: 4890px) and (min-width: 1750px) {
    .item_slider:not(.flex) .slides li {
        width: 1082px !important;
    }

    .item_slider .slides {
        height: 1082px;
    }

    .catalog_detail .slides_block li1 {
        height: 292px !important;
        width: 292px !important;
    }
}

@media (max-width: 1750px) and (min-width: 1650px) {
    .item_slider:not(.flex) .slides li {
        width: 900px !important;
    }

    .item_slider .slides {
        height: 800px;
    }

    .catalog_detail .slides_block li1 {
        height: 200px !important;
        width: 200px !important;
    }
}

/*new*/
.spec-info_param {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px #ddd solid;
    gap: 10px;
}
.param_name {
    font-weight: 400;
    color: #5b5b5b;
    width: 300px;
    flex: none;
}
.param_delimiter {
    display: none;
}
.stores_block_wrap .stores_block:before {
    display: none !important;
}
.head-stores,
.stores_block_wrap .stores_block {
    padding: 10px 0;
    display: grid;
    grid-template-columns: 3fr 1fr 0.2fr;
    border-bottom: 1px #ddd solid;
}
body .stores_block_wrap .stores_block .stores_text_wrapp {
    padding: 0;
}
body .stores_block_wrap .stores_block.wo_image .item-stock {
    position: relative;
    top: 0;
    right: 0;
    float: none;
    padding: 0;
    min-width: initial;
}
.head-stores__item {
    font-size: 120%;
    font-weight: 500;
    color: #222;
}
.head-stores__item:first-child,
body .stores_block_wrap .stores_block .stores_text_wrapp {
    padding-left: 15px;
}
.right_info .font_body_h1.price_offers .cl-f {
    color: inherit !important;
}
.right_info .font_body_h1.price_offers {
    margin-bottom: 20px;
    display: block;
}
.right_info .iheight {
    height: auto !important;
}
.right_info .font_body_h1.price_offers .price-card-value {
    color: #808080 !important;
    font-family: Pragmatica, sans-serif;
    font-weight: 500;
    font-size: 30px;
}
body .catalog_detail .img_wrapper {
    width: 50%;
}
body .catalog_detail .right_info {
    width: 50%;
    margin-left: 0;
    padding-left: 24px;
}
.modal-block {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    display: none;
    overflow: hidden;
}
.modal-block .head-stores,
.modal-block .stores_block_wrap .stores_block {
    grid-template-columns: 2fr 1fr 0.4fr;
}
.link-modal-stores {
    font-size: 18px;
}
.documents__group-item {
	display: flex;
    margin-bottom: 10px;
	width: calc(50% - 10px);
	padding: 16px;
	border: 1px solid #EAECF0;
	border-radius: 12px;
}

.document__ext-icon {
	width: 40px;
	height: 40px;
	padding: 20px;
	margin-right: 12px;
}

.document__info-block {
	display: flex;
	align-items: center;
	width: 100%;
	min-width: 0;
}

.document__text-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}

.document__name {
	line-height: 20px;
	color: #344054;
	font-weight: 500;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.document__manufacturer-name {
	color: #667085;
	margin-top: 2px;
	line-height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.document__size {
	font-weight: 400;
	line-height: 20px;
	color: #475467;
}

.document__download {
    margin-left: auto;
}
.document__download-icon {
    width: 30px;
    height: 30px;
	margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.document__download-icon svg {
    width: 19px;
    height: auto;
}
.list-documents {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 769px) {
    .head-stores, .stores_block_wrap .stores_block {
        grid-template-columns: 3fr 1fr 0.6fr;
        gap: 7px;
    }
    .param_name {
        width: 180px;
    }
    body .tabs .tab-content {
    margin-top: 20px;
}
body .catalog_detail .img_wrapper {
    width: 100%;
}
body .catalog_detail .right_info {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
}
.list-documents {
    grid-template-columns: 1fr;
}
}

.show-more-btn {
    color: #004E9E;
    font-size: 17px;
    font-weight: 700;
    border-bottom: 1px #004E9E dashed;
    display: inline-block;
    margin: 20px 0;
    transition: all 0.3s;
    cursor: pointer;
}
.show-more-btn:hover {
	border-color: transparent;
}
body .img_wrapper .item_slider .slides img {
    left: 0 !important;
margin: 0 auto;
}
    body .item_slider:not(.flex) .slides li {
        width: 100% !important;
    }
.right_info .font_body.price_offers {
    margin-bottom: 20px;
    display: block;
}
.responsible.tabs-sale {
	bottom: 0;
}

.quantity_offer_block {
    flex-wrap: wrap;
}
.dropdown-stores {
	width: 100%;
display: none;
    margin: 15px 0;
    padding: 15px;
    border-radius: 11px;
    background: #f8f8f8;
}
.count-stores {
    width: 100%;
    margin-bottom: 15px;
    font-weight: 500;
    color: #000A14;
    font-size: 129%;
}
.dropdown-stores .stores_block_wrap .stores_block .item-stock,
.dropdown-stores .stores_block_wrap .stores_block .stores_text_wrapp {
	background: transparent;
}

