.subt1 {
    color: #8B8B8B;
    font-size: 16px;
    margin-right: 15px;
}

.row2 {
    margin-top: 30px;
}

.dopb {
    box-sizing: border-box;
    min-height: 105px;
    cursor: pointer;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
}

.grayblock2{
    top: 100px;
    position: sticky;
}


.colb .dopb_r2_c1 {
    line-height: 20px;
}

.activecheck {
    border: 1px solid #038057;
}

.cola {
    padding: 0px 5px 0px 15px;
    min-height: 100px;
}

.colb {
    padding: 0px 15px 0px 5px;
    min-height: 100px;
}

.dopb_r1 {
    padding: 14px 15px 0px 15px;
}

.dopb_r2 {
    padding: 0px 15px 15px 51px;
}

.dopb_r3 {
    padding: 10px 15px 35px 51px;
}

.dopb_error_500 {
    color: #8B8B8B;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 15px 15px 51px;
}

.dopb_r2_c1 {
    color: #8B8B8B;
    font-size: 14px;
    line-height: 16px;
    float: left;
}
.dopb_r2_c1_r {
    opacity: 0;
    color: #8B8B8B;
    font-size: 14px;
    line-height: 16px;
    float: right;
    text-align: right;
    width: 80px;
}

.dopb_r2_c2 {
    opacity: 0;
    text-align: right;
    margin-right: 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #038057;
    float: right;
    margin-top: -2px;
    width: 90px;
}

.row3 {
    margin-top: 30px;
}

.row4 {
    margin-top: 55px;
}

.yellowdiv {
    background: #FFF1B3;
    border-radius: 10px;
    min-height: 65px;
    vertical-align: middle;
    font-size: 14px;
    color: #2E2E2E;
}

.yellowdiv_text {
    padding-top: 22px;
    padding-bottom: 22px;
    line-height: 20px;
}

.signvoskl {
    width: 20px;
    float: left;
    height: 20px;
    font-size: 13px;
    margin-right: 14px;
    margin-bottom: 30px;
}

.row4_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #2E2E2E;
}

#addpromo {
    display: inline-block;
    background-color: transparent;
    text-decoration: none;
    margin-top: -10px;
    border-bottom: 1px dashed #2E2E2E;
    font-size: 14px;
    line-height: 16px;
    color: #2E2E2E;
}

#addpromo:hover {
    border-bottom: 1px dashed #038057;
}

.search__line {
    margin-top: -5px;
    margin-bottom: 20px;
}

.clear_button {
    display: none;
    width: 40px;
    height: 20px;
    padding-right: 10px;
    position: absolute;
    top: 6px;
    right: 0;
    opacity: .25;
}

.clear_button {
    width: 40px;
    height: 20px;
    opacity: .25;
}

.div_search__field .search__field {
    border: none;
    display: block;
    background: none;
}

.div_search__field {
    position: relative;
    height: 36px;
    line-height: 36px;
    padding: 0 0;
}

.div_search__field input {
    padding: 0 10px;
    border-radius: 4px 0 0 4px;
}

.div_search__field {
    padding: 0;
}

.div_search__field input {
    height: 37px;
}

.div_search__field input {
    height: 100%;
    padding-left: 10px;
}

.input_field {
    position: relative;
}

.clear_button:hover {
    cursor: pointer;
    opacity: .5;
}

.search__line .div_search__field input {
    width: 100%;
}

.search__submit, .search__submit:active {
    background: #FCCE00;
    border-radius: 0px 4px 4px 0px;
    font-size: 14px;
    color: #000;
    padding: 0 20px;
    cursor: pointer;
}

.search__submit:hover {
    background: #eec300;
}

#clear_code {
    background: url(/images/close_bt.svg) center center no-repeat;
    position: absolute;
    top: 0;
    right: 3px;
    padding: 0;
    width: 25px;
}

