/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.editor_dialog{
    min-height: auto !important;
    height: auto !important;
    max-height: auto !important;
}
.fixed-btn.btn.btn-danger {
    position: fixed;
    right: 0;
    bottom: 75%;
    display: flex;
    justify-content: center;
    padding: 15px;
    min-width: 30px;
    align-items: center;
    transform: rotate(-90deg);
    transform-origin: right bottom;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    z-index: 500;
    border-radius: 0 !important;
    background-color: #fff !important;
    color: #dc130d;
    border-width: 2px;
    box-shadow: 0 0 5px rgb(0 0 0 / 60%);
}


@media (max-height: 970px) {
    .fixed-btn {
        bottom: 70%;
    }
}
@media (max-height: 870px) {
    .fixed-btn {
        bottom: 85%;
    }
}


.whatsapp {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding-right: 62px;
    padding-bottom: 115px;
    pointer-events: none;
}
.whatsapp__wrapper {
    position: relative;
    display: block;
    padding: 8px;
    filter: drop-shadow(5px 10px 5px rgba(0,0,0,.2));
    transition-property: transform, filter;
    transition-duration: .3s;
    pointer-events: all;
}
.whatsapp__wave {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgb(0, 150, 78), rgb(43, 173, 100));
    border-radius: 50%;
}
.whatsapp__wave_1 {
    animation: pulse 3s ease-in-out infinite reverse;
}
.whatsapp__icon {
    position: relative;
    z-index: 5;
    width: 50px;
    height: 50px;
}

.whatsapp__wrapper .whatsapp__waves {
    transition-property: opacity;
    transition-duration: .8s;
    transition-timing-function: ease-out;
}
.whatsapp__wrapper:hover .whatsapp__waves {
    opacity: 0;
}
.whatsapp__wrapper:hover {
    transform: translateY(-10px);
    filter: drop-shadow(5px 20px 5px rgba(0,0,0,.2));
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}


@media (max-width: 767px) {
    .whatsapp {
        padding-right: 110px;
        padding-bottom: 20px;
    }
}

/* correction */

footer .copy a {
    transition: .2s;
}

footer .copy a:hover {
    color: #d02222;
}

/* logo */

.siter {
	 margin-top: 20px;
	 text-align: left;
	 transition: 0.3s;
}
 .siter__link {
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
	 color: #fff;
	 text-decoration: none;
	 transition: 0.3s;
	 white-space: nowrap;
}
 .siter__link:hover {
	 color: #fff;
}
 .siter__link:hover .siter__logo {
	 transform: rotate(180deg);
}
 .siter__link:visited {
	 color: #fff;
}
 .siter__text--left {
	 margin-right: 5px;
}
 .siter__text--right {
	 margin-left: 5px;
}
 .siter__logo {
	 display: inline-block;
	 width: 40px;
	 transform: rotate(0deg);
	 transition: 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .siter {
        display: flex;
        justify-content: center;
    }
}

/* ../ logo */

footer .pays {
    margin-bottom: 20px;
}

