

/* Start:/local/templates/doma-main/components/bitrix/catalog.element/redesign/style.css?178824397843389*/
:root {
	--white: #fff;
	--dark: #232323;
	--accent: #275ec7;
	--hover-main: #1a4087;
	--gray: #737373;
	--gray-light: #a4a4a4;
	--gray-extra-light: #e3e3e3;
	--background: #000521;
	--error: #ff5151;
	--disable: #698bcc;
	--blue: #5c8eec;
	--brand-colors-pantone-282: #0d2451;
	--brand-colors-pantone-2126: #275ec7;
	--brand-colors-pantone-2370: #4a39b4;
	--brand-colors-pantone-278: #98c1ff;
	--brand-colors-pantone-656: #e3eeff;
  	--gray-bg: #F4F4F4;
}

:root {
  --font-family: "Open Sans", sans-serif;
  --second-family: "Manrope", sans-serif;
  --third-family: "Montserrat", sans-serif;
  --font3: "SF Pro Display", sans-serif;
  --font4: "SF Pro Text", sans-serif;
}
* {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: var(--dark);
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
html:has(body.body__unscrolled) {
  	overflow: hidden;
}
body {
	height: auto;
	background: #F5F5F5;
  	overflow: auto;
  	overflow-y: initial !important;
  	overflow-x: initial;
}
.body__unscrolled {
  	overflow: hidden;
}
header.fixed ~ .promo {
	top: 74px;
}
.container {
  width: 1440px;
  margin: 0 auto;
} 
section {
  padding: 0;
}
h3 {
	font-size: 36px;
	font-weight: 600;
	line-height: 100%;
}
h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}
.mt-20 {
  margin-top: 20px;
}
.mt-100 {
padding-top: 100px;
}
.mt-182 {
padding-top: 182px;
}

.br-12 {
	border-radius: 12px !important;
}

.hover-opacity {
  opacity: .9;
  transition: opacity .2s ease;
  cursor: pointer;
}
.anchor-link {
  margin-top: calc(-90px + 32px) !important;
  padding-top: 90px !important;
}

.share-wrapper .share-label, .share-wrapper .share-icon {
	opacity: .9;
}

/* BREADCRUMBS */
.to-catalog {
	display: none;
}
.section-catalog {
	padding-top: 140px;
}
.section-catalog .breadcrumbs a,
.section-catalog .breadcrumbs span{
	font-size: 16px;
	color: #232323;
	text-decoration:none;
	margin-right: 8px;
	transition: color 0.2s ease;
}

.section-catalog .breadcrumbs a:hover {
	color: black;
}

.section-catalog .breadcrumbs a:after{
    content:"/";
    display:inline-block;
	position:relative;
	line-height: 130%;
	left:4px;
	bottom:-1px;
}

/* END DREADCRUMBS */

/*GALLERY*/

.ratio-1-1 {
	aspect-ratio: 1/1;
}

.galery-swiper-thubms-button-prev {
    width: 44px;
	height:44px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(180deg);
	z-index: 12;
	border-radius:50%;
	background-color: #F2F5FA;
	cursor: pointer;
}

.galery-swiper-thubms-button-next {
    width: 44px;
	height:44px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 12;
	border-radius:50%;
	background-color: #F2F5FA;
	cursor: pointer;
}

.swiper-button-disabled img {
	opacity: 0.35;
}

.gallery-swiper .swiper-slide .slider_content {
    width: 100%;
    height: 100%;
	min-height: 300px;
	cursor:pointer;
	object-fit: cover;
	object-position: center;
}

.gallery-swiper-thumbs {
    width: 100%;
	max-width: 70px;
	max-height: calc(586px - 110px);
	position: relative;
}

.gallery-swiper-thumbs_gradient {
    position: absolute;
	top: 0;
	background: rgb(253,253,253);
	background: linear-gradient(180.00deg, rgba(245, 245, 245, 1) 0%,rgba(245, 245, 245, 0) 100%);
	z-index: 10;
	width: 100%;
	height: 15px;
	margin-top: 56px;
	pointer-events: none;
}

.gallery-swiper-thumbs_gradient-reverse {
	position: absolute;
	bottom: 0;
	background: rgb(253,253,253);
	background: linear-gradient(180.00deg, rgba(245, 245, 245, 0) 0%,rgba(245, 245, 245, 1) 100%);
	z-index: 10;
	width: 100%;
	height: 15px;
	margin-bottom: 56px;
	pointer-events: none;
}

.gallery-swiper-thumbs .swiper-slide {
	width: 70px;
	height:70px;
	/*margin-bottom: 12px;*/
	display: block;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	cursor:pointer;
}

.gallery-swiper-thumbs .swiper-slide img{
	/*box-shadow: 0 0 0 1px #E3E3E3;*/
	width:70px; 
	height:70px;
	width: 100%;
	border-radius:16px;
	border: 2px solid #E3E3E3;
	aspect-ratio: 1/1;
}

.gallery-swiper-thumbs .swiper-slide.swiper-slide-thumb-active img{
	/*box-shadow: 0 0 0 2px #275EC7;*/
	border: 2px solid #275EC7;
}


.gallery-swiper-thumbs .swiper-slide:not(.swiper-slide-thumb-active):hover img{
	/*box-shadow: 0 0 0 2px #275EC74D;*/
	border: 2px solid #275EC74D;
}

.additional-flip {
	display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
	position: sticky;
    top: 108px;
}
/*GALLERY-END*/

/* OPEN GALLERY WINDOW */

.full-gallery-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	z-index: 100;
	display: none;
}

.full-gallery-wrapper.active {
	display: flex;
	z-index: 10002;
}

.full-gallery-thumbs {
	display: flex;
	padding: 100px 0;
	position: relative;
	border-right: 2px solid var(--gray-extra-light, #E3E3E3);
}

.full-galery-swiper-thubms-button-prev {
	transform: rotate(180deg);
	width: 68px;
	position: absolute;
	top: 0;
	left: calc(50% - 34px);
	background-color: #fff;
	z-index:101;
	cursor: pointer;
}

.full-galery-swiper-thubms-button-next {
	width: 68px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 34px);
	background-color: #fff;
	z-index:101;
	cursor: pointer;
}

