
@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Book.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Demi.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Medium.woff2') format('woff2');
    font-weight: 450;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Branding SF';
    src: url('../fonts/FuturaPT-Medium.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.hidden {
    display: none!important;
}

body,html{
    padding: 0;
    margin: 0;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(90deg, #2A51B6 0%, #3155B5 100%);
    background-image: url(../img/home-light.jpg);
    color: #020202;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    font-family: 'Futura PT'!important;
    background-repeat: no-repeat;
    background-size: cover;
}

.c_pointer{
    cursor: pointer;
}

ul,li{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
h1,h2,h3{
    margin: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
}
button,input{
    border: none;
    outline: none;
    cursor: pointer;
}
.wrapper{
    padding: 0 140px;
}
.flex{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.flex-center{
    justify-content: center;
}
.switcher{
    border: 1px solid #1E48BE;
    border-radius: 15px;
    width: 40px;
    height: 13px;
    position: relative;
    cursor: pointer;
}
.switcher:before {
    content: '';
    position: absolute;
    background: #1E48BE;
    width: 19px;
    height: 19px;
    right: -1px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.menu_link{
    margin: 0 22px;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.04em;
    color: #020202;
}
.menu_link.active{
    color: #1E48BE;
    font-weight: 500;
}
.menu_link:hover{
    color: #1E48BE
}
.link_cabinet:hover{
    color: #ffd00d;
}
.link_cabinet{
    color: #1E48BE;
}
.btn{
   border-radius: 20px;
box-sizing: border-box;
    text-align: center;
    color: #FFFFFF;
   padding: 27px 32px;
    background: #1E48BE;
    font-family: 'Branding SF'!important;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
   display: block;
border: 1px solid transparent;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -ms-transition:300ms linear;
    -o-transition: 300ms linear;
    transition: 300ms linear;
}
.btn:hover{
    background: #FFFFFF;
    color: #1E48BE;
    border-color: #1E48BE;
    cursor: pointer;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -ms-transition: 300ms linear;
    -o-transition: 300ms linear;
    transition: 300ms linear;
}
.header .btn{
    padding: 10px 24px;
    margin-left: 22px;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.04em;
    font-weight: 400;
    font-family: 'Futura PT';
    border-radius: 8px;
    text-transform: none;
}
.btn_fix:hover{
    background: #1E48BE;
    color: #FFFFFF;
}
.header{
    padding: 42px 0;
    position: relative;
}
.license{
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #020202;
    opacity: 0.6;
    margin-bottom: 20px;
}
.dev{
    display: flex;
    justify-content: center;
}
.footer{
    padding-bottom: 63px;
}
.container{
    min-height: 75vh;
    padding-top: 40px;
    width: 100% !important;
    padding-right: 0!important;
    padding-left: 0!important;
    margin-bottom: 40px;
}
.item{
    background: #FFFFFF;
    box-shadow: -13px 23px 73px rgba(12, 39, 108, 0.08);
    border-radius: 28px;
    padding: 90px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid  #FFFFFF;
    width: 48%;
    box-sizing: border-box;
    margin-top: 80px;
}
.item.fix{
    background: #F3F3F3;
    border: 1px solid rgba(38, 67, 145, 0.26);
}
.item_title{
    font-weight: 500;
    font-size: 42px;
    line-height:1.3;
    letter-spacing: 0.04em;
    color: #020202;
    margin: 36px 0;
    text-align: center;
}
.item_descr{
    font-weight: 400;
    font-size: 19px;
    max-width: 550px;
    width: 90%;
    line-height: 160%;
    text-align: left;
    letter-spacing: 0.02em;
    color: #020202;
    opacity: 0.8;
    margin-bottom: 36px;
}
.logo_page{
    display: flex;
    justify-content: center;
}
.logo_page img{
    max-width: 306px;
    width: 100%;
}
.btn_fix{
    color: #1E48BE;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(291.72deg, #2D53B5 13.87%, #4571E2 86.63%);
    border: 1px solid rgba(38, 67, 145, 0.26);

}
.bottom_info{
    font-weight: 450;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    justify-content: center;
    color: #1E48BE;
    margin-top: 80px;
    margin-bottom: 100px;
}
.bottom_info img{
    margin-right: 18px;
}
.bottom_info span{
    position: relative;
    margin-left: 10px;
}
.bottom_info span:before{
    content: '';
    position: absolute;
    bottom: -7px;
    width: 100%;
    height: 16px;
    background-image: url("../img/line.svg");
    background-size: cover;
    background-repeat: no-repeat;
}
.section_title{
    font-weight: 500;
    font-size: 46px;
    line-height:1.3;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
    text-align: center;
}
.section_subtitle{
    font-weight: 500;
    text-align: center;
    font-size: 40px;
    line-height:1.3;
    letter-spacing: 0.04em;
    color: #1E48BE;
}
.logo{
    max-width: 176px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.logo:hover{
    opacity: 0.8;
}
.logo img{
    width: 100%;
}
.form_block{
    background: #FFFFFF;
    box-shadow: -13px 23px 73px rgba(12, 39, 108, 0.08);
    border-radius: 28px;
    padding: 80px 100px;
    max-width: 746px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 36px;
}
.form-group{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 24px;
    position: relative;
}
.control-label{
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #020202;
    opacity: 0.8;
    margin-bottom: 8px;
}
.form-control{
    background: #F3F3F3;
    border: 1px solid rgba(38, 67, 145, 0.26);
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 20px;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: rgba(30, 72, 190, 0.8);
}
.form-control::placeholder{
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.7)!important;
}
.form-control:focus{
    border-color: #1E48BE;
}
.form_text{
    font-weight: 450;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: rgba(30, 72, 190, 0.8);
    margin-bottom: 24px;
}
.filter{
    display: none;
}
.new_label {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 24px;
}
.form_popup .label_text {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: rgba(2, 2, 2, 0.8);
}
.new_label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.new_label .check {
    position: absolute;
    top: 50%;
    transform: translateY(-64%);
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid #353535;
    border-radius: 3px;
    box-sizing: border-box;
}
.new_label input:checked ~ .check,.check.active {
    background-image: url(../img/Vector.svg);
    border-color: #353535;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.new_label a{
    position: relative;
}
.new_label a:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0;
    background: rgba(2, 2, 2, 0.8);
}
.button .btn{
    width: 100%;
}
.forms{
    padding-top: 48px;
}
.dark{
    display: none;
}
.breadcrumb_list{
    display: flex;
    align-items: center;
}
.breadcrumb_list a,.breadcrumb_list li{
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #020202;
    /*opacity: 0.8;*/
}
.breadcrumb_list li span{
    text-transform: uppercase;
    /*opacity: 0.8;*/
    color: rgba(2, 2, 2, 0.8);
}
.breadcrumb_list a:hover{
    opacity: 1;
}
.main .breadcrumb_list li span{
    text-transform: none;
}
.breadcrumb_list img{
    margin: 0 15px;
}
.faq_answer{
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding-left: 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #201B1B;
}
.faq_list p{
    margin: 0;
    padding: 0;
}
.animation_class {
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -ms-transition: 300ms linear;
    -o-transition: 300ms linear;
    transition: 300ms linear;
}
.faq_title{
    font-weight: 450;
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    padding-right: 65px;
    color: #1E48BE;
    position: relative;
    cursor: pointer;
}
.faq_title:hover{
    color: #020202;
}
.faq_btn{
    position: absolute;
    width: 57px;
    height: 57px;
    background: rgba(30, 72, 190, 0.3);
    border-radius: 50%;
    right: 34px;
    transform: translateY(-50%);
    top: 50%;
}
.faq_btn:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 16px;
    height: 2px;
    background: white;
    border-radius: 4px;
}
.faq_btn:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(90deg);
    width: 16px;
    height: 2px;
    background: white;
    border-radius: 4px;
}
.faq_list li{
    padding-bottom: 24px;
    border-bottom: 2px solid rgba(30, 72, 190, 0.3);
    margin-bottom: 48px;
}
.faq_list li.active .faq_btn:after{
    display: none;
}
.faq_list li.active{
    padding-bottom: 48px;
}
.faq_list li.active .faq_answer{
    height: auto;
    opacity: 1;
    visibility: visible;
    padding-top: 23px;
}
.cabinet_block{
    box-shadow: -13px 23px 73px 0px #0C276C14;
border-radius: 0 0 28px 28px;
    display: flex;
    align-items: stretch;
    width: 100%;
   margin-bottom: 90px;
}
.sidebar{
    background: #F3F3F3;
    border: 1px solid rgba(38, 67, 145, 0.26);
    box-shadow: 9px 0px 47px rgba(12, 39, 108, 0.08);
    border-radius: 28px 0px 0px 28px;
    width: 255px;
    min-width: 255px;
    box-sizing: border-box;
    padding: 37px 10px 0 35px;
}
.tab_item{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    color: rgba(2, 2, 2, 0.4);
    margin-bottom: 33px;
    cursor: pointer;
}
.tab_item.active,.tab_item:hover{
    color: #1E48BE;
}
.tab_item span{
    border: 1px solid #1E48BE;
    width: 23px;
    height: 23px;

    min-width: 23px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 450;
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #1E48BE;
    margin-left: 12px;
}
.tab_item img{
   margin-right: 21px;
    display: block;
    width: 25px;
    filter: grayscale(1) brightness(2);
}
.tab_item.active img,.tab_item:hover img{
    filter: none;
}
.main{
    background: #FFFFFF;
    border-radius: 0px 28px 28px 0px;
    width: 100%;
    overflow-x: hidden;
    /*padding-top: 37px;*/
    position: relative;
}
.top_flex .section_title{
text-align: left;
    font-weight: 500;
    font-size: 42px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    color: #020202;
    margin-bottom: 0;
}
.main .breadcrumb_list{
    margin-left: 46px;
    flex-wrap: wrap;
}
.top_flex{
    align-items: baseline;
    padding: 0 46px;
    margin: 48px 0;
}
.balance{
    font-weight: 450;
    font-size: 18px;
    line-height: 26px;
    text-align: right;    letter-spacing: 0.04em;
    color: #1E48BE;
    white-space: nowrap;
    margin-left: 25px;
}
.balance span{
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}
.balance a{
    color: #1E48BE;
}
.balance span:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background:#1E48BE ;
    transition: .4s linear;
}
.balance span:hover:before{
    width: 0;
    left: auto;
    transition: .4s linear;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
    width: 100%;
}
thead{
    background: #F3F3F3;
    border-width: 1px 0px;
    border-style: solid;
    border-color: rgba(38, 67, 145, 0.26);
}
thead th{
    font-weight: 450;
    font-size: 16px;
    padding: 24px 17px;
    text-align: center;
}
td{
    font-family: 'Futura PT';
    color: rgba(2, 2, 2, 0.8);
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.02em;
    padding: 24px 17px!important;
    text-align: center!important;
}
td a{
    color: #1E48BE;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}


tr{
    padding: 0px 36px;
    position: relative;
}
tr:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 36px;
    right: 36px;
    height: 1px;
    background:  rgba(38, 67, 145, 0.26);
}
thead tr{
    position: static;
}
.tr_line{
    margin: 0 36px;
}
.td_last{
    padding-right: 50px!important;
}
thead .td_last{
    padding-right: 48px!important;
}
thead tr{

    padding: 0;
    border-bottom: 0;
}
.td_first{
    text-align: left!important;
    min-width: 235px;
    padding-left: 46px!important;

}
.td_first_url{
    padding-left: 46px!important;
}
.scroll_table{
    overflow-x: auto;
    min-height: 50vh;
}
.scroll_table.fix{
    margin-bottom: 20%;
}
.underline{
    position: relative;
    white-space: nowrap;
}
.underline:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    transition: .4s linear;
    background: #1E48BE;
}
.underline:hover:before{
    left: auto;
    width: 0;
    transition: .4s linear;
}
.more_line{
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #1E48BE;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 28px 0 28px 0;
    cursor: pointer;
}
.more_line img{
    margin-left: 9px;
}
.more_line:hover img{
    transform: rotate(45deg);
}
.scroll_table::-webkit-scrollbar-track-piece {
    background-color: #1E48BE;
}
.scroll_table::-webkit-scrollbar-track {
    background-color: #1E48BE;
}
.scroll_table::-webkit-scrollbar-thumb {
    height: 0;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0;
}
.scroll_table::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.tab_content{
    display: none;
}
.tab_content.active{
    display: block;
}
.tab_title{
    background: #F3F3F3;
    border-top: 1px solid rgba(38, 67, 145, 0.26);
    border-bottom: 1px solid rgba(38, 67, 145, 0.26);
    padding: 19px 0;
    border-radius: 0px 0px 27px 0px;
    display: flex;
    justify-content: center;
}
.step{
    font-weight: 450;
    font-size: 25px;
    line-height: 38px;
    letter-spacing: 0.04em;
    color: #1E48BE;
    opacity: 0.4;
}
.step.active{
    opacity: 1;
}
.tab_title img{
    margin: 0 20px;
}
.step_form{
    display: none;
    margin: 36px auto 90px auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
.step_form.active{
    display: block;
}
.td_href{
    white-space: nowrap;
}
.next_step_form{
    max-width: 647px;
    width: 100%;
}
.prev_step_form{
    max-width: 547px;
    width: 100%;
}
.selectpicker{

}
.bootstrap-select{
    width: 100%;
}
.bootstrap-select>.dropdown-toggle{
    background: #F3F3F3!important;
    border: 1px solid rgba(38, 67, 145, 0.26)!important;
    border-radius: 8px!important;
    padding: 6px 20px!important;
    height: 46px!important;
    font-family: 'Futura PT'!important;
    font-style: normal!important;
    font-weight: 300!important;
    font-size: 16px!important;
    line-height: 160%!important;
    letter-spacing: 0.02em!important;
    text-align: left!important;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.7)!important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    justify-content: flex-start!important;
    position: relative;
    padding-right: 40px;
    text-transform: none!important;
}
.caret{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.caret:before{
    content: ''!important;
    background-image: url("../img/caret.svg");
    width: 14px;
    height: 9px;
}
.next_step_form .form-group{
    flex-direction: row;
    justify-content: space-between;
}
.next_step_form  .form-control{
    width: 194px;
    text-align: center;
    font-weight: 450;
}
.next_step_form  .form-control::placeholder{
    text-align: center;
}
.next_step_form .control-label{
    font-weight: 450;
}
.next_step_form textarea{
    width: 100% !important;
    max-width: 435px;
    height: 130px;
}
.next_step_form .textarea{
    margin-bottom: 59px;
}
.control-label span{
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
    text-align: right;
    letter-spacing: 0.02em;
    color: #000000;
    opacity: 0.7;
    display: block;
}
.btn_border{
    color: #1E48BE;
    border-color: #1E48BE!important;
    background: #FFFFFF;
}
.btn_border:hover{
    opacity: 0.6;
}
.flex_btns .btn{
    width: 48%;
}
.has-error .help-block{
    color: red;
}
.help-block{
    /* display: none; */
    display: contents;
}
.tr_line.active td,.tr_line.active td a{
    color: #2BBE1E!important;
}
.remove{
    font-weight: 450;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #D80000;
  margin-left: 40px;
    text-align: right;
    display: inline-block;
}
.remove:before{
    background: #D80000;
    bottom: 1px;
}
.justify-content-center-td-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
}
.justify-content-center-td-links .remove {
    margin-left: 0;
}
.justify-content-center-td-links.fix{
    display: table-cell;
}
.do{
    font-weight: 450;
    font-size: 14px;
    line-height: 160%;
    text-align: left;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #1E48BE;
}
.accept{
    font-weight: 450;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2BBE1E;
}
.td_last_fix{
    /*padding-right: 0!important;*/
    /*text-align: left;*/
    width: 245px;
    box-sizing: border-box;
}
.td_last_fix span{
    display: inline-block;
}
.th_znak{
    padding-left: 0;
    padding-right: 0;
    width: 40px;
}
.td_width{
    width: 35px;
    padding-left: 20px;
    padding-right: 5px;
}
.tr_line.active .td_href:before{
    background: #2BBE1E;
}
.accept:before{
    background:  #2BBE1E;
    bottom: 1px;
}
.tab_content_zavdannia .td_first{
    min-width: auto;
    width: 28%;
    box-sizing: border-box;
}
.tab_content_zavdannia .zamovl{
    text-align: left;
}
.tab_content_zavdannia .underline:before{
    bottom: 1px;
}
.tab_content_balance .tab_title{
    border-radius: 0;
}
.tab_title span{
    font-weight: 450;
    font-size: 30px;
    line-height: 46px;
    letter-spacing: 0.04em;
    color: #1E48BE;
}
.form_width{
    max-width: 470px;
    width: 100%;
    margin: 36px auto 12% auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.form_info{
    display: flex;
   justify-content: center;
    font-weight: 450;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: rgba(2, 2, 2, 0.8);
    margin-bottom: 24px;
}
.form_width .form-group{
    flex-direction: row;
    margin-bottom: 24px;
    align-items: center;
}
.form_width .form-control{
    width: 194px;
    margin-left: 20px;
}
.form_width .control-label{
    font-weight: 450;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: rgba(2, 2, 2, 0.8);
    opacity: 1;
    margin-bottom: 0;
}
.form_info_right{
    letter-spacing: 0.04em;
    color: #1E48BE;
    margin-left: 12px;
    display: block;
}
.form_info.fix .form_info_right{
    color: #2BBE1E;
}
.flex_history{
    justify-content: center;
    margin-top: 24px;
}
.flex_history .underline{
    font-weight: 450;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: rgba(30, 72, 190, 0.8);
}
.history_table{
    max-width: 716px;
    margin: 0 auto;
    /*margin-bottom: 20%;*/
}
.history_table thead{
    border: none;
    background: transparent;

}
.history_table thead th{
    font-weight: 450;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #1E48BE;
    text-align: left;
    opacity: 0.8;
    width: 25%;
    padding: 36px 10px 24px 10px;
}
.history_table tr:before{
    display: none;
}
.history_table tr{
    padding: 0;
}
.history_table td{
    font-weight: 450;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #020202;
    opacity: 0.8;
    white-space: nowrap;
    padding: 0 10px 17px 10px!important;
    text-align: left!important;
}
.obrobka{
    color: #2BBE1E!important;
}
.obrobka_4{
    color: #be1e26!important;
}
.history_table td span{
    position: relative;
}
.history_table td span:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #020202;
    opacity: 0.8;
}
.burger {
    display: none;
    position: relative;
    height: 22px;
    margin-right: 20px;
    width: 37px;

    cursor: pointer;
    webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.line {
    left: 0;
    height: 2px;
    background-color: #1E48BE;
    position: absolute;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    right: 0;
}
.line1 {
    top: -1px;
    left: 0;
}
.line2 {
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.line3 {
    bottom: -1px;
    left: 0;
    right: 10px;
}
.burger.active .line1 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    left: 0;
}
.burger.active .line2 {
    display: none;
}
.burger.active .line3 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 50%;
    left: 0;
    right: 0;
}
.menu{
    display: none;
    top: 59px;
    flex-direction: column;
    position: fixed;
    left: -500px;
    bottom: 0;
    width: 320px;
    background-color: #ffffff;
    z-index: 111;
    padding: 15px;
    padding-top: 20px;
    box-sizing: border-box;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    opacity: 0;
    visibility: hidden;
}
.menu.active{
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.flex_item{
    align-items: flex-start;
}
.dev a:hover{
    transform: scale(1.1);
}
.text_left{
    text-align: left;
    margin: 60px 0;
}
.tabs_news{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.flex_news{
    margin-bottom: 100px;
}
.tab_new{
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #020202;
    opacity: 0.8;
    position: relative;
    margin-right: 30px;
    cursor: pointer;
}
.tab_new:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 1px;
    background: #020202;
    transition: .4s linear;
}
.tab_new:hover:before{
    left: auto;
    width: 0;
    transition: .4s linear;
}
.tab_top{
    font-weight: 450;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #1E48BE;
    opacity: 0.8;
    cursor: pointer;
}
.tab_top:hover{
    opacity: 1;
}
.sidebar_news{
    width: 435px;
    min-width: 435px;
    margin-left: 80px;
    padding-top: 73px;
}
.news_img{
    box-shadow: -13px 23px 73px rgba(12, 39, 108, 0.08);
    border-radius: 28px;
    position: relative;
    height: 470px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.flex_tags{
    position: absolute;
    bottom: 20px;
    left: 24px;
    flex-wrap:wrap ;
    justify-content: flex-start;
}
.tag_item{
    margin-bottom: 4px;
    margin-right: 24px;
    background: #FFFFFF;
    box-shadow: -13px 23px 73px rgba(12, 39, 108, 0.08);
    border-radius: 28px;
    padding: 2px 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: rgba(30, 72, 190, 0.8);

}
.news_title{
    font-weight: 450;
    font-size: 23px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    display: block;
    color: #1E48BE;
    margin: 20px 0;
}
.news_title:hover,.tag_item:hover{
    opacity: 0.8;
}
.news_info{
    justify-content: flex-start;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #020202;
    opacity: 0.4;
}
.news_date{
    margin-right: 5%;
}
.news_read img{
    margin-right: 9px;
}
.news_descr{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), #020202;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.02em;
    max-height: 96px;
    overflow: hidden;
    margin-bottom: 20px;
    /*margin-top: 20px;*/
}
.flex_news{
    align-items: flex-start;
}
.sidebar_item{
    background: #FFFFFF;
    box-shadow: -13px 23px 73px rgba(12, 39, 108, 0.08);
    border-radius: 28px;
    padding: 30px;
    margin-top: 40px;
}
.sidebar_item.fix{
    padding: 30px 0;
}
.sidebar_item.fix .sidebar_title{
    padding-left: 30px;
}
.top_news{
    border-top: 1px solid rgba(38, 67, 145, 0.26);
    padding-left: 30px;
    padding-right: 30px;
}
.sidebar_title{
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #020202;
    opacity: 0.8;
    padding-bottom: 23px;
}
.top_new{
    font-weight: 450;
    font-size: 18px;
    display: block;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #020202;
    padding-top: 30px;
}
.top_new:hover{
    color: #1E48BE;
}
.top_new span{
    color: #1E48BE;
    margin-right: 10px;
}
.tags{
    justify-content: flex-start;
    flex-wrap: wrap;
}
.tag{
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #1E48BE;
    opacity: 0.8;
    margin:7px  18px 7px 0;
}
.tag:hover{
    opacity: 0.8;
}
.search_form{
    background: #FFFFFF;
    box-shadow: -13px 23px 73px rgba(12, 39, 108, 0.08);
    border-radius: 44px;
    padding: 23px 30px;
    display: flex;
    align-items: center;
}
.news_item{
    margin-bottom: 40px;
}
.search_input{
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #000000;
    opacity: 0.5;
}
.more_news{
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #1E48BE;
    opacity: 0.8;
    position: relative;
}
.more_news:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    transition: .4s linear;
    background:#1E48BE ;
}
.more_news:hover:before{
    left: auto;
    width: 0;
    transition: .4s linear;
}
.search_input::placeholder{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #000000;
}
.search_button{
    background: transparent;
}
.search_button:hover{
    opacity: 0.8;
}
.user_block{
    position: absolute;
    opacity: 0;
    visibility: hidden;
   background-image: url("../img/user.png");
    padding: 13px 0;
    padding-top: 23px;
    width: 217px;
    left: -142px;
    top: 36px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.user_link:hover{
    opacity: 1;
}
.user_link{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #020202;
    opacity: 0.8;
    padding-left: 36px;
    padding-bottom: 8px;
}
.user_exit{
    border-top: 1px solid #BEC5DA;
    padding-top: 13px;
    margin-top: 5px;
    padding-bottom: 0;
}
.user_link img{
    margin-right: 6px;
}
.user_block.active{
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    z-index: 1;
}
.user_name{
    background: #1E48BE;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 450;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 10px;
}
.user{
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 22px;
}
.popup{
    background: #FFFFFF;
    box-shadow: -13px 23px 73px rgba(12, 39, 108, 0.15);
    border-radius: 28px;
    max-width: 870px;
    width: 97%;
  margin: 10% auto 10% auto;
    padding-top: 88px;
    padding-bottom: 88px;
    padding-left: 95px;
    padding-right: 95px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
.popup .btn{
    max-width: 545px;
    margin: 0 auto;
    border: 1px solid rgba(38, 67, 145, 0.26) !important;
}
.text{
    padding: 0 46px;
}
.alert-success{
    color: #1E48BE!important;
    background: #FFFFFF!important;
    box-shadow: -13px 23px 73px rgb(12 39 108 / 8%);
    border-radius: 20px;
    border: none!important;
}
.popup_close,.fn_close{
    position: absolute;
    right: 30px;
    cursor: pointer;
    top: 30px;
}
.popup_close:hover,.fn_close:hover{
    transform: scale(1.1);
}
.popup_descr{
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #020202;
    margin-bottom: 30px;
}
.popup .section_title,.section_title_check{
    font-size: 48px;
    line-height:1.3;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #1E48BE;
}
.popup .section_title.fix{
    margin-bottom: 40px;
}
.process{
    color: #1E48BE;
}
.block_next{
    display: none;
    margin-top: 20px;
}
.block_next.active{
    display: block;
}
.popup_pidtverd{
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 50%;
    margin: 0;
    top: 50%;
    transform: translate(-50%,-50%);
}
.popup_pidtverd.active{
    opacity: 1;
    visibility: visible;
}
.popup_pidtverd .btn{
    max-width: none;
}
.none{
    display: none;
}
.tab_content_project .td_width{
    width: 140px;
}
td{
    cursor: pointer;
}
.catalog_form{
    max-width: 850px;
    width: 100%;
    margin: 15px auto;
    padding: 0 25px;
    box-sizing: border-box;
}
.tab_content_catalog .tab_title{
    font-size: 16px!important;
    padding: 15px!important;
    text-align: center;
}
.form_flex_fix .form-group{
    width: 48%;
}
.form_flex_fix{
    flex-wrap: wrap;
}
.form_flex .form-group{
    margin-right: 10px;
    margin-left: 10px;
    align-items: center;
    flex-direction: row;
}
.form_flex .control-label{
    margin: 0 10px 0 0;
}
.form_flex .form-control{
    width: 70px;
    padding: 6px;
    text-align: center;
}
.form_flex{
    justify-content: center;
}
    /*dark*/
.dark-theme .top_flex .section_title{
    color: #020202;
}
.dark-theme .main .breadcrumb_list a, .dark-theme .main .breadcrumb_list li {
    color: #020202;
}
.dark-theme .main .breadcrumb_list img{
    filter: none;
}
.dark-theme .menu_link,.dark-theme .text_all{
    color: #FFFFFF;
}
.text_404{
    color: #1E48BE;
}
.dark-theme .text_404{
    color: #FFD00D;
}
.dark-theme{
    background-image: url("../img/home-dark.jpg");
}
.dark-theme .switcher{
    border-color: white;
}
.dark-theme .switcher:before{
    background: #FFFFFF;
    right: auto;
}
.dark-theme .header .btn{
    background: #FFFFFF;
    color: #1E48BE;
}
.dark-theme .link_cabinet{
    color: #FFFFFF;
}
.dark-theme .section_title{
    color: #FFFFFF;
}
.dark-theme h3.section_subtitle{
    color: #FFD00D;
}
.dark-theme .license{
    color: rgba(255, 255, 255, 0.6);
}
.dark-theme .light{
    display: none;
}
.dark-theme .dark{
    display: flex;
}
.dark-theme .bottom_info{
    color: #FFD00D;
}
.dark-theme .breadcrumb_list a, .dark-theme .breadcrumb_list li,.dark-theme .faq_answer{
    color: rgba(255, 255, 255, 1);
}
.dark-theme .breadcrumb_list li span{
    color: rgba(255, 255, 255, 0.7);
}
.dark-theme .main .breadcrumb_list li span{
    color: #020202;
    opacity: 0.8;
}
.dark-theme .breadcrumb_list img{
    filter: invert(1) grayscale(1) brightness(2);
}
.dark-theme  .faq_title{
    color: #FFFFFF;
}
.dark-theme .faq_list li{
    border-color: rgba(255, 255, 255, 0.3);
}
.dark-theme .faq_btn{
    background: rgba(255, 255, 255, 0.3);
}
.dark-theme .faq_btn:before,.dark-theme .faq_btn:after{
    background: white;
}
.dark-theme .header .btn:hover{
    color: #FFFFFF;
    background:#1E48BE ;
    border-color: white;
}
.dark-theme .menu_link:hover{
  color: #FFD00D;
}
.dark-theme .line{
    background: white;
}
.dark-theme .menu{
    background: #1E48BE ;
}

.dark-theme .btn.menu_link_mob{
    background: #FFFFFF;
    color: #1E48BE ;
}
.dark-theme .tab_new,.dark-theme .tab_top,.dark-theme .news_title,.dark-theme .news_info,.dark-theme .more_news{
    color: #FFFFFF;
}
.dark-theme  .tab_new:before,.dark-theme .more_news:before,.dark-theme .news_list .more_line:before{
    background: white;
}
.dark-theme .news_descr{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

    opacity: 0.8;
}
.dark-theme .news_list .more_line{
    color: #FFFFFF;
}
.dark-theme .news_read img{
    filter: invert(1);
}
.dark-theme .user_name{
    background: #FFFFFF;
    color: #1E48BE;
}
.dark-theme .user >img{
    filter: grayscale(1) invert(1);
}

.news_text{
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.02em;

}
.dark-theme .news_text,.dark-theme .page_post{
    color: #FFffff;
}
.dark-theme .page_post{
    color: #FFD00D;
}

.news_img.fix{
    margin-bottom: 15px;
}
.page_post{
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #1E48BE;
    opacity: 0.8;
}
.flex_page{
    margin: 30px 0;

}
.page_post:hover{
    opacity: 1;
}
.field-optimisatorprojects-url .help-block{
    position: absolute;
    bottom: -16px;
    right: 0;
    margin-top: 0;
}
.has-error .help-block{
    margin-top: 8px;
}
.open_filters_block{
    margin-bottom: 40px;
}
.text_task_text,.task_do_popup,.work_block{
    display: none;
}
.text_task_text.active,.task_do_popup.active,.work_block.active{
    display: block;
}
.alert{
    max-width: 550px;
    margin: 0 auto 25px auto!important;
    border-radius: 28px;
    width: 90%;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 27px;
    text-align: center!important;
}
.fn_task_form{
    width: 100%;
    margin-top: 20px;
}
.h{
    font-size: 36px;
    line-height:1.3;

    text-align: center;
    letter-spacing: 0.04em;
    color: #1E48BE;
}
.fn_close{
    color: #B5C3EA;
    font-size: 18px;
}
.tab_content_catalog .btn{
    padding: 18px 25px;
    white-space: nowrap;
}
.text_task_text,.task_do_popup{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: white;
    border-radius: 15px;
    padding: 20px 10px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 2px 73px rgb(12 39 108 / 17%);
    width: auto;
}
td{
    position: relative;
}
.fn_close_text_task_text,.fn_close_task_do{
    position: absolute;
    right:5px;
    top: 5px;
    z-index: 10;
    width: 15px;
  height: 15px;
}
.fn_close_text_task_text:before,.fn_close_task_do:before{
    content: '';
    position: absolute;
    right: 0;
    top: 6px;
    width: 100%;
    height: 1px;
    transform: rotate(45deg);
    background: #0e0e0e;
}
.fn_close_text_task_text:after,.fn_close_task_do:after{
    content: '';
    position: absolute;
    right: 0;
    top: 6px;
    width: 100%;
    height: 1px;
    transform: rotate(-45deg);
    background: #0e0e0e;
}
.text_task_text .text{
    padding: 0;
    text-align: center;
    color: #1E48BE;
    line-height: 1.2;
}
.fn_task_do_btn{
    color: #1E48BE;
}
.task_do_popup input{
    background: #F3F3F3;
    border: 1px solid rgba(38, 67, 145, 0.26);
    border-radius: 8px;
    padding: 5px;
}
.fn_errors {
    color: red;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.02em;

}
.not_money{
    color: red;
}
.flex_popup{
    position: fixed;
    /*display: none;*/
    left: 0;
    display: block;
    top: 0;
    opacity: 0;
    margin-top: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -ms-transition: 300ms linear;
    -o-transition: 300ms linear;
    transition: 300ms linear;
}
.flex_popup.active{
    opacity: 1;
    visibility: visible;
    display: block;

    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -ms-transition: 300ms linear;
    -o-transition: 300ms linear;
    transition: 300ms linear;
}
.form_change form,.zavd{
    max-width: 547px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    margin-bottom: 90px;
    box-sizing: border-box;
}
.form_change .btn{
    width: 100%;
}
.form_change .tox-tinymce{
    width: 100% !important;
    border-radius: 8px!important;
    border-color: rgba(38, 67, 145, 0.26)!important;
}
.form_change .tox .tox-edit-area__iframe{
    background-color:#F3F3F3!important;
}
.td_first img:hover{
    opacity: 0.8;
    webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.td_first img{
    webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    position: relative;
    top: 2px;
    margin-left: 5px;
}
.popup .label_text{
    font-size: 25px!important;
}
.form_change.fix form{
    max-width: 100%;
}
.form_change.fix .btn {
    max-width: 200px;
}
.new_pass{
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.new_pass.active{
    opacity: 1;
    visibility: visible;
    position: relative;
}
.btn_new_pass.active{
    display: none;
}
.callback_form{
    margin-top: 15px;
}
.close{
    opacity: 1!important;
    width: 18px;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -ms-transition: 300ms linear;
    -o-transition: 300ms linear;
    transition: 300ms linear;
}
td a:hover{
    opacity: 0.8; -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -ms-transition: 300ms linear;
    -o-transition: 300ms linear;
    transition: 300ms linear;

}
.close img{
    width: 100%;
}
.callback_form textarea{
    height: 150px;
}
.close:hover{
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -ms-transition: 300ms linear;
    -o-transition: 300ms linear;
    transition: 300ms linear;
}

.fn_article_block {
    margin-bottom: 20px;
}
.alert-danger{
    color: red!important;
    background: #FFFFFF!important;
    box-shadow: -13px 23px 73px rgb(12 39 108 / 8%);
    border-radius: 20px;
    border: none!important;
    font-size: 20px;
    max-width: 350px;
}
.alert-danger .close{
    position: absolute;
    right: 5px;
}
.alert-warning{
    background: #FFFFFF!important;
    box-shadow: -13px 23px 73px rgb(12 39 108 / 8%);
    border-radius: 20px;
    border: none!important;
}
.alert-info{
    background: #FFFFFF!important;
    box-shadow: -13px 23px 73px rgb(12 39 108 / 8%);
    border-radius: 20px;
    border: none!important;
}
.alert{
    position: absolute;
    z-index: 1000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 1px 4px 73px 50px rgba(12, 39, 108, 0.15);
}

.buttons_block{
    margin-bottom: 20px;
}

.feedback_open_button{
    cursor: pointer;
    color: #1E48BE;
}

.tcm--20{
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
}
.obrobka .btn{
    padding: 8px 20px;
    width: auto;
    margin-left: 25px;
}
.obrobka form{
    display: inline-block;
}
.old_tr .scroll_table.fix{
    margin-bottom: 50px;
}
.task_id{
    color: rgba(2, 2, 2, 0.6);
    font-size: 14px;
    padding-left: 5px;
}
.btn-mob,.desct_hidden{
    display: none;
}
.btn-mob.fix{
    display: flex;
    background: transparent;
    background-image: url("../img/close-new.svg");
    background-position: center;
    background-repeat: no-repeat;
    padding: 0!important;    width: 16px;
    height: 16px;
    margin: 0 auto;
    border: none;
    transform: rotate(45deg);
}
.flex_item_fix .item{
    padding-left: 25px;
    padding-right: 25px;
}
.flex_item_fix .item_title{
    margin-bottom: 19px;
}
.popup_pidtverd.fix .form-control{
    margin-bottom: 25px;
    max-width: 250px;
}
.popup_pidtverd.fix .btn{
    padding-top:15px;
    padding-bottom: 15px;
}
.timer_block{
    margin-top: 20px;
    font-weight: 400;
    font-size: 17px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #020202;
    opacity: 0.8;
}
#timer{
    color: #1E48BE;
}
#fn_reset_phone{
    margin-top: 20px;
}
.mob_list{
    display: none;
    padding: 0 20px;
}
.site_title{
    font-weight: 500;
    font-size: 21px;
    display: block;
    color: #1E48BE;
}
site_title.inactive{
    color: rgba(2, 2, 2, 0.4);
}
.site_title:focus{
    color: #1E48BE;
}
.site_info_item{
    margin-bottom: 10px;
    font-size: 0.8rem;
    padding: 5px 14px;
    border-radius: 10px;
}
.site_info_item:nth-child(2n-1) {
    background: #eaeffb;
}
.site_info_item span{padding-right: 10px;
font-weight: 500;
}
.site_item{
    border-bottom: 1px solid rgba(38, 67, 145, 0.26);
    padding: 10px 0;
}
.site_info{
    display: flex;
    flex-wrap: wrap;
    opacity: 0.8;
}
.fn_sites_items.fix{
    padding: 0 46px;
}
a.svg-link {
    vertical-align: middle;
    position: relative;
    top: -2px;
    height: 20px;
    display: inline-block;
}
.title-link.svg-link {
    left: 10px;
    vertical-align: inherit;
    top: 4px;
}
svg {
    position: relative;
    width: 20px;
    height: 20px;
}
.title-link svg {
    width: 30px;
    height: 30px;
}
 .green {
        color: #64a539;
}
.red {
    color: red;
}
.text-center {
    text-align: center;
}
.column {
    padding: 10px 15px;
    font-weight: bold;
}
.column-header {
    font-weight: bold;
}
.order-btn {
    padding: 0px 10px !important; 
    font-size: 12px; 
    width: fit-content; 
    height: fit-content;
    align-self: center;
}
hr.delimiter {
    margin: 0 15px 20px;
    height: 1px;
    background-color: white;
}

.modal.vertical-center .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) !important;
}
.fade-scale {
  /*transform: scale(0);*/
  opacity: 0;
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}

