* {
    box-sizing: border-box;
}
.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}
/*
ul li {
    list-style: none !important;
}
ul {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
ul,
p {
    margin: 0;
    padding: 0;
}*/


/*  Виджет  KTS     */
.size-mobile {
    left: 10px !important;
    bottom: 5px !important;
}
/*  Виджет  KTS     */

/*  Справочник по ГОСТ  */
.content-info-gosts {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    
}
.content-info-gosts .gosts-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.content-info-gosts .gosts-block {
    width: 100%;
}

.content-info-gosts .gosts-block h2.subtitle {
    margin: 0;
    font-size: 14px;
}
.content-info-gosts .gosts-block--link {
    padding: 5px;
    margin-bottom: 5px;
}
.content-info-gosts .gosts-block--link:hover {
    box-shadow: 0 0 3px rgb(88, 88, 88);
}
.content-info-gosts .gosts-block--link:active {
    box-shadow: 0 0 3px rgb(241, 72, 72);
}
.content-info-gosts .gosts-block--link:focus {
    box-shadow: 0 0 3px rgb(241, 72, 72);
}
.content-info-gosts .gosts-block--link img {
    width: 100%;
    margin: 0 auto;
}

/*  Справочник по ГОСТ  */
.cable {
    width: 100%;
    max-width: 1240px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cable h1 {
    font-size: 22px;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
}
.cable-blocks {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    margin-bottom: 19px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}
.cable-link-title {
    width: 100%;
}
h2.cable-title {
    width: 100%;
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
}
.cable-img {
    width: 220px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 0 3px #ccc;
}
.formula-img img{
    display: block;
    margin: 0 auto;
}
.cable-text {
    margin: 0;
    padding: 0;
    font-size: 16px;
    margin-bottom: 15px;
    text-indent: 15px;
}
.cabel-text {
    font-size: 14px;
    font-style: normal;
}
.cabel-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.cabel-item {
    padding: 2.5px 5px;
    width: 50%;
    box-sizing: border-box;
    position: relative;
}
.cabel-link {
    text-decoration: none;
    color: rgb(59, 59, 59);
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, sans-serif !important;
    padding-left: 8px;
    width: 100%;
    display: inline-block;
}
.cabel-link::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: rgb(3, 3, 3);
    border-radius: 50%;
    position: absolute;
    top: 42%;
    left: 0;
}

.cabel-link:hover,
.cabel-link:focus {
    color:#313131;
    text-decoration: underline;
    background: #dfdfdf;
}
.cabel-link:active {
    color:#0585fd;
    text-decoration: underline;
    background: #dfdfdf;
}

/*  Стили для ГОСТов  */
.content-gost {
    width: 100%;
    max-width: 1200px;
    font-family: Arial, Tahoma, sans-serif;
    letter-spacing: 0.4px;
    padding: 15px 10px;
    margin: 0 auto;
}
/*  Text    */
.page-title {
    font-size: 18px;
    font-weight: bold;
    font-family: inherit;
}
.subtitle-gost {
    font-weight: bold;
    font-family: inherit;
}
h1.subtitle-gost {
    font-size: 18px;
    text-align: right;
}
h2.subtitle-gost {
    font-size: 16px;
    text-align: center;
}

.base-text {
    font-size: 14px;
}
.text-center {
    text-align: center;
}
.itallic-text {
    font-style: italic;
}
.bold-text {
    font-weight: bold;
}
.upper-text {
    text-transform: uppercase;
}
.date-insert {
    text-align: right;
}
.example-text {
    font-style: italic;
    text-align: center;
    color:rgb(59, 59, 59);
}
.example-text-line {
    font-size: 12px;
    text-indent: 25px;
    color:#555555;
    text-align: left !important;
    font-style: normal;
    border-top: 1px solid block;
}
.predislovie {
    font-weight: bold;
    text-align: center;
}
/*  End Text    */


