

/* Start:/local/templates/adaptive/components/bitrix/catalog.element/detail/style.css?177617143523870*/
.item-favorite-button-container {
    position: absolute;
    top: 16px;
    left: 28px;
}
.item-favorite-button, .item-compare-button  {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
.item-favorite-button, .item-compare-button {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0;
    margin: 0 auto;
}
.item-compare-button, .item-favorite-button {
    fill:#aaa;
}
.item-compare-button.active, .item-favorite-button.active {
    fill:#ff6c00;
}

.photoviewer-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 190;
}
.photoviewer {
    display: none;
    position: fixed;
    top:50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 200;
    background-color: #fff;
    border: 0;
    border-radius: 8px;
    width: 100%;
    max-width: 1420px;
    height: calc(100% - 100px);
    max-height: 850px;
    padding: 1rem;
}
.photoviewer-row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%;
}
.photoviewer-close-container {
    flex: 0 0 40px;
    display: flex;
    justify-content: space-between;
}
.photoviewer-element-name {
    font-size: 20px;
    color: #aaa;
}
.photoviewer-close {
    flex: 0 0 30px;
    display: block;
    margin: 5px;
    width: 30px;
    height: 30px;
    fill: #ddd;
    cursor: pointer;
}
.photoviewer-close:hover {
    fill: #d00;
}

