

/* Start:/local/templates/gofromir/components/bitrix/catalog.item/boxes_in_stock/style.css?17847970383681*/
.not-enought-count {
    position: absolute;
    z-index: 10;
    max-width: 373px;
    padding: 24px 32px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.06), 2px 8px 32px 0 rgba(0, 0, 0, 0.12);
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.not-enought-count::before {
    content: "";
    position: absolute;
    left: -8px;
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(45deg);
	top: 0;
    bottom: 0;
    margin: auto;
}

.not-enought-count__close {
	position: absolute;
    right: 24px;
    background: transparent;
    width: auto;
    padding: 0;
    display: flex;
}

.not-enought-count__order-btn {
    margin-top: 16px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-family: var(--inter);
    background: var(--green);
    padding: 17px 24px;
    border-radius: 14px;
    text-align: center;
    transition: 200ms ease all;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    transition: 300ms all ease;
}

.not-enought-count__order-btn:hover {
    background: #2BAB33;
}
.line{
    background: rgba(230, 230, 230, 1);

    height: 1px;

}

/* .product-thumbs__title-and-labels{
    height: 110px;
} */

.product-label.shield{
    text-align: center;
    padding: 0px;
    font-size: 12px!important;
    min-width: 100px;
    border-radius: 4px;
    width: 100px;
    height: 15px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    
}
.product-labels.shields{
    top:20px;
    left: 10px;
}
.product-labels.shields{
    top:10px;
}

.product-preview .price-discount {
	margin-left: 0px;
}

.product-preview .product-preview__price {
	display: flex;
    justify-content: space-between;
}

.product-preview .product-cart__price-desc {
	font-size: 13px;
}

.product-preview__add-info .product-preview__add-link {
	font-family: Montserrat;
    line-height: 140%;
}

.product-preview__add-info .product-preview__add-link--active {
	border-radius: 5px;
    background: rgba(61, 184, 69, 0.20);
	margin: 0 -6px;
    padding-left: 6px;
    padding-right: 6px;
}

.product-preview__order-options-link {
	display: inline-block;
	margin-top: 6px;
	color: #3DB845;
	font-size: 13px;
	line-height: 140%;
	text-decoration: none;
	background-image: repeating-linear-gradient(
		to right,
		currentColor 0 4px,
		transparent 4px 6px
	);
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-size: auto 1px;
	padding-bottom: 2px;
    margin-bottom: 10px;
}

.product-preview__order-options-link:hover {
	color: #2BAB33;
}

.product-preview__order-options-link-text--mobile {
	display: none;
}

@media (max-width: 989px) {
	.product-preview__order-options-link-text--desktop {
		display: none;
	}

	.product-preview__order-options-link-text--mobile {
		display: inline;
        font-size: 11px;
	}
	.product-preview .product-thumbs {
		padding: 0px;
        gap:8px
	}
	
	.not-enought-count {
		max-width: 167px;
		padding: 16px;
		font-size: 12px;
	}
	
	.not-enought-count::before {
		left: -6px;
		width: 12px;
		height: 12px;
	}
	
	.not-enought-count__close {
		right: 21px;
		width: 10px;
		height: 10px;
	}
	
	.not-enought-count__text {
		margin-right: 18px;
	}
}

@media (max-width: 768px) {

    .product-label.shield{
        border-radius: 4px;
        padding: 4px;
    }
}
/* End */


