.crumbs {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 0 30px 0;
}

.crumbs p {
	color: #3F3F3F;
	font-size: 14px;
	line-height: 1.2em;
	margin: 0 5px 0 0;
}

.crumbs p a {
	text-decoration: none;
	color: #3F3F3F;
}

.card_page_flex {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
}

.sidebar {
	width: 254px;
	flex-shrink: 0;
	margin: 0 12px 0 0;
}

.sidebar_top {
	background: #F6F7FC;
	padding: 0;
	margin: 0 0 10px 0;
}

.sidebar_links {
	color: #3F3F3F;
	font-size: 14px;
	line-height: 1.2em;
	margin: 0;
	padding: 0 10px;
}

.sidebar_links a {
	color: #3F3F3F;
	text-decoration: none;
	border-bottom: 1px solid #E5E7ED;
	display: inline-block;
	padding: 10px 0;
}

.sidebar_links:last-child a {
	border: none;
}

.sidebar_links_head {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2em;
	background: #E5E7ED;
	padding: 10px 10px;
	margin: 0;
}

.sidebar_links span {
	display: block;
}

.card_page_flex_right {
	width: 83.5%;
}

.card_block1 {
	margin: 0 0 50px 0;
}

.card_block1_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.card_block1_flex_img {
	width: 39%;
}

.swiper_slider1 {
	width: 100%;
}

.swiper_slider_in {
	padding: 0 1px 0 0;
}

.swiper_slider_in a {
	display: block;
	overflow: hidden;
	border: 1px solid #E5E7ED;
}

.swiper_slider_in a img {
	display: block;
	width: 100%;
	height: 408px;
	object-fit: cover;
}

.swiper_slider_in span {
	display: block;
	overflow: hidden;
	border: 1px solid #E5E7ED;
}

.swiper_slider_in span img {
	display: block;
	width: 100%;
	height: 102px;
	object-fit: cover;
}

.swiper_slider1 {
	margin: 0 0 20px 0;
}

.swiper_slider2_parent {
	position: relative;
}

.swiper_slider2 {
	width: 83%;
	margin: 0 auto;
	z-index: 11;
}

.my_buttons {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 50%;
	margin: 0 0 -8px 0;
}

.my_button_prev,
.my_button_next {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #E5E7ED;
}

.my_button_prev svg,
.my_button_next svg {
	display: none;
}

.my_button_prev {
	background: url(../img/my_button_prev.svg) center no-repeat;
	left: 0;
}

.my_button_next {
	background: url(../img/my_button_next.svg) center no-repeat;
	right: 0;
}

.card_block1_flex_txt {
	width: 59.8%;
}

.card_block1_flex_txt_in1 {
	position: relative;
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
}

.card_block1_flex_txt_in1_name {
	color: #000;
	font-size: 25px;
	font-weight: 700;
	line-height: 1em;
	margin: 0 0 15px 0;
}

