.tg-header {
    display: none;
    padding-top: 7px;
}

.tg-header a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #1e1e1e;
    position: relative;
    display: block;
    padding: 8px 0 8px 35px;
}

.tg-header a i {
    display: block;
    color: #25A3E1;
    font-size: 25px;
    position: absolute;
    top: 0;
    left: 0;
}

#fix_telegram {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 99999;
    opacity: .85;
    display: none;
}

#fix_telegram a {
    display: block;
    width: 150px;
    margin-left: auto;
    background: #1e1e1e;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    height: auto;
    border-radius: 8px 0 0 8px;
    padding: 15px;
}

#fix_telegram i {
    font-size: 40px;
    line-height: 40px;
    display: block;
    margin: 0 auto 10px;
}

#fix_telegram span {
    display: block;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 980px) {
    #fix_telegram {
        top: unset;
        opacity: 0.6;
        right: unset;
        left: 0;
        bottom: 89px;
    }
    #fix_telegram i {
        font-size: 22px;
        line-height: 22px;
        margin: 0 auto;
    }
    #fix_telegram a {
        width: 30px;
        height: 152px;
        padding: 4px;
        border-radius: 0 8px 8px 0;
    }
    #fix_telegram span {
        transform: rotate(90deg);
        vertical-align: middle;
        padding-left: 10px;
        font-size: 10px;
        line-height: 1.2;
    }
}

/* Styles for the header social dropdown (max-height transition slide down/up)
   Keeps layout compact and matches existing header style patterns. */

.header__col--soc-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

/* Keep the icon look similar to other .header__col--soc items */
.header__col--soc-wrapper .header__col--soc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #fff;
    text-decoration: none;
}

/* Dropdown container */
.social-dropdown {
    position: absolute;
    right: 170px;
    top: 65px;
    width: 200px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    overflow: hidden;
    max-height: 0; /* collapsed */
    transition: max-height 260ms ease, opacity 200ms ease;
    opacity: 0;
    z-index: 50;
    border: 1px solid rgba(0,0,0,0.06);
}

.social-dropdown.social-dropdown__email,
.social-dropdown.social-dropdown__phone {
    width: 260px;
}

.social-dropdown.social-dropdown__email a,
.social-dropdown.social-dropdown__phone a {
    display: flex;
    justify-content: space-between;
}

.social-dropdown.social-dropdown__email {
    width: 275px;
}

.social-dropdown.social-dropdown__email a span:nth-child(2) {
    font-size: 11px;
}

    /* When open: allow room for items (enough to show three links) */
.social-dropdown.open {
    max-height: 280px; /* large enough to show the items */
    opacity: 1;
}

/* Individual item */
.social-dropdown__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    color: #222;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid rgba(0,0,0,0.04);
    background: transparent;
}

.social-dropdown__item:last-child {
    border-bottom: none;
}

.social-dropdown__item i {
    width: 20px;
    text-align: center;
    color: #4a4a4a;
}

/* Hover / focus states */
.social-dropdown__item:hover,
.social-dropdown__item:focus {
    background-color: #f7f7f7;
    color: #000;
}

/* Arrow caret (optional) - small offset */
.header__col--soc-wrapper .header__col--soc .fa-max {
    font-size: 18px;
}

.b-header .social-dropdown .social-dropdown__item .fa-telegram {
    font-size: 24px;
    color: #25A3E1;
    margin-right: 5px;
}

.b-header .social-dropdown .social-dropdown__item .ttl {
    font-weight: bold;
}

@media all and (max-width: 980px) {
    .social-dropdown {
        right: 0;
        top: 40px;
    }
}

.b-main-wrap.b-main-wrap__100 {
    width: 100%;
}

.b-header-panel {
    display: none;
}

@media all and (min-width: 1330px) {
    .b-header .wrap {
        box-sizing: border-box;
        padding-left: 170px;
    }

    .b-header-panel {
        position: absolute;
        top: 0;
        left: 30px;
        display: flex;
        align-items: center;
        height: 80px;
    }
}

@media all and (max-width: 1329px) {
    .b-header .wrap {
        box-sizing: border-box;
        padding-left: 140px;
        margin: 0;
    }

    .b-header-panel {
        position: absolute;
        top: 0;
        left: 10px;
        display: flex;
        align-items: center;
        height: 80px;
    }

    .b-nav-cart {
        right: 10px;
    }

    .b-header-nav-item {
        margin-right: 15px;
    }
}

