.ThemesGroups__Container {
}
.ThemesGroups__GroupItem {
background-color: #f5fafe;
border-bottom: 6px solid #d2eef9;
}
.ThemesGroups__GroupItem + .ThemesGroups__GroupItem {
margin-top: 36px;
}
.ThemesGroups__GroupTitle {
padding: 36px 48px;
font-weight: 700;
font-size: 24px;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
cursor: pointer;
color: #000;
}
.ThemesGroups__GroupTitle i {
transition: all .4s ease;
}
.ThemesGroups__GroupTitle svg {
transition: all .4s ease;
width: 24px;
height: 24px;
color: #666666;
}
.ThemesGroups__GroupItem--opened .ThemesGroups__GroupTitle i,
.ThemesGroups__GroupItem--opened .ThemesGroups__GroupTitle svg {
transform: rotate(180deg);
}
.ThemesGroups__GroupContent {
padding: 0 48px;
max-height: 0;
overflow: hidden;
transition: .4s all ease;
}
.ThemesGroups__GroupItem--opened .ThemesGroups__GroupContent {
max-height: 860px;
padding-bottom: 48px;
}
.MeetingThemes__List {
list-style: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 0 -10px;
align-items: stretch;
padding: 0;
}
.MeetingThemes__ListItem {
width: calc(33.333333% - 20px);
margin: 0 10px 20px;
background-color: #333;
color: white;
list-style: none;
}
.MeetingThemes__ListItem--month-01 { background-color: #8aaf61; }
.MeetingThemes__ListItem--month-02 { background-color: #805aa5; }
.MeetingThemes__ListItem--month-04 { background-color: #d360a5; }
.MeetingThemes__ListItem--month-05 { background-color: #d15557; }
.MeetingThemes__ListItem--month-09 { background-color: #fed847; }
.MeetingThemes__ListItem--month-11 { background-color: #6ec7e9; }
.MeetingTheme__Container {
display: flex;
flex-direction: column;
padding: 30px;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.MeetingTheme__Month {
margin-bottom: 10px;
font-size: 23px;
font-weight: 700;
text-transform: uppercase;
}
.MeetingTheme__Title {
min-height: 6.5em;
margin-bottom: auto;
font-size: 19px;
font-weight: 600;
line-height: 1.3;
}
.MeetingTheme__link {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
justify-content: flex-start;
margin-top: 30px;
color: #fff!important;
font-size: 20px;
font-weight: 700;
text-decoration: none;
transition: all .3s ease;
}
.MeetingTheme__link:hover,
.MeetingTheme__link:focus,
.MeetingTheme__link:active {
color: #fff;
transform: translateY(-6px);
}
.MeetingTheme__link .fas {
font-size: 14px;
margin-right: 12px;
}
.MeetingTheme__link > svg {
height: 18px;
width: 18px;
fill: #fff;
margin-right: 12px;
vertical-align: middle;
display: inline-block;
}
@media screen and (max-width: 1023px){
.MeetingThemes__ListItem {
width: calc(50% - 20px);
}
}
@media screen and (max-width: 767px){
.ThemesGroups__GroupTitle {
padding: 30px;
font-size: 20px;
}
.ThemesGroups__GroupTitle svg {
width: 18px;
height: 18px;
}
.ThemesGroups__GroupContent {
padding-left: 30px;
padding-right: 30px;
}
.MeetingThemes__ListItem {
width: 100%;
}
.MeetingTheme__Container {
padding: 15px;
}
.MeetingTheme__Month {
font-size: 20px;
}
.MeetingTheme__Title {
font-size: 16px;
}
.MeetingTheme__link {
font-size: 17px;
}
.ThemesGroups__GroupItem--opened .ThemesGroups__GroupContent {
max-height: calc(6 * 240px);
padding-bottom: 48px;
}
}