.products-list--title {
	font-weight: bold;
	color: #222;
	font-size: 28px;
	margin: 20px 0;
	font-family:Comic Sans MS,cursive;
}

.article-products {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;                          
}

.pr-card {
	border-radius: 16px;
	overflow: hidden;
	transition: all 0.3s;
}
.pr-card--bottom {
	background: #191919;
    padding: 10px 20px 30px 15px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -2px;
    z-index: 2;
    position: relative;
}

.pr-card--button {
	color: #fff;
    background: #29A744;
    height: 36px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border: 0;
    line-height: 1;
}

.pr-card--button:hover {
	color: #fff;
	opacity: 0.8;
}

.pr-card--button:focus {
	outline: none;
}

.pr-card--price {
	color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.pr-card a img {
	width: 100%;
}

.article-products .pr-card > a:hover {
	opacity: 1;
}

.article-products .pr-card:hover {
	transform: translateY(-3px);
}

.flex-container {
	display: flex;
    justify-content: space-around;
    gap: 40px;
    margin-bottom: 40px;
    align-items: center;
}

@media (max-width: 980px) {
	.article-products {
		display: flex; 
		flex-direction: column;	
		justify-content: center;
		align-items: center;
		padding: 0 10px;
        gap: 0;
	}
	
	.pr-card {
		max-width: 450px;
		margin-bottom: 30px;
	}
	
	.products-list--title {
		text-align: center;
	}
	
	.flex-container {
		flex-wrap: wrap;
	}
}

/* Custom Page */

.custom-page * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.custom-page {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    box-sizing: border-box;
    color: #272323;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

.custom-page section {
    padding-left: 80px;
    padding-right: 80px;
}

.custom-page p {
    font-size: 28px;
    margin-bottom: 40px;
}
.custom-page section.cp-hero {
    background: url("/catalog/view/image/pages/cp-hero-bg.jpg") no-repeat center center;
    padding: 200px 60px 150px;
    color: #fff;
    text-align: center;
    margin-bottom: 100px;
}
.cp-hero h1 {
    font-weight: bold;
    font-size: 55px;
    letter-spacing: 3px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 40px;
    text-transform: uppercase;
}

.cp-hero p {
    font-size: 28px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 60px;
}

.cp-flex-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.cp-button {
    font-size: 28px;
    width: 317px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    box-shadow: 0 4px 10px #970000;
}

.cp-button:hover {
    opacity: 0.8;
}

.cp-button--primary {
    background: #970000;
}

.cp-button--secondary {
    border: 4px solid #970000;
}

.custom-page h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 45px;
}

.custom-page h2 span {
    font-weight: 400;
}

.cp-container {
    padding: 0 185px;
}

.cp-cards {
    margin: 50px 0;
}

.cp-cards > div {
    background: #272323;
    border-radius: 15px;
    color: #fff;
    padding: 30px;
    max-width: 558px;
}

.cp-card--title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 33px;
    margin-bottom: 20px;
    min-height: 80px;
    line-height: 1.2;
}

.cp-cards > div:first-child .cp-card--title img {
    margin-right: 40px;
}

.cp-card--title img {
    margin-right: 15px;
}

.cp-card--price {
    font-weight: bold;
    font-size: 33px;
}

.accent-info {
    color: #fff;
    background: #357D38;
    border-radius: 15px;
    min-height: 161px;
    padding: 10px 50px;
    font-size: 28px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 4px rgba(53, 125, 56, 59);
}

.accent-info img {
    margin-right: 30px;
}

.custom-page section.cp-form-wrap {
    background: url("/catalog/view/image/pages/bg-form-section.jpg") no-repeat center center;
    padding: 125px 260px;
    background-size: cover;
    margin: 120px 0;
}

.cp-form-wrap h3 {
    color: #970000;
    font-size: 48px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.3);
}

.cp-form-wrap p {
    max-width: 440px;
    color: #fff;
    text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.3);
    line-height: 40px;
}

