.setting-title{
    display: flex;
    margin: 0 0 20px 0;
}

.setting-title span{
    background: url("../images/settings.svg") 0 0 no-repeat;
    padding: 0 0 0 45px;
    text-transform: uppercase;
    min-height: 38px;
    font-size: 18px;
    background-size: 38px;
    font-weight: bold;
}

.betModalBody .fastBetItog{
    margin-bottom: 20px;
}

.fastBetItog{
    margin-bottom: 10px;
    font-size: 12px;
    color: #424242;
}

.modalWindow .close-btn{
    position: absolute;
    background: url("../images/close.svg") 0 0 no-repeat;
    width: 30px;
    height: 30px;
    background-size: cover;
    right: -15px;
    top:-15px;
    border: none;
    border-radius: 50%;
    z-index: 100;
    box-shadow:0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.modalWindow .close-btn:focus{
    outline: none;
}


.modalWindow .modal-dialog{
    margin: 7% auto 0;
}

.modalWindow .modal-content{
    background: #d7d7d7;
    border-radius: 0;
    padding: 0;
    margin: 0 20px;
}

.modalWindow .modal-body{
    padding: 20px;
}

.exclamation-title{
    display: flex;
    justify-content: center;
    margin: 0 0 20px 0;
}

.exclamation-title span{
    background: url("../images/title.svg") 0 0 no-repeat;
    padding: 0 0 0 45px;
    text-transform: uppercase;
    min-height: 38px;
    font-size: 18px;
    background-size: 36px;
    font-weight: bold;
}

.betModalBody .fastBetsumm{
    margin-bottom: 5px;
}

.betDescription{
    padding: 2px 5px 30px 5px;
    background: #c7c7c7;
    position: relative;
    color: #000;
    margin-bottom: 20px;
    border-radius: 5px;
    line-height: normal;
}


.betDescription .g-name{
    color: #6B0C17;
    font-weight: bold;
    font-size: 12px;
    line-height: normal;
    margin-bottom: 2px;
}

.betDescription .koeff{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 18px;
    text-align: center;
    padding: 0 20px;
    border-radius: 15px 0 5px 0;
    background: #F5C945;
    border-color: #F5C945;
    background-image: -webkit-linear-gradient(top, #80602f, #F5C945 50%, #80602f);
    background-image: -moz-linear-gradient(top, #80602f, #F5C945 50%, #80602f);
    background-image: -o-linear-gradient(top, #80602f, #F5C945 50%, #80602f);
    background-image: linear-gradient(to top, #80602f, #F5C945 50%, #80602f);
    color: #000;
}
.motion-info{
    background: url("../images/mistake.svg") 0 0 no-repeat;
    color: #757575;
    min-height: 38px;
    padding: 0 0 0 45px;
    background-size: 36px;
    margin-bottom: 20px;
}

.betModalBody{
    font-size: 14px;
}

.betModalBody .controls{
    margin: 0;
    padding: 0;
}

.betModalBody .controls > span {
    margin: 10px auto;
    display: block;
    width: 230px;
}

.controls .load span{
    position: relative;
}

.controls .load span:before{
    background: url("../images/rotate_wheel.svg") 0 0 no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
    display: block;
    position: absolute;
    content: "";
    left: -25px;
    top:0;
    -moz-animation: mark1 2200ms linear infinite ;
    -webkit-animation: mark1 2200ms linear infinite ;
    -o-animation: mark1 2200ms linear infinite ;
    -ms-animation: mark1 2200ms linear infinite ;
}

.forCashInput{
    width: 90px;
    padding: 0 5px;
    border-radius: 3px;
    margin-left: 10px;
    box-shadow:         0px 0px 4px 0px rgba(255, 150, 0, 1);
    outline: none;
    border: 1px solid #ffb400;
}

.betModalBody .forCashInput{
    background: #eaeaea;
}

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

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

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

@-ms-keyframes mark1 {
    0%{
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.betModalBody .fastBetItog .text.strong{
    font-weight: bold;
    color: #000000;
    font-size: 14px;
}

.changeFastBetSumm{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.changeFastBetSumm .text{
    width: 50%;
    font-size: 12px;
    line-height: 14px;
    padding: 0;
}

.changeFastBetSumm .betSumArea{
    display: flex;
}

.changeFastBetSumm .betSumArea input{
    box-shadow: none;
    border: 1px solid #c7c7c7;
    margin-right: -5px;
    border-radius: 5px;
    width: 65%;
    margin-left: 0 !important;
}

.changeFastBetSumm .betSumArea input:invalid {
    border: 1px solid #dd0000;
}

.changeFastBetSumm .betSumArea input:valid {
    border: 1px solid #4fcc03;
}

@media (min-width: 320px) {

    .changeFastBetSumm{
        flex-wrap: wrap;
    }

    .changeFastBetSumm .text{
        width: 100%;
        margin-bottom: 10px;
    }

    .changeFastBetSumm .betSumArea {
        width: 100%;
        margin-bottom: 10px;
    }
}

.modal-open {
    position: static !important;
    overflow-y: hidden !important;
}