

/* Start:/local/templates/fissman_fast/components/bitrix/news.list/main-slider/style.css?17292086623944*/
.main-slider-wrap{
    background: #f4f6f9;
    padding: 25px 0 20px;
}
.main-slider {
    min-height: 270px;
    position: relative;
    min-height: auto;
    max-height: 433px;
    border-radius: 6px;
    height: 700px;
    overflow: hidden;
}
.main-slider.full-width{
    max-height: none;
    height: auto;
}
.main-slider .slick-list, .main-slider .slick-track{
    height: 100% !important;
}
.main-slider__slide,
.main-slider {
    height: auto;
}

.section-foto-in .main-slider__slide {
    max-height: 401px;
}

.main-slider__slide a {
    display: block;
    height: 100%;
}

.main-slider__slide img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.main-slider__slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.full-width .main-slider__slide img{
    max-width: 100%;
    height: auto;
}

.main-slider__slide.slick-active img {
    position: relative;
}

.main-slider__slide .mobile-pic{
    display: none;
}
.main-slider .slick-dots li button {
	overflow: hidden;
	text-indent: -100000px;
}
.slider-timer{
    max-width: 450px;
    width: 90%;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: rgba(255, 255, 255, .8);
    border-radius: 6px;
    font-size: 60px;
    font-weight: 400;
    line-height: normal;
    padding: 8px 20px 3px;
}
.slider-timer .seperator{
    position: relative;
    top: -12px;
}
.slider-timer p{
    font-size: 15px;
    color: #9f9f9f;
    position: relative;
    top: -8px;
}
.main-slider__slide{
    position: relative;
}
.main-slider .slick-arrow{
    width: 36px;
    height: 36px;
    left: 16px;
    margin: 1px 0 0;
}
.main-slider .slick-next{
    left: auto;
    right: 16px;
}
.main-slider .slick-arrow:after{
    width: 8px;
    height: 8px;
    left: 15px;
}
.main-slider .slick-arrow:hover{
    background: #efefef;
}
.main-slider .slick-dots{
    bottom: 17px;
}
.main-slider__scroll, .main-slider-wrap [id*="bx_incl_area_"]{
    overflow: hidden;
    width: 100%;
}

@media screen and (max-width: 1100px){
    .slider-timer{
        bottom: 50px;
    }
    .main-slider__slide img {
        max-width: 100%;
        width: 100%;
        object-fit: cover;
        height: auto;
    }

    .catalog-content .main-slider__slide img {
        height: auto;
    }
    .main-slider .slick-dots {
        bottom: 13px;
    }

    .main-slider .slick-prev {
        left: 6px;
    }

    .main-slider .slick-next {
        right: 6px;
    }
}
@media screen and (max-width: 980px){
    .main-slider-wrap{
        padding: 60px 0 18px;
    }
}
@media screen and (max-width: 800px){
    .main-slider__slide img {
        width: auto;
        max-width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 768px){
    .slider-timer{
        max-width: 320px;
        font-size: 40px;
    }
    .slider-timer p {
        font-size: 12px;
        top: -4px;
    }
}
@media screen and (max-width: 500px){
    .main-slider__scroll{
        margin: 0 -15px 0 0;
        overflow: hidden;
    }
    .main-slider{
        border-radius: 0;
        overflow-x: scroll;
        display: flex;
        padding: 0 0 10px;
    }
    .main-slider__slide{
        flex: none;
        width: 305px;
        margin: 0 15px 0 0;
    }
    .main-slider .mCSB_scrollTools.mCSB_scrollTools_horizontal{
        opacity: 0 !important;
        pointer-events: none;
    }
    .main-slider__slide img{
        display: block;
    }
    .main-slider__slide a{
        border-radius: 6px;
        overflow: hidden;
    }
}
@media screen and (max-width: 375px){
    .slider-timer{
        max-width: 320px;
        font-size: 30px;
        bottom: 30px;
    }
    .slider-timer p {
        top: -3px;
    }
}

@media screen and (max-width: 620px){
    .main-slider__slide .mobile-pic{
        display: block;
    }
    .main-slider .slick-dots {
        bottom: 5px;
    }
}
/* End */


/* Start:/local/templates/fissman_fast/components/bitrix/menu/icon_fast_link/style.css?17292086622981*/
.index-fast-link__wrap{
	margin: 26px 0 0;
	position: relative;
}
.index-fast-link {
	display: flex;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	padding: 0 0 10px;
}
.index-fast-link__item {
	margin: 0 16px 0 0;
	width: 100%;
}
.index-fast-link__item:last-child {
	margin-right: 0;
}
.index-fast-link__item a{
	display: flex;
	align-items: center;
	width: 100%;
	flex: none;
	background: #fff;
	box-shadow: 0px 5px 5px 0px rgba(235, 238, 243, 1);
	padding: 9px 15px 10px;
	font-size: 15px;
	line-height: normal;
	border-radius: 6px;
}
.index-fast-link__ico{
	position: relative;
	flex: none;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #e9ecf0;
	margin: 0 20px 0 0;
}
.index-fast-link__ico span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	height: 60%;
	background-repeat: no-repeat;
	background-position: center;
}
.index-fast-link__ico img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.show_auth_modal img{
	width: auto;
	left: 50%;
	transform: translate(-50%,-50%);
}
.index-fast-link__wrap .mCSB_horizontal.mCSB_inside>.mCSB_container{
	margin: 0;
}
.index-fast-link__wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal{
	opacity: 0 !important;
	pointer-events: none;
}
.menu-fast__btn{
	margin: -4px 0 0;
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(239, 239, 239, .4);
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	z-index: 1;
	transition: background ease .2s;
	text-indent: -999px;
	overflow: hidden;
}
.menu-fast__btn:hover{
	background: rgba(239, 239, 239, 1);
}
.menu-fast__btn::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	left: 15px;
	border-top: #444 2px solid;
	border-left: #444 2px solid;
	top: 50%;
	transform: translate(0, -50%) rotate(-45deg);
}
.menu-fast__btn.btn-forward {
	left: auto;
	right: 0;
	transform: scale(-1, 1) translate(0, -50%);
}

