@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


@font-thin: 200;
@font-light: 300;
@font-medium: 500;

@color: #4880ca;

.color_sxem{color: @color;}
.red{color: #ff0000 !important;}
.fixed{position: fixed;}

html,body {height: 100%;font-size: 16px;line-height: 100%;}
*,input,textarea{font-family: "Roboto", sans-serif;font-weight: 300;}
body {
  height: 100%;
  background: url('/res/nicexchanger/i/newbg1.jpg') no-repeat top #4880cb ; /*newbg1 | bghny*/
  /*-moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;*/
  position: relative;
  min-height: 100%;
  top:0!important;
}
.warp-content{
  position: relative;
  min-height: 100%;
  opacity: 1 !important;
}
.h,h1,h2,h3,h4,h5{font-weight: 200;}
.h{margin-bottom: 20px;line-height: 125%;}
h1,.h1{font-size: 40px;}
h2,.h2{font-size: 30px;}
h3,.h3{font-size: 26px;}
h4,.h4{font-size: 24px;}
h5,.h5{font-size: 22px;}
h6,.h6{font-size: 20px;}
h7,.h7{font-size: 18px;}

.h-blue{color: @color !important;}
.h-mn{margin-bottom: 0;}
.size18{font-size: 18px;  line-height: 120%;}

b,strong{font-weight: 400;font-weight: normal;}
hr{border-top-color:@color;}

.padding-none{padding: 0;}
.hide{display: none;}

a{color: @color;text-decoration: underline;}
a.abb{text-decoration: none; border-bottom: 1px solid;}
a.abb4s{text-decoration: none;span{border-bottom: 1px solid;}}

.ded-moroz{
  background: url("../i/ded_moroz.png") left no-repeat;
  position: absolute;
  left:100%;
  top: -100px;
  right: 0;
  width: 243px;
  height: 500px;
  margin-left: -16px;
}

.global-menu{
  a{
    color: #ffffff;
    font-size: 16px;
    line-height: 100%;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: .3s;
  }
  a:first-child{margin-left: 0;}
  a.active{
    color:#fff;
    text-decoration: none;
    border-bottom-color: #fff;
  }
  a:hover{text-shadow: 1px 1px 1px #2d4e7a;}
  a.border{padding: 6px 20px;margin-left:20px;}
}
#global-menu{
  .usermenu{display: none;}
  .usermenu-btn{
    text-align: center;
    background: #fff;
    padding-top: 16px;
    padding-bottom: 10px;
    box-shadow: 0px 4px 20px #254877;
    a{
      text-decoration: none;
      border: 0 !important;
      display: inline-block;
      padding: 5px;
    }
    a:hover{border-bottom: 1px solid;color: @color;}
  }
  .dclose{
    display: none;
    position: absolute;
    right: 0;
    top:0;
    font-weight:100;;
    color: #fff;
    width: 60px;
    text-align: center;
    background-color: #f00;
    font-size: 30px;
    line-height: 30px;
    z-index: 100;
  }
}
#global-menu.fullbg{
  overflow-y: auto;
  overflow-x: hidden ;
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1000;
  left: 0;
  top: 0;
  background: url(/res/nicexchanger/i/newbg1.jpg) no-repeat top #4880ca;
  .usermenu{display: block;}
  .dclose{display: block;}
  .global-menu{
    padding-top: 20px;
    a{
      margin: 0;
      display: block;
      text-align: center;
      padding: 10px 0;
      display: block;
    }
  }
}

.menu-mobile{
  display: none;
  text-align: right;
  font-size: 50px;
}