@media all and (max-width: 980px) {
    .b-header-panel,
    .b-nav-cart {
        display: none !important;
    }
}


@media all and (min-width: 981px) {
    .b-nav-mobile {
        display: none !important;
    }
    .b-header {
        left: 0;
        width: 100%;
        min-width: 980px;
        z-index: 500;
    }

    .b-header-panel__logo {
        order: 1;
        display: block;
        width: 118px;
        height: 45px;
        margin-right: 24px;
        color: inherit;
    }

    .b-header-panel__logo > IMG {
        display: block;
        width: 118px;
        height: 25px;
    }

    .b-header-panel__logo > SPAN {
        float: right;
        margin: 10px 15px 0 0;
        font-family: Arial, sans-serif;
        font-size: 10px;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        cursor: default;
    }

    .b-header-panel .b-nav-cart {
        order: 3;
        position: relative;
        top: auto;
        left: auto;
        width: 40px;
        height: 40px;
        margin: 0;
    }

    .b-header-panel .b-nav-cart .label {
        display: none;
    }

    .b-header-catalog {
        position: relative;
        display: flex;
        align-items: center;
        order: 2;
        height: 40px;
        margin-top: -10px;
    }

    .b-header-panel__catalog {
        display: flex;
        align-items: center;
        height: 20px;
        color: #1e1e1e;
        font-size: 10px;
        line-height: 19px;
        font-weight: 800;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    .b-header-panel__catalog .ico {
        width: 28px;
        height: 15px;
        margin-right: 10px;
    }

    .b-header-catalog__dropdown {
        position: absolute;
        top: 30px;
        left: 0;
        width: 610px;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition: visibility 0s 0.2s, opacity 0.2s, transform 0.2s;
        z-index: 1000;
    }

    .b-header-catalog:hover .b-header-catalog__dropdown,
    .b-header-catalog:focus-within .b-header-catalog__dropdown {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        transition: visibility 0s, opacity 0.2s, transform 0.2s;
    }

    .b-header-catalog-menu {
        position: relative;
        width: 250px;
        /*min-height: 360px;*/
        padding: 18px 0;
        background: #1e1e1e;
        box-shadow: 0 12px 30px rgba(30, 30, 30, 0.18);
        color: #fff;
        overflow: visible;
    }

    .b-header-catalog-menu__item {
        position: static;
    }

    .b-header-catalog-menu__title {
        position: relative;
        display: block;
        padding: 10px 38px 10px 26px;
        color: #fff;
        font-size: 13px;
        line-height: 18px;
        font-weight: 800;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    .b-header-catalog-menu__title:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 22px;
        width: 7px;
        height: 7px;
        margin-top: -4px;
        border-top: 2px solid currentColor;
        border-right: 2px solid currentColor;
        transform: rotate(45deg);
    }

    .b-header-catalog-menu__item:hover .b-header-catalog-menu__title,
    .b-header-catalog-menu__item:focus-within .b-header-catalog-menu__title {
        background: #fdca00;
        color: #1e1e1e;
    }

    .b-header-catalog-menu__sublist {
        position: absolute;
        top: 0;
        left: 250px;
        display: none;
        width: 300px;
        min-height: 360px;
        max-height: calc(100vh - 90px);
        overflow-y: auto;
        padding: 22px 30px;
        background: #2a2a2a;
        box-shadow: 12px 12px 30px rgba(30, 30, 30, 0.16);
        box-sizing: border-box;
    }

    .b-header-catalog-menu__item:hover .b-header-catalog-menu__sublist,
    .b-header-catalog-menu__item:focus-within .b-header-catalog-menu__sublist {
        display: block;
    }

    .b-header-catalog-menu__sublist LI + LI {
        margin-top: 10px;
    }

    .b-header-catalog-menu__sublist A {
        color: inherit;
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
        letter-spacing: 0;
    }

    .b-header-catalog-menu A:hover {
        color: #fdca00;
    }
}

.questCheckbox{
    width:100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
#checkQuestion{
	margin-right:5px;
}
.b-nav-toggle .con {
    height: 210px;
    -webkit-clip-path: polygon(0 0,0 100%,100% 0);
    clip-path: polygon(0 0,0 100%,100% 0);
    overflow: hidden;
}
.b-nav-toggle .back {
    position: absolute;
    top: 0;
    right: -20px;
    width: 150.263%;
    padding-top: 280.993%;
    background: #fdca00;
    transform-origin: 100% 0;
    transform: rotate(28deg);
}
.b-nav-toggle .cart {
    position: absolute;
    top: 75px;
    left: 10px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 8px 7px;
    box-sizing: border-box;
    border-radius: 15px;
    background: #1e1e1e;
    color: #fff;
}

@media (max-width: 980px){
	.b-nav-cart {
		top: 0;
		left: 10px;
		margin-top: 75px;
		width: 145px;
		height: 30px;
	}
    .b-tilecategories-list .b-tilecategories-item .back {
        display: none !important;
    }
    .b-tilecategories-item .title {
        color: #1e1e1e !important;
    }
}
@media (max-width: 980px){
	.b-nav-primary .main .title {
		padding: 6px 0 6px 6px;
        font-size: 18px;
        line-height: 1.3;
	}
    .b-nav-primary .extra LI .title {
        font-size: 18px;
        line-height: 1.3;
    }
}
/*@media (max-width: 980px){
	.b-nav-search .field.active {
		margin-right: 0;
		width: 210px;
	}
	.b-nav-search .field.active {
		width: 210px;
	}
}*/
@media (max-width:979px){
.b-articul-buy .b-articul-pricegroup .value._eur,
.b-articul-buy .b-articul-pricegroup .value._usd {font-size:16px;}
.history-back {float:none;margin-bottom: 10px;}
}
/* ------------------ SEARCH --------------------- */
.search-page {width:100%;max-width:600px;box-sizing:border-box; font-size: 13px;line-height: 24px;}
.search-page * {box-sizing: border-box;}
.search-page form {position:relative;}
.search-page form input {width:100%;height:34px;border:1px solid #e2e2e2;border-radius:20px;padding: 0 30% 1px 15px;outline: none;}
.search-page form select {width: 200px;height: 34px;border: 1px solid #e2e2e2;border-radius: 0 20px 20px 0;padding: 0 100px 0 15px;position: absolute;top: 0;right: 0;cursor:pointer;outline: none;}
.search-page form input[type="submit"] {width: 100px;padding: 0 15px;position: absolute;top: 0;right: 0;background-color: #fdca00;border:none;cursor:pointer}
.search-page p {position: relative;font-weight: 300;letter-spacing: .05em;color: #1e1e1e;}
.search-page > a {font-weight: 400;text-transform: uppercase;color: inherit;border-bottom: 1px solid;}
.search-page b {font-weight: bold;}
.search-page > hr {margin-top: 20px;border:none}
@media (max-width:480px){
.search-page form select {width:170px;padding: 0 80px 0 5px;}
.search-page form input[type="submit"] {width: 80px;}
}
/* ---------------- SOCIAL LINCS ----------------- */
@media (max-width:1040px){
.b-sharer ul li, .b-sharer._fixed ul li {position: absolute;}
.b-sharer._fixed._opened .con LI:nth-child(1) {transform: translate(-15px,-55px);}
.b-sharer._fixed._opened .con LI:nth-child(2) {transform: translate(-45px,-33px);}
.b-sharer._fixed._opened .con LI:nth-child(3) {transform: translate(-55px,0px);}
.b-sharer._fixed._opened .con LI:nth-child(4) {transform: translate(-45px,33px);}
.b-sharer._fixed._opened .con LI:nth-child(5) {transform: translate(-15px,55px);}
}

.b-footer-about { width:1200px; max-width:100%; }

a.search-page-params {
    border-bottom: 1px dashed blue;
    text-decoration: none;
}
div.search-page-params {
    margin-top: 6px;
}
.search-item-rate {font-size: 11px;}

.b-catalog-item-search {
    height: auto;
    width: 100%;
}
.b-catalog-item-search .con {
    height: auto;
    min-height: 121px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.b-catalog-item-search .image {
    float: none;
}
.b-catalog-item-search .title {
    float: none;
    width: 80%;
    margin: 0;
    padding-left: 15px;
    text-transform: none;
}
.b-catalog-item-search .title strong {
    text-transform: uppercase;
}
.b-catalog-item-search:before {
    display: none;
    content: none;
}
.search-page {
    max-width: 1024px !important;
}
.b-search {
    max-width: 1000px;
    width: 100%;
}

.b-content-100 {
    width: 100%;
}
.b-row {
    /*display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;*/
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.b-row:after {
    clear: both;
    content: '';
    display: table;
    margin-bottom: 30px;
}
.b-col-left {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 15px;
}
.b-col-right {
    float: right;
    text-align: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 15px;
}
.b-col-img {
    padding-top: 50px;
}
.b-content .b-row h2 {
    margin-top: 0;
}
.b-content .b-row h3 {
    margin-top: 0;
    text-align: left;
}
.b-content .b-row ul {
    margin-top: 5px;
}
.b-content .b-row li {
    margin-top: 2px;
}
.b-content .b-row b {
    font-weight: 700 !important;
}
.b-content .b-ul-cols {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
    padding: 0;
    margin: 0;
}
.b-content .b-ul-cols li {
    padding: 5px 10px;
    margin: 5px 1%;
    width: 31%;
    text-align: center;
    border: 1px solid #fdca00;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.b-content .b-ul-cols li:after {
    display: none;
    content: none;
}
.b-content .b-ul-cols li:nth-child(1) { width:47%; }
.b-content .b-ul-cols li:nth-child(2) { width:48%; }
@media (max-width:1460px)
{
    .b-footer-about {
        display: none;
    }
}
@media (max-width:568px)
{
    .b-footer-about {
        display: none;
    }
    .b-row {
        display: block;
    }
    .b-col-left,
    .b-col-right {
        width: 100%;
        padding: 0 0 20px;
    }
    .b-content .b-ul-cols li {
        padding: 5px 10px;
        margin: 0 0 15px;
        width: 100% !important;
        text-align: center;
        border: 1px solid #fdca00;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }
}
.b-nav-primary .main .title.no-before:before {
    width: 200px;
}


#subHeader2.color_black #goSearch,
#subHeader2.color_theme #goSearch{
    background: url(images/searchIcoH2W.png) 0 0 no-repeat transparent;
}

#subHeader5.color_black #goSearch,
#subHeader5.color_theme #goSearch,
#subHeader6.color_black #goSearch,
#subHeader6.color_theme #goSearch,
#subHeader7.color_black #goSearch,
#subHeader7.color_theme #goSearch,
#subHeader9.color_black #goSearch,
#subHeader9.color_theme #goSearch{
    background: url(images/searchIcoH5W.png) 0 0 no-repeat transparent;
}

#searchResult{
    border: 1px solid rgba(226,226,226,.75);
    background-color: #ffffff;
    position: absolute;
    display: none;
    height: auto;
    z-index: 999;
    width: 100%;
    top: 130px;
    left: 0;
}

#subHeader2 #searchResult{
    top: 102px;
}

#subHeader2 #searchOverlap{
    top: 172px;
}

#searchResult .topSearch-title{
    text-transform: uppercase;
    background-color: #ffffff;
    position: relative;
    text-align: left;
    line-height: 55px;
    font-size: 16px;
    height: 55px;
    margin: 0px;
    padding-left: 20px;
}

#searchResult.visible{
    display: block;
}

#searchResult .productList{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    padding: 0 24px;
}

