.header-new-year{
	position: relative;
}
.menu-mob__header .header-logo{
	top: 12px;
}
.header-new-year .header-logo{
	width: 155px;
	right: calc(50% - (85px / 2));
	left: auto;
}


@media (min-width: 1200px){
	.header-new-year .header-logo{
		width: 203px;
	}
	.header-new-year .header-search{
		padding: 0 20px;
	}
}


.header-new-year__left{

	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0px;
	width: calc((100% - 1200px) / 2);
	overflow: hidden;
}

.header-new-year__right{
	z-index: 10;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0px;
	width: calc((100% - 1200px) / 2);
	overflow: hidden;
}
.header-new-year__right .header-new-year__tree{
	transform: scale(-1, 1);
}

.christmas .header-new-year__right {
	display: none;
}

.christmas .header-new-year__left {
	display: none;
}

.header-new-year__relative{
	position: relative;
	width: 100%;
	height: 100%;
}


.header-new-year__tree{
	background-image: url('/local/templates/html/images/christmas-tree.svg');
	background-repeat: repeat-x;
	background-position: right bottom;
	position: absolute;
	top: 0;
	bottom: 50px;
	left: 0;
	right: 0;
	overflow: hidden;
}

.header-new-year__snowflake{
	width: 20px;
	height: 20px;
	background-image: url('/local/templates/html/images/snowflake.svg');
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	/*background-color: #c0ccff;*/
	position: absolute;
	animation: snowflake linear infinite;
	top: -50px;

}

@keyframes snowflake {
	from{
		top: -50px;
		transform: rotate(0);
	}
	to{
		top: 200px;
		transform: rotate(180deg);
	}
}

.header-new-year__snowflake:nth-child(1){
	left: 21px;
	animation-duration: 5s;
	animation-delay: 2s;
}

.header-new-year__snowflake:nth-child(2){
	left: 24px;
	animation-duration: 6s;
	animation-delay: 1s;
}

.header-new-year__snowflake:nth-child(3){
	left: 72px;
	animation-duration: 7s;
	animation-delay: 3s;
}

.header-new-year__snowflake:nth-child(4){
	left: 72px;
	animation-duration: 6s;
	animation-delay: 2s;
}

.header-new-year__snowflake:nth-child(5){
	left: 69px;
	animation-duration: 8s;
	animation-delay: 10s;
}

.header-new-year__snowflake:nth-child(16){
	left: 51px;
	animation-duration:5s;
	animation-delay: 2s;
}


.header-new-year__snowflake:nth-child(6){
	left: 116px;
	animation-duration:8s;
	animation-delay: 2s;
}

.header-new-year__snowflake:nth-child(7){
	left: 127px;
	animation-duration:5s;
	animation-delay: 0s;
}

.header-new-year__snowflake:nth-child(8){
	left: 105px;
	animation-duration:6s;
	animation-delay: 0s;
}

.header-new-year__snowflake:nth-child(9){
	left: 149px;
	animation-duration:10s;
	animation-delay: 2.5s;
}

.header-new-year__snowflake:nth-child(10){
	left: 201px;
	animation-duration:9s;
	animation-delay: 3s;
}

.header-new-year__snowflake:nth-child(11){
	left: 191px;
	animation-duration: 7s;
	animation-delay: 2s;
}

.header-new-year__snowflake:nth-child(12){
	left: 280px;
	animation-duration: 5s;
	animation-delay: 4s;
}

.header-new-year__snowflake:nth-child(13){
	left: 277px;
	animation-duration: 8s;
	animation-delay: 3s;
}

.header-new-year__snowflake:nth-child(14){
	left: 324px;
	animation-duration: 5s;
	animation-delay: 2.5s;
}

.header-new-year__snowflake:nth-child(15){
	left: 313px;
	animation-duration: 6s;
	animation-delay: 1.5s;
}

.header-new-year__snowflake:nth-child(2n+1){
	transform: scale(0.6);
}

.header-new-year__snowflake:nth-child(3n+1){
	transform: scale(0.4);
}

.main--new-year{
	position: relative;
}

.main--new-year:before{
	z-index: 10;
	content: '';
	position: absolute;
	left: 0;
	top: 24px;
	bottom: 0px;
	width: calc((100% - 1200px) / 2);
	overflow: hidden;
	background: url('/local/templates/html/images/new-year-main-bg.svg');
	z-index: 150;
	z-index: 1;
}

.main--new-year:after{
	z-index: 10;
	content: '';
	position: absolute;
	right: 0;
	top: 24px;
	bottom: 0px;
	width: calc((100% - 1200px) / 2);
	overflow: hidden;
	background: url('/local/templates/html/images/new-year-main-bg.svg');
	z-index: 150;
	z-index: 0;
}


