/* Кнопки блока проекты с ценами */

@media (min-width:961px) {
#rec765151142 .t1025__btn-wrapper {
    display: flex;
}

#rec765151142 .t1025__btn-row {
    margin-right: 33%;
}
}

@media (min-width:401px) and (max-width:960px) {
#rec765151142 .t1025__btn-row {
    margin-right: 8%;
} 
}

@media (min-width:280px) and (max-width:400px) {
  #rec765151142 .t1025__btn-wrapper {
    display: flex;
}

   #rec765151142 .t1025__btn-row {
    margin-right: 8%;
} 
}


/* Скругление границы аватаров в отзывах */

#rec763354305 .t942__avatar {
    border: 1px;
    padding: 1px;
    margin: auto 15px auto 3px;
    border-radius: 7px;
}

/* Отступы в отзывах */

#rec763354305 .t942__content {
    max-width: 100%;
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px;
}



/* Виджеты мессенджеров десктоп*/


.telegram-button {
    position: fixed;
    right: 0;
    bottom: 140px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 9999;
    background-color: #4D4D4D;
    background-image: url("https://static.tildacdn.com/tild6365-3763-4934-b833-326464643137/icons8--app-100.png");   
    background-size: 90%; 
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.telegram-button:before,
.telegram-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #4D4D4D;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: border-animate 1.5s linear infinite;
    opacity: 0;
}
.telegram-button:after{
    animation-delay: .5s;
}

.whatsapp-button {
    position: fixed;
    right: 0;
    bottom: 40px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 9999;
    background-color: #4D4D4D;
    background-image: url("https://static.tildacdn.com/tild6636-3838-4830-b936-646565396637/icons8-whatsapp-100_.png");  
    background-size: 90%; 
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #4D4D4D;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: border-animate 1.5s linear infinite;
    opacity: 0;
}
.whatsapp-button:after{
    animation-delay: .5s;
}

@keyframes border-animate
{
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}



/* Виджеты мессенджеров мобильные*/


.telephone {
    position: fixed;
    right: 0px;
    bottom: 200px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    z-index: 9999;
    background-color: #4D4D4D;
    background-image: url("https://static.tildacdn.com/tild6537-3733-4231-a338-656662373431/icons8---100.png");   
    background-size: 80%; 
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.telephone:before,
.telephone:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #4D4D4D;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: border-animate 1.5s linear infinite;
    opacity: 0;
}
.telephone:after{
    animation-delay: .5s;
}

.telegram{
    position: fixed;
    right: 0px;
    bottom: 120px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    z-index: 9999;
    background-color: #4D4D4D;
    background-image: url("https://static.tildacdn.com/tild6365-3763-4934-b833-326464643137/icons8--app-100.png");   
    background-size: 90%; 
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.telegram:before,
.telegram:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #4D4D4D;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: border-animate 1.5s linear infinite;
    opacity: 0;
}
.telegram:after{
    animation-delay: .5s;
}

.whatsapp {
    position: fixed;
    right: 0px;
    bottom: 40px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    z-index: 9999;
    background-color: #4D4D4D;
    background-image: url("https://static.tildacdn.com/tild6636-3838-4830-b936-646565396637/icons8-whatsapp-100_.png");   
    background-size: 90%; 
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.whatsapp:before,
.whatsapp:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #4D4D4D;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: border-animate 1.5s linear infinite;
    opacity: 0;
}
.whatsapp:after{
    animation-delay: .5s;
}


@keyframes border-animate
{
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}