#searchResult .item{
    width: 14.285%;
}

#searchResult .searchAllResult{
    -webkit-transition: all 0.2 ease-in-out;
    -o-transition: all 0.2 ease-in-out;
    transition: all 0.2 ease-in-out;
    border-top: 1px solid #e7e8ea;
    background-color: #f3f3f3;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    text-align: center;
    line-height: 55px;
    font-size: 14px;
    display: block;
    color: #000000;
    height: 55px;
}

#searchResult .searchAllResult:hover{
    background-color: #eeeeee;
}

#searchResult .searchAllResult span{
    border-bottom: 1px dashed #000000;
    padding-bottom: 4px;
}

#searchResult .errorMessage{
    margin: 24px 36px 24px 36px;
    text-align: center;
    font-size: 14px;
    color: #000000;
}

#searchResult .b-catalog-item {
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    margin: 0 !important;
}

#searchProductsClose{
    background: url(images/exit.png) 0 0 no-repeat transparent;
    position: absolute;
    margin-top: -9px;
    display: block;
    height: 18px;
    width: 18px;
    right: 24px;
    top: 50%;
}

#searchProductsClose:hover{
    background-position: -18px 0;
}

#searchProductsClose:active{
    background-position: -36px 0;
}

@media all and (max-width: 1200px){
    #topSearchLine.color_black #goSearch{
        background: url(images/searchIcoH5W.png) 0 0 no-repeat transparent;
    }
}

