@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/Roboto-Regular.eot');
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff'),
        url('fonts/Roboto-Regular.ttf') format('truetype'),
        url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('fonts/Roboto-Black.eot');
    src: url('fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Black.woff2') format('woff2'),
        url('fonts/Roboto-Black.woff') format('woff'),
        url('fonts/Roboto-Black.ttf') format('truetype'),
        url('fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('fonts/Roboto-Bold.eot');
    src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff'),
        url('fonts/Roboto-Bold.ttf') format('truetype'),
        url('fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('fonts/Roboto-Light.eot');
    src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Light.woff2') format('woff2'),
        url('fonts/Roboto-Light.woff') format('woff'),
        url('fonts/Roboto-Light.ttf') format('truetype'),
        url('fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('fonts/Roboto-Medium.eot');
    src: url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Medium.woff2') format('woff2'),
        url('fonts/Roboto-Medium.woff') format('woff'),
        url('fonts/Roboto-Medium.ttf') format('truetype'),
        url('fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



img{max-width:100%;}
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
.input-checkbox {
    outline:0;
}
/*h1,h2,h3,h4,h5,h6{line-height: 1.9;}*/
h1,h2,h3,h4,h5,h6,p{margin:0px;}
input:focus{outline:0;}
textarea:focus{outline:0;}
button:focus{outline:0;}
a{cursor: pointer;text-decoration:none;transition:all 0.5s ease;}
a:focus, a:hover{text-decoration:none;outline:0;}
.TC{text-align:center;}
.TL{text-align:left;}
.TR{text-align:right;}
.margin_auto{margin:auto;float:none;}
.padding{padding:0;}
.al{width:100%;height:100%;display:table;}
.alm{width:100%;height:100%;display:table-cell;vertical-align:middle;}
abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}
body{
    font-family: 'Roboto-Regular';
}
.p_0{
    padding: 0px;
}
.pl-0{
    padding-left: 0px;
}
.main{
    width: 100%;
}
.container{
    width: 100%;
    max-width: 1570px;
    margin: 0px auto;
}
.login-bg{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px 80px;
    background-repeat: no-repeat;
    background-size: cover;
}
.head-logo{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 35px 0px;
}
.login-form-sec{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: rgba(15,29,59,0.30);
    border-radius: 20px;
    padding: 75px 0px;
}
.login-form-sec>.col-lg-5{
    padding: 0px 55px;
    max-width: 685px;
    flex:0 0 685px;
}
.login-sing-form{
    width: 100%;
    float: left;
    background-color: rgba(15,29,59,0.20);
    border-radius: 20px;
    padding: 20px 35px 30px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.title-line{
    width: 100%;
    text-align: center;
}
.title-line h2{
    font-size: 40px;
    font-family: 'Roboto-Bold';
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.title-line h2::before{
    position: absolute;
    content: '';
    background-color: #fff;
    width: 85px;
    height: 2px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: 0px;
}
.login-sing-form form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.login-sing-form form .col-lg-12,
.login-sing-form form .col-lg-6{
    padding: 0px 15px 20px;
}
.login-sing-inp{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.l-inp{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border: 0px;
    outline: 0px;
    font-size: 16px;
    font-family: 'Roboto-Regular';
    color: #0f1d3b;
    border-radius: 30px;
    padding: 0px 35px;
    height: 70px;
}
.l-inp::placeholder{
    color: #0f1d3b;
}
.fwd-link{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.fwd-link a,
.fwd-link p{
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto-Regular';
}
.l-inp-btn{
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    background-color: #17c6db;
    border: 2px solid #ffffff;
    border-color: transparent;
    outline: 0px;
    font-size: 20px;
    font-family: 'Roboto-Bold';
    color: #fff;
    border-radius: 30px;
    padding: 0px 35px;
    height: 70px;
    justify-content: center;
    min-width: 240px;
    transition: all 0.4s ease;
}

.l-inpc-btn{
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    background-color: #17c6db;
    border: 2px solid #ffffff;
    border-color: transparent;
    outline: 0px;
    font-size: 20px;
    font-family: 'Roboto-Bold';
    color: #fff;
    border-radius: 30px;
    padding: 0px 35px;
    height: 50px;
    justify-content: center;
    min-width: 240px;
    transition: all 0.4s ease;
    margin-top:20px;
}
.login-sing-inp-btn{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.btn-outline{
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;justify-content: center;
    background-color: transparent;
    border: 2px solid #ffffff;
    outline: 0px;
    font-size: 20px;
    font-family: 'Roboto-Bold';
    color: #fff;
    border-radius: 30px;
    padding: 10px 35px;
    height: 70px;
    justify-content: center;
    min-width: 160px;
    transition: all 0.4s ease;
}
.btn-outline:hover{
    background-color: #17c6db;
    border-color: #17c6db;
    color: #ffffff;
}
.l-inp-btn:hover{
    background-color: transparent;
    border-color: #fff;
    color: #ffffff;
}
.l-inpc-btn:hover {
    background-color: #59eb18;
    border-color: #fff;
    color: #ffffff;
}



.fwd-link.pl-5 {
    padding-left: 35px !important;
}
.footer{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #0f1d3b;
    padding: 44px 0px;
}
.footer-sub{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ftr-menu{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px;
    margin: 0px;
}
.ftr-menu li{
    list-style: none;
    display: inline-block;
    padding: 0px 55px;
}
.ftr-menu li a{
    font-size: 16px;
    color: #ffffff;
    font-family: 'Roboto-Regular';
    text-decoration-line: none;
    display: inline-block;
}

.top-bar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 30px;
    justify-content: flex-end;
}
.top-bar-cons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 15px;
    justify-content: center;
}

.top-bar-cons a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: 'Roboto-Regular';
    color: white;
    background: #17c6db;
    height: 49px;
    width: 109px;
    border-radius: 50px;
}
.top-bar-cons a img {
    width: auto;
    height: auto;
    object-fit: cover;
    margin-right: 10px;
}
.remove a{
    background-color: transparent;
    width: 160px;
}

.rem-pad{
    padding: 35px 0px;
}
.login-sing-iop {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.l-inputt {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border: 0px;
    outline: 0px;
    font-size: 16px;
    font-family: 'Roboto-Regular';
    color: #0f1d3b;
    border-radius: 30px;
    padding: 0px 35px;
    height: 70px;
}
.login-sing-iop label {
    font-family: 'Roboto-Regular';
    color: white;
    margin-right: 30px;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    width: 190px;
    text-align: right;
}
* {
    font-family: "Open Sans", sans-serif;
  }
  
  .currency-switcher {
      position: relative;
      margin: 50px auto;
      width: 268px;
  }
  
  div.dropdown {
      width: 60%;
  }
  
  div.dropdown:after {
      content: "";
      position: absolute;
      margin: 0;
      width: 16px;
      height: 17px;
      background-image: url(http://botkits.ru/img/icons/down.svg);
      top: 15px;
      right: 10px;
      -webkit-transition: .3s;
      transition: .3s;
  }
  
  div.dropdown.open:after {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
  }
  
  
  div.dropdown>div.caption {
    background: #F8F9FB;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    border-radius: 12px;
    cursor: pointer;
    padding: 12.5px 15px 12.5px 60px;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.3px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border: 0px;
    outline: 0px;
    font-size: 16px;
    font-family: 'Roboto-Regular';
    color: #0f1d3b;
    border-radius: 30px;
    padding: 0px 35px;
    height: 70px;
    align-items: center;
    justify-content: flex-start;
}
  
  div.dropdown>div.list {
      position: absolute;
      background-color: #fff;
      width: 100%;
      border-radius: 12px;
      -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
      box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
      opacity: 0;
      overflow: hidden;
      -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
      transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
      -webkit-transform: scale(0.85);
      transform: scale(0.85);
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
      top: 52px;
      z-index: -1;
      visibility: hidden;
      padding: 10px 0;
  }
  
  div.dropdown.open>div.list {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
      z-index: 1;
      visibility: visible;
  }
  
  div.dropdown>div.list>div.item {
      padding: 10.5px 15px 10.5px 62px;
      cursor: pointer;
      -webkit-transition: .3s;
      transition: .3s;
      font-size: 14px;
      line-height: 150%;
      letter-spacing: 0.3px;
  }
  
  div.dropdown>div.list>div.item.selected {
      background: rgba(36, 60, 187, 0.2);
      pointer-events: none;
  }
  
  div.dropdown>div.list>div.item:hover {
      background: #F8F9FB;
  }
  
  .caption img {
    width: auto;
    height: auto;
    margin-right: 25px;
}
  
  div.dropdown>div.list>div.item span,
  div.dropdown>div.caption span {
      font-weight: 600;
      font-size: 14px;
      letter-spacing: 0.3px;
      color: #243CBB;
      position: absolute;
      right: 36px;
  }
  
  div.dropdown>div.list>div.item span {
      right: 20px;
  }

  .smalle .dropdown.bg-imag {
    width: 100%;
}
input.l-inputt.etye{    width: 48%;
}

.smalle {
    width: 10%;
    margin-right: 20px;
}
.smalle .dropdown {
    width: 100%;
}

.smalle .dropdown >div.list>div.item{    padding: 10.5px 15px 10.5px 32px;}
.login-sing-iop textarea {
    height: 170px;
    resize: inherit;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
}


.login-sing-iop.top {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.login-sing-iop.text {
    position: relative;
    left: -13%;
}

.paot {
    padding-top: 60px;
}
.modal-close .close {
    width: 40px;
    text-align: right;
    padding: initial;
    font-size: 34px;
    background: #17c6db;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: white;
    border-radius: 50px;
    justify-content: center;
    height: 40px;
    text-shadow: 0 0 black;
    font-weight: 400;
}

.modal-close {
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 3px solid #b76767;
    border-radius: 50px;
    outline: 0;
}
.modal-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 30px;
    justify-content: center;
}

.modal-body p span{
color: #17c6db;
font-family: 'Roboto-Bold';
}
.modal-body p {
    width: 100%;
    font-size: 25px;
    color: black;
    font-family: 'Roboto-Regular';   
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.modal-dialog{
    max-width: 760px;;
}


.modal-body button{
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    background-color: #17c6db;
    border: 2px solid #ffffff;
    border-color: transparent;
    outline: 0px;
    font-size: 20px;
    font-family: 'Roboto-Bold';
    color: #fff;
    border-radius: 30px;
    padding: 0px 35px;
    height: 50px;
    justify-content: center;
    min-width: 240px;
    transition: all 0.4s ease;
    margin-top: 20px;
}

.modal-close {
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}
.modal-close h3 {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #17c6db;
    font-family: 'Roboto-Bold';
}
.black-span p span{
    color: black;
}
.result .close{
    margin-top: -50px;
}
.faild {
    /* height: 180px; */
    padding-top: 40px;
    padding-bottom: 90px;
}
.bg-imag .caption {
    background-image: url(../images/bot-arrow.png) !important;
    background-size: 18px 18px !important;
    background-repeat: no-repeat !important;
    background-position-x: 96% !important;
    background-position-y: center !important;
}
