

/* Start:/local/templates/womanopora/components/bitrix/news.list/news-menu/style.css?16128961761692*/
.mod-news-menu {
	margin-top: -66px;
}

.mod-news-menu-wrap:after {
	content: '';
	display: block;
	height: 2px;
	background: #d7d9da;
	position: absolute;
	width: calc(100% - 34px);
	left: 17px;
	margin-bottom: -58px;
	bottom: 0;
}

.mod-news-menu-item {
	width: 233px;
	height: 232px;
	border-radius: 5px;
	box-shadow: 0 6px 13px 3px rgba(65, 100, 162, 0.19);
	font-size: 1.12rem;
	color: #3a465c;
	background-color: #fff;
	transition: all 500ms;
}

.mod-news-menu-img {
	display: block;
}

.mod-news-menu-img-hover {
	display: none;
}

.mod-news-menu-item:hover {
	transform: scale(1.13);
	background-color: #34455b;
	color: #fff;
	z-index: 99;
}

.mod-news-menu-item:after {
	content: '';
	background-color: rgb(108, 119, 134);
	height: 7px;
	border-radius: 5px;
	position: absolute;
	width: 90%;
	bottom: 0;
	margin-bottom: 0;
	opacity: 0;
	transition: all 500ms;
}

.mod-news-menu-item:hover:after {
	opacity: 1;
	margin-bottom: -2.2em;
}

.mod-news-menu-item:hover .mod-news-menu-img {
	display: none;
}

.mod-news-menu-item:hover .mod-news-menu-img-hover {
	display: block;
}

@media only screen and (max-width: 1229px) {

	.mod-news-menu {
		margin-top: -100px;
	}

	.mod-news-menu-item {
		width: 213px;
		height: 214px;
		font-size: 1rem;
	}

	.mod-news-menu-wrap:after {
		display: none;
	}

}

@media only screen and (max-width: 959px) {

	.mod-news-menu {
		margin-top: -60px;
		overflow-x: auto;
		margin-right: 20px;
	}

	.mod-news-menu-item {
		width: 213px;
		height: 214px;
		font-size: 1rem;
	}

}

@media only screen and (max-width: 767px) {

	.mod-news-menu {
		margin-right: 18px;
	}

	.mod-news-menu-item {
		width: 174px;
		height: 175px;
		font-size: 0.875rem;
	}

}
/* End */


/* Start:/local/templates/womanopora/components/bitrix/news.list/projects/style.css?16128961971205*/
.mod-projects-item {
    width: 303px;
    margin: 0 2px 40px;
    box-shadow: 4px 2px 18px 2px rgba(23, 55, 67, 0.08);
}


.mod-projects-item-img img,
.mod-projects-item-img,
.mod-projects-item-desc {
    border-radius: 5px;
}

.mod-projects-item-desc {
    font-size: 0.875rem;
    line-height: 1.3em;
    color: #fff;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 500ms;
    background: #34455b;
}

.mod-projects-item:hover .mod-projects-item-desc {
    opacity: 1;
}

@media only screen and (max-width: 1229px) {

    .mod-projects-item {
        width: 241px;
    }

    .mod-projects-item-desc {
        opacity: 1;
        font-size: 0.6875rem;
    }

}

@media only screen and (max-width: 959px) {

    .mod-projects-items.base-wrap {
        overflow-x: auto;
        margin-right: 20px;
    }

    .mod-projects-item {
        width: 243px;
        height: 133px;
        flex-shrink: 0;
    }

    .elm-projects-desc {
        font-size: 0.6875rem;
    }

}

@media only screen and (max-width: 767px) {

    .mod-projects-items.base-wrap {
        overflow-x: auto;
        margin-right: 18px;
    }

    .mod-projects-item {
        width: 216px;
        height: 118px;
    }

}
/* End */


/* Start:/local/templates/womanopora/components/bitrix/news.list/banner_people/style.css?16163115503464*/
.mod-banner-people {
    background: #002a53 url(/local/templates/womanopora/assets/images/tpl/mod-banner-people-bg.jpg) no-repeat left center;
    padding-top: 12px;
}

.mod-banner-people-big-photo {
    margin: 0 9px 12px 0;
}

