@charset "UTF-8";
* {
    vertical-align: top;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    text-decoration: none;
    background: transparent;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus, *:hover, *:active, *:visited, a:focus, a:hover, a:active, a:visited {
    outline: none;
    text-decoration: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}
img, object {
    max-width: 100%;
}
li {
    list-style-type: none;
}
section{
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
.cert-crofr {
    color: #fff;
    float: right;
    margin: 20px 0 0 0;
    /*width: 300px;*/
    padding: 0 0 0 60px;
    background: url(../images/cert-crovf.png) 5px 6px no-repeat;
    background-size: contain;
    text-align: left;
}
.cert-crofr span {
    display: block;
}
.cert-crofr a {
    color: #fff;
    margin-top: 0;!important
text-decoration: underline;
}
.cert-crofr a:hover {
    text-decoration: none;
}
body{
    font-family: 'Ubuntu', 'Open Sans', sans-serif;
    font-weight: 400;
}
header{
    height: 120px;
    position: relative;
    z-index: 3;
    padding: 25px 0 0 0;
    text-align: center;
}
header .ifmrc{
    margin-top: 20px;
}
header a{
    display: inline-block;
    margin: 25px 0 0 0;
}
/*header p{*/
    /*float: right;*/
/*}*/
.header__certificate {
    float: right;
    display: block;
    max-width: 170px;
}

#top{
    background: #121a23 url("../images/top-bg.jpg") no-repeat center;
    background-size: cover;
    margin: -120px 0 0 0;
    position: relative;
    z-index: 2;
    padding: 120px 0 100px 0;
    color: #fff;
}



.about p{
    text-transform: uppercase;
}
h1{
    font-size: 49px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.1em;
    color: #000000;
    text-align: center;
    position: relative;
    display: inline-block;
    max-width: 1019px;

}
h1:before,
h1:after{
    content: '';
    position: absolute;
    left: calc(100% + 40px);
    top: 50%;
    height: 1px;
    width: 300px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);

    background-color: #9fa0a2;

}
h1:after {
    left: inherit;
    right: calc(100% + 40px);
}





h3{
    font-size: 49px;
    font-weight: 300;
    color: #000000;
    text-align: right;
    padding-right: 40px;
    margin-bottom: 120px;

}
.about{
    text-align: center;
}
.about img{
    display: none;
}

.about p{
    font-weight: 400;
    font-size: 29.6px;
    color: #000000;
}


.fees{
    margin-top: 25px;
}
.assets-wrap{
    margin: 90px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.assets-item{
    display: flex;
    align-items: center;
    position: relative;
    max-width: 270px;
    transition: .4s;
    cursor: pointer;
    margin: 30px 0;
}
.assets-item .logo-block{
    position: relative;
    height: 107px;
    width: 107px;
    background-color: #fff;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.45);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;

}
.assets-item .logo-block img{
    width: min-content;
    height: min-content;
}

.assets-item .descr-block{
    background-color: #fff;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    width: 155px;
    padding: 15px 20px;
    margin: 0;
    position: relative;
    z-index: 50;
    color: #000000;
    font-size: 18px;
}

.assets-item .descr-block p{
    direction: rtl;
}

.assets-item-hover{
    overflow: hidden;
    position: absolute;
    width: 300px;
    height: 190px;
    padding: 20px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.45);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.2);
    -moz-transform: translate(-50%, -50%) scale(0.2);
    -ms-transform: translate(-50%, -50%) scale(0.2);
    -o-transform: translate(-50%, -50%) scale(0.2);
    transform: translate(-50%, -50%) scale(0.2);


    transition: .4s;
    z-index: 0;
}

.assets-item__header{
    display: flex;
    justify-content: start;
}
html[lang="ar"] .assets-item__header{
    justify-content: space-between;
}
.assets-item__header .logo-block{
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    padding: 0;
    margin: 0;
}
.assets-item__header .descr-block{
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 25px;
    padding: 20px 0;
    margin-left: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    width: inherit;
}
.assets-item__header .descr-block p{
    font-size: 18px;
    color: #000000;
}

