/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
span.sections-tile__item-inner.flexbox span.sections-tile__item-image-wrapper.no-shrinked.line-block__item.line-block.line-block--gap.line-block--justify-center.sections-tile__item-image-wrapper--PICTURES.rounded.relative.overflow-block{
    border-radius: none;
}
span.sections-tile__item-inner.flexbox span.sections-tile__item-image-wrapper.no-shrinked.line-block__item.line-block.line-block--gap.line-block--justify-center.sections-tile__item-image-wrapper--PICTURES.rounded.relative.overflow-block img{
    object-fit: contain;
}
.catalog__subtitle {
font-size: calc(1rem + 5px);
line-height: calc(1em + 14px);
}
/*Блок с тизерами на главной*/
.win_b {
    padding: 60px 0 60px;
}
.win_b .row {
    border-bottom: 1px solid #aaa;
}
.win_b .row, .win_b .win-row, .win_b2 .win-row, .win_b3s .win-row {
    display: flex;
    flex-wrap: wrap;
}
.win__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 900px) {
    .win_b .item-win, .win_b3s .item-win {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width: 700px) {
    .item-win {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.item-win {
    align-items: flex-start;
    display: flex
;
    margin-bottom: 36px;
    min-height: 100px;
    padding-right: 20px;
}
.win__title span, .win__title h2 {
    display: inline-block;
    font-size: 34px;
    font-weight: 300;
    margin: 0 0 43px;
}
.item-win img {
    margin-right: 16px;
    min-width: 60px;
    width: 60px;
}
.title-item-win {
    color: #4cc3e7;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.item-win p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}

/*footer-box*/
.footer-box-cont {
    display: flex;
    flex-direction: row-reverse;
    gap: 24px;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-box-cont > .footer-box:first-child {
    background: transparent;
    border: 0;
    color: var(--basic_text_black);
    flex: 0 0 340px;
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
    min-height: 0;
    max-width: 340px;
    padding: 0;
}
.footer-box-cont > .footer-box:first-child p {
    margin: 0 0 8px;
}
.footer-box-cont > .footer-box:first-child p:last-child {
    margin-bottom: 0;
}
.footer-box-cont > .footer-box:first-child a {
    color: var(--theme-base-color);
    text-decoration: none;
}
.footer-box-cont > .footer-box:first-child a:hover {
    text-decoration: underline;
}
.footer_politics_item__link {
    display: inline-block;
    margin-right: 12px;
    white-space: nowrap;
}
.footer_politics_item__link:last-child {
    margin-right: 0;
}
.footer-box-wrapper {
    display: grid;
    flex: 1 1 auto;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 270px));
    justify-content: flex-start;
    min-width: 0;
}
.footer-box {
    margin: 0;
    min-height: 0;
}
.footer-box-wrapper .footer-box {
    align-items: flex-start;
    background: var(--card_bg_black);
    border: 1px solid var(--stroke_black);
    border-radius: 12px;
    display: flex;
    gap: 12px;
    padding: 14px 16px;
    width: 100%;
}
.footer-box img {
    display: block;
    flex: 0 0 auto;
    float: none;
    height: 50px;
    margin: 0;
    width: auto;
}
.footer-box-wrapper .footer-box > div {
    min-width: 0;
}
.footer-box-wrapper .footer-box > div span {
    display: block;
    line-height: 1.35;
    white-space: normal;
}
.rating_site .name {
    margin-bottom: 4px;
}
.rating_site .stars {
    display: inline-flex;
    gap: 1px;
    margin: 4px 6px 0 0;
    vertical-align: middle;
}
.rating_site .stars .item {
    background: url(/img/star.png) right top no-repeat;
    display: block;
    flex: 0 0 15px;
    height: 14px;
    width: 15px;
}
.rating_site .stars .item.active {
    background-position: left top;
}
.rating_site .name .stars {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 1px;
    white-space: nowrap;
}
.rating_site a {
    color: var(--theme-base-color);
    white-space: nowrap;
}
.rating_site a:hover {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .footer-box-cont {
        flex-direction: column;
        gap: 16px;
    }
    .footer-box-cont > .footer-box:first-child {
        flex: 0 0 auto;
        max-width: none;
        text-align: left;
    }
    .footer-box-wrapper {
        grid-template-columns: 1fr;
        justify-content: stretch;
    }
    .footer-box-wrapper .footer-box {
        max-width: none;
        padding: 12px 14px;
    }
    .footer-box img {
        height: 44px;
    }
    .rating_site a {
        white-space: normal;
    }
}
@media (max-width: 480px) {
    .footer-box-cont {
        gap: 14px;
    }
    .rating_site .stars {
        margin-top: 2px;
    }
}
.item__help--block {
    margin-bottom: 10px;
}
.item__help--block .block__text2 {
    font-size: 13px;
    color: #999;
}
.bg-blue {
    background-color: #e5f9ff;
    border: solid 1px #e0f7ff;
}
.infocard--block {
    border-radius: 14px;
    margin: 0 40px 40px 0;
    min-height: 250px;
    padding: 20px 20px 20px 153px;
    position: relative;
}
.infocard--block .block__icon {
    left: 30px;
    position: absolute;
    top: 50px;
}
.infocard--block .block__icon img {
    width: 100px;
}
.infocard--block .block__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
@media (min-width: 1200px) {
    .col-lg-7 {
        width: 50%;
    }
}
/*Доставка*/
.i-about {
    padding-right: 60px;
}
@media (min-width: 1200px) {
    .col-lg-8 {
        width: 57.14285714%;
    }
}
h2.bluetitle {
    font-weight: bold;
    font-size: 40px;
    color: #01bcf3;
    margin-bottom: 30px;
    margin-top: 30px;
}
.infoPage p, .infopage p, .seo_txt p {
    margin: 0 0 30px;
    padding: 0;
}
.tnote {
    display: block;
    font-size: 12px;
    color: #999;
    font-weight: 400;
    line-height: 1.4;
    padding-top: 10px;
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14 {
        float: left;
    }
}
#fd-i-list, .clear {
    clear: both;
}
@media (min-width: 1200px) {
    .col-lg-6 {
        width: 42.85714286%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14 {
        float: left;
    }
}
/*оплата*/
.mw800 details summary, .contacts_map details summary {
    border-radius: 12px;
    background-color: #eceffb;
    border: 1px solid #eceffb;
}
details summary {
    display: block;
    font-size: 24px;
    position: relative;
    padding: 15px 45px 15px 20px;
    margin-top: 15px;
    cursor: pointer;
}
.details-body {
    font-size: 18px;
    position: relative;
    border: 1px solid #eceffb;
    padding: 40px 20px;
    margin-bottom: 15px;
    border-radius: 12px;
}
details summary::before {
    content: "\002B";
    /* content: "\254B"; */
    position: absolute;
    right: 22px;
    font-size: 46px;
    font-weight: 600;
    top: calc(100% - 46px);
    cursor: pointer;
}
.rusprofile {
    font-size: 20px;
    font-weight: 400;
}
.rusprofile img {
    margin-right: 20px;
}
.sertificates .items {
    text-align: justify;
}
.legal_docs_img .sertificates .items .item {
    display: inline-block;
    height: 220px;
    margin: 0 10px 20px;
    text-align: left;
    width: 120px;
}
.sertificates .items .item .image img {
    max-width: 100%;
}
.sertificates .items .item .image {
    -webkit-background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: none;
    display: block;
    height: 200px;
    overflow: hidden;
}
.rusprofile .rp-title {
    display: inline-block;
}
.rusprofile .rp-badge {
    background: #09c400;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    line-height: 20px;
    margin: 1px 0 17px;
    padding: 10px;
}
.legal_docs{
    width: 100%;
    height: auto;
    display: flex;
}
/* гарантия */
.si-row-left .si-row-int {
    float: left;
}
@media (min-width: 768px) {
    .si-row-int {
        width: 50%;
    }
}
/* Stroke-based SVG icons in services block (iblock 59) */
.p-inline.p-inline--24 .svg.fill-theme svg path {
    fill: none !important;
    stroke: var(--theme-base-color);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

/* Services block icon size 70x70 */
.p-inline.p-inline--24 .svg.fill-theme svg {
    width: 70px !important;
    height: 70px !important;
}

/* Hide prices on services page — all services are on-request */
.services-list .price-flex { display: none !important; }
/* Services page: шапка — тезисы + бейджи */
.serv-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px 48px;
    margin-bottom: 40px;
}
.servwords {
    flex: 0 0 auto;
}
.servwords__item {
    font-style: italic;
    font-size: 30px;
    font-family: "Times New Roman", Times, serif;
    line-height: 1.25;
    color: inherit;
}
.servcredentials {
    display: flex;
    flex-wrap: nowrap;
    gap: 0 4px;
    align-items: flex-start;
}
.servcredentials__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 96px;
    text-align: center;
    font-size: 11px;
    color: #555;
    line-height: 1.3;
    padding: 0 4px;
}
.servcredentials__item img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    opacity: .85;
    margin-bottom: 8px;
}
@media (max-width: 767px) {
    .servcredentials { flex-wrap: wrap; }
    .servcredentials__item { width: 80px; font-size: 10px; }
    .servcredentials__item img { width: 52px; height: 52px; }
    .servwords__item { font-size: 22px; }
}
/* Hide empty-section placeholder in catalog */
.no_goods.catalog_block_view { display: none !important; }

/* Blog article: author block */
.prop_block_author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    padding: 14px 18px;
    background: var(--card_bg_black, #f5f7f8);
    border-radius: 8px;
}
.prop_block_author-pic img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-fit: cover;
}
.prop_block_author-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #999;
    margin-bottom: 2px;
}
.prop_block_author-name {
    font-weight: 600;
    font-size: 14px;
}
.prop_block_author-desc {
    font-size: 12px;
    color: #777;
    margin-top: 2px;
}