.mod-banner-people-big-photo img {
    border-radius: 5px;
}

.mod-banner-people-big-photo-info {
    bottom: 7px;
    width: calc(100% - 20px);
    margin-left: 10px;
    background: rgba(0, 42, 83, 0.86);
    border-radius: 5px;
    font-size: 1.0625rem;
    line-height: 1.15em;
    padding: 7px 0;
}

.mod-banner-people-big-photo-title {
    font-family: 'Montserrat-Bold';
}

.mod-banner-people-small-photos {
    overflow: auto;
    height: 100px;
}

.mod-banner-people-small-photo {
    width: 32%;
    height: 174px;
    max-width: 100%;
    max-height: 100%;
    background: white;
    border-radius: 5px;
    margin-bottom: 12px;
}

.mod-banner-people-small-photo:not(:nth-child(3n+3)) {
    margin-right: 2%;

}

.mod-banner-people-small-photo img {
    border-radius: 5px;
    max-width: 100%;
}

.mod-banner-people-small-photo:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    opacity: 0;
    content: '';
    border-radius: 5px;
    transition: all 500ms;
}

.mod-banner-people-small-photo-info {
    bottom: 3px;
    width: calc(100% - 4px);
    background: rgba(0, 42, 83, 0.86);
    border-radius: 5px;
    font-size: 0.625rem;
    line-height: 1.15em;
    padding: 4px 0;
    opacity: 0;
    transition: all 500ms;
}

.mod-banner-people-small-photo-title {
    font-family: 'Montserrat-Bold';
}

.mod-banner-people-small-photo:hover:before {
    opacity: 1;
}

.mod-banner-people-small-photo:hover .mod-banner-people-small-photo-info {
    opacity: 1;
}

@media only screen and (max-width: 1229px) {

    .mod-banner-people-big-photo {
        width: 310px;
    }

    .mod-banner-people-big-photo-info {
        font-size: 0.8125rem;
    }

    .mod-banner-people-small-photo {
        width: 168px;
    }

    .mod-banner-people-small-photo:not(:nth-child(3n+3)) {
        margin-right: 0;
    }

    .mod-banner-people-small-photo:not(:nth-child(2n+2)) {
        margin-right: 6px;
    }

    .mod-banner-people-small-photo-info {
        opacity: 1;
        font-size: 0.5625rem;
    }

}

@media only screen and (max-width: 959px) {

    .mod-banner-people-big-photo {
        width: 49%;
        margin-right: 0;
    }

    .mod-banner-people-big-photo:not(:nth-child(2n+2)) {
        margin-right: 2%;
    }

    .mod-banner-people-big-photo img {
        width: 100%;
    }

    .mod-banner-people-big-photo-info {
        font-size: 0.9375rem;
    }

    .mod-banner-people-small-photos {
        overflow-x: auto;
        height: auto;
    }
    .mod-banner-people-small-photo:not(:nth-child(3n+3)) {
        margin-right: 9px;
    }

    .mod-banner-people-small-photo {
        width: 192px;
        height: auto;
    }

    .mod-banner-people-small-photo img {
        width: 100%;
    }

    .mod-banner-people-small-photo-info {
        font-size: 0.6875rem;
    }

}

@media only screen and (max-width: 767px) {

    .mod-banner-people-big-photo-info {
        font-size: 0.5625rem;
    }

    .mod-banner-people-small-photos {
        height: auto;
    }

    .mod-banner-people-small-photo {
        width: 118px;
        height: auto;
    }

    .mod-banner-people-small-photo-info {
        font-size: 0.4375rem;
    }

}
/* End */


/* Start:/local/templates/womanopora/components/bitrix/news.list/actions/style.css?16128967212252*/
/*region ==== elm-actions ==== */

.elm-actions-item {
    width: 296px;
    height: 214px;
    border-radius: 5px;
    background-image: -moz-linear-gradient( 10deg, rgb(0,42,83) 0%, rgb(82,30,68) 100%);
    background-image: -webkit-linear-gradient( 10deg, rgb(0,42,83) 0%, rgb(82,30,68) 100%);
    background-image: -ms-linear-gradient( 10deg, rgb(0,42,83) 0%, rgb(82,30,68) 100%);
    margin: 0 8px 8px 0;
    transition: all 500ms;
}

