/*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;  }*/

:root {
    --bg: #fdfdfd;
    --highlight1: #ED4264;
    --highlight2: #FFEDBC;
    --color: #1a1e24;
    --font-number: Montserrat, Roboto, Helvetica, Arial, sans-serif;
    --font-head: "Space Mono", Consolas, Menlo, Monaco, "Courier New", monospace;
    --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* body */

body {
    color: #333333;
}

/* header */

.colored #header .catalog_menu ul.menu > li, header .wrap_menu {
    background: #474a51;
}
.document_section .title_block{
    margin-bottom: 10px;
}
#bx-soa-paysystem, #bx-soa-region{
    display: none;
}

/* .wrapper_inner_header-address {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
} */

/* .wrapper_inner_header-address div {
    padding-right: 10px;
} */

.header-address_mobile {
    display: none;
}

.item_header-address {
    margin-bottom: 10px;
}

@media (max-width: 499px) {
    .wrapper_inner_header-address {
        margin-top: -55px;
    }

    body #header .middle-h-row td.center_block {
        display: none;
    }

    .header-address_mobile {
        display: block;
    }
}

.bottom-header-item_1 {
    width: 30%;
    display: flex;
}

.bottom-header-item_1__slogan {
    width: 30%;
    display: flex;
}

.bottom-header-item_2 {
    width: 40%;
}

.bottom-header-item_3 {
    width: 30%;
}

/* about */

.custom-list {
    list-style: none;
    width: 600px;
    max-width: 90%;
}

.custom-list-item {
    display: block;
    clear: both;
    counter-increment: list;
    padding-bottom: 4rem;
    font-size: 1.1rem;
    line-height: 1.375;
    position: relative;
}

.custom-list-item:before {
    font: bold 2.25rem/1 var(--font-number);
    content: counter(list);
    width: 5rem;
    height: 5rem;
    float: left;
    margin: 0 1.5rem 0.75rem 0;
    color: var(--bg);
    background: var(--highlight1) linear-gradient(to bottom right, var(--highlight1) 25%, var(--highlight2));
    text-shadow: 0 0 2px var(--highlight1);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    shape-outside: ellipse();
    z-index: 1;
}

.custom-list-item:after {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: var(--highlight1);
    z-index: -1;
    border-top-left-radius: 3px;
}


.custom-list-headline {
    padding: 0rem 0 0 0;
    margin: 0 0 1rem 0;
    font: normal 2rem var(--font-head);
}

.about-section_font-size {
    font-size: 13.5px;
}

/* content color */

.wrap_md .big p {
    font-size: 14px;
    color: #333333;
}

p {
    color: #333333;
    font-size: 13px;
    margin: 0px 0px 20px;
}

.articles-list .item .right-data .preview-text {
    color: #333333; 
}

.catalog_detail .detail_text {
    color: #333333;
}

/* documents */

.documents-list {
    justify-content: space-around;
}

/* social icons */

.header-icons {
    text-align: right;
    height: 30px;
  }
  
  div .header-icons {
    text-align: right;
    /*float: left;*/
    line-height: 30px;
    height: 30px;
    margin-bottom: 5px;
  }
  
  .header-icons img {
    height:25px;
    width:25px;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    /*background-color: white;*/
    background: transparent;
  }
  
  .header-icons .hi-item {
  display: inline-block;
  transition: transform 0.3s ease;
  }
  
  .header-icons .hi-item:hover {
  transform: translateY(0px) scale(1.2);
  }
  
  .header-icons .hi-item:active {
  transform: translateY(0px) scale(0.8);
  }
  .r52-a-cookies__body p {
    color: #fff;
} 
.r52-a-cookies__btn.r52-a-cookies__btn-accept:hover {
    background-color: #ab8381;
    border-color: #ab8381;
}