@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
html, body {
  height: 100%;
  /*font-family: 'book', sans-serif;*/
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'circe-reg', sans-serif;*/
  font-size: 16px;
  text-decoration: none;
}

a {
    color: #2a6496;
    text-decoration: none;
}
.content a:hover, .content a:focus {
    text-decoration: underline;
}

.container {
    margin: 0 auto;
    max-width: 1190px;
    padding: 0 15px;
}

/* НАЧАЛО САЙТА */

.wrapper {
    min-height: 100%;
    display: flex;
    overflow: hidden;
    flex-direction: column;
}


/* TOP */

#mod-custom117 {
    background: #ff6a5e;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 22px;
}

/* HEADER */

header {
    height: 113px;
    padding: 15px 0 0;
}
.d-flex {
    display: -ms-flexbox;
    display: flex;
    font-family: "PT Sans", sans-serif;
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.header__wrap {
    width: 100%;
}
.header__logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 30px;
}
.d-none {
    display: none !important;
}
.d-xl-flex {
    display: -ms-flexbox;
    display: flex;
}

.header__logo .logo {
    display: flex;
    align-items: center;
    width: auto !important;
    margin-right: 20px;
}
.header__logo .logo img {
    width: 100%;
}
.header__logo .logo img:last-child {
    max-width: 110px;
}

