.Breadcrumbs{
  margin-left: -15px;
  margin-right: -15px;
}
.srok-otgr span{
  font-weight: normal;
}

.related-products .items-lists.row{
  margin: 0 5px;
}
.cat-element{
    font-size: 18px;
}
.cat-element .right .item{
    margin-bottom: 15px;
}
.rel-pos{
    position: relative;
    margin-top: 54px;
}
.detail-img img{
    width: auto;
    max-width: 100%;
    max-height: 370px;
}
.art.here{
    color: #343434;
}
.art.here .val{
    font-size: 24px;
    color: #000000;
}
.margin-ft{
    display: flex;
    margin-top: 0px;
    flex-direction: column;
    padding-top: 0%;
}
.margin-ft .right-mess{
    margin-bottom: 10px;
}
.m-title{
    width: 100%;
    right: 0;
    padding-left: 2%;
}
.m-title h1{
    font-size: 32px;
}
.actions{
    bottom: 0;
    right: 0;
    width: 100%;
    padding-left: 0px;
  
}

.sum-price-block > label:before {
    content: ' ';
    width: 24px;
    height: 20px;
    display: block;
    float: left;
    margin-right: 5px;
}

.sum-price-block label.active:before {
    background-image: url('/local/templates/tetr_adaptive/components/custom/catalog.element/new_main_design/img/checked.svg');
    background-position: 1px 1px;
    background-repeat: no-repeat;
}
.type_pric{
    font-size: 14px;
    color: #343434;
}
.order .buttons .add-cart a {
    background-color: #ee9036;
    font-size: 24px;
    text-align: center;
    padding: 15px 0;
    color: #ffffff;
    display: block;
    width: 100%;
    height: 69px;
    border-radius: 5px;
}
.order .buttons .print{
    width: 50%;
    margin-left: 10px;
    text-align: center;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    padding: 16px 0;
    border: 2px solid #a5a5a5;
    border-radius: 5px;
}
.order .buttons .print a{
    color: #000000;
    font-size: 23px;
    text-decoration: none;

}

.nds-block > label.active:before {
    display: block;
    margin-top: 8px;
    float: left;
    margin-right: 0.5em;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #ee9036;
    border-radius: 10px;
}
.nds-block > label:before {
    display: block;
    margin-top: 8px;
    float: left;
    margin-right: 0.5em;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #c4c4c4;
    border-radius: 10px;
}
.nds-block label{
    width: 100%;
    margin-bottom: 10px;
    font-size: 24px;
    cursor: pointer;
}
.tabs{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;

}
.desc{
    width: 100%;
    margin-top: 15px;
}
.desc ul{
    padding-inline-start: 0px;
}
.desc li{
    list-style: none;

}
.tabs li:not(.odd, .even){
    list-style: none;
    border-left: 1px solid #c4c4c4;
    padding-left: 50px;
    position: relative;
    cursor: pointer;
    font-size: 24px;
}
.tabs li:first-of-type {
    list-style: none;
    border-left: none;
    padding-left: 0px;
}
.tabs > li .rect {
    display: inline-block;
    margin-left: 18px;
    width: 20px;
    height: 20px;
    background: url(/local/templates/tetr_adaptive/components/custom/catalog.element/new_main_design/img/arrow.svg) no-repeat;
    background-size: contain;
    background-position: 0% 80%;
}
.tabs .active .rect{
    transform: rotate(180deg);
    background-position: 0% 20%;
}

