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

.block_price_info {
    margin: 0 0 25px;
}

.item_price_info {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
}
.item_price_info .icon {
    display: block;
    width: 20px;
    height: 20px;
    background: url(/bitrix/templates/aspro_next/images/svg/info_icon.svg) no-repeat;
    margin: 0 10px 0 0;
}

.flex-row-between{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (min-width: 920px){
.logo-row .logo {
    max-width: 350px;
    width: unset;
	}}

.logo-row .logo img, .logo-row .logo svg {
    max-width: 70%;
}

#mobileheader .logo img {
    max-width: 50%;
}

/* Logo fix */
#headerfixed .logo-row .logo {
	text-align: center;
}

#headerfixed .logo-row .logo img {
	width: unset;
}


.block_price_info_popup {
    margin: 13px 0 0px;
    padding: 0 24px;
}

.item_price_info_popup {
    display: flex;
    flex-direction: row;
    font-size: 13px;
    line-height: 18px;
    color: #777777;
}
.item_price_info_popup .icon_popup {
    display: block;
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
    background: url(../images/info_icon_r.svg) no-repeat;
    margin: 0 10px 0 0;
}


.block_price_info_fw {
    margin: 13px 0 13px;
}

.item_price_info_fw {
    display: flex;
    flex-direction: row;
    font-size: 13px;
    line-height: 18px;
    color: #777777;
}
.item_price_info_fw .icon_fw {
    display: block;
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
    background: url(../images/info_icon_r.svg) no-repeat;
    margin: 0 10px 0 0;
}

#headerfixed .logo-row .logo img, #headerfixed .logo-row .logo svg {
	max-height: 55px;
}

.banner.CONTENT_TOP {
	padding: 0;
}

.styled-block {
    border-left: 2px solid;
    background: #f5f5f5 0 0 repeat;
    color: #555555;
    margin-bottom: 40px;
    clear: both;
    margin-top: 30px;
    padding: 37px 50px;
    font-size: 15px;
}
#bx_651765591_708659 {
margin-bottom: 20px;
}