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;
}
.componentt{
	margin-top: -110px !important;
}
.card__text_sys{
	//margin-top: 100px;
	max-width: unset;
	font-size: 20px;
	gap: 40px;
}

.card__text_sys p{
	line-height: 1.8; 
}
.card__text_sys a{
	text-decoration: none;
	color: black;
	font-weight: bold;
}
.in{
	display: flex;
}
.form-sub-title-copy{
	margin-left: 5px;
}
.form-div2{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;

}
.filter-div{
    padding-left: 15px;
}
.w-button  {

    border: 2px solid rgba(255, 255, 255, 0.25);
    padding: 4px;
    box-sizing: content-box;
    font: inherit;
    font-size: 18px;
    line-height: 38px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    border-radius: 25px;
    color: #0B80F7;
    border-color: rgba(11, 128, 247, 0.25);
    display: inline-flex
;
    width: 228px;
    justify-content: center;
}
.filter-div{
	display: flex;
	justify-content: center;
}
.label-div{
	font-size: 40px;
	margin-right: 60px;
}
.text-block-12{
	margin-top: 20px;
	margin-bottom: 20px;
}

.content-div{
width: 1000px;
margin: 0 auto;
}
.count_rez{
	margin-top: 15px;
}
.form-div2 h2{
	text-align: center;
 margin-bottom: 30px;
}
.w-form h4{
	line-height: 1.9; 
}
.text-block-14{
	margin-top: 5px;
}
/* === Адаптивность для планшетов === */
@media (max-width: 1024px) {
    .content-div {
        width: 90%;
        margin: 0 auto;
    }

    .card__text_sys {
        margin-top: 60px;
        font-size: 18px;
    }

    .card__text_sys p {
        line-height: 1.6;
    }

    .form-div2 {
        margin-left: 5px;
        margin-right: 5px;
        padding: 20px;
		line-height: 1.2;
    }

    .label-div {
        font-size: 30px;
        margin-right: 30px;
		line-height: 1.2;
    }

    .w-button {
        
        max-width: 300px;
        font-size: 16px;
    }
}

/* === Адаптивность для мобильных устройств === */
@media (max-width: 768px) {
    

    .card__text_sys {
        margin-top: 40px;
        font-size: 16px;
    }

    .card__text_sys a {
        display: block;
        margin-bottom: 10px;
    }

    .form-div2 {
        padding: 15px;
        margin-top: 20px;
    }

    .form-sub-title-copy {
        margin-left: 0;
    }

    .label-div {
        font-size: 24px;
        /* margin-right: 15px; */
		margin-bottom: 5px;
    }

    

    .filter-div {
        flex-direction: column;
        align-items: flex-start;
    }

    .w-form h4 {
        margin-left: 5px;
    }

    .form-div2 h2 {
        font-size: 24px;
    }

    .text-block-12,
    .text-block-14 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .count_rez {
        margin-top: 10px;
    }
}
.shag_1{
max-width: 500px;
  width: 100%;
}