

/* Start:/local/templates/doma-main/components/bitrix/catalog.section.list/list-doma-top-redesign/style.css?17810843467804*/
body {
	background: #F5F5F5;
}
h1 {
	display: none !important;
}
h2 {
	font-weight: 600;
	line-height: 100%;
	font-family: "Open Sans", sans-serif;
}
header.fixed ~ .promo {
	top: 68px;
}
.breadcrumbs {
	height: 22px;
}
.breadcrumbs a, .breadcrumbs span {
    color: #232323;
    text-decoration: none;
    margin-right: 14px;
    transition: color 0.2s ease;

	font-size: 16px;
	line-height: 130%;
}
.breadcrumbs a:after {
    content: "/";
    display: inline-block;
    position: relative;
    left: 6px;
    bottom: -1px;

	font-size: 16px;
	line-height: 130%;
}


.catalog-banner {
  width: 100%;
  margin-top: 24px;
  border-radius: 24px;
  position: relative;
}
.catalog-banner__item  {
  border-radius: 24px;
}
.catalog-banner__item img {
  width: 100%;
  border-radius: 24px;
  display: block;
}
.catalog-banner__item img._web {
	display: block;
}
.catalog-banner__item img._mob {
	display: none;
}
.catalog-banner__pagination {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 32px !important;
  left: 0;
  text-align: center;
  z-index: 2;
}
.catalog-banner__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--white);
}



.catalog-menu h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}
.catalog-menu {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin-top: 64px;
  transition: all .2s ease;
}
.catalog-menu:has(.catalog-menu_second.show) {
	padding-bottom: 25px;
}
.catalog-menu_first {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  transition: all.2s ease;
}
.catalog-menu__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  color: var(--dark);
}
.catalog-menu__item .title {
  transition: color .2s ease;
}
.catalog-menu__item .counter {
  color: var(--gray-light);
}
.catalog-menu_first .catalog-menu__item .title, .catalog-menu_first .catalog-menu__item .counter {
	font-weight: 600;
    font-size: 24px;
    line-height: 120%;
}

.catalog-menu__item svg {
	transition: transform .5s ease;
	/*transition-delay: .2s;*/
}
.catalog-menu__item svg path {
  transition: stroke .5s ease;
}
.catalog-menu_first:has(.catalog-menu__item.active) {
	margin-bottom:24px;
}
.catalog-menu__item.active .title {
  color: var(--accent);
}
.catalog-menu__item.active svg {
  transform: rotateX(180deg);
}
.catalog-menu__item.active svg path {
  stroke: var(--accent);
}

.catalog-menu_second {
  position: absolute;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 32px;
  opacity: 0;
  max-height: 0;

  overflow: hidden;
  margin-top: 0;
  transition: max-height .2s ease, margin-top .3s ease, opacity .2s;
  transition-delay: 0s, .1s, 0s;
}
.catalog-menu_second.show {
  //margin-top: 24px;

  transition-delay: 0s, 0s, .1s;
}
.catalog-menu_second.visible {
  opacity: 1;
  transition-delay: 0s, 0s, .2s;
}
.catalog-menu_second:not(.show) {
	pointer-events: none;
}
.catalog-menu_second .catalog-menu__item a {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  height: 25px;
}

.catalog-menu .chevron {
  width: 11px;
  left: -14px;
  top: 3px;
}
.catalog-menu .chevron span {
  border-radius: 2px;
  height: 2px;
  background-color: var(--dark);
}
.catalog-menu .chevron span:first-of-type {
    top: 3.6px;
}
.catalog-menu__item.active .chevron {
  top: -4px;
}
.catalog-menu__item.active .chevron span:first-of-type {
  transform: rotate(225deg);
  background-color: var(--accent);
}
.catalog-menu__item.active .chevron span:last-of-type {
  transform: rotate(-45deg);
  background-color: var(--accent);
}



