.thousands__bottom {
    margin-bottom: 15px;
    max-width: 718px;
    text-transform:none;
}
.services__price-item.hide{
    display: none;
}
.services__price-item.visible{
    display: flex;
}
.button.btn__more{
    border: 1px solid transparent;
    margin: 0 auto;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button.btn__more.btn__hidden{
    border: 1px solid #0077D1;
}
.button.btn__more.btn__hidden:active{
    background-color: #004B84;
}
.button.btn__more.btn__active{
    border-color: #004B84;
    background: #fff;
    color: #090E12;
}
@media (max-width: 576px){
    .thousands__bottom {
        display: none;
    }
}
/*стили для иконок*/
.footer-social{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 11px;
}
.footer-social__top, .footer-social__bottom{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* width: 100%; */
    gap: 16px;
}
.footer-social__top-title{
    margin: 0 auto;
}

.footer-social__link{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0077d1;
    border-radius: 50%;
    flex-shrink: 0;
}
.footer-social__link img {
    flex-shrink: 0;
    width: 24px;
    /*height: 24px;*/
}
.footer-social__wrapper{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    gap: 8px;
}
.preloader-remove{
    display: none;
    overflow: hidden;
    opacity: 0;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    visibility: hidden;
}