@charset "utf-8";

/*constants end*/
body .hr_line {
    clear: both;
    display: table;
    position: relative;
    width: 100%;
}

.hidden_bl {
    display: none;
}
.tn_all {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.db_tale {
    display: table;
    height: 100%;
    width: 100%;
}
.tb_cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.hidden_bl {
    display: none;
}
:root {
    --color-dark: #2C3C4C;
    --color-blue: #8cc6ec;
    --color-white: #ffffff;
    --color-liteBlue: #d9edf7;
    --color-border: #ececec;
    --color-text-dark: #b7b7b7;
}
/*constants end*/

input::-webkit-input-placeholder { 
    opacity: .67;
    color: #808080; 
    font-size: 14px;
}
input:-ms-input-placeholder { 
    opacity: .67;
    color: #808080;
    font-size: 14px;
}
input::-ms-input-placeholder { 
    opacity: .67;
    color: #808080; 
    font-size: 14px;
}
input::placeholder { 
    opacity: .67;
    color: #808080; 
    font-size: 14px;
} 
article,aside,details,figcaption,figure,footer,header,main,hgroup,menu,nav,section {
    display: block;
}
.carry_words {
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

body .btn-default {
    background-color: #FE7F0A;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


html {
    overflow-x: hidden;
}
html body {
    min-width: 320px;
    overflow-x: hidden;
    position: relative;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

body a {
    color: inherit;
    outline: none;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
body .btn.active.focus, 
body .btn.active:focus,
body .btn.focus,
body .btn:active.focus,
body .btn:active:focus, 
body .btn:focus {
    outline: none;
    box-shadow: none;
/*    outline: none;
border: none;*/
}
body a:focus,
body a:hover {
    color: inherit;
    opacity: 0.9;
    text-decoration: none;
}
p {

    color: #515151;
    font-size: 16px;
    line-height: 1.456;
    font-family: 'Open Sans', sans-serif;
}
/*h1, h2, h3, h4, h5, h6*/
h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 14px;
}

/*h1, h2, h3, h4, h5, h6 end*/
body .news__img img {
    width: 100%;
}
/*topscroll*/
div#topscroll {
    position: fixed;
    bottom: 35px;
    background: rgba(48, 63, 81, 0.7019607843137254);
    right: 35px;
    padding: 12px;
    padding-bottom: 20px;
    font-size: 35px;
    color: white;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 999999;
    display: none;
}
div#topscroll:hover,
div#topscroll:focus,
div#topscroll:active {
    background: #303F52;
    color: #FF291E;
    z-index: 999999;
}
/*topscroll*/
.search_wr {
    padding-right: 16px;
}
/*preloader*/
.loader {
    background: none repeat scroll 0 0 #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999999999999; 
}
.loader_transparent {
    background: none;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999999999999;
}
.loader .loader_inner, .loader_transparent .loader_inner_transparent {
    background-image: url("../img/preloader.svg");
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute; 
}
/*preloader*/

/*header*/ 

.logo {
    border-right: 3px solid #FF2C1E;
    padding-right: 6px;
}
.logo img {
    width: 212px;
}
.descr_logo {
    padding-left: 12px;
    line-height: 0.7;
}
.descr_logo > div:first-child {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(76, 74, 74);
    line-height: 2;
}
.descr_logo > div:last-child {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.form_def_lb .md-form .prefix~textarea {
    height: calc(2.5em + .75rem + 2px);
}
.header_nav_m .navbar-brand {

}
.card-img-top {
    height: 264px;
    -o-object-fit: cover;
    object-fit: cover;
}
.descr_p {
    color: #727374;
    font-size: 14px;
}
.phone_top {
  color: #323030;
  font-size: 24px;
  font-weight: 700;
}
.call_back span {
    color: #ee2d24;
}
.call_back {
    color: #ee2d24;
    font-size: 14px;
    text-decoration: underline;
}
.phone_wrap {
    line-height: 1.0;
    margin-left: 3rem!important
}
.header_bottom .navbar-brand {
    margin-right: 3rem!important;
}
.header_nav_m {
    margin-right: 3rem!important;
    margin-left: 3rem!important;
}

/*main_header_s*/

.main_header_s .wrap_descr_sl {
    padding-top: 40px;
    padding-left: 80px;
    padding-bottom: 40px;
}
.bg_img_slider {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -ms-background-position-y: center;
    background-position-y: center;
}
#head_slider {
    min-height: 593px
}
.bg_img_slider  {
  min-height: 593px 
}
.s_title {
    color: #ffffff;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: bold;
}
.m_descr {
    font-size: 17px;
    line-height: 1.625;
    color: #fff;
    font-family: 'Open Sans', sans-serif;

}
.bottom_sl a {


    background: #fff
}
.title_btn {
    display: inline-block;
    color: #181717;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 150px;
    line-height: 1;
}
.bg_btn i:before {
    margin-right: 0;
    line-height: 0;
    margin-left: 0;
}
.bg_btn i {
    font-size: 25px;
}
.bg_btn {
    display: inline-block;
    color: #fff;
    background-image: url("../img/bg_btn.png");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    padding: 10px 10px;
    line-height: 1;
}
.main_header_s .lSSlideOuter:before {
    content: '';
    height: 85px;
    width: 100px;
    background-image: url("../img/sli_color.png");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto;
    background-size: auto;
    position: absolute;
    left: -26px;
    z-index: 1;
    bottom: 0;
}
.main_header_s .lSAction>a {
    width: 32px;
    display: block;
    height: 32px;
    cursor: pointer;
    position: relative;
    background-image: none;
    z-index: 99;
    margin-top: -6px;
    top: 21px;
    opacity: 1;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s;
}
.main_header_s .lSAction>a:hover {
    opacity: .5;
}
.main_header_s .lSAction>.lSPrev {
    background: url(../img/l_b.png);
    background-position: center;
    left: unset;
    background-repeat: no-repeat;
}
.main_header_s .lSAction>.lSNext {
    background: url(../img/r_b.png);
    background-position: center;
    background-repeat: no-repeat;
    right: unset;
}
.main_header_s .lSAction {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    position: absolute;
    -ms-align-items: center;
    align-items: center;
    background: #F6F6F6;
    height: 85px;
    z-index: 999;
    width: 85px;
    bottom: 0
}
.title_s > div {
    font-size: 36px;
    color: rgb(24, 23, 23);
    font-weight: 800;
    line-height: 1.167;
}
.main_header_s .lSSlideOuter .wrap_drum {
    margin: 0 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    -ms-align-items: end;
    align-items: end;
    width: 350px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: auto;
    float: right;
    position: absolute;
    background: #151313;
    right: 16px;
    bottom: 0;
    padding-left: 84px;
    /*overflow-y: scroll;*/
}
.main_header_s .lSSlideOuter .lSPager.lSpg {
    margin: 0 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
    flex-direction: column;
}
.main_header_s .lSSlideOuter .lSPager.lSpg>li:after {
    content: '';
    width: 40px;
    border: 1px solid #FF8634;
    position: absolute;
    left: 0;
    margin-top: -16px;
    margin-left: 76px;
}

.main_header_s .lSSlideOuter .lSPager.lSpg>li:first-child:before {
display: none;
}
.main_header_s .lSSlideOuter .lSPager.lSpg>li:before {
    content: '';
    width: 40px;
    border: 1px solid #FF291E;
    position: absolute;
    left: 0;
    margin-top: -2px;
    margin-left: 76px;
}
.main_header_s .lSSlideOuter .lSPager.lSpg>li.active:after {
    border: 2px solid #FFB628;
 width: 60px;
margin-left: 55px;
}

.main_header_s .lSSlideOuter .lSPager.lSpg>li.active a, 
.main_header_s .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: transparent;
      color: #fff;
}

.main_header_s .lSSlideOuter .lSPager.lSpg>li a {
    background-color: transparent;
    border-radius: 30px;
    display: block;
    height: 20px;
  
    overflow: visible;
    text-indent: 0;
    width: 20px;
    position: relative;
    z-index: 99;
    font-size: 20px;
    color: rgb(91, 91, 91);
    line-height: 1.286;
    margin-bottom: 7px;
}
.header_line {
    background: #111010;

}
/*.news_s*/
.all_funds .lightSlider.lsGrab>* {
    display: flex;
    justify-content: center;

}

#news_sl .lslide{
    width: calc(24% - 30px);
    margin-left: 30px;
}