.cp-form {
    max-width: 580px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cp-form .input-box {
    width: 280px;
    margin-bottom: 20px;
}

.cp-form input[type="text"], .cp-form input[type="tel"] {
    border-radius: 10px;
    color: #2c2c2c;
    height: 66px;
    width: 100%;
    border: 1px solid #BAC2CA;
    padding-left: 50px;
    font-size: 16px;
	padding-top: 0;
    padding-bottom: 0;
	margin-bottom: 0;
}

.cp-page label:not([class]) {
	margin-bottom: 0;
	line-height: 1;
}

.cp-form input[type="tel"]::-webkit-outer-spin-button,
.cp-form input[type="tel"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cp-form input:focus {
    outline: none;
}

.cp-form input::placeholder {
    color: #BAC2CA;
    opacity: 1;
}

.cp-form button {
    width: 100%;
    background: #970000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    height: 66px;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
}

.input-box--name, .input-box--phone {
    position: relative;
}

.input-box--name:after {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 12px;
    background: url("/catalog/view/image/pages/icon-mail.png") no-repeat;
    left: 26px;
    top: 50%;
    transform: translateY(-7px);
}
.input-box--phone:after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    background: url("/catalog/view/image/pages/icon-phone.png") no-repeat;
    left: 26px;
    top: 50%;
    transform: translateY(-8px);
}
.cp-form--bottom {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    color: #fff;
}

.cp-form--bottom a {
    color: #fff;
}

.cp-statistics--intro {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 70px;
}

.cp-statistics--intro strong {
    color: #970000;
    font-weight: 700;
}

.cp-statistics--grid {
    display: flex;
    flex-wrap: wrap;
    gap: 160px;
    margin: 100px 0;
}

.cp-statistic {
    text-align: center;
    padding: 0;
    width: calc(50% - 80px);
}

.cp-statistic--number {
    font-size: 80px;
    font-weight: bold;
    color: #970000;
    line-height: 1;
    margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;
}

.cp-statistic--title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

p.cp-statistic--desc {
    margin: 0 auto;
    max-width: 580px;
}


section {
    margin-top: 100px;
}

.cp-cats.cp-flex-wrap {
    margin-top: 90px;
    gap: 55px;
    align-items: flex-start;
    max-width: 1730px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
}

.cp-cats > div {
    width: 33%;
}

.cp-cats h3 {
    font-weight: bold;
    font-size: 33px;
    margin: 30px 0;
}

.cp-cats img {
    width: 100%;
}

.color-cards {
    align-items: flex-start;
    margin-bottom: 50px;
}
.color-cards>div {
    color: #fff;
    background: #970000;
    padding: 80px 30px 60px;
    border-radius: 15px;
}

.color-cards>div:first-child {
    background: #272323;
}

.color-cards h3 {
    font-size: 33px;
    margin-bottom: 20px;
}

.color-cards ul {
    list-style: inside;
    font-size: 28px;
}

.accent-info--yellow {
    background: #FFDC4F;
    box-shadow: none;
    margin: 50px auto 100px;
}

.cp-schemas {
    margin: 60px auto;
}

.cp-schemas img {
    width: 50%;
}

.cp-columns {
    gap: 70px;
    margin-bottom: 100px;
    align-items: stretch;
}

.cp-columns > div {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.cp-columns h3 {
    font-size: 48px;
    margin-bottom: 60px;
}

.cp-columns ul {
    list-style: inside;
    font-size: 28px;
}

.cp-columns .v-responsive-ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.v-responsive-ul li {
    padding-left: 40px;
    position: relative;
}

.v-responsive-ul li:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: url("/catalog/view/image/pages/marker-icon.png") no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-8px);
}

.cp-form-bottom-wrap {
    background: url("/catalog/view/image/pages/bg-form-bottom.jpg");
    padding: 70px 0;
    color: #fff;
}

.cp-form-bottom-inner {
    display: flex;
    max-width: 1260px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    gap: 80px;
}

