* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

.wrapper {
    overflow-x: hidden;
}

.title {
    margin-bottom: 40px;
}

.title h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #020305;
}

.title a {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #020305;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0px;
    z-index: 2;
    padding: 20px 0;
}

.header__wrapper {
    display: flex;
    align-items: center;
}


/* .header__logo {
max-width: 507px;
flex: 0 0 507px;
display: flex;
align-items: center;
} */

.h_logo-wrapper {

    display: flex;
    align-items: center;
}

/*.header__navbar .dropdown.nav-item {*/
/*    margin-right: 10px;*/
/*}*/

/*.header__navbar .dropdown.nav-item:nth-last-child(1) {*/
/*    margin-right: 0;*/
/*}*/

.header__navbar .nav.navbar-nav {
    justify-content: flex-end;
}

.header-logo_main {
    display: flex;
    align-items: center;
}

.h_logo-wrapper img {
    width: auto;
    height: 75px;
}


.h_logo-wrapper p {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    margin-left: 16px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.header__navbar {
    padding-left: 40px;
    padding-right: 20px;
    width: 100%;
}

.oz .header__navbar {
    padding-left: 33px;
    padding-right: 16px;
    width: 100%;
}

.uz .header__navbar {
    padding-left: 19px;
    /*padding-right: 19px;*/
    width: 100%;
}

.header__navbar > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__navbar > ul > li > a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px !important;
    line-height: 20px !important;
    letter-spacing: 1.5px;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
}


/* .header__navbar > ul > li a i {
font-size: 22px;
color: #FFFFFF;
} */

.header-functions a {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 0;
}

.header-functions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-functions .icon-search {
    padding-right: 16px;
    padding-left: 16px;
}

.nav navbar-nav {
    margin-right: 40px;
}

.header__lang a {
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
    color: #ffffff;
}

.header__lang button span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: #FFFFFF;
    margin-left: -8px;
}

.header__lang {
    position: relative;
    display: inline-block;
}

.header__lang button {
    background: transparent;
    outline: none;
    border: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__lang .dropdown-menu-l {
    position: absolute;
    min-width: 100px;
    -webkit-box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    background: #131e4a;
    top: 50px;
    opacity: 0;
    border-radius: 4px;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    /* -webkit-transform: translateY(50px);
-ms-transform: translateY(50px);
transform: translateY(50px); */
    transform: scale(0.7);
}

.header__lang button {
    height: 50px;
}

.header__lang .dropdown-menu-l a:hover {
    background-color: #ffffff;
    color: #212121;
}

.header__lang:hover .dropdown-menu-l {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    /* -webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px); */
    transform: scale(1);
}

.header__lang .dropdown-menu-l a {
    color: #fff;
    padding: 7px 16px;
    text-decoration: none;
    display: block;
    font-size: 17px;
    border-radius: 4px;
}

.header__lang button i {
    font-size: 10px;
    margin-left: 5px;
}

.header__lang .dropdown-toggle::after {
    display: none;
}

.banner__item {
    background-color: #030b0e;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    z-index: 1;
}

.banner__wrapper h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
    margin-bottom: 34px;
    max-width: 70%;
}

.banner__wrapper p {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #b1b1b1;
    margin-bottom: 40px;
    width: 65%;
}

.banner__wrapper a {
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.banner__wrapper a img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

.banner__more {
    margin-top: 64px;
    border: 1px solid #496168;
    width: 416px;
    padding: 20px;
}

.banner__more p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 12px;
    width: unset;
}

.banner__more p span {
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #496168;
    margin-left: 10px;
}

.banner__more h4 {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    display: inline;
}

.banner__more small {
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    margin-left: 12px;
}