.ny-2023 .main--new-year::after{
	display: none;
}

.ny-2023 .main--new-year::before{
	display: none;
}

.footer-new-year{
	position: relative;
}

.footer-new-year .footer-logo{
	width: 203px;
}

.footer-new-year:before{
	z-index: 10;
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	bottom: 0px;
	width: calc((100% - 1200px - 35px) / 2);
	overflow: hidden;
	background: url('/local/templates/html/images/new-year-footer.svg');
	background-position: right bottom;
	z-index: 150;
	background-repeat: repeat-x;
}

.footer-new-year:after{
	z-index: 10;
	content: '';
	position: absolute;
	right: 0;
	top: 0px;
	bottom: 0px;
	width: calc((100% - 1200px - 35px) / 2);
	overflow: hidden;
	background: url('/local/templates/html/images/new-year-footer.svg');
	background-position: left bottom;
	z-index: 150;
	transform: scale(-1, 1);
	background-repeat: repeat-x;
}

.logo-mobile{
	display: none;
	max-width: 85%;
}

@media(max-width: 1199px){
	.logo-desktop{
		display: none;
	}
	.logo-mobile{
		display: block;
	}
}

.footer .logo-mobile{
	display: block !important;
}

.footer .logo-desktop{
	display: none !important;
}


/* ===============  */


.adm-workarea input[type=radio] {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px #000 solid
}

.adm-workarea input[type=checkbox] {
    width: 10px;
    height: 10px;
    border: 1px #000 solid
}

.adm-workarea input[type=radio]:checked {
    border: 3px #000 solid;
    border-radius: 70px;
    width: 7px;
    height: 7px
}

.adm-workarea input[type=checkbox]:checked:before {
    content: 'v';
    font-weight: 800;
    position: relative;
    top: -5px;
    left: 1px
}

a.disabled {
    background: #b2b2b2;
    cursor: default
}

#bx-panel.bx-panel-fixed {
    z-index: 99995 !important
}

div.bx-component-opener {
    z-index: 99996 !important
}

.bx-core-adm-dialog {
    z-index: 100998 !important
}

.bxhtmled-popup {
    z-index: 300599 !important
}

.bx-core-popup-menu {
    z-index: 102899 !important
}

#popupbx_file_detail_picturefilePath {
    z-index: 101000
}

.header-top__container div[id^=bx_incl_area] {
    flex-grow: 1
}

.nav-catalog.bx-context-toolbar-empty-area {
    background-color: #fff !important
}

button.close-form {
    width: 177px
}

div.bx-html-editor-absolute {
    z-index: 100998 !important
}

.btn-outline.w100p {
    position: relative
}

.btn-outline.w100p .preloader {
    display: none;
    top: calc(50% - 14px)
}

.btn-outline.w100p.view-more--loading .preloader {
    display: block
}

.btn-outline.w100p.view-more--loading .js-text {
    display: none
}

.catalog-tag-list a {
    text-decoration: none
}

.filter-preloader-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: url(/local/templates/krabsby/img/file-uploader/processing.gif) no-repeat center center
}

.catalog-product-list .btn.btn-outline {
    width: 100%;
    margin: 20px 0 40px
}

@media (min-width: 1024px) {
    .tab-content {
        padding: 30px 0 25px
    }
}

#popupFM, .jPicker.Container {
    z-index: 100999 !important
}

.logout-link {
    margin-left: 10px;
    font-size: 11px;
    font-weight: 600
}

@media (min-width: 1024px) {
    #modal-add .product-card-slider-small {
        margin-bottom: 0 !important
    }
}

.fly {
    position: absolute;
    z-index: 99999
}

.add-to-card-wrapper .preloader.filter-preloader-block, .ajax-result .preloader.filter-preloader-block, .card-ajax-result .preloader.filter-preloader-block {
    display: none
}

.add-to-card-wrapper {
    position: relative
}

.ajax-result.filter-preloader {
    position: relative
}

.add-to-card-wrapper.filter-preloader:before, .ajax-result.filter-preloader:before, .js-complex-coupon-add.filter-preloader:before, .order-preloader:before,
.search-result.filter-preloader:before
{
    display: block !important;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    opacity: .5;
    z-index: 200
}

.search-result .filter-preloader-block{
    position: absolute;
    margin: calc(50% - 254px) calc(50% - 50px);
    /*margin: calc(-12px) calc(50% - 50px);*/
}

.filter-preloader .search-result-list{
    /*margin: 30px 0;*/
    min-height: 100px;
    position: relative;
}