.catalog-section-button {
	margin: 0 8px;
	margin-bottom: 40px;
	transition: 0.3s transform;
}
.catalog-section-button:first-child{
	margin-left:0;
}
.catalog-section-button div{
	font-weight:600;
	background: none;
	padding: 6px 20px 8px 20px;
	color: #3893ff;
	border: 1px solid #3893ff;
	border-radius: 30px;
	text-align: center;
	cursor: pointer;
}

.catalog-section-button.active div {
	background: #3893ff;
	color:white;
}

.catalog-section-button div span{
	color:grey;
	margin-left:8px;
	font-weight: 400;
}

.catalog-section-button.active div span{
	color:white;
}

@media screen and (max-width: 1200px) {
	.catalog-banner__pagination {
    	bottom: 12px !important;
	}
}

@media screen and (max-width:992px){
	#catalog-top{
		overflow: scroll;
		flex-wrap:nowrap;
	}
	#catalog-top{
		margin-bottom: 10px;
	}
	#catalog-top .catalog-section-button{
		margin-bottom: 20px;
	}
	#catalog-top .catalog-section-button div{
		white-space: nowrap;
	}

	.catalog-menu_first {
		row-gap: 12px;
	}
	.catalog-banner {
		border-radius: 12px;
	}
	.catalog-banner__item {
		border-radius: 12px;
	}
	.catalog-banner__item img {
		border-radius: 12px;
	}
}

@media screen and (max-width:992px){
	.catalog-section-button{
		margin: 0 8px;
	}
}

@media screen and (max-width: 640px) {
	.catalog-banner__item img._web {
		display: none;
	}
	.catalog-banner__item img._mob {
		display: block;
	}
	.catalog-menu_first {
		flex-wrap: nowrap;
        overflow-x: overlay;
	}
	.catalog-menu__item .title {
		text-wrap-mode: nowrap;
		text-wrap: nowrap;
	}
}

@media screen and (max-width:480px){
	.container {
		width: 100%;
		padding: 0 20px !important;
	}

	.breadcrumbs a, .breadcrumbs span {
		font-weight: 400;
		font-size: 14px;
		line-height: 130%;
	}

	.catalog-banner {
		overflow-y: visible;
	}
	.catalog-banner__pagination {
		position: relative;
		bottom: 0px !important;
		margin-top: 16px;
	}
	.catalog-banner__pagination.swiper-pagination-lock {
		margin-top: 0;
	}
	.catalog-banner__pagination .swiper-pagination-bullet {
		background: var(--accent);
	}

	.catalog-menu {
		margin-top: 32px;
	}
	.catalog-menu__item {
		gap: 4px;
	}
	.catalog-menu__item svg {
		width: 21px;
		height: 21px;
	}
	.catalog-menu_first {
		gap: 16px;

		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
	}
	.catalog-menu_first::-webkit-scrollbar {
	  display: none;
	}

	.catalog-menu_first:has(.catalog-menu__item.active) {
		margin-bottom: 12px;
	}
	.catalog-menu:has(.catalog-menu_second.show) {
		padding-bottom: 100px;
	}


	.catalog-menu_first .catalog-menu__item .title, .catalog-menu_first .catalog-menu__item .counter {
		font-weight: 600;
		font-size: 16px;
		line-height: 130%;
	}
	.catalog-menu_second {
		width: 100%;
		margin-top: 0;
		padding: 0;
		row-gap: 8px;
		column-gap: 12px;
		border-top: 1px solid var(--brand-colors-pantone-656); 
		border-bottom: 1px solid var(--brand-colors-pantone-656); 

		transition: max-height .2s ease, margin-top .3s ease, opacity .1s, padding .2s ease;
  		transition-delay: 0s, .1s, 0s, 0s;
	}
	.catalog-menu_second.show {
		margin-top: 0;
		padding: 16px 0;
	}
	.catalog-menu_second .catalog-menu__item .title, .catalog-menu_second .catalog-menu__item .counter {
		font-weight: 600;
		font-size: 14px;
		line-height: 130%;
	}
	.catalog-section-button{
		margin: 0 4px;
	}
	.catalog-section-button:first-child{
		margin-left: 20px;
	}
	.catalog-section-button:last-child,
	.catalog-section-button:last-of-type{
		margin-right: 20px;
	}

	#catalog-top::-webkit-scrollbar  {
		display: none;
		height: 0;
		width: 0;
	}
}

