/*
  Theme Name: SposobRemonta
  Author: Alexander Kuznecov
*/
@media(max-width: 575px){
	.popup_sert{
		width: 100%;
		padding-left: 1.5rem;
	}
	.popup_sert::after{
		display: none;
	}
	.header__row{
		margin: 0;
	}
	.header__row>div{
		padding: 0;
	}
	.catalog__video-link::after{
		opacity: 1;
	}
}
.diagnostics__box::before{
	pointer-events: none;
}
.pc-accept {
        display: none;
        position: fixed;
        width: 78.9rem;
        left: 50%;
        bottom: 0;
        z-index: 50;
        transform: translateX(-50%);
        max-width: 100%;
        border-radius: 0.5rem 0.5rem 0 0;
        background: rgba(61, 61, 61, 0.83);
        padding: 1.3rem 3.2rem;
		gap: 5px;
    }
	.section_page a{
		color: rgba(252, 0, 14, 1);
	}
	.section_page ol,.section_page ul{
		margin-left: 1em;
	}
    .pc-accept__text a{
        color: rgba(255, 163, 168, 1);
        text-decoration: underline;
    }
    .pc-accept.active {
          display: flex;
          align-items: center;
    }
    .pc-accept__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 0.8rem;
    /* line-height: 1.05rem; */
    line-height: 1.3125;
    color: #fff;
    text-wrap: balance;
    flex: 1 1 auto;
}
.pc-accept__btn {
    flex-shrink: 0;
	transition: all 0.3s;
}
.wpcf7-submit:disabled{
	pointer-events: none;
	opacity: 0.7;
}
@media (max-width: 575px) {
    .pc-accept {
        left: 0;
        right: 0;
        width: 100%;
        transform: none;
        flex-wrap: wrap;
        padding: 6px 18px 9px;
        gap: 5px;
    }
}