.search-result.filter-preloader{
    display: block;
}

.js-complex-coupon-add {
    position: relative
}

.js-complex-coupon-add .preloader--catalog {
    position: absolute;
    left: 50%
}

.add-to-card-wrapper .preloader.filter-preloader-block, .ajax-result .preloader.filter-preloader-block, .preloader.order-preloader-block {
    display: none;
    opacity: 1;
    position: absolute;
    z-index: 200;
    top: 210px;
    left: 50%
}

.add-to-card-wrapper .preloader.filter-preloader-block {
    top: 2%
}

.ajax-result.filter-preloader .preloader.filter-preloader-block, .order-preloader > .preloader.order-preloader-block {
    display: block
}

.card-ajax-result.filter-preloader .preloader.filter-preloader-block {
    display: block
}

.basket-card .basket-card__img-wrap > span {
    background-repeat: no-repeat no-repeat
}

.order-preloader {
    position: relative
}

.js-paycheck-sticky.order-preloader .order-preloader-block {
    top: 110px
}

.basket-card.order-preloader .order-preloader-block {
    top: 90px
}

.basket-menu.header-control-menu .order-preloader-block {
    top: 30px;
    left: 40%
}

.errortext {
    color: #d51a19;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block
}

.search-page-wrapper {
    margin-bottom: 25px
}

.search-result-subtitle {
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #333
}

.search-result-subtitle strong {
    font-size: 18px;
    color: #19214f
}

.search-result-subtitle-header {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #333
}

.slam-logo {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    margin-right: 12px;
    margin-top: -2px
}

.slam-copy svg.icon.i-logo-slam {
    fill: rgba(255, 255, 255, .5)
}

.slam-copy a {
    color: rgba(255, 255, 255, .5)
}

@media (max-width: 1023px) {
    .footer__copy.slam-copy {
        padding-top: 18px
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .footer__copy.slam-copy {
        margin-left: 25%
    }
}

.product-card__price, .product-page-card__price {
    white-space: nowrap
}

.articles-list-header .jq-selectbox li.disabled {
    display: none
}

.disabled > .btn {
    background: rgba(177, 180, 194, .3) !important;
    border-color: rgba(177, 180, 194, .3) !important;
    cursor: no-drop !important;
    color: rgba(158, 162, 180, .7) !important;
    box-shadow: none !important
}

.btn.btn-custom:hover {
    color: #fff
}

.jivosite-load-btn {
    position: fixed;
    bottom: 0 !important;
    left: auto;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 35px 0 0;
    height: 40px;
    width: 324px;
    box-sizing: border-box;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 34px !important;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 12px 14px 8px rgba(0, 0, 0, .17);
    z-index: 1042
}

.jivosite-load-btn-leaf {
    width: 32px !important;
    height: 34px !important;
    position: absolute;
    overflow: visible;
    right: 0;
    top: 0
}

.jivosite-load-btn-icon {
    width: 36px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 100% 50%
}

.jivosite-load-btn-text {
    flex-grow: 1;
    margin: 0 8px 0 15px
}

.jivosite-load-btn-logo {
    display: block;
    width: 51px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

.jivosite-load-btn.is-load {
    display: none
}

.jivosite-load-btn.is-loading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .3)
}

.jivosite-load-btn.is-loading:after {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid;
    border-color: transparent #fff transparent #fff;
    z-index: 2;
    animation-name: rotation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    box-sizing: border-box
}

