

/* Start:/bitrix/templates/from_mirror/components/bitrix/catalog/catalog/style.css?17302840084811*/
10.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
.top_control_panel{
	background: #dadada;
}
.top_control_panel 
.control_left{
	float: left;
}
.top_control_panel 
.control_right{
	float: right;
}
.control_left 
.control_count{
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
}
.control_sort{
	position: relative;
	padding: 20px 0;
	display: inline-block;

}
.control_sort .ask,
.control_sort .desc{
	position: absolute;
	width: 0;
	height: 0;
	top:0;
}
.control_sort .ask{
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #000;
	right: -21px;
	top:12px;
}
.control_sort .desc{
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top:  10px solid #000;
	right: -21px;
	top:23px;
}
.type_tile,
.type_line{
	display: inline-block;
	width: 22px;
	height: 22px;
}
.type_tile{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAbUlEQVRIS2NkoBNgpJM9DMPbogsMDAz6aEEJEjOEilEkjxx0/3HEF0wNRfLD2yJscXCRgYHBAE8cES0/mrzJTv7DO9VRlCEZGBjw6kcOutHkTVJVRijoRktvbMEJDrUBybCjyZvs5E2SRlIVAwA90T8b2N0qkAAAAABJRU5ErkJggg==);
	background-size: cover;
}
.type_line{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAArklEQVRoQ+2YUQ7AIAhD9ea7uYtXoJSY5u2fKn01kO0V8u2QPhaNvEYSIhAxOXCj9Zm0R2VvI2f0RNNhNGIytiwbRSTmsZdxvlTIZH+Jxr0LRCBicoBomYwty0YRiZnsrPHlQBsKo7bfmGjFPHZDYuclo+bIvH2GEyFiMFWShIhkn6EYIgZTJUn+xkv2GYrZfg2mSpJRRFjjpSw0FzMQmw2V5SAiW9gsAJFmQ2W5H0iEDyePg9qEAAAAAElFTkSuQmCC);
	background-size: cover;
}
.controll_type,
.top_control_panel .controll_compate_btn{
	display: inline-block;
}
.top_control_panel .controll_compate_btn{
	background:#169BD5;
	color:#fff!important;
	width: 140px;
	padding: 5px 0;
	text-align: center;
}
.checkbox{
	display: block!important;
}
.filter-sort__down.active{
	background-position: -12px -4075px;
}
.filter-sort__up.active{
	background-position: 0px -4075px;
}

.chpu-items-wrapper {
	margin-bottom: 30px;
	position: relative;
}

.chpu-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	gap: 8px;
	padding-right: 25px;
	overflow: hidden;
  	max-height: 68px;
  	will-change: max-height;
  	-webkit-transition: all 0.3s;
  	-o-transition: all 0.3s;
  	transition: all 0.3s;
}

.chpu-items a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 50px;
	border: 1px solid #0082cb;
	color: #0082cb;
	font-size: 14px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 2px 10px;
}

.chpu-items a:hover {
    background-color: #0082cb;
    color: #fff;
}

.chpu-items a.active {
	background-color: #0082cb;
    color: #fff;
	pointer-events: none;
}

.chpu-items span {
	font-size: 14px;
}

.chpu-items-show-all {
	position: absolute;
    right: 0;
    bottom: 0px;
    width: 25px;
    height: 25px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
  	-o-transition: all 0.3s;
  	transition: all 0.3s;
}

.chpu-items-show-all.active {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.chpu-items-show-all.hidden {
	display: none;
}

.chpu-items-show-all svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
	object-fit: contain;
}

@media screen and (max-width: 767px) {
	.chpu-items span {
		width: 100%;
	}

	.chpu-items {
    	padding-right: 0;
		max-height: 138px;
	}

	.chpu-items-show-all {
		bottom: -14px;
	}
}

@media screen and (max-width: 375px) {
	.chpu-items a {
		padding: 2px 5px;
	}
}

@media screen and (max-width: 359px) {
	.chpu-items a {
		font-size: 13px;
	}
}
.sort_bar_container {
	display:flex;
	justify-content:end;
	margin-bottom:28px;
}
.sort_bar {
background-color: #0082cb;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
padding:3px 0 3px 10px;
}
/* End */


/* Start:/bitrix/templates/from_mirror/components/bitrix/catalog/catalog/bitrix/catalog.element/element2023/style.css?177010181319303*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container-info-2__name {
    font-weight: 400;
    line-height: 42px;
    font-size: 36px;
    margin-bottom: 30px;
    color: #191919;
}

.product-card {
    padding: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-card__left {
    width: 500px;
}

.product-card__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-card__tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    border-radius: 50px;
    margin-bottom: 10px;
}

.product-card__tag.product-month {
    background: #22BC84;
}

.product-card__gallery-main .swiper-slide {
    height: 400px;
    border-radius: 5px;
    background: #FFFFFF;
}

.product-card__gallery-main .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-card__gallery-thumbs {
    position: relative;
    margin-top: 10px;
}

.product-card__gallery-thumbs .swiper {
    width: 371px;
    position: relative;
    /* padding: 0px 19px;
    width: calc(371px + 40px); */
}