.banner .owl-nav {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.banner .owl-nav button {
    outline: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button {
    padding: 0 48px !important;
    margin: 0 !important;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0 !important;
}

.banner .owl-dots {
    position: absolute;
    bottom: 16px;
    right: 0;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}


/* .banner .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
} */

.banner .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #EBEBEB;
    width: 8px;
    height: 8px;
}

.banner .owl-theme .owl-dots .owl-dot span {
    background: #A8D5F7;
}

.owl-dots button {
    outline: none;
}

.banner .owl-nav button i {
    font-size: 13px;
    color: #FFFFFF;
}


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

.news__title h2 {
    position: relative;
    margin-left: 32px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    color: #002C4D;
}

.news__title h2:before {
    content: '';
    position: absolute;
    left: -32px;
    top: 40%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #1976D2;
    backdrop-filter: blur(100px);
}

.news__title a {
    display: flex;
    align-items: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #002C4D;

}

.news__title a i {
    color: #929292;
    margin-left: 13px;
    font-size: 19px;
}

.news__wrapper .row {
    margin: -42px -12px;
}

.news__wrapper .row > div {
    padding: 42px 12px;
}

.news__item {
    display: block;
    position: relative;
    padding: 24px;
    background: white;

}

.pages__content .news__item {
    display: block;
    position: relative;
    padding: 0;
    background: white;

}

.news_hover:hover {
    box-shadow: 5px 14px 32px rgba(113, 113, 113, 0.15);
    transition: all 0.6s ease-in-out;
}

.news__item_image {
    height: 283px;
    width: 100%;
    position: relative;
    margin-bottom: 18px;
}

.news__item_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}


.news__item_text p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #6D88B0;
    height: 72px;
}


.footer__main {
    background: #1A1D20;
}

.footer__main .container {
    padding: 65px 15px 90px;
    display: flex;
    justify-content: space-between;

}

.footer__logo {
    display: block;
}

.footer__logo img {
    height: 72px;
    margin-bottom: 8px;
}

.footer__logo p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #E6EAEE;
}

.footer__second {
    max-width: 150px;
    flex: 0 0 150px;

}

.footer__second ul {
    display: flex;
    flex-direction: column;
}

.footer__second ul li {
    display: flex;
    flex-direction: column;

    margin-bottom: 8px;
}

.footer__title {
    margin-bottom: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #E6EAEE;
}

.footer__second ul li span {
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.footer__second ul li a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #E6EAEE;
}

.footer__social {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.footer__social a {
    margin-right: 12px;
}

.footer__social a:last-child {
    margin: 0;
}

.contact-o {
    display: flex;
    /* align-items: center !important; */
}

.contact-o_wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.footer__social a i {
    font-size: 22px;
    color: #1b285c;
    transition: 0.3s;
}

.footer__social a:nth-child(1) i {
    font-size: 25px;
}

.footer__social a i:hover {
    color: rgba(66, 103, 178, 1);
    transition: 0.3s;
}

.footer__social a:nth-child(3) i:hover {
    color: rgba(233, 89, 80, 1);
}

.footer__third {
    width: 308px;
}

.footer__third a {
    display: flex;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #E6EAEE;
    margin-bottom: 8px;
}

.footer__third a i {
    margin-right: 12px;
}

.footer__third p {
    margin-bottom: 16px;
}

.footer__third .icon-phone {
    font-size: 17px;
    margin-top: 4px;
}

.footer__third .icon-mail {
    font-size: 12px;
    margin-top: 6px;
}

.footer__third .icon-location {
    font-size: 22px;

}

.social__flex {
    display: block;


}

.social__flex:nth-last-child(1) {
    margin-bottom: 0;
}

.social__flex a {
    display: flex;
    align-items: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #E6EAEE;
    margin-bottom: 12px;
}

.social__flex a i {
    margin-right: 12px;
}

.footer__bottom {
    background: #1E2328;
}

.footer__bottom .container {

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 15px;

}

.footer__bottom p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #E6EAEE;
    margin-bottom: 0;
}

.footer__bottom a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #E6EAEE;
}

/* leader */


/* IN NEWS CODES */

.news__title__years {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.news__title__years a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98px;
    height: 48px;
    font-weight: normal;
    font-size: 20px;
    line-height: 16px;
    color: #020305;
    background: #F1F1F1;
    margin-right: 16px;
}

.news__title__months {
    display: flex;
    align-items: center;
    margin-bottom: 90px;
}

.news__title__months a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 103px;
    height: 46px;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #020305;
    background: #F1F1F1;
    margin-right: 16px;
}

.news__title__months a:hover {
    background: #020305;
    color: #FFFFFF;
}

.news__title__years a:hover {
    background: #020305;
    color: #FFFFFF;
}

.news__title__months .active {
    background: #020305;
    color: #FFFFFF;
}

.news__title__years .active {
    background: #020305;
    color: #FFFFFF;
}


.last__news__title {
    margin-top: 80px;
    margin-bottom: 88px;
}

.last__news__title h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #020305;
}


