/*
Theme Name: vku.edu.kz
Theme URI: домашняя-страница-темы
Description: Amanzholov University
Author: Iron Dev Solutions
Author URI: iron.studio
Version: 1.0

*/

@charset "utf-8";

:root {
    /* fonts */
    --font-roboto: Roboto;
    --font-font-awesome-5-pro: "Font Awesome 5 Pro";
    --font-helvetica-neue: "Helvetica Neue";
    --font-bebas-neue: "Bebas Neue";
    --font-inherit: inherit;
    --font-font-awesome-5-brands: "Font Awesome 5 Brands";
    --font-open-sans: "Open Sans";

    /* font sizes */
    --font-size-lgi: 19px;
    --font-size-mini: 15px;
    --font-size-smi: 13px;
    --font-size-lg: 18px;
    --font-size-23xl: 42px;
    --font-size-5xl: 24px;
    --font-size-49xl: 68px;
    --font-size-sm: 14px;

    /* Colors */
    --color-white: #fff;
    --color-honeydew: #c4f1d1;
    --color-mediumseagreen: #3056D3;
    --color-gray-100: rgba(255, 255, 255, 0.2);
    --color-gray-200: rgba(255, 255, 255, 0.15);
    --color-steelblue: #018dd1;
    --color-black: #000;
    --color-paleturquoise: #a0eeff;
    --color-orange: #ffb800;

    /* border radiuses */
    --br-7xs: 6px;
    --br-mini: 15px;
}

.body {
    background-color: #f7f9fc;
	overflow:hidden;
    width: 100%;
    font-size: var(--font-size-lg);
    color: var(--color-white);
    font-family: var(--font-roboto);
}



article,
aside,
details,
figcaption,
figure,
hgroup,
hr,
nav,
section {
    display: block;
}

.clear {
    clear: both;
}

a:hover,
ins {
    text-decoration: none;
}

ins,
mark {
    color: #000;
}

button,
input,
select,
sub,
sup {
    vertical-align: baseline;
}

*,
fieldset,
figure,
form,
nav ol,
nav ul {
    margin: 0;
}

fieldset,
hr,
img,
legend {
    border: 0;
}

body,
fieldset,
hr,
legend,
nav ol,
nav ul {
    padding: 0;
}

td,
textarea {
    vertical-align: top;
}

h1,
h3 {
    line-height: 1;
}

dfn,
dl dt,
mark,
strong {
    font-weight: 700;
}

address,
blockquote,
dfn,
em,
mark {
    font-style: italic;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -ms-text-size-adjust: 100%;
    height: 100%
}

body {
    color: #fff;
    margin: 0 auto;
    font-family: Roboto;
    height: 100%
	overflow: hidden;
}

button,
input,
select,
textarea {
    font-family: sans-serif;
    color: #222;
}

::-moz-selection {
    background: #00706d;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #00706d;
    color: #fff;
    text-shadow: none;
}

a {
    color: inherit;
}

abbr[title] {
    border-bottom: 1px dotted;
}

hr {
    height: 1px;
    border-top: 1px solid #ccc;
    margin: 1em 0;
}

ins {
    background: #ff9;
}