.cp-form-bottom-inner div > h2 {
    color: #EB963C;
    font-size: 48px;
    margin-bottom: 45px;
    font-weight: 400;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.cp-form-bottom {
    max-width: 330px;
    color: #fff;
    background: #393633;
    border-radius: 20px;
    box-shadow: 0 2px 10px #970000;
    padding: 10px;

}

.cp-form-bottom form {
    background: #282726;
    border-radius: 20px;
    box-shadow: 0 2px 10px #970000;
    padding: 42px;
    text-align: center;
}

.cp-form-bottom h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 22px;
}

.cp-form-bottom p {
    font-size: 12px;
    margin: 20px 0 0;
}

.cp-form-bottom p a {
    color: #fff;
}

.cp-form-bottom input {
    height: 50px;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 100%;
    box-shadow: inset 0 4px 4px 0 #970000;
    border: 0;
    padding-left: 10px;
    font-size: 16px;
    background: #393633;
}

.cp-form-bottom input::placeholder {
    color: #fff;
}

.cp-form-bottom button {
    background: #970000;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    outline: none;
    color: #fff;
}

.cp-form-bottom button:focus, .cp-form-bottom input:focus {
    outline: none;
}

/* font-sizes  */
.custom-page {
    --rem: 28px;
    font-size: var(--rem);
}

@media (max-width: 1600px) {
    .custom-page {
        --rem: 22px;
    }
}

@media (max-width: 980px) {
    .custom-page {
        --rem: 20px;
    }
}

/* === ОСНОВНЫЕ ТЕГИ === */
.custom-page p {
    font-size: calc(1 * var(--rem)); /* 28px */
}

.custom-page h1 {
    font-size: calc(1.964 * var(--rem)); /* 55px */
}

.custom-page h2 {
    font-size: calc(1.714 * var(--rem)); /* 48px */
}

.custom-page h3 {
    font-size: calc(1.179 * var(--rem)); /* 33px */
}

/* === HERO СЕКЦИЯ === */
.cp-hero h1 {
    font-size: calc(1.964 * var(--rem)); /* 55px */
}

.cp-hero p {
    font-size: calc(1 * var(--rem)); /* 28px */
}

/* === КНОПКИ === */
.cp-button {
    font-size: calc(1 * var(--rem)); /* 28px */
}

/* === КАРТОЧКИ УСЛУГ === */
.cp-card--title {
    font-size: calc(1.179 * var(--rem)); /* 33px */
}

.cp-card--price {
    font-size: calc(1.179 * var(--rem)); /* 33px */
}

/* === АКЦЕНТНЫЙ БЛОК === */
.accent-info {
    font-size: calc(1 * var(--rem)); /* 28px */
}

/* === ФОРМА (верхняя) === */
.cp-form-wrap h3 {
    font-size: calc(1.714 * var(--rem)); /* 48px */
}

.cp-form input[type="text"],
.cp-form input[type="tel"] {
    font-size: calc(0.571 * var(--rem)); /* 16px */
}

.cp-form button, .cp-form--bottom {
    font-size: calc(0.643 * var(--rem)); /* 18px */
}

/* === СТАТИСТИКА === */
.cp-statistics--intro {
    font-size: calc(0.714 * var(--rem)); /* 20px */
}

.cp-statistic--number {
    font-size: calc(2.857 * var(--rem)); /* 80px */
}

.cp-statistic--title {
    font-size: calc(1.714 * var(--rem)); /* 48px */
}

/* === КАТЕГОРИИ === */
.cp-cats h3 {
    font-size: calc(1.179 * var(--rem)); /* 33px */
}

/* === ЦВЕТНЫЕ КАРТОЧКИ === */
.color-cards h3 {
    font-size: calc(1.179 * var(--rem)); /* 33px */
}

.color-cards ul {
    font-size: calc(1 * var(--rem)); /* 28px */
}

/* === КОЛОНКИ === */
.cp-columns h3 {
    font-size: calc(1.714 * var(--rem)); /* 48px */
}

