

.post_page_wrap a:not(.btn-default) {
  color: #00B1FF;
  text-decoration: none;
  border-bottom: 1px solid;
}

.post_page_wrap a:hover {
  border-bottom: none;
}




h1.title{
  font-weight: 600;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 32px;
}
h1.title span{
  font-size: 24px;
  line-height: 24px;
  display: block;
  font-weight: 400;
  margin-top: 8px;
}





/*
.qqmainpic_block{
  background: #DADAE4;
  border-radius: 20px;
  overflow: hidden;
}
.main_image {
  margin-bottom: 48px;
}*/






.credentials {
  display: flex;
  gap: 20px;
  margin-bottom: 34px;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #767682;
  align-items: center;
  flex-wrap: wrap;
}

.read_count {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #000;
  display: flex;
  align-items: center;
}
.read_count svg{
  margin-right: 4px;
  position: relative;
  top: -1px;
}


@media (max-width: 767px){
  .credentials {
    gap: 10px;
  }
  .credentials .author {
    width: 100%;
  }
  .credentials .read_count {
    margin-left: auto;
  }
  .credentials .share {
    width: 100%;
    margin: 0;
    margin-top: 22px;
  }
}


















.b_content{
  position: relative;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}




.b_content .left_block{
  width: 197px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #767682;
}

.b_content .center_block{
  width: 773px;
  width: 57.344%;
  font-size: 16px;
  line-height: 24px;
  width: calc(100% - 500px);
}

.b_content .right_block{
  width: 198px;
  margin-left: auto;
}

@media (max-width: 1500px){
  .b_content .right_block{
    width: 190px;
  }
}

@media (max-width: 991px){
  .b_content .left_block{
    display: none;
  }
  .b_content .center_block {
    width: calc(100% - 222px);
  }
}

@media (max-width: 767px){
  .b_content .center_block {
    width: 100%;
  }
  .b_content .right_block {
    width: auto;
  }
}












.b_content .left_block a{
  color: #767682;
  border: none;
  display: inline-block;
}








.product_block_wrap {
  position: sticky;
  top: 100px;
  z-index: 2;
}

.product_block .s-products-wrapper{
  min-height: 60px;
}
.s-product-wrapper .discount_persent {
  top: 148px;
}


.product_block .s-products-list {
  margin: 0;
}
.product_block .s-product-wrapper{
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  flex-direction: unset;
}
.product_block .s-product-wrapper a{
  border: 0;
}
.product_block .s-product-wrapper .icon_info,
.product_block .s-product-wrapper .row_1,
.product_block .s-product-wrapper .favorite,
.product_block .s-product-wrapper .pricing-wrapper .old_price,
.product_block .s-product-wrapper .pricing-wrapper .persent{
  display: none;
}
.product_block .s-product-wrapper .s-image-wrapper {
  margin: 0 0 8px;
  display: block;
  border-radius: 12px;
  height: auto;
  overflow: hidden;
}
.product_block .s-product-wrapper img {
  height: auto;
}
.product_block .s-product-wrapper .s-product-header a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #767682;
  min-height: auto;
}
.product_block .s-product-wrapper .s-offers-wrapper {
  margin-top: 8px;
  padding-bottom: 0px;
  width: 100%;
}
.product_block .s-product-wrapper .pricing-wrapper {
  margin-bottom: 8px;
}
.product_block .s-product-wrapper .pricing-wrapper .price {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.product_block .s-buttons-wrapper {
  width: 100%;
}
.product_block .s-product-wrapper .s-add-button,
.product_block .s-product-wrapper .added2cart2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: 100%;
  display: block;
  background: #00B571;
  color: #fff;
  border-radius: 16px;
  padding: 8px;
  text-align: center;
}
.product_block .s-product-wrapper .added2cartwrap{
  display: none;
}