.w-100 {
    width: 100% !important;
}
.header__line {
    margin-bottom: 20px;
    justify-content: space-between;
    padding-top: 4px;
    position: relative;
}
.header__menu-wrap, footer .moduletable, footer .custom {
    width: 100%;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.header__address {
    font-size: 11px;
    line-height: 11px;
    color: #95A5B5;
    width: 210px;
}
.header__link {
    padding: 0 20px 0 0px;
}
.header__link a {
    display: block;
    font-size: 11px;
    line-height: 11px;
    color: #95A5B5;
    text-decoration: none;
    transition: all 0.25s;
}
.header__date {
    font-size: 11px;
    line-height: 11px;
    color: #95A5B5;
    padding: 0 0 0 15px;
}
.header__soc {
    list-style: none;
    padding: 0 20px;
    margin: 0;
    display: flex;
}
.header__soc li {
    margin-right: 4px;
}
.header__soc li a {
    display: block;
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/*.header__soc li a.instagram {
    background-image: url("../img/in-h2.svg");
}
.header__soc li a.teleg {
    background-image: url("../img/telegram.png");
}
.header__soc li a.odnoklassniki {
    background-image: url("../img/ok.png");
}*/
.header__soc li a.vk {
    background-image: url("../img/vk-h2.svg");
}


.header__soc li a.max {
    background-image: url("../img/mx.png");
    width: 30px;
    background-size: 39px;
}
.header__lk {
    background: #005EB8;
    border-radius: 0px 0px 4px 4px;
    width: 160px;
    height: 28px;
    margin-top: -4px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    padding: 8px 8px;
    text-align: center;
    flex-shrink: 0;
    display: block;
    cursor: pointer;
}
.header__lk:hover {
    color: #ffffff;
    text-decoration: none;
}

.header__menu {
    width: 100%;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__menu li {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
}
.header__menu li a {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #005EB8;
    transition: all 0.25s;
    text-decoration: none;
    display: block;
    position: relative;
}
.header-fix .header__menu li a {
    font-size: 15px !important;
}
.header__menu li a:hover {
    text-decoration: none;
    color: #e4002b;
  }

.header-fix .header__menu li a {
    font-size: 15px !important;
}




/* BREADCRUMBS */


div.breadcrumb {
    padding: 11px 0;
    background-color: #F0F8FF;
    margin-bottom: 0;
    border-radius: 0;
    display: block;
}
.mod-breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.mod-breadcrumbs > li {
    margin-right: 32px;
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #005EB8;
}
.mod-breadcrumbs > li a {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #656D74;
    transition: all 0.25s;
    position: relative;
}
.mod-breadcrumbs > li a::after {
    content: '';
    display: block;
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #656D74;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -28px;
    margin: auto;
    width: 24px;
    height: 22px;
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 50% 45%;
    background-image: url("../img/breadcrumbs-arrow.svg");
    transform: rotate(180deg);
}
.mod-breadcrumbs__divider.float-start {
    display: none;
}


/* MAIN */

#main {
    max-width: 1280px;
    margin: 40px auto 20px;
    flex: 1 1 auto;
    width: 100%;
}

#main .container {
    display: flex;
}

/* LEFT */

.left {
    width: 35%;
}
.mod-articlescategories {
    background: #fff;
    border: 2px solid #005eb8;
    padding: 10px;
    margin: 0 20px 20px 0;
}
.mod-articlescategories li {
  list-style: none;
}
.mod-articlescategories li a {
    padding: 10px 20px;
    background: #DCEBFA;
    border-radius: 2px;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    color: #656D74;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
    display: block;
}
.mod-articlescategories li a:hover {
    background: #005eb8;
    color: #fff;
    text-decoration: none;
}
.mod-articlescategories li.active a {
    font-weight: 600;
    background: #0d66bb;
    color: #fff;
}

.mod-articlescategories > li > ul > li a {
    margin-left: 20px;
    width: calc(100% - 20px);
}





.editmenu li {
  list-style: none;
}
.editmenu a {
  background: #e4002b;
  color: #fff;
  text-transform: uppercase;
  padding: 15px;
  display: block;
  width: calc(100% - 20px);
  text-align: center;
  margin: 0 20px 20px 0;
}
.editmenu li.item-116 a {
   background: #0d66bb;
}




.logo_banks {
    display: flex;
    justify-content: space-around;
    align-items: center;
  flex-flow: wrap;
}
.logo_banks img {
    transition: 0.5s;
    position: relative;
}
.logo_banks img:hover {    
    transform: scale(1.05);
}
.logo_banks span {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.content {
    width: 100%;
    font-family: "PT Sans", sans-serif;
}

.items-leading {
    background: #dcebfa;
}
.blog-item {
    margin: 0 0 30px;
    padding: 20px;
}
.readmore {
    margin: 20px 0 0;
}

/* Форма создания материала */

#com-content-form {
    font-family: "PT Sans", sans-serif;
}
#com-content-form input {
    width: 100%;
    height: 40px;
    margin: 0 0 15px;
    border-radius: 5px;
    border: 1px solid #999;
    padding: 10px 15px;
}
#com-content-form .form-text {
    margin: -10px 0 25px;
    display: block;
}
#editor {
    padding: 30px 60px;
}
#com-content-form label {
    font-size: 17px;
    padding: 2px;
    display: block;
    color: #333;
}


#feutered, #state_pub {
    margin: 20px 0;
    display: flex;
    justify-content: space-around;
}
#feutered > div, #state_pub > div {
    width: 25%;
}


#state_pub select, #feutered select {
    height: 40px;
    width: 100%;
}
.with_cal {
    position: relative;
}
.field-calendar .visually-hidden {
    display: block;
    position: absolute;
    right: 10px;
    top: 33px;
    background: url(../img/calendar.png) no-repeat center / 20px;
    width: 20px;
    height: 20px;
    font-size: 0;
}

.mb-2 .btn {
    margin: 20px 20px 20px 0;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 20px;
    background: #0d66bb;
}
.mb-2 .btn.btn-danger {
    background: #e4002b;
}