/* leader */

.header-inner {
    background-color: black;
    height: 120px;
    padding: 24px 0;
}

.banner-inner,
.contact-inner {
    padding: 286px 0 206px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;

}

.banner-inner__title h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 42px;
    color: #FFFFFF;
}

.banner-inner__navbar {
    margin-bottom: 12px;
}

.banner-inner__navbar ul {
    display: flex;
}

.banner-inner__navbar ul li:last-child {
    margin-left: 5px;
}

.banner-inner__navbar ul li a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}

/*Contact*/
.contact-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #010B23;
    margin-bottom: 24px;
}

.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}

.contact-form div {
    display: grid;
}

.contact-form label {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #535353;
}

.contact-form .textarea {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 4;
}

.contact-form input,
.contact-form textarea {
    padding: 16px 20px;
    background: #F9F9F9;
    border-radius: 4px;
    border: none;
    width: 100%;
    resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline-color: #8E8E8E;
    outline-width: 0.5px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #8E8E8E;
}

.form-btn-wrap {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.form-btn {
    width: 238px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    border-radius: 4px;
}

.submit-btn {
    color: white;
    background: #03254C;
}

.reset-btn {
    background: #EDEDED;
    color: black;
}

.leader {
    padding-top: 80px;
    padding-bottom: 120px;
}

.leader__wrapper .row {
    margin: -44px -16px;
}

.leader__wrapper .row > div {
    padding: 44px 16px;
}

.leader__item {
    display: block;
    text-align: center;
}

.leader__image {
    padding: 24px;
    position: relative;
    z-index: 2;
    height: 465px;
    width: 100%;
}

.leader__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.leader__image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background: #F9F9F9;
}

.leader__info {
    margin-top: 24px;
}

.leader__info h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #212121;
    margin-bottom: 16px;
}

.leader__info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #727272;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* leader-inner */

.leader-inner {
    padding-top: 80px;
    padding-bottom: 120px;
}

.leader-inner__wrapper {
    display: flex;
}

.leader-inner__image {
    height: 465px;
    /* width: 336px; */
    flex: 0 0 336px;
    max-width: 336px;
    position: relative;
    padding: 24px;
    display: block;
}

.leader-inner__image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background: #F9F9F9;
}

.leader-inner__info {
    margin-left: 32px;
}

.leader-inner__title {
    margin-bottom: 20px;
}

.leader-inner__title h4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #020305;
    margin-bottom: 12px;
}

.leader-inner__title p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    color: #727272;
}

.leader-inner__text h5 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #727272;
    margin-bottom: 16px;
}

.leader-inner__text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    color: #020305;
}


/* contact */

.contact {
    /* height: calc(100vh - 120px); */
}

.contact__wrapper {
    height: 100%;
}

.contact__map {
    height: 100%;
}

.contact__map iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(1);
}

.contact__wrapper {
    position: relative;
}

.contact__form {
    position: absolute;
    top: 0;
    right: 240px;
    min-height: 628px;
    background: #FFFFFF;
    padding: 72px 40px 56px 40px;
    width: 586px;
}

.contact__form h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    color: #020305;
}

.contact__form form {
    display: flex;
    flex-direction: column;
    margin-top: 56px;
}

.contact__form label {
    margin-bottom: 56px;
}

.contact__form label input {
    border: 0;
    background-color: transparent !important;
    background: transparent;
    outline: none;
    border-bottom: 1px solid #020305;
    min-width: 100%;
    color: #020305;
    padding-bottom: 8px;
}

.contact__form label input::placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #020305;
    background-color: transparent !important;
}

.contact__form form button {
    border: 0;
    outline: none;
    background: #020305;
    width: 186px;
    padding: 12px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

/*.pages-header {*/
/*    position: relative;*/
/*    padding-top: 0;*/
/*    background: #1b285c;*/
/*    height: 100px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-direction: column;*/
/*}*/

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    filter: grayscale(1) !important;
}

.pagination-main {
    text-align: center;
    margin-top: 30px;
    padding: 15px 0;
}

.pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination ul li {
    float: left;
}

.pagination ul li.active a {
    color: #ffffff;
    background: #020305;
    font-weight: 600;
}

