body{
	background: no-repeat url("../i/winter/background.png");
	background-size: cover;
    background-position: center;
}

.header::after {
    content: "";
    background: url("../i/winter/ice.png") no-repeat;
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.title a::after,
.title span::after {
    content: "";
    background: url("../i/winter/ice.png");
    opacity: 0.15;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.about-college::after {
    content: "";
    background: url("../i/winter/ice.png") no-repeat;
    opacity: 0.15;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}
.footer::after {
    content: "";
    background: url("../i/winter/ice.png") no-repeat;
    background-size: cover;
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}

.container::after, .container::before{
    display: none;
}
ol, ul{
    margin-bottom: 0px;
}
@media (max-width: 768px) {
    /* .header__wrapper{
        margin-bottom: 0px;
    } */

    .skin-sakura__flowers{
        opacity: 0.3;
    }
}
.menu-header__sub-items .menu-header__item{
    text-align: left;
    line-height: 100%;
}

.title a, .title span {
    z-index: 9;
}
.slider-news__img{
    display: block;
}
.slider-news__title h4 {
    color: #000;
}

/* 321 */
.header__account .dropdown-menu{
    color: #000;
    font-weight: 500;

    left: auto;
    right: 0;
    min-width: 240px;
    padding: 10px;
}
.header__account .dropdown-menu h3{
    font-size: 20px;
}
.header__account .dropdown-menu a{
    color: #337ab7;;
}

/* 123 */
.main__notice .image img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.main__notice .text{
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px 40px;
    width: 100%;
    height: 100%;
    color: white;
    text-shadow: 2px 2px 10px rgb(0 0 0);
    /*background-color: rgba(0, 105, 203, 0.4);*/
}
