@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
}

body,
html {
  height: 100%;
}

body {
  background-color: #fff;
  color: #2c3843;
  line-height: normal;
}

button,
input,
textarea {
  font-size: 1rem;
}

body.lock {
  overflow: hidden;
}

body.fr {
  float: none;
}

input,
textarea {
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

textarea {
  resize: none;
  vertical-align: middle;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  vertical-align: top;
}

img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

:focus {
  outline: 0 !important;
}

::-ms-clear {
  display: none;
}

[type="text"][disabled] {
  background-color: #ebedef !important;
  border: 1px solid #e1e3e5 !important;
}

[disabled] {
  background: rgba(24, 62, 93, 0.08);
  color: #a8b4bd;
  opacity: 0.6 !important;
  cursor: default !important;
  position: relative;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

[disabled].btn--white {
  background-color: #fff;
}

[disabled].transparent-bg {
  background-color: transparent !important;
}

[disabled].btn--loading {
  background: rgba(24, 62, 93, 0.08) !important;
  color: #a8b4bd;
  opacity: 1 !important;
}

[disabled].btn--loading:before {
  background: none;
  bottom: 0;
  content: "";
  height: 11px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}

.main-wrapper__logo {
  background: url("https://www.telecomarmenia.am/myaccount/img/account-logo.png") !important;
  background-repeat: no-repeat !important;
}

a:active,
a:focus,
a:visited {
  text-decoration: none;
}

.italic,
em,
i {
  font-style: italic;
}

.cb {
  clear: both;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fb {
  font-weight: 700;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.mln {
  margin-left: 0 !important;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tj {
  text-align: justify;
}

.tu {
  text-transform: uppercase;
}

.ver-top-box {
  display: inline-block;
  vertical-align: top;
}

.ver-middle-box {
  display: inline-block;
  vertical-align: middle;
}

.mb-none {
  margin-bottom: 0 !important;
}

.pb-none {
  padding-bottom: 0 !important;
}

.dn {
  display: none;
}

.no-wrap {
  white-space: nowrap;
}

.circle {
  border-radius: 50%;
}

.pl-none {
  padding-left: 0 !important;
}

.full-width {
  width: 100%;
}

.move-cursor {
  cursor: move;
}

.center-center,
.center-center-after:after,
.center-center-before:before {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.center-horizontal {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}

.center-vertical {
  bottom: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
}

.center {
  margin: 0 auto;
  padding: 0 20px;
}

.clear-fix:after {
  content: "";
  clear: both;
  display: block;
}

.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.three-dots-in-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
}

.scroller-block {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.scroller-block--smooth {
  scroll-behavior: smooth;
}

.scroller-block::-webkit-scrollbar,
.scroller-block::-webkit-scrollbar-thumb,
.scroller-block::-webkit-scrollbar-track,
body::-webkit-scrollbar,
body::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-track {
  background-color: #ebedef;
  height: 6px;
  width: 6px;
}

body::-webkit-scrollbar,
body::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-track {
  width: 10px;
}

.scroller-block::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #666e75;
  border-radius: 5px;
}

.trans-color {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.trans-background {
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.trans-all {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.trans-opacity {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.trans-transform {
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease,
    -moz-transform 0.3s ease;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-transition-delay: 9999s;
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}

.fs10 {
  font-size: 0.625rem;
}

.fs11 {
  font-size: 0.688rem;
}

.fs12 {
  font-size: 0.75rem;
}

.fs13 {
  font-size: 0.813rem;
}

.fs14 {
  font-size: 0.875rem;
}

.fs15 {
  font-size: 0.938rem;
}

.fs16 {
  font-size: 1rem;
}

.fs17 {
  font-size: 1.063rem;
}

.fs18 {
  font-size: 1.125rem;
}

.fs19 {
  font-size: 1.188rem;
}

.fs20 {
  font-size: 1.25rem;
}

.fs21 {
  font-size: 1.313rem;
}

.fs22 {
  font-size: 1.375rem;
}

.fs23 {
  font-size: 1.438rem;
}

.fs24 {
  font-size: 1.5rem;
}

.fs25 {
  font-size: 1.563rem;
}

.fs26 {
  font-size: 1.625rem;
}

.fs27 {
  font-size: 1.688rem;
}

.fs28 {
  font-size: 1.75rem;
}

.fs29 {
  font-size: 1.813rem;
}

.fs30 {
  font-size: 1.875rem;
}

.fs31 {
  font-size: 1.938rem;
}

.fs32 {
  font-size: 2rem;
}

.fs33 {
  font-size: 2.063rem;
}

.fs34 {
  font-size: 2.125rem;
}

.fs35 {
  font-size: 2.188rem;
}

.fs36 {
  font-size: 2.25rem;
}

.fs37 {
  font-size: 2.313rem;
}

.fs38 {
  font-size: 2.375rem;
}

.fs39 {
  font-size: 2.438rem;
}

.fs40 {
  font-size: 2.5rem;
}

.fs41 {
  font-size: 2.563rem;
}

.fs44 {
  font-size: 2.75rem;
}

.fs50 {
  font-size: 3.125rem;
}

.fs52 {
  font-size: 3.25rem;
}

.fs60 {
  font-size: 3.75rem;
}

.fs63 {
  font-size: 3.938rem;
}

.fs64 {
  font-size: 4rem;
}

.fs74 {
  font-size: 4.625rem;
}

.sprite-a:after,
.sprite-b:before,
.static-content blockquote:after,
.static-content blockquote:before,
.static-content ul li:before,
.ui-datepicker-next:before,
.ui-datepicker-prev:before {
  content: "";
}

.static-img-left {
  float: left;
  margin-right: 20px;
}

.static-img-right {
  float: right;
  margin-left: 20px;
}

.static-img-center {
  text-align: center;
  margin: 0 auto !important;
  display: block;
}

.sprite,
.sprite-a:after,
.sprite-b:before {
  background-image: url(https://www.telecomarmenia.am/myaccount/img/sprite.png?v=32);
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-moz-min-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 3 / 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 2) {
  .sprite,
  .sprite-a:after,
  .sprite-b:before {
    background-image: url(https://www.telecomarmenia.am/myaccount/img/sprite2x.png?v=32);
    background-size: 500px auto;
  }
}

@media (-webkit-min-device-pixel-ratio: 3),
  (-webkit-min-device-pixel-ratio: 5),
  (min-resolution: 480dpi) {
  .sprite,
  .sprite-a:after,
  .sprite-b:before {
    background-image: url(https://www.telecomarmenia.am/myaccount/img/sprite3x.png?v=32);
    background-size: 500px auto;
  }
}

@media (-webkit-min-device-pixel-ratio: 4),
  (-webkit-min-device-pixel-ratio: 6.666666666666667),
  (min-resolution: 640dpi) {
  .sprite,
  .sprite-a:after,
  .sprite-b:before {
    background-image: url(https://www.telecomarmenia.am/myaccount//img/sprite4x.png?v=32);
    background-size: 500px auto;
  }
}

.btn {
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #2c3843;
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

.btn--yellow {
  background-color: #f04d4d;
  color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.btn--white {
  background-color: #fff;
  border: 2px solid #f04d4d;
  color: #f04d4d;
  line-height: 46px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.btn--with-space {
  margin-bottom: 24px;
}

.btn--with-history-icon {
  cursor: pointer;
  height: 44px;
  line-height: 44px;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  -moz-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease,
    -webkit-box-shadow 0.3s ease;
}

.btn--with-history-icon:before {
  background-position: -300px -2px;
  height: 20px;
  width: 20px;
}

.btn--block {
  height: 44px;
  line-height: 42px;
  padding: 0 37px;
  border-color: #86d2da;
  font-family: Team-Bold;
}

.btn--block:before {
  background-position: -468px -156px;
  display: inline-block;
  height: 16px;
  margin: -3px 7px 0 0;
  vertical-align: middle;
  width: 13px;
}

.btn--block-active {
  background-color: #86d2da;
  font-family: Team-Bold;
}

.btn--block-active:before {
  background-position: -471px -111px;
}

.btn-download,
.btn-print {
  color: #666e75;
}

.btn-download:before,
.btn-print:before {
  left: 0;
  position: absolute;
  top: 0;
}

.btn-print {
  padding-left: 26px;
}

.btn-print:before {
  background-position: -80px -188px;
  height: 22px;
  width: 20px;
}

.btn-download {
  padding-left: 22px;
}

.btn-download:before {
  background-position: -44px -188px;
  height: 16px;
  width: 16px;
}

.btn-zoom {
  height: 40px;
  width: 40px;
}

.btn-zoom--plus:after,
.btn-zoom:before {
  background-color: #666e75;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.btn-zoom:before {
  height: 2px;
  width: 16px;
}

.btn-zoom--plus {
  border-bottom: 1px solid #e1e3e5;
}

.btn-zoom--plus:after {
  height: 16px;
  width: 2px;
}

.form-error .form__field-out {
  margin-bottom: 6px;
}

.form-error .form__field {
  border: 1px solid red;
}

.form-error .form-error-text {
  color: red;
  display: block;
}

.form-error .css-bg1rzq-control,
.form-error .main-wrapper__report-field,
.form-error .main-wrapper__sort-form-field,
.form-error textarea,
.form-error.main-wrapper__sort-form-datepicker {
  border-color: red !important;
}

.form-error-link {
  color: red;
  text-decoration: underline;
}

.form-error-text--top-space {
  padding-top: 5px;
}

.coming-soon {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2),
    0 1px 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  padding: 40px;
}

.coming-soon__title {
  color: #2c3843;
  margin-bottom: 40px;
}

.progress-circle {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: 1;
}

.progress-circle circle {
  -webkit-transition: stroke-dashoffset 0.4s ease;
  -moz-transition: stroke-dashoffset 0.4s ease;
  transition: stroke-dashoffset 0.4s ease;
}

.box-drop-preview {
  background-color: #f8f9f9;
  border: 2px dashed #86d2da;
  border-radius: 10px;
  margin-bottom: 36px;
}

.row-drag-handle {
  margin-bottom: 36px;
}

.hide-chat .lt-label,
.hide-chat .lt-widget-wrap {
  display: none !important;
}

.error-message {
  color: red;
  padding: 24px;
}

.error-message--without-lr-padding {
  padding-left: 0;
  padding-right: 0;
}

.word-break {
  word-break: break-word;
}

.empty-message {
  background-color: #fff;
  border-radius: 10px;
  color: #666e75;
  padding: 24px;
}

.empty-message--warning {
  color: red;
  margin-top: 24px;
  max-width: 500px;
}

.link-black {
  color: #2c3843;
  text-decoration: underline;
}

.app-box + .main-wrapper--b2b {
  position: relative;
}

.app-box + .main-wrapper--account .main-wrapper__logo-box {
  top: 105px;
}

.act-table {
  border-collapse: collapse;
  margin-bottom: 50px;
  width: 100%;
}

.act-table td {
  border: 3px solid #000;
  padding: 15px;
}

.act-result-table {
  width: 70%;
}

.act-result-table td {
  padding-bottom: 5px;
  width: 50%;
}

.big-spaces {
  padding-bottom: 20px;
  padding-top: 20px;
}

.bottom-paragraph {
  padding-bottom: 50px;
}

.underline {
  border-bottom: 1px solid #000;
  height: 40px;
  width: 280px;
}

.author {
  margin-left: 5px;
}

.top-table {
  margin-bottom: 30px;
}

.top-table__text {
  font-size: 12px;
  font-style: italic;
  line-height: 22px;
}

.info-table {
  margin-bottom: 50px;
}

.info-table td {
  font-size: 12px;
  padding: 3px 0;
}

.info-table__right--border {
  border-bottom: 1px solid #000;
}

.title {
  margin: 0;
  padding: 0;
}

.title__line {
  border-bottom: 1px solid #000;
}

.date-table__left {
  border-bottom: 1px solid #000;
  font-size: 12px;
  padding: 0 3px 3px 0;
}

.date-table {
  margin-bottom: 30px;
}

.text {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.inline-table {
  font-size: 12px;
  margin-bottom: 3px;
}

.inline-table--big {
  font-size: 14px;
}

.inline-table__line {
  border-bottom: 1px solid #000;
}

.inline-table__line--1 {
  width: 30px;
}

.inline-table__line--2 {
  width: 50px;
}

.inline-table__title {
  padding-right: 5px;
}

.inline-table__date {
  padding-left: 5px;
}

.inline-table__line--3 {
  padding-left: 5px;
  width: 150px;
}

.inline-table__line--4 {
  width: 250px;
}

.inline-table__line--5 {
  width: 100px;
}

.inline-table__line--6 {
  width: 20px;
}

.inline-table__line--7 {
  width: 30px;
}

.inline-table__line--8 {
  width: 130px;
}

.standard-table {
  border-collapse: collapse;
  font-size: 12px;
}

.standard-table td {
  border: 1px solid #000;
  padding: 5px;
}

.signature-table {
  margin-bottom: 40px;
}

.signature-table__cell {
  padding: 0 40px;
}

.signature-inner-table {
  font-size: 14px;
  margin: 0 auto;
  width: 200px;
}

.signature-inner-table__title {
  padding-bottom: 20px;
}

.signature-inner-table__cell {
  border-top: 1px solid #000;
  font-size: 10px;
  padding: 5px 0 25px;
}

.signature-inner-table__cell-last-cell {
  font-size: 10px;
}

.page-break {
  -webkit-box-decoration-break: slice;
  box-decoration-break: slice;
}

.loading {
  border: 5px solid transparent;
  border-top-color: #f04d4d;
  border-bottom-color: #f04d4d;
  border-radius: 50%;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  -webkit-animation: rotate 1s linear infinite;
  -moz-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
}

.loading-box {
  background-color: #fff;
  border-radius: 10px;
  height: 200px;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.pagination {
  background: url(/myaccount/img/paging-cover.png) repeat-x center top;
  margin-bottom: 60px;
}

.pagination__item {
  margin: 0 5px;
}

.pagination__link {
  color: #1f223f;
  height: 44px;
  line-height: 44px;
  padding: 0 14px;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  -moz-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
}

.pagination__link:before {
  border-color: transparent transparent #a72848 transparent;
  border-style: solid;
  border-width: 0 5.5px 5px 5.5px;
  content: "";
  height: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: -5px;
  visibility: hidden;
  width: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.pagination__link--active {
  background-color: #a72848;
  color: #fff;
  margin: 0 20px;
}

.pagination__link--active:before {
  opacity: 1;
  visibility: visible;
}

.pagination__arrow {
  height: 44px;
  width: 27px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.pagination__arrow:before {
  bottom: 0;
  height: 14px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 27px;
}

.pagination__arrow--previous:before {
  background-position: left -105px;
}

.pagination__arrow--next:before {
  background-position: -29px -105px;
}

.tab {
  margin: 0 -10px 36px;
}

.tab:after {
  background-color: #ebedef;
  content: "";
  display: block;
  height: 1px;
  margin: 0 10px;
}

.tab__item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  width: 50%;
}

.tab__link {
  color: #2c3843;
  height: 60px;
  line-height: 60px;
  letter-spacing: 1px;
  padding: 0 10px;
  width: 100%;
}

.tab__link--active {
  position: relative;
  font-family: "Team-Bold";
}

.tab__link--active:after {
  background-color: #86d2da;
  border-radius: 5px;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
}

.tab--languages-list {
  margin-bottom: 0;
}

.tab--languages-list .tab__item {
  width: auto;
}

.tab--languages-list .tab__link {
  width: 80px;
}

.tab--languages-list .tab__link:before {
  bottom: 0;
  height: 32px;
  left: 0;
  margin: auto;
  right: 0;
  position: absolute;
  top: 0;
  width: 32px;
}

.tab--languages-list .tab__link--active:before {
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.6);
}

.tab--languages-list .tab__link--hy:before {
  background-position: -175px -126px;
}

.tab--languages-list .tab__link--ru:before {
  background-position: -209px -126px;
}

.tab--languages-list .tab__link--en:before {
  background-position: -243px -126px;
}

.tab--inline-languages-list {
  margin: 0 -24px;
}

.tab--inline-languages-list .tab__item {
  padding: 0;
}

.tab--inline-languages-list .tab__item:not(:last-child) {
  border-bottom: 1px solid #ebedef;
}

.tab--inline-languages-list:after {
  display: none;
}

.tab--inline-languages-list .tab__link {
  color: #707982;
  height: auto;
  line-height: normal;
  padding: 20px 50px 20px 70px;
  width: 100%;
}

.tab--inline-languages-list .tab__link:after {
  background-position: -410px -24px;
  bottom: 0;
  height: 12px;
  margin: auto 0;
  position: absolute;
  right: 24px;
  top: 0;
  width: 16px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease,
    -moz-transform 0.3s ease;
}

.tab--inline-languages-list .tab__link--active {
  cursor: default;
  opacity: 1;
}

.tab--inline-languages-list .tab__link--active:after {
  background-color: transparent;
  left: auto;
}

.tab--inline-languages-list .tab__link:before {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 24px;
  right: auto;
}

.tab--inline-languages-list .tab__link:not(.tab__link--active):after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}

.tab--small {
  border: 1px solid #86d2da;
  border-radius: 4px;
  margin: 0;
}

.tab--small:after {
  display: none;
}

.tab--small .tab__item {
  padding: 0;
}

.tab--small .tab__link {
  font-size: 0.688rem;
  height: 27px;
  line-height: 27px;
}

.tab--small .tab__link--active {
  background-color: #86d2da;
}

.tab--small .tab__link--active:after {
  display: none;
}

.static-content a {
  color: #a72848;
  font-family: Montserrat-Medium, Helvetica, Arial, sans-serif;
}

.static-content a:visited {
  color: #852340 !important;
}

.static-content .news__date {
  margin-bottom: 0;
}

.static-content p {
  line-height: 26px;
  padding-bottom: 20px;
}

.static-content h1,
.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6 {
  color: #1f223f;
  font-family: Montserrat-Bold, Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
}

.static-content h6 {
  font-size: 1.067rem;
}

.static-content h5 {
  font-size: 1.2rem;
}

.static-content h4 {
  font-size: 1.333rem;
}

.static-content h3 {
  font-size: 1.467rem;
}

.static-content h2 {
  font-size: 1.6rem;
}

.static-content h1 {
  font-size: 2rem;
}

.static-content li {
  padding: 0 0 25px 25px;
  position: relative;
}

.static-content li h2 {
  font-size: 24px;
}

.static-content li h3 {
  font-size: 22px;
}

.static-content li h4 {
  font-size: 20px;
}

.static-content li h5 {
  font-size: 18px;
}

.static-content li h6 {
  font-size: 16px;
}

.static-content iframe {
  margin-bottom: 15px;
  max-width: 100%;
}

.static-content ol,
.static-content ul {
  padding-bottom: 20px;
  padding-left: 0;
}

.static-content li {
  padding: 0 0 15px 25px;
}

.static-content ul li:before {
  background-color: #a72848;
  border-radius: 6px;
  content: "";
  height: 6px;
  left: 3px;
  position: absolute;
  top: 7px;
  width: 6px;
}

.static-content ol {
  counter-reset: id;
  position: relative;
}

.static-content ol li:before {
  counter-increment: id;
  content: counter(id) ".";
  color: #a72848;
  font-family: Montserrat-Medium, Helvetica, Arial, sans-serif;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}

.static-content img {
  height: auto !important;
  margin-bottom: 15px;
}

.static-content em,
.static-content i {
  font-style: italic;
}

.static-content u {
  text-decoration: underline;
}

.static-content hr {
  background-color: #dfdfdf;
  border: none;
  height: 1px;
  margin: 15px 0;
}

.static-content table {
  margin-bottom: 20px;
  width: 100%;
}

.static-content table td,
.static-content table th {
  border: 2px solid rgba(201, 201, 201, 0.4);
  min-width: 100px;
  padding: 15px;
  text-align: left;
}

.static-content table th {
  background-color: rgba(167, 169, 172, 0.1);
  font-family: Montserrat-Bold, Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: center;
}

.static-content table td {
  background-color: #fff;
}

.static-content blockquote {
  padding: 20px 55px;
  position: relative;
}

.static-content blockquote:after,
.static-content blockquote:before {
  height: 30px;
  position: absolute;
  width: 36px;
}

.static-content blockquote:before {
  background-position: -58px -105px;
  left: 0;
  top: 20px;
}

.static-content blockquote:after {
  background-position: -96px -105px;
  bottom: 20px;
  right: 0;
}

.static-alt-wrapper {
  margin-bottom: 10px;
}

.static-alt-wrapper.fl {
  margin-right: 15px;
}

.static-alt-wrapper.fr {
  margin-left: 15px;
}

.static-alt-wrapper.fr img {
  margin-left: 0 !important;
}

.static-alt-wrapper img {
  display: block;
  float: none;
  margin-bottom: 10px !important;
}

.static-alt-wrapper img.static-img-center {
  text-align: center;
}

.static-alt-wrapper img + .static-alt {
  text-align: left;
}

.static-alt {
  color: #a7a9ac;
  padding: 5px 0 10px;
}

.static-alt:before {
  background-color: #afb1b3;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 45%;
}

.main-wrapper__left {
  background-color: #f5f6f7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  position: fixed;
  padding: 60px 100px 38px;
  top: 0;
  width: 596px;
}

.main-wrapper__left-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  padding-bottom: 75px;
}

.main-wrapper__logo {
  background-position: -2px -126px;
  height: 60px;
  margin-bottom: 60px;
  text-indent: -99999px;
  width: 172px;
}

.main-wrapper__right {
  background: url(https://testing.telecomarmenia.am/myaccount/img/bg-image.png)
    no-repeat center top;
  background-size: cover;
  bottom: 0;
  left: 596px;
  right: 0;
  top: 0;
}

.main-wrapper__title {
  margin-bottom: 60px;
  font-family: Team-Bold;
  color: #2c3843;
}

.main-wrapper__title--with-border {
  border-bottom: 1px solid #ebedef;
  margin: 0 -24px 24px;
  padding: 0 24px 12px;
  color: #394957;
  line-height: 25px;
}

.main-wrapper__title-out {
  padding: 20px 88px 0;
}

.main-wrapper__store-box {
  padding: 0 36px 100px 0;
  vertical-align: bottom;
}

.main-wrapper__store-icon {
  background-position: 0 0;
  height: 60px;
  width: 202px;
}

.main-wrapper__store-icon:not(:last-child) {
  margin-bottom: 24px !important;
}

.main-wrapper__store-icon--app-store {
  background-position: -2px -64px;
}

.main-wrapper__store-icon--play-market {
  background-position: -206px -64px;
}

.main-wrapper__img-out {
  margin-bottom: 58px;
}

.main-wrapper__bottom-group {
  bottom: 0;
  left: 596px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.main-wrapper__bottom-block {
  background-color: rgba(44, 56, 67, 0.8);
  min-height: 28px;
  padding: 15px 36px;
}

.main-wrapper__bottom-txt {
  color: #fff;
  letter-spacing: 1px;
  padding-top: 5px;
}

.main-wrapper__bottom-link {
  text-decoration: underline;
}

.main-wrapper__tab-languages-out {
  margin-top: -61px;
}

.main-wrapper__account-box {
  background-color: #fff;
  height: 86px;
  margin: 0 -24px;
  z-index: 1;
}

.main-wrapper__info-btn:before {
  background-position: -214px -27px;
  display: inline-block;
  height: 14px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  width: 20px;
}

.main-wrapper__info-box {
  margin: 0 -24px;
  background-color: #f5f6f7;
  padding: 36px 24px 24px;
}

.main-wrapper__info-box-title,
.main-wrapper__info-list {
  margin-bottom: 12px;
}

.main-wrapper__info-list-item:not(:last-child) {
  border-right: 1px solid #2c3843;
  margin-right: 12px;
  padding-right: 12px;
}

.main-wrapper__info-box-title,
.main-wrapper__info-list-item {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.main-wrapper__info-box-title--red {
  color: #ff4700 !important;
  margin-bottom: 0;
}

.main-wrapper__info-box-title--tab-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 45px 18px 24px;
  width: 100%;
}

.main-wrapper__info-box-title--tab-button:after {
  background-position: -150px -28px;
  bottom: 0;
  height: 9px;
  margin: auto 0;
  position: absolute;
  right: 24px;
  top: 0;
  width: 14px;
}

.main-wrapper__info-box-title--tab-button-active:after {
  background-position: -180px -28px;
}

.main-wrapper__info-box-price {
  margin-bottom: 24px;
}

.main-wrapper__account-logo {
  margin-right: 12px;
}

.main-wrapper__logo-box {
  background-color: #fff;
  left: 420px;
  line-height: 86px;
  height: 86px;
  padding: 0 32px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.main-wrapper__inclusion-box {
  margin-bottom: 24px;
}

.main-wrapper__inclusion-box,
.main-wrapper__services {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}

.main-wrapper__services--none-bottom-radius {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.main-wrapper__services--with-shade {
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2),
    0 1px 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.main-wrapper__services--with-space {
  margin-bottom: 36px;
}

.main-wrapper__services--bottom-inner-space {
  padding-bottom: 24px;
}

.main-wrapper__sub-title {
  background-color: #f5f6f7;
  border-bottom: 1px solid #ebedef;
  border-radius: 10px 10px 0 0;
  color: #2c3843;
  padding: 24px 24px 20px 56px;
}

.main-wrapper__sub-title--white-bg {
  background-color: #fff;
}

.main-wrapper__sub-title--right-space {
  padding-right: 60px;
}

.main-wrapper__sub-title--link {
  padding-left: 24px;
  padding-right: 55px;
}

.main-wrapper__sub-title--normal {
  padding-left: 24px;
}

.main-wrapper__sub-title-inner {
  margin-bottom: 10px;
}

.main-wrapper__sub-title:before {
  bottom: 0;
  left: 24px;
  margin: auto 0;
  position: absolute;
  top: 0;
}

.main-wrapper__sub-title--package-yellow {
  background-color: #183e5d;
  color: #ffffff;
}

.main-wrapper__sub-title--inclusion:before {
  background-position: -215px -2px;
  height: 20px;
  width: 18px;
}

.main-wrapper__sub-title--history:before {
  background-position: -300px -2px;
  height: 20px;
  width: 20px;
}

.main-wrapper__sub-title--filter:before {
  background-position: -366px -24px;
  height: 20px;
  width: 20px;
}

.main-wrapper__sub-title--services:before {
  background-position: -238px -2px;
  height: 20px;
  width: 16px;
}

.main-wrapper__sub-title--package:before {
  background-position: -258px -2px;
  height: 20px;
  width: 18px;
}

.main-wrapper__sub-title--refresh:before {
  background-position: -409px -2px;
  height: 18px;
  width: 20px;
}

.main-wrapper__sub-title--edit-account:before {
  background-position: -236px -25px;
  height: 18px;
  width: 20px;
}

.main-wrapper__sub-title--profile:before {
  background-position: -278px -24px;
  height: 20px;
  width: 20px;
}

.main-wrapper__sub-title--card:before {
  background-position: -214px -27px;
  height: 14px;
  width: 20px;
}

.main-wrapper__sub-title--lock:before {
  background-position: -259px -24px;
  height: 20px;
  width: 17px;
}

.main-wrapper__sub-title--profile-double:before {
  background-position: -300px -24px;
  height: 20px;
  width: 20px;
}

.main-wrapper__sub-title--languages:before {
  background-position: -366px -6px;
  height: 12px;
  width: 20px;
}

.main-wrapper__sub-title--notifications:before {
  background-position: -345px -2px;
  bottom: auto;
  height: 20px;
  top: 24px;
  width: 18px;
}

.main-wrapper__sub-title--shortcuts:before {
  background-position: -344px -24px;
  height: 20px;
  width: 20px;
}

.main-wrapper__sub-title--graphics:before {
  background-position: -388px -2px;
  height: 20px;
  width: 20px;
}

.main-wrapper__sub-title--plus:before {
  background-position: -388px -24px;
  height: 20px;
  width: 20px;
}

.main-wrapper__sub-title--add:before {
  background-position: -436px -24px;
  height: 20px;
  width: 24px;
}

.main-wrapper__sub-title--bonus:before {
  background-position: -473px top;
  height: 20px;
  width: 20px;
}

.main-wrapper__sub-description {
  color: #707982;
  margin-left: -32px;
}

.main-wrapper button.main-wrapper__sub-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.main-wrapper__inner-left {
  width: 420px;
}

.main-wrapper__inner-big {
  margin-left: 456px;
}

.main-wrapper__total-box {
  background-color: #86d2da;
  border-radius: 0 0 10px 10px;
  color: #2c3843;
  padding: 24px;
}

.main-wrapper__total-title {
  padding-right: 50px;
}

.main-wrapper__timeline {
  color: #2c3843;
  margin-left: 10px;
  padding-right: 20px;
}

.main-wrapper__timeline:after {
  background-position: -160px -14px;
  bottom: 0;
  height: 14px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
}

.main-wrapper__logo-link {
  color: #1f223f;
}

.main-wrapper__list-out {
  padding: 0 24px;
}

.main-wrapper__list-out--small {
  max-height: 340px;
}

.main-wrapper__list-out--medium {
  max-height: 411px;
}

.main-wrapper__list-out--services {
  max-height: 580px;
}

.main-wrapper__list-out--services-big {
  max-height: 740px;
}

.main-wrapper__list-out--pb-space {
  padding-bottom: 24px;
}

.main-wrapper__progress-box {
  padding: 24px 10px 0;
}

.main-wrapper__double-list {
  margin: 0 -18px;
}

.main-wrapper__double-list--max-976 {
  max-width: 976px;
}

.main-wrapper__double-list-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 18px;
  width: 50%;
}

.main-wrapper__third-list {
  margin: 0 -18px;
}

.main-wrapper__third-list--tariffs .main-wrapper__third-list-item {
  margin-bottom: 36px;
}

.main-wrapper__third-list-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 18px;
  width: 33.3333%;
}

.main-wrapper__third-list--small-borders {
  margin: 0;
  padding: 0 13px;
}

.main-wrapper__third-list--small-borders .main-wrapper__third-list-item {
  padding: 26px 13px;
}

.main-wrapper__third-list-switcher-box {
  height: 0;
  padding-bottom: 100%;
}

.main-wrapper__third-list-switcher-box:before {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.main-wrapper__third-list-switcher-box:not(
    .main-wrapper__third-list-switcher-box--active
  ) {
  cursor: pointer;
}

.main-wrapper__third-list-switcher-box:not(
    .main-wrapper__third-list-switcher-box--active
  ):before {
  opacity: 0;
}

.main-wrapper__third-list-switcher {
  height: 40px;
  width: 40px;
}

.main-wrapper__third-list-switcher:before {
  background-color: #f04d4d;
  border-radius: 50%;
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease,
    -moz-transform 0.2s ease;
}

.main-wrapper__third-list-switcher:after {
  background-position: -410px -38px;
  bottom: 0;
  content: "";
  height: 17px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease,
    -moz-transform 0.2s ease;
}

.main-wrapper__third-list-switcher-box:not(
    .main-wrapper__third-list-switcher-box--active
  )
  .main-wrapper__third-list-switcher:after,
.main-wrapper__third-list-switcher-box:not(
    .main-wrapper__third-list-switcher-box--active
  )
  .main-wrapper__third-list-switcher:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}

.main-wrapper__third-list-img {
  border-radius: 5px;
}

.main-wrapper--account .main-wrapper__bottom-group {
  left: 0;
}

.main-wrapper--account .main-wrapper__bottom-block {
  background-color: #2c3843;
}

.main-wrapper--account .main-wrapper__left {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 0 24px;
  width: 420px;
  z-index: 2;
}

.main-wrapper--account .main-wrapper__left--dark:after {
  content: "";
  background-color: rgba(44, 56, 67, 0.2);
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
}

.main-wrapper--account .main-wrapper__right {
  background-repeat: no-repeat;
  background-position: center center;
  bottom: 58px;
  left: 420px;
}

.main-wrapper--account .main-wrapper__right:before {
  background-color: rgba(248, 249, 249, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.main-wrapper--account .main-wrapper__logo-box .btn {
  height: 40px;
  line-height: 36px;
  margin-top: 23px;
  width: auto;
}

.main-wrapper--account .main-wrapper__right-inner {
  bottom: 0;
  left: 0;
  padding: 36px;
  position: absolute;
  right: 0;
  top: 86px;
}

.main-wrapper--account .main-wrapper__left-inner {
  bottom: 58px;
  left: 0;
  min-height: inherit;
  padding: 0 24px;
  position: absolute;
  right: 0;
  top: 86px;
}

.main-wrapper__services--yellow {
  background-color: #86d2da;
  border: 2px solid #86d2da;
}

.main-wrapper__services--yellow .main-wrapper__sub-title {
  background-color: #86d2da;
}

.main-wrapper__services--yellow .main-wrapper__list-out {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

.main-wrapper__left-container {
  min-height: -moz-calc(100% - 100px);
  min-height: calc(100% - 100px);
}

.main-wrapper--b2b .main-wrapper__logo-box {
  border-bottom: 1px solid #ebedef;
  left: 0;
  padding: 0 0 0 24px;
  z-index: 2;
}

.main-wrapper--b2b .main-wrapper__left {
  border-right: 1px solid #ebedef;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  width: 300px;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.main-wrapper--b2b .main-wrapper__left-inner {
  bottom: 99px;
  top: 234px;
}

.main-wrapper--b2b .main-wrapper__right {
  background: #fff;
  left: 301px;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.main-wrapper--b2b .main-wrapper__right-inner {
  padding: 24px;
}

.main-wrapper--b2b .main-wrapper__inclusion-box,
.main-wrapper--b2b .main-wrapper__services,
.main-wrapper__sub-title--white-bg {
  background-color: #f5f6f7;
}

.main-wrapper--b2b .main-wrapper__inclusion-box,
.main-wrapper--b2b .main-wrapper__services {
  border: 1px solid #ebedef;
}

.main-wrapper--b2b .main-wrapper__inner-big {
  margin-left: 444px;
}

.main-wrapper--b2b .main-wrapper__double-list {
  margin: 0 -12px;
}

.main-wrapper--b2b .main-wrapper__double-list-item {
  padding: 0 12px;
}

.main-wrapper__b2b-info-list {
  background-color: #f5f6f7;
  /*border: 1px solid #ebedef;*/
  border: none;
  border-radius: 10px;
  max-width: 300px;
  padding: 24px;
  word-wrap: break-word;
}

.main-wrapper__b2b-info-item {
  color: #394957;
  padding-left: 40px;
}

.main-wrapper__b2b-info-item:not(:last-child) {
  margin-bottom: 18px;
}

.main-wrapper__b2b-info-item:before {
  bottom: 0;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
}

.main-wrapper__b2b-info-item--case:before {
  background-position: -436px -90px;
  height: 19px;
  width: 20px;
}

.main-wrapper__b2b-info-item--location:before {
  background-position: -454px -111px;
  height: 20px;
  width: 15px;
}

.main-wrapper__b2b-info-item--tel:before {
  background-position: -428px -156px;
  height: 20px;
  width: 20px;
}

.main-wrapper__b2b-info-item--email:before {
  background-position: -120px -188px;
  height: 15px;
  width: 20px;
}

.main-wrapper__left-top {
  background-color: #f5f6f7;
  border-bottom: 1px solid #ebedef;
  height: 117px;
  padding: 116px 24px 0;
  z-index: 1;
}

.main-wrapper__left-toggle {
  background-color: #f8f9f9;
  border-radius: 0 10px 10px 0;
  border-bottom: 1px solid #ebedef;
  border-right: 1px solid #ebedef;
  border-top: 1px solid #ebedef;
  height: 50px;
  opacity: 0;
  right: -64px;
  top: 110px;
  visibility: hidden;
  width: 63px;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: box-shadow 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: box-shadow 0.3s ease, opacity 0.3s ease, visibility 0.3s ease,
    -webkit-box-shadow 0.3s ease;
}

.main-wrapper__left-toggle:before {
  background-position: -410px -134px;
  height: 20px;
  width: 38px;
}

.main-wrapper--b2b-toggle-menu .main-wrapper__left {
  left: -301px;
}

.main-wrapper--b2b-toggle-menu .main-wrapper__right {
  left: 0;
}

.main-wrapper--b2b-toggle-menu .main-wrapper__left-toggle {
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  height: 44px;
  opacity: 1;
  visibility: visible;
  right: -20px;
}

.main-wrapper--b2b-toggle-menu .main-wrapper__left-toggle:before {
  background-position: -450px -134px;
  left: auto;
  right: 1px;
  width: 11px;
}

.main-wrapper__bottom {
  background-color: #f5f6f7;
  border-top: 1px solid #ebedef;
  bottom: 58px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 42px;
  line-height: 42px;
  left: 0;
  padding: 0 10px 0 36px;
  position: absolute;
  width: 100%;
}

.main-wrapper__bottom-export {
  color: #666e75;
  padding-right: 21px;
  text-decoration: none;
}

.main-wrapper__bottom-export:after {
  background-position: -458px -90px;
  bottom: 0;
  height: 15px;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: -4px;
  width: 15px;
}

.main-wrapper__right-content {
  border: 1px solid #ebedef;
  border-radius: 10px;
  padding: 24px;
}

.main-wrapper__right-menu {
  background-color: #ebedef;
  border-radius: 10px 10px 0 0;
  margin: -24px -24px 24px;
  overflow: hidden;
}

.main-wrapper__right-menu-item:not(:last-child) {
  margin-right: 20px;
}

.main-wrapper__right-menu-link {
  color: #2c3843;
  height: 68px;
  line-height: 68px;
  padding: 0 24px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.main-wrapper__right-menu-link:after,
.main-wrapper__right-menu-link:before {
  border-style: solid;
  bottom: 0;
  content: "";
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.main-wrapper__right-menu-link:before {
  border-color: transparent transparent #fff transparent;
  border-width: 0 0 61px 20px;
  left: -20px;
}

.main-wrapper__right-menu-link:after {
  border-color: transparent transparent transparent #fff;
  border-width: 61px 0 0 20px;
  right: -20px;
}

.main-wrapper__right-menu-link--active {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}

.main-wrapper__right-menu-link--active:after,
.main-wrapper__right-menu-link--active:before {
  opacity: 1;
}

.main-wrapper__back {
  color: #666e75;
  padding-left: 15px;
  font-family: Team-Regular;
}

.main-wrapper__back:before {
  background-position: -486px -111px;
  bottom: 0;
  height: 13px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 8px;
}

.main-wrapper__back-box {
  margin-bottom: 24px;
}

.main-wrapper__gray-line {
  background-color: #ebedef;
  border-radius: 10px;
  margin-bottom: 24px;
}

.main-wrapper__gray-cell {
  min-height: 54px;
  padding: 24px;
  width: auto;
}

.main-wrapper__gray-cell:not(:last-child) {
  border-right: 1px solid #cfd4d8;
}

.main-wrapper__gray-point,
.main-wrapper__gray-title {
  color: #2c3843;
}

.main-wrapper__gray-title {
  margin-bottom: 10px;
}

.main-wrapper__account {
  border-left: 1px solid #ebedef;
  height: 86px;
  line-height: normal;
  min-width: 235px;
}

.main-wrapper__account-info {
  cursor: pointer;
}

.main-wrapper__account-info:after {
  background-position: -486px -64px;
  bottom: 0;
  height: 6px;
  margin: auto 0;
  position: absolute;
  right: 26px;
  top: 0;
  width: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease,
    -moz-transform 0.3s ease;
}

.main-wrapper__account-info--active {
  background-color: #f8f9f9;
}

.main-wrapper__account-info--active:after {
  background-position: -486px -72px;
}

.main-wrapper__account-info-inner {
  padding: 0 50px 0 20px;
}

.main-wrapper__account-fullname {
  margin-bottom: 5px;
}

.main-wrapper__account-email,
.main-wrapper__account-fullname {
  color: #707982;
  font-family: Team-Regular !important;
}

.main-wrapper__account-list {
  background-color: #f8f9f9;
  border-bottom: 1px solid #ebedef;
  border-left: 1px solid #ebedef;
  right: 0;
  top: 87px;
  width: 100%;
}

.main-wrapper__account-item:not(:last-child) .main-wrapper__account-link:after {
  background-color: #ebedef;
  bottom: 0;
  content: "";
  height: 1px;
  left: 12px;
  position: absolute;
  right: 24px;
}

.main-wrapper__account-link {
  color: #707982;
  padding: 15px 24px 15px 46px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.main-wrapper__account-link:before {
  bottom: 0;
  height: 16px;
  left: 18px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 16px;
}

.main-wrapper__account-link--account:before {
  background-position: -410px -156px;
}

.main-wrapper__account-link--curator:before {
  background-position: -436px -111px;
}

.main-wrapper__account-link--logout:before {
  background-position: -410px -116px;
}

.main-wrapper__language-list {
  border-left: 1px solid #ebedef;
  padding: 0 6px;
}

.main-wrapper__language-item {
  margin: 0 12px;
}

.main-wrapper__language-link {
  color: #707982;
  height: 86px;
  line-height: 86px;
}

.main-wrapper__language-link.fb {
  color: #2c3843;
}

.main-wrapper__empty-content {
  padding: 120px 0;
}

.main-wrapper__empty-title {
  color: #394957;
  margin-bottom: 20px;
}

.main-wrapper__right-inner-title {
  color: #394957;
  margin-bottom: 24px;
}

.main-wrapper__right-inner-title:not(
    .main-wrapper__right-inner-title--pt-none
  ) {
  padding-top: 10px;
}

.main-wrapper__right-top-line {
  border-bottom: 1px solid #ebedef;
  margin-bottom: 24px;
}

.main-wrapper__ban-list {
  margin: 0 -12px;
  padding-bottom: 112px;
}

.main-wrapper__ban-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px 24px;
  width: 25%;
}

.main-wrapper__ban-empty {
  color: #415463;
  padding: 50px 0;
}

.main-wrapper__notification-btn {
  border-left: 1px solid #ebedef;
  height: 100%;
  width: 82px;
}

.main-wrapper__notification-btn:before {
  background-position: -323px -163px;
  height: 31px;
  left: 20px;
  right: auto;
  width: 26px;
}

.main-wrapper__notification-count {
  background-color: #f04d4d;
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  height: 30px;
  line-height: 30px;
  margin: auto;
  right: 18px;
  top: 0;
  width: 30px;
}

.main-wrapper__toggle-btn {
  background-color: #f5f6f7;
  border: 1px solid #ebedef;
  border-radius: 25px;
  font-family: Team-Regular !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #32404d;
  height: 44px;
  line-height: 42px;
  padding: 0 37px 0 16px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.main-wrapper__toggle-btn:after {
  background-position: -490px -22px;
  bottom: 0;
  height: 6px;
  margin: auto 0;
  position: absolute;
  right: 16px;
  top: 0;
  width: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease,
    -moz-transform 0.3s ease;
}

.main-wrapper__toggle-btn--active:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.main-wrapper__sort-box {
  margin-bottom: 22px;
}

.main-wrapper__sort-content {
  background-color: #f8f9f9;
  border: 1px solid #ebedef;
  border-radius: 10px;
  margin-top: 35px;
  padding: 24px 24px 0;
}

.main-wrapper__sort-content:after,
.main-wrapper__sort-content:before {
  border-style: solid;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}

.main-wrapper__sort-content:before {
  border-color: transparent transparent #ebedef transparent;
  border-width: 0 25px 25px 25px;
  left: 45px;
  top: -25px;
}

.main-wrapper__sort-content:after {
  border-color: transparent transparent #f8f9f9 transparent;
  border-width: 0 24px 24px 24px;
  left: 46px;
  top: -24px;
}

.main-wrapper__sort-form-box {
  margin: 0 48px 24px 0;
}

.main-wrapper__sort-form-label-box {
  margin-bottom: 5px;
}

.main-wrapper__sort-form-label {
  color: #666e75;
}

.main-wrapper__sort-form-field {
  background-color: #fff;
  border: 1px solid #e1e3e5;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #2c3843;
  height: 44px;
  max-width: 140px;
  padding: 0 12px;
  width: 100%;
}

.main-wrapper__sort-form-field::-webkit-input-placeholder {
  color: #bdbdbd;
}

.main-wrapper__sort-form-field:-moz-placeholder {
  color: #bdbdbd;
  opacity: 1;
}

.main-wrapper__sort-form-field::-moz-placeholder {
  color: #bdbdbd;
  opacity: 1;
}

.main-wrapper__sort-form-field:-ms-input-placeholder {
  color: #bdbdbd;
}

.main-wrapper__sort-form-field--min-w-280 {
  min-width: 280px;
}

.main-wrapper__sort-form-datepicker {
  background-color: #fff;
  border: 1px solid #e1e3e5;
  border-radius: 25px;
  height: 44px;
  width: 204px;
}

.main-wrapper__sort-form-datepicker-btn {
  background-position: -480px -37px;
  bottom: 0;
  height: 14px;
  margin: auto 0;
  position: absolute;
  right: 12px;
  top: 0;
  width: 14px;
}

.main-wrapper__sort-form-datepicker-sep {
  background-color: #2c3843;
  height: 1px;
  margin: 22px 12px 0;
  width: 10px;
}

.main-wrapper__sort-btn-box {
  padding: 20px 0 24px;
}

.main-wrapper__sort-form-box .main-wrapper__sort-form-datepicker {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0 36px 0 12px;
  width: 264px;
}

.main-wrapper__sort-form-box .main-wrapper__sort-form-datepicker-current {
  width: -moz-calc(50% - 17px);
  width: calc(50% - 17px);
}

.main-wrapper__sort-form-box
  .main-wrapper__sort-form-datepicker
  .react-datepicker__input-container
  input {
  padding: 0;
}

.main-wrapper__sort-btn-box .btn {
  height: 44px;
  line-height: 44px;
  margin-right: 55px;
  min-width: auto;
  padding: 0 40px;
}

.main-wrapper__report-item .css-bg1rzq-control {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main-wrapper__sort-form-datepicker-current .react-datepicker__input-container,
.main-wrapper__sort-form-datepicker-current
  .react-datepicker__input-container
  input {
  position: static;
}

.main-wrapper__sort-form-datepicker-current .react-datepicker__input-container {
  display: block;
}

.main-wrapper__sort-form-datepicker-current
  .react-datepicker__input-container
  input {
  border: none;
  height: 44px;
  padding: 0 36px 0 12px;
  text-align: left;
  width: 100%;
}

.main-wrapper__ban-item .form__standard-label {
  background-color: #f5f6f7;
  border: 1px solid #f5f6f7;
  border-radius: 10px;
  padding: 12px 12px 12px 57px;
}

.main-wrapper__ban-item .form__standard-label .form__standard-name {
  font-family: Team-Regular !important;
  color: #666e75;
}

.main-wrapper__ban-item .form__standard-label:before {
  left: 12px;
}

.main-wrapper__ban-item .form__standard-label:after {
  left: 14px;
}

.main-wrapper__right-top-line .btn {
  height: 44px;
  line-height: 44px;
  margin-bottom: 24px;
  padding: 0 50px;
  width: auto;
}

.main-wrapper--b2b .history-form {
  background-color: #f8f9f9;
}

.main-wrapper--b2b .main-wrapper__left .form__info-box {
  bottom: auto;
  right: 12px;
  top: 99px;
  z-index: 2;
}

.main-wrapper--b2b .main-wrapper__left .form__info-txt {
  bottom: auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  top: 28px;
  width: 275px;
}

.main-wrapper--b2b .main-wrapper__left .form__info-txt:after,
.main-wrapper--b2b .main-wrapper__left .form__info-txt:before {
  bottom: auto;
}

.main-wrapper--b2b .main-wrapper__left .form__info-txt:before {
  border-bottom: 12px solid #ebedef;
  border-top: none;
  top: -12px;
}

.main-wrapper--b2b .main-wrapper__left .form__info-txt:after {
  border-bottom: 10px solid #f8f9f9;
  border-top: none;
  top: -10px;
}

.main-wrapper__gray-cell .form__switcher {
  margin-top: 18px;
}

.main-wrapper__gray-cell .btn--block {
  margin-top: 5px;
}

.main-wrapper__left-top .tab {
  margin: 0 0 12px;
}

.main-wrapper__left-top .tab__item {
  padding: 0;
  width: 33.3333%;
}

.main-wrapper__left-top .tab__link {
  color: #666e75;
  height: 45px;
  line-height: 45px;
  font-family: Team-Regular;
}

.main-wrapper__left-top .tab__link--active {
  color: #2c3843;
  font-family: Team-Bold;
}

.main-wrapper__left-top--curator .tab__item {
  width: 50%;
}

.main-wrapper__right .table-cell {
  vertical-align: bottom;
}

.main-wrapper__third-list .list__item:last-child .list__link {
  border-radius: 0 0 10px 10px;
}

.main-wrapper__left-inner .btn--white {
  margin-bottom: 20px;
}

.main-wrapper__left-container .list {
  margin-bottom: 30px;
}

.main-wrapper__sub-title--package-yellow .list__next-btn {
  margin-left: 10px;
  position: static;
}

.main-wrapper__sub-title--link .list__next-btn {
  left: auto;
  right: 24px;
}

.main-wrapper__services--details
  .list__item:not(.list__item--group)
  .list__link {
  padding-bottom: 12px;
  padding-top: 12px;
}

.main-wrapper__services--details .list__item .list__services-first {
  padding-right: 170px;
}

.main-wrapper__services--details .list__group .list__services-first {
  min-height: 40px;
}

.main-wrapper__services--details .list__services-second {
  bottom: 12px;
  right: 80px;
  top: 12px;
}

.main-wrapper__services--details
  .list__services-second
  .list__inner-info--dark {
  margin-bottom: 12px;
}

.main-wrapper__services--details
  .list__item--group:not(.list__item--group-active) {
  background-color: #fff !important;
}

.main-wrapper__services--details .list__item--group .list__inner-info {
  margin-bottom: 0;
  padding-left: 22px;
  -webkit-transition: padding-left 0.3s ease;
  -moz-transition: padding-left 0.3s ease;
  transition: padding-left 0.3s ease;
}

.main-wrapper__services--details .list__item--group .list__services-second {
  bottom: 24px;
  top: 24px;
}

.main-wrapper__services--details .list__item--group .list__link:after {
  background-position: -150px -28px;
  bottom: 0;
  height: 9px;
  margin: auto 0;
  position: absolute;
  right: 45px;
  top: 0;
  width: 14px;
}

.main-wrapper__services--details .list__item--group-active .list__inner-info {
  color: #fff;
  padding-left: 0;
}

.main-wrapper__services--details
  .list__item--group-active
  .list__inner-info--dark {
  color: #fff;
}

.main-wrapper__services--details .list__item--group-active .list__link:after {
  background-position: -176px -37px;
}

.main-wrapper__services--details .list__item--group-active .list__circle {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}

.main-wrapper__services--info .list__services-second {
  right: 24px;
}

.main-wrapper .error-page {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2),
    0 1px 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.main-wrapper:not(.main-wrapper--account) .tab__link {
  line-height: normal;
}

.main-wrapper__services--bonus .tab {
  margin: 0;
}

.main-wrapper__services--bonus .tab__item {
  padding: 0;
}

.main-wrapper__services--bonus .tab__link {
  font-family: Montserrat-Medium, Helvetica, Arial, sans-serif;
  height: auto;
  line-height: normal;
  padding: 15px 0;
}

.main-wrapper__services--bonus .tab__link:not(.tab__link--active) {
  background-color: #ebedef;
}

.main-wrapper__services--bonus .tab:after {
  margin: 0;
}

.main-wrapper__services--bonus .list--accumulated .list__link {
  padding-bottom: 24px !important;
  padding-top: 24px !important;
}

.main-wrapper__services--bonus .list--accumulated .list__inner-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main-wrapper__services--bonus
  .list--accumulated
  .list__inner-info:first-child {
  padding-right: 10px;
}

.main-wrapper__services--bonus .list--accumulated .list__inner-info:last-child {
  padding-left: 10px;
}

.main-wrapper__report-form-box {
  margin-bottom: 48px;
}

.main-wrapper__report-form-box--mb12 {
  margin-bottom: 12px;
}

.main-wrapper__report-form-box--mb35 {
  margin-bottom: 35px;
}

.main-wrapper__report-form-box .main-wrapper__sort-form-datepicker {
  width: 168px;
}

.main-wrapper__report-label-box {
  margin-bottom: 10px;
}

.main-wrapper__report-label {
  color: #2c3843;
}

.main-wrapper__report-type {
  margin: 0 24px 24px 0;
  width: 280px;
}

.main-wrapper__report-inner {
  border-bottom: 1px solid #ebedef;
  margin-bottom: 12px;
  padding-right: 22px;
}

.main-wrapper__report-type-label {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e1e3e5;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #707982;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 64px;
  padding: 14px 14px 14px 96px;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  -moz-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.main-wrapper__report-type-label:after,
.main-wrapper__report-type-label:before {
  bottom: 0;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
}

.main-wrapper__report-type-label:before {
  background-color: #fff;
  border: 1px solid #e1e3e5;
  border-radius: 50%;
  height: 18px;
  left: 12px;
  width: 18px;
}

.main-wrapper__report-type-label:after {
  background-color: #f8f9f9;
  border-radius: 50%;
  border: 1px solid #f8f9f9;
  height: 10px;
  left: 16px;
  width: 10px;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  -moz-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.main-wrapper__report-doc-icon {
  background-image: url(https://testing.telecomarmenia.am/myaccount/img/doc-img.png?v=1);
  background-repeat: no-repeat;
  background-size: 34px auto;
  bottom: 0;
  height: 40px;
  left: 44px;
  margin: auto 0;
  top: 0;
  width: 34px;
}

.main-wrapper__report-input:checked + .main-wrapper__report-type-label {
  background-color: #ebedef;
  border-color: #ebedef;
  color: #2c3843;
}

.main-wrapper__report-input:checked + .main-wrapper__report-type-label:after {
  background-color: #02a4ff;
  border-color: #e1e3e5;
}

.main-wrapper__report-input:checked
  + .main-wrapper__report-type-label
  .main-wrapper__report-doc-icon {
  background-position: left -40px;
}

.main-wrapper__report-field-box {
  margin-right: 12px;
  width: 160px;
}

.main-wrapper__report-field {
  background-color: #fff;
  border: 1px solid #e1e3e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 25px;
  height: 44px;
  padding: 0 12px;
  width: 100%;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.main-wrapper__report-field:focus {
  border-color: #2c3843;
}

.main-wrapper__report-add-btn {
  height: 44px;
  line-height: 44px;
  margin-right: 48px;
  padding: 0;
  width: 44px;
}

.main-wrapper__report-cell {
  margin-right: 48px;
  padding-top: 10px;
}

.main-wrapper__report-cell--warn {
  color: #ff4700;
}

.main-wrapper__report-add-btn,
.main-wrapper__report-cell,
.main-wrapper__report-field-box {
  margin-bottom: 18px;
}

.main-wrapper__report-ban-item {
  margin: 0 24px 13px 0;
  min-width: 208px;
}

.main-wrapper__report-ban {
  background-color: #ebedef;
  border-radius: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ebedef;
  color: #2c3843;
  height: 44px;
  line-height: 44px;
  padding: 0 40px 0 12px;
}

.main-wrapper__report-ban--success {
  padding-left: 40px;
}

.main-wrapper__report-ban--success:before {
  background-color: #2ba87c;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 24px;
  left: 12px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 24px;
}

.main-wrapper__report-ban--success:after {
  background-position: -383px -126px;
  bottom: 0;
  height: 12px;
  left: 16px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 16px;
}

.main-wrapper__report-ban--error {
  border-color: #ff4700;
}

.main-wrapper__report-ban-error-txt {
  color: #ff4700;
  padding: 5px 12px 0;
}

.main-wrapper__report-ban-remove {
  border-radius: 22px;
  color: #2c3843;
  height: 42px;
  line-height: 42px;
  right: 0;
  top: 0;
  width: 44px;
}

.main-wrapper__report-type-wrap--standard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-wrapper__report-type-wrap--standard .main-wrapper__report-type {
  width: auto;
}

.main-wrapper__report-type-wrap--standard .main-wrapper__report-type-label {
  background-color: transparent !important;
  border: none;
  min-height: auto;
  padding: 0 0 0 30px;
}

.main-wrapper__report-type-wrap--standard
  .main-wrapper__report-type-label:before {
  left: 0;
}

.main-wrapper__report-type-wrap--standard
  .main-wrapper__report-type-label:after {
  left: 4px;
}

.main-wrapper__report-type-wrap--standard
  .main-wrapper__report-input:checked
  + .main-wrapper__report-type-label {
  color: #ff4700;
}

.main-wrapper__report-type-wrap--standard
  .main-wrapper__report-input:checked
  + .main-wrapper__report-type-label--green {
  color: #2ba87c;
}

.main-wrapper__report-form-btn-box .btn {
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  width: auto;
}

.main-wrapper__report-result {
  border-top: 1px solid #ebedef;
  margin: 48px 0 94px;
  max-width: 970px;
  padding-top: 24px;
}

.main-wrapper__report-result-top {
  margin-bottom: 24px;
}

.main-wrapper__report-result-item {
  color: #707982;
  margin-left: 24px;
}

.main-wrapper__report-result-item--left-border {
  border-left: 1px solid #ebedef;
  margin-left: 36px;
  padding-left: 24px;
}

.main-wrapper__report-result-content {
  border: 1px solid #707982;
  border-radius: 10px;
  padding: 20px;
}

.main-wrapper__report-result-table {
  min-width: 1000px;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.main-wrapper__report-result-table-box {
  padding-bottom: 20px;
}

.main-wrapper__report-result-zoom-box {
  background-color: #fff;
  border: 1px solid #e1e3e5;
  border-radius: 20px;
  right: 10px;
  top: 10px;
  width: 40px;
}

.main-wrapper__report-item:not(:last-child) {
  margin-right: 48px;
}

.main-wrapper__report-link {
  border-left: 1px solid #ebedef;
  color: #2c3843;
  height: 100%;
  padding: 0 18px 0 78px;
  max-width: 285px;
  word-wrap: break-word;
}

.main-wrapper__report-link:before {
  background-position: left -188px;
  bottom: 0;
  height: 30px;
  left: 18px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 42px;
}

.main-wrapper__gray-bg {
  background-color: #f8f9f9;
  border-bottom: 1px solid #ebedef;
  margin: 0 -24px 24px;
  padding: 24px;
}

.main-wrapper__download {
  background-color: #fff;
  border: 1px solid #e1e3e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 23px;
  color: #4e789a;
  padding: 12px 20px 12px 54px;
  text-decoration: underline;
}

.main-wrapper__download:before {
  background: url(/myaccount/img/files.png?v=32) no-repeat left top;
  bottom: 0;
  content: "";
  height: 29px;
  left: 15px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 24px;
}

.main-wrapper__sort-form-datepicker--double {
  padding: 0 36px 0 10px;
}

.main-wrapper__sort-form-datepicker--double
  .main-wrapper__sort-form-datepicker-current {
  width: -moz-calc(50% - 17px);
  width: calc(50% - 17px);
}

.main-wrapper__sort-form-datepicker--double
  .main-wrapper__sort-form-datepicker-current
  .react-datepicker__input-container
  input {
  padding: 0;
  text-align: center;
}

.main-wrapper__sort-form-datepicker-current
  .react-datepicker__input-container
  input::-webkit-input-placeholder {
  color: #bdbdbd;
}

.main-wrapper__sort-form-datepicker-current
  .react-datepicker__input-container
  input:-moz-placeholder {
  color: #bdbdbd;
  opacity: 1;
}

.main-wrapper__sort-form-datepicker-current
  .react-datepicker__input-container
  input::-moz-placeholder {
  color: #bdbdbd;
  opacity: 1;
}

.main-wrapper__sort-form-datepicker-current
  .react-datepicker__input-container
  input:-ms-input-placeholder {
  color: #bdbdbd;
}

.main-wrapper__sort-form-box .css-151xaom-placeholder {
  color: #bdbdbd;
}

.main-wrapper__left .modal--full {
  width: 596px !important;
}

.form {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 36px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}

.form--p24 {
  padding: 24px;
}

.form--bottom-radius {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.form__form-box {
  width: 100%;
  margin-bottom: 24px;
}

.form__form-box--324 {
  margin-right: 24px;
  max-width: 324px;
}

.form__form-box--280 {
  width: 280px;
}

.form__form-box--with-space {
  margin-bottom: 36px;
}

.form__standard-label {
  color: #2c3843;
  cursor: pointer;
  padding: 12px 0 12px 32px;
}

.form__standard-label:before {
  background-color: #fff;
  border: 1px solid #ebedef;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  content: "";
  height: 20px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 20px;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.form__standard-label:after {
  background-position: -410px -24px;
  bottom: 0;
  height: 12px;
  left: 2px;
  margin: auto 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 16px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.form__standard-label--big {
  padding-left: 42px;
}

.form__standard-label--big:before {
  height: 36px;
  width: 36px;
}

.form__standard-label--big:after {
  background-position: -383px -126px;
  left: 10px;
  opacity: 1;
}

.form__standard-checkbox:checked + .form__standard-label:before {
  background-color: #ffc84e;
  border-color: #ffc84e;
}

.form__standard-checkbox:checked + .form__standard-label:after {
  opacity: 1;
}

.form__standard-checkbox:checked + .form__standard-label--big:after {
  background-position: -410px -24px;
}

.form__standard-checkbox[disabled] + .form__standard-label {
  cursor: default;
  opacity: 0.4;
}

.form__standard-checkbox[disabled] + .form__standard-label:before {
  border-color: #ebedef;
}

.form__standard-name,
.form__standard-number {
  color: #666e75;
}

.form__standard-name {
  margin-bottom: 5px;
}

.form__standard-name:before {
  background-color: #ebedef;
  bottom: 12px;
  content: "";
  left: 44px;
  position: absolute;
  top: 12px;
  width: 1px;
}

.form__group {
  border-bottom: 1px solid #ebedef;
  margin-bottom: 24px;
}

.form__search-group .form__form-box--w-auto {
  margin-right: 24px;
  width: auto;
}

.form__search-group .form__label {
  color: #415463;
  margin-bottom: 0;
  padding-top: 12px;
}

.form__search-group--disabled {
  opacity: 0.4;
}

.form__action-box {
  background-color: #f8f9f9;
  border: 1px solid #ebedef;
  border-radius: 10px 0 0 0;
  bottom: 58px;
  left: 324px;
  padding: 24px;
  position: fixed;
  right: 0;
}

.form__action-box-left,
.form__action-box-right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}

.form__action-box-left {
  padding-right: 12px;
}

.form__action-box-right {
  padding-left: 12px;
}

.form__field-out--with-prefix:before {
  color: #2c3843;
  /* content: "+374"; */
  font-size: 0.8125rem;
  line-height: 44px;
  left: 10px;
  position: absolute;
  top: 0;
  text-align: right;
  width: 30px;
}

.form__field-out--with-prefix .form__field {
  padding-left: 42px;
}

.form__field-out--with-fixed-icon:after,
.form__field-out--with-internet-icon:after,
.form__field-out--with-mobile-icon:after {
  bottom: 0;
  margin: auto 0;
  top: 0;
}

.form__field-out--with-mobile-icon:after {
  background-position: -410px -64px;
  height: 24px;
  position: absolute;
  right: 26px;
  width: 16px;
}

.form__field-out--with-fixed-icon:after {
  background-position: -428px -64px;
  height: 20px;
  position: absolute;
  right: 18px;
  width: 24px;
}

.form__field-out--with-internet-icon:after {
  background-position: -454px -64px;
  height: 22px;
  position: absolute;
  right: 20px;
  width: 22px;
}

.form__field-out--with-fixed-icon .form__field,
.form__field-out--with-internet-icon .form__field,
.form__field-out--with-mobile-icon .form__field {
  padding-right: 50px;
}

.form__field {
  color: #2c3843;
  border: 1px solid #ebedef;
  border-radius: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 44px;
  height: 44px;
  padding: 0 10px;
  width: 100%;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.form__field::-webkit-input-placeholder {
  color: #bdbdbd;
}

.form__field:-moz-placeholder {
  color: #bdbdbd;
  opacity: 1;
}

.form__field::-moz-placeholder {
  color: #bdbdbd;
  opacity: 1;
}

.form__field:-ms-input-placeholder {
  color: #bdbdbd;
}

.form__field:focus {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06);
}

.form__field--right-space {
  padding-right: 36px;
}

.form__field--right-space2 {
  padding-right: 40px;
}

.form__field--btm-radius-none {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form__info {
  background-position: -132px -2px;
  bottom: 0;
  height: 16px;
  margin: auto 0;
  width: 16px;
}

.form__info-box-inline {
  margin-left: 10px;
}

.form__info-box-inline .form__info-txt {
  width: 220px;
}

.form__info-txt {
  background-color: #f8f9f9;
  border-radius: 5px;
  border: 1px solid #ebedef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 29px;
  color: #bdbdbd;
  letter-spacing: -0.07px;
  opacity: 0;
  visibility: hidden;
  padding: 12px;
  right: -10px;
  width: 324px;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.form__info-txt:after {
  bottom: -10px;
  right: 11px;
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #f8f9f9;
}

.form__info-txt:before {
  bottom: -12px;
  right: 10px;
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #ebedef;
}

.form__info-box {
  bottom: 0;
  height: 16px;
  margin: auto 0;
  right: 10px;
  top: 0;
  width: 16px;
}

.form__label--required:after {
  content: "*";
}

.form__label,
.form__sub-title {
  margin-bottom: 6px;
  color: #2c3843;
}

.form__label--gray {
  color: #9ca5ad;
}

.form__link {
  color: #4e789a;
  text-decoration: underline;
}

.form__link--with-space {
  margin-bottom: 36px;
}

.form__step-out {
  background-color: #f8f9f9;
  border-radius: 6px;
  height: 12px;
  overflow: hidden;
}

.form__step {
  background-color: #86d2da;
  height: 100%;
  width: 20%;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.form__time {
  color: #707982;
}

.form__desc-txt {
  color: #bdbdbd;
  margin-bottom: 36px;
}

.form__details-txt {
  color: #bdbdbd;
  padding: 6px 10px 0 10px;
}

.form__details-txt--big {
  color: #ff4700;
  padding-top: 10px;
}

.form__details-txt--green {
  color: #2ba87c;
}

.form__check-label {
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  height: 31px;
  width: 51px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.form__check-label:before {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  bottom: 0;
  -webkit-box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.05),
    0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.1),
    0 3px 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  height: 29px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 29px;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.form__check-label-text {
  color: #2c3843;
  cursor: pointer;
  line-height: 29px;
  padding-left: 10px;
}

.form__check-label--toggle:after {
  background-position: -385px -140px;
  bottom: 0;
  height: 15px;
  left: 7px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 12px;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.form__checkbox:checked + .form__check-label {
  background-color: #02a4ff;
  border-color: #02a4ff;
}

.form__checkbox:checked + .form__check-label:before {
  left: 19px;
}

.form__checkbox:checked + .form__check-label--toggle:after {
  background-position: -385px -157px;
  left: 28px;
}

.form__checkbox[disabled] + .form__check-label {
  opacity: 0.3;
  cursor: default;
}

.form__link-conditions {
  color: #4e789a;
  text-decoration: underline;
}

.form__checkbox-out {
  margin-right: 8px;
}

.form__link-conditions-out {
  padding-top: 5px;
}

.form__pass-point {
  background-color: #ebedef;
  border-radius: 50%;
  height: 6px;
  width: 6px;
}

.form__pass-point:not(:last-child) {
  margin-right: 4px;
}

.form__pass-type-box {
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto 0;
  height: 6px;
}

.form__pass-type-box--weak .form__pass-point:first-child {
  background-color: #ff4700;
}

.form__pass-type-box--average .form__pass-point:not(:last-child) {
  background-color: #86d2da;
}

.form__pass-type-box--strong .form__pass-point {
  background-color: #2ba87c;
}

.form__radio-label {
  cursor: pointer;
  margin: 0 15px 15px 0;
  padding-left: 30px;
}

.form__radio-label:before {
  border: 1px solid #ebedef;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.form__radio-label:after {
  background-color: #02a4ff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  height: 14px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 14px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease,
    -moz-transform 0.2s ease;
}

.form__radio:checked + .form__radio-label:before {
  border-color: #02a4ff;
}

.form__radio:checked + .form__radio-label:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.form__form-inner-big {
  width: 74%;
}

.form__form-inner-small {
  width: 22%;
}

.form__cards {
  border-bottom: 1px solid #ebedef;
  border-top: 1px solid #ebedef;
  padding: 24px;
  margin: 0 -24px;
}

.form__cards-img {
  margin-bottom: 10px;
  width: 166px;
}

.form__cards-txt {
  color: #707982;
}

.form__message {
  margin-bottom: 30px;
  padding-left: 45px;
}

.form__message:before {
  height: 35px;
  left: 0;
  position: absolute;
  top: 0;
  width: 35px;
}

.form__message-icon {
  left: 0;
  top: 0;
}

.form__message--success {
  color: #2ba87c;
}

.form__message--success:before {
  background-position: -277px -126px;
}

.form__message--error {
  color: #ff4700;
}

.form__message--error:before {
  background-position: -314px -126px;
}

.form__success-table-out {
  margin-bottom: 36px;
}

.form__success-table-row:first-child .form__success-table-cell {
  border-top: none;
}

.form__success-table-cell {
  border-top: 1px solid #ebedef;
  color: #2c3843;
  padding: 25px 10px 25px 0;
  vertical-align: middle;
}

.form__success-table-cell:first-child {
  border-right: 1px solid #ebedef;
  width: 40%;
}

.form__success-table-cell:nth-child(2) {
  padding-left: 10px;
  width: 60%;
}

.form__table-out {
  margin-bottom: 36px;
}

.form__info:hover + .form__info-txt {
  opacity: 1;
  visibility: visible;
}

.form__top-desc {
  color: #2c3843;
  line-height: 22px;
  margin-bottom: 24px;
}

.form__register-desc-txt {
  line-height: 22px;
}

.form__register-desc-txt {
  color: #666e75;
}

.form__register-desc-txt a {
  color: #4e789a;
}

.form--profile,
.form--search {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.form--search .form__field:not(.form__field--pl10) {
  padding-left: 35px;
  border-radius: 25px;
  border: none;
}

.form__search-btn {
  background-position: -450px -156px;
  bottom: 0;
  cursor: pointer;
  height: 16px;
  margin: auto 0;
  position: absolute;
  left: 12px;
  top: 0;
  width: 16px;
}

.form__search-btn[disabled] {
  background-color: transparent !important;
  opacity: 0.2 !important;
}

.form__switcher {
  cursor: pointer;
  line-height: 22px;
  padding-left: 32px;
}

.form__switcher:before {
  background-color: #fff;
  border: 1px solid #cfd4d8;
  border-radius: 5px;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  -moz-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.form__switcher:after {
  background-position: -383px -126px;
  height: 12px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 5px;
  width: 16px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.form__switcher-checkbox:checked + .form__switcher:before {
  background-color: #02a4ff;
  border-color: #02a4ff;
}

.form__switcher-checkbox:checked + .form__switcher:after {
  opacity: 1;
}

.form__action-checkbox-block {
  border-right: 1px solid #ebedef;
  margin-right: 24px;
  padding-right: 24px;
}

.form__action-count {
  background-color: #02a4ff;
  border-radius: 5px;
  color: #fff;
  height: 36px;
  line-height: 36px;
  margin-right: 5px;
  padding: 0 5px;
  min-width: 26px;
  font-family: Team-Regular !important;
}

.form__action-count-box {
  padding-top: 4px;
}

.form__action-count-title {
  color: #2c3843;
  line-height: 36px;
}

.form__edit {
  background-position: -367px -158px;
  height: 16px;
  right: 10px;
  top: 5px;
  width: 16px;
}

.form__form-dot {
  background-color: #2c3843;
  border-radius: 50%;
  height: 4px;
  margin-right: 4px;
  width: 4px;
}

.form__form-label-box {
  width: 130px;
}

.form__form-label,
.form__form-value {
  color: #2c3843;
}

.form__form-label--pt15 {
  padding-top: 15px;
}

.form__form-value--disabled {
  background-color: #ebedef;
  border-radius: 22px;
  cursor: default;
  margin-left: -12px;
  padding: 12px;
}

.form__form-right-box {
  padding-left: 150px;
}

.form--profile {
  min-width: 400px;
  padding-bottom: 100px;
}

.form--profile .form__form-box {
  margin-bottom: 33px;
}

.form--profile .form__title {
  border-bottom: 1px solid #ebedef;
  color: #394957;
  margin-bottom: 24px;
  padding: 0 36px 12px 0;
}

.form__form-box--text {
  margin-bottom: 27px;
}

.form__form-box--text .form__link-conditions-out {
  padding-top: 0;
}

.form__conditions-text {
  color: #2c3843;
  padding-top: 15px;
}

.form__date-btn {
  background-position: -441px -178px;
  height: 21px;
  right: 12px;
  width: 20px;
}

.form__date-list {
  background-color: #fff;
  border: 1px solid #ebedef;
  border-bottom-left-radius: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  max-height: 150px;
  top: 43px;
  width: 100%;
  z-index: 1;
}

.form__date-item {
  cursor: pointer;
  padding: 10px;
}

.form__date-item:not(:last-child) {
  border-bottom: 1px solid #ebedef;
}

.form__date-item--active {
  background-color: #f8f9f9;
}

.form__form-right-box .btn {
  margin-left: 20px;
  min-width: 118px;
  width: auto;
}

.form__action-box-right .btn {
  height: 44px;
  line-height: 44px;
  margin-left: 20px;
  min-width: 220px;
  width: auto;
}

.form__action-box-right .btn--yellow:not([disabled]) {
  color: #394957;
}

.form__action-box-right .btn--white {
  color: #415463;
}

.form__checkbox-last-ones:checked + .btn--with-history-icon {
  background-color: #02a4ff;
  -webkit-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.2),
    0 1px 6px 0 rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.2),
    0 1px 6px 0 rgba(0, 0, 0, 0.06);
}

.form__field-out--select-big .css-14ojxsb-control,
.form__field-out--select-big .css-1szy77t-control,
.form__field-out--select-big .css-bg1rzq-control {
  height: 44px;
  min-height: 44px !important;
}

.form__field-out--select-bigger {
  min-width: 240px;
}

.form__field-out--select-bigger .css-14ojxsb-control,
.form__field-out--select-bigger .css-1szy77t-control,
.form__field-out--select-bigger .css-bg1rzq-control {
  height: 46px;
  min-height: 46px !important;
}

.form__register-desc-txt a {
  text-decoration: underline;
}

.services {
  padding: 36px 88px 0;
}

.services__inner {
  margin: 0 -36px;
}

.services__item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 36px;
  padding: 0 36px;
  width: 25%;
}

.services__desc,
.services__title {
  color: #fff;
  letter-spacing: 1px;
}

.services__title {
  margin-bottom: 12px;
}

.services__img-out {
  padding-bottom: 24px;
}

.social__item {
  margin-right: 20px;
}

.social__icon {
  cursor: pointer;
  font-size: 0;
  height: 24px;
  width: 24px;
}

.social__icon:before {
  display: block;
  height: 24px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.social__icon--fb {
  background-position: -60px -2px;
  width: 12px;
}

.social__icon--fb:before {
  background-position: -60px -28px;
}

.social__icon--in {
  background-position: -2px -2px;
}

.social__icon--in:before {
  background-position: -2px -28px;
}

.social__icon--ok {
  background-position: -28px -2px;
}

.social__icon--ok:before {
  background-position: -28px -28px;
}

.social__icon--youtube {
  background-position: -106px -4px;
  margin-top: 4px;
}

.social__icon--youtube:before {
  background-position: -106px -30px;
}

.social__icon--twitter {
  background-position: -80px -2px;
}

.social__icon--twitter:before {
  background-position: -80px -28px;
}

.social__icon:not(:last-child) {
  margin-right: 20px;
}

.social + .main-wrapper__bottom-txt {
  letter-spacing: 1px;
  padding-top: 5px;
}

.modal-open {
  overflow: hidden;
}

.fade {
  opacity: 0;
  transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear 0s;
  -moz-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  -ms-transition: opacity 0.3s linear 0s;
  -khtml-transition: opacity 0.3s linear 0s;
}

.fade.show {
  opacity: 1;
}

.modal {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  outline: 0;
  right: 0;
  position: fixed;
  top: 0;
  width: 596px;
  z-index: 1050;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out 0s;
  transition: -webkit-transform 0.3s ease-out 0s;
  -moz-transition: transform 0.3s ease-out 0s, -moz-transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s,
    -moz-transform 0.3s ease-out 0s;
  -webkit-transition: transform 0.3s ease-out 0s;
  -moz-transition: transform 0.3s ease-out 0s;
  -o-transition: transform 0.3s ease-out 0s;
  -ms-transition: transform 0.3s ease-out 0s;
  -khtml-transition: transform 0.3s ease-out 0s;
  -webkit-transform: translate(0, -15%);
  -moz-transform: translate(0, -15%);
  transform: translate(0, -15%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal.show .modal-dialog .modal__img {
  opacity: 1;
}

.modal--full {
  width: auto !important;
}

.modal--full .table-cell {
  vertical-align: middle;
}

.modal--bottom-none-space .btn--with-space {
  margin-bottom: 0;
}

.modal__action-text {
  cursor: pointer;
  text-decoration: underline;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-backdrop {
  background-color: rgba(44, 56, 67, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}

.modal__content {
  height: 100%;
}

.modal__content .table-cell {
  padding: 20px;
}

.modal__inner {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 400px;
  margin: 0 auto;
  padding: 35px;
}

.modal__title {
  border-bottom: 1px solid #ebedef;
  margin-bottom: 25px;
  padding-bottom: 20px;
  word-wrap: break-word;
}

.modal__description {
  line-height: 20px;
  margin-bottom: 36px;
}

.modal__field-box {
  margin-bottom: 22px;
}

.modal__label {
  color: #707982;
  margin-bottom: 10px;
  padding: 0 10px;
}

.modal__label--required:after {
  content: "*";
  font-size: 0.938rem;
}

.modal__input {
  background-color: #fff;
  border: 1px solid #ebedef;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 42px;
  padding: 0 10px;
  width: 100%;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.modal__input:focus {
  border-color: #cdced0;
}

.modal__input--contact-number,
.modal__input--number {
  padding-left: 18px;
}

.modal .number-box .modal__input {
  padding-left: 21px;
}

.modal .number-box:after {
  font-size: 0.875rem;
  height: 19px;
  left: 11px;
  width: 10px;
}

.modal__radio-label {
  cursor: pointer;
  padding: 4px 0 5px 30px;
}

.modal__radio-label:before {
  background-color: #fff;
  border: 1px solid #ebedef;
  border-radius: 25px;
  content: "";
  height: 22px;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.modal__radio-label:after {
  background-color: #ffd54e;
  border: 1px solid #f4bf4a;
  border-radius: 20px;
  content: "";
  height: 14px;
  left: 4px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  position: absolute;
  top: 4px;
  width: 14px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease,
    -moz-transform 0.2s ease;
}

.modal__radio-label:not(:last-child) {
  margin-right: 55px;
}

.modal__checkbox-input:checked + .modal__checkbox-label:before,
.modal__radio-input:checked + .modal__radio-label:before {
  border-color: #ebedef;
}

.modal__checkbox-input:checked + .modal__checkbox-label:after,
.modal__radio-input:checked + .modal__radio-label:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.modal__checkbox-label {
  cursor: pointer;
  padding: 2px 0 20px 30px;
}

.modal__checkbox-label:before {
  border: 1px solid #ebedef;
  border-radius: 4px;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.modal__checkbox-label:after {
  background-position: -155px -84px;
  height: 9px;
  left: 5px;
  position: absolute;
  top: 7px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  width: 12px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease,
    -moz-transform 0.2s ease;
}

.modal__close {
  background-color: transparent;
  background-position: -168px -306px;
  border: none;
  cursor: pointer;
  height: 12px;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 12px;
  -webkit-transition: opacity 0.3s ease 150ms, -webkit-transform 0.2s ease;
  transition: opacity 0.3s ease 150ms, -webkit-transform 0.2s ease;
  -moz-transition: opacity 0.3s ease 150ms, transform 0.2s ease,
    -moz-transform 0.2s ease;
  transition: opacity 0.3s ease 150ms, transform 0.2s ease;
  transition: opacity 0.3s ease 150ms, transform 0.2s ease,
    -webkit-transform 0.2s ease, -moz-transform 0.2s ease;
  z-index: 1;
}

.modal__field-link {
  color: #4e789a;
  text-decoration: underline;
}

.modal .form-error input {
  border-color: red;
}

.modal .form-error-text {
  padding-top: 3px;
}

.app-box {
  background-color: #2c3843;
}

.app-box__close-btn {
  background-position: -174px -2px;
  bottom: 0;
  height: 12px;
  left: 15px;
  margin: auto 0;
  right: 0;
  top: 0;
  width: 12px;
}

.app-box__link {
  margin-left: 40px;
  padding: 15px 60px 15px 0;
}

.app-box__rate-item {
  height: 10px;
  width: 10px;
}

.app-box__rate-item:not(:last-child) {
  margin-right: 4px;
}

.app-box__rate-item--yellow {
  background-position: -150px -2px;
  width: 0;
}

.app-box__rate-item--gray {
  background-position: -162px -2px;
}

.app-box__title {
  margin-bottom: 8px;
}

.app-box__btn-out {
  height: 100%;
  width: 48px;
}

.app-box__img-out {
  width: 68px;
}

.app-box__txt {
  bottom: 0;
  height: 20px;
  margin: auto 0;
  position: absolute;
  right: 15px;
  top: 0;
}

.app-box__right-content {
  padding-left: 78px;
}

.app-box__rate {
  margin-right: 5px;
}

.accordion__link {
  border-bottom: 1px solid #ebedef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #707982;
  height: 87px;
  padding: 0 45px 0 60px;
  width: 100%;
}

.accordion__link:before {
  background-position: -188px -2px;
  bottom: 0;
  height: 24px;
  left: 24px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 24px;
}

.accordion__link:after {
  background-position: -150px -28px;
  bottom: 0;
  content: "";
  height: 8px;
  margin: auto 0;
  position: absolute;
  right: 24px;
  top: 0;
  width: 14px;
}

.accordion__link--active:after {
  background-position: -180px -28px;
}

.accordion__content {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  max-height: 500px;
  padding: 0 24px 24px;
  position: relative;
  z-index: 1;
}

.list {
  margin: 0 -24px;
}

.list__item--title {
  background-color: #f8f9f9;
  padding: 12px 24px;
}

.list__item:not(:last-child) {
  border-bottom: 1px solid #ebedef;
}

.list__item--group {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.list__link {
  color: #666e75;
  padding: 12px 46px 12px 24px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.list__link:after {
  background-position: -150px -14px;
  bottom: 0;
  height: 14px;
  margin: auto 0;
  position: absolute;
  right: 24px;
  width: 8px;
  top: 0;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.list__submenu_hide {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.list__submenu_show {
  transition: max-height 0.3s ease-out;
  max-height: 200px;
}

.list__link--submenu:after {
  transform: rotate(90deg);
  cursor: pointer;
}

.list__link--active {
  background-color: #f5f6f7;
}

.list__link--active:before {
  background-color: #86d2da;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 12px;
}

.list__link--active:after {
  background-position: -160px -14px;
}

.list__link--highlighted {
  color: #2c3843;
}

.list__link--space-24 {
  padding: 24px;
}

.list__price {
  color: #2c3843;
}

.list__img {
  bottom: 0;
  margin: auto 0;
  max-width: 36px;
  position: absolute;
  top: 0;
}

.list__title {
  color: #666e75;
  padding: 10px 24px 10px 72px;
}

.list__icon-box {
  bottom: 0;
  height: 48px;
  margin: auto 0;
  right: 28px;
  top: 0;
}

.list__agree-btn,
.list__arrow-btn,
.list__cancel-btn,
.list__delete-btn,
.list__edit-btn,
.list__ok-btn {
  margin-top: 16px;
}

.list__edit-btn {
  background-position: -133px -20px;
  height: 14px;
  width: 14px;
}

.list__delete-btn {
  background-position: -322px -24px;
  height: 20px;
  width: 20px;
}

.list__agree-btn {
  background-position: -410px -24px;
  height: 12px;
  width: 16px;
}

.list__agree-btn[disabled] {
  background-color: transparent !important;
  opacity: 1 !important;
}

.list__arrow-btn {
  background-position: -150px -14px;
  height: 13px;
  width: 8px;
}

.list__arrow-btn[disabled] {
  background-color: transparent !important;
  opacity: 1 !important;
}

.list__ok-btn {
  background-position: -462px -36px;
  height: 12px;
  width: 16px;
}

.list__cancel-btn {
  background-position: -462px -22px;
  height: 12px;
  width: 12px;
}

.list__btn-out {
  height: 100%;
}

.list__btn-out:not(:last-child) {
  border-right: 1px solid #ebedef;
  margin-right: 16px;
  padding-right: 16px;
}

.list__progress-out {
  background-color: #ebedef;
  border-radius: 6px;
  height: 6px;
  margin-bottom: 12px;
  width: 100%;
}

.list__progress-inner {
  background-color: #86d2da;
  border-radius: 6px;
  height: 100%;
  width: 0;
}

.list__progress-inner--low {
  background-color: #ff6b35;
}

.list__inner {
  padding-left: 70px;
}

.list__inclusion-inner {
  margin-bottom: 8px;
}

.list__inner-info {
  width: 50%;
}

.list__inner-info--dark {
  color: #2c3843;
}

.list--inner {
  margin-bottom: 24px;
}

.list--inner .list__item {
  border-bottom: 1px solid #ebedef;
}

.list--inner .list__link {
  padding-right: 100px;
}

.list--inner .list__link--active .main-wrapper__info-box-title,
.list--inner .list__link--active .main-wrapper__info-list-item {
  color: #2c3843;
}

.list--inner .list__link--active .list__icon-box .list__edit-btn {
  background-position: -133px -37px;
}

.list--inner .list__link--active .list__icon-box .list__delete-btn {
  background-position: -322px -2px;
}

.list__services-first {
  padding-right: 150px;
}

.list__services-first .list__inner-info {
  width: auto;
}

.list__services-first .list__inner-info--dark {
  margin-bottom: 12px;
}

.list__services-second {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
}

.list__next-btn {
  background-position: -278px -4px;
  bottom: 0;
  height: 16px;
  left: 75px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.list__export-btn {
  background-color: #86d2da;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #2c3843;
  padding: 24px 54px 24px 24px;
  width: 100%;
}

.list__export-btn--gray {
  background-color: #f8f9f9;
  padding: 12px 24px;
}

.list__export-btn .list__next-btn {
  left: auto;
  right: 24px;
}

.list__export-btn--gray .list__next-btn {
  margin: 2px 0 0 10px;
  position: static;
}

.list--double .list__link {
  padding: 24px;
}

.list--inclusions .list__title {
  margin-bottom: 12px;
  padding: 0 !important;
}

.list--double .list__item:last-child .list__link,
.list--inclusions .list__item:last-child .list__link {
  border-radius: 0 0 10px 10px;
}

.list--inclusions .list__link {
  padding: 24px;
}

.list--export .list__link {
  padding-bottom: 30px;
  padding-top: 30px;
}

.list--services {
  margin: 0;
}

.list--big .list__services-first {
  padding-right: 95px;
}

.list--big .list__services-second {
  width: 85px;
}

.list--big .list__next-btn {
  margin-left: 10px;
  left: inherit;
  right: 0;
}

.list--big a.list__inner-info {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  text-decoration: underline;
  vertical-align: top;
}

.list--numbers {
  margin: 0;
}

.list--attached .list__item:last-child,
.list--numbers .list__item:last-child {
  border-bottom: none;
}

.list--numbers .list__link {
  padding: 18px 25px 18px 0;
}

.list--numbers .list__icon-box {
  right: 0;
}

.list--number-tools .list__link {
  padding: 20px 180px 20px 24px;
}

.list--number-tools .list__icon-box {
  color: #707982;
  right: 24px;
}

.list--number-tools .list__btn-out:not(:last-child) {
  margin-right: 24px;
  padding-right: 24px;
}

.list--number-tools .list__item--short .list__link {
  padding-right: 136px;
}

.list--number-tools .list__item--short .list__icon-box {
  min-width: 85px;
}

.list--numbers .list__item--short .list__link {
  padding-right: 85px;
}

.list--cards .list__link {
  padding-right: 115px;
}

.list--cards .list__delete-btn {
  background-position: -322px -24px !important;
}

.list--attached {
  background-color: #f8f9f9;
  border-top: 1px solid #ebedef;
  border-radius: 0 0 10px 10px;
}

.list--attached .list__link {
  padding-left: 36px;
}

.list--attached .list__icon-box {
  right: 36px;
}

.list--notifications .list__link {
  padding: 30px 90px 30px 24px;
}

.list--notifications .list__services-second {
  right: 24px;
  width: 51px;
}

.list--inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list--inline .list__item {
  border-bottom: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 36px;
  padding: 35px 42px 0;
  width: 25%;
}

.list--inline .list__item:not(:first-child):before {
  background-color: #ebedef;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 35px;
  width: 1px;
}

.list--inline .list__link {
  padding: 0;
}

.list--inline .list__inner-title {
  margin-bottom: 25px;
}

.list--inline .list__inner-img {
  max-width: 36px;
  margin: 0 7px;
}

.list--inline .list__inner-info-title {
  color: #2c3843;
  margin: 0 7px;
  padding-top: 5px;
  word-break: break-all;
}

.list__circle {
  border-radius: 50%;
  left: 24px;
  height: 16px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  right: auto;
  width: 16px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease,
    -moz-transform 0.3s ease;
}

.list--card-numbers .list__link:after {
  background-position: -410px -24px;
  height: 12px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  width: 16px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease,
    -moz-transform 0.3s ease;
}

.list--card-numbers .list__link--highlighted:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.list--b2b .list__item:last-child {
  border-bottom: 1px solid #ebedef;
}

.list--b2b .list__link {
  padding-right: 48px;
  word-wrap: break-word;
}

.list--b2b .list__link:after {
  background-position: -478px -64px;
  height: 10px;
  width: 6px;
}

.list--b2b .list__link--active:after {
  background-position: -478px -76px;
}

.list--b2b .list__link--active .list__description,
.list--b2b .list__link--active .list__title {
  color: #2c3843;
}

.list--b2b .list__title {
  padding: 0 0 5px;
}

.list--b2b .list__description {
  color: #7b848e;
}

.list--b2b .list__link-inner {
  border-top: 1px solid #ebedef;
  margin-top: 12px;
  padding-top: 12px;
}

.list--b2b .list__link-inner:before {
  background-color: #ebedef;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 12px;
  width: 1px;
}

.list--b2b .list__link-inner-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}

.list--b2b .list__link-inner-item:first-child {
  padding-right: 12px;
}

.list--b2b .list__link-inner-item:last-child {
  padding-left: 12px;
}

.list--b2b .list__link-inner-title {
  color: #32404d;
  margin-bottom: 5px;
}

.list--b2b .list__link-inner-number {
  color: #2c3843;
}

.list__app-title {
  margin-bottom: 10px;
}

.list__app-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: -10px;
}

.list__app-item {
  margin: 0 20px 10px 0;
}

.list--add .list__link {
  color: #2c3843;
  padding: 23px 50px 23px 56px;
}

.list--add .list__link:before {
  background-position: -409px -2px;
  height: 18px;
  left: 20px;
  right: auto;
  width: 20px;
}

.list--double .form__check-label {
  bottom: 0;
  left: 0;
  margin: auto 0;
  top: 0;
}

.list--number-tools .main-wrapper__info-list,
.list--numbers .main-wrapper__info-list {
  margin-bottom: 0;
}

.list--cards .main-wrapper__info-box-title,
.list--periodic-payments .main-wrapper__info-list-item {
  color: #2c3843;
}

.list--periodic-payments .list__delete-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.list--periodic-payments .list__link {
  padding-right: 70px;
}

.list--cards .main-wrapper__info-list-item,
.list__item--short .form__field {
  color: #707982;
}

.progress-list__item {
  padding: 0 15px 24px;
  width: 158px;
}

.progress-list__item--full {
  width: auto;
}

.progress-list__circle {
  height: 158px;
  line-height: 158px;
  margin-bottom: 24px;
}

.progress-list__circle:before {
  border: 22px solid #f8f9f9;
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.progress-list__circle:after {
  border: 7px solid #ebedef;
  border-radius: 50%;
  bottom: 7px;
  content: "";
  left: 7px;
  position: absolute;
  right: 7px;
  top: 7px;
}

.progress-list__price {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.filter-form__box {
  padding: 0 24px;
}

.filter-form__box:not(:last-child) {
  border-right: 1px solid #ebedef;
}

.filter-form__label-box {
  margin-bottom: 12px;
}

.filter-form__label {
  color: #2c3843;
}

.filter-form__label--btn {
  background-color: #f8f9f9;
  border-radius: 25px;
  color: #707982;
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.filter-form__label--btn:not(:last-child) {
  margin-right: 20px;
}

.filter-form__radio:checked + .filter-form__label--btn {
  background-color: #f04d4d;
  color: #fff;
  font-family: "Team-Bold";
}

.filter-form__select-box {
  width: 404px;
}

.filter__table {
  border-collapse: separate;
  border: 1px solid #ebedef;
  border-radius: 10px;
  width: 100%;
}

.filter__table td,
.filter__table th {
  color: #666e75;
  padding: 15px 24px;
  text-align: left;
}

.filter__table th {
  background-color: #f5f6f7;
  border-bottom: 1px solid #ebedef;
}

.filter__table th:first-child {
  border-top-left-radius: 10px;
}

.filter__table th:last-child {
  border-top-right-radius: 10px;
}

.filter__table th:not(:last-child) {
  border-right: 1px solid #ebedef;
}

.filter__table td {
  padding-bottom: 24px;
  padding-top: 24px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.filter__table td:not(:last-child) {
  border-right: 1px solid #ebedef;
}

.filter__table tr {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.filter__table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.filter__table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.filter__table tr:not(:last-child) td {
  border-bottom: 1px solid #ebedef;
}

.filter__table--valign-middle td {
  vertical-align: middle;
}

.filter__more {
  padding-right: 18px;
}

.filter__more:after {
  background-position: -478px -64px;
  bottom: 0;
  height: 10px;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
}

.filter__link {
  color: #4e789a !important;
  text-decoration: underline;
}

.filter__edit-btn {
  background-position: -367px -158px;
  height: 16px;
  width: 16px;
}

.filter__remove-btn {
  background-position: -351px -158px;
  height: 18px;
  width: 14px;
}

.filter__first-cell {
  width: 50px;
}

.filter__cell-20 {
  width: 20px;
}

.filter__btn {
  height: 44px;
  line-height: 40px;
  margin-left: 24px;
  width: auto;
}

.filter__order {
  cursor: pointer;
}

.filter__order:after {
  background-position: -311px -163px;
  display: inline-block;
  height: 18px;
  vertical-align: middle;
  margin: -1px 0 0 10px;
  width: 10px;
}

.filter__order--asc:after {
  background-position: -299px -163px;
}

.filter__order--desc:after {
  background-position: -287px -163px;
}

.filter__ctn {
  margin-bottom: 10px;
}

.filter__ctn-more {
  color: #4e789a;
}

.filter__attached {
  background-position: -403px -174px;
  height: 22px;
  width: 22px;
}

.filter__empty-line {
  background-color: #2c3843;
  height: 1px;
  width: 20px;
}

.filter__row-active .filter__circle:before {
  background-color: #01425f;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 10px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  width: 10px;
}

.filter__row-active {
  background-color: rgba(248, 249, 249, 0.4);
}

.filter__row-active .filter__ctn,
.filter__row-active .filter__ctn-more,
.filter__row-active .filter__more,
.filter__row-active td {
  font-family: Montserrat-Bold, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.filter__row-active .filter__ctn-more:not(.filter__ctn-more),
.filter__row-active .filter__ctn:not(.filter__ctn-more),
.filter__row-active .filter__more:not(.filter__ctn-more),
.filter__row-active td:not(.filter__ctn-more) {
  color: #2c3843;
}

.filter__paging {
  padding-top: 40px;
}

.filter__paging-btn,
.filter__paging-item:not(.filter__paging-item--btn-box) {
  border: 1px solid #ebedef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  color: #707982;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.filter__paging-btn[disabled] {
  background-color: #fff !important;
  border-color: #ebedef !important;
  opacity: 0.4 !important;
}

.filter__paging-item--active {
  background-color: #ebedef;
  cursor: default !important;
}

.filter__paging-item--btn-box:not(:last-child) .filter__paging-btn,
.filter__paging-item:not(.filter__paging-item--btn-box) {
  border-right: none;
}

.filter__paging-counts,
.filter__paging-go-to,
.filter__paging-select-box {
  color: #707982;
  line-height: 40px;
  margin-left: 20px;
}

.filter__paging-counts:before,
.filter__paging-go-to:before,
.filter__paging-select-box:before {
  background-color: #707982;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 20px;
  vertical-align: middle;
  width: 1px;
}

.filter__paging-field {
  border: 1px solid #ebedef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #707982;
  height: 40px;
  margin-left: 10px;
  padding: 0 5px;
  width: 40px;
}

.filter__paging-field:focus {
  border-color: #2c3843;
  color: #2c3843;
}

.filter__paging-select-box {
  line-height: normal;
  padding-left: 20px;
  width: 150px;
}

.filter__paging-select-box:before {
  bottom: 0;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
}

.filter .form {
  width: 220px;
}

.filter .main-wrapper__bottom-export {
  margin: 13px 0 24px;
  color: #666e75;
  font-family: "Team-Bold";
}

.filter a,
.filter button {
  color: #666e75;
}

.notification-container-top-center {
  position: fixed;
  z-index: 8000;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 20px;
  left: 50%;
}

.notification-container-bottom-center {
  position: fixed;
  z-index: 8000;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: -20px;
  bottom: 20px;
  left: 50%;
}

.notification-container-top-left {
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 8000;
}

.notification-container-top-right {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 8000;
}

.notification-container-bottom-left {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 8000;
  margin-bottom: -20px;
}

.notification-container-bottom-right {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 8000;
  margin-bottom: -20px;
}

.notification-container-mobile-top {
  z-index: 8000;
  position: fixed;
  right: 20px;
  left: 20px;
  top: 20px;
}

.notification-container-mobile-bottom {
  z-index: 8000;
  position: fixed;
  right: 20px;
  left: 20px;
  bottom: 5px;
}

.notification-default {
  background-color: #007bff;
  border-left: 8px solid #0056b3;
}

.notification-success {
  background-color: #28a745;
  border-left: 8px solid #19692c;
}

.notification-danger {
  background-color: #dc3545;
  border-left: 8px solid #a71d2a;
}

.notification-info {
  background-color: #17a2b8;
  border-left: 8px solid #0f6674;
}

.notification-warning {
  background-color: #eab000;
  border-left: 8px solid #9e7600;
}

.notification-awesome {
  background-color: #685dc3;
  border-left: 8px solid #44399a;
}

.notification-close span,
.notification-message,
.notification-title {
  color: #fff;
}

.notification-item,
.notification-item-root,
.notification-message,
.notification-title {
  font-family: Arial, Helvetica, sans-serif;
}

.notification-close {
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 0;
}

.nc-center {
  top: 50%;
  left: 50%;
  position: fixed;
  z-index: 8000;
  pointer-events: all;
}

.nc-box {
  left: -50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.notification-container-mobile-bottom .notification-item,
.notification-container-mobile-bottom .notification-item-root,
.notification-container-mobile-top .notification-item,
.notification-container-mobile-top .notification-item-root {
  max-width: 100%;
  width: 100%;
}

.notification-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 4px;
  cursor: pointer;
  -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
}

.notification-container-bottom-right .notification-item-root,
.notification-container-top-right .notification-item-root {
  margin-left: auto;
}

.notification-container-bottom-left .notification-item-root,
.notification-container-top-left .notification-item-root {
  margin-right: auto;
}

.notification-container-mobile-bottom .notification-item-root,
.notification-container-mobile-top .notification-item-root {
  margin-left: auto;
  margin-right: auto;
}

.notification-item-root {
  width: 275px;
  margin-bottom: 15px;
}

.notification-title {
  font-weight: 700;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.notification-message {
  max-width: -moz-calc(100% - 15px);
  max-width: calc(100% - 15px);
  font-size: 14px;
  line-height: 150%;
  word-wrap: break-word;
  margin-bottom: 0;
  margin-top: 0;
}

.notification-invisible {
  visibility: hidden;
  max-width: 375px;
}

.notification-visible {
  visibility: visible;
}

.notification-content {
  padding: 8px 15px;
  display: inline-block;
  width: 100%;
}

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-name: fadeIn;
}

.css-bg1rzq-control {
  background-color: #fff;
  border: 1px solid #ebedef !important;
  border-radius: 25px !important;
  cursor: pointer !important;
  height: 36px;
  min-height: 36px !important;
}

.css-151xaom-placeholder,
.css-dvua67-singleValue,
.select-flag-option {
  color: #2c3843;
  font-size: 0.813rem;
}

.css-1g6gooi input[type="text"],
.css-1gl4k7y {
  color: #2c3843 !important;
  font-size: 0.813rem !important;
}

.css-16pqwjk-indicatorContainer,
.css-1thkkgx-indicatorContainer {
  padding: 0 8px !important;
}

.css-14ojxsb-control,
.css-1szy77t-control {
  border-radius: 25px !important;
  min-height: 36px !important;
}

.css-1szy77t-control {
  border: 1px solid #ebedef !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.css-3esr4u-a11yText
  + .css-1szy77t-control
  .select-flag-title
  img
  ~ .css-1g6gooi
  input[type="text"] {
  padding-left: 30px !important;
}

.css-kj6f9i-menu {
  z-index: 2 !important;
}

.select-flag-option img,
.select-flag-title img {
  border-radius: 10px;
  bottom: 0;
  height: 25px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
}

.select-flag-title img + .css-dvua67-singleValue {
  padding-left: 30px;
}

.select-flag-option {
  cursor: pointer;
  padding: 10px 8px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.select-flag-option--active {
  background-color: #96d1db;
}

.select-flag-option--focused {
  background-color: #96d1db;
}

.select-flag-option:not(:last-child) {
  border-bottom: 1px solid #ebedef;
}

.select-flag-option img {
  left: 5px;
}

.select-flag-option img + .select-flag-option__label {
  padding-left: 30px;
}

.history-form {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 24px;
}

.history-form__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -44px;
}

.history-form__item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 44px;
  width: 18%;
}

.history-form__item:not(:last-child) {
  border-right: 1px solid #ebedef;
}

.history-form__item:nth-child(1) {
  width: 24%;
}

.history-form__item:nth-child(2) {
  width: 40%;
}

.history-form__item--top-space {
  padding-top: 29px;
}

.history-form__label-box {
  margin-bottom: 10px;
}

.history-form__label {
  color: #2c3843;
}

.history-form__pickers {
  margin: 10px -5px 0;
}

.history-form__pickers-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  width: 50%;
}

.history-form__pickers-item:after {
  background-position: -453px -2px;
  bottom: 0;
  height: 18px;
  margin: auto 0;
  position: absolute;
  right: 15px;
  top: 0;
  width: 18px;
}

.history-form__checkbox:not(:checked) + .history-form__tag {
  background-color: #fff !important;
}

.history-form__checkbox:checked + .history-form__tag {
  -webkit-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.2),
    0 1px 6px 0 rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.2),
    0 1px 6px 0 rgba(0, 0, 0, 0.06);
  color: #fff;
  padding: 0 18px;
}

.history-form__checkbox:checked + .history-form__tag .history-form__tag-circle {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}

.history-form__tag {
  border: 1px solid #ebedef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 25px;
  color: #2c3843;
  cursor: pointer;
  height: 44px;
  line-height: 42px;
  margin: 0 18px 12px 0;
  padding: 0 6px 0 30px;
  -webkit-transition: padding 0.3s ease, background-color 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  transition: padding 0.3s ease, background-color 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  -moz-transition: padding 0.3s ease, background-color 0.3s ease,
    box-shadow 0.3s ease;
  transition: padding 0.3s ease, background-color 0.3s ease,
    box-shadow 0.3s ease;
  transition: padding 0.3s ease, background-color 0.3s ease,
    box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.history-form__tag-circle {
  border-radius: 50%;
  left: 7px;
  height: 16px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  right: auto;
  width: 16px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease,
    -moz-transform 0.3s ease;
}

.history-form__switcher {
  background-color: #fff !important;
  border: 1px solid #ebedef;
  cursor: pointer;
  padding: 0 12px 0 40px;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  -moz-transition: border-color 0.3s ease, box-shadow 0.3s ease,
    background-color 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease,
    background-color 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease,
    background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.history-form__switcher:before {
  background-position: -431px -2px;
  bottom: 0;
  height: 20px;
  left: 12px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.history-form__switcher-checkbox:checked + .history-form__switcher {
  background-color: #02a4ff !important;
  border-color: #02a4ff;
  -webkit-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.2),
    0 1px 6px 0 rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.2),
    0 1px 6px 0 rgba(0, 0, 0, 0.06);
}

.history-form .btn {
  height: 44px;
  line-height: 44px;
}

.history-form .btn--white {
  line-height: 40px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle::before,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow::before,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow::before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before,
.react-datepicker__year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle::before,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow::before,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before,
.react-datepicker__year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem;
}

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__year-dropdown-container--select {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker-time__header,
.react-datepicker-year-header,
.react-datepicker__current-month {
  margin-top: 0;
  color: #000;
  font-weight: 700;
  font-size: 0.944rem;
}

.react-datepicker-year-header {
  padding-bottom: 8px;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  background: 0 0;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled,
.react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(
    .react-datepicker__navigation--next--with-today-button
  ) {
  right: 80px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled,
.react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
  min-width: 240px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__month .react-datepicker__month-text {
  display: inline-block;
  margin: 2px;
  padding: 4px 0;
  width: 64px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}

.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

.react-datepicker__input-time-container
  .react-datepicker-time__input-container {
  display: inline-block;
}

.react-datepicker__input-time-container
  .react-datepicker-time__input-container
  .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}

.react-datepicker__input-time-container
  .react-datepicker-time__input-container
  .react-datepicker-time__input
  input {
  width: 85px;
}

.react-datepicker__input-time-container
  .react-datepicker-time__input-container
  .react-datepicker-time__input
  input[type="time"]::-webkit-inner-spin-button,
.react-datepicker__input-time-container
  .react-datepicker-time__input-container
  .react-datepicker-time__input
  input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.react-datepicker__input-time-container
  .react-datepicker-time__input-container
  .react-datepicker-time__input
  input[type="time"] {
  -moz-appearance: textfield;
}

.react-datepicker__input-time-container
  .react-datepicker-time__input-container
  .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: #fff;
}

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: -moz-calc(195px + (1.7rem / 2));
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
}

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: #fff;
  font-weight: 700;
}

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day,
.react-datepicker__day-name,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__month--in-range,
.react-datepicker__month--in-selecting-range,
.react-datepicker__month--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__month--in-range:hover,
.react-datepicker__month--in-selecting-range:hover,
.react-datepicker__month--selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__month--disabled {
  color: #ccc;
  pointer-events: none;
}

.react-datepicker__month--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text {
  cursor: pointer;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today,
.react-datepicker__month-text--today {
  font-weight: 700;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1 {
  color: #ff00ff;
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--in-range,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--selected,
.react-datepicker__month-text--in-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--in-range:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--selected:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range,
.react-datepicker__month--selecting-range
  .react-datepicker__month-text--in-range {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--in-range:hover,
.react-datepicker__month-text.react-datepicker__month--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__month-text:hover {
  background-color: #f0f0f0;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
}

.react-datepicker__input-container input {
  background-color: transparent;
  border: 1px solid #ebedef;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #2c3843;
  font-size: 0.875rem;
  height: 36px;
  padding: 0 35px 0 10px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view,
.react-datepicker__year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover,
.react-datepicker__year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__month-read-view:hover
  .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover
  .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover
  .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover
  .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover
  .react-datepicker__month-read-view--down-arrow,
.react-datepicker__year-read-view:hover
  .react-datepicker__year-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown,
.react-datepicker__year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover,
.react-datepicker__year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable,
.react-datepicker__year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__month-option,
.react-datepicker__month-year-option,
.react-datepicker__year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type,
.react-datepicker__year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type,
.react-datepicker__year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover,
.react-datepicker__year-option:hover {
  background-color: #ccc;
}

.react-datepicker__month-option:hover
  .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover
  .react-datepicker__navigation--years-upcoming,
.react-datepicker__year-option:hover
  .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-option:hover
  .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover
  .react-datepicker__navigation--years-previous,
.react-datepicker__year-option:hover
  .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected,
.react-datepicker__year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  vertical-align: middle;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 25%;
  right: 7px;
}

.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  content: "\00d7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 0;
  text-align: center;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker-time__header,
.react-datepicker__portal .react-datepicker__current-month {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled,
.react-datepicker__portal
  .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled,
.react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.lt-widget-wrap .lt-i-label-phone .lt-i-label__hint {
  font-size: 0 !important;
}

.lt-widget-wrap .lt-i-label-phone .lt-i-label__hint:after {
  font-size: 15px;
}

.lt-widget-wrap .lt-i-label-custom .lt-i-label__hint {
  font-size: 0 !important;
}

.lt-widget-wrap .lt-i-label-custom .lt-i-label__hint:after {
  font-size: 15px;
}

.lt-welcome .lt-baloon__txt {
  font-size: 0 !important;
}

.lt-welcome .lt-baloon__txt:after {
  font-size: 13px;
}

.lt-welcome .lt-chat-header__txt {
  font-size: 0 !important;
}

.lt-welcome .lt-chat-header__txt:after {
  font-size: 15px;
}

.lt-online .lt-label-block__txt {
  font-size: 0 !important;
}

.lt-online .lt-label-block__txt:after {
  font-size: 15px;
}

.lt-offline .lt-i-label-email .lt-i-label__hint {
  font-size: 0 !important;
}

.lt-offline .lt-i-label-email .lt-i-label__hint:after {
  font-size: 15px;
}

.lt-offline .lt-operator-txt {
  font-size: 0 !important;
}

.lt-offline .lt-baloon__txt:after {
  font-size: 13px;
}

.lt-offline .lt-label-block__txt {
  font-size: 0 !important;
}

.lt-offline .lt-label-block__txt:after {
  font-size: 15px;
}

.lt-offline .lt-chat-header__txt,
.lt-widget-wrap .lt-wrapper.lt-welcome .lt-bttn {
  font-size: 0 !important;
}

.lt-offline .lt-chat-header__txt:after,
.lt-widget-wrap .lt-i-label .lt-i-label__hint:after,
.lt-widget-wrap .lt-wrapper.lt-welcome .lt-bttn:after {
  font-size: 15px;
}

.lt-chat .lt-chat-header__txt-nickname,
.lt-widget-wrap .lt-i-label .lt-i-label__hint {
  font-size: 0 !important;
}

.lt-chat .lt-chat-header__txt-nickname:after {
  font-size: 13px;
}

.error-page {
  padding: 60px 0;
}

.error-page__title {
  color: #707982;
  margin-bottom: 25px;
}

.error-page__pic-box {
  background: url(/myaccount/img/error-page/error-pic-1.png) no-repeat;
  height: 357px;
  margin: 0 auto 20px;
  width: 472px;
}

.error-page__hidden-box {
  bottom: 73px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 129px;
  width: 100%;
}

.error-page__inner-pic {
  background: url(/myaccount/img/error-page/error-pic-2.png) no-repeat;
  bottom: 0;
  height: 83px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 128px;
  -webkit-animation: pullToUp 5s ease 1s;
  -moz-animation: pullToUp 5s ease 1s;
  animation: pullToUp 5s ease 1s;
}

.error-page__inner-pic--start {
  bottom: 200px !important;
}

.error-page__status {
  color: #707982;
  margin-bottom: 20px;
}

.error-page .btn {
  min-width: inherit;
  width: auto;
}

@-webkit-keyframes pullToUp {
  10% {
    bottom: 20px;
  }
  25% {
    bottom: 10px;
  }
  50% {
    bottom: 20px;
  }
  75% {
    bottom: 40px;
  }
  85% {
    bottom: 35px;
  }
  100% {
    bottom: 200px;
  }
}

@-moz-keyframes pullToUp {
  10% {
    bottom: 20px;
  }
  25% {
    bottom: 10px;
  }
  50% {
    bottom: 20px;
  }
  75% {
    bottom: 40px;
  }
  85% {
    bottom: 35px;
  }
  100% {
    bottom: 200px;
  }
}

@keyframes pullToUp {
  10% {
    bottom: 20px;
  }
  25% {
    bottom: 10px;
  }
  50% {
    bottom: 20px;
  }
  75% {
    bottom: 40px;
  }
  85% {
    bottom: 35px;
  }
  100% {
    bottom: 200px;
  }
}

.bonus__top-box {
  margin-bottom: 40px;
}

.bonus__amount-box {
  background: linear-gradient(234.27deg, #01425f 14.71%, #183e5d 85.28%);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 24px 24px 12px;
  width: 316px;
  color: #ffffff;
}

.bonus__packages-outer {
  padding-left: 352px;
}

.bonus__number-box {
  border-bottom: 1px solid #eeb73f;
  padding-bottom: 24px;
}

.bonus__amount-title {
  margin-bottom: 12px;
}

.bonus__amount-description {
  border-bottom: 1px solid rgba(227, 221, 210, 0.4);
  color: #ffffff;
  line-height: 20px;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.bonus__valid-date {
  border-top: 1px solid #eeb73f;
  padding: 15px 0 5px;
}

.bonus__number-box {
  margin-bottom: 12px;
}

.bonus__number-box--inner {
  border-bottom-color: #ebedef;
  padding-bottom: 12px;
}

.bonus__number-box--single {
  border-bottom: none;
  padding-bottom: 0;
}

.bonus__number-box--inner .bonus__amount {
  color: #707982;
}

.bonus__period-box {
  padding-bottom: 12px;
}

.bonus__period-box--with-border {
  border-bottom: 1px solid #eeb73f;
}

.bonus__point-amount:not(:last-child) {
  margin-bottom: 10px;
}

.bonus__more-btn {
  padding: 12px 20px 12px 0;
  width: 100%;
}

.bonus__more-btn--active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bonus__more-btn:after {
  bottom: 0;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease,
    -moz-transform 0.3s ease;
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #2c3843;
}

.bonus__packages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -9px;
}

.bonus__packages-group {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}

.bonus__packages-group-top {
  background-color: #f5f6f7;
  border-radius: 10px 10px 0 0;
  padding: 24px 45px;
}

.bonus__packages-group-top-desc {
  color: #2c3843;
}

.bonus__packages-group-top-desc:first-child {
  margin-bottom: 10px;
}

.bonus__packages-group-bottom {
  padding: 24px;
}

.bonus__packages-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 9px;
  width: 25%;
}

.bonus__packages-current-header {
  border-radius: 10px 10px 0 0;
  color: #2c3843;
  margin: 0 auto;
  max-width: 330px;
  padding: 15px 10px;
  z-index: 1;
}

.bonus__packages-item--platinum .bonus__packages-current-header,
.bonus__packages-item--silver .bonus__packages-current-header {
  color: #fff;
}

.bonus__packages-inner {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2),
    0 1px 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
  max-width: 350px;
  padding: 24px;
}

.bonus__packages-inner--active {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 12px;
}

.bonus__packages-inner--active .bonus__packages-title-out {
  margin-bottom: 0;
}

.bonus__packages-inner--active .bonus__number-box--inner .bonus__amount {
  color: #2c3843;
}

.bonus__packages-inner--active .bonus__packages-box {
  border-radius: 10px;
  padding-bottom: 24px;
}

.bonus__packages-inner--active .bonus__icon-circle {
  background-color: rgba(248, 249, 249, 0.1);
}

.bonus__packages-inner--standard .bonus__packages-title-out,
.bonus__packages-inner--standard-bg .bonus__packages-box,
.bonus__packages-item--standard .bonus__packages-current-header {
  background-color: #ebedef;
}

.bonus__packages-inner--silver .bonus__packages-title-out,
.bonus__packages-inner--silver-bg .bonus__packages-box,
.bonus__packages-item--silver .bonus__packages-current-header {
  background: -moz- oldlinear-gradient(45deg, #bfc5cb 0, #707982 100%);
  background: linear-gradient(45deg, #bfc5cb 0, #707982 100%);
}

.bonus__packages-inner--gold .bonus__packages-title-out,
.bonus__packages-inner--gold-bg .bonus__packages-box,
.bonus__packages-item--gold .bonus__packages-current-header {
  background: -moz- oldlinear-gradient(45deg, #ffd54e 0, #daa42d 100%);
  background: linear-gradient(45deg, #ffd54e 0, #daa42d 100%);
}

.bonus__packages-inner--platinum .bonus__packages-title-out,
.bonus__packages-inner--platinum-bg .bonus__packages-box,
.bonus__packages-item--platinum .bonus__packages-current-header {
  background: -moz- oldlinear-gradient(225deg, #2c3843 0, #707982 100%);
  background: linear-gradient(225deg, #2c3843 0, #707982 100%);
}

.bonus__packages-inner--platinum .bonus__packages-title {
  color: #fff;
}

.bonus__packages-inner--gold-bg .bonus__packages-title-out,
.bonus__packages-inner--platinum-bg .bonus__packages-title-out,
.bonus__packages-inner--silver-bg .bonus__packages-title-out {
  background: 0 0;
}

.bonus__packages-title-out {
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
  padding: 24px;
  width: 100%;
}

.bonus__packages-title {
  color: #2c3843;
}

.bonus__icon-circle {
  background-color: #f8f9f9;
  border-radius: 50%;
  height: 110px;
  width: 110px;
}

.bonus__packages-img {
  max-width: 102px;
}

.bonus__packages-desc {
  min-height: 80px;
}

.bonus__packages-txt {
  color: #666e75;
}

.bonus__packages-txt:not(:last-child) {
  margin-bottom: 12px;
}

.bonus__packages-box {
  margin-bottom: 24px;
  min-height: 197px;
}

.bonus__section-box {
  margin-bottom: 36px;
}

.bonus__section-top-box {
  background-color: #01425f;
  border-radius: 10px 10px 0 0;
  padding: 12px 24px;
}

.bonus__section-top-box-title {
  color: #fff;
  line-height: 44px;
  padding-left: 42px;
}

.bonus__section-top-box-icon {
  bottom: 0;
  left: 0;
  margin: auto 0;
  max-width: 30px;
  top: 0;
}

.bonus__section-top-box-right {
  width: 232px;
}

.bonus__section-middle-box {
  background-color: #fff;
  padding: 24px 24px 0;
}

.bonus__section-middle-box--bottom-radius {
  border-radius: 0 0 10px 10px;
}

.bonus__section-middle-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.bonus__section-middle-list-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px 24px;
  width: 25%;
}

.bonus__section-middle-gray-box {
  background-color: #f5f6f7;
  border: 1px solid #ebedef;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 24px 0;
}

.bonus__section-middle-gray-box-top {
  border-bottom: 1px solid #ebedef;
  color: #2c3843;
  margin-bottom: 24px;
  padding: 0 24px 24px;
}

.bonus__section-middle-gray-box-top:not(
    .bonus__section-middle-gray-box-top--normal-line
  ) {
  line-height: 24px;
}

.bonus__section-middle-gray-box-bottom {
  padding: 0 24px;
}

.bonus__section-middle-gray-box-point {
  color: #2c3843;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.bonus__section-bottom-box {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #ebedef;
  padding: 12px 24px;
}

.bonus__section-bottom-btn {
  color: #666e75;
  padding-right: 25px;
  width: auto;
}

.bonus__section-bottom-btn:after {
  background-position: -150px -28px;
  bottom: 0;
  height: 9px;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease,
    -moz-transform 0.3s ease;
}

.bonus__section-bottom-btn--active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bonus .table-cell {
  vertical-align: middle;
}

.bonus__section-middle-gray-box .btn {
  background-color: #fff;
  height: 44px;
  line-height: 40px;
}

.bonus__btn-group .btn {
  margin: 0 36px 36px 0;
  width: 372px;
}

.bonus__btn-group .btn--white {
  background-color: #fff;
}

.bonus .form__info-box {
  bottom: auto;
  height: 24px;
  margin: 0;
  right: 10px;
  top: 10px;
  width: 24px;
  z-index: 2;
}

.bonus .form__info {
  background-position: -410px -90px;
  height: 24px;
  width: 24px;
}

.bonus .form__info-txt {
  bottom: auto;
  right: -6px;
  top: 39px;
}

.bonus .form__info-txt:after,
.bonus .form__info-txt:before {
  bottom: auto;
}

.bonus .form__info-txt:before {
  border-bottom: 12px solid #ebedef;
  border-top: none;
  top: -12px;
}

.bonus .form__info-txt:after {
  border-bottom: 10px solid #f8f9f9;
  border-top: none;
  top: -10px;
}

.application-form__box {
  margin-bottom: 36px;
}

.application-form__box--bottom-space {
  margin-bottom: 14px;
}

.application-form__box--with-border {
  border-bottom: 1px solid #ebedef;
  margin-bottom: 18px;
  max-width: 480px;
  padding-bottom: 18px;
}

.application-form__label-box {
  width: 180px;
  word-break: break-word;
}

.application-form__label-box--top-padding {
  padding-top: 13px;
}

.application-form__browse,
.application-form__ctn-item,
.application-form__label,
.application-form__note,
.application-form__number,
.application-form__textarea {
  color: #2c3843;
}

.application-form__number--bottom-space {
  margin-bottom: 12px;
}

.application-form__ctn-box {
  border: 1px solid #e1e3e5;
  border-radius: 22px;
  max-width: 1020px;
  padding: 12px;
}

.application-form__ctn-list {
  max-height: 120px;
}

.application-form__ctn-list::-webkit-scrollbar-thumb {
  background-color: #707982;
}

.application-form__ctn-item {
  background-color: #ebedef;
  border-radius: 22px;
  height: 44px;
  line-height: 44px;
  margin: 0 18px 18px 0;
  padding: 0 40px 0 12px;
}

.application-form__ctn-item--readonly {
  padding-right: 12px;
}

.application-form__btn {
  background-position: -427px -178px;
  bottom: 0;
  height: 12px;
  margin: auto 0;
  right: 12px;
  top: 0;
  width: 12px;
}

.application-form__select-box {
  margin-right: 24px;
  width: 260px;
}

.application-form__textarea {
  border: 1px solid #e1e3e5;
  border-radius: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 128px;
  line-height: 24px;
  max-width: 633px;
  padding: 12px;
  width: 100%;
}

.application-form__textarea[disabled] {
  background-color: #f8f9f9 !important;
  border-color: #e1e3e5 !important;
  opacity: 1 !important;
}

.application-form__browse {
  background-color: #ebedef;
  border-radius: 22px;
  cursor: pointer;
  height: 44px;
  line-height: 44px;
  margin-right: 12px;
  padding: 0 12px 0 40px;
}

.application-form__browse:before {
  background-position: -403px -174px;
  bottom: 0;
  height: 22px;
  left: 12px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 22px;
}

.application-form__note {
  padding-top: 15px;
}

.application-form__file-list {
  padding-top: 24px;
}

.application-form__file-item {
  background-color: #fff;
  border: 1px solid #e1e3e5;
  border-radius: 23px;
  color: #2c3843;
  margin: 0 22px 22px 0;
  padding: 12px 32px 12px 47px;
}

.application-form__file-item:before {
  background: url(/myaccount/img/files.png?v=32) no-repeat -142px top;
  bottom: 0;
  content: "";
  height: 29px;
  left: 12px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 24px;
}

.application-form__file-item--pdf:before {
  background-position: left top;
  width: 24px;
}

.application-form__file-item--doc:before {
  background-position: -24px top;
}

.application-form__file-item--docx:before {
  background-position: -48px top;
  width: 23px;
}

.application-form__file-item--xls:before {
  background-position: -71px top;
}

.application-form__file-item--xlsx:before {
  background-position: -95px top;
}

.application-form__file-item--zip:before {
  background-position: -119px top;
  width: 23px;
}

.application-form__file-item--rar:before {
  background-position: -166px top;
}

.application-form__file-item--rtf:before {
  background-position: -190px top;
  width: 24px;
}

.application-form__file-item--ppt:before {
  background-position: -214px top;
  width: 23px;
}

.application-form__file-item--pptx:before {
  background-position: -237px top;
}

.application-form__file-item--xml:before {
  background-position: -261px top;
}

.application-form__file-item--jpg:before {
  background-position: -285px top;
}

.application-form__file-item--jpeg:before {
  background-position: -308px top;
}

.application-form__file-item--png:before {
  background-position: -332px top;
}

.application-form__file-item--gif:before {
  background-position: -356px top;
  width: 23px;
}

.application-form__file-item--mp4:before {
  background-position: -380px top;
}

.application-form__remove {
  background-position: -427px -178px;
  bottom: 0;
  height: 12px;
  margin: auto 0;
  right: 12px;
  top: 0;
  width: 12px;
}

.application-form__action-btn {
  margin: 0 22px 15px 0;
  min-width: 180px;
  width: auto;
}

.application-form__action-btn--back {
  padding: 0 65px;
}

.application-form__action-btn--back:before {
  background-position: -480px -22px;
  bottom: 0;
  height: 13px;
  left: 50px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 8px;
}

.application-form__reset-btn {
  color: #4e789a;
  padding: 11px 0;
  text-decoration: underline;
}

.application-form__right-box {
  padding-left: 200px;
}

.application-form__priority {
  background-color: #f8f9f9;
  border: 1px solid #e1e3e5;
  border-radius: 22px;
  height: 44px;
  line-height: 44px;
  padding: 0 12px;
}

.application-form__select {
  min-width: 225px;
}

.application-form--big .application-form__select-box {
  color: #2c3843;
  margin: 0 48px 15px 0;
  width: auto;
}

.application-form--big .application-form__tariff {
  margin-right: 18px;
}

.application-form--big .application-form__file-list {
  padding-top: 0;
}

.application-form--big .application-form__file-item {
  background-color: #f8f9f9;
  padding-right: 54px;
}

.application-form--big .application-form__remove {
  background-position: -385px -174px;
  height: 17px;
  width: 16px;
}

.application-form__select .css-1szy77t-control,
.application-form__select .css-bg1rzq-control {
  height: 42px !important;
}

.application-form .form-error-text {
  padding-top: 5px;
}

@media screen and (max-width: 1780px) {
  .btn:not(.btn--with-history-icon):not(.main-wrapper__report-add-btn) {
    height: auto !important;
    line-height: inherit !important;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .history-form__flex {
    margin-left: -20px;
    margin-right: -20px;
  }

  .history-form__item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .history-form__switcher {
    white-space: normal;
    text-align: left;
  }

  .bonus__amount-box {
    float: none;
    margin: 0 0 30px auto;
  }

  .bonus__packages-outer {
    padding-left: 0;
  }

  .bonus__section-middle-gray-box-top--normal-line {
    font-size: 1.625rem;
  }

  .application-form__reset-btn {
    padding: 15px 0;
  }
}

@media screen and (max-width: 1670px) {
  .list--inline .list__inner-info-title {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1650px) {
  .bonus__section-top-box {
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
  }

  .bonus__section-top-box-left {
    padding-right: 250px;
  }

  .bonus__section-top-box-right {
    position: absolute;
    right: 24px;
    top: 20px;
  }

  .bonus__section-top-box-title {
    line-height: normal;
  }

  .bonus__section-top-box-icon {
    bottom: auto;
    margin: 0;
  }
}

@media screen and (max-width: 1600px) {
  .main-wrapper__inner-left {
    float: none;
    margin-bottom: 36px;
  }

  .main-wrapper--b2b .main-wrapper__inner-big,
  .main-wrapper__inner-big {
    margin-left: 0;
  }

  .progress-list__circle {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 1500px) {
  .main-wrapper__title {
    font-size: 3.375rem;
    margin-bottom: 40px;
  }

  .main-wrapper__store-box {
    padding: 0 0 40px;
  }

  .main-wrapper__img-box,
  .main-wrapper__store-box {
    display: block;
    text-align: center;
  }

  .main-wrapper__store-icon {
    display: inline-block;
  }

  .main-wrapper__store-icon:not(:last-child) {
    margin: 0 22px 0;
  }

  .main-wrapper__title-out {
    padding-left: 60px;
    padding-right: 60px;
  }

  .main-wrapper__img-out {
    margin-bottom: 0;
  }

  .main-wrapper__third-list-item {
    width: 50%;
  }

  .list--inline .list__item {
    width: 33.3333%;
  }

  .history-form__item {
    margin-bottom: 30px;
    width: 30%;
  }

  .history-form__item:first-child {
    border: none;
    width: 50%;
  }

  .history-form__item:nth-child(2) {
    border: none;
    width: 100%;
  }

  .filter-form__label--btn {
    display: block;
  }

  .filter-form__label--btn:not(:last-child) {
    margin-bottom: 20px !important;
    margin-right: 0;
  }

  .bonus__packages-title-out {
    padding-left: 5px;
    padding-right: 5px;
  }

  .bonus__number-box--inner .bonus__amount {
    font-size: 1.25rem;
  }

  .bonus__packages-txt {
    font-size: 0.75rem;
  }

  .bonus__packages-img {
    max-width: 82px;
  }

  .main-wrapper__ban-item {
    width: 33.3333%;
  }

  .form__action-box-left,
  .form__action-box-right {
    width: auto;
  }
}

@media screen and (max-width: 1450px) {
  .bonus__section-middle-list-item {
    width: 33.3333%;
  }
}

@media screen and (max-width: 1350px) {
  .bonus__packages-title {
    font-size: 1.25rem;
  }

  .bonus__btn-group .btn {
    width: auto;
  }
}

@media screen and (max-width: 1300px) {
  .bonus__section-middle-list-item,
  .main-wrapper__ban-item {
    width: 50%;
  }
}

@media screen and (max-width: 1270px) {
  .bonus__packages-inner {
    padding: 15px;
  }

  .bonus__packages-img {
    max-width: 62px;
  }

  .main-wrapper__double-list--max-976 {
    max-width: 700px;
  }

  .main-wrapper__double-list--max-976 .main-wrapper__double-list-item {
    width: 70%;
  }

  .filter__paging-list {
    display: block;
    margin-bottom: 20px;
  }

  .filter__paging-counts {
    padding-left: 0;
  }

  .filter__paging-counts:before {
    display: none;
  }
}

@media screen and (max-width: 1230px) {
  .main-wrapper__left {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    width: 516px;
  }

  .main-wrapper__bottom-group,
  .main-wrapper__right {
    left: 516px;
  }

  .main-wrapper__title {
    font-size: 2.5rem;
  }

  .main-wrapper__store-box {
    padding-bottom: 20px;
  }

  .modal {
    width: 516px;
  }

  .list__services-second {
    width: 120px;
  }

  .list__inner {
    padding-left: 56px;
  }

  .list--double .form__check-label {
    left: inherit;
  }

  .list--big .list__services-first {
    padding-right: 62px;
  }

  .main-wrapper__double-list--full-width .main-wrapper__double-list-item {
    width: 100%;
  }

  .filter-form__label--btn {
    display: inline-block;
  }

  .filter-form__box:not(:last-child) {
    border: none;
    margin-bottom: 30px;
  }

  .filter-form__label--btn:not(:last-child) {
    margin-right: 20px;
  }

  .main-wrapper__double-list-item--big {
    width: 80%;
  }
}

@media screen and (max-width: 1200px) {
  .bonus__packages-title {
    font-size: 1.125rem;
  }

  .bonus__packages-current-header {
    font-size: 0.875rem;
    padding-left: 5px;
    padding-right: 5px;
  }

  .filter__table td:not(.filter__first-cell) {
    min-width: 130px;
  }
}

@media screen and (max-width: 1100px) {
  .burger {
    border-right: 1px solid #ebedef;
    cursor: pointer;
    display: block;
    height: 16px;
    left: 20px;
    padding: 7px 20px 7px 7px;
    position: relative;
    top: 104px;
    width: 20px;
    z-index: 3;
  }

  .burger .lines {
    background-color: #2c3843;
    border-radius: 1px;
    height: 2px;
    left: 7px;
    position: absolute;
    width: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .burger .line-1 {
    top: 9px;
  }

  .burger .line-2 {
    top: 14px;
  }

  .burger .line-3 {
    top: 19px;
  }

  .menu-open .line-1 {
    top: 14px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }

  .menu-open .line-2 {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }

  .menu-open .line-3 {
    top: 14px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }

  .main-wrapper__left-container + .btn--white {
    display: none;
  }

  .menu-open {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }

  .menu-open .main-wrapper__left-container + .btn--white {
    bottom: 20px;
    display: block;
    left: 20px;
    margin: 0 auto;
    position: fixed;
    right: 20px;
    z-index: 1;
  }

  .main-wrapper__left-container {
    min-height: inherit;
  }

  .main-wrapper__info-box + .list {
    display: none;
  }

  .menu-open .main-wrapper__info-box + .list {
    display: block;
  }

  .main-wrapper__info-box + .list {
    background-color: #fff;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    overflow: auto;
    padding: 45px 0 95px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
  }

  .menu-open .main-wrapper__info-box {
    margin-bottom: 0;
  }

  .menu-open .burger {
    position: fixed;
    right: 0;
    left: auto;
    top: 10px;
  }

  .accordion__link {
    height: 50px;
    padding-left: 128px;
  }

  .accordion__link:before {
    left: 90px;
  }

  .main-wrapper__account-box {
    height: 50px;
    margin: 0;
  }

  .main-wrapper:not(.main-wrapper--account) .main-wrapper__right {
    display: none;
  }

  .main-wrapper--account .main-wrapper__left {
    padding-left: 0;
    padding-right: 0;
    top: 64px;
    width: 100%;
  }

  .main-wrapper__left {
    height: auto;
    padding-top: 50px;
    position: relative;
    width: 100%;
  }

  .main-wrapper__left-inner {
    margin: 0 auto;
    width: 496px;
  }

  .modal {
    width: auto;
  }

  .main-wrapper__left .modal--full {
    width: auto !important;
  }

  .main-wrapper,
  main {
    height: 100%;
  }

  .main-wrapper__logo-box {
    left: 0;
    top: 0;
  }

  .main-wrapper--account .main-wrapper__left-inner {
    position: static;
    width: auto;
  }

  .main-wrapper--account .main-wrapper__right {
    left: 0;
    margin-top: 57px;
  }

  .main-wrapper__tab-languages-out {
    margin-top: 0;
    right: -moz-calc((100% - 496px) / 2);
    right: calc((100% - 496px) / 2);
    position: absolute;
    top: 50px;
  }

  .tab--languages-list:not(.tab--inline-languages-list) {
    margin: 0;
  }

  .tab--languages-list:not(.tab--inline-languages-list) .tab__item {
    padding: 0;
  }

  .tab--languages-list:not(.tab--inline-languages-list):after {
    display: none;
  }

  .tab--languages-list:not(.tab--inline-languages-list) .tab__link {
    padding: 0;
    width: 32px;
  }

  .tab--languages-list:not(.tab--inline-languages-list)
    .tab__link:not(.tab__link--active) {
    display: none;
  }

  .tab--languages-list:not(.tab--inline-languages-list)
    .tab__link--active:before {
    border: 0;
  }

  .tab--languages-list:not(.tab--inline-languages-list)
    .tab__link--active:after {
    display: none;
  }

  .main-wrapper--account .main-wrapper__left-inner > .loading {
    display: none;
  }

  .btn {
    max-width: 400px;
  }

  .main-wrapper--b2b-toggle-menu {
    overflow: hidden;
  }

  .main-wrapper--b2b .main-wrapper__left {
    bottom: 0;
    left: -301px;
    position: absolute;
    right: 75px;
    top: 0;
    width: 300px;
    z-index: 3;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .main-wrapper--b2b .main-wrapper__left:after {
    content: "";
    right: -100%;
  }

  .main-wrapper--b2b .main-wrapper__left-inner {
    bottom: 42px;
    position: absolute;
    top: 142px;
  }

  .main-wrapper--b2b .main-wrapper__left-top {
    padding-top: 24px;
  }

  .main-wrapper--b2b .main-wrapper__left .form__info-box {
    top: 12px;
  }

  .main-wrapper--b2b-toggle-menu .main-wrapper__left {
    left: 0;
  }

  .main-wrapper--b2b-toggle-menu .main-wrapper__left:after {
    background-color: rgba(44, 56, 67, 0.5);
    bottom: 0;
    content: "";
    position: fixed;
    right: 0;
    top: 0;
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
  }

  .main-wrapper--b2b .main-wrapper__left-toggle {
    background-color: #f8f9f9;
    border-radius: 0 10px 10px 0;
    height: 50px;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }

  .main-wrapper--b2b-toggle-menu .main-wrapper__left-toggle {
    right: -64px;
  }

  .main-wrapper--b2b-toggle-menu .main-wrapper__left-toggle:before {
    left: 0;
    right: 0;
    width: 38px;
  }

  .main-wrapper--b2b .main-wrapper__bottom {
    bottom: 0;
    line-height: normal;
    overflow: visible;
    padding-top: 10px;
  }

  .main-wrapper--b2b .main-wrapper__right {
    margin: 0;
  }

  .main-wrapper--b2b .main-wrapper__right-inner {
    padding-top: 100px;
  }

  .main-wrapper__empty-content {
    padding: 0 0 40px;
  }

  .main-wrapper__ban-item {
    width: 33.3333%;
  }

  .form__action-box {
    bottom: 0;
    left: 0;
  }

  .main-wrapper--b2b .main-wrapper__right .loading:not(.loading-box) {
    margin: 190px auto 100px;
    position: relative;
  }

  .main-wrapper__report-result-table-box {
    margin-right: 40px;
    max-height: 500px;
  }

  .main-wrapper__report-result-table {
    min-width: 800px;
  }

  .main-wrapper__report-result {
    margin-bottom: 0;
  }

  .main-wrapper__bottom-group {
    left: 0;
  }

  .main-wrapper--account .main-wrapper__bottom-group,
  .main-wrapper--account .main-wrapper__right,
  .main-wrapper--account .main-wrapper__right-inner,
  .main-wrapper__bottom-group {
    position: static;
  }

  .main-wrapper--account .main-wrapper__right {
    background-color: rgba(248, 249, 249, 0.3);
  }

  .main-wrapper--account .main-wrapper__right:before {
    display: none;
  }
}

@media screen and (max-width: 950px) {
  .bonus__packages-item {
    min-width: 220px;
  }

  .bonus__packages-item--silver {
    margin-left: 220px !important;
  }

  .bonus__packages-item--gold {
    margin-left: 440px !important;
  }

  .bonus__packages-item--platinum {
    margin-left: 660px !important;
  }

  .range-bar {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .bonus__btn-group {
    text-align: center;
  }

  .bonus__btn-group .btn {
    display: block;
    margin: 0 auto 20px;
    max-width: 372px;
    width: 100%;
  }

  .main-wrapper__ban-item {
    width: 50%;
  }

  .form__action-box-left,
  .form__action-box-right {
    float: none;
  }

  .form__action-box-left {
    margin-bottom: 20px;
  }

  .main-wrapper__ban-list {
    padding-bottom: 100px;
  }

  .main-wrapper__report-link {
    font-size: 0;
    padding-left: 18px;
  }

  .main-wrapper__report-link:before {
    display: inline-block;
    position: static;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .main-wrapper__bottom-txt {
    padding-top: 0;
  }

  .main-wrapper__bottom-txt:not(:last-child) {
    margin-bottom: 10px;
  }

  .main-wrapper__bottom-txt,
  .social {
    float: none;
    text-align: center;
  }

  .social {
    margin-bottom: 5px;
  }

  .main-wrapper__double-list {
    margin: 0;
  }

  .main-wrapper__double-list--max-976 .main-wrapper__double-list-item,
  .main-wrapper__double-list-item,
  .main-wrapper__inner-left {
    display: block;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }

  .main-wrapper__timeline {
    float: none;
    margin-left: 0;
  }

  .main-wrapper--account .main-wrapper__right-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-wrapper--account .main-wrapper__right-inner > .loading {
    position: relative;
  }

  .row-drag-handle {
    margin-bottom: 21px;
  }

  .main-wrapper__third-list-item {
    width: 100%;
  }

  .list--inline .list__item {
    width: 50%;
  }

  .main-wrapper__sub-title-inner-tariff {
    display: none;
  }

  .main-wrapper__sub-title--package-yellow .list__next-btn {
    left: inherit;
    position: absolute;
    right: 20px;
  }

  .main-wrapper__sub-title {
    padding-right: 50px;
  }

  .history-form__item {
    width: 100% !important;
  }

  .history-form__item--top-space {
    padding-top: 0;
  }

  .main-wrapper__services--details .list__item--group .list__link:after {
    right: 20px;
  }

  .main-wrapper__services--details:not(.main-wrapper__services--info)
    .list__services-second {
    right: 50px;
  }

  .history-form__item {
    border: none !important;
  }

  .filter-form__select-box {
    width: 100%;
  }

  .filter-form__box {
    padding: 0;
    width: 100%;
  }

  .bonus__section-top-box-left {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .bonus__section-top-box-right {
    float: none;
    position: static;
  }

  .modal__title {
    font-size: 1.625rem;
  }

  .error-page__title {
    font-size: 2.25em;
  }

  .error-page__status {
    font-size: 1.625rem;
  }

  .error-page__pic-box {
    background-size: 100% auto;
    height: 265px;
    width: 350px;
  }

  .error-page__hidden-box {
    bottom: 10px;
    top: 96px;
  }

  .error-page__inner-pic {
    background-size: 100% auto;
    bottom: 40px;
    height: 53px;
    width: 80px;
  }

  .form--relative {
    position: relative;
    padding-top: 100px;
  }

  .form__form-inner-small {
    max-width: 150px;
    position: absolute;
    top: 14px;
    left: 24px;
  }

  .form__form-inner-big,
  .form__form-inner-small {
    float: none;
    width: 100%;
  }

  .bonus__section-middle-gray-box-point,
  .bonus__section-middle-gray-box-top--normal-line {
    font-size: 1.375rem;
  }

  .btn {
    max-width: inherit;
  }

  .menu-open .main-wrapper__left-container + .btn--white {
    max-width: inherit;
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }

  .filter .main-wrapper__bottom-export {
    clear: both;
  }

  .main-wrapper__language-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 10px 10px 0;
    width: auto;
  }

  .main-wrapper__language-item {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .main-wrapper__language-item:not(:last-child) {
    margin-bottom: 10px;
  }

  .main-wrapper__language-link {
    height: 15px;
    line-height: 15px;
  }

  .application-form__label-box {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }

  .application-form--big .application-form__right-box,
  .application-form__right-box {
    padding-left: 0;
  }

  .bonus__packages-group-top {
    padding-top: 50px;
  }

  .bonus__packages-group-top-desc:first-child {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 700px) {
  .main-wrapper__title {
    font-size: 1.625rem;
  }

  .main-wrapper__left-inner {
    min-height: inherit;
    padding-bottom: 64px;
    width: auto;
  }

  .main-wrapper__left {
    padding: 40px 36px 0;
  }

  .main-wrapper__logo {
    margin-bottom: 24px;
  }

  .main-wrapper__tab-languages-out {
    right: 36px;
    top: 38px;
  }

  .bonus__section-middle-list-item {
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .main-wrapper__language-list {
    padding-top: 0;
  }

  .main-wrapper__language-item:not(:last-child) {
    margin-bottom: 4px;
  }

  .main-wrapper__account {
    border-left: none;
    height: 55px;
    min-width: inherit;
    width: 84px;
  }

  .main-wrapper__account-info:before {
    background-position: -351px -126px;
    bottom: 0;
    height: 30px;
    left: 10px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 30px;
  }

  .main-wrapper__account-info:after {
    background-position: -165px -28px;
    height: 9px;
    right: 20px;
    width: 14px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease,
      -moz-transform 0.3s ease;
  }

  .main-wrapper__account-info--active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .main-wrapper__account-email,
  .main-wrapper__account-fullname {
    display: none;
  }

  .main-wrapper__account-list {
    min-width: 235px;
    top: 56px;
  }

  .main-wrapper--b2b .main-wrapper__logo-box {
    line-height: 55px;
    height: 55px;
    padding-left: 20px;
  }

  .main-wrapper--b2b .main-wrapper__account-logo {
    margin-right: 6px;
    max-width: 36px;
  }

  .main-wrapper--b2b .main-wrapper__right-title {
    font-size: 0.875rem;
    margin-bottom: 0;
  }

  .form__form-label-box {
    float: none;
    margin-bottom: 5px;
    width: auto;
  }

  .form__form-right-box {
    padding-left: 0;
  }

  .form--profile .form__form-box {
    margin-bottom: 24px;
  }

  .form--profile {
    display: block;
    min-width: inherit;
    padding-bottom: 50px;
  }

  .form__form-value--disabled {
    max-width: 350px;
    word-wrap: break-word;
  }

  .form__form-right-box .btn {
    float: none;
    margin-left: 0;
    width: 100%;
  }

  .form__form-right-box .btn--yellow {
    margin-bottom: 15px;
  }

  .main-wrapper__ban-item {
    width: 100%;
  }

  .form__action-box-left {
    padding-right: 0;
  }

  .form__action-box-right {
    padding-left: 0;
  }

  .form__action-box-right .btn {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
  }

  .form__action-box-right .btn--yellow {
    margin-bottom: 15px;
  }

  .main-wrapper__ban-list {
    padding-bottom: 150px;
  }

  .filter .form {
    float: none;
    width: 100%;
  }

  .main-wrapper__sort-form-box {
    display: block;
    margin-right: 0;
  }

  .main-wrapper__sort-form-field {
    max-width: 100%;
  }

  .main-wrapper__sort-form-field--min-w-280 {
    min-width: inherit;
  }

  .main-wrapper__report-form-box
    .main-wrapper__sort-form-datepicker:not(
      .main-wrapper__sort-form-datepicker--double
    ) {
    width: auto;
  }

  .main-wrapper__notification-btn {
    border-right: 1px solid #ebedef;
    width: 60px;
  }

  .main-wrapper__notification-btn:before {
    left: 17px;
  }

  .main-wrapper__notification-count {
    font-size: 0.625rem;
    height: 20px;
    line-height: 20px;
    right: 8px;
    top: -15px;
    width: 20px;
  }

  .filter__paging-counts,
  .filter__paging-go-to,
  .filter__paging-select-box {
    margin-bottom: 20px;
  }

  .main-wrapper__right-menu {
    overflow: auto;
    white-space: nowrap;
  }

  .filter__table td,
  .filter__table th {
    padding: 10px;
  }

  .main-wrapper__report-link {
    border-left: none;
    border-right: 1px solid #ebedef;
  }

  .main-wrapper__report-item {
    display: block;
    margin: 0 0 24px !important;
  }
}

@media screen and (max-width: 500px) {
  .main-wrapper__left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-wrapper__tab-languages-out {
    right: 20px;
  }

  .list__item--title,
  .main-wrapper__list-out {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list--double .list__link,
  .list--export .list__link {
    padding: 20px;
  }

  .list__img {
    max-width: 30px;
  }

  .list__inner {
    padding-left: 40px;
  }

  .list:not(.list--numbers) {
    margin-left: -20px;
    margin-right: -20px;
  }

  .list__services-second {
    width: 110px;
  }

  .list__inner-info,
  .progress-list__title {
    font-size: 0.875rem;
  }

  .list--inline .list__item {
    display: block;
    width: 100%;
  }

  .list--inline .list__item:not(:first-child):before {
    display: none;
  }

  .list--inline .list__item:not(:last-child) {
    border-bottom: 1px solid #ebedef;
    padding-bottom: 20px;
  }

  .list--inline .list__inner-title {
    margin-bottom: 10px;
  }

  .list--inline .list__item {
    margin-bottom: 0;
  }

  .list--inline .list__item:last-child {
    margin-bottom: 36px;
  }

  .main-wrapper__total-title {
    display: block;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .main-wrapper__services--details:not(.main-wrapper__services--info)
    .list__item
    .list__services-first {
    padding-right: 126px;
  }

  .main-wrapper__double-list--full-width .list__next-btn {
    display: none;
  }

  .bonus__amount-box {
    width: auto;
  }

  .bonus__section-top-box-title {
    font-size: 1.25rem;
  }

  .error-page__pic-box {
    height: 190px;
    width: 250px;
  }

  .error-page__hidden-box {
    bottom: 7px;
    top: 68px;
  }

  .error-page__inner-pic {
    bottom: 30px;
    height: 33px;
    width: 50px;
  }

  .bonus__section-top-box-right {
    max-width: 232px;
    width: inherit;
  }

  .form__success-table-cell {
    font-size: 0.75rem;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .coming-soon__title {
    font-size: 2.5rem;
  }

  .bonus .form__info-txt {
    width: 250px;
  }

  .main-wrapper--b2b .main-wrapper__left {
    left: -250px;
    width: 250px;
  }

  .main-wrapper--b2b .main-wrapper__left:after {
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
  }

  .main-wrapper--b2b-toggle-menu .main-wrapper__left {
    left: 0;
  }

  .main-wrapper__empty-title {
    font-size: 1.75rem;
  }

  .application-form__action-btn {
    margin-right: 0;
    min-width: inherit;
    width: 100%;
  }

  .application-form__action-btn--back {
    padding: 0 20px;
  }

  .application-form__action-btn--back:before {
    display: inline-block;
    left: 0;
    margin: 5px 10px 0 0;
    position: relative;
    vertical-align: top;
  }

  .main-wrapper__report-type {
    margin: 0 0 20px;
    width: 100%;
  }

  .main-wrapper__report-type-wrap--standard .main-wrapper__report-type {
    margin-right: 24px;
  }

  .main-wrapper__report-field-box {
    display: block;
    margin-right: 0;
  }

  .main-wrapper__report-field {
    width: 100%;
  }

  .main-wrapper__report-add-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
  }

  .main-wrapper__report-cell {
    margin-right: 0;
  }

  .main-wrapper__report-result-top {
    text-align: left !important;
  }

  .main-wrapper__report-ban-item {
    display: block;
    margin-right: 0;
    min-width: inherit;
  }

  .main-wrapper__report-result-item {
    display: block;
    margin: 0 0 15px 0;
    position: relative;
    padding-left: 0;
  }

  .main-wrapper__report-result-item:not(:first-child) {
    padding-left: 20px;
  }

  .main-wrapper__report-result-item:not(:first-child) {
    position: relative;
  }

  .main-wrapper__report-result-item:not(:first-child):before {
    background-color: #707982;
    bottom: 0;
    content: "";
    height: 1px;
    left: 5px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 5px;
  }

  .main-wrapper__report-result-item--left-border {
    border-left: none;
  }

  .main-wrapper__report-result-table-box {
    margin: 40px 0 0;
    max-height: 250px;
  }

  .main-wrapper__report-result-zoom-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .btn-zoom--plus {
    border-right: 1px solid #e1e3e5;
    border-bottom: none;
  }

  .main-wrapper__report-inner {
    display: block;
    margin-bottom: 24px;
    padding-right: 0;
  }

  .main-wrapper__report-form {
    position: relative;
  }

  .main-wrapper__report-type-label {
    padding-left: 90px;
    word-break: break-all;
  }

  .main-wrapper__sort-btn-box {
    display: block;
    padding-top: 0;
  }

  .main-wrapper__sort-btn-box:not(:last-child) {
    padding-bottom: 0;
  }

  .main-wrapper__sort-btn-box .btn {
    margin-right: 0;
  }

  .application-form__reset-btn {
    width: 100%;
  }

  .main-wrapper__left-container .list {
    margin-left: -24px;
    margin-right: -24px;
  }

  .main-wrapper__bottom {
    padding-left: 24px;
  }

  .main-wrapper--b2b.hy .main-wrapper__bottom {
    padding-top: 3px;
  }
}

@media screen and (max-width: 420px) {
  .main-wrapper__account {
    width: 60px;
  }

  .main-wrapper__account-info {
    display: block;
  }

  .main-wrapper__account-info:before {
    left: 5px;
  }

  .main-wrapper__account-info:after {
    right: 5px;
  }

  .main-wrapper--b2b .main-wrapper__right-title {
    font-size: 0.75rem;
  }

  .main-wrapper__ban-list {
    padding-bottom: 200px;
  }

  .form__action-checkbox-block {
    border-bottom: 1px solid #ebedef;
    border-right: none;
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .form__form-box--324 {
    margin-right: 0;
  }

  .main-wrapper__report-link {
    padding: 0 7px;
  }
}

@media print {
  .print-table .act-table td {
    padding: 5px;
  }

  .print-table .standard-table td {
    padding-left: 3px;
    padding-right: 3px;
  }

  .print-table .main-wrapper--account .main-wrapper__right-inner,
  .print-table .main-wrapper--b2b .main-wrapper__right {
    position: static;
  }

  .print-table .main-wrapper--account .main-wrapper__right-inner {
    padding: 0;
  }

  .print-table .main-wrapper__right-content {
    border: none;
    border-radius: 0;
    padding: 0;
  }

  .print-table .main-wrapper__report-result {
    border-top: none;
    margin: 0;
    max-width: 100%;
    padding-top: 0;
  }

  .print-table .main-wrapper__report-result-content {
    border: none;
    border-radius: 0;
    padding: 0;
  }

  .print-table .main-wrapper__report-result-table-box {
    overflow: visible;
    padding-bottom: 0;
    margin-right: 0;
    max-height: inherit;
  }

  .print-table .main-wrapper__report-result-table {
    min-width: inherit !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
  }

  .print-table .main-wrapper--account .main-wrapper__right:before,
  .print-table .main-wrapper--b2b .main-wrapper__bottom-group,
  .print-table .main-wrapper--b2b .main-wrapper__left,
  .print-table .main-wrapper--b2b .main-wrapper__logo-box,
  .print-table .main-wrapper__gray-bg,
  .print-table .main-wrapper__report-form-box,
  .print-table .main-wrapper__report-form-btn-box,
  .print-table .main-wrapper__report-result-top,
  .print-table .main-wrapper__report-result-zoom-box,
  .print-table .main-wrapper__title--with-border {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .btn--yellow:hover {
    background-color: #e34545;
  }

  .btn--white:hover {
    background-color: #e34545;
    color: #ffffff;
  }

  .form__link:hover,
  .main-wrapper__back:hover,
  .main-wrapper__bottom-export:hover,
  .main-wrapper__language-link:not(.fb):hover {
    text-decoration: underline;
  }

  .application-form__reset-btn:hover,
  .filter__link:hover,
  .form-error-link:hover,
  .form__link-conditions:hover,
  .form__register-desc-txt a:hover,
  .link-black:hover,
  .list--big a.list__inner-info:hover,
  .main-wrapper__bottom-link:hover,
  .main-wrapper__download:hover,
  .modal__action-text:hover {
    text-decoration: none;
  }

  .social__icon:hover:before {
    opacity: 1;
  }

  .filter__table tbody tr:hover,
  .list__link:not(.list__link--white-bg):hover,
  .main-wrapper__account-info:hover,
  .main-wrapper__report-link:hover {
    background-color: #f5f6f7;
  }

  .form__edit:hover {
    background-position: -367px -176px;
  }

  .filter__block-toggle:hover {
    border-color: #4e789a;
  }

  .filter__table tbody tr:hover .filter__edit-btn {
    background-position: -367px -176px;
  }

  .filter__table tbody tr:hover .filter__remove-btn {
    background-position: -351px -178px;
  }

  .filter__table tbody tr:hover a,
  .filter__table tbody tr:hover button,
  .filter__table tbody tr:hover td {
    color: #2c3843;
  }

  .list--inner .list__link:hover .main-wrapper__info-box-title,
  .list--inner .list__link:hover .main-wrapper__info-list-item {
    color: #2c3843;
  }

  .list--inner .list__link:hover .list__icon-box .list__edit-btn {
    background-position: -133px -37px;
  }

  .list--inner .list__link:hover .list__icon-box .list__delete-btn {
    background-position: -322px -2px;
  }

  .list__edit-btn:hover {
    background-position: -133px -37px;
  }

  .list__delete-btn:hover {
    background-position: -322px -2px;
  }

  .list--cards .list__delete-btn:hover {
    background-position: -322px -2px !important;
  }

  .application-form__browse:hover,
  .filter-form__label--btn:hover,
  .main-wrapper button.main-wrapper__sub-title:hover,
  .main-wrapper__sub-title--link:hover {
    background-color: #eff0f0;
  }

  .main-wrapper__account-link:hover,
  .main-wrapper__toggle-btn:hover,
  .select-flag-option:hover {
    background-color: #ebedef;
    color: #2c3843;
  }

  .history-form__tag:hover {
    -webkit-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.1),
      0 1px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.1),
      0 1px 6px 0 rgba(0, 0, 0, 0.2);
  }

  .form__radio-label:hover:before,
  .history-form__switcher:hover {
    border-color: #ffc84e;
  }

  .main-wrapper__left-toggle:hover {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  }

  .main-wrapper--b2b .main-wrapper__left:hover .main-wrapper__left-toggle {
    opacity: 1;
    visibility: visible;
  }

  .form__standard-label:hover:before {
    border-color: #ffc84e;
  }

  .application-form__file-item:hover:before {
    background-position: -142px -29px;
  }

  .application-form__file-item--pdf:hover:before {
    background-position: left -29px;
  }

  .application-form__file-item--doc:hover:before {
    background-position: -24px -29px;
  }

  .application-form__file-item--docx:hover:before {
    background-position: -48px -29px;
  }

  .application-form__file-item--xls:hover:before {
    background-position: -71px -29px;
  }

  .application-form__file-item--xlsx:hover:before {
    background-position: -95px -29px;
  }

  .application-form__file-item--zip:hover:before {
    background-position: -119px -29px;
  }

  .application-form__file-item--rar:hover:before {
    background-position: -166px -29px;
  }

  .application-form__file-item--rtf:hover:before {
    background-position: -190px -29px;
  }

  .application-form__file-item--ppt:hover:before {
    background-position: -214px -29px;
  }

  .application-form__file-item--pptx:hover:before {
    background-position: -237px -29px;
  }

  .application-form__file-item--xml:hover:before {
    background-position: -261px -29px;
  }

  .application-form__file-item--jpg:hover:before {
    background-position: -285px -29px;
  }

  .application-form__file-item--jpeg:hover:before {
    background-position: -308px -29px;
  }

  .application-form__file-item--png:hover:before {
    background-position: -332px -29px;
  }

  .application-form__file-item--gif:hover:before {
    background-position: -356px -29px;
  }

  .application-form__file-item--mp4:hover:before {
    background-position: -380px -29px;
  }

  .filter__paging-btn:hover,
  .filter__paging-item:not(.filter__paging-item--active):not(
      .filter__paging-item--btn-box
    ):hover,
  .form__date-item:not(.form__date-item--active):hover {
    background-color: #ebedef;
  }

  .main-wrapper__report-type-label:hover .main-wrapper__report-doc-icon {
    background-position: left -40px;
  }

  .btn-download:hover {
    color: #ff4700;
    text-decoration: underline;
  }

  .btn-download:hover:before {
    background-position: -62px -188px;
  }

  .btn-download--green:hover {
    color: #2ba87c;
  }

  .btn-download--green:hover:before {
    background-position: -102px -188px;
  }
}

.application-form__browse:active,
.filter__order:active,
.filter__paging-item:not(.filter__paging-item--active):active,
.form__radio-label:active,
.main-wrapper__account-info:active,
.main-wrapper__bottom-link:active,
.main-wrapper__report-type-label:active,
.main-wrapper__third-list-switcher-box:not(
    .main-wrapper__third-list-switcher-box--active
  ):active
  .main-wrapper__third-list-img,
.modal__action-text:active,
.select-flag-option:active,
a:active,
button:active {
  opacity: 0.7;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.form__date-item:active,
.history-form__switcher:active,
.history-form__tag:active {
  opacity: 0.9;
}

.main-wrapper__left-toggle:active {
  opacity: 0.7 !important;
}

.bonus__section-middle-gray-box-activate-payment {
  margin-bottom: 8px;
}

.bonus__section-middle-gray-box-payment {
  margin-bottom: 24px;
  text-transform: uppercase;
}

input,
textarea,
select,
body,
body * {
  font-family: "Team-Regular", "Helvetica", "Arial", "sans-serif";
  font-weight: normal;
}

.fb,
.monserrat-medium,
b,
.btn,
strong {
  font-family: "Team-Bold", "Helvetica", "Arial", "sans-serif";
  font-weight: normal;
}

.ru .fb,
.ru b,
.ru strong {
  font-weight: bold;
}

.lt-widget-wrap *,
.lt-label * {
  font-family: "Team-Regular", "Helvetica", "Arial", "sans-serif" !important;
  font-weight: normal;
}

.ru .static-content h1,
.ru .static-content h2,
.ru .static-content h3 {
  font-family: "Team-Bold", "Helvetica", "Arial", "sans-serif";
  font-weight: bold;
}

/* Account.jsx */
.showHideBtn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #0f405e;
}

.verification_button {
  width: 30%;
  font-size: small;
}

.verification_bloc_div {
  display: flex;
  /* flex-direction: column; */
  align-items: flex-end;
  gap: 10px;
}

.otp-input {
  justify-content: space-between !important;
}