.photoviewer-media-container {
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.photoviewer-arrow-container {
    flex:0 0 auto;
}
.photoviewer-viewer-container {
    height: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
.photoviewer-media-and-header {
    position: relative;
    flex: 0 1 auto;
    overflow: hidden;
    height: 100%;
}
.photoviewer-media {
    height: 100%;
}
.photoviewer-media img, .photoviewer-media video, .photoviewer-media iframe {
    display: block;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 8px;
    cursor: pointer;
}

.photoviewer-header {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: fit-content;
    max-width: 500px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.35);
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    line-height: 24px;
    border-radius: 8px;
    cursor: pointer;
}
.photoviewer-descr {
    text-align: center;
}
.photoviewer-arrow-left, .photoviewer-arrow-right {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    fill: #ddd;
    cursor: pointer;
}
.photoviewer-arrow-left:hover, .photoviewer-arrow-right:hover {
    fill:#d00;
}

.photoviewer-icons-container {
    flex: 0 0 100px;
}
.photoviewer-icons {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f0f0f0;
}
.photoviewer-icons::-webkit-scrollbar {
    background-color: #f0f0f0;
}
.photoviewer-icons::-webkit-scrollbar-button {
    display: none;
}
.photoviewer-icons::-webkit-scrollbar-track {

}
.photoviewer-icons::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
.photoviewer-icon {
    flex: 0 0 100px;
    height: 75px;
    overflow: hidden;
    border: 2px solid #ddd;
    border-radius: 5px;
    margin: 8px;
    position: relative;
    cursor: pointer;
}
.photoviewer-icon-active {
    border: 2px solid #d00;
}
.photoviewer-icon-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.photoviewer-icon-video-play {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.photoviewer-icon-video-play img {
    width: 24px;
    height: 24px;
    display: block;
}
.photoblock-big-photo {
    box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    cursor: pointer;
}
.photoblock-big-photo img {
    max-width: 100%;
    max-height: 350px;
    display: block;
    margin: 0 auto;
}

.photoblock-preview-container > div:nth-child(n+7) {
    display: none;
}
.photoblock-preview-item-container {
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.photoblock-preview-item {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}

.photoblock-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    border:1px solid #ccc;
    cursor: pointer;
}
.photoblock-preview-vid-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.photoblock-preview-extra {
    color: #777;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-style: dotted;
}


.nav-tabs-container {
    top: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
}
.nav-tabs-container > .nav {
    background-color: #f0f0f0;
    font-weight: bold;
    border-radius: 8px;
}
.nav-tabs-container .nav-link {
    color: #2C3649;
    font-size: inherit;
}
.nav-tabs-container .nav-link:hover {
    color: #ff6c00;
}
.nav-tabs-container .nav-link.active {
    color: #ff6c00 !important;
    /*font-weight: normal !important;*/
}


.advantage {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0.75rem;
    align-items: start;
}
.advantage a {
    color: #2c3649;
}
.advantage-mark svg {
    fill: #aee4a9;
    width: 20px;
    height: 20px;
    flex: 0 1 auto;
}
.advantage-mark-na svg {
    fill: #d00;
    width: 20px;
    height: 20px;
    flex: 0 1 auto;
}
.advantage-name {
    flex: 0 1 auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.advantage-dots {
    display: none;
    flex: 1 1 auto;
    border-bottom: 1px dotted #888;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.advantage-value {
    /*flex: 0;*/
    flex: 1 1 auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: right;
}
.advantage-map-marker {
    display: inline-block;
    width: 20px;
    height: 20px;
    fill:#ccc;
    vertical-align: top;
}
.advantage-marketplacebutton {
    display: inline-block;
    height: 20px;
    vertical-align: top;
    margin: 2px 0;
}



.sticky-price-container-mob-replacement {
    height: 0;
}
.sticky-price-container-mob {

}
.sticky-price-container-mob.sticky {
    position: fixed;
    bottom: 50px;
    left: 0.75rem;
    right: 0.75rem;
    z-index: 20;
    margin-bottom: 0;
}
.price-container-mob {
    background-color: #fff;
    border:1px solid #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
}
.sticky-price-container-mob.sticky .price-container-mob {
    background-color: #fff;
    border:1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.price-container-mob .price-total {
    font-size: 11px;
    text-align: center;
}
.price-main-value-mob {
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    color: #2c3649;
}
.sticky-price-container-mob.sticky .price-main-value-mob {
    font-size: 20px;
    line-height: 20px;
}
.sticky-price-container-mob.sticky .delivery-info-mob {
    display: none;
}
.price-main-descr-mob {
    font-size: 12px;
    line-height: 12px;
    color: #888;
}
.price-old-value-mob {
    text-align: center;
    text-decoration: line-through;
    color: #888;
    margin-bottom: 3px;
}
.price-old-discount-mob {
    display: inline-block;
    background-color: #00ae46;
    color: #fff;
    margin: 0px 0px 0px 8px;
    padding: 3px 6px;
    vertical-align: text-bottom;
    border-radius: 3px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
}
.price-noprice-mob {
    text-align: center;
    color: #888;
}
.item-instock-mob {
    text-align: center;
    font-weight: bold;
    color: #00ae46;
}
.mob-show-order-buttons {
    padding: 4px 8px;
    width: fit-content;
    border-radius: 8px;
    background-color: #ccc;
    border: 1px solid #ccc;
}
.mob-show-order-buttons svg {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 0;
    fill:#444;
}
.mob-order-buttons {
    display: none;
    position: absolute;
    right: 4px;
    bottom: 38px;
    background-color: #555;
    font-size: 12px;
    font-weight: bold;
    border-radius: 8px;
    color: #fff;
}
.mob-order-buttons > div {
    padding: 0.5rem 1rem;
    width: max-content;
    
}


.sticky-price-container {
    position: -webkit-sticky;
    position: sticky;
    top:75px;
}
.price-container {
    background-color: #f0f0f0;
    border-radius: 8px;
    text-align: center;
}
.price-container-mark {
    width: 22px;
    height: 22px;
}
.price-main {

}
.price-main-value {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    color: #2c3649;
}
.price-main-descr {
    color: #888;
    font-size: 12px;
}
.price-old {
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.price-old-value {
    padding-right: 0.5rem;
    text-decoration: line-through;
    color: #888;
}
.price-old-discount {
    background-color: #00ae46;
    color: #fff;
    padding: 0 3px;
    border-radius: 3px;
    font-weight: 600;
}
.price-noprice {

}
.price-total span {
    font-weight: 600;
}
.tooltip-icon {
    display: none;
}
.item-instock {
    font-weight: bold;
    color: #00ae46;
}
.leasing-container {
    background-color: #f0f0f0;
    border-radius: 8px;
    text-align: center;
}

.discount-container {
    background-color: #f0f0f0;
    border-radius: 8px;
}
.discount-title {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0.5rem;
}
.coupon-code, .discount-price {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #dd0000;
    margin-bottom: 0.5rem;
}

.copy-coupon-button svg {
    fill: #999;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor:pointer;
    vertical-align: baseline;
}
    
.discount-countdown {
    margin-bottom: 0.5rem;
}
.countdown-title {
    display: none;
    text-align: center;
    color: #999;
}
.discount-timer {
    display:flex;
    justify-content: center;
}
.timer-days, .timer-hours, .timer-minutes, .timer-seconds {
    margin: 10px;
    padding: 5px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    background-color: #999;
    color: #fff;
    font-variant-numeric: tabular-nums;
}
.timer-colon {
    margin: 10px 0;
    padding: 5px 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    color: #999;
}
.discount-descr {
    font-size: 12px;
    color: #999;
}

.marketplace_link {
    width: 100%;
    border-radius: 16px;
    background-color: #fff;
}

.option-included {
    font-size: 12px;
    color: #999;
}
.options-container.options-container-min div:nth-child(n+5) {
    display: none;
}
.option-included {
    display: none;
}

.option-pic img, .option-no-pic svg {
    width: 100%;
    max-height: 36px;
    /*margin-top: 3px;*/
}
.option-price {
    text-align: center;
}
.option-quantity {
    display: none;
    justify-content: center;
    align-items: center;
}
.option-quantity-active {
    display: flex;
}
.option-addcount {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
    color: #888;
}
.option-minus, .option-plus {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #888;
    width: 20px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}
.option-quantity-input {
    width: 30px;
    text-align: center;
    color:#2c3649;
}
.options-show, .options-hide, .advCards-show, .advCards-hide, .blogs-show, .blogs-hide {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    font-style: italic;
    cursor: pointer;
    color: #2C3649;
    text-decoration: underline;
    text-decoration-style: dotted;
}
.options-hide {
    display: none;
}
.advCards-hide {
    display: none;
}

.advCardsContainer {

}
.advCards {
    margin: 0;
    max-height:160px;
    overflow:hidden;
    position:relative;
}
.advCards::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,  transparent 85%, white);
}
.advCardsOpened::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
}

.advCards .firstBlock, .advCards .secondBlock {
    border-radius: 8px;
}
.advCards .thirdBlock {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:start;
    align-items:start;
    flex:1;
    margin-bottom:28px;
}
.advCards .thirdBlock > div {
    flex-basis: 33%;
}
.advCards .advBlockTitle {
    font-size: 18px;
    font-weight:bold;
}
.advCards .advBlockSmallTitle {
    font-size: 14px;
    font-weight:bold;
}
.advCards .advBlockText {
    min-height:160px;
    padding: 24px 24px 0;
}
.advCards .advBlockImg {
    padding: 0;
}
.advCards .advBlockImg img {
    display: block;
    max-height:160px;
    margin-left: auto;
    margin-right: auto;
}
.advCards .advBlockImgB3 {
padding: 0 12px;
}
.advCards .advBlockImgB3 img {
display:block;
margin: 0 auto;
width:100%;
max-width:350px;
}

.advItem-check {
width: 20px;
height: 20px;
fill:#00ae46;
}

.item-nav-container {
    position: sticky;
    top:64px;
    z-index: 9;
    background: linear-gradient(to bottom, white 85%, transparent);
    padding-top: 15px;
    padding-bottom: 15px;
}
.item-nav {
    background-color: #f0f0f0;
    border-radius: 8px;
}
.item-nav-button {
    padding: 8px 5px;
    font-size: 12px;
}
.item-nav-button a {
    color:#2c3649;
    font-weight: 500;
}
.item-nav-button-active a {
    color: #dd0000;
    font-weight: 500;
}



.item-param-groups {
    columns: 2;
}
.item-param-group {
    width: 100%;
}
.item-param {
    margin: 0 10px 0;
    border-bottom: 1px solid #eee;
    break-inside: avoid-column;
}
.item-param-name {
    color:#606060;
    text-align-last: left;
    padding: 6px 15px 6px 0;
}
.item-param-value {
    text-align: right;
    padding: 6px 0 6px 15px;
    font-weight: 500;
}
.item-file-pic {
    width: 100%;
    max-height: 40px;
    display: block;
    margin: 0 auto;
}

.item-list-circle {
    font-size: 16px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    margin-right: 5px;
}

.blog-list-item-container:nth-child(n+4) {
    display: none;
}
.blogs-hide {
    display: none;
}

.mod-list {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
}
.mod-list a {
    color: #2c3649;
}
.mod-list a:hover {
    text-decoration: none;
}
.mod-list-header {
    color:#888;
}
.mod-list-item:hover {
    background-color: #f0f0f0;
    border-radius: 8px;
}
.mod-list-prop-name {
    text-align: center;
}
.mod-list-prop-value {
    text-align: center;
}
.mod-list-current {
    font-size: 12px;
    font-weight: 600;
}


.section-list-item {
    background-color: #fff;
    border-radius: 8px;
    height: 100%;
    cursor: pointer;
    box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);

}
.section-list-item:hover {
    box-shadow: 2px 2px 14px #ddd;
}
.section-list-item-img {
    display: block;
    margin: 0px auto 12px;
    max-width: 150px;
}
.section-list-item-name a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #2C3649;
}