@media screen and (max-width: 1100px) {
	.index-fast-link__item a,
	.index-fast-link__item:nth-child(4) a {
		width: 308px !important;
	}
}
@media screen and (max-width: 980px) {
	.menu-fast__btn{
		display: none !important;
	}
	.index-fast-link__wrap{
		margin: 0;
	}
	.index-fast-link{
		padding: 0 0 16px;
	}
}
@media screen and (max-width: 500px) {
	.index-fast-link__item a, .index-fast-link__item:nth-child(4) a{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 143px !important;
		padding: 10px 13px;
		font-size: 14px;
		/* height: 121px; */
	}
	.index-fast-link__item br{
		display: none;
	}
	.index-fast-link__ico{
		width: 33px;
		height: 33px;
		margin: 0 0 18px;
	}
	.index-fast-link__ico img{
		width: 51px;
	}
	.show_auth_modal img{
		width: auto;
	}
}
/* End */


/* Start:/local/templates/fissman_fast/components/redsign/daysarticle2.list/index/style.css?17092020234093*/
.product_day {
	--font-color: #000;
	--base-color: #f8e34c;
	--article-color: #9da3ae;
	--button-background: #18b6c8;
	--button-hover-background: #01d2e9;
	--button-active-background: #8bcd5c;
	--button-color: #fff;
	--fields-background: #e9ecf0;
	--footer-line-color: #d9d9d9;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	padding: 30px 0 10px;
	color: var(--font-color);
	font-weight: normal;
}
.product_day-item {
	border: 1px solid var(--base-color);
	text-align: center;
	border-radius: 4px;
	margin-left: 14px;
	width: 100%;
	min-width: 330px;
	max-width: 332px;
}
.product_day-item:first-child {
	margin-left: 0;
}
.product_day-title {
	background: var(--base-color);
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px 3px 0px 0px;
	height: 49px;
	line-height: 49px;
}
.product_day-body {
	padding: 14px 31px 28px;
}
.product_day-name {
	font-size: 15px;
	height: 50px;
	overflow: hidden;
}
.product_day-article {
	font-size: 14px;
	color: var(--article-color);
}
.product_day-picture {
	height: 200px;
	line-height: 200px;
}
.product_day-picture img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.product_day-price_old {
	font-size: 16px;
	text-decoration: line-through;
}
.product_day-price {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.product_day-price span {
	font-size: 24px;
}
.product_day-price_discount {
	background: var(--base-color);
	font-size: 16px;
	height: 39px;
	line-height: 39px;
	width: 213px;
	border-radius: 4px;
	margin: 0 auto 23px;
}
.product_day-price_discount span {
	font-weight: bold;
}
.product_day-pay a {
	display: block;
	text-decoration: none;
	width: 155px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: var(--button-color);
	background: var(--button-background);
	margin: 0 auto;
	border-radius: 40px;
	transition: background-color ease .2s, opacity ease .2s;
}
.product_day-pay a:hover {
	background: var(--button-hover-background);
	color: var(--button-color);
}
.product_day-pay a:active {
	background: var(--button-active-background);
	color: var(--button-color);
}
.product_day-footer {
	padding: 0 31px 14px;
}
.product_day-footer:before {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background: var(--footer-line-color);
	margin-bottom: 15px;
}
.product_day-footer:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.product_day-count_limit {
	float: left;
	width: 42%;
}
.product_day-day_limit {
	float: right;
	width: 54%;
}
.product_day-count_label,
.product_day-dat_label {
	font-size: 13px;
	margin-bottom: 8px;
}
.product_day-count_bar {
	height: 25px;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
}
.product_day-count_bar div {
	height: 100%;
	background: var(--fields-background);
}
.product_day-count_bar div span {
	display: block;
	height: 100%;
	background: var(--base-color);
}
.product_day-day_items {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}
.product_day-day_separator {
	width: 100%;
}
.product_day-day_num {
	width: 100%;
	white-space: nowrap;
}
.product_day-day_num span {
	display: inline-block;
	background: var(--fields-background);
	font-size: 15px;
	border-radius: 4px;
	height: 25px;
	line-height: 25px;
	width: 20px;
	margin-left: 2px;
}
.product_day-day_num span:first-child {
	margin-left: 0;
}
.product_day-day_label {
	font-size: 12px;
	color: var(--article-color);
}
.product_day-flex_center {
	justify-content: center;
	align-items: center;
}

.product_day-item_in_future .product_day-price_discount {
	background: var(--fields-background);
}
.product_day-item_in_future .product_day-pay a {
	background: var(--fields-background);
	color: var(--font-color);
}
.product_day-item_in_future .product_day-pay a:hover {
	background: var(--button-hover-background);
	color: var(--button-color);
}
.product_day-item_in_future .product_day-pay a:active {
	background: var(--button-active-background);
	color: var(--button-color);
}
@media screen and (max-width: 980px) {
	.product_day {
		overflow-x: scroll;
	}
}
/* End */


/* Start:/local/templates/fissman_fast/components/bitrix/menu/index-catalog-menu/style.css?17494568388015*/
.bx-ie .categories-tiles__item-name {
	transition: opacity ease .8s;
}

.bx-ie .categories-tiles__item:hover .categories-tiles__item-name {
	opacity: 0;
}

.index-catalog__left .categories-tiles__item.for-gift-card {
	width: 100%;
	margin: 13px 0 0;
}
/* categories-tiles */
.categories-tiles.flex {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: stretch;
	        align-items: stretch;
	margin-right: -1%;
}

.categories-tiles__item.flex {
	width: 24%;
	min-height: 95px;
	font-weight: 400;
	cursor: default;
	align-items: stretch;
	position: relative;
	margin-bottom: 1%;
	margin-right: 1%;
	flex: none;
}

.categories-tiles__item-wrap {
	border-radius: 6px;
	background: #fff;
	border: #ebebeb 1px solid;
	position: relative;
	transform-style: preserve-3d;
	transition: 100ms;
	width: 100%;
}
.categories-tiles__item-wrap:hover {
	border-color: #13b6c9;
}
.categories-tiles__item-link-cover,
.categories-tiles__item-link-cover_sub {
	display: block;
	position: absolute;
	z-index: 1;
	text-indent: -1000000px;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.categories-tiles__item-link-cover_sub_has:before {
	display: none;
	content: "";
	position: absolute;
	width: 11px;
	height: 6px;
	top: 50%;
	margin: 2px 0 0;
	right: 16px;
	background: url(/local/templates/fissman_fast/components/bitrix/menu/index-catalog-menu/images/filter-arrow.svg) no-repeat center;
	transition: transform ease .2s;
}
.categories-tiles__item-link-cover_sub_open:before  {
	transform: rotate(180deg);
}

.categories-tiles__item.flex.for-gift-card .flipper-front,
.categories-tiles__item.flex.for-gift-card:hover .flipper-front {
	background: url(/local/templates/fissman_fast/components/bitrix/menu/index-catalog-menu/images/mini-gift-card.jpg) no-repeat center / cover;
	color: #fff;
}

.categories-tiles__item.flex.for-gift-card__menu .flipper-front,
.categories-tiles__item.flex.for-gift-card__menu:hover .flipper-front {
	background: url(/local/templates/fissman_fast/components/bitrix/menu/index-catalog-menu/images/mini-gift-card2.jpg) no-repeat center / cover;
}

.flipper-front {
	background: #fff;
	padding: 21px 26px;
	backface-visibility: hidden;
	overflow: hidden;
	position: relative;
	width: 100%;
	border-radius: 6px;
}

.bx-ie .flipper-front {
	height: 180px;
}

.categories-tiles__item-pic {
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: 57px;
	max-height: 70px;
	top: 0;
	left: 10px;
}

.categories-tiles__item-pic img {
	max-width: 100%;
	height: auto;
}

.categories-tiles__item-name {
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	margin: 0 0 9px;
	padding-left: 51px;
	position: relative;
	z-index: 1;
}

.categories-tiles__item-num {
	font-size: 15px;
	color: #979797;
	padding-left: 51px;
	/*margin-bottom: 9px;*/
}
.categories-tiles__item-link {
	padding-left: 51px;
}
.categories-tiles__item-link a {
	font-size: 14px;
	color: #2447ff;
}
.categories-tiles__item-link a:hover {
	text-decoration: underline;
}

.categories-tiles__item .more-link {
	position: absolute;
	bottom: 21px;
	left: 26px;
}
.index-catalog .mCSB_horizontal.mCSB_inside>.mCSB_container{
	margin: 0;
}
.index-catalog .mCSB_scrollTools.mCSB_scrollTools_horizontal{
	opacity: 0 !important;
	pointer-events: none;
}
.index-catalog__btn {
	position: absolute;
	border-radius: 0 50% 50% 0;
	top: 50%;
	margin: -29px 0 0;
	left: -10px;
}

.index-catalog__btn.btn-forward {
	border-radius: 50% 0 0 50%;
	left: auto;
	right: -10px;
}

.index-catalog__btn span {
	display: block;
	position: relative;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(239, 239, 239, .4);
	transition: background ease .2s;
	top: 0;
	left: 0;
}
.index-catalog__btn:hover span{
	background: rgba(239, 239, 239, 1);
}

.index-catalog__btn span::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	left: 18px;
	border-top: #444 2px solid;
	border-left: #444 2px solid;
	top: 50%;
	transform: translate(0, -50%) rotate(-45deg);
}

.index-catalog__btn.btn-forward span::before {
	transform: translate(0, -50%) rotate(135deg);
	left: 15px;
}

.flipper-back__scroll {
	display: none;
	padding: 21px 26px;
}
.flipper-back__scroll ul li {
	margin-bottom: 12px;
}
.flipper-back__scroll ul li:last-child {
	margin-bottom: 0;
}

.categories-tiles__item-link-cover_sub {
	background: none;
}

@media screen and (max-width: 1280px) {
	.categories-tiles__item.flex {
		min-height: 119px;
	}

	.flipper-front {
		padding: 24px 22px;
	}

	.categories-tiles__item .more-link {
		bottom: 17px;
	}
}
@media screen and (max-width: 1100px) {
	.cards-wrap .wrap.flex {
		justify-content: center;
	}

	.cards-wrap .wrap.flex:before {
		display: none;
	}

	.cards-wrap__categories-tiles.flex {
		justify-content: space-between;
	}
}
@media screen and (max-width: 980px) {
	.index-catalog__btn{
		display: none !important;
	}
	.categories-tiles__item.flex{
		width: 48%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.categories-tiles.flex {
		margin-right: -2%;
	}
	.cards-wrap {
		padding: 0;
	}

	.cards-wrap .categories-tiles__item.flex:first-child,
	.cards-wrap .categories-tiles__item.flex {
		width: 49%;
		margin: 0 0 14px !important;
	}
	.cards-wrap .categories-tiles__item.flex {
		margin: 0 5px;
		width: 48.9%;
		margin: 0;
		max-width: none;
	}
	.categories-tiles__item.flex:not(.for-gift-card) {
		min-height: 80px;
	}
	.additional-menu .categories-tiles__item.flex:first-child,
	.additional-menu .categories-tiles__item.flex,
	.additional-menu .categories-tiles__item.flex:nth-child(4),
	.additional-menu .categories-tiles__item.flex:nth-child(7) {
		width: 49%;
		margin-right: 0;
	}

	.flipper-front {
		padding: 16px 26px;
	}

	.categories-tiles__item-name {
		line-height: 20px;
		margin: 0 0 5px;
	}

	.categories-tiles__item.flex:not(.for-gift-card) .more-link {
		bottom: 7px;
	}
}
@media screen and (max-width: 620px) {
	.categories-tiles__item-num, .flipper-back__scroll ul li {
		font-size: 18px;
	}
	.cards-wrap__categories-tiles.flex {
		justify-content: space-between;
		padding: 15px 0 33px;
		flex-direction: column;
		width: 100%;
	}

	.categories-tiles__item.flex.for-gift-card,
	.cards-wrap .categories-tiles__item.flex:not(:last-child) {
		min-height: 180px !important;
		width: 100%;
		max-width: 400px;
	}

	.categories-tiles__item.flex.for-gift-card .flipper-front,
	.categories-tiles__item.flex.for-gift-card:hover .flipper-front {
		background: url(/local/templates/fissman_fast/components/bitrix/menu/index-catalog-menu/images/mini-gift-card.jpg) no-repeat center / cover;
	}

	.categories-tiles__item.flex.for-gift-card__menu .flipper-front,
	.categories-tiles__item.flex.for-gift-card__menu:hover .flipper-front {
		background: url(/local/templates/fissman_fast/components/bitrix/menu/index-catalog-menu/images/mini-gift-card2.jpg) no-repeat center / cover;
	}

	.cards-wrap .wrap.flex {
		flex-direction: column;
	}

	.cards-wrap .categories-tiles__item.flex:not(:last-child) {
		border: #f5f5f5 1px solid;
	}
	.for-gift-card {
		margin: 0 0 15px !important;
	}

	.for-gift-card .categories-tiles__item-wrap {
		border: none;
	}
	.additional-menu .categories-tiles__item.flex:first-child,
	.additional-menu .categories-tiles__item.flex {
		width: 100%;
	}

	.additional-menu {
		margin-top: -1px;
	}

	.categories-tiles__item.flex:not(.for-gift-card) .more-link {
		display: none;
	}

	.categories-tiles__item.flex.for-gift-card .flipper-front {
		padding: 14px 0 8px 25px;
	}
	.categories-tiles__item.flex,
	.additional-menu .categories-tiles__item.flex,
	.categories-tiles__item-wrap,
	.additional-menu .categories-tiles__item.flex:nth-child(4),
	.additional-menu .categories-tiles__item.flex:nth-child(7) {
		width: 100%;
		margin: 0;
		min-height: 89px;
		margin: 0 0 1px;
		flex-wrap: wrap;
	}
	.categories-tiles__item-wrap {
		min-height: auto;
	}
	.categories-tiles__item-link-cover {
		display: none;
	}
	.categories-tiles__item-link-cover_sub {
		display: block;
	}
	.categories-tiles__item-link-cover_sub_has:before {
		display: block;
	}
}

@media screen and (max-width: 360px) {
	.categories-tiles__item.flex {
		margin: 0;
		border-bottom: none;
		min-height: 64px;
	}

	.flipper-front {
		padding: 25px 0 8px 95px;
	}

	.categories-tiles__item-pic img {
		max-height: 60px;
	}
}
/* End */
/* /local/templates/fissman_fast/components/bitrix/news.list/main-slider/style.css?17292086623944 */
/* /local/templates/fissman_fast/components/bitrix/menu/icon_fast_link/style.css?17292086622981 */
/* /local/templates/fissman_fast/components/redsign/daysarticle2.list/index/style.css?17092020234093 */
/* /local/templates/fissman_fast/components/bitrix/menu/index-catalog-menu/style.css?17494568388015 */
