@media only screen and (max-width:960px) {
  #f2_groups .f2-gumb {
    padding: 0 16px;
  }
}
#f2_group_top{
	padding:0;
}
#f2_groups #f2_filter .f2-filt_btn {
  line-height: 46px;
}
#f2_groups #f2_filter .f2-filt_btn .f2-caret-br {
  margin: 62px 83px 0 0;
}
#f2_groups .f2-group_d {
  display: table;
  width: 100%;
}
@media only screen and (max-width:720px) {
  #f2_groups .f2-group_d {
    display: none;
  }
}
#f2_groups .f2-group_d .f2-prof_menu {
  margin: 16px 0 0 30px;
  justify-content: flex-end;
}
#f2_groups .f2-group_d .f2-prof_menu div {
  padding-left: 40px;
}
#f2_groups .f2-group_d .f2-prof_menu span {
  line-height: 42px;
}
#f2_groups .f2-group_d img {
  vertical-align: text-top;
}
@media only screen and (min-width:721px) {
  #f2_groups .f2-group_m {
    display: none;
  }
}
#f2_groups .f2-headline {
  text-align: justify;
}
@media only screen and (max-width:960px) {
  #f2_groups .f2-headline {
    padding: 0.01em 16px;
  }
}
@media only screen and (min-width:961px) {
  #f2_groups .f2-headline p {
    font-weight: var(--weight_bold);
    font-size: var(--size_large);
    line-height: 29px;
  }
}
#f2_groups .f2-headline .f2-butn {
  display: table-cell;
}
@media only screen and (min-width:721px) {
  #f2_groups .f2-headline .f2-butn {
    display: flex;
    justify-content: flex-end;
  }
  #f2_groups .f2-headline .f2-butn button {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width:720px) {
  #f2_groups .f2-headline .f2-butn button {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width:720px) {
  #f2_groups .f2-group_d,
  #f2_groups .f2-group_m {
    padding: unset;
  }
}
@media only screen and (min-width:721px) and (max-width:960px) {
  #f2_groups .f2-group_d,
  #f2_groups .f2-group_m {
    padding: 0.01em 16px;
  }
}
@media only screen and (min-width:961px) {
  #f2_groups .f2-group_d,
  #f2_groups .f2-group_m {
    padding: unset;
  }
}
#f2_groups .f2-group_cover {
  object-fit: cover;
}
@media only screen and (max-width:720px) {
  #f2_groups .f2-group_cover {
    width: 100%;
    height: 160px;
    clip-path: circle(1160px at 50% -1000px);
  }
}
@media only screen and (min-width:721px) and (max-width:960px) {
  #f2_groups .f2-group_cover {
    width: 100%;
    height: 270px;
    clip-path: circle(1270px at 50% -1000px);
  }
}
@media only screen and (min-width:961px) {
  #f2_groups .f2-group_cover {
    width: 120%;
    margin-left: -10%;
    height: 380px;
    clip-path: circle(2380px at 50% -2000px);
  }
}
#f2_groups .f2-rules {
  margin-top: -53px;
}

@media only screen and (min-width:721px) {
  #f2_groups .f2-grfeed {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media only screen and (min-width:961px) {
  #f2_groups .f2-grfeed {
    margin-left: 0;
    margin-right: 0;
  }
}
#f2_groups .f2-gr_filter {
  background-color: var(--black) !important;
  border-radius: 10px;
}
#f2_groups .f2-gr_filter .f2-flexbox {
  justify-content: space-around;
}
.f2-group {
  background-color: var(--feed_siva);
  margin-top: 16px;
}
@media only screen and (max-width:720px) {
  .f2-group {
    padding: 0 0 16px;
  }
}
@media only screen and (min-width:721px) {
  .f2-group {
    border-radius: 10px;
    padding: 16px;
  }
}
.f2-group .f2-gr_cover {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
@media only screen and (max-width:720px) {
  .f2-group .f2-gr_cover {
    height: 140px;
  }
}
@media only screen and (min-width:721px) and (max-width:960px) {
  .f2-group .f2-gr_cover {
    height: 180px;
  }
}
@media only screen and (min-width:961px) {
  .f2-group .f2-gr_cover {
    height: 220px;
  }
}
.f2-group .f2-open {
  padding-top: 10px;
  line-height: 28px;
}
.f2-group .f2-open p {
  float: left;
}
.f2-group .f2-open .fs16 {
  padding-right: 10px;
}

.f2-group_cover{
	object-fit: contain;
    width: 100%;
}

/* collage */
#f2_group_collage{
	margin-top:16px;
	display: flex;
	overflow: hidden;
	border-radius: 0 0 1000px 1000px / 50px ;
}
#f2_group_collage .f2-gru{
	flex: 1;
}
#f2_group_collage .f2-gru-opac70 {
    position: relative;
    right: 0;
    height: 100%;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color:black;
    opacity:0.7;
    background-repeat: repeat;
    display: grid;
    justify-content: center;
}
#f2_group_collage .f2-gru-opac70 span{
	position: absolute;
  	width: 100%;
  	top: 50%;
  	transform: translateY(-50%);
}

#f2_group_collage.f2-prof_cover_d img {
    width: 20%;
    object-fit: cover;
}



@media only screen and (max-width:720px) {
	#f2_groups .f2-gumb  {padding: 0;}
}


/*Kristian Lev*/
.f2-groupName {display: block; word-break: break-word;  line-height: 40px; color: #fff; font-size: 30px; font-weight: 800; padding-top: 30px;}
.f2-groupName:hover {text-decoration: none;}


.f2-groupPage h3.fuz {padding: 0;}
.f2-groupPage p.fut {padding: 0;}
.f2-groupPage .f2-usersCards .f2_2col_card:first-child {border-top: none;}
.f2-groupPage .f2-usersCards .f2_2col_card:last-child {border-bottom: none;}
.f2-groupPage hr.f2-c-mt-0 {margin-top: 0;}



.f2-group-card{
	padding-bottom: 5px;
}
.f2-group-card .f2-cover-img{
	position:relative;
}
.f2-group-card .f2-cover-img .f2-photo_ch{
	width:60px;height:60px;
}

.f2-group-card .f2-photo_ch a:hover 
{ background-color: rgba(0,0,0,0.7);}

.f2-group-card .f2-photo_ch a i {color: var(--svetlo_plava:)}
 .f2-group-card .f2-photo_ch a {    font-size: var(--size_icon);     -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out;  -moz-transition: .2s ease-in-out;
    background-color: rgba(0,0,0,0.5); position: absolute; width: 60px; height: 60px; border-radius: 50%;  z-index: 55;}
 





