.full-gallery-swiper-thumbs {
	width: 300px;
	height: calc(100% - 190px);
	padding: 38px 0;
	margin: auto;
}

.full-gallery-swiper-thumbs .swiper-wrapper .swiper-slide {
	width: 64px;
	height: 64px;
	border-radius: 10px;
	overflow: hidden;
	border: 2px solid #E3E3E3;
	margin: 0 auto;
	cursor: pointer;
}

.full-gallery-swiper .swiper-pagination {
	margin-bottom:24px;
	color: #737373;
}

.full-gallery-swiper-thumbs .swiper-wrapper .swiper-slide-thumb-active {
	border: 2px solid #275EC7;
}

.full-gallery-swiper-thumbs .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 100%;
}

.full-gallery-swiper {
	width: calc(100% - 300px);
	height: 100%;
	display: flex;
}

.full-gallery-swiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.full-gallery-swiper .swiper-slide .slider_content {
	max-width: fit-content;
	max-height: 70vh;
	height: 100%;
	max-width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	obfect-position: center;
}

.full-gallery_close-btn {
	position: absolute;
	top: 0;
	right: 0;
	margin: 40px 120px 0 0;
	z-index:101;
	cursor: pointer;
}

.full-galery-swiper-button-prev, .full-galery-swiper-button-next {
	min-width: 40px;
	min-height: 40px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: drop-shadow(1px 2px 8px rgba(34, 34, 34, 0.04)) drop-shadow(-1px -2px 8px rgba(0, 0, 0, 0.04));
	background-color: #fff;
	border-radius: 50%;
	margin: auto;
	cursor: pointer;
}

.full-galery-swiper-button-prev .full-galery-swiper-shevron {
	transform: rotate(180deg);
	position: relative;
	left: -1px;
}

.full-galery-swiper-button-next .full-galery-swiper-shevron {
	position: relative;
	right: -1px;
}

.full-galery-swiper-button-prev {
	position: absolute;
	margin-left: 120px;
	top: calc(50% - 20px);
	z-index: 101;
	cursor: pointer;
}

.full-galery-swiper-button-next {
	position: absolute;
	margin-right: 120px;
	right: 0;
	top: calc(50% - 20px);
	z-index: 101;
	cursor: pointer;
}

.full-gallery-swiper-thumbs_gradient {
	position: absolute;
	top: 0;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	z-index: 10;
	width: 100%;
	height: 15px;
	margin-top: 32px;
	pointer-events: none;
}


.full-gallery-swiper-thumbs_gradient-reverse {
	position: absolute;
	bottom: 0;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	z-index: 10;
	width: 100%;
	height: 15px;
	margin-bottom: 32px;
	pointer-events: none;
}


/* OPEN GALLERY WINDOW - END*/

.gray-sect {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #FFF;
  border-radius: 24px;
}
.gray-sect__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
}
.gray-sect-content, .gray-sect-content > p, .gray-sect-content > div {
  font-size: 18px;
  line-height: 130%;
}
.columns-grid {
  min-height: 590px;
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.column {
  width: 100%;
  max-width: 708px;
  height: fit-content;
}

#column-gallery {
	position: relative;
}


.title-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.title-row h1 {
	font-size: 36px;
    font-weight: 600;
    line-height: 40px;
}

