@font-face {
    font-family: 'rubikb';
    src: url('/Content/fonts/rubik-bold.woff2') format('woff2'),
         url('/Content/fonts/rubik-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'rubikm';
    src: url('/Content/fonts/rubik-medium.woff2') format('woff2'),
         url('/Content/fonts/rubik-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'rubikr';
    src: url('/Content/fonts/rubik-regular.woff2') format('woff2'),
         url('/Content/fonts/rubik-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'sfb';
    src: url('/Content/fonts/sf-ui-display-bold.woff2') format('woff2'),
         url('/Content/fonts/sf-ui-display-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'sfm';
    src: url('/Content/fonts/sf-ui-display-medium.woff2') format('woff2'),
         url('/Content/fonts/sf-ui-display-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'sfr';
    src: url('/Content/fonts/sf-ui-display-regular.woff2') format('woff2'),
         url('/Content/fonts/sf-ui-display-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.container {
    max-width: 1350px;
}

.top-line {
    background: linear-gradient(3.79deg, #2E3F75 0%, #1D3A96 100%);
    height: 40px;
}
.top-line-left ul {
    padding: 0;
    margin: 0;
}
.top-line-left ul li {
    list-style-type: none;
}
.top-line-left ul li a {
    font-family: sfm;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #BDC2D2;
    transition: 0.5s;
}
.top-line-left ul li a:hover {
    color: #fff;
    text-decoration: none;
}
.top-line-blocks {
    display: flex;
    align-items: center;
    height: 40px;
}
.top-line-left ul {
    display: flex;
    justify-content: space-between;
}
.top-line-left {
    width: 50%;
}
.top-line-right {
    width: 50%;
    text-align: right;
}

.top-search input[type=search] {
    background: #2B4491 url(/Content/img/search.png) no-repeat 11px center;
    width: 42px;
    height: 40px;
    border: none;
    padding-left: 30px;
    
    cursor: pointer;
    transition: 0.4s;
    color: #fff !important;
}
.top-search input[type=search]:focus {
    background: #0173CD url(/Content/img/search.png) no-repeat 9px center;
    width: 50%;
    padding-left: 32px;
    color: #000;
    cursor: auto;
    outline: none;
}
.top-search input::-ms-clear {
    display: none !important;
}

/* Заполнитель */
.top-search input:-moz-placeholder {
    color: #fff;
    font-size: 13px;
    font-family: sfr;
    
}
.top-search input::-webkit-input-placeholder {
    color: #fff;
    font-size: 13px;
    font-family: sfr;
    
}

.bottom-line {
    background: #FFFFFF;
    
    box-sizing: border-box;
    box-shadow: 0px 5px 8px rgba(38, 61, 132, 0.06);
    height: 65px;
}

.bottom-line-left {
    width: 50%;
}

.bottom-line-right {
    width: 50%;
    display: flex;
    justify-content: space-between;
}
.bottom-line-blocks {
    display: flex;
    align-items: center;
    height: 65px;
}
.l-mail a {
    font-family: sfb;
    font-size: 16px;
    color: #1A295B;
    transition: 0.4s;
}
.l-mail a:hover {
    text-decoration: none;
    color: #B1292B;
}
.l-mail a img {
    margin-right: 11px;
}
.l-tel a {
    font-family: sfb;
    font-size: 16px;
    color: #1A295B;
    transition: 0.4s;
}
.l-tel a:hover {
    text-decoration: none;
    color: #B1292B;
}
.l-tel a img {
    margin-right: 11px;
}
.l-enter a {
    font-family: sfb;
    font-size: 14px;
    color: #0173CD;
    transition: 0.4s;
}
.l-enter a:hover {
    text-decoration: none;
    color: #B1292B;

}
.l-enter {
    border-left: 1px solid #EDEFF4;
    border-right: 1px solid #EDEFF4;
    height: 65px;
    padding: 0px 25px;
    display: flex;
    align-items: center;
        width: 30%;
}
.l-mail {
    display: flex;
    align-items: center;
    min-width: 180px;
}
.l-tel {
    display: flex;
    align-items: center;
    min-width: 180px;
}
.l-enter i {
    margin-left: 7px;
}
.l-modal a {
    font-size: 16px;
    color: #69718C;
    transition: 0.4s;
}
.l-modal:hover a {
    color: #0173CD;
}
.l-modal {
    display: flex;
    align-items: center;
    border-right: 1px solid #EDEFF4;
    
        width: 15%;
        justify-content: center;

}

.n-modal .modal-content {
    position: absolute;
    display: block;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    outline: 0;
}

.cab .bottom-line-left {
    width: 30%;
}
.cab .bottom-line-right {
    width: 70%;
    display: flex;
    justify-content: space-between;
}
.n-modal .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0;
}
.n-modal .modal-dialog {
    margin: 0 auto;
    max-width: 60%;
}
.section1 {
    min-height: 219px;
    background: linear-gradient(19.93deg, #2E3F75 0%, #1D3A96 100%);
    margin-top: 0px;
}

.s2-left {
    width: 50%;
}
.s2-right {
    width: 50%;
    align-self: flex-end;
}
.s2-blocks {
    display: flex;
    align-items: center;
    min-height: 219px;
}
.s2-left-title {
    font-family: sfb;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 10px;
}
.s2-left-txt {
    font-family: sfr;
    font-size: 15px;
    line-height: 20px;
    color: #BDC2D2;
}

.modal-entry {
    display: flex;
}
.modal-right {
    border-left: 1px solid #EDEFF4;
    background: #fafafa;
    padding: 20px 30px;
    width: 30%;
}
.modal-left {
    padding: 20px 30px;
    width: 100%;
}
ul.m-menu li a {
    color: #1A295B;
    font-size: 30px;
    font-family: sfm;
}
ul.m-menu li {
    list-style-type: none;
}
ul.m-menu {
    padding: 0;
    margin: 0;
    width: 50%;
}
.modal-left-menu {
    display: flex;
    margin: 60px 0px;
}
.modal-download a {
    font-family: sfm;
    font-size: 16px;
    color: #0173CD;
    text-decoration: underline;
}
.modal-download a:hover {
    text-decoration: none;
}
.modal-download i {
    margin-right: 15px;
}
span.g1 {
    font-family: sfr;
    font-size: 15px;
    color: #9199B5;
    width: 50%;
}
span.g2 {
    font-family: sfb;
    font-size: 16px;
    color: #1A295B;
    width: 50%;
}
span.g2 a {
    font-family: sfb;
    font-size: 16px;
    color: #1A295B;
}
.contacts-group {
    display: flex;
    margin-bottom: 40px;
}
.telephones {
    width: 50%;
}
.modal-contacts {
    margin-top: 70px;
}
.clo {
    position: absolute;
    top: 25px;
    right: 15px;
}
.modal-enter a {
    font-family: sfb;
    font-size: 14px;
    color: #0173CD;
    transition: 0.4s;
}
.modal-enter a:hover {
       text-decoration: none;
    color: #B1292B;
}
.modal-enter {
    text-align: right;
}
.n-modal .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
}

div#exampleModalCenter {
    padding-left: 0 !important;
}
.footer-top {
    background: linear-gradient(10.32deg, #2E3F75 0%, #1D3A96 100%);
    height: 110px;
    min-height: 110px;
}

.footer-top-blocks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 110px;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
}
.footer-menu ul li {
    list-style-type: none;
    margin-left: 15px;
    margin-right: 15px;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.footer-menu ul li a {
    color: #BDC2D2;
    font-size: 16px;
    font-family: sfr;
    transition: 0.4s;
}
.footer-menu ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}
.footer-mail a {
    font-size: 15px;
    font-family: sfr;
    color: #fff;
    transition: 0.4s;
}
.footer-mail a:hover {
    color: #B1292B;
    text-decoration: none;
}

.footer-tel a {
    font-size: 15px;
    font-family: sfr;
    color: #fff;
    transition: 0.4s;
}
.footer-tel a:hover {
    color: #B1292B;
    text-decoration: none;
}
.footer-mail i {
    margin-right: 9px;
}
.footer-tel i {
    margin-right: 9px;
}
.footer-menu {
    display: flex;
}
footer {
    background: url(/Content/img/footer-top.png) no-repeat right;
}
.footer-bottom {
    background: #203168;
    min-height: 58px;
}
.footer-block {
    font-size: 14px;
    color: #9199B5;
    font-family: sfr;
}
.footer-bottom-blocks {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-module {
    background: #fafafa;
    padding: 30px 0px;
}
.m-header {
    font-family: sfb;
    font-size: 24px;
    border-bottom: 1px solid #EDEFF4;
    padding: 10px 0px;
    color: #9199B5;
    transition: 0.4s;
}
.m-middle {
    font-size: 15px;
    line-height: 20px;
    color: #BDC2D2;
    font-family: sfr;
    padding: 10px 0px;
    border-bottom: 1px solid #EDEFF4;
    transition: 0.4s;
}
.b-bottom a {
    font-family: sfr;
    font-size: 16px;
   color: #BDC2D2;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    transition: 0.4s;
}

.b-bottom {
    padding: 10px 0px;
    transition: 0.4s;
}
.module-block {
    background: #fafafa;
    border: 1px solid #EDEFF4;
    border-radius: 5px;
    padding: 0px 42px;
    transition: 0.4s;
    width: 32%;
}
.module-block:hover .m-header {
    color: #1A295B;
}
.module-block:hover .m-middle {
    color: #9199B5;
}
.module-block:hover .b-bottom a {
    color: #0173CD;

}
.module-block a:hover {
    text-decoration: none;
    
}
.module-block:hover {
    background: #fff;
}
.module-blocks {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
span.n1 {
    font-size: 32px;
    font-family: rubikr;
    color: #B1292B;
}
span.n2 {
    font-family: rubikr;
    font-size: 22px;
    color: #203168;
}
.news-block-title {
    font-family: sfr;
    font-size: 22px;
    color: #9199B5;
    transition: 0.4s;
    max-height: 33px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-block-txt {
    font-family: sfr;
    font-size: 14px;
    color: #BDC2D2;
    transition: 0.4s;
    max-height: 63px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-block-bottom a {
    font-family: sfr;
    font-size: 16px;
    color: #BDC2D2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.4s;
}
.news-block-header {
    height: 162px;
    background: url(/Content/img/news-back.png) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.news-blocks-txt {
    
    border-bottom: 1px solid #EDEFF4;
    padding: 15px 30px;
}
.news-block {
    border: 1px solid #EDEFF4;
    border-radius: 3px;
    overflow: hidden;
    width: 23%;
    margin-bottom: 30px;
    margin-right: 25px;
}
.news-block-bottom {
    padding: 15px 30px;
}
.news-header-title {
    font-family: sfb;
    font-size: 30px;
    color: #1A295B;
}
a.all {
    font-family: sfr;
    color: #BDC2D2;
    background: #EDEEF2;
    border-radius: 3px;
    font-size: 16px;
    padding: 11px 20px;
    display: block;
    width: 142px;
    text-align: center;
    transition: 0.4s;
}
a.all:hover {
    color: #fff;
    background: #0063B0;
    text-decoration: none;
    
}
.news-header-blocks {
    display: flex;
    border-bottom: 1px solid #EDEFF4;
    min-height: 81px;
    align-items: center;
    margin-bottom: 20px;
}
.all-news {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.news-blocks {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.news-block:hover .news-block-title {
    color: #1A295B;
}
.news-block:hover .news-block-txt {
    color: #9199B5;
}

.news-block:hover .news-block-bottom a {
    color: #0173CD;
}
.news-block-bottom a:hover {
    text-decoration: none
}
.news-block:hover {
    background: #fff;
}
.breadcrumbs {
    font-size: 14px;
    font-family: sfr;
    border-bottom: 1px solid #F5F6F8;
    padding: 11px 0px;
}
.breadcrumbs a {
    color: #0173CD;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs ul li {
    color: #9199B5;
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}
.breadcrumbs ul {
    padding: 0;
    margin: 0;
}
.main .news-header-blocks {
    margin-bottom: 0;
    border-bottom: 0;
}
.main .news-header {
    border-bottom: 1px solid #F5F6F8;
}
.contacts-blocks {
    display: flex;
    margin-bottom: 60px;
}
.cont-left {
    width: 33%;
}
.con-right {
    width: 65%;
    margin-left: 2%;
}
.main .contacts-group {
    display: flex;
    margin-bottom: 0px;
    border-bottom: 1px solid #EDEFF4;
    padding: 30px 0px;
}
.main .modal-contacts {
    margin-top: 0px;
}
.content p {
    font-size: 16px;
    font-family: sfr;
    color: #566186;
}
.content {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EDEFF4;
    flex-grow: 1;
}
.blocks-partners a,
.blocks-partners li {
    color: #1A295B;
    font-family: sfm;
    font-size: 18px;
}
.blocks-partners ul li {
    list-style-type: none;
}
.blocks-partners {
    display: flex;
    padding: 30px 0px;
    border-bottom: 1px solid #EDEFF4;
    margin-bottom: 60px;
}
.blocks-partners ul li {
    list-style-type: none;
    margin-bottom: 15px;
}
.partner-left {
    width: 50%;
}
.partner-left ul {
    padding: 0;
}
.partner-right {
    width: 50%;
    border-left: 1px solid #EDEFF4;
}

.abonent-title {
    font-family: sfb;
    font-size: 24px;
    color: #9199B5;
    transition: 0.4s;
}
.abonent-link a {
    font-family: sfr;
    font-size: 16px;
    color: #BDC2D2;
    transition: 0.4s;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.abonent {
    border-right: 0.5px solid #EDEFF4;
    width: 25%;
    padding: 30px 30px;
}
.abonents-blocks {
    display: flex;
}
.abonent:hover .abonent-title {
    color: #1A295B;
}
.abonent:hover a {
    color: #0173CD;
    text-decoration: none;
}
.abonent.last {
    border: none;
}
.postav {
    background: #fafafa;
    padding: 30px 0px;
}
.postav-title {
    color: #1A295B;
    font-size: 22px;
    font-family: sfb;
    border-bottom: 1px solid #EDEFF4;
    padding: 25px 0px;
}
.post1 {
    color: #9199B5;
    font-size: 15px;
    font-family: sfr;
    width: 30%;
}
.post2 {
    color: #1A295B;
    font-size: 16px;
    font-family: sfb;
    width: 70%;
}
.postav-tel {
    padding: 25px 0px;
    display: flex;
}
.postav-adr {
    padding: 25px 0px;
    display: flex;
}
.postav-main {
    border: 1px solid #EDEFF4;
    
    background: #fff;
    padding: 0px 36px;
}
.postav-blocks a:hover {
    text-decoration: none;
}
.postav-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.postav-blocks a {
    width: 23%;
    margin-bottom: 30px;
}
.news-blocks1 {
    display: flex;
    flex-wrap: wrap;
}
ul.new-pagination {
    font-family: sfr;
    font-size: 16px;
}
ul.new-pagination {
    font-family: sfr;
    font-size: 16px;
    padding: 0;
    margin: 0;
    text-align: center;
}
ul.new-pagination li {
    list-style-type: none;
    display: inline-block;
    margin: 10px;
    color: #9199B5;
}
.news-pagination {
    border-top: 1px solid #EDEFF4;
    padding: 10px 0px;
}
.date {
    font-family: sfr;
    font-size: 14px;
    color: #9199B5;
}
.date i {
    margin-right: 8px;
}
.news-single {
    background: #fafafa;
    padding: 30px 0px;
}
.single-img {
    width: 45%;
    margin-right: 2%;
    display: flex;
    justify-content: center;
}
.single-txt {
    width: 53%;
}
.single-blocks {
    display: flex;
    align-items: flex-start;
}
.single-img img {
    max-width: 100%;
}
.single-txt p {
    font-family: sfr;
    color: #566186;
}
.other-news {
    padding: 30px 0px;
}
a.oth {
    width: auto;
}
.accordion-menu {
    width: 100%;
    padding: 0;
}
ul.accordion-menu li {
    list-style-type: none;
}


.accordion-menu li.open .dropdownlink {
    color: #1A295B;
}
.accordion-menu li.open .dropdownlink .fa-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* .accordion-menu li:last-child .dropdownlink {
  
} */

.dropdownlink {
    cursor: pointer;
    display: block;
    padding: 15px 0px 15px 0px;
    font-size: 18px;
    border-bottom: 1px solid #EDEFF4;
    color: #1A295B;
    font-family: sfb;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.dropdownlink i {
  position: absolute;
  top: 17px;
  left: 16px;
}
.dropdownlink .fa-chevron-down {
  right: 12px;
  left: auto;
}

.submenuItems {
    display: none;
    background: transparent;
    padding: inherit;
    padding: 20px 0px;
}
.submenuItems li {
  border-bottom: 1px solid #B6B6B6;
}

.submenuItems a {
  display: block;
  color: #727272;
  padding: 12px 12px 12px 45px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.submenuItems a:hover {
  background-color: #CDDC39;
  color: #fff;
}

.submenuItems p a {
    display: inline-block;
    color: #0056b3;
    padding: 0;
    -webkit-transition: none;
    transition: none;
}
.submenuItems p a:hover {
    background-color: transparent;
    color: #0056b3;
}

.question {
    width: 100%;
    border-right: 1px solid #EDEFF4;
    height: 100%;
}
ul.submenuItems p {
    font-family: sfr;
    color: #566186;
}
.last-news {
    width: 27%;
    
}
.questions-blocks {
    display: flex;
    margin-bottom: 60px;
}
.last-title {
    font-family: sfb;
    font-size: 22px;
    color: #1A295B;
    border-bottom: 1px solid #EDEFF4;
    padding: 12px 35px;
}
.last-news .news-block {
    border: 1px solid #EDEFF4;
    border-radius: 3px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
}

.question-answer {
    flex-grow: 1;
}
body.main {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    margin: 0;
}
html {
    height: 100%;
}
.info-abonents {
    flex-grow: 1;
}
.entering {
    flex-grow: 1;
    padding: 30px 0px;
    background: #fafafa;
}

.enter-form-inp {
    height: 50px;
    background: #EDEEF2;
    margin-bottom: 25px;
    position: relative;
    border-radius: 3px;
}
.enter-form-inp input {
    border: none;
    background: #EDEEF2;
    width: 100%;
    height: 100%;
    outline: none;
    font-family: sfr !important;
    font-size: 15px !important;
    color: #1A295B !important;
    padding-left: 50px;
    padding-right: 50px;
    transition: 0.4s;
    border-radius: 3px;
}
.user {
    color: #9199B5;
    font-size: 17px;
    position: absolute;
    top: 12px;
    bottom: 0;
    left: 25px;
}
::placeholder {
    font-family: sfr !important;
    font-size: 15px !important;
    color: #9199B5 !important;
}
.entering-title {
    font-family: sfb;
    font-size: 30px;
    color: #1A295B;
    text-align: center;
}
.entering-txt {
    font-family: sfr;
    font-size: 14px;
    color: #9199B5;
    text-align: center;
    margin-bottom: 40px;
}
.entering-txt ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.lock {
    color: #9199B5;
    font-size: 17px;
    position: absolute;
    top: 12px;
    bottom: 0;
    left: 25px;
}
.pass {
    color: #9199B5;
    font-size: 17px;
    position: absolute;
    top: 12px;
    bottom: 0;
    right: 25px;
}
.enter-form-link a {
    font-family: sfr;
    font-size: 14px;
    color: #9199B5;
}
.enter-form-link {
    margin-bottom: 25px;
}

.enter-form-inp input:focus {
    background: #fff;
}
.enter-form-inp:hover input {
    background: #fff;
}
.enter-form-inp:focus-within .user {
    color: #0173CD;
}
.enter-form-inp:focus-within .lock {
    color: #0173CD;
}
.enter-form-button button {
    font-size: 16px;
    font-family: sfr;
    background: #0063B0;
    border-radius: 3px;
    color: #fff;
    border: none;
    padding: 12px 15px;
    width: 100%;
}
.enter-form-no {
    font-size: 14px;
    font-family: sfr;
    text-align: center;
    color: #9199B5;
}
.enter-form-no a {
    color: #0173cd;
}
.enter-form-button {
    margin-bottom: 25px;
}
.entering form {
    width: 415px;
    margin: 0 auto;
}
.ent-block-header i {
    font-size: 22px;
    color: #B1292B;
}
.ent-block-header {
    font-size: 20px;
    font-family: sfb;
    color: #1A295B;
    display: flex;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px solid #EDEFF4;
}
.ent-block-header i {
    margin-right: 15px;
}
.ent-block-txt {
    font-size: 14px;
    font-family: sfr;
    color: #566186;
    padding: 15px 10px;
}
.ent-block {
    border-top: 1px solid #EDEFF4;
    border-left: 1px solid #EDEFF4;
    border-right: 1px solid #EDEFF4;
    width: 33.33%;
}
.ent-blocks {
    display: flex;
}
.error-txt {
    color: #B1292B;
}
input.error-inp {
    border: 1px solid #B1292B;
}
.err {
    color: #B1292B;
}

.cabinet {
    flex-grow: 1;
}
.cabinet-menu ul li a {
    color: #9199B5;
    font-family: sfb;
    font-size: 19px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cabinet-menu ul li:hover a {
    text-decoration: none;
}
.cabinet-menu ul li {
    list-style-type: none;
    padding: 18px 10px;
    border-bottom: 1px solid transparent;
}
.cabinet-menu ul {
    margin: 0;
    padding: 0;
}
.cabilet-left {
    width: 26%;
    background: #fafafa;
}
.cabinet-menu ul li.active {
    border-bottom: 1px solid #EDEFF4;
    background: #fff;
}
.cabinet-menu ul li:hover {
    border-bottom: 1px solid #EDEFF4;
    background: #fff;
}
.cabinet-menu ul li.active a {
    color: #1A295B;
}
.cabinet-right {
    width: 74%;
    border-left: 1px solid #EDEFF4;
    border-right: 1px solid #EDEFF4;
}
.cabinet-blocks {
    display: flex;
}
.cabinet-right-blocks {
    display: flex;
}
.c-b-left {
    width: 50%;
    border-right: 1px solid #EDEFF4;
}
.c-b-right {
    width: 50%;
}
.c-b-header {
    font-family: sfb;
    font-size: 17px;
    color: #1A295B;
    border-bottom: 1px solid #EDEFF4;
    padding: 19.5px 50px;
}
.cb-txt-right {
    font-size: 16px;
    font-family: sfb;
    color: #1A295B;
    width: 60%;
}
.cb-txt-left {
    font-family: sfr;
    font-size: 15px;
    color: #9199B5;
    width: 40%;
}
.c-b-txt {
    padding: 20px 50px;
    display: flex;
}
.zakaz-txt {
    font-family: sfb;
    font-size: 17px;
    color: #1A295B;
    border-top: 1px solid #EDEFF4;
    border-bottom: 1px solid #EDEFF4;
    padding: 19.5px 50px;
}
.vibor-post {
    padding: 19.5px 50px;
}
.vibor-post select {
    background: #EDEEF2;
    border-radius: 3px 0px 0px 3px;
    padding: 12px 30px;
    border: none;
    background: #EDEEF2 url(/Content/img/down-bottom.png) no-repeat 98% 50%;
    outline: none;
}
.vibor-post select:focus {
    
    border-radius: 3px 0px 0px 3px;
    padding: 12px 30px;
    border: none;
    background: #fafafa url(/Content/img/top-top.png) no-repeat 98% 50%;
    outline: none;
}
.vibor-post button {
    font-family: sfb;
    font-size: 16px;
    color: #fff;
    background: #0173CD;
    border-radius: 0px 3px 3px 0px;
    border: none;
    padding: 0 20px;
    height: 48px;
    position: relative;
    bottom: 0px;
    right: 0px;
}
.vibor-post label {
    font-family: sfr;
    font-size: 15px;
    color: #9199B5;
    margin-right: 10px;
}

label {
    display: inline-block;
    margin-bottom: 0;
}
.vibor-post form {
    display: flex;
    align-items: center;
}
select::-ms-expand {
        display: none;
    }
 select {
    -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none!important;
 }
input[type="checkbox"]:checked, 
input[type="checkbox"]:not(:checked), 
input[type="radio"]:checked, 
input[type="radio"]:not(:checked) 
{
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked + label, input[type="checkbox"]:not(:checked) + label, input[type="radio"]:checked + label, input[type="radio"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    line-height: 20px;
    cursor: pointer;
}

input[type="checkbox"]:checked + label:before, input[type="checkbox"]:not(:checked) + label:before, input[type="radio"]:checked + label:before, input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    width: 13px;
    height: 13px;
    background-color: #BDC2D2;
}

input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 2px;
}

input[type="radio"]:checked + label:before, 
input[type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
}


input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after, 
input[type="radio"]:checked + label:after, 
input[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after, input[type="checkbox"]:not(:checked) + label:after {
    left: 1px;
    top: 5px;
    width: 12px;
    height: 6px;
    border-radius: 1px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type="radio"]:checked + label:after, 
input[type="radio"]:not(:checked) + label:after {
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #e145a3;
}

.vibor-post input[type="radio"]:checked + label:after, 
.vibor-post input[type="radio"]:not(:checked) + label:after {
    left: 0;
    top: 3px;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background-color: #0173CD;
}


input[type="checkbox"]:not(:checked) + label:after, 
input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
}

input[type="checkbox"]:checked + label:after, 
input[type="radio"]:checked + label:after {
    opacity: 1;
}

input[type="checkbox"]:checked + label:before,
.vibor-post input[type="radio"]:checked + label:before {
    background: #0173CD;
}

.check {
    display: flex;
    align-items: center;
    border: 1px solid #BDC2D2;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 13px 10px;
}
.check:focus-within {
    border: 1px solid #0173CD;
}
input[type="checkbox"]:checked + label,
.vibor-post input[type="checkbox"]:checked + label {
    color: #0173CD;
}
.opl .vibor-post form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.opl .vibor-post {
    padding: 19.5px 50px;
   
}
.opl .vibor-post button {
    font-family: sfb;
    font-size: 16px;
    color: #fff;
    background: #0173CD;
    border-radius: 3px 3px 3px 3px;
    border: none;
    padding: 0 20px;
    height: 48px;
    position: relative;
    bottom: 0px;
    right: 0px;
}

.nachisl-bl {
    font-family: sfb;
    font-size: 15px;
}
.nachisl-header {
    display: flex;
    border-bottom: 1px solid #EDEFF4;
    padding: 10px 0px;
    padding-left: 50px;
}

.bl1 {
    width: 20%;
}
.bl2 {
    width: 14%;
    text-align: center;
}
.n-new-row {
    display: flex;
    padding: 5px 0;
    padding-left: 50px;
}

.n-new-title {
    font-family: sfb;
    font-size: 14px;
    color: #566186;
    text-align: center;
    background: #EDEFF4;
    margin: 10px 10px;
    padding: 5px 0px;
}

.с1 {
    font-family: sfm;
}
span.us {
    display: none;
}
.table-nachisl {
    font-size: 14px;
}
.zakaz-txt a {
    color: #1A295B;
}
.zakaz-txt i {
    margin-right: 10px;
}
.opl-row {
    display: flex;
}
.but {
    margin-right: 15px;
}
.pay.success {
    background: #219653;
    box-shadow: 0px 5px 8px rgba(38, 61, 132, 0.06);
    border-radius: 3px 0px 0px 3px;
    font-size: 15px;
    color: #fff;
    font-family: sfr;
    padding: 20px 20px;
}
.success i.fas.fa-times {
    margin-left: 10px;
}
.success i.fas.fa-info-circle {
    margin-right: 10px;
}

.error i.fas.fa-times {
    margin-left: 10px;
}
.error i.fas.fa-info-circle {
    margin-right: 10px;
}

.pay.error {
    background: #B1292B;
    box-shadow: 0px 5px 8px rgba(38, 61, 132, 0.06);
    border-radius: 3px 0px 0px 3px;
    font-size: 15px;
    color: #fff;
    font-family: sfr;
    padding: 20px 20px;
}

span.hs2 {
    display: none;
}
.history-header .hist {
    color: #1A295B;
    font-size: 15px;
    font-family: sfb;
    width: 25%;
}
.history-header {
    display: flex;
    padding: 10px 0px;
    padding-left: 50px;
    border-bottom: 1px solid #EDEFF4;
}
.history-row {
    display: flex;
    padding: 10px 0px;
    padding-left: 50px;
    font-family: sfr;
    font-size: 14px;
}
.history-row:nth-child(even) {
    background: #EDEFF4;
}
.hist1 {
    width: 25%;
}
/* .his1 {
    background: #EDEFF4;
} */
.vibor-post input {
    background: #EDEEF2;
    border-radius: 3px 0px 0px 3px;
    border: none;
    padding: 12px 30px;
}
.sys {
    border-bottom: 1px solid #EDEFF4;
}
.this-mail {
    margin-bottom: 30px;
}
.this-mail span {
    font-family: sfb;
    color: #1A295B;
}
.vnim-title i {
    font-size: 24px;
    color: #B1292B;
    margin-right: 10px;
}
.vnim-title {
    font-size: 20px;
    color: #1A295B;
    font-family: sfb;
    margin-bottom: 15px;
}
.vnim-txt {
    font-size: 14px;
    font-family: sfr;
    color: #566186;
}
.zakaz-txt1 {
    padding: 19.5px 50px;
}
.credit-title i {
    font-size: 24px;
    color: #B1292B;
    margin-right: 10px;
}
.credit-title {
    font-size: 20px;
    font-family: sfb;
    color: #1A295B;
}
.credit-txt {
    font-size: 14px;
    line-height: 23px;
    font-family: sfr;
    color: #566186;
}
.cr {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.top-search ::placeholder {
    color: #ffffff !important;
}
.top-line-left ul {
    position: relative;
    bottom: 2px;
}


/*responsive*/

@media screen and (max-width: 1368px) {
.bottom-line-left {
    width: 40%;
}
.bottom-line-right {
    width: 60%;
}

.postav-blocks a {
    width: 32%;
}

.opl .vibor-post form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

}

@media screen and (max-width: 1200px) {
    .bottom-line-left {
    width: 25%;
}
.bottom-line-right {
    width: 75%;
}
.modal-left {
    padding: 20px 30px;
    width: 60%;
}
.modal-right {
    border-left: 1px solid #EDEFF4;
    background: #fafafa;
    padding: 20px 30px;
    width: 40%;
}
.footer-menu {
    display: flex;
    flex-direction: column;
}
.opl .vibor-post form {
    display: block;
}
.resp1 {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.check.resp2 {
    
    width: 48%;
    margin: 1%;
    float: left;
    margin-bottom: 15px;
}
.check.resp3 {
    width: 48%;
    margin: 1%;
    float: left;
    margin-bottom: 15px;
}
.opl .vibor-post button {
    display: block;
    text-align: center;
    width: 100%;
}
.news-header-blocks.sc.system {
    flex-direction: column;
}
.system .news-header-title {
    font-family: sfb;
    font-size: 30px;
    color: #1A295B;
    width: 100%;
}
.system .all-news {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}
}

@media screen and (max-width: 992px) {
 
.top-line {
    display: none;
}
.bottom-line {
    overflow: hidden;
    min-height: 65px;
    height: auto;
}
.container.bottom-line-blocks {
    min-height: 65px;
    height: auto;
    flex-direction: column;
    padding: 15px 0px;
}
.bottom-line-left {
    width: 100%;
    text-align: center;
}
.bottom-line-right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.l-enter {
    border: none;
    padding: 0;
    justify-content: center;
}
.l-modal {
    border: none;
}
.s2-blocks {
    flex-direction: column;
    padding: 0px 0px;
    overflow: hidden;
}
.s2-left {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.s2-right {
    width: 100%;
    align-self: flex-end;
}
.modal-left-menu {
    flex-direction: column;
}
.modal-left {
    padding: 20px 0px;
    width: 50%;
}
.modal-right {
    border-left: 1px solid #EDEFF4;
    background: #fafafa;
    padding: 20px 20px;
    width: 50%;
}
.footer-top-blocks {
    flex-direction: column;
}
.footer-logo {
    margin-top: 15px;
}
.footer-menu {
    flex-direction: row;
    margin-top: 15px;
    width: 100%;
}
.footer-mail {
    margin-top: 15px;
}
.footer-tel {
    margin: 15px 0px;
}
.footer-top {
    height: auto;
}
.footer-menu ul li {
    list-style-type: none;
    margin-left: 0px;
    margin-right: 0px;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.module-block {
    background: #fafafa;
    border: 1px solid #EDEFF4;
    border-radius: 5px;
    padding: 0px 42px;
    transition: 0.4s;
    width: 48%;
    margin-bottom: 30px;
}
.module-blocks {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news-blocks {
    flex-wrap: wrap;
}
.news-block {
    width: 48%;
}
.contacts-blocks {
    display: flex;
    margin-bottom: 60px;
    flex-direction: column;
}
.cont-left {
    width: 100%;
}
.con-right {
    width: 100%;
    margin-left: 0%;
    height: 300px;
}

.blocks-partners {
    flex-direction: column;
}
.partner-right ul {
    padding: 0;
}
.partner-right {
    border: none;
    width: 100%
}
.partner-left {
    border: none;
    width: 100%
}

.abonents-blocks {
    display: flex;
    flex-wrap: wrap;
}
.abonent {
    border-right: none;
    border-bottom: 0.5px solid #EDEFF4;
    width: 50%;
    padding: 30px 30px;
}
.postav-blocks a {
    width: 48%;
}

.questions-blocks {
    flex-direction: column;
}
.question {
    width: 100%;
    border-right: none;
    height: 100%;
}
.last-news {
    width: 100%;
}
.last-title {
    font-family: sfb;
    font-size: 22px;
    color: #1A295B;
    border-bottom: none;
    padding: 12px 0px;
}

.ent-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ent-block {
    width: 49%;
    border-bottom: 1px solid #EDEFF4;
    margin-bottom: 15px;
}
.cabinet-blocks {
    flex-direction: column;
}
.cabilet-left {
    width: 100%;
    background: #fafafa;
}
.cabinet-menu ul {
    display: flex;
    flex-wrap: wrap;
}
.cabinet-menu ul li a {
    color: #9199B5;
    font-family: sfm;
    font-size: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cabinet-menu ul li a i {
    margin-left: 10px;
}
.cabinet-menu ul li {
    list-style-type: none;
    padding: 10px 10px;
    border: 1px solid #ccc;
    margin: 10px;
    border-radius: 3px;
}
.cabinet-menu ul li.active {
    border-bottom: 1px solid #ccc;
    background: #fff;
}
.cabinet-right {
    width: 100%;
    border-top: 1px solid #EDEFF4;
    border-left: 1px solid #EDEFF4;
    border-right: 1px solid #EDEFF4;
}
.nachisl-header {
    display: none;
}

.table-nachisl {
    display: flex;
    flex-wrap: wrap;
}
.nachisl-new {
    width: 48%;
    margin: 1%;
    padding: 5px 10px;
    border: 1px solid #EDEFF4;
}
.n-new-row {
    display: flex;
    padding: 5px 0;
    padding-left: 0;
}
.n-new-title {
    font-family: sfb;
    font-size: 14px;
    color: #566186;
    text-align: center;
    background: #EDEFF4;
    margin: 10px 0px;
    padding: 5px 0px;
}

.n-new-row {
    flex-direction: column;
}
.bl1 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    font-weight: bold;
}
.bl2 {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
span.us {
    display: block;
}


}

@media screen and (max-width: 768px) {
    .bottom-line-right {
    flex-direction: column;
    position: relative;
}

.bottom-line-left {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}
.l-modal {
    position: absolute;
    top: -35px;
    right: 10px;
}
.l-mail {
    display: none;
}
.l-tel {
    display: none;
}
.l-enter {
    display: none;
}
.modal-entry {
    flex-direction: column;
}
.modal-left {
    padding: 20px 0px;
    width: 100%;
}
.modal-right {
    border-left: 1px solid #EDEFF4;
    background: #fafafa;
    padding: 20px 20px;
    width: 100%;
}
.clo {
    position: absolute;
    top: 25px;
    right: 0px;
}
.postav-blocks a {
    width: 100%;
}
.single-blocks {
    flex-direction: column;
}

.single-img {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
}
.single-txt {
    width: 100%;
}

.dropdownlink {
    cursor: pointer;
    display: block;
    padding: 15px 0px 15px 0px;
    font-size: 16px;
    border-bottom: 1px solid #EDEFF4;
    color: #1A295B;
    font-family: sfb;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.cabinet-right-blocks {
    flex-direction: column;
}
.c-b-left {
    width: 100%;
    border-right: none;
}
.c-b-right {
    width: 100%;
}
.vibor-post form {
    display: flex;
    flex-direction: column;
}
.vibor-post select {
    background: #EDEEF2 url(/Content/img/down-bottom.png) no-repeat 98% 50%;
    border-radius: 3px 3px 0px 3px;
    padding: 12px 30px;
    border: none;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
}
.vibor-post button {
    font-family: sfb;
    font-size: 16px;
    color: #fff;
    background: #0173CD;
    border-radius: 3px 3px 3px 3px;
    border: none;
    padding: 0 20px;
    height: 47px;
    position: relative;
    bottom: 0px;
    right: 0px;
    width: 70%;
}
.jq-selectbox.jqselect {
    background: #BDC2D2;
    border-radius: 3px 0px 0px 3px;
    padding: 13px 10px;
    width: 90%;
    position: relative;
    margin: 10px 0px;
}
.table-history {
    display: flex;
    flex-wrap: wrap;
}

.history-row {
    width: 48%;
    margin: 1%;
    padding-left: 0;
    padding: 10px 10px;
    flex-direction: column;
    border: 1px solid #EDEFF4;
}
span.hs2 {
    display: block;
    font-weight: bold;
}
.hist1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.history-header {
    display: none;
}

.vibor-post input {
    background: #EDEEF2;
    border-radius: 3px 0px 0px 3px;
    border: none;
    padding: 12px 30px;
    margin-bottom: 15px;
}
.this-mail {
    display: flex;
    flex-direction: column;
    text-align: center;
}

}

@media screen and (max-width: 600px) {
    .footer-menu ul {
    flex-direction: column;
    text-align: center;
}
.footer-bottom-blocks {
    flex-direction: column;
}
.footer-block {
    margin: 10px 0px;
}
.module-blocks {
    flex-direction: column;
}
.module-block {
    width: 100%;
}
.news-block {
    width: 100%;
}
.abonent {
    border-right: none;
    border-bottom: 0.5px solid #EDEFF4;
    width: 100%;
    padding: 30px 30px;
}
.ent-block {
    width: 100%;
    border-bottom: 1px solid #EDEFF4;
    margin-bottom: 15px;
}
.entering form {
    width: 90%;
    margin: 0 auto;
}
.vibor-post {
    padding: 19.5px 5px;
}
.jq-selectbox.jqselect {
    background: #BDC2D2;
    border-radius: 3px 3px 3px 3px;
    padding: 13px 10px;
    width: 100%;
    position: relative;
    margin: 10px 0px;
}
.nachisl-new {
    width: 98%;
    margin: 1%;
    padding: 5px 10px;
    border: 1px solid #EDEFF4;
}
.sc {
    flex-direction: column;
}
.news-header-title.succ {
    width: 100%;
    text-align: center;
}
.sc .all-news {
    justify-content: center;
    margin-bottom: 10px;
    width: 100%;
}
.history-row {
    width: 98%;
    margin: 1%;
    padding-left: 0;
    padding: 10px 10px;
    flex-direction: column;
    border: 1px solid #EDEFF4;
}



}

@media screen and (max-width: 480px) {
    
    .s2-left-title {
    font-size: 18px;
    line-height: 30px;
}
.postav-tel {
    flex-direction: column;
}
.post2 {
    width: 100%;
}

.dropdownlink {
    cursor: pointer;
    display: block;
    padding: 15px 0px 15px 0px;
    font-size: 14px;
    border-bottom: 1px solid #EDEFF4;
    color: #1A295B;
    font-family: sfb;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.cab .news-header-title {
    width: 100%;
    font-size: 26px;
}
.c-b-txt {
    flex-direction: column;
    padding: 20px 15px;
}
.cb-txt-left {
    width: 100%;
}
.cb-txt-right {
    width: 100%;
}
.c-b-header {
    padding: 19.5px 10px;
}
ul.m-menu {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}
.modal-left-menu {
    
    margin: 30px 0px;
}
.contacts-group {
    flex-direction: column;
}
span.g1 {
    width: 100%;
}
span.g2 {
    width: 100%;
}
.telephones {
    width: 100%;
}
.modal-enter {
    text-align: center;
    padding-top: 11px;
}
.opl .vibor-post {
    padding: 19.5px 5px;
}
.zakaz-txt {
    font-family: sfb;
    font-size: 17px;
    color: #1A295B;
    border-top: 1px solid #EDEFF4;
    border-bottom: 1px solid #EDEFF4;
    padding: 19.5px 10px;
}
.opl-row {
    display: flex;
    flex-direction: column;
}
.but {
    margin-right: 15px;
    margin-bottom: 15px;
}
}

.header_msg {
    position: relative;
    background: #369a1e;
    color: #fff;
    text-align: center;
    font-family: "Oswald",sans-serif;
    padding: 6px 15px;
    line-height: 1.5;
    font-size: 1.7rem;
}


.buttons-div {
    margin-bottom: 10px;
}

.news-img {
    height: 160px;
}

.postav {
    min-height: 660px;
}

.button {
    font-family: sfb;
    font-size: 16px;
    color: #fff;
    background: #0173CD;
    border-radius: 3px 3px 3px 3px;
    border: none;
    padding: 0 20px;
    height: 48px;
    position: relative;
    bottom: 0px;
    right: 0px;
}
.sucess-txt {
    color: #369a1e;
    font-size: 1em;
}