/*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;  }*/
/*footer color*/
footer .footer-inner {
    position: relative;
    margin: 0;
    padding: 59px 0 64px;
    background: #333;
    background: #004d70;
}
footer .social-icons ul {
    position: relative;
    display: inline-block;
    padding: 0 32px;
    background: #333;
    background: #004d70;
    z-index: 1;
}
/*sub color footer*/
footer .info .subscribe_button .btn {
    position: relative;
    display: block;
    padding: 15px 45px 14px 18px;
    white-space: normal;
    background: #004d70;
    border-color: #494949;
    text-align: left;
    letter-spacing: .8px;
}
/*search header size*/
.fix-logo .menu-row .menu-only-wr {
    min-width: 270px;
    border-left: 1px solid rgba(255,255,255,.1);
    border-right: 1px solid rgba(255,255,255,.1);
}
/*custom slogna header*/
.header-slogan {
    position: relative;
    margin-bottom: -25px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
    color: #0095da;
}
.header-slogan:before,
.header-slogan:after {
    content: "";
    position: absolute;
    top: 25%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 37px;
    height: 2px;
    background-color: #000000;
    border-radius: 1px;
}
.header-slogan:before {
    left: 0;
}
.header-slogan:after {
    right: 0;
}
/*size header text*/
.logo-row .top-description.addr {
    max-width: 250px;
    color: #333;
    color: var(--white_text_black);
    opacity: .6;
}
/*logo size*/
.logo-row .logo {
    display: inline-block;
    position: relative;
    height: 82px;
    max-width: 230px;
    line-height: 84px;
    z-index: 10;
}
/*text size callback*/
.logo_and_menu-row .callback-block {
    margin: 0 0 0 13px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}
/*slogan position top header*/
.logo-row .top-description.addr {
    max-width: 330px;
    color: #333;
    color: var(--white_text_black);
    opacity: .6;
}
/*color btn cards*/
.topic__inner&gt;div.btn_basket_heading--with_title {
    width: initial;
    margin-left: 32px;
    border: 2px solid #e34761;
    padding: 5px 20px;
}
/* text catalog btn 24 */
body .product-container .text-form .text-form-info {
    padding-left: 0px;
}
body .product-container .text-form .svg-inline-info_big {
    padding-top: 3px;
    width: 18px;
    display: none;
}
.b24-form-click-btn-wrapper.--b24-mod-outlined&gt;button {
    border: 1px solid #3bc8f5;
    width: 100%;
}
/*text megamenu size*/
.font_xs {
    font-size: .967em;
    line-height: 1.692em;
}

/*color text catalog*/
.breadcrumbs__item-name {
    color: #000000;
}