.blog-card__image {margin: 0px 40px;}
.blog-card__description span {    margin: 7px 0px 15px 0px; display: block; font-size: 1.2em;}
 .blog-card__image img {height: auto; width: 100px;max-height: 100px; border-radius:unset; margin-top:10px;}
.blog-card__title {min-width: 290px; font-size: 1.3em; font-weight: 500;}
.tabs__button { font-size: 2em;}
.tabs__row .swiper-slide { padding: 0px 34px;}
.tabs__row{overflow:visible;}
.blog-card { margin-bottom: 2em;}
.tele-icons{display:grid;
  grid-template-columns: repeat(10, 60px) ;
  grid-template-rows: repeat(4, 55px );
  justify-content: center;
  justify-items:end;
  align-items:center;
  margin-top: 20px;
    }
.part2 {
    grid-template-columns: repeat(12, 60px);
    grid-template-rows: repeat(7, 55px);
    }
.tele-icons span:nth-child(1){grid-column: span 2;}
.part2 span:nth-child(1),.part2 span:nth-child(57){grid-column: span 3;}


.tele-icons span:nth-child(8){grid-column: span 2;  justify-self: start;}
.part2 span:nth-child(8){grid-column: span 3;  justify-self: start;}

.tele-icons span:nth-child(29){grid-column: span 5;}
.part2 span:nth-child(29){grid-column: span 1;}


.tele-icons img {max-width:50px; cursor:pointer; position:absolute; top:0px; bottom:0px; left:0px; right:0px; margin:auto;}
.tele-icons span{ width: 60px; display: inline-block; height: 25px; border-radius: 50%; padding: 5px 5px 0px; position:relative}
.tele-icons span:hover, .tele-icons span.active {display:inline-block;}
.tele-icons span:hover:after,  .tele-icons span.active:after {
  content: "о нас говорят";
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    width: 50px;
    line-height: 8px;
    text-align: center;
    height: 20px;
    position: absolute;
    top: -10px;
    right: -14px;
    background: linear-gradient(89.49deg, #f7cc39 .3%, #f69940 66.11%, #f54c4c 99.44%);
    border-radius: 50%;
    transform: rotate(-5deg);
    z-index: 2;
}
.tele-icons-oval { border: 1px solid #fecc00; border-radius: 50%; margin-bottom: 38px; padding:10px;}
.show-all{cursor: pointer;margin: 0px 0px 20px;text-align: center;display: none;font-weight: bold;width: 100%;font-size:1.125rem;}

@media (min-width: 1400px) {
    .blog-card__description {
        flex: 0 0 660px;
    }
}
@media (max-width: 915px) {
	.tele-icons-oval{width:132%;}
}
@media (max-width: 668px) {
.tele-icons-oval{width:70%;}
.blog-card__image { margin: 0px 30px;    }
.tabs__row .swiper-slide { padding: 12px;}
.tabs__button { font-size: 1em;}
.tabs .swiper-wrapper {flex-wrap: wrap;}
.blog-card {flex-wrap: wrap; row-gap: 10px;}

.tele-icons {  grid-template-columns: repeat(7, 45px); grid-template-rows: repeat(5, 37px ); margin-top: 15px; margin-bottom: 15px;}
.tele-icons span:nth-child(5){grid-column: span 2;  justify-self: start;}
.tele-icons span:nth-child(9), .tele-icons span:nth-child(19),.tele-icons span:nth-child(29),.tele-icons span:nth-child(8){grid-column: span 1;}
.tele-icons span:nth-child(27) {grid-column: span 2; }

.part2 {grid-template-rows: repeat(12, 50px); grid-template-columns: repeat(6, 50px);}
.part2 span:nth-child(1) {grid-column: span 2;}
.part2 span:nth-child(4) {grid-column: span 2;   justify-self: start;}
.part2 span:nth-child(8){grid-column: span 2;justify-self: start;} 
.part2 span:nth-child(5){ grid-column: span 2;justify-self: end;}
 .part2 span:nth-child(27),  .part2 span:nth-child(57) {grid-column: span 1;}
.part2 span:nth-child(63){grid-column: span 2;}


.tele-icons span{ width: 50px;}
.tele-icons img {max-width: 40px; }

.blog-card__image img {width:auto; max-height: 60px;}
.part2 {grid-template-rows: repeat(12, 40px); grid-template-columns: repeat(6, 40px);}
}

@media (max-width: 480px) {
.tele-icons-oval{width:100%;}
.part2 img {max-width: 34px; }

}

@media (max-width: 456px) {
.tele-icons-oval{width:100%;}
.tabs__button:before{
    border-radius: 50%;
    content: "";
    display: inline-block;
    border: 1px solid black;
    height: 100%;
    left: -12px;
    position: absolute;
    top: 0;
    width: calc(100% + 24px);
    z-index: -1;
background:none;
}
.tabs__button_style_primary.active:before {
    background: linear-gradient(89.49deg, #f7cc39 .3%, #f69940 66.11%, #f54c4c 99.44%);
border:none;
}
}