.section-items-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}
.section-item-col {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	margin-bottom: 1.5rem;
}
.section-item {
    background-color: #fff;
    border-radius: 8px;
    height: 100%;
	width: 100%;
    box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
	position: relative;
	padding: 1rem;
}
.section-item:hover {
    box-shadow: 2px 2px 14px #ddd;
}
.section-item-col-grid {
	flex: 0 0 auto;
	width: 25%;
}
.section-item-picture {
	margin-top: 15px;
	margin-bottom: 15px;
}
.section-item-picture-img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 150px;
}
.section-item-picture-buttons {
	width: 30px;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 5;
}
.section-item-picture-buttons button {
	margin: 0;
	padding: 0;
}
.section-item-name {
	margin-top: 15px;
	margin-bottom: 15px;
}
.section-item-name a {
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	color: #2c3649;
	text-decoration: none;
}
.section-item-name:hover {
	text-decoration: none;
}
.section-item-prices {
	margin-top: 15px;
	margin-bottom: 15px;
}
.section-item-price, .section-item-saleprice, .section-item-oldprice, .section-item-noprice {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	display: inline-block;
	padding-right: 8px;
}
.section-item-saleprice {
	color: #dd0000;
}
.section-item-oldprice {
	color: #aaa;
	text-decoration: line-through;
}
.section-item-noprice {
	color: #aaa;
	font-size: 12px;
	line-height: 14px;
}
.section-item-buttons {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}