.news_s {
    position: relative;
    overflow: hidden;
}
.lk_autoriz.news_s:before {
    display: none;
}
.news_s:before {
    content: '';
    background: #F6F6F6;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    margin-top: 118px;
}
.main_header_s {
    position: relative;
    overflow: hidden;
}

header {
    position: relative;
    height: 100px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.header_bottom .navbar {
    padding: .5rem 0rem;
}
header:before,
.main_header_s:before {
    content: '';
    background: #F6F6F6;
    width: 727px;
    height: 200%;
    position: absolute;
    z-index: -1;
top: 0;
}
header:before {
    height: 100%;
}
.news_s .nav-item {
    padding-right: 30px;
}
.lk_autoriz .title_s div {
    font-weight: bold;
}
.news_s .nav-pills .nav-link.active, 
.news_s .nav-pills .show>.nav-link {
    color: #181717;
    padding: .5rem 0;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 3px solid #FF231B;
}
.red {
    color: red
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #FF7F17;
    background-color: #FF7F17;
}
.news_s.lk_autoriz .nav-pills .nav-link.active, 
.news_s.lk_autoriz .nav-pills .show>.nav-link {
    color: #181717;
    padding: .5rem 0;
    border-radius: 0;
    background-color: transparent;
    border-bottom: none;
}
.news_s .nav-link,
.news_s .nav-pills .nav-link {
    border-radius: 0;
    padding: .5rem 0;
}
.title_sr > div {
    position: absolute;
    text-decoration: underline;
    color: #ff2821;
    font-weight: 600;
}


.news_wrap {
    overflow: hidden;
    padding-bottom: 18px;
}
.news_wrap .lSSlideOuter #news_sl.lightSlider {
    min-height: inherit;
    display: flex;
    flex-wrap: unset;
}
.news_wrap .lSSlideOuter #news_sl2.lightSlider {
    min-height: inherit;
    display: flex;
    flex-wrap: unset;
}
.news_wrap .lSSlideOuter .lightSlider {
    padding-bottom: 26px !important;
    min-height: 536px;
    height: auto!important;
}
.news_wrap .card-deck .card {
    height: 100%;
    border-radius: 0;
    border: none;
    background: transparent;
}
.news_wrap .card-img-top img {
    object-position: unset;
    height: auto;
    width: 100%;
    max-height: 270px;
    height: 270px;
}