.recaptcha-input {
	 height: 70px;
	 overflow: hidden;
	 background-color: #f9f9f9;
	 border-radius: 3px;
	 box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
	 -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
	 -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
	 height: 70px;
	 position: relative;
	 margin-top: 17px;
	 border: 1px solid #d3d3d3;
	 color: #000;
}
 .recaptcha-info {
	 background-size: 32px;
	 height: 32px;
	 margin: 0 13px 0 13px;
	 position: absolute;
	 right: 8px;
	 top: 9px;
	 width: 32px;
	 background-image: url(https://www.gstatic.com/recaptcha/api2/logo_48.png);
	 background-repeat: no-repeat;
}
 .rc-anchor-logo-text {
	 color: #9b9b9b;
	 cursor: default;
	 font-family: Roboto, helvetica, arial, sans-serif;
	 font-size: 10px;
	 font-weight: 400;
	 line-height: 10px;
	 margin-top: 5px;
	 text-align: center;
	 position: absolute;
	 right: 10px;
	 top: 37px;
}
 .rc-anchor-checkbox-label {
	 font-family: Roboto, helvetica, arial, sans-serif;
	 font-size: 14px;
	 font-weight: 400;
	 line-height: 17px;
	 left: 50px;
	 top: 26px;
	 position: absolute;
	 color: black;
}
 .rc-anchor .rc-anchor-normal .rc-anchor-light {
	 border: none;
}
 .rc-anchor-pt {
	 color: #9b9b9b;
	 font-family: Roboto, helvetica, arial, sans-serif;
	 font-size: 8px;
	 font-weight: 400;
	 right: 10px;
	 top: 53px;
	 position: absolute;
}
 .rc-anchor-pt a:link {
	 color: #9b9b9b;
	 text-decoration: none;
}
 .g-recaptcha {
	width: 112%;
	/* border: 1px solid red;
	 */
	 /* height: 38px; */
	 overflow: hidden;
	 float: left;
	 /* margin-top: 16px;
	 margin-left: 6px; */
}
 .g-recaptcha > div {
	 width: 46px;
	 height: 30px;
	 background-color: #f9f9f9;
	 overflow: hidden;
	 border: 1px solid red;
	 transform: translate3d(-8px, -19px, 0px);
}
 .g-recaptcha div {
	 border: 0;
}

@media (max-width: 320px) {
    body {
        overflow-x: hidden;
    }
}



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #form_comment_0 {
        display: block !important;
    }
    #form_comment_ {
        display: block !important;
    }
    #form_c_del {
        display: block !important;
    }
    .EXTENDED.tab-pane.reviews #reviews_content .right_reviews_info .show-comment {
        display: none;
    }
    /* вылезают картинки за пределы */
   .section-compact-list__image {
       display: block;
   }
   /* пустой отступ в фильтрах */
   .bx_filter.compact .bx_filter_parameters_box {
       display: inline-flex;
       float: none;
   }
   .bx_filter.compact .bx_filter_parameters_box.bx_sort_filter {
       display: none;
   }
   .jqmWindow.popup {
        position: relative;
    }
    .mCSB_dragger_bar {
        opacity: 0;
        display: none;
    }
    header .phone-block.icons .phone .svg.svg-inline-phone {
        left: -7px;
    }
    body.simple_basket_mode .logo-centered .logo-block {
        transform: translate(-50%, -50%);
    }
    .logo-row .logo {
        height: auto;
        line-height: 1;
    }
    /* установка title по центру */
    .topic__inner > div.btn_basket_heading--with_title {
        width: auto;
    }
}
/* установка title по центру */
.topic__inner>div.btn_basket_heading--with_title {
        margin-left: -95px;
}

body.simple_basket_mode #header .top-btn:not(:hover) .svg svg {
    overflow: auto;
    transform: scale(0.95);
}
label.error {
    top: 16px;
}
.form-control label {
    margin-bottom: 13px;
}
footer.mobile .bottom-menu:not(.second) .items, footer.mobile .footer-inner:not(.shorten) .bottom-menu.second .items .item,
footer.mobile .bottom-menu .item .title,
footer.mobile .bottom-menu .items:not(.opened) .compact_arrow,
.share .shares-block {
    cursor: pointer;
}