.fade-scale.in {
  opacity: 1;
  /*transform: scale(1);*/
}
.wish_btn{
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    top: 5px;
    cursor: pointer;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -ms-transition: 300ms linear;
    -o-transition: 300ms linear;
    transition: 300ms linear;
}
.wish_btn:hover{
    opacity: 0.8;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -ms-transition: 300ms linear;
    -o-transition: 300ms linear;
    transition: 300ms linear;
}
.wish_btn img{
   width:100%;
}
.wish_ic{
    position: absolute;
    right: 0;
    bottom: 2px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wish_plus{
    background: #64a539;
}
.wish_minus{
    background: red;
}

.flex_url {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.flex_url .left_flex {
    width: 48%;
}

.forgot_pass{
    margin-top: 10px;
    text-align: center;
}
.forgot_pass a{
    text-align: center;
    position: relative;
    color: #1E48BE;
    font-weight: 450;
    font-size: 18px;
    line-height: 26px;
}
.forgot_pass a:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #1E48BE;
    transition: .4s linear;
}

.forgot_pass a:hover:before{
    width: 0;
    transition: .4s linear;
    right: 0;
}
.right_flex{
    width: 48%;
}
.field-q-price_from{
    margin-left: 0!important;
}
.favorite_popup .popup{
    max-width: 400px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 0;
    margin-bottom: 0;
    top: 50%;
    transform: translateY(-50%);
}

.search-url{
    margin-left: 40px;
    margin-bottom: -70px;
}

.inactive{
    opacity: 0.5;
    color: gray;
}
.catalog_top_flex{
    position: relative;
}
.catalog_top_flex .search-url{
    margin: 0;
    /*position: absolute;*/
    /*left: 20px;*/
    /*top: -10px;*/
}
.red_inactive{
    font-size: 0.9rem;
}
.site-prices_inactive{
    color: red;
    font-size: 0.9rem;
    display: block;
    width: 100%;
    margin: 8px 0;
}
.fn_settings_view{
    padding: 0 46px;
    margin-bottom: 20px;
}
.fn_settings_view label:hover{
    opacity: 0.8;
    cursor: pointer;
    transition: .4s linear;
}
.fn_settings_view label{
    transition: .4s linear;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    color: #1E48BE;
}
.fn_settings_view .form_flex_fix .form-group {
    width: 23%;
    margin-bottom: 10px;
}
.fn_settings_view .flex_btns{
    justify-content: center;
    margin-top: 15px;
}
.sorter{
    display: flex;
}
.sorter a{
    transition: .4s linear;
    font-weight: 500;
    color: #1E48BE;
    position: relative;
}
.sorter a:before{
    left: -18px;
    top: 3px;
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}
.sorter a.desc:before{
    background-image: url("../img/sort.svg");
}
.sorter a.asc:before{
    background-image: url("../img/sort2.svg");
}
.sorter a:hover{
    transition: .4s linear;
    opacity: 0.8;
}
.sorter li{
    margin-left: 25px;
}
.flex_catalog_new{
    padding: 0 46px;
}
.flex_catalog_new .btn{
    margin-left: 10px;
    margin-right: 10px;
}
.sorter_title{
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #020202;
    opacity: 0.8;
    margin-bottom: 20px;
    text-align: right;
}
.sorter_block{
    margin-bottom: 24px;
}
.pagination  li.disabled{
    display: none;
}
.pagination{
    display: flex!important;
    align-items: center;
    justify-content: center;
    margin: 28px 10px 35px 10px!important;
    flex-wrap: wrap;
}

.pagination li a,.pagination li span{
    color: #1E48BE!important;
}
.pagination li a{
    border-color: rgba(2, 2, 2, 0.4);
}
.pagination li.active a{
    background: #1E48BE!important;
    color: #FFFFFF!important;
    border-color: #1E48BE!important;;
}
.pagination li:first-child a{
    border-radius: 4px 0 0 4px;
}
.pagination li:last-child a{
  border-radius: 0 4px 4px 0;
 }
/*.pagination li:nth-child(2).active a{*/
/*    border-radius: 4px 0 0 4px;*/
/*}*/
.pagination_flex .pagination{
    margin: 0!important;
}
.pagination_flex{
    padding: 0px 46px 28px 46px;
    margin-top: 20px;
}
.page-size-selector .form-control{
    padding: 6px 5px 6px 8px;
    text-align: center;
    outline: none;
    cursor: pointer;
}
.badges {
    display: flex;
}

.badge {
    margin-right: 10px;
    border-radius: 20px;
    box-sizing: border-box;
    text-align: center;
    color: #FFFFFF;
    background: #ffd00d;
    font-family: 'Branding SF' !important;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    display: block;
    border: 1px solid transparent;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0px 10px !important;
    font-size: 12px;
    width: fit-content;
    height: fit-content;
    align-self: center;
    color: #020202;
}

.badge.badge-best-price {
    background-color: #64a539;
    color: white;
}