mark {
    background: #ff0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

q {
    quotes: none;
}

q:after,
q:before {
    content: "";
    content: none;
}

small {
    font-size: 85%
}

sub,
sup {
    font-size: 75%;
    position: relative;
    line-height: 0;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

dd {
    margin: 0 0 0 40px;
}

nav ol,
nav ul {
    list-style: none;
}

img {
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

label {
    cursor: pointer;
}

.btn-outline-vku {
    --bs-btn-color: #3056D3;
    --bs-btn-border-color: #3056D3 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3056D3;
    --bs-btn-hover-border-color: #3056D3;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3056D3;
    --bs-btn-active-border-color: #3056D3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #3056D3;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #3056D3;
    --bs-gradient: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
input[type=button],
input[type=reset] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type=submit] {
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


textarea {
    overflow: auto;
    resize: vertical;
}

input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

.main {
    min-height: 100%;
    margin: 0 auto -100px;
}

p {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 3em;
    margin-bottom: .5em;
}

h2 {
    font-size: 2em;
    margin-bottom: .75em;
}

h3 {
    font-size: 1.5em;
    margin-bottom: 1em;
}

h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
}

h5,
h6 {
    font-size: 1em;
}

h5 {
    margin-bottom: 1.5em;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
    margin: 0;
}

blockquote {
    margin: 1.5em;
    color: #666;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
}

.ir,
.visuallyhidden {
    border: 0;
    overflow: hidden;
}

del {
    color: #666;
}

pre {
    margin: 1.5em 0;
    white-space: pre;
}

code,
pre,
tt {
    font: 1em monospace;
    line-height: 1.5;
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 400;
}

li ol,
li ul {
    margin: 0;
}

ol,
ul {
    padding:0;
    margin: 0;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

ul li {
    margin-bottom: 5px;
}

dd {
    margin-left: 1.5em;
}



.topmenucontainer {
    display: flex;
    justify-content: space-between;
    height: 70px;
}

.header {
    width: 100%;
    z-index: 100;
    position: relative;
}




.top-menu {
    /* width: 1920px; */
    width: 100%;
    height: 175px;
    font-size: var(--font-size-smi);
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(46,62,131,0.6026785714285714) 78%, rgba(255,255,255,0) 100%); 
}

.page-menu {
    background: #FFF;
    box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.20);
}

.top-menu-1 {
    height: 70px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    background-color: var(--color-mediumseagreen);
}

.top-menu-1 p {
    color: #FFF;
    font-family: Roboto;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 387px;
    margin: 0;
    padding: 0 5px;
}

.page-menu .main-menu {
    border-bottom: 1px solid #3056D3;
}

.main-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #000;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid #fff;
}

.main-menu ul,.main-menu-second ul {
    padding-left: 0;
    margin-bottom: 0;
}

.main-menu-second {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #000;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.left-side, .left-side a {
    display: flex;
    align-items: center;
    align-content: center;
    text-decoration:none
}



.right-side {
    display: flex;
    align-items: center;
    align-content: center;
}

.sevenyears {
    width: 53.529px;
    height: 39px;
    flex-shrink: 0;
}

.right-side button {
    margin-right: 15px;
}

.right-side>.btn-group>button {
    margin-right: 0;
}



@media (max-width:1400px) {
    .right-side button{font-size: 13px; margin-right: 5px;}

}

.fa-location-dot,
.fa-eye-slash {
    padding-right: 10px;
}

.btn-contact:hover {
    color: var(--color-mediumseagreen) !important;
    text-decoration: underline;
}

.nounderline:hover {
    color: var(--color-mediumseagreen) !important;
}

.btn-contact:hover>.fa-location-dot {
    color: var(--color-mediumseagreen)
}


.nav-first {
    width: 40%;
}

.nav-second {
    width: 40%;
    /* float: right;   */
}

ul.sub-menu {
    list-style-type: none;
    text-transform: none;
}

.menu {
    list-style: none;
    text-transform: uppercase;
}

ul.menu li {
    display: inline-block;
    position: relative;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 0;
}

.main-menu > ul:first-child > li {
    padding-right: 40px;
}

.main-menu > ul:last-child > li {
    padding-left: 40px;
}

.main-menu-second > ul:first-child > li {
    padding-right: 40px;
}

.main-menu-second > ul:last-child > li {
    padding-left: 40px;
}

@media (max-width:1400px) {
    .main-menu > ul:first-child > li {
        padding-right: 30px;
    }

    .main-menu > ul:last-child > li {
        padding-left: 10px;
    }

    .main-menu-second > ul:first-child > li {
        padding-right: 20px;
    }

    .main-menu-second > ul:last-child > li {
        padding-left: 20px;
    }
}



.nav-second>ul {
    display: flex;
    justify-content: space-around;
}

.nav-second>ul.menu li {
    width: auto;
}

.nav-second>ul.menu li:last-child {
    float: right;
}

.menu li:first:hover>a {
    background: rgba(255, 255, 255, 0.30);
}

.menu li {
    /* text-transform: uppercase; */
}

.menu ul li {
    text-transform: normal;
}

.page-menu ul.menu li a {
    color: #000;
}

ul.menu li a {
    color: #fff;
    text-decoration: none;
}

ul.menu li:hover>a {
    transform: scale(1.1);

}

.sub-menu {
    width: 277px;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: .5s;
    background: #FFF;
    box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.30);
    margin: 0;
    z-index: 100;
    /* padding-top: 5px; */
}

.sub-menu>.menu-item-has-children>.sub-menu {
    width: 277px;
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: .5s;
    background: #3056D3;
    box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.30);
    z-index: 0;
    /* padding: 20px;   */
}