.bx-pagination {
    margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
    text-align: center;
    position: relative;
}
.bx-pagination .bx-pagination-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
    display: inline-block;
    margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
        -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
         -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
            transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    background: #eff0f1;
    padding: 0 8px;
    display: block;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    color: #444;
    font-size: 14px;
    border-radius: 16px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
    text-decoration: none;
    display: block;
    border-radius: 16px;
    display: block;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    color: #444;
    vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
    background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
/*      background: #ff9601;
    color: #fff;*/
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 0 18px;
    color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
    color: #aab1b4;
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
    background: #fff;
    border-color: #DADADA;
    color: #000;
}

@media all and (max-width: 1920px){

    #searchResult .item{
        width: 16.666666%;
    }
}


@media all and (max-width: 1600px){
    #searchResult .item{
        width: 20%;
    }
}

@media all and (max-width: 1300px){
    #searchResult .item{
        width: 25%;
    }
}

@media all and (max-width: 1024px){
    #searchResult .item{
        width: 33.33333%;
    }
}

@media all and (max-width: 790px){
    #searchResult .item{
        width: 50%;
    }
}

@media all and (max-width: 600px){
    #searchResult .item{
        width: 100%;
    }
}

.b-doc-item .params LI:before {
    display: none !important;
    content: none !important;
}