.pagination ul li a {
    font-size: 18px;
    padding: 4px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination ul li.page a {
    color: #737373;
}

.media-item {
    position: relative;
    display: block;
}

.media-item__image {
    width: 100%;
    height: 323px;
    /*position: relative;*/
    margin-bottom: 40px;
}

.media-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.in_pages {
    padding: 80px 0 0;
}

.media .owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.media-item {
    overflow: hidden;
}

.in_pages .media-item__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.in_pages .media-item__icon i {
    font-size: 30px;
    color: #fff;
}

.in_pages .media-item__image {
    position: relative;
    display: block;
    width: 100%;
    height: 360px;
    margin-bottom: 16px;
}

.media_title p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1E2328;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.in_pages .media-item__image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.in_pages .media-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
}

.in_pages .media-item__image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.in_pages .media-item__image:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.in_video {
    padding: 80px 0 0;
}

.gallery-item__info h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;

    color: #1E2328;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.in_video .media-card1 {
    margin-bottom: 30px;
    display: block;
}

.in_video .date {
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0.5px;
    color: #020305;
    opacity: 0.67;
}

.in_video .media-item__icon {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.in_video .media-item__icon {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.in_video .media-item__icon i {
    font-size: 25px;
    color: #fff;
}

.in_video .gallery-item__image {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 360px;
    margin-bottom: 16px;
}

.in_video .gallery-item__image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.in_video .gallery-item__image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.in_video .gallery-item__image:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.in_video .gallery-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/*about*/

.about-main {
    width: 100%;
    padding: 40px 30px;
    min-height: 600px;
    background: #FFFFFF;
    /*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);*/
}

.about-imgs {
    width: 100%;
    position: relative;
}

.about-img1 {
    width: 210px;
    height: 250px;
    position: absolute;
    left: 0;
}

.about-img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-img2 {
    width: 260px;
    height: 250px;
    position: absolute;
    right: 0;
    top: 30px;
}

.about-img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-img3 {
    width: 240px;
    height: 180px;
    position: absolute;
    top: 230px;
    left: 70px;
}

.about-img3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-content {
    font-size: 17px;
    line-height: 25px;
    color: #3A3A3A;
}

.about-content p {
    margin-bottom: 25px;
}

.about-content ul {
    list-style: none;
    margin-bottom: 25px;
}

.about-content ul li {
    display: flex;
    align-items: center;
}

.about-content ul li:before {
    content: "\f1db";
    font-family: FontAwesome;
    font-size: 8px;
    color: #3A3A3A;
    margin-right: 12px;
}

.our-command {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 25px;
    position: absolute;
    bottom: 10%;
    left: 20%;
}


/* .our-command__circle{
width: 30px;
height: 30px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background-color: #3d3d3d;
position: relative;
}
.our-command__circle:before{
content: "";
color: rgba(251, 110, 1, 0.46);
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 50px;
height:50px;
background: rgba(251, 110, 1, 0.46);
border-radius: 50%;
animation: pulse-border 1500ms ease-out infinite;
}
.our-command__circle i{
font-size: 10px;
color: #ffffff;
} */

.our-command h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #3d3d3d;
    margin-left: 20px;
    margin-bottom: 0;
}

.our-command__circle img {
    width: 20px;
    height: 20px;
    color: #3d3d3d;
    margin-left: 8px;
}

.new-navbar .nav-item > .dropdown-menu::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top-width: 0;
    border-bottom-color: #131e4a;
    left: 15%;
}

.new-navbar .nav-item .dropdown-menu {
    top: 54px !important;
    background: #131e4a;
}

.news-view__card {
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0 2px 12px rgb(107 103 147 / 20%);
    border-radius: 3px;
    overflow: hidden;
    margin: 40px 0;
}

.news-view__card.productsCarousel {
    display: flex;
}

.products__cart {
    display: flex;
    align-items: center;
}

.news-view__card-left {
    padding-left: 30px;
}

.news-view-imgs {
    -ms-flex: 0 0 420px;
    -webkit-box-flex: 0;
    flex: 0 0 420px;
    max-width: 420px;
    height: 420px;
    margin-right: 25px;
    float: left;
    overflow: hidden;
}

.withCarousel {
    -ms-flex: 0 0 420px;
    -webkit-box-flex: 0;
    flex: 0 0 420px;
    max-width: 420px;
}

.news-view__card-img {
    /*height: 300px;*/
    display: block;
    width: 100%;
    height: 400px;
}

