@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
body{
  
  background-image: url("https://storage.perfectcdn.com/569550/d4fmlsf47wub7z03.webp");
  background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
      min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 0;
  color: #fff; 
  position: relative;
  z-index: 1;
}
.hidden_h1{
    position: absolute;
    z-index: -9999999;
    color: transparent;
  bottom: 0;
  left: -100%;
}
*, ::after, ::before{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.container{
    max-width: 1140px;
    height: 100%;
    margin: 0 auto auto auto;
    padding: 0 !important;
   
}
a:hover{
    transition: all 0.4s;
    color: #4A88FF !important;
}
.row{
    margin: 0 !important;
}

.form_title{
    font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 29px;
color: #FFFFFF;
}
.singin_well{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.sep{
    margin-top: 15px;
    width: 107px;
    height: 7px;
    background-image: url("https://storage.perfectcdn.com/569550/rwjjl808f54oxseb.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.sep_2{
    width: 100%;
    height: 1px;
    background-color: #0048D3;
    margin: 20px 0;
}
a:hover{
    text-decoration: none;
    color: #0048D3;
}

.dropdown-toggle{
    margin: 0 !important;
  padding:0 !important;
  font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;
text-align: center;
color: #FFFFFF;

}
.btn{
    border: none;
}
.dropdown{
  margin-left: 108px;
}
section{
  background: #fff;
}
.well{
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  backdrop-filter: blur(27px);
  border-radius: 10px;
  padding: 40px 60px 50px 60px;
  margin-bottom: 0;
}
.control-label{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
}
.form-control{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #606060 !important;
  border-radius: 10px;
}
.btn{
    background: #4A88FF;
    border-radius: 10px;
    font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  width: 263px;
}
.pull-right-middle, .pull-right-middle a{
    font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.accept_text{
    font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
/*================ HEADER ==================*/
.header{
    /*position: absolute;
    top: 0;
    z-index: 9999;*/
    width: 100%;
    padding: 26px 0 26px 0;
    border-bottom: 1px solid #656565;
}
.header_2{
    /*position: absolute;
    top: 0;
    z-index: 9999;*/
    width: 100%;
    padding: 26px 0 26px 0;
}
.header__wrap{
    display: flex;
    align-items: center;
}
.header__logo{
    margin-right: auto;
}
.header__logo-img{
    
}
.header__navbar{
    display: flex;
}
.header__navbar span{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header__navbar span .navbar_item{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header__navbar span:not(:last-child){
    margin-right: 40px;
}
.header__navbar .nav_active::after{
    content: '';
    width: 100%;
    height: 2px;
    background-color: #4A88FF;
    position: absolute;
    bottom: -29px;
}
/*================ END_HEADER ==================*/
/*================ MAIN ==================*/
.main{
    padding: 0 0 100px 0;
    background: #fff;
}
.section_1{
    padding-top: 60px;
    background-image: url("https://storage.perfectcdn.com/569550/d4fmlsf47wub7z03.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section_1 .hero{
    padding: 0 0 30px 0;
}
.section_1 .hero .hero__title{
    display: flex;
    margin: auto;
    margin-bottom: 45px;
    max-width: 893px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    color: #FFFFFF;
}
.section_1 .hero .hero__form{
    width: 100%;
    margin-bottom: 52px;
}
.section_1 .hero .hero__form .well{
    padding: 20px 30px !important;
}
.section_1 .hero .hero__form .well form{
    margin: 0 !important;
}
.hero__form .form_row_1{
    margin-bottom: 15px;
}
.hero__form .form_row_1, .hero__form .form_row_2{
    display: flex;
    align-items: flex-end;
}
.hero__form .form_row_1 .form-group{
    max-width: 377px;
    width: 40%;
    margin-right: 30px;
    margin-bottom: 0;
}
.hero__form .form_row_2{

}
.hero__form .form_row_2 .registration_link,
.hero__form .form_row_2 .registration_link a,
.hero__form .form_row_2 .forgot-password{
    display: flex;
    position: inherit;
    margin-left: 36px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.hero__form .form_row_2 .registration_link a{
    margin-left: 0;
}
.hero__form .form_row_2 .checkbox{
    margin: 0 auto 0 0 !important;
}


.hero__form .form_row_2 .checkbox label{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}






.section_1 .hero .hero__img img{
    display: block;
    margin: auto;
    width: auto;
    height: 488px;
}
.section_2{
    padding: 100px 0;
}
.section_2__wrap{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.section_2__item{
    width: 263px;
    height: 311px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.section_2__item .item__header{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 91px !important;
    min-height: 91px !important;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    position: relative;
    z-index: 2;
    top: 8px;
}
.section_2__item  .item__dis{
    width: 263px;
    height: 228px;
    padding: 58px 19px 20px 19px;
    background-image: radial-gradient(circle at 50% calc(0% - 32px), transparent 65px, #fff 16px);
    filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.12));
}
.section_2__item  .item__dis span{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #0038A3;
}
.section_2__item  .item__dis span::after{
    content: "";
    margin-top: 10px;
    width: 73px;
    height: 1px;
    background-color: #0048D3;
}
.section_2__item  .item__dis p{
    margin-top: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #636363;
}





































.section_3{
    padding: 80px 0 83px 0;
    background-image: url("https://storage.perfectcdn.com/569550/deqq50fyelynubif.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section_3 .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section_3 .content .section_3__img img{
    display: block;
    width: auto;
    height: 429px;
}
.section_3 .content .section_3__block{
    max-width: 555px;
}
.section_3 .content .section_3__block .title{
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: #FFFFFF;
}
.section_3 .content .section_3__block .text{
    margin-top: 30px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}

.section_4{
    padding: 100px 0;
}
.section_4 .content{

}
.section_4 .content .title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: #000000;
}
.tab_wrapper{
    margin-top: 40px;
}
.tab_nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.tab_nav .tab_nav__item{
    padding: 31px 65px;
    width: 263px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.4s;
}
.tab_nav .tab_nav__item:hover{
    transform: scale(1.05);
    box-shadow: 0px 4px 11px 4px rgba(13, 29, 125, 0.32);
}
.tab_nav .tab_nav__item span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.tab_1{
    background-image: url("https://storage.perfectcdn.com/569550/ubeupzi6hl2e8uz2.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tab_2{
    background-image: url("https://storage.perfectcdn.com/569550/5ax6jywt2h3dxpdj.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tab_3{
    background-image: url("https://storage.perfectcdn.com/569550/oe2gj8hlxfpf3bjg.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tab_4{
    background-image: url("https://storage.perfectcdn.com/569550/f9od7dyjfcx45o96.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tab_1::after{
    content: '';
    width: 32px;
    height: 28px;
    background-image: url('https://storage.perfectcdn.com/569550/u46l755wq6ohdj3h.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
}
.tab_2::after{
    content: '';
    width: 32px;
    height: 32px;
    background-image: url('https://storage.perfectcdn.com/569550/4m20smw5iw55a456.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
}
.tab_3::after{
    content: '';
    width: 37px;
    height: 37px;
    background-image: url('https://storage.perfectcdn.com/569550/wr78lq14buwkszs7.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
}
.tab_4::after{
    content: '';
    width: 32px;
    height: 32px;
    background-image: url('https://storage.perfectcdn.com/569550/ms9odr69d0oggqo5.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
}
.tab_content{
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    height: 384px;
}
.tab_content .tab_content__item{
    display: flex;
    min-width: 100%;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    transition: all 0.4s;
    background-color: #fff;
    top: 0;
    left: 0;
    opacity: 0;
    height: 0;
}

.tab_img{

}
.tab_img img{
    display: block;
    width: auto;
    height: 390px;
}
.tab_dis{
    width: 650px;
}
.tab_dis .tab__title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
.tab_dis .tab__text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}
.tab_content .tab_content__item:nth-child(1){
    z-index: 4;
}
.tab_content .tab_content__item:nth-child(2){
    z-index: 3;
}
.tab_content .tab_content__item:nth-child(3){
   z-index: 2; 
}
.tab_content .tab_content__item:nth-child(4){
    z-index: 1;
}

.tab_content .active{
    opacity: 1;
    z-index: 9999;
    height: 100%;
}




.section_5{

}
.section_5 .title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: #000000;
}
.reviews__wraper {
    display: flex;
    margin-top: 40px;
}
.review {
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    width: 360px;
}
.review__header {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 20px 15px 20px;
    background: #6165D7;
}
.review__header img{
    display: block;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 15px;
}
.review__header span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}
.review__text {
    padding: 20px 25px 30px 25px;
}
.review__text p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #636363;
    max-height: 168px;
    overflow: hidden;
}
.review__text .date{
    display: block;
    margin-top: 15px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
/*================ END_MAIN ==================*/

/*================ FOOTER ==================*/
.footer {
    background-color: #F4F4F4;
    padding: 25px 0 10px 0;
}
.footer__wrap {
    display: flex;
    align-items: flex-start;
}
.footer_col {
    display: flex;
    flex-direction: column;
}
.footer_col:nth-child(1){
    margin-right: auto;
}
.footer_col:nth-child(2){
    margin-right: 91px;
}
.footer_col:nth-child(3){
    margin-right: auto;
}
.footer_col:nth-child(4){
    width: 377px;
}
.footer__logo {
}
.footer__logo-img {
}
.footer_contact-mail {
    margin-top: 22px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.footer_contact-mail::before{
    content: '';
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background-image: url("https://storage.perfectcdn.com/569550/j8ri56ekg918j5rb.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer__link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
}
.footer__link:not(:last-child) {
    margin-bottom: 20px;
}
.sub__title {
    display: block;
    max-width: 279px;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}
.sub__form {
    width: 100%;
    position: relative;
}
.sub__form .input-group{
    width: 100%;
}
.sub__form .input-group-btn{
    position: absolute;
    right: 0;
    top: 0;
}

.sub__form input{
    display: block;
    min-width: 100%;
    padding: 14px 70px 14px 33px;
    background: #FFFFFF;
    border-radius: 10px;
    border: none;
    height: 45px !important;
}
.sub__form button{
    position: absolute !important;
    right: 0;
    background: #4A88FF;
    border-radius: 10px !important;
    border: none;
    width: 58px;
    height: 45px;
    cursor: pointer;
}
.copyright{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #D1D1D1;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
/*================ END_FOOTER ==================*/
.checkbox label{
    position: relative;
    padding: 0;
}
#checkbox_label{
    display: flex;
    align-items: center;
}
.checkbox label input{
    position: absolute;
    z-index: 1;
    top: 0;
}
.check_wrapp{
    position: relative;
    z-index: 2;
    width: 17px;
    height: 17px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 10px;
}
.check_item{
    opacity: 0;
    width: 11px;
    height: 11px;
    background: #0094D3;
}

.tilkets_well{
    margin: 20px 0 100px 0;
    padding: 15px 35px 45px 35px;
    }
.tilkets_well th{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px !important;
    color: #FFFFFF;
    padding: 20px 8px 20px 8px !important;
}

.tilkets_well .table > thead > tr > th{
    border-bottom: none;
}
.tilkets_well td{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px !important;
    color: #FFFFFF;
    border-top: 1px solid #494949 !important;
    padding: 20px 8px 20px 8px !important;
}
.tilkets_well td a{
    font-weight: 600;
    color: #FF9085;
}
.tilkets_well .table > tbody > tr > td:first-child{
    width: 15%;
}
.tilkets_well .table > tbody > tr > td:nth-child(2){
    width: 25%;
}
.tilkets_well .table > tbody > tr > td:nth-child(3){
    width: 25%;
}

.well_vietiked{
    padding: 35px 35px 45px 35px;
    margin-bottom: 100px;
}
.well_vietiked .titcket-title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 0 !important;
    border: none !important;
    margin-bottom: 25px !important;
}
.well_vietiked .ticket-message-block{
    margin: 0;
}
.well_vietiked .ticket-message-block .col-md-11{
    width: 100%;
    padding: 0 !important;
    margin-bottom: 20px;
}
.well_vietiked .ticket-message-block .ticket-message{
    padding: 14px 20px !important;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #606060;
    background: #FFFFFF;
    border-radius: 10px;
}
.well_vietiked .ticket-message-block .info strong{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
.well_vietiked .ticket-message-block .info small{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
.well_vietiked .col-md-12 .form-group{
    margin-bottom: 25px;
}
.well_vietiked .col-md-12 form{
    margin-bottom: 0;
}

.header__row_2{
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    backdrop-filter: blur(27px);
    border-radius: 10px;
    padding: 29px 51px;
    display: flex;
    align-items: center;
    width: 100%;
}
.header__row_2 a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-left: 24px;
}
.header__row_2 a::before{
    content: '';
    width: 1px;
    height: 33px;
    background-color: #494949;
    margin-right: 24px;
}
.header__row_2 a:nth-child(1)::before{
    display: none;
}
.header__row{
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}
.badge_title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-right: 15px;
}
.badge{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 7px 10px 6px 10px;
    background: #4A88FF;
    border-radius: 2px;
    margin: 0;
    position: relative;
}
.header__row li{
    list-style: none;
}





.row_account .well{
    margin-bottom: 20px;
}
.row_account .well:last-child{
    margin-bottom: 100px;
}

.services_bg{
    background-color: #fff;
}
.services{
    padding-top: 80px !important;
}
.services__title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: #000000;
}
.services__wrap{
    margin-top: 40px;
    margin-bottom: 100px;
    padding: 20px 15px 30px 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}
.services__wrap .search{
    width: 100% !important;
}
.services__wrap .search .input-group{
    width: 100% !important;
}
.services__wrap .search .form-control{
    padding: 22px 35px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000 !important;
    height: 60px;
    border-radius: 25px !important;
    background-color: #ECF4FF !important;
    border: none !important;
}
.services__wrap .search .input-group-btn{
    width: 41px;
    height: 41px;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    right: 10px;
}
.services__wrap .search .btn {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    position: relative;
    top: 0;
    right: 0;
}


.services__wrap .col-lg-12{
    padding: 0 !important;
}
.services__wrap .nav-pills{
    margin-bottom: 30px;
}
.services__wrap .well{
    padding: 15px 0 0 0 !important;
}
.services__wrap .well .table tbody{
    padding-top: 15px;
}
.services__wrap .well .table thead tr th{
    padding: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    border: none !important;
}
.services__wrap .well .table tbody tr td{
    border: none !important;
}
.services__wrap .well .table tbody .category{
    padding: 20px 40px;
    background: #F7FCFF;
}
.services__wrap .well .table tbody .category strong{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}


.services__wrap .well .table tbody .service_id span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #606060;
    display: block;
    max-width: min-content;
}
.services__wrap .well .table tbody .service-name{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #606060;
    display: block;
    max-width: 264px;
}
.services__wrap .well .table tbody .nowrap{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #606060;
    display: block;
    max-width: 264px;
}
.services__wrap .well .table tbody .service_rate span{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 14px 8px 14px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #4A88FF;
    background: #E3F5FF;
    border-radius: 5px;
    width: min-content;
}
.services__wrap .well .table tbody .service_min span{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 14px 8px 14px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FB6FBB;
    background: #FFEBF6;
    border-radius: 5px;
    width: min-content;
}
.services__wrap .well .table tbody .service_max span{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 14px 8px 14px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #6165D7;
    background: #D0D1FF;
    border-radius: 5px;
    width: min-content;
}
.service-description span{
    font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
text-decoration-line: underline;
color: #4A88FF;
cursor: pointer;
}
.service-description__th{
    width: 15% !important;
}




/*========== API =================*/
.api_bg{
    background-color: #fff;
    padding-top: 80px;
}
.api__wrap{
    margin-top: 40px;
    margin-bottom: 100px;
}
.api__title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: #000000;
}
.api__wrap .well{
    padding: 30px 0;
    background: #FFFFFF;
box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
border-radius: 5px;
}
.api__wrap .well .table-bordered{
    border: none !important;
}
.api__wrap .well .table-bordered > tbody > tr > td{
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 1px solid #F0F0F0;
}
.api__wrap .well .table-bordered > tbody > tr > td{
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 1px solid #F0F0F0;
    padding-left: 0 !important;
}
.api__wrap .well .table-bordered > thead > tr > th{
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 1px solid #F0F0F0;
    padding-left: 0 !important;
}

.api__wrap .well .m-t-md, .api__wrap .well p{
    padding: 19px 30px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #0D1D7D;
    background: #ECF4FF;
}
.api__wrap .well .table-bordered > tbody > tr > td{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding-top: 15px;
    padding-bottom: 15px;
}
.api__wrap .well .table-bordered > tbody > tr > th{
    padding-top: 15px;
    padding-bottom: 15px;
}
.api__wrap .well .table-bordered > tbody > tr > td:first-child{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding-left: 30px !important;
}
.api__wrap .well pre {
    margin-left: 30px !important;
    margin-right: 30px !important;
    background: #F7FCFF !important;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    border: none;
}
.api__wrap .well .head_row{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    text-transform: uppercase;
}
.api__wrap .well .head_row th:first-child{
    padding-left: 30px !important;
}
.api__wrap .well .head_row th{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.api__wrap .well .btn{
    margin-left: 30px;
} 
.active_check{
    opacity: 1;
}





.well_reg{
    margin-top: 70px;
    margin-bottom: 107px;
}
/*========== TERMS ==========*/
.terms_wrap{
    margin-top: 30px;
}
.terms_wrap .well{
    padding: 35px 35px 45px 35px;
    margin-bottom: 100px;
}
.terms_wrap .well ol li{
    list-style: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
.terms_wrap .well ol li:last-child{
    display: block;
    margin-top: 30px;
    padding: 14px 80px;
    background: #D1E7F4;
    border-radius: 10px;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #4A88FF;
}
/*========== VIDEOCONTEST ==========*/
.videocontest_bg{
    background-color: #fff;
    padding-top: 80px;
}
.videocontest__title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: #000000;
}
.videocontest__wrap {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    color: #000000;
}
/*=============== NEW ORDER ==============*/
.new_order__wrapper{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 100px;
}
.new_order__wrapper .order_well{
    width: 50%;
    max-width: 555px;
    padding: 40px 35px 45px 35px !important;
}
.new_order__wrapper .order_well .help-block{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
}
.new_order__wrapper .order_well input{
    background-color: #fff !important;
}
.new_order__wrapper .order_description{
    width: 50%;
    max-width: 555px;
    padding: 40px 35px 45px 35px !important;
}

.new_order__wrapper .order_description .border-rounded{
    background: #FFFFFF;
    border-radius: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #606060;
}
.order_well__header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #494949;
    margin-bottom: 20px;
}
.order_well__header-item {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.order_well__header-item::after{
    content: '';
    width: 100%;
    height: 2px;
    margin-top: 20px;
    background-color: transparent;
}
.order_well__header-item:not(:last-child){
    margin-right: 35px;
}


.order_well_active::after{
    background-color: #4A88FF;
}
.order_well_active:hover{
    cursor: default;
    color: #fff;
}
/*============ MASS_ORDER ===========*/
.mass_order__wrapper{
    width: 100%;
    margin: 0 0 100px 0;
}
.mass_order__wrapper .well{
    padding: 40px 35px 45px 35px !important;
}
.mass_order__wrapper .well .form-control{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 15px 20px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #606060;
}


/*============ ORDER HISTORY ==============*/
.well_history{
    padding: 35px 35px 45px 35px;
    margin-bottom: 100px;
}
.well_history .nav-pills{
    margin-bottom: 10px;
    padding-bottom: 25px;
    border-bottom: 1px solid #494949;
}
.well_history .nav-pills > li{
    padding: 8px 14px;
    background: #E3F5FF;
    border-radius: 5px;
    margin-right: 10px;
}
.well_history .nav-pills > li > a{
    padding: 0;
    border: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #4A88FF;
}
.well_history .nav-pills > li:hover{
    background: #4A88FF;
    color: #fff !important;
    cursor: pointer;
}
.well_history .nav-pills > li:hover > a{
    color: #fff !important;
}
.well_history .nav-pills .active{
    background: #4A88FF;
    border-radius: 5px;
    cursor: default;
}
.well_history .nav-pills .active a{
    color: #FFFFFF;
    background: transparent;
}
.well_history .nav-pills .active a:hover{
    background: transparent !important;
}
.well_history .nav-pills li a:hover{
    background: transparent !important;
}
.well_history .nav-pills .search{
    margin: 0;
    padding: 0;
    background: transparent;
}
.well_history .nav-pills .search{
    margin: 0 ;
    padding: 0;
}
.well_history .nav-pills .search form{
    margin-bottom: 0;
}
.well_history .nav-pills .search .input-group{
    height: 35px;
    width: 100%;
}
.well_history .nav-pills .search .input-group .form-control{
    background: #ECF4FF;
    border-radius: 25px;
    padding: 9px 20px 9px 20px !important;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    height: 35px;
}
.well_history .nav-pills .search .input-group-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px;
    height: 25px;
}
.well_history .nav-pills .search .input-group-btn .btn{
    padding: 0;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.well_history .nav-pills .search .input-group-btn .btn .fa-search{
    font-size: 12px;
}

.well_history .table thead tr{
    border-bottom: 1px solid #494949;
    padding-bottom: 10px;
}

.well_history .table thead tr th{
    padding: 0;
    border-bottom: 0 !important;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding-bottom: 10px;
    text-transform: uppercase;
    vertical-align: middle;
}
.well_history .table tbody tr td {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    width: 11%;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #494949;
    border-top: none !important;
}

.well_history .table tbody tr td:first-child{
    width: 5%;
}
.well_history .table thead tr .service{
width: 20%;
}
.well_history .table thead tr .link{
    width: 20%;
}
.well_history .table thead tr .status{
    min-width: 15px;
}

.well_history .table tbody tr .status span{
    padding: 9px 10px;
    background-color: #D1E7F4;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #4A88FF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
}
/*======= FAQ and Support ===============*/


.faq__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 85px;
}
.faq_item {
    width: 50%;
    max-width: 555px;
    margin-bottom: 15px;
}
.faq_item__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    padding: 18px 30px;
    height: 80px;
    color: #000000;
    transition: all 0.4s;
}

.faq_item__header span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}
.faq_item__header:hover{
    background: #004ad3;
    color: #fff !important;
}
.faq_item__header .btn {
    min-width: 37px;
    width: 37px;
    min-height: 37px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4A88FF;
    background-image: url("https://storage.perfectcdn.com/569550/cwc720ql4zg7oz1i.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.faq_item__text {
    height: 0;
    padding: 0 30px 0 30px;
    background-color: transparent;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    overflow: hidden;
    transition: all 0.4s;
}





.active .faq_item__header .btn{
    transform: rotate(180deg);
}
.active .faq_item__text{
    height: fit-content;
    padding-top: 20px;
    padding-bottom: 15px;
}



/*======== FAQ =========*/
.faq{
    padding-top: 70px;
    width: 100%;
    background-color: #fff;
}

.faq .faq_item__text{
    color: #000000;
}


.about_us {
}
.about_wrap {
}
.about__content {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about__img {
    max-width: 488px;
}
.about_main_img {
    display: block;
    width: 488px;
    height: auto;
}
.about__text {
    max-width: 578px;
}
.about_title {
    display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.text {
    display: flex;
    margin-top: 30px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}
.about_text__footer {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.video_cell {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-right: auto;
}
.video_cell::before{
    content: '';
    width: 29px;
    height: 29px;
    background-image: url("https://storage.perfectcdn.com/569550/do6ac0m298k8rus4.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}
.email_post {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.email_post::before{
    content: '';
    width: 37px;
    height: 29px;
    background-image: url("https://storage.perfectcdn.com/569550/zy55nf8zs3c6842q.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}
.webmoney_at{
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.webmoney_at a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #FFFFFF;
    display: flex;
    margin-left: 20px;
}
.about__footer {
    margin-top: 60px;
    margin-bottom: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about__footer_item {
    padding: 32px 0;
    width: 30%;
    max-width: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    background: #000000;
    box-shadow: 0px 4px 11px 4px rgba(13, 29, 125, 0.32);
    border-radius: 5px;
}
.about__footer_item:nth-child(1){
    background-image: url("https://storage.perfectcdn.com/569550/4s4975t3a0ai0fye.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.about__footer_item:nth-child(2){
    background-image: url("https://storage.perfectcdn.com/569550/rjq8ehyj8mqmx4m5.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.about__footer_item:nth-child(3){
    background-image: url("https://storage.perfectcdn.com/569550/ss47oznz5gb7hwdz.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}




.navbar-header{
    display: none;
}
.order_well_mob{
    display: none;
}


.affiliates {
    margin-top: 30px !important;
}
.affiliates .well{
    margin-bottom: 20px;
    padding: 25px 35px !important;
}
.affiliates table{
    margin-bottom: 0;
}
.affiliates table thead tr th{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    border-bottom: 1px solid #494949 !important;
    padding: 0 0 25px 0 !important;
}
.affiliates table tbody{

}
.affiliates table .referral_link{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
.affiliates table .commission_rate span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #00808F;
    padding: 9px 12px;
    background: #AAF6FF;
    border-radius: 5px;
}
.affiliates table .minimum_payout span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #4A88FF;
    padding: 9px 12px;
    background: #E3F5FF;
    border-radius: 5px;
}

.affiliates table .visits span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #00808F;
    padding: 9px 20px 9px 17px;
    background: #AAF6FF;
    border-radius: 5px;
}
.affiliates table .registrations span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #4A88FF;
    padding: 9px 20px 9px 17px;
    background: #E3F5FF;
    border-radius: 5px;
}
.affiliates table .referrals span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #444B8C;
    padding: 9px 20px 9px 17px;
    background: #CBD0FF;
    border-radius: 5px;
}
.affiliates table .conversion_rate span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #F36F56;
    padding: 9px 20px 9px 17px;
    background: #FAE5CC;
    border-radius: 5px;
}
.affiliates table .total_earnings span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #E44899;
    padding: 9px 20px 9px 17px;
    background: #FFD7ED;
    border-radius: 5px;
}
.affiliates table .available_earnings span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    padding: 9px 20px 9px 17px;
    background: #C8C8C8;
    border-radius: 5px;
}







.swiper-slide{
    height: 333px !important;
    width: 360px !important;
}
.swiper-wrapper{
    height: 360px !important;
}


.user{
    margin-left: 20px;
    display: flex;
    align-items: center;
    position: relative;
}
.user_name{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
.user_bage{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    background-image: url("https://storage.perfectcdn.com/569550/haqngb1ok1q3zs5h.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
.user_bage img{
    display: block;
    width: 100%;
    height: 100%;
}
.user_content{
    display: none;
    flex-direction: column;
    position: absolute;
    bottom: -212px;
    right: 0;
    padding: 15px 20px 20px 20px;
    background-color: #fff;
    border-radius: 10px;
    width: 199px;
    height: 0;
    z-index: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s;
}
.user_content a{
    display: flex;
    width: 100%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    cursor: pointer;
    text-decoration: none;
}
.user_content a:hover{
    color: #4A88FF;
}
.user_content a:not(:last-child){
    margin-bottom: 15px;
}
.user_content a:last-child{
    border-top: 1px solid #F0F0F0;
    padding-top: 15px;
}
.user .active{
    display: flex;
    opacity: 1;
    z-index: 9999;
    height: fit-content;
}


.mob_bage{
    display: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 5px !important;
    max-width: 30%;
    margin-right: 40px;
}


.navbar-header .user{
    padding-left: 15px;
    margin: 20px 0;
    margin-left: 0;
}
.navbar-header .user_bage{
    width: 30px;
    height: 30px;
    margin-left: 0;
    margin-right: 10px;
    background: #fff;
    background-image: url("https://storage.perfectcdn.com/569550/haqngb1ok1q3zs5h.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 11px 11px;
}
.user_bage_cur{
    background: #4A88FF;
    background-image: url("https://storage.perfectcdn.com/569550/egenu3i09dmeeqw0.png");
}
.navbar-header .user_content{
    left: 15px;
}
.navbar-collapse .nav .dropdown{
    margin-left: 0;
    border-bottom: none;
}
.navbar-collapse .nav .dropdown a{
    padding-left: 15px !important;
}


.child_panel{
  margin-bottom: 50px;
}
.servise_dis{
    display: none;
}
.dis_bg_wrap{
    width: 100%;
    height: 0;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.4s;
}
.dis_wrap{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    max-width: 1140px;
}
.dis_wrap__header{
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F7FCFF;

}
.dis_wrap__header .close{
    width: 16px;
    height: 16px;
    background-image: url("https://storage.perfectcdn.com/569550/ypuppd8bp5k0kezh.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
.dis_wrap__content{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #606060;
    padding: 20px 30px;
}
.active_dis_wrap{
    height: 100vh;
}

.wrapper_funds{
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    margin-bottom: 100px;
}
.funds_add{
    min-width: 100%;
    overflow: hidden;
    transition: all 0.4s;
}
.funds_check{
    min-width: 100%;
    overflow: hidden;
    transition: all 0.4s;
}
.addfunds .table thead tr th{
    border-bottom: 1px solid #494949;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
}
.addfunds .table tbody tr td{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #494949;
}
.addfunds_header{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 32px;
    border-bottom: 1px solid #494949;
}
.addfunds_header span{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px 7px 14px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    color: #4A88FF;
    background: #E3F5FF;
}
.addfunds_header .add{
    margin-right: 10px;
}
.addfunds_header .active{
    background: #4A88FF;
    color: #fff;
    cursor: default;
}
.funds_disable{
    min-width: 0;
}
/*=================================================================================================*/
/*=================================================================================================*/
/*=================================================================================================*/
/*=================================================================================================*/
/*=================================================================================================*/

/*_____________________________MEDIA_______________________________________________________________*/

@media (max-width: 600px) {
    .container{
        width: 95%;
    }
    .navbar-header{
        display: flex;
        align-items: center;
    }
    .mob_bage{
        display: block;
    }
    .header__logo img{
        max-width: 96px;
    }
    .well{
        padding: 15px 10px 20px 10px;
        width: 100%;
        overflow-x: scroll;
    }
    .header{
        display: none;
    }
    .header__wrap{
        display: none;
    }

    .navbar-header{
        padding: 15px 15px 18px 15px;
        position: relative;
    }
    .navbar-header .navbar-toggle{
        margin: 0;
    }
    .navbar-header .navbar-toggle .icon-bar{
        background-color: #fff;
        width: 30px;
    }
    .navbar-collapse{
        margin: 0 !important;
        padding: 0;
        position: absolute;
        width: 100%;
        background: #000;
        z-index: 99999;
        top: 52px;
        left: 0;
        padding-bottom: 30px;
    }
    .navbar-collapse.in {
        overflow-y: unset;
    }
    .navbar-nav{
        margin: 0;
    }
    .navbar-nav>li>a{
        margin: 0;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
        padding: 15px 0 15px 15px;
        text-align: left;
    }
    .navbar-nav>li{
        border-bottom: 1px solid #303030;
    }
    .header__row,.header__row_2 {
        display: none;
    }
    .header_2{
        padding: 0;
    }
    .tab_content{
        height: 500px;
    }
    /*=======FOOTER========*/
    .footer{
        padding: 20px 0 10px 0 !important;
    }
    .footer__wrap{
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .footer_col{
        margin-right: 0;
    }
    .footer_contact-mail{
        margin-bottom: 25px;
    }
    .footer_col:nth-child(1){
        width: 100% !important;
    }
    .footer_col:nth-child(2){
        margin-right: 56px;
    }
    .footer_col:nth-child(3){
        margin-right: 0;
    }
    .footer_col:nth-child(4){
        width: 100%;
        margin-top: 25px;
    }
    .footer__link{
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .sub__title{
        font-size: 14px !important;
        line-height: 22px !important;
    }














    /*=======Home========*/
    .section_1{
        padding-top: 30px !important;
    }
    .hero__title{
        font-size: 18px !important;
        line-height: 22px !important;
        margin-bottom: 25px !important;
    }
    .section_1 .hero .hero__img img{
        height: 210px !important;
    }
    .section_1 .hero .well{
        padding: 15px 15px 20px 15px !important;
    }
    .form_row_1{
        flex-direction: column !important;
    }
    .form_row_2{
        flex-direction: column !important;
    }
    .form_row_1 .form-group{
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
    }
    .form_row_1 .form-group:nth-child(1){
        margin-bottom: 10px;
    }
    .form_row_1 .btn {
        margin-top: 20px !important;
        width: 100% !important;
    }
    .form_row_2 .registration_link{
        display: flex;
        align-items: center;
        justify-content: left;
        flex-wrap: wrap;
    }
    .form_row_2 .forgot-password{
        width: 100%;
        margin-top: 10px !important;
    }
    .form_row_2 .registration_link,.form_row_2 .forgot-password{
        margin-left: 0 !important;
        font-size: 12px !important;
        line-height: 15px !important;
    }
    .checkbox{
        font-size: 12px !important;
        line-height: 15px !important;
        margin-bottom: 10px !important;
    }
    .hero__form .form_row_1, .hero__form .form_row_2{
        align-items: flex-start !important;
    }












    .section_2{
        padding: 50px 0 50px 0 !important;
    }
    .section_2__wrap{
        flex-direction: column;
        align-items: center;
    }
    .section_2__item:not(:last-child){
        margin-bottom: 20px;
    }

    .section_3{
        padding: 30px 0 40px 0 !important;
    }
    .section_3 .content{
        flex-direction: column;
    }
    .section_3__img img{
        height: 245px !important;
    }
    .section_3__img{
        margin-bottom: 25px;
    }
    .section_3__block .title{
        font-size: 18px !important;
        line-height: 24px !important;
    }
    .section_3__block .text{
        font-size: 14px !important;
        line-height: 22px !important;
        margin-top: 15px !important;
    }
    .section_4{
        padding: 50px 0 !important;
    }
    .section_4 .content{
        flex-direction: column !important;
    }
    .section_4 .content .title{
        font-size: 18px !important;
        line-height: 24px !important;
    }
    .tab_wrapper{
        margin-top: 20px !important;
    }
    .tab_nav{
        margin-bottom: 25px !important;
        flex-direction: column !important;
    }
    .tab_nav .tab_nav__item{
        width: 100% !important;
        max-width: 100% !important;
    }
    .tab_nav .tab_nav__item:not(:last-child){
        margin-bottom: 10px;
    }
    .tab_content .tab_content__item{
        flex-direction: column;
        min-width: 100%;
    }
    .tab_img img{
        height: 178px !important;
    }
    .tab_dis{
        width: 100% !important;
    }
    .tab_dis .tab__title{
        font-size: 18px !important;
        line-height: 22px !important;
    }
    .tab_dis .tab__text{
        font-size: 14px !important;
        line-height: 22px !important;
    }
    .section_5 .title{
        font-size: 18px !important;
        line-height: 24px !important;
    }
    .reviews__wraper{
        margin-top: 20px !important;
    }
    /*=======TERMS=======*/
    .terms_wrap .well{
        padding: 15px 10px 30px 10px !important;
        margin-bottom: 50px;
    }
    .terms_wrap .well ol li{
        font-size: 14px;
        line-height: 17px;
    }
    .terms_wrap .well ol li:last-child{
        font-size: 18px;
        line-height: 24px;
        padding: 20px 27px;
    }
    /*========= ABOUT ========*/
    .about__content{
        margin-top: 30px !important;
        flex-direction: column;
        align-items: center;
    }
    .about__img{
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
    }
    .about__img img{
        width: 290px !important;
    }
    .about_title{
        font-size: 18px !important;
        line-height: 24px !important;
        margin-bottom: 10px;
    }
    .text{
        font-size: 14px !important;
        line-height: 22px !important;
        margin-top: 15px;
    }
    .about_text__footer{
        margin-top: 20px;
    }
    .video_cell,.email_post{
        font-size: 14px !important;
        line-height: 17px !important;
    }
    .video_cell{
        margin-bottom: 17px;
    }
    .webmoney_at{
        margin-top: 25px;
    }
    .webmoney_at a{
        font-size: 14px !important;
        line-height: 17px !important;
    }
    .about__footer{
        margin-top: 25px;
        margin-bottom: 50px;
        flex-direction: column;
    }
    .about__footer_item{
        width: 100%;
        font-size: 18px !important;
        line-height: 22px !important;
    }
    .about__footer_item:not(:last-child){
        margin-bottom: 15px;
    }
    .faq__wrap{
        margin-bottom: 60px;
    }
    .faq_item{
        width: 100%;
    }
    .faq_item__header{
        padding: 15px !important;
       
    }
    .faq_item__header span{
        font-size: 16px !important;
        line-height: 20px !important;
        max-width: 80%;
    }
    .faq_item__header .btn{
        width: 31px !important;
        height: 31px !important;
    }
    .faq_item__text{
        font-size: 14px !important;
        line-height: 17px !important; 
        padding: 0 15px 0 15px; 
    }
    .active .faq_item__text{
        height: fit-content;
        padding-top: 15px;
        padding-bottom: 15px;
    }




    .wrapper_funds{
        margin-bottom: 50px;
    }



    .well_history .nav-pills{
        display: none;
    }
    .order_well_mob{
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .order_well_mob .nav::before{
        display: none;
    }
    .order_well_mob .nav-pills{
        width: 100%;
        margin: 0 !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .order_well_mob .nav-pills li{
        width: 50%;
        max-width: 128px;
        background: #E3F5FF;
        border-radius: 5px;
        margin: 0 !important;
        margin-bottom: 10px !important;
    }
    .order_well_mob .nav-pills li a{
        text-align: center;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #4A88FF;
    }
    .order_well_mob .nav-pills .search{
        width: 100%;
    }
    .order_well_mob .nav-pills .active a{
        color: #fff;
    }
    .order_well_mob .search {
        width: 100%;
        margin-top: 15px;
    }
    .order_well_mob .search form{
        margin-bottom: 0;
    }
    .order_well_mob .search form .input-group{
        width: 100%;
    }
    .order_well_mob .search form .input-group .form-control{
        background: #ECF4FF;
        border-radius: 22px;
        padding: 12px 20px 13px 20px !important;
        max-height: 40px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #000000;
        border: none !important;
    }
    .order_well_mob .search .input-group-btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
    }
    .order_well_mob .search .input-group-btn .btn{
        padding: 0;
        width: 40px !important;
        height: 40px !important;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    
    }
    .order_well_mob .search .input-group-btn .btn .fa-search{
        font-size: 12px;
    }
    .well_history .table thead tr th{
        font-size: 14px !important;
        line-height: 17px !important;
    }
    .well_history{
        margin-bottom: 50px;
    }














    .new_order__wrapper{
        flex-direction: column;
    }
    .new_order__wrapper .order_well{
        width: 100%;
        max-width: 100%;
        padding: 20px 10px !important;
        margin-bottom: 20px;
    }
    .new_order__wrapper .order_description{
        width: 100%;
        max-width: 100%;
        padding: 20px 10px !important;
    }
    .order_well__header-item{
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .new_order__wrapper .order_well .btn{
        width: 100%;
        max-width: 360px;
    }


    .mass_order__wrapper .well{
        width: 100%;
        max-width: 100%;
        padding: 20px 10px !important;
    }
    .mass_order__wrapper .well .btn{
        width: 100%;
        max-width: 360px;
    }



    .service-description{
        word-break:normal;
    }
    .hidden-xs{
        display: block !important;
    }
    .dis_wrap{
        max-width: 290px;
    }
    .dis_wrap__content{
        font-size: 14px;
        line-height: 22px;
    }
}



.s_1{
    display: block;
    position: absolute;
    top: 9%;
    right: 14%;
    width: 74px !important;
    height: 74px !important;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-name: rotate;
}

@keyframes rotate {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.s_2{
    display: block;
    position: absolute;
    top: 8%;
    right: 28%;
    width: 49px !important;
    height: 49px !important;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-name: rotate_2;
}
@keyframes rotate_2 {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(-360deg);
    }
}
.s_3{
    display: block;
    position: absolute;
    top: 18%;
    right: 45%;
    width: 90px !important;
    height: 70px !important;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: s_3;
}
@keyframes s_3 {
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(20deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
.s_4{
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 19%;
    right: 18%;
    width: 20px !important;
    height: 37px !important;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: s_4;
}
.s_5{
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 20%;
    right: 14%;
    width: 32px !important;
    height: 58px !important;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: s_5;
}

@keyframes s_4 {
    0%{
        bottom: 19%;
    }
    50%{
        bottom: 22%;
    }
    100%{
        bottom: 19%;
    }
}
@keyframes s_5 {
    0%{
        bottom: 20%;
    }
    50%{
        bottom: 23%;
    }
    100%{
        bottom: 20%;
    }
}
.s_6{
    display: block;
    position: absolute;
    z-index: 1;
    top: 42%;
    right: 13%;
    width: 72px !important;
    height: 52px !important;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-name: s_3;
}
.s_7{
    display: block;
    position: absolute;
    z-index: 1;
    top: 19%;
    left: 7%;
    width: 116px !important;
    height: 116px !important;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-name: s_7;
}
.s_8{
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 19%;
    left: 11%;
    width: 77.05px !important;
    height: 66px !important;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-name: ops;
}
@keyframes s_7 {
    0%{
        transform: rotate(0);
    }
    10%{
        transform: rotate(20deg);
    }
    20%{
        transform: rotate(-20deg);
    }
    30%{
        transform: rotate(20deg);
    }
    40%{
        transform: rotate(-20deg);
    }
    50%{
        transform: rotate(380deg);
    }
    60%{
        transform: rotate(-20deg);
    }
    70%{
        transform: rotate(20deg);
    }
    80%{
        transform: rotate(-20deg);
    }
    90%{
        transform: rotate(20deg);
    }
    100%{
        transform: rotate(0deg);
    }
}



.i_1{
    display: block;
    position: absolute;
    z-index: 2;
    top: 19%;
    left: 31%;
    width: 378.55px !important;
    height: 302.89px !important;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-name: i_1;
}
.i_2{
    display: block;
    position: absolute;
    z-index: 1;
    top: 14%;
    left: 40%;
    width: 343.55px !important;
    height: 320.01px !important;
}
.i_3{
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 24%;
    width: 581.04px !important;
    height: 126.78px !important;
}
.i_4{
    display: block;
    position: absolute;
    z-index: 99999999999;
    right: 21%;
    top: 32%;
    width: 110.18px !important;
    height: 82.8px !important;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-name: i_4;
}
@keyframes i_1 {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }
}
@keyframes i_4 {
    0%{
        transform: rotate(30deg);
    }
    50%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(30deg);
    }
}
.i_5{
    display: block;
    position: absolute;
    z-index: 1;
    left: 22.7%;
    top: 32%;
    width: 150.23px !important;
    height: 42.95px !important;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: ops;
}
.i_6{
    display: block;
    position: absolute;
    z-index: 3;
    left: 27%;
    top: 15%;
    width: 196.14px !important;
    height: 55.2px !important;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-name: ops;
}
.i_7{display: block;
    position: absolute;
    z-index: 1;
    right: 30%;
    top: 5%;
    width: 196.93px !important;
    height: 58.15px !important;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-name: ops;
}
.i_8{display: block;
    position: absolute;
    z-index: 1;
    right: 23%;
    top: 20%;
    width: 150.23px !important;
    height: 42.95px !important;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: ops;
}
@keyframes ops {
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}











@media (max-width: 600px) {
    .section_3__img .s_1{
        top: 9%;
        right: 14%;
        width: 42px !important;
        height: 42px !important;
    }
    .section_3__img .s_2{
        top: 8%;
        right: 28%;
        width: 28px !important;
        height: 28px !important;
    }
    .section_3__img .s_3{
        top: 18%;
        right: 45%;
        width: 51px !important;
        height: 40px !important;
    }
    .section_3__img .s_4{
        z-index: 2;
        bottom: 19%;
        right: 18%;
        width: 11px !important;
        height: 21px !important;
    }
    .section_3__img .s_5{
        z-index: 1;
        bottom: 20%;
        right: 14%;
        width: 18px !important;
        height: 33px !important;
    }
    .section_3__img .s_6{
        z-index: 1;
        bottom: 20%;
        right: 14%;
        width: 41px !important;
        height: 30px !important;
    }
    .section_3__img .s_7{
        z-index: 1;
        top: 19%;
        left: 7%;
        width: 66px !important;
        height: 66px !important;
    }
    .section_3__img .s_8{
        width: 44.14px !important;
        height: 37.69px !important;
    }
    .section_1 .hero .hero__img .i_1{
        width: 162.64px !important;
        height: 130.34px !important;
    }
    .section_1 .hero .hero__img  .i_2{
        width: 147.6px !important;
        height: 137.71px !important;
    }
    .section_1 .hero .hero__img  .i_3{
        width: 249.63px !important;
        height: 54.56px !important;
    }
    .section_1 .hero .hero__img  .i_4{
        right: 4%;
        width: 47.34px !important;
        height: 35.63px !important;
    }
    .section_1 .hero .hero__img .i_5{
        width: 64.54px !important;
        height: 18.48px !important;
    }
    .section_1 .hero .hero__img .i_6{
        width: 84.27px !important;
        height: 23.75px !important;
    }
    .section_1 .hero .hero__img .i_7{display: block;
        width: 84.61px !important;
        height: 25.02px !important;
    }
    .section_1 .hero .hero__img .i_8{
        width: 64.54px !important;
        height: 18.48px !important;
    }
}

.alert-info{
    background: #D1E7F4;
    border-radius: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.alert-info ul{
    list-style:none;
}



.user-balance__dropdown{
    top: 33px;
    left: 0;
    z-index: 999999999999999999;
}

.last_footer p {display: none;}

.well{
    margin-bottom: 50px;
}







.well_updates{
    margin-bottom: 30px !important;
    padding: 20px 60px;
    position: relative;
    z-index: 99999;
}
.well_updates .btn{
    width: fit-content;
    padding: 10px;
    height: 35px;
}
.well_updates .nav-pills{
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.well_updates .nav-pills .dropdown{
    margin: 0;
}
.well_updates .nav-pills .dropdown .dropdown-toggle{
    padding: 0 10px !important;
}
.well_updates .nav-pills .dropdown .dropdown-menu{
    z-index: 999999;
}
.well_updates .nav-pills .search{
    margin: 0;
    padding: 0;
    background: transparent;
    margin-left: auto !important;
}
.well_updates .nav-pills .search{
    margin: 0 ;
    padding: 0;
}
.well_updates .nav-pills .search form{
    margin-bottom: 0;
}
.well_updates .nav-pills .search .input-group{
    height: 35px;
    width: 100%;
}
.well_updates .nav-pills .search .input-group .form-control{
    background: #ECF4FF;
    border-radius: 25px;
    padding: 9px 20px 9px 20px !important;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    height: 35px;
}
.well_updates .nav-pills .search .input-group-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px;
    height: 25px;
}
.well_updates .nav-pills .search .input-group-btn .btn{
    padding: 0;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.well_updates .nav-pills .search .input-group-btn .btn .fa-search{
    font-size: 12px;
}

.posts__wrap{
    margin-top: 80px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.posts__wrap::before{
    display: none !important;
}
.post-wrap{
    max-width: 32%;
  padding: 20px 30px 25px 30px;
}
.post_img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.post_img img{
    margin: auto;
}
.post_btn{
    margin-top: 30px;
    width: 100% !important;
    max-width: 263px;
}
@media (max-width: 860px){
  .posts__wrap{
    margin-top: 50px;
  }
  .post-wrap{
    max-width: 48%;
  }
}
@media (max-width: 600px){
  .posts__wrap{
    margin-top: 30px;
  }
  .post-wrap{
    max-width: 100%;
  }
}
.fa {
  padding: 20px;
  font-size: 100px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}
.post_description {
  font-family: 'Montserrat';
  font-size: 12px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  height:70px;
}