@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/OpenSans/OpenSans-Regular.ttf');
}

.right__block a {
    transition: 0.3s all ease;
    color: #000080;
}

.right__block a:hover,
.right__block a:visited {
    transition: 0.3s all ease;
    color: #303030;
    text-decoration: underline;
}

.navigation-block {
    background: #000080;
    width: 100%;
}

.navigation__logo {
    width: 120px;
}

footer.navigation .navigation__logo {
    width: 120px;
}

.navigation__logo .en-logo {
    width: 129px;
    height: 26px;
}

.footer__nav {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    border-bottom: 1px solid #676769;
}

.footer__nav_section {
    max-width: 450px;
}

.footer__nav_section-mini {
    max-width: 210px;
}

.section__name {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal; /*bold;*/
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.footer__nav ul {
    padding: 0;
    margin: 0 0 30px 0;
}

.footer__nav ul li {
    list-style: none;
    padding: 5px 0;
}

.footer__nav ul li a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #F1F1F1;
}

.footer__nav_section-double {
    display: flex;
    justify-content: space-between;
}

.phone a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal; /*bold;*/
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
}

.mail a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}

.footer__nav_section-second p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal; /*bold;*/
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.footer__nav_section-second img {
    margin-top: 40px;
}

.footer__nav_section-last {
    max-width: 430px;
    width: 100%;
    position: relative;
}

.subscribe {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.subscribe label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #F1F1F1;
    margin-right: 10px;
}

.subscribe input {
    background: #FFFFFF;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    height: 40px;
    max-width: 232px;
    width: 100%;
    border-style: none;
    border: 0;
    padding: 0 10px;
    outline: none;
}


.subscribe button {
    width: 40px;
    height: 40px;
    background-color: #EA2839;;
    color: var(--color-white);
    border: 0;
    border-style: none;

}

