.intec-template {
  display: block;
}
.intec-template[data-adaptive=true] {
  height: 100%;
}
.intec-template[data-adaptive=true] .intec-template-layout {
  height: 100%;
}
.intec-template[data-adaptive=true] .intec-template-layout-page {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.intec-template[data-editor=true] .intec-template-layout-header {
  padding-bottom: 30px;
}
.intec-template[data-editor=true] .intec-template-layout-footer {
  padding-top: 30px;
}
.intec-template[data-flat=both] .intec-template-layout-page-wrapper, .intec-template[data-flat=bottom] .intec-template-layout-page-wrapper {
  margin-bottom: 0;
}
.intec-template[data-flat=both] .intec-template-layout-page-wrapper, .intec-template[data-flat=top] .intec-template-layout-page-wrapper {
  margin-top: 0;
}
.intec-template[data-background-show=true] .intec-template-layout-header,
.intec-template[data-background-show=true] .intec-template-layout-page {
  background: #fff;
}
.intec-template .intec-template-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.intec-template .intec-template-layout-header,
.intec-template .intec-template-layout-page,
.intec-template .intec-template-layout-footer {
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.intec-template .intec-template-layout-header-wrapper,
.intec-template .intec-template-layout-page-wrapper {
  display: block;
  position: relative;
}
.intec-template .intec-template-layout-page-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}
.intec-template .intec-template-layout-content {
  display: block;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.intec-template .intec-template-layout-content:after {
  content: "";
  display: block;
  overflow: hidden;
  height: 0;
}
.intec-template .intec-template-layout-columns {
  display: block;
  margin: 0 -15px;
}
.intec-template .intec-template-layout-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -15px;
}
.intec-template .intec-template-layout-column {
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  padding: 0 15px;
}
.intec-template .intec-template-layout-column.intec-template-layout-column-adaptive {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: calc(100% - 290px);
}
.intec-template .intec-template-layout-column.intec-template-layout-column-fixed {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 290px;
  max-width: none;
}
.intec-template .intec-template-layout-column-wrapper {
  position: relative;
  width: 100%;
}
.intec-template .intec-template-layout-footer {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.intec-template .intec-template-content {
  display: block;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.intec-template .intec-template-content:after {
  content: "";
  display: block;
  overflow: hidden;
  height: 0;
}
.intec-template .intec-template-breadcrumb {
  display: block;
  margin-top: 30px;
  margin-bottom: 11px;
}
.intec-template .intec-template-title {
  display: block;
  margin-top: 11px;
  margin-bottom: 30px;
}
.intec-template .intec-template-page {
  display: block;
  margin-bottom: 50px;
}
.intec-template .intec-template-page:after {
  display: table;
  content: "";
  clear: both;
}
.intec-template .intec-template-page.intec-template-page-flat {
  margin-bottom: 0;
}
.intec-template .intec-template-page.intec-template-page-narrow {
  margin-top: 50px;
}
.intec-template .widget .widget-header .widget-title, .intec-template .intec-template-part.intec-template-part-title {
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.3;
  color: #1B1E25;
}
.intec-template .widget .widget-header .widget-description, .intec-template .intec-template-part.intec-template-part-description {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.7;
  color: #808080;
}
.intec-template .widget .widget-header .widget-title.align-left,
.intec-template .widget .widget-header .widget-description.align-left,
.intec-template .widget .widget .widget-footer.align-left {
  text-align: left;
}
.intec-template .widget .widget-header .widget-title.align-center,
.intec-template .widget .widget-header .widget-description.align-center,
.intec-template .widget .widget-footer.align-center {
  text-align: center;
}
.intec-template .widget .widget-header .widget-title.align-right,
.intec-template .widget .widget-header .widget-description.align-right,
.intec-template .widget .widget-footer.align-right {
  text-align: right;
}
.intec-template .widget .widget-header .widget-title + .widget-description {
  margin-top: 16px;
}
.intec-template .widget .widget-header + .widget-content {
  margin-top: 40px;
}
.intec-template .widget .widget-content + .widget-pagination {
  margin-top: 32px;
}
.intec-template .widget .widget-content + .widget-pagination + .widget-footer {
  margin-top: 35px;
}
.intec-template .widget .widget-content + .widget-footer {
  margin-top: 35px;
}
.intec-template .intec-template-footer {
  display: block;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 720px) {
  .intec-template .intec-template-layout-column.intec-template-layout-column-adaptive {
    max-width: 100%;
  }
  .intec-template .intec-template-layout-column.intec-template-layout-column-fixed {
    display: none;
  }
  .intec-template .intec-template-part.intec-template-part-title, .intec-template .widget .widget-header .widget-title {
    font-size: 22px;
  }
}
@media all and (max-width: 500px) {
  .intec-template .intec-template-part.intec-template-part-title, .intec-template .widget .widget-header .widget-title {
    font-size: 18px;
  }
}
@media print {
  .intec-template a:link::after, .intec-template a:visited::before {
    content: "";
  }
}

.public .intec-template {
  height: 100%;
}
.public .intec-template .intec-template-content {
  height: 100%;
}
.spoiler_links {
	cursor: pointer;
}
.spoiler_links:hover {
	text-decoration: underline;
}
.spoiler_body {
	display: none;
	cursor: pointer;
}
/*# sourceMappingURL=template.css.map */
.tabs-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.main-catalog .tabs-title .tabs-item.tabs-item--active {
	background-color: #8c1454;
	color: #fff;
}
.main-catalog .tabs-title .tabs-item {
	border: .1rem solid #8c1454;
	border-radius: 2.8rem;
	padding: 1rem 3rem;
	font-weight: bold;
	-webkit-transition: background-color .25s, color .25s;
	transition: background-color .25s, color .25s;
}
.tabs-title .tabs-item {
	cursor: pointer;
}
.main-catalog .tabs-title .tabs-item + .tabs-item {
	margin-left: 2rem;
}
.main-catalog .tabs-content {
	
	-webkit-box-shadow: 0 1rem 2.4rem -1.2rem rgba(0, 0, 0, .2);
	box-shadow: 0 1rem 2.4rem -1.2rem rgba(0, 0, 0, .2);
}
.tabs-content .tabs-item.tabs-item--active {
	display: block;
	-webkit-animation: fadeIn .5s forwards;
	animation: fadeIn .5s forwards;
}
.tabs-content .tabs-item {
	display: none;
}
.list--catalog > .list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 2.5rem 4rem;
	
	border-bottom: .1rem solid #d2d4d6;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.list--catalog .list-item-label {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	font-weight: 500;
	padding-right: 7rem;
	-ms-flex: 0 0 29.2%;
	flex: 0 0 29.2%;
	max-width: 29.2%;
	line-height: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 4rem;
}
.list--catalog .list-item-label {
	font-weight: 500;
	line-height: 2rem;
}
.list--catalog .list-item-brands {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-height: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.list--catalog > li {
	list-style: none;
}
.list--brands {
	margin: -3rem 0 0 -4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-center: center;
}
.list--brands .list-item {
	margin-top: 4rem;
	margin-left: 1rem;
}
.list--brands .list-link {
	position: relative;
}
.list--brands .list-link img {
	height: 2rem;
	width: auto;
	display: block;
	-webkit-transition: opacity .25s, -webkit-filter .25s;
	transition: opacity .25s, -webkit-filter .25s;
	transition: opacity .25s, filter .25s;
	transition: opacity .25s, filter .25s, -webkit-filter .25s;
	opacity: 1;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .7;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.list--brands .list-link:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}
ul.list--catalog li::before {
	content:none
}
ul.list--brands li::before {
	content:none
}
.list-item-label a {font-weight:bold}



@media (max-width: 1359px) {
    .tabs-title {
        margin: 0 -4rem;
        overflow-x: auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .main-catalog .tabs-title:after,
    .main-catalog .tabs-title:before {
        content: "";
        display: block;
        width: 4rem;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .main-catalog .tabs-title .tabs-item {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .main-catalog .tabs-content {
        -webkit-box-shadow: none;
        box-shadow: none;
       
    }

    .main-about-content {
        max-width: 52.6rem;
        font-size: 1.4rem;
    }

    .main-about-content .button {
        font-size: 1.6rem;
    }
}



@media (max-width: 1023px) {
    .main-hero {
        display: block;
    }

    .main-hero-item {
        max-width: none;
    }

    .main-hero-slide {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .main-hero .slider-hero .swiper-button-next,
    .main-hero .slider-hero .swiper-button-prev {
        display: none;
    }

    .main-hero .list--links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-hero .list--links > * {
        min-width: 0;
    }

    .main-hero .tabs {
        display: none;
    }

    .main-catalog .tabs-title .tabs-item {
        padding: .5rem 2.9rem;
    }

    .main-catalog .tabs-title .tabs-item + .tabs-item {
        margin-left: .5rem;
    }

    .list--advantages .list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media (max-width: 600px) {
.tabs-title {
margin: 0 20px;
	display: block;

}
.main-catalog .tabs-title .tabs-item {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin: 10px 10px;
	text-align: center;
}

.list--catalog .list-item-label {

	max-width: 100%;
padding-right:0;
	display: block;
flex:none;
}
.list--catalog .list-item-brands {
	margin-top:10px
}
}