

/* Start:/local/templates/ctf-new/components/bitrix/catalog/.default/style.css?16448583483265*/
.catalog-title {
    font-family: BebasNeue;
    font-size: 32px;
    font-weight: bold;
    line-height: normal;
    text-align: left;
    color: #333f48;
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc;
    height: auto;
	margin-top: 35px;
	margin-bottom: 0;
    padding-bottom: 20px;
}
.catalog-title a {
    text-decoration: none;
    color: #333f48;

}
.catalog-title a:hover {
    text-decoration: none;
    color: #333f48;

}

.catalog-left-menu .catalog-left-menu ul {
    display: block;
    padding-bottom: 16px;
}

.catalog-left-menu  ul {
    list-style: none;
}

.catalog-left-menu .bx_sitemap_ul>li {
	border-bottom: 1px solid #dcdcdc;
}




.catalog-left-menu .bx_sitemap_ul>li>ul {
	display: none;
}

.catalog-left-menu .bx_sitemap_ul > .accordion-title::before {
		content: "\F140";
		display: inline-block;
		font: normal normal normal 24px/1 "Material Design Icons";
		font-size: inherit;
		text-rendering: auto;
		line-height: inherit;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
        float: right;
        right: 0;
		top: 18px;
		font-size: 25px;
		transform: rotate(90deg);
		transition: 0.5s;
}

.catalog-left-menu .bx_sitemap_ul > .accordion-title.active::before {

	transform: rotate(0);
	transition: 0.5s;
}

.catalog-left-menu .accordion-title.active>ul {
	display: block;
}

.catalog-left-menu .bx_sitemap_ul {
	margin-bottom: 0;
}

.catalog-left-menu  .bx_sitemap .bx_sitemap_li_title {
    margin-bottom: 0px;
}

.bx_sitemap .bx_sitemap_li_title a {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: initial;
    letter-spacing: normal;
    text-align: left;
    color: #333f48;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: Roboto,Arial;
    
}

.bx_sitemap > .bx_sitemap_ul > .accordion-title > .bx_sitemap_li_title a {
    font-family: Roboto,Arial;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: initial;
    letter-spacing: normal;
    text-align: left;
    color: #333f48;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 10px;
}


.catalog-left-menu .bx_sitemap { margin-bottom: 10px; }

.bx_sitemap .bx_sitemap_ul li {
    position: relative;
}

.breadcrumbs-catalog {
    display: none;
    margin-top: 40px;
    font-family: Roboto,Arial;
}
.header-white__menu {
    text-align: center;
    height: 90px;
    margin-bottom: inherit;
}
.header-white__menu li a {
    color:#333f48;
}
.header-white__menu li:hover a {
    color:#333f48;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    border-bottom: none;
}

a {
    color: #1c1a33;
    border-bottom: none;
    text-decoration: none;
}

body .bx-blue .btn.btn-default {
    background-color:  #1c1a33;
    border-color:  #1c1a33;
    border-radius: 0;
}

body .bx-blue .btn.btn-default:hover {
    background-color:  #1c1a33;
    border-color:  #1c1a33;
}

.category-list {
    margin-top: 30px;
}

body a:focus {
	text-decoration: none;
}

a:hover, a:focus {
    color: #333f48;
}

.agreement  {
    display: flex;
}