.jivosite-load-btn-icon-mob {
    display: none;
    width: 35px;
    height: 31px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

.globalClass_ET {
    z-index: 99999 !important
}

@media (max-width: 678px) {
    .jivosite-load-btn-icon-mob {
        display: block
    }

    .jivosite-load-btn-icon, .jivosite-load-btn-leaf, .jivosite-load-btn-logo, .jivosite-load-btn-text {
        display: none
    }

    .jivosite-load-btn {
        width: 65px;
        height: 65px;
        border-radius: 50px !important;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 20px !important;
        right: 20px !important
    }

    .cssLeaf_1k {
        background-image: none !important
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.contacts-map {
    max-height: 550px
}

.bv-form .alert {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important
}

form.contact-form .form-result-wrapper {
    margin-bottom: 10px
}

form .alert.alert-danger {
    color: #d51a19
}

form .alert.alert-success {
    color: #3450f2
}

.certificate-img-wrap {
    box-sizing: border-box;
    box-shadow: 0 15px 40px rgba(25, 33, 79, .1);
    margin: 30px auto 60px;
    max-width: 320px
}

@media (min-width: 1024px) {
    .certificate-img-wrap {
        margin: 0 45px 20px
    }
}

span.like-link {
    color: #3450f2;
    position: relative;
    text-decoration: none;
    transition: -webkit-text-decoration .3s ease;
    transition: text-decoration .3s ease;
    transition: text-decoration .3s ease, -webkit-text-decoration .3s ease;
    -webkit-text-decoration-color: rgba(52, 80, 242, .3) !important;
    text-decoration-color: rgba(52, 80, 242, .3) !important
}

.radio-delivery-desc label {
    padding: 0;
    border: none;
    width: 100%
}

.radio--big input[type=radio]:checked ~ label .basket-pay-toggle:after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

span.btn.into-cart:hover {
    cursor: default
}

.js-services-card .services-card__add[disabled] {
    cursor: no-drop !important;
    color: rgba(158, 162, 180, .7) !important
}

.js-services-card .services-card__add[disabled]:before {
    background-image: none
}

.breadcrumb__item.active a:before {
    content: '';
    position: absolute;
    display: block;
    width: 9px;
    height: 7px;
    top: 50%;
    right: 9px;
    background: url(/local/templates/html/images/breadcrumb-arrow.svg) no-repeat 50% 50%;
    background-size: cover;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.mob-menu-ext {
    float: right;
    top: -31px;
    position: relative;
    font-size: 14px;
    line-height: 20px
}

.hidden-btn {
    display: none
}

.catalog-product-list__control-list .catalog-product-list__control-select {
    width: 205px
}

@media (max-width: 1199px) {
    .catalog-product-list__control-list .catalog-product-list__control-select {
        width: 100%
    }
}

@media (min-width: 1024px) {
    .catalog-product-list .product-card--v-card .product-card__main-right .product-card__available {
        display: none
    }
}

.compare-product-prop-list .product-card--v-compare .product-card__main-right .product-card__available {
    display: none
}

.breadcrumb:not(.not-init) .breadcrumb__item.visible-chain {
    display: block
}

.hidden-banner-margin > .catalog-banner-top {
    margin: 0 0 0 !important
}

.basket-popup-wrap .product-package-text {
    font-size: 25px;
    line-height: 36px;
    font-weight: 700;
    color: #19214f;
    margin: 0 0 20px
}

.b24-widget-button-position-bottom-right {
    right: 90px !important;
    bottom: 120px !important
}

@media (max-width: 1023px) {
    .b24-widget-button-position-bottom-right {
        right: 20px !important;
        bottom: 100px !important
    }
}

.product-card.product-card--v-card .product-card__credit.no-margin {
    margin: 0
}

.js-grid-text-0 {
    display: none
}

@media (max-width: 767px) {
    .promo .article {
        padding: 10px 0;
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    .promo .btn-catalog-filter-toggle {
        width: 100%;
        max-width: 100%;
    }
}

.b24-crm-button-icon {
    height: 30px !important;
    width: 30px !important;
}

.search-result-section {
    display: block;
}

.search-result-section .search-result-section-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    display: inline-block;
    margin: 0 0 12px;
}

.search-result-section .search-result-section-name:hover {
    background-color: #e7e7ec;
    text-decoration: none;
}

.search-result-item .product-card__price {
    text-align: right;
}
.search-result-item .search-result-item-info {
    padding-right: 15px;
}
.search-result-item .search-result-item-img {
    min-width: 70px;
}
.search-result-item .search-result-item-like {
    align-self: flex-start;
    margin-left: 15px;
}
.search-result-item .product-card__available {
    padding: 5px 0 0;
    color: #a6a6ab;
}
.search-result-item .product-card__sale {
    padding: 5px 0;
}

@media (max-width: 767px) {
    .search-result-item {
        flex-wrap: wrap;
        position: relative;
    }
    .search-result-item .search-result-item-img {
        margin: 0;
    }
    .search-result-item .search-result-item-info {
        padding: 0 15px;
        max-width: calc(100% - 70px);
    }
    .search-result-item .search-result-item-like {
        position: absolute;
        top: 20px;
        right: 0;
    }
    .search-result-item .product-card__price-wrap {
        width: 100%;
    }
    .search-result-item .product-card__sale {
        justify-content: flex-end;
        padding: 5px 0;
    }
}
@media (min-width: 1024px) {
    .product-card.product-card--v-list .product-card__img-wrap {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

.coupon-wrapper-item .form-control{
    font-size: 13px;
}

.one-click-form-checkbox label.label--input{
    line-height: 20px;
}
.swiper-wrapper > [id^="bx_incl_area_"]{
	display: flex;
}

.sidebar-filter__item.card-installment-filter-prop{
    background-color: #f0f8ff;
}
