@font-face {
  font-family: 'Roboto Regular';
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: reg;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Medium';
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: medium;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Bold';
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

div {
  color: #1A171B;
  font-weight: normal;
}

html {
  scroll-behavior: smooth;
  font-family: Roboto, Arial, "Noto Sans", sans-serif;
  overflow-x: hidden;
}

textarea {
  resize: none;
}

label {
  cursor: pointer;
}

a, button {
  outline: none !important;
  text-decoration: none !important;
  cursor: pointer;
}

p {
  margin: 0 !important;
}

button {
  background-color: #FFFFFF;
}

.uk-grid {
  margin-left: 0 !important;
}

.nav-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

.card {
  padding: 30px 16px;
  max-width: 400px;
  margin: auto;
}

.mob-item {
  display: flex;
  align-items: center;
}

.mob-box {
  margin: 15px 0;
}

.card-input, .card-input__time, .tariff-input, .tel-input {
  border: 1px solid #48A77D !important;
  box-sizing: border-box !important;
  border-radius: 8px !important;
  padding: 10px auto;
}

.tariff-input {
  font-size: 18px !important;
  color: #515252 !important;
  font-weight: 600 !important;
}

.tel-input {
  font-size: 18px !important;
  color: #515252 !important;
}

.card-input__time {
  max-width: 320px;
}

.modal-item__txt {
  margin: 12px 0 4px 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

.tariff-item__txt {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.step-title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  text-decoration-line: underline;
}

.add-btn, .save-btn, .btn-secondary {
  padding: 6px !important;
  font-weight: 500;
  font-size: 17px !important;
  color: #FFFFFF !important;
  border-radius: 15px !important;
  text-transform: unset !important;
}

.add-btn {
  background: #FF855F;
}

.save-btn {
  background: #9C9B9B;
}

.btn-secondary {
  background: #48A77D;
}

.add-btn:hover, .save-btn:hover, .tariff-btn:hover {
  opacity: 0.8;
  color: #FFFFFF !important;
}

.forgot-btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-decoration-line: underline !important;
  color: #2F9266;
}

.forgot-btn:hover {
  opacity: 0.8;
  color: #2F9266 !important;
}

.tariff-btn, .tariff-btn__warning {
  color: #fff;
  border-radius: 5px;
  border: none;
  line-height: 16px !important;
  letter-spacing: 0.01em;
}

.tariff-btn {
  padding: 7px 20px;
  background: #48A77D;
}

.tariff-btn__warning {
  padding: 7px 16px;
  background: #FF855F;
  width: 101px;
}

.tariff-img {
  text-align: left;
  width: 25px;
  height: 25px;
}

.uk-checkbox {
  border-radius: 3px !important;
}

.uk-checkbox, .uk-radio {
  border: 1px solid #48A77D !important;
}

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked, .uk-radio:indeterminate {
  background-color: #48A77D !important;
}

label {
  text-align: center;
}

.tariff-point {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.tariff-point__note {
  margin: 5px 11px 0 0;
}

.tariff-data__note {
  font-size: 14px;
  line-height: 22px;
}

.tariff-btn__add, .tariff-btn__add:hover {
  color: #1A171B;
}

.tariff-btn__add:hover {
  opacity: 0.8;
}

.full-name {
  width: 100%;
  font-size: 15px;
  line-height: 18px;
  border: 0;
  color: #1A171B !important;
  white-space: pre-line;
  outline: none;
}

textarea:focus {
  border: 1px dashed #1A171B !important;
}

.mob-info {
  margin: 5px 0 10px 0;
  padding: 5px 7px;
  font-size: 14px;
  color: #888888;
  border: 1px solid #48A77D !important;
  border-radius: 5px;
}

.mob-info:focus {
  border: 1px solid #48A77D !important;
}

.tariff-number {
  margin-right: 5px;
  width: 40px;
/*  text-align: center;*/
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  color: #9C9B9B;
}

.tariff-btn__plus {
  margin-right: 5px;
  width: 40px;
  text-align: center;
}

.tariff-sum__plus, .tariff-sum__minus, .tariff-sum__fine {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}

.tariff-sum__plus {
  color: #48A77D;
}

.tariff-sum__minus {
  color: #FF855F;
}

.tariff-sum__fine {
  color: #FF3A44;
}

.img-rub {
  margin: 0 0 4px 4px;
}

.data-box {
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
}

.tariff-data__debt {
  color: #FF855F;
}

.tariff-data__overpay {
  color: #48A77D;
}

.uk-spinner {
  color: #48A77D !important;
}

.menu-btn__note:focus {
  color: #FF855F !important;
}

.menu-btn {
  text-align: center;
}

.menu-btn__note {
  margin-top: 5px;
  font-weight: normal;
  font-size: 11px;
  line-height: 12px;
}

.img-calculator {
  text-align: center;
}

.payment-way {
  display: flex;
  align-items: flex-end;
}

.payment-way__item {
  display: flex;
  align-items: baseline;
}

.payment-way__note {
  margin-right: 5px;
  font-size: 14px;
  line-height: 16px;
}

.uk-input {
  height: 34px !important;
}

.passive-item {
  opacity: 0.7;
}

.tariff-item {
  margin: 20px 0;
}

.mob-line {
  text-align: center;
}

.data-month {
  margin: 5px;
}

.data-month, .data-month__info {
  font-size: 15px;
  line-height: 16px;
}

.data-month__info {
  margin-left: 4px;
  line-height: 14px;
  color: #818483;
}

.data-box__item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: auto;
}

.data-box__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px;
}