.news-view__card-img img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-view__card-left > span {
    font-size: 17px;
    line-height: 24px;
    color: #312783;
    display: block;
}

.news-view__card-left > h1 {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #363C44;
    margin: 10px 0 15px 0;
}

.news-view__card-left__content {
    font-size: 18px;
    line-height: 27px;
    color: #363C44;
}

.news-view__card-left__content ul,
.news-view__card-left__content ol {
    margin-left: 10px;
}

.news-view__card-left__content {
    padding-top: 10px;
}


/*end of news-view*/


/*fixed_button*/

.fixed_button {
    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;
    width: 75px;
    height: 75px;
    border-radius: 50px;
    background-color: #102da0;
    position: fixed;
    bottom: 55px;
    right: 45px;
    z-index: 9;
    color: #ffff;
}

.fixed_button:hover {
    color: #ffff;
}

.fixed_button i {
    font-size: 35px;
}

.fixed_button span {
    text-align: center;
    font-size: 14px;
}

.fixed_button:before {
    content: "";
    color: #062292;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 65px;
    height: 65px;
    background: #e1270e;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


/*end of fixed_button*/


/*end of about*/
.home_news {
    background: #E3F2FD;
    padding: 80px 0;
}

.home_news .news__item_image {
    position: relative;
    width: 100%;
    overflow: hidden;
}


.home_news .news__item_image::before {
    position: absolute;
    top: 0;
    left: -66%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.home_news .news__item_image:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.pages__content {
    padding: 72px 0 96px;
}

.mt80 .news__item_image {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mt80 .news__wrapper .row > div {
    overflow: hidden;
}

.mt80 .news__item_image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.mt80 .news__item_image:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.plan_img {
    position: relative;
    overflow: hidden;
}

.plan_img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.plan_img:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.content {
    min-height: 200px;
}

.footer__logo p {
    max-width: 332px;
    flex: 0 0 332px;
}

.partners .owl-dots {
    position: absolute;
    margin: 0;
    top: -24%;
    right: 0;
}

.partners .owl-theme .owl-nav.disabled + .owl-dots {
    margin: 0;
}

.partners .owl-theme .owl-dots .owl-dot span {
    background: #1b285c;
    opacity: 0.4;
}

.partners .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #1b285c;
    outline: none;
    opacity: 1;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0 4px 0 0;
}

.partners .owl-theme .owl-dots .owl-dot {
    outline: none;
}

.partners .owl-dot.active {
    position: relative;
}

.partners .owl-dot.active::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 2px;
    height: 16px;
    width: 16px;
    border: 1px solid #1b285c;
    border-radius: 50%;
}

.banner-carousel .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #496168;
}

.leader-inner__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/* Contacts */

.contact {
    padding-bottom: 85px;
}

.contact__main .row {
    margin: -15px;
}

.contact__main .row > div {
    padding: 15px;
}

.contact__main .row > div:nth-child(3) > div {
    padding: 0;
}

.contact__main .row > div:nth-child(4) > div ul,
.contact__main .row > div:nth-child(5) > div ul {
    display: flex;
}

.contact__main .row > div:nth-child(4) > div ul li,
.contact__main .row > div:nth-child(5) > div ul li {
    width: 60%;
    padding-right: 15px;
    margin-bottom: 0;
}

.contact__main .row > div:nth-child(4) > div ul li:first-child {
    width: 40%;
}

.contact__main .row > div:nth-child(5) > div ul li:last-child {
    padding-right: 0;
}

.contact__main__content {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 3px rgba(56, 56, 56, 0.05);
    border-radius: 3px;
    padding: 25px;
    height: 100%;
}

.contact__main__content iframe {
    width: 100%;
    height: 100%;
}

.contact__main__content__title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact__main__content__title i {
    font-size: 26px;
    color: #1b285c;
    margin-right: 10px;
}

.contact__main__content__title h4 {
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
    color: #1b285c;
}

.contact__main__content__menu ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 14px;
}

.contact__main__content__menu ul li span {
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    display: block;
    color: #393F45;
}

.contact__main__content__menu ul li::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #1b285c;
    border-radius: 50%;
    line-height: 26px;
    position: absolute;
    left: 0;
    top: 10px;
}

.contact__main__content__menu ul li a {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    display: block;
    color: #586673;
}

.contact__main {
    padding-top: 60px;
}