.content h1 {
    padding: 0 0 20px;
}
.cat-children {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.cat-children > h3 {
    display: none;
}
.com-content-category-blog__child {
    width: 49%;
    margin-bottom: 16px;
    background-color: #DCEBFA;
    border-radius: 2px;
    padding: 32px;
    background-repeat: no-repeat;
    background-image: url(../img/circle.svg);
    background-size: 100px;
    background-position: calc(100% - 18px) center;
}
.com-content-category-blog__child:nth-of-type(3) {
  width: 100%;
}
.field-entry.tolko-msp {
    background: url(../img/attention.png) no-repeat 10px center #005eb8;
    display: inline-block;
    padding: 7px 12px 7px 35px;
    margin: 0 0 20px;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
}



h3.page-header a {
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
    color: #005EB8;
}

.page-header {
    padding: 0 0 20px 0;
}
.item-page .page-header {
    padding: 0 20px;
}
.com-content-article__body {
    padding: 20px;
}
.content li {
    list-style: outside;
    padding: 0 15px;
    margin: 10px 15px;
}
.icons {
    float: right;
}
.icons a {
    color: #fff;
    background: #005eb8;
    padding: 4px 15px 4px 4px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.icons a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.icon-edit {
    background: #005eb8 url(../img/edit-w.png) no-repeat center / 24px;
    width: 24px;
    margin: 2px 10px;
    display: block;
    float: left;
    padding: 5px;
    height: 30px;
}


.fields-container li {
    list-style: none;
    margin: 0;
    padding: 20px 0;
}
#com-content-form .checkboxes input {
    width: 23px;
    float: left;
    margin: 0 10px 0 3px;
}
#com-content-form label.form-check-label {
    padding: 10px;
}
.options-form .control-group {
    padding: 0 0 20px 0;
}



.item-content table {
    border-collapse: collapse;
}
.item-content table td {
    border: 1px solid #999;
    padding: 10px;
}




.mod-articleslatest.latestnews.mod-list li {
    list-style: none;
    padding: 20px 0;
    margin: 0;
    border-bottom: 1px solid #999;
    display: flex;
    justify-content: space-between;
}
.mod-articleslatest.latestnews.mod-list li > span {
    font-size: 14px;
    color: #444;
}




/* FOOTER */

