html {
scroll-behavior: smooth;
}

body {
    background-color: #ffffff
}

.catalog_item {
    transition: all 0.3s;
}

.catalog_item:hover {
    transform: scale(1.1);
    filter: brightness(90%);
}

.uc-products-sections {
    border-radius: 0 50px 0 50px;
}

.t905__image {
    border-radius: 20px 0;
}

.uc-how-we-work {
    border-radius: 0 50px 0 50px;
}

.t-sociallinks__item {
    transition: transform 0.3s;
}

.t-sociallinks__item:hover {
    transform: scale(1.2);
}

.uc-home-contacts {
    position: reletive;
    border-radius: 0 120px 0 0;
}

/*.uc-home-contacts::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    z-index: -10;*/
/*    background-color: #ededed;*/
/*}*/
.uc-product-advantage {
    border-radius: 0 50px 0 50px;
}

/*.uc-why-is-it {*/
/*    position: relative;*/
/*    border-radius: 0 120px 0 0;*/
/*    z-index: 10;*/
/*}*/

/*.uc-why-is-it::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background-color: #ededed;*/
    /*z-index: -10;*/
/*}*/

.t1002__addBtn {
    border: 1px solid #cc1010;
}

.t-store__prod__quantity {
    border: 1px solid #cc1010;
}

/*размер шрифта в табах в карточках товара*/
.t-descr_xxs {
    font-size: 16px;
    color: #000;
}

/*.t-store__filter__search .t-store__filter__input {*/
/*    border-radius: 25px !important*/
/*}*/

/*.t-store__sort-select  {*/
/*    border-radius: 25px !important*/
/*}*/

@media (max-width: 640px) {
    .uc-product-advantage {
    border-radius: 0 0 0 120px;
    }
    
    /*иконки мессенджеры в футере*/
    /*.t463 .t-sociallinks__item:not(:last-child) {*/
    /*margin-right: 20px*/
    
     /*все иконки */
    .t-sociallinks__item:not(:last-child) {
    margin-right: 20px;
}
}






  
  
