/* Minification failed. Returning unminified contents.
(803,1): run-time error CSS1019: Unexpected token, found '@import'
(803,9): run-time error CSS1019: Unexpected token, found 'url("/assets/css/text.css")'
(804,1): run-time error CSS1019: Unexpected token, found '@import'
(804,9): run-time error CSS1019: Unexpected token, found 'url("/assets/css/btn.css")'
(805,1): run-time error CSS1019: Unexpected token, found '@import'
(805,9): run-time error CSS1019: Unexpected token, found 'url("/assets/css/pop-up.css")'
(806,1): run-time error CSS1019: Unexpected token, found '@import'
(806,9): run-time error CSS1019: Unexpected token, found 'url("/assets/css/block-tabs.css")'
 */
.popup .btn, .block-main-nco .btn {
    width: 280px;
    height: 40px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 0;
    display: block;
    border: none;
    text-align: center;
    margin: 20px auto;
    cursor: pointer;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500
}
.popup .btn:not(.btn-new):active, .block-main-nco .btn:active {
    background: -webkit-gradient(linear, right top, left top, color-stop(-82.46%, #22425B), to(#8AC64D));
    background: linear-gradient(270deg, #22425B -82.46%, #8AC64D 100%);
    -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
}

.popup .btn-responsive, .block-main-nco .btn-responsive {
    background-image: -webkit-gradient(linear, left top, right top, from(#8AC64D), to(#22425B));
    background-image: linear-gradient(90deg, #8AC64D 0%, #22425B 100%);
    max-width: 283px;
    width: 100%;
    z-index: 1;
    position: relative;
}

.popup .btn-responsive::before, .block-main-nco .btn-responsive::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#22425B), to(#8AC64D));
    background-image: linear-gradient(90deg, #22425B 0%, #8AC64D 100%);
    z-index: -1;
    transition: opacity 0.5s linear;
    opacity: 0;
}

.popup .btn-responsive:hover::before, .block-main-nco .btn-responsive::before {
    opacity: 1;
}

.popup .btn-inactive, .block-main-nco .btn-inactive {
    background: #8FA3B5;
}

.popup .btn-inactive:active, .block-main-nco .btn-inactive:active {
    background: #8FA3B5;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.popup .btn-inactive:hover, .block-main-nco .btn-inactive:hover {
    background: #8FA3B5;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.popup .btn-gradient_full, .block-main-nco .btn-gradient_full {
    background: -webkit-gradient(linear, left top, right top, from(#71AE23), to(#22425B));
    background: linear-gradient(90deg, #71AE23 0%, #22425B 100%);
    position: relative;
    z-index: 1;
}

.popup .btn-gradient_full::before, .block-main-nco .btn-gradient_full::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#22425B), to(#8AC64D));
    background-image: linear-gradient(90deg, #22425B 0%, #8AC64D 100%);
    z-index: -1;
    transition: opacity 0.5s linear;
    opacity: 0;
}

.popup .btn-gradient_full:hover::before, .block-main-nco .btn-gradient_full:hover::before {
    opacity: 1;
}

.popup .btn-gradient_border, .block-main-nco .btn-gradient_border {
    position: relative;
    line-height: 38px;
    color: #22425B;
    background-image: -webkit-gradient(linear, left top, right top, from(#8AC64D), to(#22425B));
    background-image: linear-gradient(90deg, #8AC64D 0%, #22425B 100%);
    border: none;
    z-index: 1;
}

.popup .btn-gradient_border span, .block-main-nco .btn-gradient_border span {
    background: #fff;
    display: block;
    border-radius: 4px;
    color: #22425B;
    position: absolute;
    width: calc(100% - 4px);
    top: 2px;
    left: 2px;
}

.popup .btn-gradient_border::before, .block-main-nco .btn-gradient_border::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#22425B), to(#8AC64D));
    background-image: linear-gradient(90deg, #22425B 0%, #8AC64D 100%);
    z-index: -1;
    transition: opacity 0.5s linear;
    opacity: 0;
}

.popup .btn-gradient_border:hover::before, .block-main-nco .btn-gradient_border:hover::before {
    opacity: 1;
}

.popup .btn-bottom, .block-main-nco .btn-bottom {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #fafafa;
    -webkit-box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 10px 10px 0 0;
    z-index: 5;
    bottom: 0;
    left: 0;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .popup .btn-responsive, .block-main-nco .btn-responsive {
        max-width: 237px;
    }
}

.tabs-container {
    max-width: 840px;
    width: 100%;
    margin: 30px auto;
    background: url("/assets/img/tabs-right.svg") no-repeat center;
    background-size: 102%;
    height: 355px;
}

.tabs-container_left {
    background: url("/assets/img/tabs-left.svg") no-repeat center;
    background-size: 102%;
}

.tabs-container .tabs-title {
    height: 80px;
    line-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 0;
    padding-left: 0;
    z-index: 1;
}

.tabs-container .tabs-title li {
    width: 50%;
    list-style: none;
    display: block;
    padding-top: 7px;
    cursor: pointer;
}

.tabs-container .tabs-content {
    display: none;
}

.tabs-container .tabs-content.active {
    display: block;
    padding: 25px 27px 35px 44px;
}

.block-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-main_left, .block-main_right {
    width: 50%;
    padding: 20px;
}

@media only screen and (max-width: 768px) {
    .tabs-container {
        background-image: none;
        max-width: 100%;
        height: auto;
        position: relative;
    }

    .tabs-container .tabs {
        height: auto;
        line-height: 1;
        margin: 0 0 15px 0;
    }

    .tabs-container .tabs li {
        margin: auto;
        width: 100%;
        font-size: 18px;
        display: block;
        text-align: left;
        margin-left: 35px;
    }

    .tabs-container .tabs li:last-child {
        display: none;
    }

    .tabs-container .tabs-content_left, .tabs-container .tabs-content_right {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .tabs-container .tabs-content_left {
        left: 0;
    }

    .tabs-container .tabs-content_right {
        left: 100%;
        display: none;
    }

    .tabs-container .tabs-content.active {
        padding: 0;
    }

    .block-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .block-main_left, .block-main_right {
        width: 100%;
        max-width: 768px;
    }

    .block-main_left {
        margin: 50px auto 0;
    }
}

.title-main {
    font-weight: 600;
    font-size: 32px;
    text-align: center;
}

.title-medium {
    font-size: 16px;
}

.title-medium_bold {
    font-weight: 600;
}

.text-big {
    font-size: 16px;
}

.text-big_bold {
    font-weight: 600;
}

.text-600 {
    font-weight: 600;
}

.text-medium {
    font-size: 14px;
}

.text-medium_bold {
    font-weight: 600;
}

.text-small {
    font-size: 12px;
}

.dashed-link {
    width: 100%;
    line-height: 1.5;
    text-align: center;
}

.dashed-link p {
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px dashed;
    font-weight: 600;
    margin: 0 auto;
    display: inline;
}

.gradient-line {
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, transparent), color-stop(50%, #fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#71AE23), to(#333));
    background-image: linear-gradient(90deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(90deg, #71AE23 0%, #22425B 100%);
    background-size: 12px 3px, 100% 3px;
    border: none;
    height: 2px;
    margin: 10px 5px;
}

.circle span {
    width: 12px;
    height: 12px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    position: absolute;
    left: 0;
    background: #D2D2D2;
}

.circle span:nth-child(2) {
    margin-left: 25px;
    left: 10px;
}

.circle .activeCircle {
    background: -webkit-gradient(linear, left top, right top, from(#71AE23), to(#22425B));
    background: linear-gradient(90deg, #71AE23 0%, #22425B 100%);
}

@media only screen and (max-width: 768px) {
    .title-main {
        font-size: 24px;
    }

    .title-medium {
        font-size: 14px;
    }

    .text-big, .text-medium {
        font-size: 14px;
    }
}

.links-popup {
    position: relative;
    line-height: 40px;
    left: -25px;
}

.links-popup .popup-link {
    border-bottom: 1px dashed #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 4px;
    position: relative;
}

.links-popup .popup-link_information {
    color: #8FA3B5;
    border-radius: 50%;
    border: 1px solid #8FA3B5;
    padding: 0 6px;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    top: 12px;
    left: 160px;
    line-height: 1.5;
    text-decoration: none;
}

.links-popup .link-information {
    display: none;
    position: absolute;
    width: 440px;
    height: 119px;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    line-height: 1.5;
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
    top: -120px;
    left: -162px;
}

.links-popup .link-information:after, .links-popup .link-information:before {
    top: 100%;
    left: 75%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.links-popup .link-information:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #82828240;
    border-width: 11px;
    margin-left: -11px;
}

.links-popup .link-information:after {
    border-top-color: #fff;
    border-width: 9px;
    margin-left: -9px;
}

.links-popup .link-information p {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.links-popup .link-information p:first-child {
    padding-bottom: 10px;
}

.links-popup .link-information p span {
    font-weight: 600;
    color: #8AC64D;
}

.links-popup .link-information .popup-line {
    display: none;
    color: #C0C0C0;
}

.links-popup .link-information .popup-line_short {
    width: 17px;
    margin: 5px auto 0;
}

.links-popup .link-information .popup-line_long {
    width: 34px;
    margin: 20px auto 0;
}

.popup-container {
    position: relative;
}

.popup-container .popup {
    display: none;
    width: 585px;
    height: 374px;
    background: #fafafa;
    border-radius: 4px;
    padding: 20px;
    opacity: 1;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -216px;
    margin-left: -293px;
    z-index: 5;
}

.popup-container .popup .btn-close {
    color: #EC2127;
    font-weight: 600;
    cursor: pointer;
    display: block;
    height: 78px;
    line-height: 78px;
    position: absolute;
    right: 10px;
    top: -20px;
    font-size: 30px;
}

.popup-container .popup-title {
    font-size: 24px;
    text-align: left;
    font-weight: 600;
}

.popup-container .popup-title_enotcoin {
    padding-top: 10px;
    margin-top: 20px;
}

.popup-container .popup-description {
    padding: 10px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup-container .popup-description_promokod {
    border-bottom: 1px dashed #333;
}

.popup-container .popup-description input {
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    color: #333;
}

.popup-container .popup-description .popup-promokod {
    width: 306px;
    padding-left: 20px;
}

.popup-container .popup-description .popup-promokod::-webkit-input-placeholder {
    font-weight: 600;
    font-size: 18px;
    color: #C2D0DA;
}

.popup-container .popup-description .popup-promokod:-ms-input-placeholder {
    font-weight: 600;
    font-size: 18px;
    color: #C2D0DA;
}

.popup-container .popup-description .popup-promokod::-ms-input-placeholder {
    font-weight: 600;
    font-size: 18px;
    color: #C2D0DA;
}

.popup-container .popup-description .popup-promokod::placeholder {
    font-weight: 600;
    font-size: 18px;
    color: #C2D0DA;
}

.popup-container .popup-description_enotcoin {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.popup-container .popup-description_enotcoin div {
    font-size: 16px;
}

.popup-container .popup-description_enotcoin button {
    width: 100%;
}

.popup-container .popup-description_enotcoin .popup-enotcoin_amount {
    font-weight: 400;
}

.popup-container .popup-description_enotcoin .popup-enotcoin_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.popup-container .popup-description_enotcoin .popup-enotcoin_slider .block-calc {
    width: 76%;
    margin-top: 15px;
}

.popup-container .popup-description_enotcoin .popup-enotcoin_slider .btn-gradient_full {
    width: 50%;
}

.popup-container .popup-description_enotcoin .popup-text_green {
    color: #8AC64D;
    font-weight: 600;
}

.popup-container .popup-description_enotcoin .popup-text_bold {
    font-weight: 600;
}

.popup-container .popup-description_enotcoin .popup-enotcoin_sum {
    font-weight: 300;
    padding: 20px 0;
}

.popup-container .popup-description_enotcoin .popup-enotcoin_sum input {
    width: 77px;
    text-align: center;
}

.popup-container .popup-description .btn-popup {
    width: 199px;
    height: 40px;
    font-size: 18px;
    margin: 0 20px;
    line-height: 40px;
    padding: 0;
}

.popup-container .popup-description .inactive {
    width: 50%;
    background: #8FA3B5;
    max-width: 199px;
    pointer-events: none;
}

.popup-container .popup-description .inactive:active {
    background: #8FA3B5;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.popup-container .popup-description .inactive:hover {
    background: #8FA3B5;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    cursor: auto;
}



.promo-notchurn, .promo-error, .promo-expired, .promo-inapropriate-time, .enotcoin-error, .promo-for-pdl, .promo-for-installment, .popup-container .popup-discount {
    font-weight: 300;
    font-size: 15px;
    color: #DC1717;
    margin: 25px 0 0;
    display: none;
    text-align: left;
}

.popup-container .popup-close_mob {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #fafafa;
    -webkit-box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 10px 10px 0 0;
    position: fixed;
    display: none;
    z-index: 5;
    bottom: 0;
    left: 0;
    text-align: center;
}

.popup-container .popup-close_mob a {
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px dashed #333;
    font-weight: 600;
    margin: 0 auto;
    display: inline;
    line-height: 1.5;
}

.popup-container #overlay-dark {
    z-index: 3;
    position: fixed;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

@media only screen and (max-width: 768px) {
    .links-popup .link-information {
        width: 100%;
        position: fixed;
        z-index: 2;
        left: 0;
        top: 0;
        -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        border-radius: 0 0 10px 10px;
        height: auto;
        margin: 0;
        padding-top: 50px;
    }

    .links-popup .link-information:before, .links-popup .link-information:after {
        display: none;
    }

    .links-popup .link-information .popup-line {
        display: block;
    }

    .popup-container .popup {
        width: 302px;
        height: auto;
        margin-left: -151px;
        margin-top: -175px;
    }

    .popup-container .popup-title {
        font-size: 14px;
        padding-bottom: 5px;
    }

    .popup-container .popup-title:last-child {
        padding: 0;
    }

    .popup-container .popup-description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 0 10px 0;
    }

    .popup-container .popup-description_promokod .popup-promokod {
        width: 100%;
    }

    .popup-container .popup-description_promokod .btn-gradient_full {
        margin: 20px 58px 0;
        max-width: 199px;
    }

    .popup-container .popup-description .inactive {
        width: 199px;
        margin: 15px auto 0;
    }

    .popup-container .popup-description_enotcoin div {
        font-size: 14px;
    }

    .popup-container .popup-description_enotcoin .popup-enotcoin_slider {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .popup-container .popup-description_enotcoin .popup-enotcoin_slider .block-calc {
        width: 97%;
    }

    .popup-container .popup-description_enotcoin .popup-enotcoin_slider .btn-gradient_full {
        width: 199px;
        margin: 10px 60px 0;
    }

    .popup-container .popup-description_enotcoin .popup-enotcoin_sum {
        padding: 10px 0;
    }

    .popup-container .popup-discaunt {
        font-size: 14px;
    }

    .popup-container .popup .btn-close {
        display: none;
    }

    .popup-container .block-calc .slider-box .slider-helper_popUp {
        width: 235px;
    }
}
/*new2*/
.popup-container #overlay-dark {
    z-index: 99998;
}

.popup-container .popup {
    z-index: 99999;
}

@import url("/assets/css/text.css");
@import url("/assets/css/btn.css");
@import url("/assets/css/pop-up.css");
@import url("/assets/css/block-tabs.css");
.title-main {
  color: #22425B;
  font-weight: 600;
}

.container-history {
    max-width: 840px;
    background: #fafafa;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding-bottom: 10px;
    color: #22425B;
    line-height: 1;
}

    .container-history .block-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom:10px;
    }
        .container-history .block-main .link-rating {
            margin: 10px;
            text-align: center;
        }
            .container-history .block-main .link-rating .btn-gradient_full {
                background: #81adc7;
                text-transform: inherit;
                max-width: 283px;
                width:90%;
            }

.container-history .btn-inactive {
  text-transform: inherit;
  max-width: 283px;
}

.container-history .popup-container .popup {
  width: 303px;
  height: 269px;
  background: #F9F9F9;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-left: -150px;
  display: block;
}

.container-history .popup-container .popup-number {
  display: none;
  padding: 20px 30px;
}

.container-history .popup-container .popup-number .popup-title {
  font-size: 18px;
  color: #27455A;
  text-align: center;
  margin: 20px auto 0;
  font-weight: 600;
}

.container-history .popup-container .popup-number .popup-title-input {
  font-weight: 300;
}

.container-history .popup-container .popup-number .popup-text {
  text-align: center;
  margin: 10px auto 16px;
  line-height: 1.3;
}

.container-history .popup-container .popup-number .popup-text span {
  color: #22425B;
}

.container-history .popup-container .popup-number .popup-input {
  font-size: 18px;
  margin: 5px auto 25px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #27455A;
  border-radius: 0;
  height: 30px;
}

.container-history .popup-container .popup-number .btn-popup {
  width: 199px;
  height: 40px;
  font-size: 18px;
  margin: 0 20px;
  line-height: 40px;
  padding: 0;
}

.container-history .popup-container .popup-code {
  display: none;
}

.container-history .popup-container .popup-code .link-code {
  margin: 10px 0 40px 50px;
  text-decoration: underline;
  cursor: pointer;
}

.container-history .popup-container .popup-code .link-code a {
  color: #22425b;
}

.container-history .popup-container .popup-code .popup-title {
  font-weight: 300;
  font-size: 14px;
  color: #27455A;
  margin: 30px 0 0 50px;
}

.container-history .popup-container .popup-code .popup-description {
  display: block;
}

.container-history .popup-container .popup-code .popup-input {
  border: 1px solid #C2D0DA;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  margin-top: 0;
}

.container-history .popup-container .popup-code .popup-input:first-child {
  margin-left: 50px;
}

.container-history .popup-container .popup .btn-popup {
  margin: auto;
}

.container-history .popup-container .popup .btn-close {
  color: #89A3B6;
  right: 18px;
  top: -13px;
}

.container-history .popup-container .popup-bg {
  z-index: 3;
  position: fixed;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

.text-medium_history {
  max-width: 363px;
  margin: 20px auto;
  text-align: center;
  color: #22425B;
  line-height: 1.3;
}

.block-btn_history {
  max-width: 283px;
  margin: auto;
}
.block-btn_history a{
  text-transform: inherit;
}
@media only screen and (max-width: 1200px) {
  .status .col-8 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .container-history {
    max-width: 100%;
    padding: 0;
    height: auto;
    border-radius: 4px;
    width: 300px;
    padding-bottom: 20px;
    box-shadow: none;
    background: #fff;
    margin-top: 20px;
  }

  .container-history .btn-credit, .container-history .rating-description, .container-history .btn-credit_mob {
    display: none;
  }

  .container-history .rating-description_mob {
    text-align: center;
    margin: auto;
    max-width: 275px;
  }

  .container-history .popup-container .popup {
    width: 300px;
  }

  .container-history .popup-container .popup .btn-close {
    display: block;
  }

  .block-btn_history {
    position: absolute;
    bottom: 0;
    left: calc(50% - 141px);
    width: 283px;
  }
}

