@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400&family=Montserrat:wght@600&display=swap');

body {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    color: #2f4369;
    background: #f0f3f7;
}

body, html {
    scroll-behavior: smooth;
}

.btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.btn-success {
    background-color: #5fbd49;
    border: none;
}

a {
    color: #0c4da3;
}

.help-block {
    margin-top: 3px;
    color: red;
}

.hint-block {
    margin-top: 3px;
    color: darkgray;
}

header {
    background: #f0f3f7 url("../images/header.jpg") 53% top no-repeat;
    height: 660px;
}

img {
    max-width: 100%;
    height: auto;
}

.logo {
    position: absolute;
    top: 35px;
    background: url("../images/logo.png") no-repeat;
    width: 45px;
    height: 45px;
}

.promo1 {
    position: absolute;
    top: 110px;
}

.promo2 {
    position: absolute;
    top: 270px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #2f4369;
    line-height: 1.2;
}

.passport .promo2, .success .promo2 {
    top: 230px;
    font-size: 24px;
}

.site-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #2f4369;
}

.slogan {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    color: #2f4369;
    opacity: .6;
}

.menu-top {
    position: absolute;
    left: 320px;
    top: 111px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
}

.promo3 {
    position: absolute;
    top: 400px;
}

.passport .promo3, .success .promo3 {
    top: 340px;
}

.promo3 .item {
    margin-right: 40px;
}

.promo3 .item1 {
    max-width: 290px;
}

.promo3 .item2 {
    max-width: 105px;
}

.promo3 .item3 {
    max-width: 150px;
}

.promo3 .item .line1 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    color: #2f4369;
    opacity: .6;
}

.promo3 .item .line2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #0c4da3;
}

.button1 {
    position: absolute;
    top: 540px;
    padding: 20px 70px;
}

.passport .button1, .success .button1 {
    display: none;
}

.promo4 {
    position: absolute;
    top: 110px;
    right: 0;
    width: 300px;
}

.promo4 .line1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #2f4369;
}

.promo4 .line2 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    color: #2f4369;
    opacity: .6;
}

.promo4 .item {
    margin-top: 40px;
}

.promo4 .item .icon {

}

.promo4 .item .text {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    color: #2f4369;
}

.steps {
    background: #f0f3f7;
    padding-top: 30px;
}

.steps > .container {
    max-width: 1000px;
}

.steps .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #2f4369;
    text-align: center;
}

.steps .item {
    min-width: 180px;
    padding-bottom: 300px;
}

.steps .items .number {
    background: url("../images/polygon_1.png") center center no-repeat;
    width: 90px;
    height: 90px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #0c4da3;
}

.steps .items .desc {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    color: #2f4369;
    opacity: .8;
}

.steps .delimiter {
    background: url("../images/delimiter.gif") center center repeat-x;
    width: 100%;
    height: 90px;
}

.form {
    margin-top: -260px;
}

.passport .form, .success .form {
    margin-top: -180px;
}

.form .form-inner {
    background: #fff;
    padding: 45px 165px;
    border-radius: 20px;
}

.success .form .form-inner {
    padding: 45px 80px;
}

.form .title {
    font-size: 18px;
}

.form .title2 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #2f4369;
}

.form .title span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #0c4da3;
}

.form .progress {
    height: 45px;
    border: 1px solid #e4ebf4;
    border-radius: 6px;
    background: #fff;
}

.is-sticky .progress {
    margin-top: 0 !important;
    left: 0;
    width: 100% !important;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #e4ebf4;
}

.form .progress .progress-main {
    height: 43px;
    background: url("../images/progress.png") right top repeat-x;
}

.form .progress .progress-tip {
    width: 0;
}

.form .progress .progress-tip div {
    height: 43px;
    width: 43px;
    background: url("../images/progress-tip.png") right top repeat-x;
}

.form .form-control {
    height: 50px;
    border-radius: 6px;
}