.assets-item:hover .assets-item-hover{
    top: 50%;
    left: 50%;
    transform: scale(1) translateX(-50%) translateY(-50%);
    z-index: 200;
}


.btn-wrap{
    text-align: center;
}
.btn-wrap a{
    display: inline-block;
}



#registration h4{
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    text-align: center;
}
.radio-inline{
    display: inline-block;
    margin: 0 15px 15px 0;
    position: relative;
    padding: 0 0 0 22px;
    font-size: 13px;
}
.radio-inline input{
    display: none;
}
.radio-inline span{
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #cacaca;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.radio-inline span:before{
    position: absolute;
    left: 2px;
    top: 2px;
    content: '';
    width: 8px;
    height: 8px;
    transition: 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
}
.radio-inline input:checked + span:before{
    background: #575162;
}


.select-box{
    position: relative;
    margin: 0 0 10px 0;
}
.select-box select{
    padding: 0 47px 0 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



#registration .input-group{
    display: table;
    width:100%;
    position: relative;
    border-collapse: separate;
}
#registration .input-group input{
    display: table-cell;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

#registration .input-group span{
    display: table-cell;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    height: 37px;
    padding: 0 10px;
    border: 1px solid #ffffff;
    border-right: none;
    -webkit-box-shadow: inset 0 1px 16px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 16px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 1px 16px 0 rgba(0,0,0,0.15);
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    background: #ffffff;
    color: #979aa6 !important;

}
#registration .input-group span .fa{
    background-color: transparent;
    box-shadow:none;
    border: none;
}

::-webkit-input-placeholder {color:#ffffff;}
::-moz-placeholder          {color:#ffffff;}/* Firefox 19+ */
:-moz-placeholder           {color:#ffffff;}/* Firefox 18- */
:-ms-input-placeholder      {color:#ffffff;}
.checkbox-rules{
    font-size: 12px;
    position: relative;
    padding: 0 0 0 20px;
    display: inline-block;
    width:100%;
    margin: 5px 0;
}
.checkbox-rules a{
    color: #457281;
}

.checkbox-rules span{
    webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #cacaca;
    position: absolute;
    display: inline-block;
    background-color: #fff;

    left: 0;
    margin-right: 15px;
}

.checkbox-rules span:before{
    position: absolute;
    content: '';
    top: 1px;
    left: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 14px;
    height: 14px;
    background: transparent;
}
.checkbox-rules .invalid_input + span {
    border-color: #ff0000;
}
.checkbox-rules input:checked + span:before{
    background: url("../images/check-green.png") no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
}
#registration button{
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    background: #ff6262;
    background: -moz-linear-gradient(top, #ff6363 0%,  #ff0909 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff6363),  color-stop(100%, #ff0909));
    background: -webkit-linear-gradient(top, #ff6363 0%,  #ff0909 100%);
    background: -o-linear-gradient(top, #ff6363 0%,  #ff0909 100%);
    background: -ms-linear-gradient(top, #ff6363 0%, #ff0909 100%);
    background: linear-gradient(to bottom, #ff6363 0%, #ff0909 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6363', endColorstr='#ff0909', GradientType=0 );
    line-height: 24px;
    padding: 16px 0;
    width: 100%;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: 0.3s;
    border-bottom: 2px solid #980000;
    text-transform: none;
    margin-top: 31px;
}
#registration button:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.5);
    transform: translateY(2px);
}
#about{
    text-align: left;
    padding-top: 80px;
}

#about h4{
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 70px;
}

#about img {
    height: 88px;
}
h2{
    font-weight: 700;
    margin: 70px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 42px;
}
#about p{
    display: inline-block;
    margin: 30px 0 100px 0;
    font-size: 16px;

}

#trading{

    padding: 50px 0 100px;
    background: #e1e3e7;

}
.tradin__wrap-content{
    position: relative;
}

html[lang="ar"] .tradin__wrap-content{
     direction: rtl;
}
.tradin__wrap-content:before{
    content: '';
    right: 20px;
    top: 0;
    position: absolute;
    width: 4px;
    height: 100%;
    background: transparent url(../images/dot.png) repeat-y center top;

}

html[lang="de"] .tradin__wrap-content:before,
html[lang="ar"] .tradin__wrap-content:before{
    display: none;
}
.trading__title{
    font-size: 40px;
    line-height: 1.3em;
    color: #0e0e0e;
    font-weight: 700;
    text-align: left;
    margin: 0 0 50px 0;
}
html[lang="ar"] .trading__title{
    text-align: right;
}

.trading__title span{
    background-color: #ff0000;
    padding: 5px 10px;
    font-size: 39.7px;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
}

#trading p{
    font-size: 20px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    max-width: 540px;
    margin: 0 auto;
    margin-bottom: 50px;

}
.trading-btn-wrap a{
    font-size: 21px;
    text-align: center;
}

.mac-iframe {
    display: inline-block;
    width: 540px;
    background: transparent url(../images/mac-iframe.png) no-repeat center;
    background-size: contain;
    height: 455px;
    padding: 19px 19px 154px 19px;
    margin: 0px 0 0px 0;
}
.mac-iframe iframe {
    width: 100%;
    height: 100%;
}
.mac-iframe video {
    width: 100%;
}
#trading .advantages{
    counter-reset: myCounter;
    margin-bottom: 50px;
}
#trading .advantages li{
    list-style: none;
    position: relative;
    font-size: 25px;
}


