

/* Start:/local/templates/securtec/components/bitrix/news.list/servis/style.css?17773965103036*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}

.item-titles {
	text-align:left;
	margin-bottom:25px;
	    line-height: 30px;
}
.price_block {
	    display: flex;
    width: 100%;
    justify-content: space-between;
gap:10px;

font-weight: 400;

font-size: 16px;
margin-bottom: 15px;
line-height: 120%;
letter-spacing: 0px;

}
.servis_block {
	    display: flex;
    flex-flow: column;
    height: 100%;
}
.block_bottom {
	margin-top: auto;
}
.price_names {
	font-weight: 600;
}
div.item-titles a, div.item-titles a span {

font-weight: 500;
color:#111;
font-size: 20px;

line-height: 24px;
letter-spacing: 0px;

}
.news-date-time {
	color:#486DAA;
}



.button.btn_black {
    background-color: #111;
    border-radius: 8px;
    display: flex;
    gap: 8px;
width:100%;
font-weight: 400;

font-size: 16px;
justify-content: center;
line-height: 120%;
letter-spacing: 0px;
text-align: center;
vertical-align: middle;
text-transform: none;
    color: #fff;
    padding: 8px 16px;
}


.button.vbig_btn2 {
    background-color: #D3202A;
    border-radius: 8px;
    display: flex;
    gap: 8px;
width:100%;
font-weight: 400;

font-size: 16px;
justify-content: center;
line-height: 120%;
letter-spacing: 0px;
text-align: center;
vertical-align: middle;
text-transform: none;
    color: #fff;
    padding: 8px 16px;
}


.servis_btn2 {
    display: flex;
justify-content: space-between;
    align-items: center;
    gap: 20px;

	white-space: nowrap;
	text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
}

.uslugi-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; /* позволяет перенос на новую строку */
  justify-content: space-between;
  justify-content: flex-start;
}

.uslugi-list img {
    width: 100%;
}
.ask_btn_block {
	    color: #000;
}
.servis_btn {
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.uslugi-list .item:hover{box-shadow:0 0 20px rgb(0 0 0 / 15%);}


.uslugi-list .item-title a span {
	font-size:18px !important;
}
.preview-text {
line-height: 1.6;
    margin-top: 20px;
    text-align: left;
    font-size: 15px !important;
    color: #454545;
    margin-bottom: 15px;
}
.uslugi-list{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    justify-content:flex-start;
}

.uslugi-list .item{
    flex:0 0 calc(33.333% - 10px); /* фиксировано 3 в ряд */
    width:calc(33.333% - 10px);
    min-height:280px;
    box-sizing:border-box;
    padding:20px 19px 0 20px;
    white-space:normal;
    text-align:center;
    line-height:36px;
    font-size:16px;
    border:1px solid #D9DADA;
    border-radius:8px;
    transition:box-shadow ease .3s, border ease .3s, background ease .3s;
}

/* 2 в ряд */
@media (max-width:1100px){
    .uslugi-list .item{
        flex:0 0 calc(50% - 8px);
        width:calc(50% - 8px);
    }
}

/* 1 в ряд */
@media (max-width:768px){
    .uslugi-list .item{
        flex:0 0 100%;
        width:100%;
    }
}
/* End */
/* /local/templates/securtec/components/bitrix/news.list/servis/style.css?17773965103036 */