.terms-icon {
    padding: 16px;
    border: 1px solid #cfd3e7;
    border-radius: 8px;
}
.terms-icon img {
    width: 100%;
}
.terms-subtitle {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}
.terms-list {
    padding-left: 0;
}
.terms-list li {
    font-weight: 400;
    margin-bottom: 6px;
    list-style: none;
}
.terms-list li::before {
    content: '\2714';
    color:#888;
    padding-right: 5px;
    font-size: 18px;
}
.bottom-text {
    font-size:12px;
    color:#888;
    margin: 40px 0 20px;
}

.ya-pay-widget .ya-pay-widget {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#extprice1c {
    display: none;
}
#extprice1c table {
    width: 100%;
}
#extprice1c th, #extprice1c td {
    border: 1px solid #ccc;
    padding: 3px 5px;
}


.review-filter-container {
    border-radius: 8px;
    color: #999;
    font-size: 12px;
}
.review-filter-sort-button {
    cursor: pointer;
    position: relative;
}
.review-filter-sort-button.active{
    padding-right: 10px;
}
.review-filter-sort-button.active:after{
    content: '';
    position: absolute;
    right: -3px;
    top: 4px;
    width: 8px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.35355 0.646446C4.15829 0.451184 3.84171 0.451184 3.64645 0.646446L0.464466 3.82843C0.269204 4.02369 0.269204 4.34027 0.464466 4.53553C0.659728 4.7308 0.976311 4.7308 1.17157 4.53553L4 1.70711L6.82843 4.53553C7.02369 4.7308 7.34027 4.7308 7.53553 4.53553C7.7308 4.34027 7.7308 4.02369 7.53553 3.82843L4.35355 0.646446ZM4.5 9L4.5 1L3.5 1L3.5 9L4.5 9Z' fill='%23999999'/%3E%3C/svg%3E");
}
    