.card_block1_flex_txt_in1_btn {
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

.know_price {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 273px;
	height: 36px;
	background: #17417B;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.download_pdf {
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2em;
	text-transform: uppercase;
	background: url(../img/download_pdf.svg) 0px 1px no-repeat;
	padding: 5px 0 5px 30px;
	margin: 0;
}

.download_pdf a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

.card_block1_flex_txt_in1_icons {
	max-width: 388px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.card_block1_flex_txt_in1_icons_in_top {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background: #17417B;
	border-radius: 50%;
	margin: 0 auto 10px;
}

.card_block1_flex_txt_in1_icons_in p {
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2em;
	margin: 0;
	text-align: center;
}

.card_block1_flex_txt_in2 table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 10px 0;
}

.card_block1_flex_txt_in2 table th {
	width: 50%;
	background: #F6F7FC;
	border-top: 1px solid #E5E7ED;
	border-bottom: 1px solid #E5E7ED;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	padding: 9px 20px;
	text-align: left;
}

.card_block1_flex_txt_in2 table th:first-child {
	border-right: 1px solid #E5E7ED;
}

.card_block1_flex_txt_in2 table td {
	width: 50%;
	background: #fff;
	border-top: 1px solid #E5E7ED;
	border-bottom: 1px solid #E5E7ED;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	padding: 9px 20px;
	text-align: left;
}

.card_block1_flex_txt_in2 table td:first-child {
	border-right: 1px solid #E5E7ED;
}

.card_block1_flex_txt_in2_desc {
	padding: 0 20px 10px;
	border-bottom: 1px solid #E5E7ED;
}

.card_block1_flex_txt_in2_desc_in1 {
	color: #3F3F3F;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	margin: 0 0 10px 0;
}

.card_block1_flex_txt_in2_desc_in2 p {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}

.read_more {
	display: inline-block;
	color: #17417B;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4em;
	border-bottom: 1px solid #17417B;
	cursor: pointer;
}

.card_block1_flex_txt_in2_desc_in2_hiden {
	display: none;
}

.card_block1_top {
	margin: 0 0 50px 0;
}

.card_block1_bottom {
	background: #F6F7FC;
	padding: 30px 0 30px 50px;
}

.card_block1_bottom_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.card_block1_bottom_flex_left p {
	color: #3F3F3F;
	font-size: 16px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1em;
	margin: 0 0 10px 0;
	cursor: pointer;
}

.card_block1_bottom_flex_left p.clicked {
	font-weight: 700;
	color: #17417B;
}

.card_block1_bottom_flex_left p span {
	border-bottom: 1px solid #3F3F3F;
}

.card_block1_bottom_flex_left p.clicked span {
	font-weight: 700;
	border-bottom: 1px solid #17417B;
}

.card_block1_bottom_flex_right {
	width: 61%;
}

.card_block1_bottom_flex_right_show {
	display: none;
}

.card_block1_bottom_flex_right_show table {
	width: 100%;
	border-collapse: collapse;
}

.card_block1_bottom_flex_right_show table td {
	width: 50%;
	background: transparent;
	border-top: 1px solid #E5E7ED;
	border-bottom: 1px solid #E5E7ED;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	padding: 9px 20px;
	text-align: left;
}

.card_block1_bottom_flex_right_show table td:first-child {
	border-right: 1px solid #E5E7ED;
}

.small_heading {
	color: #000;
	font-size: 25px;
	font-weight: 700;
	line-height: 100%;
	margin: 0 0 20px 0;
}

.card_block2 {
	margin: 0 0 50px 0;
}

.card_block2_chose {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 0 20px 0;
}

.card_block2_chose p {
	font-family: "Inter", sans-serif;
	color: #3F3F3F;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0 20px 0 0;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}

.card_block2_chose p.showed {
	color: #17417B;
	border-color: #17417B;
}

.card_block2_content {
	max-width: 1000px;
	width: 100%;
}

.card_block2_content_show {
	display: none;
}

.card_block2_content_show table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 10px;
}

.card_block2_content_show table td {
	border-top: 1px solid #E5E7ED;
	border-bottom: 1px solid #E5E7ED;
	padding: 10px 10px;
	vertical-align: middle;
}

.card_block2_content_show table td:first-child {
	border-left: 1px solid #E5E7ED;
}

.card_block2_content_show table td:last-child {
	border-right: 1px solid #E5E7ED;
}

.card_block2_content_show table tr:hover td {
	background: #F6F7FC;
}

.card_block2_content_show table td img {
	display: block;
	width: 80px;
	height: auto;
}

.card_block2_content_show table td p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0;
}

.table_txt1 p {
	max-width: 233px;
}

.table_txt4 p {
	max-width: 140px;
	padding: 0 0 0 0;
}

.card_block3 {
	margin: 0 0 100px 0;
}

.card_block3_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.card_block3_flex_in {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
}


.sidebar_toggle_btn {
	display: none;
	background: #111;
	color: #fff;
	padding: 10px 14px;
	cursor: pointer;
	margin-bottom: 15px;
	width: fit-content;
}

.sidebar_overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 998;
}

.swiper-pagination {
	bottom: 10px !important;
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #EDEDED;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #D9D9D9;
}