.seo-wrapper {
    padding: 60px 0 30px;
}
.seo-wrapper p {
    margin: 0 0 9px;
    color: #666 !important;
    font-size: 11px !important;
    line-height: 17px !important;
}
.seo-wrapper h2 {
    color: #666 !important;
    font-size: 13px !important;
    line-height: 17px !important;
    margin: 0 0 4px;
    font-weight: 600;
}
.seo-wrapper strong, .seo-wrapper b {
    font-weight: 600;
}


.change_price_panel {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    height: 35px !important;
    background: scroll #777f8c url(/bitrix/js/main/core/images/panel/top-panel-sprite-2.png) repeat-x 0 -1250px !important;
}

.change_price_panel ul {
    display: flex;
    margin: 0 auto;
    width: 980px;
    padding: 0;
    list-style-type: none;
}
.change_price_panel ul li {
    padding: 10px 15px 0;
    list-style-type: none;
    margin: 0;
    font-size: 14px;
    color: #000;
}
.change_price_panel b {
    font-weight: 700;
}

.change_price_panel form {
    display: inline-block;
    margin-top: -5px;
}
.change_price_panel input {
    display: inline-block;
    border: 1px solid #000;
    height: 20px;
    outline: none;
    color: #000;
    width: 100px;
    box-sizing: border-box;
    margin-right: 8px;
}
.change_price_panel select {
    display: inline-block;
    border: 1px solid #000;
    height: 20px;
    outline: none;
    color: #000;
    width: 50px;
    box-sizing: border-box;
    margin-right: 8px;
}
.change_price_panel input[type=submit] {
    cursor: pointer;
}

@media ( max-width:980px ) {
    .change_price_panel { display: none; }
}

/*ins, .mrg-tag {
    display: none !important;
}*/


.b-articul-text ol {
    list-style: decimal;
    padding-left: 20px;
}
.b-articul-text ol li {
    padding-left: 5px;
}

.b-articul-text ul {
    margin-bottom: 5px;
}

.b-articul-text ul li {
    margin-top: 0;
}


.landpage__wrapper {
  width: 100%;
}

.landpage__header {
    padding: 80px 230px;
    margin: 0 auto;
}

.landpage__header h1 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 800;
    letter-spacing: .05em;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.landpage__header h2 {
    margin-top: 24px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
}

.landpage__header__description {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: .05em;
    width: 100%;
}

.landpage__image-present {
    padding-left: 230px;
    background: #0070a2;
}
.landpage__image-present img {
    display: block;
    width: 100%;
}

@media (max-width: 980px) {
    .landpage__header {
        padding: 40px 30px 40px 100px;
    }
    .b-main-wrap.b-main-wrap__100 {
        margin: 0;
    }
    .landpage__image-present {
        padding-left: 100px;
    }
}

@media (max-width: 500px) {
    .landpage__header {
        padding-left: 50px;
    }
    .landpage__image-present {
        padding-left: 0;
    }
}

.b-catalog-item .price .value>SPAN {
    white-space: nowrap;
}