.form .with-range {
    height: auto;
    padding-top: 9px;
    padding-bottom: 15px;
    background: #f0f3f7;
    border-color: #f0f3f7;
}

.form .range {
    margin-top: -15px;
}

.form .custom-range {
    border-radius: 0;
}

.promo5 {
    background: #f0f3f7;
    border-radius: 6px;
    padding: 15px 50px;
}

.promo5 .icon {
    width: 64px;
    height: 59px;
    background-image: url("../images/polygon_2.png");
}

.promo5 .line1 {
    opacity: 0.6;
    line-height: 1;
}

.promo5 .line2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #0c4da3;
}

.promo5 .item3 {
    max-width: 300px;
    opacity: 0.6;
}

.button2 {
    padding: 20px 70px;
}

.approved_ {
    background: url("../images/layer_9_2.png");
    width: 78px;
    height: 78px;
    position: absolute;
    right: -5px;
    top: -15px;
}

.images {
    margin-top: 70px;
    overflow: hidden;
}

.images .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #2f4369;
}

.images .text {
    font-size: 16px;
}

.partners {
    margin-top: 40px;
    overflow: hidden;
}

.partners .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #2f4369;
}

.reviews {
    margin-top: 70px;
    overflow: hidden;
}

.reviews .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #2f4369;
}

.review {
    border: 1px solid #dfecf3;
    border-radius: 10px;
    padding: 20px 30px;
}

.review .quote {
    background: url("../images/layer_143.png") center center no-repeat;
    height: 29px;
}

.review .line1 {
    font-size: 16px;
}

.review .line2 {
    opacity: 0.4;
}

.review .line3 {
    font-size: 16px;
}

.review img {
    max-width: 80px;
}

.faq {
    background: #f0f3f7;
    border-radius: 10px;
    padding: 20px 30px;
    font-size: 16px;
}

.faq a {
    display: block;
    background: url("../images/shape_6_copy.png") right center no-repeat;
    padding-right: 40px;
}

.faq a.collapsed {
    display: block;
    background: url("../images/shape_5_copy.png") right center no-repeat;
}

footer {
    background: #f0f3f7;
    padding: 40px 0 25px 0;
    margin-top: 40px;
}

footer .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #2f4369;
}

.thanks .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #2f4369;
    text-align: center;
}

.contacts .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #2f4369;
}

.button3 {
    padding: 20px 70px;
}

.offers a.btn {
    font-size: 16px;
    padding: 10px 20px;
    white-space: nowrap;
}
.offers img {
    max-width: 200px;
}
.offers .extra {
    padding-left: 25px;
    background: url("../images/ok.png") left top no-repeat;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}
