

/* Start:/local/templates/department/components/utmn/plashki/second-template/style.css?17310740997429*/
div.news-list {
    word-wrap: break-word;
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}

.b-study-block {
    padding: 0px!important;
}

.plsh-list {
    /*	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 40px;
	justify-content: space-between;
	overflow: hidden;
	*/
}

.plsh-list.grid {
    display: grid;
    grid-gap: 30px;
    grid-auto-columns: minmax(100px, 1fr);
    grid-template-areas: ". . .";
}

.plsh-list.grid.grid-3 {
    grid-template-areas: "column-2 column-2 ." "column-3 column-3 column-3" ". . .";
}

.plsh-list__item {
    display: flex;
    /*margin-bottom: 22px;*/
}

.plsh-list__item.column-1 {
    /*width: 312px;*/
}

.plsh-list__item.column-15 {
    /*width: 479px;*/
}

.plsh-list__item.column-2 {
    /*width: 648px;*/
    grid-area: column-2;
}

.plsh-list__item.column-3 {
    /*width: 980px;*/
    grid-area: column-3;
}


/*.plsh-list__item.col-1 figure{
	width: 312px;
}
.plsh-list__item.col-15 figure{
	width: 479px;
}
.plsh-list__item.col-2 figure{
	width: 648px;
}
.plsh-list__item.col-3 figure{
	width: 980px;
}
.plsh-list__item.col-1 figure img{
	width: 312px;
}
.plsh-list__item.col-15 figure img{
	width: 479px;
}
.plsh-list__item.col-2 figure img{
	width: 648px;
}
.plsh-list__item.col-3 figure img{
	width: 980px;
}
*/

.plsh-list__item.column-1 figure p {
    -webkit-transform: translate3d(-312px, 0, 0);
    transform: translate3d(-312px, 0, 0);
}

.plsh-list__item.column-2 figure p {
    -webkit-transform: translate3d(-648px, 0, 0);
    transform: translate3d(-648px, 0, 0);
}

.plsh-list__item.column-3 figure p {
    -webkit-transform: translate3d(-980px, 0, 0);
    transform: translate3d(-980px, 0, 0);
}

.plsh-list__item.fixed {}

.plsh-list__item.fixed figure figcaption {
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: background 1s, -webkit-transform 1s;
    transition: background 1s, transform 1s;
}

.plsh-list__item.fixed figure p {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.plsh-list__item.fixed img {
    transform: scale3d(1.1, 1.1, 1);
}

.grid figure h2 {
    font-family: 'Helvetica Neue', helvetica, arial, serif;
    line-height: 26px;
    font-size: 20px;
}

.plsh-list__item h2 {
    color: #fff;
}

.plsh-list__item h2 a {
    text-decoration: none;
    color: #fff;
}

.plsh-list__item div a {
    text-decoration: none;
    color: #000;
}

.plsh-list__item figure figcaption {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: background 1s, -webkit-transform 1s;
    transition: background 1s, transform 1s;
}

.plsh-list__item:hover figure figcaption {
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: background 1s, -webkit-transform 1s;
    transition: background 1s, transform 1s;
}

.grid {
    /*position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;*/
}

.grid figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    /*min-width: 312px;
	max-width: 312px;
	max-height: 312px;*/
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    border-radius: 15px;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    min-width: 330px;
    max-width: 100%;
    /*opacity: 0.6;*/
}