@media (pointer: fine) {
  .breadcrumbs a:hover {
	color: black;
  }
  .catalog-menu__item:hover .title {
    color: black;
  }
  .catalog-menu__item:hover svg path {
    stroke: black;
  }

  .catalog-menu__item.active:hover .title {
    color: var(--accent);
  }
  .catalog-menu__item.active:hover svg path {
    stroke: var(--accent);
  }
}

@media (pointer: fine) and (max-width: 640px) {
	.catalog-menu_first {
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
	}
	.catalog-menu_first::-webkit-scrollbar {
	  display: none;
	}
}
/* End */


/* Start:/local/templates/doma-main/components/bitrix/catalog.section/section-doma/style.css?17627603836276*/
section {
	padding: 0;
}
h2 {
	margin-top: 48px;
	text-align: start;
}
.fz-t1 {
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
}
.fz-t2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
}
.fz-t3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
}
.fz-t5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.br-16 {
	border-radius: 16px;
}
.fz-menu {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}
/** catalog **/

.section-catalog-list{
	/*padding: 182px 120px 0 120px;*/
	padding-top: 140px;
}
.section-catalog {
	/*padding: 0 120px 120px 120px;*/
	padding-top: 32px !important;
	padding-bottom: 152px;
}

.catalog-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.catalog__card {
	height: auto;
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}
.catalog-element {
  transition: 0.3s transform;
}

.catalog-element:hover {
  transform: scale(1.01);
}

.catalog__card a {
	width: fit-content;
}

.catalog-element img {
  width: 100%;
  height: auto;
}

.catalog-element-title {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  margin-top: 12px;
}

.catalog-element-title{
  color: var(--dark);
  text-decoration: none;
}

.catalog-element-img {
	position: relative;
	width: 100%;
	/*height: 450px;*/
	background-size: cover;
	background-position: center;
	aspect-ratio: 1/1;
}

.catalog-element-button {
  width: fit-content;
  background: var(--accent);
  padding: 12.5px 40px;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 12px;

	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
	transition: all .2s ease;
}
.catalog-element-description{
	color: gray;
	min-height:44px;
}

.catalog-element-button:hover {
  background: var(--hover-main);
}

.catalog-helpers_icon{
	width: 40px !important;
	height: auto !important; 
	margin-top: 10px; 
}

.catalog-helpers_icon{
	width: 40px !important;
	height: auto !important; 
	margin-top: 10px; 
}

.catalog-helpers_wrapper{
	position: absolute;
	top: 16px;
	left: 16px;
	display: flex;
	flex-direction: column;
	gap: 5px; 
}
.catalog-helpers_wrapper .catalog-tag {
	width: 100px;
	padding: 3px 0;
	display:flex;
	justify-content: center;
    align-items: center;
	border-radius: 12px;
	color: var(--white);
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	border: 2px var(--white) solid;
}
.catalog-helpers_wrapper .catalog-tag._tag-new {
	background: linear-gradient(270.00deg, rgb(13, 36, 81) 0%,rgb(39, 94, 199) 100%);
}
.catalog-helpers_wrapper .catalog-tag._tag-sale {
	background: linear-gradient(270.00deg, rgb(245, 36, 71) 0%,rgb(255, 119, 0) 100%),linear-gradient(225.00deg, rgb(237, 65, 154),rgb(227, 25, 95) 100%);
}

.support_product-list {
  margin-bottom: 120px;
}


.support-search_input{
	border: none; 
}

.support-search_input-wrapper {
  padding: 0 120px;
}

