

/* Start:/local/templates/educator/components/bitrix/menu/sub_menu/style.css?16776225091842*/
.sub_menu {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 2px 2px 60px #ffbf08;
    border: 1px solid #ffd200;
    margin-bottom: 15px;
}

.sub_menu li {
    width: 25%;
    display: block;
    text-align: center;
    border-right: 1px solid #ffd200;
}

.sub_menu li:last-child {
    border-right: 0;
}

.sub_menu li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s;
    font-weight: 500;
    font-size: 12px;
}

.sub_menu li a:hover {
    color: #fff;
    transition: all .3s;
}

.sub_menu li a.selected {
    /*background-color: #ffdf00;*/
    color: #fff;
    font-weight: 500;
}

li.winter {
    background-color: rgba(120, 158, 202, .7);
    transition: all .3s;
}

li.spring {
    background-color: rgba(133, 215, 135, .7);
    transition: all .3s;
}

li.summer {
    background-color: rgba(254, 64, 64, .7);
    transition: all .3s;
}

li.autumn {
    background-color: rgba(252, 151, 50, .7);
    transition: all .3s;
}

li.winter:hover {
    background-color: rgba(120, 158, 202, 1);
    transition: all .3s;
}

li.spring:hover {
    background-color: rgba(133, 215, 135, 1);
    transition: all .3s;
}

li.summer:hover {
    background-color: rgba(254, 64, 64, 1);
    transition: all .3s;
}

li.autumn:hover {
    background-color: rgba(252, 151, 50, 1);
    transition: all .3s;
}

li.winter.selected {
    background-color: rgba(120, 158, 202, 1);
    transition: all .3s;
}

li.spring.selected {
    background-color: rgba(133, 215, 135, 1);
    transition: all .3s;
}

li.summer.selected {
    background-color: rgba(254, 64, 64, 1);
    transition: all .3s;
}

li.autumn.selected {
    background-color: rgba(252, 151, 50, 1);
    transition: all .3s;
}
/* End */


/* Start:/local/templates/educator/components/bitrix/news/colleagues_common/bitrix/news.list/.default/style.css?16776225091663*/
.content_list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0 -15px;
}

.content_item_outer {
    padding: 15px;
}

.content_item_inner {
    background-color: #fff;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    transition: all .3s;
}

.content_item_inner:hover {
    background: #fffdb8;
	box-shadow: 0px 3px 68px 0px #f4cd2b;
	transition: all .3s;
}

.content_item_inner_pic {
    display: block;
    width: 100%;
    min-height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 15px;
}

.content_item_inner_pic a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content_item_inner_title {

}

.content_item_inner_title a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    transition: all .3s;
}

/*.content_item_inner_title a:hover {*/
/*    color: #999;*/
/*    transition: all .3s;*/
/*    cursor: pointer;*/
/*}*/

@media (min-width: 320px) {
    .content_item_outer {
        width: 100%;
        min-height: 200px;
        padding: 0 15px 15px 15px;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {
    .content_item_outer {
        width: 50%;
        min-height: 200px;
        padding: 15px;
    }
}

@media (min-width: 1024px) {

}

@media (min-width: 1280px) {
    .content_item_outer {
        width: 33.3333%;
        min-height: 200px;
        padding: 15px;
    }
}

@media (min-width: 1368px) {

}
/* End */
/* /local/templates/educator/components/bitrix/menu/sub_menu/style.css?16776225091842 */
/* /local/templates/educator/components/bitrix/news/colleagues_common/bitrix/news.list/.default/style.css?16776225091663 */
