
@font-face {
    font-family: 'Play';
    font-weight: normal;
    src: local('Play'),
    url(/local/templates/kmktradeco/fonts/Play/Play-Regular.woff2);
}

@font-face {
    font-family: 'Play';
    font-weight: bold;
    src: local('Play'),
    url(/local/templates/kmktradeco/fonts/Play/Play-Bold.woff2);
}

.b-page__content {
    min-height: 115px;
}

html body {
    /*background: #fff;*/
    background: #F7F7F7;
    overflow-x: hidden;
}
.modal-alert{
	width: 360px;
    height: 215px;
}
body .header-top-domain {
    width: auto;
}
body .header-top-domain a {
    font-weight: bold;
}
body .multisite_city {
    border-bottom: 1px dotted #1b469a;
    font-weight: bold;
    line-height: 1.2;
}
body .orange-style {
    background-color: #F38E3A;
    border-color: #F38E3A;
    border-radius: 2px;
    height: 35px;
    padding: 0;
    width: 145px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Play', sans-serif;
}
body .calc-style {
    border: 0;
    color: #1b469a;
    display: flex;
}
body .calc-style:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #000;
    mask: no-repeat center url("/bitrix/templates/kmktradeco/images/kmk_calculator.svg");
    -webkit-mask: no-repeat center url("/bitrix/templates/kmktradeco/images/kmk_calculator.svg");
    mask-size: contain;
    -webkit-mask-size: contain;
    margin-right: 5px;
}
body .calc-style span {
    border-bottom: 1px dotted #1b469a;
    font-weight: bold;
    line-height: 1.2;
}
body .top-item.header-top-phones a {
    color: #1b469a;
    border-bottom: 1px dotted #1b469a;
    line-height: 1.2;
}
body .header-top-slogan {
    width: 15%;
    color: #00449E;
    font-weight: bold;
    font-size: 10px;
}
.news-detail .detailImg {
    display: none;
}
.time span {
    display: block;
    width: 100%;
}
.smart-filter-block {
    height: auto!important;
}
.smart-filter-input-group-checkbox-list {
    display: flex;
    flex-wrap: wrap;
}
.catalog-calculator-link img{
    max-width: 100%;
    margin-bottom: 30px;
}
.seoeverywhere-tags {
    margin: 30px 0;
}

.seoeverywhere-tags__group {

}

.seoeverywhere-tags__group-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.seoeverywhere-tags__list {
    display: flex;
    flex-wrap: wrap;
}

.seoeverywhere-tags__item {
    margin-right: 15px;
    margin-bottom: 15px;
}

.seoeverywhere-tags__item a {
    border: 1px solid lightgray;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    transition: background-color .3s;
}

.seoeverywhere-tags__item a:hover {
    background: lightgray;
}