/*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;  }*/
.main-forma input[type="text"],.main-forma input[type="password"],.main-forma input[type="email"],.main-forma input[type="tel"],.main-forma select,.main-forma textarea {max-width:540px;}
.main-forma {
    background: url(/bitrix/templates/aspro_next/images/bg-form1.png) 50% 100% no-repeat !important;
    background-size: cover !important;
    color: #fff;
}
.main-forma h2, .main-forma h4 {
    color: #fff;
}
.main-forma .maxwidth-theme {
	background: none;
}
.main-forma .filter.label_block input+label {
    color: #fff;
}
.main-forma div.form-control {
    background: none;
}
.main-forma div.form-control label {
    color: #fff;
}
.text-center {
    text-align: center!important;
}
.pb-5, .forma-max {
    padding-bottom: 3rem!important;
}
.pt-5, .forma-max {
    padding-top: 3rem!important;
}
@media (min-width: 1400px)
.container-forma {
    max-width: 80%;
}

.container-forma {
    max-width: 100%;
}
@media (min-width: 1200px)
.container-forma {
    max-width: 1140px;
}
@media (min-width: 992px)
.container-forma {
    max-width: 960px;
}
@media (min-width: 768px)
.container-forma {
    max-width: 720px;
}
@media (min-width: 576px)
.container-forma {
    max-width: 540px;
}
@media (min-width: 1200px)
.container-forma {
    max-width: 1140px;
}
@media (min-width: 992px)
.container-forma {
    max-width: 960px;
}
@media (min-width: 768px)
.container-forma {
    max-width: 720px;
}
@media (min-width: 576px)
.container-forma {
    max-width: 540px;
}
.container-forma {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.wrapper-forma {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.form-table.data-table.pt-4 input{
    margin-bottom: 5px;
}
.wrapper_inner1.wides.float_banners {margin: -30px -10px 30px !important;}
@media (max-width: 450px) {
.top_slider_wrapp .flexslider, .top_slider_wrapp .flexslider .slides>li, .top_slider_wrapp .flexslider .slides>li .banner_bg, .top_slider_wrapp .flexslider .slides>li td:not(.bg) {
    height: 300px;
	}}
.basket-checkout-block.basket-checkout-block-btn {display:none !important;}
@media (min-width: 767px) {
.b24-widget-button-position-bottom-right {right:150px !important;bottom:45px !important;}
}
@media (max-width: 766px) {
.b24-widget-button-position-bottom-right {right:25px !important;bottom:25px !important;}
.b-document {
	width: 100%;
	text-align: center;
}
}
.b24-widget-button-inner-block {background: #71bf44 !important;}
.b24-widget-button-social-item {background-color: #71bf44 !important;}
.b24-widget-button-pulse {border: 5px solid #72bf44 !important;}
.b24-widget-button-inner-mask {background: #71bf44 !important;}
.b24-widget-button-popup.b24-widget-button-popup-show {border-color: #71bf44 !important;}



.section-gallery-textblock {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    display: flex;
    flex-direction: column;    
    max-width: 100%;
    max-height: 100%;
    /* padding-top: 30px;
    padding-right: 30px; */
    overflow: hidden;
    background: #fff;
    text-align: left;
    font-size: 0.8rem;
    line-height: 1.4; 
    color: #333;     
    opacity: 0;  
    transition: opacity .2s ease-in-out;
}

.section-gallery-wrapper__item._active .section-gallery-textblock {
    opacity: 1;
}

.section-gallery-textblock__title {
    font-weight: bold;
}

.section-gallery-textblock__props {
    margin-bottom: 4px;
    font-size: 0.7rem;
}

.section-gallery-textblock__prop-title {
    font-size: 0.6rem;
}

.section-gallery-textblock__desc {
    font-size: 0.6rem;
}

.HIT_slides .section-gallery-textblock {
    padding-top: 30px;
}

.in-stock {
    font-size: 14px;
}

.in-stock__name {
    color: #888888;
    font-size: 13px;
}