﻿/*@import url('responsive.css');*/

body > * {
    box-sizing: border-box;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    width: 100%;
    color: #41566a;
}
.wrapper {
    font-family: Roboto, sans-serif;
}
h2 {
    font-family: Roboto, sans-serif;
    font-size: 25pt;
    margin: 45px 0;
    color: #0c243a;
    font-weight: 400;
}
h3 {
    font-family: Roboto, sans-serif;
    font-size: 15pt;
    margin: 0 0 25px;
    font-weight: 400;

    color: #41566a;
    line-height: 1.1;
}
h4 {
    font-weight: 400;
}
.headline {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.headline h2 {
    display: inline;
    margin: 0;
    width: 50%;
}

.headline-block {
    margin-top: 50px
}
    .check label {
            line-height: 1.3;
            display: block;
            width: 90%;
        }
        .check-item {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin: 25px 0;
        }
        .check-item label {
            width: 100%;
            margin-left: 13px;
        }
div.tab {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    div.tab .tab-first {
        display: flex;
        justify-content: space-between;
        width: 60%;
    }

        div.tab .tab-first .tablinks {
            width: 50%;
        }

div.tab .tariffButton {
    display: block;
    width: 20%;
}

.tab.tariffButton button {
    padding: 10px 0;
    width: 100%;
    border: 2px solid #ee5b3f;
    color: #000;
    background: #fff;
    outline: none;
    cursor: pointer;
    font-size: 15pt;
}
.headline_stepper_second h2 {
    margin-top: 80px;
}

.product-wrapper .product .product-info .number h3 {
    width: 85%;
}

.order-btn-carousel {
    display: block;
    padding: 18px 20px 18px 60px;
    background: #ee5b3f;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    letter-spacing: 1.2px;
    position: absolute;
    bottom: 0;
}

.owlImg {
    display: block;
    width: 100%;
}

.order-btn-carousel img {
    display: block;
    width: 30px;
    position: absolute;
    left: 10px;
    top: 15px;
}

.order-btn {
    display: block;
    background: #ee5b3f;
    padding: 15px 0;
    width: 250px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-top: 30px;
}
.owl-item .item {
    position: relative;
}
.banner-container {
    display: flex;
    position: absolute;
    bottom: -2px;
    margin: 0 40px;
}
.content .banner-container h1 {
    text-transform: uppercase;
    font-size: 30pt;
    font-weight: bolder;
    font-family: Roboto, sans-serif;
    color: #163f69;
}
.content .banner-container p {
    display: block;
    width: 67%;
    line-height: 1.5;
    letter-spacing: 0.7px;
}
.content .banner-container .banner-text-block {
    margin-top: -30px;
}
.content .banner-container .banner-text-block-hand {
    width: 68%;
    bottom: 99px;
    position: relative;
}

.content .banner-container .owlImg-card {
    position: absolute;
    bottom: 2px;
    right: -256px;
}
.content .banner-container .owlImg-map {
    position: absolute;
    z-index: 1;
    right: -41px;
    bottom: 1px;
}
.content .banner-container .owlImg-hand {
    z-index: 2;
    position: absolute;
    top: -121px;
    right: 0;
}

.content .banner-container .cards-banner {
    position: relative;
    top: -83px;
}

.content .banner-container .cards-banner h1 {
    width: 70%;
    margin-bottom: 25px;
     color: #fff;
}
.content .banner-container .cards-banner p {
    width: 50%;
     color: #fff;

}

/*Stepper*/

.second {
    display: flex;
    margin-top: 60px;
}
.step {
    display: block;
    height: 200px;
    width: 30%;
    position: relative;
   
}
.icon {
    display: block;
    position: relative;
    width: 130px;
    margin: 10px auto 15px;
    z-index: 5;
    /*left: 17px;*/
}
.second.step.icon img {
    display: block;
   max-width: 50px;
}
.step_headline {
    display: block;
}
.step_headline p {
    font-family: Roboto, sans-serif;
    font-size: 45pt;
    color: #e4e9ef;
    position: absolute;
    top: -9px;
    left: 26px;
    z-index: 1;
    font-weight: bold;
}


.stepText {
     font-family: Roboto, sans-serif;
    width: 78%;
    margin: 0 auto;
    font-size: 12pt;
    line-height: 1.2;
    text-align: center;
}
.cardContainer {
    display: inline-block;
    width: 84%;
    margin-top: 45px;
}
.cardContainer img {
    max-width: 292px;
}
  .cardInfo {
      float: right;
      width: 57%;
    }

.cardContainer li {
    color: #ee5b3f;
    line-height: 1.8;
}
.cardContainer li span {
    color: #474242;
}

.tab {
  overflow: hidden;
  margin-top: 30px;
}
#indexContentFirst {
  display: block;
}

.tab button {
  background-color: inherit;
  float: left;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15pt;
  width: 30%;
  height: 40px;
  color: #6f7c8a;
  border: 1px solid  #6f7c8a;
    margin-right: 20px;
}

.tab .tariffButton button {
    background: #fff;
    font-weight: bold;
    border: 2px solid #ee5b3f;
    color: #41566a;
    padding-top:7px;
    width: 100%;

}


.tab button.active {
    color: #fff;
    background: #ee5b3f;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
 }

.CardButton {
    display: block;
    padding: 12px 0;
    width: 162px;
    background: #ee5b3f;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
}

.card-name  {
    font-family: 'OCR A Std';
    color: #fff;
    text-shadow: 1px 1px #000;
    position: relative;
    top: 177px;
    left: 15px;
    z-index: 5;
}
.product-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-info .renameInput {
    height: 20px;
    width: 80%;
    display: none;
    position: absolute;
    left: 0px;

}

.product .product-info h2.edit-mode input {
    width: 80%;
}
a.action-link {
    display: block;
    background: #ee5b3f;
    padding: 10px 0;
    width: 100px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    outline: none;
}

.bottom-line-order a.action-link_white {
    background: #0e1d3a;
}

.product-order img {
    position: relative;
    z-index: 4;
}

.product-order {
    display: flex;
}
.price {
    margin-left: 40px;
    padding-top: 15px;
}
.price1 {
    margin-top: 20px;
    margin-bottom: 15px;
    position: relative;
    font-size: 14pt;
    color: #474242;
}
.value span {
    font-size: 20pt;
    font-weight: 300;
}
.result h3 {
    padding-left: 30px;
    position: relative;
}
.result h3:before {
    content: '';
    display: block;
    background: #ee5b3f;
    height: 40px;
    width: 2px;
    position: absolute;
    left: 4px;
    top: -9px
    
}
.price1:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #ee5b3f;
    border-radius: 5px;
    position: absolute;
    left: -18px;
    top: 4px;
}
.balance-wrapper label {
    font-weight: bold;
    color: #0c243a;
}