.is-avaliable {
	margin-top: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.is-avaliable_dot {
	width: 10px;
	height: 10px;
	border-radius: 10px;
}
.is-avaliable_value {
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
}
.is-avaliable.-in-stock .is-avaliable_dot {
	background: #0A883A;
}
.is-avaliable.-in-stock .is-avaliable_value {
	color: #0A883A;
}
.is-avaliable.-out-stock .is-avaliable_dot {
	background: var(--critical-text);;
}
.is-avaliable.-out-stock .is-avaliable_value {
	color: var(--critical-text);;
}

.anchor-links {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 24px;
}
.anchor-links__item, .anchor-links__item span {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  color: var(--accent);
  transition: color .2s ease;
}
.anchor-links .divider {
  width: 2px;
  height: 24px;
  background-color: var(--accent);
  border-radius: 2px;
}
.anchor-links .rating {
	display: flex;
	align-items: center;
	gap: 8px;

	font-size: 18px;
	font-weight: 500;
	line-height: 120%;
}
.anchor-links .rating a {
	margin-left: 4px;
}

.buy-share {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.buy-share__share {
  height: fit-content;
}
.buy-share__share.mob {
	display: none;
}
.buy-share__share.web {
	position:relative;
}
.buy-share .title {
  font-weight: 600;
  font-size: 26px;
  line-height: 130%;
}
.buy-share .buy-share__buy .buttons  {
  display: flex;
  gap: 12px;
}
.buy-share .buy-share__buy .buttons a {
  border-radius: 14px;
  transition: all .2s ease;
}
.buy-share .buy-share__buy .buttons a img {
  display: block;
  border-radius: 14px;
  height: 56px;
  width: 56px;
}

.supported-techs {
	margin-top: 32px;
}
.supported-techs_title {
	color: var(--gray);
	font-size: 18px;
	font-weight: 400;
	line-height: 100%;
}
.supported-techs_list {
	margin-top: 16px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}
.supported-techs_list-item {
	padding: 16px;
	background: var(--white);
	border-radius: 20px;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
}

.qualities {
	margin-top: 64px;
}
.qualities_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}
.qualities_list-item {
	display: flex;
	align-items: center;
	gap: 12px;
}
.qualities_list-item img {
	width: 32px;
	height: 32px;
	padding: 8px;
	background: var(--white);
	border-radius: 50%;
	box-shadow: -0.64px -1.28px 5.119999885559082px 0px rgba(0, 0, 0, 0.04),0.64px 1.28px 5.119999885559082px 0px rgba(34, 34, 34, 0.04);
}

.buy-block {
	margin-top: 64px;
	padding: 24px;
	display: flex;
	align-items: center;
	gap: 16px;
	background: #E9EFF9;
	border-radius: 24px;
}
.buy-block_price-value {
	display: flex;
	align-items: center;
	color: var(--accent);
	font-size: 32px;
	font-weight: 600;
	line-height: 100%;
}
.buy-block_price-value img {
	margin-left: 8px;
	height: 23px;
}
.buy-block_price-descr {
	margin-top: 12px;
	color: var(--gray);
	font-size: 12px;
	font-weight: 400;
	line-height: 120%;
}
.buy-block_button {
	min-width: 350px;
	display: flex;
	justify-content: center !important;
}
.button-markets_asside .list, .button-markets_asside .root {
	min-width: 350px;
}
.button-markets_asside .list a {
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
}
.button-markets_asside .list a img {
	width: 40px;
	height: 40px;
	border-radius: 8px;
}
.button-markets_asside-close, .button-markets_asside-title {
	display: none;
}

.main-info {
	margin-top: 60px;
	padding: 24px;
	background: var(--white);
	border-radius: 24px;
}
.main-info_nav {
	display: flex;
	align-items: center;
	gap: 8px;
}
.main-info_nav-item {
    padding: 12px 24px;
    color: var(--dark);
    background: #FCFCFC;
    border: 1px solid #C6CBD4;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    transition: all .2s ease;
}
.main-info_nav-item.active {
	background: #E9EFF9;
    color: var(--accent);
    border-color: var(--accent);
}
.main-info_nav-item:not(.active):hover{
	background: #F7F7F7;
}
.main-info_theme {
	margin-top: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	transition: height 0.2s ease, opacity 0.2s ease;
}
.main-info_theme.active {
	margin-top: 56px;
	height: auto;
	opacity: 1;
	pointer-events: auto;
}
.main-info_title {
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
}
.main-info_title span.uppercase {
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
	text-transform: uppercase;
}
.main-info_content {
	margin-top: 32px;
	font-size: 18px;
	font-weight: 400;
	line-height: 130%;
}
.main-info_content * {
	font-size: 18px;
	font-weight: 400;
	line-height: 130%;
}
.main-info_content b {
	font-weight: 600;
}
.main-info_content ul, .main-info_content li {
	list-style: disc;
	padding: revert;
	margin: initial;
}
.main-info_content ol, .main-info_content ol li {
	list-style: auto;
	padding: revert;
	margin: initial;
}
.characteristics .main-info_content a {
	display: block;
	margin-top: 8px;
	color: var(--accent);
}
.characteristics .main-info_content a:hover {
	color: var(--hover-accent);
}

.main-info_spec-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.main-info_spec_elem {
	padding-bottom: 24px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 12px;
}
.main-info_spec_elem:not(:last-of-type) {
	border-bottom: 1px solid #0000001A;
}
.main-info_spec_elem-name {
	color: var(--gray);
	font-size: 18px;
	font-weight: 400;
	line-height: 130%;
}
.main-info_spec_elem-value {
	font-size: 18px;
	font-weight: 600;
	line-height: 130%;
}

.main-info_docs-list {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 24px;
}
.main-info_docs-elem {
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 16px;
	background: #FCFCFC;
	border: 1px solid #E8EAED;
	border-radius: 24px;
	box-shadow: 0px 0px 4px 0px rgba(34, 34, 34, 0.08),1px 2px 8px 0px rgba(34, 34, 34, 0.04);
}
.main-info_docs-elem-title {
	display: flex;
	gap: 12px;
}
.main-info_docs-elem-title img {
	height: 70px;
	width: 70px;
	padding: 11px 14px;
	background: #E9EFF9;
	border-radius: 12px;
}
.main-info_docs-elem-name {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
}
.main-info_docs-elem-info {
	margin-top: 8px;
	color: #616D7F;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
}
.main-info_docs-elem-download {
	width: fit-content;
	padding: 14px 0;
	color: var(--accent);
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	transition: color .2s ease;
}
.main-info_docs-elem-download:hover {
	color: var(--hover-main);
}

.main-info_reviews {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 24px;
}
.main-info_reviews-item {
	min-height: 186px;
	height: fit-content;
	padding: 20px;
	background: #F7F7F7;
	border-radius: 12px;
}
.main-info_reviews-item-info {
	display: flex;
	justify-content: space-between;
}
/* Пока нет актуальной оценки */
.main-info_reviews-item-info-content .reating {
	display: none;
}
.main-info_reviews-item-info-content .person, .main-info_reviews-item-info-content .person span {
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
}
.main-info_reviews-item-info-content .date {
	margin-top: 2px;
	color: var(--gray);
	font-size: 12px;
	font-weight: 400;
	line-height: 130%;
}
.main-info_reviews-item-info-market img {
	width: 50px;
	height: 50px;
	border-radius: 12px;
}
.main-info_reviews-item-text {
	margin-top: 8px;
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
}

.main-info_video-list {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 32px;
}
.main-info_video-list-item {
	width: 100%;
	aspect-ratio: 1.8 / 1;
}
.main-info_video-list-item iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 1.8 / 1;
	border-radius: 24px;
}

.benefits, .also {
	margin-top: 32px;
	padding: 20px;
	background-color: var(--white);
	border-radius: 24px;
}
.benefits_title, .also_title {
	display: flex;
	justify-content: space-between;

	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
}
.also_title h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
}
.benefits_list, .also_list {
	margin-top: 32px;
}
.benefits_list {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 24px;
}
.benefits_list-item {
	padding: 24px;
	display: flex;
	align-items: center;
	gap: 16px;
	background: #F5F5F5;
	border-radius: 24px;

	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}



.catalog__card {
	padding: 16px;
	height: auto;
	display: flex;
	flex-direction: column;
    justify-content: space-between;
	background: var(--white);
	border-radius: 24px;
	box-shadow: -1.02px -2.04px 8.171652793884277px 0px rgba(0, 0, 0, 0.04),1.02px 2.04px 8.171652793884277px 0px rgba(34, 34, 34, 0.04);
}
.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;
	border-radius: 20px;
}