/** new **/
.banner {
    padding-top: 264px;
    min-height: 1000px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.banner:before{
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    /*z-index: 1;*/

}

.banner .col-lg-8 {
    display: flex;
    align-items: center;
}

.banner__title h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 64px;
    display: flex;
    align-items: center;

    color: #FFFFFF;
    margin-bottom: 16px;
}

.banner__title p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 56px;
    width: 82%;
}

.title_button {
    display: flex;
    align-items: center;
}

.title_button .btn {
    transition: all 0.5s linear;
    width: 238px;
    height: 64px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(32px);
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0px 16px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
}

.title_button .btn:nth-last-child(1) {
    margin-right: 0;
}

.title_button .btn:hover {
    background: #FF8A00;
    border: 1px solid #FF8A00;
    box-sizing: border-box;
    box-shadow: 4px 8px 16px rgba(255, 138, 0, 0.5);
}

.carousel__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 12px;
}

.carousel__box {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(32px);
    padding: 16px;
}

.carousel__box .item_a {
    display: block;
    background: white;
    padding: 16px;
    min-height: 520px;
}

a.hamburger {
    margin-right: 0;
}

.carousel__img {
    width: 100%;
    height: 270px;
    /*object-fit: cover;*/
    /*object-position: top;*/
    overflow: hidden;
    margin-bottom: 16px;
}

.carousel__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.carousel_title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #002C4D;
    margin-bottom: 24px;
    min-height: 96px;

}


.news__item_data {
    margin-bottom: 38px;
}

.news__item_data span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #002C4D;
}

.home_news .news__item_data {
    margin-bottom: 0;
}

.home_news .news__item_data span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #A9B9D1;
}

.flex_new {
    display: flex;
    align-items: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    margin-right: 5px;
    color: #002C4D;
}

.flex_new i {
    color: #002C4D;
    font-size: 19px;
    margin-left: 5px;
}

.banner__carousel {
    width: 90%;
    margin-left: auto;
}

/** functions **/
.functions {
    padding: 126px 0;
}

.function__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px 0 0px;
    height: 100%;
}

.function__info h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    color: #002C4D;
    margin-bottom: 24px;
}

.function__info p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #6D88B0;
}

.function__img img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.function__img {
    position: relative;
}

.function__img:before {
    content: '';
    position: absolute;
    width: 92%;
    height: 53px;
    left: 4%;
    bottom: -8px;
    background: #1976D2;
    filter: blur(54px);
    z-index: 1;

}

/** functions end **/

/* president */
.president__info {
    height: 100%;
    /*padding: 130px 0 212px 15px;*/
}

.president__post {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.president__info h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 64px;
    color: #FFFFFF;
    margin-bottom: 120px;
}

.president__info_text {
    position: relative;
}

.flex__president {
    display: flex;
    align-items: center;
    position: absolute;
    left: -4px;
    top: -56px;
    z-index: 1;
}

.flex__president img {
    margin-right: 26px;
}

.president__info_text p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 31px;
    line-height: 45px;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}

.president {
    position: relative;
    background: #1976D2;
    display: flex;
    align-items: center;
    gap: 35px;
}

.president__img {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*height: 100%;*/
    /*width: 43.2%;*/
    object-fit: cover;
    object-position: left top;

}

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

.president .container {
    max-width: 830px;
    margin: 0;
}

/* president end */


/* counters */
.counters {
    padding: 120px 0 0;
}

.counter__title {
    margin-bottom: 12px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    color: #002C4D;
    text-align: center;
}

.counter__info {

    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #6D88B0;
    width: 64%;
    margin: 0 auto 54px;
}

.counter__div {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    padding: 32px 15px 0 32px;
    height: 100%;
    width: 100%;
}

.counter__div span {


    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 72px;
    line-height: 64px;
    color: #FF8A00;
    margin-bottom: 16px;
}

.counter__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #6D88B0;
}

.counter__div:hover {
    background: #1976D2;
    border: 1px solid #1976D2;
    cursor: pointer;
}

.counter__div:hover span, .counter__div:hover .counter__text {
    color: #FFF;
}

/* counters end */

/* mexanizm */
.mexanizm {
    padding: 98px 0;
}

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

.mexanizm__title h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    color: #002C4D;
}

.mexanizm .nav {
    display: block;
}

.mexanizm .nav li {
    margin-bottom: 9px;
    text-align: end;
}