.card_block1_flex_img .card_block1_flex_txt_in1_name {
	display: none;
}

.card_block1_bottom_flex_right2 {
	padding-right: 50px;
}

.down_docs {
	display: block;
	border: 1px solid #E5E7ED;
	padding: 7px 20px;
	font-size: 16px;
	color: #000;
	text-decoration: none;

}

.down_docs_ic {
	width: 26px;
	display: inline-block;
	margin: 0 14px 0 0;
	vertical-align: middle;
}

.down_docs_ic img {
	display: inline-block;
	width: 100%;
	height: auto;
}

.down_docs span {
	display: inline-block;
	border-bottom: 1px solid #000;
}

.card_block1_bottom2 {
	margin: 0 0 50px 0;
}

.card_block1_bottom_new table {
	width: 100%;
}

.card_block1_bottom_new th {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 18px 9px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: 400;
}

th.table_iner1 {
	padding: 18px 9px 0 9px;
	border-bottom: none;
}

th.table_iner2 {
	padding: 0 9px 18px 9px;
	border-top: none;
}

.card_block1_bottom_new th p {
	color: #000;
	text-align: center;
	line-height: 1.2em;
	margin: 0;
}

.card_block1_bottom_new th p::after {
	content: "";
	display: inline-block;
	background: url(../img/arr_down.svg) center no-repeat;
	width: 8px;
	height: 8px;
	margin: 0 0 0 4px;
}

.card_block1_bottom_new td {
	border-bottom: 1px solid #E5E7ED;
	font-size: 14px;
	padding: 10px 20px;
	text-align: center;
	vertical-align: middle;
}

.card_block1_bottom_new td span {
	border-bottom: 1px solid #000;
}

.card_block1_bottom_new td:nth-child(1) p {
	max-width: 42px;
}

.card_block1_bottom_new td:nth-child(2) p {
	max-width: 78px;
}

.card_block1_bottom_new tr:hover td {
	background: #F6F7FC;
}

.ques {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #17417B;
	color: #17417B;
	font-size: 14px;
	text-decoration: none;
}

.card_block5 .main_ban_in_flex_left_btn {
	display: none;
}

.card_block5 .block4_flex_in {
	min-height: 436px;
}

.card_block5 .block4_flex_in_txt2_in2 {
	min-height: auto;
}

.card_block5 .block4_flex_in_txt1_left p {
	font-size: 45px;
}

.my_swipe_slide_iner {
	position: relative;
}

.my_swipe_slide_iner_img {
	position: relative;
	margin: 0 0 20px 0;
	border: 1px solid #E5E7ED;
}

.my_swipe_slide_iner_img img {
	display: block;
	width: 100%;
	height: 254px;
	object-fit: cover;
}

.my_swipe_slide_iner_img .my_swipe_slide_iner_img_btn {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 10px 10px;

}

.my_swipe_slide_iner_img_btn .know_price {
	width: 100%;
	margin: 0;
}

.my_swipe_slide_iner_txt p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0;
}

.card_block4 {
	margin: 0 0 100px 0;
	position: relative;
}

.card_block4_iner {
	width: 1500px;
	overflow: hidden;
	position: relative;
}

.my_swipe_slide {
	width: 100%;
}

.my_swipe_slide .swiper-slide {
	margin-right: 20px !important;
}

.card_block4_iner_btns {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
}

.swiper-button-disabled {
	opacity: 0.5 !important;
}

.my_swipe_slide_iner>a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

