/* fira-sans-regular - cyrillic */
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Fira Sans Regular'), local('FiraSans-Regular'),
    url('../assets/fonts/fira-sans-v10-cyrillic-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../assets/fonts/fira-sans-v10-cyrillic-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-500 - cyrillic */
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    src: local('Fira Sans Medium'), local('FiraSans-Medium'),
    url('../assets/fonts/fira-sans-v10-cyrillic-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../assets/fonts/fira-sans-v10-cyrillic-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-700 - cyrillic */
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Fira Sans Bold'), local('FiraSans-Bold'),
    url('../assets/fonts/fira-sans-v10-cyrillic-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../assets/fonts/fira-sans-v10-cyrillic-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


html, body {
    font-family: 'Fira Sans';
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    overflow-y: auto;
    background: rgba(0,0,0,.05);
}

a {
  color: #000000;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

.container-fluid.main {
    background: url("../assets/img/map.png") no-repeat top,linear-gradient(90deg, #0461A5 0%, #0094B4 100%);
    background-size: contain;
}

.row.header {
    padding-top: 34px;
}

.header__logo {
    max-width: 345px;
    display: flex;
    align-items: center;
}

.header__subtext {
    margin-left: 12px;
    font-weight: bold;
    font-size: 1em;
    line-height: 19px;
    color: #FFFFFF;
}

.header__nav__item {
    margin-right: 32px;
}

.header__nav__item:last-child {
    margin-right: 0;
}

.header__nav__item:first-child a:hover {
    border-bottom: 2px solid #FFFFFF;
}

.btn__header {
    border: 1px solid #FFFFFF;
    padding: 18px 24px;
    box-sizing: border-box;
    border-radius: 4px;
    background: transparent;
    color: #FFFFFF;
}

.btn__submenu {
    display: flex;
    border: 1px solid #0B4674;
    padding: 12px 25px;
    box-sizing: border-box;
    border-radius: 4px;
    background: #5e88aa;
    color: #FFFFFF;
}

.btn__header:hover {
    transition: all 0.5s ease;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.btn__header:not( :hover ) {
    transition: all 0.5s ease;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
}

.btn__header__item {
    margin-right: 14px;
}

.container.section {
    margin-top:110px;
}

.row.section {
    max-width: 607px;
}

p.section__title {
    font-weight: bold;
    font-size: 60px;
    line-height: 46px;
    color: #FFFFFF;
}

p.section__subtitle {
    font-weight: normal;
    font-size: 36px;
    line-height: 46px;
    color: #FFFFFF;
}
.row.mobile {
    margin-top: -65px;
}

p.section__subtitle__mobile {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.container.chapters {
    margin-top: 55px;
    margin-bottom: 65px;
    padding-bottom: 80px;
}

div.card__item {
    margin-bottom: 22px;
}

.btn__card {
    border: 0;
    width: 100%;
    height: 88px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    display: flex;
    align-items: center;
    text-align: left;
}

.btn__card:hover {
    transition: all 0.5s ease;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.btn__card:not( :hover ) {
    transition: all 0.5s ease;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
}

.btn__card__item {
    margin-left: 22px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    word-break: break-word;
}

p.news__title {
    font-weight: 500;
    font-size: 36px;
    line-height: 24px;
    color: #333333;
}

.row.news {
    margin-bottom: 73px;
}

.news__title {
    margin-bottom: 30px;
}
.news__item {
    max-width: 544px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    padding: 25px;
    margin: 10px 12px;
}

.news__item__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}

.news__item__date {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #76767A;
}

.news__item__text {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.news__item__detail {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.news__item__detail a {
    float:right;
    color: #0182AE;
}

.news__item__detail img {
    padding-right: 7px;
}

.col-12.footer {
    max-width: 1136px;
    #border-top: 1px solid #76767A;
    margin-top: 39px;
}

.footer__title {
    border-top: 1px solid #76767A;
    font-size: 14px;
    text-align: center;
    line-height: 17px;
    color: #76767A;
    padding-top: 20px;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.mobile-menu {
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 16px;
    top: 0;
    background: transparent;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 1;
}
.mobile-menu__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .4s;
    z-index: 2;
    margin-top: 10px;
}
.mobile-menu__icon {
    display: block;
    position: relative;
    background: white;
    width: 90%;
    height: 4px;
    transition: .4s;
}
.mobile-menu__icon::after, .mobile-menu__icon::before {
    content: "";
    display: block;
    position: absolute;
    background: white;
    width: 100%;
    height: 4px;
    transition: .4s;
}
.mobile-menu__icon::after {
    top: 8px;
}
.mobile-menu__icon::before {
    top: -8px;
}
.mobile-menu__container {
    position: fixed;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 0;
    opacity: 1;
    transition: .5s;
    transition-delay: .2s;
    overflow: hidden;
    background-color: #0461A5;
}
.mobile-menu__list {
    transition: .5s;
    transition-delay: .5s;
    list-style: none;
    padding-left: 0;
    margin-top: -50px;
    max-width:390px;
    text-align: left;
}
.mobile-menu__item {
    font-size: 26px;
    padding-bottom: 15px;
    border-bottom: 1px solid #FFFFFF;
}
.mobile-menu__link {
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}
.mobile-menu__checkbox {
    display: none;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__nav {
    opacity: 1;
    transition-delay: 0s;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__container {
    height: 100%;
    transition-delay: 0s;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon {
    background: transparent;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before, .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
    top: 0;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

div.submenu__inform,div.submenu__modules, div.submenu__login, div.submenu__profile {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.showSubmenu {
    opacity: 1!important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh!important;
    background-color: rgba(11, 70, 116, 0.99);
    z-index: 4444;
    overflow-y: auto!important;
    overflow-x: hidden!important;
    -moz-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    -webkit-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
}


ul.submenu li::after {
    content: "";
    height: 20%;
    width: 100%;
    background: url(../assets/img/Arrow-menu.png) no-repeat;
    position: absolute;
    left:90%;
    background-size: 21px;
    margin-top: -47px;
}


.row.submenu__items {
    margin-top: 45px;
    justify-content: center;
}

.submenu__item p {
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 5px solid #4a93d6;
    color: #FFFFFF;
    font-size: 40px;
}

.submenu__item:last-child {
    background: #FFFFFF;
    border-radius: 10px;
    max-width: 548px;
    max-height: 600px;
    overflow: auto;
    margin-bottom: 100px;
}


.submenu__item:last-child::-webkit-scrollbar {
    width: 0;
}

p.submenu__item_text {
    display: block;
    max-width: 206px;
    font-size: 20px;
    color: #FFFFFF;
    border: 0;
}

ul.submenu {
    list-style: none;
    padding: 10px;
}

li.submenu__item__title {
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #dedede;
}

span.submenu__item__subtitle {
    font-size: 14px;
    font-weight: normal;
    display: block;
    max-width: 400px;
}

a.submenu__item__link {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}


div.submenu__item:first-child {
    transform:translateX(-500px);
    transition: transform 1s ease;
}

div.submenu__item:last-child {
    transform:translateX(500px);
    transition: transform 1s ease;
}

@media (min-width: 320px) and (max-width: 480px) {
    .header__logo {
        max-width: 66.666667%;
    }

    .row.news {
        max-width: 100%;
    }

    .mobile-menu__container {
        padding: 0 20px;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    div.submenu__item:first-child {
        text-align: -moz-center;
        text-align: -webkit-center;
    }

    div.submenu__item:last-child {
        margin-top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .news__item {
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
        .btn__card__item {
            margin-left: 6px;
        }

        .row.news {
            max-width: 100%;
        }

        div.submenu__item:first-child {
            max-width: 100%;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
   .news__item {
       margin: 10px -12px;
   }
}

@media (min-width: 1199px) {
    div.submenu__item:first-child {
        max-width: 100%;
    }
}
