

/* Start:/local/templates/main-new/components/bitrix/news/catalog/catalog.css?17477309101058*/
.product-catalog {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    grid-gap: 12px;
}
.catalog-head {
    display: flex;
    min-height: 160px;
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: center
}
.catalog-head span {
    position: relative;
    line-height: 24px;
    padding: 30px 0 0 0
}
.catalog-head span:before {
    position: absolute;
    display: block;
    content: "";
    width: 90px;
    height: 4px;
    background: #b12424;
    top: 0;
    left: 0
}


.product-catalog-list {
	position:relative;
}
.product-catalog .modern-page-navigation {
    width: 100%;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}


@media (max-width: 1199.98px) {}
@media (max-width: 991.98px) {
    .catalog-head {
        background: rgba(0, 0, 0, 0.7);
    }
    .product-catalog {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        grid-gap: 12px;
    }
}
@media (max-width: 767.98px) {}
@media (max-width: 575.98px) {}
/* End */


/* Start:/local/templates/main-new/components/bitrix/catalog.section.list/catalog-sections/style.css?17477315071482*/
.catalog-section {
	position: relative;
}
.catalog-section__link {
	background: #fff;
	border: 1px solid #cecece;
	color: black;
	padding: 15px 10px;
	-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;transition: 0.3s all;
}
.catalog-section__link:hover {
	background: #f5f5f5;
}
.catalog-section__image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	margin-right: 10px;
}
.catalog-section .catalog-section__children {
	background-color: white;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	display: none;
	flex-wrap: wrap;
	left: 100%;
	padding: 30px 40px;
	position: absolute;
	top: 0;
	z-index: 1;
	white-space: nowrap;
	flex-direction:column;
}
.catalog-section .catalog-section__children > div:last-child {
	margin-bottom: 0;
}
.catalog-section:hover .catalog-section__children {
	display: flex;
}
@media (max-width: 1199.98px) {}
@media (max-width: 991.98px) {
	.catalog-section.active {
		border: 1px solid #cecece;
	}
	.catalog-section.active .catalog-section__link {
		border: none;
		border-bottom: 1px solid #cecece;
	}
	.catalog-section__children .link {
		color: #777;
	}
	.catalog-section__children .link.active {
		color: #b12424;
	}
	.catalog-section.active .catalog-section__children {
		display: flex;
		position: static;
		box-shadow: none;
		padding: 10px 40px 10px 46px;
	}
}
@media (max-width: 767.98px) {}
@media (max-width: 575.98px) {}
/* End */