.elm-actions-date {
    font-family: 'Montserrat-Bold';
    font-size: 1rem;
}

.elm-actions-loc {
    font-family: 'Montserrat-Bold';
    font-size: 1rem;
    color: #6bcbf3;
}

.elm-actions-title {
    font-family: 'Montserrat-Bold';
    font-size: 1rem;
}

.elm-actions-category {
    font-size: 0.75rem;
    color: #fff;
}

.elm-actions-desc {
    font-size: 0.85rem;
}

.elm-actions-item:hover {
    background-image: -moz-linear-gradient( 90deg, rgb(70,174,247) 0%, rgb(29,213,230) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(70,174,247) 0%, rgb(29,213,230) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(70,174,247) 0%, rgb(29,213,230) 100%);
    box-shadow: 2px 1px 17px 6px rgba(31, 142, 182, 0.7);
}

.elm-actions-item:hover .elm-actions-loc,
.elm-actions-item:hover .elm-actions-category {
    color: #002a53;
}

.elm-actions-item:hover .elm-region-ico {
    background-image: url(/local/templates/womanopora/assets/images/tpl/elm-region-ico-hover.png);
}

/* endregion ==== elm-actions ==== */

@media only screen and (max-width: 1229px) {

    .elm-actions-item {
        width: 233px;
        height: 163px;
    }

    .elm-actions-date,
    .elm-actions-loc,
    .elm-actions-title {
        font-size: 0.75rem;
    }

    .elm-actions-category {
        font-size: 0.5625rem;
    }

}

@media only screen and (max-width: 959px) {

    .elm-actions-item {
        width: 236px;
        height: 172px;
    }

    .elm-actions-item:not(:nth-child(even)) {
        margin-left: 8px;
    }

}

@media only screen and (max-width: 767px) {

    .elm-actions-item {
        width: 49%;
        height: 146px;
        margin-right: 0;
        margin-left: 0;
    }

    .elm-actions-item:not(:nth-child(even)) {
        margin-left: 0;
        margin-right: 2%;
    }

}
/* End */


/* Start:/local/templates/womanopora/components/bitrix/news.list/news/style.css?16129788001450*/
.elm-news:hover {
    background: #f6f6f6;
    transition: all 500ms;
}

.elm-news .elm-news-img:before,
.elm-news .elm-news-img:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    background: #f6f6f6;
    position: absolute;
    left: 0;
    transition: all 500ms;
}

.elm-news:hover .elm-news-img:before,
.elm-news:hover .elm-news-img:after {
    height: 8px;
}

.elm-news .elm-news-img:before {
    top: 0;
}

.elm-news .elm-news-img:after {
    bottom: 0;
}

.elm-news .elm-news-img img {
    max-width: 100%;
}

.elm-news-date {
    font-family: 'Montserrat-Bold';
    font-size: 0.87rem;
}

.elm-news-region {
    color: #0a2e5b;
    font-size: 0.75rem;
}

.elm-news-title {
    font-family: 'Montserrat-Bold';
    font-size: 0.76rem;
}

.elm-news-desc {
    font-family: 'Montserrat-Light';
    font-size: 0.7rem;
    color: #5c5c5c;
}

.mod-news-actions-item {
    width: 560px;
}

.elm-region-news-ico {
    background: url(/local/templates/womanopora/assets/images/tpl/elm-region-news-ico.png) no-repeat center;
    height: 14px;
    width: 9px;
}

@media only screen and (max-width: 1229px) {

    .elm-news {
        background: #f6f6f6;
    }

    .elm-news-date,
    .elm-news-region,
    .elm-news-title {
        font-size: 0.625rem;
    }

    .elm-news-desc {
        font-size: 0.5rem;
    }

    .elm-region-news-ico {
        width: 7px;
        height: 11px;
        background-size: cover;
    }

}
/* End */


/* Start:/local/templates/womanopora/components/bitrix/news.list/history/style.css?16128985151861*/
.mod-history-item {
    width: 404px;
    margin-bottom: 20px;
}

