#broker-choice-modal.md-default{font-size: 14px; background-color: rgba(0,0,0,0.7); z-index:100000;}

#broker-choice-modal.md-default.hide{display: none;}

#broker-choice-modal .md-container{max-width: 600px; border-radius: 8px;}

#broker-choice-modal  .md-title{font-size: 14px; padding: 15px 20px; font-weight: bold; border-color: #afafaf;}

#broker-choice-modal .md-content{color:#696969 ; padding: 15px 20px; line-height: 1.3; font-size: 14px;}

#broker-choice-modal .md-content span{display: block; margin-top: 3px;}

#broker-choice-modal .md-cmd-btn{
    border: 0;
    box-shadow: none;
    color: #fff;
    border-radius: 8px;
    margin: 0;
    background-color: #1da1f0;
    width: calc(50% - 10px);
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    text-decoration: none;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    
}

#broker-choice-modal .md-cmd-btn:hover{
    cursor:pointer;
}

#broker-choice-modal .md-close-btn{display: none;}

#broker-choice-modal .md-btn-wrap{padding-bottom: 20px; text-align: center; color: #696969;}

#broker-choice-modal .md-btn-wrap::after{content: attr(data-content); display: block; order:2;}

#broker-choice-modal .md-btn1{order:1}

#broker-choice-modal .md-btn2{order:3}

#broker-choice-modal .md-content p{margin-bottom: 0; font-size: 14px;}



@media (min-width: 520px) {
    #broker-choice-modal .md-cmd-btn{
        width: calc(50% - 18px);
    }

    .es #broker-choice-modal .md-cmd-btn{ width: calc(50% - 16px);}

    .ru #broker-choice-modal .md-cmd-btn , .kz #broker-choice-modal .md-cmd-btn{

        line-height: 15px;
        padding: 5px 10px;
    }


    

    
}


@media (max-width: 520px) {

    #broker-choice-modal .md-container{max-width: 356px;}

    #broker-choice-modal  #md-string .md-title{border:0; }
    #broker-choice-modal  .md-cmd-btn{
        width:100%;
   
    text-align: center;
    margin: auto;
    }
    #broker-choice-modal .md-btn-wrap{ flex-wrap:wrap;}

    #broker-choice-modal .md-btn-wrap::after{ width: 100%; padding: 5px;}



    .ru #broker-choice-modal .md-cmd-btn , .kz #broker-choice-modal .md-cmd-btn{font-size: 13px; max-width: 260px;}

    #broker-choice-modal .md-title,
    #broker-choice-modal .md-content{padding: 15px 10px}

    #broker-choice-modal .md-btn-wrap{padding: 0 10px 15px;}
}

@media (max-width: 620px) and (min-width: 520px) {
    .es #broker-choice-modal .md-cmd-btn{font-size: 13px;}

}
#cookie-consent.md-default {
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.7);

}

#cookie-consent.md-default.hide {
    display: none;
}

#cookie-consent .md-container {
    padding: 30px 30px 15px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 700px;
    width: 96%;
    max-height: calc(100% - 40px);
    overflow: auto;
}

#cookie-consent .md-close-btn{
    background: url(https://content.webapi-services.net/shared/iforex/media/close.png) 0 0/100% no-repeat;
    padding: 0;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
}

#cookie-consent .md-close-btn:hover{
    cursor: pointer;
}

#cookie-consent .md-content {
    padding: 0;
    order: 3;
}

#cookie-consent .md-row {
    width: 100%;
}

#cookie-consent .md-title {
    font-size: 18px;
    border-bottom: 0;
    padding: 0 0 30px 0;
    font-weight: bold;
    order: 1;
}

#cookie-consent .md-cmd-btn {
    background-color: #04b9ed;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
    width: auto;
    min-width: 120px;
    margin-right: 20px;
    font-weight: normal;
    margin-left:0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cookie-consent .md-cc-btn-save{
    margin-right:0;
}

#cookie-consent .md-cmd-btn:hover {
    cursor: pointer;
}

#cookie-consent .cc-title {
    color: #2a3b4d;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

#cookie-consent .cc-title:hover {
    cursor: pointer;
}

#cookie-consent .cc-title::before {
    content: '+';
    color: #04b9f2;
    font-size: 36px;
    font-weight: 300;
    position: absolute;
    left: 1px;
    top: 9px;
    line-height: 0;
}

#cookie-consent .cc-text {
    display: none;
    font-size: 13px;
    padding-top: 15px;
    width:calc(100% + 50px)
}

#cookie-consent .term {
    border: 1px solid #c8c8c8;
    padding: 10px;
    background: #f7f7f7;
    margin-bottom: 10px;
    border-radius: 4px;
    position: relative;
    padding-right:65px;
}

#cookie-consent .term.open .cc-text {
    display: block;
}

#cookie-consent .term.open .cc-title::before {
    content: '-';
    top: 4px;
    left: 4px;
    font-size: 54px;
}

#cookie-consent .md-btn-wrap {
    padding: 0 0 20px 0;
    text-align: center;
    order: 2;
    justify-content: flex-start;
    align-items: stretch;
}



#cookie-consent .term-btn {
    width: 40px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ddd;
    border-radius: 10px;
}

#cookie-consent .term-btn:hover {
    cursor: pointer;
}

#cookie-consent .term.active .term-btn {
    background-color: #71d6fb;
}

#cookie-consent .c1-btn {
    color: #4dac4c;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    top: 10px;
    right: 10px;
}


#cookie-consent .cc-toggle {
    width: 20px;
    height: 20px;
    background-color: #c8c8c8;
    border-radius: 50%;
    display: block;
    position: relative;
    top: -3px;
    box-shadow: rgb(149 157 165 / 90%) 0px 2px 3px;

}

#cookie-consent .term.active .cc-toggle {
    background-color: #00baff;
    left: 22px;
}

#cookie-consent .cc-toggle:hover {
    opacity: 0.7;
}

#cookie-consent .term.active .term-btn {}

#cookie-consent .cc-last-p{
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 0;
}


#cookie_settings_btn{text-align: center; color: #00baff; padding:10px; text-decoration: underline; position: relative; top:-20px;}

#cookie_settings_btn:hover{
    cursor:pointer;
}

@media (min-width: 520px) {}


@media (max-width: 520px) {

    #cookie-consent .md-container{padding:30px 10px;}

    #cookie-consent .cc-title {font-size: 14px;}
     #cookie-consent .c1-btn{max-width: 50px; text-align: center; line-height: 1;}

}

/*# sourceMappingURL=libraries.css.map*/