.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;
}
.topbar .second-logo-img-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 95%;
    height: 30px;
    /*background-color: #ececec;*/
    padding: 0 10px;
}

.topbar .second-logo-img-wrap {
    width: 80px;
    height: 35px;
    margin: 0 auto;
}
.topbar .second-logo-img-wrap img {
    max-width: 100%;
}

.topbar .second-logo-img-block .second-logo-content {
    width: 100%;
    max-width: 265px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.topbar .topbar__container .topbar__row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.topbar .topbar__container .topbar__search {
    width: 55%;
}
.topbar .second-logo-img-block {
	opacity: 0.6;
}
.page-header__call-to-action .call-number {
	display: none;
	text-decoration: none;
	border-bottom: 1px dashed #118b7c;
}
.topbar__row {
	height: 40px;
}

.topbar__search,
.topbar .second-logo-img-block,
.topbar__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
}
.topbar .second-logo-img-wrap {
	width: 102px;
    height: 40px;
}
.topbar .second-logo-img-block .second-logo-content {
	max-width: 280px;
}
.topbar .second-logo-img-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-left: 5px;
}


/*RESPONSIVE*/
@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;
    }
    .topbar .second-logo-img-block .second-logo-content span {
    	font-size: 10px;
    }
    .topbar .topbar__container .topbar__search {
    	width: 100%;
    	max-width: 200px;
    }
    .topbar .second-logo-img-wrap {
    	width: 82px;
    }
}

.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;*/
    overflow: visible;
}
header {
    position: sticky;
    top: 0;
    z-index: 9;
}

.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;
}
.page-header__call-to-action .call-number {
	display: block;
	margin-bottom: 5px;
}
.page-header .call-to-action--callback {
	display: block;
    width: 100%;
	padding-left: 0px;
}
.page-header .call-to-action--callback br {
	display: none;
}
}
/*здесь можешь начинать плакать*/
@media (max-width: 991.98px) {
    .topbar {
        display: block;
    }
    .topbar .topbar__menu-has-dropdown a,
    .topbar__menu-has-dropdown::after {
        display: none;
    }
    .topbar .topbar__menu-has-dropdown:last-child a,
    .topbar__menu-has-dropdown:last-child::after {
        display: block;
    }
}

@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;
}
.nav-menu__link {
        width: 100%;
        font-size: 13px;
    }
@media (min-width: 1200px) {
	.nav-menu__link {
		padding: 0 14px;
	}
}
@media (max-width: 700px) {
    .topbar {
        display: none;
    }
}
@media (max-width: 450px) {
	.h-logo__img img {
		width: 139px;
	}
}

.prim .item {
    padding: 0 20px;
}
.prim img {
    max-width: 300px;
    margin: 0 auto;
}
.prim h4,
.prim .h4 {
    border-bottom: 1px solid #118b7c;
    font-size: 24px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 600;
}
.prim p {
    font-size: 18px;
    text-align: center;
}
.owl-prev > span,
.owl-next > span {
    font-size: 26px;
}
.typehouse {
    padding: 30px 0;
}
.typehouse h2,
.typehouse .h2 {
    text-align: left;
}
.typehouse h4,
.typehouse .h4 {
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
}
.typehouse p {
    margin-top: 0;
    text-align: center;
}
.title-block {
    display: inline-block;
    width: 100%;
}
.owl-carousel.typehouse a {
    color: #000;
    text-decoration: none;
}
.typehouse h2,
.typehouse .h2 {
    display: block;
    float: left;
    margin-bottom: 5px;
    text-align: left;
}
.title-block > a {
    border: 1px solid;
    display: block;
    float: right;
    margin: 0;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    width: 230px;
    transition: background-color 0.25s ease 0s, color 0.25s ease 0s;
}
.title-block > a:hover {
    background-color: #118b7c;
    color: #fff;
}
@media (max-width: 991px) {
    .prim h4 {
        font-size: 20px;
    }
    .prim p {
        font-size: 14px;
    }
}

.center {
    text-align: center;
    margin: 0 auto;
}
.center table {
    text-align: center;
    margin: 0 auto;
}
.second-logo-content span
{
	font-size:13px;
}
.second-logo-content .second-logo-img-wrap img
{
	width:102px;
	height:23px
}


.gallery_filial .col-md-4 {
    padding-bottom: 10px;
}
.gallery_filial .gallery_filials > img {
    width: 100%;
}