.catalog-element-stock {
	width: fit-content;
	margin-top: 16px;
	padding: 8px 20px 8px 12px;
	display: flex;
	align-items: center;
	gap: 12px;
	border-radius: 50px;
}
.catalog-element-stock.-in-stock {
	background: var(--success-secondary);
}
.catalog-element-stock.-out-stock {
	background: var(--critical-secondary);
}
.catalog-element-stock__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.catalog-element-stock.-in-stock .catalog-element-stock__dot {
	background: var(--success-text);
}
.catalog-element-stock.-out-stock .catalog-element-stock__dot {
	background: var(--critical-text);
}
.catalog-element-stock__label {
	font-size: 16px;
	font-weight: 600;
	line-height: 120%;
}
.catalog-element-stock.-in-stock .catalog-element-stock__label {
	color: var(--success-text);
}
.catalog-element-stock.-out-stock .catalog-element-stock__label {
	color: var(--critical-text);
}

.catalog-element-rating-wrapper {
	margin-top: 12px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.catalog-element-rating {
	display: flex;
	align-items: center;
	gap: 8px;
}
.catalog-element-rating img {
	width: 20px;
	height: 20px;
}
.catalog-element-rating__value {
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
}

.catalog-element-rating__reviews {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	color: var(--gray);
}

.catalog-element-techs {
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
.catalog-element-techs__item {
	padding: 16px;
	font-size: 18px;
	font-weight: 600;
	line-height: 13px;
	background: #F1F1F1;
	border-radius: 20px;
}

.catalog-element-price {
	margin-top: 16px;
	font-size: 20px;
	font-weight: 600;
	line-height: 16px;
}

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

	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_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%);
}



.accordion .accordion-content {
  width: 100%;
  transition: max-height .5s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.accordion .accordion-content b {
	font-weight: 600;
}
.accordion.collapse .accordion-content {
  /* -webkit-line-clamp: 5; */
  max-height: 42px;
}
.hide-show-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.hide-show-btn p {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}
.hide-show-btn p, .hide-show-btn img {
  pointer-events: none;
}

.descr {
  margin-top: 56px;
}
.descr__content br {
  content: " ";
  display: block;
  height: 8px;
}

/* Fix for firefox */
@-moz-document url-prefix() {
  .descr__content br {
    margin: 4px 0;
  }
}

.descr__content.ellipsis {
  -webkit-line-clamp: 5;
}
.descr__content ul li {
  list-style: disc;
  margin-left: 40px;
}
.descr__content ol li {
  list-style: decimal;
  margin-left: 40px;
}

.charact {
  margin-top: 32px;
}
.spec-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.spec_elem {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.spec_elem > div:first-of-type {
  color: var(--gray);
}
.charact__content-links {
  margin-top: 24px;
  display: flex;
  gap: 18px;
}
.charact__content-links a {
  color: var(--accent);
  transition: all .2s ease;
}
#charact-show-hide > * {
  pointer-events: none;
}

.possibilities {
  margin-top: 32px;
}
.possibilities-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 12px;
}

.possibilities-grid__item {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  object-fit: cover;
}


.reviews {
  margin-top: 32px;
}
.reviews__list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.reviews__list-item {
  display: flex;
  flex-direction: column;
}
.reviews__list-item .info {
  display: flex;
  gap: 20px;
  align-items: center;
}
.reviews__list-item .info__market {
  width: 50px;
  height: 50px;
}
.reviews__list-item .info__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.reviews__list-item .info__content-date {
  font-size: 12px;
  line-height: 130%;
  color: var(--gray);
}
.reviews__list-item .text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 130%;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: all .5s ease;
}
.reviews__list-item.collapse .text {
  max-height: 42px;
}
.reviews__list-item.collapse .text.ellipsis {
  -webkit-line-clamp: 2;
}
.reviews__list-item .hide-show-btn p {
  font-size: 16px;
  line-height: 125%;
  font-weight: 600;
}