.news_wrap .card-body:after {
    content: '';
    height: 85px;
    width: 100px;
    background-image: url(../img/sli_color.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto;
    background-size: auto;
    position: absolute;
    right: -37px;
    z-index: -1;
    top: 0;
}
.news_wrap .card-body:before {
    content: '';
    height: 87px;
    width: 100%;
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto;
    background-size: auto;
    position: absolute;
    right: 0;
    z-index: 2;
    top: 0;
}
.news_wrap .wrap_desr {
    z-index: 10;
    position: relative;
    padding: 1.45rem 1.85rem;
}
.news_wrap .card-body {
    justify-content: space-between;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 0 17px -4px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 17px -4px rgba(0,0,0,0.4);
    box-shadow: 0 0 17px -4px rgba(0,0,0,0.4);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=135, Color=#000000);
    width: calc(100% - 38px);
    position: relative;
    margin-top: -40px;
    z-index: 19;
    background: #fff;
}
.news_wrap .card-footer {
 border-radius: 0;   
 padding: 0;
 background-color: transparent;
 border-top: none;
 color: #181717;
}
.news_wrap .card-text {
    font-size: 14px;
    color: #f57f29;
    line-height: 1.857;
    font-weight: 500;
}
.news_wrap #news_sl .card .title_card {
    display: block;
    margin-bottom: 17px;
    color: #181717;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.444;
}
.news_wrap #news_sl2 .card .title_card {
    display: block;
    margin-bottom: 17px;
    color: #181717;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.444;
}
.news_wrap .card-body .title_card,
.news_wrap .card-body > .btn_cust_l {
    font-size: 22px;
    color: rgb(0, 0, 0);
    line-height: 1.182;
}
.news_s .tab-pane {
    width: 100%;

    min-width: 100%;
}