/* Блоки */
.date-code {
    display: flex;
    box-sizing: border-box;
}
.date-code--left,
.date-code--right {
    width: 50%;
    font-size: 12px;
}
.date-code--left {
    padding-right: 5px;
    text-align: left;
}
.date-code--right {
    padding-left:  5px;
    text-align: right;
}
/* Блоки в ГОСТах  */
.content-gost .inner-block,
.content-gost .entry-block,
.content-gost .sortament-block,
.content-gost .tech-block,
.content-gost .rules-block,
.content-gost .test-methods-block,
.content-gost .tranportaion-block,
.content-gost .last-block {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
.img-wrapper {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
.img-wrapper img {
    display: block;
    width: 90%;
    margin: 0;
    padding: 0;
    margin: 0 auto;
}
/* Блоки в ГОСТах  */

/* Блоки */

/*  Списки */
.base-list li {
    list-style-type: none;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    font-size: 13px;
    line-height: 16px;
}
.content-gost .base-list li {
    font-size: 14px;
}

.inner-list {
    padding-left: 10px;
}
.subinner-list {
    padding-left: 10px;
    padding-top: 5px;
}
.subinner-list li {
    list-style-position: inside;
    list-style-type: disc;
}
.terms-list dt {
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 14px;
}
.terms-list dd {
    margin: 0;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

.inner-block .base-list li,
.entry-block .base-list li,
.sortament-block .base-list li,
.tech-block .base-list li,
.rules-block .base-list li,
.test-methods-block .base-list li,
.tranportaion-block .base-list li,
.last-block .base-list li {
    text-indent: 10px;
}

/* End Списки */
/* Таблицы  */
.table-wrapper {
    margin-bottom: 20px;
}
.base-table th{
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}
.base-table td {
    padding: 3px;
}
.base-table td {
    font-size: 12px;
}
/*  Стили для ГОСТов  */

/*  Блок накопительный кэшбек   */
.nakop-cashback {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px;
}
.nakop-cashback--banner {
    margin-bottom: 35px;
}
/*  Блоки   */
.nakop-cashback .offer-block--inner,
.nakop-cashback .cashback-block,
.nakop-cashback .conditions-block,
.nakop-cashback .partner-block {
    margin-bottom: 50px;
}
.nakop-cashback .offer-block--inner::after,
.nakop-cashback .cashback-block,
.nakop-cashback .conditions-block,
.nakop-cashback .partner-block {
    margin-bottom: 50px;
}
/*  Блоки   */

/* Текста */
.offer-inner-text,
.conditions-block--text {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.9px;
}
.conditions-block--text::after {
    content: '';
    display: block;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid black;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* Текста */
.conditions-block--note {
    font-size: 14px;
    color: rgb(141, 141, 141);
}
h1.nakop-cashback--subtitle,
h2.cashback-block--subtitle,
h2.conditions-block--subtitle,
h2.partner-block--subtitle {
    text-align: center;
    margin-bottom: 20px;
}
h1.nakop-cashback--subtitle {
    font-size: 24px;
}
h2.cashback-block--subtitle,
h2.conditions-block--subtitle,
h2.partner-block--subtitle {
    font-size: 22px;
    text-transform: uppercase;
}
h3.percent-block--subtitle {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

/*  Блок проценты   */
.offer-block--percent {
    width: 100%;
    box-sizing: border-box;
}
.percent-block--list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.percent-block--item {
    box-sizing: border-box;
    margin-bottom: 25px;
    width: 100%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.percent-block--item span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    font-size: 50px;
    font-weight: bold;
    outline: 1px solid black;
    margin-bottom: 5px;
    color: #c58a00;
    background-color: #123e7e;
    border-radius: 50%;
    margin-bottom: 20px;
    box-shadow: 0 0 5px 5px #6193dd, 0 0 10px 10px #8bb4f1, 0 0 15px 20px #b9d4fc;
}
/*  Блок накопительный кэшбек   */

/*  Блок партнёры   */

.partner-block {
    width: 100%;
}

.partner-block--list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nakop-cashback .partner-block--list .partner-block--item {
    list-style: none !important;
}

.partner-block--item img {
    display: block;
    width: 80%;
    padding: 10px;
    margin: 0 auto;
}
.partner-block--item span {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    display: none;
    width: 100%;
}

/*  Блок партнёры   */

/*  Попап баннер  */
.small-popup-banner {
    width: 100%;
    max-width: 500px;
    display: block;
}
.small-popup-banner img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 7px 3px #ababab;
}
/*  Попап баннер  */

@media only screen and (min-width: 320px) {
    .cable h1 {
        font-size: 24px;
    }
    h2.cable-title {
        font-size: 20px;
    }
    .cable-text {
        font-size: 16px;
    }
    .cabel-link {
        font-size: 14px;
        font-weight: bold;
    }
    /*  Справочник по ГОСТ  */

    .content-info-gosts .gosts-block {
        width: 50%;
    }

    .content-info-gosts .gosts-block h2.subtitle {
        font-size: 14px;
    }

    /*  Справочник по ГОСТ  */

    /*  Накопительный кэшбек    */
        /* Текста */
        
    h1.nakop-cashback--subtitle,
    h2.cashback-block--subtitle,
    h2.conditions-block--subtitle,
    h2.partner-block--subtitle {
        text-align: center;
        margin-bottom: 20px;
    }
    h1.nakop-cashback--subtitle {
        font-size: 28px;
        line-height: 130%;
        letter-spacing: 0.5px;
    }
    h2.cashback-block--subtitle,
    h2.conditions-block--subtitle,
    h2.partner-block--subtitle {
        font-size: 24px;
        margin-bottom: 40px;
        line-height: 150%;
    }
    h3.percent-block--subtitle {
        font-size: 18px;
        letter-spacing: 0.5px;
    }
    .offer-inner-text,
    .conditions-block--text {
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.8px;
    }
    /*  Накопительный кэшбек    */
    
    /*  Попап баннер  */
    .small-popup-banner {
        width: 100%;
        max-width: 500px;
    }
    .small-popup-banner img {
        display: block;
        width: 100%;
        height: auto;
    }
    /*  Попап баннер  */
}
@media only screen and (min-width: 360px) {
    .cable-img {
        width: 265px;
    }
    .cabel-item {
        width: 33.3%;
    }
    /*       ГОСТы    */
    h1.subtitle-gost {
        font-size: 19px;
    }
    h2.subtitle-gost {
        font-size: 17px;
    }
    .content-gost .base-list li {
        font-size: 15px;
        margin-bottom: 10px;
    }
    /*       ГОСТы    */
    
    /*  Справочник по ГОСТ  */

    .content-info-gosts .gosts-block h2.subtitle {
        font-size: 16px;
    }

    /*  Справочник по ГОСТ  */

}
@media only screen and (min-width: 480px) {
    .cable-blocks {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .cable h1 {
        font-size: 26px;
    }
    h2.cable-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .cable-img {
        align-self: center;
        width: 200px;
    }
    .cable-text {
        width: 50%;
        padding: 5px 5px 5px 10px;
        box-sizing: border-box;
        margin-left: auto;
    }
    .cabel-link {
        font-size: 15px;
    }
    /*       ГОСТы    */
    h1.subtitle-gost {
        font-size: 20px;
    }
    h2.subtitle-gost {
        font-size: 18px;
    }
    .content-gost .base-list li {
        font-size: 16px;
    }
    /*       ГОСТы    */
    
    /*  Справочник по ГОСТ  */

    .content-info-gosts .gosts-block {
        width: 50%;
    }

    /*  Справочник по ГОСТ  */


    /*  Накопительный кэшбек    */
        /* Текста */
        h1.nakop-cashback--subtitle,
        h2.cashback-block--subtitle,
        h2.conditions-block--subtitle,
        h2.partner-block--subtitle {
            text-align: center;
            margin-bottom: 40px;
        }
        h1.nakop-cashback--subtitle {
            font-size: 30px;
        }
        h2.cashback-block--subtitle,
        h2.conditions-block--subtitle,
        h2.partner-block--subtitle {
            font-size: 26px;
        }
        h3.percent-block--subtitle {
            font-size: 22px;
        }
        .offer-inner-text,
        .conditions-block--text {
            font-size: 26px;
            letter-spacing: 0.6px;
        }
        .conditions-block--text::after {
            content: '';
            display: block;
            width: 80%;
            margin: 0 auto;
            border-bottom: 1px solid black;
            margin-top: 30px;
            margin-bottom: 30px;
        }
        .partner-block--list {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
        }
        .partner-block--item {
            width: 50%;
        }
        /*  Накопительный кэшбек    */
}
@media only screen and (min-width: 620px) {
    .cable-text {
        width: 60%;
    }
    .cabel-item {
        width: 25%;
    }
    .cabel-list {
        padding-top: 5px;
    }
    /*  ГОСТы   */
    .date-code--left,
    .date-code--right {
    font-size: 15px;
    }
    .content-gost .base-list li {
        font-size: 17px;
    }
    .content-gost h2.subtitle-gost {
        margin-bottom: 30px;
    }
    /*  Списки  */
    .content-gost .sortament-item.itallic-text {
        margin-top: 20px;
        margin-bottom: 20px;
        text-decoration: underline;
    }
    .content-gost .img-wrapper {
        padding: 10px 0;
    }
    /*  ГОСТы   */
    
    /*  Справочник по ГОСТ  */

    .content-info-gosts .gosts-block {
        width: 33%;
    }

    .content-info-gosts .gosts-block h2.subtitle {
        font-size: 14px;
    }

    /*  Справочник по ГОСТ  */

    
    /*  Накопительный кэшбек    */
        .nakop-cashback {
            padding: 20px;
        }
        /* Текста */
        .offer-inner-text {
            text-indent: 30px;
        }
        h1.nakop-cashback--subtitle,
        h2.cashback-block--subtitle,
        h2.conditions-block--subtitle,
        h2.partner-block--subtitle {
            text-align: center;
            margin-bottom: 40px;
        }
        h1.nakop-cashback--subtitle {
            font-size: 40px;
        }
        h2.cashback-block--subtitle,
        h2.conditions-block--subtitle,
        h2.partner-block--subtitle {
            font-size: 26px;
        }
        h3.percent-block--subtitle {
            font-size: 22px;
        }
        .offer-inner-text,
        .conditions-block--text {
            font-size: 28px;
        }
        .partner-block--list {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: flex-start;
            flex-wrap: wrap;
        }
        .partner-block--item {
            width: 50%;
        }
        
        /*  Блок проценты   */
        .percent-block--list {
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            align-items: center;
            flex-wrap: wrap;
        }
        .percent-block--item {
            margin-bottom: 35px;
            width: 33%;
            padding: 5px;
        }
        .percent-block--item span {
            width: 150px;
            height: 150px;
            margin-bottom: 30px;
        }
        h3.percent-block--subtitle {
            font-size: 20px;
        }
        /*  Накопительный кэшбек    */
}
@media only screen and (min-width: 768px) {
    .cable h1 {
        font-size: 30px;
    }
    h2.cable-title {
        font-size: 26px;
    }
    .cable-text {
        order: 2;
        font-size: 17px;
        margin-left: none;
        width: 100%;
        letter-spacing: 0.3px;
    }
    .cabel-list {
        width: 67%;
        margin-left: auto;
    }
    .cabel-item{
        width: 33.3%;
        list-style: circle;
        list-style-position: inside;
    }

    /*  ГОСТы   */

    .content-gost h1.subtitle-gost {
        font-size: 22px;
    }
    .content-gost h2.subtitle-gost {
        font-size: 20px;
    }
    .content-gost .base-list li,
    .content-gost .base-text {
        font-size: 18px;
    }
    .content-gost .base-list li {
        line-height: 120%;
        letter-spacing: 0.3px;
    }
    .content-gost .formula-img {
        padding: 10px 0;
    }

    /*  ГОСТы   */

    /*  Справочник по ГОСТ  */

    .content-info-gosts .gosts-block {
        width: 25%;
    }

    /*  Справочник по ГОСТ  */
    /*  Накопительный кэшбек    */
    .nakop-cashback {
        padding: 30px;
    }
    /* Текста */
    .conditions-block--note {
        font-size: 16px;
    }
    h1.nakop-cashback--subtitle,
    h2.cashback-block--subtitle,
    h2.conditions-block--subtitle,
    h2.partner-block--subtitle {
        text-align: center;
        margin-bottom: 50px;
    }
    h1.nakop-cashback--subtitle {
        font-size: 50px;
    }
    h2.cashback-block--subtitle,
    h2.conditions-block--subtitle,
    h2.partner-block--subtitle {
        font-size: 30px;
    }
    h3.percent-block--subtitle {
        font-size: 22px;
        display: block;
        width: 70%;
    }
    .offer-inner-text,
    .conditions-block--text {
        font-size: 30px;
    }
    .partner-block--item {
        width: 33%;
    }
    
    /*  Блок проценты   */
    .percent-block--item span {
        width: 180px;
        height: 180px;
        margin-bottom: 30px;
    }
    /*  Накопительный кэшбек    */
        
}
@media only screen and (min-width: 800px) {
    h2.cable-title {
        text-align: left;
    }
    .cable-text {
        font-size: 20px;
        padding: 15px 10px 10px;
        margin: 0;
    }
    .cable-img {
        width: 250px;
    }
    .cabel-list {
        width: 65%;
        margin-left: auto;
        padding-top: 10px;
    }
    .cabel-item {
        padding: 3.5px 5px;
    }
    .cabel-link {
        font-size: 16px;
    }
    /*  ГОСТы   */

    .content-gost {
        padding: 20px;
    }

    .content-gost h1.subtitle-gost {
        font-size: 24px;
        letter-spacing: 120%;
    }
    .content-gost h2.subtitle-gost {
        font-size: 22px;
        letter-spacing: 120%;
    }
    .content-gost h2.subtitle-gost + p {
        font-size: 16px;
    }
    .content-gost .base-list li,
    .content-gost .base-text {
        font-size: 19px;
    }

    .content-gost .date-code--left,
    .content-gost .date-code--right {
        font-size: 16px;
    }

    /*  ГОСТы   */

    /*  Справочник по ГОСТ  */

    .content-info-gosts .gosts-block h2.subtitle {
        font-size: 18px;
        letter-spacing: 1px;
    }

    /*  Справочник по ГОСТ  */

    /*  Накопительный кэшбек    */
    /* Текста */
    h3.percent-block--subtitle {
        font-size: 24px;
    }
    /*  Накопительный кэшбек    */
}
@media only screen and (min-width: 960px) {
    .cable-img {
        width: 260px;
    }
    /*  ГОСТы   */

    .content-gost {
        padding: 30px;
    }
    
    .date-code {
        padding: 20px;
    }

    .content-gost .date-code--left,
    .content-gost .date-code--right {
        font-size: 18px;
    }

    .content-gost .inner-block,
    .content-gost .entry-block,
    .content-gost .sortament-block,
    .content-gost .tech-block,
    .content-gost .rules-block,
    .content-gost .test-methods-block,
    .content-gost .tranportaion-block,
    .content-gost .last-block {
        margin-bottom: 60px;
    }

    .content-gost h1.subtitle-gost {
        font-size: 26px;
        letter-spacing: 1.5px;
    }
    .content-gost h2.subtitle-gost {
        font-size: 24px;
        letter-spacing: 1.5px;
    }
    .content-gost h2.subtitle-gost + p {
        font-size: 18px;
    }
    .content-gost .base-list li,
    .content-gost .base-text {
        font-size: 20px;
    }
    .content-gost .base-list li {
        letter-spacing: 0.9px;
        line-height: 140%;
        margin-bottom: 15px;
    }
    .content-gost .formula-img img {
        width: 200px;
        height: auto;
    }
    .content-gost .base64 {
        width: 20px;
        height: auto;
        vertical-align: middle;
    }
    .content-gost .base64-w50 {
        width: 50px;
        height: auto;
    }

    /*  ГОСТы   */

    /*  Накопительный кэшбек    */
    h2.cashback-block--subtitle,
    h2.conditions-block--subtitle,
    h2.partner-block--subtitle {
        font-size: 40px;
    }
    h3.percent-block--subtitle {
        font-size: 26px;
        width: 60%;
        letter-spacing: 0.8px;
        line-height: 130%;
    }
    .offer-inner-text,
    .conditions-block--text {
        font-size: 35px;
        padding-bottom: 25px;
    }
    
    /*  Блок проценты   */
    .percent-block--item span {
        width: 100px;
        height: 100px;
    }
    h3.percent-block--subtitle {
        font-size: 20px;
        width: 100%;
    }
    /*  Блок партнёры   */
    .partner-block--item {
        width: 50%;
    }
    /*  Накопительный кэшбек    */
}
@media only screen and (min-width: 1024px) {
    .cable-img {
        width: 265px;
    }
    .cabel-list {
        width: 70%;
    }
    .cabel-item {
        width: 25%;
    }
    h2.cable-title {
        margin-bottom: 25px;
    }
}
@media only screen and (min-width: 1240px) {
    .cabel-list {
        width: 74%;
    }
    .cable-text {
        font-size: 22px;
    }
    .cabel-link {
        font-size: 18px;
        width: 70%;
    }

    /*  ГОСТы   */

    .content-gost {
        padding: 40px;
    }

    .content-gost .img-wrapper {
        padding: 30px 15px;
    }

    /*  ГОСТы   */

    /*  Накопительный кэшбек    */
    /* Текста */
    h3.percent-block--subtitle {
        font-size: 24px;
        width: 60%;
    }
    
    /*  Блок проценты   */
   .percent-block--item span {
        width: 130px;
        height: 130px;
    }
    h3.percent-block--subtitle {
        font-size: 20px;
        width: 90%;
    }
    /*  Блок партнёры   */
    .partner-block--item {
        width: 50%;
    }
    /*  Накопительный кэшбек    */
}