.review-filter-sort-button.active[data-order="DESC"]:after {
    transform: rotate(180deg);
}


.review-item:nth-child(n+4) {
    display: none;
}
.review-item {
    border-top: 1px solid #DEDEDE;
}
.review-item-logo {
    width: 27px;
	height: 27px;
	background-color: #888;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 27px;
}
.review-item-name {
    font-weight: 600;
}
.review-item-date {
    text-align: center;
    color: #999;
    font-size: 12px;
}
.review-item-star-container {
    display: flex;
    justify-content: center;
}
.review-item-star {
    display: block;
    width: 15px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 0.177246L9.83645 4.4614L14.6329 5.35962L11.2804 8.90559L11.9084 13.7449L7.5 11.6522L3.09161 13.7449L3.71955 8.90559L0.367076 5.35962L5.16355 4.4614L7.5 0.177246Z' fill='%23D6DADC'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 0;
    margin-bottom: 0;
    margin-right: 0;

}
.review-item-star.is-active {
background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 0.177246L9.83645 4.4614L14.6329 5.35962L11.2804 8.90559L11.9084 13.7449L7.5 11.6522L3.09161 13.7449L3.71955 8.90559L0.367076 5.35962L5.16355 4.4614L7.5 0.177246Z' fill='%23D52716'/%3E%3C/svg%3E%0A");
}

.review-item-text-header {
    font-weight: 600;
}

.review-item-photo {
}
.review-item-photo img {
    width: 100%;
    max-height: 100px;
    object-fit: cover;
}

.item-rating-value {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}
.item-rating-star {
    width: 21px;
    height: 19px;
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='21' height='19' viewBox='0 0 21 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 0L13.771 5.99782L20.4861 7.25532L15.7926 12.2197L16.6717 18.9947L10.5 16.065L4.32825 18.9947L5.20737 12.2197L0.513906 7.25532L7.22898 5.99782L10.5 0Z' fill='%23DD0000'/%3E%3C/svg%3E%0A");
}


    .sort-block span.active{
        padding-right: 10px;
    }



.ratings {
	border-collapse: collapse;
	display: table;
	width: 100%;
}
.rating-mark {
    border-bottom: 6px solid transparent;
    display: table-row;
}
.rating-mark > div {
    display: table-cell;
    vertical-align: middle;
}
.rating-mark-name {
    color: #aaa;
    font-size: 14px;
    line-height: 18px;
    /*color: rgba(0, 26, 52, .6);*/
    white-space: nowrap;
}
.rating-mark-inf {
    box-sizing: border-box;
    padding: 0 12px;
    width: 100%;
}