.market_btns{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.market_btns a{
  display: block;
  background: #F3F3F8;
  border-radius: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #005BFF!important;
  z-index: 5;
  width: 100%;
  padding: 12px 5px;
  border: 0!important;
}
.market_btns a.wildberries{
  color: #CB11AB!important;
}
.market_btns a:hover{
  color: #fff!important;
}
.market_btns a.ozon:hover{
  background: #0050E0!important;
}
.market_btns a.wildberries:hover{
  background: #E313BF!important;
}




@media (min-width: 768px){
  .product_block{
    display: block!important;
  }
  .market_btns{
    display: flex!important;
  }
  .s-product-wrapper .s-button {  
    width: 100%;
  }
}



@media (max-width: 767px){
  .product_block,
  .market_btns{
    display: none;
  }
  .product_block{
    position: fixed;
    bottom: 116px;
    top: auto;
    left: 16px;
    right: 16px;
    box-shadow: 0px 4px 40px rgba(118, 118, 130, 0.7);
    border-radius: 20px;
    overflow: hidden;
    background: #FFFFFF;
    padding: 10px;
    padding-left: 70px;
    z-index: 3;
  }
  .product_block .row_2 {
    display: none;
  }
  .product_block .s-product-wrapper {
    position: static;
  }
  .product_block .s-product-wrapper .s-image-wrapper {
    margin: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 10px;
  }
  .s-product-header {
    position: relative;
    z-index: 1;
  }
  .product_block .s-product-wrapper .s-product-header a {
    margin-top: 0px;
    padding-right: 32px;
  }  
  .product_block .s-product-wrapper .s-offers-wrapper {
    margin: 0;
    margin-top: -20px;
    padding-left: 10px;
  }
  .product_block .s-product-wrapper .pricing-wrapper {
    margin: 0;
  }
  .product_block .close{
    width: 48px;
    height: 48px;
    right: -17px;
    top: -17px;
    background: #00B571;
    border-radius: 21px;
    position: absolute;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    z-index: 2;
  }
  .product_block .close:after,
  .product_block .close:before{
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 1px;
    background: #fff;
    left: 8px;
    bottom: 15px;
  }
  .product_block .close:after{
    transform: rotate(45deg); 
  }
  .product_block .close:before{    
    transform: rotate(-45deg); 
  }

  .market_btns {
    position: fixed;
    bottom: 93px;
    top: auto;
    left: 16px;
    right: 16px;
    gap: 8px;
    z-index: 3;
    flex-wrap: nowrap;
  }

  .market_btns a{
    font-size: 12px;
    line-height: 8px;
    box-shadow: 0px 6px 40px -7px rgba(118, 118, 130, 0.7);
  }


}

@media (min-height: 650px){
  .product_block{
    bottom: 133px;
  }
}















.b_content p,
.b_content ul
.b_content ol{
  margin: 0 0 25px;
}
.b_content li {
  margin-bottom: 11px;
}
.b_content figure {
  margin-bottom: 80px;
  position: relative;
}
.b_content figure img {
  border-radius: 20px;  
}

.b_content figure figcaption {
  font-size: 12px;
  line-height: 16px;
  color: #BABAC4;
  margin-top: 16px;
}

.b_content figure.bg {
  background: #F3F3F8;
  border-radius: 20px;
  text-align: center;
  padding: 35px 0;
  margin-bottom: 100px;
}
.b_content figure.bg img {
  border-radius: 0;
}
.b_content figure.bg figcaption {
  position: absolute;
  bottom: -30px;
}



.b_content iframe {
  border-radius: 20px;  
  max-width: 100%;
}



.b_content table.table {
  background: #F3F3F8;
  border-radius: 20px;
  font-size: 14px;
  line-height: 24px;
}
.b_content table.table th{
  font-size: 16px;
}

.b_content table.table tr:first-child td,
.b_content table.table tr:first-child th{
  padding-top: 24px;
  border-top: 0;
}
.b_content table.table td,
.b_content table.table th{
  padding: 7px 7px 16px;
}
.b_content table.table td:first-child,
.b_content table.table th:first-child{
  padding-left: 24px;
  position: relative;
}
.b_content table.table td:first-child:before,
.b_content table.table th:first-child:before{
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: #f3f3f8;
  position: absolute;
  top: -2px;
  left: 0;
}
.b_content table.table td:last-child,
.b_content table.table th:last-child{
  position: relative;
  padding-right: 24px;
}
.b_content table.table td:last-child:after,
.b_content table.table th:last-child:after{
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: #f3f3f8;
  position: absolute;
  top: -2px;
  right: 0;
}
.b_content table.table tr:first-child td:first-child:before,
.b_content table.table tr:first-child th:first-child:before,
.b_content table.table tr:first-child td:last-child:after,
.b_content table.table tr:first-child th:last-child:after{
  display: none;
}
.b_content table.table tr:last-child td{
  padding-bottom: 24px;
}

@media (max-width: 767px){
  .b_content table.table {
    margin-left: -15px;
    margin-right: -15px;
    max-width: none;
    width: auto;
    border-radius: 0;
  }
  .b_content .table-responsive table.table {
    margin-left: 0;
    margin-right: 0;
  }
  .b_content table.table td, .b_content table.table th {
    padding: 6px 4px 10px;
  }
  .b_content table.table td:first-child, .b_content table.table th:first-child {
    padding-left: 15px;
  }
  .b_content table.table td:last-child, .b_content table.table th:last-child {
    padding-right: 15px;
  }
  .b_content table.table td:last-child:after, .b_content table.table th:last-child:after {
    width: 15px;
  }  


  .b_content .table-responsive {
    margin-left: -15px;
    margin-right: -15px;
    max-width: none;
    width: auto;
    border: 0;
  }
  .table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
    white-space: unset;
  }

}