.product-card__gallery-thumbs .swiper-slide {
    padding: 6px;
    border: 1px solid #C1C1C1;
    border-radius: 5px;
    height: 94px;
    background: #FFFFFF;
    -webkit-transition: all 0.18s;
    -o-transition: all 0.18s;
    transition: all 0.18s;
    cursor: pointer;
}

.product-card__gallery-thumbs .swiper-slide:hover {
    border: 1px solid #0082CB;
}

.product-card__gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid #0082CB;
}

.product-card__gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-card__gallery-thumbs .swiper-button-next,
.product-card__gallery-thumbs .swiper-button-prev,
.product-section .swiper-button-next,
.product-section .swiper-button-prev {
    position: absolute;
    font-size: 0;
    width: 18px;
    height: 12px;
    top: calc(50% - 6px);
    margin-top: 0;
	background: none;
}

.product-card__gallery-thumbs .swiper-button-next:hover,
.product-card__gallery-thumbs .swiper-button-prev:hover,
.product-section .swiper-button-next:hover,
.product-section .swiper-button-prev:hover {
    background: none;
}

.product-card__gallery-thumbs .swiper-button-next::after,
.product-card__gallery-thumbs .swiper-button-prev::after,
.product-section .swiper-button-next::after,
.product-section .swiper-button-prev::after {
    display: none;
}

.product-card__gallery-thumbs .swiper-button-prev,
.product-section .swiper-button-prev {
    left: 0;
	margin-left: 0 !important;
}

.product-card__gallery-thumbs .swiper-button-prev:hover,
.product-section .swiper-button-prev:hover {
    left: 0;
}

.product-card__gallery-thumbs .swiper-button-next,
.product-section .swiper-button-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
	margin-right: 0 !important;
}

.product-card__gallery-thumbs .swiper-button-disabled {
    display: flex !important;
}

.product-card__gallery-thumbs .swiper-button-next svg,
.product-card__gallery-thumbs .swiper-button-prev svg,
.product-section .swiper-button-next svg,
.product-section .swiper-button-prev svg {
    width: 100%;
    height: 100%;
}

.product-card__gallery-thumbs .swiper-button-next svg path,
.product-card__gallery-thumbs .swiper-button-next svg path,
.product-section .swiper-button-next svg path,
.product-section .swiper-button-next svg path {
    -webkit-transition: all 0.18s;
    -o-transition: all 0.18s;
    transition: all 0.18s;
}

.product-card__gallery-thumbs .swiper-button-next:hover svg path,
.product-card__gallery-thumbs .swiper-button-prev:hover svg path,
.product-section .swiper-button-next:hover svg path,
.product-section .swiper-button-prev:hover svg path {
    stroke: #0082CB;
}

.product-card__right {
    width: 490px;
}

.product-card__info {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #C1C1C1;
}

.product-card__info:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.product-card__info-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.product-card__price .value {
    font-size: 54px;
    line-height: 42px;
    color: #0070C0;
}

.product-card__price .currency {
    font-size: 36px;
    line-height: 42px;
    color: #B8B8B8;
    margin-left: 10px;
}

.product-month__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.product-month__block>span {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #22BC84;
}

.tooltip {
    position: relative;
}

.tooltip svg {
    cursor: pointer;
    position: relative;
    top: 4px;
}

.tooltip__block {
    position: absolute;
    top: -55px;
    right: -35px;
    padding: 8px 14px;
    border-radius: 10px;
    background: #f6f6f6;
    color: #282828;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    width: 176px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.tooltip:hover .tooltip__block {
    opacity: 1;
    visibility: visible;
}

.product-card__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 25px;
}