/* ===diler=== */
.diler_ban {
	background: url(../img/diler_ban_img.png)0 0 no-repeat;

/* ===== ДОБАВЛЕНО: блоки 2-8 этапа A (базовое оформление, доводка позже) ===== */
.gofro-card .card_block_title {
    font-size: 24px;
    font-weight: 700;
    color: #1a3a6b;
    margin: 40px 0 20px 0;
}
.gofro-card .card_block2_table table,
.gofro-card .card_block5_text table {
    width: 100%;
    border-collapse: collapse;
}
.gofro-card .card_block2_table td {
    padding: 12px 16px;
    border-bottom: 1px solid #e5e9f0;
    font-size: 15px;
    vertical-align: top;
}
.gofro-card .card_block2_table tr td:first-child {
    color: #6b7785;
    width: 45%;
}
.gofro-card .card_block2_table tr td:last-child {
    color: #1a2230;
    font-weight: 500;
}
/* Файлы (3D, документы) */
.gofro-card .card_block3_files,
.gofro-card .card_block4_files {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.gofro-card .card_file_item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 20px 16px 50px;
    border: 1px solid #e5e9f0;
    border-radius: 8px;
    min-width: 220px;
    position: relative;
    text-decoration: none;
    transition: box-shadow .2s;
    background: #fff;
}
.gofro-card .card_file_item:hover {
    box-shadow: 0 4px 16px rgba(26,58,107,.12);
}
.gofro-card .card_file_ext {
    position: absolute;
    left: 14px;
    top: 16px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: #d23b3b;
    padding: 2px 6px;
    border-radius: 3px;
}
.gofro-card .card_file_name {
    font-size: 14px;
    color: #1a2230;
    font-weight: 500;
}
.gofro-card .card_file_size {
    font-size: 12px;
    color: #8a94a3;
}
/* Описание */
.gofro-card .card_block5_text {
    font-size: 15px;
    line-height: 1.7;
    color: #2a3340;
}
.gofro-card .card_block5_text p { margin: 0 0 14px 0; }
/* Совместимые изделия */
.gofro-card .card_block6_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
}
.gofro-card .card_block6_item {
    border: 1px solid #e5e9f0;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.gofro-card .card_block6_item_img {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gofro-card .card_block6_item_img img {
    max-height: 140px;
    max-width: 100%;
    object-fit: contain;
}
.gofro-card .cb6_row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 13px;
    margin: 0 0 6px 0;
    padding-bottom: 6px;
    border-bottom: 1px solid #f0f2f6;
}
.gofro-card .cb6_row span { color: #8a94a3; }
.gofro-card .cb6_row b { color: #1a2230; font-weight: 600; text-align: right; }
.gofro-card .cb6_btn {
    margin-top: auto;
    display: block;
    text-align: center;
    background: #1a3a6b;
    color: #fff;
    padding: 12px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}
.gofro-card .cb6_btn:hover { background: #142d54; }
.gofro-card .card_block7_dealers { padding: 20px 0; }

/* ===== ДОВОДКА: иконки SECTION_ICONS + раскладка первого блока (важные переопределения) ===== */
.gofro-card .card_block1_flex_txt_in1_icons {
    max-width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 18px !important;
    justify-content: flex-start !important;
    margin: 0 0 20px 0 !important;
}
.gofro-card .card_block1_flex_txt_in1_icons_in {
    width: 92px !important;
    text-align: center;
}
.gofro-card .card_block1_flex_txt_in1_icons_in_top {
    width: 64px !important;
    height: 64px !important;
    background: transparent !important;
    border-radius: 0 !important;
    margin: 0 auto 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.gofro-card .card_block1_flex_txt_in1_icons_in_top img {
    max-width: 64px !important;
    max-height: 64px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}
.gofro-card .card_block1_flex_txt_in1_icons_in p {
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.25em !important;
    color: #17417B !important;
    margin: 0 !important;
    text-align: center !important;
}
.gofro-card .card_block1_flex_txt_in1 {
    position: relative !important;
    padding-top: 0 !important;
}
.gofro-card .card_block1_flex_txt_in1_name {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.15em !important;
    color: #000 !important;
    margin: 0 290px 18px 0 !important;
}
.gofro-card .card_block1_flex_txt_in1_btn {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    text-align: right;
}
.gofro-card .card_block1_flex_txt_in1_btn .know_price {
    width: 273px !important;
    background: #17417B !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 14px 16px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}
.gofro-card .card_block1_flex_img .card_name_mobile {
    display: none !important;
}

.gofro-card .card_block1_flex_txt_in1_icons_in_top img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