/* Sprint.editor: contents block (table of contents) */
.sp-contents {
    background: #f7fbfe;
    border: 1px solid #d6e2e9;
    border-radius: 6px;
    padding: 14px 20px;
    margin-bottom: 28px;
    display: inline-block;
    min-width: 220px;
    max-width: 100%;
}
.sp-contents_title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #999;
    margin-bottom: 8px;
}
.sp-contents ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sp-contents ul li {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 4px;
}
.sp-contents ul li a {
    border-bottom: 1px dashed #aac;
    color: #0083d1;
}
.sp-contents ul li a:hover {
    border-bottom-color: #e66464;
    color: #e66464;
}
.sp-contents ul li.level2 { margin-left: 18px; }
.sp-contents ul li.level3 { margin-left: 36px; }

/* TextReplace: inline product card (#BLOCK_ELEMENT_N#, #BLOCK_TAG_ELEMENT_N#) */
.inline-product-card {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    margin: 0 20px 20px 0;
    float: left;
}
.inline-product-card__link {
    display: block;
    text-decoration: none;
    border: 1px solid #e8ecee;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow .2s;
    color: inherit;
}
.inline-product-card__link:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,.12);
    border-color: #c5d4dc;
}
.inline-product-card__img {
    height: 140px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f9fafb;
}
.inline-product-card__name {
    padding: 8px 10px 4px;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 500;
    color: #222;
}
.inline-product-card__price {
    padding: 2px 10px 10px;
    font-size: 13px;
    color: #0083d1;
    font-weight: 600;
}