.mexanizm .nav li a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    border: none;
    color: #797979;
    padding: 0;
    position: relative;
    display: inline;
}

.mexanizm .nav-tabs {
    border: 0;
}

.mexanizm .nav li a.active {
    color: #002C4D;
}

.mexanizm .nav li a:before {
    content: '';
    position: absolute;
    left: -40px;
    top: 46%;
    width: 0;
    height: 1px;
    background: #002C4D;
    transition: 1s ease-in-out;
}

.mexanizm .nav li a.active:before {
    width: 32px;
}

.mexanizm__img {
    width: 100%;
    height: 481px;
    margin-bottom: 24px;

}

.mexanizm__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 10px;
}

.mexanizm__info p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #6D88B0;
}

.mexanizm__div {
    display: block;
    margin-bottom: 38px;


}

.mexanizm__img img {
    transition: all .3s ease;
}

.mexanizm__img img:hover {
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 30%);
    transform: translateY(-10px);
    transition: all .3s ease;
}

/* mexanizm end */

/** degree **/
.viewer {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 198px 0 336px;
    text-align: center;
    position: relative;

}

.viewer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    z-index: 1;
}

.viewer .container {
    position: relative;
    z-index: 2;
}

.viewer__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    color: #FFFFFF;
    width: 80%;
    margin: 0 auto;
}

.viewer_elleps {

    width: 96px;
    height: 96px;
    border-radius: 50%;
    position: relative;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
}

.viewer_elleps:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    left: -4px;
    top: -4px;
    width: 104px;
    height: 104px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
}

.viewer_elleps i {
    color: #1F5CA9;
    font-size: 50px;
}

/** degree end **/

/** media **/
.media {
    padding: 120px 0;
}

.media__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    color: #002C4D;
    margin-bottom: 28px;
}

.media .nav li a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #A9ADC2;
    border: 0;
    padding: 0;

}

.media .nav li a.active {
    color: #002C4D;
}

.media .nav {
    border: 0;
    margin-bottom: 30px;
}

.media .nav {
    display: flex;
    align-items: center;
}

.media .nav li {
    margin-right: 16px;
}

.video__box {
    display: block;
    position: relative;
    width: 100%;
    height: 360px;
    margin-bottom: 30px;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
}

.video__box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.play i {
    color: white;
    font-size: 28px;
}

.video__box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.media .tab-content .tab-pane {
    position: relative;
}

.all_tab {
    position: absolute;
    right: 0;
    top: -64px;
    display: flex;
    align-items: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #002C4D;

}

.all_tab:hover {
    color: #002C4D;
}

.all_tab i {
    font-size: 19px;
    margin-left: 13px;
    color: #929292;
}


.img__box {
    display: block;
    position: relative;
    width: 100%;
    height: 360px;
    margin-bottom: 30px;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
}

.img__box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.img__box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

/** media end **/
.footer__end {
    max-width: 257px;
    width: 100%;
}

/* news inner */

.inner_one {
    display: flex !important;
    margin-bottom: 32px;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    background: #FFFFFF !important;
    padding: 24px !important;
}

.inner_one .inner_div {
    margin-left: 18px;
    width: 50%;
}

.inner_one .inner_div h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #1E2328;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.inner_one .inner_div .content_inner_one {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #787B7E;
    margin-bottom: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.inner_one .inner_div .news__item_data span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #A9B9D1;
}

.inner_one .news__item_image {
    height: 315px;
    margin-bottom: 0;
    width: 49%;
}

.inner_two {
    display: block;
    margin-bottom: 32px;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    background: #FFFFFF !important;
    padding: 24px !important;
}

.inner_two .news__item_image {
    width: 100%;
    height: 284px;
    margin-bottom: 16px;
}

.inner_two .news__item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.inner_two .inner_div h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1E2328;
    margin-bottom: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 72px;
}

.inner_two .inner_div .news__item_data span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;

    color: #A9B9D1;
}

.inner_three .inner_div {
    display: block;
    border-bottom: 1px solid #E3E5F1;
    margin-bottom: 16px;
}

.inner_three .inner_div .news__item_data {
    margin-bottom: 12px;
    line-height: 18px;
}

.inner_three .inner_div .news__item_data span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #A9B9D1;

}

.inner_three .inner_div h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #010B23;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.en {
    margin-bottom: 25px;
}

