.deal-finished .close-btn {
    display: none;
}

.mini-chart-wrap {

    font-family: 'Roboto', sans-serif;
}

.mini-chart-wrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.mini-chart-legend > *, .mini-chart-cont > *, .mc-table > * {
   
}

.mini-chart-legend:after, .mini-chart-cont:after {
    content: '';
    display: block;
    clear: both;
}

.mini-chart-legend {
    height: 88px;
}

.chart-padding {
    width: 500px;
}

@media (max-width: 1100px) {
    .chart-padding {
        width: 380px;
    }

    .mini-chart-wrap {
        width: 550px;
    }
}

.text-green {
    color: #9BD024;
}

.mini-chart-btn-cont {
    width: 170px;
}

.mini-chart-cont {
    /*width: 100%;*/
}

.chart-padding {
    padding-right: 17px;
}

.chart-padding.bg-white {
    background: white;
}

.mini-chart-btn-cont, .chart {
    height: 220px;
}

.chart {
    position: relative;
    font-family: 'RobotoBold', sans-serif;
    width: 100%;
}

.wait-deal-end .chart-timer{
    opacity: 1;
}

.chart-timer {
    opacity: 0;
}

.new-timer {
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.left-foot i fo {

}

.new-timer_little {
    width: 20px;
    height: 20px;
    top: 6px;
    border: 2px solid #FFF;
}

.new-timer:after {
    content: '';
    border: 1px solid #FFF;
    border-top: 5px solid #FFF;
    margin: -6px 0 0 -1px;
    background: #FFF;
    -webkit-animation: rotation 1s linear 0s infinite;
    -moz-animation: rotation 1s linear 0s infinite;
    -o-animation: rotation 1s linear 0s infinite;
    animation: rotation 1s linear 0s infinite;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
}

.new-timer:before {
    content: '';

    border: 1px solid #FFF;
    border-top: 4px solid #FFF;
    margin: -5px 0 0 -1px;
    background: #FFF;
    -webkit-animation: rotation 6s linear 0s infinite;
    -moz-animation: rotation 6s linear 0s infinite;
    -o-animation: rotation 6s linear 0s infinite;
    animation: rotation 6s linear 0s infinite;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
}

.chart-time-self {
    line-height: 18px;
}

.mini-chart-btn-cont {
    position: relative;
}



.mc-btn:active, .mc-btn.active {
    background-image: none;
}

.mc-btn:active, .mc-btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.wait-deal-end {
    display: none;
    text-align: center;
    -webkit-transition: opacity 0.3s ease 0.1s;
    -moz-transition: opacity 0.3s ease 0.1s;
    -o-transition: opacity 0.3s ease 0.1s;
    transition: opacity 0.3s ease 0.1s;
    opacity: 0;
}

.deal-started .wait-deal-end {
    display: block;
    opacity: 1;
}

.wde-legend {
    margin-top: 38px;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    color: white;
}

.wait-deal-end .chart-timer {
    position: relative;
    top: 0;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 35px;
    text-align: center;
}

.wde-timer-cont .new-timer:before {
    border-color: #FFF;
    background: #FFF;
    border-top: 8px solid #FFF;
    margin: -9px 0 0 -1px;
}

.wde-timer-cont .new-timer:after {
    border-color: #FFF;
    background: #FFF;
    border-top: 11px solid #FFF;
    margin: -12px 0 0 -1px;
}

.wde-timer-cont .new-timer {
    width: 28px;
    height: 28px;
    border: 3px solid #FFF;
    top: 11px;
    left: 25px;
}

.wait-deal-end .chart-time-self {
}

.deal-finish-popup {
    display: none;
    color: white;
    -webkit-transition: opacity 0.3s ease 0.1s;
    -moz-transition: opacity 0.3s ease 0.1s;
    -o-transition: opacity 0.3s ease 0.1s;
    transition: opacity 0.3s ease 0.1s;
    z-index: 5;
    opacity: 0;
}

/*.deal-finished .deal-finish-popup {*/
    /*display: block;*/
    /*opacity: 1;*/
    /*border-radius: 15px;*/
/*}*/

/*.deal-finished .mini-chart-cont {*/
    /*filter: blur(3px);*/
    /*-webkit-filter: blur(3px);*/
    /*-moz-filter: blur(3px);*/
    /*-o-filter: blur(3px);*/
    /*-ms-filter: blur(3px);*/
    /*!*filter: url("https://static.iqoption.com/promo/vendor/js/chart/svg/blur.svg#blur");*!*/
    /*overflow: hidden;*/
/*}*/

.grafic h2.dfp-head {
    font-size: 49px;
    color: #9BD024;
    text-align: center;
    margin: 30px 0 10px;
}

.deal-finish-popup-lose h2.dfp-head {
    color: red;
}

.center-foot {
    width: 100%;
    float: left;
    font-size: 18px;
    margin: 0 0 30px;
}

.left-foot {
    float: left;
}

.right-foot {
    float: right;
}

a.restart {
    position: relative;
    font-family: 'Roboto', sans-serif;
    color: #9BD024;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    top: -18px;
}

.btn-grafic {
    background: #9BD024;
    color: #fff;
    padding: 8px 16px;
    border: 2px solid #9BD024;
    border-radius: 5px;
    font-size: 18px;
    position: relative;
}

.btn-grafic:hover {
    background: #9BD024;
    color: #fff;
    border: 2px solid #9BD024;
    text-decoration: none;
}

.dfp-intro a.restart {
    float: left;
    left: 20%;
}

.dfp-foot {
    margin: 10px 0 0;
    text-align: center;
    padding: 0 80px;
    display: table;
}

a.restart i {
    position: relative;
    left: 0;
    top: 8px;
    font-size: 40px;
    margin: 0 15px 0 0;
}

.deal-finish-popup-win, .deal-finish-popup-lose {
    display: none;
    margin-top: -15px;
}

.deal-finished_win .deal-finish-popup-win {
    display: block;
    margin-top: -15px;
}

.deal-finished_lose .deal-finish-popup-lose {
    display: block;
    margin-top: -15px;
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



/*grafic styles*/
.grafic-block {
    width: 100%;
    /*max-width: 670px;*/
    /*width: 670px;*/
    margin: 0 auto;
    box-shadow: 0 0 19px 2px #25282d;
}
.grafic-price {
    float: left;
    margin: 0;
    padding: 0 169px 0 0;
    width: 100%;
    position: relative;
}
.grafic-price li {
    /*background: #111119;*/
    /*background: #054058;*/
    background: transparent;
    list-style: none;
    float: left;
    margin: 0;
    padding: 15px 25px;
    width: 33.3333%;
    font-size: 28px;
    color: #fff;
    text-align: center;
}
.grafic-price li span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #c3c3c3;
}
.grafic-price li:nth-child(2) {
    font-weight: bold;
}
.grafic-price li:nth-child(3) {
    color: #9BD024;
}
.grafic-price li:last-child {
    background: transparent;
    /*background: #054058;*/
    /*background: #111119;*/
    width: 170px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.grafic-price li b {
    padding: 12px 0 0;
    display: block;
    font-weight: 400;
    font-size: 24px;
}
.mini-chart-wrap {
    width: 100%;
    font-family: 'Arial', 'Open Sans', sans-serif;
    overflow: hidden;
}
.mini-chart-cont {
    position: relative;
}.chart-padding {
     width: 100%;
     /*padding-right: 180px;*/
     padding-right: 200px;
     /*background: rgb(11, 44, 58);*/
     background: transparent;
 }
.mini-chart-btn-cont {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    bottom: 0;
    height: auto;
}
.mini-chart-btn-cont span.proc {
    margin: -12px 0 0 -55px;
}
.mini-chart-btn-cont, .chart {
    height: 240px;
    padding-top: 35px;
}
#chart-gr .bubble{
    position: absolute;
    right: -350px;
    top: 40px;
}
.mc-btn_call {
    /*border-radius: 0;*/
}
.deal-finished_win .deal-finish-popup-win {
    display: inline-block;
    margin-top: 0;
    width: 100%;
}
.deal-finish-popup h2{
    font-size: 36px;
    text-align: center;
    margin: 25px 0;
    padding: 0;
}
.wait-deal-end {
}
.mc-btn_put{
    /*border-radius: 0;*/
}
.mc-btn i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -2px 0 0 0;
}
.mc-btn img {
    width: 100%;
    position: relative;
    top: 0;
    bottom: auto;
    left: 0;
    height: auto;
    margin: 0;
}
a.restart i {
    left: 0;
    top: 2px;
}
.left-foot {
    margin: 10px 0 0 0;
}
.deal-finished_lose .deal-finish-popup-lose {
    margin-top: 0;
}
/*grafic styles end*/