/*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;  }*/


li.photo-album-item.photo-album-active::before {content:""}

#bx-soa-order #bx-soa-properties.bx-selected .form-group label {position: relative;top: 0;}
.soa-property-container input[type=checkbox] {top:-20px; position:relative;}
#bx-soa-order #bx-soa-properties .form-group {margin: 0 0 15px;}
/*.wrapper_inner.contacts img{
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
}*/
.contacts .store_property .value.soc img{
    width: 30px;
}
#bottom_contacts p.header_address{
    min-width: 585px;
    display: flex;
    justify-content: space-between;
}
#bottom_contacts p.header_address a{
    font-size: 13px;
    color: #182b44;
    text-decoration: none;
    transition: 0.3s;
}
#bottom_contacts p.header_address a:hover{
    color: red;
    text-decoration: underline;
}
.contacts .store_property .value{
    font-size: 16px;
}
.contacts .store_property .value .route{
    font-size: 14px;
}
.contacts .store_property .value .route a{
    font-weight: bold;
}
#content .inner_wrapper .sort_filter a span{
    color: #182b44;
}
#content .form-capture .form-capture-title{
    font-size: 26px;
}
#content .form-capture .form-capture-title.subdesc{
    font-size: 16px;
}
.wrap_md .phone_block.iblock.desktop{
    position: relative;
    left: -118px;
    top: 92px;
}
.wrap_md .phone_block.iblock.desktop img{
    vertical-align: middle;
    width: 30px;
}
.wrap_md .phone_block.iblock.desktop .callback_btn{
    padding-left: 35px;
}
.inner_wrapper .fast_links.wrapp{
    display: flex;
    /*margin-bottom: 20px;*/
    justify-content: flex-start;
    padding: 0;
}
.inner_wrapper .fast_links.wrapp .links_block{
    display: flex;
    flex-wrap: wrap;
    max-height: 32px;
    overflow: hidden;
    transition: 0.5s;
}
.inner_wrapper .fast_links.wrapp .links_block.open{
    max-height: unset;
}
.inner_wrapper .fast_links.wrapp .fast_link{
    color: #1d3553;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #1d3553;
    border-radius: 10px;
    margin: 0 10px 10px 0;
}
.fast_links .opener_button{
    min-width: 130px;
    cursor: pointer;
}
.fast_links .opener_button:hover{
    color: #1d3553;
}
.fast_links .opener_button .arrow{
    transition: 0.3s;
    position: relative;
    z-index: 100;
    left: 6px;
    width: 2px;
    height: 2px;
    top: -2px;
    border: solid #1d3553;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fast_links .opener_button .arrow.reverse{
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 3px;
    left: 6px;
}
.inner_wrapper .fast_links.wrapp .fast_link{
    /*color: dodgerblue;*/
    /*text-decoration: none;*/
    /*padding: 5px 10px;*/
    /*border: 1px solid dodgerblue;*/
    /*border-radius: 10px;*/
    /*display: block;*/
    /*margin: 0 10px 10px;*/
    /*width: fit-content;*/
    /*float: left;*/
}
.inner_wrapper .fast_links.wrapp .fast_link:hover{
    background: #1d3553;
    color: #ffffff;
}
@media (max-width: 768px) {
    .wrapper_inner.contacts .store_description{
        display: flex;
        flex-direction: column;
    }
    #bottom_contacts p.header_address{
        min-width: unset;
        flex-direction: column;
    }
    .inner_wrapper .fast_links.wrapp{
        display: none;
    }
}
@media (min-width: 768px){
    #bottom_contacts .route{
        display: none;
    }
}

/*search.title header*/
#header .middle-h-row .center_block ul.menu.ftest{
    width: 100%;
}
.icon.search_title{
    display: inline-block;
    width: 12px;
    height: 18px;
    /*background: url(images/icons_wish.png)  -123px -81px no-repeat;*/
    background: url(/bitrix/templates/aspro_mshop_spichka/images/icons_wish.png)  -123px -81px no-repeat;
    position: relative;
    top: 10px;
    cursor: pointer;
}
#title-search2.ftest{
    top: 36px;
    right: 0;
    width: 560px;
    text-align: right;
}
#title-search2.ftest #title-search-input2{
    width: 300px;
    transition: 0.5s;
}
#title-search2.ftest #title-search-input2.focus{
    width: 560px;
}
#title-search2.ftest:before{
    content: '';
    width: 12px;
    height: 18px;
    background: url(/bitrix/templates/aspro_mshop_spichka/images/icons_wish.png) -123px -81px no-repeat;
    position: absolute;
    right: 48px;
    top: 7px;
    z-index: 10;
}
#title-search2.ftest .noborder{
    padding: 9px 13px 8px;
}

.fast_links {
    overflow: hidden;
    margin-bottom: 15px;
}

.fast_link {
    float: left;
}

.fast_link:not(:first-child) {
    margin-right: 20px;
}

#pagetitle {
    margin-bottom: 25px;
}