.inner_div .news__item_data {
    margin-bottom: 0;
}


.pages__content_inner {
    padding: 48px 0 96px;
}

.pages__content_inner .container_s {
    max-width: 1074px;
}

.pages__content_inner h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #010B23;
    margin-bottom: 32px;
}

.about__news__data {
    margin-bottom: 21px;
}

.about__news__data span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #A9B9D1;
}

.news-carousel_img .owl-carousel .owl-stage-outer {
    height: 100%;
}

.news-carousel_img .owl-carousel {
    height: 100%;
}

.news-carousel_img {

    height: 700px;
    width: 100%;
    margin-bottom: 40px;
}

.static__content .news-carousel_img {

    height: 500px;
    width: 100%;
    margin-bottom: 40px;
}

.news-carousel_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
}

.about__news__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #010B23;
    margin-bottom: 28px;
}

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

.about__news__print {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #A9B9D1;
}

.about__news__print i {
    margin-right: 10px;
    font-size: 24px;
}

.about__news__print a {
    display: flex;
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #A9B9D1;
}

.about__news__share {
    display: flex;
    align-items: center;
}

.about__news__share p {
    margin-bottom: 0;
    margin-right: 16px;
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #010B23;

}

.ya-share2__badge {
    background-color: transparent !important;
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    filter: grayscale(0) !important;
    border: 1px solid #E5E6E9;
    box-sizing: border-box;
    border-radius: 16px;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.ya-share2__item_service_vkontakte .ya-share2__icon {
    background-size: 19px 12px !important;
    width: 19px !important;
    height: 12px !important;
    background-repeat: no-repeat;
    background-image: url("../images/vk.svg") !important;
}

.ya-share2__item_service_facebook .ya-share2__icon {
    background-size: 13px 14px !important;
    width: 13px !important;
    height: 14px !important;
    background-repeat: no-repeat;
    background-image: url("../images/Facebook.svg") !important;
}

.ya-share2__item_service_telegram .ya-share2__icon {
    background-size: 16px 12px !important;
    width: 16px !important;
    height: 12px !important;
    background-repeat: no-repeat;
    background-image: url("../images/telegram.svg") !important;
}

.ya-share2__item_service_twitter .ya-share2__icon {
    background-size: 15px 12px !important;
    width: 15px !important;
    height: 12px !important;
    background-repeat: no-repeat;
    background-image: url("../images/twitter.svg") !important;
}

.ya-share2__list.ya-share2__list_direction_horizontal {
    display: flex;
    align-items: center;
}

.last__news__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #010B23;
    margin-bottom: 32px;
}

/* news inner end */

/* video */
.sidebar-menu .main-collapse {
    padding: 24px;
    background: #F9F9F9;
    border-radius: 4px;
}

.sidebar-menu .main-collapse li {
    margin-bottom: 24px;
}

.sidebar-menu .main-collapse li a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #A9ADC2;

}

.news-content__header h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #010B23;
    margin-bottom: 32px;
}

.sidebar-menu .main-collapse li.active a {
    color: #010B23;
}

.sidebar-menu h1 {

    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 30px;
    color: #010B23;
}

/* video end*/
.content {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: rgba(30, 35, 40, 0.6);
}

.short_content {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 24px;
}

.category_title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #787B7E;
}

.mored .news__item_image {
    height: 480px;
}

.mored .inner_div h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #1E2328;
}

.mored_title h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #010B23;
}

.new__div .mexanizm__img {
    height: 250px;
    margin-bottom: 0;
}

.new_mexanizm {
    padding-bottom: 0;
}

.net_mexanizm {
    padding-bottom: 98px;
}

.h_logo-wrapper img:nth-child(1) {

    margin-right: 10px;
}
.new_news_img{
    height: auto!important;
}
.contact_content{
    margin-top: 30px;
}
.contact_content p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 10px;
    color: #010B23;
}
.contact_content a{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    margin-left: 10px;
    color: #010B23;
}
.contact_content a:hover{
    color: #010B23;
}
.dropdown-toggle{
    white-space: normal;
}
.content h2{
    color: rgba(30, 35, 40, 1);
    margin-bottom: 30px;
}
.content ul li{
    list-style: disc;
}
.content ul{
    margin-left: 20px;
}
.content ol li{
    list-style: auto;
}
.content ol{
    margin-left: 20px;
}