.rubric {
position: absolute;
top: 30px;
left: 20px;
min-height: 29px;
border-radius: 14px;
background-color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
font-family: segoeuib;
transition: .5s;
z-index: 999;
&:hover {
transition: .5s;
background-color: red;
}
}
.block {
.wrapper_images {
position: relative;
width: 350px;
height: 350px;
overflow: hidden;
&:hover {
img {
transform: scale(1.2);
transition: .3s;
}
}
}
img {
transition: .3s;
transform: scale(1);
&:hover {
transform: scale(1.2);
transition: .3s;
}
}
}
.soc-icon {float: left; width: 100%;}
.ya-share2__list_direction_horizontal {display: flex; width: 100%; border: 1px solid #000;}
.ya-share2__list{
display: flex!important;
}
.ya-share2__list .ya-share2__item {
height: 32px !important;
width: calc(20% - 12px)!important;
margin: 0 auto!important;
display: block;
}
.ya-share2__link, .ya-share2__badge{
height: 32px !important;
width: 100%;
display: flex!important;
justify-content: center;
}
.ya-share2__icon{
margin: auto;
}
.ya-share2__container_size_m .ya-share2__item:nth-child(1){
margin-left: 0!important;
}
.ya-share2__container_size_m .ya-share2__item:nth-last-child(1){
margin-right: 0!important;
}
margin: 0 15px;
margin-top: 0;
margin-left: 15px;
margin-bottom: 0;
margin-right: 15px;
.ya-share2__link:nth-child(1){
margin-left: 0;
}
.ya-share2__link:nth-last-child(1){
margin-right: 0;
}
.ya-share2__list_direction_horizontal {display: flex; width: 100%;}
.ya-share2__item {
height: 32px !important;
width: 20%!important;
margin: 0!important;
}
.ya-share2__link, .ya-share2__badge{
height: 32px !important;
width: 100%;
display: flex!important;
justify-content: center;
margin: 0 15px;
}
.ya-share2__icon{
margin: auto;
}
.ya-share2__link:nth-child(1){
margin-left: 0;
}
.ya-share2__link:nth-last-child(1){
margin-right: 0;
}