@charset "UTF-8";* {
    padding: 0;
    margin: 0;
    border: 0
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active,:focus {
    outline: 0
}

a:active,a:focus {
    outline: 0
}

aside,footer,header,nav {
    display: block
}

body,html {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button,input,textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

.header {
    position: relative;
    background: -o-linear-gradient(181.4deg,#7b3f08 0,#0d2252 70.62%);
    background: linear-gradient(268.6deg,#7b3f08 0,#0d2252 70.62%);
    z-index: 10;
    color: #fff
}

.header::after {
    content: "";
    background: url(../img/winter/ice.png) no-repeat;
    opacity: .1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1
}

.header a {
    color: #fff
}

.header__top {
    border-bottom: 2px solid #fff;
    padding: 10px 0
}

.header__container-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__left {
    display: inline-block
}

.header__right {
    display: inline-block
}

.header__other li {
    margin-right: 25px
}

.header__middle {
    border-bottom: 2px solid #fff
}

.header__middle .header__left,.header__middle .header__right {
    max-width: 49%;
    min-width: 48%
}

.header__container-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__slider {
    height: 100%
}

.header__menu {
    display: none
}

.open {
    display: block
}

.menu-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.menu-burger__name {
    display: inline-block;
    font-size: 22px;
    font-weight: 500
}

.menu-burger__btn {
    font-size: 20px;
    padding: 10px;
    border: 1px solid #fff;
    display: inline-block;
    margin: 10px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.treangle {
    border-top: 6px dashed rgba(255,255,255,.6);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    display: inline-block;
    margin-left: 5px;
    width: 10px
}

.contacts__item {
    position: relative;
    padding-right: 60px
}

.contacts__item::after {
    content: "";
    border-bottom: 2px solid rgba(255,255,255,.4);
    -webkit-transform: rotate(110deg);
    -ms-transform: rotate(110deg);
    transform: rotate(110deg);
    display: block;
    width: 30px;
    position: absolute;
    right: 15px;
    top: 14px
}

.contacts__item:last-child::after {
    display: none
}

.contacts__item:last-child {
    padding-right: 0
}

.contacts__subtitle {
    color: rgba(255,255,255,.6)
}

.education {
    width: 100%
}

.education__title {
    line-height: 12px;
    text-align: center;
    color: rgba(255,255,255,.6);
    padding: 10px 0 5px 0;
    border-bottom: 1px solid rgba(255,255,255,.5);
    width: 100%
}

.education__body {
    margin: 10px 0
}

.education__body a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.education__logo {
    min-width: 33%
}

.education__logo img {
    width: 100%
}

.education__name {
    height: 100%;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    vertical-align: middle
}

.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.navigation li:first-child {
    margin-left: 0
}

.navigation li:last-child {
    margin-right: 0
}

.menu-header__items li {
    position: relative
}

.menu-header__items li:hover .menu-header__sub-items {
    display: block
}

.menu-header__item {
    display: block;
    padding: 10px 15px;
    height: 100%;
    text-align: center;
    font-weight: 500;
    line-height: 145.19%
}

.menu-header__item:hover {
    background-color: rgba(255,255,255,.2)
}

.menu-header__drop-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.menu-header__drop-item::after {
    content: "";
    border-top: 8px dashed rgba(255,255,255,.6);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    display: block;
    width: 15px;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: rotateZ(180deg) translate(50%,8px);
    -ms-transform: rotate(180deg) translate(50%,8px);
    transform: rotateZ(180deg) translate(50%,8px)
}

.menu-header__sub-items {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #973219;
    min-width: 200px;
    width: 100%;
    display: none
}

.menu-header__sub-items li {
    position: relative;
    padding: 0 0
}

.menu-header__sub-item {
    display: inline-block;
    padding: 10px 10px;
    width: 100%;
    font-size: 14px;
    font-weight: 400
}

.menu-header__sub-item:hover {
    background-color: rgba(255,255,255,.2)
}

.drop-menu:hover {
    display: block
}

.slider-header {
    height: 100%
}

.slider-header img {
    width: 100%;
    position: absolute;
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
    top: 0
}

.main__notice {
    height: 465px
}

.slider-notice:hover .swiper-pagination {
    display: block
}

.slider-notice .swiper-pagination {
    display: none;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    border-radius: 15px 15px 0 0;
    -webkit-box-shadow: 0 -6px 20px 0 rgba(0,105,203,.6);
    box-shadow: 0 -6px 20px 0 rgba(0,105,203,.6);
    background-color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    color: rgba(0,0,0,.7)
}

.title {
    margin: 20px 0 15px 0;
    background: -o-linear-gradient(181.4deg,#7b3f08 0,#0d2252 70.62%);
    background: linear-gradient(268.6deg,#7b3f08 0,#0d2252 70.62%);
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    font-variant: small-caps;
    color: #fff;
	border-radius: 8px;
}

.title a,.title span {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 15px 0;
    width: 100%;
    height: 100%;
    text-shadow: 0 0 12px #1e0942;
    z-index: 10
}

.title a::after,.title span::after {
    content: "";
    background: url(../img/winter/ice.png);
    opacity: .15;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1
}

.news__title {
    letter-spacing: .105em;
    font-size: 34px
}

.slider-news {
    margin: 0 -5px;
    padding: 0 5px
}

.slider-news__img {
    height: 115px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: inset 0 34px 7px rgba(0,105,203,.4);
    box-shadow: inset 0 34px 7px rgba(0,105,203,.4)
}

.slider-news__body {
    padding: 15px 10px
}

.slider-news__body img,.slider-news__body p {
    display: none
}

.slider-news__body .slider-news__intro {
    display: inline-block;
    line-height: 16px;
    text-align: justify;
    letter-spacing: -.07em;
    color: rgba(0,0,0,.7)
}

.slider-news__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px
}

.slider-news__title h4 {
    padding-bottom: 10px
}

.slider-news__date {
    padding: 0 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: rgba(255,255,255,.8)
}

.slider-news__date span {
    width: 100%;
    padding: 7px 5px 3px 0;
    display: inline-block;
    border-bottom: 1px solid rgba(255,255,255,.8)
}

.slider-news .swiper-slide {
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    box-shadow: 0 3px 6px rgba(0,0,0,.25)
}

.slider-news .swiper-pagination {
    position: relative;
    bottom: 0;
    margin: 30px 0 0 0
}

.slider-news .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #973219;
    opacity: 1
}

.slider-news .swiper-pagination-bullet-active {
    background: rgba(151,50,25,.2)
}

.spec-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.spec-list__item {
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 15px 15px 0 0;
    width: 369px;
    height: 208px;
    border-radius: 5px;
    position: relative
}

.spec-list__item:nth-child(3) {
    margin-right: 0
}

.spec-list__img {
    display: none
}

.spec-list__background {
    background: rgba(0,16,52,.6);
    height: 100%;
    border-radius: 5px;
    padding: 8px 10px;
    position: relative
}

.spec-list__top {
    border-bottom: 1px solid #fff
}

.spec-list__code {
    margin-bottom: 5px
}

.spec-list__title {
    margin-top: 8px;
    font-weight: 700;
    line-height: 16px
}

.spec-list__bottom {
    position: absolute;
    bottom: 10px
}

.spec-list__left {
    margin-right: 8px;
    font-weight: 500
}

.spec-list__left,.spec-list__right {
    display: inline-block
}

.spec-list__date-education {
    margin-bottom: 8px
}

.spec-list__right {
    color: rgba(255,255,255,.8)
}

.spec-list__date-number {
    margin-bottom: 8px
}

.about-college {
    position: relative;
    margin: 30px -15px;
    padding: 20px 15px;
    background: -o-linear-gradient(344.03deg,#001034 0,#973219 100%);
    background: linear-gradient(105.97deg,#001034 0,#973219 100%);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-college::after {
    content: "";
    background: url(../img/winter/ice.png) no-repeat;
    opacity: .15;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0
}

.about-college__director {
    min-width: 180px;
    max-width: 180px
}

.about-college__director img {
    width: 100%;
    z-index: 2;
    position: relative
}

.about-college__director-text {
    line-height: 20px
}

.about-college__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-college__content {
    margin: 0 15px;
    font-size: 24px;
    line-height: 168.19%;
    text-align: justify
}

.about-college__photo {
    min-width: 280px;
    max-width: 280px
}

.about-college__photo img {
    width: 100%;
    z-index: 2;
    position: relative
}

.about-college__img-top {
    margin-top: 20px
}

.license {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.license__body {
    margin-right: 15px
}

.license__title {
    margin: 0
}

.license__content {
    font-size: 20px;
    line-height: 196.69%;
    text-align: justify;
    margin: 50px 0 80px 0
}

.license__footer {
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #b9002a
}

.license__slider {
    width: 285px
}

.certificate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px
}

.certificate__slider {
    width: 325px
}

.certificate__body {
    margin-left: 15px
}

.certificate__title {
    margin: 0
}

.certificate__content {
    font-weight: 400;
    font-size: 20px;
    line-height: 149.19%;
    text-align: justify;
    letter-spacing: -.015em;
    margin: 10px 0
}

.slider-certificate .swiper-button-next::after,.slider-certificate .swiper-button-prev::after,.slider-license .swiper-button-next::after,.slider-license .swiper-button-prev::after,.slider-notice .swiper-button-next::after,.slider-notice .swiper-button-prev::after {
    font-size: 30px;
    font-weight: 900
}

.slider-certificate .swiper-button-prev::after,.slider-license .swiper-button-prev::after,.slider-notice .swiper-button-prev::after {
    margin-left: -5px
}

.slider-certificate:hover .swiper-button-next,.slider-certificate:hover .swiper-button-prev,.slider-license:hover .swiper-button-next,.slider-license:hover .swiper-button-prev,.slider-notice:hover .swiper-button-next,.slider-notice:hover .swiper-button-prev {
    display: block
}

.slider-certificate .swiper-button-next,.slider-certificate .swiper-button-prev,.slider-license .swiper-button-next,.slider-license .swiper-button-prev,.slider-notice .swiper-button-next,.slider-notice .swiper-button-prev {
    display: none;
    background: #fff;
    border-radius: 50%;
    padding: 10px 20px;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0 6px 20px 0 rgba(0,105,203,.6);
    box-shadow: 0 6px 20px 0 rgba(0,105,203,.6)
}

.slider-certificate:hover .swiper-pagination,.slider-license:hover .swiper-pagination {
    display: block
}

.slider-certificate .swiper-pagination,.slider-license .swiper-pagination {
    display: none;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    border-radius: 15px 15px 0 0;
    -webkit-box-shadow: 0 -6px 20px 0 rgba(0,105,203,.6);
    box-shadow: 0 -6px 20px 0 rgba(0,105,203,.6);
    background-color: #fff;
    padding: 5px
}

.slider-certificate .swiper-pagination .swiper-pagination-bullet,.slider-license .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #973219;
    opacity: 1
}

.slider-certificate .swiper-pagination .swiper-pagination-bullet-active,.slider-license .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(151,50,25,.2)
}

.swiper .swiper-slide__background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 5px 0 20px 5px rgba(0,105,203,.6),inset -5px 0 12px rgba(0,105,203,.6);
    box-shadow: inset 5px 0 20px 5px rgba(0,105,203,.6),inset -5px 0 12px rgba(0,105,203,.6)
}

.table-certificate {
    border-collapse: collapse;
    border: 2px solid #74b0ec;
    letter-spacing: -.03em;
    text-align: center
}

.table-certificate td,.table-certificate th {
    border: 2px solid #74b0ec
}

.table-certificate th:nth-child(1) {
    width: 40px
}

.table-certificate__header {
    color: #fff;
    background-color: #0069cb
}

.table-certificate__header th {
    padding: 5px 5px
}

.table-certificate__header td {
    padding: 10px 0
}

.table-certificate__line {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: rgba(0,0,0,.7)
}

.table-certificate__line td {
    min-height: 60px;
    padding: 10px 0
}

.table-certificate__line:nth-child(odd) {
    background-color: #b4d5f4
}

.swiper {
    overflow: hidden;
    height: 100%
}

.swiper img {
    width: 100%
}

.swiper-slide {
    height: auto
}

.footer {
    background: -o-linear-gradient(181.4deg,#7b3f08 0,#0d2252 70.62%);
    background: linear-gradient(268.6deg,#7b3f08 0,#0d2252 70.62%);
    position: relative;
    overflow: hidden;
    color: #fff
}

.footer::after {
    content: "";
    background: url(../img/winter/ice.png) no-repeat;
    background-size: cover;
    opacity: .1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0
}

.footer a {
    color: #fff
}

.footer__container {
    position: relative
}

.footer__top {
    padding: 35px 0
}

.footer__line {
    border-bottom: 2px solid #fff
}

.footer__bottom {
    padding: 35px 0
}

.footer__title {
    position: absolute;
    z-index: 2;
    background: -o-linear-gradient(309.06deg,#00a9cb 0,#00cb9a 100%);
    background: linear-gradient(140.94deg,#00a9cb 0,#00cb9a 100%);
    top: 0;
    right: 100px;
    padding: 15px 12px;
    height: 200%;
    width: 200px
}

.footer__title-top {
    font-weight: 700;
    font-size: 20px;
    line-height: 145.19%;
    text-align: justify;
    border-left: 3px solid #fff;
    padding: 0 12px
}

.footer__title-bottom {
    padding: 40px 0
}

.contacts-footer__left {
    margin-right: 15px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: #fff
}

.contacts-footer__left,.contacts-footer__right {
    display: inline-block
}

.contacts-footer__right {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: rgba(255,255,255,.8)
}

.skin-sakura {
    position: absolute;
    z-index: 11;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.skin-sakura__tree-left {
    position: absolute;
    top: -10px;
    left: 0
}

.skin-sakura__tree-right {
    position: absolute;
    top: 0;
    right: 0
}

.skin-sakura__tree {
    width: 100%;
    z-index: 22;
    -webkit-filter: drop-shadow(0 4px 1px rgba(0, 0, 0, .75));
    filter: drop-shadow(0 4px 1px rgba(0, 0, 0, .75))
}

.skin-sakura__tree img {
    z-index: 12;
    width: 500px
}

.skin-sakura__flowers {
    z-index: 9
}

.skin-sakura__flowers img {
    position: absolute
}

.skin-sakura__lists {
    height: 100%;
    z-index: 8;
    -webkit-filter: drop-shadow(0 4px 1px rgba(0, 0, 0, .75));
    filter: drop-shadow(0 4px 1px rgba(0, 0, 0, .75))
}

.skin-sakura__lists div {
    z-index: 8;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.skin-sakura__lists div img {
    width: 100%
}

.list_test {
    position: absolute;
    left: 30px;
    width: 50px;
    -webkit-animation: animate_lists 3s linear infinite;
    animation: animate_lists 3s linear infinite
}

.list_test img {
    width: 100%
}

@-webkit-keyframes animate_lists {
    0% {
        top: 1%
    }

    100% {
        top: 100%
    }
}

@keyframes animate_lists {
    0% {
        top: 1%
    }

    100% {
        top: 100%
    }
}

html {
    height: auto
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    overflow-x: hidden;
    background: no-repeat url(../img/winter/background.png);
    background-size: cover;
    background-position: center;
    height: auto
}

.tree_long {
    position: absolute;
    top: 15%;
    left: -20%;
    -webkit-transform: rotateZ(26deg);
    -ms-transform: rotate(26deg);
    transform: rotateZ(26deg)
}

.tree_long2 {
    position: absolute;
    top: 55%;
    right: -24%;
    -webkit-transform: rotateZ(349deg);
    -ms-transform: rotate(349deg);
    transform: rotateZ(349deg)
}

.container {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 100%
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    padding: 20px 0;
    background: -o-linear-gradient(181.4deg,rgba(123,63,8,.4) 0,rgba(13,34,82,.4) 70.62%);
    background: linear-gradient(268.6deg,rgba(123,63,8,.4) 0,rgba(13,34,82,.4) 70.62%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.main__container {
    background-color: #fff;
    padding: 15px;
    position: relative;
    z-index: 2
}

.background-image {
    display: none
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 20;
    overflow-y: auto;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup__content {
    text-align: center;
    padding-top: 30px
}

.popup__body,.popup__content {
    width: 100%
}

.popup img {
    width: auto;
    margin: 0 auto
}

@media (min-width: 768px) {
    .header__menu {
        display:block
    }

    .menu-burger {
        display: none
    }
}

@media (max-width: 1200px) {
    .about-college__content {
        font-size:20px
    }

    .certificate__content {
        font-size: 14px
    }

    .skin-sakura__tree img {
        width: 300px
    }

    .container {
        max-width: 970px
    }

    .title {
        font-size: 22px;
        border-radius: 8px;
}

@media (max-width: 992px) {
    .education__name {
        font-weight:400;
        font-size: 24px;
        line-height: 30px
    }

    .menu-header__item {
        padding: 10px;
        font-weight: 200;
        font-size: 12px
    }

    .spec-list__item {
        margin: 15px 0 0 0
    }

    .about-college__director {
        min-width: 140px;
        max-width: 140px
    }

    .about-college__director-text {
        font-size: 12px
    }

    .about-college__content {
        font-size: 16px
    }

    .about-college__photo {
        min-width: 180px;
        max-width: 180px
    }

    .license__content {
        margin: 40px 0;
        font-size: 14px
    }

    .license__footer {
        font-size: 20px
    }

    .certificate__content {
        margin: 5px 0
    }

    .table-certificate__header:nth-child(1) {
        display: none
    }

    .table-certificate__header th {
        font-size: 12px
    }

    .table-certificate__line td {
        padding: 5px 0
    }

    .footer__title {
        right: 0
    }

    .container {
        max-width: 750px
    }

    .title {
        font-size: 20px
    }
}

@media (max-width: 800px) {
    .skin-sakura__tree img {
        display:none
    }
}

@media (max-width: 768px) {
    .header {
        z-index:11
    }

    .header__middle .header__left,.header__middle .header__right {
        min-width: 100%
    }

    .header__middle .header__right {
        display: none
    }

    .education__name {
        font-size: 38px;
        line-height: 50px
    }

    .menu-header__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: 1px solid #fff;
        margin: 0 -15px;
        padding: 0 15px
    }

    .menu-header__item {
        text-align: left;
        padding: 10px 0;
        font-size: 24px;
        font-weight: 500
    }

    .menu-header__drop-item {
        margin-right: 40px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .menu-header__drop-item::after {
        content: ">";
        border: 1px solid #fff;
        -webkit-transform: rotateZ(0) translate(0,0);
        -ms-transform: rotate(0) translate(0,0);
        transform: rotateZ(0) translate(0,0);
        position: relative;
        left: 0;
        top: 0;
        display: inline-block;
        min-width: 37px;
        height: 42px;
        padding: 0 0 5px 10px;
        margin-right: -40px;
        pointer-events: none
    }

    .menu-header__sub-items {
        position: relative;
        top: 0;
        background-color: rgba(0,0,0,0);
        border-left: 1px solid
    }

    .menu-header__sub-item {
        text-align: left;
        padding: 10px 10px;
        font-size: 20px;
        font-weight: 400
    }

    .main__notice {
        height: 270px
    }

    .slider-notice .swiper-pagination {
        display: block
    }

    .spec-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center
    }

    .spec-list__item {
        width: auto;
        max-width: 500px
    }

    .about-college {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-college__director {
        min-width: 100%
    }

    .about-college__director-text {
        font-size: 14px;
        text-align: justify;
        border-bottom: 1px solid;
        padding: 5px 0
    }

    .about-college__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-college__content {
        margin: 10px 0
    }

    .about-college__photo {
        min-width: 100%
    }

    .license {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .license__body {
        margin-right: 0
    }

    .license__content {
        font-size: 18px
    }

    .license__slider {
        width: 100%;
        margin-top: 20px
    }

    .certificate {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .certificate__slider {
        width: 100%;
        margin-top: 20px
    }

    .certificate__body {
        margin-left: 0
    }

    .certificate__content {
        font-size: 18px
    }

    .slider-certificate .swiper-button-next,.slider-certificate .swiper-button-prev,.slider-license .swiper-button-next,.slider-license .swiper-button-prev,.slider-notice .swiper-button-next,.slider-notice .swiper-button-prev {
        display: block
    }

    .slider-certificate .swiper-pagination,.slider-license .swiper-pagination {
        display: block
    }

    .skin-sakura__lists div img {
        display: none
    }

    .container {
        max-width: 100%
    }
}

@media (max-width: 675px) {
    .footer__title {
        position:relative;
        padding: 15px;
        margin: 0 -15px;
        width: auto
    }
}

@media (max-width: 600px) {
    .skin-sakura__flowers {
        opacity:.6
    }
}

@media (max-width: 590px) {
    .education__name {
        font-size:30px;
        line-height: 50px
    }
}

@media (max-width: 570px) {
    .header__top .header__left,.header__top .header__right {
        margin:10px 0
    }

    .header__container-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (max-width: 500px) {
    .education__name {
        font-size:24px;
        line-height: 35px
    }
}

@media (max-width: 470px) {
    .contacts-footer {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 395px) {
    .certificate__table {
        display:none
    }
}

@media (max-width: 350px) {
    .education__name {
        font-size:18px;
        line-height: 30px
    }
}
