@charset "UTF-8";
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }
  @media (min-width: 1400px) {
    .container {
      width: 100%;
      padding: 0 5%; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  line-height: 1.42857143; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " "; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px; }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px; }

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px; }

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

/* Markup: Skweb (skt.pw) */
.full-bg {
  background-position: center center;
  background-size: cover !important; }

.full-screen-height {
  height: 100%;
  width: 100%; }

.abs-link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  display: block;
  overflow: hidden;
  text-indent: -9999px; }

body {
  width: 100%;
  color: #000;
  font: 14px Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  user-select: none; }

a {
  text-decoration: none;
  color: #302d77; }

a:hover {
  color: #c9291d;
  text-decoration: none; }

button {
  outline: none;
  cursor: pointer;
  background: none;
  border: none;
  display: inline-block; }

.all-page-wrapper {
  width: 100%; }

.container {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
  max-width: 2000px; }
  @media (min-width: 1750px) {
    .container {
      padding: 0 110px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .container {
      padding: 0 4%; } }
  @media (max-width: 767px) {
    .container {
      padding: 0 6%; } }

.global-close-btn {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 20px;
  height: 20px;
  background: none;
  outline: none;
  border: none;
  z-index: 5; }
  @media (max-width: 767px) {
    .global-close-btn {
      top: 40px;
      right: 30px; } }
  .global-close-btn:before, .global-close-btn:after {
    content: "";
    display: block;
    clear: both;
    height: 2px;
    background-color: #FEE441;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    width: 135%;
    top: 0;
    margin-top: 8px;
    margin-left: -3px;
    transition: all 0.3s ease; }
  .global-close-btn:after {
    transform: rotate(-45deg); }

._g-track-btn {
  position: relative;
  display: inline-block;
  background: none;
  border: 2px solid rgba(136, 134, 134, 0.6);
  padding: 22px 40px 25px;
  color: #ffffff;
  font-weight: 500;
  font-size: 23px;
  border-radius: 10px;
  transition: all 0.3s ease; }
  @media (min-width: 768px) and (max-width: 991px) {
    ._g-track-btn {
      font-size: 20px; } }
  @media (max-width: 767px) {
    ._g-track-btn {
      font-size: 18px;
      padding: 18px 10px;
      text-align: center;
      border-width: 1px; }
      ._g-track-btn i {
        width: 20px; }
        ._g-track-btn i img {
          width: 100%; } }
  ._g-track-btn:hover {
    border-color: #fff;
    color: #fff;
    background: rgba(136, 134, 134, 0.6); }
    ._g-track-btn:hover i {
      transform: scale(1.2); }
  ._g-track-btn span {
    display: inline-block;
    vertical-align: middle; }
  ._g-track-btn i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    position: relative;
    transition: all 0.2s ease;
    backface-visibility: hidden; }

.tab-content > .tab-pane {
  display: none;
  visibility: hidden; }

.tab-content > .active {
  display: block;
  visibility: visible; }

b, strong, h1, h2, h3, h4, h5 {
  font-weight: 500; }

.body-page {
  width: 100%;
  overflow: hidden;
  min-height: 100vh; }

._g-green-button {
  position: relative;
  display: inline-block;
  background: #00A651;
  padding: 22px 40px 26px;
  color: #ffffff;
  font-weight: 500;
  font-size: 23px;
  border-radius: 10px;
  transition: all 0.3s ease; }
  @media (min-width: 768px) and (max-width: 991px) {
    ._g-green-button {
      padding-left: 20px;
      padding-right: 20px;
      font-size: 20px; } }
  @media (max-width: 767px) {
    ._g-green-button {
      padding: 20px 20px;
      font-size: 18px; } }
  ._g-green-button:hover {
    color: #fff;
    background: #028e46; }
    ._g-green-button:hover i {
      transform: translateX(3px); }
  ._g-green-button span {
    display: inline-block;
    vertical-align: middle; }
  ._g-green-button i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    position: relative;
    transition: all 0.3s ease; }
    @media (max-width: 767px) {
      ._g-green-button i {
        width: 20px;
        margin-left: 10px; }
        ._g-green-button i img {
          width: 100%; } }
  ._g-green-button._mod-xl {
    font-size: 36px;
    border-radius: 15px;
    padding-right: 45px;
    padding-left: 70px; }
    @media (max-width: 767px) {
      ._g-green-button._mod-xl {
        font-size: 20px;
        padding: 12px 20px 16px; } }
  ._g-green-button._mod-sm {
    min-width: 140px;
    font-size: 16px;
    border-radius: 5px;
    padding: 15px 22px 17px; }
  ._g-green-button._mod-blue {
    background: #2E2B74; }
    ._g-green-button._mod-blue:hover {
      background: #028e46; }

._g-acc-link {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #2e2b74;
  font-weight: 500;
  transition: all 0.3s ease;
  padding-right: 15px; }
  ._g-acc-link:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    display: inline-block;
    border: solid #2e2b74;
    border-width: 0 1px 1px 0;
    padding: 3px;
    transform: rotate(-135deg);
    right: 0;
    top: 50%;
    margin-top: -3px; }
  ._g-acc-link:hover {
    color: #00A532; }
    ._g-acc-link:hover:after {
      border-color: #00A532; }
  ._g-acc-link b {
    display: inline-block; }
  ._g-acc-link span {
    display: none; }
  ._g-acc-link.collapsed:after {
    transform: rotate(45deg);
    margin-top: -6px; }
  ._g-acc-link.collapsed span {
    display: inline-block; }
  ._g-acc-link.collapsed b {
    display: none; }

body .daterangepicker.ltr {
  border-radius: 10px;
  border: none;
  box-shadow: 0 0 80px rgba(77, 77, 87, 0.11);
  padding: 30px 40px;
  font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
  min-width: 648px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    body .daterangepicker.ltr:not(.single) {
      left: auto !important;
      right: 0 !important;
      width: 503px; } }
  @media (max-width: 767px) {
    body .daterangepicker.ltr {
      top: 0px !important;
      position: fixed;
      min-width: 0;
      width: 100%;
      border-radius: 20px;
      left: 0 !important;
      padding: 10px 15px;
      -webkit-overflow-scrolling: touch;
      overflow-x: hidden;
      overflow-y: auto;
      bottom: 5px; }
      body .daterangepicker.ltr:after {
        display: none; }
      body .daterangepicker.ltr .hourselect,
      body .daterangepicker.ltr .minuteselect,
      body .daterangepicker.ltr .monthselect,
      body .daterangepicker.ltr .yearselect {
        border: 1px solid #ccc; } }
  body .daterangepicker.ltr .drp-calendar {
    max-width: 290px; }
  body .daterangepicker.ltr .drp-buttons {
    border: none;
    text-align: center;
    padding-bottom: 0; }
    body .daterangepicker.ltr .drp-buttons .drp-selected {
      display: none; }
    body .daterangepicker.ltr .drp-buttons button {
      background: none;
      border: none;
      font-weight: 500;
      outline: none;
      font-size: 18px;
      transition: 0.3s;
      margin: 0 15px; }
      @media (max-width: 767px) {
        body .daterangepicker.ltr .drp-buttons button {
          border: 1px solid #ddd;
          padding: 10px 10px;
          border-radius: 20px; } }
    body .daterangepicker.ltr .drp-buttons .cancelBtn {
      color: #d1d1d1; }
      body .daterangepicker.ltr .drp-buttons .cancelBtn:hover {
        color: #000; }
    body .daterangepicker.ltr .drp-buttons .applyBtn {
      color: #2E2B74; }
      @media (max-width: 767px) {
        body .daterangepicker.ltr .drp-buttons .applyBtn {
          background: #2E2B74;
          color: #fff;
          border-color: transparent; } }
  body .daterangepicker.ltr .ranges {
    display: none; }
  body .daterangepicker.ltr .calendar {
    float: none; }
  body .daterangepicker.ltr .calendar-time {
    padding-left: 0; }
  body .daterangepicker.ltr .calendar-table td {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    border: 1px solid #F1F1F1;
    width: 38px;
    height: 38px;
    min-width: 38px;
    line-height: 28px;
    border-radius: 0; }

@media (max-width: 767px) and (orientation: landscape) {
  body .daterangepicker.ltr .calendar-table td {
    width: 35px;
    height: 35px;
    line-height: 28px;
    min-width: 35px; } }
  body .daterangepicker.ltr .calendar-table thead tr:last-child th {
    border-bottom: 1px solid #F1F1F1;
    font-size: 12px;
    font-weight: 500;
    color: #b7b7b7;
    padding-top: 20px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      body .daterangepicker.ltr .calendar-table thead tr:last-child th {
        padding-top: 0; } }
  body .daterangepicker.ltr .calendar-table thead th.month {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
    padding-top: 10px; }
  body .daterangepicker.ltr td.in-range {
    background: #F4F4F8;
    border-color: #F4F4F8; }
  body .daterangepicker.ltr td.active {
    background-color: #2E2B74;
    border-color: #2E2B74;
    color: #fff; }
  body .daterangepicker.ltr td.off.available {
    color: #fff !important;
    background: #fff !important;
    border-color: #F1F1F1 !important; }
  body .daterangepicker.ltr td.disabled {
    color: #d6d6d6; }
  body .daterangepicker.ltr .left {
    position: relative; }
    body .daterangepicker.ltr .left:after {
      content: "";
      display: block;
      clear: both;
      position: absolute;
      left: 100%;
      top: 0;
      height: 55px;
      width: 1px;
      background: #EBEBEB; }
      @media (max-width: 767px) {
        body .daterangepicker.ltr .left:after {
          display: none; } }
  body .daterangepicker.ltr .prev,
  body .daterangepicker.ltr .next {
    width: 34px;
    padding: 0; }
    body .daterangepicker.ltr .prev:hover,
    body .daterangepicker.ltr .next:hover {
      background: #EDEDF4; }
    body .daterangepicker.ltr .prev span,
    body .daterangepicker.ltr .next span {
      display: block;
      width: 36px;
      height: 24px;
      background: url(../images/calendar-arrow.png) no-repeat 50% 50%;
      background-size: 25px auto;
      transform: rotate(0deg);
      border: none;
      padding: 0; }
  body .daterangepicker.ltr .prev span {
    transform: rotate(-180deg); }

._g-pagination-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center; }
  @media (max-width: 767px) {
    ._g-pagination-box {
      flex-wrap: wrap; } }
  ._g-pagination-box .pagination-stat {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    font-size: 13px;
    color: #868a96; }
  ._g-pagination-box .prev-page-btn,
  ._g-pagination-box .next-page-btn {
    border-radius: 10px;
    width: 45px;
    height: 45px;
    min-width: 45px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: #EBEBF0;
    margin-right: 10px;
    transition: all 0.3s ease; }
    ._g-pagination-box .prev-page-btn:hover,
    ._g-pagination-box .next-page-btn:hover {
      background: #00A651; }
      ._g-pagination-box .prev-page-btn:hover:before,
      ._g-pagination-box .next-page-btn:hover:before {
        border-color: #fff; }
    ._g-pagination-box .prev-page-btn:before,
    ._g-pagination-box .next-page-btn:before {
      content: "";
      display: block;
      clear: both;
      display: inline-block;
      border: solid #000;
      border-width: 0 2px 2px 0;
      padding: 4px;
      margin-left: -5px;
      transition: all 0.3s ease;
      transform: rotate(-45deg); }
  ._g-pagination-box .prev-page-btn:before {
    transform: rotate(135deg);
    margin-left: 3px; }
  ._g-pagination-box .page-changer {
    padding-right: 10px; }
    ._g-pagination-box .page-changer .form-control {
      width: 45px;
      height: 45px;
      border-radius: 10px;
      border: 1px solid #E4E4E4;
      font-size: 17px;
      font-weight: 500;
      color: #000;
      text-align: center;
      outline: none;
      box-shadow: none; }
      ._g-pagination-box .page-changer .form-control:focus, ._g-pagination-box .page-changer .form-control:hover {
        border-color: #ccc; }
  ._g-pagination-box .current-page-num {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border: 1px solid #E4E4E4;
    font-size: 17px;
    font-weight: 500;
    color: #000; }
  ._g-pagination-box .amount-pages {
    padding-left: 10px;
    font-size: 17px;
    font-weight: 500;
    color: #000; }
  ._g-pagination-box .pagination-btn-large {
    border-radius: 10px;
    background: #E5E5EB;
    font-weight: 500;
    font-size: 21px;
    width: 250px;
    height: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease; }
    ._g-pagination-box .pagination-btn-large:hover {
      background: #00A651;
      color: #fff; }
      ._g-pagination-box .pagination-btn-large:hover i {
        background: #fff; }
        ._g-pagination-box .pagination-btn-large:hover i:after {
          border-color: #fff; }
    ._g-pagination-box .pagination-btn-large i {
      display: block;
      font-style: normal;
      position: relative;
      width: 24px;
      height: 2px;
      margin-left: 15px;
      background: #2e2b74; }
      ._g-pagination-box .pagination-btn-large i:after {
        content: "";
        display: block;
        clear: both;
        display: inline-block;
        position: absolute;
        right: 1px;
        border: solid #2e2b74;
        border-width: 0 2px 2px 0;
        padding: 5px;
        top: -5px;
        transform: rotate(-45deg); }
  ._g-pagination-box .cent-btn-wrap {
    padding-right: 200px;
    margin-left: auto;
    margin-right: auto; }

header {
  position: relative;
  width: 100%;
  z-index: 26;
  background: #fff;
  box-shadow: 0 0 40px rgba(46, 43, 116, 0.1); }
  header:after {
    content: "";
    display: block;
    clear: both; }
  @media (max-width: 767px) {
    header {
      top: 40px; } }
  @media (max-width: 767px) and (orientation: landscape) {
    header {
      top: 20px; } }
  header .header-top {
    background: #2E2B74;
    position: relative;
    z-index: 5; }
  header .head-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 90px; }
    header .head-flex .header-left {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center; }
    header .head-flex .header-right {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-end;
      align-items: center; }
  header .logo-col {
    position: relative;
    border-right: 1px solid rgba(157, 155, 190, 0.17);
    padding-right: 2vw;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center; }
    @media (min-width: 992px) and (max-width: 1199px) {
      header .logo-col {
        padding-right: 2vw; } }
    @media (min-width: 768px) and (max-width: 991px) {
      header .logo-col {
        padding-right: 2vw; } }
    @media (max-width: 767px) {
      header .logo-col {
        width: 100%; } }
    header .logo-col .logo {
      display: block; }
      header .logo-col .logo img {
        width: 15vw;
        max-width: 228px; }
        @media (min-width: 768px) and (max-width: 991px) {
          header .logo-col .logo img {
            width: 20vw; } }
  header .region-col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
    border-right: 1px solid rgba(157, 155, 190, 0.17);
    position: relative;
    min-width: 230px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      header .region-col {
        min-width: 0;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start; } }
    @media (min-width: 768px) and (max-width: 991px) {
      header .region-col {
        min-width: 0;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start; } }
    header .region-col .region-btn {
      min-width: 90px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center; }
      header .region-col .region-btn > img {
        margin-right: 5px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          header .region-col .region-btn > img {
            margin-top: -20px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          header .region-col .region-btn > img {
            margin-top: -20px; } }
    header .region-col .region-label {
      display: block;
      color: rgba(255, 255, 255, 0.5);
      font-size: 11px;
      margin-right: 15px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        header .region-col .region-label {
          padding-left: 25px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        header .region-col .region-label {
          padding-left: 25px; } }
    header .region-col select {
      visibility: hidden; }
    header .region-col .bootstrap-select {
      width: auto !important; }
      header .region-col .bootstrap-select .btn {
        outline: none !important; }
      header .region-col .bootstrap-select .dropdown-menu.open {
        border-radius: 12px;
        margin-top: -16px;
        left: -30px;
        padding: 19px 20px 20px; }
        header .region-col .bootstrap-select .dropdown-menu.open .bs-searchbox {
          position: relative;
          padding: 0;
          margin-bottom: 10px; }
          header .region-col .bootstrap-select .dropdown-menu.open .bs-searchbox:before {
            content: "";
            display: block;
            clear: both;
            position: absolute;
            top: 0;
            left: 0;
            width: 45px;
            bottom: 0;
            background: url(../images/country-search-icon.png) no-repeat 50% 50%; }
          header .region-col .bootstrap-select .dropdown-menu.open .bs-searchbox .form-control {
            padding-left: 45px;
            height: 40px;
            border-radius: 10px;
            box-shadow: none;
            border-color: #E0E0E8; }
            header .region-col .bootstrap-select .dropdown-menu.open .bs-searchbox .form-control:focus {
              border-color: rgba(46, 43, 116, 0.3); }
      header .region-col .bootstrap-select .dropdown-menu.inner {
        max-height: 350px !important;
        width: 320px; }
        header .region-col .bootstrap-select .dropdown-menu.inner li {
          margin-right: 10px; }
          header .region-col .bootstrap-select .dropdown-menu.inner li a {
            color: #2e2b74;
            border-radius: 5px;
            transition: all 0.3s ease; }
            header .region-col .bootstrap-select .dropdown-menu.inner li a:hover {
              background: #EAE9F1; }
            header .region-col .bootstrap-select .dropdown-menu.inner li a .inline-flag {
              margin-right: 10px; }
        header .region-col .bootstrap-select .dropdown-menu.inner li.selected a,
        header .region-col .bootstrap-select .dropdown-menu.inner li.active a {
          background: #2E2B74;
          color: #fff; }
    header .region-col .btn {
      color: #ffffff;
      font-size: 14px;
      font-weight: 500;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      position: relative;
      padding: 0; }
      header .region-col .btn:hover:after {
        border-color: rgba(255, 255, 255, 0.4); }
      header .region-col .btn .filter-option {
        width: auto !important;
        margin-top: 0; }
      header .region-col .btn .flag {
        background: none !important;
        padding-left: 0; }
      header .region-col .btn .bs-caret {
        display: none; }
      header .region-col .btn:after {
        content: "";
        display: block;
        clear: both;
        margin-top: -2px;
        margin-left: 10px;
        display: inline-block;
        border: solid rgba(255, 255, 255, 0.7);
        border-width: 0 1px 1px 0;
        padding: 3px;
        transform: rotate(45deg); }
  header .lang-col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 4;
    padding-left: 2vw; }
    header .lang-col .dropdown-backdrop {
      display: none; }
    header .lang-col .current-lang {
      color: #fff;
      display: block;
      font-size: 13px;
      font-weight: normal;
      padding: 0 25px 0 0;
      position: relative; }
      @media (min-width: 768px) and (max-width: 991px) {
        header .lang-col .current-lang {
          padding-right: 0px;
          padding-bottom: 15px; } }
      header .lang-col .current-lang:before {
        content: "";
        display: block;
        clear: both;
        border: solid rgba(255, 255, 255, 0.7);
        border-width: 0 1px 1px 0;
        display: inline-block;
        right: 0;
        margin-top: -5px;
        padding: 3px;
        position: absolute;
        top: 50%;
        transform: rotate(45deg); }
        @media (min-width: 768px) and (max-width: 991px) {
          header .lang-col .current-lang:before {
            top: 100%;
            right: auto;
            left: 50%;
            margin-top: -8px;
            margin-left: -8px; } }
      header .lang-col .current-lang i {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        min-width: 30px;
        padding: 5px;
        transition: all 0.3s ease;
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-radius: 50%;
        margin-right: 10px; }
      @media (min-width: 768px) and (max-width: 991px) {
        header .lang-col .current-lang span {
          display: none; } }
      header .lang-col .current-lang img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        display: block; }
      header .lang-col .current-lang:hover {
        color: #ECECF2; }
        header .lang-col .current-lang:hover img {
          border-color: #fff; }
        header .lang-col .current-lang:hover:before {
          border-color: rgba(255, 255, 255, 0.4); }
    header .lang-col.open .langs-drop {
      display: block; }
    header .lang-col.open .current-lang img {
      border-color: rgba(255, 255, 255, 0.8); }
    header .lang-col.open .current-lang:after {
      border-color: #fff; }
    header .lang-col .langs-drop {
      background: rgba(46, 43, 116, 0.95);
      border-radius: 0 0 22px 22px;
      box-shadow: 0 0 93px rgba(63, 86, 130, 0.1);
      display: none;
      padding: 18px 17px 20px 2vw;
      position: absolute;
      left: 0;
      text-align: left;
      top: 100%;
      min-width: 180px; }
    header .lang-col .langs-list a {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      padding: 0;
      color: #fff;
      font-size: 13px;
      font-weight: normal; }
      header .lang-col .langs-list a:hover {
        color: #ddd; }
        header .lang-col .langs-list a:hover img {
          border-color: rgba(255, 255, 255, 0.5); }
      header .lang-col .langs-list a img {
        border-radius: 50%;
        border: 1px solid rgba(139, 136, 136, 0.4);
        padding: 5px;
        transition: 0.3s;
        margin-right: 10px;
        width: 30px;
        min-width: 30px; }
      header .lang-col .langs-list a span {
        display: block;
        padding: 15px 0;
        text-align: center; }
  header .curier-column {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    border-right: 1px solid rgba(157, 155, 190, 0.17);
    position: relative;
    margin-right: -1px; }
    header .curier-column .lang-col {
      margin-right: 2vw; }
  header .order-curier-btn {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-size: 13px;
    padding: 0 2vw;
    transition: all 0.3s ease; }
    @media (min-width: 768px) and (max-width: 991px) {
      header .order-curier-btn {
        display: block; } }
    header .order-curier-btn:hover, header .order-curier-btn.btn-actived {
      background: #00A651; }
    header .order-curier-btn span {
      display: block;
      position: relative;
      text-align: left; }
      @media (min-width: 768px) and (max-width: 991px) {
        header .order-curier-btn span {
          display: none; } }
      @media (min-width: 1300px) {
        header .order-curier-btn span br {
          display: none !important; } }
      header .order-curier-btn span:after {
        content: "";
        display: block;
        clear: both;
        display: inline-block;
        border: solid #fff;
        border-width: 0 1px 1px 0;
        margin-left: 15px;
        padding: 3px;
        transform: rotate(-45deg); }
        @media (min-width: 992px) and (max-width: 1199px) {
          header .order-curier-btn span:after {
            display: none; } }
    header .order-curier-btn img {
      margin-right: 15px; }
      @media (min-width: 768px) and (max-width: 991px) {
        header .order-curier-btn img {
          margin-right: 0;
          padding: 0 10px; } }
  header .head-name-col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
    color: rgba(255, 255, 255, 0.7); }
  header .login-column {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-left: 1vw; }
    header .login-column.filled-green {
      position: relative; }
      header .login-column.filled-green:before {
        content: "";
        display: block;
        clear: both;
        position: absolute;
        left: 0;
        width: 50vw;
        bottom: 0;
        top: 0;
        background: #00A651; }
    header .login-column .login-btn {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      height: 100%;
      color: #fff;
      padding: 0 1vw;
      transition: all 0.3s ease; }
      header .login-column .login-btn:hover {
        color: #ddd; }
      header .login-column .login-btn:last-child {
        padding-right: 0; }
      header .login-column .login-btn img {
        margin-right: 11px; }
  header .header-bottom .main-nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; }
    header .header-bottom .main-nav > li {
      position: relative; }
      header .header-bottom .main-nav > li:hover > a:before {
        opacity: 1;
        transform: translateY(0); }
      header .header-bottom .main-nav > li:hover ul {
        display: block; }
      header .header-bottom .main-nav > li:first-child {
        margin-left: -1vw; }
        header .header-bottom .main-nav > li:first-child ul {
          left: -2vw; }
      header .header-bottom .main-nav > li:last-child ul {
        left: auto;
        right: -20px; }
      header .header-bottom .main-nav > li > a {
        text-transform: uppercase;
        font-weight: bold;
        position: relative;
        display: block;
        color: #302d77;
        font-size: 14px;
        overflow: hidden; }
        @media (max-width: 1600px) {
          header .header-bottom .main-nav > li > a {
            font-size: 13px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          header .header-bottom .main-nav > li > a {
            font-size: 12px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          header .header-bottom .main-nav > li > a {
            font-size: 11px; } }
        header .header-bottom .main-nav > li > a:before {
          content: "";
          display: block;
          clear: both;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          position: absolute;
          background: #E3E3EB;
          opacity: 0;
          transition: all 0.3s ease; }
        header .header-bottom .main-nav > li > a span {
          position: relative;
          z-index: 3;
          padding: 30px 1vw 26px 1vw;
          display: block; }
          @media (min-width: 768px) and (max-width: 991px) {
            header .header-bottom .main-nav > li > a span {
              padding-top: 20px;
              padding-bottom: 18px; } }
        header .header-bottom .main-nav > li > a:after {
          content: "";
          display: block;
          clear: both;
          display: inline-block;
          position: absolute;
          border: solid #444284;
          border-width: 0 1px 1px 0;
          padding: 3px;
          transform: rotate(45deg);
          opacity: 0;
          right: 18px;
          top: 50%;
          margin-top: -7px; }
    header .header-bottom .main-nav li.has-child > a span {
      padding-right: 35px; }
      @media (min-width: 768px) and (max-width: 991px) {
        header .header-bottom .main-nav li.has-child > a span {
          padding-right: 20px; } }
    header .header-bottom .main-nav li.has-child > a:after {
      opacity: 1; }
    header .header-bottom .main-nav ul {
      position: absolute;
      background: #FFFFFF;
      top: 100%;
      left: -25px;
      min-width: 120%;
      padding: 20px 18px;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      display: none; }
      header .header-bottom .main-nav ul li {
        padding: 2px 0; }
        header .header-bottom .main-nav ul li:last-child {
          padding-bottom: 0; }
        header .header-bottom .main-nav ul li a {
          padding: 10px 20px 10px 32px;
          display: block;
          position: relative;
          white-space: nowrap;
          font-size: 15px;
          border-radius: 6px;
          color: #302d77;
          transition: all 0.3s ease; }
          header .header-bottom .main-nav ul li a:hover {
            background: #ECECF2;
            color: #302d77; }
          header .header-bottom .main-nav ul li a:before {
            content: "";
            display: block;
            clear: both;
            position: absolute;
            display: inline-block;
            border: solid #7270A1;
            border-width: 0 1px 1px 0;
            padding: 2px;
            transform: rotate(-45deg);
            left: 13px;
            top: 17px; }
  header .logined-user {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 3;
    padding: 0 15px;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px; }
    header .logined-user .icon {
      margin-right: 15px; }
  header .user-menu-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    border: none;
    background: none;
    outline: none;
    margin-right: 0;
    width: 45px;
    height: 45px;
    min-width: 45px;
    padding: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 3; }
    header .user-menu-btn:hover {
      background: rgba(0, 0, 0, 0.2); }
    header .user-menu-btn.btn-actived span {
      background-color: transparent; }
      header .user-menu-btn.btn-actived span:before {
        transform: rotate(-45deg);
        top: -1px; }
      header .user-menu-btn.btn-actived span:after {
        transform: rotate(45deg);
        bottom: 1px;
        width: 100%; }
    header .user-menu-btn span {
      display: block;
      width: 50%;
      margin: 0 auto -1px;
      height: 2px;
      background: #fff;
      transition: all 0.3s ease;
      position: relative; }
      header .user-menu-btn span:before, header .user-menu-btn span:after {
        content: "";
        display: block;
        clear: both;
        transition: all 0.3s ease;
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        box-sizing: inherit; }
      header .user-menu-btn span:before {
        top: -7px; }
      header .user-menu-btn span:after {
        bottom: -7px;
        width: 60%; }

.user-menu-box {
  position: absolute;
  right: 0;
  top: 100%;
  background: #ffffff;
  margin-top: -10px;
  border-radius: 12px;
  box-shadow: 0 0 60px rgba(21, 19, 56, 0.15);
  width: 300px;
  overflow: hidden; }
  .user-menu-box .user-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-left: -1px;
    margin-top: -1px; }
    .user-menu-box .user-menu li {
      width: 50%;
      border-left: 1px solid #EFEFF0;
      border-top: 1px solid #EFEFF0; }
    .user-menu-box .user-menu li.full {
      width: 100%; }
      .user-menu-box .user-menu li.full a {
        height: 80px; }
    .user-menu-box .user-menu a {
      position: relative;
      height: 130px;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      font-weight: 500;
      font-size: 15px;
      color: #00a651;
      transition: all 0.3s ease;
      padding-bottom: 10px; }
      .user-menu-box .user-menu a:hover {
        background: #2E2B74;
        color: #fff; }
        .user-menu-box .user-menu a:hover i {
          filter: grayscale(1) brightness(0) invert(1); }
      .user-menu-box .user-menu a i {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        height: 60px;
        transition: all 0.3s ease; }

.mobile-header {
  position: absolute;
  z-index: 30;
  background: #2E2B74;
  top: 0;
  left: 0;
  width: 100%;
  display: none; }
  @media (max-width: 767px) {
    .mobile-header {
      display: block; } }
  .mobile-header .top-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch; }
    .mobile-header .top-header .logo-col {
      width: 100%;
      max-width: 250px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      padding: 15px 6vw 13px 6%; }
    .mobile-header .top-header .btn-col {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-end;
      align-items: stretch;
      min-width: 120px;
      border-left: 1px solid rgba(255, 255, 255, 0.19); }
    .mobile-header .top-header .user-menu-box {
      margin-left: -150px;
      margin-top: 10px;
      top: 100%;
      right: auto;
      left: 50%;
      width: 300px;
      overflow: hidden; }
    .mobile-header .top-header .login-btn {
      width: 60px;
      height: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center; }
    .mobile-header .top-header .mobile-menu-btn {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      position: relative;
      border: none;
      background: none;
      outline: none;
      margin-right: 0;
      width: 60px;
      height: 100%;
      min-width: 45px;
      padding: 0;
      background: #00A651;
      z-index: 3; }
      .mobile-header .top-header .mobile-menu-btn.btn-actived span {
        background-color: transparent; }
        .mobile-header .top-header .mobile-menu-btn.btn-actived span:before {
          transform: rotate(-45deg);
          top: -1px; }
        .mobile-header .top-header .mobile-menu-btn.btn-actived span:after {
          transform: rotate(45deg);
          bottom: 1px;
          width: 100%; }
      .mobile-header .top-header .mobile-menu-btn span {
        display: block;
        width: 50%;
        margin: 0 auto -1px;
        height: 2px;
        background: #fff;
        transition: all 0.3s ease;
        position: relative; }
        .mobile-header .top-header .mobile-menu-btn span:before, .mobile-header .top-header .mobile-menu-btn span:after {
          content: "";
          display: block;
          clear: both;
          transition: all 0.3s ease;
          position: absolute;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: #fff;
          box-sizing: inherit; }
        .mobile-header .top-header .mobile-menu-btn span:before {
          top: -7px; }
        .mobile-header .top-header .mobile-menu-btn span:after {
          bottom: -7px;
          width: 60%; }

.mobile-dropdown-footer {
  background: #fff;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.49);
  display: none; }
  .mobile-dropdown-footer .lang-boxes {
    background: #F4F4F8;
    padding-top: 10px;
    padding-bottom: 10px; }
  .mobile-dropdown-footer .lang-item {
    width: 100%;
    padding: 10px 0; }
    .mobile-dropdown-footer .lang-item .item-flex {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      width: 100%; }
      .mobile-dropdown-footer .lang-item .item-flex.open + .langs-drop {
        display: block; }
    .mobile-dropdown-footer .lang-item .loc-label {
      min-width: 75px;
      display: block;
      font-size: 13px;
      color: #7f7f96;
      width: 40%; }
    .mobile-dropdown-footer .lang-item .current-lang {
      color: #000;
      display: block;
      font-size: 15px;
      padding: 0;
      position: relative;
      width: 100%;
      font-weight: 500; }
      @media (min-width: 768px) and (max-width: 991px) {
        .mobile-dropdown-footer .lang-item .current-lang {
          padding-right: 0px;
          padding-bottom: 15px; } }
      .mobile-dropdown-footer .lang-item .current-lang:after {
        content: "";
        display: block;
        clear: both;
        margin-top: -5px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-right: 15px;
        display: inline-block;
        border: solid #2E2B74;
        border-width: 0 1px 1px 0;
        padding: 4px;
        transform: rotate(-45deg); }
      .mobile-dropdown-footer .lang-item .current-lang i {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        min-width: 30px;
        padding: 5px;
        transition: all 0.3s ease;
        border: 1px solid #CFCEDF;
        border-radius: 50%;
        margin-right: 10px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .mobile-dropdown-footer .lang-item .current-lang span {
          display: none; } }
      .mobile-dropdown-footer .lang-item .current-lang img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        display: block; }
    .mobile-dropdown-footer .lang-item .dropdown-backdrop {
      display: none; }
    .mobile-dropdown-footer .lang-item .langs-drop {
      padding-top: 10px;
      display: none; }
      .mobile-dropdown-footer .lang-item .langs-drop .langs-holder {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center; }
      .mobile-dropdown-footer .lang-item .langs-drop .loc-label {
        opacity: 0; }
    .mobile-dropdown-footer .lang-item .langs-list {
      width: 100%; }
      .mobile-dropdown-footer .lang-item .langs-list a {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        padding: 0;
        color: #000;
        font-size: 15px;
        font-weight: normal; }
        .mobile-dropdown-footer .lang-item .langs-list a img {
          border-radius: 50%;
          border: 1px solid rgba(139, 136, 136, 0.4);
          padding: 5px;
          transition: 0.3s;
          margin-right: 13px;
          width: 30px;
          min-width: 30px; }
        .mobile-dropdown-footer .lang-item .langs-list a span {
          display: block;
          padding: 15px 0;
          text-align: center; }
  .mobile-dropdown-footer .loc-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #E6E6EF;
    position: relative; }
    .mobile-dropdown-footer .loc-item:last-child {
      border: none; }
    .mobile-dropdown-footer .loc-item .loc-label {
      min-width: 75px;
      display: block;
      font-size: 13px;
      color: #7f7f96;
      width: 40%; }
    .mobile-dropdown-footer .loc-item .region-btn {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      width: 100%; }
      .mobile-dropdown-footer .loc-item .region-btn .icon {
        width: 32px;
        min-width: 32px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        margin-right: 10px; }
      .mobile-dropdown-footer .loc-item .region-btn div.bootstrap-select {
        width: 100%;
        outline: none; }
      .mobile-dropdown-footer .loc-item .region-btn .btn {
        color: #000;
        font-size: 15px;
        font-weight: 500;
        display: flex;
        flex-direction: row;
        outline: none;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        padding: 5px 0; }
        .mobile-dropdown-footer .loc-item .region-btn .btn .filter-option {
          width: auto !important;
          margin-top: 0; }
        .mobile-dropdown-footer .loc-item .region-btn .btn .flag {
          background: none !important;
          padding-left: 0; }
        .mobile-dropdown-footer .loc-item .region-btn .btn .bs-caret {
          display: none; }
        .mobile-dropdown-footer .loc-item .region-btn .btn:after {
          content: "";
          display: block;
          clear: both;
          margin-top: -1px;
          position: absolute;
          right: 0;
          margin-right: 15px;
          display: inline-block;
          border: solid #2E2B74;
          border-width: 0 1px 1px 0;
          padding: 4px;
          transform: rotate(-45deg); }
  .mobile-dropdown-footer .mobile-nav {
    padding-top: 10px;
    padding-bottom: 10px; }
    .mobile-dropdown-footer .mobile-nav .main-nav > li {
      width: 100%;
      position: relative; }
      .mobile-dropdown-footer .mobile-nav .main-nav > li.has-child i {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 50px;
        width: 50px;
        z-index: 3; }
        .mobile-dropdown-footer .mobile-nav .main-nav > li.has-child i:before {
          content: "";
          display: block;
          clear: both;
          position: absolute;
          right: 100%;
          top: 13px;
          bottom: 13px;
          border-left: 1px solid #EFEFFe; }
        .mobile-dropdown-footer .mobile-nav .main-nav > li.has-child i:after {
          content: "";
          display: block;
          clear: both;
          margin-top: -6px;
          margin-left: -3px;
          position: absolute;
          top: 50%;
          left: 50%;
          display: inline-block;
          border: solid #2E2B74;
          border-width: 0 1px 1px 0;
          padding: 3px;
          transform: rotate(45deg); }
      .mobile-dropdown-footer .mobile-nav .main-nav > li.has-child.expanded i:after {
        transform: rotate(-135deg);
        margin-top: -3px; }
      .mobile-dropdown-footer .mobile-nav .main-nav > li.has-child a {
        padding-right: 55px; }
      .mobile-dropdown-footer .mobile-nav .main-nav > li > a {
        border-bottom: 1px solid #EFEFF5;
        display: block;
        width: 100%;
        position: relative;
        padding: 13px 15px 14px 0;
        font-size: 16px;
        font-weight: 500; }
      .mobile-dropdown-footer .mobile-nav .main-nav > li:last-child > a {
        border: none; }
      .mobile-dropdown-footer .mobile-nav .main-nav > li ul {
        display: none; }
        .mobile-dropdown-footer .mobile-nav .main-nav > li ul a {
          display: block;
          border-bottom: 1px solid #EFEFF5;
          padding: 6px 0 7px 15px; }
  .mobile-dropdown-footer .curier-wrap {
    position: relative;
    width: 100%; }
  .mobile-dropdown-footer .full-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    width: 100%;
    background: #fff;
    padding: 0 6%;
    font-size: 17px;
    font-weight: 500;
    color: #2e2b74; }
    .mobile-dropdown-footer .full-btn i {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      width: 50px; }
  .mobile-dropdown-footer .order-curier-btn {
    background: #2E2B74;
    color: #fff; }
  .mobile-dropdown-footer .btn-send {
    background: #00A651;
    color: #fff; }

/* TOP INDEX SECTION */
.index-top-section {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 70px 0 100px; }
  @media (max-width: 767px) {
    .index-top-section {
      max-height: 650px;
      padding: 60px 0 30px;
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100);
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: flex-end;
      align-items: stretch; } }
  .index-top-section .sect-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 950px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .index-top-section .sect-bg {
        position: absolute;
        height: 100%; } }
    .index-top-section .sect-bg:before {
      content: "";
      display: block;
      clear: both;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(0, 0, 0, 0.1); }
    .index-top-section .sect-bg .overlay {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      background: #000000;
      opacity: 0;
      z-index: 3; }
    .index-top-section .sect-bg .bg-holder {
      padding-bottom: 50%;
      position: relative; }
    .index-top-section .sect-bg picture {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transform: scale(1.1); }
      .index-top-section .sect-bg picture img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .index-top-section .sect-bg .desktop-bg {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-attachment: fixed !important;
      background-position: 50% 50% !important;
      background-size: cover !important; }
  .index-top-section .sect-content {
    position: relative;
    z-index: 3;
    color: #fff; }
    .index-top-section .sect-content .text-wrapper {
      width: 50%;
      padding-bottom: 3vh; }
      @media (min-width: 768px) {
        .index-top-section .sect-content .text-wrapper {
          opacity: 0;
          transform: translateX(-10px); } }
      @media (max-width: 767px) {
        .index-top-section .sect-content .text-wrapper {
          width: 100%; } }
    .index-top-section .sect-content h1 {
      font-size: 5vw;
      line-height: 5vw;
      margin: 0 0 30px; }
      @media (min-width: 1400px) {
        .index-top-section .sect-content h1 {
          font-size: 4.5vw;
          line-height: 4.5vw; } }
      @media (max-width: 767px) {
        .index-top-section .sect-content h1 {
          font-size: 11vw;
          line-height: 12vw; } }
    .index-top-section .sect-content p {
      font-size: 22px;
      line-height: 33px;
      font-weight: 300;
      margin: 0 0 20px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .index-top-section .sect-content p {
          font-size: 18px;
          line-height: 28px; } }
      @media (max-width: 767px) {
        .index-top-section .sect-content p {
          display: none; } }
    .index-top-section .sect-content .button-wrapper {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: stretch; }
      @media (max-width: 767px) {
        .index-top-section .sect-content .button-wrapper {
          display: block; } }
      @media (min-width: 768px) {
        .index-top-section .sect-content .button-wrapper {
          opacity: 0;
          transform: translateY(10px); } }
      .index-top-section .sect-content .button-wrapper a {
        margin-left: 30px; }
        @media (max-width: 767px) {
          .index-top-section .sect-content .button-wrapper a {
            margin-left: 0;
            margin-top: 10px;
            width: 100%;
            text-align: center; } }
        .index-top-section .sect-content .button-wrapper a:first-child {
          margin-left: 0; }
          @media (max-width: 767px) {
            .index-top-section .sect-content .button-wrapper a:first-child {
              margin-top: 0; } }

@media (max-width: 767px) {
  body {
    background: #000; }
    body .body-page {
      background: #fff;
      transition: opacity 0.5s ease; } }

body.menu-opened .body-page {
  opacity: 0.6; }

@media (min-width: 768px) {
  .js_animTopSection .sect-holder {
    opacity: 0; } }

.inner-rel-wrapper {
  background: #ffffff;
  position: relative;
  z-index: 5; }

.feats-section {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .feats-section {
      padding: 40px 0 35px; } }
  .feats-section h2 {
    font-weight: 500;
    margin: 0 0 55px;
    font-size: 50px; }
    @media (max-width: 767px) {
      .feats-section h2 {
        font-size: 12vw;
        line-height: 12vw;
        margin-bottom: 15px; } }
  .feats-section .feats-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 767px) {
      .feats-section .feats-list {
        align-items: stretch;
        overflow: hidden;
        margin-left: -5%;
        margin-right: -5%; } }
    .feats-section .feats-list .item {
      width: 30%;
      text-align: center;
      padding-bottom: 35px; }
      @media (max-width: 767px) {
        .feats-section .feats-list .item {
          width: 50%;
          padding: 15px 10px;
          margin-left: -1px;
          margin-bottom: -1px;
          border-left: 1px solid #ECECEC;
          border-bottom: 1px solid #ECECEC; } }
    .feats-section .feats-list .item-title {
      display: block;
      font-size: 20px;
      line-height: 30px;
      padding-bottom: 20px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .feats-section .feats-list .item-title {
          font-size: 18px;
          line-height: 24px; } }
      @media (max-width: 767px) {
        .feats-section .feats-list .item-title {
          font-size: 14px;
          line-height: 16px;
          font-weight: 500;
          padding-bottom: 10px; } }
    .feats-section .feats-list em {
      font-style: normal;
      display: block;
      font-size: 14px;
      color: #747789;
      line-height: 20px;
      max-width: 280px;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .feats-section .feats-list em {
          font-size: 12px;
          color: #747789;
          line-height: 18px; } }
    .feats-section .feats-list .icon {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      height: 70px;
      margin-bottom: 10px; }

.spec-section {
  background: #F7F7FA;
  padding: 90px 0 100px; }
  @media (max-width: 767px) {
    .spec-section {
      padding: 40px 0; } }
  .spec-section .spec-flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .spec-section .spec-flex-row {
        display: block; } }
  .spec-section .spec-left-col {
    width: 25%;
    min-width: 320px;
    padding-right: 10px;
    padding-top: 25px; }
    @media (max-width: 767px) {
      .spec-section .spec-left-col {
        padding-top: 0;
        width: 100%;
        padding-right: 0;
        min-width: 0;
        padding-bottom: 20px; } }
    .spec-section .spec-left-col h3 {
      font-weight: 500;
      font-size: 40px;
      line-height: 40px;
      margin: 0 0 45px; }
      @media (max-width: 767px) {
        .spec-section .spec-left-col h3 {
          font-size: 40px;
          line-height: 37px;
          margin-bottom: 25px; } }
    .spec-section .spec-left-col p {
      font-weight: 300;
      font-size: 15px;
      line-height: 25px;
      color: #747789;
      margin: 0;
      padding-right: 5%; }
      @media (max-width: 767px) {
        .spec-section .spec-left-col p {
          padding-right: 0;
          line-height: 21px; } }
  .spec-section .spec-main-col {
    width: 100%; }
  @media (max-width: 767px) {
    .spec-section .swiper-container .swiper-scrollbar {
      height: 2px;
      background: #E7E7EA; }
      .spec-section .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
        background: #2E2B74; } }

.spec-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch; }
  @media (max-width: 767px) {
    .spec-list {
      padding-bottom: 25px; } }
  .spec-list .item {
    width: 33.3333%;
    padding-left: 20px;
    height: auto; }
    @media (max-width: 767px) {
      .spec-list .item {
        width: 75%;
        padding-left: 0;
        margin-right: 15px; }
        .spec-list .item:last-child {
          margin-right: 0; } }
    .spec-list .item .item-holder {
      transition: all 0.3s ease;
      background: #fff;
      height: 100%;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch;
      padding-bottom: 30px; }
    .spec-list .item .image {
      position: relative;
      margin-bottom: 30px; }
      .spec-list .item .image img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover; }
      .spec-list .item .image:after {
        content: "";
        display: block;
        clear: both;
        padding-top: 70%;
        background: #eee; }
  .spec-list .item-desc {
    padding: 0 10% 15px;
    height: 100%; }
    .spec-list .item-desc .title {
      display: block;
      font-size: 1.5vw;
      line-height: 1.5vw;
      font-weight: normal;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .spec-list .item-desc .title {
          font-size: 5vw;
          font-weight: 500;
          line-height: 5vw; } }
    .spec-list .item-desc .subtitle {
      display: block;
      font-size: 14px;
      color: #747789; }
      @media (max-width: 767px) {
        .spec-list .item-desc .subtitle {
          font-size: 12px; } }
  .spec-list .item-bottom {
    padding: 0 10%; }
  .spec-list .cur-link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #302d77;
    font-weight: 500;
    transition: all 0.3s ease; }
    @media (max-width: 767px) {
      .spec-list .cur-link {
        font-size: 13px; } }
    .spec-list .cur-link:hover {
      color: #00A651; }
      .spec-list .cur-link:hover i {
        background: #00A651; }
        .spec-list .cur-link:hover i img {
          filter: grayscale(1) brightness(0) invert(1); }
    .spec-list .cur-link i {
      border-radius: 50%;
      width: 31px;
      min-width: 31px;
      height: 31px;
      overflow: hidden;
      border: 1px solid #DFDEEA;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      transition: all 0.3s ease; }

.our-service-section {
  background: #ffffff;
  padding: 90px 0; }
  @media (max-width: 767px) {
    .our-service-section {
      padding: 35px 0 25px; } }
  .our-service-section .sect-heading {
    text-align: center;
    width: 50%;
    margin: 0 auto 75px; }
    @media (max-width: 767px) {
      .our-service-section .sect-heading {
        width: 100%;
        text-align: left;
        margin-bottom: 40px; } }
    .our-service-section .sect-heading h2 {
      font-size: 70px;
      font-weight: 500;
      margin: 0 0 35px; }
      @media (max-width: 767px) {
        .our-service-section .sect-heading h2 {
          font-size: 12vw;
          margin-bottom: 15px; } }
    .our-service-section .sect-heading p {
      font-size: 19px;
      line-height: 27px;
      color: #747789;
      font-weight: 300;
      margin: 0 0 20px; }
      @media (max-width: 767px) {
        .our-service-section .sect-heading p {
          font-size: 15px;
          line-height: 21px; } }
  .our-service-section .services-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    height: 100%; }
    @media (max-width: 767px) {
      .our-service-section .services-list {
        display: block; } }
    .our-service-section .services-list .item {
      width: 30%;
      text-align: center;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch;
      padding: 0 3%; }
      @media (max-width: 767px) {
        .our-service-section .services-list .item {
          width: 100%;
          text-align: center;
          margin-bottom: 25px;
          padding-bottom: 20px;
          border-bottom: 1px solid #F6F6F9; }
          .our-service-section .services-list .item:last-child {
            margin-bottom: 0;
            border: none;
            padding-bottom: 10px; } }
    .our-service-section .services-list .item-holder {
      height: 100%;
      padding-bottom: 30px; }
      @media (max-width: 767px) {
        .our-service-section .services-list .item-holder {
          padding-bottom: 20px; } }
    .our-service-section .services-list .icon {
      height: 80px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .our-service-section .services-list .icon {
          height: auto;
          margin-bottom: 15px; } }
    .our-service-section .services-list .title {
      font-size: 30px;
      color: #000;
      font-weight: 300;
      display: block;
      min-height: 80px; }
      @media (max-width: 767px) {
        .our-service-section .services-list .title {
          min-height: 0;
          font-size: 21px;
          font-weight: 500;
          margin-bottom: 20px; } }
    .our-service-section .services-list p {
      margin: 0 0 10px;
      font-size: 14px;
      line-height: 24px;
      color: #747789;
      font-weight: 300; }
      @media (max-width: 767px) {
        .our-service-section .services-list p {
          font-size: 11px;
          line-height: 18px;
          color: #747789; } }
    .our-service-section .services-list .more {
      display: inline-block;
      position: relative;
      transition: all 0.3s ease;
      color: #302d77; }
      .our-service-section .services-list .more:hover {
        color: #00A651; }
        .our-service-section .services-list .more:hover i {
          background: #00A651;
          transform: translateX(3px); }
          .our-service-section .services-list .more:hover i:after {
            border-color: #00A651; }
      .our-service-section .services-list .more span {
        display: inline-block;
        vertical-align: middle; }
      .our-service-section .services-list .more i {
        display: inline-block;
        vertical-align: middle;
        height: 1px;
        background: #7D7BAA;
        width: 15px;
        margin-left: 24px;
        position: relative;
        transition: all 0.3s ease; }
        .our-service-section .services-list .more i:after {
          content: "";
          display: block;
          clear: both;
          position: absolute;
          display: inline-block;
          margin-top: -3px;
          border: solid #37347C;
          border-width: 0 1px 1px 0;
          padding: 3px;
          transform: rotate(-45deg);
          transition: all 0.3s ease; }

.list-cent-wrapper .spec-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -2%;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .list-cent-wrapper .spec-list {
      margin-left: 0;
      padding-bottom: 10px; }
      .list-cent-wrapper .spec-list .item-bottom {
        padding: 0 20px; } }
  .list-cent-wrapper .spec-list .item {
    margin-bottom: 2%;
    padding-left: 2%; }
    @media (max-width: 767px) {
      .list-cent-wrapper .spec-list .item {
        width: 100%;
        padding-left: 0;
        margin-right: 0;
        margin-bottom: 20px; }
        .list-cent-wrapper .spec-list .item:last-child {
          margin-bottom: 0; }
        .list-cent-wrapper .spec-list .item .image {
          margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .list-cent-wrapper .spec-list .item-desc {
      padding: 0 20px 10px; } }
  .list-cent-wrapper .spec-list .item-desc .title {
    line-height: 2vw; }
    @media (min-width: 1650px) {
      .list-cent-wrapper .spec-list .item-desc .title {
        font-size: 24px;
        line-height: 26px; } }
    @media (max-width: 767px) {
      .list-cent-wrapper .spec-list .item-desc .title {
        line-height: 6vw; } }
  .list-cent-wrapper .spec-list .item-holder {
    position: relative;
    transition: all 0.3s ease; }
    @media (max-width: 767px) {
      .list-cent-wrapper .spec-list .item-holder {
        padding-bottom: 20px; } }
    .list-cent-wrapper .spec-list .item-holder:hover {
      box-shadow: 0 0 30px rgba(15, 13, 56, 0.2); }
      .list-cent-wrapper .spec-list .item-holder:hover .cur-link {
        color: #00A651; }
        .list-cent-wrapper .spec-list .item-holder:hover .cur-link i {
          background: #00A651; }
          .list-cent-wrapper .spec-list .item-holder:hover .cur-link i img {
            filter: grayscale(1) brightness(0) invert(1); }

.index-content-textbox {
  background: #F7F7FA;
  padding: 95px 0 70px; }
  @media (max-width: 767px) {
    .index-content-textbox {
      padding: 50px 0 30px; } }
  .index-content-textbox .sect-heading {
    padding: 0 10%;
    margin-bottom: 60px;
    text-align: center; }
    @media (max-width: 767px) {
      .index-content-textbox .sect-heading {
        margin-bottom: 20px;
        padding: 0;
        text-align: left; } }
    .index-content-textbox .sect-heading p {
      font-size: 37px;
      line-height: 43px;
      font-weight: 300; }
      @media (max-width: 767px) {
        .index-content-textbox .sect-heading p {
          margin: 0 0 10px;
          font-size: 22px;
          line-height: 28px; } }
  .index-content-textbox .content-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .index-content-textbox .content-row {
        display: block; } }
    .index-content-textbox .content-row p {
      font-size: 24px;
      line-height: 34px;
      font-weight: 300;
      margin: 0 0 20px; }
      @media (max-width: 767px) {
        .index-content-textbox .content-row p {
          font-size: 15px;
          line-height: 20px; } }
    .index-content-textbox .content-row p.sm {
      font-size: 16px;
      line-height: 26px; }
      @media (max-width: 767px) {
        .index-content-textbox .content-row p.sm {
          font-size: 14px;
          line-height: 18px; } }
    .index-content-textbox .content-row .col {
      width: 45%; }
      @media (max-width: 767px) {
        .index-content-textbox .content-row .col {
          width: 100%; } }

.inner-sections-wrapper {
  position: relative;
  z-index: 5; }

.inner-top-section {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 600px;
  padding: 70px 0 100px;
  background: #F7F7FA; }
  .inner-top-section:after {
    content: "";
    display: block;
    clear: both;
    padding-bottom: 25%; }
    @media (max-width: 767px) {
      .inner-top-section:after {
        padding-bottom: 70%; } }
  @media (max-width: 767px) {
    .inner-top-section {
      max-height: 700px; } }
  .inner-top-section .imgLoader {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #F7F7FA;
    z-index: 6; }
    @media (max-width: 767px) {
      .inner-top-section .imgLoader {
        display: none; } }
    .inner-top-section .imgLoader:before {
      content: "";
      display: block;
      clear: both;
      background: url(../images/loader-image.png) no-repeat 50% 50%;
      width: 125px;
      height: 125px;
      margin-left: -65px;
      margin-top: -65px;
      position: absolute;
      left: 50%;
      top: 50%;
      animation: rotation 2s ease-in-out infinite; }
  .inner-top-section .overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000000;
    opacity: 0;
    z-index: 3; }
    @media (max-width: 767px) {
      .inner-top-section .overlay {
        display: none; } }
  .inner-top-section .sect-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 240px;
    padding-bottom: 100px;
    max-height: 780px;
    background: rgba(0, 0, 0, 0.1); }
    @media (max-width: 767px) {
      .inner-top-section .sect-bg {
        position: absolute;
        background: none; } }
    .inner-top-section .sect-bg:after {
      content: "";
      display: block;
      clear: both;
      padding-bottom: 26%; }
    .inner-top-section .sect-bg picture {
      position: absolute;
      top: 50px;
      bottom: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      transform: scale(1.1); }
      @media (max-width: 767px) {
        .inner-top-section .sect-bg picture {
          opacity: 1;
          transform: scale(1); } }
      .inner-top-section .sect-bg picture:before {
        content: "";
        display: block;
        clear: both;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.2);
        z-index: 3; }
      .inner-top-section .sect-bg picture img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .inner-top-section .sect-content {
    z-index: 3;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    padding-bottom: 5vw; }
    .inner-top-section .sect-content .text-wrapper {
      width: 50%;
      padding-bottom: 3vh; }
    .inner-top-section .sect-content h1 {
      font-size: 6vw;
      line-height: 6vw;
      margin: 0 0 30px; }
      @media (min-width: 1650px) {
        .inner-top-section .sect-content h1 {
          font-size: 100px;
          line-height: 100px; } }
      @media (max-width: 767px) {
        .inner-top-section .sect-content h1 {
          font-size: 9vw;
          line-height: 9vw; } }
    .inner-top-section .sect-content .subtitle-box {
      border-bottom: 1px solid rgba(255, 255, 255, 0.22);
      margin-bottom: 15px; }
      .inner-top-section .sect-content .subtitle-box .subtitle {
        display: inline-block;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.54);
        margin-bottom: -1px; }

.inner-content-section {
  padding: 80px 0 70px;
  background: #ffffff;
  position: relative;
  z-index: 6; }
  @media (max-width: 767px) {
    .inner-content-section {
      padding: 40px 0 30px; } }

._g-lined-title {
  display: block;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 15px;
  margin-bottom: 60px;
  color: #868686;
  font-size: 16px; }
  @media (max-width: 767px) {
    ._g-lined-title {
      margin-bottom: 20px;
      font-size: 12px;
      padding-bottom: 10px; } }

._g-center-textbox {
  text-align: center;
  padding: 0 0 5vw; }

._g-contented p {
  font-size: 1.6vw;
  line-height: 2.5vw;
  font-weight: 300;
  margin: 0 0 50px;
  color: #474747; }
  @media (min-width: 992px) and (max-width: 1199px) {
    ._g-contented p {
      font-size: 1.8vw;
      line-height: 2.5vw; } }
  @media (min-width: 768px) and (max-width: 991px) {
    ._g-contented p {
      font-size: 2.1vw;
      line-height: 3vw; } }
  @media (min-width: 1650px) {
    ._g-contented p {
      font-size: 27px;
      line-height: 37px; } }
  @media (max-width: 767px) {
    ._g-contented p {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 20px; } }
  ._g-contented p.size-l {
    font-size: 2vw;
    line-height: 3vw;
    color: #000; }
    @media (min-width: 768px) and (max-width: 991px) {
      ._g-contented p.size-l {
        font-size: 2.5vw;
        line-height: 3.5vw; } }
    @media (min-width: 1650px) {
      ._g-contented p.size-l {
        font-size: 35px;
        line-height: 46px; } }
    @media (max-width: 767px) {
      ._g-contented p.size-l {
        font-size: 18px;
        line-height: 24px; } }
  ._g-contented p.size-xl {
    font-size: 2.5vw;
    line-height: 3.5vw;
    color: #222; }
    @media (min-width: 1650px) {
      ._g-contented p.size-xl {
        font-size: 40px;
        line-height: 52px; } }
    @media (max-width: 767px) {
      ._g-contented p.size-xl {
        font-size: 21px;
        line-height: 28px; } }
  ._g-contented p.size-s {
    font-size: 1.5vw;
    line-height: 2vw;
    color: #474747; }
    @media (min-width: 992px) and (max-width: 1199px) {
      ._g-contented p.size-s {
        font-size: 1.8vw;
        line-height: 2.2vw; } }
    @media (min-width: 768px) and (max-width: 991px) {
      ._g-contented p.size-s {
        font-size: 2vw;
        line-height: 2.5vw; } }
    @media (min-width: 1650px) {
      ._g-contented p.size-s {
        font-size: 23px;
        line-height: 33px; } }
    @media (max-width: 767px) {
      ._g-contented p.size-s {
        font-size: 14px;
        line-height: 19px; } }
  ._g-contented p.size-xs {
    font-size: 1.2vw;
    line-height: 2vw;
    color: #474747; }
    @media (min-width: 992px) and (max-width: 1199px) {
      ._g-contented p.size-xs {
        font-size: 1.8vw;
        line-height: 2.2vw; } }
    @media (min-width: 768px) and (max-width: 991px) {
      ._g-contented p.size-xs {
        font-size: 2vw;
        line-height: 2.5vw; } }
    @media (min-width: 1650px) {
      ._g-contented p.size-xs {
        font-size: 23px;
        line-height: 33px; } }
    @media (max-width: 767px) {
      ._g-contented p.size-xs {
        font-size: 12px;
        line-height: 16px; } }

._g-contented hr {
  border-color: #E4E4EB;
  margin: 0 0 45px; }
  @media (max-width: 767px) {
    ._g-contented hr {
      margin-bottom: 30px;
      margin-top: 10px; } }

._g-contented h1 {
  margin: 0 0 50px;
  font-weight: normal;
  font-size: 4.5vw;
  line-height: 4.5vw; }
  @media (min-width: 768px) and (max-width: 991px) {
    ._g-contented h1 {
      margin-bottom: 30px; } }
  @media (min-width: 1650px) {
    ._g-contented h1 {
      font-size: 74px;
      line-height: 80px; } }
  @media (max-width: 767px) {
    ._g-contented h1 {
      font-size: 9vw;
      line-height: 9vw;
      margin-bottom: 30px; } }

._g-contented h2 {
  font-size: 5vw;
  line-height: 5vw;
  font-weight: 500;
  margin: 0 0 55px; }
  @media (min-width: 1650px) {
    ._g-contented h2 {
      font-size: 85px;
      line-height: 90px; } }
  @media (max-width: 767px) {
    ._g-contented h2 {
      font-size: 8vw;
      line-height: 8vw;
      margin-bottom: 20px; } }

._g-contented h3 {
  font-weight: normal;
  font-size: 3.5vw;
  line-height: 3.5vw;
  margin: 0 0 45px;
  display: block;
  width: 100%;
  color: #000000; }
  @media (min-width: 1650px) {
    ._g-contented h3 {
      font-size: 60px;
      line-height: 64px; } }
  @media (max-width: 767px) {
    ._g-contented h3 {
      font-size: 6vw;
      line-height: 6vw;
      margin-bottom: 20px;
      font-weight: 500; } }

._g-contented .centered-box {
  padding: 0 12% 20px;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 991px) {
    ._g-contented .centered-box {
      padding: 0 5% 10px; } }
  @media (max-width: 767px) {
    ._g-contented .centered-box {
      padding: 0; } }

._g-contented .lined-title {
  display: block;
  border-bottom: 1px solid #E4E4EB;
  padding-bottom: 10px;
  color: #2e2b74;
  font-size: 20px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    ._g-contented .lined-title {
      margin-bottom: 30px; } }

._g-contented .image {
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    ._g-contented .image {
      padding-bottom: 30px; } }
  ._g-contented .image img {
    width: 100%; }

._g-contented .twocolumns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 120px; }
  @media (max-width: 767px) {
    ._g-contented .twocolumns {
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch;
      padding-bottom: 0; } }
  ._g-contented .twocolumns:last-child {
    padding-bottom: 70px; }
    @media (max-width: 767px) {
      ._g-contented .twocolumns:last-child {
        padding-bottom: 0; } }
  ._g-contented .twocolumns._mod-vcent {
    align-items: center; }
  ._g-contented .twocolumns .pright {
    padding-right: 30%; }
    @media (max-width: 767px) {
      ._g-contented .twocolumns .pright {
        padding-right: 0; } }
  @media (max-width: 767px) {
    ._g-contented .twocolumns ._xs-first {
      order: -1; } }
  ._g-contented .twocolumns .col {
    width: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 9%; }
    @media (max-width: 767px) {
      ._g-contented .twocolumns .col {
        width: 100%;
        padding: 0 0 30px; } }
    ._g-contented .twocolumns .col:first-child {
      align-items: flex-end;
      padding-left: 0;
      padding-right: 9%; }
      @media (max-width: 767px) {
        ._g-contented .twocolumns .col:first-child {
          padding-right: 0; } }
      ._g-contented .twocolumns .col:first-child ._out-of-column {
        margin-right: -22%;
        margin-left: 0;
        max-width: 1000px; }
        @media (max-width: 767px) {
          ._g-contented .twocolumns .col:first-child ._out-of-column {
            margin: 0 -6vw; } }
    ._g-contented .twocolumns .col p:last-child {
      margin-bottom: 0; }
    ._g-contented .twocolumns .col ._out-of-column {
      margin-left: -22%;
      width: 50vw; }
      @media (max-width: 767px) {
        ._g-contented .twocolumns .col ._out-of-column {
          width: 100vw;
          margin-left: -6vw; } }
      ._g-contented .twocolumns .col ._out-of-column img {
        width: 100%; }
  ._g-contented .twocolumns img._mod-halfed {
    margin-right: -6vw;
    display: block; }

.press-center-section {
  background: #F8F8FB;
  padding: 40px 0 30px; }
  @media (max-width: 767px) {
    .press-center-section {
      padding-top: 80px; } }
  .press-center-section ._g-pagination-box {
    margin-bottom: 30px; }
  .press-center-section .page-heading {
    text-align: center;
    padding-bottom: 50px; }
    @media (max-width: 767px) {
      .press-center-section .page-heading {
        padding-bottom: 30px; } }
  .press-center-section h1 {
    font-weight: 300;
    color: #2e2b74;
    font-size: 100px;
    margin: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .press-center-section h1 {
        font-size: 9vw; } }
    @media (max-width: 767px) {
      .press-center-section h1 {
        font-size: 10vw;
        font-weight: 500; } }
  .press-center-section .list-cent-wrapper {
    margin: 0 auto;
    max-width: 1500px; }
  .press-center-section .press-center-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: -3%; }
    @media (max-width: 767px) {
      .press-center-section .press-center-list {
        display: block;
        margin-left: 0; } }
    .press-center-section .press-center-list .item {
      width: 33.333%;
      padding-left: 3%;
      padding-bottom: 3%; }
      @media (max-width: 767px) {
        .press-center-section .press-center-list .item {
          width: 100%;
          padding: 0 0 15px; } }
      .press-center-section .press-center-list .item._mod-imaged .date {
        color: #fff; }
      .press-center-section .press-center-list .item._mod-imaged .title {
        color: #fff; }
      .press-center-section .press-center-list .item._mod-imaged .arrowed-more {
        color: #fff; }
        .press-center-section .press-center-list .item._mod-imaged .arrowed-more i img {
          filter: invert(1) grayscale(1); }
      .press-center-section .press-center-list .item._mod-important .item-holder {
        background: #00A651; }
      .press-center-section .press-center-list .item._mod-important .date {
        color: #fff; }
      .press-center-section .press-center-list .item._mod-important .title {
        color: #fff; }
      .press-center-section .press-center-list .item._mod-important .arrowed-more {
        color: #fff; }
        .press-center-section .press-center-list .item._mod-important .arrowed-more i img {
          filter: invert(1) grayscale(1); }
    .press-center-section .press-center-list .abs-link {
      z-index: 5; }
    .press-center-section .press-center-list .item-holder {
      background: #fff;
      position: relative;
      box-shadow: 0 0 60px rgba(15, 13, 56, 0.05);
      height: 100%;
      overflow: hidden;
      transition: all 0.3s ease; }
      .press-center-section .press-center-list .item-holder:hover {
        box-shadow: 0 0 60px rgba(15, 13, 56, 0.2); }
        .press-center-section .press-center-list .item-holder:hover .image {
          transform: scale(1.1); }
      .press-center-section .press-center-list .item-holder:after {
        content: "";
        display: block;
        clear: both;
        padding-top: 90%; }
        @media (max-width: 767px) {
          .press-center-section .press-center-list .item-holder:after {
            padding-top: 70%; } }
    .press-center-section .press-center-list .date {
      display: block;
      position: absolute;
      left: 30px;
      top: 30px;
      font-size: 15px;
      color: rgba(46, 43, 116, 0.71);
      font-weight: 300;
      z-index: 3; }
    .press-center-section .press-center-list .info {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: flex-end;
      align-items: stretch;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      padding: 30px;
      z-index: 3; }
      .press-center-section .press-center-list .info .title {
        font-size: 2vw;
        line-height: 2.5vw;
        font-weight: normal;
        color: #2e2b74;
        display: block;
        padding-bottom: 30px; }
        @media (min-width: 1650px) {
          .press-center-section .press-center-list .info .title {
            font-size: 30px;
            line-height: 35px; } }
        @media (max-width: 767px) {
          .press-center-section .press-center-list .info .title {
            font-size: 5vw;
            line-height: 5vw; } }
    .press-center-section .press-center-list .image {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      background-size: cover !important;
      background-position: 50% 50% !important;
      transition: all 0.5s ease; }
      .press-center-section .press-center-list .image:before {
        content: "";
        display: block;
        clear: both;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
        background: rgba(3, 2, 44, 0.3); }
    .press-center-section .press-center-list .arrowed-more {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      font-size: 13px;
      color: #302d77;
      font-weight: 500; }
      .press-center-section .press-center-list .arrowed-more i {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        border: 1px solid #E0E0EB;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        backface-visibility: hidden;
        margin-right: 14px;
        position: relative;
        transition: all 0.3s ease; }

.press-center-view-section {
  background: #F8F8FB;
  padding: 45px 0 80px; }
  @media (max-width: 767px) {
    .press-center-view-section {
      padding: 80px 0 30px; } }

.ie11 .top-index-slider .name-holder {
  background: none !important;
  color: rgba(255, 255, 255, 0.15); }

.tizer-parallax-box {
  position: relative;
  padding: 100px 0 150px; }
  @media (max-width: 767px) {
    .tizer-parallax-box {
      padding: 150px 0 40px; } }
  .tizer-parallax-box .sect-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }
    .tizer-parallax-box .sect-bg img {
      width: 100%;
      min-height: 100%; }
      @media (min-width: 768px) and (max-width: 991px) {
        .tizer-parallax-box .sect-bg img {
          object-fit: cover; } }
      @media (max-width: 767px) {
        .tizer-parallax-box .sect-bg img {
          object-fit: cover; } }
    .tizer-parallax-box .sect-bg .dzsparallaxer {
      height: 100%; }
    .tizer-parallax-box .sect-bg:before {
      content: "";
      display: block;
      clear: both;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(0, 0, 0, 0.21);
      z-index: 5; }
      @media (max-width: 767px) {
        .tizer-parallax-box .sect-bg:before {
          opacity: 0.5; } }
  .tizer-parallax-box .sect-content {
    position: relative;
    z-index: 5;
    color: #fff; }
  .tizer-parallax-box .lined-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 25px;
    display: block;
    font-size: 16px;
    margin-bottom: 80px; }
    @media (max-width: 767px) {
      .tizer-parallax-box .lined-title {
        display: none; } }
  .tizer-parallax-box .text-wrapper {
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .tizer-parallax-box .text-wrapper {
        margin-bottom: 40px; } }
    .tizer-parallax-box .text-wrapper .tizer-title {
      display: block;
      font-size: 70px;
      line-height: 72px;
      font-weight: 500; }
      @media (min-width: 768px) and (max-width: 991px) {
        .tizer-parallax-box .text-wrapper .tizer-title {
          font-size: 50px;
          line-height: 52px; } }
      @media (max-width: 767px) {
        .tizer-parallax-box .text-wrapper .tizer-title {
          font-size: 9vw;
          line-height: 9vw; } }
  .tizer-parallax-box .button-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    @media (max-width: 767px) {
      .tizer-parallax-box .button-wrapper {
        display: block; } }
    .tizer-parallax-box .button-wrapper a {
      margin: 0 20px; }
      @media (max-width: 767px) {
        .tizer-parallax-box .button-wrapper a {
          margin: 0 0 15px;
          width: 100%;
          text-align: center; } }
    .tizer-parallax-box .button-wrapper ._g-track-btn {
      border-width: 1px;
      width: 380px;
      text-align: center;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center; }
      @media (min-width: 768px) and (max-width: 991px) {
        .tizer-parallax-box .button-wrapper ._g-track-btn {
          width: auto;
          padding-left: 20px;
          padding-right: 20px; } }
      @media (max-width: 767px) {
        .tizer-parallax-box .button-wrapper ._g-track-btn {
          width: 100%;
          justify-content: center; } }
      .tizer-parallax-box .button-wrapper ._g-track-btn span {
        text-align: center;
        width: 100%;
        display: block;
        padding-right: 20px; }
        @media (max-width: 767px) {
          .tizer-parallax-box .button-wrapper ._g-track-btn span {
            width: auto; } }

.form-type {
  /*checkbox*/ }
  .form-type .form-group {
    margin-bottom: 20px; }
  .form-type fieldset {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .form-type fieldset {
        margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .form-type .button-wrap button {
      width: 100%; } }
  .form-type .flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch; }
    .form-type .flex-row .col {
      width: 48%; }
      @media (min-width: 768px) and (max-width: 991px) {
        .form-type .flex-row .col {
          width: 100%;
          padding-bottom: 20px; }
          .form-type .flex-row .col:last-child {
            padding-bottom: 0; } }
      @media (max-width: 767px) {
        .form-type .flex-row .col {
          width: 100%;
          padding-bottom: 20px; }
          .form-type .flex-row .col:last-child {
            padding-bottom: 0; } }
    .form-type .flex-row .col70p {
      width: 69%; }
    .form-type .flex-row .col60p {
      width: 59%; }
    .form-type .flex-row .col50p {
      width: 48%; }
    .form-type .flex-row .col40p {
      width: 39%; }
    .form-type .flex-row .col30p {
      width: 29%; }
    .form-type .flex-row .col33p {
      width: 32%; }
  .form-type hr {
    margin-bottom: 30px;
    border-color: #DEE2E8; }
  .form-type .fields-label {
    display: block;
    font-size: 27px;
    padding-bottom: 20px;
    font-weight: normal; }
    @media (max-width: 767px) {
      .form-type .fields-label {
        font-size: 22px; } }
  .form-type .form-control {
    background: none;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    font-weight: 500;
    outline: none;
    height: 64px;
    color: #000;
    font-size: 17px;
    padding-left: 30px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 3; }
    .form-type .form-control::-webkit-input-placeholder {
      color: transparent;
      transition: all 0.3s ease; }
    .form-type .form-control:-moz-placeholder {
      color: transparent;
      transition: all 0.3s ease; }
    .form-type .form-control::-moz-placeholder {
      color: transparent;
      transition: all 0.3s ease; }
    .form-type .form-control:-ms-input-placeholder {
      color: transparent;
      transition: all 0.3s ease; }
  .form-type .input-wrap {
    position: relative;
    background-color: #F5F5F8;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: all 0.3s ease; }
    .form-type .input-wrap:hover {
      border-color: #9896BB; }
    .form-type .input-wrap.error-wrap {
      border-color: #F29BA0; }
    .form-type .input-wrap.input-disabled {
      opacity: 0.5;
      border-color: #ddd; }
    .form-type .input-wrap.iconed-input .form-control {
      padding-right: 45px; }
    .form-type .input-wrap .input-icon {
      position: absolute;
      right: 22px;
      top: 50%;
      transform: translateY(-50%); }
    .form-type .input-wrap label.error {
      position: absolute;
      top: 100%;
      left: 12px;
      margin-top: -6px;
      padding: 2px 20px 3px;
      font-weight: normal;
      background-color: #EC1939;
      border-radius: 10px;
      color: #fff;
      font-size: 12px; }
    .form-type .input-wrap label.valid {
      opacity: 0; }
    .form-type .input-wrap .form-control {
      padding-top: 24px; }
    .form-type .input-wrap input.input-small {
      padding-top: 6px; }
    .form-type .input-wrap textarea.textarea-small {
      padding-top: 15px; }
    .form-type .input-wrap .title-label {
      position: absolute;
      display: block;
      z-index: 3;
      left: 30px;
      color: #4d4c65;
      top: 50%;
      font-size: 17px;
      line-height: 19px;
      font-weight: normal;
      margin-top: -10px;
      transition: all 0.3s ease;
      pointer-events: none; }
    .form-type .input-wrap.input_not_empty .title-label {
      margin-top: -21px;
      font-size: 14px; }
    .form-type .input-wrap.input_not_empty .title-label-textarea {
      transform: translateY(0);
      top: 15px; }
    .form-type .input-wrap.input_focused {
      border-color: #3D3A7F;
      background-color: transparent; }
      .form-type .input-wrap.input_focused input::-webkit-input-placeholder {
        color: #ccc; }
      .form-type .input-wrap.input_focused input:-moz-placeholder {
        color: #ccc; }
      .form-type .input-wrap.input_focused input::-moz-placeholder {
        color: #ccc; }
      .form-type .input-wrap.input_focused input:-ms-input-placeholder {
        color: #ccc; }
      .form-type .input-wrap.input_focused .title-label {
        margin-top: -21px;
        font-size: 14px; }
    .form-type .input-wrap.iconed-date:after {
      content: "";
      display: block;
      clear: both;
      background: url(../images/btn-datepicker.png) no-repeat 50% 50%;
      background-size: 22px auto;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      width: 60px;
      z-index: 3; }
    .form-type .input-wrap.iconed-date input {
      padding-right: 60px; }
  .form-type .custom-radio {
    position: relative;
    z-index: 3; }
    .form-type .custom-radio input {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      width: 1px;
      height: 1px; }
    .form-type .custom-radio .ch-btn {
      display: block;
      width: 32px;
      min-width: 32px;
      height: 32px;
      border: 1px solid #D6DAE0;
      margin-right: 20px;
      border-radius: 50%;
      cursor: pointer;
      background: none;
      outline: none;
      position: absolute;
      left: 0;
      top: 0;
      transition: all 0.3s ease; }
      .form-type .custom-radio .ch-btn:before {
        content: "";
        display: block;
        clear: both;
        position: absolute;
        top: 9px;
        right: 9px;
        bottom: 9px;
        left: 9px;
        background-color: #000;
        border-radius: 50%;
        transition: all 0.3s ease;
        opacity: 0; }
    .form-type .custom-radio label {
      display: block;
      font-size: 18px;
      color: #000;
      line-height: 22px;
      font-weight: normal;
      position: relative;
      padding-top: 2px;
      padding-left: 50px; }
      @media (max-width: 767px) {
        .form-type .custom-radio label {
          font-size: 16px;
          line-height: 21px; } }
      .form-type .custom-radio label:hover .ch-btn {
        border-color: #555; }
    .form-type .custom-radio input[type=radio]:checked + label .ch-btn {
      background-color: #FFE138;
      border-color: transparent; }
      .form-type .custom-radio input[type=radio]:checked + label .ch-btn:before {
        opacity: 1; }
    .form-type .custom-radio span {
      padding-top: 4px;
      display: block; }
  .form-type .radio-inline-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
    .form-type .radio-inline-list._mod-lined .custom-radio {
      padding-right: 35px; }
    .form-type .radio-inline-list .custom-radio {
      padding-right: 25px;
      margin-bottom: 10px; }
      .form-type .radio-inline-list .custom-radio:last-child {
        padding-right: 0; }
    .form-type .radio-inline-list.radio-inline-lefted .custom-radio {
      padding-right: 30px; }
  .form-type .custom-checkbox {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start; }
    .form-type .custom-checkbox.error .ch-btn {
      border-color: red; }
    .form-type .custom-checkbox.error label {
      color: red; }
    .form-type .custom-checkbox input {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      width: 1px;
      height: 1px; }
    .form-type .custom-checkbox .ch-btn {
      display: block;
      width: 35px;
      min-width: 35px;
      height: 35px;
      border: 1px solid #D0D4DB;
      margin-right: 20px;
      border-radius: 10px;
      cursor: pointer;
      background: none;
      outline: none;
      transition: all 0.3s ease;
      position: relative; }
      @media (max-width: 767px) {
        .form-type .custom-checkbox .ch-btn {
          margin-right: 10px; } }
      .form-type .custom-checkbox .ch-btn:before {
        content: "";
        display: block;
        clear: both;
        position: absolute;
        display: inline-block;
        top: 9px;
        left: 50%;
        margin-left: -3px;
        transition: all 0.3s ease;
        border: solid #000;
        border-width: 0 2px 2px 0;
        padding: 5px 3px;
        transform: rotate(45deg);
        opacity: 0; }
    .form-type .custom-checkbox label {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: flex-start;
      font-size: 16px;
      color: #1d1c32;
      line-height: 19px;
      font-weight: normal;
      position: relative;
      margin-bottom: 0; }
      .form-type .custom-checkbox label span {
        padding-top: 8px; }
        @media (max-width: 767px) {
          .form-type .custom-checkbox label span {
            padding-top: 4px; } }
      .form-type .custom-checkbox label:hover .ch-btn {
        border-color: #555; }
    .form-type .custom-checkbox input[type=checkbox]:checked + label .ch-btn {
      background-color: #00A651;
      border-color: transparent; }
      .form-type .custom-checkbox input[type=checkbox]:checked + label .ch-btn:before {
        opacity: 1;
        border-color: #fff; }
    .form-type .custom-checkbox span {
      padding-top: 0px;
      display: block; }
    .form-type .custom-checkbox a {
      text-decoration: underline;
      color: #2f2fa1; }
      .form-type .custom-checkbox a:hover {
        text-decoration: none; }
    .form-type .custom-checkbox._mod-lg span {
      font-size: 17px;
      line-height: 23px;
      font-weight: normal; }
  .form-type .check-fields .form-group {
    margin-bottom: 15px; }
  .form-type .selectric-custom-select .selectric {
    border: 1px solid transparent;
    background: #F5F5F8;
    border-radius: 10px;
    transition: border-color 0.3s; }
    .form-type .selectric-custom-select .selectric:hover {
      border-color: #bec4cf; }
    .form-type .selectric-custom-select .selectric .label {
      color: #707479;
      font-size: 16px;
      font-weight: normal;
      height: 66px;
      padding-left: 30px;
      padding-right: 60px;
      margin: 0;
      line-height: 66px; }
    .form-type .selectric-custom-select .selectric .button {
      text-indent: -9999px;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 55px;
      background: #edf0f3;
      border-left: 1px solid #e3e6eb; }
      .form-type .selectric-custom-select .selectric .button:after {
        content: "";
        display: block;
        clear: both;
        display: inline-block;
        border: solid #666;
        border-width: 0 1px 1px 0;
        padding: 5px;
        transform: rotate(45deg);
        vertical-align: top;
        margin-top: 23px; }
    .form-type .selectric-custom-select .selectric.select-changed .label {
      color: #000; }
  .form-type .selectric-custom-select .selectric-items {
    border-top: none;
    border-radius: 0 0 8px 8px;
    border-color: #ddd;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding-bottom: 10px; }
    .form-type .selectric-custom-select .selectric-items li {
      padding: 10px 30px;
      font-size: 16px;
      font-weight: 500; }
      .form-type .selectric-custom-select .selectric-items li:hover {
        background-color: #00A651;
        color: #fff; }
    .form-type .selectric-custom-select .selectric-items li.disabled {
      color: #c3cad3; }
    .form-type .selectric-custom-select .selectric-items li.highlighted {
      background: #F3F5F8;
      color: #000; }
    .form-type .selectric-custom-select .selectric-items .mCSB_scrollTools {
      top: 8px;
      right: 5px; }
      .form-type .selectric-custom-select .selectric-items .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 3px; }
      .form-type .selectric-custom-select .selectric-items .mCSB_scrollTools .mCSB_draggerRail {
        width: 3px; }
    .form-type .selectric-custom-select .selectric-items .mCSB_inside > .mCSB_container {
      margin-right: 25px; }
  .form-type .selectric-custom-select.selectric-select-xl .selectric .label {
    font-size: 26px; }
  .form-type .selectric-custom-select.selectric-open .selectric {
    border-radius: 8px 8px 0 0;
    border-color: #ddd; }
    .form-type .selectric-custom-select.selectric-open .selectric .button:after {
      transform: rotate(-135deg);
      margin-top: 25px; }
  .form-type .selectric-custom-select.selectric-open.selectric-above .selectric {
    border-radius: 0 0 8px 8px; }
  .form-type .selectric-custom-select.selectric-open.selectric-above .selectric-items {
    border-radius: 8px 8px 0 0;
    border-bottom: none; }
  .form-type .selectric-select-sm .selectric .label {
    height: 42px;
    line-height: 42px; }
  .form-type .selectric-_mod-small .selectric .label {
    padding-left: 20px;
    font-weight: 500;
    height: 42px;
    line-height: 42px; }
  .form-type .selectric-_mod-small .selectric .button {
    border: none;
    width: 45px;
    background: none; }
    .form-type .selectric-_mod-small .selectric .button:after {
      right: auto;
      margin-top: 12px; }
  .form-type .selectric-_mod-small.selectric-open .selectric .button:after {
    margin-top: 16px; }
  .form-type .select-labeled-wrapper {
    position: relative;
    width: 100%; }
    .form-type .select-labeled-wrapper .select-fake-label {
      position: absolute;
      top: 10px;
      left: 30px;
      display: block;
      color: #7f8493;
      font-weight: normal;
      font-size: 14px;
      z-index: 7;
      opacity: 0;
      visibility: hidden; }
    .form-type .select-labeled-wrapper .selectric-open {
      z-index: 10; }
      .form-type .select-labeled-wrapper .selectric-open + .select-fake-label {
        z-index: 20; }
    .form-type .select-labeled-wrapper .selectric-selected-already .selectric .label,
    .form-type .select-labeled-wrapper .selectric-changed .selectric .label {
      color: #000;
      padding-top: 10px;
      font-weight: 500; }
    .form-type .select-labeled-wrapper .selectric-selected-already + .select-fake-label,
    .form-type .select-labeled-wrapper .selectric-changed + .select-fake-label {
      opacity: 1;
      visibility: visible; }
  .form-type textarea.form-control {
    background: #F3F5F8;
    border-radius: 8px;
    resize: vertical;
    transition: border-color 0.3s;
    height: auto;
    padding-top: 17px;
    padding-bottom: 9px;
    font-size: 17px;
    color: #000;
    border: 1px solid #EAEBF1; }
    .form-type textarea.form-control:hover {
      border-color: #bec4cf; }
    .form-type textarea.form-control:focus {
      border-color: #A3A9B3;
      background: #fff; }
    .form-type textarea.form-control::-webkit-input-placeholder {
      color: #707479;
      font-weight: 500;
      font-size: 16px; }
    .form-type textarea.form-control:-moz-placeholder {
      color: #707479;
      font-weight: 500;
      font-size: 16px; }
    .form-type textarea.form-control::-moz-placeholder {
      color: #707479;
      font-weight: 500;
      font-size: 16px; }
    .form-type textarea.form-control:-ms-input-placeholder {
      color: #707479;
      font-weight: 500;
      font-size: 16px; }
  .form-type .plefted {
    padding-left: 30px; }
  .form-type div.ms-ctn {
    background: #F2F4F7;
    border-radius: 10px;
    height: auto;
    padding: 4px 10px 4px 25px; }
    .form-type div.ms-ctn .ms-sel-ctn {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: stretch;
      padding-right: 50px; }
    .form-type div.ms-ctn .ms-sel-item {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      color: #000;
      font-size: 16px;
      border-color: #ccc;
      padding-left: 10px;
      margin-left: 0;
      height: 30px; }
      .form-type div.ms-ctn .ms-sel-item .ms-close-btn {
        margin-top: 0; }
    .form-type div.ms-ctn input {
      background: none;
      flex: 1;
      margin: 0;
      padding: 0 0 0 10px;
      font-size: 18px;
      font-weight: 500;
      height: 32px;
      padding-bottom: 2px;
      line-height: 1.42857143; }
  .form-type input.input-small {
    background: #F3F5F7;
    height: 42px;
    border-radius: 10px;
    padding-left: 25px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    border: 1px solid transparent; }
    .form-type input.input-small::-webkit-input-placeholder {
      color: #757575; }
    .form-type input.input-small:-moz-placeholder {
      color: #757575; }
    .form-type input.input-small::-moz-placeholder {
      color: #757575; }
    .form-type input.input-small:-ms-input-placeholder {
      color: #757575; }
    .form-type input.input-small:focus {
      border-color: #ccc; }
  .form-type input.input-norm {
    border: 1px solid transparent;
    outline: none;
    background: #F3F5F8;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    border-radius: 12px;
    height: 60px;
    width: 100%; }
  .form-type .label-type {
    display: block;
    font-size: 20px;
    line-height: 27px; }

.register-page {
  background: #fff;
  padding: 40px 0 100px; }
  @media (max-width: 767px) {
    .register-page {
      padding: 80px 0 40px; } }
  .register-page h1 {
    margin: 0 0 40px;
    border-bottom: 1px solid #908EB5;
    font-size: 90px;
    font-weight: 300;
    padding-bottom: 25px; }
    @media (max-width: 767px) {
      .register-page h1 {
        font-size: 12vw;
        padding-bottom: 10px;
        margin-bottom: 30px; } }

.register-page-uri h1 {
  font-size: 5vw; }
  @media (min-width: 1650px) {
    .register-page-uri h1 {
      font-size: 80px; } }
  @media (max-width: 767px) {
    .register-page-uri h1 {
      font-size: 12vw;
      line-height: 12vw; } }

.account-page {
  background: #F4F4F8;
  padding: 35px 0 50px; }
  @media (max-width: 767px) {
    .account-page {
      padding: 80px 0 40px; } }
  .account-page .page-heading {
    padding-bottom: 20px; }
  .account-page h1 {
    font-size: 50px;
    font-weight: 300;
    margin: 0 0 10px; }
    @media (max-width: 767px) {
      .account-page h1 {
        font-size: 10vw;
        font-weight: 500; } }

.tracking-page {
  background: #ffffff; }

.tracking-page-top-sect {
  position: relative;
  padding: 130px 0 210px; }
  @media (max-width: 767px) {
    .tracking-page-top-sect {
      padding: 120px 0 120px; } }
  .tracking-page-top-sect .sect-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }
    .tracking-page-top-sect .sect-bg:before {
      content: "";
      display: block;
      clear: both;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(0, 0, 0, 0.1); }
    .tracking-page-top-sect .sect-bg picture {
      display: block;
      width: 100%;
      height: 100%; }
      .tracking-page-top-sect .sect-bg picture img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .tracking-page-top-sect .sect-content {
    position: relative;
    z-index: 5;
    text-align: center;
    color: #fff; }
    @media (max-width: 767px) {
      .tracking-page-top-sect .sect-content {
        text-align: left; } }
    .tracking-page-top-sect .sect-content .icon {
      margin-bottom: 20px; }
    .tracking-page-top-sect .sect-content h1 {
      margin: 0 0 20px;
      font-size: 60px;
      line-height: 60px; }
      @media (max-width: 767px) {
        .tracking-page-top-sect .sect-content h1 {
          font-size: 10vw;
          line-height: 10vw;
          margin-bottom: 0; } }
    .tracking-page-top-sect .sect-content .subtitle {
      display: block;
      font-size: 15px; }
      @media (max-width: 767px) {
        .tracking-page-top-sect .sect-content .subtitle {
          display: none; } }

.track-form-section {
  position: relative;
  transform: translateY(-50%);
  margin-bottom: -20px; }
  .track-form-section .track-form-whitebox {
    background: #ffffff;
    border-radius: 16px;
    padding: 33px 33px 0;
    box-shadow: 0 0 10px rgba(24, 22, 71, 0.1); }
    @media (max-width: 767px) {
      .track-form-section .track-form-whitebox {
        padding: 15px 10px;
        border-radius: 10px; } }
  .track-form-section .input-wrapper {
    position: relative; }
    .track-form-section .input-wrapper .icon {
      position: absolute;
      left: 15px;
      width: 60px;
      top: 0;
      bottom: 0;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center; }
      @media (max-width: 767px) {
        .track-form-section .input-wrapper .icon {
          display: none; } }
    .track-form-section .input-wrapper .form-control {
      height: 66px;
      border-radius: 10px;
      box-shadow: none;
      border: 1px solid #EAEAF3;
      padding-left: 80px;
      font-size: 34px;
      line-height: 20px;
      color: #2E2B74;
      letter-spacing: 5px; }
      @media (max-width: 767px) {
        .track-form-section .input-wrapper .form-control {
          padding-left: 10px;
          height: 51px;
          font-size: 15px;
          line-height: inherit;
          letter-spacing: 3px; } }
      .track-form-section .input-wrapper .form-control::-webkit-input-placeholder {
        color: #000000;
        letter-spacing: 0;
        transform: translateY(-5px);
        line-height: 20px;
        font-size: 19px; }
        @media (max-width: 767px) {
          .track-form-section .input-wrapper .form-control::-webkit-input-placeholder {
            font-size: 15px;
            line-height: inherit;
            transform: translateY(0); } }
      .track-form-section .input-wrapper .form-control:-moz-placeholder {
        color: #000000;
        letter-spacing: 0;
        transform: translateY(-5px);
        line-height: 20px;
        font-size: 19px; }
        @media (max-width: 767px) {
          .track-form-section .input-wrapper .form-control:-moz-placeholder {
            font-size: 15px;
            line-height: inherit;
            transform: translateY(0); } }
      .track-form-section .input-wrapper .form-control::-moz-placeholder {
        color: #000000;
        letter-spacing: 0;
        transform: translateY(-5px);
        line-height: 20px;
        font-size: 19px; }
        @media (max-width: 767px) {
          .track-form-section .input-wrapper .form-control::-moz-placeholder {
            font-size: 15px;
            line-height: inherit;
            transform: translateY(0); } }
      .track-form-section .input-wrapper .form-control:-ms-input-placeholder {
        color: #000000;
        letter-spacing: 0;
        transform: translateY(-5px);
        line-height: 20px;
        font-size: 19px; }
        @media (max-width: 767px) {
          .track-form-section .input-wrapper .form-control:-ms-input-placeholder {
            font-size: 15px;
            line-height: inherit;
            transform: translateY(0); } }
      .track-form-section .input-wrapper .form-control:focus {
        border-color: #424182; }
    .track-form-section .input-wrapper label.error {
      position: absolute;
      bottom: 100%;
      left: 52px;
      margin-bottom: -6px;
      padding: 2px 20px 3px;
      font-weight: normal;
      background-color: #EC1939;
      border-radius: 10px;
      color: #fff;
      font-size: 12px; }
      .track-form-section .input-wrapper label.error + input.form-control {
        border-color: #EC1939; }
    .track-form-section .input-wrapper label.valid {
      opacity: 0; }
      .track-form-section .input-wrapper label.valid + input.form-control {
        border-color: #00A532; }
  .track-form-section .form-info {
    display: block;
    padding-left: 30px;
    font-size: 12px;
    color: #adadad;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .track-form-section .form-info {
        padding-left: 10px; } }
  .track-form-section .search-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: -20px auto 0;
    background: #00A532;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding: 12px 30px 13px 38px;
    border: none;
    transform: translateY(50%);
    border-radius: 25px; }
    .track-form-section .search-btn:hover {
      background: #2E2B74; }
    .track-form-section .search-btn i,
    .track-form-section .search-btn b {
      display: block;
      margin-left: 15px;
      transition: all 0.3s ease; }
    .track-form-section .search-btn b {
      display: none; }
    .track-form-section .search-btn em {
      display: none;
      font-style: normal;
      font-size: 19px; }
  .track-form-section .tracking-form.with-info .search-btn {
    background: #2E2B74; }
    .track-form-section .tracking-form.with-info .search-btn i {
      display: none; }
    .track-form-section .tracking-form.with-info .search-btn b {
      display: block; }
    .track-form-section .tracking-form.with-info .search-btn em {
      display: block; }
    .track-form-section .tracking-form.with-info .search-btn span {
      display: none; }

.tracking-result-section {
  padding-bottom: 50px;
  display: none; }
  .tracking-result-section .result-heading-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #F4F4F4;
    padding-bottom: 22px;
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .tracking-result-section .result-heading-box {
        display: block;
        margin-bottom: 20px; } }
    .tracking-result-section .result-heading-box .col-status {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      padding-right: 35px;
      border-right: 1px solid #F0F0F0; }
      @media (max-width: 767px) {
        .tracking-result-section .result-heading-box .col-status {
          padding-right: 0;
          border: none;
          border-bottom: 1px solid #F0F0F0;
          padding-bottom: 20px;
          margin-bottom: 20px; } }
      .tracking-result-section .result-heading-box .col-status .status-icon {
        border-radius: 50%;
        width: 94px;
        height: 94px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        box-shadow: 0 0 25px rgba(15, 13, 56, 0.05);
        margin-right: 35px; }
        @media (max-width: 767px) {
          .tracking-result-section .result-heading-box .col-status .status-icon {
            margin-right: 20px;
            width: 80px;
            height: 80px; } }
      .tracking-result-section .result-heading-box .col-status .status-label {
        display: block;
        color: #898895;
        font-size: 12px;
        padding-bottom: 5px; }
      .tracking-result-section .result-heading-box .col-status .status-title {
        display: block;
        color: #000000;
        font-size: 18px; }
    .tracking-result-section .result-heading-box .col-parameters {
      padding-left: 3vw;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center; }
      @media (max-width: 767px) {
        .tracking-result-section .result-heading-box .col-parameters {
          display: block; } }
    .tracking-result-section .result-heading-box .parameter {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      padding-left: 4vw; }
      @media (max-width: 767px) {
        .tracking-result-section .result-heading-box .parameter {
          margin-bottom: 20px;
          padding-left: 0; }
          .tracking-result-section .result-heading-box .parameter:last-child {
            margin-bottom: 0; } }
      .tracking-result-section .result-heading-box .parameter:first-child {
        padding-left: 0; }
      .tracking-result-section .result-heading-box .parameter .param-icon {
        margin-right: 15px; }
      .tracking-result-section .result-heading-box .parameter .param-label {
        display: block;
        font-size: 11px;
        color: #898895;
        padding-bottom: 3px; }
      .tracking-result-section .result-heading-box .parameter .param-value {
        display: block;
        font-size: 14px;
        color: #000; }
  .tracking-result-section .result-body-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1500px; }
    @media (max-width: 767px) {
      .tracking-result-section .result-body-box {
        display: block; } }
    .tracking-result-section .result-body-box .box-label {
      display: block;
      color: #898895;
      font-size: 13px;
      padding-bottom: 25px; }
      @media (max-width: 767px) {
        .tracking-result-section .result-body-box .box-label {
          font-size: 18px; } }
  .tracking-result-section .result-text-column {
    width: 45%; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .tracking-result-section .result-text-column {
        width: 48%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .tracking-result-section .result-text-column {
        width: 48%; } }
    @media (max-width: 767px) {
      .tracking-result-section .result-text-column {
        width: 100%; } }
  .tracking-result-section .result-map-column {
    width: 45%; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .tracking-result-section .result-map-column {
        width: 48%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .tracking-result-section .result-map-column {
        width: 48%; } }
    @media (max-width: 767px) {
      .tracking-result-section .result-map-column {
        width: 100%; } }
  .tracking-result-section .map-holder {
    border-radius: 15px;
    overflow: hidden; }
    .tracking-result-section .map-holder img {
      width: 100%; }
  .tracking-result-section .tracking-list {
    position: relative;
    margin: 0 auto; }
    .tracking-result-section .tracking-list .item {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: flex-start;
      position: relative;
      padding-bottom: 45px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .tracking-result-section .tracking-list .item {
          padding-bottom: 30px; } }
      @media (max-width: 767px) {
        .tracking-result-section .tracking-list .item {
          padding-bottom: 20px; } }
      .tracking-result-section .tracking-list .item:last-child:after {
        opacity: 0; }
      .tracking-result-section .tracking-list .item:last-child:before {
        background: #D3D3D3; }
      .tracking-result-section .tracking-list .item.active:before {
        background: #00A431; }
      .tracking-result-section .tracking-list .item.active:after {
        background: #D3D3D3; }
      .tracking-result-section .tracking-list .item:after {
        content: "";
        display: block;
        clear: both;
        width: 2px;
        background: #2E2B74;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -1px; }
      .tracking-result-section .tracking-list .item:before {
        content: "";
        display: block;
        clear: both;
        border-radius: 50%;
        top: 0;
        width: 11px;
        height: 11px;
        background: #2E2B74;
        position: absolute;
        left: 50%;
        margin-left: -6px;
        z-index: 3; }
      .tracking-result-section .tracking-list .item .date {
        display: block;
        text-align: right;
        width: 50%;
        padding-right: 33px;
        font-size: 14px; }
        @media (max-width: 767px) {
          .tracking-result-section .tracking-list .item .date {
            padding-right: 15px;
            font-size: 13px; } }
      .tracking-result-section .tracking-list .item .desc {
        width: 50%;
        display: block;
        text-align: left;
        padding-left: 30px;
        margin-top: -3px; }
        @media (max-width: 767px) {
          .tracking-result-section .tracking-list .item .desc {
            padding-left: 15px; } }
        .tracking-result-section .tracking-list .item .desc .item-title {
          display: block;
          font-size: 17px;
          color: #000;
          padding-bottom: 5px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .tracking-result-section .tracking-list .item .desc .item-title {
              font-size: 15px; } }
          @media (max-width: 767px) {
            .tracking-result-section .tracking-list .item .desc .item-title {
              font-size: 15px; } }
        .tracking-result-section .tracking-list .item .desc .adr {
          display: block;
          font-size: 15px;
          color: #6d6c7d; }
          @media (min-width: 768px) and (max-width: 991px) {
            .tracking-result-section .tracking-list .item .desc .adr {
              font-size: 12px; } }
          @media (max-width: 767px) {
            .tracking-result-section .tracking-list .item .desc .adr {
              font-size: 12px; } }

.results-loader-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.91);
  z-index: 20;
  display: none; }
  .results-loader-box .loader-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }
  .results-loader-box .circle-loader {
    border-radius: 50%;
    width: 181px;
    height: 181px;
    box-shadow: 0 0 25px rgba(45, 43, 95, 0.12);
    background: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    .results-loader-box .circle-loader img {
      animation: rotation 2s ease-in-out infinite;
      display: block; }

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

.pac-container {
  border-radius: 10px;
  margin-top: -5px;
  box-shadow: 5px 3px 50px rgba(23, 22, 61, 0.1);
  border: none;
  padding: 15px 10px; }
  @media (max-width: 767px) {
    .pac-container {
      padding: 8px 10px; } }
  .pac-container:after {
    display: none; }
  .pac-container .pac-item {
    border: none;
    border-radius: 5px;
    padding: 3px 10px 3px 18px; }
    .pac-container .pac-item:first-child {
      border: none; }
    .pac-container .pac-item:hover {
      background: #EFEEF4; }

.send-form .form-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .send-form .form-row {
      display: block; } }

.send-form .from-to-col {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch; }
  @media (max-width: 767px) {
    .send-form .from-to-col {
      display: block; } }
  .send-form .from-to-col .input-col {
    width: 50%;
    padding-left: 7px;
    position: relative; }
    @media (max-width: 767px) {
      .send-form .from-to-col .input-col {
        width: 100%;
        margin-bottom: 10px;
        padding: 0; } }
    .send-form .from-to-col .input-col:first-child {
      padding-left: 0;
      padding-right: 7px; }
      @media (max-width: 767px) {
        .send-form .from-to-col .input-col:first-child {
          padding-right: 0; } }
  .send-form .from-to-col .arrow-circle {
    position: absolute;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: #fff;
    box-shadow: 0 0 20px rgba(46, 43, 116, 0.1);
    left: 100%;
    margin-left: -20px;
    top: 50%;
    z-index: 5;
    margin-top: -18px; }
    @media (max-width: 767px) {
      .send-form .from-to-col .arrow-circle {
        display: none; } }
    .send-form .from-to-col .arrow-circle:before {
      content: "";
      display: block;
      clear: both;
      background: url(../images/press-center-arrow.png) no-repeat 50% 50%;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      opacity: 0.5; }

.send-form .type-col {
  width: 33.333%;
  min-width: 30%;
  max-width: 400px;
  padding-left: 20px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .send-form .type-col {
      padding-left: 10px; } }
  @media (max-width: 767px) {
    .send-form .type-col {
      max-width: none;
      width: 100%;
      padding-left: 0; } }

.send-form.with-info .search-btn {
  background: #2E2B74; }
  .send-form.with-info .search-btn:hover b {
    transform: rotate(360deg); }
  .send-form.with-info .search-btn i {
    display: none; }
  .send-form.with-info .search-btn b {
    display: block; }
  .send-form.with-info .search-btn em {
    display: block; }
  .send-form.with-info .search-btn span {
    display: none; }

.send-form-section {
  position: relative;
  transform: translateY(-50%);
  margin-bottom: -20px;
  z-index: 15; }
  @media (max-width: 767px) {
    .send-form-section {
      transform: translateY(-80px); } }
  .send-form-section .send-form-whitebox {
    background: #ffffff;
    border-radius: 16px;
    padding: 33px 33px 0;
    box-shadow: 0 0 40px rgba(24, 22, 71, 0.1); }
    @media (max-width: 767px) {
      .send-form-section .send-form-whitebox {
        padding: 15px 10px;
        border-radius: 10px; } }
  .send-form-section .form-control {
    background: none;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    font-weight: 500;
    outline: none;
    height: 64px;
    color: #000;
    font-size: 17px;
    padding-left: 30px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 3; }
    .send-form-section .form-control::-webkit-input-placeholder {
      color: transparent;
      transition: all 0.3s ease; }
    .send-form-section .form-control:-moz-placeholder {
      color: transparent;
      transition: all 0.3s ease; }
    .send-form-section .form-control::-moz-placeholder {
      color: transparent;
      transition: all 0.3s ease; }
    .send-form-section .form-control:-ms-input-placeholder {
      color: transparent;
      transition: all 0.3s ease; }
  @media (max-width: 767px) {
    .send-form-section .selectric-wrapper {
      width: 100%; } }
  .send-form-section .input-wrap {
    position: relative;
    background-color: #F5F5F8;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: all 0.3s ease; }
    .send-form-section .input-wrap:hover {
      border-color: #9896BB; }
    .send-form-section .input-wrap.error-wrap {
      border-color: #F29BA0; }
    .send-form-section .input-wrap.input-disabled {
      opacity: 0.5;
      border-color: #ddd; }
    .send-form-section .input-wrap.iconed-input .form-control {
      padding-right: 45px; }
    .send-form-section .input-wrap .input-icon {
      position: absolute;
      right: 22px;
      top: 50%;
      transform: translateY(-50%); }
    .send-form-section .input-wrap label.error {
      position: absolute;
      top: 100%;
      left: 12px;
      margin-top: -6px;
      padding: 2px 20px 3px;
      font-weight: normal;
      background-color: #EC1939;
      border-radius: 10px;
      color: #fff;
      font-size: 12px; }
    .send-form-section .input-wrap label.valid {
      opacity: 0; }
    .send-form-section .input-wrap .form-control {
      padding-top: 26px; }
    .send-form-section .input-wrap input.input-small {
      padding-top: 6px; }
    .send-form-section .input-wrap textarea.textarea-small {
      padding-top: 15px; }
    .send-form-section .input-wrap .title-label {
      position: absolute;
      display: block;
      z-index: 3;
      left: 60px;
      color: #4d4c65;
      top: 50%;
      font-size: 17px;
      line-height: 19px;
      font-weight: normal;
      margin-top: -10px;
      transition: all 0.3s ease;
      pointer-events: none; }
      @media (min-width: 768px) and (max-width: 991px) {
        .send-form-section .input-wrap .title-label {
          font-size: 14px;
          left: 15px; } }
      @media (max-width: 767px) {
        .send-form-section .input-wrap .title-label {
          left: 15px; } }
    .send-form-section .input-wrap.input_not_empty .title-label {
      margin-top: -21px;
      font-size: 14px; }
    .send-form-section .input-wrap.input_not_empty .title-label-textarea {
      transform: translateY(0);
      top: 15px; }
    .send-form-section .input-wrap.input_focused {
      border-color: #3D3A7F;
      background-color: transparent; }
      .send-form-section .input-wrap.input_focused input::-webkit-input-placeholder {
        color: #ccc; }
      .send-form-section .input-wrap.input_focused input:-moz-placeholder {
        color: #ccc; }
      .send-form-section .input-wrap.input_focused input::-moz-placeholder {
        color: #ccc; }
      .send-form-section .input-wrap.input_focused input:-ms-input-placeholder {
        color: #ccc; }
      .send-form-section .input-wrap.input_focused .title-label {
        margin-top: -21px;
        font-size: 14px; }
    .send-form-section .input-wrap.iconed-date:after {
      content: "";
      display: block;
      clear: both;
      background: url(../images/btn-datepicker.png) no-repeat 50% 50%;
      background-size: 22px auto;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      width: 60px;
      z-index: 3; }
    .send-form-section .input-wrap.iconed-date input {
      padding-right: 60px; }
  .send-form-section .input-wrap {
    position: relative;
    border-color: #E6E5F1;
    background: none; }
    .send-form-section .input-wrap.input_focused {
      border-color: #424182; }
    .send-form-section .input-wrap.icon-right .icon {
      left: auto;
      right: 15px; }
    .send-form-section .input-wrap.icon-right .form-control {
      padding-left: 30px;
      padding-right: 50px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .send-form-section .input-wrap.icon-right .form-control {
          padding-left: 15px;
          padding-right: 10px; } }
      @media (max-width: 767px) {
        .send-form-section .input-wrap.icon-right .form-control {
          padding-left: 10px; } }
    .send-form-section .input-wrap.icon-right .title-label {
      left: 30px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .send-form-section .input-wrap.icon-right .title-label {
          left: 15px; } }
      @media (max-width: 767px) {
        .send-form-section .input-wrap.icon-right .title-label {
          left: 15px; } }
    .send-form-section .input-wrap .icon {
      position: absolute;
      left: 15px;
      width: 40px;
      top: 0;
      bottom: 0;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center; }
      @media (min-width: 768px) and (max-width: 991px) {
        .send-form-section .input-wrap .icon {
          display: none; } }
      @media (max-width: 767px) {
        .send-form-section .input-wrap .icon {
          display: none; } }
    .send-form-section .input-wrap .form-control {
      height: 66px;
      border-radius: 10px;
      box-shadow: none;
      border: none;
      padding-left: 60px;
      font-size: 19px;
      font-weight: normal;
      color: #000000; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .send-form-section .input-wrap .form-control {
          font-size: 16px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .send-form-section .input-wrap .form-control {
          font-size: 16px;
          padding-left: 15px; } }
      @media (max-width: 767px) {
        .send-form-section .input-wrap .form-control {
          height: 52px;
          padding-left: 15px;
          font-size: 16px; } }
      .send-form-section .input-wrap .form-control:focus {
        border-color: #424182; }
    .send-form-section .input-wrap label.error {
      position: absolute;
      top: auto;
      bottom: 100%;
      left: 22px;
      margin-bottom: -6px;
      padding: 2px 20px 3px;
      font-weight: normal;
      background-color: #EC1939;
      border-radius: 10px;
      color: #fff;
      font-size: 12px; }
      .send-form-section .input-wrap label.error + input.form-control {
        border-color: #EC1939; }
    .send-form-section .input-wrap label.valid {
      opacity: 0; }
      .send-form-section .input-wrap label.valid + input.form-control {
        border-color: #00A532; }
  .send-form-section .selectric-custom-select label.error {
    position: absolute;
    top: auto;
    bottom: 100%;
    left: 22px;
    margin-bottom: -6px;
    padding: 2px 20px 3px;
    font-weight: normal;
    background-color: #EC1939;
    border-radius: 10px;
    color: #fff;
    font-size: 12px; }
    .send-form-section .selectric-custom-select label.error + input.form-control {
      border-color: #EC1939; }
  .send-form-section .selectric-custom-select label.valid {
    opacity: 0; }
    .send-form-section .selectric-custom-select label.valid + input.form-control {
      border-color: #00A532; }
  @media (max-width: 767px) {
    .send-form-section .selectric-custom-select .selectric-is-native {
      overflow: visible; } }
  .send-form-section .selectric-custom-select .selectric {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #F0F0F7; }
    .send-form-section .selectric-custom-select .selectric:hover {
      border-color: #9896BB; }
    .send-form-section .selectric-custom-select .selectric .label {
      margin-left: 20px;
      height: 66px;
      line-height: 66px;
      font-size: 19px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center; }
      @media (min-width: 768px) and (max-width: 991px) {
        .send-form-section .selectric-custom-select .selectric .label {
          margin-left: 5px;
          font-size: 15px; } }
      @media (max-width: 767px) {
        .send-form-section .selectric-custom-select .selectric .label {
          height: 52px;
          margin-left: 15px;
          font-size: 16px; } }
      .send-form-section .selectric-custom-select .selectric .label .value {
        padding-left: 10px; }
        @media (max-width: 767px) {
          .send-form-section .selectric-custom-select .selectric .label .value {
            padding-left: 0; } }
    .send-form-section .selectric-custom-select .selectric .ico {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      width: 40px;
      margin-right: 5px; }
    .send-form-section .selectric-custom-select .selectric .button {
      background: none;
      height: auto;
      bottom: 0;
      right: 15px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .send-form-section .selectric-custom-select .selectric .button {
          right: 5px; } }
      .send-form-section .selectric-custom-select .selectric .button:after {
        display: inline-block;
        border: solid #2E2B74;
        border-width: 0 2px 2px 0;
        padding: 5px;
        position: absolute;
        top: 50%;
        margin-top: -9px;
        transform: rotate(45deg); }
  .send-form-section .select-labeled-wrapper {
    position: relative;
    width: 100%; }
    .send-form-section .select-labeled-wrapper .select-fake-label {
      position: absolute;
      top: 13px;
      left: 30px;
      display: block;
      color: #7f8493;
      font-weight: normal;
      font-size: 14px;
      z-index: 7;
      opacity: 0;
      visibility: hidden; }
      @media (min-width: 768px) and (max-width: 991px) {
        .send-form-section .select-labeled-wrapper .select-fake-label {
          left: 15px; } }
    .send-form-section .select-labeled-wrapper .selectric-open {
      z-index: 10; }
      .send-form-section .select-labeled-wrapper .selectric-open + .select-fake-label {
        z-index: 20; }
    .send-form-section .select-labeled-wrapper .selectric-selected-already .selectric .label,
    .send-form-section .select-labeled-wrapper .selectric-changed .selectric .label {
      color: #000;
      font-size: 18px;
      padding-top: 19px; }
    .send-form-section .select-labeled-wrapper .selectric-selected-already + .select-fake-label,
    .send-form-section .select-labeled-wrapper .selectric-changed + .select-fake-label {
      opacity: 1;
      visibility: visible; }
  .send-form-section .package-type-window {
    position: absolute;
    bottom: -30px;
    right: 20px;
    background: #ffffff;
    box-shadow: 0 0 50px rgba(23, 22, 61, 0.12);
    width: 330px;
    padding: 25px 30px;
    border-radius: 10px;
    z-index: 10000; }
    .send-form-section .package-type-window .close-btn {
      right: 20px;
      top: 20px; }
    .send-form-section .package-type-window .type-icon {
      margin-bottom: 15px; }
    .send-form-section .package-type-window p {
      margin: 0;
      font-size: 15px;
      line-height: 22px;
      color: #747789; }
      .send-form-section .package-type-window p b {
        color: #000; }
  .send-form-section .selectric-open .selectric {
    border-color: #9896BB; }
  .send-form-section .quest-btn {
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
    width: 17px;
    height: 17px;
    font-size: 11px;
    color: #2e2b74;
    background: #F2F2F8;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-left: 12px; }
    .send-form-section .quest-btn:hover {
      background: #D8D8EA; }
  .send-form-section .selectric-items {
    box-shadow: 0 0 50px rgba(23, 22, 61, 0.2);
    margin-top: -10px;
    border: none;
    border-radius: 10px;
    z-index: 5;
    padding: 12px;
    background: #fff; }
    .send-form-section .selectric-items li {
      padding: 12px 15px;
      border-radius: 10px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      transition: all 0.3s ease;
      font-size: 18px;
      color: #000; }
      .send-form-section .selectric-items li:hover {
        background: rgba(244, 244, 248, 0.6); }
      .send-form-section .selectric-items li .ico {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        width: 40px;
        margin-right: 15px; }
    .send-form-section .selectric-items li.highlighted {
      background: #F4F4F8; }
      .send-form-section .selectric-items li.highlighted .quest-btn {
        background: #D8D8EA; }
  .send-form-section .form-info {
    display: block;
    padding-left: 30px;
    font-size: 12px;
    color: #adadad;
    margin-bottom: 10px; }
  .send-form-section .search-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: -25px auto 0;
    background: #00A532;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding: 12px 30px 13px 38px;
    border: none;
    transform: translateY(50%);
    border-radius: 25px; }
    .send-form-section .search-btn:hover {
      background: #2E2B74; }
    .send-form-section .search-btn i,
    .send-form-section .search-btn b {
      display: block;
      margin-left: 15px;
      transition: all 0.3s ease; }
    .send-form-section .search-btn b {
      display: none; }
    .send-form-section .search-btn em {
      display: none;
      font-style: normal;
      font-size: 19px; }

.window-page-box {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  min-height: 680px; }
  @media (max-width: 767px) {
    .window-page-box {
      min-height: 0;
      position: relative; } }
  .window-page-box .page-bg {
    position: absolute;
    left: 0;
    top: 90px;
    bottom: 0;
    width: 100%; }
    @media (max-width: 767px) {
      .window-page-box .page-bg {
        position: absolute; } }
    .window-page-box .page-bg picture {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .window-page-box .page-bg picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 0; }

.sending-result-section {
  padding-bottom: 60px;
  display: none; }
  @media (max-width: 767px) {
    .sending-result-section {
      padding-bottom: 30px; } }
  .sending-result-section .col-label {
    display: block;
    color: #898895;
    font-size: 12px;
    padding-left: 10px;
    margin-bottom: 25px; }
  .sending-result-section .sending-calculated-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch; }
    @media (max-width: 767px) {
      .sending-result-section .sending-calculated-row {
        width: 100%;
        display: block; } }
  .sending-result-section .route-map-column {
    width: 100%;
    padding-left: 45px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch; }
    @media (min-width: 768px) and (max-width: 991px) {
      .sending-result-section .route-map-column {
        padding-left: 20px; } }
    @media (max-width: 767px) {
      .sending-result-section .route-map-column {
        width: 100%;
        padding-left: 0; } }
    .sending-result-section .route-map-column .route-map-holder {
      position: relative;
      height: 100%; }
      @media (max-width: 767px) {
        .sending-result-section .route-map-column .route-map-holder {
          height: 300px; } }
    .sending-result-section .route-map-column .route-map {
      width: 100%;
      height: 100%;
      border-radius: 10px;
      overflow: hidden; }
  .sending-result-section .calc-type-column {
    min-width: 400px;
    width: 30%; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .sending-result-section .calc-type-column {
        min-width: 350px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .sending-result-section .calc-type-column {
        min-width: 300px; } }
    @media (max-width: 767px) {
      .sending-result-section .calc-type-column {
        min-width: 0;
        width: 100%;
        margin-bottom: 30px; } }
  .sending-result-section ._g-green-button {
    padding-top: 17px;
    padding-bottom: 18px;
    width: 100%;
    text-align: center; }
  .sending-result-section .delivery-type-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    background: #F6F6F6;
    border-radius: 10px;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .sending-result-section .delivery-type-tabs {
        margin-bottom: 20px; } }
    .sending-result-section .delivery-type-tabs li {
      width: 100%;
      text-align: center; }
      .sending-result-section .delivery-type-tabs li a {
        display: block;
        width: 100%;
        transition: all 0.3s ease;
        color: #81838b;
        font-size: 18px;
        padding: 18px 10px 18px;
        font-weight: 500;
        border-radius: 10px; }
        .sending-result-section .delivery-type-tabs li a:hover {
          color: #2E2B74;
          background: #eeeeee; }
    .sending-result-section .delivery-type-tabs li.active a {
      background: #fff;
      color: #2e2b74;
      box-shadow: 0 0 60px rgba(33, 31, 83, 0.14); }
  .sending-result-section .main-price-box {
    text-align: center;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 20px;
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      .sending-result-section .main-price-box {
        padding-bottom: 20px; } }
    .sending-result-section .main-price-box .price-label {
      display: block;
      font-size: 17px;
      margin-bottom: 5px; }
    .sending-result-section .main-price-box .price-value {
      display: block;
      font-size: 50px;
      margin-bottom: 10px; }
    .sending-result-section .main-price-box .panel-body {
      padding-top: 10px; }
      .sending-result-section .main-price-box .panel-body .parameters-box {
        text-align: left;
        padding: 5px 10% 0; }
        .sending-result-section .main-price-box .panel-body .parameters-box .param-item {
          padding-bottom: 10px; }
        .sending-result-section .main-price-box .panel-body .parameters-box .param-label {
          text-align: right;
          color: #929292; }
    .sending-result-section .main-price-box p {
      color: #adadad;
      margin: 0;
      font-size: 14px;
      line-height: 19px; }
      .sending-result-section .main-price-box p b {
        color: #000; }
  .sending-result-section .parameters-box {
    padding-bottom: 40px; }
  .sending-result-section .param-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 5% 20px; }
    .sending-result-section .param-item:last-child {
      padding-bottom: 0; }
    .sending-result-section .param-item .param-label {
      width: 48%;
      font-size: 14px;
      color: #646464; }
    .sending-result-section .param-item .param-info {
      width: 48%; }
    .sending-result-section .param-item .iconed-param {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center; }
      .sending-result-section .param-item .iconed-param .icon {
        width: 30px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center; }
      .sending-result-section .param-item .iconed-param span {
        font-weight: 500;
        color: #000000;
        font-size: 14px;
        display: block; }

.doc-filter-form {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
  z-index: 6; }
  .doc-filter-form .form-flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start; }
  .doc-filter-form .form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative; }
    .doc-filter-form .form-row._mod-full {
      width: 100%; }
    .doc-filter-form .form-row .form-col-left {
      padding-right: 20px;
      min-width: 200px; }
      @media (max-width: 767px) {
        .doc-filter-form .form-row .form-col-left {
          padding-right: 0;
          padding-bottom: 10px; } }
    .doc-filter-form .form-row .form-col-right {
      min-width: 200px; }
      @media (max-width: 767px) {
        .doc-filter-form .form-row .form-col-right {
          padding-bottom: 10px; } }
    @media (max-width: 767px) {
      .doc-filter-form .form-row {
        width: 100%;
        display: block; } }
    .doc-filter-form .form-row.js_suggestWrap {
      z-index: 6; }
  .doc-filter-form .selectric-custom-select .selectric {
    border-radius: 10px;
    background: none;
    z-index: 3;
    transition: all 0.3s ease;
    border-color: #E1E1EC; }
    .doc-filter-form .selectric-custom-select .selectric:hover {
      border-color: #BEC4CF; }
    .doc-filter-form .selectric-custom-select .selectric .label {
      padding-left: 25px;
      margin-left: 0;
      font-size: 14px;
      color: #2e2b74;
      line-height: 44px;
      height: 44px;
      margin-right: 50px;
      font-weight: 500; }
    .doc-filter-form .selectric-custom-select .selectric .button {
      background: none;
      height: auto;
      top: 7px;
      bottom: 7px;
      border-left: 1px solid #E9E9EC;
      width: 36px; }
      .doc-filter-form .selectric-custom-select .selectric .button:after {
        right: 5px;
        top: 50%;
        border: solid #161616;
        border-width: 0 1px 1px 0;
        padding: 4px;
        transform: rotate(45deg);
        margin-top: -8px; }
  .doc-filter-form .selectric-custom-select .selectric-items {
    margin-top: 5px;
    box-shadow: 0 0 40px rgba(33, 38, 50, 0.2);
    border-radius: 10px;
    background: #fff;
    border: none;
    overflow: hidden; }
    .doc-filter-form .selectric-custom-select .selectric-items li {
      font-size: 14px;
      padding: 7px 20px;
      color: #000; }
      .doc-filter-form .selectric-custom-select .selectric-items li:hover {
        background: #00A651;
        color: #fff; }
    .doc-filter-form .selectric-custom-select .selectric-items li.disabled {
      display: none; }
    .doc-filter-form .selectric-custom-select .selectric-items li.selected {
      background: #F3F5F8;
      color: #2E2B74;
      font-weight: 500; }
  .doc-filter-form .selectric-custom-select.selectric-open .selectric {
    border-color: #BEC4CF; }
    .doc-filter-form .selectric-custom-select.selectric-open .selectric .button:after {
      transform: rotate(-135deg);
      margin-top: -1px; }
  .doc-filter-form .selectric-custom-select .mCSB_inside > .mCSB_container {
    margin-right: 16px; }
    .doc-filter-form .selectric-custom-select .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y {
      margin-right: 0; }
  .doc-filter-form .selectric-custom-select .mCSB_scrollTools {
    background: #F4F4F4; }
    .doc-filter-form .selectric-custom-select .mCSB_scrollTools:hover .mCSB_dragger_bar {
      background: #8691a0; }
    .doc-filter-form .selectric-custom-select .mCSB_scrollTools .mCSB_draggerContainer {
      top: 10px;
      bottom: 10px; }
    .doc-filter-form .selectric-custom-select .mCSB_scrollTools .mCSB_draggerRail {
      width: 4px;
      background: #E0E3E7; }
    .doc-filter-form .selectric-custom-select .mCSB_scrollTools .mCSB_dragger_bar {
      background: #C0C6CE; }
  .doc-filter-form .form-col-search {
    flex: 1;
    padding-left: 20px; }
    @media (max-width: 767px) {
      .doc-filter-form .form-col-search {
        padding-left: 0; } }
  .doc-filter-form input.form-control {
    border-radius: 10px;
    background: none;
    box-shadow: none;
    outline: none;
    border: 1px solid #DCDEE4;
    height: 46px;
    color: #000;
    font-weight: normal;
    padding-left: 20px; }
  .doc-filter-form .iconed-input {
    position: relative; }
    .doc-filter-form .iconed-input:hover .input-icon {
      opacity: 1; }
    .doc-filter-form .iconed-input:hover .date-picker {
      border-color: #BEC4CF; }
    .doc-filter-form .iconed-input button.date-picker {
      height: 46px;
      white-space: nowrap;
      background: none;
      padding-left: 50px;
      padding-right: 20px;
      border-radius: 10px;
      box-shadow: none;
      font-weight: 500;
      width: 100%;
      text-align: left;
      position: relative;
      border-color: #DFDFEA;
      font-size: 14px;
      color: #2e2b74; }
    .doc-filter-form .iconed-input .input-icon {
      position: absolute;
      left: 5px;
      top: 0;
      bottom: 0;
      width: 40px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      opacity: 0.4;
      transition: all 0.3s ease; }
    .doc-filter-form .iconed-input input {
      padding-left: 43px; }
      .doc-filter-form .iconed-input input:focus + .input-icon {
        opacity: 1; }
    .doc-filter-form .iconed-input.choosedDate input {
      color: #000;
      border-color: #ccc; }
  .doc-filter-form .form-left-part {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 12px;
    position: relative;
    z-index: 10; }
    .doc-filter-form .form-left-part .sort-col {
      padding-right: 30px; }
      .doc-filter-form .form-left-part .sort-col:last-child {
        padding-right: 15px; }
  .doc-filter-form .form-right-part {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    flex: 1; }
    .doc-filter-form .form-right-part .sort-col {
      padding-right: 15px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .doc-filter-form .form-right-part .sort-col {
          flex: 1; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .doc-filter-form .form-right-part .sort-col {
          flex: 1;
          padding-right: 10px; } }
      .doc-filter-form .form-right-part .sort-col:last-child {
        padding-right: 0; }
    .doc-filter-form .form-right-part button.date-picker {
      font-size: 13px;
      height: 44px; }
    .doc-filter-form .form-right-part .selectric .label {
      height: 42px;
      line-height: 42px;
      padding-left: 15px;
      margin-right: 40px;
      font-size: 13px; }
  .doc-filter-form .col-status {
    min-width: 220px; }
    @media (min-width: 1199px) and (max-width: 1350px) {
      .doc-filter-form .col-status {
        min-width: 150px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .doc-filter-form .col-status {
        min-width: 150px; } }
  .doc-filter-form .col-driver {
    min-width: 200px; }
    @media (min-width: 1400px) {
      .doc-filter-form .col-driver {
        min-width: 250px; } }
  .doc-filter-form .col-time {
    min-width: 180px; }
  .doc-filter-form .col-period {
    position: relative;
    min-width: 220px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .doc-filter-form .col-period {
        min-width: 200px; } }
    .doc-filter-form .col-period .daterangepicker {
      left: auto !important;
      right: 0 !important; }
      .doc-filter-form .col-period .daterangepicker:after, .doc-filter-form .col-period .daterangepicker:before {
        display: none; }

@media (min-width: 992px) and (max-width: 1199px) {
  .orders-filter-form {
    margin-bottom: 15px; } }

.orders-filter-form .form-flex-row {
  align-items: stretch; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .orders-filter-form .form-flex-row {
      flex-wrap: wrap;
      flex-direction: column; }
      .orders-filter-form .form-flex-row .form-right-part {
        order: -1;
        margin-bottom: 15px;
        justify-content: flex-start; } }

.orders-filter-form .all-status-box {
  position: relative;
  display: block; }
  .orders-filter-form .all-status-box .pop-block {
    z-index: 110; }

.orders-filter-form .do-status-btn {
  display: inline-block;
  font-size: 13px;
  position: relative;
  padding: 11px 18px 13px 24px;
  color: #2e2b74;
  background: #E5E5EB;
  border-radius: 10px;
  white-space: nowrap;
  font-weight: 500; }
  .orders-filter-form .do-status-btn i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background: #fff; }
    .orders-filter-form .do-status-btn i:after {
      content: "";
      display: block;
      clear: both;
      display: inline-block;
      border: solid #2e2b74;
      border-width: 0 1px 1px 0;
      padding: 2px;
      transform: rotate(45deg); }
  .orders-filter-form .do-status-btn span {
    display: inline-block;
    vertical-align: middle; }
  .orders-filter-form .do-status-btn:hover {
    background: #2E2B74;
    color: #fff; }
  .orders-filter-form .do-status-btn[disabled] {
    color: #828297;
    background: #EDEDF2; }
    .orders-filter-form .do-status-btn[disabled] i {
      background: #DFDFE6; }
      .orders-filter-form .do-status-btn[disabled] i:after {
        border-color: #9B9BAC; }

._g-text-radio {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start; }
  ._g-text-radio input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 1px;
    height: 1px; }
  ._g-text-radio .radio-label {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    color: #000;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    position: relative;
    margin-bottom: 0;
    border-radius: 6px;
    padding: 10px 13px;
    transition: all 0.3s ease;
    cursor: pointer; }
    ._g-text-radio .radio-label:hover {
      color: #fff;
      background: #2E2B74; }
  ._g-text-radio input[type=radio]:checked + .radio-label {
    background: #E5E5EB;
    color: #2E2B74; }
    ._g-text-radio input[type=radio]:checked + .radio-label .ch-btn {
      background-color: #E6E6EB;
      border-color: transparent; }
      ._g-text-radio input[type=radio]:checked + .radio-label .ch-btn:before {
        opacity: 1;
        border-color: #2e2b74; }
  ._g-text-radio a {
    text-decoration: underline;
    color: #2f2fa1; }
    ._g-text-radio a:hover {
      text-decoration: none; }

._g-custom-checkbox {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start; }
  ._g-custom-checkbox.error .ch-btn {
    border-color: red; }
  ._g-custom-checkbox.error label {
    color: red; }
  ._g-custom-checkbox input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 1px;
    height: 1px; }
  ._g-custom-checkbox .ch-btn {
    display: block;
    width: 25px;
    min-width: 25px;
    height: 25px;
    border: 1px solid #D0D4DB;
    margin-right: 15px;
    border-radius: 5px;
    cursor: pointer;
    background: none;
    outline: none;
    transition: all 0.3s ease;
    position: relative; }
    @media (max-width: 767px) {
      ._g-custom-checkbox .ch-btn {
        margin-right: 10px; } }
    ._g-custom-checkbox .ch-btn:before {
      content: "";
      display: block;
      clear: both;
      position: absolute;
      display: inline-block;
      top: 3px;
      left: 50%;
      margin-left: -4px;
      transition: all 0.3s ease;
      border: solid #000;
      border-width: 0 2px 2px 0;
      padding: 5px 3px;
      transform: rotate(45deg);
      opacity: 0; }
  ._g-custom-checkbox label {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 12px;
    color: #2e2b74;
    line-height: 16px;
    font-weight: 500;
    position: relative;
    margin-bottom: 0; }
    ._g-custom-checkbox label span {
      padding-top: 4px; }
    ._g-custom-checkbox label:hover .ch-btn {
      border-color: #555; }
  ._g-custom-checkbox input[type=checkbox]:checked + .ch-btn,
  ._g-custom-checkbox input[type=checkbox]:checked + label .ch-btn {
    background-color: #E6E6EB;
    border-color: transparent; }
    ._g-custom-checkbox input[type=checkbox]:checked + .ch-btn:before,
    ._g-custom-checkbox input[type=checkbox]:checked + label .ch-btn:before {
      opacity: 1;
      border-color: #2e2b74; }
  ._g-custom-checkbox span {
    padding-top: 0px;
    display: block; }
  ._g-custom-checkbox a {
    text-decoration: underline;
    color: #2f2fa1; }
    ._g-custom-checkbox a:hover {
      text-decoration: none; }
  ._g-custom-checkbox._mod-lg span {
    font-size: 17px;
    line-height: 23px;
    font-weight: normal; }

.order-stat-white-box {
  background: #FFFFFF;
  position: relative;
  border-radius: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent; }
  .order-stat-white-box.checked {
    border-color: rgba(46, 43, 116, 0.3); }
  .order-stat-white-box .order-checkbox {
    position: absolute;
    top: 10px;
    left: 12px; }
    .order-stat-white-box .order-checkbox:hover .ch-btn {
      border-color: #2E2B74; }
    .order-stat-white-box .order-checkbox .ch-btn {
      margin: 0; }
    .order-stat-white-box .order-checkbox + .order-stat-header .main-columns {
      padding-left: 15px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .order-stat-white-box .order-checkbox + .order-stat-header .main-columns {
          padding-left: 25px; } }
  .order-stat-white-box .tracking-status-wrap {
    position: relative; }
  .order-stat-white-box .order-stat-header {
    padding: 22px 0 30px 2.5vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch; }
    @media (min-width: 768px) and (max-width: 991px) {
      .order-stat-white-box .order-stat-header {
        padding: 15px 20px;
        flex-wrap: wrap; } }
    @media (max-width: 767px) {
      .order-stat-white-box .order-stat-header {
        display: block;
        padding-left: 0;
        padding-bottom: 20px; } }
    .order-stat-white-box .order-stat-header .main-columns {
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch; }
      @media (min-width: 768px) and (max-width: 991px) {
        .order-stat-white-box .order-stat-header .main-columns {
          flex-wrap: wrap;
          border-bottom: 1px solid #EEEEF0;
          padding-bottom: 20px; } }
      @media (max-width: 767px) {
        .order-stat-white-box .order-stat-header .main-columns {
          display: block; } }
    .order-stat-white-box .order-stat-header .bot-columns {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch;
      width: 100%; }
      @media (max-width: 767px) {
        .order-stat-white-box .order-stat-header .bot-columns {
          display: block; } }
    .order-stat-white-box .order-stat-header .track-num-col {
      width: 20%;
      min-width: 160px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .order-stat-white-box .order-stat-header .track-num-col {
          width: 100%;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: space-between;
          align-items: center;
          padding-bottom: 10px;
          padding-right: 2vw;
          border-bottom: 1px solid #EEEEF0;
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .order-stat-white-box .order-stat-header .track-num-col {
          width: 100%;
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: center;
          margin-bottom: 20px; } }
      .order-stat-white-box .order-stat-header .track-num-col .num-label {
        display: block;
        font-size: 12px;
        color: #9b9bb0; }
      .order-stat-white-box .order-stat-header .track-num-col .track-number {
        display: block;
        font-weight: 500;
        color: #000000;
        text-transform: uppercase;
        font-size: 18px;
        padding-bottom: 10px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .order-stat-white-box .order-stat-header .track-num-col .track-number {
            padding-bottom: 0; } }
      .order-stat-white-box .order-stat-header .track-num-col .tracking-status {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 15px;
        padding-left: 0; }
        @media (min-width: 768px) and (max-width: 991px) {
          .order-stat-white-box .order-stat-header .track-num-col .tracking-status {
            margin-bottom: 0; } }
        .order-stat-white-box .order-stat-header .track-num-col .tracking-status .icon {
          margin-right: 8px; }
        .order-stat-white-box .order-stat-header .track-num-col .tracking-status span {
          display: block;
          font-size: 12px;
          color: #000;
          font-weight: 500; }
        .order-stat-white-box .order-stat-header .track-num-col .tracking-status._mod-btn:hover i {
          background: #2E2B74; }
          .order-stat-white-box .order-stat-header .track-num-col .tracking-status._mod-btn:hover i:after {
            border-color: #fff; }
        .order-stat-white-box .order-stat-header .track-num-col .tracking-status._mod-btn i {
          border-radius: 50%;
          width: 22px;
          min-width: 22px;
          height: 22px;
          margin-left: 9px;
          border: 1px solid #F2F2F5;
          position: relative;
          box-shadow: 0 0px 2px rgba(46, 43, 116, 0.35); }
          .order-stat-white-box .order-stat-header .track-num-col .tracking-status._mod-btn i:after {
            content: "";
            display: block;
            clear: both;
            display: inline-block;
            vertical-align: middle;
            border: solid #34318B;
            top: 6px;
            left: 7px;
            position: absolute;
            border-width: 0 1px 1px 0;
            padding: 2px;
            transform: rotate(45deg); }
      .order-stat-white-box .order-stat-header .track-num-col .track-btn {
        display: inline-block;
        border-radius: 30px;
        box-shadow: 0 5px 13px rgba(46, 43, 116, 0.07), 1px 1px 2px rgba(46, 43, 116, 0.11);
        padding: 8px 23px 11px 18px;
        font-size: 15px;
        font-weight: 500;
        color: #2e2b74;
        transition: all 0.3s ease;
        margin-left: -15px; }
        .order-stat-white-box .order-stat-header .track-num-col .track-btn:hover {
          color: #ffffff;
          background: #2e2b74; }
          .order-stat-white-box .order-stat-header .track-num-col .track-btn:hover .icon {
            filter: grayscale(1) invert(1); }
        .order-stat-white-box .order-stat-header .track-num-col .track-btn .icon {
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px;
          transition: all 0.3s ease; }
        .order-stat-white-box .order-stat-header .track-num-col .track-btn span {
          display: inline-block;
          vertical-align: middle; }
    .order-stat-white-box .order-stat-header .order-adress-col {
      border-left: 1px solid #EEEEF0;
      width: 45%;
      padding-right: 10px;
      padding-left: 20px;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: stretch; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .order-stat-white-box .order-stat-header .order-adress-col {
          padding-left: 15px;
          padding-right: 10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .order-stat-white-box .order-stat-header .order-adress-col {
          padding-left: 0;
          border: none;
          width: 40%; } }
      @media (max-width: 767px) {
        .order-stat-white-box .order-stat-header .order-adress-col {
          width: 100%;
          display: block;
          padding: 0 10px 15px 10px;
          border: none; } }
      .order-stat-white-box .order-stat-header .order-adress-col .adresses {
        position: relative;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        height: 100%;
        padding: 9px 0; }
      .order-stat-white-box .order-stat-header .order-adress-col .adress-item {
        position: relative;
        padding-left: 36px;
        padding-bottom: 20px; }
        @media (max-width: 767px) {
          .order-stat-white-box .order-stat-header .order-adress-col .adress-item {
            padding-bottom: 15px; } }
        .order-stat-white-box .order-stat-header .order-adress-col .adress-item:before {
          content: "";
          display: block;
          clear: both;
          width: 25px;
          position: absolute;
          top: 5px;
          left: 0;
          height: 100%; }
        .order-stat-white-box .order-stat-header .order-adress-col .adress-item:last-child {
          padding-bottom: 0; }
        .order-stat-white-box .order-stat-header .order-adress-col .adress-item.item-from:before {
          background: url(../images/@2x/adr-delivery-from.png) no-repeat 50% 0;
          background-size: 20px auto; }
        .order-stat-white-box .order-stat-header .order-adress-col .adress-item.item-to:before {
          background: url(../images/@2x/adr-delivery-to.png) no-repeat 50% 0;
          background-size: 16px auto; }
        .order-stat-white-box .order-stat-header .order-adress-col .adress-item .adr-label {
          display: block;
          color: #9b9bb0;
          font-size: 12px;
          padding-bottom: 3px; }
        .order-stat-white-box .order-stat-header .order-adress-col .adress-item .adr {
          display: block;
          font-size: 14px;
          font-weight: 500;
          color: #000; }
          @media (min-width: 768px) and (max-width: 991px) {
            .order-stat-white-box .order-stat-header .order-adress-col .adress-item .adr {
              font-size: 12px; } }
    .order-stat-white-box .order-stat-header .order-params-col {
      width: 55%;
      border-left: 1px solid #EEEEF0;
      padding: 10px 2vw 5px;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .order-stat-white-box .order-stat-header .order-params-col {
          padding-left: 2vw; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .order-stat-white-box .order-stat-header .order-params-col {
          width: 60%; } }
      @media (max-width: 767px) {
        .order-stat-white-box .order-stat-header .order-params-col {
          width: 100%;
          display: block;
          border: none;
          padding-left: 0;
          padding-right: 0; } }
      .order-stat-white-box .order-stat-header .order-params-col._mod-centered {
        justify-content: center; }
        .order-stat-white-box .order-stat-header .order-params-col._mod-centered .params-row:last-child {
          margin-bottom: 0; }
      .order-stat-white-box .order-stat-header .order-params-col .params-row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 30px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .order-stat-white-box .order-stat-header .order-params-col .params-row {
            margin-bottom: 10px; } }
        @media (max-width: 767px) {
          .order-stat-white-box .order-stat-header .order-params-col .params-row {
            display: block;
            padding: 0 10px;
            margin-bottom: 20px; } }
        .order-stat-white-box .order-stat-header .order-params-col .params-row .param {
          padding-left: 2vw; }
          @media (max-width: 767px) {
            .order-stat-white-box .order-stat-header .order-params-col .params-row .param {
              padding-left: 36px;
              padding-bottom: 15px; }
              .order-stat-white-box .order-stat-header .order-params-col .params-row .param:last-child {
                padding-bottom: 0; } }
        .order-stat-white-box .order-stat-header .order-params-col .params-row .param-label {
          display: block;
          font-size: 12px;
          color: #9b9bb0; }
          @media (min-width: 768px) and (max-width: 991px) {
            .order-stat-white-box .order-stat-header .order-params-col .params-row .param-label {
              padding-bottom: 3px; } }
          @media (max-width: 767px) {
            .order-stat-white-box .order-stat-header .order-params-col .params-row .param-label {
              padding-bottom: 5px; } }
        .order-stat-white-box .order-stat-header .order-params-col .params-row .param-value {
          display: block;
          font-weight: 500;
          font-size: 14px;
          white-space: nowrap; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .order-stat-white-box .order-stat-header .order-params-col .params-row .param-value {
              font-size: 12px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .order-stat-white-box .order-stat-header .order-params-col .params-row .param-value {
              font-size: 12px; } }
          .order-stat-white-box .order-stat-header .order-params-col .params-row .param-value.payed img {
            margin-left: 5px;
            margin-top: -4px; }
        .order-stat-white-box .order-stat-header .order-params-col .params-row .iconed-value {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center; }
          @media (max-width: 767px) {
            .order-stat-white-box .order-stat-header .order-params-col .params-row .iconed-value {
              justify-content: flex-start;
              margin-left: -30px; } }
        .order-stat-white-box .order-stat-header .order-params-col .params-row .type-icon {
          margin-left: -30px;
          width: 30px;
          padding-right: 10px; }
          @media (max-width: 767px) {
            .order-stat-white-box .order-stat-header .order-params-col .params-row .type-icon {
              margin-left: 0; } }
          .order-stat-white-box .order-stat-header .order-params-col .params-row .type-icon img {
            max-width: 100%; }
          .order-stat-white-box .order-stat-header .order-params-col .params-row .type-icon + .param {
            padding-left: 10px; }
            @media (min-width: 992px) and (max-width: 1300px) {
              .order-stat-white-box .order-stat-header .order-params-col .params-row .type-icon + .param {
                padding-left: 0; } }
        .order-stat-white-box .order-stat-header .order-params-col .params-row._mod-new {
          margin-bottom: 20px; }
          .order-stat-white-box .order-stat-header .order-params-col .params-row._mod-new .type-icon {
            width: 40px;
            min-width: 40px;
            margin-left: 0;
            padding: 0 6px; }
            @media (min-width: 992px) and (max-width: 1300px) {
              .order-stat-white-box .order-stat-header .order-params-col .params-row._mod-new .type-icon {
                display: none; } }
            .order-stat-white-box .order-stat-header .order-params-col .params-row._mod-new .type-icon img {
              margin: 0 auto; }
          .order-stat-white-box .order-stat-header .order-params-col .params-row._mod-new .param:first-child {
            padding-left: 0; }
    @media (max-width: 767px) {
      .order-stat-white-box .order-stat-header .payments-status-box {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        padding-bottom: 20px; }
        .order-stat-white-box .order-stat-header .payments-status-box .payment-status {
          margin-bottom: 10px; } }
    .order-stat-white-box .order-stat-header .payments-status-box ._g-green-arrowed-btn {
      margin-left: 15px; }
      @media (max-width: 767px) {
        .order-stat-white-box .order-stat-header .payments-status-box ._g-green-arrowed-btn {
          margin-left: 0; } }
    .order-stat-white-box .order-stat-header .assigned-curier-row {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      position: relative; }
      .order-stat-white-box .order-stat-header .assigned-curier-row .curier-desc {
        padding-right: 8px; }
      .order-stat-white-box .order-stat-header .assigned-curier-row .curier-ava {
        width: 35px;
        border-radius: 50%;
        overflow: hidden;
        height: 35px;
        margin-right: 15px; }
        .order-stat-white-box .order-stat-header .assigned-curier-row .curier-ava img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .order-stat-white-box .order-stat-header .assigned-curier-row .role {
        display: block;
        font-size: 12px;
        color: #9b9bb0;
        margin-bottom: 5px; }
      .order-stat-white-box .order-stat-header .assigned-curier-row .curier-name {
        display: block;
        font-size: 13px;
        font-weight: 500;
        color: #000;
        margin-bottom: 3px; }
      .order-stat-white-box .order-stat-header .assigned-curier-row .curier-num {
        display: block;
        color: #000000;
        font-weight: 500;
        font-size: 12px;
        margin-bottom: 3px; }
    .order-stat-white-box .order-stat-header .curier-action {
      border-radius: 15px;
      padding: 0;
      background: #F5F5F7;
      font-weight: 500;
      color: #7E7CA8;
      overflow: hidden;
      width: 25px;
      white-space: nowrap;
      transition: all 0.3s ease; }
      .order-stat-white-box .order-stat-header .curier-action:hover {
        width: auto;
        background: #E5E5EB;
        color: #2e2b74; }
      .order-stat-white-box .order-stat-header .curier-action i {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        font-style: normal;
        text-align: center;
        line-height: 24px; }
        .order-stat-white-box .order-stat-header .curier-action i:after {
          content: "";
          display: block;
          clear: both;
          content: '×';
          font-weight: 500; }
      .order-stat-white-box .order-stat-header .curier-action span {
        display: inline-block;
        vertical-align: middle;
        padding-right: 12px;
        font-size: 11px; }
    .order-stat-white-box .order-stat-header .payment-status {
      border: 1px solid #F4F4F5;
      border-radius: 25px;
      display: inline-block;
      padding: 10px 25px 12px 15px;
      font-size: 14px;
      font-weight: 500;
      margin-left: -12px; }
      .order-stat-white-box .order-stat-header .payment-status._mod-done {
        color: #00a651; }
      .order-stat-white-box .order-stat-header .payment-status .icon {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        margin-right: 5px;
        text-align: center; }
      .order-stat-white-box .order-stat-header .payment-status span {
        display: inline-block;
        vertical-align: middle; }
    .order-stat-white-box .order-stat-header .more-column {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      width: 15%;
      border-left: 1px solid #F0F0F2; }
      @media (max-width: 767px) {
        .order-stat-white-box .order-stat-header .more-column {
          width: 100%;
          border: none; } }
      @media (min-width: 1400px) {
        .order-stat-white-box .order-stat-header .more-column {
          width: 20%;
          padding-left: 10px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .order-stat-white-box .order-stat-header .more-column {
          width: 100px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .order-stat-white-box .order-stat-header .more-column {
          width: 100%;
          border: none;
          padding: 10px 0 0; } }
      .order-stat-white-box .order-stat-header .more-column .more-btn {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
        color: #2e2b74;
        transition: all 0.3s ease; }
        .order-stat-white-box .order-stat-header .more-column .more-btn.expanded-btn em {
          display: block; }
        .order-stat-white-box .order-stat-header .more-column .more-btn.expanded-btn span {
          display: none; }
        .order-stat-white-box .order-stat-header .more-column .more-btn:hover i {
          border-color: #2e2b74; }
        .order-stat-white-box .order-stat-header .more-column .more-btn em {
          font-style: normal;
          display: none; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .order-stat-white-box .order-stat-header .more-column .more-btn em {
              display: none !important; } }
        .order-stat-white-box .order-stat-header .more-column .more-btn span {
          display: block; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .order-stat-white-box .order-stat-header .more-column .more-btn span {
              display: none; } }
        .order-stat-white-box .order-stat-header .more-column .more-btn i {
          display: block;
          font-style: normal;
          position: relative;
          border-radius: 50%;
          width: 68px;
          height: 68px;
          border: 1px solid #E1E0EB;
          transition: all 0.3s ease;
          margin: 15px; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .order-stat-white-box .order-stat-header .more-column .more-btn i {
              margin: 0;
              width: 50px;
              height: 50px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .order-stat-white-box .order-stat-header .more-column .more-btn i {
              width: 30px;
              height: 30px;
              margin: 0 15px; } }
          @media (max-width: 767px) {
            .order-stat-white-box .order-stat-header .more-column .more-btn i {
              width: 30px;
              height: 30px;
              margin: 0 15px; } }
          .order-stat-white-box .order-stat-header .more-column .more-btn i:before {
            content: "";
            display: block;
            clear: both;
            position: absolute;
            top: 50%;
            left: 25%;
            margin-top: -1px;
            width: 50%;
            height: 2px;
            background: #2E2B74; }
          .order-stat-white-box .order-stat-header .more-column .more-btn i:after {
            content: "";
            display: block;
            clear: both;
            position: absolute;
            left: 50%;
            margin-left: -1px;
            width: 2px;
            background: #2E2B74;
            top: 25%;
            height: 50%; }
  .order-stat-white-box .row-inside {
    padding: 15px 20px 25px;
    display: none; }
    @media (min-width: 768px) and (max-width: 991px) {
      .order-stat-white-box .row-inside {
        padding-top: 0; } }
    @media (max-width: 767px) {
      .order-stat-white-box .row-inside {
        padding: 0px 10px 10px; } }
    .order-stat-white-box .row-inside .row-inside-holder {
      border-radius: 15px;
      background: #F7F7FA;
      padding: 20px; }
      @media (max-width: 767px) {
        .order-stat-white-box .row-inside .row-inside-holder {
          padding: 10px 5px;
          border-radius: 10px; } }
    .order-stat-white-box .row-inside .whitebox-title {
      display: block;
      padding-left: 10px;
      font-size: 14px;
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        .order-stat-white-box .row-inside .whitebox-title {
          padding-bottom: 10px; } }

.whitebox {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 0;
  box-shadow: 0 1px 4px rgba(89, 89, 136, 0.15);
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative; }
  @media (max-width: 767px) {
    .whitebox {
      display: block;
      padding-bottom: 15px; } }
  .whitebox:last-child {
    margin-bottom: 0; }
  .whitebox._mod-billing .maincol {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .whitebox._mod-billing .maincol {
        flex-wrap: wrap; } }
    @media (max-width: 767px) {
      .whitebox._mod-billing .maincol {
        display: block; } }
  .whitebox._mod-billing .btn-col {
    padding: 0 15px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .whitebox._mod-billing .btn-col {
        padding-top: 50px; } }
    @media (max-width: 767px) {
      .whitebox._mod-billing .btn-col {
        max-width: 100%; } }
  .whitebox .links-col {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 20px 0 25px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .whitebox .links-col {
        position: absolute;
        right: 45px;
        top: 12px;
        padding-right: 0;
        z-index: 3; } }
    @media (max-width: 767px) {
      .whitebox .links-col {
        position: absolute;
        bottom: 30px;
        z-index: 3;
        padding: 0;
        left: 50%;
        margin-left: -62px; } }
  .whitebox .mainrow {
    width: 100%;
    padding: 10px 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .whitebox .mainrow {
        padding-bottom: 0; } }
    @media (max-width: 767px) {
      .whitebox .mainrow {
        padding: 10px 0 0; } }
    .whitebox .mainrow .title-row {
      padding-left: 20px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .whitebox .mainrow .title-row {
          padding-left: 0px; } }
      @media (max-width: 767px) {
        .whitebox .mainrow .title-row {
          padding-left: 0; } }
    .whitebox .mainrow .param-row {
      padding-left: 20px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .whitebox .mainrow .param-row {
          padding-left: 0px; } }
      @media (max-width: 767px) {
        .whitebox .mainrow .param-row {
          padding-left: 0; } }
  .whitebox .maincol {
    width: 100%;
    padding: 20px 0 20px 2vw; }
    @media (max-width: 767px) {
      .whitebox .maincol {
        padding: 10px 15px; } }
  .whitebox .bill-infocol {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    border-right: 1px solid #E7E7EC;
    padding-right: 25px;
    color: #000; }
    @media (min-width: 768px) and (max-width: 991px) {
      .whitebox .bill-infocol {
        width: 100%;
        padding-bottom: 10px;
        flex-direction: row;
        align-items: center;
        border: none;
        justify-content: space-between;
        border-bottom: 1px solid #E7E7EC; } }
    @media (max-width: 767px) {
      .whitebox .bill-infocol {
        padding-right: 0;
        border: none; } }
    .whitebox .bill-infocol .bill-name {
      display: block;
      font-size: 16px;
      font-weight: 500;
      white-space: nowrap; }
    .whitebox .bill-infocol .bill-date {
      display: block;
      color: #8D8D8D;
      font-size: 13px;
      margin-bottom: 5px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .whitebox .bill-infocol .bill-date {
          margin-bottom: 0; } }
    .whitebox .bill-infocol .bill-amount {
      font-size: 22px;
      font-weight: 500; }
  .whitebox .btn-col {
    width: 15%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    position: relative; }
    @media (max-width: 767px) {
      .whitebox .btn-col {
        width: 100%; } }
  .whitebox .bill-status {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-right: 25px; }
    .whitebox .bill-status .icon {
      min-width: 25px;
      display: block; }
    .whitebox .bill-status span {
      display: block;
      font-size: 13px;
      font-weight: 500;
      color: #000; }
  .whitebox .help-modal {
    display: block;
    background: #ffffff;
    position: absolute;
    right: 50%;
    width: 260px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 25px;
    border-radius: 10px;
    bottom: 90%;
    margin-right: -30px;
    z-index: 10; }
    @media (max-width: 767px) {
      .whitebox .help-modal {
        margin-right: -70px;
        right: 0; } }
    .whitebox .help-modal:after {
      content: "";
      display: block;
      clear: both;
      background: url(../images/help-modal-arr.png) no-repeat;
      width: 47px;
      height: 24px;
      position: absolute;
      top: 100%;
      right: 10%; }
    .whitebox .help-modal .help-title {
      font-size: 16px;
      color: #000000;
      font-weight: 500;
      display: block;
      padding-bottom: 10px; }
    .whitebox .help-modal em {
      font-style: normal;
      display: block;
      font-size: 14px;
      line-height: 19px;
      padding-bottom: 10px;
      color: #868686; }
  .whitebox .rel-wrap {
    display: inline-block;
    position: relative; }
    @media (max-width: 767px) {
      .whitebox .rel-wrap {
        padding-left: 50px; } }
  .whitebox .pay-till-col {
    font-size: 13px;
    color: #000; }
  .whitebox .payer-link {
    margin-left: auto;
    color: #00a651; }
    .whitebox .payer-link:hover {
      color: #2E2B74; }
    .whitebox .payer-link img {
      margin-right: 5px;
      display: inline-block;
      vertical-align: middle; }
    .whitebox .payer-link span {
      display: inline-block;
      vertical-align: middle; }
  .whitebox .title-row {
    border-bottom: 1px solid #E2E2E9;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center; }
    @media (min-width: 768px) and (max-width: 991px) {
      .whitebox .title-row {
        padding-bottom: 10px; } }
    @media (max-width: 767px) {
      .whitebox .title-row {
        margin-bottom: 10px;
        padding-bottom: 10px;
        justify-content: center; } }
  .whitebox .title {
    display: block;
    font-size: 19px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .whitebox .title {
        font-size: 16px;
        text-align: center; } }
  .whitebox .param-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 13px;
    padding-bottom: 5px; }
    @media (max-width: 767px) {
      .whitebox .param-row {
        display: block; } }
    .whitebox .param-row .param {
      padding-left: 3vw;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center; }
      @media (max-width: 767px) {
        .whitebox .param-row .param {
          padding-left: 0;
          margin-bottom: 5px;
          justify-content: space-between; } }
      .whitebox .param-row .param:first-child {
        padding-left: 0; }
    .whitebox .param-row span {
      display: block;
      padding-right: 10px;
      color: #a7a7b1; }
    .whitebox .param-row b {
      font-weight: 500;
      color: #000; }
      @media (max-width: 767px) {
        .whitebox .param-row b {
          font-size: 12px; } }
  .whitebox .links-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center; }
    .whitebox .links-row a {
      margin-right: 15px; }
      .whitebox .links-row a:last-child {
        margin-right: 0; }
  .whitebox .circle-icon-btn {
    border-radius: 50%;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: #F7F7FA;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease; }
    .whitebox .circle-icon-btn:hover {
      background: #EDECF3; }

.bill-btn {
  display: block;
  text-align: center; }
  .bill-btn:hover i {
    background: #EDECF3; }
  .bill-btn span {
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    padding-top: 10px; }
    @media (max-width: 767px) {
      .bill-btn span {
        display: none; } }
  .bill-btn i {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: #F8F8FB;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
    width: 68px;
    height: 68px;
    transition: all 0.3s ease; }
    .bill-btn i:before {
      content: "";
      display: block;
      clear: both;
      box-shadow: 0 0 10px #000;
      border-radius: 50%;
      width: 5px;
      height: 5px;
      position: absolute;
      top: 50%;
      left: 50%; }
    .bill-btn i img {
      position: relative;
      display: block;
      z-index: 3; }

.digital-box {
  position: relative; }
  .digital-box .digital-btn-choose {
    border: none;
    background-color: #00A651;
    padding: 0 35px 0 35px;
    border-radius: 30px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    outline: none;
    transition: all 0.3s ease;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .digital-box .digital-btn-choose {
        cursor: default;
        color: #255791;
        padding: 0;
        margin-bottom: 10px;
        background: none; } }
    .digital-box .digital-btn-choose:hover {
      background: #2E2B74; }
    .digital-box .digital-btn-choose span {
      display: block;
      padding: 11px 0 12px 0; }
      @media (max-width: 767px) {
        .digital-box .digital-btn-choose span {
          background: none;
          padding: 0; } }

.digital-buttons {
  position: absolute;
  left: -3px;
  right: -3px;
  top: -3px;
  bottom: -3px;
  border-radius: 50px;
  box-shadow: 0 2px 5px rgba(164, 179, 200, 0.3);
  display: none;
  z-index: 6; }
  @media (max-width: 767px) {
    .digital-buttons {
      display: block;
      position: static;
      box-shadow: none; } }
  .digital-buttons button {
    background: #fff;
    border: none;
    border-radius: 50px;
    height: 100%;
    width: 50%;
    float: left;
    outline: none;
    text-align: center;
    transition: all 0.3s ease; }
    .digital-buttons button:hover {
      background: #EDECF3; }
    .digital-buttons button:first-child {
      border-radius: 50px 0 0 50px;
      border-right: 1px solid #F7F7F7; }
    .digital-buttons button:last-child {
      border-radius: 0 50px 50px 0; }
  @media (max-width: 767px) {
    .digital-buttons .id-kart-btn {
      display: none; } }
  @media (max-width: 767px) {
    .digital-buttons .mobile-id-btn {
      display: block;
      float: none;
      border: 1px solid #83A0C1 !important;
      width: 100%;
      border-radius: 30px !important;
      padding: 13px;
      margin-bottom: 5px;
      background: linear-gradient(to bottom, #FAFAFA 0%, #F3F3F3 100%); } }

.doc-whitebox {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 0;
  box-shadow: 0 1px 4px rgba(89, 89, 136, 0.15);
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative; }
  @media (min-width: 768px) and (max-width: 991px) {
    .doc-whitebox {
      flex-wrap: wrap;
      padding-bottom: 10px; } }
  @media (max-width: 767px) {
    .doc-whitebox {
      display: block;
      padding-bottom: 15px; } }
  .doc-whitebox:last-child {
    margin-bottom: 0; }
  .doc-whitebox .links-col {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 20px 0 25px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .doc-whitebox .links-col {
        position: absolute;
        right: 5px;
        top: 5px;
        padding-right: 0;
        z-index: 3; } }
  .doc-whitebox .mainrow {
    width: 100%;
    padding: 10px 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .doc-whitebox .mainrow {
        padding-bottom: 0; } }
    .doc-whitebox .mainrow .title-row {
      padding-left: 20px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .doc-whitebox .mainrow .title-row {
          padding-left: 0px; } }
    .doc-whitebox .mainrow .param-row {
      padding-left: 20px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .doc-whitebox .mainrow .param-row {
          padding-left: 0px; } }
  .doc-whitebox .maincol {
    width: 100%;
    padding: 30px 0 30px 2.5vw; }
    @media (min-width: 768px) and (max-width: 991px) {
      .doc-whitebox .maincol {
        padding-bottom: 0; } }
    @media (max-width: 767px) {
      .doc-whitebox .maincol {
        padding: 20px; } }
  .doc-whitebox .bill-infocol {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    border-right: 1px solid #E7E7EC;
    padding-right: 25px;
    color: #000; }
    @media (min-width: 768px) and (max-width: 991px) {
      .doc-whitebox .bill-infocol {
        width: 100%;
        flex-direction: row;
        border: none;
        justify-content: space-between;
        border-bottom: 1px solid #E7E7EC; } }
    .doc-whitebox .bill-infocol .bill-name {
      display: block;
      font-size: 16px;
      font-weight: 500;
      white-space: nowrap; }
    .doc-whitebox .bill-infocol .bill-date {
      display: block;
      color: #8D8D8D;
      font-size: 13px;
      margin-bottom: 5px; }
    .doc-whitebox .bill-infocol .bill-amount {
      font-size: 22px;
      font-weight: 500; }
  .doc-whitebox .btn-col {
    width: 20%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    position: relative; }
    @media (min-width: 768px) and (max-width: 991px) {
      .doc-whitebox .btn-col {
        margin-left: auto; } }
    @media (max-width: 767px) {
      .doc-whitebox .btn-col {
        width: 100%;
        padding-top: 10px; } }
  .doc-whitebox .bill-status {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-right: 25px; }
    .doc-whitebox .bill-status .icon {
      min-width: 25px;
      display: block; }
    .doc-whitebox .bill-status span {
      display: block;
      font-size: 13px;
      font-weight: 500;
      color: #000; }
  .doc-whitebox .title-row {
    border-bottom: 1px solid #E2E2E9;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 768px) and (max-width: 991px) {
      .doc-whitebox .title-row {
        padding-bottom: 10px;
        display: block; } }
    @media (max-width: 767px) {
      .doc-whitebox .title-row {
        display: block; } }
  .doc-whitebox .signed-parameters {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .doc-whitebox .signed-parameters {
        width: 100%;
        padding-top: 10px;
        justify-content: flex-start; } }
    @media (max-width: 767px) {
      .doc-whitebox .signed-parameters {
        padding-right: 0;
        display: block; } }
    .doc-whitebox .signed-parameters .signed-status {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      font-size: 16px;
      font-weight: 500;
      color: #000; }
      .doc-whitebox .signed-parameters .signed-status .icon {
        width: 30px; }
    .doc-whitebox .signed-parameters .sep {
      height: 1px;
      background: #D6D6D6;
      width: 13px;
      margin: 0 9px; }
      @media (max-width: 767px) {
        .doc-whitebox .signed-parameters .sep {
          display: none; } }
    .doc-whitebox .signed-parameters .signed-date {
      display: block;
      color: #696969;
      font-size: 13px; }
      @media (max-width: 767px) {
        .doc-whitebox .signed-parameters .signed-date {
          padding-left: 30px; } }
  .doc-whitebox .title {
    display: block;
    font-size: 22px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .doc-whitebox .title {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 10px; } }
  .doc-whitebox .param-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 13px;
    padding-bottom: 5px; }
    @media (max-width: 767px) {
      .doc-whitebox .param-row {
        display: block; } }
    .doc-whitebox .param-row .param {
      padding-left: 3vw;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center; }
      @media (max-width: 767px) {
        .doc-whitebox .param-row .param {
          padding-left: 0;
          padding-bottom: 10px; } }
      .doc-whitebox .param-row .param:first-child {
        padding-left: 0; }
    .doc-whitebox .param-row span {
      display: block;
      padding-right: 10px;
      color: #a7a7b1; }
    .doc-whitebox .param-row b {
      font-weight: 500;
      color: #000; }
      @media (max-width: 767px) {
        .doc-whitebox .param-row b {
          font-size: 12px; } }
  .doc-whitebox .links-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center; }
    .doc-whitebox .links-row a {
      margin-right: 15px; }
      .doc-whitebox .links-row a:last-child {
        margin-right: 0; }
  .doc-whitebox .circle-icon-btn {
    border-radius: 50%;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: #F7F7FA;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease; }
    .doc-whitebox .circle-icon-btn:hover {
      background: #EDECF3; }
  .doc-whitebox .digital-cols {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    padding: 0 0 0 15px; }
    @media (max-width: 767px) {
      .doc-whitebox .digital-cols {
        padding: 0 15px; } }

.client-information-section .client-info-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start; }
  @media (max-width: 767px) {
    .client-information-section .client-info-row {
      display: block; } }
  .client-information-section .client-info-row .info-column {
    width: 49%;
    padding-bottom: 35px; }
    @media (max-width: 767px) {
      .client-information-section .client-info-row .info-column {
        width: 100%;
        padding-bottom: 30px; }
        .client-information-section .client-info-row .info-column:last-child {
          padding-bottom: 0; } }
  .client-information-section .client-info-row .client-info-box {
    padding-bottom: 20px; }
    .client-information-section .client-info-row .client-info-box:last-child {
      padding-bottom: 0; }
    .client-information-section .client-info-row .client-info-box .info-title {
      display: block;
      font-size: 27px;
      font-weight: 300;
      margin-bottom: 30px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .client-information-section .client-info-row .client-info-box .info-title {
          font-size: 24px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .client-information-section .client-info-row .client-info-box .info-title {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .client-information-section .client-info-row .client-info-box .info-title {
          font-size: 22px;
          margin-bottom: 15px; } }

@media (max-width: 767px) {
  .client-information-section .info-defs-table {
    margin-bottom: 0; } }

.client-information-section .info-defs-table tr:nth-child(even) td {
  background: #fff; }

.client-information-section .info-defs-table td {
  border: none;
  padding: 13px 30px 13px 33px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .client-information-section .info-defs-table td {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .client-information-section .info-defs-table td {
      padding: 8px 10px;
      width: 45%; } }
  .client-information-section .info-defs-table td:first-child {
    border-radius: 10px 0 0 10px; }
    @media (max-width: 767px) {
      .client-information-section .info-defs-table td:first-child {
        border-radius: 5px 0 0 5px; } }
  .client-information-section .info-defs-table td:last-child {
    border-radius: 0 10px 10px 0;
    width: 70%; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .client-information-section .info-defs-table td:last-child {
        width: 55%; } }
    @media (max-width: 767px) {
      .client-information-section .info-defs-table td:last-child {
        border-radius: 0 5px 5px 0; } }
  .client-information-section .info-defs-table td span {
    display: block;
    font-weight: normal;
    font-size: 15px;
    color: #72788b;
    padding-bottom: 3px;
    white-space: nowrap; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .client-information-section .info-defs-table td span {
        white-space: normal; } }
    @media (max-width: 767px) {
      .client-information-section .info-defs-table td span {
        font-size: 14px;
        white-space: normal; } }
  .client-information-section .info-defs-table td b {
    font-weight: normal;
    display: block;
    font-size: 17px;
    color: #000; }
    @media (min-width: 768px) and (max-width: 991px) {
      .client-information-section .info-defs-table td b {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .client-information-section .info-defs-table td b {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .client-information-section .info-defs-table td b {
        font-size: 15px;
        word-break: break-all; } }

footer {
  background: #fff;
  padding: 70px 0 50px;
  position: relative;
  z-index: 10;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }
  footer.footer-blue {
    background: #F5F5F8; }
    footer.footer-blue .footer-bottom {
      border-color: #EAEAEC; }
  @media (min-width: 768px) and (max-width: 991px) {
    footer {
      padding: 50px 0 30px; } }
  @media (max-width: 767px) {
    footer {
      padding: 35px 0; }
      footer .container-full {
        padding: 0 8%; } }
  footer .footer-menu-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 40px; }
    @media (max-width: 767px) {
      footer .footer-menu-row {
        display: block;
        padding-bottom: 20px; } }
    footer .footer-menu-row > ul {
      width: 100%; }
      @media (min-width: 992px) and (max-width: 1199px) {
        footer .footer-menu-row > ul {
          padding-left: 3%; }
          footer .footer-menu-row > ul:first-child {
            padding-left: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .footer-menu-row > ul {
          padding-left: 5%; }
          footer .footer-menu-row > ul:first-child {
            padding-left: 0; } }
      footer .footer-menu-row > ul > li {
        margin-bottom: 20px;
        position: relative; }
        @media (max-width: 767px) {
          footer .footer-menu-row > ul > li {
            margin-bottom: 0; } }
        footer .footer-menu-row > ul > li:last-child {
          margin-bottom: 0; }
        footer .footer-menu-row > ul > li > a {
          font-size: 17px;
          font-weight: 500;
          color: #000; }
          @media (min-width: 768px) and (max-width: 991px) {
            footer .footer-menu-row > ul > li > a {
              font-size: 15px; } }
          @media (max-width: 767px) {
            footer .footer-menu-row > ul > li > a {
              display: block;
              width: 100%;
              padding: 8px 30px 10px 0; } }
      footer .footer-menu-row > ul i {
        display: block;
        position: absolute;
        right: 0;
        top: 5px;
        width: 24px;
        height: 24px;
        background: #F3F3F7;
        z-index: 3;
        border-radius: 50%; }
        @media (min-width: 768px) {
          footer .footer-menu-row > ul i {
            display: none; } }
        footer .footer-menu-row > ul i:after {
          content: "";
          display: block;
          clear: both;
          margin-top: -5px;
          margin-left: -3px;
          position: absolute;
          top: 50%;
          left: 50%;
          display: inline-block;
          border: solid #2E2B74;
          border-width: 0 1px 1px 0;
          padding: 3px;
          transform: rotate(45deg); }
      footer .footer-menu-row > ul li.expanded i:after {
        transform: rotate(-135deg);
        margin-top: -2px; }
      footer .footer-menu-row > ul ul {
        padding-top: 25px; }
        @media (max-width: 767px) {
          footer .footer-menu-row > ul ul {
            display: none;
            padding: 5px 0 10px 20px; } }
        footer .footer-menu-row > ul ul li {
          padding: 3px 0; }
        footer .footer-menu-row > ul ul a {
          display: block;
          font-size: 14px;
          color: #656572; }
          @media (min-width: 768px) and (max-width: 991px) {
            footer .footer-menu-row > ul ul a {
              font-size: 12px; } }
          footer .footer-menu-row > ul ul a:hover {
            color: #302d77; }
  footer .footer-bottom {
    border-top: 1px solid #F1F1F1;
    padding: 35px 0 0; }
    @media (max-width: 767px) {
      footer .footer-bottom {
        padding-top: 20px;
        text-align: justify; } }
    footer .footer-bottom p {
      margin: 0 0 10px;
      font-size: 12px;
      line-height: 18px;
      color: rgba(148, 148, 159, 0.71); }

.status-page-box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  padding-top: 160px;
  margin-top: -200px;
  text-align: center; }
  @media (max-width: 767px) {
    .status-page-box {
      margin-top: 0;
      padding-top: 30px;
      min-height: 0;
      display: block; } }
  .status-page-box .icon {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .status-page-box .icon {
        margin-bottom: 20px; } }
  .status-page-box .status-title {
    display: block;
    font-size: 50px;
    font-weight: 300;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .status-page-box .status-title {
        font-size: 10vw; } }
  .status-page-box em {
    font-style: normal;
    display: block;
    font-size: 14px;
    color: #9a9a9a;
    margin-bottom: 30px; }

.heading-links-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px; }
  .heading-links-nav li {
    padding-right: 2vw; }
  .heading-links-nav a {
    display: block;
    padding: 0 10px 10px;
    font-size: 30px;
    color: #888d97;
    font-size: 30px;
    border-bottom: 2px solid transparent; }
    .heading-links-nav a:hover {
      color: #000; }
  .heading-links-nav .active a {
    border-color: #2E2B74;
    color: #000; }

.account-page .page-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center; }

.page-crumbs {
  border-bottom: 1px solid #E1E1EB;
  padding-bottom: 20px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center; }
  .page-crumbs li {
    font-size: 13px;
    padding-right: 8px; }
    .page-crumbs li:after {
      content: "";
      display: block;
      clear: both;
      display: inline-block;
      vertical-align: middle;
      content: '/';
      margin-left: 10px;
      color: #888d97; }
    .page-crumbs li:last-child:after {
      display: none; }
  .page-crumbs a {
    display: inline-block;
    vertical-align: middle;
    color: #2e2b74; }
    .page-crumbs a:hover {
      text-decoration: underline; }
  .page-crumbs span {
    color: #888d97; }

._g-green-arrowed-btn {
  background: #00A651;
  border-radius: 20px;
  color: #ffffff;
  font-size: 16px;
  padding: 11px 25px 13px 30px;
  transition: all 0.3s ease; }
  ._g-green-arrowed-btn:hover {
    background: #2E2B74;
    color: #fff; }
  ._g-green-arrowed-btn i {
    width: 18px;
    height: 1px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    position: relative; }
    ._g-green-arrowed-btn i:before {
      content: "";
      display: block;
      clear: both;
      display: inline-block;
      vertical-align: top;
      border: solid #fff;
      border-width: 0 1px 1px 0;
      padding: 4px;
      margin-top: -4px;
      margin-left: 8px;
      transform: rotate(-45deg); }
  ._g-green-arrowed-btn._mod-xl {
    font-size: 21px;
    padding: 14px 25px 15px 30px;
    border-radius: 30px; }
  ._g-green-arrowed-btn.miw {
    width: 240px;
    padding-left: 25px; }

._g-centered-all {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-items: center; }

.pay-card-form .card-fields {
  background: #fff;
  box-shadow: 0 0 75px rgba(24, 31, 40, 0.1);
  border-radius: 20px;
  padding: 30px 35px;
  width: 600px;
  margin: 0 auto 40px; }
  @media (max-width: 767px) {
    .pay-card-form .card-fields {
      width: 100%;
      border-radius: 10px;
      padding: 20px 10px;
      margin-bottom: 20px; } }

.pay-card-form .form-group {
  margin-bottom: 15px; }

.pay-card-form .form-control {
  background: #F3F4F7;
  border-radius: 12px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  height: 54px; }
  .pay-card-form .form-control::-webkit-input-placeholder {
    color: #979ba0;
    font-size: 16px; }
  .pay-card-form .form-control:-moz-placeholder {
    color: #979ba0;
    font-size: 16px; }
  .pay-card-form .form-control::-moz-placeholder {
    color: #979ba0;
    font-size: 16px; }
  .pay-card-form .form-control:-ms-input-placeholder {
    color: #979ba0;
    font-size: 16px; }
  .pay-card-form .form-control:focus {
    border-color: #ddd; }

.pay-card-form .group-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start; }
  .pay-card-form .group-flex:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .pay-card-form .group-flex {
      flex-wrap: wrap;
      width: 100%; } }

.pay-card-form .valid-thru-box {
  text-align: center;
  width: 240px; }
  @media (max-width: 767px) {
    .pay-card-form .valid-thru-box {
      width: 100%; } }
  @media (max-width: 767px) and (orientation: landscape) {
    .pay-card-form .valid-thru-box {
      width: 240px; } }
  .pay-card-form .valid-thru-box .label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #979ba0;
    margin-bottom: 12px; }
  .pay-card-form .valid-thru-box .thru-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; }
    .pay-card-form .valid-thru-box .thru-flex .sepor {
      color: #979ba0;
      display: block;
      font-size: 16px;
      font-weight: 500; }
  .pay-card-form .valid-thru-box .thru-box {
    width: 100px; }
    .pay-card-form .valid-thru-box .thru-box input {
      text-align: center;
      padding-left: 10px;
      padding-right: 10px; }

.pay-card-form .cvv-code-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px; }
  @media (max-width: 767px) {
    .pay-card-form .cvv-code-box {
      width: 100%; } }
  @media (max-width: 767px) and (orientation: landscape) {
    .pay-card-form .cvv-code-box {
      width: auto; } }
  .pay-card-form .cvv-code-box .cvv-label {
    display: block;
    color: #979ba0;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    text-align: right;
    padding-right: 20px; }
  .pay-card-form .cvv-code-box .cvv-input-box {
    width: 100px; }

.error-page-wrapper {
  margin-top: -161px;
  padding-top: 161px;
  height: 100vh;
  width: 100%; }
  @media (max-width: 767px) {
    .error-page-wrapper {
      margin-top: 0;
      padding-top: 50px; } }
  .error-page-wrapper .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .error-page-wrapper .error-label {
    display: block;
    font-size: 23px;
    margin-bottom: 10px;
    color: #00a651; }
  .error-page-wrapper h1 {
    font-size: 15vw;
    line-height: 14vw;
    color: #00a651;
    margin: 0 0 20px; }
    @media (max-width: 767px) {
      .error-page-wrapper h1 {
        font-size: 30vw;
        line-height: 30vw; } }
  .error-page-wrapper p {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 40px; }
    @media (max-width: 767px) {
      .error-page-wrapper p {
        margin-bottom: 30px; } }
    .error-page-wrapper p b {
      font-weight: 500; }

.whitepage-twocolumns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 70px;
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .whitepage-twocolumns {
      display: block;
      padding-top: 90px;
      padding-bottom: 30px; } }
  .whitepage-twocolumns .whitepage-sidebar {
    width: 200px;
    border-right: 1px solid #E6E6E6;
    padding-right: 30px;
    margin-right: 5%; }
    @media (max-width: 767px) {
      .whitepage-twocolumns .whitepage-sidebar {
        width: 100%;
        margin-right: 0;
        border: none;
        padding-right: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .whitepage-twocolumns .whitepage-sidebar {
        width: 150px; } }
    .whitepage-twocolumns .whitepage-sidebar._mod-years {
      width: 100px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .whitepage-twocolumns .whitepage-sidebar._mod-years {
          width: 80px; } }
      @media (max-width: 767px) {
        .whitepage-twocolumns .whitepage-sidebar._mod-years {
          width: 100%; } }
    @media (max-width: 767px) {
      .whitepage-twocolumns .whitepage-sidebar .side-menu {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center; } }
    .whitepage-twocolumns .whitepage-sidebar .side-menu li {
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .whitepage-twocolumns .whitepage-sidebar .side-menu li {
          margin-right: 20px; }
          .whitepage-twocolumns .whitepage-sidebar .side-menu li:last-child {
            margin-right: 0; } }
      .whitepage-twocolumns .whitepage-sidebar .side-menu li a {
        display: inline-block;
        padding: 15px 0;
        font-size: 22px;
        color: #8D8D8D;
        line-height: 23px;
        font-weight: 500;
        border-bottom: 2px solid transparent;
        transition: all 0.3s ease; }
        @media (max-width: 767px) {
          .whitepage-twocolumns .whitepage-sidebar .side-menu li a {
            padding: 0 0 10px;
            line-height: 19px; } }
        .whitepage-twocolumns .whitepage-sidebar .side-menu li a:hover {
          color: #000; }
    .whitepage-twocolumns .whitepage-sidebar .side-menu li.active a {
      color: #000;
      border-color: #1836C8; }
  .whitepage-twocolumns .whitepage-content {
    flex: 1; }
  .whitepage-twocolumns .whitepage-heading {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E7E7E7; }
    @media (max-width: 767px) {
      .whitepage-twocolumns .whitepage-heading {
        padding-bottom: 0; } }
    .whitepage-twocolumns .whitepage-heading .page-subtitle {
      display: block;
      font-weight: normal;
      color: #000000;
      font-size: 23px;
      padding-bottom: 15px; }
  .whitepage-twocolumns h1 {
    font-weight: 300;
    color: #2e2b74;
    font-size: 65px;
    margin: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .whitepage-twocolumns h1 {
        font-size: 9vw; } }
    @media (max-width: 767px) {
      .whitepage-twocolumns h1 {
        font-size: 10vw;
        font-weight: 500; } }

.contacts-quatros {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; }
  @media (max-width: 767px) {
    .contacts-quatros {
      display: block; } }
  .contacts-quatros .contact-item {
    width: 49%;
    background: #ffffff;
    margin-bottom: 2%;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.04);
    padding: 35px 3%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .contacts-quatros .contact-item {
        width: 100%;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .contacts-quatros .contact-item {
        width: 100%;
        margin-bottom: 20px;
        padding: 15px 5%; } }
    .contacts-quatros .contact-item .supp-box {
      margin-bottom: 20px; }
    .contacts-quatros .contact-item .item-title {
      display: block;
      font-weight: 300;
      font-size: 35px;
      margin-bottom: 20px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .contacts-quatros .contact-item .item-title {
          font-size: 26px;
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .contacts-quatros .contact-item .item-title {
          margin-bottom: 10px;
          line-height: 35px;
          font-size: 32px; } }
    .contacts-quatros .contact-item .supp-name {
      font-weight: 500;
      font-size: 17px;
      display: block;
      margin-bottom: 5px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .contacts-quatros .contact-item .supp-name {
          font-size: 15px; } }
    .contacts-quatros .contact-item .iconed-text {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .contacts-quatros .contact-item .iconed-text {
          margin-bottom: 10px; } }
      .contacts-quatros .contact-item .iconed-text:last-child {
        margin-bottom: 0; }
      .contacts-quatros .contact-item .iconed-text .icon {
        width: 40px; }
        @media (max-width: 767px) {
          .contacts-quatros .contact-item .iconed-text .icon {
            width: 30px; } }
      .contacts-quatros .contact-item .iconed-text .text {
        font-size: 13px;
        color: #5d5d5d; }
      .contacts-quatros .contact-item .iconed-text a {
        text-decoration: none;
        color: #5d5d5d; }
        .contacts-quatros .contact-item .iconed-text a:hover {
          color: #000; }
  .contacts-quatros dl {
    margin: 0; }
    .contacts-quatros dl dt {
      float: left;
      width: 40%;
      font-size: 12px;
      color: #5d5d5d; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .contacts-quatros dl dt {
          float: none;
          display: block;
          width: 100%; } }
      @media (max-width: 767px) {
        .contacts-quatros dl dt {
          float: none;
          width: 100%; } }
    .contacts-quatros dl dd {
      display: block;
      margin-left: 0;
      padding-bottom: 15px;
      font-size: 13px;
      color: #000;
      padding-left: 45%; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .contacts-quatros dl dd {
          padding-left: 0; }
          .contacts-quatros dl dd:last-child {
            padding-bottom: 0; } }
      @media (max-width: 767px) {
        .contacts-quatros dl dd {
          padding-left: 0;
          padding-bottom: 10px; } }

html.modal-open,
html.modal-open {
  overflow-x: hidden; }

body.modal-open {
  position: relative;
  overflow: hidden;
  padding-right: 15px !important; }
  body.modal-open .header-index {
    padding-right: 15px; }
  @media (max-width: 767px) {
    body.modal-open {
      padding-right: 0 !important; } }

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

.global-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background: none;
  outline: none;
  border: none; }
  @media (max-width: 767px) {
    .global-close-btn {
      top: 40px;
      right: 30px; } }
  .global-close-btn:before, .global-close-btn:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    background-color: #80679E;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    width: 135%;
    top: 0;
    margin-top: 8px;
    margin-left: -3px;
    transition: all 0.3s ease; }
  .global-close-btn:after {
    transform: rotate(-45deg); }

.pop-block {
  display: none; }

.curier-window {
  margin-top: -10px;
  position: absolute;
  background: #fff;
  top: 100%;
  right: -100px;
  z-index: 3;
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(15, 13, 56, 0.3);
  padding: 35px 55px 30px 45px;
  width: 470px; }
  @media (max-width: 767px) {
    .curier-window {
      width: 100%;
      right: 0;
      border-radius: 0;
      padding: 0 10px;
      position: fixed;
      top: 0;
      height: 100%;
      z-index: 100;
      background: none;
      box-shadow: none;
      margin: 0; }
      .curier-window .abs-dismiss {
        background: rgba(0, 0, 0, 0.26);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        margin: 0;
        padding: 0;
        z-index: 2; }
      .curier-window .pop-wrap {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        position: relative; }
      .curier-window .pop-holder {
        padding: 20px 10px;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 0 50px rgba(15, 13, 56, 0.5);
        position: relative;
        z-index: 5; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .curier-window .pop-holder {
        padding: 25px 20px; } }
  @media (max-width: 767px) {
      .curier-window .close-btn {
        top: 15px;
        right: 15px; } }
  .curier-window .block-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 10px; }
    @media (max-width: 767px) {
      .curier-window .block-heading {
        padding-bottom: 10px;
        padding-right: 10px; } }
    .curier-window .block-heading .title {
      font-size: 27px;
      line-height: 30px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .curier-window .block-heading .title {
          font-size: 22px;
          line-height: 24px; } }
  .curier-window p {
    margin: 0 0 20px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 22px; }
  .curier-window .curier-form .form-group {
    margin-bottom: 12px; }
    .curier-window .curier-form .form-group:last-child {
      margin-bottom: 0; }
  .curier-window .curier-form .form-control {
    height: 64px;
    border-radius: 11px;
    box-shadow: none;
    border-color: #EAEAF3;
    padding-left: 28px;
    padding-right: 20px;
    font-size: 18px;
    color: #000000; }
    @media (max-width: 767px) {
      .curier-window .curier-form .form-control {
        height: 52px;
        font-size: 16px; } }
    .curier-window .curier-form .form-control::-webkit-input-placeholder {
      color: #666; }
    .curier-window .curier-form .form-control:-moz-placeholder {
      color: #666; }
    .curier-window .curier-form .form-control::-moz-placeholder {
      color: #666; }
    .curier-window .curier-form .form-control:-ms-input-placeholder {
      color: #666; }
    .curier-window .curier-form .form-control:focus {
      border-color: #908EB5; }
      .curier-window .curier-form .form-control:focus + .icon {
        opacity: 1; }
  .curier-window .curier-form .input-wrap {
    position: relative; }
    .curier-window .curier-form .input-wrap .icon {
      position: absolute;
      width: 50px;
      right: 15px;
      top: 0;
      bottom: 0;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      transition: all 0.3s ease;
      opacity: 0.5; }
  .curier-window .curier-form .iconed-input .form-control {
    padding-right: 70px; }
  .curier-window .curier-form ._g-green-button {
    width: 100%;
    padding: 17px 50px 19px 25px; }
    .curier-window .curier-form ._g-green-button i {
      right: 18px;
      width: 50px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0;
      bottom: 0; }
      @media (max-width: 767px) {
        .curier-window .curier-form ._g-green-button i {
          width: 25px;
          right: 10%; } }
  .curier-window .curier-form p {
    font-size: 13px;
    color: #747789;
    margin: 0;
    padding-top: 5px; }

.region-window {
  margin-top: -10px;
  position: absolute;
  background: #fff;
  top: 100%;
  display: block;
  left: -35px;
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(15, 13, 56, 0.3);
  padding: 35px 55px 30px 45px;
  width: 320px; }
  .region-window .select-wrapper .btn {
    position: relative;
    display: block; }
  .region-window .dropdown-menu {
    max-height: 330px !important; }

.signature-modal {
  background: rgba(0, 0, 0, 0.2); }
  .signature-modal .modal-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
  @media (max-width: 767px) {
    .signature-modal .container {
      padding: 0; } }
  .signature-modal .close-area {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }
  .signature-modal .close-btn {
    right: 35px;
    top: 35px; }
    @media (max-width: 767px) {
      .signature-modal .close-btn {
        top: 15px;
        right: 15px; } }
  .signature-modal ._g-green-button {
    width: 100%;
    text-align: center;
    font-size: 26px;
    border-radius: 15px;
    padding-top: 17px;
    padding-bottom: 19px; }
    @media (max-width: 767px) {
      .signature-modal ._g-green-button {
        padding-top: 13px;
        padding-bottom: 16px; } }
    .signature-modal ._g-green-button i {
      margin-left: 30px; }
      @media (max-width: 767px) {
        .signature-modal ._g-green-button i {
          margin-left: 10px; } }
  .signature-modal .modal-content {
    text-align: center;
    color: #1e2226;
    width: 610px;
    margin: 0 auto;
    padding: 55px 55px 45px;
    border: none;
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.11); }
    @media (max-width: 767px) {
      .signature-modal .modal-content {
        width: 100%;
        border-radius: 20px;
        padding: 40px 30px; } }
  .signature-modal .modal-title {
    display: block;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .signature-modal .modal-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px; } }
  .signature-modal .content-full-tabs {
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 10px; }
    @media (max-width: 767px) {
      .signature-modal .content-full-tabs {
        margin-bottom: 10px; } }
    .signature-modal .content-full-tabs li {
      display: inline-block;
      vertical-align: middle;
      border-bottom: 1px solid #D2D2D2;
      position: relative;
      width: 100%; }
      @media (max-width: 767px) {
        .signature-modal .content-full-tabs li {
          width: 100%;
          border: none; } }
      .signature-modal .content-full-tabs li a {
        display: block;
        position: relative;
        padding: 0 15px 20px;
        font-size: 33px;
        color: #9f9ebc;
        font-weight: 500;
        transition: all 0.3s ease; }
        @media (max-width: 767px) {
          .signature-modal .content-full-tabs li a {
            font-size: 24px;
            padding: 0; } }
        @media (min-width: 768px) {
          .signature-modal .content-full-tabs li a:hover {
            color: #2E2B74; } }
        .signature-modal .content-full-tabs li a:hover:after {
          opacity: 1; }
        .signature-modal .content-full-tabs li a:after {
          content: "";
          display: block;
          clear: both;
          position: absolute;
          left: 0;
          width: 100%;
          top: 100%;
          margin-top: -1px;
          height: 3px;
          transition: all 0.3s ease;
          opacity: 0;
          background: #ccc; }
          @media (max-width: 767px) {
            .signature-modal .content-full-tabs li a:after {
              display: none; } }
    .signature-modal .content-full-tabs li.active a {
      color: #000; }
      .signature-modal .content-full-tabs li.active a:after {
        opacity: 1;
        background-color: #2E2B74; }
  .signature-modal .tab-content {
    margin: 0 auto; }
  .signature-modal p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      .signature-modal p {
        font-size: 16px;
        line-height: 24px; }
        .signature-modal p br {
          display: none !important; } }
  .signature-modal .desc-info {
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: normal; }
  .signature-modal .mobil-sign-form fieldset {
    margin-bottom: 20px; }
  .signature-modal .mobil-sign-form .input-wrap {
    position: relative;
    padding: 0 10px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .signature-modal .mobil-sign-form .input-wrap {
        margin-bottom: 10px;
        padding: 0; } }
  .signature-modal .mobil-sign-form .form-control {
    background: none;
    border-radius: 0;
    box-shadow: none;
    color: #2E2B74;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    height: 52px;
    text-align: center; }
    .signature-modal .mobil-sign-form .form-control::-webkit-input-placeholder {
      color: #9f9ebc; }
    .signature-modal .mobil-sign-form .form-control:-moz-placeholder {
      color: #9f9ebc; }
    .signature-modal .mobil-sign-form .form-control::-moz-placeholder {
      color: #9f9ebc; }
    .signature-modal .mobil-sign-form .form-control:-ms-input-placeholder {
      color: #9f9ebc; }
    .signature-modal .mobil-sign-form .form-control:focus {
      border-color: #2E2B74; }
      .signature-modal .mobil-sign-form .form-control:focus + .line {
        opacity: 1;
        height: 2px; }
  .signature-modal .indicator {
    animation: rotation 2s linear infinite;
    display: block;
    margin: 0 auto; }
  .signature-modal .code-box {
    text-align: center; }
    .signature-modal .code-box .code-label {
      display: block;
      text-transform: uppercase;
      font-size: 10px;
      font-weight: 500;
      color: #00A651;
      letter-spacing: 3px;
      margin-bottom: 10px; }
    .signature-modal .code-box .code {
      display: block;
      font-size: 30px;
      font-weight: 500;
      color: #000;
      letter-spacing: 20px;
      padding-left: 20px;
      margin-bottom: 20px; }

.login-modal {
  background: rgba(0, 0, 0, 0.5); }
  .login-modal._mod-page {
    z-index: 10;
    position: absolute;
    padding-top: 150px;
    background: rgba(0, 0, 0, 0.1); }
    @media (max-width: 767px) {
      .login-modal._mod-page {
        position: relative;
        padding-top: 50px; } }
  .login-modal .modal-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    @media (max-width: 767px) {
      .login-modal .modal-wrap {
        height: auto;
        display: block; } }
  .login-modal .close-area {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }
  .login-modal .close-btn {
    right: 35px;
    top: 35px; }
    @media (max-width: 767px) {
      .login-modal .close-btn {
        display: none; } }
  .login-modal ._g-green-button {
    width: 100%;
    text-align: center;
    font-size: 24px;
    border-radius: 15px;
    padding-top: 17px;
    padding-bottom: 19px; }
    @media (max-width: 767px) {
      .login-modal ._g-green-button {
        padding-bottom: 22px; } }
    .login-modal ._g-green-button i {
      margin-left: 30px; }
      @media (max-width: 767px) {
        .login-modal ._g-green-button i {
          margin-left: 15px; } }
  .login-modal .modal-content {
    text-align: center;
    position: relative;
    color: #000;
    width: 620px;
    margin: 0 auto;
    padding: 35px 25px 35px;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.11); }
    @media (max-width: 767px) {
      .login-modal .modal-content {
        width: 100%;
        border-radius: 0; } }
  .login-modal .login-heading .icon {
    margin-bottom: 15px; }
  .login-modal .login-heading span {
    display: block;
    font-size: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px; }
  .login-modal .tab-inside {
    min-height: 430px;
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch; }
  .login-modal .login-form fieldset {
    padding: 0 10%;
    text-align: left; }
    @media (max-width: 767px) {
      .login-modal .login-form fieldset {
        padding: 0; } }
  .login-modal .login-form .form-group {
    margin-bottom: 20px; }
  .login-modal .login-form .form-control {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #C8C7D6;
    border-radius: 0;
    font-size: 19px;
    padding: 0 10px 10px 20px;
    height: 40px;
    color: #000000; }
    @media (max-width: 767px) {
      .login-modal .login-form .form-control {
        padding-left: 10px; } }
    .login-modal .login-form .form-control::-webkit-input-placeholder {
      color: #2E2B74; }
    .login-modal .login-form .form-control:-moz-placeholder {
      color: #2E2B74; }
    .login-modal .login-form .form-control::-moz-placeholder {
      color: #2E2B74; }
    .login-modal .login-form .form-control:-ms-input-placeholder {
      color: #2E2B74; }
    .login-modal .login-form .form-control:focus {
      border-color: #2E2B74; }
  .login-modal .login-form ._g-green-button {
    margin-bottom: 25px; }
  .login-modal .login-form .forgot-link {
    display: inline-block;
    padding-left: 20px;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 30px;
    transition: all 0.3s ease; }
    .login-modal .login-form .forgot-link:hover {
      color: #00A532; }
  .login-modal .login-form .create-acc-link {
    display: inline-block;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #2e2b74;
    font-size: 15px; }
    .login-modal .login-form .create-acc-link:hover {
      color: #00A532; }
    .login-modal .login-form .create-acc-link span {
      display: inline-block;
      vertical-align: middle; }
    .login-modal .login-form .create-acc-link img {
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px; }
  .login-modal .sms-form {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .login-modal .sms-form .centered-box {
      height: 100%;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: stretch; }
    .login-modal .sms-form .sms-heading {
      padding-bottom: 50px;
      text-align: center; }
      .login-modal .sms-form .sms-heading .icon {
        margin-bottom: 30px; }
      .login-modal .sms-form .sms-heading span {
        font-size: 18px;
        line-height: 28px;
        font-weight: 300;
        color: #000;
        display: block; }
    .login-modal .sms-form .form-control {
      text-align: center; }
    .login-modal .sms-form .bottom-button-box {
      margin-top: auto; }
      .login-modal .sms-form .bottom-button-box ._g-green-button {
        margin-bottom: 0; }

.order-modal .order-heading {
  margin-bottom: 30px; }
  .order-modal .order-heading .icon {
    margin-bottom: 10px; }
  .order-modal .order-heading span {
    display: block;
    font-size: 30px;
    font-weight: 500;
    color: #000; }
    @media (max-width: 767px) {
      .order-modal .order-heading span {
        font-size: 28px; } }

.order-modal .cancel-order-btn {
  display: inline-block;
  font-size: 15px;
  color: #2e2b74;
  margin-top: 15px; }
  .order-modal .cancel-order-btn img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 2px; }
  .order-modal .cancel-order-btn span {
    display: inline-block;
    vertical-align: middle; }

.order-modal .order-info-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  text-align: left;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .order-modal .order-info-columns {
      display: block; } }
  .order-modal .order-info-columns .order-left-col {
    width: 100%; }
  .order-modal .order-info-columns .order-right-col {
    width: 220px;
    min-width: 220px;
    padding-left: 25px;
    border-left: 1px solid #F0F0F4; }
    @media (max-width: 767px) {
      .order-modal .order-info-columns .order-right-col {
        background: #ffffff;
        border-radius: 10px;
        border: none;
        width: 100%;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        text-align: center;
        padding: 30px 10px 25px; } }
    .order-modal .order-info-columns .order-right-col .final-price {
      font-size: 40px;
      display: block;
      padding: 5px 0;
      white-space: nowrap; }
    .order-modal .order-info-columns .order-right-col .express-delivery-box {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      font-size: 14px;
      color: #000; }
      @media (max-width: 767px) {
        .order-modal .order-info-columns .order-right-col .express-delivery-box {
          justify-content: center; } }
      .order-modal .order-info-columns .order-right-col .express-delivery-box .icon {
        margin-right: 10px; }
      .order-modal .order-info-columns .order-right-col .express-delivery-box span {
        padding-right: 10px; }
    .order-modal .order-info-columns .order-right-col p {
      font-size: 12px;
      line-height: 16px;
      color: #ababab;
      margin: 0; }
  .order-modal .order-info-columns .quest-btn {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 20px;
    max-width: 20px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #EBEBEF; }

.order-modal .param-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15px; }
  .order-modal .param-item .icon {
    width: 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-right: 10px; }

.order-modal .param-label {
  display: block;
  font-size: 12px;
  color: #5b5b5b; }

.order-modal .param-value {
  font-size: 15px;
  font-weight: normal;
  color: #000; }
  @media (max-width: 767px) {
    .order-modal .param-value {
      font-size: 14px;
      font-weight: 500; } }

.order-modal .done-infobox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch; }
  .order-modal .done-infobox .done-heading {
    padding-bottom: 35px; }
    .order-modal .done-infobox .done-heading .icon {
      padding-bottom: 25px; }
    .order-modal .done-infobox .done-heading .title {
      display: block;
      font-weight: 500;
      color: #000000;
      font-size: 30px; }
  .order-modal .done-infobox p {
    font-size: 18px;
    line-height: 29px;
    margin: 0;
    font-weight: 300; }
  .order-modal .done-infobox .centered-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 20% 20px; }

.curier-action-pop {
  position: absolute;
  width: 300px;
  padding: 35px;
  box-shadow: 10px 10px 33px rgba(34, 50, 96, 0.13);
  border-radius: 15px;
  background: #fff;
  top: 100%;
  z-index: 50;
  text-align: center; }
  .curier-action-pop em {
    font-style: normal;
    font-weight: 500;
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    display: block;
    padding-bottom: 20px; }
  .curier-action-pop .pop-act-links {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch; }
    .curier-action-pop .pop-act-links ._g-green-button {
      border-radius: 10px;
      padding: 12px 25px 14px; }
      .curier-action-pop .pop-act-links ._g-green-button._mod-white {
        background: none;
        color: #2E2B74; }
        .curier-action-pop .pop-act-links ._g-green-button._mod-white:hover {
          background: #F5F5F7; }

.status-change-pop {
  position: absolute;
  top: 100%;
  width: 350px;
  left: -5px;
  z-index: 10;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 30px rgba(34, 50, 96, 0.24);
  padding: 25px; }
  .status-change-pop .status-pop-title {
    display: block;
    color: #8D8D8D;
    font-size: 14px;
    margin-bottom: 15px; }
  .status-change-pop ._g-green-button {
    padding: 12px 22px 15px;
    border-radius: 10px; }
    .status-change-pop ._g-green-button[disabled=disabled] {
      background: #F2F2F5;
      color: #b5b5c3; }
  .status-change-pop .statuses-list {
    max-height: 250px; }
    .status-change-pop .statuses-list .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      background: #2E2B74; }
    .status-change-pop .statuses-list .mCSB_scrollTools {
      top: 8px;
      right: 5px; }
      .status-change-pop .statuses-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 3px; }
      .status-change-pop .statuses-list .mCSB_scrollTools .mCSB_draggerRail {
        width: 3px; }
  .status-change-pop .mCSB_inside > .mCSB_container {
    margin-right: 25px; }

.curier-assign-pop {
  position: absolute;
  width: 310px;
  padding: 20px 15px 20px 20px;
  box-shadow: 10px 10px 33px rgba(34, 50, 96, 0.13);
  border-radius: 10px;
  background: #fff;
  top: 100%;
  left: 0;
  z-index: 50;
  text-align: left;
  margin-top: 10px; }
  .curier-assign-pop .assign-curier-list {
    max-height: 210px; }
    .curier-assign-pop .assign-curier-list.mCS_no_scrollbar {
      padding-right: 5px; }
    .curier-assign-pop .assign-curier-list .mCSB_scrollTools {
      top: 0px;
      width: 4px;
      right: 0px; }
      .curier-assign-pop .assign-curier-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 4px; }
      .curier-assign-pop .assign-curier-list .mCSB_scrollTools .mCSB_draggerRail {
        width: 4px; }
  .curier-assign-pop .mCSB_inside > .mCSB_container {
    margin-right: 15px; }
  .curier-assign-pop .curi-btn {
    text-align: left;
    position: relative;
    padding: 9px 15px 11px;
    border-radius: 8px;
    width: 100%; }
    .curier-assign-pop .curi-btn:before {
      content: "";
      display: block;
      clear: both;
      position: absolute;
      left: 15px;
      right: 15px;
      height: 1px;
      background: #EEEEF1;
      bottom: 1px; }
    .curier-assign-pop .curi-btn:last-child:before {
      display: none; }
    .curier-assign-pop .curi-btn:hover {
      background: #2E2B74; }
      .curier-assign-pop .curi-btn:hover:before {
        opacity: 0; }
      .curier-assign-pop .curi-btn:hover span {
        color: #fff; }
      .curier-assign-pop .curi-btn:hover i {
        color: #fff; }
    .curier-assign-pop .curi-btn span {
      display: block;
      font-size: 13px;
      font-weight: 500;
      color: #000;
      padding-bottom: 3px; }
    .curier-assign-pop .curi-btn i {
      display: block;
      font-style: normal;
      opacity: 0.5;
      color: #000;
      font-weight: 500;
      font-size: 12px; }

.tracking-modal.in .close-area {
  opacity: 1; }

.tracking-modal .modal-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center; }

.tracking-modal .close-area {
  background: rgba(38, 38, 54, 0.21);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.3s ease;
  opacity: 0; }

.tracking-modal .modal-content {
  position: relative;
  color: #000;
  width: 700px;
  margin: 0 auto;
  padding: 35px 40px;
  border: none;
  border-radius: 20px;
  text-align: left;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.11); }

.tracking-modal .trcking-modal-top-info {
  margin-bottom: 40px; }
  .tracking-modal .trcking-modal-top-info span {
    color: #898895;
    padding-right: 15px; }
  .tracking-modal .trcking-modal-top-info b {
    color: #252261; }

.tracking-modal .package-track-list {
  position: relative;
  max-height: 70vh;
  margin-bottom: 30px; }
  .tracking-modal .package-track-list .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #2E2B74; }
  .tracking-modal .package-track-list .mCSB_scrollTools {
    top: 8px;
    right: 0px; }
    .tracking-modal .package-track-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      width: 3px; }
    .tracking-modal .package-track-list .mCSB_scrollTools .mCSB_draggerRail {
      width: 3px; }
  .tracking-modal .package-track-list .track-list-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding-bottom: 60px; }
    .tracking-modal .package-track-list .track-list-item:last-child {
      padding-bottom: 0; }
      .tracking-modal .package-track-list .track-list-item:last-child:after {
        opacity: 0; }
    .tracking-modal .package-track-list .track-list-item:before {
      content: "";
      display: block;
      clear: both;
      border-radius: 50%;
      background: #2E2B74;
      width: 12px;
      height: 12px;
      position: absolute;
      left: 50%;
      top: 2px;
      margin-left: -6px; }
    .tracking-modal .package-track-list .track-list-item:after {
      content: "";
      display: block;
      clear: both;
      width: 2px;
      background: #2E2B74;
      left: 50%;
      margin-left: -1px;
      top: 16px;
      position: absolute;
      bottom: 0px; }
    .tracking-modal .package-track-list .track-list-item.current:before {
      background: #00A651; }
    .tracking-modal .package-track-list .track-list-item.nexted:before {
      background: #D3D3D3; }
    .tracking-modal .package-track-list .track-list-item.nexted:after {
      background: #D3D3D3; }
  .tracking-modal .package-track-list .track-list-left {
    padding-right: 30px;
    width: 50%;
    text-align: right; }
  .tracking-modal .package-track-list .track-list-right {
    padding-left: 30px;
    width: 50%;
    text-align: left; }
  .tracking-modal .package-track-list .trackdate {
    display: block;
    font-size: 13px;
    color: #4a4a4a; }
  .tracking-modal .package-track-list .trackstatus-namebox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3px;
    margin-top: -3px; }
  .tracking-modal .package-track-list .trackstatus-name {
    display: block;
    font-size: 16px;
    color: #000; }
  .tracking-modal .package-track-list .trackstatus-location {
    display: block;
    font-size: 15px;
    color: #6d6c7d; }
  .tracking-modal .package-track-list .round-del-btn {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: #F8F8F9;
    color: #2E2B74;
    transition: all 0.3s ease;
    margin-left: 8px; }
    .tracking-modal .package-track-list .round-del-btn:hover {
      color: #ffffff;
      background: #2E2B74; }

.full-modal {
  width: 100%;
  top: 0;
  bottom: 0; }
  .full-modal .modal-wrap {
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden; }
  .full-modal.in .modal-wrap {
    opacity: 1; }
  .full-modal .modal-holder {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }
    .full-modal .modal-holder .container {
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto; }
    .full-modal .modal-holder .modal-flex {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch;
      min-height: 100%;
      padding: 5vh 0; }
  .full-modal .modal-bottom-box {
    width: 100%; }
  .full-modal .modal-heading-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .full-modal .modal-heading-row {
        margin-bottom: 10px; } }
  .full-modal .modal-centered-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 50px; }
    @media (max-width: 767px) {
      .full-modal .modal-centered-box {
        padding-bottom: 20px; } }
    .full-modal .modal-centered-box._nopadding {
      padding-bottom: 0; }
  .full-modal .global-close-btn {
    position: relative;
    left: auto;
    right: auto;
    padding: 0;
    width: 56px;
    height: 56px; }
  .full-modal .modal-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .full-modal .modal-heading {
        width: 100%;
        display: block; } }
    .full-modal .modal-heading .heading-icon {
      width: 70px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      margin-right: 15px;
      position: relative; }
      @media (max-width: 767px) {
        .full-modal .modal-heading .heading-icon {
          width: auto;
          display: inline-block; } }
      .full-modal .modal-heading .heading-icon img {
        position: relative;
        z-index: 3; }
    .full-modal .modal-heading ._g-form-steps-count-box {
      margin-bottom: 0; }
    .full-modal .modal-heading .heading-desc {
      flex: 1; }
    .full-modal .modal-heading .modal-title {
      display: block;
      font-size: 27px;
      font-weight: normal;
      color: #000;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .full-modal .modal-heading .modal-title {
          font-size: 22px;
          line-height: 26px; } }
  .full-modal .whitebox {
    box-shadow: none;
    margin: 0 auto 30px;
    max-width: 1000px;
    width: 80%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .full-modal .whitebox {
        width: 100%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .full-modal .whitebox {
        width: 100%; } }
    .full-modal .whitebox .circle-icon-btn {
      margin-right: 20px; }
    .full-modal .whitebox .param-row .param {
      padding-left: 20px; }
      .full-modal .whitebox .param-row .param:first-child {
        padding-left: 0; }
    .full-modal .whitebox .maincol {
      padding-left: 0; }
  .full-modal .support-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .full-modal .support-info {
        flex-wrap: wrap;
        text-align: center; } }
    .full-modal .support-info .icon {
      position: relative;
      margin-right: 15px; }
      .full-modal .support-info .icon img {
        position: relative;
        z-index: 3; }
    .full-modal .support-info i {
      font-style: normal;
      margin-left: 13px; }
      @media (max-width: 767px) {
        .full-modal .support-info i {
          margin-left: 0; } }
      .full-modal .support-info i:before {
        content: "";
        display: block;
        clear: both;
        height: 1px;
        display: inline-block;
        width: 10px;
        margin-right: 10px;
        background: #000;
        vertical-align: middle; }
        @media (max-width: 767px) {
          .full-modal .support-info i:before {
            display: none; } }
  .full-modal .form-info {
    margin-bottom: 40px; }
    .full-modal .form-info .lined-label {
      font-size: 17px;
      font-weight: 500;
      color: #000000;
      display: block;
      padding-bottom: 5px; }
    .full-modal .form-info .lined-sublabel {
      display: block;
      color: #8D8D8D; }
  .full-modal .balances-changes-box {
    padding-top: 5vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .full-modal .balances-changes-box {
        flex-direction: column;
        align-items: center; } }
    .full-modal .balances-changes-box .balance-item {
      padding: 0 3%;
      white-space: nowrap; }
      .full-modal .balances-changes-box .balance-item:last-child {
        padding-right: 0; }
      .full-modal .balances-changes-box .balance-item:first-child {
        padding-left: 0; }
      .full-modal .balances-changes-box .balance-item span {
        font-size: 13px;
        display: inline-block;
        vertical-align: middle; }
      .full-modal .balances-changes-box .balance-item b {
        font-size: 16px;
        padding-left: 20px;
        display: inline-block;
        vertical-align: middle; }
  .full-modal .pay-card-form .card-fields {
    background: #F2F2F7;
    box-shadow: none;
    width: 500px; }
    @media (max-width: 767px) {
      .full-modal .pay-card-form .card-fields {
        width: 100%; } }
  .full-modal .pay-card-form .form-control {
    background: #fff;
    font-weight: normal;
    border-radius: 10px; }
    .full-modal .pay-card-form .form-control:focus {
      box-shadow: none; }
  .full-modal .pay-card-form .valid-thru-box {
    width: 180px; }
    .full-modal .pay-card-form .valid-thru-box .thru-box {
      width: 70px; }
    .full-modal .pay-card-form .valid-thru-box .label {
      margin-bottom: 5px;
      font-size: 10px;
      color: #9D9E9F; }
  .full-modal .tab-parent {
    height: 100%;
    position: relative; }
    .full-modal .tab-parent > .tab-pane {
      height: 100%; }
      .full-modal .tab-parent > .tab-pane > .tab-inside {
        height: 100%; }
  .full-modal .status-info-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .full-modal .status-info-wrap .status-info {
      margin-bottom: 40px; }
    .full-modal .status-info-wrap .status-icon {
      margin-bottom: 35px; }
    .full-modal .status-info-wrap .status-text span {
      display: block;
      font-size: 35px;
      line-height: 44px;
      font-weight: 300;
      margin-bottom: 30px; }
    .full-modal .status-info-wrap .status-text i {
      font-style: normal;
      display: block;
      font-size: 14px;
      color: #8f8f8f; }
  .full-modal .payment-type-holder {
    max-width: 1000px;
    margin: 0 auto;
    width: 94%;
    text-align: center; }
    @media (max-width: 767px) {
      .full-modal .payment-type-holder {
        width: 100%; } }
    .full-modal .payment-type-holder.type-bill {
      width: 100%;
      max-width: 100%;
      padding: 0 40px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .full-modal .payment-type-holder.type-bill {
          padding: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .full-modal .payment-type-holder.type-bill {
          padding: 0; } }
      .full-modal .payment-type-holder.type-bill .payment-type-tabs {
        margin-bottom: 0; }
  .full-modal .top-up-choosed-summ {
    margin-bottom: 5vh; }
    .full-modal .top-up-choosed-summ .summ-value {
      display: block;
      font-size: 60px;
      line-height: 60px;
      font-weight: 300;
      color: #000000;
      padding-bottom: 10px; }
    .full-modal .top-up-choosed-summ .summ-label {
      display: block;
      font-size: 14px;
      color: #8f8f8f; }
  .full-modal .payment-type-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .full-modal .payment-type-tabs {
        display: block;
        margin-bottom: 20px; } }
    .full-modal .payment-type-tabs li {
      flex: 1;
      padding: 0 10px; }
      @media (max-width: 767px) {
        .full-modal .payment-type-tabs li {
          padding: 0;
          margin: 10px 0; } }
      .full-modal .payment-type-tabs li:first-child {
        padding-left: 0; }
      .full-modal .payment-type-tabs li:last-child {
        padding-right: 0; }
      .full-modal .payment-type-tabs li a, .full-modal .payment-type-tabs li button {
        width: 100%;
        display: flex;
        text-align: left;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        border: 1px solid #EBEBEB;
        padding: 45px 12% 30px;
        border-radius: 15px;
        font-weight: 500;
        color: #000000;
        transition: all 0.3s ease;
        height: 190px;
        font-size: 17px;
        line-height: 21px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .full-modal .payment-type-tabs li a, .full-modal .payment-type-tabs li button {
            padding-top: 35px;
            font-size: 16px; } }
        @media (max-width: 767px) {
          .full-modal .payment-type-tabs li a, .full-modal .payment-type-tabs li button {
            padding: 20px;
            height: auto; } }
        .full-modal .payment-type-tabs li a:hover, .full-modal .payment-type-tabs li button:hover {
          background: #00A651;
          color: #fff; }
          .full-modal .payment-type-tabs li a:hover i, .full-modal .payment-type-tabs li button:hover i {
            filter: invert(1); }
        .full-modal .payment-type-tabs li a em, .full-modal .payment-type-tabs li button em {
          font-style: normal;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: space-between;
          align-items: center; }
          .full-modal .payment-type-tabs li a em b, .full-modal .payment-type-tabs li button em b {
            font-size: 14px; }
        .full-modal .payment-type-tabs li a i, .full-modal .payment-type-tabs li button i {
          display: block;
          position: relative;
          transition: all 0.3s ease;
          filter: invert(14%) sepia(28%) saturate(5698%) hue-rotate(233deg) brightness(88%) contrast(91%); }
  .full-modal .choose-advice-text {
    display: block;
    font-size: 14px;
    color: #8f8f8f;
    margin-bottom: 5vh; }
    .full-modal .choose-advice-text.lefted {
      text-align: left;
      margin-bottom: 30px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .full-modal .choose-advice-text.lefted {
          padding-left: 22px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .full-modal .choose-advice-text.lefted {
          padding-left: 20px; } }
  .full-modal .doc-info-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start; }
    .full-modal .doc-info-box .doc-info-col {
      padding: 0 20px;
      font-size: 12px; }
      @media (max-width: 767px) {
        .full-modal .doc-info-box .doc-info-col {
          padding: 0 5px; } }
      .full-modal .doc-info-box .doc-info-col span {
        color: #8D8D8D; }
      .full-modal .doc-info-box .doc-info-col strong {
        color: #000; }
  .full-modal .modal-back-link {
    display: inline-block; }
    .full-modal .modal-back-link:hover i {
      background: #00A551; }
      .full-modal .modal-back-link:hover i img {
        filter: invert(1); }
    .full-modal .modal-back-link:hover span {
      color: #000; }
    .full-modal .modal-back-link i {
      border-radius: 50%;
      text-align: center;
      width: 40px;
      height: 40px;
      display: inline-block;
      vertical-align: middle;
      line-height: 40px;
      background: #F5F6F9;
      margin-right: 15px;
      transition: all 0.3s ease; }
    .full-modal .modal-back-link span {
      display: inline-block;
      vertical-align: middle;
      font-size: 13px;
      color: #6d6d6d;
      transition: all 0.3s ease; }
  .full-modal .bank-transfer-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    .full-modal .bank-transfer-box .bank-transfer-text {
      display: block;
      text-align: center;
      font-size: 14px;
      line-height: 21px;
      color: #878787;
      margin-bottom: 20px; }
    .full-modal .bank-transfer-box .bank-transfer-row {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch;
      width: 630px;
      background: #FAFAFC;
      border-radius: 20px;
      margin-bottom: 35px; }
      @media (max-width: 767px) {
        .full-modal .bank-transfer-box .bank-transfer-row {
          display: block;
          width: 100%;
          border-radius: 10px; } }
      .full-modal .bank-transfer-box .bank-transfer-row .bill-down-col,
      .full-modal .bank-transfer-box .bank-transfer-row .out-link-col {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
        padding: 25px 35px;
        width: 50%;
        border-right: 1px solid #E9EAED; }
        @media (max-width: 767px) {
          .full-modal .bank-transfer-box .bank-transfer-row .bill-down-col,
          .full-modal .bank-transfer-box .bank-transfer-row .out-link-col {
            padding: 20px;
            border: none;
            width: 100%;
            border-bottom: 1px solid #E9EAED; } }
      .full-modal .bank-transfer-box .bank-transfer-row .out-link-col {
        border: none;
        padding-left: 40px; }
        @media (max-width: 767px) {
          .full-modal .bank-transfer-box .bank-transfer-row .out-link-col {
            padding-left: 20px; } }
    .full-modal .bank-transfer-box .out-link-label {
      display: block;
      font-size: 12px;
      color: #898989; }
    .full-modal .bank-transfer-box .linkwrap {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center; }
    .full-modal .bank-transfer-box .clipboard-btn {
      width: 30px;
      height: 30px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      position: relative;
      margin-left: 5px; }
      .full-modal .bank-transfer-box .clipboard-btn:hover:before {
        transform: scale(1.2);
        opacity: 1; }
      .full-modal .bank-transfer-box .clipboard-btn img {
        position: relative;
        z-index: 3; }
      .full-modal .bank-transfer-box .clipboard-btn:before {
        content: "";
        display: block;
        clear: both;
        border-radius: 50%;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: #FFE710;
        transform: scale(0);
        transition: all 0.3s ease;
        opacity: 0; }
    .full-modal .bank-transfer-box .link-input {
      border: none;
      background: none;
      outline: none;
      box-shadow: none;
      font-size: 13px;
      font-weight: 500;
      color: #000;
      width: 160px; }
    .full-modal .bank-transfer-box .down-link {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      color: #000;
      transition: all 0.3s ease; }
      .full-modal .bank-transfer-box .down-link:hover i {
        background: #FFE710; }
      .full-modal .bank-transfer-box .down-link i {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        width: 70px;
        height: 70px;
        min-width: 70px;
        border-radius: 50%;
        background: #ECEEF2;
        padding: 11px;
        position: relative;
        margin-right: 20px;
        transition: all 0.3s ease; }
        .full-modal .bank-transfer-box .down-link i:before {
          content: "";
          display: block;
          clear: both;
          border-radius: 50%;
          width: 30px;
          height: 30px;
          position: absolute;
          left: 50%;
          margin-left: -15px;
          margin-top: -15px;
          top: 50%;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.18); }
        .full-modal .bank-transfer-box .down-link i img {
          position: relative;
          z-index: 3; }
      .full-modal .bank-transfer-box .down-link b {
        display: block;
        font-size: 17px; }
      .full-modal .bank-transfer-box .down-link em {
        font-style: normal;
        font-size: 13px;
        font-weight: 500; }
  .full-modal .bank-link-box {
    width: 80%;
    max-width: 800px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .full-modal .bank-link-box {
        width: 100%; } }
    .full-modal .bank-link-box .bank-link-list {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch;
      margin-bottom: 45px; }
      @media (max-width: 767px) {
        .full-modal .bank-link-box .bank-link-list {
          flex-wrap: wrap;
          margin-bottom: 20px;
          justify-content: center; } }
      .full-modal .bank-link-box .bank-link-list li {
        flex: 1;
        padding: 0 6px; }
        @media (max-width: 767px) {
          .full-modal .bank-link-box .bank-link-list li {
            flex: none;
            width: 50%;
            margin-bottom: 10px; } }
        .full-modal .bank-link-box .bank-link-list li a {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center;
          border-radius: 12px;
          height: 110px;
          position: relative;
          overflow: hidden;
          transition: all 0.3s ease;
          border: 5px solid transparent; }
          .full-modal .bank-link-box .bank-link-list li a:hover {
            transform: scale(1.1); }
  .full-modal .calc-doh-form {
    padding: 0 80px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .full-modal .calc-doh-form {
        padding: 0; } }
    @media (max-width: 767px) {
      .full-modal .calc-doh-form {
        padding: 0; } }
    .full-modal .calc-doh-form .infobox-block {
      top: 100%;
      bottom: auto; }
  .full-modal .send-form-type .modal-heading {
    justify-content: center;
    margin-bottom: 20px; }
  .full-modal .send-form-type .fieldset-title {
    display: block;
    padding-bottom: 10px;
    color: #666;
    font-size: 18px; }
  .full-modal .send-form-type .form-fields {
    margin-bottom: 20px; }
  .full-modal .modal-label-type {
    font-size: 16px;
    font-weight: 300;
    display: block;
    text-align: center;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .full-modal .modal-label-type {
        margin-bottom: 10px; } }
  .full-modal .modal-warn-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start; }
    .full-modal .modal-warn-box .warn-icon {
      margin-right: 15px; }
    .full-modal .modal-warn-box p {
      margin: 0;
      font-size: 12px;
      color: #898989;
      line-height: 17px; }
  .full-modal .white-payment-box {
    box-shadow: none;
    padding-left: 85px;
    padding-right: 30px;
    margin-bottom: 4vh; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .full-modal .white-payment-box {
        padding-left: 2vw;
        padding-right: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .full-modal .white-payment-box {
        padding-left: 2vw;
        padding-right: 0; } }
    .full-modal .white-payment-box .doc-info-box {
      justify-content: flex-start; }
    .full-modal .white-payment-box .payment-name-box {
      padding-left: 0;
      width: auto; }
      .full-modal .white-payment-box .payment-name-box .name {
        font-size: 16px;
        line-height: 18px; }
    .full-modal .white-payment-box .payment-center-box .stat-box {
      height: 100%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .full-modal .white-payment-box .status-right-box {
        padding: 0;
        flex-wrap: wrap;
        justify-content: center;
        min-width: 80px;
        width: 80px; }
        .full-modal .white-payment-box .status-right-box .file-info {
          order: -1;
          margin-bottom: 10px; } }
  .full-modal .sign-doc-info .sign-type-icon {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #FFE710;
    margin: 0 auto 35px; }
    .full-modal .sign-doc-info .sign-type-icon img {
      position: absolute;
      left: 45%;
      bottom: 30%; }
  .full-modal .sign-doc-info .sign-text {
    font-size: 16px;
    line-height: 28px;
    display: block;
    padding-bottom: 40px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .full-modal .sign-doc-info .sign-text br {
        display: none !important; } }
  .full-modal .sms-form .error-label {
    display: none; }
  .full-modal .sms-form .ver-input-wrapper {
    margin-bottom: 40px; }
  .full-modal .sms-form .code-counter {
    margin-bottom: 40px; }
  .full-modal .sms-form .buttons-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 500px; }
    @media (max-width: 767px) {
      .full-modal .sms-form .buttons-wrap {
        width: 100%; } }
    .full-modal .sms-form .buttons-wrap .gray-btn {
      margin-top: 0; }
    .full-modal .sms-form .buttons-wrap button {
      width: 48%;
      display: block;
      font-size: 21px;
      padding: 15px;
      margin: 0 10px;
      border-radius: 40px;
      line-height: 20px;
      border: none; }
      @media (max-width: 767px) {
        .full-modal .sms-form .buttons-wrap button {
          font-size: 15px;
          width: auto;
          padding: 6px 10px; } }
      .full-modal .sms-form .buttons-wrap button:first-child {
        margin-left: 0; }
      .full-modal .sms-form .buttons-wrap button:last-child {
        margin-right: 0; }

.loader-wrapper {
  width: 100%;
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0;
  display: none;
  left: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0.85); }
  .loader-wrapper .circle-loader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    .loader-wrapper .circle-loader img {
      animation: rotation 2s ease-in-out infinite;
      display: block; }

._g-close-btn {
  width: 55px;
  height: 55px;
  background: none;
  outline: none;
  border: none;
  z-index: 5;
  padding: 15px;
  border-radius: 50%;
  background: #FAFAFA;
  transition: all 0.3s ease; }
  ._g-close-btn i {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
    ._g-close-btn i:before, ._g-close-btn i:after {
      content: "";
      display: block;
      clear: both;
      height: 1px;
      background-color: #000;
      transform: rotate(45deg);
      position: absolute;
      left: 0;
      width: 100%;
      top: 50%;
      margin-top: -5%;
      transition: all 0.3s ease; }
    ._g-close-btn i:after {
      transform: rotate(-45deg); }
  ._g-close-btn:hover {
    background: #00A651; }
    ._g-close-btn:hover i:before, ._g-close-btn:hover i:after {
      background-color: #fff; }

.info-modal {
  background: rgba(0, 0, 0, 0.2); }
  .info-modal .modal-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
  @media (max-width: 767px) {
    .info-modal .container {
      padding: 0; } }
  .info-modal .close-area {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }
  .info-modal .close-btn {
    right: 20px;
    top: 20px; }
    @media (max-width: 767px) {
      .info-modal .close-btn {
        top: 15px;
        right: 15px; } }
  .info-modal .modal-content {
    text-align: center;
    color: #1e2226;
    width: 350px;
    margin: 0 auto;
    padding: 35px 45px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.11); }
    @media (max-width: 767px) {
      .info-modal .modal-content {
        width: 100%;
        border-radius: 20px;
        padding: 10px 20px; } }
  .info-modal .modal-title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .info-modal .modal-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px; } }
  .info-modal p {
    margin: 0 0 20px;
    color: #aaa;
    font-size: 14px; }

.body-cabinet-admin {
  background: #F4F4F8; }
  .body-cabinet-admin header .logo-col .logo img {
    width: auto; }
  @media (min-width: 768px) and (max-width: 991px) {
    .body-cabinet-admin header .lang-col .current-lang {
      padding-right: 25px;
      padding-bottom: 0; }
      .body-cabinet-admin header .lang-col .current-lang:before {
        margin-left: 0;
        margin-top: -5px;
        top: 50%;
        right: 0;
        left: auto; }
      .body-cabinet-admin header .lang-col .current-lang span {
        display: inline-block;
        vertical-align: middle; } }
  .body-cabinet-admin .order-stat-white-box .order-stat-header .order-adress-col .adress-item .adr {
    font-size: 13px; }
    @media (min-width: 1400px) {
      .body-cabinet-admin .order-stat-white-box .order-stat-header .order-adress-col .adress-item .adr {
        font-size: 14px; } }
  .body-cabinet-admin .order-stat-white-box .order-stat-header .order-params-col .params-row .param-value {
    font-size: 13px; }
    @media (min-width: 1400px) {
      .body-cabinet-admin .order-stat-white-box .order-stat-header .order-params-col .params-row .param-value {
        font-size: 14px; } }
  .body-cabinet-admin .orders-listbox {
    padding-bottom: 20px; }
    .body-cabinet-admin .orders-listbox .order-stat-white-box:last-child .pop-block {
      top: auto;
      bottom: 100%; }
  .body-cabinet-admin .reports-list {
    padding-bottom: 40px; }
    .body-cabinet-admin .reports-list .whitebox .bill-infocol .bill-amount {
      padding-top: 10px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .body-cabinet-admin .reports-list .whitebox .bill-infocol .bill-amount {
          padding-top: 0; } }
    .body-cabinet-admin .reports-list .whitebox .title-row {
      padding-left: 2vw; }
    .body-cabinet-admin .reports-list .whitebox .param-row {
      padding-left: 2vw; }
      .body-cabinet-admin .reports-list .whitebox .param-row .param {
        border-left: 1px solid #EDEDED;
        padding-left: 2vw;
        padding-right: 2vw; }
        .body-cabinet-admin .reports-list .whitebox .param-row .param:first-child {
          border: none;
          padding-left: 0; }
    .body-cabinet-admin .reports-list .whitebox._mod-billing .btn-col {
      border: none;
      min-width: 180px; }
      .body-cabinet-admin .reports-list .whitebox._mod-billing .btn-col .circle-icon-btn {
        margin-right: 15px; }
  .body-cabinet-admin .clients-filter-form .form-col-left {
    padding-right: 0; }
  .body-cabinet-admin .assign-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    border-radius: 18px;
    height: 38px;
    color: #00a651;
    padding: 0 20px 0 15px;
    font-size: 14px;
    background: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 5px 13px rgba(46, 43, 116, 0.07), 1px 1px 2px rgba(46, 43, 116, 0.11); }
    .body-cabinet-admin .assign-btn:hover {
      background: #F4F4F9;
      box-shadow: none; }
    .body-cabinet-admin .assign-btn i {
      display: block;
      width: 25px;
      margin-right: 5px; }
    .body-cabinet-admin .assign-btn._mod-hoverblue:hover {
      background: #2E2B74;
      color: #fff; }
      .body-cabinet-admin .assign-btn._mod-hoverblue:hover img {
        filter: grayscale(1) brightness(0) invert(1); }
  .body-cabinet-admin .client-add-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; }
  .body-cabinet-admin .client-list-box {
    padding-right: 60px; }
    .body-cabinet-admin .client-list-box .addition-nav {
      margin-bottom: 40px; }
    .body-cabinet-admin .client-list-box h1 {
      font-weight: 400;
      margin: 0 0 40px;
      font-size: 35px; }
    .body-cabinet-admin .client-list-box .doc-number {
      width: 150px;
      min-width: 150px; }
    .body-cabinet-admin .client-list-box .client-name {
      display: block;
      width: 40%; }
    .body-cabinet-admin .client-list-box .client-status {
      width: 20%;
      min-width: 200px;
      display: block; }
    .body-cabinet-admin .client-list-box .client-number {
      width: 20%;
      min-width: 150px;
      display: block; }
    .body-cabinet-admin .client-list-box .clients-main-list .client-letter-item:first-child .letter {
      margin-bottom: -50px; }
      .body-cabinet-admin .client-list-box .clients-main-list .client-letter-item:first-child .letter:before {
        display: none; }
    .body-cabinet-admin .client-list-box .client-letter-item {
      padding: 0; }
      .body-cabinet-admin .client-list-box .client-letter-item .letter {
        display: block;
        width: 100%;
        position: relative;
        font-size: 54px;
        line-height: 55px;
        font-weight: 300;
        color: #888d97; }
        .body-cabinet-admin .client-list-box .client-letter-item .letter:before {
          content: "";
          display: block;
          clear: both;
          left: 80px;
          right: 0;
          height: 1px;
          position: absolute;
          top: 50%;
          background: #eee; }
    .body-cabinet-admin .client-list-box .letter-list {
      padding-left: 70px; }
      .body-cabinet-admin .client-list-box .letter-list li {
        display: block; }
        .body-cabinet-admin .client-list-box .letter-list li:last-child {
          border: none; }
        .body-cabinet-admin .client-list-box .letter-list li a {
          position: relative;
          padding: 10px 20px;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: space-between;
          align-items: center;
          color: #000;
          transition: 0.3s;
          border-radius: 10px; }
          .body-cabinet-admin .client-list-box .letter-list li a:hover {
            background: #fff; }
          .body-cabinet-admin .client-list-box .letter-list li a span {
            font-size: 19px;
            display: block; }
          .body-cabinet-admin .client-list-box .letter-list li a .client-number {
            font-size: 14px; }
          .body-cabinet-admin .client-list-box .letter-list li a .client-status {
            padding-left: 20px;
            position: relative;
            font-size: 14px;
            font-weight: normal; }
            .body-cabinet-admin .client-list-box .letter-list li a .client-status:before {
              content: "";
              display: block;
              clear: both;
              border-radius: 50%;
              background: #00AE14;
              width: 8px;
              height: 8px;
              position: absolute;
              top: 50%;
              margin-top: -4px;
              left: 0; }
            .body-cabinet-admin .client-list-box .letter-list li a .client-status._mod-waiting {
              color: #F5BD00; }
              .body-cabinet-admin .client-list-box .letter-list li a .client-status._mod-waiting:before {
                background: #F5BD00; }
            .body-cabinet-admin .client-list-box .letter-list li a .client-status._mod-inactive {
              color: #da0e0e; }
              .body-cabinet-admin .client-list-box .letter-list li a .client-status._mod-inactive:before {
                background: #da0e0e; }
    .body-cabinet-admin .client-list-box .all-clients-holder {
      padding-left: 70px; }
    .body-cabinet-admin .client-list-box .all-clients-heading {
      display: flex;
      padding: 0 20px;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px; }
      .body-cabinet-admin .client-list-box .all-clients-heading span {
        display: block;
        font-size: 14px;
        color: #7e8896; }
  .body-cabinet-admin .clients-letters-wrap {
    position: fixed;
    top: 270px;
    bottom: 5%;
    right: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 45px;
    text-align: center;
    transition: all 0.3s ease; }
    .body-cabinet-admin .clients-letters-wrap.extended {
      top: 20px;
      bottom: 20px; }
    .body-cabinet-admin .clients-letters-wrap .mCSB_inside > .mCSB_container {
      margin-right: 0; }
    .body-cabinet-admin .clients-letters-wrap .mCSB_scrollTools {
      width: 4px;
      top: 10px;
      bottom: 10px; }
  .body-cabinet-admin .clients-letters-nav li a {
    display: block;
    border-radius: 50%;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    width: 29px;
    line-height: 29px;
    height: 29px;
    transition: 0.3s; }
    .body-cabinet-admin .clients-letters-nav li a:hover {
      background: #00A651;
      color: #fff; }
  .body-cabinet-admin .clients-letters-nav li.active a {
    background: #00A651;
    color: #fff; }
  .body-cabinet-admin .client-info-head {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px; }
    .body-cabinet-admin .client-info-head .client-ava {
      margin-right: 25px;
      width: 86px;
      height: 86px;
      min-width: 86px;
      border-radius: 50%;
      overflow: hidden; }
      .body-cabinet-admin .client-info-head .client-ava img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .body-cabinet-admin .client-info-head .client-name {
      display: block;
      font-size: 43px;
      margin-bottom: 5px; }
    .body-cabinet-admin .client-info-head .client-status-wrap {
      position: relative; }
    .body-cabinet-admin .client-info-head .client-status-link {
      display: inline-block;
      position: relative;
      color: #000;
      font-size: 14px;
      font-weight: 500; }
      .body-cabinet-admin .client-info-head .client-status-link:before {
        content: "";
        display: block;
        clear: both;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        background: #EBECED;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
      .body-cabinet-admin .client-info-head .client-status-link:hover i {
        background: #2E2B74; }
        .body-cabinet-admin .client-info-head .client-status-link:hover i:after {
          border-color: #fff; }
      .body-cabinet-admin .client-info-head .client-status-link span {
        display: inline-block;
        vertical-align: middle; }
      .body-cabinet-admin .client-info-head .client-status-link i {
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        width: 22px;
        min-width: 22px;
        height: 22px;
        background: #fff;
        margin-left: 9px;
        border: 1px solid #F2F2F5;
        position: relative;
        box-shadow: 0 0 2px rgba(46, 43, 116, 0.35); }
        .body-cabinet-admin .client-info-head .client-status-link i:after {
          content: "";
          display: block;
          clear: both;
          display: inline-block;
          vertical-align: middle;
          border: solid #34318B;
          top: 6px;
          left: 7px;
          position: absolute;
          border-width: 0 1px 1px 0;
          padding: 2px;
          transform: rotate(45deg); }
      .body-cabinet-admin .client-info-head .client-status-link.status-active:before {
        background: #00A651; }
      .body-cabinet-admin .client-info-head .client-status-link.status-inactive:before {
        background: #e0be04; }
      .body-cabinet-admin .client-info-head .client-status-link.status-banned {
        color: red; }
        .body-cabinet-admin .client-info-head .client-status-link.status-banned:before {
          background: red; }
  .body-cabinet-admin.white-page {
    background: #fff; }
    .body-cabinet-admin.white-page .account-page {
      background: #fff; }
  .body-cabinet-admin .client-information-section .client-info-row .client-info-box .info-title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px; }
  .body-cabinet-admin .take-work-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    height: 44px;
    position: relative;
    padding: 0 22px 0 25px;
    color: #2e2b74;
    background: #E5E5EB;
    border-radius: 10px;
    white-space: nowrap;
    font-weight: 500; }
    .body-cabinet-admin .take-work-btn i {
      position: relative;
      display: block;
      margin-left: 10px;
      filter: grayscale(0.7);
      opacity: 0.6; }
    .body-cabinet-admin .take-work-btn span {
      display: block; }
    .body-cabinet-admin .take-work-btn:hover {
      background: #2E2B74;
      color: #fff; }
      .body-cabinet-admin .take-work-btn:hover i {
        opacity: 1;
        filter: grayscale(1) invert(1) brightness(2); }
    .body-cabinet-admin .take-work-btn[disabled] {
      color: #828297;
      background: #EDEDF2; }
      .body-cabinet-admin .take-work-btn[disabled] i {
        filter: grayscale(0.7);
        opacity: 0.7; }
        .body-cabinet-admin .take-work-btn[disabled] i:after {
          border-color: #9B9BAC; }

/*# sourceMappingURL=all.css.map */