.news_s .bg_btn {
    display: inline-block;
    color: #fff;
    background-image: url(../img/bg_btn.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    padding: 10px 10px;
    line-height: 1;
    z-index: 5;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.news_wrap .card-footer .btn_cust_l {
    background: #E9E9E9;
    width:0px;
    -webkit-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    transition: width 0.2s ease;
}
.card_title_btn {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: #181717;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 15px;
    width: 0;
    line-height: 1;
    overflow: hidden;
    z-index: 1;
    position: absolute;
}
.news_wrap .card:focus .card_title_btn,
.news_wrap .card:hover .card_title_btn {
  width: 100%;
  position: relative;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.news_wrap .card:focus .card-footer .btn_cust_l,
.news_wrap .card:hover .card-footer .btn_cust_l {
    background: #E9E9E9;
    width: 100%;
    -webkit-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    transition: width 0.2s ease;
}
.img_col_s img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    max-width: 100%;
    z-index: 1;
    float: right;
}
.img_col_s {
    height: 521px;
    position: relative; 

}
.img_col_s:before {
    content: '';
    position: absolute; 
    background: url('../img/asent_bg.png');
    width: 400px;
    height: 20%;
    bottom: 0;
    right: 0;
    margin-bottom:  -30px;
    margin-right: -30px;
    z-index: -1;

}
.descr_img_lc > div {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
.descr_img_lc img {
margin-right: 30px;
}
.descr_img_lc {
    padding:30px 25px;
    width: 400px;
    background: #FF8019;
    position: absolute; 
    bottom: 0;
    right: 0;   
    margin-bottom:  30px;
    margin-right: -30px;
}
.m_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.556;
}
.col_funds {
     border-top: 1px solid #e8e8e8;
}
.descr_c {
   font-size: 16px;
  color: rgb(81, 81, 81);
  line-height: 1.625;
}
.all_funds #all_funds {
    display: flex;
    align-items: center;
    min-height: 160px !important;
}
.all_funds .lSAction>a {
    width: 80px;
    height: 80px;
    top: 50%;
    background-image: none;
    cursor: pointer;
    background: #F6F6F6;
    position: absolute;
    z-index: 99;
    margin-top: -39px;
    opacity: 1;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s;
}
.all_funds .lSAction>.lSPrev {
   background-image: url(../img/l_b.png);
    background-position: center;
    left: 0;
    background-repeat: no-repeat;
}
.all_funds .lSAction>.lSNext {
    background-image: url(../img/r_b.png);
    background-position: center;
    background-repeat: no-repeat;
     right: 0;
}
footer {
    background: #F8F8F8;
    padding: 20px 0 ;
}
.copyright_bl {
   font-size: 16px;
  color: rgb(151, 153, 155);
  line-height: 1.125;
}
.nav_footer .nav-link {
  font-size: 16px;
  color: rgb(151, 153, 155);
  line-height: 1.125;
  padding: 0 1rem;
}

.search_bl {
    position: relative;
    padding-right: 9px;
}
body .search_bl i {
    color: #fff;
    font-size: 20px;
}
body .search_bl button{
    padding: 0;
    text-transform: none;
    box-shadow: none;
    outline: none;
    border: none;
}
body .search_bl:hover input.form-control {
    visibility: visible;
    width: 200px;
    left: 36px;
    position: absolute;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: white;
    border: none;
    border-bottom: 1px solid #bdbdbd;
    border-radius: 1px;
    outline: 0;
    height: 17px;
    padding: 8px;
    margin-top: 0;
}
.form-inline .form-control.hidden_bl {
    visibility: hidden;
    width: 0;
    left: 36px;
     height: 17px;
    position: absolute;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
        border-bottom: none;
}
.nav_header_line .nav-link {
    font-size: 16px;
    color: #fff;
    line-height: 1.125;
    padding: 0 1rem;
}
.nav_header_line .nav-link br {
display: none;
}

.city_sel .custom-select option {
    color: rgba(0,0,0,.9);
}
.city_sel .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.9rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    vertical-align: middle;
     background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAeUlEQVQImW3LTwpBYRSH4eeyNUMDixCRf2V+67MBAyUl2xBrkCXYifoZcOuqe2bnPc+pUrxwVWepa3bVHqMeHljYVdsOtMYGT0mk2KdIilWSps1/7ZBElaT5PmKGId644azOBC34xSdMf9tFnXFz+odffEdfnUE7fwAi9DmlYm6fYwAAAABJRU5ErkJggg==") no-repeat right .75rem center/11px 8px;
    background-color: transparent;
    border: none;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.lk_btn:focus,
.lk_btn:hover {
    color: #ffffff;
}
.lk_btn {
    width: 200px;
    height: 51px;
    color: #ffffff;
    background: url(../img/lk_btn_top.png);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.286;
}
.slide_fonds_wrap {
    padding: 0 85px;
}
.btn-outline-success {
    color: #FF291E;
    border-color: #FF291E;
}
.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover {
    color: #fff;
    background-color: #FF291E;
    border-color: #FF291E;
}
.btn-outline-success:not(:disabled):not(.disabled).active, 
.btn-outline-success:not(:disabled):not(.disabled):active, 
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #FF291E;
    border-color: #FF291E;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, 
.btn-outline-success:not(:disabled):not(.disabled):active:focus, 
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 41, 30, 0.17);
}
/*breadcrumb*/
.wrab_breadcrumb {
   background: #E9E9E9;
}
.wrab_breadcrumb .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
}
.wrab_breadcrumb .breadcrumb a {
   color: #ff291e;

}
.wrab_breadcrumb .breadcrumb-item a,
.wrab_breadcrumb .breadcrumb-item {
    font-size: 15px;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "|";
}

