

/* Start:/sitemap/style.css?17655555121592*/

.new-catalog-block + .new-catalog-block {
    margin-top: 40px;
}

.new-catalog-block.new-catalog-block--last {
    margin-bottom: 70px;
}

.new-catalog-block__main-title {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}

.new-catalog-block__main-title h2 {
    font-family: Graphik_LC, Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #262626;
    margin: 0 0 0 20px;
    padding-bottom: 4px;
    transition: color .3s ease-in;
}

.new-catalog-block__main-title a {
    text-decoration: unset;
}

.new-catalog-block__main-title a:hover h2 {
    color: #EE1C24;
}

.new-catalog-block__grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.new-catalog-block__col {
    width: calc(25% - 20px);
    margin: 0 10px 20px;
    box-sizing: border-box;
}

.new-catalog-block__box {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-color: #fcfcfc;
    padding: 13px 16px 21px;
    position: relative;
    display: flex;
    box-sizing: border-box;
}

.new-catalog-block__icon {
    width: 50px;
}

.new-catalog-block__info {
    width: calc(100% - 50px);
}

.new-catalog-block__title {
    font-family: Graphik_LC, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin: 5px 0 10px;
}

.new-catalog-block__title a {
    color: #262626;
    transition: 300ms ease-out;
}

.new-catalog-block__link {
    font-size: 12px;
    line-height: 2.17;
    color: #555;
    transition: 300ms ease-out;
}
/* End */
/* /sitemap/style.css?17655555121592 */
