.page-header__contacts a.text-primary{
    display: block;
    text-decoration: none;
}
.page-footer__tel-lg a, .page-footer__tel-sm a, .page-footer__warranty_link, .page-header__contacts a.page-header__contacts-tel
{
    text-decoration: none;
    color: inherit;
}
.form_block_hidden{
    display:none;
}
.form__field.is-error input, .form__field.is-error textarea,.form__field.is-error select{
    border:1px solid red;
}

.page-header .phone_link {
    font-size: 2rem;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
}
.promo__wrapper {
	background-color: #d5dccf;
}

@media screen and (min-width: 768px) {
	.nav-menu__item_mobile {
		display: none;
	}
	.promo__bg {
	    margin-left: auto;
    }
}

@media screen and (max-width: 992px) {
    .promo__bg {
        height: auto;
    }

    .promo__btn {
        margin-top: 1rem;
    }
    .slider {
        padding-bottom: 0;
    }
}

.menu__toggler {
    display: none !important;
}

.menu__list {
    display: block !important;
    position: static;
}

.menu__list:after {
    display: none;
}

.promo__period {
    text-decoration: none;
}
.promo__period:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .menu {
        margin-bottom: 22px;
    }

    .menu__list {
        padding-left: 0;
        padding-right: 0;
    }
}

.callback-form__decorator {
    margin-bottom: 2.6rem !important;
}

.link-cards {
    margin-bottom: 1.6rem !important;
}

h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child {
    margin-top: 0;
}

h2,
.h2 {
    margin-bottom: 2rem;
}

.text-block {
    margin: 40px 0;
}

.product-cards-list {
    margin-bottom: 1.6rem;
}

.advantages {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}

@media (min-width: 992px) {
    .slider {
        padding-bottom: 36px;
    }
}

@media (min-width: 768px) {
    h1 {
        margin-bottom: 2rem;
    }

    h2,
    .h2 {
        margin-top: 2rem;
    }

    .h-banner,
    .product-table {
        margin: 40px 0;
    }
    .gallery {
        margin-bottom: 60px;
    }
}

input[type='text'].invalid {
    border: 1px solid red;
}

.page-wrap {
    overflow: hidden;
}

.page-footer {
    margin-top: 0;
}

.product-cards-list__item.swiper-slide {
	height: auto;
}

.product-card {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.product-card__footer {
	margin-top: auto;
	margin-bottom: 0;
}

.product-card__body, .product-card__footer {
	background: rgba(0,0,0,0);
}
.link-card__head {
  background: linear-gradient(135deg, #b4b4b4 0%,#ececec 70%,#fafafa 100%);
}
/*.promo__wrapper { 
	min-height: 340px;
    max-height: 340px;
    height: 340px;
}*/ 
.promo__wrapper { 
   position: relative;
}
.promo__btn { 
	position: absolute;
	top: 10px;
	right: -20px;
}
.pagination-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
}
@media (max-width: 767px) {
.burger-menu-links {
	display: none;
}
.promo__btn {
	right: 6px;
}
}

@media (max-width: 991px) {

    .promo__form > div {
        width: 100%;
    }
}

a.promo__bg {
    position: relative;
    z-index: 11;
}

a.promo__bg::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0;
    transition: opacity 300ms;
}

a.promo__bg:hover::before {
    opacity: 0.17;
}

.img-fluid {
    display: block;
    max-width: 100%;
}

.center-block {
    margin: 0 auto;
}

.cls-1 {
    fill: #1976d2;
    fill-rule: evenodd;
}

.page_error_block .image {
    margin-bottom: 1.5rem;
}

.go-back {
    cursor: pointer;
}

.go-back:hover {
    text-decoration: underline;
}

@media (min-width: 1200px) {
	.nav-menu__link {
		padding: 0 14px;
	}
}
