

/* Start:/local/templates/landing_fest/components/bitrix/catalog.item/main/style.css?17556110317470*/
.catalog-item-card {
    max-width: 300px;
    width: 100%;
    padding: 0 15px;
}

.catalog-item-checkbox input{
    display: none;
}
.catalog-item-checkbox [type="checkbox"]:checked + label .form__check__draw {
    border-color: #9c2d52;
}
.catalog-item-picture{
    position: relative;
    width: 100%;
    text-align: center;
}
.catalog-item-picture a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.catalog-item-picture a img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.catalog-item-page-url{
    display: inline-flex;
    width: 100%;
    line-height: 20px;
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 3px;
    text-decoration: none;
}
.catalog-item-properties-line{
    color: #505D72;
    font-weight: 400;
    line-height: 20px;
}
.catalog-item-price .price{
    position: relative;
    display: inline-block;
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 2px 7px 3px 0px;
    margin: 0;
}
.catalog-item-price .price.price--yellow{
    padding: 2px 7px 3px;
    margin-left: 3px;
}
.catalog-item-price .price.price--old {
    font-size: 14px;
    line-height: 26px;
    color: var(--text-color);
    font-weight: normal;
}
.catalog-item-btns{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    text-align: left;
    margin-top: 10px;
}
.to-cart-btn {
    position: relative;
    display: inline-block;
    width: 63px;
    height: 34px;
    border: none;
    border-radius: 3px;
    background: var(--primary-color);
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    padding: 5px 12px 5px 32px;
}
.to-cart-btn:hover {
    background: #A8345D;
}
.to-cart-btn:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 16px;
    width: 10px;
    height: 2px;
    color: white;
    background: var(--background-color);
}
.to-cart-btn:after {
    content: "";
    position: absolute;
    left: 16px;
    top: 12px;
    width: 2px;
    height: 10px;
    color: white;
    background: var(--background-color);
}
.in-cart-btn {
    width: 64px;
    background: var(--secondary-color);
    padding: 5px 12px 5px 27px;
}
.current-quantity {
    width: 34px;
    height: 34px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--heading-color);
    background: #E4EAF2;
    border: none;
    border-radius: 2px;
    vertical-align: top;
    text-align: center;
    box-sizing: border-box;
    margin-right: 2px;
}
.remove-from-basket-btn, 
.to-cart-btn--square {
    position: relative;
    width: 34px;
    height: 34px;
    background-color: #E4EAF2;
    border: none;
    box-sizing: border-box;
    border-radius: 2px;   
    vertical-align: top;
    cursor: pointer;
    padding: 0;
    margin-right: 2px;
}
.remove-from-basket-btn:before, 
.to-cart-btn--square:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 16px;
    width: 10px;
    height: 2px;
    color: white;
    background: #768296;
    margin: 0 auto;
}
.in-cart-btn:hover {
    background: #F86656;
}
.svg.svg--to-cart-btn {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

/* плитка */
.catalog-item-card .catalog-item-content{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 31.5px;
}
.catalog-item-card .catalog-item-checkbox.form__check{
    position: absolute;
    top: -13px;
    right: -8px;
    line-height: 1;
}
.catalog-item-card .catalog-item-picture{
    margin-bottom: 15px;
}
.catalog-item-card .catalog-item-picture a{
    height: 270px;
}
.catalog-item-card .catalog-item-sticters{
    position: absolute;
    top: 0;
    left: 0;
    color: var(--heading-color);
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
}
.catalog-item-card .catalog-item-sticters i{
    display: inline-block;
    width: 40px;
    height: 30px;
    margin-bottom: 5px;
}
.catalog-item-card .catalog-item-body{
    margin-bottom: 15px;
}
.catalog-item-card .catalog-item-properties-line{
    font-size: 13px;
    margin-bottom: 10px;
}
.catalog-item-card .catalog-item-desc{
    color: #505D72;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}
.catalog-item-card .catalog-item-footer{
    margin-bottom: 20.5px;
}
@media(min-width: 768px) {
    .catalog-item-card .catalog-item-footer{
        margin-top: auto;
    }
}

/* список */
.catalog-item-line .catalog-item-content{
    border-bottom: 2px dashed var(--primary-color);
}
@media(min-width: 768px){
    .catalog-item-line .catalog-item-content{
        border-bottom: 0;
    }
    .catalog-item-information{
        gap: 0 20px;
    }
}
.catalog-item-line .catalog-item-content{
    padding: 30px 0 20.5px;
}
.catalog-item-line .catalog-item-checkbox.form__check{
    position: absolute;
    top: -13px;
    left: 0;
    line-height: 1;
}
.catalog-item-line .catalog-item-picture{
    position: relative;
    min-width: 55px;
    width: 55px;
    margin-right: 15px;
}
@media(min-width: 768px){
    .catalog-item-line .catalog-item-picture{
        min-width: 96px;
        width: 96px;
    }
}
.catalog-item-line .catalog-item-sticters{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.catalog-item-line .catalog-item-sticters i{
    display: inline-block;
    width: 16px;
    height: 12px;
    margin-left: 5px;
}
.catalog-item-line .catalog-item-properties-line{
    gap: 8px 15px;
    font-size: 14px;
    margin-bottom: 5px;
}
.catalog-item-line .catalog-item-desc{
    max-width: 650px;
    color: var(--heading-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}
.catalog-item-line .catalog-item-tasted-info{
    width: 100%;
    margin-top: 15px;
}
@media(min-width: 992px){
    .catalog-item-line .catalog-item-tasted-info{
        min-width: 200px;
        width: 200px;
        margin-top: 0;
    }
}
.catalog-item-tasted-provisioner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 110px;
    border-radius: 10px;
    background: transparent;
    border: 1px dashed var(--primary-color);
    padding: 5px 10px;
    margin-bottom: 10px;
}
.catalog-item-tasted-provisioner img{
    max-width: 110px;
    margin-bottom: 5px;
}
.catalog-item-tasted-provisioner-name{
    color: var(--heading-color);
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}
.catalog-item-line .catalog-item-tasted-time{
    width: 100%;
    color: var(--heading-color);
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    background: url('/local/templates/landing_fest/components/bitrix/catalog.item/main/images/stickers/man.svg'), var(--background-color);
    background-repeat: no-repeat;
    background-position: right 17px bottom;
    border-radius: 10px;
    padding: 8px 75px 10px 20px;
}
.catalog-item-line .catalog-item-tasted-time span{
    font-size: 20px;
    font-weight: 700;
}

/* End */


/* Start:/bitrix/templates/.default/ajax/ajax.css?1459336870448*/
iframe.waitwindowlocal {position:absolute; border:0px; z-index:9999;}
div.waitwindowlocal {position:absolute; width:25px; height: 25px; padding:0px; z-index:10000; background-color:#FCF7D1; border:1px solid #E1B52D; background-image:url(/bitrix/templates/.default/ajax/images/wait.gif); background-position:center center; background-repeat:no-repeat;}
div.waitwindowlocalshadow {position:absolute; z-index:9998; background-image:url(/bitrix/templates/.default/ajax/images/shadow.gif); border:1px solid #808080;}

/* End */


/* Start:/local/modules/aspro.settings/css/popups.css?17556110301442*/
.bx-core-waitwindow{
	display : none;
}

.ajax{
	cursor        : pointer;
	border-bottom : 1px dotted;
}

div.error, label.error{
	position    : absolute;
	color       : red;
	top         : 0;
	right       : 0;
	white-space : nowrap;
}

.required-star{
	color : red;
}

.jqmOverlay{
	background : #00041a;
	opacity    : 0.2;
}

.jqmWindow{
	width      : 500px;
	position   : absolute;
	left       : 50%;
	background : #fff;
	padding    : 20px;
	display    : none;
}

.jqmWindow.animated{
	opacity            : 0;
	-webkit-transform  : rotateX(-70deg);
	-moz-transform     : rotateX(-70deg);
	-ms-transform      : rotateX(-70deg);
	-o-transform       : rotateX(-70deg);
	-webkit-transition : all .0s ease-in-out;
	-moz-transition    : all .0s ease-in-out;
	-o-transition      : all .0s ease-in-out;
	transition         : all .0s ease-in-out;
	visibility         : hidden;
}

.jqmWindow.animated.loaded{
	z-index           : 900 !important;
	opacity           : 1;
	-webkit-transform : rotateX(0deg);
	-moz-transform    : rotateX(0deg);
	-ms-transform     : rotateX(0deg);
	-o-transform      : rotateX(0deg);
}

.jqmWindow.animated.show{
	visibility : visible;
}

.jqmWindow .top-close{
	position : absolute;
	right    : 15px;
	top      : 15px;
	display  : block;
	width    : 15px;
	height   : 15px;
	cursor   : pointer;
}

.jqmWindow .top-close:before{
	content : 'x';
}
/* End */


/* Start:/local/modules/aspro.settings/css/toggle-text.css?1755611030321*/
.detail-text-block{
	max-height : 0;
	opacity    : 0;
	overflow   : hidden;
}

.detail-text-block.open{
	max-height : 999999999px;
	opacity    : 1;
	transition : all 1s ease-in-out 0s;
}

.text-event{
	cursor : pointer;
}

.text-event span{
	display       : inline-block;
	border-bottom : 1px dotted;
}
/* End */
/* /local/templates/landing_fest/components/bitrix/catalog.item/main/style.css?17556110317470 */
/* /bitrix/templates/.default/ajax/ajax.css?1459336870448 */
/* /local/modules/aspro.settings/css/popups.css?17556110301442 */
/* /local/modules/aspro.settings/css/toggle-text.css?1755611030321 */