/* ======= blockBigEl — карточки товаров в статьях ======= */
.blockBigEl {
border:1px solid #eee;
float:right;
height:450px;
margin:0 10px 20px;
padding:20px;
width:340px;
}

.blockBigEl .catalog_block_item a.item {
border-bottom:0;
display:block;
}

.blockBigEl .catalog_block_item .photo {
-webkit-background-size:contain;
background-position:center;
background-repeat:no-repeat;
background-size:contain;
display:block;
height:300px;
width:300px;
}

.blockBigEl .catalog_block_item .price {
border-top:1px dashed #f4f4f4;
color:#000;
display:block;
font-size:20px;
font-weight:700;
line-height:30px;
padding-top:15px;
text-align:center;
}

.blockBigEl .catalog_block_item .price span {
font-size:14px;
font-weight:400;
margin-left:5px;
}

.blockBigEl .catalog_block_item .name {
color:#000;
display:block;
font-size:18px;
height:60px;
margin-bottom:11px;
text-align:center;
}

/* inline-product-card span-children display fix */
span.inline-product-card__img,
span.inline-product-card__name,
span.inline-product-card__price {
    display: block;
}

/* blockBigEl + inline-product-card: внутри статей — стиль как на старом сайте */
.blockBigEl .inline-product-card {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
}
.blockBigEl .inline-product-card__link {
    display: block;
    border: none;
    border-radius: 0;
    overflow: visible;
    text-decoration: none;
    color: inherit;
}
.blockBigEl .inline-product-card__img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 300px;
    width: 300px;
}
.blockBigEl .inline-product-card__name {
    color: #000;
    display: block;
    font-size: 18px;
    height: 60px;
    margin-bottom: 11px;
    text-align: center;
    padding: 0;
    font-weight: normal;
}
.blockBigEl .inline-product-card__price {
    border-top: 1px dashed #f4f4f4;
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    padding-top: 15px;
    text-align: center;
}
.blockBigEl .inline-product-card__price span {
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
}

