

/* Start:/bitrix/templates/main.new/css/additional-main-page.css?1728025662895*/
.new__icon:before {
    content: 'new!';
    position: absolute;
    color: #fff;
    background: red;
    padding: 3px 5px;
    border-radius: 12px;
    top: -12px;
    right: -12px;
}

.section--gosuslugi {
    margin-top: -90px !important;
    padding-bottom: 0 !important;
}

.banner-postupi-gosuslugi {
    padding: 30px 0px !important;
}

.banner-postupi-gosuslugi img {
    -webkit-box-shadow: 13px 15px 20px rgb(0 0 0 / 5%);
    -moz-box-shadow: 13px 15px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 13px 15px 20px rgb(0 0 0 / 5%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    max-width: 100%;
}

.section--mt-60 {
    margin-top: 60px !important;
}

.nav_white.header__slider .swiper-pagination-bullet {
    border: 1px solid #fff;
}

.nav_white.header__slider .swiper-pagination-bullet-active {
    background: #fff;
}
/* End */


/* Start:/bitrix/templates/main.new/components/bitrix/news.list/main.news/style.css?1688323427150*/
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;
}

/* End */


/* Start:/bitrix/templates/main.new/components/bitrix/news.list/events.slider/style.css?1688323427336*/
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;
}
.visually-impaired .event-card__image:after{
	background:none;
}
.visually-impaired .event-card{
	border: 1px solid #000000;
}
.visually-impaired .event-card__title{
	background:#fff;
}

/* End */


/* Start:/bitrix/templates/main.new/components/bitrix/news.list/moodboard_list_flip/style.css?16883234273240*/
.moodboard__item{
    position:relative;
    width:100%;
    height:100%;
    /*overflow: hidden;*/
}
.flip-item .moodboard-card{
    width: 100%;
}
.flip-container {
    background-color: transparent;
    perspective: 1000px;
    width: 100%;
    height: 100%;
}

.flipper {
    position: relative;
    transition-duration: 0.5s;
    perspective: 1000px;
}

.flipper,
.flip-item {
    width: 100%;
    height: 100%;
	min-height: 200px;
}

.flip-item {
    display: flex;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10rem;
    transform: rotateY(-180deg);
    transition-duration: 0.5s;
    transform-style: preserve-3d;
}

.turnToRight {
    transform: translateZ(-400px) rotateY(180deg);
}

.turnToLeft {
    transform: translateZ(-400px) rotateY(-180deg);
}

.is-active {
    transform: rotateY(0);
}
.btn-wrapper{
    position: absolute;
    top: calc(50% - 30px);
    width: 100%;
    height: auto;
}
.js-flip-prev,.js-flip-next{

}
.js-flip-prev:before,.js-flip-next:before{
    content: '';
    position: absolute;
    width: 17px;
    height: 50px;
    margin: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    opacity:0;
    transition-duration: 0.5s;
}

.js-flip-prev:before{
    background-image: url('https://www.utmn.ru/bitrix/templates/main.new/img/icons/arrow-left-white.svg');
    left:0;
}
.js-flip-next:before{
    background-image: url('https://www.utmn.ru/bitrix/templates/main.new/img/icons/arrow-right-white.svg');
    right:0;
}
.moodboard__item:hover .js-flip-prev:before, .moodboard__item:hover .js-flip-next:before{
    opacity: 0.5;
}
.moodboard__item .js-flip-prev:hover:before{
    opacity: 1;
}
.moodboard__item .js-flip-next:hover:before{
    opacity: 1;
}

.dots-wrapper{
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    width: 100%;
    bottom: -23px;
    opacity: 0;
}
.dots-wrapper span{
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #000;
    opacity: 1;
    cursor:pointer;
    transition-duration: 0.5s;
    background: #fff;
}
.dots-wrapper span.active{
    background: #000;
    width: 14px;
    height: 14px;
}
.moodboard__item:hover .dots-wrapper{
    bottom:10px;
    opacity: 1;
}
.moodboard-card__text{
    position: absolute;
    padding: 0 30px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.moodboard-card__text *,.moodboard-card__text a, .moodboard-card__text a:hover{
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.moodboard-card__text.moodboard-card__text-top{
    top: 30px;
}
.moodboard-card__text.moodboard-card__text-bottom{
    bottom:30px;
}
@media (max-width: 499px){
    .dots-wrapper{
        bottom: -18px!important;
        opacity: 1!important;
    }
}
/* End */
/* /bitrix/templates/main.new/css/additional-main-page.css?1728025662895 */
/* /bitrix/templates/main.new/components/bitrix/news.list/main.news/style.css?1688323427150 */
/* /bitrix/templates/main.new/components/bitrix/news.list/events.slider/style.css?1688323427336 */
/* /bitrix/templates/main.new/components/bitrix/news.list/moodboard_list_flip/style.css?16883234273240 */