.uk-text-warning {
  padding: 0 3px !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 26px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 23px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
}

input:checked + .slider {
  background-color: #48A77D;
}

input:focus + .slider {
  box-shadow: 0 0 1px  #48A77D;
}

input:checked + .slider:before {
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.modal-body {
  padding: 20px 30px;
}

.circles-integer, .circles-integer-warning {
  font-weight: 600;
}

.circles-integer-warning {
  color: #FF855F;
}

.circles-integer {
  color: #48A77D;
}

.data-box__info {
  font-weight: bold;
  font-size: 36px;
  line-height: 47px;
  color: #1A171B;
}

.offer-text {
  width: 201px;
  font-size: 14px;
  line-height: 20px;
}

.offer-box {
  padding: 10px 20px;
}

.offer-btn:hover {
  opacity: 0.8;
}

.offer-btn__free {
  border-bottom: 2px solid #A9A9A9;
}

.mob-item__tel {
  font-size: 18px;
}

.btn-next__txt {
  border-bottom: 1px solid #48A77D;
}

.btn-next:hover {
  opacity: 0.8;
}

.modal-body__txt {
  font-size: 17px;
  margin-top: 10px;
  line-height: 131.3%;
}

.tariff-data__box, .box-notice {
  background: #FFFFFF;
  box-shadow: 0px 0px 31px rgba(0, 0, 0, 0.14), inset 0px 0px 25px rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  padding: 15px 9px;
}

.tariff-data__txt {
  font-size: 13px;
}

.rights-txt {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.8;
}


 /* Fix # 28. Замена uk-margin-top на uk-padding-top */
 .uk-padding-top {
  padding-top: 20px !important;
 }

@media (max-width: 360px) {
  .uk-card-body {
    padding: 30px 20px !important;
  }
  .tariff-data__note {
    max-width: 283px;
  }
  .tariff-input {
    font-size: 16px !important;
  }
  .data-month, .data-month__info {
    font-size: 13px;
  }
}
/*# sourceMappingURL=style.css.map */
.settings-btn {
  font-size: 16px;
  color: #1A171B !important;
  line-height: 19px;
}

.settings-icon {
  width: 60%;
}

@media (max-width: 344px) {
  .setting-btn-doc {
    padding-left: 5px;
  }
}

.data-box_body {
max-height: 450px;
overflow: auto;
}
.btn-section {
background-color: #fff;
height: 100%;
border-collapse: collapse;
bottom: 0;
}
@media (max-height: 1050px) {
.data-box_body {
max-height: 400px;
}
}
@media (max-height: 680px) {
.data-box_body {
max-height: 330px;
}
}
@media (max-height: 350px) {
.data-box_body {
max-height: 300px;
}
}
@media (max-width: 350px) {
.data-box_body {
max-height: 220px;
}
}
.tariff-data__download {
  text-decoration: underline !important;
  color: #1A171B !important;
  font-size: 14px;
  line-height: 22px;
}