.footer__other {
    margin: 15px 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__other .left {
    display: flex;
    align-items: center;

}

.footer__other .left .item {
    margin-right: 30px;
}

@media (max-width: 1400px) {
    .footer__nav {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .footer__other {
        flex-wrap: wrap;
    }

    .footer__other .left {
        flex-wrap: wrap;
    }

    .footer__nav_section-mini {
        width: 165px;
    }

    .phone a {
        font-size: 16px;
    }
}

@media (max-width: 425px) {
    .swiper-slide--title {
        left: 0;
        right: 0;
        padding: 145px 5px 90px;
        word-break: inherit;
    }

    .swiper-slide--title .container {
        padding: 0 5px;
    }

    .swiper-slide--title h1 {
        font-size: 25px;
        line-height: 36px;
    }
}

/*Для таблиц в ТТХ, новостях (серая шапка, темные нечетные строки)*/
.main-detail-info {
    margin-top: 45px;
    overflow: hidden;
    font-size: 14px;
    width: 50%;
}

.main-detail-info .dmi-desc:first-child {
    display: block;
    overflow-x: auto;
}

.main-detail-info .dmi-desc {
    position: relative;
    display: none;
}

.main-detail-info .dmi-desc table.tablee {
    border-color: var(--border-color-light-gray);
}

.main-detail-info .dmi-desc table.tablee tr {
    border-color: var(--border-color-light-gray);
    vertical-align: middle;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #3F3F44;
}

.main-detail-info .dmi-desc table.tablee tr:nth-child(odd):not(:nth-last-child(1)), .main-detail-info .dmi-desc table.tablee tr:nth-child(11) {
    background-color: #f2f2f2;
}

.main-detail-info .dmi-desc table.tablee th, .main-detail-info .dmi-desc table.tablee td {
    padding: 10px;
}

.main-detail-info .dmi-desc table.tablee th, .main-detail-info .dmi-desc table.tablee:not(.text-left) td:not(:nth-child(1)) {
    text-align: center;
    vertical-align: middle;
}

.main-detail-info .dmi-desc table.tablee th {
    background-color: #d9d9d9;
}

/* button */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-themes {
    background-color: #EA2839;
    color: var(--color-white);
    border: 0;
    border-style: none;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-themes:hover {
    background-color: #d20315;
    color: var(--color-white);
    border: 0;
    border-style: none;
}

.main-profile-form-buttons-block .button__link {
    display: inline-block;
    border: 0;
    line-height: 30px;
    width: 146px;
    height: 50px;
    background: #EE061A;
    color: var(--color-white);
    transition: 0.6s;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal; /*bold;*/
}

.main-profile-form-buttons-block .button__link--default {
    display: inline-block;
    border: 0;
    padding: 0 25px;
    font-size: 18px;
    line-height: 30px;
    width: 146px;
    height: 50px;
    background: #29292D;
    color: var(--color-white);
    transition: 0.6s;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal; /*bold;*/
}

/*Для 404*/
.central-block-404 {
    width: 100%;
}

.not-found {
    text-align: center;
    padding-top: 10px;
}

.mistake {
    text-align: center;
}

.mistake p {
    color: black;
}

.mistake a {
    color: red;
}

.mail-error-center {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
}

/*БЛОК КАРТИНКА-ПОДПИСЬ (для Новостей)*/
figure { /*Картинка*/
    display: inline-block;
    padding: 5px;
    vertical-align: top;
}

figcaption { /*Попись*/
    text-align: center;
}

/*Для pop-up окон с сообщениями об ишибках орфографии*/
.popup-window-button-accept, .popup-window-button-create {
    background: #ee061a;
    color: #ffffff;
}

.popup-window-button-accept:hover, .popup-window-button-create:hover {
    background: #c90617;
    color: #ffffff;
}

/*Для РАСШИРЕНИЯ промежутков сверху-снизу в каталогах*/
.section__crumb {
    margin-bottom: 40px;
}

.map {
    margin-top: 40px;
}

/*В соответствии с решением руководителя...*/
b {
    font-weight: normal;
}

.buttons_section {
    margin-bottom: 40px;
    display: flex;
    gap: 20px;
}

.section__block .button,
.buttons_section .button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    font-size: 18px;
    line-height: 30px;
    height: 50px;
    transition: 0.6s;
    border: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
}

.button-black {
    color: #ffffff;
    background-color: #3F3F44;
    transition: 0.3s all ease;
}

.button-black:hover {
    color: #ffffff;
    background-color: #2f2f33;
    transition: 0.3s all ease;
}

.button-red {
    color: #ffffff;
    background-color: #EE061A;
    transition: 0.3s all ease;
}

.button-red:hover {
    color: #ffffff;
    background-color: #99131e;
    transition: 0.3s all ease;
}

.parent-section {
    display: flex;
    flex-wrap: wrap;
}

.section__item {
    flex-direction: column;
    position: relative;
    display: block;
    width: 100%;
}

.parent-section .section__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 10px 10px 20px 10px;
    box-sizing: border-box;
    height: auto;
    border: 1px solid #DADADA;
    transition: 0.3s all ease;
}

.parent-section .section__block:hover {
    box-shadow: rgba(0, 12, 70, 0.15) 0 2px 16px 0;
    transition: 0.3s all ease;
    border: 1px solid transparent;
}

.section__item .section__item_img {
    min-width: 0;
}

.section__item_img {
    min-width: 0;
    max-width: 100%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog__section-right {
    gap: 40px 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: fit-content;
    padding-top: 25px;
}

.catalog__section-block .menu__left ul {
    margin: 0;
}

.catalog__section-right .catalog .block .img {
    object-fit: cover;
    max-width: 100%;
    margin-bottom: 80px;
}

.catalog__section-right .catalog .block .img img {
    max-width: 80%;
    max-height: 150px;
}

.sections_block.show {
    align-items: stretch;
}

.catalog__section-right .catalog .block {
    min-height: auto;
}


@media (max-width: 1240px) {
    .catalog__section-right {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .catalog__section-right {
        padding: 10px;
    }
}

#send-message {
    cursor: pointer;
}

@media (max-width: 600px) {
    .catalog__section-right {
        grid-template-columns: repeat(1, 1fr);
    }
}

.logo__skolkovo {
	height: 90px;
	width: auto;
}

.footer__nav_section-second .logo__skolkovo {
	height: 60px;
}

.rekvizity tr td {
	padding: 5px;
}

.rekvizity tr:nth-child(2n+1) {
	background-color: #f2f2f2;
	border-color: var(--border-color-light-gray);
	border-bottom: 1px solid;
}

footer {
    padding: 20px;
    background-color: #000000;
}

ul, ol {
    padding-left: 20px;
}

ul li,
ol li {
    padding: 10px 0;
}

.mobile__navigation__logo {
    height: 40px;
}

.mobile__navigation__logo img {
    height: 40px;
}
.parent__menu li a,
.links li a {
    display: block;
    width: 100%;
}