header{
  height:150px;
  padding-top: 11px;
  .logo img{max-width: 160px;}
  .loginmenu{
    color: #fff;
    padding-top: 11px;
    a{
      padding-left: 0;
      transition: .5s;
    }
    a:hover{
      text-decoration: none;
    }
    a.border{padding:6px 20px;}
    a.border:hover{
      background: #fff;
      color: @color;
    }
    .text-decore{
      font-size: 14px;
      color: #fff;
      a{font-size: 14px;}
    }
    a.ibb{border-bottom: 1px solid #fff;}
  }
  .global-menu{padding-top: 22px;}
  .user-notification-bell{
    margin-right: 15px;
    background: none;
    border: 0;
    outline: 0;
    box-shadow: none;
    color: #fff;
    position: relative;
    cursor: pointer;
    .unotification-total{
      position: absolute;
      margin-top:-10px;
      font-size: 12px;
    }
    &:hover{
      color: #ffd73c;
    }
  }
  .select-lang{margin-right: 10px;align-self:center;cursor: pointer}
}
footer{
  position: absolute;
  left: 0;bottom: 0;
  width: 100%;
  height: 166px;
  color: #fff;
  .logo img{max-width: 140px;max-height: 140px;margin-top: -10px;}
  .border-style{
    background: #ffffff;
    border:1px solid #aac4e6;
    border-left: 0;
    border-right: 0;
    height: 3px;
    width: 100%;
    margin-bottom: 39px;
  }
  .tgandhelp{padding-top: 20px;}
  .footer-menu{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}



/**
  цвет фона
 */
.basick-warp{
  min-height: 100%;
  background: #ffffff;
  border-radius: 10px;
  padding: 24px 30px;
  margin-bottom: 30px;
  .title{
    font-size: 30px;
    line-height: 100%;
    color: @color;
  }
  .lk-title{padding: 13px 0 16px;}
  .r2l{background: url("../i/arrow_r2l.png") left no-repeat, url("../i/dot.png") center repeat-x;}
  .l2r{background: url("../i/arrow_l2r.png") right no-repeat, url("../i/dot.png") center repeat-x;}
}
.basick-warp.hauto{min-height: auto;}
.text-control{
  font-size: 18px;
  line-height: 125%;
}
.text-control.white{color: #fff;}
.text-control-rule{
  color: #4f4f4f;
  font-size: 18px;
  line-height: 25px;
  h1,h2,h3{color: @color;margin-bottom: 30px;margin-top: 20px;}
  h1{font-size: 28px;}
  h2{font-size: 22px;}
  h3{font-size: 20px;}
  p{margin-bottom: 20px;padding-left: 15px;}
  img{max-width: 100%;}
}
.custom-warp{
  background-color: #e0eaf6;
  margin: 30px -30px;
  padding: 45px 0;
  img{
    max-width: 90%;
  }
}


/**
  Блок обмена
 */

.exchanger[data-status='0'] [data-direct]{
  opacity: .5;
}

.pslist{
  >.ps-row{padding-top: 7px;padding-bottom:6px; transition: .3s;border-radius: 10px;color: #193d6c;}
  >.ps-row:hover,
  >.ps-row.active{
    background: @color;
    cursor: pointer;
    color: #fff;
    .mr{color: #fff;}
  }
  >.ps-row.disabled{opacity: .5;}
  .col-6{padding: 0;}
  padding-top: 20px;
  color:#193d6c;
  line-height: 20px;
  .img{
    padding-right: 0;
    img{max-height: 20px;max-width: 20px;}
  }
  .mr{
    padding-left: 0;
    text-align: right;
    font-size: 12px;
    color: #515151;
  }
}
.op-style-block,#tx_confirmation{
  background: #f6f8fa;
  box-shadow: 2px 2px 10px 3px #e8ebef;
  border: 1px solid #fff;
  padding: 20px 0;
  margin: 10px 0;
  border-radius: 10px;
}
#tx_confirmation{
  text-align:center;
  word-break: break-word;
  a{
    color: #333;
    span{
      display: inline-block;
      font-size: inherit;
      line-height: inherit;
    }
  }
}
.order-status{
  min-height: 62px;
  position: relative;
  div{
    cursor: default;
    color:#333;
    padding: 10px;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
  }
  div.error:not(.active),
  div.completed:not(.active){display: none;}
  div:before{content: "\f00c";font-family: 'Font Awesome 5 Pro';font-weight: 300;padding-right: 5px;}
  div.active{
    background: #cee1fe;
    font-weight: 400;
  }
  div.active ~ div:before{content:"";}
}

.order-timer {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
  background-color: #cb4c6d;
  font-size: 16px;
  float: left;
  position: relative;
  background-image:linear-gradient(180deg, #f00 50%, #4880ca 0%);
  div{
    position: relative;
    border-radius: 50%;
    height:76px;
    top: 2px;
    left: 2px;
    width: 76px;
    background-color: #fff;
    text-align: center;
    span{display: block;color: @color;}
    span:first-child{font-size:18px;padding-top: 22px;}
    span:last-child{font-size: 14px;margin-top: -5px;}
  }
}

.order-deleted{
  i{font-size: 70px;line-height: 70px;}
  h3{margin-bottom: 12px;font-size: 24px;}
  font-size: 20px;
  line-height: 24px;
  color: #cb4c6d;
}

.full-order-result{
  background-color: #ca486a;
  color: #fff;
  padding: 35px 0;
  margin: 0 -30px;
  text-align: center;
  i{
    font-size: 70px;
    line-height: 70px;
  }
}
.full-order-result.blue{background-color: @color;}


.copy-alert-warp{
  position: fixed;
  z-index: 100;
  max-height: 100%;
  max-width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 20px 50px;
  .copy-alert{
    width: auto;
    padding: 15px 30px;
    color: #fff;
    
    font-size: 16px;
    margin-bottom: 10px;
    text-align: right;
    background: @color;
    box-shadow: 2px 2px 5px 1px #3569af;
    border-left: 5px solid #0a0;
    word-break:break-word;
    a{
      color: #fff;
      text-decoration: none;
      border-bottom: 1px solid;
    }
  }
}

.search-valutes{
  margin-top: 10px;
  position: relative;
  input {
    border:1px solid #467dc5;
    border-radius: 10px;
    background-image: url(/res/nicexchanger/i/search.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 34px;
  }
  .cancel-serach{
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    width: 30px;
    height: 100%;
    text-align: center;
    line-height: 40px;
    color: #4880ca;
  }
}
.ps-focus{
  box-shadow: 0 0 0 2px #779fd6
}
.hide-me{display: none !important;}

/**Категории Tab-group**/
.kat{
  margin-right: 10px;
  text-align: center;
  width:100%;
  cursor: pointer;
  border: 1px solid #467dc5;
  background: white;
  border-radius: 10px;
  font-size: 16px;
  margin-top: 10px;
  padding: 10px;
}

.kat:last-child{
  margin-right: 0;
}

.kat.active{
  background: #4880ca;
  color: #FFFFFF;
}
.obm-input.error .error-msg{
  top: 50px;
}
@media (min-width: 992px) and (max-width: 1248px) {
  .kat{padding: 5px;}
  margin-right: 5px;
}


/** psInfo */
.psinfo-title{
  margin-bottom: 30px;
}
#psinfocontent{
  text-align: center;
  //-webkit-column-width: 200px;
  //-moz-column-width: 200px;
  //column-width: 200px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 1;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  -webkit-column-rule: 1px solid #5987b9;
  -moz-column-rule: 1px solid #5987b9;
  column-rule: 1px solid #5987b9;

}


#psinfocontent a {
  color: #FFFFFF;
}

/*
 секция перед футером "качество"
 */
.control-seq{
  .img{
    position: relative;
    height: 210px;
    padding-top: 50px;
  }
  .img:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -94px;
    height: 190px;
    width: 190px;
    border: 1px solid #fff;
    border-radius: 100px;
  }
  .img:hover:after{
    border: 2px solid #fff;
  }
}

.popover-body{padding: 12px 20px;}

/**
  INPUT FORM
 */
input:-webkit-autofill{
  -webkit-box-shadow: inset 0 0 0 50px #e7f5f8;
}

.attached-form img{
  max-width: 100%;
  max-height: 150px;
}

.tip-prop{padding: 5px;}

.obm-input{
  position: relative;
  background: #e7f5f8;
  border-radius: 10px;
  border: 1px solid @color;
  height: 50px;
  input,select{
    border: 0;
    background: transparent;
    display: block;
    height: 100%;
    width: 100%;
    padding-left: 20px;
    font-size: 18px;
    line-height: 100%;
    border-radius: 10px; 
  }
  [type="file"]{
    height: auto;
    padding-top: 10px;
  }
  select:focus,
  input:focus{
    outline: 0;
  }
  input[disabled="disabled"]{opacity: .5;}
  .info{
    box-shadow: -13px 0 13px 2px #e7f5f8;
    background: #e7f5f8;
    right: 0;top: 3px;
    padding-right: 10px;
    border-radius: 0 10px 10px 0;
    height: 42px;
    position: absolute;
    color: #000;
    font-size: 14px;
    line-height:25px;
    img{
      max-width: 25px;
      max-height: 25px;
      float: right;
      margin-left: 5px;
      margin-top: 9px;
    }
    label{
      padding-right: 5px;
      line-height: 44px;
      margin-bottom: 0;
    }
    .btn{background: transparent;border: 0;padding: 3px 5px 0;height: 42px;}
    .btn:focus{outline: 0;box-shadow: none;}
    .replaces_valute.show .btn{background: #d2e1e5;}
    .dropdown-menu.show{border-color: @color;background: #e7f5f8;}
    .dropdown-menu a.active,.dropdown-menu a:active{background: @color;}
  }
  .text{line-height: 48px;padding-left:20px;}
  .tmp-hide-input{display: none;}
}

/** автозаполнение **/
.obm-input.auto4sc{
  height: auto;
  min-height: 50px;
  padding: 7px 2px;
  .info,input{display: none;}
}
.insumm{
  .obm-input.disabled{
    input{opacity: 0;}
    .info{display: none;}
  }
}




.obm-input.error{
  border-color: #f00;
  background-color: #fcf1f9;
  .error-msg{
    margin-top: 14px;
    position: absolute;
    left: 0;
    width: 100%;
    background: #f00;
    color: #fff;
    padding: 20px;
    z-index: 1000;
    border-radius: 10px;
    a{color: #fff;}
  }
  .error-msg:after{
    content: "";
    position: absolute;
    left: 50%;
    top: -24px;
    margin-left: -12px;
    border: 12px solid transparent;
    border-bottom: 12px solid #f00;
    display: block;
    width: 0;
    height: 0;
  }
  .info{
    background-color: #fcf1f9;
    box-shadow: -13px 0 13px 2px #fcf1f9;
  }
}

.obm-textarea{
  display: block;
  width: 100%;
  background: #e7f5f8;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid @color;
  font-size: 14px;line-height: 135%;
}
.obm-textarea:focus{outline: 0;}
.obm-label{
  font-size: 20px;
  color: #515151;
  line-height: 120%;
}

.obm-a1{
  font-size: 16px;
  line-height: 100%;
  color: #515151;
  text-decoration: none;
  border-bottom: 1px solid;
}

.obm-a2{
  font-size: 20px;
  line-height: 100%;
  color: #467dc5;
  text-decoration: none;
  border-bottom: 1px solid;
}
.obm-a1:hover,.obm-a2:hover{text-decoration: none;}




.togglePasswordStatus{
  background: none;
  border: 0;
  cursor: pointer;
  padding-bottom: 15px;
  font-size: 20px;
  color: @color;
  line-height: 43px;
}
.togglePasswordStatus:focus{outline: 0;box-shadow: none;}


.pt13px{padding-top: 13px;}



.rashalert{position: relative;}
.rashalert .rashclose{right:0;top:0;width:40px;color:#333;text-shadow:0 0 1px #fff;height:20px;font-size: 16px;text-align: center;line-height: 19px;}
.rashalert .rashclose:hover{background: #e04343;cursor: pointer;color:#fff;}

#ytWidget .yt-servicelink{display: none !important;}
#yt-widget .yt-button{background: transparent !important; border: 0 !important;}

.head-title{
  background: #558b2f;
  font-weight: 400;
  font-size: 16px;
  padding: 20px;
  text-transform: uppercase;
  text-align: center;
}


#order-review{padding: 20px;margin: 20px 0px;position: relative; z-index: 100;background: #f8f8f8;}
#order-review .sb{text-align: right;}
.review-box-inputs input:checked ~ label,
.review-box-inputs label,
.review-box-inputs label:hover,
.review-box-inputs label:hover ~ label {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMyIiBpZD0ic3RhciIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzU1NTU1NSIgZD0iTTE2IDAgTDIxIDExIEwzMiAxMiBMMjMgMTkgTDI2IDMxIEwxNiAyNSBMNiAzMSBMOSAxOSBMMCAxMiBMMTEgMTEiLz48L3N2Zz4=);
  background-repeat: no-repeat;background-position: 0 0;opacity: 1;background-size: 100%;}
.review-box-inputs {margin: 0 auto;margin-top: 10px;min-width: 200px;min-height: 40px;overflow: hidden;*zoom: 1;position: relative;display: inline-block;}
.review-box-inputs input {display: none;border: 0;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;width:40px;height:40px;top:0;z-index:0;}

.review-box-inputs label {height: 40px;width: 40px;float: right;cursor: pointer;position: relative;z-index: 1;}
.review-box-inputs label:hover,
.review-box-inputs label:hover ~ label,
.review-box-inputs input:checked ~ label{
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMyIiBpZD0ic3RhciIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzQ4ODBjYSIgZD0iTTE2IDAgTDIxIDExIEwzMiAxMiBMMjMgMTkgTDI2IDMxIEwxNiAyNSBMNiAzMSBMOSAxOSBMMCAxMiBMMTEgMTEiLz48L3N2Zz4=);
  opacity: 1;height: 40px;width: 40px;}
#order-review .title{font-size: 24px; line-height: 28px;padding-bottom: 20px;}
#order-review .back_to_list{margin-top: 0;}
.review_sub{padding: 0 10px;margin-bottom: 0;font-size: 12px;}



.contact-control{
  font-size: 16px;
  line-height: 125%;
  a.abb4s span{margin-left: 5px;}
}


/* CONTENT */
main {padding-bottom:220px;}
main.jload .container{opacity: .5;}


/** order-page **/
#steps_info{
  .step{
    font-size: 30px;
    line-height: 100%;
    color: @color;
  }
  .step.red{color: #f00;}
  .spec_text{font-size: 20px;color: @color;line-height: 125%;}
  .spec_text.red{text-transform: uppercase;color: #f00;}
}

.img-partners-list{
  img{max-width: 180px;max-height: 60px;}
}


/**личный кабинет**/

.lk-menu{
  background: #fff;
  border-radius: 10px;
  padding: 39px 0 30px;
  margin-bottom: 30px;
  a{
    display: block;
    color: @color;
    font-size: 18px;
    padding: 14px 24px;
    text-decoration: none;
    i{min-width: 40px;}
    span{border-bottom: 1px solid;}
  }
  a.active{
    background-color: @color;
    color: #fff;
  }
  a:not(.active):hover{
    background: #eee;
  }
}

#widget_frame{overflow-x:auto;max-width: 100%;}

#reftabpanels{
  td.new{color: #0000ff;}
  td.deleted{color: #cc0000;}
  td.completed{color: #00cc00;}
  td.error{color: #cccc00;}
}

.obm-tablist{
  .nav-link{
    border: 1px solid;
    color: @color;
    border-radius: 10px;
    text-decoration: none;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .nav-link.active{background-color: #e7f5f8;}
}

.order-table{
  .bt{
    border-top: 1px solid #4880ca;
    td{padding-top: 17px;}
    td:last-child{font-size: 14px;color: #555;}
  }
  .inf td{padding-bottom: 19px;}
  tr{
    td:first-child{padding-left: 0;}
    td:last-child{padding-right: 0;}
  }
  td{vertical-align: middle;padding: 6px;}
  td.btn-list{
    min-width: 40px;
    i{
      cursor: pointer;
      transition:.3s;
      color: @color;
    }
    i:hover{color: #f00;}
  }
  .sx16{
    font-size: 16px;
    line-height: 100%;
    
    color: @color;
  }
  img{
    max-width: 25px;
    max-height: 25px;
  }
  td.new,
  td.frozen{color:#3556d3;}
  td.deleted{color:#f00;}
  td.completed{color:#18b918;}
  td.error{color:#b0b026;}
}


.table-warp{
  overflow-x: auto;
  .table:not(.table-borderless) th{
    background: @color;
    color: #fff;
    font-weight: normal;
    
  }
  .table:not(.table-borderless) td{
    font-size: 18px;
    color: #4f4f4f;
    border-top-color: @color;
  }
  .table:not(.table-borderless) td.name{color: #193d6c;}
  .table:not(.table-borderless) td.btn-list-color{
    min-width: 100px;
    span:hover{cursor: pointer;i{font-weight: 900;}}
    color: @color;
    .red{color: #c00;}
  }
  .vam td{vertical-align: middle}
}

.newsmenu{
  .ttl{font-size: 26px;line-height:26px;text-align: center;padding: 5px 0;color: @color;}
  .innsert{
    padding: 0 0 10px 10px;
    a{display: block;line-height: 24px;}
  }
}
.news{
  .fig{
    .date{color: #4f4f4f;font-size: 13px;padding-top: 20px;}
    .link a{color:#4880ca;font-size: 18px;text-decoration: underline;line-height: 22px;}
    .text{font-size: 15px;color: #4f4f4f;padding-top: 5px;}
  }
  .ndate{color: #4f4f4f;font-size: 14px;padding-bottom: 20px;}
}

.news-list{
  .nel{border-bottom: 1px solid transparent;padding: 10px 0;}
  .date{font-size: 13px;color: #4f4f4f;}
  .link a{font-size: 14px;color:#4880ca;line-height: 18px;text-decoration: none;border-bottom: 1px solid;}
}

.sitemap{
  img{max-width: 20px;max-height: 20px;}
  a{text-decoration: none;border-bottom: 1px solid transparent;font-size: 16px;}
  a:hover{border-bottom-color: @color;}
}

.page404{
  color: #fff;
  font-weight:100;;
  a{color: #fff;font-weight:100;;}
  a.b404{
    font-weight: 200;
    background: #fff;
    border: 0;
    padding: 20px 40px;
    color: @color;
    display: inline-block;
    text-decoration: none;
    font-size: 26px;
  }
  p{font-size: 26px;line-height: 100%;font-weight:100;;}
  .f220{font-size: 220px;line-height:220px;font-weight:100;;color: #fff;}
}


.get_breadcrumbs{
  padding-top: 20px;
  padding-bottom: 25px;
  color: #eee;
  a{
    font-size: 15px;
    font-weight:100;;
    color: #eee;
  }
}


.svg-image-control{
  max-width: 30px;
  max-height: 30px;
}

.banners-control button{
  width: 110px;
  margin-left: 10px;
}


.captcha{max-width: 302px;margin: 0 auto;margin-bottom: 15px;}
.pagination{
  display: block;
  text-align:center;
  padding:20px 0;
  li{
    display: inline-block;
    a{
      text-decoration: none;
      display: block;
      border: 1px solid @color;
      border-radius: 10px;
      height: 40px;
      width: 40px;
      color: @color;
      font-size: 18px;
      line-height: 40px;
    }
    a:focus,
    a:hover{text-decoration: none;}
  }
  li:not(.disabled):hover a,
  li.active a{background: @color; color: #fff;}
  li.disabled{opacity: .3;}
}


.modal{background-color: rgba(70,125,197,.75)}
.modal-content{border-radius: 10px;}
.modal-header{border-bottom: 0;padding-top: 30px;}
.modal-body{padding-bottom: 48px;padding-top: 6px;}
.modal-lg{max-width: 730px;}
.modal-footer{justify-content: center;border-top: 0;}
.modal .my-close{
  position: absolute;
  z-index: 400;
  right: 20px;
  top:23px;
  background: none;
  border: 0;
  color: #467dc5;
  cursor: pointer;
  transition: .5s;
  span{
    font-size: 80px;
    font-weight:100;;
  }
}
.modal .text-error-modal{font-size: 18px;line-height:120%;padding-left: 33px;word-break: break-word;}
.modal .my-close:hover{color: #f00;}
.my-close:focus{
  outline:0;
  box-shadow: none;
}



/* BUTTON */
.obm-btn{
  font-weight: 200;
  display: inline-block;
  color: #fff;
  text-decoration: none !important;
  border:0;
  margin-bottom: 8px;
  cursor: pointer;
  position: relative;
  transition: .3s;
}
a.obm-btn:not([href]),
a.obm-btn:not([href]):hover,
a.obm-btn:not([href]){color: #fff;}

.obm-sm{
  font-size: 16px !important;
  padding: 10px 25px !important;;
}

/*.obm-btn[disabled='disabled']:after{box-shadow: 0 0 20px 3px #d6d6d6  !important;}*/

.obm-primary{
  font-size: 26px;
  line-height: 100%;
  background: #467dc5;
  padding: 12px 50px 13px;
  z-index: 1;
  box-shadow: 0 10px 20px -4px #497fc9;
}
.obm-primary:hover{box-shadow: 0 10px 29px -2px #31578b;color: #fff;}
.obm-danger[disabled='disabled'],
.obm-primary[disabled='disabled']{background: #d6d6d6 !important;box-shadow: 0 10px 20px -4px #777;}

.obm-danger{
  background: #f00;
  color: #fff;
  font-size: 26px;
  line-height: 100%;
  padding: 12px 50px 13px;
  box-shadow: 0 10px 20px -4px #a00;
}
.obm-danger:hover{box-shadow: 0 10px 20px -4px #d00;color: #fff;}

.obm-btn-light{
  border: 1px solid @color;
  color: @color;
  background: #fff;
  border-radius: 10px;
  min-height: 40px;
  padding: 10px;
}


.obm-btn-light:hover{
  box-shadow: 1px 1px 2px @color;
}
.obm-btn-light:focus{
  background-color:#e7f5f8;
  box-shadow: none;
  outline: 0;
}
.its-border{
  border: 1px solid @color;
  padding: 6px 10px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
}
.its-border:hover{background: @color;color: #fff;text-decoration: none;}

.obm-white{
  background: #fff;
  color: @color;
  padding: 20px;
}

.obm-light{
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px;
}


.obm-checkbox{display: none;}
.obm-checkbox+label{
  cursor: pointer;
  color: #515151;
  display: inline-block;
  position: relative;
  padding-left: 33px;
  padding-right: 5px;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 10px;
}
.obm-checkbox+label a{color: #555555;}
.obm-checkbox:checked+label{color: @color;}
.obm-checkbox:checked+label a{color: @color}
.obm-checkbox:checked+label:before{content: "\f00c";left: 4px;top: -2px;position: absolute;font-family: 'Font Awesome 5 Pro';font-weight: 900;font-size:20px;z-index: 10; height: 18px;width: 13px;}
.obm-checkbox:checked+label:after{z-index: 9;}
.obm-checkbox:checked+label a:hover{
  text-decoration: none;
}
.obm-checkbox + label:after{
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  height:22px;
  width:22px;
  border: 1px solid #4880ca;
  border-radius: 10px;
  background: #e7f5f8;
}
.obm-checkbox:disabled+label{opacity: .5;}


.user-icon{
  background: url("../i/user.png") center no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-bottom: -3px;
}


.scroll-top{

  background: rgba(255,255,255,.1);
  opacity: .9;
  background-color: #4880ca;
  color: #fff;
  font-size: 32px;
  text-align: center;
	cursor: pointer;
	display: none;
	z-index: 1000;
	position: fixed;
	right: 20px;
	bottom: 70px;
	border-radius: 30px;
  padding-top: 5px;
	width: 48px;
	height: 48px;
  border: 2px solid #fff;
  transition: .2s;
  text-shadow:0 0 1px @color;
  box-shadow: 0 0 1px @color;
}
.scroll-top:hover{
  opacity: 1;
  background: @color;
  color: #fff;
  box-shadow: 0 0 3px #fff;
}
.scroll-top:after{
  content: "";
  position: absolute;
  left: 0;
  top:0;
  height: 100%;
  width: 100%;
  border-radius: 57px;
  transition: .3s;
  border: 1px solid @color;
  opacity: 0;
}
.scroll-top:hover:after{
  opacity: 1;
  border: 1px solid #fff;
  left: -7px;
  top:-7px;
  height: 58px;
  width: 58px;
}



#ajax-loader{
  z-index: 10000000;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
#ajax-loader .my-progress-bar{
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 2px;
  background: @color;
}


.menua{
  margin-left: 40px !important;
  text-align: left !important;
}
.menuhr{
  margin: 0 auto;
  margin-left: 40px;
  width: 50px;
  float: left;
  border-top-color: white;
}
.submenu-link:after {
  content: "\f107";
  margin-left: 10px;
}
.submenu {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 5px;
  border: 1px solid white;
  border-radius: 10px;
  background: #4880ca;
  position: absolute;
  left: -35px;
  top: 100%;
  text-align: left;
  z-index: 5;
  width: 160px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: .5s ease-in-out;
}
.submenu a {
  width: 100%;
  color: white;
  text-align: left;
  padding: 12px 15px;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.topmenu{width: 100%;border: 0;text-align: right;padding: 0;margin: 0;list-style: none;}
.topmenu >div{position: relative;margin-left: 24px;}
.topmenu >div:hover .submenu {
  opacity: 1;
  transform: scaleY(1);
}
.apps-img{
  max-width: 130px;
}
.modal .mob-apps-alert .my-close{
  right: 0;
  top: 0;
}
.modal .mob-apps-alert .my-close span{
  font-size: 50px;
}
.modal .mob-apps-alert h2{
  margin: 0;
  font-size: 24px;
}
.modal .mob-apps-alert .modal-header{
  padding-bottom: 2px;
}
.mob-apps-flex{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.mob-apps-flex a{
  margin: 0 5px 10px;
}
.mob-apps-alert p{
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    text-align: center;
}
.mob-apps-alert p a{
    text-decoration: underline;
}
@media (max-width: 1610px) {
  .ded-moroz{display: none;}
}
.mob-search-valute-name{
  display: none;
}
@media (max-width: 1200px) {
  .global-menu.menu .topmenu > li{margin-left: 12px;}
  .lk-menu{.wco{font-size: 16px;}}
  .scroll-top{
    right: auto;
    left: 20px;
    bottom: 14px;
  }
  .apps-img{
    margin-bottom: 10px;
  }
  .topmenu>div a{
    font-size: 14px;
  }
  .topmenu>div {
      margin-left: 15px;
  }
}
@media (max-width: 992px) {

  .page404{
    .f220{font-size: 160px; line-height: 200px;}
  }

  #global-menu:not(.fullbg) .global-menu.menu,
  footer .global-menu.menu{display: none;}
  .menu-mobile{display: block;}
  #footer .global-menu:last-child{padding-top: 0;}
  #footer .global-menu .bestchange {display:block}
  #footer .global-menu a.border,
  .global-menu.loginmenu a.border{
    padding: 0;
    border: 0 !important;
  }
  .apps-img{
    margin-bottom: 0;
    max-width: 150px;
  }
  footer .tgandhelp{padding-top: 0;}

  //.pslist>.ps-row{display: none;}
  .pslist.show_list>.ps-row:not(.hide-me){display: flex;}
}
@media (max-width: 768px) {
  .pslist{padding-top: 5px;}
  .basick-warp{padding-bottom: 1px;}
  .control-seq{
    .h1{font-size: 30px;}
    .h3{font-size: 18px;}
    .img{padding: 0;height: 150px}
    .img:after{height: 140px;width: 140px;margin-left: -70px;top:-15px;}
  }
  main{padding-bottom: 150px;}
  footer{height: 95px;.border-style{margin-bottom: 20px;}}
  footer .menu-mobile{text-align: center;i{margin: 0;}}
}
@media (max-width: 576px) {
  header{height: 130px;}
  header .global-menu{padding: 0;}
  .xs-text-center{
    text-align: right;
  }
  footer .xs-text-center .global-menu:not(.menu){display: none;}
  .control-page4mobile{
    .display-4{ font-size: 2.5rem;}
    .obm-primary{
      font-size: 18px;
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  .spec-padding{padding: 0;}
  .obm-primary{font-size: 18px;padding-left: 30px;padding-right: 30px;}
  #google_translate_element{
    margin-top: -12px;
    margin-bottom: 10px;
  }
  .copy-alert-warp{padding: 20px 10px;}
  .get_breadcrumbs{font-size: 14px;a{font-size: 14px;}}
  #rew-recaptcha {
    transform-origin: left;
    transform: scale(.81);
  }
  .pagination {
    margin: 0 -5px;
  }
  .pagination li {
    margin: 5px 2.5px;
  }
  #langModal .modal-body .text-center{
    text-align: left !important;
    padding: 0 15px;
  }
  .mob-search-valute-name{
    display: flex;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
    gap: 8px;
    line-height: 1.5;
  }
  .mob-search-valute-name img{
    max-width: 24px;
    width: 24px;
  }
}
@media (max-width: 436px) {
  .apps-img{
    margin-bottom: 10px;
    max-width: 170px;
  }
}
@media (max-width: 374px) {
  #google_translate_element{margin-top: -36px;z-index: 600;position: relative;}
  header .logo img{max-width: 120px;}
  .captcha iframe{
    transform: scale(0.89);
    transform-origin: 0 0;
  }
}

.tgimg {
  animation:rotationnn 10s infinite ease-in-out;
}

@keyframes rotationnn {
  0% {transform: rotate(0deg);}
  10% {transform: rotate(360deg);}
  15% {transform: scale(1.1);}
  20% {transform: scale(1);}
  79% {transform: scale(1);}
  80% {transform: scale(1.1);}
  85% {transform: scale(1);}
  100% {transform: rotate(360deg);}
}

@media (max-width: 992px) {
  .text4{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  header{
    //background: none !important;
    //height: 130px !important;
  }
  .h1g {
    font-size: 20px !important;
  }
  .textg{
    font-size: 15px !important;
  }

  .textpiterq{
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

}

@media (min-width: 1800px) {
  header{
    background-size: 100% !important;
  }

  #obmen{
    background-size: 100% !important;
  }
}


textarea{
  resize: none !important;
}

.textg a{
  color: white;
}

table p{
  text-align: center !important;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

.table_containerq table td{
  border:1px solid black;
}

.table_containerq table tr{
  border:1px solid black;
}
.obm-input select.f-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyODQuOTI5IDI4NC45Mjk7IiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz48Zz4KCTxwYXRoIGQ9Ik0yODIuMDgyLDc2LjUxMWwtMTQuMjc0LTE0LjI3M2MtMS45MDItMS45MDYtNC4wOTMtMi44NTYtNi41Ny0yLjg1NmMtMi40NzEsMC00LjY2MSwwLjk1LTYuNTYzLDIuODU2TDE0Mi40NjYsMTc0LjQ0MSAgIEwzMC4yNjIsNjIuMjQxYy0xLjkwMy0xLjkwNi00LjA5My0yLjg1Ni02LjU2Ny0yLjg1NmMtMi40NzUsMC00LjY2NSwwLjk1LTYuNTY3LDIuODU2TDIuODU2LDc2LjUxNUMwLjk1LDc4LjQxNywwLDgwLjYwNywwLDgzLjA4MiAgIGMwLDIuNDczLDAuOTUzLDQuNjYzLDIuODU2LDYuNTY1bDEzMy4wNDMsMTMzLjA0NmMxLjkwMiwxLjkwMyw0LjA5MywyLjg1NCw2LjU2NywyLjg1NHM0LjY2MS0wLjk1MSw2LjU2Mi0yLjg1NEwyODIuMDgyLDg5LjY0NyAgIGMxLjkwMi0xLjkwMywyLjg0Ny00LjA5MywyLjg0Ny02LjU2NUMyODQuOTI5LDgwLjYwNywyODMuOTg0LDc4LjQxNywyODIuMDgyLDc2LjUxMXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiIGZpbGw9IiMzMTY4QjIiLz4KPC9nPjwvZz4gPC9zdmc+Cg==');
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  background-size: 15px 15px;
}

.obm-btn-light.back-button {
    width: 200px;
    color: #497fc9 !important;
    margin: 8px;
    border-radius: 0;
    font-size: 26px;
    box-shadow: 0 10px 20px -4px #497fc9;
    line-height: 1.05;
    border-radius: 0;
    &:hover {
      box-shadow: 0 10px 29px -2px #31578b;
      color: #fff;
    }
}

.table-blue.table thead th {border-bottom-color: #4880ca}
.table-blue.table td,
.table-blue.table th{border-top-color: #4880ca}

@media(max-width: 473px) {
  .btn-danger + .btn-danger {
    margin-top: 20px;
  }
}
.obm-primary {
  height: 49px;
}
@media(max-width: 767px) {
  .obm-primary {
    width: 100% !important;
    max-width: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .obm-input {
    width: 100%;
    margin-left: auto!important;
    margin-right: auto!important;
  }
  .obm-input + div {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .obm-checkbox + label {
    margin-top: 10px;
  }
}
.banner-nice {
  padding: 24px 30px;
  background: url(../i/b-nice.png) bottom right no-repeat, #fff;
  border-radius: 10px;
  margin-bottom: 32px;
  text-decoration: none;
  display: block;
}
.banner-nice:hover {
  text-decoration: none;
}
.banner-nice__title {
  color: #4880ca;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 6px;
}
.banner-nice__text {
  color: #515151;
  font-size: 16px;
 
  margin: 0;
  max-width: 250px;
}

.banner-turkey{
  padding: 20px 30px 55px;
  background: url(../i/turkey-bg.png) bottom right no-repeat, #fff;
  border-radius: 10px;
  margin-bottom: 32px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}
.banner-turkey:hover {
  text-decoration: none;
}
.banner-turkey-title {
  font-size: 25px;
  line-height: 30px;
  color: #467DC5;
  font-weight: 400;
  margin-bottom: 10px;
  max-width: 240px;
}
.banner-turkey-text {
  color: #333;
  font-size: 15px;
  line-height: 1.1;
  margin: 0;
  max-width: 240px;
}
.banner-turkey-img{
  position: absolute;
  display: block;
  position: absolute;
  bottom: -12px;
  right: -12px;
}

.text-control-rule p {
  padding-left: 0;
}
html body .text-control-rule h3 {
  font-size: 30px !important;
}


@media(max-width: 991px) {
  #global-menu.fullbg .global-menu .col-6 .menua[href*='/tg/?domain='] {
    display: flex!important;
    align-items: center;
  }
  .tgimg {
    margin-right: 10px;
    flex-shrink: 0;
  }
  .tgimg + span {
    white-space: nowrap;
  }
  .tg-link {
    display: inline-block !important;
    align-items: center;
    margin: 0 !important;
  }
  .tg-link.telegram-chat3{
    margin: 0 25px 0 40px !important;
  }
  .tg-link span {
    white-space: nowrap;
  }
  [href="/res/nicexchanger/i/nice-menu-store3.png"] {
    max-width: 85px;
  }
}
@media(max-width: 767px) {
  #form_reviews #comit_reviews_go {
    margin-bottom: 20px;
  }
  .contact-control .its-border {
    margin-bottom: 10px;
  }
  html body .text-control-rule h3 {
    font-size: 25px !important;
  }
  .dizpidplr10 {
    height: auto!important;
  }
  .hrefs.row {
    margin-left: -15%;
  }
  h1, .h1 {
    font-size: 30px;
  }
  .contact-control ul {
    padding-left: 15px;
  }
  #fri-block {
    padding-bottom: 30px;
  }
  .tgimg{
    margin-right: 7px !important;
  }
  .tg-link span{
    font-size: 12px !important
  }
  .tg-link img{
    max-width: 25px !important;
  }
  .tg-link.telegram-chat3 {
      margin: 0 15px 0 40px !important;
  }
}

@media(max-width: 575px) {
  .premblock .prem {
    padding: 0;
  }
  .tg-link, .tg-link.telegram-chat3{
    margin: 0 0 0 40px !important;
  }
  .tg-link img {
    max-width: 20px !important;
    margin-right: 6px !important
  }
}
@media(max-width: 1199px) and (min-width: 992px) {
  .tablet-left {
    margin-left: -90px;
    min-width: 540px;
  }
}

.banner__image {
  margin-top: 20px;
}
.banner__image img {
  max-width: 100%;
  height: auto;
}



.check-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.check-card__title {
  font-size: 30px;
  color: #4880ca;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .check-card__title {
    font-size: 26px;
  }
}
.check-card__description {
  font-size: 18px;
 
  line-height: 1.2;
  color: #467dc5;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .check-card__description {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.check-card__buttons {
  display: flex;
  align-items: center;
  margin-bottom: 44px;
}
@media (max-width: 991px) {
  .check-card__buttons {
    flex-direction: column;
    align-items: center;
  }
}
.check-card__buttons > span {
  display: block;
  margin-right: 16px;
  margin-left: 16px;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: #a7a7a7;
}
@media (max-width: 991px) {
  .check-card__buttons > span {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.check-card__button-outline {
  font-size: 18px;
  line-height: 1.11;
  text-align: center;
  color: #467dc5 !important;
  padding: 11px 25px 10px;
  border-radius: 5px;
  border: solid 1px #467dc5 !important;;
  background-color: transparent !important;
}
.check-card__button-outline:hover {
  color: #ffffff;
  background-color: #467dc5;
}
.check-card__button {
  font-size: 18px;
  line-height: 1.11;
  text-align: center;
  color: #ffffff;
  padding: 11px 20px 10px;
  border-radius: 5px;
  border: solid 1px #467dc5;
  background-color: #467dc5;
}
.check-card__button:hover {
  color: #ffffff;
  background-color: #3464a4;
}
.check-card__text {
  font-size: 18px;
 
  line-height: 1.33;
  text-align: center;
  color: #212529;
}
@media (max-width: 991px) {
  .check-card__text {
    font-size: 16px;
  }
}
.check-card__bitton-large {
  font-size: 24px;
  line-height: 0.83;
  text-align: center;
  color: #ffffff;
  padding: 18px 20px 18px;
  min-width: 350px;
  border-radius: 0;
  border: solid 1px #467dc5;
  background-color: #467dc5;
  margin-bottom: 15px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .check-card__bitton-large {
    padding: 15px 18px 15px;
    font-size: 20px;
    min-width: auto;
    width: 100%;
  }
}
.check-card__bitton-large:hover {
  color: #ffffff;
  background-color: #3464a4;
}
.check-card__footer {
  text-align: center;
}
.check-card__footer span,
.check-card__footer a {
  font-size: 16px;
  line-height: 1.25;
  color: #467dc5;
}
.check-card__footer a {
  text-decoration: underline;
}
.check-card__footer a:hover {
  text-decoration: none;
}

.account-verify__title {
  font-size: 30px;
  text-align: center;
  color: #4880ca;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .account-verify__title {
    font-size: 26px;
  }
}
.account-verify__description {
  font-size: 15px;
 
  line-height: 1.6;
  text-align: center;
  color: #212529;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .account-verify__description {
    font-size: 14px;
  }
}
.account-verify__sub-description {
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
  color: #4880ca;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .account-verify__sub-description {
    font-size: 14px;
  }
}
.account-verify__block {
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .account-verify__block {
    flex-direction: column;
  }
}
.account-verify__timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #4880ca;
  min-height: 93px;
  margin-right: 22px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .account-verify__timer {
    margin-bottom: 20px;
  }
}
.account-verify__timer svg {
  margin-bottom: 10px;
}
.account-verify__content {
  font-size: 15px;
 
  line-height: 1.4;
  color: #212529;
}
@media (max-width: 991px) {
  .account-verify__content {
    font-size: 14px;
    text-align: center;
  }
}
.account-verify__sub {
  font-size: 13px;
 
  line-height: 1.2;
  text-align: center;
  color: #4880ca;
}
.account-verify__footer {
  font-size: 15px;
 
  line-height: 1.4;
  text-align: center;
  color: #212529;
}
@media (max-width: 991px) {
  .account-verify__footer {
    font-size: 14px;
  }
}
.account-verify__footer a {
  color: #4880ca;
  text-decoration: underline;
}
.account-verify__footer a:hover {
  color: #4880ca;
  text-decoration: none;
}
header .loginmenu .text-decore{
  position: relative;
}
.apps-img{
  margin-bottom: 5px;
}
.footer-apps{
  max-width: 120px;
}
.footer-apps img{
  max-width: 100%;
}
footer .global-menu a.border{
  margin-left: 34px !important;
}
#global-menu.fullbg .global-menu a.apps-img-menua{
  padding: 0;
  margin: 12px auto 0 !important;
}

#global-menu.fullbg .global-menu a.apps-img-menua .apps-img{
  max-width: 120px;
  margin-bottom: 0;
}
.flex-mob-apps{
  width: 100%;
  justify-content: center;
  max-width: 450px;
  margin: 0 auto;
}
.head-pop-cont{
  height: 100%;
  width: 100%;
  pointer-events: none;
  display: flex;
  align-items: center;
  padding: 15px;
  justify-content: center;
}
#pop-away .modal-header{
  flex-wrap: wrap;
}
#pop-away .modal-dialog{
  max-width: 440px;  
}
#pop-away .my-close{
  right: 15px;
  top: 20px;
}
#pop-away .my-close span{
  font-size: 50px;
  color: #AAB1B9;
}
.head-pop-block{
  background: #FFFFFF;
  padding: 20px 50px 30px;
  pointer-events: all;
  position: relative;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.head-pop-block .close{
  opacity: 1;
  position: absolute;
  top: 15px;
  font-size: 36px;
  right: 15px;
}
.head-pop-header{
  text-align: center;  
}
.head-pop-title{
 
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.015em;
  color: #233F65;
}
.head-pop-desc{
  margin: 0 auto;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #333333;
}
.pop-away-form h4{
  text-align: center;
}
.pop-away-form label{
  display: block;
  position: relative;
  padding-left: 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #343434;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0;
}
.pop-away-form label input{
  display: none;
}
.pop-away-form label span{
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border: 1px solid #B7C3CD;
  position: absolute;
  top: 8px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
}
.pop-away-form label input:checked + span{
  border-color: #467DC5;
}
.pop-away-form label input:checked + span:before {
  width: 8px;
  height: 8px;
  background: #467DC5;
  content: '';
  display: block;
  border-radius: 90px;
}
.pop-away-form .form-group {
    display: none;
}
.pop-away-form .form-group input{
  width: 100%;
  height: 40px;
}
.pop-away-form .obm-primary{
  width: 200px;
  margin: 20px auto 0;
  text-align: center;
  display: block;
  padding: 0;
}
.pop-away-btn{
  display: none !important;
}
@media (max-width: 575px){
 .head-pop-cont{
    align-items: flex-start;
    padding: 15px 0;
 }
 .head-pop-block{
  padding: 20px 20px 30px
 } 
}
@media (max-width: 992px){
  footer .global-menu a{
    margin-left: 20px;
    margin-bottom: 10px;
  }
  footer .logo img{
    max-width: 100% !important;
  }
  footer .global-menu a.border{
    margin-left: 20px !important;
  }
  footer .global-menu a#best{
    margin-left: 0;
  }
  footer .global-menu{
    position: relative;
    left: 25px;
  }
}
@media (max-width: 576px){
  .flex-mob-apps{
    max-width: 300px;
    flex-wrap: wrap;
  }
  .flex-mob-apps .tg-link.telegram-chat3 {
    margin: 0 0 0 20px !important;
  }
  .disountLink{
    border: 0 !important;
    padding: 0 !important;
  }
  .basick-warp .title{font-size: 24px;}
}

#wrng .modal-body ul{
    list-style: none;
    padding: 0;
}
.icntf_link{margin-top:15px;}

.captcha-cont > div > div {
  margin: 0 auto;
  margin-top: 20px;
}
.modal-error, .user-security-codes .alert-warning {
  background: #d00505;
  color: #fff;
  padding: 15px 0;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.btnAuthStep {
  width: 100%;
  max-width: 350px!important;
  margin: 0 auto;
}
.btnAuthStep2 {
  width: 100%;
  max-width: 250px!important;
  margin: 0 auto;
}
.recoveryLink {
  text-decoration: underline;
}
.recoveryLink:hover {
  text-decoration: none;
}
.cccpart{width: 100%;}

.electronic_check_text{font-size: 12px}
#electronic_check_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:10px;
  margin-bottom: 10px;
}
#electronic_check_label{
  display: flex;
  background-color: #ff3700;
  color:white;
  width: auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  border-radius: 30px;
  padding: 0 15px;
}
#electronic_check_label:hover{
  background-color: #f00;
  cursor:pointer;
}