@media (max-width: 980px) {
    /*.b-promo-main,
    .b-promo-nav,*/
    .b-footer-about {
        display: none;
    }

    .b-promo-content {
        top: 40px;
    }

    .b-promo {
        height: 500px;
        margin-bottom: 0;
    }

    .b-tilearticles._oneline {
        height: auto;
    }

    .b-tilearticles._oneline .list {
        position: relative;
        padding: 0;
    }

    .b-tilearticles._oneline .item {
        display: block;
        margin: 0 auto !important;
    }

    .b-footer-main {
        position: relative;
    }

    .b-brands .list {
        position: relative;
        width: 100%;
        max-width: 100%;
        padding: 45px 0 30px;
        white-space: normal;
    }

    .b-brands .main {
        height: auto;
    }

    .b-brands .list li {
        margin: 3px 30px !important;
        height: 40px;
        overflow: hidden;
    }

    .b-brands .scrollbar {
        display: none;
    }

}

.b-content-center {
    text-align: center;
    padding-top: 30px;
}


.b-catalog-list__page {
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.b-catalog-list__page li {
    margin: 0 !important;
    padding: 0 !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33%;
    height: auto;
}
.b-catalog-list__page li:before,
.b-catalog-list__page li:after {
    content: none !important;
}

.b-catalog-list__page .b-catalog-item .con {
    position: relative;
    display: block;
    margin: 0;
    box-sizing: border-box;
    background: 0 0;
    color: #1e1e1e;
    transition: background .3s, color .3s;
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 980px) {
    .b-catalog-list__page {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .b-catalog-list__page li {
        width: 50%;
    }
    .b-catalog-list__page .b-catalog-item .image {
        left: 50%;
        margin-left: -60px;
    }
    .b-catalog-list__page .b-catalog-item .title {
        width: 100%;
        text-align: center;
    }
    .b-catalog-list__page .b-catalog-item .price {
        width: auto;
        right: 20px;
        text-align: center;
    }
}

.b-heading-title a,
a > h2 {
    color: #1e1e1e;
}

.b-catalog-homepage .b-heading-title {
    text-align: center;
}

.b-catalog-btn-more {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}

.b-catalog-btn-more a {
    border: 1px solid transparent !important;
}

.b-tilearticles .b-heading-title a, .b-tilearticles a > h2 {
    color: #fff;
}

.b-order-items {
    width: 100%;
    max-width: 800px;
    border-width: 0 1px;
    border-style: solid;
    border-color: rgba(226,226,226,.75);
    margin: 20px auto;
}

.b-order-items td {
    border-width: 1px 0;
    border-style: solid;
    border-color: rgba(226,226,226,.75);
    padding: 15px;
    vertical-align: middle;
    background: rgba(255,255,255,.75);
}

.b-order-items .name {
    font-size: 13px;
    line-height: 20px;
    font-weight: 800;
    text-transform: uppercase;
    color: #1e1e1e;
    text-decoration: none;
    border-bottom: 1px solid rgba(30,30,30,.5);
    display: inline-block;
}

.b-order-items .price,
.b-order-items .amount {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500; 
}
.b-order-items .summ {
    font-size: 12px;
    line-height: 20px;
    font-weight: 800;
}

.b-items-in-order {
    padding-top: 40px;
}

form._loading {
    position: relative;
}
form._loading:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,.5) url(/assets/img/preloader.gif) 50% 50% no-repeat;
    content: '';
    z-index: 10;
}

.b-doc-item .b-file .subtitle {
    max-height: 38px;
    overflow: hidden;
}

@media( min-width: 1025px ) {
    .b-doc-list__price {
        display: flex;
        flex-wrap: wrap;
    }
    .b-doc-list__price .b-doc-item {
        height: 80px;
        width: 50%;
        border: 1px solid rgba(226,226,226,.75);
    }
    .b-doc-list__price .b-doc-item .b-file {
        width: 100%;
        box-sizing: border-box;
        padding-left: 50px;
        height: 50px;
    }
    .b-doc-list__price .b-doc-item .b-file .main {
        width: 40px;
        height: 40px;
        padding: 8px 0;
    }
    .b-doc-list__price .b-doc-item .b-file .main > span {
        font-size: 9px;
        line-height: 1;
    }
    .b-doc-list__price .b-doc-item .b-file .main:after {
        transform: scale(0);
        top: 10px;
        left: 12px;
    }
    .b-doc-list__price .b-doc-item:hover .b-file .main:after {
        transform: scale(0.5);
    }
}