@media (min-width: 1199px) {
    .site-name {
        max-width: 270px;
    }
}
@media (max-width: 1199px) {
    header {
        height: auto;
        background-position-x: 55%;
    }

    header:before {
        position: absolute;
        content: '';
        background: #fff;
        left: 0;
        top: 0;
        right: 0;
        opacity: 0.5;
        height: 630px;
    }

    .promo1 {
        top: 25px;
        left: 80px;
    }

    .promo2 {
        display: none;
    }

    .menu-top {
        display: none;
    }

    .promo3 {
        position: static;
        padding-top: 110px;
        flex-direction: column;
    }

    .promo3 .item {
        margin: 0 0 10px 0;
        max-width: 100%;
    }

    .promo3 .item .line1 {
        opacity: 1;
    }

    .promo3 .item .line2 {
        font-size: 24px;
    }

    .button1 {
        position: static;
        margin-top: 25px;
    }

    .promo4 {
        position: static;
        margin-top: 15px;
        padding-bottom: 20px;
    }

    .promo4 .line1 {
        display: none;
        font-size: 20px;
    }

    .promo4 .line2 {
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .promo4 .item {
        margin-top: 25px;
    }

    .steps {
        display: none;
    }

    .form {
        margin-top: 0;
    }

    .form > .container {
        padding: 0;
    }

    .form .form-inner {
        border-radius: 0;
        box-shadow: none !important;
        padding: 30px 15px;
    }

    .success .form .form-inner {
        padding: 20px 15px;
    }

    .promo5 {
        flex-direction: column;
        padding: 20px;
    }

    .promo5 .item1, .promo5 .item2 {
        margin-bottom: 20px;
    }

    .images .title {
        font-size: 24px;
    }

    .images .text {
        font-size: 14px;
        margin-top: 10px !important;
    }

    .passport .promo3, .success .promo3 {
        display: none !important;
    }

    .passport .promo4, .success .promo4 {
        display: none !important;
    }

    .passport header, .success header {
        height: 110px;
        background: #f7f9fa;
    }

    .passport .form, .success .form {
        margin-top: 0;
    }

    .passport header:before, .success header:before {
        display: none;
    }
    .thanks .title {
        font-size: 18px;
    }

}

@media (max-width: 992px) {
    header {
        background-image: none;
    }
    .header-inner {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .logo-container {
        margin-top: 15px;
    }
    .logo {
        position: static;
        display: inline-block;
        margin-right: 15px;
    }
    .promo1 {
        position: static;
        display: inline-block;
    }
    header {
        background: linear-gradient(90deg, #acd4ff, #c7f1ff);
    }
    header:before {
        display: none;
    }
    .promo3 {
        padding-top: 30px;
        width: 90%;
    }
    .promo3 .item {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .s-green {
        display: inline-block;
        padding: 2px 8px;
        border-radius: 8px;
        background: #BBEB00;
    }
    .promo4 {
        margin-top: 0;
    }
    .promo4 .line2 {
        display: none;
    }
    .promo4 .item {
        margin-top: 15px;
    }
    footer {
        background: #f0f3f7;
        padding: 40px 0 25px 0;
        margin-top: 0;
    }
    .partners .title {
        text-align: left !important;
        font-size: 24px;
    }
}

/*Live table*/

.live_table_section .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #2f4369;
}

.live_table_section {
    position: relative
}

@media(max-width:1023px) {
    .live_table_section {
        padding-bottom: 0
    }
}

.live_table_section .live_table {
    background-color: #fff;
    width: 100%
}

@media(max-width:1023px) {
    .live_table_section .live_table {
        background-color: transparent
    }
}

.live_table_section .live_table__title_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-bottom: 18px
}

.live_table_section .live_table__title_wrap>.live_table__main_title {
    width: 100%;
    margin-bottom: 16px
}

@media(min-width:1024px) {
    .live_table_section .live_table__title_wrap>.live_table__main_title {
        width: 50%
    }
}

.live_table_section .live_table__title_wrap>.live_table__action {
    justify-content: flex-end;
    align-items: center
}

@media(min-width:1024px) {
    .live_table_section .live_table__title_wrap>.live_table__action {
        width: 50%
    }
}

@media(min-width:1024px) {
    .live_table_section .live_table__title_wrap>.live_table__action .live_table__action__count {
        display: none
    }
}

@media(min-width:1024px) {
    .live_table_section .live_table__title_wrap>.live_table__action .live_table__action__title {
        display: none
    }
}

.live_table_section .live_table__title_wrap>.live_table__action .mdc-button {
    background-color: #072833;
    color: #fff;
    margin: 0
}

.live_table_section .live_table__footer_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-top: 18px;
    align-items: center
}

@media(max-width:1023px) {
    .live_table_section .live_table__footer_wrap {
        display: none
    }
}

@media(min-width:1024px) {
    .live_table_section .live_table__footer_wrap>.live_table__action {
        width: 50%
    }
}

@media(min-width:1024px) {
    .live_table_section .live_table__footer_wrap>.live_table__action .live_table__action__count {
        display: none
    }
}

.live_table_section .live_table__footer_wrap>.live_table__action__count {
    width: 50%;
    justify-content: flex-end;
    align-items: center;
    text-align: right
}

.live_table_section .live_table__row {
    display: flex;
    justify-content: stretch;
    position: relative;
    border-bottom: 1px solid #ccc;
    opacity: 1;
    transition: opacity .2s ease-in
}

@media(max-width:1023px) {
    .live_table_section .title {
        font-size: 18px;
    }
    .live_table_section .live_table__row {
        flex-direction: column;
        padding: 14px 8px 6px;
        background-color: #F1F3F6;
        border-radius: 4px;
        border-bottom: 0;
        margin-bottom: 15px;
        overflow: hidden
    }
    .live_table_row_title {
        display: none !important;
    }
}

.ruble {
    margin-left: 3px;
    display: inline-block;
    color: #999;
}

.live_table_section .live_table__row.mobile_title {
    display: none
}

.live_table_section .live_table__row.hidden {
    opacity: 0
}

.live_table_section .live_table__row:first-child {
    border-top: 1px solid #ccc;
    border-radius: 10px 10px 0 0
}

@media(max-width:1023px) {
    .live_table_section .live_table__row:first-child {
        display: none
    }
}

.live_table_section .live_table__row:first-child .live_table__title:first-child {
    border-radius: 10px 0 0 0
}

.live_table_section .live_table__row:first-child .live_table__title:last-child {
    border-radius: 0 10px 0 0
}

.live_table_section .live_table__row:last-child {
    border-radius: 0 0 10px 10px
}

@media(max-width:1023px) {
    .live_table_section .live_table__row:last-child {
        margin-bottom: 0;
        border-radius: 10px 10px 10px 10px
    }
}

.live_table_section .live_table__row:last-child .live_table__cell:nth-of-type(3) {
    border-radius: 0 0 0 10px
}

.live_table_section .live_table__row:last-child .live_table__cell:nth-of-type(7) {
    border-radius: 0 0 10px 0
}

@media(max-width:1023px) {
    .live_table_section .live_table__row:nth-child(2n) {
        background-color: #F1F3F6;
    }
}

.live_table_section .live_table__title {
    font-weight: 700;
    flex-basis: 20%;
    flex-shrink: 1;
    flex-grow: 1;
    padding: 15px 10px;
    border: #ccc solid;
    border-width: 0 0 0 1px;
    background-color: #f0f3f7;
}

.live_table_section .live_table__title:last-child {
    border-right-width: 1px
}

.live_table_section .live_table__cell {
    flex-basis: 20%;
    flex-shrink: 1;
    flex-grow: 1;
    font-size: 16px;
    padding: 15px 10px;
    border: #ccc solid;
    border-width: 0 0 0 1px
}

.live_table_section .live_table__cell:last-child {
    border-right-width: 1px
}

@media(max-width:1023px) {
    .live_table_section .live_table__cell:not(.status_col) {
        display: none !important
    }
}

.live_table_section .live_table .w_10 {
    width: 10%
}

.live_table_section .live_table .w_15 {
    width: 15%
}

.live_table_section .live_table .w_20 {
    width: 20%
}

.live_table_section .live_table .w_25 {
    width: 25%
}

.live_table_section .live_table .status_col {
    display: flex;
    flex-basis: 260px;
    flex-shrink: 0
}

@media only screen and (max-width:1400px) {
    .live_table_section .live_table .status_col {
        flex-basis: 205px
    }
}

@media only screen and (max-width:1023px) {
    .live_table_section .live_table .status_col {
        flex-basis: 0;
        padding: 0;
        font-size: 12px;
        margin: 8px 0
    }
}

.live_table_section .live_table .conditions {
    display: flex;
    width: 450px;
    flex-basis: 450px;
    flex-shrink: 0
}

@media only screen and (max-width:1400px) {
    .live_table_section .live_table .conditions {
        flex-basis: 400px
    }
}

@media(max-width:1023px) {
    .live_table_section .live_table .conditions {
        display: none
    }
}

@media(min-width:1100px)and (max-width:1200px) {
    .live_table_section .live_table .conditions {
        max-width: 400px;
        min-width: 340px;
        flex-basis: 300px
    }
}

@media(min-width:1024px)and (max-width:1100px) {
    .live_table_section .live_table .conditions {
        max-width: 340px;
        min-width: 290px;
        flex-basis: 300px
    }
}

.live_table_section .live_table .conditions__first {
    flex-basis: 270px;
    padding-right: 10px
}

.live_table_section .live_table .conditions__info {
    display: flex;
    line-height: 1em;
    align-items: flex-end;
    margin-bottom: 5px
}

.live_table_section .live_table .conditions__info+div {
    margin-top: 10px
}

.live_table_section .live_table .conditions__title {
    font-weight: bold;
    margin-right: 10px;
    font-size: .8em;
    line-height: .8em
}

.live_table_section .live_table .conditions__text {
    line-height: 12px
}

@media(min-width:1100px)and (max-width:1200px) {
    .live_table_section .live_table .conditions__text {
        max-width: 165px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media(min-width:1024px)and (max-width:1200px) {
    .live_table_section .live_table .conditions__text {
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.live_table_section .live_table .status {
    display: flex;
    flex-direction: column;
    width: 100%
}

.live_table_section .live_table .status__title {
    margin-bottom: 5px
}

@media(max-width:1023px) {
    .live_table_section .live_table .status__title {
        display: none
    }
}

.live_table_section .live_table .status .visualization {
    display: flex;
    justify-content: space-between
}

.live_table_section .live_table .status .visualization__item {
    width: 18%;
    height: 8px;
    position: relative;
    border-radius: 4px
}

@media(max-width:1023px) {
    .live_table_section .live_table .status .visualization__item {
        border-right: 0;
        height: 4px
    }
}

.live_table_section .live_table .status .visualization__item::before {
    content: "";
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-animation: fontbulger 2s infinite;
    animation: fontbulger 2s infinite
}

.live_table_section .live_table .status .visualization__item:nth-child(1)::before {
    -webkit-animation: animate1 4s infinite cubic-bezier(0.11, 0.37, 1, 0.41);
    animation: animate1 4s infinite cubic-bezier(0.11, 0.37, 1, 0.41)
}

.live_table_section .live_table .status .visualization__item:nth-child(2)::before {
    -webkit-animation: animate2 4s infinite cubic-bezier(0.11, 0.37, 1, 0.41);
    animation: animate2 4s infinite cubic-bezier(0.11, 0.37, 1, 0.41)
}

.live_table_section .live_table .status .visualization__item:nth-child(3)::before {
    -webkit-animation: animate3 4s infinite cubic-bezier(0.11, 0.37, 1, 0.41);
    animation: animate3 4s infinite cubic-bezier(0.11, 0.37, 1, 0.41)
}

.live_table_section .live_table .status .visualization__item:nth-child(4)::before {
    -webkit-animation: animate4 4s infinite cubic-bezier(0.11, 0.37, 1, 0.41);
    animation: animate4 4s infinite cubic-bezier(0.11, 0.37, 1, 0.41)
}

.live_table_section .live_table .status .visualization__item:nth-child(5)::before {
    -webkit-animation: animate5 4s infinite cubic-bezier(0.11, 0.37, 1, 0.41);
    animation: animate5 4s infinite cubic-bezier(0.11, 0.37, 1, 0.41)
}

@-webkit-keyframes animate1 {
    0% {
        opacity: 0
    }
    10% {
        opacity: .7
    }
    20% {
        opacity: 0
    }
}

@keyframes animate1 {
    0% {
        opacity: 0
    }
    10% {
        opacity: .7
    }
    20% {
        opacity: 0
    }
}

@-webkit-keyframes animate2 {
    20% {
        opacity: 0
    }
    30% {
        opacity: .7
    }
    40% {
        opacity: 0
    }
}

@keyframes animate2 {
    20% {
        opacity: 0
    }
    30% {
        opacity: .7
    }
    40% {
        opacity: 0
    }
}

@-webkit-keyframes animate3 {
    40% {
        opacity: 0
    }
    50% {
        opacity: .7
    }
    60% {
        opacity: 0
    }
}

@keyframes animate3 {
    40% {
        opacity: 0
    }
    50% {
        opacity: .7
    }
    60% {
        opacity: 0
    }
}

@-webkit-keyframes animate4 {
    60% {
        opacity: 0
    }
    70% {
        opacity: .7
    }
    80% {
        opacity: 0
    }
}

@keyframes animate4 {
    60% {
        opacity: 0
    }
    70% {
        opacity: .7
    }
    80% {
        opacity: 0
    }
}

@-webkit-keyframes animate5 {
    80% {
        opacity: 0
    }
    90% {
        opacity: .7
    }
    100% {
        opacity: 0
    }
}

@keyframes animate5 {
    80% {
        opacity: 0
    }
    90% {
        opacity: .7
    }
    100% {
        opacity: 0
    }
}

.live_table_section .live_table .visualization_mobile {
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, .25);
    width: 100%;
    height: 0;
    left: 0;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    transition: height .2s ease-out;
    display: none
}

.live_table_section .live_table .visualization_mobile.active {
    height: 8px
}

.live_table_section .live_table .visualization_mobile.active .visualization_mobile__index {
    height: 8px
}

.live_table_section .live_table .visualization_mobile__index {
    content: "";
    background-color: #d8dee6;
    position: absolute;
    top: 0;
    width: 0;
    height: 8px;
    left: 0;
    border-radius: 4px 0 0 0;
    transition: width .7s ease-out, height .2s ease-out;
    transition-delay: .2s;
    overflow: hidden
}

.live_table_section .live_table .visualization_mobile__index::after {
    -webkit-animation: loading 1.5s infinite;
    animation: loading 1.5s infinite;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%);
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent)
}

@-webkit-keyframes loading {
    to {
        transform: translateX(100%)
    }
}

@keyframes loading {
    to {
        transform: translateX(100%)
    }
}

.live_table_section .live_table .visualization_mobile.new_bid.active .visualization_mobile__index {
    width: 40%
}

.live_table_section .live_table .visualization_mobile.pending.active .visualization_mobile__index {
    width: 60%
}

.live_table_section .live_table .visualization_mobile.verification.active .visualization_mobile__index {
    width: 80%
}

.live_table_section .live_table .visualization_mobile.reject.active .visualization_mobile__index {
    width: 100%
}

.live_table_section .live_table .visualization_mobile.approved.active .visualization_mobile__index {
    width: 100%
}

@media(min-width:1024px) {
    .live_table_section .live_table .visualization_mobile {
        display: none
    }
}

.live_table_section .live_table .new_bid .visualization__item {
    background-color: #b8bfc9
}

.live_table_section .live_table .new_bid .visualization__item:nth-child(3),
.live_table_section .live_table .new_bid .visualization__item:nth-child(4),
.live_table_section .live_table .new_bid .visualization__item:nth-child(5) {
    background-color: transparent
}

.live_table_section .live_table .pending .visualization__item {
    background-color: #ffe771
}

.live_table_section .live_table .pending .visualization__item:nth-child(4),
.live_table_section .live_table .pending .visualization__item:nth-child(5) {
    background-color: transparent
}

.live_table_section .live_table .verification .visualization__item {
    background-color: #c79ced
}

.live_table_section .live_table .verification .visualization__item:nth-child(5) {
    background-color: transparent
}

.live_table_section .live_table .approved .visualization__item {
    background-color: #5ed686;
}

.live_table_section .live_table .reject .visualization__item {
    background-color: #d54340
}

.live_table_section .live_table__action {
    background-color: #F1F3F6;
    width: 100%;
    padding: 8px 16px;
    border-radius: 4px
}

@media(min-width:1024px) {
    .live_table_section .live_table__action {
        width: 100%;
        margin-left: initial;
        margin-right: initial;
        background: transparent;
        padding: 0;
        display: flex;
        align-items: center
    }
}

.live_table_section .live_table__action .mdc-button--raised {
    margin: 0
}

@media(max-width:1023px) {
    .live_table_section .live_table__action .mdc-button--raised {
        background: #fff;
        color: #000;
        width: 100%
    }
}

.live_table_section .live_table__action__title {
    font-size: 12px
}

@media(min-width:1023px) {
    .live_table_section .live_table__action__title {
        font-size: 16px;
        margin-left: 24px
    }
}

@media(max-width:1024px) {
    .live_table_section .live_table__action__title {
        color: #fff;
        margin-top: 8px
    }
}

.live_table_section .live_table__action__count {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 0;
    font-size: 16px
}

@media(max-width:1023px) {
    .live_table_section .live_table__action__count {
        color: #fff;
        margin-bottom: 16px
    }
}

.live_table_section .live_table__action__count .value {
    margin-left: 16px;
    font-weight: 600
}

.live_table_section .live_table__action .btn {
    margin: 0 20px
}

@media(max-width:1023px) {
    .live_table_section .live_table__action .btn {
        background: #fff;
        color: currentColor;
        margin: 0
    }
}

.live_table_section .live_table__main_title {
    padding-left: 30px;
    position: relative;
    font-size: 28px;
    line-height: 1.14;
    letter-spacing: -1px
}

@media(max-width:1023px) {
    .live_table_section .live_table__main_title {
        font-size: 26px;
        line-height: 1.14;
        font-weight: 300
    }
}

.live_table_section .live_table__main_title span {
    color: #32B05D;
    display: inline-block;
    width: 100%;
    font-weight: 600
}

@media(max-width:1023px) {
    .live_table_section .live_table__main_title span {
        font-weight: 500
    }
}

.live_table_section .live_table__main_title .pinkBg {
    background-color: #32B05D !important;
    background-image: linear-gradient(90deg, #32B05D, #5ed686);
}

.live_table_section .live_table__main_title .pulse {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 63px;
    left: 45px;
    text-align: center;
    margin: -30px 0 0 -30px;
    border-radius: 100px;
    z-index: 1;
    zoom: .25
}

@media(max-width:1023px) {
    .live_table_section .live_table__main_title .pulse {
        top: 55px
    }
}

.live_table_section .live_table__main_title .pulse i {
    line-height: 56px;
    font-size: 30px
}

.live_table_section .live_table__main_title .pulse .ripple {
    position: absolute;
    width: 160px;
    height: 160px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -80px 0 0 -80px;
    border-radius: 100px;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite
}

.live_table_section .live_table__main_title .pulse .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.live_table_section .live_table__main_title .pulse .ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        transform: scale(0)
    }
    100% {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        transform: scale(0)
    }
    100% {
        opacity: 0;
        transform: scale(1)
    }
}

@media(min-width:1024px) {
    .live_table_section .mobile_data {
        display: none
    }
}

.live_table_section .mobile_data__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.live_table_section .mobile_data__row:first-child {
    margin-bottom: 15px
}

.live_table_section .mobile_data__item {
    font-size: 12px
}

.live_table_section .mobile_data__item.sum {
    font-weight: 600;
    margin-right: 0
}

.live_table_section .mobile_data__item.obj {
    text-align: right
}

.live_table_section .mobile_data__item .bold {
    font-weight: 600
}

.live_table_section .mobile_data .bg_icon {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 20px;
    top: 12px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%);
    border: 1px solid #32B05D;
    box-sizing: border-box;
    color: #32B05D;
}