/*breadcrumb*/





.md-form .prefix~input, .md-form .prefix~textarea {
    margin-left: 3rem;
    width: 92%;
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 3rem);
}

.form_def_lb .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 0.375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding-top: 12px;
    padding-bottom: 0;
    padding-left: 15px;
}
.md-form .prefix {
    -webkit-transition: color .2s;
    transition: color .2s;
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    padding-top: .5rem;
}
.btn .fa, .card .card-body {
    position: relative;
}
.md-form .prefix~label {
    margin-left: 3rem;
}
.md-form {
    position: relative;
}
.md-form, .md-form .btn {
    margin-bottom: 1.5rem;
}
.md-form label {
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    color: #757575;
    position: absolute;
    top: .8rem;
    left: 0;
    font-size: 1rem;
    cursor: text;
}
input[type=date], 
input[type=datetime-local], 
input[type=email], 
input[type=number], 
input[type=password], 
input[type=search-md], 
input[type=search], 
input[type=tel], 
input[type=text], 
input[type=time], 
input[type=url], 
textarea.md-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #bdbdbd;
    border-radius: 0;
    outline: 0;
    height: 2.1rem;
    width: 100%;
    font-size: 1rem;
    box-shadow: none;
    box-sizing: content-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.form-control {
    padding: .5rem 0 .6rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    margin-top: .2rem;
    margin-bottom: 1rem;
}
.form_def_lb input[type=date]+label:after, 
.form_def_lb input[type=datetime-local]+label:after,
.form_def_lb input[type=email]+label:after, 
.form_def_lb input[type=number]+label:after, 
.form_def_lb input[type=password]+label:after, 
.form_def_lb input[type=search-md]+label:after, 
.form_def_lb input[type=search]+label:after, 
.form_def_lb input[type=tel]+label:after, 
.form_def_lb input[type=text]+label:after, 
.form_def_lb input[type=time]+label:after, 
.form_def_lb input[type=url]+label:after, 
.form_def_lb textarea.md-textarea+label:after {
    display: block;
    content: "";
    position: absolute;
    top: 65px;
    opacity: 0;
    -webkit-transition: .2s opacity ease-out,.2s color ease-out;
    transition: .2s opacity ease-out,.2s color ease-out;
}
.md-form {
    position: relative;
}
.md-form, .md-form .btn {
    margin-bottom: 1.5rem;
}
.grey-text {
    color: #9e9e9e!important;
}