.sub-menu a {
    /* display: flex; */
    /* background-color: #fff; */
    color: #000 !important;
    /* padding: .5rem 1rem; */
    /* font-size: .9rem; */
    /* align-items: center; */
    /* justify-content: space-between; */
    /* transition: .3s; */
}

.sub-menu .sub-menu a {
    color: #fff !important;
}



ul.sub-menu li {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 25px;
}

.nav-second ul.sub-menu li {
    width: 100%;
}

.fa-caret-right {
    position: absolute;
    left: 10px;
    top: 14px;
}


ul.sub-menu li:hover {
    background: #7AD2FD;
	
}

ul.sub-menu ul.sub-menu li:hover {
    /* background: #C4F1D1; */
    background: #018DD1;
	
}

ul.menu li:hover>.sub-menu,
.sub-menu li:hover>.sub-menu {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}

.fa-angle-down {
    padding-left: 6px;
}




.head-logo {
    position: absolute;
    top: 0;
    left: 45%;
    width: 187px;
    height: 216px;
    overflow: hidden;
    background: url('https://vku.edu.kz/wp-content/uploads/2023/11/logo_bg.png');
}

.logo-icon { 
	position: absolute; 
	top: 8.5%; 
	left: 19.03%; 
}



.main-slider {
    margin-top: -130px;
    position: relative;
}

@media screen and (max-width: 1000px) {
        width: 50%;      /* Устанавливаем на всю ширину контейнера */
   		height: 200px;    /* Высота по умолчанию */
    .main-slider {margin-top: 0px; }
		
}


@media screen and (max-width: 768px) and (orientation: relative ) {
   		width: 50%;      /* Устанавливаем на всю ширину контейнера */
   		height: 200px;    /* Высота по умолчанию */
	.main-slider {margin-top: 0px; }
		
}


/*.slider-img {
    /* filter: blur(10px); */
   /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);*/
	/*z-index: 1;*/
/*}*/
.slider-img {
    width: 100%;      /* Устанавливаем на всю ширину контейнера */
    height: 500px;    /* Высота по умолчанию */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
    z-index: 1;
}

/* Стили для планшетов */
@media (max-width: 1024px) {
    .slider-img {
        height: 400px;   /* Уменьшаем высоту для планшетов */
        width: 90%;      /* Устанавливаем ширину 90% от контейнера */
    }
}

/* Стили для мобильных телефонов */
@media (max-width: 768px) {
    .slider-img {
        height: 100px;   /* Ещё меньше высота для мобильных */
        width: 50%;     /* Ширина на весь экран */
    }
}

/* Стили для маленьких мобильных телефонов */
@media (max-width: 480px) {
    .slider-img {
        height: 150px;   /* Дополнительное уменьшение высоты */
        width: 10%;     /* Ширина 100% */
    }
}


.services {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: -57px;
    z-index: 12;
    position: relative;
}

.services .block {
    background-color: #3056D3;
    border-radius: 15px;
    /* inset: 844px 1160px 2934px 413px; */
    box-shadow: rgba(0, 47, 71, 0.2) 0px 18px 20px 0px;
    height: 120px;
    position: relative;
    width: 347px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    cursor: pointer;
}

.services .block:last-child {
    margin-right: 0;
}

.services>.block>.circle {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.services>.block>.circle img {
    width: 54px;
    height: 54px;
}

.services>.block>p {
    text-align: left;
    color: #FFF;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 5px;
    width: 145px;
}

@media screen and (max-width: 800px) {
    .services {flex-wrap: wrap ; margin-top: 10px;}
    .services .block {margin-right: 0; margin-bottom: 8px;}
}

/* Hover Effects */

/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Grow Shadow */
.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Underline From Center */
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #FFB800;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

/* Radial Out */
.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-radial-out:hover>a {
    color: #3056D3 !important
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
    color: #3056D3;
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}


/* Radial Out 2*/
.hvr-radial-out2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-radial-out2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3056D3;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-radial-out2:hover>a {
    color: #e1e1e1 !important
}

.hvr-radial-out2:hover,
.hvr-radial-out2:focus,
.hvr-radial-out2:active {
    color: #e1e1e1;
}

.hvr-radial-out2:hover:before,
.hvr-radial-out2:focus:before,
.hvr-radial-out2:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}