.tab_block {
    display: none;
}
.parent_block_tabs .body .tab_block.active {
    display: block;
}
.item img{
    width: 100%;

}
.buttons .add-cart{
    padding: 10px 10px 10px 0;
    width: 50%;
}
.pdf-icon{
  width: 45px;
  height: 45px;
  display: inline-block;
  background: url(/local/templates/tetr_adaptive/components/custom/catalog.element/new_main_design/img/carbon_generate-pdf.svg) no-repeat;  
  margin-right:10px;
}
.body .tab_block li{
  margin: 12px 0px;
}
.parent_block_tabs .tab_block{
  display: none;
}
@media (min-width: 1200px) {

}
@media (max-width: 1200px) {
  .Breadcrumbs {
    margin-left: -12px;
    margin-right: -12px;
}
  .basket-block .count-items {
    padding-top: 9px;
  }
    .cat-element{
        font-size: 14px;
     }
     .art.here .val{
        font-size: 18px;
     }
     .margin-ft .right-mess {
       margin-bottom: 6px;
     }
    .tabs li {
        padding-left: 5px;
        font-size: 18px !important;
    }
    .m-title h1{
        font-size: 24px;
        text-align: center;
    }
    .m-title{
        position: absolute;
        width: 720px;
        bottom: -70px;
        left: -367px;
        padding-right: 0;
    }
    .order .buttons .print {
        width: 75%;
    }
    .actions{
        position: absolute;
        width: 720px;
        padding-left: 0px;
        font-size: 18px;
        bottom: -224px;
   }
   .order .buttons .print a {
    font-size: 18px;
   }
   .tabs li{
    padding-right: 5px;
    padding-left: 5px;
   }
   .nds-block{
    width: 80%;
    display: flex;
    justify-content: 
   }
   .nds-block > label:before {
    margin-top: 3px !important;
    }
   .nds-block label {
    font-size: 18px;
   }
   .desc {
    margin-top: 255px;
    }
    .order .buttons .add-cart a {
     font-size: 18px;
     padding: 19px;
     width: 100%;
    }
    .tabs li:not(.odd, .even){
        padding-left: 0px !important;
    }
    .tabs li:first-of-type {
        list-style: none;
        border-left: none;
        padding-left: 0px !important;
    }
}