.also {
  margin-top: 32px;
  margin-bottom: 64px;
}
.also .gray-sect {
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.also .gray-sect__title {
  padding-left: 20px;
}
.also__list {
  position: relative;
  width: 100%;
  margin-top: 16px;
}
.also__list-card {
  width: 200px !important;
  display: flex;
  flex-direction: column;
}
.also__list-card img {
  max-width: 100%;
  border-radius: 8px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.also__list-card .title {
  margin-top: 4px;
  height: 50px;
}
.also__list-card .title p {
  max-width: 160px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;

  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.also__list-card .about {
  display: block;
  width: fit-content;
  margin-top: 6px;
  padding: 6px 30px 9px;
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
  color: var(--accent);
  border: 2px var(--accent) solid;
  border-radius: 8px;
  transition: all .2s ease;
}
.also__list-grad {
  position: absolute;
  top: 0;
  height: 100%;
  width: 60px;
  z-index: 10;
  transition: all .2s ease;
}
.also__list-grad._start {
  left: 0;
  background: linear-gradient(90deg, #f9f9f9 0%, rgba(249, 249, 249, 0.7) 40%, rgba(249, 249, 249, 0) 100%);
}
.also__list-grad._end {
  right: 0;
  background: linear-gradient(270deg, #f9f9f9 0%, rgba(249, 249, 249, 0.7) 40%, rgba(249, 249, 249, 0) 100%);
}
.also-swiper-buttons {
	display: flex;
	gap: 10px;
}
.also-button-prev, .also-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px !important;
  height: 48px !important;
  z-index: 11;
  border-radius: 50%;
  cursor: pointer;
  transition-property: background-color, transform;
  transition-duration: .2s, .2s;
  transition-delay: 0s, .2s
}
.also-button-prev::after, .also-button-next::after {
  content: url('/local/assets/eltex-doma/img/doma-new/swiper-button-arrow-new.svg');
  height: 20px;
}
.also-button-prev {
  transform: rotate(180deg);
}
.also-button-prev::after, .also-button-next::after {
  margin-left: 4px;
}
.swiper-button-disabled, .swiper-button-disabled:hover {
  background-color: #F9FAFD !important; 
  cursor: default;
}
.-blue-glass-border::before {
	border-radius: 30px;
}


/* Фикс ради 2х пикселей */
@media (min-width: 1900px) {
	#column-gallery .additional-flip .lg-col-100 {
		width:590px;
	}
}

@media (min-width: 1200px) {
	.additional-flip > div:first-of-type {
		position: relative;
		display: flex;
		align-items: center;
		flex-direction: column;
		gap: 12px;
		grid-column-start: 1;
		grid-column-end: 1;
		width: 100%;
		max-width: 70px;
	}
	.additional-flip > div:last-of-type {
		grid-column-start: 2;
		grid-column-end: 7;
		width: 100%;
		margin-left: -36px;
	}
}

@media screen and (max-width: 1440px) {
  .container {
    width: 1200px;
  }
  .column {
    max-width: 588px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 40px;
  }
	.section-catalog {
		margin-top: 182px;
	}
  	.section-catalog .breadcrumbs {
		margin-top: 0;
	}
	.column:first-of-type {
		max-width: calc(45vw - 32px);
	}
	.column:last-of-type {
		max-width: calc(55vw - 54px);
	}
  	.additional-flip {
		display: flex;
    	flex-direction: column-reverse;
  	}
	.additional-flip > div:last-of-type {
		margin-left: 0;
	}
	.gallery-swiper-thumbs {
		max-width: initial;
	}
	.galery-swiper-thubms-button-prev, .galery-swiper-thubms-button-next {
		display: none;
	}
	.additional-flip #swiper-parent {
		position: relative;
	}
	.additional-flip .gallery-swiper-thumbs_gradient {
		background: linear-gradient(90deg, rgba(253, 253, 253, 1) 0%, rgba(245, 250, 255, 0) 100%);
		margin-top: 0;
	}
	.additional-flip .gallery-swiper-thumbs_gradient-reverse {
		background: linear-gradient(270deg, rgba(253, 253, 253, 1) 0%, rgba(245, 250, 255, 0) 100%);
		margin-bottom: 0;
	}

	.buy-block_button, .button-markets_asside .list, .button-markets_asside .root {
		min-width: auto;
	}
	.button-markets_asside .list a img {
		height: 30px;
		width: 30px;
	}
	.qualities, .buy-block {
		margin-top: 32px;
	}
	.main-info_nav {
		overflow: auto;
		width: calc(100% + 48px);
        margin-left: -24px;
        padding: 0 24px;
	}
	.main-info_nav::-webkit-scrollbar {
		height: 0;
	}
	.main-info_nav-item {
		text-wrap: nowrap;
	}
	.main-info_docs-list, .main-info_video-list, .benefits_list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 992px) {
	.section-catalog {
		margin-top: 78px;
	}
	.columns-grid {
		display: flex;
		flex-direction: column;
	}
	.column {
		height: fit-content !important;
		width: 100%;
		max-width: initial !important;
	}

	.gallery-swiper .swiper-pagination-gallery{
		position:relative;
	}
	.gallery-swiper .swiper-horizontal>.swiper-pagination-bullets,
	.gallery-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
	.gallery-swiper .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 0;
		margin-top: 4px;
	}

	.buy-share {
		position: relative;
	}
	.buy-share__share.web {
		position: absolute;
		right: 0;
		top: 0;
	}
	.buy-block {
		justify-content: space-between;
	}
	.buy-block_price {
		max-width: 35%;
	}
	.buy-block_button, .button-markets_asside .list, .button-markets_asside .root {
		min-width: 350px;
	}
}

@media screen and (max-width: 992px) and (orientation:landscape) {

	.full-gallery-swiper-thumbs {
		height: calc(100% - 100px);
	}

	.full-gallery-thumbs {
		padding: 0;
	}

	.full-gallery-swiper .swiper-slide .slider_content {
		max-width: 350px !important;
		max-height: 300px !important;
	}

	.full-gallery-swiper .swiper-pagination {
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 480px) {
	body {
		overflow-y: clip !important;
		overflow-x: clip;
	}
	.container {
		padding: 0 20px;
	}
	.sm-mt-14 {
		margin-top: 14px;
	}
	.fz-t6-mob {
		font-weight: 600;
		font-size: 12px;
		line-height: 117%;
	}
	.swiper-pagination-gallery {
		display: block;
	}
	.swiper-pagination-bullet {
		background: #275EC7;
		opacity: 0.2;
	}
	.swiper-pagination-bullet-active {
		opacity: 1;
	}

	.breadcrumbs {
		display: none;
	}
	.to-catalog {
		display: flex;
		align-items: center;
		gap: 4px;
	}
	.to-catalog p {
		font-weight: 400;
		font-size: 14px;
		line-height: 130%;
		letter-spacing: -0.01em;
	}

	section h5 {
		font-weight: 600;
		font-size: 16px;
		line-height: 130%;
	}

	.columns-grid {
		margin-top: 32px;
	}
	.column h3 {
		font-weight: 600;
		font-size: 18px;
		line-height: 130%;
	}

	.product-name {
		font-weight: 600;
        font-size: 18px;
        line-height: 130%;
	}
	.anchor-links {
		margin-top: 12px;
		gap: 11px;
	}
	.anchor-links .rating {
		gap: 4px;
		font-size: 14px;
		font-weight: 500;
		line-height: 120%;
	}
	.anchor-links .rating img {
		width: 16px;
		height: 16px;
	}
	.anchor-links__item {
		font-size: 14px;
		font-weight: 500;
		line-height: 120%;
	}
	.anchor-links .divider {
		width: 1px;
		height: 14px;
	}

	.swiper-pagination-gallery__wrapper {
		max-width: 72px;
		padding: 4px 8px;
		position: absolute;
		bottom: 12px;
		left: 12px;
		background: var(--white);
		border-radius: 20px;
		z-index: 10;
		box-shadow: -0.48px -0.96px 3.8399999141693115px 0px rgba(0, 0, 0, 0.04),0.48px 0.96px 3.8399999141693115px 0px rgba(34, 34, 34, 0.04);
	}
	.swiper-pagination-gallery {
		margin-top: 0 !important;
	}
	.swiper-pagination-gallery .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.swiper {
	  --swiper-pagination-bullet-horizontal-gap: 2px;
	}

	.buy-share {
		margin-top: 16px;
	}
	.buy-share .title {
		display: none;
	}
	.buy-share .buy-share__buy {
		width: 100%;
	}
	.button-markets_asside.active {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 1000;
	}
	.button-markets_asside.active::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #00052166;
	}
	.button-markets_asside.active .button-markets_asside-title {
		display: block;
		width: fit-content;
		font-size: 16px;
		font-weight: 600;
		line-height: 130%;
	}
	.button-markets_asside.active .button-markets_asside-close {
		display: block;
		position: absolute;
		top: 16px;
		right: 16px;
		width: 24px;
		height: 24px;
		cursor: pointer;
		z-index: 1001;
	}
	.button-markets_asside.active .root {
		display: none;
	}
	.button-markets_asside.active .list {
		position: absolute;
		bottom: 0;
        left: 0;
        top: auto;
		border-radius: 12px 12px 0 0;
		padding: 16px 20px;
		z-index: 1;
	}
	.button-markets_asside .list ul {
		margin-top: 24px;
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
	.button-markets_asside .list a {
		padding: 0;
		font-size: 16px;
		font-weight: 400;
		line-height: 130%;
	}
	.button-markets_asside.active .list a img {
		width: 40px;
		height: 40px;
		border-radius: 8px;
	}

/* old design buttons
	.buy-share .buy-share__buy .buttons {
		margin-top: 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}
	.buy-share .buy-share__buy .buttons a {
		padding: 6px 35px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.buy-share .buy-share__buy .buttons a img {
		max-width: 86px;
	}
*/

	.buy-share .buy-share__buy .buttons {
		margin-top: 0;
		gap: 8px;
	}
	.buy-share .buy-share__buy .buttons a img {
		width: 50px;
		height: 50px;
	}


	.buy-share__share.web .share-wrapper {
		display: none;
	}
	.buy-share__share.mob {
		display: flex;
		position: absolute;
		bottom: 16px;
		right: 16px;
		z-index: 8;
	}
	.buy-share__share.mob .share-wrapper {
		width: fit-content;
		padding: 8px;
		background-color: var(--white);
		border-radius: 50%;
		box-shadow: 1px 3px 11px 0 rgba(34, 34, 34, 0.04), -1px -3px 11px 0 rgba(0, 0, 0, 0.04);
	}
	.buy-share__share.mob .share-wrapper .share-label {
		display: none;
	}
	.buy-share__share.mob .share-wrapper .share-icon {
		margin-right: 0;
	}

	.gray-sect {
		padding: 16px;
		border-radius: 12px;
	}
	.gray-sect__title {
		font-size: 16px;
        line-height: 130%;
	}
	.gray-sect-content * {
		font-weight: 400;
		font-size: 12px !important;
		line-height: 140% !important;
	}
	.gray-sect-content, .gray-sect-content > p, .gray-sect-content > div {
		font-weight: 400;
		font-size: 12px !important;
		line-height: 140% !important;
	}

	.hide-show-btn {
		gap: 2px;
	}
	.hide-show-btn p.fz-t3 {
		font-weight: 600;
		font-size: 12px;
		line-height: 117%;
	}
	.hide-show-btn img {
		width: 12px;
		height: 12px;
		margin-top: -1px;
		margin-left: 0;
	}


	.descr {
		margin-top: 32px;
	}

	.charact__content-links {
		margin-top: 14px;
		flex-direction: column;
		gap: 2px;
	}
	.charact__content-links a {
		font-weight: 400;
		font-size: 12px;
		line-height: 140%;
	}

	.spec-list {
		grid-template-columns: 1fr;
		gap: 8px;
	}
	.spec_elem {
		gap: 2px;
	}
	.spec_elem > div {
		font-size: 12px;
	}

	.possibilities-grid {
		grid-template-columns: 1fr;
	}
	.possibilities-grid__item {
		border-radius: 12px;
	}

	.reviews__list-item .info {
		gap: 10px;
	}
	.reviews__list-item .info__market {
		width: 32px;
		height: 32px;
	}
	.reviews__list-item .text {
		margin-top: 12px;
		font-size: 12px;
		line-height: 140%;
	}
	.reviews__list-item .hide-show-btn p {
		font-weight: 600;
		font-size: 12px;
		line-height: 117%;
	}

	.also .gray-sect {
		padding: 16px 0 42px;
	}
	.also h5 {
		padding-left: 16px;
	}
	.also__list {
		margin-top: 8px;
		padding-left: 16px;
    	padding-right: 16px;
		overflow-y: visible;
	}
	.also__list-card {
		width: 180px !important;
	}
	.also__list-card .about {
		height:40px;
		padding: 10px 24px;
		font-weight: 600;
		font-size: 14px;
		line-height: 130%;
    	border: 1px var(--accent) solid;
	}
	.also__list-grad {
		display: none;
	}
	.also-button-next, .also-button-prev {
		display: none;
	}


	.full-gallery-swiper {
		width: 100%;
	}
	.full-gallery-wrapper {
		flex-direction: column-reverse;
	}

	.full-gallery-thumbs {
		padding: 0;
	}

	.full-gallery-swiper-thumbs {
		width: 100vw;
		height: auto;
		padding: 12px 20px 24px 20px;
	}

	.full-gallery-swiper .swiper-slide .slider_content {
		width: 100%;
		max-width: 335px;
		height: auto;
		max-height: none;
		aspect-ratio: 1/1;
	}

	.full-gallery_close-btn {
		margin: 24px 16px 0 0;
	}

	.full-gallery-swiper .swiper-pagination {
		margin-bottom: 0;
	}

	.full-galery-swiper-button-prev {
		margin-left: 32px;
		opacity: .4;
	}

	.full-galery-swiper-button-next {
		margin-right: 32px;
		opacity: .4;
	}


	.additional-flip #image-child {
		overflow: visible;
		position: relative;
	}

	.gallery-swiper .swiper-pagination-gallery{
		position:relative;
	}

	.gallery-swiper .swiper-horizontal>.swiper-pagination-bullets,
	.gallery-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
	.gallery-swiper .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 0;
		margin-top: 16px;
		justify-content: center;
	}
	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
		transform: scale(1);
	} 

	.footer {
		margin-top:32px;
		padding-bottom: 50px;
	}
	.footer__bottom {
		margin-top: 32px;
	}


	.title-row h1 {
		font-size: 18px;
		font-weight: 600;
		line-height: 130%;
	}
	.is-avaliable {
		margin-top: 12px;
	}
	.is-avaliable_value {
		font-size: 14px;
		font-weight: 600;
		line-height: 120%;
	}
	.supported-techs {
		margin-top: 16px;
	}
	.supported-techs_title {
		font-size: 14px;
		font-weight: 400;
		line-height: 100%;
	}
	.supported-techs_list {
		margin-top: 8px;
		gap: 4px;
	}
	.supported-techs_list-item {
		font-size: 14px;
		font-weight: 600;
		line-height: 10px;
	}
	.qualities, .buy-block {
		margin-top: 24px;
	}
	.qualities_list {
		grid-template-columns: 1fr;
		gap: 8px;
	}
	.qualities_list-item {
		gap: 8px;
		font-size: 14px;
		font-weight: 400;
		line-height: 130%;
	}
	.qualities_list-item img {
		width: 24px;
		height: 24px;
		padding: 4px;
	}
	.buy-block {
		flex-direction: column;
		padding: 16px;
	}
	.buy-block_price {
		max-width: none;
	}
	.buy-block_button {
		min-width: auto;
	}

	.main-info {
		margin-top: 48px;
		padding: 16px;
	}
	.main-info_nav {
        width: calc(100% + 32px);
        margin-left: -16px;
        padding: 0 16px;
	}
	.main-info_nav-item {
		padding: 8px 12px;
		font-size: 14px;
		border-radius: 16px;
	}
	.main-info_theme.active {
		margin-top: 32px;
	}
	.main-info_title, .main-info_title span.uppercase {
		font-size: 16px;
		font-weight: 600;
		line-height: 130%;
	}
	.main-info_content {
		margin-top: 24px;
	}
	.main-info_content * {
		font-size: 14px;
		font-weight: 400;
		line-height: 130%;
	}
	.main-info_spec-list {
		gap: 8px
	}
	.main-info_spec_elem {
		grid-template-columns: 1fr;
		gap: 8px;
		padding-bottom: 12px;
	}
	.main-info_spec_elem-value {
		font-weight: 600;
	}
	.main-info_docs-list, .main-info_video-list, .benefits_list {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.main-info_docs-elem {
		padding: 16px;
	}
	.main-info_docs-elem-title img {
		min-width: 48px;
		width: 48px;
		height: 48px;
		border-radius: 8px;
		padding: 8px;
	}
	.main-info_docs-elem-name {
		font-weight: 600;
	}
	.main-info_docs-elem-download {
		font-size: 16px;
		font-weight: 600;
		line-height: 20px;
	}
	.main-info_reviews {
		grid-template-columns: 1fr;
		gap: 8px;
	}
	.main-info_reviews-item {
		min-height: auto;
		padding: 16px;
	}
	.main-info_reviews-item-info-content .person {
		font-size: 14px;
		font-weight: 600;
		line-height: 16px;
	}
	.main-info_reviews-item-info-content .date {
		font-size: 14px;
		margin-top: 4px;
	}
	.main-info_reviews-item-info-market img {
		width: 40px;
		height: 40px;
		border-radius: 8px;
	}
	.main-info_reviews-item-text {
		margin-top: 12px;
	}
	.accordion.collapse .accordion-content {
		max-height: 40px;
	}
	.hide-show-btn p {
		font-weight: 600;
	}
	.hide-show-btn img {
		width: 16px;
		height: 16px;
	}
	.main-info_video-list-item {
		aspect-ratio: auto;
	}
	.main-info_video-list-item iframe {
		border-radius: 20px;
	}
	.benefits, .also {
		margin-top: 48px;
		padding: 16px;
	}
	.benefits_title, .also_title h2 {
		font-size: 16px;
		font-weight: 600;
		line-height: 130%;
	}
	.benefits_list {
		margin-top: 16px;
		gap: 12px;
	}
	.benefits_list-item {
		padding: 16px;
		border-radius: 16px;

		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
	}
	.benefits_list-item img {
		width: 32px;
		height: 32px;
	}
	.also__list {
		padding: 0;
	}
	.catalog__card {
		max-width: 156px;
		padding: 8px;
		border-radius: 16px;
	}
	.catalog-element-stock {
		margin-top: 8px;
		padding: 4px 8px;
		gap: 8px;
	}
	.catalog-element-stock__dot {
		width: 8px;
		height: 8px;
	}
	.catalog-element-stock__label {
		font-size: 12px;
		font-weight: 600;
		line-height: 140%;
	}

	.catalog-element-title {
		margin-top: 8px;
		font-size: 12px;
		line-height: 130%;
	}

	.catalog-element-rating {
		gap: 4px;
	}
	.catalog-element-rating-wrapper {
		margin-top: 8px;
		gap: 4px;
	}
	.catalog-element-rating img {
		width: 14px;
		height: 14px;
	}
	.catalog-element-rating__value {
		font-size: 12px;
		font-weight: 600;
		line-height: 14px;
	}
	.catalog-element-rating__reviews {
		font-size: 12px;
		font-weight: 400;
		line-height: 14px;
	}

	.catalog-element-chars {
		margin-top: 8px;
		gap: 4px;
	}
	.catalog-element-chars__item {
		grid-template-columns: 1fr;
		gap: 2px;
	}
	.catalog-element-chars__item > * {
		font-size: 12px;
		font-weight: 400;
		line-height: 120%;
	}
	.catalog-element-chars__item-value {
		text-align: left;
	}

	.catalog-element-price {
		margin-top: 8px;
		font-size: 14px;
		font-weight: 600;
		line-height: 16px;
	}

	.catalog__card a {
		width: 100%;
	}
	.catalog-element-button{
		width: 100%;
		margin-top: 8px;
		padding: 8px 16px;
		font-size: 12px;
		font-weight: 600;
		line-height: 14px;
		border-radius: 8px;
	}

	.catalog-element-title {
	  min-height:auto;
	}
	.catalog-element-description{
		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;
	}
	.catalog-element-img {
		border-radius: 8px;
	}
	.catalog-element-button {
        border-radius: 16px;
	}
	.catalog-element-techs {
		margin-top: 8px;
	}
	.catalog-element-techs__item {
		padding: 8px;
		font-size: 12px;
		line-height: 9px;
	}

	.also {
		margin-bottom: 32px;
	}
}

