html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

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

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

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: 700;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

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

/*normalize css */

/*begin general css */

ul {
    /*list-style: none;*/
    margin: 0;
    /*padding: 0;*/
}

a {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

a,
button,
input,
textarea,
.js-svg {
    -webkit-transition: background .2s, border .2s, color .2s;
    -o-transition: background .2s, border .2s, color .2s;
    transition: background .2s, border .2s, color .2s;
}

body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #333;
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/RobotoRegular.svg");
    src: local("☺"), url("../fonts/RobotoRegular.svg") format("svg"), url("../fonts/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/RobotoMedium.svg");
    src: local("☺"), url("../fonts/RobotoMedium.svg") format("svg"), url("../fonts/RobotoMedium.woff") format("woff"), url("../fonts/RobotoMedium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/RobotoBold.svg");
    src: local("☺"), url("../fonts/RobotoBold.svg") format("svg"), url("../fonts/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Museo';
    src: url("../fonts/MuseoSansCyrl_2.eot");
    src: local("☺"), url("../fonts/MuseoSansCyrl_2.woff") format("woff"), url("../fonts/MuseoSansCyrl_2.ttf") format("truetype"), url("../fonts/MuseoSansCyrl_2.svg") format("svg");
    font-weight: bold;
    font-style: normal;
}

/*end general css */

/*begin my css */

body {
    font-size: 16px;
    background-color: white;
    overflow-x: hidden;
    font-smooth: auto;
    -webkit-font-smoothing: auto
}

body.kz {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #333;
}

tt {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #333;
}

.header {
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    right: 0;
    background-color: #014530;
    overflow: hidden;
}

.container {
    width: 1450px;
    margin: 0 auto;
}

.header__right {
    width: 85%;
}

.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header.scroll {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.header.scroll .header__top {
    height: 0;
    padding-top: 0;
}

.header.scroll .logo__header {
    width: 80px;
    padding: 7px 0;
}

.header__top {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    height: 50px;
    margin-top: 2px;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav__item:hover .sub_menu-up,
.sub_menu-up:hover {
    opacity: 1 !important;
    pointer-events: auto;
    /* Ensure links are clickable even when submenu is visible */
    transition: opacity 0.3s ease;
}

.header__top {
    z-index: 9999 !important;
}

.line-in-menu {
    width: 100%;
}

.header__wrapper {
    position: relative;
    z-index: 1;
    /* Ensure the header wrapper is behind other content */
}

.header__top,
.header__center {
    position: relative;
    z-index: 2;
    /* Adjust the z-index to ensure the menus appear above other content */
}

.header__link {
    list-style-type: none;
    position: relative;
    margin-right: 20px;
}

.header__link a::after {
    position: absolute;
    content: "";
    background-image: url(../img/SVG/ar-bottom-header.svg);
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 50%;
    transform: translateY(-60%);
    bottom: 0;
    right: -1px;
}

.header__link a {
    display: inline-block;
}

.header__top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__top .social-networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo__header {
    display: block;
    width: 102px;
    padding: 11px 0 10px 0;
    transition: 0.8s;
}

.logo__header img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 25px;
}

.header__link a {
    text-align: center;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: #fff;
    margin-right: 15px;
    font-size: 0.90em;
    text-transform: uppercase;
}

.header__link a:hover {
    color: #FADF12;
}

.languages {
    display: -webkit-box;
    display: -ms-flexbox;
    margin-right: 35px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.language {
    display: block;
    text-align: center;
    letter-spacing: 0.02em;
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 0px 8px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    line-height: 1;
    border: 1px solid transparent;
    text-transform: uppercase;
}

.kz-lang,
.en-lang {
    border-left: 2px solid #FADF12;
}

.language.active,
.language:hover {
    color: #FADF12;
}

.language:not(:last-child) {
    margin-right: 5px;
}

/*.form-element,*/

.search_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #77b568b0;
    border: 1px solid rgba(0, 62, 42, 0.15);
    justify-content: space-between;
    background-color: #DDA708;
}

.search-input {
    display: block;
    width: 150px;
    height: 100%;
    padding: 0.5em 1em;
    border: none;
    outline: none;
    background-color: #DDA708;
    color: #013821;
}

.search-icon {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    width: 2.7em;
    border: none;
    cursor: pointer;
    background: url(../img/SVG/search_sec.svg) center / 15px no-repeat;
    border-left: 1px solid #00000047;
}

.social-network {
    display: inline-block;
    height: 42px;
    width: 40px;
    margin-right: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.social-network:hover {
    background-color: #016547;
}

.social-network.youtube-icon {
    background-image: url(../img/SVG/youtube.svg);
}

.social-network.insta-icon {
    background-image: url(../img/SVG/instagram.svg);
}

.social-network.facebook {
    background-image: url(../img/SVG/facebook.svg);
}

.social-network.telegram {
    background-image: url(../img/SVG/telegram-.svg);
}

.burger {
    display: none;
    width: 30px;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 35px;
}

.burger .menu_btn_span {
    background-color: #FADF12;
}

.burger_active .menu_btn span {
    width: 100%;
    background-color: #D89F14;
}

.header-bottom {
    padding-top: 123px;
    height: 100vh;
    overflow: hidden;
    /*background-color: #014530;*/
}

.background-images,
.background-images .slick-list,
.background-images .slick-track,
.background-images .slick-slide {
    height: 100%;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__center {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__center-wrapper {
    width: 100%;
}

.nav__items {
    width: 100%;
    padding: 20px 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav__items .nav__item:first-child:before {
    content: none;
    display: none;
}

.nav__item {
    position: relative;
    z-index: 1;
}

.nav__item:not(:last-child) {
    margin-right: 34px;
}

.nav__item.under {
    margin-right: 54px;
}

.nav__item:before {
    content: "";
    position: absolute;
    width: 0;
    top: 0;
    bottom: 0;
    left: -18px;
    border-left: 2px solid #FADF12;
}

.nav__item.under:after {
    position: absolute;
    content: "";
    background-image: url(../img/SVG/ar-bottom-header.svg);
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 50%;
    transform: translateY(-60%);
    bottom: 0;
    right: -18px;
}

.nav__item:after:hover {
    cursor: pointer;
}

.menu_link {
    color: white;
    text-decoration: none;
    font-size: 0.99em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    /*Чтобы не было переноса длинных слов*/
}

.menu_link:hover {
    color: #D89F14;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.sub_menu,
.sub_menu-up {
    position: absolute;
    width: 300px;
    top: 100%;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
    -webkit-transform-origin: 50% -50px;
    transform-origin: 50% -50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}

.nav__item.last .sub_menu {
    left: 0;
    right: -45px;
}

.sub_menu_list {
    margin-top: 25px;
    max-height: 400px;
    overflow: auto;
    position: relative;
    background: #014530;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.sub_menu_list::-webkit-scrollbar {
    width: 10px;
    background-color: #F0F0F0;
}

.sub_menu_list::-webkit-scrollbar-thumb {
    background-color: #D89F14;
    border-radius: 20px;
}

.sub_menu_list::-webkit-scrollbar-track {
    background-color: #ffebba;
}

.sub_menu_list .sub_link {
    border-bottom: 1px solid rgb(255 255 255 / 31%);
}

.sub_menu_list .sub_link_item:last-child .sub_link {
    border-bottom: none;
}

.nav__item:hover>.sub_menu,
.nav__item:hover .sub_link_item .sub_menu,
.sub_link:hover>.sub_menu,
.mob_menu:hover>.sub_menu {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
}

.sub_link {
    display: block;
    padding: 0.75em 1em;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    line-height: 130%;
}

.sub_link:hover,
.sub_link.active {
    color: #fff;
    background-color: #D89F14;
}

.sub_link_item {
    position: relative;
    z-index: 1;
}

.sub_link_item .sub_menu {
    display: none;
    position: static;
    top: 0;
    width: 100%;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: 0s;
    transition: 0s;
}

.sub_link_item .sub_menu_list {
    margin-top: 0;
    max-height: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #fff;
}

.sub_link_item .sub_menu_list .sub_link {
    padding-left: 2em;
}

.sub_link_item .sub_menu_list .sub_link:before {
    content: '-';
    display: inline-block;
    margin-left: -13px;
    margin-right: 7px;
}

.mob_menu {
    width: 35px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 5em;
    position: relative;
    z-index: 1;
}

.mob_menu .sub_menu {
    left: auto;
    right: 0;
    width: 250px;
}

.menu_btn {
    display: block;
    cursor: pointer;
    margin-top: -2px;
}

.menu_btn span {
    width: 100%;
    height: 2px;
    display: block;
    background-color: #fff;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.menu_btn:hover span,
.mob_menu.active .menu_btn span,
.mob_menu:hover .menu_btn span {
    width: 100%;
    background-color: #D89F14;
}

.menu_btn .menu2,
.menu_btn .menu3,
.menu_btn .menu4 {
    margin-top: 6px;
}

.menu_btn .menu1 {
    width: 75%;
    margin-left: auto;
}

.menu_btn .menu2 {
    width: 95%;
    margin-left: auto;
}

.menu_btn .menu3 {
    width: 40%;
    margin-left: auto;
}

.menu_btn .menu4 {
    width: 55%;
    margin-left: auto;
}

.under_nav {
    position: fixed;
    width: 300px;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    overflow: auto;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    padding: 60px 20px 30px;
    -webkit-transform: translateX(310px);
    transform: translateX(310px);
    background-color: #014530;
}

.under_nav .header__links,
.under_nav .nav__items,
.under_nav .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.under_nav .nav__item:before {
    content: none;
    display: none;
}

.under_nav .menu_link,
.under_nav .sub_link,
.under_nav .header__link a {
    font-size: 14px;
}

.under_nav .header__link a {
    color: #fff;
}

.under_nav .nav__item {
    width: 100%;
}

.under_nav.active {
    -webkit-transform: none;
    transform: none;
}

.close_menu {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 30px;
    right: 15px;
    top: 15px;
    background: url('../img/SVG/close.svg') center / 65% no-repeat;
}

.header-bottom .slick-arrow {
    position: absolute;
    font-size: 0;
    width: 35px;
    height: 35px;
    z-index: 2;
    border-radius: 50%;
    top: 50%;
    margin-top: 20px;
    cursor: pointer;
    border: 0.5px solid #FFFFFF;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    background: center / 35px no-repeat, rgba(85, 113, 235, 0.1);
}

.header-bottom .slick-arrow.slick-prev {
    left: 40px;
    background-image: url(../img/SVG/arrow_left.svg);
}

/* Стрелка вправо */

.header-bottom .slick-arrow.slick-next {
    right: 40px;
    background-image: url(../img/SVG/arrow_rightsvg.svg);
}

.background-pic {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 450px;
    height: 100%;
    max-height: 900px;
    padding-top: 4em;
}

.background-pic img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

.background-pic video {
    position: absolute;
    top: -120px;
    left: 0;
    z-index: -1;
    overflow: hidden;
    width: 100%;
    background-position: center;
}

.header.way-active {
    overflow: initial;
}

@media (min-aspect-ratio: 16/9) {
    .background-pic video {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    .background-pic video {
        width: auto;
        height: 110%;
    }
}

.background-pic:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    /*background: -webkit-gradient(linear, left bottom, left top, from(rgba(85, 91, 113, 0.6)), to(rgba(85, 91, 113, 0.6)));*/
    /*background: linear-gradient(0deg, rgb(1 69 48 / 45%), rgb(1 69 48 / 45%));*/
    /*background: linear-gradient(0deg, rgb(1 69 48 / 31%), rgb(1 69 48 / 32%));*/
}

.background-pic_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.bg_pic_title {
    font-weight: bold;
    font-size: 4em;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Museo';
}

.bg_pic_subtitle {
    font-weight: 500;
    font-size: 1.4em;
    line-height: 150%;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 5em;
}

.bg_pic_btn {
    font-size: 1.1em;
    text-align: center;
    padding: 1.2em 2.3em;
    line-height: 100%;
    border-radius: 0.4em;
    text-transform: uppercase;
}

.green_btn {
    color: #fff;
    background-color: #014530;
}

.green_btn:hover {
    background-color: #00895d;
}

.header-bottom .btm__det:hover {
    color: #F8CE25;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-color: #1e255f;
}

.section {
    padding: 80px 0;
}

.section-sec {
    padding-bottom: 80px;
}

.connection__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.connection__items .connection__item:nth-child(3n-2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.connection__items .connection__item:nth-child(3n-1) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.connection__items .connection__item:nth-child(3n) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

/*:not(:last-child)*/

.connection__item {
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border: 1px solid rgba(41, 52, 142, 0.15);
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.connection__item {
    border-radius: 5px;
    width: 32%;
    /*height: 170px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.connection__item.way {
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.connection__item.way.way-active {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.connection__item-title {
    font-weight: bold;
    font-size: 1.5em;
    color: #333333;
    margin-bottom: 12px;
}

.connection__item-btn {
    display: block;
    font-weight: bold;
    padding: 10px;
    font-size: 1em;
    text-align: center;
    border-radius: 5px;
    color: white;
    background: #A2A4AA;
    border: 1px solid rgba(41, 52, 142, 0.15);
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.connection__item-btn:hover {
    color: white;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-color: #D89F14;
}

.connection__item-rigth {
    height: 6em;
    width: 100%;
    text-align: center;
}

.connection__item-left {
    width: 110px;
    margin: 0 auto;
}

.connection__item-icon {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: center / 45% 45% no-repeat, #014530;
}

.connection .message-icon {
    background-image: url(../img/SVG/blog_icon.svg);
}

.connection .call-icon {
    background-image: url(../img/SVG/call_center.svg);
}

.connection__item-icon.senior {
    background-image: url(../img/SVG/senior.svg);
}

.connection__item-icon.protection {
    background-image: url(../img/SVG/protection.svg);
}

.connection__item-icon.victory {
    background-image: url(../img/SVG/victory.svg);
}

.connection .kaz_img {
    overflow: hidden;
    background-color: #F2F4FB;
}

.connection__item_num {
    width: 30%;
    flex-shrink: 0;
}

.connection__item_text {
    width: 70%;
}

.connection__item-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 15px;
}

.section__title {
    font-weight: bold;
    font-size: 2.2em;
    color: #006343;
    margin-right: 35px;
}

.news {
    /*position: relative;
  z-index: 1;*/
}

.section_brown,
.white_gray {
    position: relative;
    z-index: 1;
    background-color: #f3f3f3;
}

.section_brown:after,
.white_gray:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(179, 179, 179, 0.1);
    -webkit-clip-path: polygon(0 0, 20% 0, 80% 100%, 0% 100%);
    clip-path: polygon(0 0, 20% 0, 80% 100%, 0% 100%);
}

.white_gray {
    background-color: #F6F6F6;
}

.white_gray:after {
    background-color: #ffffff;
}

.news__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 2;
    margin-bottom: 25px;
    justify-content: space-between;
}

.news__items {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news__left-item {
    width: 50.9%;
    transition: 0.5s all 0.9s ease-in-out;
}

.news__left-item.way {
    opacity: 0;
    transform: translateX(-150px)
}

.news__left-item.way-active {
    opacity: 1;
    transform: none;
}

.news__left-item .news__item {
    width: 96.5%;
    height: 445px;
    position: relative;
}

.news__item.way {
    opacity: 0;
    transform: translateY(100px)
}

.news__item.way-active {
    opacity: 1;
    transform: none;
}

.news__item.way:nth-child(1) {
    transition-delay: 1.1s;
}

.news__item.way:nth-child(2) {
    transition-delay: 1.5s;
}

.news__item.way:nth-child(3) {
    transition-delay: 1.7s;
}

.news__item.way:nth-child(4) {
    transition-delay: 1.9s;
}

.news__right-items {
    width: 49.1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news__right-items .news__item {
    width: 48.4%;
    position: relative;
    height: 214px;
    margin-bottom: 17px;
    transition: 0.9s all 1.3s ease-in-out;
}

.news__item-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}

.news__item-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.6s ease-in-out;
}

.news__item-img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.news__item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85%;
    background-color: white;
    padding: 15px;
    border-top: #FFE15A solid 3px;
}

.news__item-title a {
    display: block;
    font-weight: 500;
    color: rgba(51, 51, 51, 0.8);
    font-size: 1em;
    line-height: 135%;
    text-decoration: none;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.news__right-items .news__item-title {
    padding: 10px;
}

.news__right-items .news__item-title a {
    max-height: 40px;
    overflow: hidden;
}

.news__item-first-title>a {
    font-size: 1.3em;
}

.news__item-title a:hover {
    color: #333;
}

.news .all-news__btn {
    font-weight: bold;
    font-size: 1.7em;
    line-height: 92.5%;
    color: #D89F14;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 1;
    margin-right: 33px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.news .all-news__btn:hover {
    text-decoration: underline;
}

.news .all-news__btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    background-image: url(../img/SVG/arrow_right_orange.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 16px;
    width: 36px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.news .title__abs,
.muzey_title {
    position: absolute;
    top: 60px;
    left: 50%;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.5);
    font-size: 17em;
    line-height: 92.5%;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

body.kz .news .title__abs,
body.kz .muzey_title {
    font-size: 14em;
}

.title__big {
    font-weight: bold;
    font-size: 7.6em;
    line-height: 92.5%;
    text-transform: uppercase;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: rgba(240, 240, 246, 0.66);
    z-index: -1;
}

.link__pic {
    height: 180px;
    overflow: hidden;
    margin: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
    border-radius: 5px;
    border: 1px solid rgba(41, 52, 142, 0.15);
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.link__pic:hover {
    border-color: #D89F14;
}

.link__img {
    max-height: 90%;
    max-width: 90%;
    -o-object-fit: contain;
    object-fit: contain;
}

.partners__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    min-width: 0;
    width: 100%;
    top: 0;
    left: 0;
}

.partners__links .slick-arrow,
.alish_small .slick-arrow,
.alish_big .slick-arrow {
    position: absolute;
    font-size: 0;
    width: 45px;
    height: 45px;
    cursor: pointer;
    top: 50%;
    z-index: 2;
    border-radius: 50%;
    border: 0.5px solid #FFFFFF;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: center / 10px no-repeat, rgba(224, 220, 208, 0.3);
}

.partners__links .slick-arrow.slick-prev,
.alish_small .slick-arrow.slick-prev,
.alish_big .slick-arrow.slick-prev {
    left: -50px;
    background-image: url(../img/SVG/left_orange.svg);
}

.partners__links .slick-arrow.slick-next,
.alish_small .slick-arrow.slick-next,
.alish_big .slick-arrow.slick-next {
    right: -50px;
    background-image: url(../img/SVG/right_orange.svg);
}

.page {
    width: 100%;
    overflow: hidden;
}

.page__titles {
    padding-top: 35px;
    margin-bottom: 50px;
}

.way__page {
    font-size: 1.25em;
    line-height: 25px;
    color: #333333;
}

.arrow__icon-to-right {
    font-size: 1.25em;
    color: #333333;
    margin: 0 5px;
}

.page__title {
    font-weight: 700;
    font-size: 1.25em;
    /*color: #29348E;*/
    color: #006343;
}

.page__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.page__left {
    width: 25%;
    border-right: 1px solid rgba(41, 52, 142, 0.25);
    padding-left: 5%;
}

.page__right {
    width: 75%;
    padding-right: 5%;
}

.page-list-link {
    list-style-type: none;
}

.page-list-link a {
    font-size: 20px;
    letter-spacing: 0.02em;
    padding: 30px 20px;
    width: 100%;
    color: #333333;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid rgba(41, 52, 142, 0.25);
}

.page-list-link a:not(:last-child) {
    border-bottom: 1px solid rgba(41, 52, 142, 0.25);
}

.page-list-link a.active {
    background-color: #F0F0F6;
}

.section__top {
    padding-top: 0 !important;
}

.page__right .section {
    padding-left: 30px;
}

.page__right .section__title {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.story-university {
    position: relative;
}

.story-university__pic {
    position: absolute;
    right: -10%;
    bottom: 0;
    height: 400px;
    overflow: hidden;
}

.story-university__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.story-university__text {
    font-weight: 500;
    font-size: 1.25em;
    line-height: 175%;
    text-indent: 1.5em;
    letter-spacing: 0.02em;
    color: #333333;
}

.page-block__text {
    font-weight: 500;
    font-size: 1.25em;
    line-height: 150%;
    text-indent: 1.5em;
    letter-spacing: 0.02em;
    color: #333333;
}

.page-block__text span {
    font-weight: bold;
    color: #29348E;
}

.author {
    text-align: end;
    font-weight: bold;
    font-size: 1.25em;
    letter-spacing: 0.02em;
    margin-top: 15px;
    color: #29348E;
}

.story-university__info {
    width: 80%;
}

.background-blue {
    background-color: #F0F0F7;
    position: relative;
    z-index: 1;
}

.background-blue::after {
    position: absolute;
    content: "";
    background-color: #F0F0F7;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
}

.about-university__text {
    line-height: 175%;
}

.about-university__texts {
    margin-bottom: 30px;
}

.about-university__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-university__item {
    width: 49%;
}

.about-university__pic {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 30px;
}

.about-university__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-university__item-title {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 125%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #29348E;
}

.before-to-after {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.before-to-after-items {
    width: 100% !important;
    height: 500px !important;
}

.before-to-after-item {
    height: 500px !important;
    position: relative;
    z-index: 5;
}

.before-pic {
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-right: 2px solid white;
    position: absolute;
}

.before-img {
    width: 1000px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.after-img {
    height: 500px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.count {
    -webkit-appearance: none;
    background-color: transparent;
    width: 103.5%;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -17px;
}

.count::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: url(../img/SVG/arrow.svg) center / contain no-repeat;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
}

.footer {
    color: #fff;
    background: #014530;
    overflow: hidden;
}

.footer__top {
    padding: 18px 0 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-bottom: 2px solid #FADF12;
    align-items: center;
}

.footer__left {
    text-transform: uppercase;
    font-size: 1.125em;
    letter-spacing: -0.025em;
    margin-right: 30px;
    color: #43DB40;
}

.social-networks {
    display: flex;
    align-items: center;
}

.logo-pic {
    display: block;
    width: 210px;
    height: 150px;
}

.logo-pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer__menu:not(:last-child) {
    margin-right: 80px;
}

.footer-nav__item {
    list-style-type: none;
    margin-bottom: 5px;
}

.footer-nav__item.bold {
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-nav__item a {
    color: white;
    text-decoration: none;
    font-size: 1em;
    line-height: 1.5;
    display: block;
    margin-right: 20px;
}

.footer-nav__items {
    padding-left: 0;
}

.footer__menu .footer-nav__item:last-child {
    margin-bottom: 0;
}

.footer-nav__item a:hover {
    text-decoration: underline;
}

.footer-nav__item.contact {
    margin-bottom: 0px;
}

.footer__center {
    display: -webkit-box;
    padding: 25px 0;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    position: relative;
}

.footer__center-bottom .footer-nav__item a {
    color: #43DB40;
}

.footer__center-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

/*.footer__center::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #FADF12;
}*/

.footer__bottom {
    position: relative;
    background-color: #0B352D;
    color: #43DB40;
    padding: 10px 0;
    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;
}

.footer__bottom>div {
    position: relative;
    z-index: 2;
}

.footer__bottom:after {
    content: '';
    width: 140%;
    left: -20%;
    top: 0;
    height: 100%;
    background-color: #0B352D;
    position: absolute;
    z-index: 1;
}

.footer__rights {
    font-size: 1em;
    text-align: center;
}

.footer__creators {
    font-size: 1em;
}

.footer__creators a {
    text-decoration: none;
    color: #43DB40;
}

.footer__creators a:hover {
    text-decoration: underline;
}

.footer-youtube {
    background-image: url(../img/SVG/youtube.svg);
}

.footer-insta {
    background-image: url(../img/SVG/instagram.svg);
}

.footer-facebook {
    background-image: url(../img/SVG/Facebook.svg);
}

.footer-telegram {
    background-image: url(../img/SVG/telegram-.svg);
}

.footer-vk {
    background-image: url(../img/SVG/VKontakte.svg);
}

.hidden {
    display: none;
    width: 30%;
    border-radius: 10px;
}

.request-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: white;
    padding: 40px 30px 30px;
    width: 100%;
    border-radius: 10px;
    left: 0;
    top: 0;
}

.request-title {
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 30px;
    color: #DFA871;
}

.request-title span {
    font-weight: bold;
}

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form_input {
    outline-color: #DFA871;
    border: none;
    resize: none;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-style: italic;
    background-color: #F9F9F9;
}

#message {
    padding: 15px 15px 40px 15px;
    margin-bottom: 20px;
    outline-color: #DFA871;
    border: none;
    resize: none;
    font-style: italic;
    background-color: #F9F9F9;
}

.form-btn {
    background-color: #DFA871;
    color: white;
    padding: 15px;
    width: 100%;
    border: 0px;
    margin: 0 auto 20px auto;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.form-btn:hover {
    background-color: #fff;
    color: #DFA871;
    border: 1px solid #DFA871;
    padding: 14px;
    -webkit-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

.request_text {
    text-align: center;
    color: #646464;
}

.request_text a {
    color: #DFA871;
}

.request_text a:hover {
    -webkit-text-decoration: underline #DFA871;
    text-decoration: underline #DFA871;
}

.box-size {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.alert--fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.alert--error,
.alert--warning,
.alert--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.alert--width {
    width: 400px;
}

.alert--img__item svg {
    width: 80px;
    height: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.alert--img__item {
    display: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.alert--active .active {
    display: block;
}

.alert--warning .warning {
    display: block;
}

.alert--error .error {
    display: block;
}

.alert--content {
    position: relative;
    z-index: 12;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: white;
    padding: 30px;
    color: #333333;
    margin-bottom: 10%;
}

.alert--bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
    z-index: 11;
    top: 0px;
    left: 0px;
}

.alert-text {
    margin-top: 15px;
    text-align: center;
}

.alert--active .active path {
    fill: #373767;
}

.alert--warning .warning path {
    fill: #e5e75d;
}

.alert--error .error path {
    fill: #f81919;
}

.alert--title {
    font-size: 28px;
    font-weight: 500;
}

.alert--subtitle {
    font-weight: 400;
    font-size: 20px;
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px solid #ccbbbb;
}

.alert--x {
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 8px;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.alert--x svg {
    width: 100%;
    height: 100%;
}

.alert--x svg path {
    fill: #968787;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.alert--x:hover path {
    fill: black;
}

/*------------- administration css start ---------------*/

.ara_title {
    font-weight: bold;
    font-size: 3.2em;
    line-height: 1.2;
    color: #333333;
    margin-top: 35px;
}

.rokha_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.padding_10 {
    padding: 10px;
}

.rokha_wrapper .alish_blog:not(:nth-child(4n)) {
    margin-right: 2.6%;
}

.alish_blog {
    position: relative;
    z-index: 1;
    width: 23%;
    margin-bottom: 70px;
    padding: 10px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 30px;
    cursor: pointer;
    background-position: center;
    padding-top: 280px;
}

.alish_blog:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    right: 10px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    background: url('../img/SVG/arrow_right_orange.svg') center / 50% no-repeat, #fff;
}

.alish_blog:hover .ara_img {
    -webkit-clip-path: circle(100% at 50% 140px);
    clip-path: circle(100% at 50% 140px);
}

.alish_blog:hover .ara_img:before {
    opacity: 1;
}

.alish_blog:hover .alish_title,
.alish_blog:hover .ara_subtitle {
    color: #fff;
}

.alish_blog:hover .ara_line {
    border-width: 1px;
    border-color: transparent;
    -webkit-transform: translateX(-50%) scale(0.9);
    transform: translateX(-50%) scale(0.9);
}

.alish_blog:hover .ara_line:after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.ara_line {
    position: absolute;
    width: 282px;
    height: 282px;
    left: 50%;
    top: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 7px solid #D89F14;
    display: none;
}

.ara_line:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    width: 170%;
    height: 170%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    pointer-events: none;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.arrow_rokha {
    position: relative;
    display: block;
}

.ara_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-clip-path: circle(140px at 50% 140px);
    clip-path: circle(140px at 50% 140px);
}

.ara_img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(18.02%, rgba(255, 255, 255, 0.1)), to(rgba(187, 139, 21, 0.7)));*/
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 18.02%, rgba(187, 139, 21, 0.7) 100%);*/
    background: linear-gradient(180deg, rgba(216, 159, 20, 0.1) 35.73%, rgba(1, 69, 48, 0.73) 100%);
}

.ara_img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
}

.alish_title {
    text-align: center;
    font-weight: 900;
    font-size: 1.2em;
    line-height: 155%;
    text-transform: uppercase;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 8px;
}

.ara_subtitle {
    text-align: center;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 170%;
    color: rgba(51, 51, 51, 0.6);
}

.ara_subtitle {
    font-size: 1.05em;
    line-height: 140%;
}

.list {
    padding-bottom: 100px;
}

.alish_blog.way {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.alish_blog.way.way-active {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.rokha_wrapper .alish_blog.way:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.rokha_wrapper .alish_blog.way:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.rokha_wrapper .alish_blog.way:nth-child(3) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.rokha_wrapper .alish_blog.way:nth-child(4) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.rokha_wrapper .alish_blog.way:nth-child(5) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.rokha_wrapper .alish_blog.way:nth-child(6) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.rokha_wrapper .alish_blog.way:nth-child(7) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.rokha_wrapper .alish_blog.way:nth-child(8) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.alish_blog.plus_bac .alish_title,
.alish_blog.plus_bac .ara_subtitle {
    color: #FFFFFF;
}

/*------------ administration css end ---------------*/

/*----------- fancybox css start for administration ------------*/

.popup-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    height: 615px;
}

.rokha_img {
    width: 50%;
    height: 615px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    background-size: cover;
    background-position: top center;
}

.rokha_img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ara_wrap {
    height: 100%;
    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%;
}

.alish_wrap {
    padding: 50px;
    background-color: #FFF;
}

.alish_wrap_title {
    font-weight: bold;
    font-size: 1.6em;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #29348E;
    overflow: hidden;
    max-height: 64px;
    margin-bottom: 15px;
}

.alish_wrap_subtitle {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #891213;
    /*overflow: hidden;*/
    /*max-height: 73px;*/
}

.rokha_wrap {
    padding: 50px;
    border-radius: 5px;
    overflow-y: scroll;
    height: 100%;
    background-color: #F0F0F6;
}

.rokha_wrap_text {
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    color: rgba(51, 51, 51, 0.8);
    white-space: pre-line;
    margin-top: -40px;
}

.rokha_wrap_text p:not(:first-child) {
    margin-top: 20px;
}

#get.fancybox-content {
    padding: 0;
}

.fancybox-close-small {
    color: #fff;
    background-color: #D89F14;
}

/*------------ fancybox css end for administration ---------------*/

/*--------------- History Page styles --------------*/

.first_section {
    padding-top: 124px;
}

.his_bac {
    background-image: url(../img/PNG/his_bac.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.his_bac .page__titles {
    margin-bottom: 0;
}

.his_bac_ara {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.his_left {
    width: 570px;
    height: 380px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.his_left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.his_right {
    width: 385px;
    height: 564px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px;
}

.his_right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.his_title {
    font-weight: bold;
    font-size: 3.4em;
    line-height: 92.5%;
    color: #333333;
}

.his_subtitle {
    font-weight: bold;
    font-size: 1.4em;
    line-height: 170%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #891213;
    margin-top: 20px;
}

.his_text {
    font-weight: normal;
    font-size: 1.2em;
    line-height: 170%;
    color: rgba(51, 51, 51, 0.8);
    margin-top: 17px;
}

.container.con {
    display: none;
}

.ara_width {
    width: 50%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.addr_width {
    width: 370px;
}

.stage_head_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.stage_head {
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #818181;
    background-color: #F3F3F3;
    border-radius: 50px;
    padding: 15px 30px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 15px;
}

.stage_head.active,
.stage_head:hover {
    color: #FFFFFF;
    background-color: #D89F14;
}

.stage_head_item .stage_head:not(:last-child) {
    margin-right: 20px;
}

.panel {
    padding: 80px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.stage_body_left {
    /*width: 48%;*/
    margin-right: 50px;
}

.stage_body_left_title {
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-top: 10px;
}

.stage_body_left_subtitle {
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    color: rgba(51, 51, 51, 0.8);
}

.stage_body_left_subtitle p:not(:first-child) {
    margin-top: 12px;
}

.stage_body_item {
    width: 50%;
    height: 300px;
    position: relative;
    z-index: 1;
    -webkit-transition: 1s;
    transition: 1s;
}

.stage_body_right_img {
    height: 380px;
    margin: 10px;
}

.stage_body_right_img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.alish_ara {
    width: 48%;
}

.slider_blog {
    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;
    margin-top: 30px;
}

.stage_content {
    margin-top: 25пpx;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.stage_body_right {
    -webkit-box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.1);
}

.slider_arrow .slick_arrow {
    outline: none;
    border: none;
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    padding: 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
    background-color: #fff0;
    border: 2px solid #000;
}

.slider_arrow .slick_arrow:hover {
    opacity: 0.3;
}

.slider_arrow .slick_arrow.slick_prev {
    background-image: url(../img/SVG/tabs_left.svg);
    margin-right: 15px;
}

.slider_arrow .slick_arrow.slick_next {
    background-image: url(../img/SVG/tabs_right.svg);
}

.slider_number .numm {
    font-weight: bold;
    font-size: 2.1em;
    line-height: 170%;
    color: #000000;
    position: absolute;
}

.slider_number .count_total.numm {
    right: 0px;
}

.slider_number .count_current.numm {
    left: 0px;
}

.slider_number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_number .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
}

.slider_number .slick-dots li button {
    font-size: 0;
    width: 30px;
    height: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #F3F3F3;
}

.slider_number .slick-dots .slick-active button {
    background-color: #D89F14;
}

.rokha_num {
    position: relative;
    padding: 0 30px;
}

.slider_arrow {
    margin-right: 50px;
}

.stage_body.active {
    top: 0;
    opacity: 1;
    pointer-events: auto;
}

.stage_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 20px;
    right: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 1s;
    transition: 1s;
}

.prof_blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.prof_blog_img {
    width: 40%;
    height: 500px;
    margin-right: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.prof_blog.mr_o .prof_blog_img {
    margin-right: 0;
    margin-left: 70px;
}

.prof_blog.mr_o {
    margin-top: 70px;
}

.prof_blog_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.prof_blog_title {
    font-weight: 600;
    font-size: 2.5em;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.prof_blog_subtitle {
    font-weight: normal;
    font-size: 1.1em;
    line-height: 170%;
    color: #FFFFFF;
}

.prof_blog_subtitle p:not(:first-child) {
    margin-top: 30px;
}

.ub {
    background-image: url(../img/PNG/profbac.png);
}

.tkb {
    background-image: url(../img/PNG/his_bac.png);
}

.today_wrap_title {
    font-weight: bold;
    font-size: 2.4em;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
}

.today_wrap {
    padding: 25px 30px;
    background-color: #ffffff;
    margin: 20px auto 0;
    width: 70%;
}

.today_wrap .prof_blog_subtitle {
    color: #000;
    text-align: center;
}

.today_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
}

.today_blog {
    width: 48%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 6%;
    -webkit-box-shadow: 0 24px 40px rgba(0, 0, 0, 0.25);
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.25);
}

.today_blog img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.today_unit .prof_blog_subtitle {
    color: rgba(51, 51, 51, 0.8);
}

/* -------------- History Page styles END ---------------- */

/* -------------- Museum Page styles ---------------- */

.title__abs.muzey_title {
    width: 100%;
    font-size: 190px;
}

ol {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    padding-left: 0;
    counter-reset: myCounter;
}

ol>li {
    position: relative;
    font-weight: 500;
    font-size: 1.28em;
    line-height: 130%;
    color: #333333;
    margin-bottom: 40px;
    margin-right: 30px;
    margin-left: 30px;
    padding-left: 5px;
    list-style: none;
}

ol>li::before {
    content: counter(myCounter);
    counter-increment: myCounter;
    position: absolute;
    top: 0px;
    left: -30px;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    padding: 0px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 0.9em;
    z-index: 1;
    background-color: #D89F14;
}

ol>li>ul {
    margin-top: 15px;
}

.alish_small_img {
    height: 200px;
    margin: 0 10px;
    cursor: pointer;
}

.alish_small_img img,
.alish_big_img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bigsmall .muzey_title {
    color: #DFDBCF;
    opacity: 0.4;
    font-size: 160px;
}

.alish_big_img {
    height: 300px;
    margin: 0 10px;
    cursor: pointer;
    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;
}

.alish_small,
.alish_big {
    margin-top: 40px;
}

/* -------------- Museum Page styles END ---------------- */

/* -------------- Meetings Page styles start ---------------- */

.meetings__title {
    font-style: normal;
    font-weight: 600;
    font-size: 1.8em;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #003E2A;
}

.meetings__text {
    font-size: 1.125em;
    line-height: 150%;
    color: rgba(51, 51, 51, 0.8);
}

/* -------------- Meetings Page styles END ---------------- */

/* -------------- pres-mes Page styles start ---------------- */

.pres-mess {
    padding-top: 0 !important;
}

.pres-mess__item {
    display: flex;
    background: #ECECEC;
    justify-content: space-between;
    margin-bottom: 40px;
}

.pres-mess__item-left {
    width: 30%;
    display: block;
    overflow: hidden;
}

.pres-mess__item-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.pres-mess__item-left:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.pres-mess__item-right {
    width: 70%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.pres-mess__item-right-top {
    padding: 50px 70px 50px 50px;
}

.pres-mess__item-title {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 17px;
}

.pres-mess__item-title:hover {
    text-decoration: underline;
}

.pres-mess__item-subtitle {
    font-weight: bold;
    font-size: 1.125em;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #DAA523;
    margin-bottom: 17px;
}

.pres-mess__item-description {
    line-height: 170%;
    text-align: justify;
    color: rgba(51, 51, 51, 0.8);
}

.pres-mess__item-right-bottom {
    padding: 25px 70px 25px 50px;
    display: flex;
    align-items: center;
    border-top: 2px solid #FFFFFF;
}

.read-more-btn {
    font-style: italic;
    font-weight: 500;
    font-size: 1.125em;
    text-transform: uppercase;
    color: #818181;
    display: block;
    margin-right: 50px;
}

.read-more-btn:hover {
    text-decoration: underline;
}

.read-more-arrow {
    background-image: url(../img/SVG/Arrow-right-pres.svg);
    display: block;
    width: 50px;
    height: 30px;
    display: flex;
    background-color: white;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    transition: all 0.6s;
}

.read-more-arrow:hover {
    background-color: #DAA523;
}

.pagination {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.pagination a.active {
    background-color: #DAA523;
    color: white;
}

.pagination>li>a {
    background-color: #F0F0F0;
    padding: 10px 16px;
    text-align: center;
    color: #999999;
    margin-right: 1px;
}

.pagination>li>a:hover {
    background-color: #DAA523;
    color: white;
}

/* -------------- pres-mes Page styles END ---------------- */

/*--------- press Page styles start-------*/

.press {
    padding-top: 0 !important;
}

.press .reports_head {
    color: rgba(51, 51, 51, 0.8);
    font-size: 1.3em;
}

/* -------------- press Page styles END ---------------- */

/*--------- sport-club Page styles start-------*/

.about-club_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.about-club_img {
    width: 44%;
}

.about-club_img img {
    width: 100%;
    border-radius: 15px;
}

.about-club_blog {
    width: 53%;
    position: relative;
}

.about-club_blog_title {
    font-weight: bold;
    font-size: 1.8em;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #006343;
    margin: 35px 0;
}

.about-club_blog_texts p {
    font-size: 1.125em;
    line-height: 150%;
    color: rgba(51, 51, 51, 0.8);
    margin-bottom: 20px;
}

.about-club_blog_texts p:first-child {
    /* font-family: 'Museo Sans Cyrl'; */
    font-weight: 600;
    line-height: 170%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333333;
}

.information-sportclub__wrapper {
    margin-bottom: 50px;
}

.information-sportclub__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}

.information-sportclub__title {
    width: 50%;
    padding-bottom: 5px;
    border-bottom: 3px solid rgba(51, 51, 51, 0.15);
    /* font-family: 'Museo Sans Cyrl'; */
    font-style: normal;
    font-weight: 600;
    font-size: 2.5em;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333333;
}

.information-sportclub__subtitle {
    font-size: 1.3em;
    line-height: 118.5%;
    color: rgba(51, 51, 51, 0.8);
    width: 45%;
}

.sportsman-titules {
    display: flex;
    margin-bottom: 50px;
    margin-left: 35px;
}

.sportsman-titule {
    font-weight: 500;
    font-size: 2em;
    line-height: 130%;
    letter-spacing: 0.02em;
    position: relative;
    color: #003E2A;
    margin-right: 150px;
}

.sportsman-titule::before {
    content: '1';
    border-radius: 50%;
    background-color: #DAA523;
    color: white;
    position: absolute;
    left: -35px;
    top: -20px;
    height: 25px;
    width: 25px;
    /* font-family: 'Museo Sans Cyrl'; */
    font-weight: bold;
    font-size: 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sportsman-titule:nth-child(2):before {
    content: '2';
}

.information-sportclub__wrap .information-sportclub__number {
    color: rgba(236, 236, 240, 0.7);
    margin-right: 0;
    width: 15%;
}

.information-sportclub__wrap-unit {
    width: 80%;
}

.information-sportclub__body-text {
    font-size: 1.125em;
    line-height: 150%;
    color: rgba(51, 51, 51, 0.8);
}

.information-sportclub__body-text p {
    margin-bottom: 20px;
}

.information-sportclub__body-title {
    /* font-family: 'Museo Sans Cyrl'; */
    font-weight: 600;
    font-size: 1.8em;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #003E2A;
}

.information-sportclub__big-title {
    color: #D89F14;
    padding-right: 50%;
}

.information-sportclub__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.information-sportclub__wrap:nth-child(even) {
    flex-direction: row-reverse;
}

/*--------- sport-club Page styles end-------*/

/*----------- Structure Page styles -----------*/

.structure_wrap {
    background-color: #F0F0F6;
    border-radius: 15px;
    padding: 45px 50px;
}

.structure_wrap .structure_wrap_item:first-child {
    margin-bottom: 25px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.structure_wrap .structure_wrap_item:nth-child(2) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.structure_wrap_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.structure_wrap_title {
    font-weight: bold;
    font-size: 1.28em;
    line-height: 18px;
    color: #29348E;
    min-width: 140px;
}

.structure_wrap_subtitle {
    font-weight: normal;
    font-size: 1.14em;
    line-height: 30px;
    color: #333333;
    margin-left: 20px;
}

.structure_wrap_figure {
    background-color: #E6E8F3;
    border: 1px solid #29348E;
    width: 140px;
    height: 40px;
}

.struc_wrapper {
    margin-top: 50px;
}

.struc_wrapper_title {
    font-weight: bold;
    font-size: 3.4em;
    line-height: 130%;
    color: #333333;
    text-align: center;
    margin-bottom: 60px;
}

.column {
    padding-bottom: 150px;
}

.struc_wrapper_img {
    height: auto;
    cursor: pointer;
    margin: 0 auto;
}

.struc_wrapper_img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*----------- Structure Page styles END -----------*/

/*------------ Committee Page styles ------------*/

.com_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.com_img {
    position: relative;
    width: 27%;
    height: 460px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
    border-radius: 20px;
    overflow: hidden;
}

.com_img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(35.73%, rgba(216, 159, 20, 0.1)), to(rgba(216, 159, 20, 0.7)));*/
    /*background: linear-gradient(180deg, rgba(216, 159, 20, 0.1) 35.73%, rgba(216, 159, 20, 0.7) 100%);*/
    background: linear-gradient(180deg, rgba(216, 159, 20, 0.1) 35.73%, rgba(1, 69, 48, 0.73) 100%);
}

.com_img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.com_blog {
    position: relative;
}

.com_blog_title {
    font-weight: bold;
    font-size: 2.1em;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #006343;
}

.com_blog_subtitle {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #D89F14;
}

.com_unit {
    margin-top: 30px;
}

.com_unit_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    color: rgba(51, 51, 51, 0.8);
}

.com_unit_blog {
    background-color: #F0F0F6;
    border-radius: 15px;
    padding: 50px 61px 10px 60px;
    margin-top: 20px;
}

.com_unit_blog .ol li {
    margin-right: 10px;
    margin-left: 10px;
}

.tac {
    text-align: center;
}

.chairmen_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
}

.chairmen_wrapper .alish_title {
    font-size: 16px;
}

.chairmen_wrapper .alish_blog {
    width: 19%;
    z-index: 1;
    padding-top: 250px;
    margin-right: 1.2%;
    margin-bottom: 50px;
}

.chairmen_wrapper .alish_blog:after {
    width: 50px;
    height: 50px;
    top: 60%;
}

.chairmen_wrapper .alish_blog:nth-child(5n) {
    margin-right: 0;
}

.chairmen_wrapper .alish_blog .ara_img {
    -webkit-clip-path: circle(120px at 50% 140px);
    clip-path: circle(120px at 50% 140px);
}

.chairmen_wrapper .alish_blog:hover .ara_img {
    -webkit-clip-path: circle(100% at 50% 140px);
    clip-path: circle(100% at 50% 140px);
}

.chairmen_wrapper .alish_blog .ara_line {
    width: 240px;
    height: 240px;
    top: 20px;
}

.gray {
    background-color: #F0F0F6;
    z-index: -2;
}

.subject_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.subject_wrap .subject_wrap_title,
.subject_wrap .subject_wrap_subtitle {
    width: 50%;
}

.subject_wrap_title {
    font-weight: 600;
    font-size: 2.4em;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333333;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-bottom: 3px solid rgba(51, 51, 51, 0.15);
    padding-bottom: 10px;
}

.subject_wrap_subtitle {
    font-weight: normal;
    font-size: 1.4em;
    line-height: 118.5%;
    color: rgba(51, 51, 51, 0.8);
    /*width: 620px;*/
    margin-left: 50px;
}

.subject_wrapper {
    margin-top: 60px;
}

.event {
    padding: 70px 0;
}

.event .connection__item-icon {
    background-color: transparent;
}

.event .connection__item-icon img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ev_title {
    font-weight: 600;
    font-size: 2.14em;
    line-height: 130%;
    color: #006343;
    margin-bottom: 40px;
}

.event .connection__item {
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid rgba(41, 52, 142, 0.15);
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.event .connection__item-title {
    font-size: 1.4em;
    color: #006343;
}

.work_wrap {
    margin-top: 60px;
}

/* ---------- Committe Page styles END ---------- */

/*---------- Accreditation Page styles ----------*/

.news .big_t {
    font-size: 10.3em;
    top: 60px;
    z-index: -1;
    color: rgba(255, 255, 255, 0.4);
}

.accr_title {
    font-weight: 600;
    font-size: 1.8em;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #003E2A;
}

.accr_subtitle {
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    text-align: justify;
    color: rgba(51, 51, 51, 0.8);
    margin-top: 18px;
}

.accr_subtitle ol {
    margin-top: 30px;
}

.accr_subtitle ol li {
    font-size: inherit;
}

.accreditation {
    padding: 120px 0 50px 0;
}

.accr_wrap {
    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;
}

.accr_number {
    font-weight: 800;
    font-size: 11em;
    line-height: 115%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 60px;
}

.accr_number.ml-60 {
    margin-right: 0px;
    margin-left: 60px;
}

.ol.ol_accr {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}

.reverse {
    flex-direction: row-reverse;
}

.reports_item {
    border-radius: 25px;
    background-color: #F0F0F0;
}

.reports_head {
    font-weight: bold;
    font-size: 21px;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
    cursor: pointer;
    position: relative;
    padding: 30px 90px 30px 35px;
}

.reports_head.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.reports_head:after,
.reports_head:before {
    content: "";
    position: absolute;
    padding: 17px 17px;
    right: 50px;
    top: 50%;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center;
    background-size: 18px 20px;
    background-repeat: no-repeat;
    border-radius: 100%;
    background-color: #fff;
    margin-left: 40px;
}

.reports_head:before {
    opacity: 0;
    background-image: url(../img/SVG/minus.svg);
}

.reports_head:after {
    opacity: 1;
    background-image: url(../img/SVG/plus.svg);
}

.reports_body_alish_sert {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/SVG/sert1.svg);
    width: 120px;
    height: 80px;
}

.reports_body_rokha {
    background-color: #fff;
    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;
    padding: 20px 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.reports_body_alish {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reports_wrapper .reports_item:not(:last-child) {
    margin-bottom: 40px;
}

.reports_body_rokha_number {
    font-size: 20px;
    color: #00B0C7;
    line-height: 130%;
    font-weight: bold;
}

.reports_body_rokha_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: rgba(51, 51, 51, 0.8);
    text-align: left;
    width: 60%;
}

.reports_head.active:before {
    opacity: 1;
}

.reports_head.active:after {
    opacity: 0;
}

.reports_body {
    display: none;
    margin-top: -20px;
    padding: 20px;
    background-color: #F0F0F0;
}

.reports_body_item {
    padding: 35px 40px;
    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;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.reports_bac {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background: center / 25px no-repeat;
}

.reports_bac:hover,
.reports_bac.reports_body_pdf {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.reports_body_eye {
    background-image: url(../img/SVG/eye.svg);
    margin-right: 10px;
}

.reports_body_download {
    background-image: url(../img/SVG/download.svg);
    margin-right: 10px;
}

.reports_body_pdf {
    background-image: url(../img/SVG/pdf.svg);
    width: 50px;
    height: 50px;
    background-size: 36px;
}

.reports_body_doc {
    background-image: url(../img/SVG/doc.svg);
    width: 50px;
    height: 50px;
    background-size: 36px;
}

.report_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* k1q */

.reports_body_text {
    font-weight: normal;
    /* font-size: 18px; */
    line-height: 130%;
    color: rgba(51, 51, 51, 0.8);
    margin-right: 50px;
    width: 100%;
}

.reports_body_text td {
    width: 25%;
}

/*---------- Accreditation Page styles ----------*/

/*--------- videoarchive Page styles start-------*/

.videoarchive {
    padding-top: 0;
}

.videoarchive .pagination {
    justify-content: start;
}

.videoarchive__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.videoarchive__item {
    width: 48%;
    position: relative;
    margin-bottom: 50px;
    height: 350px;
}

.videoarchive__item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    background-color: white;
    padding: 15px;
    border-top: #FFE15A solid 3px;
}

.videoarchive__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videoarchive__item-title a {
    display: block;
    font-weight: 500;
    color: rgba(51, 51, 51, 0.8);
    font-size: 1em;
    line-height: 135%;
    text-decoration: none;
}

.videoarchive__item-title:hover a {
    text-decoration: underline;
}

.videoarchive__item-icon {
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: white;
    background-image: url(../img/SVG/icon_video.svg);
    background-position: center;
    background-size: 15px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

/* -------------- videoarchive Page styles END ---------------- */

/* -------------- vacancy Page styles start ---------------- */

.vacancy {
    padding-top: 0 !important;
}

.vacancy-report_head {
    display: flex;
}

.reports_item {
    position: relative;
}

.vacancy .reports_item:after {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    content: '';
    height: 96%;
    left: 38%;
    transform: translateX(-40%);
    top: 0;
    position: absolute;
    width: 1px;
}

.vacancy-report_head-left {
    width: 40%;
}

.vacancy-report_head-right {
    width: 50%;
    padding-left: 50px;
}

.vacancy .report_wrap {
    font-weight: 500;
    font-size: 1.125em;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #00B0C7;
    padding-right: 80px;
    width: 40%;
}

.vacancy .reports_body_text {
    width: 55%;
    padding-left: 10px;
}

.composition__title {
    font-weight: bold;
    font-size: 1.8em;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.02em;
    margin-bottom: 38px;
    color: #003E2A;
}

.table {
    background-color: white;
    border-radius: 30px 30px 5px 5px;
    padding: 0px 10px 15px 10px;
    overflow: auto;
}

table {
    border-collapse: collapse;
}

.composition th,
td {
    background: #F4F5FE;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0;
}

tr {
    width: 95%;
}

tr,
th {
    text-align: center;
}

.composition .lead_tr th {
    background-color: transparent;
    border-top: none;
    border-left: none;
    padding: 30px 20px;
}

.composition .lead_tr th:last-child {
    border-right: none;
}

td {
    padding: 25px 15px;
}

.lead_tr {
    border-radius: 30px 30px 5px 5px;
}

.requirements__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.requirements__title {
    width: 50%;
    padding-bottom: 5px;
    border-bottom: 3px solid rgba(51, 51, 51, 0.15);
    font-style: normal;
    font-weight: 600;
    font-size: 2.5em;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333333;
}

.requirements__subtitle {
    font-size: 1.3em;
    line-height: 118.5%;
    color: rgba(51, 51, 51, 0.8);
    width: 45%;
}

.requirements__points {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.requirements__points li {
    position: relative;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 130%;
    color: #333333;
    margin-bottom: 40px;
    margin-right: 30px;
    margin-left: 30px;
    padding-left: 5px;
    list-style: none;
    width: 40%;
}

.requirements__points {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    padding-left: 0;
    counter-reset: myCounter;
}

.requirements__points li::before {
    content: counter(myCounter);
    counter-increment: myCounter;
    position: absolute;
    top: 0px;
    left: -35px;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    padding: 0px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 0.9em;
    z-index: 1;
    background-color: #D89F14;
}

.note {
    background: #ECECEC;
    border-radius: 15px;
    padding: 40px;
    margin: 50px 0;
}

.note--inline {
    display: inline-block;
}

.note__title,
.note-address__title,
.note-tel__title {
    font-weight: bold;
    font-size: 1.125em;
    color: #003E2A;
    margin-right: 25px;
}

.note__title:first-child {
    margin-bottom: 15px;
}

.note__subtitle {
    line-height: 180%;
    color: #333333;
}

.reminder {
    margin: 35px 0;
}

.reminder__icon {
    margin-right: 8px;
}

.note__address {
    margin-bottom: 15px;
}

.note p:not(:last-child) {
    margin-bottom: 20px;
}

.note p {
    line-height: 1.5;
    font-size: 1.125em;
}

.note p:last-child {
    margin-bottom: 0;
}

.reminder__text {
    font-style: italic;
    color: rgba(51, 51, 51, 0.8);
}

.note__address,
.note__tel,
.reminder {
    display: flex;
    align-items: center;
}

.note-tel__subtitle:hover {
    text-decoration: underline;
}

.edu-site {
    color: #00B0C7;
}

.contests .reports_body_text a {
    color: #00B0C7;
}

.contests .reports_body_text a:hover {
    text-decoration: underline;
}

.contests__item {
    border-radius: 5px;
}

.contests__item .reports_head {
    padding: 25px 90px 25px 45px;
    font-size: 1.125em;
}

.reports_body_text p {
    margin-bottom: 15px;
}

.reports_body_text th {
    text-transform: uppercase;
    padding: 35px 15px;
    background: #F4F5FE;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.reports_body_text td {
    background-color: white;
}

.contacts .reports_body_text {
    margin-right: 0;
}

.reports_body_text td a {
    color: rgba(51, 51, 51, 0.8);
    display: block;
    margin-bottom: 4px;
}

.reports_body_text td a:hover {
    text-decoration: underline;
}

.reports_body_text tr td:first-child {
    font-weight: 500;
    font-size: 1.125em;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.contacts .reports_item {
    margin-bottom: 15px !important;
}

/* -------------- vacancy Page styles END ---------------- */

/* -------------- bachelor Page styles start ---------------- */

.note__subtitle p:not(:last-child) {
    margin-bottom: 20px;
}

.bachelor {
    padding-top: 0px;
}

.bachelor__info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 60px;
}

.bachelor__info-left {
    width: 60%;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 30px;
    padding-right: 20px;
}

.bachelor__info-right {
    width: 40%;
    padding-left: 60px;
    padding-bottom: 30px;
}

.bachelor__info-title {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 170%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 20px;
}

.bachelor__info-text {
    font-size: 1.125em;
    line-height: 170%;
    color: rgba(51, 51, 51, 0.8);
}

.bachelor .reminder {
    margin-bottom: 50px;
}

.bachelor .reports_item {
    margin-bottom: 15px;
}

.static-pages p {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 16px;
}

.static-pages h2,
.static-pages h3 {
    display: block;
    margin-bottom: 20px;
}

.static-pages table p {
    margin-bottom: 0;
}

.static-pages .reports_item {
    margin-bottom: 20px;
}

.static-pages ol {
    columns: 1;
}

.static-pages ol li {
    font-size: inherit;
    margin-bottom: 30px;
}

.photogallery {
    position: relative;
}

.photogallery__item {
    display: flex !important;
    justify-content: space-between;
}

.photogallery__pictures {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.photogallery__picture {
    width: 48%;
    overflow: hidden;
    margin-bottom: 20px;
    height: 200px;
}

.photogallery__picture:nth-child(3),
.photogallery__picture:nth-child(4) {
    margin-bottom: 0px;
}

.photogallery__picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photogallery__picture img:hover {
    cursor: zoom-in;
}

.big-picture {
    width: 100%;
    margin-bottom: 0px;
}

.big-picture {
    height: 420px;
}

.photogallery_title {
    font-weight: bold;
    font-size: 1.8em;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #006343;
    margin: 45px 0;
}

.photogallery__items .slick-arrow {
    position: absolute;
    font-size: 0;
    width: 40px;
    height: 40px;
    bottom: -20px;
    background-color: white;
    border-radius: 50%;
    border: 2px solid #003E2A;
    z-index: 10;
}

.photogallery__items .slick-arrow.slick-prev {
    left: 0%;
    background-image: url(../img/SVG/arrow_to_left_photo.svg);
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.photogallery__items .slick-arrow.slick-next {
    left: 50px;
    background-image: url(../img/SVG/arrow_to_right-photo.svg);
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

/* .photogallery__items .slick-arrow:hover{
  background-color: #373767 ;
  border:#373767 1px solid;

} */

.photogallery__items .slick-dots {
    display: flex;
    margin-left: 150px;
    align-items: center;
    /* width: 1000px; */
    padding: 0;
    font-size: 0;
    margin-top: 50px;
}

.photogallery__items .slick-dots li {
    list-style-type: none;
    width: 20px;
    border-radius: 40px;
    height: 3px;
    margin: 0;
    font-size: 0;
    background-color: #FFFFFF;
}

/* ÐÐºÑ‚Ð¸Ð²Ð½Ð°Ñ Ñ‚Ð¾Ñ‡ÐºÐ° */

.photogallery__items .slick-dots li.slick-active {
    background-color: #F8CE25;
    /* opacity: 0.3; */
}

.slick-dots li button {
    font-size: 0px !important;
    display: none;
}

.photogallery .title__big {
    font-size: 12em;
    color: rgba(255, 255, 255, 0.8);
    top: 60px;
}

/* -------------- bachelor Page styles END ---------------- */

/* -------------- edu-programs Page styles start ---------------- */

.edu-programs {
    padding-top: 0px;
}

.edu-programs .search_form-page {
    border: none;
    padding: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 0px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.edu-programs .search-icon {
    border-left: none;
    background-image: url(../img/SVG/search-icon.svg);
    width: 5%;
    height: 30px;
}

.edu-programs .search-input-page {
    width: 95%;
    font-style: italic;
    font-size: 1.25em;
    line-height: 130%;
    color: #333333;
    display: block;
    padding: 0.5em 1em;
    border: none;
    outline: none;
}

.edu-programs__item {
    border-radius: 5px;
    position: relative;
    margin-bottom: 15px;
}

.edu-programs__item .reports_head {
    padding-left: 140px;
}

.letter {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: #DAA523;
    border-radius: 5px 0px 0px 0px;
    font-weight: bold;
    font-size: 2em;
    line-height: 92.5%;
    color: #FFFFFF;
    width: 100px;
}

/* k1q 2023.11.17 */

.reports_body_text li a {
    /* font-size: 1.125em;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
  color: rgba(51, 51, 51, 0.8);
  display: block;
  padding-left: 40px; */
}

.reports_body_text li a:hover {
    text-decoration: underline;
}

/* -------------- edu-programs Page styles END ---------------- */

/* -------------- news Page styles start ---------------- */

.news-section {
    padding-bottom: 60px;
}

.news-section .news__item-title,
.news-inside .news__item-title {
    position: static;
    display: block;
    width: 100%;
    color: #333333;
    margin-bottom: 10px;
}

.news-section .news__item-title:hover,
.news-inside .news__item-title:hover {
    text-decoration: underline;
}

.news-section .news__item-info,
.news-inside .news__item-info {
    padding-bottom: 38px;
}

.news-section .news__item,
.news-inside .news__item {
    margin-bottom: 30px;
    border: 1px solid #C4C4C4;
    position: relative;
    margin-right: 1.5%;
}

.news-section .news__item-bottom,
.news-inside .news__item-bottom {
    padding: 15px;
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.news-section .news__item-data,
.news-inside .news__item-data {
    color: rgba(51, 51, 51, 0.8);
    font-size: 1.125em;
}

.ya-share2__item {
    margin-right: 10px !important;
}

.news__page {
    display: flex;
    flex-wrap: wrap;
}

.news__page>div {
    width: 23.5%;
}

.news-section .news__item-pic,
.news-inside .news__item-pic {
    height: 220px;
}

.btn-more-info:after {
    content: '';
    background-image: url(../img/SVG/ar-rig.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.7em;
    height: 0.7em;
    display: inline-block;
    margin-left: 5px;
}

.btn-more-info:hover {
    text-decoration: underline;
}

.btn-more-info {
    color: #29348E;
}

.news .pagination {
    justify-content: flex-end;
}

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

.news-inside-left {
    width: 69%;
}

.news-inside-right {
    width: 27%;
}

.news-inside-pic {
    margin-bottom: 20px;
}

.news-inside-img {
    width: 100%;
    display: block;
}

.news-inside__title {
    font-weight: bold;
    font-size: 1.5em;
    color: #29348E;
    margin-bottom: 20px;
}

.news-inside__text {
    font-size: 1.125em;
    line-height: 167%;
    color: #333333;
    margin-bottom: 10px;
}

.news-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    border: none;
    width: 30px;
    height: 25px;
    font-size: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    font-size: 0;
    background-position: center;
}

.news-slider .slick-next {
    right: 0;
    background-image: url(../img/SVG/arr_right-part.svg);
}

.news-slider .slick-prev {
    left: 0;
    background-image: url(../img/SVG/arr_left-part.svg);
}

.prosmotr {
    color: #014530;
    font-weight: 700;
    font-size: 1.1em;
    margin-bottom: 19px;
}

.faq_year {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.faq_year a {
    color: #014530;
    font-size: 1.1em;
    margin-right: 15px;
    display: block;
    padding: 10px;
    background-color: white;
}

.faq_year a:hover {
    text-decoration: underline;
}

.faq_year a.active {
    background-color: #014530;
    color: white;
}

.prosmotr:after {
    content: '';
    background-image: url(../img/SVG/eye-f.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -3px;
}

.news-inside__data {
    font-weight: bold;
    font-size: 1.125em;
    color: rgba(51, 51, 51, 0.8);
    margin-bottom: 20px;
}

.social-networks__text {
    font-weight: bold;
    font-size: 1.125em;
    color: #333333;
    margin-bottom: 20px;
}

.news-inside__social-network {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    display: none;
}

.news-inside__whatsapp {
    background-image: url(../img/SVG/whatsapp-news.svg);
}

.news-inside__facebook {
    background-image: url(../img/SVG/facebook-news.svg);
}

.news-inside__instagram {
    background-image: url(../img/SVG/instagram-news.svg);
}

.news-inside__telegram {
    background-image: url(../img/SVG/telegram-news.svg);
}

/* -------------- news Page styles END ---------------- */

.static-pages ul {
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 16px;
}

.static-pages ul li {
    margin-bottom: 10px;
}

.static-pages p a {
    color: #00B0C7;
}

.static-pages p a:hover {
    text-decoration: underline;
}

.search a {
    color: #00B0C7;
    margin-bottom: 10px;
    display: block;
    font-size: 1.2em;
}

.search a:hover {
    text-decoration: underline;
}

.search p {
    font-weight: 600;
    font-size: 1.125em;
    line-height: 170%;
    /* or 34px */
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333333;
}

/* -------- Dir Blog Page styles ------- */

.dir_wrapper {
    display: flex;
    align-items: flex-start;
}

.dir_wrapper .com_img {
    width: 25%;
    margin-right: 50px;
}

.dir_wrapper .com_blog {
    padding-top: 20px;
}

.dir_wrapper .title__big {
    width: 100%;
    font-family: 'Montserrat';
}

.dir_wrapper .com_unit_blog {
    padding: 50px 200px 50px 50px;
    margin-top: 0;
    line-height: 150%;
}

.dir_wrapper .com_unit_title {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.com_unit_position {
    color: #00B0C7;
    font-weight: bold;
    margin-bottom: 30px;
}

.faq .reports_item:not(:first-child) {
    margin-top: 15px;
}

.faq .reports_head:after,
.faq .reports_head:before {
    border: 2px solid #ccc;
}

.faq .reports_item,
.faq .reports_body {
    background-color: #fff;
}

.faq .reports_body_item {
    padding: 30px;
    border-bottom: none;
    background-color: #F4F5FE;
}

.dir_form {
    width: 1050px;
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dir_input_block {
    width: 48%;
    margin-bottom: 42px;
}

.dir_input_block.dir_input_text {
    width: 100%;
}

.dir_input_label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.dir_input {
    display: block;
    width: 100%;
    padding: 18px 25px;
    border-radius: 5px;
    resize: none;
    border: 5px solid #EDEDED;
}

.dir_form_btn {
    display: table;
    margin: 0 auto;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 18px 50px;
    border-radius: 4px;
    text-align: center;
    transition: 0.3s;
    background-color: #006343;
}

.dir_form_btn:hover {
    background-color: #00a46f;
}

/* -------- Dir Blog Page styles END ------- */

/* -------- Call-center Page styles ------- */

.call_note.note {
    padding: 35px 35px 25px;
}

.call_note {
    font-size: 18px;
}

.call_note .reminder {
    margin: 8px 0;
    font-size: 16px;
}

.call_note .reminder__text {
    font-style: normal;
}

.call_note .reminder__text a {
    font-weight: 500;
    color: #00B0C7;
}

.call_note .reminder__text a:hover {
    text-decoration: underline;
}

.call_wrapper .reports_item {
    z-index: 1;
}

.call_wrapper .reports_item:after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    left: 40%;
    width: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.call_wrapper .report_wrap {
    width: 38%;
    margin-right: 4%;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 500;
    color: #00B0C7;
    text-transform: uppercase;
}

.call_wrapper .reports_body_text {
    width: 100%;
    margin-right: 0;
}

.call_wrapper .reports_item:not(:first-child) {
    margin-top: 20px;
}

/* -------- Call-center Page styles END ------- */

/* -------- Org. Structure Page styles ------- */

.struc_row {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.struc_item {
    position: relative;
    z-index: 1;
    width: 15%;
    margin-right: 2%;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    background-color: #F0F0F0;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
}

.struc_item.struc_item__hidden {
    visibility: hidden;
}

.struc_row .struc_item:nth-child(6n) {
    margin-right: 0;
}

.struc_item__main {
    font-weight: bold;
    text-transform: uppercase;
}

.struc_item__submain {
    font-weight: 500;
    text-transform: uppercase;
}

.top_line_full:after {
    content: "";
    position: absolute;
    bottom: 100%;
    margin-bottom: 25px;
    left: 7.4%;
    right: 7.4%;
    height: 0;
    border-top: 2px solid #C3C8DA;
}

.line_right:after,
.line_left:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 13%;
    height: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top: 2px solid #C3C8DA;
}

.line_right:after {
    left: 100%;
}

.line_left:after {
    right: 100%;
}

.line_bottom:after,
.line_bottom_small:after,
.line_top:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 100%;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    border-left: 2px solid #C3C8DA;
}

.line_top:after {
    top: auto;
    bottom: 100%;
    height: 25px;
}

.line_bottom:after {
    height: 50px;
}

.line_bottom_small:after {
    height: 25px;
}

.sub_struc {
    /*position: relative;
  z-index: 1;*/
    cursor: pointer;
    padding-bottom: 35px;
    background-color: transparent;
}

/*.sub_struc:after,*/

/*.sub_struc:before,*/

.sub_struc__after,
.sub_struc__before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    transition: 0.3s;
    border-radius: 10px;
}

/*.sub_struc:after,*/

.sub_struc__after {
    top: 0;
    bottom: 25px;
    z-index: -1;
    background-color: #F0F0F0;
}

/*.sub_struc:before,*/

.sub_struc__before {
    bottom: 0;
    height: 50px;
    z-index: -2;
    background: url('../img/SVG/struc_down.svg') bottom 10px center / 18px no-repeat, #C3C8DA;
}

/*.sub_struc:hover:before,*/

.sub_struc:hover .sub_struc__before {
    background-color: #D89F14;
    background-image: url('../img/SVG/struc_up.svg');
}

.popup {
    display: none;
}

.struc_popup.fancybox-content {
    width: 1600px;
    max-width: 95%;
    padding: 20px;
    cursor: default;
    border-radius: 10px;
}

.struc_head {
    display: flex;
    align-items: center;
    /*cursor: pointer;*/
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
    border-radius: 10px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    background-color: #d1d6e6;
}

.struc_head span {
    margin-left: auto;
    margin-right: auto;
}

.struc_slide .struc_row {
    justify-content: flex-start;
}

.struc_head_back {
    cursor: pointer;
    transition: 0.3s;
    border-radius: 10px;
    margin-right: 20px;
    padding: 10px 15px 10px 50px;
    background: url('../img/SVG/arrow_back_black.svg') left 15px center / 25px no-repeat, #ccc;
}

.struc_head_back:hover {
    background-color: #f2c336;
}

/* -------- Org. Structure Page styles END ------- */

@media screen and (max-width: 1600px) {
    body {
        font-size: 15px;
    }
    .container {
        width: 1350px;
        margin: 0 auto;
    }
    .search-input {
        width: 140px;
    }
    .stage_head {
        font-size: 15px;
    }
    .nav__items {
        padding: 18px 0;
    }
    .section {
        padding: 60px 0;
    }
    .section-sec {
        padding-bottom: 60px;
    }
    .dir_wrapper .com_unit_blog {
        padding: 40px 200px 40px 40px;
    }
    .bg_pic_title {
        font-size: 4em;
    }
    .bg_pic_btn {
        font-size: 1em;
    }
    .alish_wrap {
        padding: 35px;
    }
    .rokha_wrap {
        padding: 35px;
    }
    .link__pic {
        height: 150px;
    }
    .logo-pic {
        width: 190px;
        height: 130px;
    }
    /*-------- History Page styles ------*/
    .his_title {
        font-size: 42px;
    }
    .his_subtitle {
        font-size: 18px;
        margin-top: 15px;
    }
    .his_left {
        width: 520px;
        height: 330px;
    }
    .his_right {
        width: 350px;
        height: 500px;
    }
    .stage_body_left_title,
    .prof_blog_title {
        font-size: 28px;
    }
    .stage_body_left {
        margin-right: 20px;
    }
    .stage_body_right_img {
        height: 340px;
        margin: 8px;
    }
    .stage_body_left_subtitle {
        line-height: 160%;
    }
    .prof_blog_subtitle p:not(:first-child) {
        margin-top: 20px;
    }
    .prof_blog_subtitle {
        font-size: 16px;
        line-height: 160%;
    }
    .prof_blog_img {
        height: auto;
    }
    /*--------- Administration Page styles -------*/
    .ara_title {
        font-size: 42px;
        margin-top: 25px;
    }
    .alish_blog:after {
        width: 50px;
        height: 50px;
    }
    /*--------- Other Page styles -------*/
    .bigsmall .muzey_title {
        font-size: 6.7em;
    }
    .com_img {
        height: 422px;
    }
    .title__big {
        font-size: 8.3em;
    }
    .reports_wrapper .reports_item:not(:last-child) {
        margin-bottom: 30px;
    }
    .footer__top {
        padding: 20px 0 10px 0;
    }
    .footer-nav__item {
        margin-bottom: 5px;
    }
    .footer__bottom {
        padding: 22px 0;
    }
    /* -------- Org. Structure Page styles ------- */
    .struc_item {
        font-size: 14px;
    }
    .struc_head {
        font-size: 18px;
    }
    .struc_head_back {
        background-size: 23px;
    }
}

@media screen and (max-width: 1500px) {
    .container {
        width: 90%;
        margin: 0 auto;
    }
    /*--------- Administration Page styles -------*/
    .popup-form {
        width: 1100px;
        height: 575px;
    }
    .rokha_img {
        width: 45%;
        height: 100%;
    }
    .rokha_wrap,
    .alish_wrap {
        padding: 40px;
    }
    /* ---------- Museum Page styles --------- */
    .muzey_title {
        font-size: 180px;
    }
    .bigsmall .muzey_title {
        font-size: 160px;
    }
    /*--------- History Page styles --------*/
    .his_left {
        width: 400px;
        height: 270px;
    }
    .his_right {
        width: 300px;
        height: 450px;
    }
    .his_title {
        font-size: 2.8em;
    }
    .his_subtitle {
        font-size: 1.2em;
        margin-top: 10px;
    }
    .his_text {
        font-size: 1.1em;
    }
    .stage_head_item .stage_head:not(:last-child) {
        margin-right: 15px;
    }
    /* ---------- Committe Page styles ---------- */
    .com_blog_title {
        font-size: 28px;
    }
    .com_blog_subtitle {
        font-size: 16px;
    }
    .com_unit_title {
        font-size: 19px;
    }
    .com_unit_blog {
        padding: 30px 40px;
    }
    .com_unit_blog ol {
        margin-bottom: -20px;
    }
    /*---------- Accreditation Page styles ----------*/
    .news .big_t {
        font-size: 10em;
    }
    .accr_title {
        font-size: 28px;
    }
    .accr_subtitle {
        font-size: 1.2em;
        line-height: 160%;
    }
    .accr_number {
        font-size: 150px;
        margin-right: 40px;
        margin-top: -35px;
    }
    .accr_wrap {
        margin-top: 35px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .reports_item {
        border-radius: 20px;
    }
    .reports_head {
        font-size: 23px;
        padding: 30px 80px 30px 40px;
    }
    .reports_head:after,
    .reports_head:before {
        right: 40px;
    }
    .reports_body_item {
        padding: 25px 30px;
    }
    /*--------- Other Page styles -------*/
    .structure_wrap {
        padding: 40px 45px;
    }
    .struc_wrapper_title {
        font-size: 3.2em;
    }
    .com_img {
        height: 450px;
    }
    .title__big {
        font-size: 7.3em;
    }
}

@media screen and (max-width: 1400px) {
    .container {
        width: 90%;
        margin: 0 auto;
    }
    .nav__item.under {
        margin-right: 50px;
    }
    .logo-pic {
        width: 170px;
        height: 120px;
    }
    .bg_pic_title {
        font-size: 48px;
    }
    .bg_pic_subtitle {
        font-size: 18px;
        padding: 0 10%;
    }
    .bg_pic_btn {
        font-size: 14px;
        padding: 18px 25px;
    }
    .menu_link {
        font-size: 14px;
    }
    .nav__items {
        padding: 15px 0;
    }
    .menu_btn .menu2,
    .menu_btn .menu3,
    .menu_btn .menu4 {
        margin-top: 8px;
    }
    .language {
        font-size: 13px;
    }
    .background-pic {
        padding-top: 130px;
    }
    .social-network {
        width: 30px;
        height: 30px;
    }
    .search_form {
        height: 35px;
    }
    .search-input {
        font-size: 13px;
    }
    .search-icon {
        width: 40px;
    }
    .header__link a {
        font-size: 13px;
    }
    .language {
        padding: 3px 8px;
    }
    .sub_menu_list {
        margin-top: 33px;
    }
    .sub_link {
        font-size: 14px;
    }
    .sub_menu {
        width: 250px;
    }
    .sub_menu_list::-webkit-scrollbar {
        width: 8px;
    }
    .mob_menu .sub_menu {
        width: 200px;
    }
    .section {
        padding: 60px 0;
    }
    .link__pic {
        height: 140px;
    }
    .link__img {
        max-width: 80%;
        max-height: 80%;
    }
    .footer-nav__item a {
        font-size: 14px;
    }
    .footer-nav__item {
        margin-bottom: 5px;
    }
    .addr_width {
        width: 500px;
        max-width: 100%;
    }
    .partners__container {
        width: 85%;
        margin: 0 auto;
    }
    .connection__item-icon {
        height: 80px;
        width: 80px;
    }
    .connection__item-btn {
        font-size: 14px;
    }
    .connection__item-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .connection__item-left {
        width: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 20px;
    }
    .news .title__abs {
        font-size: 220px;
    }
    .connection__item {
        height: auto;
    }
    .connection__items {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .connection__item-rigth {
        width: 100%;
    }
    .news__item-title {
        width: 90%;
        font-size: 13px;
        padding: 10px 12px;
    }
    .news .all-news__btn {
        font-size: 20px;
    }
    /*--------- History Page styles --------*/
    .first_section {
        padding-top: 130px;
    }
    .page__titles-wrapper {
        font-size: 15px;
    }
    .way__page,
    .arrow__icon-to-right,
    .page__title {
        font-size: inherit;
    }
    .his_title {
        font-size: 36px;
    }
    .his_subtitle {
        font-size: 16px;
    }
    .stage_body_left_title {
        font-size: 26px;
    }
    .stage_head {
        font-size: 15px;
        padding: 11px 23px;
    }
    .stage_body_right_img {
        height: 450px;
    }
    .stage_body_item {
        width: 54%;
    }
    .alish_ara {
        width: 45%;
    }
    .slider_arrow .slick_arrow {
        padding: 15px;
    }
    .slider_number .numm {
        font-size: 22px;
    }
    .stage_body_left_subtitle {
        font-size: 14px;
    }
    .slider_number .slick-dots li button {
        height: 4px;
    }
    .prof_blog_title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .prof_blog_subtitle {
        font-size: 14px;
        line-height: 150%;
    }
    .prof_blog_img,
    .prof_unit {
        width: 48%;
    }
    .prof_blog_img {
        margin-right: 4%;
    }
    .prof_blog_subtitle p:not(:first-child) {
        margin-top: 15px;
    }
    .today_wrap_title {
        font-size: 2.2em;
    }
    .today_wrap {
        padding: 20px 25px;
    }
    .today_wrap {
        padding: 20px 25px;
    }
    .his_right {
        width: 300px;
        height: 420px;
    }
    .his_left {
        width: 390px;
        height: 260px;
    }
    /*--------- Administration Page styles -------*/
    .alish_big_img {
        height: 330px;
    }
    .ara_title {
        font-size: 36px;
        margin-top: 30px;
    }
    .rokha_wrapper {
        margin-top: -30px;
        margin-bottom: -60px;
    }
    .alish_blog {
        margin-bottom: 50px;
    }
    /* ---------- Museum Page styles --------- */
    .title__abs.muzey_title {
        font-size: 170px;
    }
    .bigsmall .muzey_title {
        font-size: 150px;
    }
    /* ---------- Committe Page styles ---------- */
    .com_unit_blog {
        font-size: 15px;
    }
    .com_unit_blog ol,
    .com_unit_blog ol li {
        font-size: inherit;
    }
    .com_unit_title {
        font-size: 17px;
    }
    .com_img {
        width: 25%;
        height: 420px;
    }
    .com_blog_title {
        font-size: 26px;
    }
    .com_blog_subtitle {
        font-size: 15px;
    }
    .title__big {
        top: -20px;
    }
    .com_wrapper {
        margin-top: -20px;
    }
    ol li {
        font-size: 1.1em;
    }
    .chairmen_wrapper {
        margin-top: 30px;
    }
    .chairmen_wrapper .alish_blog {
        width: 24%;
        margin-right: 1.3%;
        margin-bottom: 30px;
    }
    .chairmen_wrapper .alish_blog:nth-child(5n) {
        margin-right: 1.3%;
    }
    .chairmen_wrapper .alish_blog:nth-child(4n) {
        margin-right: 0;
    }
    .ev_title {
        font-size: 2em;
        line-height: 120%;
        margin-bottom: 30px;
    }
    .subject_wrap_title {
        font-size: 32px;
    }
    .subject_wrap_subtitle {
        font-size: 20px;
    }
    /*---------- Accreditation Page styles ----------*/
    .title__big {
        font-size: 6.6em;
    }
    .accr_number {
        font-size: 140px;
        line-height: 100%;
        margin-top: -20px;
    }
    .news .big_t {
        font-size: 140px;
        top: 40px;
    }
    .accr_subtitle {
        font-size: 16px;
        margin-top: 10px;
    }
    .accreditation {
        padding: 110px 0 30px 0;
    }
    .accr_subtitle ol li {
        margin-bottom: 30px;
    }
    .reports_head {
        font-size: 22px;
        padding: 25px 70px 25px 30px;
    }
    .reports_body_text {
        font-size: 15px;
    }
    .reports_item {
        border-radius: 15px;
    }
    .reports_head:after,
    .reports_head:before {
        right: 30px;
    }
    .reports_bac {
        width: 25px;
        height: 25px;
        margin-right: 15px;
    }
    .reports_bac.reports_body_pdf {
        width: 45px;
        height: 45px;
    }
    .report_wrap .reports_bac:last-child {
        margin-right: 0;
    }
    .reports_body_rokha {
        padding: 20px 35px;
    }
    .reports_body_alish_sert {
        width: 100px;
        height: 70px;
    }
    .reports_wrapper .reports_item:not(:last-child) {
        margin-bottom: 40px;
    }
    /* -------- Org. Structure Page styles ------- */
    .struc_item {
        font-size: 13px;
        padding: 10px;
        margin-bottom: 40px;
    }
    .struc_item.sub_struc {
        padding-bottom: 30px;
    }
    .line_top:after,
    .line_bottom_small:after {
        height: 20px;
    }
    .line_bottom:after {
        height: 40px;
    }
    .top_line_full:after {
        margin-bottom: 20px;
    }
    .sub_struc__before {
        background-size: 15px;
        background-position: center bottom 6px;
    }
    .sub_struc__after {
        bottom: 20px;
    }
    .struc_head {
        font-size: 17px;
    }
    .struc_head_back {
        border-radius: 8px;
        background-size: 19px;
        padding: 6px 15px 8px 45px;
    }
}

@media screen and (max-width: 1350px) {
    .container {
        width: 90%;
    }
    .nav__item:not(:last-child) {
        margin-right: 31px;
    }
    .nav__item.under {
        margin-right: 45px;
    }
    .nav__item.under:after {
        right: -15px;
    }
    .header-bottom__wrapper {
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        padding-top: 100px;
    }
    .bg_pic_title {
        font-size: 42px;
    }
    .bg_pic_btn {
        font-size: 13px;
        padding: 15px 25px;
    }
    .logo-pic {
        width: 160px;
        height: 110px;
    }
    .first_section,
    .background-pic {
        padding-top: 120px;
    }
    .header__top .social-networks {
        display: none;
    }
    .language {
        font-size: 12px;
    }
    .menu_link,
    .sub_link {
        font-size: 13px;
    }
    .mob_menu {
        width: 30px;
    }
    .menu_btn span {
        height: 1.5px;
    }
    .sub_menu {
        width: 220px;
    }
    .news .title__abs,
    .muzey_title {
        font-size: 190px;
    }
    .partners__links .slick-arrow,
    .alish_small .slick-arrow,
    .alish_big .slick-arrow {
        width: 40px;
        height: 40px;
    }
    /*-------- History Page styles ------*/
    .page__titles-wrapper {
        font-size: 14px;
    }
    .stage_head_item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .stage_body_left_title {
        font-size: 24px;
    }
    .stage_body_right_img {
        height: 430px;
    }
    .his_text {
        font-size: 14px;
        line-height: 150%;
    }
    .his_title {
        font-size: 32px;
    }
    .his_left {
        width: 300px;
        height: auto;
    }
    .his_right {
        width: 250px;
        height: auto;
    }
    .his_left,
    .his_right {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .his_left img,
    .his_right img {
        display: block;
    }
    .ara_width {
        width: 100%;
    }
    .rokha_num {
        padding: 0 25px;
    }
    .prof_blog_title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    /*--------- Administration Page styles -------*/
    .alish_blog {
        padding-top: 250px;
    }
    .ara_img {
        -webkit-clip-path: circle(120px at 50% 140px);
        clip-path: circle(120px at 50% 140px);
    }
    .ara_line {
        width: 240px;
        height: 240px;
        top: 20px;
    }
    .alish_blog:after {
        width: 45px;
        height: 45px;
        top: 60%;
    }
    .popup-form {
        width: 950px;
        height: 545px;
    }
    .alish_wrap,
    .rokha_wrap {
        padding: 30px;
    }
    .rokha_wrap_text {
        font-size: 14px;
    }
    .alish_wrap_title {
        font-size: 18px;
    }
    .rokha_wrap_text p:not(:first-child) {
        margin-top: 12px;
    }
    .rokha_wrap_text {
        line-height: 150%;
    }
    .alish_wrap_subtitle {
        font-size: 15px;
        margin-top: 5px;
    }
    /*-------- Committee Page styles ------*/
    .com_img {
        height: 400px;
    }
    .com_blog_title {
        font-size: 24px;
    }
    .com_blog_subtitle {
        font-size: 14px;
    }
    .com_unit_title {
        font-size: 16px;
    }
    .com_unit_blog {
        font-size: 14px;
        padding: 20px 30px;
    }
    .com_unit_blog ol {
        margin-bottom: 0;
    }
    .com_unit_blog ol li {
        margin-bottom: 30px;
    }
    .chairmen_wrapper .alish_blog:after {
        width: 45px;
        height: 45px;
    }
    .subject_wrap_title {
        font-size: 26px;
    }
    .subject_wrap_subtitle {
        font-size: 18px;
    }
    .subject_wrapper,
    .work_wrap {
        margin-top: 40px;
    }
    .event .connection__item-title {
        font-size: 18px;
    }
    .ev_title {
        font-size: 26px;
    }
    /*---------- Accreditation Page styles ----------*/
    .news .big_t {
        font-size: 120px;
    }
    .accr_title {
        font-size: 26px;
    }
    .accr_subtitle {
        line-height: 140%;
    }
    .reports_head {
        font-size: 20px;
    }
    .reports_head:after,
    .reports_head:before {
        padding: 15px;
        background-size: 15px;
    }
    .reports_body_item {
        padding: 20px 25px;
    }
    .reports_body_text {
        font-size: 14px;
    }
    .reports_bac.reports_body_pdf {
        width: 40px;
        height: 40px;
    }
    .reports_body_rokha_number {
        font-size: 18px;
    }
    .reports_body_rokha_title {
        font-size: 16px;
    }
    .reports_bac {
        width: 20px;
        height: 20px;
        background-size: contain;
    }
    .reports_bac.reports_body_pdf {
        width: 35px;
        height: 35px;
    }
    .reports_item {
        border-radius: 10px;
    }
    .reports_wrapper .reports_item:not(:last-child) {
        margin-bottom: 30px;
    }
    /*-------- Other Page styles ------*/
    .alish_big_img {
        height: 290px;
    }
    .struc_wrapper_title {
        font-size: 3em;
        margin-bottom: 50px;
    }
    .struc_wrapper {
        margin-top: 40px;
    }
    .structure_wrap {
        padding: 35px 40px;
    }
    .structure_wrap .structure_wrap_item:first-child {
        margin-bottom: 20px;
    }
    .column {
        padding-bottom: 130px;
    }
    /*-------- Sport-club Page styles ------*/
    .photogallery .title__big {
        font-size: 9em;
    }
    /* -------- Org. Structure Page styles ------- */
    .struc_row {
        min-width: 1100px;
    }
    .struc_body,
    .struc {
        overflow-x: auto;
    }
    .struc_head {
        font-size: 15px;
        border-radius: 8px;
        padding: 8px 12px;
    }
    .struc_head_back {
        border-radius: 5px;
        background-size: 16px;
        padding: 5px 12px 8px 40px;
        background-position: left 12px center;
    }
}

@media screen and (max-width: 1200px) {
    .alert--width {
        width: 370px;
    }
    .under_nav {
        display: block;
    }
    .header__links {
        margin-right: 0;
    }
    .logo__header {
        width: 80px;
        padding: 7px 0;
    }
    .header-bottom {
        padding-top: 90px;
    }
    .header.scroll .header__top {
        height: auto;
    }
    .language {
        font-size: 14px;
    }
    .burger {
        display: block;
    }
    .menu_btn span {
        height: 2px;
    }
    .under_nav {
        overflow: auto;
        display: flex;
        justify-content: flex-end;
        flex-direction: column-reverse;
    }
    .sub_menu {
        display: none;
        position: static;
        width: 100%;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: 0s;
        transition: 0s;
        pointer-events: none;
    }
    .sub_menu_list {
        max-height: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 0;
    }
    .menu_link {
        display: block;
        padding: 10px 12px;
    }
    .menu_link:hover,
    .menu_link.active {
        color: #fff;
        background-color: #003E2A;
    }
    .nav__items {
        padding: 0;
    }
    .header__link {
        width: 100%;
    }
    .header__link a {
        display: block;
        padding: 10px 12px;
        margin-right: 0;
        text-align: left;
    }
    .header__link a:hover {
        background-color: #003E2A;
    }
    .mob_menu {
        width: 100%;
        margin-left: 0;
    }
    .nav__item.under:after {
        right: -1px;
    }
    .mob_menu .menu_btn {
        display: none;
    }
    .mob_menu .sub_menu {
        display: block;
        width: 100%;
    }
    .header__bottom-wrapper {
        width: 70%;
    }
    .under_nav .header__links,
    .under_nav .nav__items,
    .under_nav .nav {
        display: block;
    }
    .nav__item,
    .nav__item.under {
        margin-right: 0;
    }
    .nav__items_active {
        -webkit-transform: none;
        transform: none;
    }
    .nav__items_active .nav__item:not(:last-child) {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .header-bottom__wrapper {
        width: 100%;
    }
    .header__center {
        display: none;
    }
    .alert--content {
        padding: 25px;
    }
    .alert--img__item svg {
        width: 75px;
        height: 75px;
    }
    .alert-text {
        margin-top: 10px;
    }
    .alert--title {
        font-size: 24px;
    }
    .alert--subtitle {
        font-size: 18px;
    }
    .news .title__abs,
    .muzey_title {
        font-size: 10em;
    }
    .connection__items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .connection__items .connection__item:nth-child(odd) {
        margin-right: 2%;
    }
    .connection__item {
        width: 48%;
        margin-bottom: 20px;
    }
    .addr_width {
        width: 400px;
    }
    .footer__center {
        margin-left: 0px;
    }
    /*--------- History Page styles --------*/
    .panel {
        padding: 60px 0;
    }
    .his_title {
        font-size: 28px;
    }
    .his_text {
        margin-left: 0;
    }
    .his_right {
        width: 200px;
    }
    .stage_head {
        font-size: 14px;
        padding: 10px 20px;
    }
    .slider_arrow .slick_arrow {
        background-size: 9px;
    }
    .slider_arrow {
        margin-right: 30px;
    }
    .stage_body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .slider_blog {
        margin-top: 20px;
    }
    .prof_unit {
        margin-top: 20px;
    }
    .prof_blog.mr_o {
        margin-top: 40px;
    }
    .today_wrap_title {
        font-size: 26px;
    }
    .today_wrapper {
        margin-top: 40px;
    }
    /*--------- Administration Page styles -------*/
    .ara_title {
        font-size: 32px;
    }
    .popup-form {
        width: 850px;
        height: 515px;
    }
    .rokha_wrap,
    .alish_wrap {
        padding: 25px;
    }
    .rokha_wrapper .alish_blog:not(:nth-child(4n)) {
        margin-right: 0%;
    }
    .rokha_wrapper .alish_blog:not(:nth-child(3n)) {
        margin-right: 5%;
    }
    .rokha_wrapper {
        margin-top: -40px;
    }
    /* ---------- Museum Page styles --------- */
    .title__abs.muzey_title {
        font-size: 140px;
    }
    .bigsmall .muzey_title {
        font-size: 130px;
    }
    .alish_small,
    .alish_big {
        margin-top: 20px;
        padding: 0 20px;
    }
    .alish_small .slick-arrow.slick-next,
    .alish_big .slick-arrow.slick-next {
        right: -30px;
    }
    .alish_small .slick-arrow.slick-prev,
    .alish_big .slick-arrow.slick-prev {
        left: -30px;
    }
    .alish_big_img {
        height: 220px;
    }
    /*-------- Committee Page styles ------*/
    .com_img {
        height: 370px;
    }
    .chairmen_wrapper .alish_blog {
        width: 32%;
        margin-right: 2%;
    }
    .chairmen_wrapper .alish_blog:nth-child(4n),
    .chairmen_wrapper .alish_blog:nth-child(5n) {
        margin-right: 2%;
    }
    .chairmen_wrapper .alish_blog:nth-child(3n) {
        margin-right: 0;
    }
    .subject_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .subject_wrap .subject_wrap_title,
    .subject_wrap .subject_wrap_subtitle {
        width: 100%;
    }
    .subject_wrap_subtitle {
        margin-left: 0;
        margin-top: 20px;
    }
    .title__big {
        font-size: 5.8em;
    }
    /*---------- Accreditation Page styles ----------*/
    .news .big_t {
        font-size: 120px;
    }
    .reports_head {
        font-size: 22px;
        padding: 22px 70px 22px 30px;
    }
    .reports_body_pdf {
        width: 50px;
        height: 50px;
    }
    .reports_body_rokha_number,
    .reports_body_rokha_title {
        font-size: 16px;
    }
    .reports_body_alish_sert {
        width: 90px;
        height: 60px;
    }
    .accr_title {
        font-size: 26px;
    }
    .accr_number {
        margin-right: 30px;
    }
    .reports_head {
        font-size: 20px;
    }
    /*-------- Other Page styles --------*/
    .struc_wrapper_title {
        font-size: 2.8em;
    }
    .alish_blog {
        width: 30%;
    }
    /*-------- Sport-club Page styles --------*/
    .about-club_blog_title {
        font-size: 1.5em;
        margin: 15px 0;
    }
    .about-club_blog_texts p {
        font-size: 1em;
        margin-bottom: 10px;
    }
    .information-sportclub__title {
        font-size: 2.2em;
    }
    .information-sportclub__subtitle {
        font-size: 1.15em;
    }
    /*-------- Vacancy Page styles --------*/
    .requirements__title {
        font-size: 2.2em;
    }
    .requirements__subtitle {
        font-size: 1.15em;
    }
    /*---------- press-centr Page styles ---------*/
    .pres-mess__item-right-top {
        padding: 30px 40px 30px 40px;
    }
    .pres-mess__item-title {
        font-size: 1.3em;
        margin-bottom: 10px;
    }
    .pres-mess__item-subtitle {
        margin-bottom: 10px;
    }
    .pres-mess__item-right-bottom {
        padding: 25px 40px 25px 40px;
    }
    .news-section .news__item-data,
    .news-inside .news__item-data {
        font-size: 1em;
    }
    .news-inside-pic {
        height: 400px;
    }
    .dir_wrapper .com_unit_blog {
        padding: 40px 90px 40px 40px;
    }
    .com_unit_position {
        margin-bottom: 20px;
    }
    .dir_wrapper .com_unit_title {
        margin-bottom: 5px;
    }
    .footer__left {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1000px) {
    body {
        font-size: 3px;
    }
    .header {
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    .header.scroll .header__top {
        height: 70px;
    }
    .header-bottom {
        padding-top: 85px;
    }
    .header-bottom .slick-arrow {
        top: 50%;
    }
    .header-bottom .slick-arrow.slick-next {
        right: 20px;
    }
    .header-bottom .slick-arrow.slick-prev {
        left: 20px;
    }
    .background-pic_text {
        padding: 0 20px;
    }
    .bg_pic_subtitle {
        padding: 0;
    }
    .bg_pic_title {
        font-size: 38px;
    }
    .header-bottom__wrapper {
        height: 100vh;
    }
    .page__titles {
        padding-top: 16vh;
    }
    .background-pic {
        padding-top: 80px;
    }
    .news .title__abs,
    .muzey_title {
        font-size: 8em;
    }
    .header__top .social-networks {
        display: none;
    }
    .partners__container {
        width: 80%;
        margin: 0 auto;
    }
    .header-bottom__wrapper {
        padding-top: 8vh;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .link__pic {
        height: 120px;
    }
    .addr_width {
        width: 300px;
    }
    .news__left-item,
    .news__right-items {
        width: 100%;
    }
    .news__left-item .news__item {
        width: 100%;
        height: 400px;
    }
    .news__item-title {
        width: auto;
        max-width: 90%;
    }
    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__rights {
        margin-bottom: 10px;
    }
    /*--------- History Page styles -------*/
    .first_section {
        padding-top: 90px;
    }
    .page__titles {
        padding-top: 20px;
    }
    .his_left {
        display: none;
    }
    .his_bac_ara {
        padding-left: 5%;
    }
    .stage_content {
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .alish_ara {
        width: 450px;
        margin: 0 auto 30px;
    }
    .stage_body_right_img {
        height: 400px;
    }
    .slider_blog {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .stage_body_left {
        margin-right: 0;
        width: 100%;
    }
    .stage_body_item {
        width: 100%;
    }
    .prof_blog {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prof_blog_img {
        width: 420px;
        max-width: 100%;
        margin: 0 auto 20px;
    }
    .prof_blog_img img {
        display: block;
    }
    .prof_unit {
        width: 100%;
        margin-top: 0;
    }
    .prof_blog.mr_o {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .prof_blog.mr_o .prof_blog_img {
        margin-left: auto;
        margin-right: auto;
    }
    .prof_blog_title,
    .stage_body_left_title {
        text-align: center;
    }
    .prof_blog_subtitle p:not(:first-child) {
        margin-top: 10px;
    }
    .today_wrap {
        padding: 20px 25px;
    }
    .today_wrapper {
        margin-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .today_blog {
        width: 400px;
        max-width: 100%;
        margin: 0 auto 40px;
    }
    .today_wrap {
        width: 100%;
    }
    .footer__top {
        padding-bottom: 10px;
    }
    /* ---------- Museum Page styles --------- */
    .title__abs.muzey_title {
        font-size: 120px;
    }
    .bigsmall .muzey_title {
        font-size: 100px;
    }
    ol {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
    ol li {
        margin-right: 0px;
        padding-left: 35px;
        margin-left: 0;
    }
    ol li::before {
        left: -5px;
    }
    /*-------- Committee Page styles ------*/
    .com_unit_blog .ol {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
    .com_img {
        width: 280px;
    }
    .com_unit_title {
        font-size: 14px;
    }
    .list {
        padding-bottom: 70px;
    }
    .ev_title {
        font-size: 1.8em;
    }
    /*---------- Accreditation Page styles ----------*/
    .news .big_t {
        font-size: 100px;
        top: 60px;
    }
    .accr_subtitle {
        margin-top: 8px;
    }
    .accr_title {
        font-size: 24px;
    }
    .accr_number {
        font-size: 120px;
    }
    /*---------- Other Page styles ---------*/
    .ara_title {
        font-size: 2.2em;
        margin-top: 25px;
    }
    .page__titles {
        margin-bottom: 60px;
    }
    .alish_big_img {
        height: 200px;
    }
    .alish_small_img {
        height: 200px;
    }
    .column {
        padding-bottom: 100px;
    }
    .structure_wrap_title {
        font-size: 1.1em;
    }
    .structure_wrap_figure {
        width: 130px;
        height: 35px;
    }
    .structure_wrap_subtitle {
        font-size: 1.1em;
        line-height: 27px;
    }
    .structure_wrap {
        padding: 30px 35px;
    }
    .popup-form {
        width: 750px;
    }
    .title__big {
        font-size: 4em;
        top: -20px;
    }
    /*---------- Sport-club Page styles ---------*/
    .photogallery .title__big {
        font-size: 7em;
    }
    .about-club_wrapper {
        flex-direction: column;
    }
    .about-club_img {
        margin: 0 auto 30px auto;
    }
    .about-club_blog {
        width: 100%;
    }
    .about-club_blog_title {
        text-align: center;
    }
    .about-club_blog_texts p {
        text-align: justify;
    }
    .information-sportclub__head {
        flex-direction: column;
    }
    .information-sportclub__title {
        width: auto;
        margin-bottom: 20px;
        text-align: center;
    }
    .information-sportclub__subtitle {
        width: 100%;
        text-align: center;
    }
    .information-sportclub__head {
        margin-bottom: 24px;
    }
    ol li {
        margin-bottom: 30px;
    }
    .sportsman-titules {
        margin-bottom: -4px;
    }
    /*---------- Vacancy Page styles ---------*/
    .vacancy .reports_item {
        width: 820px;
        overflow: auto;
    }
    .reports_body_item {
        flex-direction: row !important;
    }
    .vacancy__wrapper {
        overflow: auto;
    }
    .vacancy .reports_body {
        display: block;
    }
    .vacancy .report_wrap {
        font-weight: 500;
        font-size: 1em;
    }
    .requirements__title {
        width: auto;
        margin-bottom: 20px;
        text-align: center;
    }
    .requirements__subtitle {
        width: 100%;
        text-align: center;
    }
    .requirements__head {
        flex-direction: column;
    }
    .reports_body_text th {
        padding: 20px 10px;
    }
    td {
        padding: 15px 10px;
    }
    .reports_body {
        overflow: auto;
    }
    .news-section .news__item-bottom,
    .news-inside .news__item-bottom {
        flex-direction: column;
        margin-top: 10px;
    }
    .news-section .news__item-pic,
    .news-inside .news__item-pic {
        height: 200px;
    }
    .letter {
        padding: 20px;
        font-size: 1.7em;
    }
    .edu-programs__item .reports_head {
        padding-left: 95px;
        font-size: 14px;
    }
    .dir_wrapper .com_blog {
        padding-top: 10px;
    }
    .dir_wrapper .com_unit_blog {
        padding: 40px 40px 40px 40px;
    }
    .dir_wrapper .com_img {
        width: 270px;
    }
}

@media screen and (max-width: 820px) {
    .background-pic video {
        display: none;
    }
    .background-pic img {
        display: block;
        object-fit: cover;
    }
    .news__left-item {
        width: 100%;
    }
    .news__right-items .news__item {
        height: 220px;
    }
    .news__left-item .news__item {
        width: 100%;
        height: 300px;
    }
    .bg_pic_title {
        font-size: 32px;
    }
    .bg_pic_subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .header-bottom .btm__det {
        padding: 10px 20px;
    }
    .section {
        padding: 50px 0;
    }
    .section-sec {
        padding-bottom: 50px;
    }
    /*--------- History Page styles -------*/
    .stage_head_item .stage_head:not(:last-child) {
        margin-right: 20px;
    }
    .today_wrap_title {
        font-size: 1.8em;
    }
    .his_right {
        width: 180px;
    }
    .news .title__abs.muzey_title {
        font-size: 3.7em;
    }
    .title__abs.muzey_title {
        font-size: 3em;
    }
    .ara_title {
        font-size: 2.2em;
        margin-top: 20px;
    }
    .alish_blog {
        width: 48%;
    }
    .connection__item-title {
        font-size: 18px;
    }
    .connection__item-btn {
        padding: 8px;
    }
    .connection__item:not(:last-child) {
        padding: 20px;
    }
    .link__pic {
        height: 140px;
    }
    .footer__center {
        display: none;
    }
    .footer__top {
        border-bottom: none;
    }
    .footer__bottom {
        padding: 25px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .rokha_wrapper .alish_blog:not(:nth-child(3n)) {
        margin-right: 0%;
    }
    .rokha_wrapper .alish_blog:not(:nth-child(2n)) {
        margin-right: 2%;
    }
    /*---------- Administration Page styles ---------*/
    .alish_title {
        font-size: 16px;
    }
    .ara_subtitle {
        font-size: 15px;
    }
    .popup-form {
        width: 650px;
    }
    /* ---------- Museum Page styles --------- */
    .title__abs.muzey_title {
        font-size: 100px;
    }
    .bigsmall .muzey_title {
        font-size: 80px;
    }
    /*-------- Committee Page styles ------*/
    .com_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .com_img {
        height: 400px;
        width: 320px;
        margin: 0 auto;
    }
    .com_blog {
        width: 100%;
        margin-top: 30px;
    }
    .com_blog_title {
        text-align: center;
    }
    .com_blog_subtitle {
        text-align: center;
    }
    .chairmen_wrapper .alish_blog {
        width: 49%;
    }
    .subject_wrap_title {
        font-size: 2em;
    }
    .chairmen_wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .chairmen_wrapper .alish_blog:nth-child(odd),
    .chairmen_wrapper .alish_blog:nth-child(even) {
        margin-right: 0;
    }
    .section__title {
        font-size: 28px;
    }
    /*---------- Accreditation Page styles ----------*/
    .news .big_t {
        font-size: 6em;
        top: 30px;
    }
    .accr_number.ml-60 {
        margin-left: 30px;
    }
    .accreditation {
        padding: 80px 0 10px 0;
    }
    .accr_title {
        font-size: 22px;
    }
    .accr_subtitle {
        font-size: 14px;
    }
    .reports_head {
        font-size: 18px;
    }
    .reports_body_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .reports_body_rokha {
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .reports_body_rokha_title {
        width: 100%;
        margin: 10px 0;
    }
    .reports_body_rokha_number,
    .reports_body_rokha_title {
        text-align: center;
    }
    .report_wrap {
        margin-top: 20px;
    }
    .reports_body_text {
        margin-right: 0;
    }
    .reports_bac.reports_body_pdf {
        width: 30px;
        height: 30px;
    }
    /*---------- Sport-club Page styles ---------*/
    .photogallery .title__big {
        font-size: 4em;
    }
    .about-club_img {
        width: 320px;
    }
    .information-sportclub__wrap {
        flex-direction: column;
    }
    .information-sportclub__wrap:nth-child(even) {
        flex-direction: column;
    }
    .information-sportclub__wrap-unit {
        width: 100%;
    }
    .information-sportclub__body-title {
        text-align: center;
        font-size: 1.5em;
    }
    .information-sportclub__number {
        margin-bottom: 15px;
    }
    .information-sportclub__wrapper {
        margin-bottom: 50px;
    }
    .information-sportclub__wrap .information-sportclub__number {
        width: 100%;
        text-align: center;
    }
    .information-sportclub__body-text p {
        text-align: justify;
    }
    .photogallery .title__big {
        top: 30px;
    }
    .photogallery_title {
        margin: 0px 0 40px 0;
    }
    .note {
        padding: 23px;
        margin: 30px 0;
    }
    .note__subtitle p:not(:last-child) {
        margin-bottom: 10px;
    }
    .reminder {
        margin: 25px 0;
    }
    /*---------- press-centr Page styles ---------*/
    .pres-mess__item {
        flex-direction: column;
    }
    .pres-mess__item-right {
        width: 100%;
    }
    .pres-mess__item-left {
        width: 350px;
        margin: 35px auto 0;
        max-width: 85%;
    }
    .photogallery__picture {
        height: 155px;
    }
    .big-picture {
        height: 330px;
    }
    .news__page>div {
        width: 31.5%;
    }
    .news-inside__wrapper {
        flex-direction: column;
    }
    .news-inside-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .news-inside-right {
        width: 100%;
    }
    .news-inside-right {
        display: flex;
        flex-wrap: wrap;
    }
    .news-inside-right .news__item {
        width: 30%;
        margin-right: 2%;
    }
    .news-inside__data {
        margin-bottom: 10px;
    }
    .social-networks__text {
        margin-bottom: 10px;
    }
    .news-inside__text p {
        text-align: justify;
    }
    .news-inside__title {
        font-weight: bold;
        font-size: 1.4em;
    }
    .dir_wrapper {
        flex-direction: column;
    }
    .dir_wrapper .com_img {
        width: 350px;
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 750px) {
    .news .title__abs,
    .muzey_title {
        font-size: 6em;
    }
    /*-------- History Page styles ---------*/
    .his_bac_ara {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 40px;
    }
    .his_right {
        margin-left: 0;
        width: 220px;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .alish_ara {
        max-width: 100%;
    }
    .his_subtitle,
    .his_title {
        text-align: center;
    }
    /*--------- Administration Page styles -------*/
    .popup-form {
        width: 580px;
        height: 400px;
        max-width: 100%;
    }
    .alish_wrap_title {
        font-size: 17px;
    }
    .alish_wrap_subtitle {
        font-size: 13px;
    }
    /* ---------- Museum Page styles --------- */
    .title__abs.muzey_title {
        font-size: 80px;
    }
    .bigsmall .muzey_title {
        font-size: 70px;
    }
    /*---------- Accreditation Page styles ----------*/
    .accr_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .accreditation .accr_number {
        text-align: center;
        line-height: 90%;
        margin: 0 auto;
    }
    .accr_number.ml-60 {
        margin-left: auto;
        margin-right: auto;
    }
    .accr_title {
        text-align: center;
        font-size: 1.6em;
    }
    .accr_subtitle {
        text-align: center;
        font-size: 1.1em;
    }
    /* .accr_wrap.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  } */
    .news .big_t {
        font-size: 4.5em;
    }
    .reports_head:after,
    .reports_head:before {
        right: 20px;
    }
    .reports_head {
        font-size: 17px;
        padding: 22px 55px 22px 25px;
    }
    .reverse {
        flex-direction: column;
    }
    /*-------- Other Page styles ---------*/
    .partners__links .slick-arrow,
    .alish_small .slick-arrow,
    .alish_big .slick-arrow {
        width: 30px;
        height: 30px;
    }
    .partners__links .slick-arrow.slick-next,
    .alish_small .slick-arrow.slick-next,
    .alish_big .slick-arrow.slick-next {
        right: -40px;
    }
    .partners__links .slick-arrow.slick-prev,
    .alish_small .slick-arrow.slick-prev,
    .alish_big .slick-arrow.slick-prev {
        left: -40px;
    }
    .link__pic {
        height: 136px;
    }
    .connection__item-icon {
        height: 70px;
        width: 70px;
        background-size: 50% 50%;
    }
    .prof_blog_img {
        height: 380px;
    }
    .prof_blog_title {
        font-size: 1.6em;
    }
    .alish_small .slick-arrow.slick-next,
    .alish_big .slick-arrow.slick-next {
        right: -20px;
    }
    .alish_small .slick-arrow.slick-prev,
    .alish_big .slick-arrow.slick-prev {
        left: -20px;
    }
    .ara_title {
        font-size: 2em;
    }
    .com_blog_title {
        font-size: 1.6em;
    }
    .list {
        padding-bottom: 60px;
    }
    .gray .section__title.tac {
        font-size: 2em;
    }
    .subject_wrap_subtitle {
        font-size: 1.2em;
    }
    .subject_wrapper {
        margin-top: 40px;
    }
    .event {
        padding: 50px 0;
    }
    .information-sportclub__title {
        font-size: 2em;
    }
    /*-------- Vacancy Page styles --------*/
    .requirements__title {
        font-size: 2em;
    }
    .bachelor__info {
        flex-direction: column;
        border-bottom: none;
    }
    .bachelor__info-left {
        width: 100%;
        border-right: none;
        padding-bottom: 20px;
        padding-right: 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
    .bachelor__info-right {
        width: 100%;
        padding-left: 0px;
        padding-bottom: 0px;
    }
    .bachelor__info-title {
        font-size: 1.15em;
    }
    .news-inside__title {
        font-weight: bold;
        font-size: 1.3em;
    }
}

@media screen and (max-width: 680px) {
    .search {
        display: none;
    }
    .header .search_form {
        width: 100%;
        margin-bottom: 10px;
    }
    .header-bottom {
        height: 500px;
    }
    .background-pic {
        padding-top: 16px;
    }
    .languages {
        margin: 0 auto;
    }
    .search_form {
        display: none;
    }
    .burger {
        margin-left: 15px;
    }
    .logo-pic {
        width: 140px;
        height: 100px;
    }
    .header-bottom .slick-arrow.slick-next {
        right: 20px;
        background-size: 30px;
    }
    .header-bottom .slick-arrow.slick-prev {
        left: 20px;
        background-size: 30px;
    }
    .header-bottom .slick-arrow {
        width: 30px;
        height: 30px;
    }
    .connection__item {
        width: 100%;
        margin-bottom: 20px;
    }
    .connection__items .connection__item:nth-child(odd),
    .connection__items .connection__item:nth-child(even) {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    /*--------- History Page styles -------*/
    .section {
        padding: 65px 0;
    }
    .section-sec {
        padding-bottom: 65px;
    }
    .stage_head_item .stage_head:not(:last-child) {
        margin-right: 10px;
    }
    .prof_blog_img {
        height: auto;
    }
    .his_right {
        height: auto;
    }
    .news .title__abs.muzey_title {
        font-size: 2.6em;
    }
    .title__abs.muzey_title {
        font-size: 2.1em;
    }
    .ara_title {
        font-size: 1.6em;
    }
    .addr_width {
        width: 100%;
    }
    .footer-nav__item a {
        margin-right: 0;
    }
    /*--------- Administration Page styles -------*/
    .alish_blog {
        margin-bottom: 30px;
    }
    .popup-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        width: 440px;
    }
    .rokha_img {
        height: auto;
        width: 100%;
    }
    .rokha_wrap {
        height: auto;
        border-radius: 0px;
        max-height: 250px;
    }
    .rokha_img {
        height: 400px;
    }
    .rokha_wrap,
    .alish_wrap {
        padding: 20px 25px;
    }
    .ara_img {
        -webkit-clip-path: circle(110px at 50% 140px);
        clip-path: circle(110px at 50% 140px);
    }
    .ara_line {
        width: 220px;
        height: 220px;
        top: 30px;
    }
    /* ---------- Museum Page styles --------- */
    .title__abs.muzey_title {
        font-size: 70px;
    }
    .bigsmall .muzey_title {
        font-size: 60px;
    }
    .alish_small_img {
        height: 160px;
    }
    .alish_big_img {
        height: 150px;
    }
    /*--------- Other Page styles -------*/
    .structure_wrap_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .structure_wrap_subtitle {
        margin-left: 0;
        margin-top: 10px;
    }
    .structure_wrap .structure_wrap_item:nth-child(2) {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .column {
        padding-bottom: 80px;
    }
    .struc_wrapper_title {
        font-size: 2.4em;
        line-height: 120%;
    }
    .alish_wrap {
        height: auto;
    }
    .alish_wrap_title,
    .alish_wrap_subtitle {
        overflow: inherit;
        max-height: 100%;
    }
    .com_unit_title {
        font-size: 16px;
    }
    .com_unit_blog {
        padding: 30px 35px 0px 35px;
    }
    .chairmen_wrapper .alish_blog {
        width: 100%;
    }
    .gray .section__title.tac {
        font-size: 1.6em;
    }
    .subject_wrap_title {
        font-size: 1.6em;
    }
    .ev_title {
        font-size: 1.8em;
    }
    .title__big {
        font-size: 3em;
        top: -10px;
    }
    .news .big_t {
        font-size: 3.7em;
    }
    .accreditation {
        padding: 100px 0 60px 0;
    }
    .accr_number {
        font-size: 8em;
    }
    .reports_head {
        font-size: 18px;
    }
    .photogallery__picture {
        height: 124px;
        margin-bottom: 5px;
    }
    .big-picture {
        height: 259px;
    }
    .photogallery__items .slick-arrow {
        background-size: 6px;
        width: 30px;
        height: 30px;
        bottom: -13px;
    }
    .photogallery__items .slick-dots {
        margin-left: 110px;
        margin-top: 30px;
    }
    .photogallery__items .slick-arrow.slick-next {
        left: 40px;
    }
    .news__page {
        justify-content: space-between;
    }
    .news-section .news__item,
    .news-inside .news__item {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .news__page>div {
        width: 48%;
    }
    .news-inside-right .news__item {
        width: 48%;
    }
    .news-inside-right {
        justify-content: space-between;
    }
    .news-inside__text {
        font-size: 1em;
        line-height: 135%;
    }
    .news-inside-pic {
        max-height: 304px;
        overflow: hidden;
    }
    .news-inside__title {
        font-weight: bold;
        font-size: 1.2em;
    }
    .edu-programs__item .reports_head {
        padding: 16px 55px 16px 22px;
        padding-left: 78px;
    }
    .edu-programs .search_form-page {
        padding: 0px;
    }
    .dir_form {
        flex-direction: column;
    }
    .dir_form>div {
        width: 100%;
    }
    .composition__title {
        margin-bottom: 30px;
    }
    .dir_input_block {
        margin-bottom: 30px;
    }
    .dir_form_btn {
        padding: 14px 30px;
    }
    .dir_wrapper .com_unit_blog {
        padding: 25px;
    }
    .call_wrapper .report_wrap {
        width: 60%;
    }
    .call_wrapper .reports_item:after {
        left: 60%;
    }
    .call_wrapper .reports_body_text {
        margin-left: 15px;
    }
}

@media screen and (max-width: 520px) {
    .news .title__abs,
    .muzey_title {
        font-size: 4em;
    }
    .under_nav .header__link a,
    .under_nav .menu_link {
        font-size: 13px;
    }
    .menu_link {
        padding: 8px 10px;
    }
    .bg_pic_title {
        font-size: 28px;
    }
    .bg_pic_subtitle {
        line-height: 130%;
    }
    .header-bottom .slick-arrow.slick-next {
        right: 10px;
        background-size: 25px;
    }
    .header-bottom .slick-arrow.slick-prev {
        left: 10px;
        background-size: 25px;
    }
    .header-bottom .slick-arrow {
        width: 25px;
        height: 25px;
    }
    .link__pic {
        width: 90%;
    }
    .partners__container {
        width: 74%;
    }
    .connection__item-icon {
        height: 60px;
        width: 60px;
        /*background-size: 60px;*/
    }
    .news__left-item .news__item,
    .news__right-items .news__item {
        height: auto;
        max-height: 250px;
        overflow: hidden;
    }
    .news__right-items .news__item {
        width: 100%;
    }
    .section {
        padding: 50px 0;
    }
    .section-sec {
        padding-bottom: 50px;
    }
    /*--------- History Page styles -------*/
    .stage_body_right_img {
        height: 300px;
    }
    .slider_blog {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .slider_arrow {
        margin-right: 0px;
        margin-bottom: 25px;
    }
    .stage_body_left_title,
    .prof_blog_title {
        font-size: 22px;
    }
    .prof_blog_img {
        height: auto;
    }
    .today_blog {
        height: auto;
    }
    .alish_small .slick-arrow.slick-next,
    .alish_big .slick-arrow.slick-next {
        right: 0px;
    }
    .alish_small .slick-arrow.slick-prev,
    .alish_big .slick-arrow.slick-prev {
        left: 0px;
    }
    /*--------- Administration Page styles -------*/
    .alish_blog {
        width: 100%;
    }
    .rokha_wrapper {
        margin-top: -30px;
    }
    .ara_img {
        -webkit-clip-path: circle(120px at 50% 120px);
        clip-path: circle(120px at 50% 120px);
    }
    .ara_line {
        width: 240px;
        height: 240px;
        top: 0;
    }
    /* ---------- Museum Page styles --------- */
    .title__abs.muzey_title {
        font-size: 56px;
    }
    .bigsmall .muzey_title {
        font-size: 50px;
    }
    .news .muzey_title {
        top: 20px;
    }
    .bigsmall .muzey_title {
        top: 40px;
    }
    /*---------- Accreditation Page styles ----------*/
    .news .big_t {
        font-size: 2.2em;
    }
    .accreditation {
        padding: 50px 0 10px 0;
    }
    .accr_title {
        font-size: 1.4em;
    }
    /*--------- Other Page styles -------*/
    .page__titles {
        margin-bottom: 50px;
    }
    .structure_wrap {
        padding: 25px 30px;
    }
    .struc_wrapper_title {
        font-size: 2em;
    }
    .popup-form {
        width: 100%;
    }
    .fancybox-close-small {
        right: 0px;
        top: 0px;
        height: 50px;
        width: 50px;
    }
    .com_img {
        height: auto;
        width: 95%;
    }
    .com_blog {
        margin-top: 18px;
    }
    .event .connection__item-title {
        font-size: 1.2em;
    }
    .title__big {
        font-size: 2.4em;
    }
    /*--------- Sport-club Page styles -------*/
    .information-sportclub__title {
        font-size: 1.8em;
    }
    .photogallery .title__big {
        font-size: 3em;
    }
    /*--------- Vacancy Page styles -------*/
    .requirements__title {
        font-size: 1.8em;
    }
    .photogallery__item {
        flex-direction: column;
    }
    .photogallery__pictures {
        width: 100%;
    }
    .photogallery__picture {
        width: 49%;
    }
    .big-picture {
        width: 100%;
    }
    .news-section .news__item-pic,
    .news-inside .news__item-pic {
        height: 152px;
    }
    .btn-more-info {
        font-size: 0.8em;
    }
    .news-section .news__item-data,
    .news-inside .news__item-data {
        font-size: 0.8em;
    }
    .call_wrapper .reports_item {
        width: 450px;
    }
    .call__wrapper {
        overflow: auto;
    }
}

@media screen and (max-width: 400px) {
    .connection__item-title {
        font-size: 16px;
    }
    .connection__item-btn {
        padding: 7px;
        font-size: 13px;
    }
    .footer__rights,
    .footer__creators {
        font-size: 14px;
    }
    /*--------- Administration Page styles -------*/
    .rokha_img {
        height: 340px;
    }
    .fancybox-close-small {
        width: 40px;
        height: 40px;
    }
    /*------ Committee Page styles -------*/
    .section__title {
        font-size: 26px;
        margin-right: 0;
        line-height: 130%;
    }
    .ev_title {
        font-size: 24px;
    }
    /*------ Sport-club Page styles -------*/
    .photogallery .title__big {
        font-size: 2em;
    }
    .note__address,
    .note__tel,
    .reminder {
        flex-direction: column;
    }
    .pres-mess__item-right-top {
        padding: 20px 25px 25px 25px;
    }
    .pres-mess__item-right-bottom {
        padding: 25px;
    }
    .read-more-btn {
        font-size: 1em;
    }
    .news__page>div {
        width: 350px;
        max-width: 100%;
        margin: 0 auto 20px auto;
    }
    .news-section .news__item-pic,
    .news-inside .news__item-pic {
        height: 220px;
    }
    .news-inside-right .news__item {
        width: 100%;
    }
    .news-inside-pic {
        height: 228px;
    }
    .reports_body_text li a {
        padding-left: 2px;
    }
    .reminder__icon {
        margin-bottom: 8px;
    }
    /* -------- Org. Structure Page styles ------- */
    .struc_head {
        flex-direction: column-reverse;
    }
    .struc_head_back {
        margin-right: 0;
        margin-top: 15px;
    }
}

.hand-icon {
    background-image: url(../img/SVG/hand.svg);
}

.connection__items {
    /* justify-content: space-evenly;*/
}

@media (min-width: 768px) {
    .connection__item {
        width: 19%;
    }
    .news-inside-pic {
        margin-bottom: 20px;
        max-height: 650px;
        overflow: hidden;
    }
}

.application-form-icon {
    background-image: url(../img/SVG/application_form_for_training_icon.svg);
}

.virtual-admissions-office {
    background: #A2A4AA;
    align-items: center;
    border-radius: 3px;
    justify-content: space-between;
    border: 1px solid rgba(0, 62, 42, 0.15);
}

.virtual-admissions-office__text {
    text-align: center;
    font-size: 17px;
    color: #014530;
    font-weight: bold;
    text-transform: uppercase;
}

/*end my css*/

.wide {
    width: 100%;
}

ul.pagination {
    list-style: none;
}

button.slick-next.slick-arrow,
button.slick-prev.slick-arrow {
    margin-top: -5%;
}

/* День траура */

/* * {
filter: gray;
filter: gray; filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(100%);    
}

.sticky-inner {
    width: 100%;
    height: 110px;
    color: #ffffff;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #000000;
  text-align: center;
}

.sticky .sticky-inner {
  width: 100%;
  height: 110px;
  color: #ffffff;
}

.sticky__title_left {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
}

.sticky__title_right {
  font-size: 22px;
}

.margin-top-header-black {
  position: relative;
  top: 20px;
}

.header.way.way-active {
  padding-top: 123px;
} */

/* День траура */

img.help-111 {
    width: 320px;
    height: 420px;
    display: flex;
    margin: 0 auto;
}

.homepage-notices {
    margin: 60px auto -60px;
}

.background-pic.eng-version {
    align-items: normal;
}

.background-pic.eng-version>.background-pic_text.container {
    color: #D89F14;
    text-shadow: 2px 2px 4px #000000, /* Чёрная тень */
    2px 2px 5px #ffffff;
}

.background-pic.eng-version>.background-pic_text.container>.row {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    margin-top: 5%;
}

.background-pic.eng-version>.background-pic_text.container>.row>.col {
    width: 35%;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    color: #fff;
    background: #494949;
    opacity: 0.9;
    padding: 10px;
    border-radius: 25px;
}

.background-pic.eng-version>.background-pic_text.container>.row>.col-button-en {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.background-pic.eng-version>.background-pic_text.container>.bg_pic_subtitle {
    background: #fff;
    padding: 5px;
    opacity: 0.9;
    /* color: #fff; */
    color: #006343;
    margin-top: 4%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    /* text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); */
    /* text-shadow: none!important; */
}

@media only screen and (max-width: 480px) {
    .background-pic.eng-version>.background-pic_text.container>.row {
        flex-direction: column;
        margin-top: 5%;
    }
    .background-pic.eng-version>.background-pic_text.container>.row>.col {
        width: 100%;
    }
    .header-bottom {
        height: unset;
    }
    .background-pic.eng-version>.background-pic_text.container>.row>.col-button-en {
        width: unset;
        margin: 15px;
    }
}

.news-slider>ul.slick-dots {
    list-style-type: none;
}