/* Sweep To Bottom */
.hvr-sweep-to-bottom {
    /* display: inline-block; */
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    /* border-radius: 6px; */
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3056D3;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:active {
    color: white;
}

.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.hvr-sweep-to-bottom:hover>p {
    color: #fff !important;
}

/* Hover Effects END */

.owl-carousel .owl-stage-outer {
    overflow: visible!important;
}

.owl-stage {
    margin: 0 auto;

}

.owl-stage > .active{
    display: flex;
    place-content: center;
    justify-content: center;
    align-items: center;

}


@media (min-width: 1024px) {
    .owl-stage > .active{
        width: auto!important;
    }
    .owl-carousel .owl-stage {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}



.advantages {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

h2.block-head {
    color: #000;
    text-align: center;
    font-family: var(--font-open-sans);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 25px;
}

h2.block-head::before,
h2.block-head::after {
    display: inline-block;
    content: "";
    border-top: 2px solid #3056D3;
    width: 30rem;
    margin: -8px 15px;
    transform: translateY(-1rem);
}



@media screen and (max-width: 1024px) {
    h2.block-head::before,
    h2.block-head::after {
        width: 20rem;
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    h2.block-head::before,
    h2.block-head::after {
        width: 10rem;
    }
}

.advantages-blocks {
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.advantages-blocks .adv-block {
    height: 333px;
    width: 232px;
    position: relative;
    text-align: center;
    filter: drop-shadow(0px 18px 20px rgba(0, 48, 71, 0.20));
    margin-right: 10px;
}

.advantages-blocks .adv-block:last-child {
    margin-right: 0;
}

.advantages-blocks .adv-block h1 {
    color: #A0EEFF;
    text-align: center;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    font-family: 'Bebas Neue';
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 41px;
}

.advantages-blocks .adv-block h4 {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.advantages-blocks .adv-block hr {
    height: 2px;
    background: rgba(255, 255, 255, 0.70);
    color: rgba(255, 255, 255, 0.70);
    width: 80%;
    margin: 0 auto;
}

.pop100 {
    background: url('images/100pop.png');
    background-size: contain;
}

.dip2 {
    background: url('https://vku.edu.kz/wp-content/uploads/2023/11/bg-02.png');
    background-size: contain;
}

.acadmob200 {
    background: url('images/200acadmob.png');
    background-size: contain;
}

.stattrud {
    background: url('https://vku.edu.kz/wp-content/uploads/2023/11/bg04.png');
    background-size: contain;
}

.studhouse {
    background: url('images/studhouse.png');
    background-size: contain;
}


/* News Block */

.news-block {
    display: flex;
    justify-content: center;
    padding-top: 80px;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.news-line {
    display: flex;
}

.block__overlay--gray {
    position: relative;
    padding: 0 11px 0 11px;
	width: 100%;
}


.block__overlay--gray::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-2.57%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) -2.57%, rgba(0, 0, 0, 2.8) 85%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -2.57%, rgba(0, 0, 0, 2.8) 85%);
}

.news-record {
    width: 320px;
    height: 320px;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}

.news-block a {
    text-decoration: none;
}

.news-footer {
    display: flex;
    justify-content: space-between;
}

.news-arrow {
    background: url('images/news-arrow.png');
    width: 26px;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
}

.news-record a,
.news-record h2 {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    z-index: 6;
    position: relative;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.50);
}

.news-record p {
    color: #FFF;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    z-index: 6;
    position: relative;
}

.news-record i {
    color: #FFB800;
    z-index: 6;
    position: relative;
}

/* .btn-outline-allnews{
    border: 1px solid #018DD1;
} */




/* News Block End */



/* Notify Block */
.notify-block {
    display: flex;
    justify-content: center;
    padding-top: 70px;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.notify-line {
    display: flex;
}

.notify-item {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 18px 20px 0px rgba(0, 48, 71, 0.20);
    width: 283px;
    height: 320px;
    flex-shrink: 0;
    margin-right: 20px;
    padding: 20px;
    overflow: hidden;
}

.notify-item:last-child {
    margin-right: 0;
}

.notify-item__date {
    color: #018DD1;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    flex-shrink: 0;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

/* Контейнер для записей с прокруткой */
.notify-item__entries {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}

/* Стилизация скроллбара (для webkit браузеров) */
.notify-item__entries::-webkit-scrollbar {
    width: 6px;
}

.notify-item__entries::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.notify-item__entries::-webkit-scrollbar-thumb {
    background: #018DD1;
    border-radius: 3px;
}

.notify-item__entries::-webkit-scrollbar-thumb:hover {
    background: #016ba3;
}

.news-entry {
    margin-bottom: 12px;
}

.news-entry:last-child {
    margin-bottom: 0;
}

.news-entry__title {
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}

.notify-item a {
    text-decoration: none;
}

.notify-item a:hover {
    text-decoration: underline;
}

/* Мобильная версия - центрирование карточек */
@media (max-width: 767px) {
    .notify-block {
        padding-top: 40px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        overflow: hidden;
    }
    
    .notify-line {
        width: 100%;
    }
    
    /* Центрирование в owl-carousel */
    .notify-line.owl-carousel .owl-stage-outer {
        overflow: hidden;
    }
    
    .notify-line.owl-carousel .owl-stage {
        display: flex;
        align-items: center;
    }
    
    .notify-line.owl-carousel .owl-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    /* Карточка на мобильных */
    .notify-item {
        width: 283px !important;
        max-width: calc(100vw - 40px);
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* Планшеты */
@media (min-width: 768px) and (max-width: 1023px) {
    .notify-item {
        width: calc(50% - 15px) !important;
        max-width: 300px;
    }
}
/* Notyfy Category */



/* Notyfy Category End */


:where(.wp-block-calendar table:not(.has-background) th) {
    background: #2B386D;
}

.wp-block-calendar table:where(:not(.has-text-color)) td, .wp-block-calendar table:where(:not(.has-text-color)) th {
    border-color: #2B386D;
}

.wp-block-calendar th {
    color: #fff;
    border-right:1px solid #000;
}

.wp-block-calendar th:last-child {
    border-right:0;
}
.wp-calendar-table {
	width:auto!important;
}
.wp-calendar-table caption {
    text-align: center;
    background: #108dc0;
    color: #fff;
}

.wp-calendar-table a {
    text-decoration:none;
    font-weight:600;
}

.wp-calendar-table a:hover {
    text-decoration:underline;
}


/* High School Block  */

.high-schools {
    display: flex;
    justify-content: center;
    padding-top: 70px;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.high-schools-list {
    display: flex;
}

.high-schools h2.block-head::before,
.high-schools h2.block-head::after {
    width: 20rem;
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .high-schools h2.block-head::before,
    .high-schools h2.block-head::after {
        width: 5rem;
    }
}


.high-school-item {
    width: 237px;
    height: 237px;
    border-radius: 50%;
    background: #018DD1;
    filter: drop-shadow(0px 18px 20px rgba(0, 48, 71, 0.20));
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 5px;
}

.high-school-item:last-child {
    margin-right: 0;
}

.high-school-item p {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 34px;
    width: 150px;
    z-index: 6;
}

.inner-radius {
    position: absolute;
    top: 21px;
    left: 21px;
    width: 194px;
    height: 194px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.20);
}

.inner-half-radius {
    width: 237px;
    height: 118.5px;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    background: #3056D3;
    position: absolute;
    bottom: 0;
}

.inner-img {
    height: 93px;
    width: auto!important;
    z-index: 6;
}

/* High School Block  */

.knowledge-block {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.knowledge-block-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.knowledge-block-item {
    width: 221px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #FFF;
    box-shadow: -1px 2px 10px 8px rgba(0, 66, 114, 0.10);
    border-top-color: #3056D3;
    border-top-style: solid;
    border-width: 5px 0 0 0;
    display: flex;
    align-items: center;
    margin-right: 20px;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
}

@media screen and (max-width:800px) and (orientation:portrait){
    .knowledge-block-item {margin-right: 0; width: 260px;}
}


@media screen and (max-width:1024px) and (orientation:landscape){
    .knowledge-block-list {justify-content: space-evenly;}
    .knowledge-block-item {margin-right: 0; width: 260px;}
}

@media screen and (max-width:800px) and (orientation:landscape){
    .knowledge-block-list {justify-content: space-evenly;}
    .knowledge-block-item {margin-right: 0; width: 215px;}
}

.knowledge-block-item:last-child {
    margin-right: 0px;
}

.knowledge-block-item p {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
    width: 180px;
    cursor: pointer;
}



.social {
    height: 382px;
    width: 100%;
    background: url('images/bg-soc.png');
    background-size: cover;
    display: flex;
    align-items: center;
    margin-top: 50px;
}



.social h1 {
    height: fit-content;
    width: 424px;
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.50);
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.social h1 span:last-child {
    color: #FFF;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;

}

.social ul.social-icons {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

.social ul.social-icons li {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    background: #3056D3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.social ul.social-icons li:last-child {
    margin-right: 0px;
}

.social ul.social-icons li a {
    color: #fff;
    font-size: 27px;
}

@media (max-width:800px){
    .social {
        background-size: cover;
    }
    .social h1 {
        width: auto;
        text-align: center;
    }
    .social ul.social-icons {
        display: grid;
        grid-template-columns: repeat(2, auto);
        grid-template-rows: repeat(3, auto);
        grid-auto-flow: column;
        justify-items: center;
    }
    .social ul.social-icons li {
        margin-right: 0;
    }
    .footer-menu li {
        text-align: center;
    }
}

/* Breadcrumbs  */

.breadcrumbs {
    margin-top: 40px;
    margin-bottom: 20px;
}

.breadcrumbs a {
    text-decoration: none;
    color: #3056d3;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/* Single Page  */

.single-news {
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-news__data {
    color: #000;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.single-news__content-limit {
    color: #000;
    text-align: justify;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 1080;
    width:100%;
    margin-bottom: 40px;
}



.single-news__content-nolimit {
    color: #000;
    text-align: justify;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
}

.single-news__content-limit hr,
.single-news__content-nolimit hr {
    background: #2B386D;
    border: none;
    height: 1px;
    opacity: 1;
    width: 70%;
    margin: 0 auto;
}

.single-news__title {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 30px;
    margin-bottom: 50px;
}

.rtejustify img {
    margin-right: 5px;
    margin-top: 5px;
    float: left;
}

.post-edit-link {
    color: #3056d3;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    margin-left: 4px;
}

.edit-link {
    color: #3056d3;
}

/* Category News  */



.category-news-page, .notify-page {
    padding-top: 50px;
    padding-bottom: 70px;
}


.category__title__text, .notify__title__text {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.category__lists {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
    /* flex-wrap: wrap; */
}

.category-item{
    height: 200px;
}

.category-item-content {
    height: inherit;
}

.category-item a {
    text-decoration: none;
    height: inherit;
}

.category-image {
    display: flex;
    align-items: flex-end;
    height: inherit;
    background-repeat: no-repeat;
}

.category-image div{
    padding: 0 11px 0 11px;
}

.news-cat-title {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-shadow: 1px -1px 3px black;
    position: relative;
    z-index: 6;
}

.news-cat-date {
    color: #FFF;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-shadow: 1px -1px 3px black;
    position: relative;
    z-index: 6;
}

/* Pagination */
.pagination {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 20px;
}

.page-numbers {
    --size: 32px;
    --margin: 6px;
    margin: 0 var(--margin);
    border-radius: 6px;
    background:var(--color-mediumseagreen);
    max-width: auto;
    min-width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 6px;
    text-decoration:none;
    color:#fff;
}

.current {
    background:#C4F1D1;
    color:#000;
}

/* Footer Block */


footer {
    width: 100%;
    display: flex;
    flex-direction: column;
}



footer .footer-info {
    height: 403px;
    width: 100%;
    background: #3056D3;
    padding-top: 50px;
    padding-bottom: 50px;
}

footer .footer-info .logo-footer {
    width: 114px;
    height: 122px;
    flex-shrink: 0;

}

footer .footer-info .info {
    margin-top: 25px;
}

footer .footer-info .info p {
    color: #FFF;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

footer .footer-nav {
    /* padding-top: 20px; */
}

footer .footer-menu {
    height: 205px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

footer nav.footer-nav ul li a {
    color: #FFF;
    font-family: 'Open Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 122.682%;
    text-decoration: none;
}

footer nav.footer-nav ul li a:hover {
    text-decoration: underline;
}

footer .footer-copyright {
    height: 48px;
    flex-shrink: 0;
    background: #018DD1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.footer-copyright p {
    color: #FFF;
    text-align: center;
    /* font-family: Open Sans; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

@media screen and (max-width:1400px) {
    footer nav.footer-nav ul li a {
        font-size: 14px;
    }
}


@media screen and (max-width:1024px) and (orientation:landscape) {
    footer nav.footer-nav ul li a {
        font-size: 14px;
        padding-right: 10px;
    }
}



@media screen and (max-width:800px){
    .footer-flex {
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: flex-start;
    }
    footer .footer-menu {
        height: auto;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }

    footer .footer-info {
        height: auto;
    }
    footer .footer-nav {
        padding-top: 20px;
    }

}

#grid ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.doc-material {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 7px 20px 0px rgba(0, 48, 71, 0.20);
    max-width:600px;
    width:100%!important;
    padding:15px;
}

#grid  li.doc-material span {
    padding-left: 0;
    color: #333;
    display: flex;
    align-content: center;
    align-items: center;
}
#grid  li.doc-material span a{
    margin-left:5px;
}

/* Mobile Menu  */
.ham-btn {
    outline:none;
    cursor:pointer;
    display:block;
    border:none;
    width:16px;
    background-color:transparent;
    position:relative;
    padding:0;
    margin:0;
    margin-right:28px;
    height:20px
}
.ham-btn span.ham-line {
    transition: .3s all;
    display: block;
    height: 2px;
    width: 30px;
    position: relative;
    background: #fff;
    margin-bottom: 7px;
}
.ham-btn span.ham-line:last-child {
    margin-bottom:0
}
.ham-btn.active span.ham-line {
    transform-origin:center;
    margin:0
}
.ham-btn.active span.ham-line:nth-child(1) {
    transform:rotate(-45deg) translateY(1px)
}
.ham-btn.active span.ham-line:nth-child(2) {
    transform:rotate(45deg) translateY(-1px)
}
.ham-btn.active span.ham-line:nth-child(3) {
    display:none
}


@media (min-width: 1024px) {
    .header {
        display: block;
    }
    .mobile-header {
        display: none;
    }

}


@media (max-width: 1023px) {
    .header {
        display: none;
    }
    .mobile-header {
        display: block;
    }
    .fa-angle-down,.fa-caret-right {
        display: none!important;
    }
}

.mobile-header {
    position: relative;
    width: 100%;
    z-index: 50;
}

.mobile-header .menu-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px;
    background: var(--color-mediumseagreen);
    position: relative;
}
.mobile-header .menu-box .logo {
    /* max-width: 140px; */
}
.mobile-header .menu-box .logo img {
    /* width: 100%; */
    position: absolute;
    top: 5px;
    left: 10px;
    width: 75%;
}

.mobile-header .head-logo {
    position: absolute;
    top: 4px;
    left: 0;
    width: 90px;
    height: 100px;
    overflow: hidden;
    background: url('images/logo-bg.svg');
    background-size: cover;
}

/* .mobile-header .mmenu {
  display: flex;
  flex-wrap: wrap;
}

.mobile-header .mmenu li {
  margin-right: 25px;
} */

.language-switcher {
	display:inline-flex;
    margin-bottom: 0;
    padding: 0;
    margin-right: 15px;
}

.language-switcher li {
	list-style:none;
	margin-right: 5px;
    margin-bottom: 0;
}

.language-switcher li.active>a  {
	text-decoration:underline;
}

.language-switcher li a{
	color:#fff;
	text-decoration:none;
	font-weight:600;
}

@media only screen and (max-width: 1023px) {
    #menu_trigger {
        height: 22px;
        width: 30px;
        display: inline-block;
    }
    #menu_trigger .menulines {
        margin-top: 9px;
        position: relative;
        display: block;
    }
    #menu_trigger .menulines, #menu_trigger .menulines:before, #menu_trigger .menulines:after {
        content: "";
        height: 2px;
        width: 30px;
        border-radius: 5px;
        background: #ffffff;
    }
    #menu_trigger .menulines:before, #menu_trigger .menulines:after {
        position: absolute;
        left: 0;
    }
    #menu_trigger .menulines:before {
        top: -9px;
    }
    #menu_trigger .menulines:after {
        top: 9px;
    }

	.smart-slider-class {
    	z-index: 1; /* Убедитесь, что z-index ниже, чем у мобильного меню */
	}


    .mobile-menu {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: var(--color-mediumseagreen);
        overflow: hidden;
        z-index: 100;
    }
    .mobile-menu ul {
        transition: 350ms all;
        display: block;
        margin-right: 0px;
        margin-left: 0;
        padding-top: 44px;
        padding-left: 0;
    }
    .mobile-menu li {
        margin: 0;
        border-bottom: 1px solid #1d842c;
        font-size: 16px;
        list-style: none;
    }
    .mobile-menu li a {
        color: #ffffff;
        display: block;
        position: relative;
        padding: 15px 20px;
        text-decoration: none;
    }
    .mobile-menu li a:hover {
        /* color: #ff5252; */
        text-decoration: underline;
    }
    .mobile-menu li a .navtrigger {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 30px;
        background: #19b463;

    }
    .mobile-menu li a .navtrigger:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        height: 8px;
        width: 8px;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .mobile-menu li .submenu {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        background: var(--color-mediumseagreen);;
        height: 100%;
        transition: 350ms all;
        z-index: 1;
    }
    .mobile-menu li .submenu li {
        font-size: 14px;
    }
    .mobile-menu li .submenu .backmenu-row {
        position: relative;
        padding: 20px;
        padding-left: 50px;
        background: #333;
        font-size: 16px;
    }
    .mobile-menu li .submenu .backmenu-row .back-trigger {
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 30px;
        display: block;
        background: #3d3d3d;
        border: 1px solid #404040;
    }
    .mobile-menu li .submenu .backmenu-row .back-trigger:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        height: 8px;
        width: 8px;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        transform: translate(-50%, -50%) rotate(135deg);
    }
    .mobile-menu li .submenu .backmenu-row em {
        font-style: normal;
        color: #ffffff;
    }
    .mobile-menu li.sub-open > .submenu {
        left: 0;
    }
}

/* Mobile Menu End  */


.owl-item {
    overflow-x: none;
}


/* Search Form */


#search {
    position: fixed;
    z-index: 999;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 100vh;
    background: rgba(250,250,250,.98);
    transition: opacity .16s,visibility .16s
}

#search.animate-search {
    opacity: 1;
    visibility: visible
}

.search__wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.search-form__wrapper {
    padding: 0 20px;
    width: 100%;
    max-width: 1000px
}

.search-form {
    position: relative;
    display: flex;
    align-items: center
}

.search-form input {
    width: 100%;
    padding: 24px 76px 24px 32px;
    border: none;
    outline: none;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0,0,0,.16);
    font-family: e-ukraine;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 48px
}

.search-form button {
    content: "";
    display: inline-block;
    width: 42px;
    cursor: pointer;
    background: 0 0;
    border: none;
    outline: none;
    height: 42px;
    z-index: 0;
    background-image: url(images/searchicon.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 32px
}

#search .search-logo{
    top: 0px;
    width: 187px;
    height: 216px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	background: url('https://vku.edu.kz/wp-content/uploads/2023/11/logo_bg.png');
}

.search-form input::placeholder {
    color: var(--grey)
}

.search-close {
    position: absolute;
    top: 48px;
    right: 48px;
    width: 32px;
    height: 32px
}

.menu-icon.menu--toogler-btn.search-close {
    background-image: url(images/search_icon_close.svg)
}

.icon-search {    
    border: none;
    outline: none;
    cursor: pointer;
    background: 0 0;
	font-size: 24px;
    color: white;
}

/* Search Form End */


/* Убирает чертечку из иконки версия для слабовидящих */
.bvi-widget, .bvi-shortcode a, .bvi-widget a, .bvi-shortcode {
	text-decoration: none;
}

/* Header Social icons  */

.social-icons-header{
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    list-style-type: none;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}
.social-icons-header li{
	margin-right:15px;
}
.social-icons-header li a{
	color:#fff;
	font-size:24px;
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
	.menu-box .social-icons-header{
  	  display: none;
  	}
	.mmenu .social-icons-header{
	  display: flex;
	  padding-top:0px;
  	}
}
	
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .menu-box .social-icons-header{
    display: flex;
  }	
  .mmenu .social-icons-header{
	display: none;
  }
}

/* Header Social icons Enb */
/* Карточка объявления */
.announcement-card {
    height: 260px;          /* нужная вам высота */
    overflow: hidden;       /* чтобы ничего не выходило наружу */
    display: flex;
    flex-direction: column;
}

/* Контент внутри карточки */
.announcement-content {
    overflow-y: auto;       /* вертикальная прокрутка */
    padding-right: 6px;     /* чтобы скролл не наезжал на текст */
}

/* Красивый скролл (опционально) */
.announcement-content::-webkit-scrollbar {
    width: 6px;
}

.announcement-content::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