.rating-mark-line {
    background: #e2e7ec;
    border-radius: 5px;
    height: 6px;
    overflow: hidden;
}
.rating-mark-line-color {
    background-color: #dd0000;
    height: 6px;
    transform-origin: 0;
    transition: transform .5s ease-in-out;
}
.rating-mark-val {
    text-align: center;
    font-weight: 500;
}

.no-raiting{
	background-image: url("data:image/svg+xml,%3Csvg width='21' height='19' viewBox='0 0 21 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 0L13.771 5.99782L20.4861 7.25532L15.7926 12.2197L16.6717 18.9947L10.5 16.065L4.32825 18.9947L5.20737 12.2197L0.513906 7.25532L7.22898 5.99782L10.5 0Z' fill='%23D6DADC'/%3E%3C/svg%3E%0A");
	width: 21px;
	height: 19px;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 5px;
}





@media (max-width:1399px) {

}
@media (max-width:1199px) {
    .item-favorite-button-container {
        right: 28px;
        left:unset;
    }

    .photoviewer-arrow-left, .photoviewer-arrow-right {
        width: 30px;
        height: 30px;
    }
    .photoviewer-header {
        font-size: 14px;
        line-height: 20px;
        bottom: 0;
        padding: 4px;
    }

    .sticky-price-container {
        position: static;
    }
    .price-container {
        position: fixed;
        bottom: 0;
        z-index: 20;
        border-radius: 8px 8px 0 0;
        margin-bottom: 0 !important;
    }
    .advantage {
        font-size: 12px;
    }
    .option {
        font-size: 12px;
    }
    .item-instock {
        font-size: 12px;
    }

    .nav-tabs-container {
        top: 50px;
        padding-top: 10px;
    }
    .nav-tabs-container > .nav {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }
}
@media (max-width:991px) {
    .item-param-groups {
        columns: 1;
    }
}
@media (max-width:767px) {

}
@media (max-width:575px) {

}
@media (max-width:340px) {
    .price-main-value-mob {
        font-size: 20px;
    }
}




/* End */


/* Start:/local/templates/adaptive/components/bitrix/catalog.section/subsection/style.css?17700234541530*/
.section-links {
	background-color: #f0f0f0;
	border-radius: 8px;
}
.recom-sections {

}
.recom-section, .recom-article {
	background-color: #fff;
    border-radius: 8px;
    height: 100%;
    cursor: pointer;
    box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
	overflow: hidden;
}
.recom-section:hover, .recom-article:hover {
    box-shadow: 2px 2px 14px #ddd;
}
.recom-section-img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.recom-section-name {
	color: #2c3649;
}
.recom-section-name:hover {
	text-decoration: none;
}
.recom-article-img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
}
.recom-article-title {
	font-size: 14px;
	line-height: 18px;
}
.recom-article-title a {
	color: #2c3649;
	text-decoration: none;
}
.recom-article-title a:hover {
	text-decoration: none;
}
.recom-article-descr {
	font-size: 12px;
	line-height: 16px;
	color: #999;
}
.section-view-switcher {
	width: 20px;
	height: 20px;
	cursor: pointer;
	fill: #aaa;
}
.section-view-switcher.active {
	fill:#dd000060;
}
.sort-block {
	border-radius: 8px;
	border: 0;
	background-color: #f0f0f0;
	padding: 8px;
	font-size: 12px;
}
.sort-name {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.sort-order {
	margin: 0px 2px 2px;
	width: 12px;
	height: 12px;
	fill: #ccc;
	cursor: pointer;
}
.sort-order.active {
	fill: #dd0000cc;
}
/* End */
/* /local/templates/adaptive/components/bitrix/catalog.element/detail/style.css?177617143523870 */
/* /local/templates/adaptive/components/bitrix/catalog.section/subsection/style.css?17700234541530 */
