@font-face {
    font-family: "Manrope";
    src: url("../font/Manrope-Regular.ttf");
}

@font-face {
    font-family: "Manrope SemiBold";
    src: url("../font/Manrope-SemiBold.ttf");
}

@font-face {
    font-family: "Manrope Bold";
    src: url("../font/Manrope-Bold.ttf");
}

:root {
    --text-color: #1a2442;
    --container-space: 280px;
}

html {
    width: 100%;
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

body {
    width: 100%;
    margin: 0;
    background-color: #fff;
    overflow-x: hidden;
    font-family: "Montserrat", Arial, sans-serif;
    color: var(--text-color);
    font-style: normal;
}

body.no-scroll {
    overflow: hidden;
    padding-right: 14px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ol li {
    list-style-position: inside;
    padding: 0;
}

div,
input,
textarea {
    box-sizing: border-box;
}

.button {
    position: relative;
}

h1,
h2,
h3 {
    margin: 0;
    position: relative;
}

h2,
h3,
h4 {
    font-family: "Manrope Bold";
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    color: #1a2442;
    /* display: block; */
    display: inline;
}

button {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    cursor: pointer;
    box-sizing: border-box;
}

button,
input,
textarea {
    outline: none;
}

input {
    -webkit-appearance: none;
    border: none;
}

p {
    margin: 0;
    line-height: 24px;
}

img {
    display: block;
    max-width: 100%;
}

.visible-xs {
    display: none;
}

.rel {
    position: relative;
}

.container {
    width: 100%;
    margin: 0 auto;
    /* padding: 0 var(--container-space); */
    max-width: 1325px;
}

.container-2 {
    width: 100%;
    padding: 0 36px;
    margin: 0 auto;
}

.container-xs {
    width: 100%;
    /* padding: 0 var(--container-space); */
    max-width: 785px;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hidden {
    display: none !important;
}

.al-center {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.al-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.jc-sb {
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.jc-center {
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.jc-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.theme-1 {
    padding: 80px 0;
    position: relative;
}

.theme-top-1 {
    padding: 80px 0 0 0;
}

.theme-bottom-1 {
    padding: 0 0 70px 0;
}

.theme-2 {
    padding: 120px 0;
}

.theme-xs {
    padding: 40px 0;
}

.theme-back {
    background: #fafbfe;
}

.section-block {
    margin-top: 60px;
}

.section-block-xs {
    margin-top: 40px;
}

/* .graduates-page-wrap {
  margin-top: 60px;
} */

.content-text p:not(:last-child) {
    margin-bottom: 24px;
}

.content-text h2,
.content-text h3,
.content-text h4 {
    margin-bottom: 16px;
}

.content-text ul,
.content-text ol {
    margin-bottom: 24px;
}

.content-text img {
    margin: 0 auto 24px;
}

.content-text img:last-child {
    margin: 0 auto 0;
}

.content-text .video-wrap {
    margin-bottom: 24px;
}

.content-text .video-wrap img {
    max-height: 480px;
}

.content-text .special-img-wrap {
    margin-bottom: 24px;
}

.theme-ul-black-point {
    margin-right: 25px;
}

.theme-ul-black-point li {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding-left: 24px;
    position: relative;
    color: #1a2442;
}

.theme-ul-black-point li:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #1a2442;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 13px;
}

.content-text a {
    display: inline;
    color: #2e4a97;
}

.popup-pic-wrap {
    margin-bottom: 24px;
}

.popup-pic-wrap img {
    margin: 0 auto;
}

.page-content-block {
    position: relative;
    margin-top: 40px;
    width: 100%;
}

.basic-template-xl {
    padding: 60px 0 0;
}

.basic-template {
    padding: 40px 0 0;
}

.basic-template-xs {
    padding: 40px 0 0;
}

header {
    z-index: 998;
    position: relative;
}

.header-top {
    padding: 16px 0;
    border-bottom: 1px solid #cfd6e9;
}

.header-wrap {
    padding: 20px 0;
}

.menu-fixed {
    position: fixed;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    top: 100vh;
    left: 0;
    background-color: #ffffff;
    padding: 64px 0;
    overflow-y: auto;
    /* visibility: hidden; */
    /* opacity: 0; */
    -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -moz-transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: none;
}

.menu-fixed.opened {
    top: 0;
    z-index: 999;
    /* visibility: visible; */
    display: block;
    transform-origin: center center;
    /* opacity: 1; */
}

.menu-left-col {
    width: 325px;
}

.menu-content-wrap {
    width: calc(100% - 325px);
    padding-left: 135px;
}

.menu-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 487px;
}
.menu-icon {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 48px;
    height: 1px;
    background: transparent;
    position: relative;
    margin-right: 16px;
}
.menu-icon:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    width: 48px;
    height: 1px;
    background: #1a2442;
    position: absolute;
    bottom: -5px;
    left: 0;
}
.menu-icon:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    width: 48px;
    height: 1px;
    background: #1a2442;
    position: absolute;
    top: -7px;
    left: 0;
    border-radius: 10px;
}
.closer-xl {
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: relative;
    margin-left: 64px;
}

.closer-xl:before,
.closer-xl:after {
    content: "";
    position: absolute;
    top: 16px;
    left: -4px;
    width: 40px;
    height: 1px;
    background-color: #1a2442;
}

.closer-xl:before {
    webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.closer-xl:after {
    webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.site-navigation {
    padding: 64px 0 90px;
}

.menu-left-col {
    max-height: 487px;
    overflow-y: auto;
}
.ml-bottom {
    border-top: 1px solid #dbe2f4;
    padding-top: 24px;
}

.menu-bottom-col {
    max-width: 440px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.mb-info-item:not(:last-child) {
    margin-bottom: 12px;
}

.photo-cover .wh-breadcrumbs-wrap .breadcrumb,
.photo-cover .breadcrumb a:after {
    color: #ffffff;
}
.theme-text-light {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fafbfe;
}

.theme-text-xs {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #131313;
}

.bold-mark {
    font-family: "Manrope Bold";
}
.menu-item:not(:last-child) {
    margin-right: 40px;
}

.menu-item a:hover {
    color: #2e4a97;
}

.desc-menu-icon-wrap {
    cursor: pointer;
}
.circle-link {
    border: 1px solid #1a2442;
    border-radius: 50%;
    padding: 4px;
    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;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: var(--text-color);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
}

.circle-link:hover {
    border-color: #1a2442;
}

.circle-link:focus {
    border-color: #4d556c;
}
.phone-icon {
    background-image: url(../images/icons/phone.svg);
}

.header-top .circle-link:not(:last-child),
.menu-top .circle-link:not(:last-child) {
    margin-right: 16px;
}

.theme-link {
    font-family: "Manrope";
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #2e4a97;
    display: flex;
    align-items: center;
    width: fit-content;
    padding-right: 14px;
    position: relative;
}

.theme-link-xl {
    font-size: 24px;
    line-height: 30px;
}

.basic-link {
    font-family: "Manrope";
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    text-decoration: underline;
    color: #2e4a97;
}

.pic-wrap-xl {
    width: 100%;
}

.pic-wrap-xl img {
}

.btn-wrap .btn:not(:last-child) {
    margin-right: 20px;
}

.input {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #dbe2f4;
    padding: 12px 16px;
    border: 1px solid #dbe2f4;
    border-radius: 6px;
    background-color: transparent;
}

::-webkit-input-placeholder {
    font-family: Inter;
    color: #1a2442;
    font-size: 14px;
    line-height: 16px;
}

::-moz-placeholder {
    font-family: Inter;
    color: #1a2442;
    font-size: 14px;
    line-height: 16px;
}

:-ms-input-placeholder {
    font-family: Inter;
    color: #1a2442;
    font-size: 14px;
    line-height: 16px;
}

::-ms-input-placeholder {
    font-family: Inter;
    color: #1a2442;
    font-size: 14px;
    line-height: 16px;
}

::placeholder {
    font-family: Inter;
    color: #1a2442;
    font-size: 14px;
    line-height: 16px;
}

.title-wrap {
    width: 100%;
    position: relative;
}

.title-text-wrap {
    margin-top: 30px;
}

.sort-sport-title {
    margin-bottom: 24px;
}

.title {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 65px;
    line-height: 50px;
    color: var(--text-color);
}

.title-2 {
    font-family: "Manrope";
    font-weight: 500;
    font-size: 38px;
    line-height: 48px;
    color: #1a2442;
}

.title-3 {
    font-family: "Manrope SemiBold";
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
    color: #1a2442;
}

.title-4 {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 48px;
    color: #1a2442;
}

.title-5 {
    font-family: "Manrope SemiBold";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #1a2442;
}

.title-6 {
    font-family: "Montserrat", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
    color: #1a2442;
	text-align: center; 
}

.title-7 {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #1a2442;
}

.pretitle {
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    /* line-height: 40px; */
    color: #ffffff;
    display: block;
    width: 100%;
	margin-bottom: 20px;
}

.aftertitle {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    display: block;
    width: 100%;
	margin-top: 20px;
}

.text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
	font-family: "Montserrat", Arial, sans-serif;
}

.text-b {
    font-family: Manrope Bold;
}

.text-xs {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #4d556c;
}

.text-xs-dark {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #1a2442;
}

.subtitle-xl {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 48px;
    color: #1a2442;
}

.subtitle-l {
    font-family: "Inter Bold";
    font-style: normal;
    /* font-weight: 700; */
    font-size: 18px;
    line-height: 24px;
    color: #2e4a97;
}

.subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
}

.subtitle-2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--text-color);
}

.subtitle-gr-xl {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    color: #4d556c;
}

.subtitle-gr {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #4d556c;
}
.t-center {
    text-align: center;
}

.t-left {
    text-align: left;
}

.t-right {
    text-align: right;
}

.tt-upper {
    text-transform: uppercase;
}

.col-100 {
    width: 100%;
}

.col-75 {
    width: 75%;
}

.col-50 {
    width: 50%;
}

.col-25 {
    width: 25%;
}

.content {
    min-height: 100vh;
}

.mt-4 {
    margin-top: 4px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-56 {
    margin-top: 56px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {
    margin-top: 120px;
}

#overlay {
    background: rgba(34, 34, 34, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    display: none;
}

#overlay.opened {
    display: block;
    z-index: 5;
}

.w-100 {
    width: 100% !important;
    max-width: 100% !important;
}

.photo-cover {
    width: 100%;
    height: 620px;
    background-size: cover;
    background-position: right center;
    position: relative;
}

.patents-cover {
    background-position: right;
}

.photo-cover-xl {
    height: 800px;
    padding-bottom: 40px;
}

.photo-cover-content {
    /* padding-top: 85px; */
    position: absolute;
    bottom: 100px;
	max-width: 950px;
}

.photo-cover-descr {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    max-width: 785px;
    margin-top: 20px;
}

.photo-cover-descr-xs {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fafbfe;
    max-width: 900px;
    margin-top: 322px;
}

.photo-cover-descr-xs p:not(:last-child) {
    margin-bottom: 20px;
}

.patents-cover .photo-cover-descr-xs {
    margin-top: 136px;
}

.dc-link-wrap {
    margin-top: 30px;
}

.dc-link-wrap .theme-text-light {
    text-decoration: underline;
}

.top-slider-nav-container {
    width: 108px;
    max-width: 1360px;
    position: absolute;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    top: 570px;
    display: flex;
    justify-content: flex-end;
    z-index: 10;
    bottom: 0px;
    right: calc((100vw - 1325px) / 2);
}

.top-slider-nav {
    width: 108px;
    display: flex;
    align-items: center;
}

.slider-nav,
.navButtons {
    position: relative;
    display: flex;
    align-items: center;
}

.swiper-button,
.navButtons li a,
.medSliderCMainEl .navButtonWrapp .navButton,
.medSliderCMainEl .navigationButtons .navButton {
    position: relative;
    border: 1px solid #2e4a97;
    border-radius: 40px;
    width: 48px;
    height: 48px;
    background-image: url(../images/icons/link-arr.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px;
    margin: 0;
    z-index: 1;
    left: auto;
    right: auto;
    display: block;
}

.medSliderCMainEl .navigationButtonsWrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    margin-bottom: 40px;
}

.medSliderCMainEl .navigationButtonsWrapper .navigationButtons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.medSliderCMainEl .navigationButtonsWrapper .navigationButtons .navButton[data-direction="previous"] {
    margin-right: 0;
}

.medSliderCMainEl .navigationButtonsWrapper .navigationButtons .navButton {
    display: none;
}

.medSliderCMainEl .navigationButtonsWrapper .navigationButtons .navButton[data-direction="next"] {
    margin-left: 12px;
}

.top-slider-nav .swiper-button {
    top: 0;
}

.swiper-button:hover,
.navButtons li a:hover,
.medSliderCMainEl .navButtonWrapp .navButton:hover,
.medSliderCMainEl .navigationButtons .navButton:hover {
    background-image: url(../images/icons/link-arr-wh.svg);
    background-color: #2e4a97;
}

.swiper-btn-custom-prev,
.navButtons li a[data-direction="previous"],
.navButton[data-direction="previous"] {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 12px;
}

.info-slider {
    position: relative;
    height: 720px;
    /* height: 720px; */
}

.info-slider-nav {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    z-index: 2;
}

.info-slider-nav .swiper-button {
    background-color: rgba(26, 36, 66, 0.4);
    border: 1px solid #ffffff;
    border-radius: 40px;
    background-image: url(../images/icons/link-arr-wh.svg);
}

.aprof-simple-slider {
    margin: 0 auto !important;
    /* display: inline-block; */
}

.aprof-simple-slider-wraper a img {
}

.aprof-simple-slider-wraper a {
    display: block !important;
}

.aprof-simple-slider-larr,
.aprof-simple-slider-rarr {
    border: 1px solid #2e4a97;
    border-radius: 40px;
    width: 28px;
    height: 28px;
    background-image: url(../images/icons/link-arr.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px;
    margin: 0;
    z-index: 1;
    display: block !important;
    left: unset;
    right: -36px;
    top: 40%;
    /* transform: translateY(-50%); */
}

.aprof-simple-slider-larr {
    left: -36px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.aprof-simple-slider-larr:hover,
.aprof-simple-slider-rarr:hover {
    background-color: #2e4a97;
    background-image: url(../images/icons/link-arr-wh.svg);
}

.aprof-simple-slider-wraper a img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.aprof-simple-slider-wraper ul {
    display: flex;
    align-items: center;
    height: 100%;
}

.aprof-simple-slider-block {
    margin-top: 24px;
    margin-bottom: 40px;
    overflow: hidden !important;
}

.aprof-simple-slider-wraper {
    /* padding-top: 72px; */
    height: 100%;
}

.info-slider-nav .swiper-button:hover {
    background-color: rgba(26, 36, 66, 0.6);
}

.info-slider-nav .swiper-button:focus {
    background-color: rgba(26, 36, 66, 0.7);
}

.info-slider-pagination.swiper-custom-pagination {
    bottom: 120px;
    left: var(--container-space);
    position: relative;
    z-index: 1;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #000000;
    background: transparent;
}

.swiper-pagination-bullet-active {
    background: #1a2442;
    border: 1px solid #1a2442;
}

.news-wrap {
    margin-top: 56px;
}

.news-wrap-xs {
    margin-top: 32px;
}

.info-slider-text {
    margin-top: 32px;
}

.link {
    /* font-weight: 400;
  font-size: 14px;
  line-height: 24px; */
    color: #2e4a97;
}

.popular-news-wrap .news-wrap {
    padding-bottom: 0;
    border-bottom: none;
}

.news-item {
    width: calc((100% - 40px) / 3);
    overflow: hidden;
    background-color: #fff;
    display: block;
    /* padding-bottom: 32px;
  border-bottom: 1px solid #cfd6e9; */
}

.news-item iframe {
    width: 100%;
    display: block;
}

.news-gallery-preview-item {
    width: calc((100% - 60px) / 4);
    overflow: hidden;
    background-color: #fff;
    display: block;
}

.news-gallery-preview-item:not(:nth-child(4n)) {
    margin-right: 20px;
}

.news-gallery-preview-item .preview-pic {
    height: 185px;
}

.department-news-wrap .news-item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
}

.department-news-wrap .news-item:not(:nth-child(3n)) {
    margin-right: unset;
}

.department-news-wrap .news-item:nth-child(odd) {
    margin-right: 20px;
}

.gallery-item {
    width: calc((100% - 40px) / 3);
    overflow: hidden;
    background-color: #fff;
    display: block;
}

.gallery-item:hover .gallery-name {
    color: #2e4a97;
}

.news-name {
    margin-top: 6px;
}

.news-preview-text {
    margin-top: 30px;
}

.news-item:hover .news-name,
.news-item-xs:hover .news-name {
    color: #2e4a97;
}

.news-item:focus .news-name,
.news-item-xs:focus .news-name {
    color: #34487d;
}

.news-item-xs {
    width: calc((100% - 195px) / 4);
    overflow: hidden;
    background-color: #fff;
}

.news-item:not(:nth-child(3n)),
.gallery-item:not(:nth-child(3n)) {
    margin-right: 20px;
}

.news-item-xs:not(:nth-child(4n)) {
    margin-right: 65px;
}

.news-info {
    padding-top: 12px;
}

.blog-wrap {
    /* margin-bottom: -48px; */
}

.blog-wrap .news-item {
    margin-bottom: 48px;
}

.blog-wrap .news-gallery-preview-item {
    margin-bottom: 20px;
}

.news-pic,
.preview-pic {
    height: 252px;
    border-radius: 4px;
    overflow: hidden;
}

.preview-pic-xs {
    height: 150px;
    border-radius: 4px;
    overflow: hidden;
}

.news-pic img,
.pic-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pic-wrap-con img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.styled-ul li {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #1a2442;
    margin-bottom: 40px;
    padding-left: 31px;
    position: relative;
}

.styled-ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(/design/images/decor/elem_blue.svg);
    width: 30px;
    height: 30px;
    background-size: 20px 25px;
    background-repeat: no-repeat;
}

.theme-ul li {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 38px;
    text-decoration-line: underline;
    color: #2e4a97;
    position: relative;
    padding-left: 24px;
}

.theme-ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #2e4a97;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 17px;
}

.theme-ul-border-bottom li {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2e4a97;
    position: relative;
    border-bottom: 1px solid #cfd6e9;
}

.theme-ul-border-bottom li a {
    color: #2e4a97;
    text-decoration: initial;
    padding: 15px 0;
    display: block;
}

.theme-ul-without-link li {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration: initial;
    position: relative;
    padding-left: 24px;
}

.theme-ul-without-link li:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: var(--text-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

.theme-ul-xs li {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding-left: 24px;
    position: relative;
    color: #2e4a97;
}

.theme-ul-xs li:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #2e4a97;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.styled-link-wrap {
    position: relative;
}

.styled-link-pic img {
    border-radius: 4px;
}

.styled-link-name {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-decoration-line: underline;
    text-underline-offset: 8px;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(0deg,
    rgba(46, 74, 151, 0.75),
    rgba(46, 74, 151, 0.75)),
    rgba(250, 251, 254, 0.3);
    display: flex;
    align-items: center;
    max-width: 272px;
    height: 100%;
    padding: 32px;
}

.styled-link-name:before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    background-image: url(../images/icons/link-arr-wh.svg);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #ffffff;
    border-radius: 40px;
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.gallery-preview {
    height: 300px;
    overflow: hidden;
    border-radius: 4px;
}

.gallery-wrap-xs .gallery-preview {
    height: 140px;
}

.content-text .gallery-wrap-xs {
    margin-bottom: 30px;
}

.gallery-wrap-xs .theme-wrap {
    margin-top: 24px;
}

.gallery-preview img {
    width: 100%;
}

.gallery-name {
    max-width: 400px;
    margin-top: 12px;
}

.article-page-content {
    background-color: #fafbfe;
}

.article-wrap {
    width: calc(100% + 280px);
    position: relative;
    left: -280px;
}

.article-col {
    width: calc(100% - 375px);
    padding: 40px 0;
    background-color: #fff;
    position: relative;
    padding: 40px 85px 110px 280px;
    margin-right: 50px;
}

.video_n {
    margin-bottom: 16px;
}

.video_n iframe {
    width: 100%;
    height: 500px;
}

.sidebar-col {
    width: 325px;
}
.about-text {
    margin-top: 48px;
}

.about-top-block {
    margin-top: 56px;
}

.about-top-col {
    padding-right: 22.5px;
}

.about-top-col:nth-child(2) {
    padding-left: 22.5px;
    padding-right: 0;
}

.col-30 {
    width: 30%;
}

.col-70 {
    width: 70%;
}

.video-col {
    background-image: url(../images/video.jpg);  
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 549px;
    width: calc(100% - 141px);
}

.video-item {
    border-radius: 3px;
    height: 288px;
}

.info-slider-wrap {
    margin-top: 80px;
}

.link-wrap {
    margin-top: 40px;
}

.page {
    position: relative;
    min-height: 50vh;
    padding-bottom: 120px;
    /* overflow: hidden; */
}

.pb-0 {
    padding-bottom: 0;
}

footer {
    background-color: #000000;
    padding: 80px 0 56px;
}

.footer-top {
    padding-bottom: 40px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 56px;
    flex-wrap: nowrap;
    gap: 30px;
}

.f-logo {
    width: 100%;
}

.f-logo a {
    display: block;
    height: auto;
}

.f-logo .container {
    padding: 0;
}

.f-logo .brands {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.f-logo .brand {
    flex-shrink: 0;
}

.f-logo img {
    margin-right: 0 !important;
}

.f-link {
    width: calc((100% - 96px) / 5);
    display: flex;
    background-color: #435daa;
    padding: 18px 52px 18px 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #cfd6e9;
    min-height: 84px;
    position: relative;
}

.f-bottom-text-col {
    max-width: 499px;
}

.f-bottom-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.f-bottom-text-col:first-child {
    max-width: 391px;
    margin-right: 69px;
}

.f-bottom-text-col:nth-child(2) {
    margin-right: 76px;
}

.footer-col {
    max-width: 217px;
}

.footer-col:last-child {
    max-width: 290px;
}

.footer-col:not(:last-child) {
    margin-right: 128px;
}

.f-title {
    font-family: "Inter Bold";
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.footer-bottom {
    margin-top: 56px;
}

.f-menu {
    margin-top: 16px;
}

.f-menu-item,
.f-menu-item a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

.f-menu-item a {
    display: inline;
}

.f-menu-item-2 a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.f-menu-item-2:first-child a:after {
    content: "";
    height: 12px;
    width: 7px;
    margin-left: 8px;
    background-image: url(../images/icons/link-arr-wh.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.f-menu-item:not(:last-child) {
    margin-bottom: 8px;
}

.f-menu-item-2:not(:last-child) {
    margin-bottom: 12px;
}

.f-links {
    margin-top: 102px;
}

.footer-socials {
    margin-top: 46px;
}

.text-gr-xs {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #969eb4;
}

.text-wh-xs {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #dbe2f4;
}

@keyframes pulse_1 {
    from {
        opacity: 1;
        transform: scale(0.7, 0.7);
    }

    to {
        opacity: 0;
        transform: scale(2, 2);
    }
}

@keyframes pulse_2 {
    from {
        opacity: 0.6;
        transform: scale(0.3, 0.3);
    }

    to {
        opacity: 0;
        transform: scale(2.2, 2.2);
    }
}

@keyframes pulse_3 {
    from {
        opacity: 0.4;
        transform: scale(0.6, 0.6);
    }

    to {
        opacity: 0;
        transform: scale(3.5, 3.5);
    }
}

.video-player-wrap {
    position: relative;
}

.video-player {
    background-color: #fff;
    background-image: url(../images/icons/player.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 19px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video-player.animated {
    width: 48px;
    height: 48px;
}

.video-player.animated::after,
.video-player.animated::before {
    content: "";
    position: absolute;
    border: 1px solid #ffffff;
    left: -20px;
    opacity: 0;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animated 2.5s linear infinite;
}

.video-player.animated::after {
    animation-delay: 1.25s;
}

@keyframes animated {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.faq-wrap {
    max-width: 1015px;
}

.faq-item {
    border-bottom: 1px solid #cfd6e9;
}

.faq-item-top {
    padding: 30px 95px 30px 0px;
    cursor: pointer;
}

.faq-item.active .faq-item-top {
    /* background-color: #2e4a97; */
}

.elem-arrow {
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    top: 46%;
    right: 20px;
}

.faq-item.active .elem-arrow {
    border-color: #000000;
    transform: rotate(225deg);
}

.faq-name {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #1a2442;
}

.faq-item.active .faq-name,
.faq-item.active .faq-author {
    /* color: #ffffff; */
}

.faq-info {
    padding: 0px 95px 30px 0px;
    display: none;
}

.faq-item.active .faq-info {
    display: block;
}

.faq-info-content {
	display: flex;
    justify-content: space-between;
    gap: 10px;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1a2442;
}
.faq-info-content-descr {
	width: 50%;
}
.faq-preview-pic {
	width: 50%;
	border-radius: 4px;
    overflow: hidden;
}
.faq-info-content p:not(:last-child) {
    margin-bottom: 10px;
}

.faq-info-content h4 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.faq-info-content a {
    color: #2e4a97;
}

.faq-info-content li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 5px;
}

.faq-info-content li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #1a2442;
    position: absolute;
    left: 0;
    top: 10px;
}

.wh-color {
    color: #fff;
}

.theme-wrap {
    margin-top: 48px;
}

.contacts-top-wrap {
    padding-bottom: 40px;
}

.contacts-top-item:not(:first-child) {
    margin-top: 12px;
}

.contacts-info-item {
    padding-bottom: 40px;
    border-bottom: 1px solid #dbe2f4;
    width: calc((100% - 40px) / 3);
    margin-bottom: 30px;
}

.contacts-info-item:not(:nth-child(3n)) {
    margin-right: 20px;
}

.contacts-block {
    margin-bottom: -30px;
}

.contacts-info-content {
    margin-top: 15px;
}

.contacts-block:not(:first-child) {
    margin-top: 95px;
}

.contacts-string:not(:first-child) {
    margin-top: 12px;
}

.faculty-info .contacts-string a {
    display: inline;
}
.theme-6-section {
    overflow-x: hidden;
}

.theme-6-item {
    width: calc((100% - 110px) / 3);
    padding-top: 55px;
    padding-bottom: 55px;
    margin-bottom: 40px;
    position: relative;
}

.theme-6-item:nth-child(3n + 2) {
    width: calc((100% + 110px) / 3);
}

.theme-6-item:first-child:before {
    content: "";
    width: 1800px;
    display: block;
    height: 1px;
    background-color: #d5c261;
    position: absolute;
    top: calc(100% + 20px);
    left: -80px;
}


.green-styled .theme-6-item:first-child:before {
    background-color: #54be52;
}

.theme-6-item:not(:nth-child(3n + 1)) {
    padding-left: 55px;
}

.theme-6-item:not(:nth-child(3n)) {
    padding-right: 55px;
    border-right: 1px solid #d5c261;
}

.pink-styled .theme-6-item:not(:nth-child(3n)) {
    border-color: #f97bbf;
}

.theme-6-item-title {
    display: flex;
    align-items: center;
}

.theme-6-item-mark {
    font-family: "Montserrat", Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -5px;
    color: #d5c261;
}

.theme-6-item-info {
    padding-left: 20px;
}

.theme-6-item-title-xs {
    font-family: "Montserrat", Arial, sans-serif;
    font-style: normal;
    font-size: 23px;
    line-height: 32px;
    color: #1a2442;
}

.theme-6-item-string {
    font-family: "Montserrat", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13.5px;
    line-height: 24px;
    color: #4d556c; 
}

.theme-6-item-text {
    font-family: "Montserrat", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #4d556c;
    margin-top: 16px;
}

.theme-6-item-text a {
    text-decoration: underline;
    display: inline;
}

.uni-video-wrap {
    width: 40%;
}
.video-wrap {
    position: relative;
}
.video-wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.uni-text-wrap {
    width: 60%;
    padding-left: 40px;
}
.content-text p:not(:last-child) {
    margin-bottom: 24px;
}
.theme-text, .top-cover-col-item a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--text-color);
}

::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #dbe2f4;
}

::-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #dbe2f4;
}

:-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #dbe2f4;
}

::-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #dbe2f4;
}