.mod-history-item:not(:nth-child(3n+3)) {
    margin-right: 9px;
}

.mod-history-item-desc {
    opacity: 0;
    transition: all 500ms;
}

.mod-history-item:hover .mod-history-item-desc {
    opacity: 1;
}

.elm-history {
    font-size: 1rem;
    line-height: 1.2em;
    transition: all 500ms;
}

.elm-history-title {
    font-family: 'Montserrat-SemiBold';
    padding-top: 0.7em;
    height: 71px;
}

.elm-history:hover {
    background-color: #fff;
    box-shadow: 0 5px 32px 6px rgba(130, 157, 190, 0.19);
}

.elm-history:hover .elm-history-title {
    color: #451038;
}

.elm-history-abs .elm-history .elm-history-img {
    overflow: hidden;
    max-height: 44%;
    transition: max-height 100ms ease;
}

.elm-history-abs .elm-history:hover .elm-history-img {
    transition: max-height 100ms ease;
    max-height: 100%
}

@media only screen and (max-width: 1229px) {

    .elm-history {
        font-size: 0.75rem;
    }

    .mod-history-item {
        width: 320px;
        background-color: #fff;
        box-shadow: 0 5px 32px 6px rgba(130, 157, 190, 0.19);
    }

    .elm-history-title {
        color: #451038;
        height: 50px;
    }

    .elm-history-abs .elm-history .elm-history-img {
        max-height: 100%;
    }

    .mod-history-item-desc {
        opacity: 1;
    }

}

@media only screen and (max-width: 959px) {

    .mod-history-items.base-wrap {
        overflow-x: auto;
        margin-right: 20px;
    }

    .mod-history-item:nth-child(3n+3) {
        margin-right: 9px;
    }

}

@media only screen and (max-width: 767px) {

    .elm-history {
        font-size: 0.6875rem;
    }

    .mod-history-items.base-wrap {
        margin-right: 18px;
    }

    .mod-history-item {
        width: 280px;
    }

    .elm-history-title {
        height: 40px;
    }

}
/* End */


/* Start:/local/templates/womanopora/components/bitrix/news.list/experts/style.css?1612898607872*/
.elm-experts {
    font-size: 0.8125rem;
    line-height: 1.2em;
    font-family: 'Montserrat-Bold';
    border-radius: 5px;
    box-shadow: 0 5px 20px 1px rgba(130, 157, 190, 0.19);
}

.elm-experts-img img {
    border-radius: 5px;
}

.elm-experts-title {
}

.mod-experts-item {
    width: 240px;
    transition: all 500ms;
}

.mod-experts-item:not(:nth-child(5n+5)) {
    margin-right: 7px;
}

@media only screen and (max-width: 1229px) {

    .mod-experts-item {
        width: 190px;
    }

    .elm-experts-title {
        font-size: 0.625rem;
    }

}

@media only screen and (max-width: 959px) {

    .mod-experts-items.base-wrap {
        overflow-x: auto;
        margin-right: 20px;
    }

}

@media only screen and (max-width: 767px) {

    .mod-experts-items.base-wrap {
        margin-right: 18px;
    }

    .mod-experts-item {
        width: 182px;
    }

}
/* End */


/* Start:/local/templates/womanopora/components/bitrix/news.list/partners/style.css?1612898727105*/
@media only screen and (max-width: 959px) {

    .mod-partners-items {
        overflow-x: auto;
    }

}
/* End */
/* /local/templates/womanopora/components/bitrix/news.list/news-menu/style.css?16128961761692 */
/* /local/templates/womanopora/components/bitrix/news.list/projects/style.css?16128961971205 */
/* /local/templates/womanopora/components/bitrix/news.list/banner_people/style.css?16163115503464 */
/* /local/templates/womanopora/components/bitrix/news.list/actions/style.css?16128967212252 */
/* /local/templates/womanopora/components/bitrix/news.list/news/style.css?16129788001450 */
/* /local/templates/womanopora/components/bitrix/news.list/history/style.css?16128985151861 */
/* /local/templates/womanopora/components/bitrix/news.list/experts/style.css?1612898607872 */
/* /local/templates/womanopora/components/bitrix/news.list/partners/style.css?1612898727105 */