.form {
    margin-top: 50px;
}
ul.forms > li {
    font-size: 13pt;
    color: #474242;
    padding: 0;
}
.w35 {
    width: 17%;
}
input.form-element-medium {
    height: 40px;
    margin-top: 0;
    border: 1px solid #d6dbe0;
    width: 300px;
    padding: 0;
}
.form .form-label .form-element-medium {
    padding: 0 0 0 15px;
}
.check {
    margin-top: 40px;
}
.check label {
    font-size: 13pt;
}
div.form-label-hint {
   font-size: 70%;
   color: #7e7c7c;
   margin-left: 21%;
   width: 55%;
   line-height: 1.4;   
}
.form-label input {
    padding: 5px 0 5px 15px;
    color: #333;
    text-align: left;

}
.forms .form-label {
    display: flex!important;
    justify-content: space-between;
    width: 80%;
    align-items: center;
}
.forms .form-label.form-element-small {
    width: 70%;
}

.forms .clearfix:before {
    display: none;
}
.formGrey {
    padding: 1px 20px 30px 50px;
    background: #f9f9f9;
    margin-top: 30px;
    box-sizing: border-box;
    display: block;
    width: 71%;
}
.formGrey input {
    padding: 0 0 0 15px;
}
.formGrey .forms .form-messages .form-message-error .validation-summary-errors li {
    padding: 0 0 0 15px;
    margin-top: 0;
}
.formGrey .forms .form-messages .form-message-error .validation-summary-errors {
    margin-bottom: 0;
}
.order-buttons {
    margin-top: 30px;
    display: flex;

} 
.tabs-container .filters .clicked {
    font-size: 15pt;
}
.order-buttons a, input {
    display: block;
    text-align: center;
    font-size: 13pt; 
    padding: 15px 0;
    width: 150px;
    text-decoration: none;
    color:#fff;
    cursor: pointer;
    outline: none;
}
.order-buttons a {
     /*background: #0e1d3a;*/
     background: #a4a8b1;
}
.order-buttons input {
     background: #ee5b3f;
    border: none;
    float: right;
    margin-left: 30px;
}
.bottom-line-order {
    display: flex;
    justify-content: space-between;

}
.bottom-line-order a {
    display: block;
}