.cp-columns ul {
    font-size: calc(1 * var(--rem)); /* 28px */
}

/* === НИЖНЯЯ ФОРМА === */
.cp-form-bottom-inner div > h2 {
    font-size: calc(1.714 * var(--rem)); /* 48px */
}

.cp-form-bottom h2 {
    font-size: calc(0.857 * var(--rem)); /* 24px */
}

.cp-form-bottom input {
    font-size: calc(0.571 * var(--rem)); /* 16px */
}

.cp-form-bottom button {
    font-size: calc(0.643 * var(--rem)); /* 18px */
}

.cp-form-bottom p {
    font-size: calc(0.429 * var(--rem)); /* 12px */
}

@media(max-width: 1280px) {
    .cp-container {
        padding: 0 80px;
    }
}
.cp-button--mobile {
    display: none;
}
@media (min-width: 981px){
	.cp-form-bottom-inner>div:first-child {
		width: 60%;
	}
}
@media (max-width: 980px) {
    .custom-page section.cp-hero {
        text-align: left;
        padding: 50px 30px;
        margin-bottom: 40px;
        background-position: center 0;
        background-size: cover;
    }

    .cp-hero h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .cp-hero p {
        margin-bottom: 20px;
    }

    .cp-button--mobile {
        display: flex;
        background: #970000;
        position: relative;
        padding-right: 65px;
        width: 220px;
        height: 45px;
        padding-left: 20px;
        font-size: 14px;
        text-transform: uppercase;
    }

    .cp-button--primary, .cp-button--secondary {
        display: none;
    }

    .cp-hero .cp-flex-wrap {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .cp-button--mobile:after {
        content: "";
        display: block;
        position: absolute;
        right: 12px;
        width: 24px;
        height: 12px;
        background: url("/catalog/view/image/pages/arrow.svg") no-repeat;
    }

    .cp-flex-wrap {
        flex-direction: column;
        gap: 30px;
    }

    .custom-page section {
        padding-left: 30px;
        padding-right: 30px;
    }

    .cp-container {
        padding: 0;
    }

    .custom-page section.cp-form-wrap {
        padding: 40px 10px;
    }

    .cp-statistics--grid {
        gap: 20px;
    }

    .cp-statistic {
        width: calc(50% - 10px);
    }

    .cp-form-bottom-inner {
        flex-direction: column;
    }

    .custom-page h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .custom-page h2 br {
        display: none;
    }

    .custom-page p {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .cp-cards {
        margin: 30px 0;
    }

    .cp-card--title {
        font-size: 18px;
    }

    .cp-cards > div:first-child .cp-card--title img {
        margin-right: 25px;
    }

    .cp-cards > div {
        padding: 18px;
    }

    .cp-card--title {
        margin-bottom: 10px;
    }

    .accent-info {
        font-size: 13px;
        padding: 10px 20px;
        min-height: 88px;
        margin-top: 30px;
    }

    .accent-info img {
        margin-right: 20px;
        width: 38px;
    }

    .custom-page section.cp-form-wrap {
        margin: 30px 0;
        background-position: -671px center;
        background-size: cover;
    }

    .cp-form-wrap h3 {
        font-size: 26px;
        padding-left: 30px;
        margin-bottom: 20px;
    }

    .cp-form-wrap p {
        font-size: 20px;
        padding-left: 30px;
        line-height: 1.2;
        margin-bottom: 35px;
    }

    .cp-form-wrap p br {
        display: none;
    }

    .cp-form .input-box {
        width: 100%;
    }

    .cp-statistic--number {
        font-size: 35px;
    }
    .cp-statistic--title {
        font-size: 18px;
    }

    .cp-statistics--grid {
        margin: 50px 0;
    }

    .cp-cats > div {
        width: 100%;
    }

    .cp-cats  img {
        width: 210px;
        margin: 0 auto;
        display: block;
    }

    .cp-cats h3 {
        font-size: 18px;
        text-align: center;
        margin: 12px 0;
    }

    .cp-cats p {
        text-align: justify;
    }

    .cp-statistics {
       margin-bottom: 50px;
    }

    .cp-cats.cp-flex-wrap {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .color-cards {
        margin-top: 50px;
    }

    .color-cards>div {
        padding: 25px 30px 25px;
    }

    .color-cards ul {
        font-size: 13px;
    }

    .color-cards h3 {
        font-size: 15px;
    }

    .accent-info--yellow {
        margin-bottom: 50px;
    }

    .cp-schemas img {
        width: 100%;
    }


    .cp-schemas {
        margin: 25px auto;
    }

    .cp-columns > div {
        width: 100%;
    }

    .cp-columns h3 {
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .cp-columns ul {
        font-size: 13px;
    }

    .v-responsive-ul li {
        padding-left: 30px;
    }

    .cp-columns .v-responsive-ul {
        gap: 15px;
    }

    .v-responsive-ul li:before {
        content: "";
        display: block;
        width: 23px;
        height: 16px;
        background: url("/catalog/view/image/pages/marker-icon-mobile.png") no-repeat center;
        background-size: cover;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateY(5px);
    }

    .cp-columns {
        margin-bottom: 50px;
    }

    .cp-form-bottom-wrap {
        padding: 50px 0;
        text-align: center;
    }

    .cp-form-bottom form {
        padding: 30px;
    }

    .cp-form-bottom-inner {
        gap: 30px;
    }
}

.cp-form-bottom input {
    color: #fff;
}

.custom-page label:not([class]) {
    margin: 0;
    line-height: 1;
}

/*blog*/



@media (min-width: 980px) {
	.table_adaptive {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-top: 30px;
}
}

@media (min-width: 1500px) {
	.table_adaptive {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
	argin-left: -16.6%;
}
}

.price-actual {
	background: #191919;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 28px;
    position: absolute;
    bottom: 12px;
    left: 52%;
    padding: 10px;
	z-index: 9;
}

.table__item > a:after {
	content: "";
	display: block;
	position: absolute;
	background: #191919;
	bottom: 16px;
    left: 181px;
	height: 64px;
	width: 172px;
	z-index: 2;
}

@media (max-width: 991px) {
	.table__item > a:after {
    content: "";
    display: block;
    position: absolute;
    background: #191919;
    bottom: 16px;
    left: auto;
    right: 0;
    height: 64px;
    width: 190px;
    z-index: 2;
}
.price-actual {
    background: #191919;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 28px;
    position: absolute;
    bottom: 16px;
        left: 52%;
        padding: 10px;
    z-index: 9;
}
}

@media (max-width: 400px) {
	.price-actual {
	background: #191919;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        font-size: 24px;
        position: absolute;
        bottom: 0;
        left: auto;
        right: 10px;
        padding: 0;
        z-index: 9;
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(50vw - 40px);
        height: 19vw;
        bottom: 3vw;
        /* background: red; */
        border-radius: 20px;
	}
	.table__item > a:after {
		content: "";
		 right: 10px;
        padding: 0;
		 width: calc(50vw - 40px);
        height: 19vw;
        bottom: 3vw;
		border-radius: 20px;
		left: auto;
	}
}

.table__item {
    display: flex;
    margin-bottom: 60px;
	position: relative;
}

.table__item .btn_overlay {
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 190px;
    height: 85px;
	cursor: pointer;
	display:block;
}



.table__item>a {
    width: 355px;
    flex-shrink: 0;
	position: relative;
}

.table__item>a img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 991px) {

    .table__item {
        flex-direction: column;
        align-items: center;
        margin-bottom: 70px;
    }

    .table__item>a {
        width: 100%;
        max-width: 400px;
    }

    .product-reviews {
        margin-left: initial;
        margin-top: 25px;
    }
	
	.table__item .btn_overlay {
		bottom: 0;
		width: 100%;
	}
}