::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: px;
    color: #dbe2f4;
}

@media screen and (max-width: 760px) {
  .about-text {
    display: none !important;
  }
}


.tender_button {
	font-size: 21px;
	margin-top: 10px;
}
.yellow_link {
	color: #d5c261;
}
.more_vacancy {
	text-align: center;
	font-size: 24px;
	margin-top: 30px;
}
.button-vacancy {
	text-align: center;
    margin-top: 30px;	
}
.button-vacancy .btn {
	font-size: 21px;
}

/* Стили для модального окна */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal-container {
    background: white;
    border-radius: 8px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    animation: modalAppear 0.3s ease;
	margin: 0 auto;
}

@keyframes modalAppear {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header {
    padding: 20px 30px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title {
    margin: 0;
    font-size: 20px;
    color: #333;
}

.modal-close {
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.modal-close:hover {
    color: #333;
}

.modal-body {
    padding: 30px;
}

/* Стили формы */
.vacancy-form .form-group {
    margin-bottom: 10px;
}

.vacancy-form label:not(.checkbox-label) {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.vacancy-form label:not(.checkbox-label)::after {
    content: " *";
    color: #dc3545;
}

.form-input,
.form-select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s;
    box-sizing: border-box;
    font-family: inherit;
}

.form-input:focus,
.form-select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
}

.form-input.error,
.form-select.error {
    border-color: #dc3545;
}

.error-message {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
    min-height: 20px;
}

/* Стили для чекбокса */
.checkbox-container {
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.custom-checkbox {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    user-select: none;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 2px solid #ced4da;
    border-radius: 4px;
    transition: all 0.2s;
}

.custom-checkbox:hover input ~ .checkmark {
    border-color: #007bff;
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: #ffcc00;
    border-color: #ffcc00;
}


.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-text {
    padding-top: 2px;
}

.policy-link {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
    white-space: nowrap;
}

.policy-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.required-star {
    color: #dc3545;
}

/* Кнопки формы */
.form-actions {
    display: flex;
    gap: 15px;
}


.btn-submit {
    background-color: #ffcc00;
    color: #333;
}

.btn-submit:hover {
    background-color: #e6b800;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 204, 0, 0.3);
}

.btn-submit:active {
    transform: translateY(0);
}

.btn-cancel {
    background-color: #6c757d;
    color: white;
}

.btn-cancel:hover {
    background-color: #5a6268;
    transform: translateY(-2px);
}

.btn-cancel:active {
    transform: translateY(0);
}

/* Сообщение об успешной отправке */
.success-message {
    background-color: #d4edda;
    color: #155724;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    border: 1px solid #c3e6cb;
}

.success-message h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #155724;
}

.success-message p {
    margin-bottom: 10px;
}

.success-message p:last-child {
    margin-bottom: 0;
}

.btn-close-success {
    width: 100%;
    padding: 14px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-close-success:hover {
    background-color: #218838;
}

/* Адаптивность */
@media (max-width: 576px) {
    .modal-overlay {
        padding: 10px;
        align-items: flex-start;
        padding-top: 40px;
    }
    
    .modal-container {
        max-width: 100%;
        margin-top: 0;
    }
    
    .modal-header {
        padding: 15px 20px;
    }
    
    .modal-title {
        font-size: 18px;
    }
    
    .modal-body {
        padding: 20px;
    }
    
    .form-actions {
        flex-direction: column;
        gap: 10px;
    }
    
    .btn {
        width: 100%;
    }
    
    .checkbox-container {
        padding: 12px;
    }
    
    .custom-checkbox {
        font-size: 14px;
    }
    
    .checkmark {
        height: 22px;
        width: 22px;
    }
    
    .checkmark:after {
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
    }
}

@media (max-width: 400px) {
    .modal-header {
        padding: 12px 15px;
    }
    
    .modal-body {
        padding: 15px;
    }
    
    .form-input,
    .form-select {
        padding: 10px 12px;
        font-size: 15px;
    }
    
    .checkbox-container {
        padding: 10px;
    }
}

/* Анимация для ошибок */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.form-input.error,
.form-select.error {
    animation: shake 0.5s ease-in-out;
}

/* Плейсхолдеры */
.form-input::placeholder {
    color: #999;
    opacity: 1;
}

/* Стили для disabled состояния */
.form-input:disabled,
.form-select:disabled,
.btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Стили для обязательных полей при фокусе */
.form-input:required:focus:valid,
.form-select:required:focus:valid {
    border-color: #28a745;
}

.form-input:required:focus:invalid,
.form-select:required:focus:invalid {
    border-color: #dc3545;
}