@media (max-width: 767px) {
    .row4 {
        margin-top: 35px;
    }

    .yellowdiv {
        font-size: 14px;
    }

    .row2 {
        margin-top: 15px;
    }

    .row3 {
        margin-top: 15px;
    }

    .cola {
        padding: 0 15px 0 15px;
    }

    .colb {
        padding: 15px;
    }

    .row5 .title {
        margin-left: 22px;
        margin-bottom: 20px;
    }

    .row4_table_head {
        display: none;
    }

    #addpromo {
        margin-top: 40px;
    }

}

.dopb_r1 input[type="radio"] {
    display: none;
}

.dopb_r1 label {
    cursor:pointer;
    box-sizing: border-box;
    color: #2E2E2E;
    position: relative;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    font-weight: 400;
    display: block;
    padding-left: 35px;
    margin-bottom: 10px;
}

.dopb_r1 label::before {
    position: absolute;
    left: 0;
    top: 1px;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #8f8f8f;
    transition: all .25s;
}

.loaded label::before {
    border: 0px solid rgba(144, 144, 144, 0);
}

.disabled label {
    color: #8B8B8B;
}

.disabled label::before {
    border: 8px solid rgba(144, 144, 144, 0);
}

.dopb_r1 input:checked + label::before {
    border-color: #038057;
}

.dopb_r1 label::after {
    position: absolute;
    left: 4px;
    top: 5px;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #038057;
    transition: all .35s;
    opacity: 0;
}

.dopb_r1 input:checked + label::after {
    opacity: 1;
}

/*table*/

.row4_table {
    margin-top: 35px;
}

.row4_table_head {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #8B8B8B;
    padding-bottom: 10px;
}

.row4_table_head_2 {
    text-align: right;
}
.row4_table_head_top {
    text-align: right;
    position:absolute;
    right: 15px;
}



.row4_table_head_3 {
    margin: 0px 0px 0px 20px;
    width: 100px;
    font-weight: 500;
}

.row4_table_head_21 {
    padding-right: 49px;
}

.row4_table_img {
    max-width: 80px;
    margin: 0 auto;
}

.row4_table .col-2 {
    text-align: center;
}

.row4_table .alignleft {
    text-align: left;
}

.row5 {
    border-top: 1px solid #D8D8D8;
    padding: 25px 0px 25px 0px;
    margin-inline: 0px;
}

.row5 .title {
    font-size: 15px;
    line-height: 20px;
    color: #2E2E2E;
    float: left;
    max-width: 250px;
}

.count-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap-cart-head-sec, .offer-price, .count-wrap, .remove {
    text-align: center;
    z-index: 1;

}

.remove {
    cursor: pointer;
    margin-top: -3px;
}

.remove:hover {
    opacity: 0.8;
}

.count-wrap-plus, .count-wrap-deg {
    cursor: pointer;
}

.count-wrap-dig, .count-wrap-deg, .count-wrap-plus {
    border: 1px solid #D8D8D8;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    height: 34px;
}

.count-wrap-deg, .count-wrap-plus {
    transition: all .25s;
}

.count-wrap-deg:hover, .count-wrap-plus:hover {
    background-color: #f5f5f5;
}

.count-wrap-deg {
    /*padding: 9px */
    border-right: none;
    padding: 4px 10px;
    border-radius: 4px 0px 0px 4px;

}

.count-wrap-deg img {
    width: 12px;
    height: 12px;
}

.agree-order button {
    background: #008E62;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    display: block;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    padding: 12px 0px;
    width: 100%;
    color: #fff;
    border-radius: 4px;
    transition: transform 200ms ease-out;
}

.agree-order button:hover {
    background: #09A675;
    color: #fff !important;
}

.agree-order.disabled button:disabled {
    background: #E8E8E8;
    color: #979797;
}

.agree-order span {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
    color: #CE0C36;
}
@media screen and (min-width: 575px) {
    .row5 .row4_table_head_2 {
        float: right;
    }
}