/*// стилизация плавающих инпутов*/

.form_def_lb .hm-gradient {
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
.form_def_lb .darken-grey-text {
    color: #2E2E2E;
}
.form_def_lb .danger-text {
    color: #ff3547; }
.form_def_lb .default-text {
    color: #2BBBAD; 
}
.form_def_lb .info-text {
    color: #33b5e5; 
}
.form_def_lb .form-white .md-form label {
  color: #fff; 
}
.form_def_lb .form-white input[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff; 
}
.form-white input[type=text]:focus:not([readonly]) + label {
    color: #fff; 
}
.form-white input[type=password]:focus:not([readonly]) {
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff; 
}
.form-white input[type=password]:focus:not([readonly]) + label {
    color: #fff; 
}
.form_def_lb .form-white input[type=password], 
.form_def_lb .form-white input[type=text] {
    border-bottom: 1px solid #fff; 
}
.form_def_lb .form-white .form-control:focus {
    color: #fff;
}
.form_def_lb .form-white .form-control {
    color: #fff;
}
.form_def_lb .form-white textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 0 #fff;
    color: #fff; 
}
.form_def_lb .form-white textarea.md-textarea  {
    border-bottom: 1px solid #fff;
    color: #fff;
}
.form_def_lb .form-white textarea.md-textarea:focus:not([readonly])+label {
    color: #fff;
}
.form_def_lb .ripe-malinka-gradient {
    background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}
.form_def_lb .near-moon-gradient {
    background-image: linear-gradient(to bottom, #5ee7df 0%, #b490ca 100%);
}
.underline {
    text-decoration: underline;
}
.red_t {
    color: red;
}
.badge, .btn, .btn-primary.active:not([disabled]):not(.disabled), .btn-primary:not([disabled]):not(.disabled):active, .card:not([class*=card-outline-]), .chip, .jumbotron, .modal-dialog.cascading-modal .modal-c-tabs .nav-tabs, .modal-dialog.modal-notify .modal-header, .navbar, .pagination .active .page-link, .show>.btn-primary.dropdown-toggle, .z-depth-1 {
    box-shadow: none;
}
.form_def_lb .md-form .prefix~input, 
.form_def_lb .md-form .prefix~textarea {
    margin-left: 0;
    width: 92%;
    width: -webkit-calc(100% - 2rem);
    width: calc(100% - 2rem);
}
.form_def_lb .card {
border: none;
}
.btn-primary {
    color: #fff;
    background-color: #FF6A1B;
    border-color: #FF6A1B;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
}
.autoriz_bt,
.reg_bt {
    margin-right: 0;
    margin-left: 0;
    border-radius: 0;
    height: 51px;
    color: #ffffff;
    background: url(../img/lk_btn_top.png);
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
      background-repeat: no-repeat;
    background-size: cover;
    line-height: 1.286;
}

.autoriz_bt {
    margin-right: 15px;
}
.def_btn {
    margin-left: 15px;
    margin-right: 5px;
    border-radius: 0;
    height: 51px;
    color: #fff !important;
    background: url(../img/lk_btn_top.png);
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 1.286;
    width: 200px;
}

.lk_reg_wrap .autoriz_bt {
    margin-left: 0;
    background: none;
    color: #000 !important;
    border: 1px solid #FF6A1B;
}
 .reg_bt {
  margin-left: 15px;
      background: none;
      color: #000 !important;
      border: 1px solid #FF6A1B;
}
.lk_reg_wrap .reg_bt {
    margin-left: 15px;
      margin-right: 5px;
    border-radius: 0;
    height: 51px;
    color: #fff !important;
    background: url(../img/lk_btn_top.png);
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 1.286;
}

.form_def_lb .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form_def_lb .md-form label.active {
    -webkit-transform: translateY(-37%);
    -ms-transform: translateY(-37%);
    transform: translateY(-37%);
    font-size: .8rem;
    margin-left: 15px;
}
.form_def_lb .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 0.375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding-top:12px;
    padding-bottom: 0;
    padding-left: 15px;

}
.form_def_lb input[type=date]:focus:not([readonly]), 
.form_def_lb input[type=datetime-local]:focus:not([readonly]), 
.form_def_lb input[type=email]:focus:not([readonly]), 
.form_def_lb input[type=number]:focus:not([readonly]), 
.form_def_lb input[type=password]:focus:not([readonly]), 
.form_def_lb input[type=search-md]:focus:not([readonly]), 
.form_def_lb input[type=search]:focus:not([readonly]), 
.form_def_lb input[type=tel]:focus:not([readonly]), 
.form_def_lb input[type=text]:focus:not([readonly]), 
.form_def_lb input[type=time]:focus:not([readonly]), 
.form_def_lb input[type=url]:focus:not([readonly]),
.form_def_lb textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #FF711B;
    box-shadow: 0 1px 0 0 #FF711B;
}
.form_def_lb .md-form .prefix~label {
    margin-left: 15px;
}
/* стилизация плавающих инпутов*/