#trading .advantages li:before{
    counter-increment: myCounter;
    content:counter(myCounter);
    color: #fff;
    font-size: 25px;

    display: inline-block;
    text-align: center;
    font-weight: bold;
    margin: 5px 10px 5px 0;
    line-height: 40px;
    width: 40px;
    height: 40px;
    background: #ff3030;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
html[lang="ar"] #trading .advantages li:before{
    margin: 5px 0px 5px 10px;
}

#trading .advantages li:not(:last-child){
    margin-bottom: 20px;
}
.text-center{
    text-align: center;
}
#trading .text-center{
    display: inline-block;
    width:100%;
    margin: 50px 0 100px 0;
}
#trading .text-center a{
    background: #e21717;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    font-size: 18px;
    transition: 0.3s;
}
#trading .text-center a:hover{
    background: #f11818;
}
.cont{
    position: relative;
    padding: 0 0 0 70px;
    margin: 0 0 100px 0;
}

.footer{
    font-size: 12px;
    color: #fff;
    background: #252d32;
    padding: 100px 0 70px;
}

.crofr{
    background: url("../images/crofr-foot.png") no-repeat left center;
    padding: 5px 0 5px 45px;
}
.crofr a{
    color: #7cd5ff;
    text-decoration: underline;
}
.crofr a:hover{
    text-decoration: none;
}

