div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.ar-blog-center .ar-row.ar-row--m15 {
	justify-content: center;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.ar-blog-center .ar-gallery {
	height:475px;
}

.banner_wrap {
position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
margin-bottom: 25px;
}
.one_banner_wrap {
flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
 .banner_wrap .banner_content {  
    max-width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
right:0;
    top: 0;
    bottom: 0;
    padding-left: 250px;
    padding-top: 115px;
    padding-right: 40px;
}
.banner_wrap .banner_content a.banner_btn {
    position: absolute;
    bottom: 40px; /* Высота остается прежней */
    left: 50%; /* Центрирование по горизонтали */
    transform: translateX(-50%); /* Смещение на половину ширины кнопки */
    min-width: 200px;
    height: 50px;
    background-color: #CEF3EC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #535252;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding: 0 10px;
    box-sizing: border-box;
}



.banner_wrap {
position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
margin-bottom: 25px;
}
.one_banner_wrap {
flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
 .banner_wrap .banner_content {  
    max-width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
right:0;
    top: 0;
    bottom: 0;
    padding-left: 250px;
    padding-top: 115px;
    padding-right: 40px;
}
.banner_wrap .banner_content a.banner_btn {
    position: absolute;
    bottom: 40px; /* Высота остается прежней */
    left: 50%; /* Центрирование по горизонтали */
    transform: translateX(-50%); /* Смещение на половину ширины кнопки */
    min-width: 200px;
    height: 50px;
    background-color: #CEF3EC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #535252;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding: 0 10px;
    box-sizing: border-box;
}

.ar-row.snip_tovar {
	justify-content: space-evenly;
}

.snip_tovar_photo_wrap {
	align-items:center;display:flex;justify-content:center;	
}

.snip_tovar_photo_wrap img{
	width:100%;height:100%;object-fit:contain;
}

.snip_tovar_info_wrap {
	display:flex;flex-direction:column;justify-content: space-evenly;height:100%;	
}

.snip_tovar_info_name {
	display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:5px;
}

.snip_tovar_info_name span {
	display:block;max-width:550px
}

.snip_tovar_cena_box {
	box-sizing: border-box!important;
}

.not-p-in-article .item-price__discount, .item-price__discount{
	line-height: 1;
}

.ar-page.ar-blog-center p, .ar-page.ar-blog-center li {
	font-size: 18px;
}

.snip_tovar_cena_box a.a-btn {
	display: flex;
    justify-content: center;
    align-items: center;
}