@media screen and (min-width: 1025px) {
    li, p, td, th {
        font-size: 1vw;
    }

    h1 {
        font-size: 5.5vw;
    }

    h2 {
        font-size: 3.3vw;
    }

    h3 {
        font-size: 1.5vw;
    }

    h4 {
        font-size: 1vw;
    }

    h5 {
        font-size: .9vw;
    }

    h6, cite {
        font-size: .8vw;
    }

    .header-section2-2, .header-section3, .header-subsection2, .header-subsection3, .header-section4, .header-subsection4, .header-subsection7 {
        padding: 2.5vw 0;
    }

    .container-section2, .section-container3, .subsection-container3, .section-container4, .subsection-container4, .subsection-container7 {
        padding-bottom: 4vw;
    }

    /* Backgrounds */
    #first {
        background-position-y: 10vw;
        padding-top: 11vw;
    }

    #second {
        /*background-position-y: 5vw;*/
    }

    #fourth {
        background: url(../img/home/section4/bg.jpg);
        background-size: 100%;
        background-attachment: fixed;
    }

    /* The end of the backgrounds */

    /* Header */
    header {
        position: fixed;
        height: 11vw;
    }

    #burger{
        display: none;
    }

    nav {
        width: 60%;
        display: block;
    }



        nav li {
            margin-right: 1.5vw;
            margin-bottom: .8vw;
        }

        nav ul {
            margin-top: 1vw;
        }

    .header-container {
        height: 8vw;
        padding: 1vw 0 0 0;
    }

    .header-left-side {
        width: 25%;
    }

        .header-left-side h3 {
            letter-spacing:;
        }

    .header-left-side-logo {
        padding-right: 1vw;
        margin: 0;
    }

        .header-left-side-logo h6 {
            margin-top: .1vw;
            font-size: .6vw !important;
            display: block;
        }

        .header-left-side-logo img {
            width: 6vw;
            //height: 5vw;
        }
		
		        .header-right-side-logo img {
            width: 8vw;
			position: absolute;
            //height: 5vw;
        }

    .header-kaznu-title h3 {
        letter-spacing: .1vw;
    }

    #header-title {
        margin: 0;
        width: auto;
    }


        #header-title h3 {
            text-align: left;
        }

        #header-title br {
            display: block;
        }


    .header-right-side {
        right: -1vw;
        width: 12vw;
        display: flex;
    }

    .header-right-side-img {
        margin: .5vw;
    }

    .header-right-side img {
        width: 2vw;
        height: 2vw;
    }

    .header-right-side-block:first-of-type {
        padding-top: 1vw;
    }

    .header-right-side-block {
        padding-top: .5vw;
    }

    .header-ul:last-child {
        margin-top: 1.2vw;
    }

    /* Search bar code */
    .search-bar {
        top: 11vw;
        height: 3vw;
        display: block;
    }

    .searching table {
        font-size: .8vw !important;
    }

    .srchbtn {
        margin-left: 1vw;
    }

        .srchbtn input[type=text] {
            width: 20vw;
            height: 1.5vw;
            font-size: .8vw;
            padding-left: 1vw;
        }

    .searching input[type=button] {
        width: 1.5vw !important;
        height: 1.5vw !important;
    }

    #ya-site-form0 .ya-site-form__form * {
        font-size: .8vw !important;
    }

    #ya-site-form0 .ya-site-form ya-site-form_inited_yes {
        width: 20vw;
        height: 1.5vw;
        padding-left: 1vw;
    }

    .searching input[type=search] {
        width: 20vw !important;
        height: 1.5vw !important;
        font-size: .8vw !important;
        padding-left: 1vw !important;
    }

    #ya-site-form0 .ya-site-form__search-input {
        padding: 0vw !important;
    }

    .visually-impaired img {
        width: 2vw;
        height: 2vw;
        margin-left: .5vw;
    }

    .visually-impaired h4 {
        margin-right: 1vw;
    }

    /* Section 1 */

    .header-section1 h1:first-of-type {
        padding-top: 4vw;
    }

    .header-section1 h1 {
        text-align: left;
        font-size: 5.5vw;
    }

    .header-section h1:last-of-type {
        line-height: 5vw;
    }

    .card-section1 {
        margin: 0 .5vw;
        padding-bottom: 1.2vw;
    }

    #first .slick-slider {
        padding: 6vw 0;
    }

    #first .slick-next {
        right: -4.5vw;
        top: 10.5vw;
    }

    #first .slick-prev {
        left: -4.5vw;
        top: 10.5vw;
    }

    .slick-arrow {
        width: 7.5vw;
        height: 7.5vw;
    }

    .inf-card-section1 {
        padding: 1vw;
        border-radius: 8%;
        height: 14.5vw;
        width: auto;
    }

        .inf-card-section1 h5 {
            padding: .2vw 0 1vw 0;
        }

    .Text-card-section1 {
        height: 3.5vw;
        margin: 0;
    }

    .text-card-section1 {
        margin-top: .2vw;
    }

        .text-card-section1 h4 {
            font-size: 1.1vw;
        }
    /* The end of the section 1 */


    /* Subsection 1  SOON*/
    /*#subsection1{
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	background: #fff;
	width: 100%;
}

.container-subsection1{
	display: flex;
	width: 95%;	
	justify-content: space-between;
	flex-direction: row;
}

.news-between-subsection1{
	margin: 2vw 2vw;
}

.news-between-subsection1:first-of-type{
	margin-left: 0; 
}

.news-between-subsection1:last-of-type{
	margin-right: 0; 
}


.news-between-subsection1 a{
	color: #0194CE;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 1vw;
}

.news-between-subsection1 p{
	color: #000;
	line-height: 1.5;
	font-weight: 300;
}

.prev-next-arrows-subsection1 img{
	width: 3vw;
	height: 3vw;
}

.prev-next-arrows-subsection1{
	align-items: center;
	justify-content: center;
	display: flex;
}*/
    /* The end of the subsection 1 */


    /* Section 2 */

    .container-section2 {
        flex-direction: unset;
        height: 40vw;
    }

    .header-section2-2 {
        display: flex;
        justify-content: space-between;
    }

        .header-section2-2 h2 {
            text-align: left;
            font-size: 3.3vw;
        }

    .header-section2-1 {
        display: none;
    }

    .main-news-section2 {
        width: 70%;
    }

    .img-main-news-section2 {
        height: 40vw;
    }

    .title-main-news-section2 {
        width: 90%;
        top: -45%;
    }

        .title-main-news-section2 h4 {
            font-size: 1.2vw;
            padding: .5vw 1.2vw 1.5vw 1.2vw;
        }

        .title-main-news-section2 h5 {
            font-size: 1vw;
            padding: 1vw 1.2vw;
        }

    .filtering-news-section2 {
        margin-right: 5vw;
        display: block;
    }

        .filtering-news-section2 img {
            width: 1.3vw;
            height: 1.3vw;
            padding-right: 1vw;
        }

        .filtering-news-section2 h4 {
            padding-top: 1vw;
        }

    .main-news-section2 {
        width: 40%;
        margin: 0;
    }

    .img-main-news-section2 {
        width: 90%;
    }

    .news-card-section2 {
        width: 20vw;
        height: auto;
        margin: .5vw;
    }

    .inf-news-card-section2 {
        height: 15vw;
        padding: 1vw;
    }

        .inf-news-card-section2 h5 {
            margin-bottom: 1vw;
        }

    .text-news-card-section2 h4 {
        font-size: 1vw;
    }

    .img-news-card-section2 {
        height: 11vw;
        /* text-align: center; */
    }

    .other-news-section2 {
        margin: 0;
        width: 60%;
    }
    /* The end of the section 2 */


    /* Section3 */

    .section-container3 {
        margin: 0 auto;
        width: 90%;
    }

    .header-section3 {
        justify-content: flex-start;
    }

    .section-title-section3 h2 {
        font-size: 3.3vw;
        text-align: left;
    }

    .filtering-articles-section3 img {
        width: 1.3vw;
        height: 1.3vw;
        padding-right: 1vw;
    }

    .filtering-articles-section3 h4 {
        padding-top: 1vw;
    }

    .video-and-articles-section3 {
        display: flex;
        justify-content: unset;
    }

    .video-presentation-section3 {
        height: 35vw;
        display: block;
    }

    .background-filter-video-presentation-section3 img {
        width: 11.5vw;
        height: 11.5vw;
    }

    .new-articles-section3 {
        width: 43.6vw;
        height: 35vw;
    }

    .I-inf-article-section3 h4, .II-inf-article-section3 h4, .III-inf-article-section3 h4 {
        padding: .5vw 0;
    }

    .I-inf-article-section3, .II-inf-article-section3, .III-inf-article-section3 {
        background: #fff;
        border-radius: 0;
    }


    .I-img-article-section3, .II-inf-article-section3, .I-inf-article-section3, .II-img-article-section3 {
        height: auto;
    }

    .I-II-articles-section3 {
        width: 100%;
        height: 35vw;
        margin: 0;
    }

    .I-img-article-section3 img, .III-img-article-section3 img {
        border-radius: 0;
    }

    .II-img-article-section3 img {
        border-radius: 0;
    }

    .III-articles-section3 {
        width: 20%;
    }

    .III-article-section3 {
        display: block;
    }

    .III-img-article-section3, .III-inf-article-section3 {
        height: 50%;
    }

    .I-article-section3 {
        width: 100%;
        height: 50%;
        margin: 0;
    }

    .II-article-section3 {
        width: 100%;
        height: 50%;
        margin-right: 0;
    }

    .III-articles-section3 {
        height: auto;
        margin-left: 0;
    }
    .triangle-right {
        border-left: 2vw solid #fff;
        border-top: 1.3vw solid transparent;
        border-bottom: 1.3vw solid transparent;
    }

    .triangle-left {
        border-right: 2vw solid #fff;
        border-top: 1.3vw solid transparent;
        border-bottom: 1.3vw solid transparent;
    }

    .triangle-up {
        border-bottom: 2vw solid #fff;
        border-left: 1.3vw solid transparent;
        border-right: 1.3vw solid transparent;
    }

    .text-article-section3 {
        padding: 1.5vw;
    }

    /* The end of section3 */

    /* Subsection2 */
    #subsection2 {
        background: url(../img/home/subsection2/bg.jpg);
        background-size: cover;
    }

    .header-subsection2 {
        justify-content: flex-start;
    }

        .header-subsection2 h4 {
            display: block;
        }

    .title-subsection2 h2 {
        font-size: 3.3vw;
        text-align: left;
    }

    #subsection2 .background-filter {
        height: auto;
    }

    .dates {
        height: 7vw;
    }

    .dates-subsection2 h3 {
        font-size: 2vw;
    }

    .dates .prev-next-arrows img {
        width: 4vw;
        height: 4vw;
    }

    #subsection2 .slick-arrow {
        width: 5vw;
        height: 5vw;
    }

    #subsection2 .slick-next1 {
        top: 1vw;
        left: 21vw;
    }

    #subsection2 .slick-prev1 {
        top: 1vw;
        left: 1.5vw;
    }

    .triangle-bottomleft-subsection2 {
        border-top: 7vw solid #0194CE;
        border-right: 7vw solid transparent;
    }

    .triangle-topright-subsection2 {
        top: -.1vw;
        width: .1vw;
        left: -7.1vw;
        height: .05vw;
        border-bottom: 7vw solid #0194CE;
        border-left: 7vw solid transparent;
    }

    .footer-subsection2 {
        top: -1.7vw;
        height: 7vw;
    }

    .announcement-subsection2 h4 {
        font-size: 1.3vw;
    }

    /* The end of the subsection2 */

    /* Subsection 3 */

    .title-subsection3 h2 {
        font-size: 3.3vw;
        text-align: left;
    }

    .main-subsection3 ul {
        justify-content: flex-start;
    }

    .main-subsection3 li {
        margin: .7vw 1.5vw .7vw 0;
    }

    .main-subsection3 h4 {
        text-align: left;
    }

    /* The end of the subsection3 */

    /* Section4 */
    .card-section4:first-of-type {
        margin-left: 0;
    }

    .card-section4:last-of-type {
        margin-right: 0;
    }

    #fourth .slick-list {
        margin-left: 8vw;
    }

    .title-section4 h2 {
        font-size: 3.3vw;
        text-align: left;
    }

    .cards-section4 {
        justify-content: flex-start;
    }

    .card-section4 {
        width: 16vw;
        margin: 0 3vw;
    }

    .img-card-section4 {
        justify-content: flex-start;
        margin-bottom: 1.5vw;
    }

        .img-card-section4 img {
            width: 12vw;
            height: 12vw;
        }

    .text-card-title-section4 {
        height: 5vw;
    }

        .text-card-title-section4 h3 {
            text-align: left;
        }

    .text-card-section4 p {
        text-align: left;
        padding-top: 1vw;
        font-weight: 100;
    }

    .slick-next4 {
        right: 0;
    }


    .dots {
        width: .7vw;
    }

        .dots img {
            width: .7vw;
            height: .7vw;
        }

    #fourth .slick-dots {
        position: absolute;
        bottom: -3vw;
        left: 47vw;
    }

    .slick-dots li {
        margin: 0 .1vw;
    }

    .slick-dots .slick-active {
        opacity: .7;
    }
    /* The end of the section4 */

    /* Subsection4 */
    .title-subsection4 h2 {
        font-size: 3.3vw;
        text-align: left;
    }

    .partner-subsection4 {
        width: 10vw;
        height: 10vw;
    }

        .partner-subsection4 img {
            width: 80%;
        }

    #subsection4 .slick-next {
        right: -4vw;
    }

    #subsection4 .slick-prev {
        left: -4vw;
    }

    /* Subsection5 */

    #subsection5 {
        display: flex;
    }

        #subsection5 h5, #subsection8 h5 {
            padding: 1vw 0;
        }

        #subsection5 li {
            width: 25vw;
        }

    /* The end of the subsection5 */

    /* Subsection6 */
    #subsection6 {
        display: flex;
    }

        #subsection6 h4, #subsection9 h4 {
            padding-bottom: .5vw;
        }

    .card-subsection6 {
        padding: 2vw;
    }

        .card-subsection6 ul {
            padding-bottom: 1vw;
        }

        .card-subsection6 li > a {
            font-size: .9vw;
        }

        .card-subsection6 a {
            font-size: .8vw;
            /* margin-left: 2vw; */
        }

        .card-subsection6 .more {
            bottom: 1vw;
        }

    .border-bottom-card-subsection6 {
        height: 25vw;
        border-bottom: .8vw solid rgba(13, 52, 95, 0.3);
    }

        .border-bottom-card-subsection6:hover {
            border-bottom: .8vw solid #0194CE;
        }

    /* The end of the subsection6 */
    /* Subsection7 */
    .title-subsection7 h2 {
        font-size: 3.3vw;
        text-align: left;
    }

    .main-subsection7 ul {
        justify-content: flex-start;
    }

    .main-subsection7 li {
        margin: .7vw 1.5vw .7vw 0;
    }

    .main-subsection7 h4 {
        text-align: left;
    }

    /* The end of the subsection7 */

    /* Footer */

    .footer-container {
        padding: 1vw 0;
        flex-direction: row;
    }

        .footer-container div {
            text-align: left;
        }

    .footer-reference-service p, .footer-selection-committee p {
        padding-top: .5vw;
    }

    .footer-address-socials p:first-of-type {
        padding-bottom: .35vw;
    }

    .footer-address-socials {
        order: unset;
        -webkit-order: 0;
        width: 34%;
    }

        .footer-address-socials img {
            width: 2.65vw;
            height: 2.65vw;
        }

    .footer-socials {
        margin-top: .5vw;
        justify-content: flex-start;
    }

        .footer-socials li {
            margin: 0;
            padding-right: .5vw;
        }

    .footer-other-references li {
        padding-bottom: .8vw;
    }

    .footer-div {
        padding: 0 2.35vw 0 0;
    }

    /* The end of the footer */

    /* Feature ScrollToUp*/
    .card-text-subsection6 p {
        font-size: .9vw;
    }

    .card-subsection6 span {
        font-size: .8vw;
    }

    #about-university-subsection9 .border-bottom-card-subsection6 {
        height: 18vw;
    }
}