.btc{
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    line-height: 62px;
    padding: 5px 30px 8px;
    background: #ff6262;
    background: -moz-linear-gradient(top, #ff6363 0%,  #ff0909 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff6363),  color-stop(100%, #ff0909));
    background: -webkit-linear-gradient(top, #ff6363 0%,  #ff0909 100%);
    background: -o-linear-gradient(top, #ff6363 0%,  #ff0909 100%);
    background: -ms-linear-gradient(top, #ff6363 0%, #ff0909 100%);
    background: linear-gradient(to bottom, #ff6363 0%, #ff0909 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6363', endColorstr='#ff0909', GradientType=0 );
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-box-shadow: 0 11px 27px 0 rgba(177,33,33,0.7);
    -moz-box-shadow: 0 11px 27px 0 rgba(177,33,33,0.7);
    box-shadow: 0 11px 27px 0 rgba(177,33,33,0.7), inset 0 -3px 0 0 rgba(94,15,15,.7);
    transition: 0.3s;
    min-width: 250px;
}

.btc:hover{
    color: #fff;
    -webkit-box-shadow: 0 5px 15px 0 rgba(177,33,33,0.7);
    -moz-box-shadow: 0 5px 15px 0 rgba(177,33,33,0.7);
    box-shadow: 0 5px 15px 0 rgba(177,33,33,0.7), inset 0 3px 0 0 rgba(94,15,15,.4);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}
.btc img{
    margin-left: 10px;
}
.btc.btn-en{
    padding: 19px 70px;
}

.btc-info{
    text-align: center;
    margin: 0 0 40px 0;
    height: 115px;
    position: relative;
}
.btc-info p{
    font-size: 66px;
    white-space: nowrap;
    font-weight: 700;
    color: #fff;
    line-height: 115px;
    padding: 0 35px;
    display: inline-block;
    background: #bababa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 2px 6px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: inset 0 2px 6px 0 rgba(0,0,0,0.12);
    box-shadow: inset 0 2px 6px 0 rgba(0,0,0,0.12);
    text-shadow: 2px 2px 0 rgba(0,0,0,0.65);
}
.btc-info a{
    font-size: 32px;
    color: #fff;
    line-height: 42px;
    background: #e21717;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    font-weight: 700;
    padding: 15px 20px;
    text-transform: uppercase;
    transition: 0.3s;
}
.btc-info a:hover{
    background: #ff0000;
}
.btc-info li{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.btc-info li[data-id="8"]{
    display: block;
}
h2[data-id="9"]{
	display:none;
}

.h2-wrap{
	margin:70px 0;
}


.error{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #efc7c7;
    color: #a94442;
    text-align: center;
    padding: 15px 20px;
    font-size: 16px;
    border-top: 1px solid #e4a0a0;
    z-index: 9999;
}
.invalid_input {
    border: 1px solid #e21717 !important;
}
iframe[name="google_conversion_frame"]{
    height: 0;
    position: absolute;
    overflow: hidden;
}
.application{
    display: none;
    text-align: center;
    padding: 50px 0;
    background: #eee;
}
.application.show{
    display: block;
}
.application h5 {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 700;
}
.application img{
    width: 180px;
}

.label-wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.cert-crofr-lang {
    float: right;
    width: 270px;
    padding: 0 0 0 133px;
    background: url(../images/ifmrc-logo.png) 5px 4px no-repeat;
}
.cert-crofr-lang span {
    display: block;
    width: 100%;
    text-transform: uppercase;
    border-left: 1px solid #8f8f8f;
    padding-left: 10px;
    text-align: left;
}
.copirights{
    padding-right: 350px;
    text-align: left;
}
.ar .copirights{
    text-align: right;
    padding-right: 350px;
}







.tabs{
    display: flex;
    align-items: center;
}
.tab{
    text-align: center;
    position: relative;
    width: 175px;
    padding: 15px 0;
    -webkit-border-radius: 24px 0 0 24px;
    -moz-border-radius: 24px 0 0 24px;
    border-radius: 24px 0 0 24px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 51%, #ebecee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 51%,#ebecee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 51%,#ebecee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebecee',GradientType=0 ); /* IE6-9 */
    transition: .3s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
.tab span{
    font-size: 15px !important;
    color: #494d5e !important;
}
.tab.demo{
    -webkit-border-radius: 0 24px 24px 0;
    -moz-border-radius: 0 24px 24px 0;
    border-radius: 0 24px 24px 0;


}
.tab.active{
    background: #a7acbb;
    -webkit-box-shadow: inset 0px 3px 4px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: inset 0px 3px 4px 0px rgba(0,0,0,0.35);
    box-shadow: inset 0px 3px 4px 0px rgba(0,0,0,0.35);
}


.tab i{
    color: #56a90b !important;
    font-size: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: none;
}
.tab.active i{
    display: inline-block;
}

.tab.demo i{
    left: inherit;
    right: 10px;
}





.form-block .form-group label{
    color: #494d5e;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    display: block;
}
html[lang="ar"] .form-block .form-group label,
html[lang="ar"] .form-block .form-group input{
    direction: rtl;
}
.form-block {
    width: 100%;
    padding: 0 0 100px;
    position: relative;
    background: #e1e3e7; /* Old browsers */

}
.form-block h2{
    font-size: 48px;
    line-height: 1.4em;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    z-index: 10;

}
.form-block h2 strong{
    font-size: 62px;
}
.form-block form{

    position: relative;
    z-index: 10;
}
.form-block form .form-img{
    position: absolute;
    right: 0;
    bottom: calc(100% + 1px);
    width: 640px;
}

/*.form-wrap span{*/
    /*font-size: 25px;*/
    /*!*margin-bottom: 15px;*!*/
    /*color: #fff;*/
    /*font-family: 'Roboto', sans-serif;*/
    /*font-weight: 700;*/


/*}*/
.form-wrap .fa{
    color: #979aa6;
}

.form-wrap .reg{
    margin-bottom: 10px;
    display: block;
}


.form-block .title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon:first-child {
    border-right: 1px solid #f2f2f2;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1;
    color: #8a96a0 !important;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 3;

}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.form-control {
    color: #979aa6;
    font-size: 19px;
    padding: 0 12px;
    height: 56px;
    line-height: 56px;
    display: block;
    width: 100%;
    border: 1px solid #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background-color: #fff;
    background-image: none;
    outline: inherit;
}

select.form-control {
    padding: 0 12px;
}
html[lang="ar"] select.form-control{
    direction: rtl;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0 3px 3px 0;
    font-weight: 400;
}

.checkbox-rules {
    padding: 20px 0 0px 20px;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    color: #494d5e;
    text-align: center;
}
.checkbox-rules a{
    /*color: #d0d8e0;*/
    font-weight: 400;
    font-size: 14px;
}




.checkbox-rules input {
    float: left;
    margin: 5px 0 0 -20px;
}

.form-control::-webkit-input-placeholder {
    color: #979aa6;
}

.form-control::-moz-placeholder {
    color: #979aa6;
}

.form-control:-moz-placeholder {
    color: #979aa6;
}

.form-control:-ms-input-placeholder {
    color: #979aa6;
}
.radio-inline{
    color: #457281;
    margin-right: 20px;
}
.radio-wrap{
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.btn-assets {
    display: block;
    border: 1px solid #d1e0e1;
    width: 100%;
    padding: 7px 0;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e1e6e8 82%, #e1e6e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e6e8 82%,#e1e6e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#e1e6e8 82%,#e1e6e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e6e8',GradientType=0 ); /* IE6-9 */
    transition: 0.3s;
}
.btn-assets:hover{
    color: #000000;
    transform: translateY(2px);



}
.btn-assets:focus{
    color: #000000;
}

.btn-red {
    background: #ba0404;
    background: -moz-linear-gradient(top, #ff3030 0%, #ff0000 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff3030), color-stop(100%, #ff0000));
    background: -webkit-linear-gradient(top, #ff3030 0%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff3030 0%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff3030 0%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff3030 0%, #ff0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3030', endColorstr='#ff0000', GradientType=0);
    border-radius: 3px;
    border: 0;
    border-bottom: 6px solid #980000;
    border-radius: 40px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    width: auto;
    padding: 12px 20px 10px 20px;
    font-size: 16px;
    /*  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);*/
}

.btn-red:hover {
    color: #fff;
    text-decoration: none;
    background: #c40404;
    background: -moz-linear-gradient(top, #c40404 0%, #fa4646 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #c40404), color-stop(100%, #fa4646));
    background: -webkit-linear-gradient(top, #c40404 0%, #fa4646 100%);
    background: -o-linear-gradient(top, #c40404 0%, #fa4646 100%);
    background: -ms-linear-gradient(top, #c40404 0%, #fa4646 100%);
    background: linear-gradient(to bottom, #c40404 0%, #fa4646 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c40404', endColorstr='#fa4646', GradientType=0);
}

.btn-main{
    padding: 7px 35px 14px 40px;;

}
.btn-main span{
    display: inline-block;
    font-size: 30.5px;
    font-weight: 400;
    vertical-align: middle;
    position: relative;
    top: 5px;
}


.btn-main i {
    position: relative;
    top: 5px;
    margin-right: 5px;
    font-size: 28px;
    display: inline-block;
    height: 58px;
    width: 73px;
    background-image: url('../images/btn-ico.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;

}

.btn-form {
    display: block;
    width: 100%;
    padding: 8px 0px 8px 0px;
    margin: 0 auto;
    border-radius: 3px;
    height: 56px;
    outline: none;


}
.btn-form span{
    font-weight: 400;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;

}
.btn-form i{
    display: inline-block;
    vertical-align: middle;
    width: 29px;
    height: 19px;
    background-image: url('../images/btn-ico2.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-left: 30px;

}
#payment{
    text-align: right;
}
.form-box {
    position: relative;
}
.warning-text{
    color: #7c8c95;
}
html[lang="ar"] .warning-text{
    text-align: right;
}



.app-wrap >div{
    display: inline-block;
    margin: 0 2px;
}

.contact-item{
    text-align: center;
    margin-bottom: 50px;
}
.contact-item h4{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 300;
}
.contact-item span{
    font-size: 30px;
    font-weight: 700;
}

#advertPopup h2{
    margin-top: 0;
    margin-bottom: 15px;
}
#advertPopup h4{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}
#advertPopup .modal-content{
    padding: 30px 20px;
    position: relative;
    text-align: center;
}
#advertPopup .modal-content button{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    color: #ff6262;
}
#advertPopup .btc{
    font-size: 22px;
    line-height: 46px;
}

.modal-content .shares-wrap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 20px;
}
.modal-content .shares-wrap img{
    width: 120px;
    margin: 10px;
}








/*flag select styles*/
.country-phone-wrap{
    display: table;
    width: 100%;
    border-spacing: 0;
    direction: ltr;
    /*margin-bottom: 20px;*/
}


@media (max-width: 480px){
    .country-phone-wrap{
        width: 100%;
        float: left;
        margin: 0 0 15px 0;

    }
}

.country-phone-wrap .country-select-wrap{
    float: left;
    /*background: #cacaca;*/
    height: 56px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;

}



.input-group-addon.code-input{
    width: auto;
    border-left: none;
    border-radius: 0;
    float: left;
    padding: 9px 12px;
    width: 64px !important;
    /*background-color: #cacaca;*/
    color: #8a96a0;
    height: 56px !important;
    line-height: 56px !important;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0 !important;
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
}
.ar-lang .input-group-addon.code-input{
    border-radius: 0;
    border-right: none;
}

.input-group.input-group-phone{
    width: calc(100% - 51px) !important;
}
.input-group.input-group-phone #phone,
.input-group.input-group-phone #phone_callback{
    width: calc(100% - 64px);
}
.input-group.input-group-phone #phone{
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.input-group-addon {
    color: #6a6c6f;
    background-color: #f1f3f6;
    border: 1px solid rgba(0,0,0,0.15);
}

.input-group-addon:last-child{
    border-left: none;
}

.country-select{
    height: 56px !important;
    border-color: #ffffff !important;
    border-radius: 3px 0 0 3px !important;
    background-color: #fff !important;
}
@media (max-width: 480px){
    /*.country-select{*/
    /*height: 42px !important;*/
    /*}*/

    .input-group-addon.code-input{
        height: 56px;
        line-height: 26px;
    }
    /*.country-phone-wrap .country-select-wrap{*/
    /*height: 42px;*/
    /*}*/
}

.country-select .country-list .flag, .country-select .country-list .country-name{
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: none !important;
}

@media (max-width: 500px){
    .country-select .country-list {
        white-space: normal;
        width: 250px;
    }
}
.preloaderPop {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  margin: 0;
  position: fixed;
  text-align: center;
}
.display-none {
  display: none !important;
}
.display-visible {
  display: block;
}
@media (orientation: landscape) {
  .preloaderPop h1{
    margin: 15% auto 0 !important;
  }
  .preloaderPop img {
    margin: 5px 0 !important;
  }
}
.preloaderPop img{
  margin: 50px auto;
}
.preloaderPop h1{
  margin: 50% auto 0;
  font-size: 38px !important;
  text-shadow: 0 0 10px #fff !important;
  color: #000 !important;
}
.preloaderPop h4{
  font-size: 16px !important;
  color: #000 !important;
  margin: 0 !important;
  text-shadow: 0 0 6px #fff !important;
}


span.form-error {
    position: absolute;
    top: calc(100% - 0px);
    left: 0;
    font-size: 13px;
    line-height: 1;
    color: #ff0000;
}
.form-group {
    position: relative;
    margin-bottom: 26px;
}