.b_content p .btn-default{
  margin: 55px 0;
}












.b_content h2{
  margin-top: 40px;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 24px;
}

.article_body > h2:first-child{
  margin-top: 0;
}


.b_content h3{
  margin-top: 50px;
  margin-bottom: 25px;
}



.b_content img{
max-width: 100%;
}






.article_body {
  padding-bottom: 15px;
}


.articleBottom{
  padding-top: 20px;
}


.post_page_wrap .tags{
  display: flex;
  gap: 4px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.post_page_wrap .tags a{
  font-size: 12px;
  line-height: 12px;
  color: #0A0A12;
  padding: 10px 12px;
  display: inline-block;
  background: #DADAE4;
  border-radius: 12px;
  text-decoration: none;
  border: 0;
}
.post_page_wrap .tags a:hover {
  background: #c3c3cc;
}





.reflist{
  font-size: 14px;
  line-height: 24px;
  color: #767682;
  word-break: break-word;
}
.reflist p{
  margin: 0 0 12px;
}
.reflist ul,
.reflist ol{
  padding-left: 22px;
}
.s-main-block .reflist a{
  color: #767682;
}








.post_page .rekl{
  background: none;
  text-align: center;
  padding: 24px 16px 24px 40px;
  font-size: 14px;
  line-height: 21px;
  color: #0A0A12;
  margin-top: 34px;
  margin-bottom: 34px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}









.bnnr_catalog{
  background: #f6f6f6;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  margin: 20px auto 60px;
  border-radius: 20px;
  min-height: 272px;
  max-width: 773px;
  background-position: center right;
  border: 0!important;
}
@media (max-width: 650px){
  .bnnr_catalog{
    max-width: 343px;
    min-height: 477px;
    background-position: center;
  }
}

















.post_page .info,
.post_page .info_red {
  margin: 0 0 18px;
  border-radius: 20px;
  padding: 31px 32px;
  padding-left: 115px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  background-position: 32px center;
  background-repeat: no-repeat;
}
.post_page .info{
  background-color: rgba(0, 181, 113, 0.05);
  color: #767682;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0662 24.0537V22.5071C7.99949 20.6537 5.47949 17.0404 5.47949 13.2004C5.47949 6.6004 11.5462 1.42706 18.3995 2.9204C21.4128 3.58706 24.0528 5.58706 25.4262 8.34706C28.2128 13.9471 25.2795 19.8937 20.9728 22.4937V24.0404C20.9728 24.4271 21.1195 25.3204 19.6928 25.3204H12.3462C10.8795 25.3337 11.0662 24.7604 11.0662 24.0537Z' stroke='%2300B571' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.333 29.3336C14.3863 28.4669 17.613 28.4669 20.6663 29.3336' stroke='%2300B571' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.post_page .info_red{
  background-color: rgba(255, 0, 69, 0.05);
  color: #767682;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0003 29.3332C23.3337 29.3332 29.3337 23.3332 29.3337 15.9998C29.3337 8.6665 23.3337 2.6665 16.0003 2.6665C8.66699 2.6665 2.66699 8.6665 2.66699 15.9998C2.66699 23.3332 8.66699 29.3332 16.0003 29.3332Z' stroke='%23FF0045' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 10.6665V17.3332' stroke='%23FF0045' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.9932 21.3335H16.0051' stroke='%23FF0045' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@media (max-width: 650px){
  .post_page .info,
  .post_page .info_red{
    padding-left: 96px;
  }
}
@media (max-width: 500px){
  .post_page .info,
  .post_page .info_red{
    padding: 64px 20px 24px;
    background-position: center 18px;
    font-size: 15px;
    line-height: 22px;
    color: #111;
  }
}


















#simple-table-of-contents {
  margin-bottom: 20px;
}
#simple-table-of-contents > .h3 {
  border-bottom: 2px solid;
  display: inline-block;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
}
#simple-table-of-contents > .h3:hover {
  border-bottom: 2px dashed;
}
#simple-table-of-contents > ul {
  display: none;
  padding-left: 0;
}
#simple-table-of-contents ul li {
  list-style: none;
  margin-bottom: 14px;
}
#simple-table-of-contents ul li ul {
  margin: 16px 0 16px 0px;
  padding-left: 22px;
}













.bblock_blog {
  padding: 48px 0 14px;
  background: #F3F3F8;
}
.bblock_blog .blog_articles {
  margin-top: 32px;
}

