/* Убираем скругление иконок категорий */
.sections-list-full__item-image-wrapper--PICTURES.rounded {
  border-radius: 0;
}

/* sprint.editor col-md-4: inline-product-card в колонке статьи */
.content .col-md-4 .inline-product-card {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
}
.content .col-md-4 .inline-product-card__link {
    display: block;
    border: 1px solid #e8ecee;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: box-shadow .2s;
}
.content .col-md-4 .inline-product-card__link:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,.12);
    border-color: #c5d4dc;
}
.content .col-md-4 .inline-product-card__img {
    display: block;
    height: 220px;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f9fafb;
}
.content .col-md-4 .inline-product-card__name {
    display: block;
    padding: 10px 12px 6px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
}
.content .col-md-4 .inline-product-card__price {
    display: block;
    padding: 4px 12px 14px;
    font-size: 16px;
    font-weight: 700;
    color: #0083d1;
}

/* === PATCH catalog-section-icons-2026-06-18: воздушный контурный стиль иконок разделов каталога === */
/* Иконки разделов (UF_CATALOG_ICON) рендерятся через showSVG как <use> на спрайт.
   Тема по умолчанию заливает их (.fill-theme svg * { fill: theme }).
   Здесь переключаем на тонкий контур (stroke). Удалить блок = откат. */
.cat_icons.svg-inline-icon svg,
.cat_icons.svg-inline-icon svg *,
.cat_icons.svg-inline-icon svg use {
    fill: none !important;
    stroke: var(--theme-base-color);
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
}
/* цвет контура на hover карточки — мирроринг fill-правил темы */
.fill-theme-hover:hover .cat_icons.svg-inline-icon svg *,
.fill-theme-parent:hover > .fill-theme-target .cat_icons.svg-inline-icon svg *,
.fill-theme-parent-all:hover .fill-theme-target .cat_icons.svg-inline-icon svg *,
.fill-theme-hover:hover .cat_icons.svg-inline-icon svg use,
.fill-theme-parent-all:hover .fill-theme-target .cat_icons.svg-inline-icon svg use {
    stroke: var(--fill_theme_hover);
}
/* === END PATCH === */

/* === PATCH: catalog-viewed top padding on inner pages === */
/* On main page .front_page gets padding-top:5rem, inner pages got 0. Equalize. */
.catalog-viewed-list {
    padding-top: 5rem;
}
@media (max-width: 600px) {
    .catalog-viewed-list {
        padding-top: 40px;
    }
}
/* === END PATCH === */

/* iclim: иконка аккордеона тип 2 — sanitizer вырезает SVG из DETAIL_TEXT, рисуем через background-image */
.accordion-type-2 .svg-inline-right-arrow {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2V18' stroke='%23B8B8B9' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M18 10L2 10' stroke='%23B8B8B9' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex: 0 0 auto;
    font-size: 0;
    line-height: 0;
}