.product {
    display: flex;
    width:47%;
    margin-top: 30px;
    padding: 10px;
    border: 1px solid  #e6ebef;

}
.product-info {
    margin-left: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.product-icon img{
    display: block;
    width: 200px;
}
.update-img {
    width: 17px;
    height: 17px;
    padding: 8px;
    border: 1px solid #e6ebef;

}
.update-img-credit-active {
    width: 17px;
    height:17px;
    padding: 8px;
    border-radius: 3px;
    background: #ffffff;
}

.update-img img {
       width: 17px;
    height: 17px;
    padding: 8px;
    border-radius: 3px;
 
}
.middle-line p {
    display: block;
    margin-top: -22px;
    height: 30px;
    position: relative;
    padding-left: 18px;
    color:  #41566a;;
    top: 9px;
}
.middle-line p:before {
    content: '';
    display: block;
    height: 7px;
    width: 7px;
    background: #ee5b3f;
    border-radius: 5px;
    position: absolute;
    top: 5px;
    left: 2px;
}
.hamburger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 15px;
  cursor: pointer; 
}

.menu-toggle span:after,
.menu-toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px; }

.menu-toggle span:after {
  top: 6px; }

.menu-toggle span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block; }

.menu-toggle span,
.menu-toggle span:after,
.menu-toggle span:before {
  width: 100%;
  height: 3px;
  background-color: #c6d7e5;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px; }

.dropdown {
    position: relative;
    display: inline-block;
    float:right;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    top: 10px;
    background:#fff;
    min-width: 160px;
    border: 1px solid #e6ebef;
    z-index: 1;
    top: 0;
}

.dropdown-content a {
    color: #41566a;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.hamburger:hover .dropdown-content {
    display: block;
}

.bottom-line {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%; 
}

.bottom-line.topup-link {
    display: block;
    padding: 10px 0;
}



.bottom-line .balance-img {
    position: relative;
    bottom: 8px;
    right: 6px;
    padding: 9px 7px;
    border-radius: 3px;
}
 .rotateImg {
        transform: rotate(360deg);
        transition: transform 1s;
        animation-name: circle;
    }

    @keyframes circle {
        from{
transform: rotate(0deg);
        }
        to{
            transform: rotate(360deg);
        }
    }
.expect-block img {
    width: 20px;
    margin-right: 5px;
}

.balance_btn {
    display: flex;
    width: 64%;
    justify-content: space-between;


}

.loader {
    position: absolute;
    top: 0px;
    right: 0px;
    border: 5px solid #d5e6f6;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 17px;
    height: 17px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader-acc {
    position: relative;
    bottom: 5px;
    right: 5px;
    border: 5px solid #d5e6f6;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}


/*.faq-wrapper {
  color: #333;
  /*font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 0.5em;*/
  overflow-x: hidden;
  padding: 0 1.5em;
  margin-top: 33px;
}

.faq-c {
  border-bottom: 1px dotted #ccc;
  padding: 1em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.faq-o {
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  -ms-transform: rotate(-45deg);
  -ms-transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.faq-q {
  padding: 15px;
  border: 1px solid #e6ebef;
  cursor: pointer;
  font-size: 14pt;

  line-height: 1.5em;
  font-weight: 300;
    margin-top: 20px;
}

.faq-a {
  clear: both;
  display: none;
  padding: 1.5em;
  line-height: 1.2;
  font-size: 13pt;
}
.push {
    width: 5%;
}

.faq-t {
  line-height: 0.5em;
  color: #ee5b3f; 
  font-family: sans-serif; 
  float:left; 
  font-weight: 100; 
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
  font-size: 2em;
  margin-right: 10px;
}


.history-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
      margin-top: 30px;
}

div.calendar {
    display: flex;
    justify-content: space-between;
  
}
.calendar input {
    width: 100px;
}
.calendar label {
    margin-top: 7px;   
    margin-right: 20px;
}
.filters-buttons input {
    height: 40px;
     background: #0e1d3a;
    border: none;
    padding: 0;
}
.history-block {
    display: block;
    width: 64%;
    margin-top: 50px;

}
.history-block img {
    display: block;
    width: 30%;
    float: left;
}

.center-message {
    margin:0;
    color:#4f6d8c;
    font-size: 20pt;
}
.ui-dialog {
    top: 300px!important;
    width: 391px !important;
}
.autopay {
    width: 100%;
    margin-top: 30px;
}

.autopay td {
    border: 1px solid #d6dbe0!important;
    text-align: center;
    padding: 8px 0;
}
.autopay  th {
    padding: 16px 0
}

.autopay tr {
   vertical-align: middle;
}
.td-monetary {
    text-align: center;}
.table-header  th {
    border: 1px solid #6f7c8a!important;
    font-weight: normal;
}
input.autopay-input__sms{ width: 25%; margin-top: 20px;}
.autopaySelect {
    width: 30%;
}

.autopaySelect p {
    margin-bottom: 15px;
}

.autopaySelect p, .autopayInput p {
    margin-bottom: 5px;
}
.autopayInput {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.order-form-input .order-form__row {
    width: 100%;
    }
.order-form-input .order-form__row .autopayInput .item input, select {
    width: 85%;
    height: 40px;
    box-sizing: border-box;
}
.order-form-input .order-form__row .autopayInput .item input {
    width: 92%;
}
    .order-form-input .order-form__row .autopayInput .item select {
        width: 92%;
    }
    .order-form-input .order-form__row .autopayInput .item {
        width: 100%;
    }
.order-form-input .order-form__row .autopayInput .item p {
    font-size: 14px;
}
    .order-form-input .order-form__row .autopayInput .item .field-validation-error {
        color: #e26464;
    }
.autopayInput input[type="text"] {
    text-align: right;
}
.rowresponsive {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 73%;
    align-items: flex-end;
}
.rowresponsive .item {
    width: 116px;
}
.rowresponsive .item input {
    width: 141px;
}
.order-form-input .check input {
    top: 7px;
    margin-right: 15px;
}

.closeBtn {
    width: 4%;
}
.content .autopay-btn input {
    margin-left: 0;
}

.closeBtn button {
    background: none;
    text-decoration: underline;
    color:#41566a;
    width: 100%;
    padding: 0 5px;

}
.order-form-input .check {
    display: flex;
}
.closeBtn button:hover {
    background: none;
    text-decoration: underline;
    color:#41566a;
}
.row-item .validation-summary-errors li {
    margin-top: 15px;
    margin-left: -10px;
    list-style-type:none;
    background: #f9eded;
    border: 1px solid #e28888;
    border-radius: 3px;
    width: 25%;
    padding: 10px;  
}
.table-header th {
    background: #0e1d3a;
     color: #fff;
}
.order-form-input {
    margin-top: 3rem;
        padding: 15px;
    border: 1px solid #ee5b3f;
}
ul.forms li {
    margin-top: 25px;
    list-style-type: none;
}
ul.forms li h2 {
    margin: 15px 0 5px;
}

/*History*/
.content .balance-table {
    margin-top: 25px;
}
.content .balance-table th {
    height: 50px;
    vertical-align: middle;
    font-weight: 300;
    border: 1px solid #d6dbe0;
    text-align: right;
    padding: 0 15px;
}

.content .balance-table .table-header th {
    font-weight: 400; 
}
.content .balance-table .table-header .operation {
    width: 50%;
}
.ui-datepicker {
    width: 260px;
    padding: 20px; 
    border: 1px solid #f4f4f4;
    box-shadow: 1px 4px 4px 3px #0e1d3a1a;
}

.ui-datepicker .ui-datepicker-title {
    text-align: left;
    font-size: 20pt;
    margin: 0;
}

.calendar-card select {
    width: 290px;
    margin-left: 15px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    width: 0.8em;
    height: 0.8em;
}
.ui-datepicker-prev, .ui-datepicker-next {
    border: 1px solid #48505f;
}

#confirmationSection {
    width: 50%
}

#confirmationCode {
    width: 25%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.Attention {
    background: #f3f3f3;
    border: 1px solid #c9c9cf;
    border-radius: 3px;
    height: 20%;
    padding: 0 35px 48px;
    position: relative;
    margin-top: 70px;  
}


.Attention figure {
    display: block;
    width: 30px;
    height: 30px;
     padding: 20px;
    background: #ee5b3f;
    position: relative;
    border-radius: 50px;
    top: -35px;
}
.Attention figure img {
    display: block;
    width: 40px;
    height: auto;
   position: absolute;
   top: 14px;
   left: 14px;
 }

.Attention a {
    padding: 12px 15px;
    background: #ee5b3f;
    border: none;
    color: #fff;
    text-decoration: none;
}

.Attention-form ul {
    padding-top: 15px;
    
}
.Attention .Attention-form {
        padding-bottom: 45px;
    margin: -29px 0 0px;

}
.Attention-form li {
    padding: 10px 0;
    color: #ee5b3f;
}
.Attention-form li span {
    color:#0c243a;
}
.Attention-form p {
    line-height: 1.4;
    margin-top: 15px;
}

.Attention-form {
    padding-bottom: 35px;
}

.Attention-form li :before {
    content: '';
    padding-top: 15px;
    height: 2px;
    width: 1px;
}
.row-item .validation-summary-errors li { width: 100%;}
.order-form__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
}
    .order-form__row .card select, input {
        width: 30%;
    }

    .order-form__row .row-item select {
        width: 226px;
    }

.order-form .order-form__row p {
    line-height: 1.1;
    font-size: 10pt;
    margin-bottom: 6px;
}
.item-1 {
    margin-top: -14px;
}
.order-form p {
    line-height: 1.8;
}
.order-form .headline {
    margin-bottom: 20px;
}
.row-item .pas {
    background: none;
    border: none;
    width: 100%;
    padding: 10px 0;

}
.ui-datepicker .ui-datepicker-title select {
    font-size: 18px;
}
.ui-datepicker-title:after {
    display: none;

}
.wrapper button, #refresh-button, #submit-button, a.back-input-button {
    background: #ee5b3f;
    color: #fff;
    font-size: 13pt;
    width: 210px;
    padding: 10px 0px;
    border: none;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    display: block;
    text-align: center;
    -webkit-appearance: none;
}

.ui-icon-closethick {
    background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-icon {
    width: 17px;
    height: 16px;
}
.autopaySelect {
    width: 30%;
}

.balance-cur {
    font-size: 13px;
}

.step-arrow {
    position: absolute;
    top: 30%;
    right: -8%;
}
.tab .tablinks {
    background: #0c243a;
}
.field-validation-error {
    font-size: 13px;
}
.ctr-form-input {
    display: block;
    width: 100%;
    padding: 0 30px 30px;
    border: 1px solid#ee5b3f;
    box-sizing: border-box;
    margin-top: 30px;
}
.crt-form__row { 
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 15px;

}
    .crt-form__row .row-item {
        display: block;
        width: 32%;
        margin-top: 10px;
    }
        .crt-form__row .row-item .field-validation-error {
            color: #e26464;
        }
        .crt-form__row .row-item p {
            font-size: 14px;
            line-height: 1;
        }

.crt-form__row .row-item input, select {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
}
.crt-form__row .row-item__height {
    margin-top: -5px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
}

.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
    text-indent: -99999px;
}


.to-right {
    float: right;
}

.visibility-icon {
    margin: -5px -2px 0px 0px;
}

.visibility-loader {
    margin: -15px -15px 0px 0px;
}