.blockzakaz {
  background: url(/img/blog/bg_block_bobrovaya_.jpg) no-repeat 50% 0/cover;
  margin: 35px 0 35px;
  color: #fff;
  position: relative;
  font-family: BebasNeueBold,sans-serif;
  padding: 25px 0 0;
  letter-spacing: -.3px
}

.blockzakaz.type_2 {
  background-image: url(/img/blog/bg_block_medvejiya_.jpg)
}

.blockzakaz:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAgMAAAArG7R0AAAACVBMVEUFBSX///8FBSXcjDyIAAAAA3RSTlMAAMRmf8J3AAAAGElEQVR4XmMIDQ0F4wiFJoYABgYQxscGAMywB8eGx5zhAAAAAElFTkSuQmCC) 50% 0;
  background-repeat: repeat;
  opacity: .3
}

.blockzakaz .blockzakaz_top {
  padding: 0 10px;
  position: relative;
  z-index: 2
}

.blockzakaz .bztitle {
  font-size: 47px;
  line-height: .95;
  letter-spacing: -.02em;
  margin-bottom: 18px;
  font-weight: 800;
  text-transform: uppercase
}

.blockzakaz .bzfeatures {
  font-size: 25px;
  line-height: .95;
  margin-bottom: 20px;
  font-weight: 800;
  text-transform: uppercase
}

.blockzakaz .bztext {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 15px;
  font-family: ClearSans,sans-serif;
  text-transform: uppercase
}

.blockzakaz .formwrap {
  background: rgba(0,146,209,.27);
  box-shadow: 0 -15px 20px rgba(11,36,43,.5);
  padding: 3px 0 5px;
  margin-top: 20px;
  position: relative;
  z-index: 2
}

.blockzakaz .formwrap .bztitleform {
  text-align: center;
  font-size: 31px;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 8px 0
}

.blockzakaz .formwrap .ordersform {
  color: #ECEFF7;
  padding: 9px 10px 12px;
  font-family: ClearSans,sans-serif;
  text-align: center
}

.blockzakaz .formwrap .ordersform .form-control {
  width: 232px;
  display: inline-block;
  height: auto;
  font-size: 15px;
  margin-right: 21px;
  padding: 8px 12px;
  border-radius: 1px;
  margin-bottom: 10px;
  border: 0
}

.blockzakaz .formwrap .ordersform .btnwrap {
  display: inline-block
}

.blockzakaz .formwrap .ordersform .btn {
  margin: 0 0 0;
  padding: 10px 25px 9px;
  border-radius: 2px
}

.blockzakaz .agreement {
  font-family: ClearSans,sans-serif;
  margin-top: 10px
}

.blockzakaz .agreement a {
  color: #ECEFF7
}

@media (max-width: 620px) {
  .blockzakaz {
      text-align:center;
      margin-left: -45px;
      margin-right: -55px
  }

  .blockzakaz .formwrap .ordersform .form-control {
      display: block;
      margin: 0 auto 10px
  }
}

@media (max-width: 620px) {
  .blockzakaz {
      text-align:center
  }

  .blockzakaz .blockzakaz_top {
      padding: 0 20px
  }

  .blockzakaz .bztitle br {
      display: none
  }

  .blockzakaz .bztext {
      padding: 0 5px
  }

  .blockzakaz .col-xs-4 {
      width: 33.33333333%;
      width: 100%;
      text-align: center;
      margin-bottom: 13px
  }

  .blockzakaz .col-xs-4 br {
      display: none
  }
}





.products_cards {
  padding-top: 40px;
}

.products_cards .s-product-wrapper {
  max-width: 350px;
}

@media (min-width: 365px){
  .products_cards.counts_2 .s-products-list {
    flex-wrap: nowrap;
  }
}


.products_cards.counts_3 .s-products-list {
  gap: 16px;
}
@media (min-width: 645px){
  .products_cards.counts_3 .s-products-list {
    flex-wrap: nowrap;
  }
}
@media (max-width: 644px){
  .products_cards.counts_3 .s-product-wrapper {
    width: 100%;
  }
}


.products_cards:not(.counts_3) .s-product-wrapper {
  width: auto;
}

.products_cards .s-product-wrapper {
  margin-bottom: 35px;
}
.products_cards .s-product-wrapper a{
  border: 0;
  color: #0a0a12;
}
.products_cards  img {
  height: auto;
}
.products_cards .owl-dots {
  bottom: 10px;
}













[data-turbo] {
  display: none;
}













/* новости */

.last_news .item{
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 56px;
}
.last_news .item:after{
  content: "";
  width: 24px;
  height: 5px;
  background: #00B571;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.last_news .date{
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
}

.last_news .item a{
  text-decoration: none;
  display: inline-block;
  border: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0A0A12;
}

@media (max-width: 767px){
  .last_news_wrap {
    display: none;
  }
}