footer {
    background: rgba(0, 94, 184, 0.95);
    position: relative;
}
.p2 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}
footer .container {
    padding-bottom: 30px;
    background-image: url("../img/sevas.png");
    background-size: 43%;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.footer__main {
    padding-top: 50px;
    padding-bottom: 40px;
    width: 100%;
    justify-content: space-between;
    color: #ffffff;
    align-items: center;
    position: relative;
    z-index: 3;
}
.footer__main--logo {
    width: 188px;
    flex-shrink: 0;
}
.footer__main--logo img {
    width: 100%;
}
.footer__main--title {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.footer__main--lk {
    background: #00A9E0;
    border-radius: 2px;
    padding: 7px 23px;
    display: block;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    flex-shrink: 0;
    border: 1px solid #005EB8;
    box-sizing: border-box;
    transition: all 0.25s;
}

.footer__main--lk:hover {
    text-decoration: none;
    color: #fff;
    border-color: #fff;
}

.footer__soc {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}
.footer__soc li {
    margin-right: 12px;
}
.footer__soc li a {
    display: block;
    height: 36px;
    width: 36px;
    background-repeat: no-repeat;
    background-size: cover;
    flex-shrink: 0;
    background-position: center;
}
/*.footer__soc li a.instagram {
    background-image: url("../img/instagram-f.svg");
}
.footer__soc li a.teleg {
    background-image: url("../img/telegram1.png");
}
.footer__soc li a.odnoklassniki {
    background-image: url("../img/ok1.png");
}*/
.footer__soc li a.vk {
    background-image: url("../img/vk-f.svg");
}
.footer__soc li a.max {
    background-image: url("../img/mx.png");
    background-color: #fff;
}


.col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.footer__contact {
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    flex-wrap: wrap;
}
.footer__contact--address {
    width: 284px;
    flex-shrink: 0;
    letter-spacing: 0.01em;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 30px;
}
.footer__contact--link {
    width: 50%;
    flex-shrink: 0;
    margin-bottom: 30px;
}
.footer__contact--link .p2 {
    display: block;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.01em;
    color: #ffffff;
}
.footer__contact--copy {
    width: 190px;
    flex-shrink: 0;
    color: #BBCCDC;
    line-height: 22px;
    letter-spacing: 0.01em;
}
.footer__contact--polit {
    color: #BBCCDC;
    width: 230px;
    flex-shrink: 0;
}
.footer__contact--polit .p2 {
    color: #ffffff;
    line-height: 22px;
    letter-spacing: 0.01em;
}
.footer__contact--number {
    width: 194px;
    flex-shrink: 0;
    position: relative;
    top: 5px;
}
.footer__contact--number .p2 {
    letter-spacing: 0.01em;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 15px;
}



/* НАВИГАЦИЯ */

.pagination {
    height: auto !important;
    text-align: center;
    width: 100% !important;
    padding: 50px 0 0;
}
.pagination-list {
    display: flex;
    font-size: 15px;
    height: 36px;
    width: 50%;
    position: relative;
}
.pagination li {
    text-align: center;
    display: flex;
}
.pagination-list > li:nth-of-type(1), .pagination-list > li:nth-of-type(2), 
.pagination-list > li:nth-last-child(2), .pagination-list > li:last-child {
    display: none;
}
.pagination li a {
    background: #ffa640;
    border: 2px solid #fff;
    color: #fff;
    display: block;
    height: 50px;
    padding: 2px;
    width: 50px;
    line-height: 40px;
    font-weight: 700;
    font-size: 20px;
}
.pagination li.active a, .pagination li.disabled a {
    background: #ff8900;
    color: #fff;
}
.pagination li a:hover {
    background: #ff8900;
}
.pagination li.disabled a:hover, .pagination li.active a:hover {
    color: #fff;
}
.pagenav .previous, .pagenav .next {
    float: left;
    list-style: outside none none;
    margin: 10px 0;
}
.pagenav .next {
    float: right;
}


/* ПОИСК */

.result-text {
    padding: 10px 0 20px;
}

.phrases {
    float: right;
    margin: -25px 0 0;
}


/* POPUP */

.popup_wrapper {
    top: -10% !important;
}
.popup_wrapper.popup_wrapper_visible {
    top: 0 !important;
}
.popup_close {
    position: absolute;
    right: 5px;
    top: 0px;
}
.popup_close span {
    color: #fff;
}


/* НАВЕРХ */

.scrollup {
    position: fixed;
    background: #1b6198 url(../img/up-arrow.svg) no-repeat center / 28px;
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
    font-size: 0;
    opacity: 0;
    transform: rotate(180deg);
    transition: 0.5s;
    cursor: pointer;
}
.scrollup.show {
    opacity: 1;
    transform: rotate(0deg);
}
.scrollup:hover {
    background: #ffa640 url(../img/up-arrow.svg) no-repeat center / 28px;
}





/* POPUP */

#popup {
    background: #fff;
    padding: 40px 30px;
    border-radius: 5px;
}
.popup_close {
    background: #0d66bb;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    font-size: 20px;
    top: 5px;
}
#popup input {
    display: block;
    margin: 10px 0;
    padding: 5px;
    border-radius: 5px;
}
#popup .btn.btn-primary {
    background: #0d66bb;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    border-radius: 5px;
    margin: 10px 0 0;
    cursor: pointer;
    border: 0;
}



/* NONE */


.nav-tabs li {
    list-style: none;
}
fieldset {
    border: 0;
    padding: 0;
}
.search label, .result-category, .result-created, .phrases > legend, .header__top-menu, .form-limit, .jlmf-label, .counter.pull-right, .boxplusx-description, .site-name, .header__line > .header__logo, .preview p br,
.editor-xtd-buttons, .choices__button_joomla, .mod-login__remember.form-group, .visually-hidden, .btn.btn-secondary.input-password-toggle, .mod-login__options, .blog_page .left, .icon-edit + div, .options-form legend,
.navbar-toggler-right, .choices__list--dropdown .choices__list > div:first-child {
    display: none;
}