.product-item__buy i {
    padding-right: 3px;
}
.mobile_category_header_text {
    display: flex;
    align-items: baseline;
}

.category_good_counter {
    color: #6a7684;
    font-weight: 500;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.01em;
    white-space: nowrap;
}

/* Style The Dropdown Button */
.sorting-dropdown-btn {
    background-color: #ffffff;
    /* color: white; */
    color: #eb4115;
    /* padding: 16px; */
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 10px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: left;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .sorting-dropdown {
    position: relative;
    display: inline-block;
    font-size: 13px;
    flex-basis: 46%;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .sorting-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    width: fit-content;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 16;
    border-radius: 14px;
    padding: 5px;
  }
  
  /* Links inside the dropdown */
  .sorting-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    /* display: block; */
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
  }
  
  /* Change color of dropdown links on hover */
  .sorting-dropdown-content a:hover {background-color: #f1f1f1}
  
  /* Show the dropdown menu on hover */
  .sorting-dropdown:hover .sorting-dropdown-content {
    display: block;
  }
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .sorting-dropdown:hover .dropbtn {
    /* background-color: #f16d09fc; */
  }

  .sorting-dropdown-btn i {
    /* padding-top: 4px; */
    margin-left: 6px;
  }

  .sorting-dropdown-active {
    color: #eb4115 !important;
  }
  .sorting-dropdown-content i {
    padding-top: 4px;
    margin-left: 6px;
  }

  .product-item__price {
    padding-right: 50px;
    padding-top: 5px;
  }

  a.contacts-item__icon {
    cursor: pointer;
  }

  .product-list--slider .slick-arrow {
    border: 1px solid #e7e3e3;
  }
  .product-list--slider .slick-arrow:hover {
    border: none;
  }
  .completed-work-item__price__comment {
    position: absolute;
    bottom: -18px;
    font-size: 10px;
    font-weight: lighter;
    color: #7d8493;
    font-style: italic;
  }
  .completed-work-item__price {
    margin-bottom: 27px;
    position: relative;
  }

  /* messengers */

  .svg-icon__link {
    vertical-align: top;
    fill: inherit;
    width: inherit;
    height: inherit;
  }
  .modal.messengers_modal {
    padding: 65px 65px 30px;
  }
  @media (max-width: 768px) {
    .modal.messengers_modal {
      padding: 50px 30px 10px;
    }
  }  
  .modal.messengers_modal .messengers {
    padding: 0;
    margin: 0;
  }
  .modal.messengers_modal .messengers__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
  }
  .modal.messengers_modal .messengers__item {
    margin-left: 0;
    width: 100%;
    margin-bottom: 25px;
  }
  .modal.messengers_modal .messengers__item:last-child {
    margin-bottom: 0;
  }
  .modal.messengers_modal .messengers__item-name {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
  .modal.messengers_modal .messengers__item-name .svg-icon {
    margin-left: auto;
    width: 30px;
    height: 19px;
  }

  .messengers {
    background: #fff;
    padding: 23px 18px;
    margin-bottom: -20px;
    margin-top: -23px;
    position: relative;
    z-index: 1;
  }
  .messengers:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
  }
  .messengers:before {
    content: '';
    left: -14%;
    bottom: -40%;
    position: absolute;
    width: 100%;
    max-width: 50%;
    height: 400px;
    background: #1892c7;
    opacity: 0.08;
    -webkit-filter: blur(150.698px);
            filter: blur(150.698px);
    border-radius: 100%;
    pointer-events: none;
    z-index: -1;
  }
  .messengers__title {
    font-size: 21px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 17px;
    color: #000;
    max-width: 287px;
  }
  .messengers__items {
    margin-bottom: 20px;
  }
  .messengers__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 14px 20px 14px 20px;
    background: #fff;
    -webkit-box-shadow: 6.28809px 8.17451px 8.80332px rgba(169,189,200,0.11);
            box-shadow: 6.28809px 8.17451px 8.80332px rgba(169,189,200,0.11);
    margin-bottom: 15px;
    min-height: 58px;
    text-decoration: none;
    -webkit-transition: 0.3s ease box-shadow;
    transition: 0.3s ease box-shadow;
    border-radius: 13px;
  }
  .messengers__item:hover {
    -webkit-box-shadow: 6.28809px 8.17451px 8.80332px rgba(169,189,200,0.25);
            box-shadow: 6.28809px 8.17451px 8.80332px rgba(169,189,200,0.25);
  }
  .messengers__item:hover .svg-icon {
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
  }
  .messengers__item-icon {
    width: 30px;
    margin-right: 30px;
  }
  .messengers__item-icon .icon-whatsapp {
    color: #09ba65;
    font-size: 50px;    
    width: 100%;
    display: block;
  }
  .messengers__item-icon .icon-telegram {
    font-size: 50px;
    color: #519fda;
    width: 100%;
    display: block;
  }  
  .messengers__item-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    color: #000;
    font-weight: 400;
  }
  .messengers__item-name .svg-icon {
    width: 17px;
    height: 9px;
    margin-top: 2.5px;
    -webkit-transition: 0.3s ease transform;
    transition: 0.3s ease transform;
  }
  .messengers__item-name .t-nm {
    min-width: 90px;
    margin-right: 9px;
  }
  .messengers__item.whatsapp .svg-icon {
    color: #09ba8f;
    margin-right: 10px;
  }
  .messengers__item.telegram .svg-icon {
    color: #128bcf;
    margin-right: 10px;
  }
  .messengers__text {
    font-size: 13px;
    color: #929292;
  }
  .messengers.type-2 {
    margin-top: 0;
  }

  .messengers {
    margin-bottom: 30px;
  }
  .messengers__title {
    font-size: 38px;
    max-width: 1065px;
    margin-bottom: 30px;
  }
  .messengers__text {
    font-size: 19px;
  }
  .messengers.type-2 .messengers__title {
    font-size: 35px;
  }

  .messengers.type-3 .messengers__title {
    font-size: 50px;
  }

  .messengers {
    padding: 47px 77px 32px;
    margin-top: -60px;
  }
  .messengers__title {
    font-size: 55px;
    margin-bottom: 18px;
  }

  /* article */
  .price-table--type-2--expanded .table-cover {
    padding-top: 3px;
  }
  .price-table--type-2--expanded td:nth-child(1) .tooltip__body {
    left: 350%;
  }
  @media only screen and (max-width: 480px) {
    .estimate__total-price-holder {
      flex-flow: row wrap;
    }
  }
  .estimate__total-price-holder {
    column-gap: 20px;
  }
  .estimate__total-price {
    margin: 0 !important;
  }
  
/* messengers */