/* Animation only for desctop */
@media (pointer: fine) {
  .hover-opacity:hover {
    opacity: 1;
  }
	.share-wrapper:hover .share-label, .share-wrapper:hover .share-icon {
    opacity: 1;
	}


  .anchor-links__item:hover, .anchor-links__item:hover span {
    color: var(--hover-main);
  }

  .galery-swiper-thubms-button-next:hover, .galery-swiper-thubms-button-prev:hover {
	background-color: #E8EEF7;
  }
  .galery-swiper-thubms-button-next:active, .galery-swiper-thubms-button-prev:active {
	background-color: #F9FAFD;
  }

  .buy-share .buy-share__buy .buttons a:hover {
    background-color: var(--hover-main);
  }

  .charact__content-links a:hover {
    color: var(--hover-main);
  }

  .also__list-card .about:hover {
    background-color: var(--white);
    border-color: var(--white);
  }
  .also-button-prev:hover, .also-button-next:hover {
    background-color: #E8EEF7;
  }
}
/* End */


/* Start:/local/components/eltex-doma/share-product-new/templates/.default/style.css?17863276294648*/
.share-wrapper{
	display:flex; 
	flex-direction: row;
	cursor: pointer; 
	box-sizing: border-box;
	align-items: flex-start;
	position: relative; 
	//margin-left: calc(100% - 240px);
	float: right;
	gap: 8px;

	padding: 8px;
	background: #E3E3E3;
	border-radius: 8px;
}