.support-search-block .subtext {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  text-align: center;
  color: #ffffff;
}


.hidden {
  display: none;
}

.tabcontent_text {
  display: none;
}

.ml-12{
	margin-left: 12px; 
}

.ml-20{
	margin-left: 20px;
}

.ml-24 {
  margin-left: 24px;
}

.color-ffffff {
  color: #ffffff;
}

.bg-ffffff{
	background: #ffffff; 
}

.to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--accent);
  cursor: pointer;
  z-index: 100;
  transition: all .2s ease;
	transform: translateY(0);
}
.to-top.hidden {
  transform: translateY(300%);
}
.to-top:hover {
  background-color: var(--hover-main);
}
.to-top svg {
  margin-top: -2px;
}

@media screen and (min-width: 1221px) and (max-width: 1500px) {
	.section-catalog {
		padding: 32px 0 0 0 !important;
	}
}

@media screen and (max-width: 1200px) {
	.catalog-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.catalog-menu h5 {
	  font-size: 20px;
	}
	.catalog-menu .chevron {
		width: 8px;
		left: -14px;
		top: 1px;
	}
}

@media screen and (max-width:992px){
	h2 {
		margin-top: 24px;
	}
	.section-catalog-list{
		padding: 100px 45px 0 45px;
	}
	.section-catalog{
		padding: 32px 45px 0 45px;
	}

	.lg-col-50-calc-17px {
		width: calc(50% - 17px);
	}

	.catalog-element{
		margin:0 10px;
	}
	.catalog-element-img {
		border-radius: 8px !important;
	}
	.catalog-element-title {
		min-height:108px;
		min-height:auto;
		font-size:20px;
	}
	.catalog-element-button {
		font-size: 16px;
	}
	.catalog-element-description{
		/*min-height:88px;*/
		min-height:auto;
	}


	.catalog-helpers_wrapper {
		top: 7px !important;
		left: 7px !important;
		gap: 2px;
	}
	.catalog-helpers_wrapper .catalog-tag {
		width: 47px;
		padding: 1px 10px;
		font-size: 12px;
		line-height: 117%;
		border-radius: 5px;
		border: 1px var(--white) solid;
	}

	.to-top {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.fz-t1 {
		font-size: 20px;
		font-weight: 400;
		line-height: 130%;
	}
}

@media screen and (max-width: 640px) {
    .catalog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media screen and (max-width:480px){

	.sm-col-100{
		width: 100%;
    }

	.fz-t1 {
		font-size: 16px;
	}
	h2 {
		margin-top: 32px;

		font-weight: 600;
		font-size: 18px;
		line-height: 130%;
	}
	section {
		padding: 0 20px !important;
	}
	.section-catalog {
		padding-top: initial !important;
		margin-top: 24px;
	}
	.section-catalog-list {
		margin-top: 80px;
	}
	.section-catalog-list h1{
		font-size:42px;
		font-weight: 200;
		margin:0 20px 20px 20px;

		display: none;
	}
	.catalog-grid {
		gap: 16px;
	}
	.catalog-element{
		margin:0;
	}

	.catalog-element-img {
		background-size: cover;
		background-position: center;
	}
	.catalog-element-title {
		margin-top: 6px;
		font-size: 12px;
		line-height: 117%;
	}
	.catalog__card a {
		width: 100%;
	}
	.catalog-element-button{
		width: 100%;
		margin-top: 8px;
		padding: 8px 16px;
		font-weight: 600;
		font-size: 12px;
		line-height: 117%;
	}

	.catalog-element-title {
	  min-height:auto;
	}
	.catalog-element-description{
		min-height:auto;
	}

	footer {
		margin-top: 32px !important;
	}
}
/* End */
/* /local/templates/doma-main/components/bitrix/catalog.section.list/list-doma-top-redesign/style.css?17810843467804 */
/* /local/templates/doma-main/components/bitrix/catalog.section/section-doma/style.css?17627603836276 */