.live_table_section .mobile_data .bg_icon--default {
    color: #b2b8bf;
    border-color: #fff
}

.live_table_section .mobile_data .bg_icon--default svg {
    stroke: currentColor;
    fill: currentColor
}

.live_table_section .mobile_data .bg_icon--fail {
    color: #f49292;
    border-color: #f49292
}

.live_table_section .mobile_data .bg_icon--fail svg {
    fill: currentColor
}

.live_table_section .mobile_data .bg_icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
    fill: #32B05D;
}

.live_table_section .mobile_data .bg_icon svg .bg_icon__check {
    stroke-dasharray: 130px 130px;
    stroke-dashoffset: 130px;
    transition: stroke-dashoffset 500ms ease-in-out
}

.live_table_section .surname {
    flex-grow: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(min-width:1024px)and (max-width:1200px) {
    .live_table_section .surname {
        min-width: 103px;
        max-width: 103px
    }
}

@media(min-width:1024px)and (max-width:1200px) {
    .live_table_section .surname_title {
        min-width: 103px;
        max-width: 103px
    }
}

.live_table_section .amount {
    flex-grow: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(min-width:1024px)and (max-width:1200px) {
    .live_table_section .amount {
        max-width: 117px;
        min-width: 117px
    }
}

@media(min-width:1024px)and (max-width:1200px) {
    .live_table_section .amount_title {
        max-width: 117px;
        min-width: 117px
    }
}

@media(min-width:1024px)and (max-width:1200px) {
    .live_table_section .date_title,
    .live_table_section .date {
        max-width: 86px;
        min-width: 86px
    }
}

@media(min-width:1024px)and (max-width:1200px) {
    .live_table_section .kind_object_title,
    .live_table_section .kind_object {
        max-width: 130px;
        min-width: 130px
    }
}

@media(max-width:1023px) {
    .live_table_section .h_btn_wrap {
        width: 100%
    }
}

.live_table_section .h_btn_wrap__label {
    display: none
}

.live_table_section .h_btn {
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    background: linear-gradient(90deg, #32B05D, #5ed686);
    font-weight: 700;
    width: 100%
}

@media(max-width:1023px) {
    .live_table_section .h_btn {
        max-width: initial;
        min-width: initial
    }
}

@media(min-width:1024px)and (max-width:1439px) {
    .live_table_section .h_btn {
        width: 300px
    }
}

@media(min-width:1440px) {
    .live_table_section .h_btn {
        width: 350px
    }
}

.live_table_section .h_btn:hover {
    background: #2b2b2b;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.live_table_section .h_btn .caption-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 5px 10px
}

.live_table_section .h_btn .caption-content {
    white-space: nowrap
}

.live_table_section .h_btn .animatedText-wrap {
    text-align: left;
    padding-left: 0;
    padding-right: 0
}

.live_table_section .h_btn .animatedText-first {
    position: relative;
    -webkit-animation: scrollFirst 5s infinite linear;
    animation: scrollFirst 5s infinite linear
}

.live_table_section .h_btn .animatedText-second {
    position: absolute;
    -webkit-animation: scrollSecond 5s infinite linear;
    animation: scrollSecond 5s infinite linear
}

@-webkit-keyframes scrollFirst {
    0% {
        left: 0
    }
    100% {
        left: -100%
    }
}

@keyframes scrollFirst {
    0% {
        left: 0
    }
    100% {
        left: -100%
    }
}

@-webkit-keyframes scrollSecond {
    0% {
        left: 100%
    }
    100% {
        left: 0
    }
}

@keyframes scrollSecond {
    0% {
        left: 100%
    }
    100% {
        left: 0
    }
}

@media(max-width:1023px) {
    .live_table_section .block_head {
        display: none
    }
}

.live_table_section .live_table__action__count,
.live_table_section .live_table__action__title {
    color: #000014;
}

.compact header {
    display: none;
}
.compact .form {
    margin-top: 0;
}
.compact .top .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #2f4369;
    text-align: center;
}
@media (max-width: 992px) {
    .compact .top .title {
        font-size: 24px;
    }
    .compact .form .form-inner {
        padding: 5px 15px 30px 15px;
    }
}