/*@media (min-width: 992px) and (max-width: 1200px) {
     .actions {
       bottom: -124px;
     }
}*/
.file_document{margin:0;text-decoration:none;border-collapse: collapse;margin-bottom: 1rem;}
.file_document tr .ftd {width: 50px;}
.file_document td a{color: #000;}
.file_document td a:hover{color: #ff9a00;text-decoration:underline;}
.file_document td img{margin: 5px 10px;}
.file_document .file_document_txt{padding: 0px 15px 0px 3px;}
.file_document .file_document_btn{color:#000000;width: 100px;}
.file_document .file_document_btn a{color:#000000;line-height: 25px;}
.file_document .file_document_btn img{float:left;margin:0px 5px 0px 0px;}

.tab_block .desk table{
  width: 100%;
}
.tab_block .desk table td{
  width: 50%;
  padding-left: 10%;
}
.tab_block .desk .file_document td.ftd{
  width: 5%;
  padding-left: 0%;
}
.b_flx{
  align-items: center;
}
.art.here{
    position: relative;
    z-index: 1;
}
.m-title.mob_title{
    display: none;
}
.images .mob_banner > .detail-img{
   display: block;
   text-align: center;
}
@media (max-width: 767px){
    .tab_block .desk .file_document td.ftd{
         padding-bottom: 20px;
    }
}
@media (min-width: 768px){
    .tab_block .desk .file_document td.ftd{
         margin-top: 20px;
    }
}
.tab_block .desk .file_document td.file_document_btn{
  width: 9%;
  padding-left: 0;
}
.tab_block .desk .file_document td.file_document_txt{
  width: auto;
  padding-left: 0%;
}
.file_document .file_document_btn a {
    color: #000000;
    line-height: 25px;
    display: flex;
}
  .file_document .file_document_btn img {
    float: left;
    margin: auto 10px;
}
@media (max-width: 767px) {
    .m-title{
        display: none;
    }

    .Breadcrumbs {
        margin-left: 0px;
        margin-right: 0px;
    }
    .tab_block .desk .file_document td.file_document_btn {
        width: 25%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 40px;
        padding-left: 0;
    }
    .m-title.mob_title {
        display: block;
        width: 100%;
        position: unset;
        padding: 0px 15px;
        margin-top: 0px;
        text-align: left;
        right: auto;
    }
    .m-title.mob_title h1 {
        font-size: 18px;
        text-align: left;
        line-height: 25px;
        width: 100%;
        font-weight: 600;
        display: block;
    }


    .cat-element .right .item{
        margin-bottom: 0px;
    }
    .art.here .val {
        font-size: 16px;
        font-weight: 600; 
    }
    .rel-pos {
        margin-top: 35px;
    }
    .m-title h1 {
        font-size: 18px;
        text-align: center;
    }
    .margin-ft {
        margin-top: 0px;
    }
    .art.here {
        text-align: left;
        margin-top: 15px;
    }
    .right .left{
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .right .left .item{
      width: 30%;
      padding: 5px;
    }
    .margin-ft .right-mess {
        margin-bottom: 6px;
        width: 98%;
        margin: 0 auto;
    }
    .nds-block label {
        font-size: 16px;
        width: 100%;
        margin-bottom: 13px;
    }
    .m-title {
        position: absolute;
        width: 100%;
        bottom: 46px;
        left: 0;
        padding: 20px;
    }
    .actions {
        width: 90%;
        margin-right: 23px;
        bottom: -193px;
      }
    .nds-block {
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        justify-content: ;
    }
    .srok-otgr{
      font-size: 14px;
      margin-bottom: 14px;
    }
    .srok-otgr span{
      font-weight: normal;
    }

    .order .buttons .add-cart a {
        font-size: 16px;
        padding: 11px;
        width: 100%;
        height: 45px;
    }
    .order .buttons .print a {
        font-size: 16px;
        padding-left: 0%;
    }

    .order .buttons .print {
        width: 50%;
        padding: 7px;
    }
    .sum-price-block > label:before {
        height: 30px;
      }

      .pdf-icon {
        width: 28px;
        height: 28px;
        background-size: contain;
      }
    .tabs {
        flex-wrap: wrap;

    }
    .desc {
        padding-top: 195px;
    }
    .parent_block_tabs .body .tab_block.active{
      display: none;
    }
    .tabs li{
        padding-left: 5px !important;
        font-size: 16px;
        width: 100%;
    }
    .tabs li.triger{
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        width: 100%;
        border-bottom: 1px solid #c4c4c4;
        border-left: none;
        padding-left: 0px;
        padding-bottom: 8px;
        margin-top: 8px;
    }
    .desc ul.tabs{
        margin-top: 10px;
    }
    .parent_block_tabs .tab_block {
        padding: 15px 0px;
    }
    .tabs .tab_block .desk li{
         font-size: 14px !important;
         margin: 12px 0px;
    }
    .tab_block.active {
        display: block;
        width: 100%;
    }
    .desc {
        width: 90%;
        margin: 0 auto;
    }
    .rel-title {
        font-size: 18px;
        left: 3px;
        top: -45px;
    }
    .related-products {
        width: 100%;
        text-align: center;
        margin: 20px auto;
        margin-top: 29px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .related-products .items-lists.row {
        margin: 0 0px;
    }
    .inner-item {
        margin: 0 4px;
      }
    .tab_block .desk table{
      width: 100%;
    }
    .tab_block .desk table td{
      width: 50%;
      padding-left: 10%;
    }

    .footer .centered {
        align-items: normal;
        padding: 0 5px;
    }

    .tab_block .desk .file_document td.file_document_txt {
        padding-bottom: 20px;
    }
    li.triger.active{
        color: #ee9036;
        font-weight: 600;
    }
    .print a br{
        display: none;
    }
    .col-lg-10.mob_banner{
        display: flex;
        justify-content: center;
        height: 360px;
        align-items: center;
        overflow: hidden;
    }
    .no_photo{
        display: none;
    }
}
@media (min-width: 768px) {
    .tab_block .desk .file_document td.file_document_txt {
        padding-bottom: 0px;
    }
}
@media (max-width: 576px) {
    .footer .centered .col-6{
        padding-right: 0px;
        padding-left: 0px;
    }

}
@media (max-width: 460px){
   .b_flx {
        align-items: center; 
        flex-wrap: wrap;
    }
    .order .buttons .print {
        width: 100%;
        padding-left: 0;
        margin-left: 0px;
        margin-top: 15px;
    }
    .buttons .add-cart {
        padding: 0;
        width: 100%;
    }
    .actions {
        width: 91%;
        margin-right: 13px;
        bottom: -204px;
    }
    .desc {
        width: 90%;
        margin: 0 auto;
        padding-top: 205px;
    }
 
}



@media (min-width: 387px) and (max-width: 767px){
    .type_pric {
        margin-bottom: 27px;
    }
}