.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,106,27,.5);
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #FF6A1B;
    border-color: #FF6A1B;
}
.btn-primary:hover,
.btn-primary.active, .btn-primary:active, .btn-primary:focus {
    background-color: #FF6A1B!important;
    border-color: #FF6A1B;
}
.help_bl {
    color: rgb(151, 153, 155);
}
.wrap_question .descr_p {
    margin-top: -6px;
}
.question {
    font-weight: bold;
}
.bottom_text {
      color: rgb(151, 153, 155); 
}


.lk_sel_it .custom-select option {
    color: rgba(0,0,0,.9);
}
.date input{
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAeUlEQVQImW3LTwpBYRSH4eeyNUMDixCRf2V+67MBAyUl2xBrkCXYifoZcOuqe2bnPc+pUrxwVWepa3bVHqMeHljYVdsOtMYGT0mk2KdIilWSps1/7ZBElaT5PmKGId644azOBC34xSdMf9tFnXFz+odffEdfnUE7fwAi9DmlYm6fYwAAAABJRU5ErkJggg==") no-repeat right .75rem center/11px 8px;
   background-position: 97%;
   z-index: 9999;

}
.lk_sel_it .custom-select {
    display: inline-block;
    width: 99%;
    height: calc(2.4em + .75rem + 2px);
    padding: .375rem 1.9rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
      color: #757575;
    vertical-align: middle;
     background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAeUlEQVQImW3LTwpBYRSH4eeyNUMDixCRf2V+67MBAyUl2xBrkCXYifoZcOuqe2bnPc+pUrxwVWepa3bVHqMeHljYVdsOtMYGT0mk2KdIilWSps1/7ZBElaT5PmKGId644azOBC34xSdMf9tFnXFz+odffEdfnUE7fwAi9DmlYm6fYwAAAABJRU5ErkJggg==") no-repeat right .75rem center/11px 8px;
    background-color: transparent;
        border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}