/* Start:/local/templates/gofromir/components/bitrix/news.list/pod-slider/style.css?17842943185655*/
.itc-img img {
    max-width: 169px;
    height: 197px;
}
.tabs-group-header {
    display: flex;
    gap: 16px;
    margin: 24px 0 16px; 
}
.slider-constr {
    background: #FFE7E3;
    padding: 72px 0 74px;
    margin-bottom: 78px;
    position: relative;
}
.slider-constr:after {
    content: url(/local/templates/gofromir/assets/bindastry/podarok/pod-bg-lt.png);
    position: absolute;
    left: 0;
    top: 0;
}
.slider-constr:before {
    content: url(/local/templates/gofromir/assets/bindastry/podarok/pod-bg-rb.png);
    position: absolute;
    right: 0;
    bottom: 0;

}
.podarok-slider-constr {
    border-radius: 32px;
    background: #FFF;
    padding: 48px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.header-podarok {
    color: #3E3E3E;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
/* .tabs-content-item / .tabs-content-item-inner / .btns-group-linked — assets/css/slider.css */

.tabs-group-header a {
    position: relative;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    padding: 16px 32px 16px 24px;
    color: #3E3E3E;
    border-radius: 16px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    width: 244px;
    height: 67px;
    display: flex;
    align-items: center;
    transition: 300ms all ease;
}
.tabs-group-header a:hover {
    border: 1px solid #FF5A45; 
}
.tabs-group-header a.active { 
    color: #fff;
    border: 1px solid #FF5A45; 
    background: #FF5A45;
}
  .tci:nth-child(1) {
    display: block;
}
  .tci {
    display: none;
}

.item-tabs-content {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.item-tabs-content .itc-img { 
    width: 100%;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 15px;
    margin-bottom: 16px;
}
.item-tabs-content.red .itc-img {
    background: url(/local/templates/gofromir/assets/bindastry/podarok/red-bg.png);    
    background-repeat: no-repeat; 
}
.item-tabs-content.yellow .itc-img {
    background: url(/local/templates/gofromir/assets/bindastry/podarok/yellow-bg.png);    
    background-repeat: no-repeat; 
}
.item-tabs-content.green .itc-img {
    background: url(/local/templates/gofromir/assets/bindastry/podarok/green-bg.png);    
    background-repeat: no-repeat; 
}
.item-tabs-content.blue .itc-img {
    background: url(/local/templates/gofromir/assets/bindastry/podarok/blue-bg.png);    
    background-repeat: no-repeat; 
}
.itc-podhodit {
    position: relative;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    max-height: 64px;
} 
.itc-podhodit b {
    font-style: bold;
}
.border-itc {
    height: 3px;
    border-radius: 24%;
    background: #333;
    width: 100%;
    margin-bottom: 16px;
}
.blue .border-itc {
    background: #ECF0FF; 
}
.red .border-itc {
    background: #FFDEDF; 
}
.green .border-itc {
    background: #E2FFFA; 
}
.yellow .border-itc {
    background: #FFF4D2; 
}
.itc-description {
    color: #353535;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
    max-height: 195px;
    overflow: hidden;
}
.itc-description span {
    margin-bottom: 8px;
    display: block;
    color: #353535;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.itc-btn a {
    border-radius: 14px;
    border: 1px solid #FF4E4E;
    padding: 16px 32px;
    display: block;
    color: #FF5A45;
    font-family: var(--inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
	transition: all 0.3s;
}
.itc-btn {
    width: 100%;
    text-align: center;
}

.slider-constr .container {
    position: relative;
}

@media screen and (max-width: 991px) {
    .podarok-slider-constr {
        padding: unset;
    }
    .tabs-group-header {
        padding: 0 24px;
    }
    .header-podarok {
        padding: 16px 16px 0 16px;
    }
    .header-podarok {
        font-size: 24px;
    }
    .tabs-group-header a { 
        font-size: 12px; 
        padding: 15px 10px 15px 10px; 
        width: auto;
        max-width: 244px;
        height: auto; ;
    }
}
@media screen and (max-width: 575px) {
    .tabs-group-header {
        flex-wrap: wrap;
    }
    .itc-img img {
        /* 
        max-width: 100%;
        width: 40%;
        */
        max-width: unset;
        width: unset;
    }
    .item-tabs-content.red .itc-img {
        background-size: contain;
    }
    .podarok-slider-constr {
        border-radius: 24px; 
        padding: 32px 16px; 
    }
        .header-podarok {
            font-size: 20px;
            line-height: 100%;
        }
        .itc-podhodit {
            font-size: 11px;
            line-height: 11px;
        }
        .itc-description span { 
        font-size: 12px;
        }
        .itc-podhodit img {
        width: 48px;
        height: 48px;
    }
    .itc-description {
        color: #353535;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
    }
    .itc-btn a {
        border-radius: 10px; 
        padding: 14px 32px; 
        font-size: 12px;
    }
}
/* End */
/* /local/templates/gofromir/components/bitrix/catalog.item/boxes_in_stock/style.css?17847970383681 */
/* /local/templates/gofromir/components/bitrix/news.list/pod-slider/style.css?17842943185655 */