@media( max-width: 1024px ) {
    .b-doc-list__price .b-doc-item .b-file {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    .b-doc-list__price .b-doc-item .con:before {
        display: none;
        content: none;
    }
}

.b-articul__detail-image {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.b-catalog-list .b-catalog-item .title {
    max-height: 100px;
    overflow: hidden;
}

.b-content__sale-price__container {
    font-size: 14px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    gap: 10px;
}

.b-content__sale-price__container.position-is-right {
    flex-direction: row-reverse;
}

.b-content__sale-price__container .sale-price__images {
    width: 335px;
    flex-shrink: 0;
}

.b-content__sale-price__container .sale-price__images img {
    margin-bottom: 10px;
    display: block;
    max-width: 100%;
}

.b-content__sale-price tr:nth-child(even) {background: #e7e7e7}
.b-content__sale-price td { padding:5px }

.b-content__sale-price .row-phones {
    display: flex;
}

.b-content__sale-price .col-phones {
    width: 50%;
    font-weight: bold;
}

.b-content__sale-price .col-phones a {
    font-weight: bold;
}

@media (max-width: 980px) {
    .b-content__sale-price__container {
        flex-direction: column !important;
    }
    .b-content__sale-price__container .sale-price__images {
        width: auto;
    }
    .block-with-padding {
        padding: 0 !important;
    }
}

.b-articul-text-detail h2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.b-articul-text-detail ul ul {
    padding-left: 30px;
}

.b-articul-text-detail ul ul li::before {
    width: 6px;
}

.b-articul-text-detail ul ul li {
    margin-top: 0;
}

.b-modal-info {
    position: fixed;
    text-align: center;
    background: rgba(253, 202, 0, 0.7);
    padding: 11px 80px;
    z-index: 1050;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #1e1e1e;
    font-size: 13px;
    box-sizing: border-box;
    line-height: 1.3;
}

.b-modal-info a {
    color: #1e1e1e;
    font-weight: bold;
}

.b-modal-info span {
    white-space: nowrap;
}

.b-modal-info-wrapper {
    position: relative;
}

.b-modal-info-close {
    position: absolute;
    right: -20px;
    top: 50%;
    z-index: 1060;
    margin-top: -8px;
    cursor: pointer;
}

.b-modal-info-close svg {
    width: 8px;
    height: 8px;
}

.table__sale td:nth-child(4),
.table__sale td:nth-child(5) {
    display: none !important;
}

.b-footer-main .social .telegram {
    color: #fff;
    background: #25A3E1;
    border-color: #25A3E1;
}

.b-footer-main .social .telegram i {
    font-size: 20px;
    vertical-align: middle;
}

.b-footer-main .social .telegram i::before {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.b-footer-main .social .telegram:hover {
    background: 0 0;
    color: #25A3E1;
}

.b-footer-main .social .whatsapp {
    color: #fff;
    background: #65CF72;
    border-color: #65CF72;
}

.b-footer-main .social .whatsapp i {
    font-size: 26px;
    vertical-align: middle;
}

.b-footer-main .social .whatsapp i::before {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.b-footer-main .social .whatsapp:hover {
    background: 0 0;
    color: #65CF72;
}

.b-course-info {
    text-align: center;
    background: rgba(253,202,0,.9);
    padding: 11px 20px;
    color: #1e1e1e;
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: bold;
    display: none !important;
}

.b-params.b-params-addi DT {
    width: 65%;
}
.b-params.b-params-addi DD {
    width: 30%;
    margin-left: 4%;
}
.b-params.b-params-addi DT>SPAN:before {
    width: 1000px;
}

.b-action.b-action-mobile {
    display: none;
}

.b-action-home {
    margin-bottom: 60px;
    margin-top: -400px;
}

.b-action-home .wrap {
    width: 100%;
}

.b-action-home .type {
    top: 10px;
    right: 30px;
}

.b-action-home .promo-slider-b:after,
.b-action-home .promo-slider-b:before {
    height: 700px;
    transform: rotate(15deg);
    width: 400px;
}

.b-action-home .promo-slider-b {
    height: 670px;
}

.b-action-home .promo-slider-item {
    height: 590px;
}

.b-action-home .b-action-image {
    display: block;
    max-width: 100%;
    margin-bottom: 15px;
}

@media (max-width: 980px) {
    .b-action.b-action-home {
        display: none;
    }
    .b-action.b-action-mobile {
        display: block;
    }
}


.b-articul-drawing-pdf a {
    display: block;
    background: #fdca00;
    font-size: 12px;
    font-weight: 800;
    padding: 10px;
    text-align: center;
    color: #1e1e1e;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: background .3s, color .3s;
    line-height: 16px;
}
.b-articul-drawing-pdf a i {
    margin-right: 10px;
    font-size: 16px;
}
.b-articul-drawing-pdf a:hover,
.b-articul-drawing-pdf a:focus {
    color: #fff;
    background: #1e1e1e;
}


/****************************
 *          LP              *
 ****************************/
.b-content-lp {
    margin-bottom: 40px;
}
.b-content-lp p a {
    font-weight: 700;
}
.b-content-lp h2 {
    margin-bottom: 20px;
    text-align: left;
}
.b-content-lp h3 {
    margin-top: 15px;
}
.b-content-lp section {
    margin: 20px 0;
}
.b-content-lp img {
    font: unset;
}
.b-content-lp img.with-border {
    display: block;
    border: 2px solid #000;
    overflow: hidden;
}

.b-content-lp img.margin-auto {
    display: block;
    margin: 0 auto;
}

.b-content-lp .lp-prod {
    border-bottom: 1px solid rgba(226, 226, 226, 0.75);
    padding: 0 20px 30px;
    width: 50%;
}

.b-content-lp .lp-prod.lp-prod-3 {
    width: 33.333%;
}

.b-content-lp .table {
    margin: 0;
    width: 100%;
    border-left: 1px solid rgba(226, 226, 226, 0.75);
    border-right: 1px solid rgba(226, 226, 226, 0.75);
    border-bottom: 1px solid rgba(226, 226, 226, 0.75);
}

.lp-promo-callback {
    position: relative;
    background: url('/assets/img/bg1.jpg');
    padding: 45px;
}

.lp-promo-callback .lp-promo-title {
    color: #FDCA00;
    padding: 0;
    margin: 0 0 40px;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 500;
}

.lp-promo-callback .lp-promo-subtitle {
    color: #FDCA00;
    margin: 0 0 40px;
    font-size: 24px;
    text-transform: uppercase;
}

.lp-promo-callback .lp-promo-info {
    color: #FDCA00;
    font-size: 22px;
}

.lp-promo-callback .lp-promo-callback-btn {
    display: block;
    position: absolute;
    font-size: 28px;
    font-weight: 600;
    color: #FDCA00;
    text-transform: uppercase;
    padding: 15px 25px;
    border: 2px solid #FDCA00;
    top: 50%;
    right: 35px;
    background: unset;
    margin-top: -29px;
}

@media (max-width: 980px) {
    .b-content-lp {
        padding: 0 20px;
        width: auto;
    }
    .b-content-lp .scrolling-title {
        display: none;
    }
    .lp-promo-callback {
        padding: 20px;
    }
    .lp-promo-callback .lp-promo-title {
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 1.2;
        text-align: center;
    }
    .lp-promo-callback .lp-promo-subtitle {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 20px;
        text-align: center;
    }
    .lp-promo-callback .lp-promo-info {
        font-size: 18px;
        line-height: 1.2;
        text-align: center;
    }
    .lp-promo-callback .lp-promo-callback-btn {
        position: static;
        margin: 20px auto 0;
        font-size: 20px;
        padding: 10px 25px;
    }
    .b-content-lp .lp-prod {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }
}


.b-articul-filelist {
    padding-top: 30px;
}

.b-articul-filelist .b-filelist {
    margin: 0;
    width: 100%;
}

.b-articul-filelist .b-filelist .b-file {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    margin: 15px 0 0;
    gap: 20px;
    text-decoration: none;
}

.b-articul-filelist .b-file .main {
    width: 100px;
}

.b-articul-filelist .b-file .title {
    margin-top: 0;
    line-height: 1.4;
    font-size: 13px;
}

.b-articul-filelist .b-file .info {
    line-height: 1.4;
    width: inherit;
}

.b-articul-filelist .b-file .subtitle,
.b-articul-filelist .b-file .type {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.4;
}

.b-articul-filelist .b-file .main > SPAN {
    font-size: 12px;
}

.b-articul-filelist-grid .b-heading-title {
    text-align: center;
}

.b-articul-filelist-grid .b-filelist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

@media (max-width: 680px) {
    .b-articul-filelist-grid .b-filelist {
        grid-template-columns: 1fr;
    }
}

.nca-cookiesaccept-line > div {
    justify-content: center;
}