.grid figure figcaption {
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em!important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-julia {
    background: #2f3238;
}

figure.effect-julia img {
    height: 312px;
    max-width: 100%;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

figure.effect-julia figcaption {
    text-align: left;
}

figure.effect-julia h2 {
    position: relative;
    padding: 0.5em 0;
}

figure.effect-julia p {
    display: inline-block;
    margin: 0 0.1em 0.65em;
    padding: 0.4em 1em;
    background: rgba(255, 255, 255, 0.9);
    color: #2f3238;
    text-transform: none;
    font-weight: 500;
    /*font-size: 75%;*/
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-460px, 0, 0);
    transform: translate3d(-460px, 0, 0);
}

figure.effect-julia p:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-julia:hover img {
    //opacity: 0.1;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

figure.effect-julia:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (max-width: 1250px) {
    .plsh-list.grid.grid-3 {
        grid-template-areas: "column-2 column-2" "column-3 column-3" ". .";
    }
}

@media (max-width: 1200px) {
    .plsh-list.grid {
        display: grid;
        grid-gap: 30px;
        grid-auto-columns: minmax(100px, 1fr);
        grid-template-areas: "column-2 column-2 ." "column-3 column-3 column-3" ". . .";
    }
}

@media (max-width: 1050px) {
    .plsh-list.grid.grid-3 {
        grid-template-areas: "column-2" "column-3" ".";
    }
}

@media (max-width: 920px) {
    .grid figure img {
        min-height: auto;
        max-height: 200px;
        height: 100%;
    }
    .grid figure figcaption,
    .grid figure figcaption>a {
        position: relative;
    }
    .plsh-list.grid {
        grid-template-areas: ". .";
    }
    .plsh-list__item.column-2 {
        /*width: 648px;*/
        grid-area: unset;
    }
    .plsh-list__item.column-3 {
        /*width: 980px;*/
        grid-area: unset;
    }
    figure.effect-julia p {
        opacity: 1!important;
        -webkit-transform: translate3d(0, 0, 0)!important;
        transform: translate3d(0, 0, 0)!important;
    }
}

@media (max-width: 750px) {
    .plsh-list.grid {
        grid-template-areas: ".";
    }
}
/* End */


/* Start:/bitrix/components/utmn/plashki/templates/.default/style_pl_2.css?1688323415515*/
.sl_br .b-block-left{
    display: none;
}
.b-block-right{
    width: 980px!important;
    padding: 0!important;
    border: 0!important;
    background: #fff0!important;
}
/*.b-block-right ul{
    margin-top: 40px;
    margin-left: -8px;
    margin-bottom: 20px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    width: 1000px;
}*/
.height-line-item.min-margin{

}
.b-block-right ol, .b-block-right ul, .b-textblock ol, .b-textblock ul{
    margin-left: -10px;
}
/* End */


/* Start:/local/templates/department/components/utmn/plashki/3td_template/style.css?17381479582319*/
.height-line{
	margin: 0;
	text-align: center;
	padding: 0!important;
	list-style: none;
	margin-bottom: 100px;
}
.height-line.grid{
	display: grid;
	grid-gap: 30px;
	grid-auto-columns: minmax(100px, 1fr);
	grid-template-areas: ". . . .";
}
.height-line.grid.grid-3 {
    grid-template-areas: ". . .";
}
.ib-li{
	box-shadow: 13px 15px 20px rgba(0, 0, 0, 0.05);
	border-radius: 15px;
	overflow: hidden;
	background: #fff;
padding-bottom: 0 !important;
}
.b-brick-additional {
	position: relative;
	padding-bottom: 0;
	min-height: 125px;
}
.b-study-category, .study-cat-pic {
	position: relative;
}
.b-study-category {
	font-size: 14px;
	display: inline;
	font-weight: 400;
}
.b-study-category a {
	font-size: 14px;
	display: flex;
	position: relative;
}
.study-cat-pic {
	float: left;
	display: block;
	border-radius: 15px;
	overflow: hidden;
}
.b-study-category .study-cat-text{
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 128px;
}
.study-cat-pic img{
	display: block;
	margin-bottom: 0;
	width:128px;
}
.study-cat-pic:after {
	position: absolute;
	width: 100%;
	opacity: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, .4);
	transition: opacity .1s linear;
}
.study-cat-text span {
	color: #14202c;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	padding: 0 15px;
}
@media (max-width: 1450px){
	.height-line.grid.grid-3 {
		grid-template-areas: ". .";
	}
}
@media (max-width: 1400px){
	.height-line.grid{
		grid-template-areas: ". . .";
	}
	.study-cat-pic img{
		width:167px;
	}
	.b-study-category .study-cat-text{
		height:167px;
	}
}
@media (max-width: 1200px){
	.study-cat-pic img{
		width:128px;
	}
	.b-study-category .study-cat-text{
		height:128px;
	}
}
@media (max-width: 1150px){
	.height-line.grid.grid-3 {
		grid-template-areas: ".";
	}
}
@media (max-width: 1000px){
	.height-line.grid{
		grid-template-areas: ". .";
	}
}
@media (max-width: 768px){
	.height-line.grid.grid-3 {
		grid-template-areas: ". .";
	}
}
@media (max-width: 700px){
	.height-line.grid.grid-3 {
		grid-template-areas: ".";
	}
}
@media (max-width: 690px){
	/*.study-cat-text span {
		font-size:16px;
	}*/
}
@media (max-width: 650px){
	/*.study-cat-text span {
		font-size:18px;
	}*/
	.height-line.grid{
		grid-template-areas: ".";
	}
}
/* End */
/* /local/templates/department/components/utmn/plashki/second-template/style.css?17310740997429 */
/* /bitrix/components/utmn/plashki/templates/.default/style_pl_2.css?1688323415515 */
/* /local/templates/department/components/utmn/plashki/3td_template/style.css?17381479582319 */