/* Start:/local/templates/main-new/components/bitrix/catalog.section.list/catalog-tabs/style.css?17503246712003*/
.catalog-tabs {
	position: relative;
	justify-content: center;
	/*border-top:2px solid #eee;*/
}
.catalog-tab {
pointer-events: auto;
  position: relative;
  cursor: pointer;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(245,245,245,var(--tw-border-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
	display:flex;
	width:25%;
	justify-content:center;
}
.catalog-tab .catalog-tab__link {
	color:black;
	border-bottom-width: 2px;
	  --tw-border-opacity: 1;
	  border-color: black;/*#cecece*/
	  padding-left: .625rem;
	  padding-right: .625rem;
	  padding-bottom: .25rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
	text-transform:uppercase;
	border:0 solid black;

}
.catalog-tab:not(:last-child) .catalog-tab__link::after {
  content: "";
  position: absolute;
  right: 0;
  top: .875rem;
  display: block;
  height: 2.5rem;
  width: .125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(210,210,210);
}
.catalog-tab .catalog-tab__link:hover {
	background: #f5f5f5;
}

.catalog-tab.active {
}
.catalog-tab.active .catalog-tab__link {
border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0,0,0);
  padding-left: .625rem;
  padding-right: .625rem;
  padding-bottom: .25rem;
  font-weight: 700;
}


.catalog-tab:hover:before {
	content:'';
	position: absolute;
	left:10px;
	top: .875rem;
	right:10px;
	height: 2.5rem;
	background: #f5f5f5;
	z-index:-1;
}


@media (max-width: 1199.98px) {}
@media (max-width: 991.98px) {
	/*.catalog-tab.active {
		border: 1px solid #cecece;
	}
	.catalog-tab.active .catalog-tab__link {
		border: none;
		border-bottom: 1px solid #cecece;
	}*/
}
@media (max-width: 767.98px) {
	.catalog-tabs {
		flex-direction:column;
	}
	.catalog-tab {
		width:100%;
	}
	.catalog-tab:not(:last-child) .catalog-tab__link::after {
	        left: 0;
	        top: auto;
		bottom:0;
	        height: 2px;
	        width: 100%;
	}
}
@media (max-width: 575.98px) {
}
/* End */


/* Start:/local/templates/main-new/components/bitrix/system.pagenavigation/modern/style.css?1683296251653*/
div.modern-page-navigation {
	padding: 0.5em 0;}
div.modern-page-navigation a,
span.modern-page-current,
span.modern-page-dots
{
	text-decoration: none;
	line-height: 35px;
	color: #000;
	display: inline-block;
	height: 35px;
	text-align: center;
	width: 35px;
	border-radius: 100%;
	-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;transition: 0.3s all;
}

div.modern-page-navigation a:hover {
	background: #ebe9eb;
	color: #8a7e88;
}
span.modern-page-current {
	background: #b12424;
	border-radius: 100%;
	color: white;
	display: inline-block;
	height: 35px;
	text-align: center;
	width: 35px;
}

/* End */


/* Start:/local/templates/main-new/components/bitrix/news/catalog/bitrix/news.list/.default/style.css?1774879843189*/
.product {
    border: 1px solid #cecece;
    height: 100%;
    padding: 20px;

    display: flex;
    flex-direction: column;
    gap: 32px;

    .btn {
        margin-top: auto;
    }
}


/* End */


/* Start:/local/include/catalog/custom.css?171310998819633*/
.woocommerce ul.products li.product ._product {
	padding: 15px 25px;
}
@media (max-width: 768px){
	
.woocommerce .product-catalog-sidebar .product-categories .cat-item .children li {
    display: block;
}
.woocommerce .product-catalog-sidebar .product-categories .cat-item:hover .children {
    display: block;
}
.pers_n {
	margin-top: 0;
	position: unset;
	color: #8B8B8B;
	font-size: 12px;
}
}
.entry-content h2 {
	padding: 20px 0 40px 0;
}
.entry-content ul {
	padding: 15px 0 25px 25px;
}
.entry-content ul li {
	list-style-type: disc;
	font-size: 14px;
}
@media (max-width: 768px){
	.entry-content {
		width: 90%;
	}
	.entry-content img {
		width: 95%;
		height: auto;
	}
	.entry-content h2 {
		padding: 10px 0;
	}
	.entry-content ul li {
		width: 90%;
	}
}
.pers {
	padding-bottom: 60px;
}
.pers_n {
	margin-top: 70px;
	position: absolute;
	color: #8B8B8B;
	font-size: 12px;
}
.pers div {
	padding: 0 0 15px 0;
}
.pers strong {
	font-weight: bold;
}
.grecaptcha-badge {visibility: hidden;}
*
{
	margin: 0;
	padding: 0;
}
#custom p
{
	color: #000;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 0 !important;
}
#custom .flex
{
	display: flex;
	display: -ms-flexbox;
}
#custom .flex.sb
{
	justify-content: space-between;
	ms-flex-pack: justify;
	webkit-box-pack: justify;
}
#custom .flex.center
{
	align-items: center;
	ms-flex-align: center;
	webkit-box-align: center;
}
#custom .text-block
{
	display: block;
}
#custom .container_n
{
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 15px;
	webkit-box-sizing: border-box;
	width: 100%;
}
#custom .hform 
{
	padding: 80px 0 0 0;
}
#custom a
{
	text-decoration: none;
}
#custom button,#custom input,#custom textarea
{
	outline: none;
}
#custom button
{
	background: transparent;
	border: none;
	cursor: pointer;
}
#custom ul
{
	list-style: none;
}
#custom .grey
{
	background: #F6F6F8;
}
#custom h2
{
	font-size: 36px;
	font-weight: 800;
}
#custom .h3
{
	font-size: 21px;
	font-weight: 800;
	padding-bottom: 0 !important;
	line-height: 22px !important;
}
#custom .section-title h2
{
	font-size: 32px;
	line-height: 40px;
	font-weight: 800;
	text-align: center;
}
#custom .section-title p
{
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
#custom .btn-more
{
	align-items: center;
	ms-flex-align: center;
	webkit-box-align: center;
}
#custom .btn-more span
{
	border-bottom: 1px dashed #B12424;
	color: #B12424;
	font-size: 14px;
	font-weight: 700;
	margin-left: 11px;
}
#custom .btn-red
{
	background: #DC0606;
	border-radius: 10px;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	o-transition: 0.3s;
	text-align: center;
	transition: 0.3s;
	webkit-box-sizing: border-box;
	webkit-transition: 0.3s;
	width: 250px;
}
#custom .btn-red:hover
{
	background: #f93535;
	o-transition: 0.3s;
	transition: 0.3s;
	webkit-transition: 0.3s;
}
#custom .questions-block
{
	box-sizing: border-box;
	padding: 0 50px;
	webkit-box-sizing: border-box;
}
#custom .questions-item
{
	border: 1px solid #E1E1E1;
	box-sizing: border-box;
	padding: 0 45px;
	webkit-box-sizing: border-box;
}
#custom .questions-item-title
{
	align-items: center;
	cursor: pointer;
	display: flex;
	display: -ms-flexbox;
	height: 80px;
	justify-content: space-between;
	ms-flex-align: center;
	ms-flex-pack: justify;
	webkit-box-align: center;
	webkit-box-pack: justify;
}
#custom .questions-item-title:after
{
	background: url("/local/include/catalog/../img/arr-bottom.png") center no-repeat;
	content: '';
	height: 12px;
	min-width: 18px;
	width: 18px;
}
#custom .questions-item-title p
{
	font-size: 20px;
}
#custom .questions-item-text
{
	display: none;
	padding: 0 0 20px 0;
}
#custom .questions-item-text p
{
	font-size: 16px;
}
#custom .questions h2
{
	margin-bottom: 60px;
}
#custom .production-img
{
	margin-right: 110px;
}
#custom .production-img img
{
	max-width: none;
}
#custom .production-info h2
{
	margin-bottom: 32px;
	line-height: 40px;
}
#custom .production-info p
{
	font-size: 16px;
	margin-bottom: 35px;
}
#custom .production-info .btn-red
{
	width: 290px;
}
#custom .production-block
{
	align-items: flex-start;
	justify-content: space-between;
	ms-flex-align: start;
	ms-flex-pack: justify;
	webkit-box-align: start;
	webkit-box-pack: justify;
}
#custom .add-block
{
	align-items: flex-start;
	box-sizing: border-box;
	justify-content: space-between;
	ms-flex-align: start;
	ms-flex-pack: justify;
	padding: 0 80px;
	webkit-box-align: start;
	webkit-box-pack: justify;
	webkit-box-sizing: border-box;
}
#custom .add-item-img
{
	align-items: center;
	background: #F6F6F8;
	border-radius: 50%;
	display: flex;
	display: -ms-flexbox;	
	height: 150px;
	justify-content: center;
	margin-bottom: 25px;
	ms-flex-align: center;
	ms-flex-pack: center;
	webkit-box-align: center;
	webkit-box-pack: center;
	width: 150px;
}
#custom .add-item .h4
{
	font-size: 17px;
	text-align: center;
}
#custom .design
{
	/*background: #F6F6F8 url("/local/include/catalog/../img/fbg.png") left center no-repeat;*/
}
#custom .design .mob
{
	display: none;
}
#custom .design-info
{
	max-width: 560px;
	width: 100%;
}
#custom .design-info h2
{
	margin-bottom: 40px;
	line-height: 40px;
	position: relative;
}
#custom .design-info h2:after
{
	background: url("/local/include/catalog/../img/arrow.png");
	content: '';
	height: 53px;
	position: absolute;
	right: -70px;
	top: 10px;
	width: 115px;
}
#custom .design-info p
{
	font-size: 16px;
	margin-bottom: 30px;
}
#custom .design .message
{
	margin-top: 20px;
}
#custom .design .message a
{
	align-items: center;
	border-radius: 6px;
	box-sizing: border-box;
	display: flex;
	display: -ms-flexbox;
	height: 45px;
	margin-right: 3px;
	ms-flex-align: center;
	padding: 0 10px;
	webkit-box-align: center;
	webkit-box-sizing: border-box;
	width: 160px;
}
#custom .design .message a span
{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-left: 8px;
}
#custom .design .message a.tg
{
	background: #419FD9;
}
#custom .design .message a.wa
{
	background: #0DC143;
}
#custom .design .message a.vb
{
	background: #675DA9;
}
#custom .design-block
{
	align-items: flex-start;
	justify-content: space-between;
	ms-flex-align: start;
	ms-flex-pack: justify;
	webkit-box-align: start;
	webkit-box-pack: justify;
}
#custom .design-form
{
	max-width: 500px;
	width: 100%;
}
#custom .design-form input
{
	margin-bottom: 17px;
	width: 100%;
}
#custom .design-form .file
{
	margin-bottom: 17px;
}
#custom .design-form button
{
	font-size: 18px;
	height: 60px;
	width: 100%;
}
#custom .design-form .check
{
	color: #636363;
	font-size: 13px;
	margin-top: 32px;
}
#custom .label-img
{
	margin-right: 110px;
}
#custom .label-img img
{
	max-width: none !important;
}
#custom .label-info h2
{
	margin-bottom: 32px;
	line-height: 40px;
}
#custom .label-info p
{
	font-size: 16px;
	margin-bottom: 35px;
}
#custom .label-info .btn-red
{
	width: 290px;
}
#custom .label-block
{
	align-items: flex-start;
	justify-content: space-between;
	ms-flex-align: start;
	ms-flex-pack: justify;
	webkit-box-align: start;
	webkit-box-pack: justify;
}
#custom .order
{
	padding-bottom: 0;
}
#custom .order-block
{
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 35px;
	ms-flex-align: start;
	ms-flex-pack: justify;
	webkit-box-align: start;
	webkit-box-pack: justify;
}
#custom .order-img
{
	box-sizing: border-box;
	max-width: 435px;
	padding: 0 20px;
	webkit-box-sizing: border-box;
	width: 100%;
}
#custom .order-img img
{
	width: 100%;
}
#custom .order-list
{
	max-width: 375px;
	min-width: 375px;
}
#custom .order-list-item
{
	margin-bottom: 35px;
}
#custom .order-list-item .h3
{
	margin-bottom: 15px;
}
#custom .order-list-item p
{
	font-size: 15px;
}
#custom form .file input[type="file"]
{
	display: none;
}
#custom form .file label
{
	align-items: center;
	background: #FFFFFF;
	border-radius: 10px;
	color: #000;
	cursor: pointer;
	display: flex;
	display: -ms-flexbox;	
	font-weight: 700;
	height: 60px;
	justify-content: center;
	ms-flex-align: center;
	ms-flex-pack: center;
	padding: 0 20px;
	webkit-box-align: center;
	webkit-box-pack: center;
}
#custom form input
{
	background: #FFFFFF;
	border: none;
	border-radius: 10px;
	box-sizing: border-box;
	color: #A0A0A0;
	font-size: 18px;
	height: 60px;
	padding: 0 20px;
	webkit-box-sizing: border-box;
}
#custom form textarea
{
	background: #FFFFFF;
	border: none;
	border-radius: 10px;
	box-sizing: border-box;
	color: #A0A0A0;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	height: 160px;
	margin-bottom: 17px;
	padding: 20px 20px;
	resize: none;
	webkit-box-sizing: border-box;
	width: 100%;
}
#custom form textarea::-webkit-input-placeholder
{
	color: #A0A0A0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
#custom form textarea::-moz-placeholder
{
	color: #A0A0A0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
#custom form textarea:-moz-placeholder
{
	color: #A0A0A0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
#custom form textarea:-ms-input-placeholder
{
	color: #A0A0A0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
#custom form button
{
	background: #DC0606;
	border-radius: 10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	height: 60px;
	o-transition: 0.3s;
	transition: 0.3s;
	webkit-box-sizing: border-box;
	webkit-transition: 0.3s;
	width: 250px;
}
#custom form button.cust
{
	min-width: 230px;
}
#custom form button:hover
{
	background: #f93535;
	o-transition: 0.3s;
	transition: 0.3s;
	webkit-transition: 0.3s;
}
#custom .note
{
	background: #2C2B2B;
	padding: 0;
}
#custom .note-block
{
	align-items: center;
	justify-content: space-between;
	ms-flex-align: center;
	ms-flex-pack: justify;
	padding: 45px 0;
	webkit-box-align: center;
	webkit-box-pack: justify;
}
#custom .note-block form input
{
	margin-right: 8px;
	max-width: 250px;
	width: 100%;
}
#custom .note-block form input.input-mail
{
	max-width: 330px;
}
#custom .note-block h2
{
	color: #fff;
	margin-bottom: 10px;
}
#custom .note-block p
{
	color: #fff;
	font-size: 18px;
}
.section-padding
{
	padding: 80px 0;
}
#custom .hform .tech-overflow
{
	background: rgba(0,0,0,0.3);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
}
#custom .hform .tech-modal
{
	background: #fff;
	box-sizing: border-box;
	height: 100%;
	max-width: 700px;
	padding: 50px 20px 0 50px;
	position: absolute;
	right: 0;
	top: 0;
	webkit-box-sizing: border-box;
	width: 100%;
}
#custom .hform .tech-modal .closes
{
	padding-right: 50px;
}
#custom .hform .tech-modal .closes-scroll
{
	height: 90%;
	margin-top: 15px;
	overflow-y: scroll;
}
#custom .hform .tech-modal .closes-scroll::-webkit-scrollbar-track
{
	background-color: #fff;
	border-radius: 10px;
}
#custom .hform .tech-modal .closes-scroll::-webkit-scrollbar
{
	background-color: #F5F5F5;
	width: 6px;
}
#custom .hform .tech-modal .closes-scroll::-webkit-scrollbar-thumb
{
	background-color: #E3E3E3;
	border-radius: 10px;
}
#custom .hform .tech-modal .closes-item-img img
{
	height: 150px;
	object-fit: cover;
	o-object-fit: cover;
	width: 150px;
}
#custom .hform .tech-modal .close
{
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}
#custom .hform .closes
{
	margin-top: 30px;
}
#custom .hform .closes .btn-more
{
	margin-left: 115px;
}
#custom .hform .closes-item
{
	align-items: flex-start;
	display: flex;
	display: -ms-flexbox;
	margin-bottom: 30px;
	ms-flex-align: start;
	webkit-box-align: start;
}
#custom .hform .closes-item-img
{
	margin-right: 30px;
}
#custom .hform .closes-item-img img
{
	border-radius: 10px;
	height: 85px;
	object-fit: cover;
	o-object-fit: cover;
	width: 85px !important;
	max-width: 85px !important;
}
#custom .hform .closes-item .h4
{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	padding-bottom: 0 !important;
}
#custom .hform-block
{
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 40px;
	ms-flex-align: start;
	ms-flex-pack: justify;
	webkit-box-align: start;
	webkit-box-pack: justify;
}
#custom .hform-block .center
{
	max-width: 390px;
	width: 100%;
}
#custom .hform-block .left
{
	max-width: 375px;
	min-width: 375px;
}
#custom .hform-block .right
{
	max-width: 375px;
	min-width: 310px;
}
#custom .hform-block .right .tech
{
	margin-top: 30px;
}
#custom .hform-block .right .tech-item
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	margin-bottom: 20px;
	ms-flex-align: center;
	webkit-box-align: center;
}
#custom .hform-block .right .tech-item p
{
	font-weight: 500;
}
#custom .hform-block .right .tech-item-img
{
	align-items: center;
	background: #fff;
	border: 1px solid #CDCDCD;
	border-radius: 14px;
	display: flex;
	display: -ms-flexbox;
	height: 75px;
	justify-content: center;
	margin-right: 30px;
	ms-flex-align: center;
	ms-flex-pack: center;
	webkit-box-align: center;
	webkit-box-pack: center;
	width: 75px;
}
#custom .hform-slider-nav
{
	margin: 30px auto 0 auto;
	max-width: 330px;
	width: 100%;
}
#custom .hform-slider-nav-item
{
	border: 1px solid #fff;
	box-sizing: border-box;
	cursor: pointer;
	height: 90px;
	margin: 0 5px;
	webkit-box-sizing: border-box;
	width: 90px;
}
#custom .hform-slider-nav-item img
{
	height: 90px;
	object-fit: cover;
	o-object-fit: cover;
	width: auto;
}
#custom .hform-slider-nav-item.slick-current
{
	border: 1px solid #000000;
}
@media (max-width: 1240px)
{
	#custom .container_n
	{
		max-width: 950px;
	}
	#custom .label-img
	{
		margin-right: 50px;
		max-width: 400px;
		min-width: 400px;
		width: 100%;
	}
	#custom .label-img img
	{
		width: 100%;
	}
	#custom .production-img
	{
		margin-right: 50px;
		max-width: 400px;
		min-width: 400px;
		width: 100%;
	}
	#custom .production-img img
	{
		width: 100%;
	}
	#custom .add-block
	{
		padding: 0;
	}
	#custom .hform-block .left,#custom .hform-block .right
	{
		max-width: 280px;
		min-width: 280px;
	}
	#custom .hform-block .center
	{
		max-width: 300px;
	}
	#custom .note-block form input
	{
		max-width: 205px;
	}
	#custom .order-list
	{
		max-width: 280px;
		min-width: 280px;
	}
	#custom .design
	{
		background: #F6F6F8;
	}
	#custom .design-info
	{
		max-width: 415px;
	}
	#custom .design-form
	{
		max-width: 420px;
	}
}
@media (max-width: 980px)
{
	#custom .container_n
	{
		max-width: 750px;
	}
	#custom .note .form
	{
		justify-content: flex-start;
		ms-flex-pack: start;
		webkit-box-pack: start;
		width: 100%;
	}
	#custom .note-block
	{
		flex-direction: column;
		ms-flex-direction: column;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
	}
	#custom .note-block .left
	{
		margin-bottom: 30px;
		width: 100%;
	}
	#custom .note-block .left h2
	{
		line-height: 36px;
	}
	#custom .label-block,#custom .production-block
	{
		flex-direction: column;
		ms-flex-direction: column;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
	}
	#custom .label-info,#custom .production-info
	{
		margin-top: 30px;
	}
	#custom .label-img,#custom .production-img
	{
		margin: 0;
		max-width: 100%;
	}
	#custom .questions-block
	{
		padding: 0;
	}
	#custom .add-item .h4
	{
		font-size: 18px;
	}
	#custom .design-block
	{
		flex-direction: column;
		ms-flex-direction: column;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
	}
	#custom .design-info
	{
		margin-bottom: 10px;
		max-width: 100%;
	}
	#custom .design-info .message
	{
		display: none;
	}
	#custom .design-info p.cust
	{
		display: none;
	}
	#custom .design-info h2:after
	{
		display: none;
	}
	#custom .design-form
	{
		max-width: 100%;
	}
	#custom .design .mob
	{
		display: block;
		margin-top: 20px;
	}
	#custom .order-block
	{
		flex-direction: column;
		ms-flex-direction: column;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
	}
	#custom .order-list
	{
		max-width: 100%;
		ms-flex-order: 1;
		order: 1;
		webkit-box-ordinal-group: 2;
	}
	#custom .order-img
	{
		max-width: 100%;
		ms-flex-order: 2;
		order: 2;
		webkit-box-ordinal-group: 3;
	}
	#custom .hform-block
	{
		flex-direction: column;
		ms-flex-direction: column;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
	}
	#custom .hform-block .center
	{
		max-width: 100%;
		ms-flex-order: 1;
		order: 1;
		webkit-box-ordinal-group: 2;
		width: 100%;
	}
	#custom .hform-block .left
	{
		margin: 10px 0;
		max-width: 100%;
		ms-flex-order: 2;
		order: 2;
		webkit-box-ordinal-group: 3;
		width: 100%;
	}
	#custom .hform-block .right
	{
		max-width: 100%;
		ms-flex-order: 3;
		order: 3;
		webkit-box-ordinal-group: 4;
		width: 100%;
	}
	#custom .hform-block .right .tech
	{
		display: flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
		ms-flex-wrap: wrap;
	}
	#custom .hform-block .right .tech-item
	{
		width: 50%;
	}
}
@media (max-width: 767px)
{
	#custom .container_n
	{
		max-width: 100%;
	}
	#custom .add-block
	{
		flex-wrap: wrap;
		ms-flex-wrap: wrap;
	}
	#custom .add-item
	{
		margin: 15px 0;
		width: 50%;
	}
	#custom .add-item-img
	{
		margin: 0 auto 25px auto;
	}
	#custom .note .form
	{
		flex-direction: column;
		ms-flex-direction: column;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
	}
	#custom .note .form input
	{
		margin-bottom: 8px;
		max-width: 100%;
	}
	#custom .note .form input.input-mail
	{
		max-width: 100%;
	}
	#custom .note .form button
	{
		width: 100%;
	}
	#custom .section-title h2
	{
		font-size: 24px;
	}
	#custom .section-title p
	{
		font-size: 18px;
	}
	.section-padding
	{
		padding: 50px 0;
	}
	#custom .questions h2
	{
		margin-bottom: 40px;
	}
	#custom .questions-item
	{
		padding: 0 20px;
	}
	#custom .questions-item-title p
	{
		font-size: 16px;
	}
	#custom .questions-item-text p
	{
		font-size: 16px;
	}
	#custom .production-info p,#custom .design-info p
	{
		font-size: 16px;
	}
	#custom h2
	{
		font-size: 24px;
	}
	#custom .design .message
	{
		flex-wrap: wrap;
		ms-flex-wrap: wrap;
	}
	#custom .design .message a
	{
		margin: 0 5px 5px 0;
	}
	#custom .note-block h2
	{
		font-size: 36px;
	}
	#custom .hform .tech-modal
	{
		padding: 20px 15px;
	}
	#custom .hform .tech-modal .closes
	{
		padding-right: 15px;
	}
	#custom .hform .tech-modal .close
	{
		right: 10px;
		top: 10px;
	}
	#custom .hform .tech-modal .closes-item-img
	{
		margin-right: 15px;
	}
	#custom .hform .tech-modal .closes-item-img img
	{
		height: 85px;
		width: 85px;
	}
}
@media (max-width: 480px)
{
	#custom .hform-block .right .tech-item
	{
		flex-direction: column;
		ms-flex-direction: column;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
	}
	#custom .hform-block .right .tech-item-img
	{
		margin: 0 0 10px 0;
	}
	#custom .production-img,#custom .label-img
	{
		min-width: 100%;
	}
	#custom .order-list-item .h3
	{
		font-size: 18px;
	}
	#custom .add-block
	{
		flex-direction: column;
		ms-flex-direction: column;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
	}
	#custom .add-item
	{
		width: 100%;
	}
	#custom .design .message a
	{
		width: 140px;
	}
	#custom .label-info .btn-red
	{
		display: block;
		margin: 0 auto;
	}
	.footer-contacts {
		position: absolute;
		left: -1000px;
	}
	.woocommerce ul.products li.product ._product {
		padding: 15px 5px !important;
	}
}
@media (max-width: 768px){
.pers_n 
	{
		margin-top: 0;
		position: unset;
		color: #8B8B8B;
		font-size: 12px;
	}
#custom .label-info p,
#custom .design-info p,
#custom .production-info p
	{
		font-size: 14px;
	}
#custom .note-block p
	{
		font-size: 16px;
	}
#custom .questions-item-text p 
	{
		font-size: 14px;
	}
#custom .design-form .check
	{
		margin-top: 0;
	}
.footer-bottom a.tel a
	{
	color: #fff !important;
	}
}
.ptphone-m {
	color: #fff;
}
.ptphone a {
	font-size: 34px;
	color: #fff;
}
/* End */


/* Start:/local/templates/main-new/components/bitrix/news.list/portfolio-slider/style.css?17501632851996*/
body .center .owl-carousel .owl-dots {
	margin-top: 20px;
}
body .center .owl-carousel .owl-nav {
	position: absolute;
	top: calc(50% - 26px);
	margin: 0;
	height: 0;
	width: 100%;
}
body .center .owl-carousel .owl-nav button {
	background: #ecf0f7;
	display: block;
	outline: 0;
	position: absolute;
	text-indent: -9999px;
	width: 75px;
	height: 75px;
	border-radius: 100%;
	top: 50%;
	left: auto;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 0;
	padding: 0;
}
body .center .owl-carousel .owl-nav button:before {
	position: absolute;
	opacity: .6;
	top: 15px;
	left: 15px;
	content: '';
	background-image: url('/local/templates/main/img/sprites-s876a10fef9.png');
	background-position: -72px -141px;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 46px;
	width: 45px;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;transition: 0.3s all;
}
body .center .owl-carousel .owl-nav button:hover:before {
	opacity: 1;
}
body .center .owl-carousel .owl-nav button.owl-prev {
	left: -32px;
}
body .center .owl-carousel .owl-nav button.owl-next {
	right: -32px;
}
body .center .owl-carousel .owl-nav button:hover {
	background: #ecf0f7;
}
body .center .owl-carousel .owl-nav button.owl-prev:before {
	background-image: url('/local/templates/main/img/sprites@2x-s37eb3cdeaa.png');
	background-size: 214px 344px;
	background-position: -72px -141px;
	height: 46px;
	width: 45px;
}
body .center .owl-carousel .owl-nav button.owl-next:before {
	background-image: url('/local/templates/main/img/sprites@2x-s37eb3cdeaa.png');
	background-size: 214px 344px;
	background-position: -117px -141px;
	height: 46px;
	width: 45px;
}
body .center .owl-carousel.owl-theme .owl-dots .owl-dot.active span,
body .center .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background: #d14747;
}
/* End */
/* /local/templates/main-new/components/bitrix/news/catalog/catalog.css?17477309101058 */
/* /local/templates/main-new/components/bitrix/catalog.section.list/catalog-sections/style.css?17477315071482 */
/* /local/templates/main-new/components/bitrix/catalog.section.list/catalog-tabs/style.css?17503246712003 */
/* /local/templates/main-new/components/bitrix/system.pagenavigation/modern/style.css?1683296251653 */
/* /local/templates/main-new/components/bitrix/news/catalog/bitrix/news.list/.default/style.css?1774879843189 */
/* /local/include/catalog/custom.css?171310998819633 */
/* /local/templates/main-new/components/bitrix/news.list/portfolio-slider/style.css?17501632851996 */