@media (max-width: 767px) {
    .grayblock2{
        position: relative;
        top:45px;
    }

}
@media screen and (max-width: 575px) {
    .count-wrap-plus, .count-wrap-deg {
        width: 39px;
    }

    .count-wrap .count-wrap-dig {
        width: 40px;
        min-width: 40px;
    }

    .row5 {
        margin-inline: -5px;
    }

    .promo_block_wrap {
        display: none;
    }

    .agree-order {
        margin-top: 37px !important;
        margin-bottom: 20px;
    }
    .grayblock2{
        top:-15px;
    }

}

.count-wrap-plus {
    border-left: none;
    padding: 4px 10px;
    border-radius: 0px 4px 4px 0px;
}

.count-wrap-plus img {
    width: 12px;
    height: 12px;
}

@media (max-width: 767px) {
    .row5 .row4_table_head_2 {
        margin-left: 20px;
    }
    .row4_table_head_3 {
        width: 100px;
        font-weight: 500;
        margin: 0px 0px 0px 10px;
    }

    .row4_table_img {
        max-width: 60px;
    }
}

.grayblock {
    padding: 30px;
    margin-top: 33px;
    margin-bottom: 10px;
    background-color: #F5F5F5;
    width: 100%;
    min-height: 100px;
}




.wrap-ogl li {
    /*width: 476px;*/
    position: relative;
    padding-right: 24px; /* отступ равен ширине поля для номера */
    margin-bottom: 10px;
}

.wrap-ogl .page {
    position: absolute;
    right: 0;
    bottom: 0;
}

.ogl-res {
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: #333333;

}

.wrap-ogl span {

    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;

    color: #333333;
}

.page.res {

    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 25px;
    text-align: right;
    color: #333333;

}
.divup{
    margin-top: -22px;
    margin-bottom:-3px;
}
.old{
    margin-right: 6px;
    text-decoration: line-through;
    font-size: 12px;
    font-weight: 500;
    color: #8b8b8b
}

.disc{
    margin-right: 0px;
    font-size: 12px;
    font-weight: 700;
    color: #ce0c36;
}
.wrap-ogl ul li {
    position: relative;
    padding-right: 0;
}

.wrap-ogl ul li:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

.wrap-ogl ul li .label {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    background: #fff;
    z-index: 1;
    width: auto;
    float: left;
    margin-right: 15px;
}

.wrap-ogl ul li .label.ogl-res {
    line-height: 30px;
}

.wrap-ogl ul li .price {
    float: right;
    position: static;
}

.wrap-ogl li::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 5px;
    right: 0;
    left: 0;
    font-size: 16px;
    color: #ECECEC;
    border-bottom: 1px dotted #cacaca;
}

.wrap-ogl li span:first-child {
    padding-right: 7px;
    background: #f5f5f5;
    z-index: 1;
    color: #2E2E2E;
}

.wrap-ogl li span:last-child {
    padding-left: 7px;
}

.wrap-ogl ul li .price .price:after {
    display: none;
}

.wrap-ogl .price {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    background: #f5f5f5;
    z-index: 1;
    font-weight: 300;
}

.itogo {
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 24px;
    color: #333333 !important;
}

.agree-order {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 35px;
}

.wrap-ogl {
    margin-bottom: 25px;
    margin-top: 30px;
}

.promo_block_wrap {
    margin-top: 80px;
}

.promo_block_wrap h2 {
    margin-bottom: 30px;
}

.icons {
    width: 200px;
    margin-top: 7px;
    float:left;
}

.icons span {
    color: #8B8B8B;
    font-size: 14px;
    padding-left: 5px;
}

.icons img{
    width: 11px;
    height: 15px;
}
.vendors{
    margin-top: 5px;
    font-size: 12px;
    color:#8B8B8B;
    margin-bottom: 10px;
}

@media screen and (max-width: 370px) {
    /*
    .dopb_r2_c2{
        font-size: 14px;
    }
    .dopb_r2_c1{
        font-size: 12px;
        width: 120px;
        line-height:17px;
    }
    .colb .dopb_r2_c1{
        line-height:17px;
    }
    .dopb_error_500{
        font-size: 12px;
        line-height:17px;
    }
    .dopb_r2_c1_r{
        width: 71px;  font-size: 12px;
    }*/
}