/* iclim: quote blocks with photo on the left and text on the right */
blockquote:not(.danger):not(.info):not(.code) {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px 28px;
    overflow: visible;
}
blockquote:not(.danger):not(.info):not(.code) > img:first-child {
    flex: 0 0 165px;
    width: 165px;
    height: 165px;
    max-width: 165px;
    object-fit: cover;
    border-radius: 50%;
    align-self: flex-start;
}
blockquote:not(.danger):not(.info):not(.code) > p,
blockquote:not(.danger):not(.info):not(.code) > div {
    flex: 1 1 0;
    min-width: 0;
}
blockquote:not(.danger):not(.info):not(.code):before {
    z-index: 2;
    left: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
blockquote:not(.danger):not(.info):not(.code):after {
    z-index: 1;
    left: 20px;
    top: 20px;
    width: 24px;
    height: 42px;
}
@media (max-width: 767px) {
    blockquote:not(.danger):not(.info):not(.code) {
        flex-direction: column;
    }
    blockquote:not(.danger):not(.info):not(.code) > img:first-child {
        width: 165px;
        max-width: 165px;
    }
}

/* iclim: shared legal card should collapse on mobile everywhere it is included */
.ab-legal-card {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.ab-legal-card__details {
    min-width: 0;
    flex: 1 1 280px;
}
.ab-legal-card__aside {
    min-width: 0;
    flex: 0 0 auto;
}
.ab-legal-card__aside img {
    max-width: 100%;
}
@media (max-width: 767px) {
    .ab-legal-card {
        flex-direction: column;
        gap: 24px;
    }
    .ab-legal-card__details,
    .ab-legal-card__aside {
        width: 100%;
        flex: 1 1 auto;
    }
    .ab-legal-card__aside .line-block {
        width: 100%;
    }
}


/* iclim: big-table styles for product detail pages */
.big-table {
    overflow: auto;
    position: relative;
    font-size: 13px;
}
.big-table table td {
    border-color: #AAA;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    padding: 12px 10px;
    word-break: normal;
    text-align: center;
    vertical-align: middle;
}
.big-table table td:first-child {
    text-align: left;
}


/* iclim: legacy comparison table styles */
#prom-ct td {
    border-bottom: 1px dotted #999;
    border-right: 1px dotted #999;
    font-size: 13px;
    height: 70px;
    padding: 10px;
    vertical-align: top;
}
#prom-ct .prom-head {
    border-bottom: 2px dotted #555;
    font-size: 16px;
    height: 40px;
}
#prom-ct .prom-s1 {
    border-right: 2px dotted #555;
    font-size: 16px;
}
#prom-ct .prom-g1 {
    background: url(https://iclim.ru/upload/medialibrary/48c/48cb3ec3084629d07c58b97c1e198f5b.png) no-repeat 90% 90%;
}
#prom-ct .prom-g3 {
    background: url(https://iclim.ru/upload/medialibrary/5e5/5e571deb44ae4f7cc599c47a0474b781.png) no-repeat 90% 90%;
}
#prom-ct .prom-g2 {
    background: url(https://iclim.ru/upload/medialibrary/c6f/c6f2b978457cc517127e04b540f3338d.png) no-repeat 90% 90%;
}

/* ICLIM catalog section calculator */
/* ICLIM: calculator CTA driven by IB4 section UF_CALC_* fields. */
.catalog-section-calculator {
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 12px 15px 12px 60px;
	border: 1px solid #d6e2e9;
	border-radius: 4px;
	background: #f7fbfe;
	min-height: 58px;
}

.catalog-section-calculator a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 32px;
	border: 0;
	max-width: 300px;
	font-size: 15px;
	line-height: 1.35;
	color: #1686cf;
	text-decoration: none !important;
}

.catalog-section-calculator a:before {
	content: '';
	display: block;
	position: absolute;
	left: -45px;
	top: 50%;
	width: 32px;
	height: 32px;
	background-color: #1686cf;
	-webkit-mask: url('/img/svg/calculator.svg') center / contain no-repeat;
	mask: url('/img/svg/calculator.svg') center / contain no-repeat;
	transform: translateY(-50%);
}

.catalog-section-calculator a:hover:before {
	background-color: #e66464;
}

.catalog-section-calculator a:hover {
	color: #e66464;
	text-decoration: none !important;
}

@media (max-width: 640px) {
	.catalog-section-calculator a:before {
		transform: translateY(-50%);
	}
}
/* iclim: keep the job page image inside the mobile viewport and stack the
 * author recruitment card below its icon. */
@media (max-width: 767px) {
	.job > p:first-child img {
		display: block;
		height: auto;
		max-width: 100%;
		width: auto;
	}

	.job .infocard--block {
		margin-right: 0;
		min-height: 0;
		padding: 20px;
	}

	.job .infocard--block .block__icon {
		margin: 0 0 16px;
		position: static;
	}

	.job .infocard--block .block__icon img {
		display: block;
		max-width: 100%;
		width: 100px;
	}
}
