/* custom.css */
.content table {
    max-width: 100%;
    margin-bottom: 31px;
    min-width: 400px;
}

.content table td {
    border-bottom: 1px solid #dfdfe2;
    padding: 11px 20px 14px 0;
    font-size: 14px;
    line-height: 1.2;
    color: rgba(41,43,58,.7);
}
.content table th {
    border-bottom: 1px solid #dfdfe2;
    padding: 11px 20px 14px 0;
    text-align: left;
    line-height: 1.2;
    font-weight: bold;
}
.block-works__img {
    overflow: hidden;
}
.block-works__img img {
    height: auto;
}
.block-works__desc {
    width: 100%;
}
/*@media (max-width: 1919px) and (min-width: 1023px) {*/
@media (max-width: 1919px) and (min-width: 1023px) {
    .catalog .elem-subtitle {
        margin-top: 36px;
    }

}
.block-contacts__text + .block-contacts__text {
    margin-top: 10px;
}
.p-0 {
    padding: 0!important;
}
.px-0 {
    padding-left: 0!important;
    padding-right: 0!important;
}
.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
a.footer-phone {
    font-weight: bold;
    color: initial;
    text-decoration: none;
}
.header__phone {
    text-decoration: none;
}
.product .content {
    padding-top: 0;
    padding-bottom: 0;
}
[onclick="reset(this)"].unactive:not(.link--slider) {
    opacity: 0;
    z-index: -10;
}
[data-js-reset],
[onclick="reset(this)"] {
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: underline;
}
[data-js-reset]:hover,
[onclick="reset(this)"]:hover {
    text-decoration: none;
}
.filter-item-inner-heading {
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.filter-item-inner-heading:hover,
.filter-item-inner-heading:active,
.filter-item-inner-heading:focus {
    background-color: #FEEDDB;
}
[data-fancy-box],
[onclick],
[data-mfp-src],
.filter-item-inner-heading {
    cursor: pointer;
}
.menu-dropdown {
    z-index: 3;
}
.map-list .map-list {
    margin-left: 15px;
}
.block-tags__btn {
    display: inline-block;
    text-align: center;
    padding: 10px 5px;
    line-height: 20px;
    font-size: 10px;
    text-decoration: none;
}
.block-tags__btn:hover,
.block-tags__btn:active,
.block-tags__btn:focus {
    color: inherit;
    text-decoration: none;
}

.block-sort__item.active .block-sort__item-link {
    color: #292B3A;
}
.block-sort__item-link,
.block-sort__item-link:hover,
.block-sort__item-link:active,
.block-sort__item-link:focus {
    color: inherit;
    text-decoration: none;
}
.block-product__buy--null {
    padding: 0;
    background: initial;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.block-slider-carusel .block-hits__item,
.block-slider-carusel .block-hits__item:hover,
.block-slider-carusel .block-hits__item:active,
.block-slider-carusel .block-hits__item:focus {
    text-decoration: none;
    outline: #dfdfe2 solid 1px;
}
.input--error {
    background-color: #ffe9e9;
    border-color: red;
}
.input--error ~ .jq-checkbox__div {
    background-color: #ffe9e9;
}


.block-catalog-list .block-hits__item:hover {
    z-index: 20;
}
.block-search-top.open .block-tags__close {
    margin-left: 8px;
}
.sections-row {
    padding-left: 18px;
}
.sections-row:after,
.sections-row:before {
    content: '';
    display: table;
    clear: both;
}
.section-block {
    float: left;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.section-block-link {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    color: inherit;
    text-decoration: none;
}
.section-block-wrapper {
    outline: #dfdfe2 solid 1px;
    padding: 16px 32px 16px 192px;
    margin: 20px 26px 30px 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 384px;
    height: 144px;
}
.section-block-wrapper:before {
    position: absolute;
    content: '';
    opacity: 0;
    z-index: 1;
    top: -15px;
    bottom: -15px;
    left: -15px;
    right: -15px;
    -webkit-box-shadow: 1px 3px 7px 3px rgba(0,0,0,.1);
    box-shadow: 1px 3px 7px 3px rgba(0,0,0,.1);
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.section-block-link:hover {
    color: inherit;
    text-decoration: none;
    outline: none;
    outline-style: none;
    outline-width: 0;
}
.section-block-link:hover .section-block-wrapper {
    /*outline: none;
    outline-style: none;
    outline-width: 0;
    */
}
.section-block-link:hover .section-block-wrapper:before {
    opacity: 1;
}
.section-block-image {
    width: 197px;
    height: 111px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    left: -32px;
    top: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
}

.section-block-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.section-block-title {
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    color: #292B3A;
    text-transform: uppercase;
}

.search-page {
    padding: 0 19px 48px;
    border-bottom: 1px solid #dfdfe2;
}
.form-search-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.form-search-page .input {
    max-width: 100%;
}

.form-search-page .input + * {
    margin-left: -1px;
    max-width: 100%;
}

.block-sort.block-sort--search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
}
.search-result-item {
    margin-bottom: 32px;
}
.menu-mobile__tab.search .elem-btn {
    background-color: transparent;
}
.footer__contacts {
    margin-bottom: 20px;
}
.block-hits__item--work .block-hits__img {
    min-height: 176px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.block-hits__img,
.block-slider-carusel .block-hits__img {
    background-position: 0 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.block-slider-carusel .block-hits__img {
    min-height: 111px;
}
.block-hits__img {
    min-height: 192px;
}
@media (max-width: 1919px) {
    .block-slider-carusel .block-hits__img {
        min-height: 80px;
    }
    .block-hits__img {
        min-height: 147px;
    }
}
@media (max-width: 767px) {
    .block-slider-carusel .block-hits__img {
        max-height: 76px;
    }
}
@media (max-width: 1279px) {
    .search-page {
        padding-left: 0;
        padding-right: 0;
    }
    .block-hits__img {
        min-height: 315px;
    }
}
@media (max-width: 1023px) {
    .search-page {
        padding-left: 48px;
        padding-right: 48px;
    }
    .block-sort.block-sort--search {
        margin-left: 0;
        margin-right: 0;
    }
    .block-hits__img {
        min-height: 315px;
    }
}
.block-sort--search .block-sort__item span {
    margin: 0;
}
.filter-tab.fixed {
    z-index: 999;
}
@media (max-width: 767px) {
    .sections-row {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-block {
        float: initial;
        display: block;
        text-align: center;
    }
    .elem-title {
        padding-left: 2px;
    }
    .form-search-page .input + * {
        margin-left: 0;
        max-width: 100%;
        width: 100%;
    }
    .section-block-image {
        width: 136px;
        height: 77px;
        left: 0;
        right: 0;
        bottom: initial;
        top: -38px;
    }
    .section-block-wrapper {
        width: 170px;
        height: 112px;
        padding: 39px 17px 16px;
        margin: 38px 26px 20px 26px;
    }
    .section-block-wrapper:before {
        display: none;
        content: none;
    }

    .section-block-title {
        font-size: 13px;
        line-height: 1.5;
    }
    .search-page {
        padding-left: 17px;
        padding-right: 17px;
    }
    
    .block-sort--search .block-sort__list {
        display: block;
        width: 100%;
    }
    .block-sort--search .block-sort__item + .block-sort__item,
    .block-sort--search .block-sort__item span {
        margin: 0;
    }
    .block-sort--search .block-sort__item + .block-sort__item:before {
        content: none;
        display: none;
    }

}

@media (max-width: 767px) {
    .block-catalog__info h3 {
        font-size: 22px;
        margin-bottom: 16px;
    }
}

@media (max-width: 1919px) {
    .block-catalog__info h3 {
        margin-bottom: 23px;
    }
}
@media (max-width: 1279px) {
    .block-catalog__info h3 {
        font-size: 28px;
    }
}
.block-catalog__info h3 {
    display: inline-block;
    font-size: 32px;
    margin-bottom: 35px;
    position: relative;
    font-weight: 700;
    font-family: Lora;
    font-style: normal;
}
.block-catalog__info h3:before {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    background: #CFAD6F;
    bottom: -20px;
    height: 2px;
}
.header__phone-wa-image {
    display: block;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.header__phone-wa {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.header__phone-wa {
    width: 70px;
    padding-right: 3px;
    margin-right: 50px;
    border-right: 1px solid #BFBFBF;
}
.menu-mobile__wrapper .header__phone-wa {
    width: 45px;
    border-color: #292B3A;
}

.menu-mobile__wrapper .header__phone-wa-image {
    background-position: 0 50%;
}

@media (max-width: 1919px) {
    .menu-product__list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .header__phones {
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }   
}
.menu-mobile .header__phone {
    white-space: nowrap;
}

.menu-mobile .header__phone-wa {
    margin-right: 44px;
}

@media (max-width: 1919px) {
	.menu-product {
		margin-left: 30px;
	}
	.menu-product__item.dropdown {
		margin-right: 10px;
	}
	.header__bottom.fixed .menu-product {
		margin-left: 221px;
	}
	.header__bottom.fixed .menu-product__item.dropdown {
		margin-right: 15px;
	}
}
