

/* Start:/local/templates/doma-main/components/bitrix/catalog.element/redesign/style.css?178116013524101*/
: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: 14px;
	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:6px;
	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{
	background-size: cover;
	background-position: center;
    width: 100%;
    height: 100%;
	min-height: 300px;
	cursor:pointer;
	background-size: cover;
	background-repeat: no-repeat;
}

.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(180deg, rgba(253,253,253,1) 0%, rgba(255,255,255,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(0deg, rgba(253,253,253,1) 0%, rgba(255,255,255,0) 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;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.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 {
  margin-top: 48px;
padding-bottom: 152px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.column {
  width: 100%;
  max-width: 708px;
  height: fit-content;
}

#column-gallery {
	position: relative;
}


.product-name {
	font-size: 36px;
    font-weight: 600;
    line-height: 100%;
}
.anchor-links {
  display: flex;
  gap: 20px;
  height: 24px;
}
.anchor-links__item {
  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;
}

.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%;
}

/* old design buttons
.buy-share .buy-share__buy .buttons  {
  display: flex;
  gap: 12px;
}
.buy-share .buy-share__buy .buttons a {
  background-color: var(--accent);
  padding: 8px 32px;
  border-radius: 8px;
  transition: all .2s ease;
}
.buy-share .buy-share__buy .buttons a img {
  display: block;
}
*/


.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;
}



.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: 150px;
}
.hide-show-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.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;
}
.also .gray-sect {
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.also h5 {
  padding-left: 20px;
}
.also__list {
  position: relative;
  width: 100%;
  margin-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
}
.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-button-prev, .also-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px !important;
  height: 44px !important;
  background-color: #f2f5fa;
  z-index: 11;
  position: absolute;
  top: 47%;
  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/img/doma-new/product-page/swiper-button-arrow.svg');
  height: 28px;
}
.also-button-prev {
  left: 8px;
  transform: rotate(180deg);
}
.also-button-prev::after {
  margin-left: 4px;
}
.also-button-next {
  right: 8px;
}
.swiper-button-disabled, .swiper-button-disabled:hover {
  background-color: #F9FAFD !important; 
  cursor: default;
}
.also-button-prev.swiper-button-disabled {
  transform: translateX(-120%) rotate(180deg);
  transition-delay: 0s;
}
.also-button-prev.swiper-button-disabled ~ .also__list-grad._start {
  transform: translateX(-120%);
}
.also-button-next.swiper-button-disabled {
  transform: translateX(120%);
  transition-delay: 0s;
}
.also-button-next.swiper-button-disabled ~ .also__list-grad._end {
  transform: translateX(120%);
}

/* Фикс ради 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 - 52px);
	}
	.column:last-of-type {
		max-width: calc(55vw - 52px);
	}
  	.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;
	}
}

@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;
	}
}

@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%;
	}

	.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 {
		display: none;
	}
	.buy-share {
		margin-top: 16px;
	}
	.buy-share .title {
		display: none;
	}
	.buy-share .buy-share__buy {
		width: 100%;
	}

/* 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: 40px;
		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;
	}
}

/* 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 {
    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?17459135154589*/
.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;
}

.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?178116013524101 */
/* /local/components/eltex-doma/share-product-new/templates/.default/style.css?17459135154589 */