.loin_wr {
    padding-top: 15px;
}
.lk_sel_wr .lk_sel_it label {
    display: none;
}
.lk_sel_wr .lk_sel_it.active label,
.lk_sel_wr .lk_sel_it:active label,
.lk_sel_wr .lk_sel_it:focus label {
    display: block;
-webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    color: #757575;
    position: absolute;
    top: .3rem;
    left: 18px;
    font-size: 12px;
    cursor: text;
}
.lk_sel_wr .lk_sel_it.active .custom-select,
.lk_sel_wr .lk_sel_it:active .custom-select,
.lk_sel_wr .lk_sel_it:focus .custom-select {
    padding-top: 12px;
    padding-bottom: 0;
    padding-left: 15px;
}
.form_def_lb .md-form.date .prefix~input {
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    padding-left: 12px;
    padding-top: 11px;
    padding-bottom: 0px;
}


/*lk_tabs*/

.lk_login .lk_tabs .nav-pills .nav-link.active, 
.lk_login .lk_tabs .nav-pills .show>.nav-link {
    color: #000;
    background-color: #FCB63D;
}
.lk_login .lk_tabs .nav-pills .nav-item a br {
    display: none;
}
.lk_login .lk_tabs .nav-pills .nav-item a {
     background-color: #E9E9E9;
    z-index: 1;
    position: relative;
       font-weight: 700;
       font-size: 14px;
       border-bottom: none
}
.lk_login .nav-pills {
    justify-content: space-between;
    display: flex;
    flex-wrap: nowrap;
}
.lk_login.news_s .nav-item:last-child {
    padding-right: 15px;
}
.title_top_c {
    background-image: url(../images/title_top_c.png);
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        padding: 25px 0;
        padding-left: 30px;
        padding-right: 0;
        padding-top: 80px;

}

.t_top {
    color: #fff;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.2;
}
.t_bottom {
    color: #ffffffbf;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.2;
}

.title_top_c {
    position: relative;

}
.title_top_c:before {
    content: '';
    height: 100%;
    width: 100px;
    background-image: url(../img/sli_color.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto;
    background-size: auto;
    position: absolute;
    left: -36px;
    z-index: -1;
    bottom: 0;
}

.title_top_c .loin_wr  {
    padding-right: 15px;
    width: 200px;
    position: relative;
    padding-top: 0;
    z-index: 1
}
.title_top_c .loin_wr:before {
    content: '';
    height: 100%;
    width: 50px;
    background: #fff;
    background-image: url(../img/sli_color.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto;
    background-size: auto;
    position: absolute;
    right: 0px;
    z-index: -1;
    bottom: 0;
}

.news_s.lk_login:before {
    content: '';
    display: none;
}
.lk_login_wrap {
    padding: 30px 30px;
    padding-bottom: 10px;
    background: #F8F8F8;
    flex-wrap: wrap;
}
.lk_login_wrap .card {
    background-color: transparent;

}
.lk_login_wrap .lk_login_wrap {
    padding-top: 8px;
}
.tab_title_bg {
    font-size: 22px;
    font-weight: 800;
}
.tab_title_bg .date_r_sm span:first-child {
    color: rgb(151, 153, 155);
}
.tab_title_bg .date_r_sm span:last-child {
   font-weight: 500;
   color: #000
}
.tab_title_bg .date_r_sm {
    font-size: 16px;
    font-weight: 300;
    margin-top: 2px;
}