.share-wrapper .share-label{
	order: 3;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: var(--dark);
	position: relative;
}

.share-wrapper .share-icon{
	/*background:url(/local/templates/doma-main/icons/share-product-icon.svg);
	background-repeat:no-repeat; */
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%; 
	order: 2; 
	width: 24px;
	height:24px; 
	min-width: 24px;
}

.share-modal{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 32px;
	gap: 16px;
	position: absolute;
	width: 292px;
	height: 212px;
	background: #fff;
	box-shadow: -1px -2px 8px rgba(0, 0, 0, 0.04), 1px 2px 8px rgba(34, 34, 34, 0.04);
	border-radius: 16px;
	box-sizing:border-box; 
	top: 35px;
	right: 0px;
	background-color: rgba(249, 249, 249, 0.8);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 20;
}

.share-modal.dark{
	background: rgba(61, 61, 61, 0.85);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.share-modal.dark .share-modal_title,
.share-modal.dark .share-modal_item-label{
	color:white;
}

.share-modal.dark .share-modal_close,
.share-modal.dark .share-modal_item-icon{
	filter: brightness(8);
}


.share-modal_item {
	display: flex;
	flex-direction: row; 
	cursor: pointer;
}

.share-modal_item.mobile_title{
	display:none;
}

.share-modal_title{
	display: none; 
}

.copy-link{
	background:url(/local/templates/doma-main/icons/share-copy.svg);
} 

.copy-link.is-click{
	background:url(/local/templates/doma-main/icons/eltex-doma-share-icon-copy-is-click.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
}

.tg-link{
	background:url(/local/templates/doma-main/icons/share-tg.svg);
} 

.vk-link{
	background:url(/local/templates/doma-main/icons/share-vk.svg); 
} 

.whatsapp-link{
	background:url(/local/templates/doma-main/icons/share-wa.svg);
} 

.share-modal_item-icon{
	width: 20px;
	height:auto;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 9px; 
	position: relative;
	top: 3px; 
}

.share-modal_close{
	background:url(/local/templates/doma-main/icons/close-icon.png);
	background-repeat:no-repeat; 
	display: none;
	width: 20px;
	height: 20px;
	background-size: cover;
	position: absolute;
	top: 26px;
	right: 20px;
}

.share-modal_item-label{
	color: #275EC7;
	font-size: 18px;
	font-weight: 500; 
}

.hidden{
	display:none; 
}



@media screen and (max-width: 480px){
	.share-modal_item.mobile_title{
		display:flex;
	}
	.share-wrapper{
		margin-left: 0;
		margin-bottom:0;
		float: left;
	}

	.share-wrapper .share-label{
		order: 2;

	}

	.share-wrapper .share-icon{
		order: 1; 
		margin-left: 0; 
	}

	.share-modal{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 24px 48px 32px 32px;
		gap: 24px;
		isolation: isolate;
		z-Index: 22;  
		position: fixed;
		width: 100%;
		height: fit-content;
		left: 0;
		bottom: 0;
		top: auto !important;
		box-shadow: -1px -2px 8px rgba(0, 0, 0, 0.04), 1px 2px 8px rgba(34, 34, 34, 0.04);
		border-radius: 16px 16px 0px 0px;
		background-color: rgba(249, 249, 249,,0.7);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);

	}

	.share-background{
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		right: 0; 
		background: rgba(0,0,0,0.75); 
		z-Index: 20; 
	}


	.share-modal_close{
		display: block; 
	}

	.share-modal_title{
		display: block; 
		font-size: 18px;
		color:#222222; 
		font-weight: 600; 
	}

	.hidden{
		display:none; 
	}

	.copy-notification {
		display: none;
		position: fixed;
		width: calc(100% - 72px);
		background-color: rgba(34, 34, 34, 0.95);
		border-radius: 16px;
		bottom: 100px;
		padding: 12px 16px;
		align-items: center;
		z-index: 10;
	}

	.copy-notification.active {
		display: flex;
	}


	.copy-notification p {
		color: #fff;
		font-size: 14px;
		font-weight: 500;
		line-height: 140%;
		flex: 1;
	}

	.copy-access {
		background:url(/local/templates/doma-main/icons/copyTick.svg);
		width: 16px;
		height: 16px;
		margin-right: 8px;
	}

	.copy-close {
		background:url(/local/templates/doma-main/icons/copyClose.svg);
		width: 16px;
		height: 16px;
		background-color: #fff;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		background-position: center;
		background-repeat: no-repeat;
	}
}
/* End */
/* /local/templates/doma-main/components/bitrix/catalog.element/redesign/style.css?178824397843389 */
/* /local/components/eltex-doma/share-product-new/templates/.default/style.css?17863276294648 */