.product-buy-btn {
    width: 140px;
    height: 46px;
    line-height: 24px;
    padding: 10px;
    border: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.product-buy-btn svg {
    margin-right: 10px;
}

.quick-order-btn {
    width: 169px;
    height: 46px;
    line-height: 24px;
    padding: 10px;
    background-color: #FFFFFF;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.product-card__info-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 204px 1fr;
    grid-template-columns: 204px 1fr;
    margin-top: 10px;
}

dl.product-card__info-row {
	row-gap: 15px;
}

.product-card__info-row:first-child {
    margin-bottom: 15px;
    margin-top: 0;
}

.product-card__info-row:last-child {
    margin-top: 15px;
}

.product-card__info-row span {
    font-size: 18px;
    line-height: 24px;
    color: #282828;
    font-weight: 400;
}

.product-card__info-row span:nth-child(2) {
    font-weight: 300;
}

.product-card__info-row:first-child span {
    font-weight: 700;
}

.product-card__info-row a {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.product-card__add-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.product-card__add-btn span {
    font-size: 16px;
    line-height: 24px;
    color: #9A9A9A;
    /* border-bottom: 1px solid transparent; */
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.product-card__add-btn:hover span {
    /* border-bottom: 1px solid #0082cb; */
    color: #0082cb;
}

.product-card__add-btn svg {
    position: relative;
    top: -2px;
}

.product-card__add-btn svg path {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.product-card__add-btn:hover svg path {
    stroke: #0082cb;
}

.tabs__list {
    gap: 2px;
}

.tabs__list-link {
    padding: 10px 21px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 52px !important;
    line-height: 20px !important;
    margin-right: 0 !important;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.tabs__list-link.active:hover {
    background: #FFFFFF;
    border: 1px solid #0070c0;
    border-bottom: 1px solid #fff;
}

.tabs__content {
    padding: 40px;
}

.features_tab__line {
    gap: 20px;
    margin-bottom: 10px;
}

.features_tab__line:last-child {
    margin-bottom: 0;
}

.features_tab__line-name {
    width: 200px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #282828;
}

.features_tab__line-value {
    margin-left: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #282828;
    font-family: 'Roboto Condensed', sans-serif;
}

.features_tab__line-value a {
    color: #282828;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.delivery-advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
}

.delivery-advantages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.delivery-advantages__item span {
    font-size: 16px;
    line-height: 24px;
    color: #282828;
    font-weight: 400;
}

.delivery_tab p {
    margin-top: 20px;
    margin-bottom: 0;
}

.table-overflow {
    overflow-x: auto;
    width: 100%;
}

.tabs__content-block table {
    width: 100%;
    border-collapse: collapse;
}

.tabs__content-block table td,
.tabs__content-block table th {
    border: 1px solid #C1C1C1;
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #282828;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.documentation_tab .documentation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 33px;
}

.documentation_tab .documentation__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 56px;
    width: 360px;
}

.documentation_tab .documentation__item::before {
    content: "";
    width: 32px;
    height: 40px;
    background: url(/bitrix/templates/from_mirror/components/bitrix/catalog/catalog/bitrix/catalog.element/element2023/./assets/product-page-img/doc-icon.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
}

.documentation_tab .documentation__item a {
    color: #0070C0;
    text-decoration: underline;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: all 0.18s;
    -o-transition: all 0.18s;
    transition: all 0.18s;
}

.documentation_tab .documentation__item a:hover {
    color: #0082cb;
    text-decoration: none;
}

.video_tab .video-item {
    width: 100%;
    height: 600px;
    margin-bottom: 32px;
    background: #6F6F6E;
}

.video_tab .video-item:last-child {
    margin-bottom: 0;
}

.video_tab .video-item iframe {
    width: 100%;
    height: 100%;
}

.product-section {
    margin-top: 80px;
    padding-bottom: 43px;
}

.product-section h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #191919;
    margin-bottom: 30px;
}

/* .similar-products__slider-wrapper {
    position: relative;
} */

.product-section .swiper {
    padding: 0px 30px;
    width: calc(100% + 60px);
    margin-left: -30px;
    overflow-y: unset;
    overflow-x: clip;
}

.product-section .swiper .swiper-slide {
    background: #FFFFFF;
    border: 1px solid #C1C1C1;
    border-radius: 10px;
    height: 484px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-section .swiper .swiper-slide img {
    width: 100%;
    height: 190px;
    -o-object-fit: contain;
    object-fit: contain;
}

.similar-products__title {
    margin: 15px 0 17px 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    color: #191919;
}

.similar-products__descr {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #141414;
    margin-bottom: 20px;
}

.similar-products__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.similar-products__btn {
    width: 126px;
    height: 40px;
    background: #FFFFFF;
    padding: 8px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.similar-products__add-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.similar-products__add-favourite,
.similar-products__add-compare {
    cursor: pointer;
}

.similar-products__add-favourite svg path,
.similar-products__add-compare svg path {
    -webkit-transition: all 0.18s;
    -o-transition: all 0.18s;
    transition: all 0.18s;
}

.similar-products__add-favourite:hover svg path,
.similar-products__add-compare:hover svg path {
    stroke: #0082CB;
}

.product-section .swiper .swiper-pagination {
    bottom: -38px;
}

.product-section .swiper .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 5px !important;
    background: #C1C1C1;
    opacity: 1;
}

.product-section .swiper .swiper-pagination-bullet-active {
    background: #0082CB;
}

.product-section .swiper .swiper-button-prev svg path,
.product-section .swiper .swiper-button-next svg path {
    stroke: #0082CB;
}

@media screen and (max-width: 1800px) {
    .video_tab .video-item {
        height: 500px;
    }
}

@media screen and (max-width: 1240px) {
    .product-section .swiper {
        padding: 0px 19px;
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 1240px) {
	.product-card__gallery-thumbs .swiper-button-next, 
	.product-card__gallery-thumbs .swiper-button-prev, 
	.product-section .swiper-button-next, 
	.product-section .swiper-button-prev {
		top: calc(50% - 6px) !important;
    	margin-top: 0 !important;
	}
}

@media screen and (max-width: 1199px) {
 	.tabs__list-link {
        font-size: 16px !important;
		padding: 10px 15px !important;
    }
}

@media screen and (max-width: 1170px) {
    .container__wrap {
        padding: 0 24px 60px;
    }

    .product-card {
        padding: 40px;
    }

	.product-section .swiper .swiper-slide {
		padding: 18px;
	}
}

@media screen and (max-width: 1140px) {
    .product-card__left {
        margin: auto;
    }

    .product-card__right {
        width: 100%;
        margin-top: 45px;
    }
}

@media screen and (max-width: 992px) {
    .tabs__list {
        display: none !important;
    }

    .tab-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex !important;
        height: 52px !important;
        font-size: 18px !important;
		margin: 0 !important;
		border-top: none !important;
    }

    .tab-mobile:last-child {
        border-bottom: none !important;
    }

    .tabs__content {
        border-radius: 10px !important;
		padding: 20px !important;
		background: #fff !important;
    }

    .tabs__content-block {
        padding: 25px 0;
    }

    .delivery-advantages {
        gap: 16px;
    }
}

@media screen and (max-width: 899px) {
    .product-section .swiper {
        padding: 0px 15px;
    }

    .product-section .swiper .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
    }
}

@media screen and (max-width: 767px) {
    .tabs__content-block table {
        width: 150%;
    }
}

@media screen and (max-width: 600px) {
    .product-card__left {
        width: 100%;
    }

    .video_tab .video-item {
        height: 265px;
    }

}

@media screen and (max-width: 560px) {
    .product-card__gallery-thumbs .swiper {
        /* width: calc(100% + 40px);
        margin-left: -20px;
        padding: 0 20px; */
        width: 84%;
    }
}

@media screen and (max-width: 470px) {
    .product-card {
        padding: 26px;
    }

    .product-card__info-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 20px;
    }

    .product-month__block {
        width: 100%;
        margin-bottom: 15px;
    }

    .product-month__block>span {
        font-size: 17px;
    }

    .tooltip__block {
        right: -45px;
        padding: 8px;
        font-size: 14px;
    }

    .product-card__btns {
        gap: 10px;
    }

    .product-buy-btn,
    .quick-order-btn {
        width: 48%;
    }

    .product-card__info-row {
        -ms-grid-columns: 160px 15px 1fr;
        grid-template-columns: 160px 1fr;
        gap: 15px;
    }

    .product-card__info-row span {
        font-size: 17px;
    }

    .tabs__content {
        padding: 10px 28px;
    }

    .features_tab__line-name {
        width: 160px;
        font-size: 16px;
    }

    .features_tab__line-value {
        font-size: 16px;
    }

    .tabs__content-block table {
        width: 250%;
    }
}

@media screen and (max-width: 410px) {
    .product-card__info-row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 5px;
        margin-top: 15px;
    }

	dl.product-card__info-row {
    	row-gap: 5px;
	}

	.product-card__info-row dd:not(:last-child) {
		margin-bottom: 10px;
	}

    .features_tab__line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 3px;
    }

    .features_tab__line-name {
        width: 100%;
    }

    .video_tab .video-item {
        height: 165px;
        margin-bottom: 16px;
    }

    .container-info-2__name {
        line-height: 38px;
        font-size: 32px;
    }

    .product-card__price .value {
        font-size: 50px;
    }

    .product-buy-btn,
    .quick-order-btn {
        width: 100%;
    }

    .documentation_tab .documentation__item {
        padding-left: 45px;
    }

    .product-section {
        margin-top: 50px;
    }

    .product-section h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 359px) {
    .product-section .swiper .swiper-slide {
        padding: 16px;
    }
}
/* End */
/* /bitrix/templates/from_mirror/components/bitrix/catalog/catalog/style.css?17302840084811 */
/* /bitrix/templates/from_mirror/components/bitrix/catalog/catalog/bitrix/catalog.element/element2023/style.css?177010181319303 */