/*B header logo*/
.logo-row .logo {
	max-width: 285px;
}
@media (min-width: 401px) {
	#mobileheader .logo, #mobileheader .logo svg {
		max-width: 185px;
	}
}
@media (max-width: 400px) {
	#mobileheader .logo, #mobileheader .logo svg {
		max-width: 145px;
	}
	body #mobileheader .wrap_icon {
		padding-left: 5px;
		padding-right: 5px;
	}
}
/*fixes*/
.wraps>.wrapper_inner {
	padding-top: 30px;
}
.item_block__actions-new {
	border: 2px solid red;
	position: relative;
	z-index: 2;
	overflow: hidden;
	transition: border 0.3s ease, box-shadow 0.3s ease;
}
.item_block__actions-new:after {
	content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(229,172,142,0)),color-stop(50%,rgba(255,255,255,.7)),color-stop(50%,rgba(229,172,142,0)));
    background: linear-gradient(to bottom,rgba(229,172,142,0),rgba(255,255,255,.7) 50%,rgba(229,172,142,0));
    -webkit-transform: rotateZ(60deg) translate(-5em,7.5em);
    -ms-transform: rotate(60deg) translate(-5em,7.5em);
    transform: rotateZ(60deg) translate(-5em,7.5em);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation: sheens 3s infinite;
    animation: sheens 4s infinite;
    z-index: 1;
	pointer-events: none;
}
.item_block__actions-new:before {
	content: '';
	position: absolute;
	z-index: 5;
	pointer-events: none;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	animation: flaming 20s linear infinite;
	background: center / contain no-repeat url('/local/templates/aspro_max/images/svg/flame_new.svg');
}
.item_block__actions-new .section_item:before {
	content: '';
	position: absolute;
	z-index: 5;
	pointer-events: none;
	opacity: 0;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	animation: flaming2 20s 3.9s linear infinite;
	background: center / contain no-repeat url('/local/templates/aspro_max/images/svg/flame_new.svg');
}
.item_block__actions-new .section_item::after {
	content: '';
	position: absolute;
	z-index: 5;
	pointer-events: none;
	opacity: 0;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	animation: flaming3 20s 2.3s linear infinite;
	background: center / contain no-repeat url('/local/templates/aspro_max/images/svg/flame_new.svg');
}
.item_block__actions-new .section_item .section_item_inner::after {
	content: '';
	position: absolute;
	z-index: 5;
	pointer-events: none;
	opacity: 0;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	animation: flaming 20s 5.3s linear infinite;
	background: center / contain no-repeat url('/local/templates/aspro_max/images/svg/flame_new.svg');
}
.item_block__actions-new .section_item .section_item_inner::before {
	content: '';
	position: absolute;
	z-index: 5;
	pointer-events: none;
	opacity: 0;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	animation: flaming2 25s 6s linear infinite;
	background: center / contain no-repeat url('/local/templates/aspro_max/images/svg/flame_new.svg');
}
@media(min-width: 1024px) {
	.item_block__actions-new:hover {
		border-color: rgb(255, 116, 116);
		box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
	}
}
@keyframes flaming {
	0% {
		opacity: 0;
		transform: translate(0, 0);
		top: 5%;
		left: 5%;
	}
	10% {
		opacity: 1;
		top: 5%;
		left: 5%;
		transform: translate(5px, 10px);
	}
	20% {
		transform: translate(3px, 20px);
		opacity: 0;
		top: 5%;
		left: 5%;
	}
	21% {
		opacity: 0;
		top: 70%;
		left: 80%;
		transform: translate(0, 0);
	}
	30% {
		opacity: 1;
		top: 70%;
		left: 80%;
		transform: translate(-5px, 10px);
	}
	40% {
		opacity: 0;
		top: 70%;
		left: 80%;
		transform: translate(0px, 20px);
	}
	41% {
		opacity: 0;
		top: 30%;
		left: 85%;
		transform: translate(0px, 0px);
	}
	50% {
		opacity: 1;
		top: 30%;
		left: 85%;
		transform: translate(-10px, 10px);
	}
	60% {
		opacity: 0;
		top: 30%;
		left: 85%;
		transform: translate(-5px, 20px);
	}
	61% {
		opacity: 0;
		top: 70%;
		left: -5%;
		transform: translate(0px, 0px);
	}
	70% {
		opacity: 1;
		top: 70%;
		left: -5%;
		transform: translate(-10px, 10px);
	}
	80% {
		opacity: 0;
		top: 70%;
		left: -5%;
		transform: translate(0px, 20px);
	}
	81% {
		opacity: 0;
		left: 50%;
		top: -5%;
		transform: translate(0px, 0px);
	}
	90% {
		opacity: 1;
		left: 50%;
		top: -5%;
		transform: translate(10px, 10px);
	}
	100% {
		opacity: 0;
		left: 50%;
		top: -5%;
		transform: translate(20px, 20px);
	}
}
@keyframes flaming2 {
	0% {
		opacity: 0;
		transform: translate(0, 0);
		top: 5%;
		right: 5%;
	}
	10% {
		opacity: 1;
		top: 5%;
		right: 5%;
		transform: translate(5px, 10px);
	}
	20% {
		transform: translate(3px, 20px);
		opacity: 0;
		top: 5%;
		right: 5%;
	}
	21% {
		opacity: 0;
		top: 70%;
		right: 80%;
		transform: translate(0, 0);
	}
	30% {
		opacity: 1;
		top: 70%;
		right: 80%;
		transform: translate(-5px, 10px);
	}
	40% {
		opacity: 0;
		top: 70%;
		right: 80%;
		transform: translate(0px, 20px);
	}
	41% {
		opacity: 0;
		top: 30%;
		right: 85%;
		transform: translate(0px, 0px);
	}
	50% {
		opacity: 1;
		top: 30%;
		right: 85%;
		transform: translate(-10px, 10px);
	}
	60% {
		opacity: 0;
		top: 30%;
		right: 85%;
		transform: translate(-5px, 20px);
	}
	61% {
		opacity: 0;
		top: 70%;
		right: -5%;
		transform: translate(0px, 0px);
	}
	70% {
		opacity: 1;
		top: 70%;
		right: -5%;
		transform: translate(-10px, 10px);
	}
	80% {
		opacity: 0;
		top: 70%;
		right: -5%;
		transform: translate(0px, 20px);
	}
	81% {
		opacity: 0;
		right: 50%;
		top: -5%;
		transform: translate(0px, 0px);
	}
	90% {
		opacity: 1;
		right: 50%;
		top: -5%;
		transform: translate(10px, 10px);
	}
	100% {
		opacity: 0;
		right: 50%;
		top: -5%;
		transform: translate(20px, 20px);
	}
}
@keyframes flaming3 {
	0% {
		opacity: 0;
		transform: translate(0, 0);
		bottom: 5%;
		right: 5%;
	}
	10% {
		opacity: 1;
		bottom: 5%;
		right: 5%;
		transform: translate(5px, 10px);
	}
	20% {
		transform: translate(3px, 20px);
		opacity: 0;
		bottom: 5%;
		right: 5%;
	}
	21% {
		opacity: 0;
		bottom: 70%;
		right: 80%;
		transform: translate(0, 0);
	}
	30% {
		opacity: 1;
		bottom: 70%;
		right: 80%;
		transform: translate(-5px, 10px);
	}
	40% {
		opacity: 0;
		bottom: 70%;
		right: 80%;
		transform: translate(0px, 20px);
	}
	41% {
		opacity: 0;
		bottom: 30%;
		right: 85%;
		transform: translate(0px, 0px);
	}
	50% {
		opacity: 1;
		bottom: 30%;
		right: 85%;
		transform: translate(-10px, 10px);
	}
	60% {
		opacity: 0;
		bottom: 30%;
		right: 85%;
		transform: translate(-5px, 20px);
	}
	61% {
		opacity: 0;
		bottom: 70%;
		right: -5%;
		transform: translate(0px, 0px);
	}
	70% {
		opacity: 1;
		bottom: 70%;
		right: -5%;
		transform: translate(-10px, 10px);
	}
	80% {
		opacity: 0;
		bottom: 70%;
		right: -5%;
		transform: translate(0px, 20px);
	}
	81% {
		opacity: 0;
		right: 50%;
		bottom: -5%;
		transform: translate(0px, 0px);
	}
	90% {
		opacity: 1;
		right: 50%;
		bottom: -5%;
		transform: translate(10px, 10px);
	}
	100% {
		opacity: 0;
		right: 50%;
		bottom: -5%;
		transform: translate(20px, 20px);
	}
}
@keyframes sheens {
	10% {
		opacity: 1;
	}
	50%, 100% {
		transform: rotateZ(60deg) translate(0, -150%);
		opacity: 0;
	}
}