.agreement .label {
    color: #333f48;
    word-break: break-all;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

/* End */


/* Start:/local/templates/ctf-new/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?175313826411103*/
main .catalog-item {
	margin-top: 0px;
}

.catalog-left-menu {
	font-family: Roboto, Arial;
}

@media screen and (max-width: 1024px) {
	.catalog-left-menu {
		display: none;
		position: fixed;
		top: 65px;
		left: 0;
		z-index: 9;
		width: 100% !important;
		margin: 0 !important;
		padding-left: 30px;
		padding-right: 20px;
		box-sizing: border-box;
		height: calc(100vh - 65px);
		overflow: scroll;
		background-color: #fff;
	}
}

.catalog-left-menu__close {
	position: absolute;
	top: 20px;
	right: 25px;
}

.catalog-left-menu__close .mdi {
	font-size: 25px;
	color: #003bc0;
}

.catalog-left-menu__brands {
	width: 100%;
	height: 90px;
	background-color: #003bc0;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	margin-top: 40px;
	font-size: 20px;
}

.catalog-left-menu__brands:hover {
	background-color: #1451db;
}

.catalog-left-menu__brands .mdi {
	font-size: 24px;
}

.catalog-left-menu__selected {
	display: none;
}

@media screen and (max-width: 1024px) {
	.catalog-left-menu__selected {
		display: block;
		position: relative;
		width: calc(100% - 50px);
		padding-left: 10px;
		margin: 25px;
		box-sizing: border-box;
		line-height: 60px;
		border-radius: 5px;
		border: solid 2px #1451db;
		height: 60px;
		font-family: Roboto, Arial;
		font-size: 20px;
		color: #003bc0;
	}
}

.catalog-left-menu__selected:before {
	content: "\F140";
	display: block;
	position: absolute;
	top: 0;
	right: 7px;
	font: normal normal normal 24px/1 "Material Design Icons";
	font-size: inherit;
	text-rendering: auto;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.catalog-left-menu-block {
	display: block;
}

.catalog-left-menu h3 {
	margin-top: 24px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	color: #003bc0;
}

@media screen and (max-width: 1024px) {
	.catalog-left-menu h3 {
		padding-bottom: 16px;
	}
}

.catalog-left-menu h3 a {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	color: #003bc0;
}

.catalog-left-menu-item {
	padding-top: 8px;
	padding-bottom: 8px;
	list-style: none;
}

@media screen and (max-width: 1024px) {
	.catalog-left-menu-item {
		padding-top: 12px;
		padding-bottom: 12px;
		border-top: 1px solid #ccc;
	}
}

.catalog-left-menu-item a {
	font-size: 14px;
	line-height: 1.3;
	color: #4a4a4a;
}

.catalog-left-menu-item a:hover {
	color: #003bc0;
}

.catalog-left-menu-item__hide {
	display: none;
}

@media screen and (max-width: 1024px) {
	.catalog-left-menu-item__hide {
		display: block;
	}
}

.catalog-left-menu-item__show-all {
	background-color: transparent;
	position: relative;
	border: none;
	font-size: 14px;
	line-height: 1.2;
	color: #4a4a4a;
	padding-left: 0;
	margin-top: 8px;
	cursor: pointer;
}

.catalog-left-menu-item__show-all:hover {
	color: #003bc0;
}

.catalog-left-menu-item__show-all:before {
	position: absolute;
	content: '';
	display: block;
	top: -5px;
	height: 2px;
	width: 10px;
	background-color: #003bc0;
}

@media screen and (max-width: 1024px) {
	.catalog-left-menu-item__show-all {
		display: none;
	}
}

.catalog-left-menu-item__hide-all {
	position: relative;
	display: none;
	background-color: transparent;
	border: none;
	font-size: 14px;
	margin-top: 8px;
	padding-left: 0;
	cursor: pointer;
}

.catalog-left-menu-item__hide-all:hover {
	color: #003bc0;
}

.catalog-left-menu-item__hide-all:before {
	position: absolute;
	content: '';
	display: block;
	top: -5px;
	height: 2px;
	width: 10px;
	background-color: #003bc0;
}

.catalog-item {
	margin-top: 50px;
}

.catalog-item-header {
	position: relative;
	font-size: 28px;
	color: #333f48;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 25px;
}

.catalog-item-breadcrumbs {
	color: #333f48;
}

.catalog-item-breadcrumbs .mdi-chevron-right {
	font-size: 20px;
}

.catalog-item-breadcrumbs a {
	font-size: 16px;
}

.catalog-item h3 {
	font-size: 20px;
	font-weight: 600;
	color: #333f48;
	margin-bottom: 16px;
	font-family: Roboto, Arial;
	line-height: 1.38;
}

.catalog-item-gallery-big__img {
	background-color: #f6f6f6;
	min-width: 300px;
	max-height: 500px;
	padding: 20px;
}

.catalog-item-gallery-big__img img {
	max-width: 100%;
	max-height: 100%;
}

.catalog-item-gallery-small__img {
	background-color: #f6f6f6;
	cursor: pointer;
	padding: 5px;
	border: 2px solid transparent;
}

.catalog-item-gallery-small__img:hover {
	border: 2px solid #4cc1e0;
}

.catalog-item-gallery-small__img img {
	max-width: 100%;
	max-height: 150px;
}

.catalog-item-gallery-small__img-selected {
	border: 2px solid #4cc1e0;
}

.catalog-item-description {
	font-family: Roboto, Arial;
	font-size: 16px;
	line-height: 1.38;
	color: #4a4a4a;
}

.catalog-item-description-more {
	margin-top: 25px;
	margin-bottom: 25px;
}

.catalog-item-description-more a {
	cursor: pointer;
	font-size: 16px;
	border-bottom: 1px solid #333f48;
}

.catalog-item-description-detail {
	display: none;
	font-size: 16px;
	margin-top: 30px;
}

.catalog-item-description-all {
	cursor: pointer;
	min-width: 200px;
	font-size: 16px;
	color: #333f48;
	font-weight: 600;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-right: 16px;
	border-bottom: 2px solid #333f48;
}

.catalog-item-description-order {
	cursor: pointer;
	min-width: 200px;
	font-weight: 500;
	padding-bottom: 16px;
	padding-top: 16px;
	text-align: center;
	color: #fff;
	background-color: #1c1a33;
}

.catalog-item-description p {
	margin-bottom: 30px;
}

.catalog-item-description ul {
	padding-left: 24px;
	margin-bottom: 30px;
}

.catalog-item-description ul li {
	list-style: none;
	font-weight: 500;
	position: relative;
}

.catalog-item-description ul li:before {
	display: block;
	content: "\F09DF";
	position: absolute;
	left: -30px;
	top: -7px;
	font-family: "Material Design Icons";
	font-size: 24px;
	text-rendering: auto;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.catalog-item-description .column {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

@media screen and (max-width: 839px) {
	.catalog-item-description .column {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
}

.catalog-item-wrap-detail {
	position: fixed;
	top: 0;
	right: -100%;
	height: 100vh;
	z-index: 99999;
	font-family: Roboto, Arial;
	background-color: #1c1a33;
	color: #fff !important;
	line-height: 1.38;
	padding-top: 50px;
	padding-right: 70px;
	padding-left: 70px;
	overflow-y: scroll;
	-ms-overflow-style: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.catalog-item-wrap-detail::-webkit-scrollbar {
	width: 0;
}

@media screen and (min-width: 839px) {
	.catalog-item-wrap-detail {
		padding-right: 16px;
		padding-left: 16px;
	}
}

@media screen and (min-width: 1024px) {
	.catalog-item-wrap-detail {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (max-width: 1024px) {
	.catalog-item-wrap-detail {
		padding-right: 40px;
		padding-left: 40px;
	}
}

@media screen and (min-width: 1200px) {
	.catalog-item-wrap-detail {
		padding-right: 70px;
		padding-left: 70px;
	}
}

.catalog-item-wrap-detail-active {
	right: 0;
}

.catalog-item-wrap-detail-shadow {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	z-index: 99999;
	background-color: #2759c9;
	opacity: 0.2;
}

.catalog-item-wrap-detail-close {
	position: absolute;
	cursor: pointer;
	top: 30px;
	right: 45px;
	font-size: 26px;
	color: #fff;
}

@media screen and (min-width: 839px) {
	.catalog-item-wrap-detail-close {
		top: 20px;
		right: 20px;
	}
}

.catalog-item-wrap-detail h3 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 16px;
	font-family: Roboto, Arial;
	line-height: 1.38;
}

.catalog-item-wrap-detail p {
	margin-bottom: 30px;
}

.catalog-item-wrap-detail ul {
	padding-left: 24px;
	margin-bottom: 30px;
}

.catalog-item-wrap-detail ul li {
	list-style: none;
	font-weight: 500;
	position: relative;
}

.catalog-item-wrap-detail ul li:before {
	display: block;
	content: "\F09DF";
	position: absolute;
	left: -30px;
	top: -7px;
	font-family: "Material Design Icons";
	font-size: 24px;
	text-rendering: auto;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.catalog-item-wrap-detail-header {
	position: relative;
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 50px;
	margin-top: 25px;
}

.catalog-item-wrap-detail-description {
	color: #fff;
}

@media screen and (min-width: 1024px) {
	.catalog-item-wrap-detail {
		width: 60%;
	}
}

@media screen and (max-width: 1024px) {
	.catalog-item-wrap-detail {
		width: 100%;
	}
}

@media screen and (min-width: 1200px) {
	.catalog-item-wrap-detail {
		width: 40%;
	}
}

.catalog-item-param-list {
	width: 100%;
	margin-top: 40px;
}

.catalog-item-param-item {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
}

.catalog-item-param-item .row-line-spacer {
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}

.catalog-item-param-item .row-line-spacer:before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	width: 100%;
	height: 0px;
	border: 1px dotted #fff;
	opacity: 0.5;
}

.catalog-item-param-item__name {
	font-family: Roboto;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.43;
	color: #fff;
}

.catalog-item-param-item__value {
	font-family: Roboto;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: right;
	color: #fff;
}

.other-category-list-item {
	background-color: #003bc0;
}

.other-category-list-item__img {
	margin-top: 10px;
	height: 270px;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

.other-category-list-item__label {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 70px;
	font-weight: bold;
}

.other-category-list-item:hover .other-category-list-item__img {
	opacity: 0.8;
}

.prop-additional-files a span {
	text-decoration: underline;
}

.prop-additional-files a i {
	font-size: 2.2rem;
}

.page-welding-equipment .catalog-item-description-detail table td {
	border: 1px solid black;
	padding: 3px 5px;
}

.page-welding-equipment .catalog-additional-info table td {
	border: 1px solid black;
	padding: 3px 5px;
}

.page-welding-equipment .catalog-item-wrap-detail .prop-additional-files a {
	color: white;
}

.page-welding-equipment .catalog-item-wrap-detail-description table td {
	border: 1px solid white;
	padding: 3px 5px;
}

.page-welding-equipment .catalog-item-wrap-detail-header {
	font-size: 2rem;
	width: 100%;
}

.page-welding-equipment .catalog-item-header {
	/* font-size: 2rem; */
	/* width: 100%; */
}

.page-welding-equipment .catalog-item-param-item__right-block .catalog-item-param-item:last-child {
	margin-bottom: 2rem;
}
/* End */


/* Start:/local/templates/ctf-new/components/bitrix/catalog/.default/bitrix/catalog.element/.default/themes/blue/style.min.css?1644858348902*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-selected-scu,.bx-blue .product-item-detail-slider-controls-image:hover,.bx-blue .product-item-detail-slider-controls-image.active{outline-color:#006cc0}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .product-item-detail-slider-progress-bar{background-color:#006cc0}
/* End */
/* /local/templates/ctf-new/components/bitrix/catalog/.default/style.css?16448583483265 */
/* /local/templates/ctf-new/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?175313826411103 */
/* /local/templates/ctf-new/components/bitrix/catalog/.default/bitrix/catalog.element/.default/themes/blue/style.min.css?1644858348902 */
