@font-face {
    font-family: 'Styrene A Web';
    src: local("StyreneAWeb-Light"), url("fonts/subset-StyreneAWeb-Light.woff2") format("woff2"), url("fonts/subset-StyreneAWeb-Light.woff") format("woff"), url("fonts/subset-StyreneAWeb-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Styrene A Web';
    src: local("StyreneAWeb-Medium"), url("fonts/subset-StyreneAWeb-Medium.woff2") format("woff2"), url("fonts/subset-StyreneAWeb-Medium.woff") format("woff"), url("fonts/subset-StyreneAWeb-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Styrene A Web';
    src: local("StyreneAWeb-Regular"), url("fonts/subset-StyreneAWeb-Regular.woff2") format("woff2"), url("fonts/subset-StyreneAWeb-Regular.woff") format("woff"), url("fonts/subset-StyreneAWeb-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
}

body {
    color: #6c6c6c;
    font: 15px "Styrene A Web", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #F6F7FA;
    letter-spacing: -0.5px;
}

a {
  text-decoration: none;
  color: blue;
  outline: none; }

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

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

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

.full-bg {
  background-position: center center;
  background-size: cover !important; }

.vcent {
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }

.vcent-abs {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }

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

@media (min-width: 1500px) {
  .container {
    width: 1470px; } }

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

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

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

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

#id_gazetteer_list_holder {
  position: absolute;
  z-index: 999;
  width: 100%; }

#id_gazetteer_list_holder_select_address, #id_gazetteer_list_holder_select_appartment {
  float: left;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
  background: #fff;
  font-size: 14px;
  border: 1px solid #ced4da;
  max-height: 250px;
  overflow: auto;
  width: 84%; }

#id_gazetteer_list_holder_select_appartment {
  width: 15%; }

#id_gazetteer_list_holder_select_address li, #id_gazetteer_list_holder_select_appartment li {
  display: block;
  cursor: pointer;
  min-width: 50px;
  padding: 5px; }

#id_gazetteer_list_holder_select_appartment li {
  text-align: center; }

#id_gazetteer_list_holder_select_address li:hover, #id_gazetteer_list_holder_select_address li.active, #id_gazetteer_list_holder_select_appartment li:hover, #id_gazetteer_list_holder_select_appartment li.active {
  background-color: #eee; }

.yellow-big-btn {
  background-color: #ffea33;
  transition: all 0.3s ease;
  display: inline-block;
  color: #000000;
  font-weight: 500;
  font-size: 23px;
  line-height: 32px;
  padding: 0 25px 0 28px;
  border-radius: 40px;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  border: none; }
  @media (max-width: 767px) {
    .yellow-big-btn {
      padding: 0 20px; } }
  @media (min-width: 768px) {
    .yellow-big-btn:hover {
      color: #000;
      transform: scale(1.1); } }
  .yellow-big-btn span {
      display: block;
      padding: 10px 40px 13px 5px;
      background: url(../images/bg-yellow-big-btn.png) no-repeat 98% 50%;
      background-size: 23px auto;
  }
  .yellow-big-btn.yellow-btn-norm {
    font-size: 18px; }
    @media (max-width: 767px) {
      .yellow-big-btn.yellow-btn-norm {
        font-size: 16px; } }
  .yellow-big-btn.yellow-more-mod span {
    background: none;
    padding-left: 5px;
    padding-right: 5px; }
    .yellow-big-btn.yellow-more-mod span:after {
      content: "";
      display: block;
      clear: both;
      display: inline-block;
      vertical-align: middle;
      background: url(../images/bg-yellow-big-btn.png) no-repeat 100% 50%;
      background-size: 23px auto;
      margin-left: 17px;
      width: 23px;
      height: 23px;
      transform: rotate(90deg); }
  .yellow-big-btn.yellow-plus-mod span {
    background: none;
    padding-right: 10px; }
    @media (max-width: 767px) {
      .yellow-big-btn.yellow-plus-mod span {
        padding-right: 0; } }
    .yellow-big-btn.yellow-plus-mod span:before {
      content: "";
      display: block;
      clear: both;
      display: inline-block;
      vertical-align: top;
      margin-top: 2px;
      background: url(../images/btn-yellow-plus.png) no-repeat;
      background-size: 24px auto;
      width: 24px;
      height: 24px;
      margin-right: 15px; }
  .yellow-big-btn._mod-iconed {
    position: relative; }
    .yellow-big-btn._mod-iconed img {
      position: absolute;
      right: 25px;
      top: 50%;
      transform: translateY(-50%); }
    .yellow-big-btn._mod-iconed span {
      background: none; }
  .yellow-big-btn.yellow-medium-btn {
    font-size: 22px;
    font-weight: 500; }
    .yellow-big-btn.yellow-medium-btn span {
      padding-top: 8px;
      padding-bottom: 9px; }
  .yellow-big-btn._mod-sm {
    font-size: 17px;
    line-height: 22px;
    padding-right: 15px;
    padding-left: 23px;
    background: #ffea33;
    font-weight: 500; }
    @media (max-width: 767px) {
      .yellow-big-btn._mod-sm {
        padding-right: 10px;
        padding-left: 18px; } }
    .yellow-big-btn._mod-sm span {
      padding: 10px 40px 11px 0;
      min-width: 163px; }
      @media (max-width: 767px) {
        .yellow-big-btn._mod-sm span {
          background-size: 20px auto;
          padding: 6px 34px 8px 0; } }
  .yellow-big-btn._mod-plus-right {
    padding-right: 12px; }
    .yellow-big-btn._mod-plus-right span {
      background: none;
      padding-right: 0;
      padding-bottom: 8px;
      display: inline-block;
      vertical-align: middle; }
      .yellow-big-btn._mod-plus-right span:after {
        content: "";
        display: block;
        clear: both;
        content: '+';
        display: inline-block;
        vertical-align: middle;
        width: 35px;
        height: 35px;
        font-size: 30px;
        font-weight: 300;
        border: 1px solid #7A6728;
        border-radius: 50%;
        margin-left: 15px; }
  .yellow-big-btn._mod-small {
    font-size: 20px;
    font-weight: bold;
    padding: 0 15px 0 20px; }
    .yellow-big-btn._mod-small span {
      padding: 3px 38px 5px 0;
      background-size: 24px auto; }
  .yellow-big-btn._mod-xl {
    font-size: 24px;
    padding-right: 23px;
    padding-left: 32px;
    background: #ffea33; }
    .yellow-big-btn._mod-xl span {
        padding: 15px 50px 17px 0;
        background: url(../images/yellow-big-btn-xl.png) no-repeat 100% 50%;
        background-size: 30px auto;
    }
  .yellow-big-btn._mod-retry span {
    background: url(../images/retry-btn-type.png) no-repeat 100% 50%; }
  .yellow-big-btn._mod-wide {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 12px;
    font-size: 23px; }
    .yellow-big-btn._mod-wide:hover {
      transform: scale(1);
      box-shadow: 0 0 20px #FEEA47; }
    .yellow-big-btn._mod-wide span {
      background: none;
      display: inline-block;
      padding-right: 0;
      vertical-align: middle; }
    .yellow-big-btn._mod-wide img {
      display: inline-block;
      vertical-align: middle;
      margin-left: 20px; }
  .yellow-big-btn._mod-xs {
    font-size: 15px;
    line-height: 22px;
    padding-right: 18px;
    padding-left: 20px;
    background: #ffea33;
    font-weight: 500; }
    .yellow-big-btn._mod-xs span {
      padding: 8px 40px 9px 0; }

.yellow-btn-submit {
  display: inline-block;
  border-radius: 40px;
  background-color: #ffea33;
  color: #000;
  padding: 9px 35px 9px 35px;
  outline: none;
  font-weight: bold;
  font-size: 33px;
  border: none;
  transition: all 0.3s ease; }
  .yellow-btn-submit._mod-big {
    padding: 12px 50px 14px;
    font-weight: 500; }
  .yellow-btn-submit:hover {
    box-shadow: 0 0 30px #ffea33; }
  .yellow-btn-submit:disabled {
      opacity: 0.2;
  }

body .daterangepicker.ltr {
    border-radius: 30px;
    border: none;
    box-shadow: 0 0 80px rgba(77, 77, 87, 0.11);
    padding: 30px 40px;
    font-family: 'Styrene A Web';
    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; }
    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: #FFE31D;
    }

@media (max-width: 767px) {
    body .daterangepicker.ltr .drp-buttons .applyBtn {
        background: #FFE31D;
        color: #000;
        border-color: transparent;
    }
}
      body .daterangepicker.ltr .drp-buttons .applyBtn:hover {
        color: #000; }
  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: 36px;
      height: 36px;
      min-width: 36px;
      line-height: 35px;
      border-radius: 0;
      padding: 0;
  }

@media (max-width: 767px) and (orientation: landscape) {
  body .daterangepicker.ltr .calendar-table td {
    width: 35px;
    height: 35px;
    line-height: 35px;
    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;
      padding-bottom: 10px;
      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: 15px;
      font-weight: 500;
      color: #000;
      padding-bottom: 6px;
      padding-top: 6px;
  }
  body .daterangepicker.ltr td.in-range {
      background: #FFE118;
      border-color: #FFE118;
  }
  body .daterangepicker.ltr td.active {
      background-color: #FFE31D;
      border-color: #FFE31D;
  }
  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: #FFE31D;
    }
    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); }

body .daterangepicker.ltr.single {
    padding: 20px 25px;
}

body .daterangepicker.ltr.single .calendar-table th.month {
    padding-top: 0;
    padding-bottom: 0;
}

body .daterangepicker.ltr.single .calendar-table td {
    line-height: 30px;
    height: 30px;
}

body .daterangepicker.ltr.single {
    min-width: auto !important;
}

@media (max-width: 1199px) and (min-width: 768px) {
    body .daterangepicker.ltr.single {
        width: auto !important;
    }
}

body .daterangepicker.ltr.single .left:after {
    display: none !important;
}

body .daterangepicker.ltr.opensleft:before {
    right: 30px;
}

body .daterangepicker.ltr.opensleft:after {
    right: 30px;
}

.g_btn-green-done {
    display: inline-block;
    border: 1px solid transparent;
    transition: 0.3s;
    outline: none;
    cursor: pointer;
    border-radius: 30px;
    font-weight: 500;
    background: #14BD28;
    color: #fff;
    padding: 0 25px;
    margin: 0;
    font-size: 22px;
}
  .g_btn-green-done:hover {
    color: #fff;
    border-color: #1FBC32;
    box-shadow: 0 0 20px rgba(31, 188, 50, 0.8); }
  .g_btn-green-done span {
    display: block;
    padding: 12px 40px 13px 0;
    position: relative; }
    .g_btn-green-done span:before, .g_btn-green-done span:after {
      content: "";
      display: block;
      clear: both;
      position: absolute;
      right: 0;
      top: 50%;
      transition: 0.3s; }
    .g_btn-green-done span:before {
      width: 24px;
      height: 24px;
      border: 1px solid #fff;
      margin-top: -12px;
      border-radius: 50%; }
    .g_btn-green-done span:after {
      border: solid #fff;
      border-width: 0 1px 1px 0;
      padding: 5px 3px;
      transform: rotate(45deg);
      margin-top: -7px;
      right: 8px; }

.yellow-btn {
  display: inline-block;
  border-radius: 40px;
  background-color: #ffea33;
  cursor: pointer;
  color: #000;
  padding: 6px 25px 7px;
  outline: none;
  font-weight: 500;
  font-size: 21px;
  border: none;
  transition: all 0.3s ease; }
  .yellow-btn._mod-big {
    font-size: 24px;
    padding: 11px 30px 13px; }
  .yellow-btn:hover {
    transform: scale(1.1);
    color: #000; }

.btn-yellow-create {
  display: inline-block;
  border: none;
  background: #ffea33;
  color: #000;
  outline: none;
  cursor: pointer;
  padding: 0 15px 0 11px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 30px;
  transition: 0.3s; }
  .btn-yellow-create:hover {
    transform: scale(1.1);
    color: #000; }
  .btn-yellow-create span {
    display: inline-block;
    padding: 11px 0 11px 28px;
    background: url(../images/btn-yellow-create.png) no-repeat 0 50%;
    background-size: 18.5px auto; }

.g_back-round-link {
  display: inline-block;
  line-height: 23px;
  font-weight: 500;
  color: #767e89;
  font-size: 15px;
  background: none;
  border: none;
  outline: none;
  transition: 0.3s; }
  .g_back-round-link:hover {
    color: #000; }
  .g_back-round-link:before {
    content: "";
    display: block;
    clear: both;
    background: url(../images/back-round-link.png) no-repeat 0 50%;
    background-size: 23px auto;
    height: 23px;
    width: 23px;
    display: inline-block;
    vertical-align: middle; }
  .g_back-round-link span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 13px; }

.g_add-btn {
  display: inline-block;
  line-height: 23px;
  font-weight: normal;
  color: #767e89;
  font-size: 15px;
  background: none;
  border: none;
  transition: 0.3s;
  outline: none; }
  .g_add-btn:hover {
    color: #000; }
    .g_add-btn:hover:before {
      color: #fff; }
  .g_add-btn:before {
    content: "";
    display: block;
    clear: both;
    content: '+';
    background: #ffea33;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
    font-size: 31px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    transition: 0.3s; }
  .g_add-btn span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 13px; }

._g-link-drop:hover em {
  border-color: #ccc;
  background: #ffea33; }

._g-link-drop span {
  padding-right: 25px;
  display: inline-block;
  vertical-align: middle; }
  @media (max-width: 767px) {
    ._g-link-drop span {
      padding-right: 10px; } }

._g-link-drop em {
  border: 1px solid #F0F0F0;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: relative;
  text-align: center;
  padding-left: 1px; }
  ._g-link-drop em:after {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
    border: solid #000;
    border-width: 0 1px 1px 0;
    padding: 4px;
    margin-top: 7px;
    transform: rotate(45deg); }
  ._g-link-drop em:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
    border: solid #000;
    border-width: 0 1px 1px 0;
    padding: 4px;
    top: 15px;
    transform: rotate(-135deg);
    opacity: 0; }

._g-link-drop.btn-actived em {
  background: #ffea33; }
  ._g-link-drop.btn-actived em:after {
    margin-top: 4px; }
  ._g-link-drop.btn-actived em:before {
    opacity: 1; }

.grey-button {
  transition: all 0.3s ease;
  display: inline-block;
  border: none;
  outline: none;
  font-size: 16px;
  color: #000;
  padding: 8px 22px 8px 20px;
  font-weight: 400;
  border-radius: 50px;
  line-height: 21px;
  background-color: #f3f3f3; }
  @media (min-width: 768px) {
    .grey-button:hover {
      color: #000;
      transform: scale(1.1); } }

._g-white-back-btn {
  display: inline-block;
  outline: none;
  border: 1px solid transparent;
  transition: 0.3s;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  padding: 8px 30px 9px 20px;
  border-radius: 40px;
  line-height: 32px; }
  ._g-white-back-btn:hover {
    color: #666; }
  ._g-white-back-btn:before {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/bg-yellow-big-btn.png) no-repeat;
    background-size: 23px auto;
    width: 23px;
    height: 23px;
    transform: rotate(-180deg);
    margin-right: 20px; }
  ._g-white-back-btn span {
    display: inline-block;
    vertical-align: middle; }

._g-yellow-expand-btn {
  color: #000;
  display: inline-block;
  border-radius: 30px;
  padding: 5px 16px 6px;
  background: #ffea33;
  font-weight: bold;
  outline: none;
  font-size: 15px;
  transition: 0.3s; }
  ._g-yellow-expand-btn span {
    position: relative;
    display: block;
    padding-right: 25px; }
    ._g-yellow-expand-btn span:after {
      content: "";
      display: block;
      clear: both;
      display: inline-block;
      border: solid #000;
      border-width: 0 1px 1px 0;
      padding: 4px;
      position: absolute;
      right: 1px;
      transform: rotate(-135deg);
      top: 7px; }
  ._g-yellow-expand-btn:hover {
    box-shadow: 0 0 10px 1px #ffea33;
    color: #000; }
  ._g-yellow-expand-btn.collapsed span:after {
    top: 2px;
    transform: rotate(45deg); }

div.warning-bottom-box {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 40;
  padding: 35px 0 40px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1); }
  @media (max-width: 767px) {
    div.warning-bottom-box {
      padding: 20px 0 10px; } }
  div.warning-bottom-box:before {
    display: none; }
  div.warning-bottom-box .warning-box-holder {
    position: relative;
    padding: 0 80px 0 65px; }
    @media (min-width: 768px) and (max-width: 991px) {
      div.warning-bottom-box .warning-box-holder {
        padding: 0 40px 0 0; } }
    @media (max-width: 767px) {
      div.warning-bottom-box .warning-box-holder {
        padding: 0; } }
  @media (max-width: 767px) {
    div.warning-bottom-box .text-wrap {
      max-height: 100px;
      overflow-x: hidden;
      overflow-y: auto;
      margin-bottom: 5px; } }
  div.warning-bottom-box .global-close-btn {
    top: 0;
    right: 0; }
    div.warning-bottom-box .global-close-btn:before, div.warning-bottom-box .global-close-btn:after {
      background-color: #000;
      width: 110%;
      height: 1px; }
    div.warning-bottom-box .global-close-btn:hover:before, div.warning-bottom-box .global-close-btn:hover:after {
      background-color: #ccc; }
  div.warning-bottom-box .warning-box-title {
    display: block;
    font-weight: 500;
    color: #000;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 12px; }
  div.warning-bottom-box p {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 20px;
    color: #999999; }

._g-green-big-btn {
  background-color: #27BA39;
  transition: all 0.3s ease;
  display: inline-block;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  padding: 0 25px 0 35px;
  border-radius: 40px;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  border: none;
  font-weight: bold; }
  @media (max-width: 767px) {
    ._g-green-big-btn {
      font-size: 19px;
      padding: 0 20px; } }
  @media (min-width: 768px) {
    ._g-green-big-btn:hover {
      border-color: #1FBC32;
      box-shadow: 0 0 20px rgba(31, 188, 50, 0.8);
      transform: scale(1.1); } }
  ._g-green-big-btn span {
    display: block;
    padding: 19px 45px 19px 0;
    background: url(../images/btn-green-arrow.png) no-repeat 99% 50%;
    background-size: 30px auto; }
    @media (max-width: 767px) {
      ._g-green-big-btn span {
        padding-top: 15px;
        padding-bottom: 15px; } }

.alert {
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #ffea33; }

.alert .alert-header {
  padding: 10px;
  background-color: #ffea33;
  font-weight: 600;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.alert ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 10px; }

.alert ul li {
  display: block;
  margin: 3px 0; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto; }
  .modal:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.3); }
  @media (max-width: 767px) {
    .modal {
      overflow: scroll; } }
  .modal.in .modal-wrap {
    opacity: 1; }
  .modal .close {
    position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    border: none;
    outline: none;
    right: 20px;
    top: 20px;
    text-indent: -9999px;
    opacity: 1;
    transition: all 0.3s ease; }
    .modal .close:hover {
      opacity: 0.7; }
  .modal .modal-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
  .modal .close-area {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }
  .modal .modal-content {
    width: 60%;
    max-width: 1200px; }

.center-modal .modal-wrap .modal-holder {
  width: 100%; }

.center-modal .modal-content {
  margin: 0 auto;
  padding: 30px 40px;
  background: #fff;
  box-shadow: 0 0 20px rgba(111, 124, 144, 0.12);
  border-radius: 30px;
  position: relative;
  z-index: 5; }
  @media (max-width: 767px) {
    .center-modal .modal-content {
      padding: 20px 10px;
      border-radius: 20px; } }

.center-modal .fill-modal-content {
  margin: 0 auto;
  max-width: 850px;
  width: 100%; }

.center-modal .close-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0px; }

.center-modal .close-btn {
  padding: 0;
  margin: 0;
  top: 30px;
  right: 40px;
  width: 17px;
  height: 17px; }
  @media (max-width: 767px) {
    .center-modal .close-btn {
      right: 20px; } }
  .center-modal .close-btn:hover:before, .center-modal .close-btn:hover:after {
    background-color: #ccc; }
  .center-modal .close-btn:before, .center-modal .close-btn:after {
    height: 1px;
    background-color: #000; }

.center-modal .password-form {
  padding: 0 15px; }
  .center-modal .password-form .form-group {
    position: relative; }
  .center-modal .password-form .form-control {
    width: 100%;
    box-shadow: none;
    border-color: transparent;
    font-size: 18px;
    font-weight: 500;
    color: #000; }
  .center-modal .password-form .password-box {
    border-radius: 30px;
    background: #F3F5F7;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch; }
    .center-modal .password-form .password-box input {
      background: none;
      height: 43px;
      padding-left: 20px; }
      .center-modal .password-form .password-box input::-webkit-input-placeholder {
        font-weight: 400; }
      .center-modal .password-form .password-box input:-moz-placeholder {
        font-weight: 400; }
      .center-modal .password-form .password-box input::-moz-placeholder {
        font-weight: 400; }
      .center-modal .password-form .password-box input:-ms-input-placeholder {
        font-weight: 400; }
  .center-modal .password-form .password-btn-submit {
    background: #ffea33;
    padding: 0 15px;
    outline: none;
    border: none;
    font-weight: 500;
    font-size: 15px;
    border-radius: 0 25px 25px 0;
    transition: 0.3s; }
    .center-modal .password-form .password-btn-submit:hover {
      box-shadow: 0 0 20px 3px rgba(243, 206, 92, 0.5); }
    .center-modal .password-form .password-btn-submit span {
      display: block;
      padding: 13px 35px 12px 0;
      background: url(../images/bg-yellow-big-btn.png) no-repeat 100% 50%;
      background-size: 23px auto; }

.attachment-modal {
  z-index: 1080; }
  .attachment-modal .modal-content {
    width: 650px; }
    @media (max-width: 767px) {
      .attachment-modal .modal-content {
        width: 100%; } }
  .attachment-modal .dropzone-form .send-btn-wrap {
    text-align: center;
    display: none; }
  .attachment-modal .modal-title {
    display: block;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #000;
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .attachment-modal .modal-title {
        margin-bottom: 15px; } }
  .attachment-modal .dropzone {
    border: none !important;
    padding: 0 0 20px; }
    .attachment-modal .dropzone.dz-drag-hover .form-area-box {
      border-color: #ccc;
      background-color: #d5dce1; }
    .attachment-modal .dropzone .form-area-box {
      border: 1px solid transparent;
      background: #EEF1F3;
      border-radius: 15px;
      padding: 35px;
      text-align: center;
      transition: 0.3s; }
      @media (max-width: 767px) {
        .attachment-modal .dropzone .form-area-box {
          padding: 20px 10px; } }
    .attachment-modal .dropzone input[type="file"] {
      opacity: 0;
      display: none; }
    .attachment-modal .dropzone .upload-title {
      display: block;
      font-weight: 300;
      font-size: 28px;
      color: #000;
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        .attachment-modal .dropzone .upload-title {
          font-size: 22px; } }
    .attachment-modal .dropzone .or-title {
      display: block;
      font-size: 16px;
      font-weight: 300;
      padding-bottom: 5px; }
    .attachment-modal .dropzone .dz-default {
      display: none; }
    .attachment-modal .dropzone .upload-button-wrap {
      text-align: center;
      padding-bottom: 30px; }
      .attachment-modal .dropzone .upload-button-wrap button {
        width: 200px;
        margin: 0 auto; }
    .attachment-modal .dropzone .file-accepted-info {
      display: block;
      font-size: 13px;
      line-height: 19px;
      color: #4c4c4c; }
  .attachment-modal .dz-file-preview {
    padding: 20px 30px 0px;
    position: relative; }
    .attachment-modal .dz-file-preview:hover .dz-error-message {
      opacity: 1; }
    .attachment-modal .dz-file-preview .dz-error-message {
      position: absolute;
      pointer-events: none;
      z-index: 1000;
      display: none;
      opacity: 0;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      bottom: 100%;
      margin-bottom: -25px;
      left: 27px;
      right: 120px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .attachment-modal .dz-file-preview .dz-error-message:after {
        content: "";
        display: block;
        clear: both;
        bottom: -6px;
        left: 50%;
        width: 0;
        position: absolute;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #be2626; }
    .attachment-modal .dz-file-preview .progress-box {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 5px; }
      .attachment-modal .dz-file-preview .progress-box .progress-line {
        flex: 1;
        position: relative; }
        .attachment-modal .dz-file-preview .progress-box .progress-line .dz-progress {
          height: 2px;
          background: #E3E7EC;
          width: 100%; }
          .attachment-modal .dz-file-preview .progress-box .progress-line .dz-progress .dz-upload {
            height: 100%;
            position: absolute;
            left: 0;
            width: 0;
            background: #717B8A;
            background: linear-gradient(to right, #ffea33 0%, #3EC23B 100%); }
      .attachment-modal .dz-file-preview .progress-box .progress-text {
        width: 90px;
        padding-left: 25px;
        position: relative;
        display: block;
        font-size: 12px;
        font-weight: bold; }
        .attachment-modal .dz-file-preview .progress-box .progress-text .current-text-info {
          color: #687685; }
        .attachment-modal .dz-file-preview .progress-box .progress-text .dz-success-mark {
          position: absolute;
          background: #fff;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          padding-left: 25px;
          color: #33b32d;
          opacity: 0; }
        .attachment-modal .dz-file-preview .progress-box .progress-text .dz-error-mark {
          position: absolute;
          background: #fff;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          padding-left: 25px;
          color: #c50202;
          opacity: 0; }
    .attachment-modal .dz-file-preview .dz-details {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center; }
      .attachment-modal .dz-file-preview .dz-details .dz-filename {
        font-size: 13px;
        max-width: 350px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: bold;
        color: #000; }
      .attachment-modal .dz-file-preview .dz-details .dz-size {
        padding-top: 1px;
        font-size: 13px;
        padding-left: 10px; }
  .attachment-modal .dz-error .progress-box .progress-text .dz-error-mark {
    opacity: 1; }
  .attachment-modal .dz-error .progress-box .progress-line .dz-progress .dz-upload {
    background: #c50202; }
  .attachment-modal .dz-error .dz-error-message {
    display: block; }
  .attachment-modal .dz-success .progress-box .progress-text .dz-success-mark {
    opacity: 1; }
  .attachment-modal .dz-success .progress-box .progress-line .dz-progress .dz-upload {
    background: #3EC23B; }

._g-yellow-back-btn {
  background: #ffea33;
  display: inline-block;
  color: #000;
  font-weight: 500;
  font-size: 17px;
  padding: 6px 22px 7px 40px;
  border-radius: 20px;
  position: relative;
  transition: all 0.3s ease; }
  ._g-yellow-back-btn:hover {
    color: #000; }
  ._g-yellow-back-btn:before {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    border: solid #000000;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -5px;
    border-width: 0 1px 1px 0;
    padding: 4px;
    transform: rotate(135deg); }

ul._g-num-list {
  margin: 0 0 30px;
  padding: 0 !important; }
  ul._g-num-list > li {
    position: relative;
    padding-left: 50px !important; }
    @media (min-width: 768px) and (max-width: 991px) {
      ul._g-num-list > li {
        padding-left: 35px !important; } }
    @media (max-width: 767px) {
      ul._g-num-list > li {
        padding-left: 0 !important;
        padding-top: 40px !important; } }
    ul._g-num-list > li:before {
      display: none !important; }
    ul._g-num-list > li .num {
      border-radius: 50%;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      font-weight: 500;
      width: 28px;
      height: 28px;
      border: 2px solid #ffea33;
      position: absolute;
      left: 0;
      top: 0; }
    ul._g-num-list > li > p {
      font-size: 19px !important;
      line-height: 30px !important; }
      ul._g-num-list > li > p strong {
        font-weight: 500; }
    ul._g-num-list > li > small {
      display: block;
      padding-bottom: 20px;
      font-weight: 300;
      color: #6f6f6f;
      font-size: 14px;
      line-height: 21px; }
  ul._g-num-list ul {
    padding: 10px 0 15px 30px !important; }
    @media (max-width: 767px) {
      ul._g-num-list ul {
        padding-left: 15px !important; } }
    ul._g-num-list ul li {
      font-size: 16px;
      line-height: 21px;
      font-weight: normal; }
      ul._g-num-list ul li:before {
        background: #BABABA !important;
        height: 1px !important; }
      ul._g-num-list ul li small {
        font-weight: 300;
        color: #6f6f6f; }
    ul._g-num-list ul li.nobullet:before {
      display: none; }

.g_white-big-btn {
  background: #fff;
  padding: 11px 25px 10px;
  color: #000;
  font-weight: 500;
  font-size: 17px;
  outline: none;
  border: none;
  border-radius: 20px;
  margin: 0;
  display: inline-block;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s; }
  .g_white-big-btn:hover {
    box-shadow: 2px 3px 30px rgba(0, 0, 0, 0.2); }

.modal-adr .modal-content {
  width: 90%;
  padding: 0; }
  .modal-adr .modal-content.zoomed .adress-columns .map-box {
    width: 100%;
    border-radius: 30px; }

.modal-adr .close {
  top: 0;
  right: 0;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 20;
  margin-top: -10px;
  margin-right: -10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .modal-adr .close:hover {
    opacity: 1;
    background-color: #ffea33; }
  .modal-adr .close:before, .modal-adr .close:after {
    height: 1px;
    margin-left: 10px;
    margin-top: 19px;
    width: 50%;
    background-color: #000; }

.modal-adr .adress-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; }
  @media (min-width: 768px) and (max-width: 991px) {
    .modal-adr .adress-columns {
      flex-direction: column; } }
  @media (max-width: 767px) {
    .modal-adr .adress-columns {
      display: block; } }
  .modal-adr .adress-columns .left-info {
    width: 50%;
    padding: 50px 5%;
    position: relative; }
    @media (min-width: 768px) and (max-width: 991px) {
      .modal-adr .adress-columns .left-info {
        width: 100%;
        padding: 30px 5%; } }
    @media (max-width: 767px) {
      .modal-adr .adress-columns .left-info {
        width: 100%;
        text-align: center;
        padding: 20px; } }
    .modal-adr .adress-columns .left-info .adr-heading {
      border-bottom: 1px solid #E7E7E7;
      padding-bottom: 25px;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .modal-adr .adress-columns .left-info .adr-heading {
          padding-bottom: 15px;
          margin-bottom: 20px;
          text-align: left; } }
      .modal-adr .adress-columns .left-info .adr-heading .adr-title {
        display: block;
        font-size: 45px;
        font-weight: 300;
        color: #000;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .modal-adr .adress-columns .left-info .adr-heading .adr-title {
            font-size: 28px;
            font-weight: normal;
            padding-bottom: 5px; } }
      .modal-adr .adress-columns .left-info .adr-heading .worktitle {
        display: inline-block;
        font-size: 15px;
        color: #989898; }
      .modal-adr .adress-columns .left-info .adr-heading .worktime {
        display: inline-block;
        color: #000;
        font-size: 16px; }
  .modal-adr .adress-columns .adr-list {
    width: 100%;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .modal-adr .adress-columns .adr-list {
        margin-bottom: 30px;
        text-align: left; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .modal-adr .adress-columns .adr-list {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 10px; } }
    .modal-adr .adress-columns .adr-list li {
      padding-bottom: 10px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .modal-adr .adress-columns .adr-list li {
          width: 50%; } }
      .modal-adr .adress-columns .adr-list li:last-child {
        padding-bottom: 0; }
      .modal-adr .adress-columns .adr-list li a {
        padding-left: 45px;
        background: url(../images/adress-icon-location.png) no-repeat 10px 13px;
        background-size: 21.5px auto;
        border-radius: 15px;
        display: block;
        padding: 10px 0 10px 45px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .modal-adr .adress-columns .adr-list li a {
            padding-right: 10px; } }
        @media (max-width: 767px) {
          .modal-adr .adress-columns .adr-list li a {
            padding: 5px 0 5px 30px;
            background-position: 0 5px; } }
      .modal-adr .adress-columns .adr-list li .name {
        display: block;
        font-size: 23px;
        color: #000;
        padding-bottom: 3px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .modal-adr .adress-columns .adr-list li .name {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .modal-adr .adress-columns .adr-list li .name {
            font-size: 18px; } }
      .modal-adr .adress-columns .adr-list li .desc {
        display: block;
        font-size: 16px;
        color: #6a6a6a; }
      @media (min-width: 768px) {
        .modal-adr .adress-columns .adr-list li a.actived {
          background-color: rgba(244, 206, 92, 0.15); } }
  .modal-adr .adress-columns .quest-box {
    padding-bottom: 40px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .modal-adr .adress-columns .quest-box {
        padding-bottom: 20px;
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        padding-top: 10px; } }
    @media (max-width: 767px) {
      .modal-adr .adress-columns .quest-box {
        padding-bottom: 20px; } }
    .modal-adr .adress-columns .quest-box span {
      display: block;
      font-size: 14px;
      color: #000;
      padding-bottom: 5px; }
    .modal-adr .adress-columns .quest-box strong {
      display: block;
      color: #000;
      font-size: 29px; }

.modal-adr .map-box {
  width: 50%;
  position: relative;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease; }
  @media (min-width: 768px) and (max-width: 991px) {
    .modal-adr .map-box {
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      border-radius: 0 0 30px 30px; }
      .modal-adr .map-box:after {
        content: "";
        display: block;
        clear: both;
        padding-top: 60%; } }
  @media (max-width: 767px) {
    .modal-adr .map-box {
      display: none; } }
  .modal-adr .map-box .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modal-adr .zoom-map {
  display: block;
  height: 55px;
  width: 55px;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 10;
  background: url(../images/btn-zoom-map.png) no-repeat 50% 50% #fff;
  background-size: 23.5px auto;
  text-indent: -9999px;
  border: none;
  border-radius: 50%;
  margin-left: -27px;
  margin-top: -27px;
  transition: all 0.3s ease;
  outline: none; }
  @media (min-width: 768px) and (max-width: 991px) {
    .modal-adr .zoom-map {
      display: none; } }
  @media (max-width: 767px) {
    .modal-adr .zoom-map {
      display: none; } }
  .modal-adr .zoom-map:hover {
    background-color: #ffea33; }

.pdf-modal {
  padding: 0; }
  .pdf-modal .container {
    width: 100%; }
  .pdf-modal .modal-content {
    padding: 0;
    width: 92%;
    height: 100vh;
    overflow: hidden;
    max-width: none;
    border-radius: 0; }
    @media (max-width: 767px) {
      .pdf-modal .modal-content {
        width: 100%; } }
  .pdf-modal .global-close-btn {
    z-index: 20; }

._g-doc-link {
  font-size: 14px;
  color: #000;
  line-height: 17px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  transition: all 0.3s ease;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #F8F9FA; }
  @media (max-width: 767px) {
    ._g-doc-link {
      width: 50px;
      height: 50px; } }
  @media (min-width: 768px) {
    ._g-doc-link:hover {
      color: #000;
      background: #ffea33; } }
  ._g-doc-link img {
      display: block;
      width: 28px;
  }
    @media (max-width: 767px) {
      ._g-doc-link img {
        width: 20px; } }

.product-desc-section {
  position: relative;
  z-index: 5;
  padding: 60px 0 30px;
  color: #000;
  background-color: #fff; }
  @media (min-width: 768px) and (max-width: 991px) {
    .product-desc-section {
      padding-top: 50px; } }
  .product-desc-section:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .product-desc-section {
      padding: 40px 0 20px; } }
  .product-desc-section #calcSection {
    padding-top: 30px; }
    @media (max-width: 767px) {
      .product-desc-section #calcSection {
        padding-top: 0;
        padding-bottom: 0; } }
  .product-desc-section #how-to-online .steps-list {
    padding-bottom: 0;
    margin-bottom: 0; }
  .product-desc-section .small-info-box {
    padding: 0 0 5px;
    margin-bottom: 40px; }
    .product-desc-section .small-info-box p {
      font-size: 13px;
      color: #222222;
      font-weight: 300;
      line-height: 20px; }
  .product-desc-section .content-holder {
    padding-left: 60px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .product-desc-section .content-holder {
        padding-left: 0;
        padding-right: 0; } }
    @media (max-width: 767px) {
      .product-desc-section .content-holder {
        padding: 0 10px; } }
  .product-desc-section .content-part {
    padding-bottom: 50px; }
    @media (max-width: 767px) {
      .product-desc-section .content-part {
        padding-bottom: 30px; } }
  .product-desc-section .credit-head-text {
    padding-left: 50px;
    padding-bottom: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .product-desc-section .credit-head-text {
        padding-left: 30px; } }
    @media (max-width: 767px) {
      .product-desc-section .credit-head-text {
        padding-left: 0;
        padding-bottom: 0; } }
  .product-desc-section .plefted-box {
    padding-left: 50px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .product-desc-section .plefted-box {
        padding-left: 35px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .product-desc-section .plefted-box {
        padding-left: 30px; } }
    @media (max-width: 767px) {
      .product-desc-section .plefted-box {
        padding-left: 0; } }
  .product-desc-section .price-table-wrap {
    padding-left: 17px; }
  .product-desc-section p {
    margin: 0 0 25px;
    font-size: 19px;
    line-height: 30px;
    color: #2e2e2e; }
    @media (max-width: 767px) {
      .product-desc-section p {
        font-size: 17px;
        line-height: 28px; } }
    .product-desc-section p big {
      font-size: 22px;
      line-height: 29px;
      color: #000; }
    .product-desc-section p a {
      color: #e8c10b;
      text-decoration: underline; }
      .product-desc-section p a:hover {
        text-decoration: none; }
    .product-desc-section p a.yellow-button {
      color: #000;
      text-decoration: none; }
  .product-desc-section .show-more-xs {
    background-color: #F5F5F5;
    padding: 8px 25px 8px 20px;
    display: none;
    border-radius: 20px;
    color: #000;
    font-weight: 500;
    transition: all 0.3s ease; }
    @media (max-width: 767px) {
      .product-desc-section .show-more-xs {
        display: inline-block; } }
    .product-desc-section .show-more-xs.collapsed span {
      display: inline-block; }
    .product-desc-section .show-more-xs.collapsed em {
      display: none; }
    .product-desc-section .show-more-xs.collapsed:after {
      transform: rotate(45deg);
      margin-bottom: 2px; }
    .product-desc-section .show-more-xs em {
      display: inline-block;
      font-style: normal; }
    .product-desc-section .show-more-xs span {
      display: none; }
    .product-desc-section .show-more-xs:after {
      content: "";
      display: block;
      clear: both;
      display: inline-block;
      margin-bottom: -2px;
      border: solid #000;
      border-width: 0 2px 2px 0;
      padding: 4px;
      margin-left: 10px;
      transform: rotate(-135deg); }
  .product-desc-section p.head-text {
    font-weight: 300;
    font-size: 23px;
    line-height: 33px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .product-desc-section p.head-text {
        font-size: 26px;
        line-height: 36px; } }
    @media (max-width: 767px) {
      .product-desc-section p.head-text {
        font-size: 22px;
        line-height: 26px; } }
  .product-desc-section .content-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 4% 30px; }
    @media (max-width: 767px) {
      .product-desc-section .content-row {
        display: block;
        padding: 0 5px 30px; } }
    .product-desc-section .content-row .column {
      width: 45%; }
      @media (min-width: 768px) and (max-width: 991px) {
        .product-desc-section .content-row .column {
          width: 48%; } }
      @media (max-width: 767px) {
        .product-desc-section .content-row .column {
          width: 100%; } }
    @media (min-width: 768px) {
      .product-desc-section .content-row .xs-collapsed {
        display: block !important;
        visibility: visible; } }
  .product-desc-section h2 {
    font-weight: 500;
    font-size: 40px;
    margin: 0 0 30px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .product-desc-section h2 {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .product-desc-section h2 {
        font-size: 28px;
        border-bottom: 1px solid #CBCCD0;
        padding-bottom: 10px; } }
  @media (max-width: 767px) {
    .product-desc-section .flickity-prev-next-button {
      display: none; } }
  @media (max-width: 767px) {
    .product-desc-section .flickity-page-dots {
      bottom: 0px;
      margin-bottom: 0; }
      .product-desc-section .flickity-page-dots .dot {
        border: 1px solid transparent;
        width: 20px;
        height: 20px;
        background: none;
        padding: 0;
        position: relative;
        transition: all 0.5s ease; }
        .product-desc-section .flickity-page-dots .dot.is-selected {
          border-color: #ffea33; }
          .product-desc-section .flickity-page-dots .dot.is-selected:after {
            transform: scale(1);
            background-color: #ffea33; }
        .product-desc-section .flickity-page-dots .dot:after {
          content: "";
          display: block;
          clear: both;
          position: absolute;
          top: 5px;
          right: 5px;
          bottom: 5px;
          left: 5px;
          background-color: #B5B5B6;
          border-radius: 50%;
          transform: scale(0.8);
          transition: all 0.5s ease; } }
  .product-desc-section .partners-type-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    position: relative; }
    .product-desc-section .partners-type-list:before {
      content: "";
      display: block;
      clear: both;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      background: #fff;
      z-index: 2;
      width: 3px; }
    .product-desc-section .partners-type-list:after {
      content: "";
      display: block;
      clear: both;
      position: absolute;
      left: 0;
      right: 0;
      height: 1px;
      background: #fff;
      bottom: 0; }
    @media (max-width: 767px) {
      .product-desc-section .partners-type-list {
        padding-bottom: 20px; } }
    .product-desc-section .partners-type-list li.item {
      width: 16.667%;
      text-align: center;
      border-right: 1px solid #EAEAEA;
      border-bottom: 1px solid #EAEAEA;
      padding-left: 0;
      padding-bottom: 0; }
      .product-desc-section .partners-type-list li.item:before {
        display: none; }
      .product-desc-section .partners-type-list li.item:hover .item-holder {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
        @media (max-width: 767px) {
          .product-desc-section .partners-type-list li.item:hover .item-holder {
            box-shadow: none; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .product-desc-section .partners-type-list li.item {
          width: 20%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .product-desc-section .partners-type-list li.item {
          width: 25%; } }
      @media (max-width: 767px) {
        .product-desc-section .partners-type-list li.item {
          width: 33.33333%;
          border: none; } }
      .product-desc-section .partners-type-list li.item .item-holder {
        transition: box-shadow 0.3s;
        position: relative;
        z-index: 4;
        height: 100%;
        padding: 25px 10px; }
        @media (max-width: 767px) {
          .product-desc-section .partners-type-list li.item .item-holder {
            padding: 10px 5px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .product-desc-section .partners-type-list li.item .item-holder {
            padding: 15px 10px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .product-desc-section .partners-type-list li.item .item-holder {
            padding: 15px 10px; } }
      .product-desc-section .partners-type-list li.item .icon {
        height: 90px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .product-desc-section .partners-type-list li.item .icon {
            height: 80px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .product-desc-section .partners-type-list li.item .icon {
            height: 70px; } }
        @media (max-width: 767px) {
          .product-desc-section .partners-type-list li.item .icon {
            height: 60px; } }
      .product-desc-section .partners-type-list li.item .title {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center; }
        @media (max-width: 767px) {
          .product-desc-section .partners-type-list li.item .title {
            font-size: 14px; } }
  .product-desc-section .bordered-title {
    margin-bottom: 30px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 15px;
    font-size: 32px; }
    @media (max-width: 767px) {
      .product-desc-section .bordered-title {
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 24px; } }
  .product-desc-section .plefted {
    padding: 0 40px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .product-desc-section .plefted {
        padding: 0 20px; } }
    @media (max-width: 767px) {
      .product-desc-section .plefted {
        padding: 0; } }
  .product-desc-section .tab-content {
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .product-desc-section .tab-content {
        padding-left: 0; } }
    .product-desc-section .tab-content .plefted {
      padding-left: 40px; }
      @media (max-width: 767px) {
        .product-desc-section .tab-content .plefted {
          padding-left: 0; } }
    .product-desc-section .tab-content .how-to-tablist li a {
      font-size: 18px;
      font-weight: normal; }
    .product-desc-section .tab-content .bulleted-list {
      padding-bottom: 0; }
  .product-desc-section .fake-table {
    width: 100%;
    padding-bottom: 40px; }
    @media (max-width: 767px) {
      .product-desc-section .fake-table {
        padding-bottom: 10px; } }
    .product-desc-section .fake-table .table-row {
      width: 100%;
      padding: 15px 4% 15px 40px;
      font-size: 21px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .product-desc-section .fake-table .table-row {
          font-size: 19px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .product-desc-section .fake-table .table-row {
          font-size: 17px; } }
      @media (max-width: 767px) {
        .product-desc-section .fake-table .table-row {
          font-size: 17px;
          padding: 5px 10px 10px; } }
      .product-desc-section .fake-table .table-row:nth-child(even) {
        background-color: #F9F9FA; }
    .product-desc-section .fake-table span {
      display: inline-block;
      vertical-align: top;
      width: 45%;
      color: #000000;
      font-weight: 300; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .product-desc-section .fake-table span {
          width: 50%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .product-desc-section .fake-table span {
          width: 50%; } }
      @media (max-width: 767px) {
        .product-desc-section .fake-table span {
          width: 100%;
          display: block;
          padding-bottom: 5px; } }
    .product-desc-section .fake-table strong {
      width: 45%;
      display: inline-block;
      vertical-align: top;
      font-weight: normal;
      font-size: 22px; }
      @media (max-width: 767px) {
        .product-desc-section .fake-table strong {
          font-weight: 500;
          width: 100%;
          display: block;
          font-size: 18px; } }
  .product-desc-section ol {
    list-style: none;
    margin: 0 0 20px;
    padding: 0; }
    .product-desc-section ol > li {
      position: relative;
      padding-left: 44px; }
      .product-desc-section ol > li .num {
        display: block;
        position: absolute;
        border-radius: 50%;
        text-align: center;
        width: 26px;
        height: 26px;
        line-height: 25px;
        border: 1px solid #D0D0D0;
        color: #000;
        left: 0;
        font-weight: 500;
        font-size: 14px; }
      .product-desc-section ol > li > p {
        font-size: 20px;
        line-height: 25px; }
    .product-desc-section ol .head-lefted {
      margin-left: -44px; }
      .product-desc-section ol .head-lefted p {
        font-size: 22px;
        line-height: 29px; }
  .product-desc-section ul {
    margin-bottom: 20px; }
    .product-desc-section ul li {
      padding-bottom: 10px; }
    .product-desc-section ul p {
      font-size: 16px;
      margin-bottom: 15px;
      line-height: 22px; }
    .product-desc-section ul strong {
      color: #000;
      font-weight: 500;
      display: block; }
    .product-desc-section ul.bulleted-list li {
      position: relative;
      padding-left: 33px;
      padding-bottom: 30px; }
      .product-desc-section ul.bulleted-list li p strong {
        display: block;
        padding-bottom: 5px; }
      .product-desc-section ul.bulleted-list li:last-child {
        padding-bottom: 0; }
      @media (max-width: 767px) {
        .product-desc-section ul.bulleted-list li {
          padding-bottom: 20px; }
          .product-desc-section ul.bulleted-list li:last-child {
            padding-bottom: 0; } }
      .product-desc-section ul.bulleted-list li small {
        font-size: 13px;
        color: #747474;
        line-height: 21px;
        display: block; }
      .product-desc-section ul.bulleted-list li:before {
        content: "";
        display: block;
        clear: both;
        position: absolute;
        left: 0;
        top: 10px;
        height: 1px;
        width: 13px;
        background: #000000; }
      @media (min-width: 768px) {
        .product-desc-section ul.bulleted-list li .big {
          font-size: 26px;
          line-height: 36px;
          margin-bottom: 20px; } }
    @media (min-width: 768px) {
      .product-desc-section ul.bulleted-list._mod-orange {
        margin-left: -18px; }
        .product-desc-section ul.bulleted-list._mod-orange li {
          padding-left: 45px; }
          .product-desc-section ul.bulleted-list._mod-orange li strong {
            font-size: 21px; }
          .product-desc-section ul.bulleted-list._mod-orange li:before {
            background: #FFE33A;
            top: 12px;
            width: 23px;
            height: 2px; } }
  .product-desc-section .steps-list {
    position: relative;
    width: 100%;
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      .product-desc-section .steps-list {
        padding-bottom: 20px; } }
    .product-desc-section .steps-list .step {
      position: relative;
      padding: 10px 0 65px 120px;
      font-size: 16px;
      line-height: 25px; }
      @media (max-width: 767px) {
        .product-desc-section .steps-list .step {
          padding-left: 75px;
          padding-bottom: 35px; } }
      .product-desc-section .steps-list .step:last-child {
        padding-bottom: 0; }
        .product-desc-section .steps-list .step:last-child:before {
          display: none; }
      .product-desc-section .steps-list .step:before {
        content: "";
        display: block;
        clear: both;
        left: 40px;
        position: absolute;
        top: 80px;
        bottom: 0;
        width: 1px;
        background: #E5E5E5; }
        @media (max-width: 767px) {
          .product-desc-section .steps-list .step:before {
            top: 60px;
            left: 30px; } }
      .product-desc-section .steps-list .step .step-icon {
        border-radius: 50%;
        width: 80px;
        height: 80px;
        border: 1px solid #E5E5E5;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        left: 0;
        position: absolute;
        top: 0; }
        @media (max-width: 767px) {
          .product-desc-section .steps-list .step .step-icon {
            width: 60px;
            height: 60px; } }
      .product-desc-section .steps-list .step p {
        margin: 0;
        font-size: 16px;
        line-height: 23px;
        color: #000; }
    .product-desc-section .steps-list._mod-deposit {
      max-width: 1000px;
      padding-bottom: 30px; }
      .product-desc-section .steps-list._mod-deposit .step {
        padding-left: 110px; }
        .product-desc-section .steps-list._mod-deposit .step:before {
          background: #E3E3E3;
          left: 35px;
          bottom: 15px; }
        .product-desc-section .steps-list._mod-deposit .step .step-icon {
          width: 70px;
          height: 70px;
          background: #FEE035; }
        .product-desc-section .steps-list._mod-deposit .step p {
          font-size: 16px;
          line-height: 23px; }
  .product-desc-section .tab-content-left {
    padding: 0; }
    @media (max-width: 767px) {
      .product-desc-section .tab-content-left {
        padding: 0 0 30px; } }
  .product-desc-section .content-full-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #EAEAEA;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-bottom: 0; }
    @media (max-width: 767px) {
      .product-desc-section .content-full-tabs {
        margin-top: 0; } }
    .product-desc-section .content-full-tabs._mod-lefted {
      justify-content: flex-start; }
      .product-desc-section .content-full-tabs._mod-lefted li {
        margin-right: 20px;
        padding-left: 0; }
        .product-desc-section .content-full-tabs._mod-lefted li:before {
          display: none; }
        .product-desc-section .content-full-tabs._mod-lefted li:first-child a {
          padding-left: 0; }
          @media (max-width: 767px) {
            .product-desc-section .content-full-tabs._mod-lefted li:first-child a {
              padding-left: 10px; } }
        .product-desc-section .content-full-tabs._mod-lefted li:last-child {
          margin-right: 0; }
        .product-desc-section .content-full-tabs._mod-lefted li a {
          font-size: 22px; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .product-desc-section .content-full-tabs._mod-lefted li a {
              font-size: 18px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .product-desc-section .content-full-tabs._mod-lefted li a {
              font-size: 16px; } }
          @media (max-width: 767px) {
            .product-desc-section .content-full-tabs._mod-lefted li a {
              font-size: 18px; } }
    .product-desc-section .content-full-tabs._mod-become {
      margin-top: 0;
      margin-bottom: 80px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .product-desc-section .content-full-tabs._mod-become {
          margin-bottom: 40px; } }
      @media (max-width: 767px) {
        .product-desc-section .content-full-tabs._mod-become {
          margin-bottom: 20px; } }
      .product-desc-section .content-full-tabs._mod-become li a {
        font-size: 2vw; }
        @media (min-width: 1650px) {
          .product-desc-section .content-full-tabs._mod-become li a {
            font-size: 33px; } }
        @media (max-width: 767px) {
          .product-desc-section .content-full-tabs._mod-become li a {
            font-size: 18px; } }
    .product-desc-section .content-full-tabs.content-lefted-tabs {
      justify-content: flex-start;
      padding-left: 0;
      border: none;
      margin-top: 0; }
      @media (max-width: 767px) {
        .product-desc-section .content-full-tabs.content-lefted-tabs {
          display: flex;
          margin-top: 0;
          margin-bottom: 10px;
          flex-wrap: wrap; } }
      .product-desc-section .content-full-tabs.content-lefted-tabs li {
        margin-right: 20px; }
        .product-desc-section .content-full-tabs.content-lefted-tabs li:first-child a {
          padding-left: 0; }
        @media (max-width: 767px) {
          .product-desc-section .content-full-tabs.content-lefted-tabs li:last-child {
            margin-right: 0; } }
        .product-desc-section .content-full-tabs.content-lefted-tabs li a {
          font-size: 23px;
          padding-bottom: 10px; }
          @media (max-width: 767px) {
            .product-desc-section .content-full-tabs.content-lefted-tabs li a {
              padding: 0 5px 5px;
              font-size: 18px; } }
    @media (max-width: 767px) {
      .product-desc-section .content-full-tabs {
        display: block;
        border: 1px solid #ddd;
        padding: 15px 0 0;
        margin-bottom: 20px; } }
    .product-desc-section .content-full-tabs li {
      padding-bottom: 0;
      padding-left: 0; }
      .product-desc-section .content-full-tabs li:before {
        display: none; }
      @media (max-width: 767px) {
        .product-desc-section .content-full-tabs li {
          margin-bottom: 10px; } }
      .product-desc-section .content-full-tabs li a {
        display: inline-block;
        position: relative;
        padding: 0 15px 15px;
        font-size: 23px;
        color: #7f7f7f;
        font-weight: 500;
        transition: all 0.3s ease; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .product-desc-section .content-full-tabs li a {
            font-size: 20px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .product-desc-section .content-full-tabs li a {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .product-desc-section .content-full-tabs li a {
            font-size: 18px;
            padding-bottom: 10px; } }
        @media (min-width: 768px) {
          .product-desc-section .content-full-tabs li a:hover {
            color: #000; } }
        .product-desc-section .content-full-tabs li a:after {
          content: "";
          display: block;
          clear: both;
          position: absolute;
          left: 0;
          top: 100%;
          height: 3px;
          width: 100%;
          transition: all 0.3s ease;
          margin-top: -1px;
          opacity: 0;
          background-color: #ffea33; }
    .product-desc-section .content-full-tabs li.active a {
      color: #000; }
      .product-desc-section .content-full-tabs li.active a:after {
        opacity: 1; }
  .product-desc-section .faq-info-item {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 25px; }
    .product-desc-section .faq-info-item:last-child {
      border: none;
      margin-bottom: 0; }
  .product-desc-section h3 {
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 20px; }
  .product-desc-section .panel-group .panel-body {
    padding: 0 55px; }
    @media (max-width: 767px) {
      .product-desc-section .panel-group .panel-body {
        padding: 0 10px 0 35px; } }
  .product-desc-section .panel-group .textbox {
    position: relative; }
  .product-desc-section .panel-group .panel {
    position: relative;
    border-bottom: 1px solid #D4D4D4; }
    .product-desc-section .panel-group .panel:first-child .acc-link {
      padding-top: 5px; }
      .product-desc-section .panel-group .panel:first-child .acc-link:before {
        top: 0px; }
      .product-desc-section .panel-group .panel:first-child .acc-link:after {
        top: 15px; }
        @media (max-width: 767px) {
          .product-desc-section .panel-group .panel:first-child .acc-link:after {
            top: 9px; } }
      .product-desc-section .panel-group .panel:first-child .acc-link.collapsed:before {
        top: 0px; }
      .product-desc-section .panel-group .panel:first-child .acc-link.collapsed:after {
        top: 10px; }
        @media (max-width: 767px) {
          .product-desc-section .panel-group .panel:first-child .acc-link.collapsed:after {
            top: 6px; } }
  .product-desc-section .panel-group .acc-link {
    display: block;
    position: relative;
    padding: 25px 0 25px 54px;
    min-height: 38px;
    font-size: 24px;
    color: #000; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .product-desc-section .panel-group .acc-link {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .product-desc-section .panel-group .acc-link {
        font-size: 18px;
        padding: 10px 0 10px 35px;
        min-height: 0; } }
    .product-desc-section .panel-group .acc-link.collapsed:after {
      transform: rotate(45deg);
      top: 30px; }
      @media (max-width: 767px) {
        .product-desc-section .panel-group .acc-link.collapsed:after {
          top: 20px; } }
    .product-desc-section .panel-group .acc-link:before {
      content: "";
      display: block;
      clear: both;
      border-radius: 50%;
      width: 37px;
      height: 37px;
      border: 1px solid #E4E4E4;
      position: absolute;
      left: 0;
      top: 20px; }
      @media (max-width: 767px) {
        .product-desc-section .panel-group .acc-link:before {
          width: 21px;
          height: 21px;
          top: 15px; } }
    .product-desc-section .panel-group .acc-link:after {
      content: "";
      display: block;
      clear: both;
      border: solid #000;
      border-width: 0 2px 2px 0;
      padding: 5px;
      transform: rotate(-135deg);
      position: absolute;
      left: 13px;
      text-align: center;
      top: 35px; }
      @media (max-width: 767px) {
        .product-desc-section .panel-group .acc-link:after {
          padding: 3px;
          left: 7px;
          top: 23px;
          border-width: 0 1px 1px 0; } }
    .product-desc-section .panel-group .acc-link span {
      display: block;
      position: relative; }

.calc-form-type {
  position: relative;
  z-index: 10;
  width: 100%;
  transition: background 0.3s;
  max-width: 1100px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .calc-form-type {
      position: relative;
      bottom: auto; } }
  .calc-form-type .calc-holder-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px 30px 30px;
    border-radius: 30px 30px 0 0; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .calc-form-type .calc-holder-flex {
        display: block; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .calc-form-type .calc-holder-flex {
        padding: 10px 0 30px 0; } }
    @media (max-width: 767px) {
      .calc-form-type .calc-holder-flex {
        background: none !important;
        border-radius: 0;
        display: block;
        width: 100%;
        padding: 0 0 20px; } }
  @media (max-width: 767px) and (orientation: landscape) {
    .calc-form-type .calc-holder-flex {
      display: flex;
      flex-wrap: wrap; } }
    .calc-form-type .calc-holder-flex._mod-nopadding {
      padding-left: 20px;
      padding-right: 0; }
      @media (max-width: 767px) {
        .calc-form-type .calc-holder-flex._mod-nopadding {
          padding-left: 0; } }
      .calc-form-type .calc-holder-flex._mod-nopadding .results-col {
        width: 35%; }
        @media (max-width: 767px) {
          .calc-form-type .calc-holder-flex._mod-nopadding .results-col {
            width: 100%;
            padding-left: 0; } }
  .calc-form-type .results-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
    @media (max-width: 767px) {
      .calc-form-type .results-row {
        flex-direction: column; } }
    .calc-form-type .results-row .results-col {
      width: 31%; }
      @media (max-width: 767px) {
        .calc-form-type .results-row .results-col {
          width: 100%; } }
      .calc-form-type .results-row .results-col._mod-rowed {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        width: 30%; }
        @media (min-width: 768px) and (max-width: 991px) {
          .calc-form-type .results-row .results-col._mod-rowed {
            width: 33%; } }
        @media (max-width: 767px) {
          .calc-form-type .results-row .results-col._mod-rowed {
            width: 100%;
            display: block; } }
    .calc-form-type .results-row .graphic-col {
      width: 38%; }
      @media (max-width: 767px) {
        .calc-form-type .results-row .graphic-col {
          width: 100%; } }
  @media (max-width: 767px) {
    .calc-form-type .calc-item {
      padding-bottom: 25px; }
      .calc-form-type .calc-item:last-child {
        padding-bottom: 0; } }
  .calc-form-type .abs-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: text; }
  .calc-form-type .item-label {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 300;
    color: #000;
    padding-bottom: 5px; }
    .calc-form-type .item-label .date {
      text-align: right;
      font-size: 13px;
      color: #b7b7b7;
      font-style: normal;
      font-weight: normal; }
      @media (max-width: 767px) {
        .calc-form-type .item-label .date {
          display: none; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .calc-form-type .item-label {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .calc-form-type .item-label {
        font-size: 18px;
        padding-bottom: 10px; } }
  .calc-form-type .selectric-wrapper {
    margin: 0 -16px; }
  .calc-form-type .selectric {
    border: none;
    background: none;
    height: 58px;
    margin: -23px 0 -8px;
    padding: 0 16px; }
    .calc-form-type .selectric .label {
      font-size: 16px;
      font-weight: 500;
      color: #000;
      margin: 0 20px 0 0;
      height: 56px;
      padding-top: 9px;
      line-height: 58px; }
    .calc-form-type .selectric .button {
      background: none;
      top: 50%;
      margin-top: -19px;
      width: 10px;
      right: 16px; }
      .calc-form-type .selectric .button:after {
        display: inline-block;
        border: solid #313131;
        border-width: 0 2px 2px 0;
        padding: 3px;
        transform: rotate(45deg);
        margin-left: 0px; }
  .calc-form-type .selectric-items {
    background: #fff;
    padding: 20px 15px;
    border-radius: 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    border: none;
    right: 0px;
    left: auto;
    outline: none;
    z-index: 3; }
    .calc-form-type .selectric-items li {
      border-radius: 5px;
      padding: 5px 10px;
      font-size: 18px;
      color: #000;
      margin: 3px 0;
      transition: 0.3s; }
      .calc-form-type .selectric-items li:hover {
        background: #EAECEF; }
    .calc-form-type .selectric-items li.selected {
      background: #ffea33; }
  .calc-form-type .round-graph-wrap {
    text-align: center;
    position: relative;
    margin: 0 auto; }
    .calc-form-type .round-graph-wrap._mod-sm .round-graph {
      width: 200px;
      height: 200px; }
    .calc-form-type .round-graph-wrap._mod-sm .shadow-box {
      width: 184px;
      height: 184px;
      left: 50%;
      margin-left: -80px;
      top: 20px; }
    .calc-form-type .round-graph-wrap._mod-sm .circle-info {
      width: 100%;
      left: 0;
      top: 0;
      height: 100%;
      margin: 0; }
      .calc-form-type .round-graph-wrap._mod-sm .circle-info .title {
        font-weight: normal; }
      .calc-form-type .round-graph-wrap._mod-sm .circle-info .num {
        font-size: 20px; }
    .calc-form-type .round-graph-wrap .round-graph {
      width: 255px;
      height: 255px;
      position: relative;
      z-index: 3;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .calc-form-type .round-graph-wrap .round-graph {
          margin: 0 auto; } }
    .calc-form-type .round-graph-wrap .highcharts-series-group {
      width: 100%; }
    .calc-form-type .round-graph-wrap .highcharts-root {
      width: 100%; }
    .calc-form-type .round-graph-wrap .circle-info {
      border-radius: 50%;
      width: 210px;
      height: 210px;
      top: 20px;
      left: 50%;
      position: absolute;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      margin-left: -105px; }
      .calc-form-type .round-graph-wrap .circle-info .title {
        display: block;
        font-size: 14px;
        color: #000;
        font-weight: 300;
        padding-bottom: 7px; }
        .calc-form-type .round-graph-wrap .circle-info .title i {
          font-style: normal;
          font-weight: normal; }
        .calc-form-type .round-graph-wrap .circle-info .title:last-child {
          padding-bottom: 0; }
      .calc-form-type .round-graph-wrap .circle-info .title-sm {
        font-size: 13px;
        color: #000; }
        .calc-form-type .round-graph-wrap .circle-info .title-sm i {
          font-style: normal;
          font-weight: 500; }
      .calc-form-type .round-graph-wrap .circle-info .num {
        font-size: 24px;
        display: block;
        color: #000;
        font-weight: 500;
        padding-bottom: 7px; }
        .calc-form-type .round-graph-wrap .circle-info .num i {
          font-style: normal; }
        .calc-form-type .round-graph-wrap .circle-info .num em {
          font-size: 14px;
          font-style: normal; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .calc-form-type .round-graph-wrap .circle-info .num {
            font-size: 18px; } }
        .calc-form-type .round-graph-wrap .circle-info .num span {
          font-weight: 300; }
      .calc-form-type .round-graph-wrap .circle-info .num-percent {
        display: block;
        font-weight: 300;
        font-size: 60px;
        line-height: 50px;
        padding-left: 20px;
        color: #000;
        padding-bottom: 10px; }
    .calc-form-type .round-graph-wrap .circle-percent-info {
      border: none; }
    .calc-form-type .round-graph-wrap .shadow-box {
      background: url(../images/round-shadow.png) no-repeat;
      position: absolute;
      background-size: 100% 100%;
      width: 224px;
      height: 224px;
      left: 50%;
      margin-left: -90px;
      top: 30px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .calc-form-type .graphic-desc-col {
      flex: auto;
      padding-top: 0; } }
  @media (max-width: 767px) {
    .calc-form-type .graphic-desc-col {
      padding-left: 10px; } }
  .calc-form-type .graphic-desc-col._mod-full {
    width: 100%;
    padding-bottom: 20px;
    flex: auto;
    padding-left: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .calc-form-type .graphic-desc-col._mod-full {
        flex: none;
        padding-bottom: 0;
        padding-top: 45px;
        width: 50%; } }
    .calc-form-type .graphic-desc-col._mod-full .legend-list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start; }
      @media (max-width: 767px) {
        .calc-form-type .graphic-desc-col._mod-full .legend-list {
          display: block; } }
      .calc-form-type .graphic-desc-col._mod-full .legend-list li {
        width: 25%;
        margin-bottom: 10px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .calc-form-type .graphic-desc-col._mod-full .legend-list li {
            width: 50%; } }
        @media (max-width: 767px) {
          .calc-form-type .graphic-desc-col._mod-full .legend-list li {
            width: 100%;
            margin-bottom: 0; } }
  .calc-form-type .legend-list {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0; }
    .calc-form-type .legend-list._mod-lined li {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 15px; }
      .calc-form-type .legend-list._mod-lined li .title {
        font-size: 14px;
        min-width: 110px;
        margin-bottom: 0;
        color: #A9A9A9; }
        @media (max-width: 767px) {
          .calc-form-type .legend-list._mod-lined li .title {
            min-width: 75px; } }
      @media (max-width: 767px) {
        .calc-form-type .legend-list._mod-lined li .circle {
          top: 6px; } }
      .calc-form-type .legend-list._mod-lined li .num span {
        font-weight: normal;
        color: #969696; }
        @media (max-width: 767px) {
          .calc-form-type .legend-list._mod-lined li .num span {
            font-size: 12px; } }
    .calc-form-type .legend-list._mod-rowed {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start; }
      .calc-form-type .legend-list._mod-rowed li {
        width: 50%; }
        @media (max-width: 767px) {
          .calc-form-type .legend-list._mod-rowed li {
            display: block; }
            .calc-form-type .legend-list._mod-rowed li .title {
              padding-left: 0;
              padding-bottom: 5px; } }
    .calc-form-type .legend-list li {
      position: relative;
      padding-left: 20px;
      margin-bottom: 20px; }
      .calc-form-type .legend-list li:last-child {
        margin-bottom: 0; }
      .calc-form-type .legend-list li:before {
        display: none; }
      @media (max-width: 767px) {
        .calc-form-type .legend-list li {
          width: 100%;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 10px; } }
      .calc-form-type .legend-list li .circle {
        position: absolute;
        display: block;
        border-radius: 50%;
        width: 6px;
        height: 6px;
        left: 0;
        top: 4px; }
      .calc-form-type .legend-list li .title {
        display: block;
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 5px;
        color: #686868;
        font-weight: normal; }
        @media (min-width: 768px) and (max-width: 1199px) {
          .calc-form-type .legend-list li .title br {
            display: none !important; } }
        @media (max-width: 767px) {
          .calc-form-type .legend-list li .title {
            margin-right: auto;
            padding-left: 5px;
            margin-bottom: 0; } }
      .calc-form-type .legend-list li .num {
        font-size: 15px;
        display: block;
        color: #000;
        font-weight: 500; }
        .calc-form-type .legend-list li .num i {
          font-style: normal; }
        @media (max-width: 767px) {
          .calc-form-type .legend-list li .num {
            font-size: 18px; } }
  .calc-form-type .final-sum-row {
    order: -1; }
    .calc-form-type .final-sum-row._mod-rowed .result-info-row {
      text-align: left;
      border: none;
      padding: 15px 0 30px; }
      @media (max-width: 767px) {
        .calc-form-type .final-sum-row._mod-rowed .result-info-row {
          padding-bottom: 10px; } }
      @media (max-width: 767px) {
        .calc-form-type .final-sum-row._mod-rowed .result-info-row._mod-big {
          padding-top: 5px;
          text-align: center;
          border-bottom: 1px solid #f1f1f1; } }
      .calc-form-type .final-sum-row._mod-rowed .result-info-row._mod-big .result-label {
        font-size: 14px; }
      .calc-form-type .final-sum-row._mod-rowed .result-info-row._mod-big .result-value {
        font-size: 40px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .calc-form-type .final-sum-row._mod-rowed .result-info-row._mod-big .result-value {
            font-size: 28px; } }
    .calc-form-type .final-sum-row._mod-rowed .result-right-col {
      border-left: 1px solid #f1f1f1;
      margin-left: 30px;
      padding-left: 30px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .calc-form-type .final-sum-row._mod-rowed .result-right-col {
          margin-left: 15px;
          padding-left: 15px; } }
      @media (max-width: 767px) {
        .calc-form-type .final-sum-row._mod-rowed .result-right-col {
          border: none;
          margin: 0;
          padding: 0;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: flex-start; }
          .calc-form-type .final-sum-row._mod-rowed .result-right-col .result-info-row {
            padding-left: 10px; }
            .calc-form-type .final-sum-row._mod-rowed .result-right-col .result-info-row:first-child {
              text-align: right;
              padding-left: 0;
              padding-right: 10px; } }
    .calc-form-type .final-sum-row._mod-rowed .result-value {
      font-size: 16px; }
    .calc-form-type .final-sum-row._mod-rowed .result-label {
      color: #686868;
      font-size: 12px; }
    @media (max-width: 767px) {
      .calc-form-type .final-sum-row {
        display: block;
        order: 3; }
        .calc-form-type .final-sum-row .label {
          padding-left: 0; } }
  .calc-form-type .result-info-row {
    text-align: center;
    border-bottom: 1px solid #F1F1F1;
    padding: 20px 0; }
    @media (max-width: 767px) {
      .calc-form-type .result-info-row {
        padding: 15px 0; } }
    .calc-form-type .result-info-row._mod-sm .result-value {
      font-size: 26px; }
    .calc-form-type .result-info-row._mod-sm:first-child {
      padding-top: 0; }
    .calc-form-type .result-info-row._mod-sm:last-child {
      padding-bottom: 0; }
    .calc-form-type .result-info-row:last-child {
      border: none; }
    .calc-form-type .result-info-row .result-label {
      display: block;
      font-size: 14px; }
    .calc-form-type .result-info-row .result-value {
      display: block;
      font-size: 34px;
      font-weight: 500;
      color: #000; }
      @media (min-width: 768px) and (max-width: 991px) {
        .calc-form-type .result-info-row .result-value {
          font-size: 26px; } }
  .calc-form-type .item-inside {
    position: relative; }
  .calc-form-type .calc-top-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 10px; }
    .calc-form-type .calc-top-row:first-child {
      padding-bottom: 25px !important; }
    @media (max-width: 767px) {
      .calc-form-type .calc-top-row {
        flex-direction: column;
        padding-bottom: 5px; } }
    .calc-form-type .calc-top-row .col-half {
      width: 47%; }
      @media (max-width: 767px) {
        .calc-form-type .calc-top-row .col-half {
          width: 100%; } }
    .calc-form-type .calc-top-row .col-30p {
      width: 31%; }
      @media (max-width: 767px) {
        .calc-form-type .calc-top-row .col-30p {
          width: 100%; } }
  .calc-form-type .real-input-box {
    width: 100%;
    position: relative;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    padding: 8px 16px 6px;
    transition: border-color 0.3s ease; }
    @media (max-width: 767px) {
      .calc-form-type .real-input-box {
        border: 1px solid #DFDFDF;
        padding: 6px 15px 3px; } }
    .calc-form-type .real-input-box:hover {
      border-color: #FDE446; }
    .calc-form-type .real-input-box .form-control {
      background: none;
      border: 2px solid rgba(255, 255, 255, 0.5);
      border-radius: 30px;
      height: 40px;
      color: #000;
      font-weight: 500;
      font-size: 20px;
      text-align: center; }
    .calc-form-type .real-input-box .input-title,
    .calc-form-type .real-input-box .xs-input-title {
      color: #000;
      font-weight: 500;
      display: inline-block;
      vertical-align: middle;
      font-size: 19px;
      line-height: 19px;
      margin-left: 0; }
    .calc-form-type .real-input-box .input-subtitle {
      display: inline-block;
      vertical-align: middle;
      font-size: 12px;
      color: #707070;
      padding-left: 4px; }
      @media (max-width: 767px) {
        .calc-form-type .real-input-box .input-subtitle {
          display: block;
          padding-left: 0;
          padding-bottom: 7px; } }
    .calc-form-type .real-input-box .input-wrap {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      z-index: 3; }
    .calc-form-type .real-input-box input.range-num,
    .calc-form-type .real-input-box .buffer {
      font-weight: 500;
      font-size: 19px;
      border: 1px solid transparent; }
    .calc-form-type .real-input-box input.range-num {
      background: none;
      outline: none;
      color: #000;
      height: 27px;
      min-width: 15px;
      padding: 0;
      width: 23px;
      transition: all 0.3s ease; }
      @media (max-width: 767px) {
        .calc-form-type .real-input-box input.range-num {
          color: #000; } }
      .calc-form-type .real-input-box input.range-num:hover {
        border-color: rgba(255, 255, 255, 0.2); }
      .calc-form-type .real-input-box input.range-num:focus {
        color: #ffea33; }
    .calc-form-type .real-input-box .buffer {
      position: absolute;
      top: -1000px;
      left: -1000px;
      visibility: hidden;
      white-space: nowrap; }
    .calc-form-type .real-input-box .item-label {
      display: block;
      font-size: 13px;
      font-weight: normal;
      color: #636363;
      padding-bottom: 0; }
  .calc-form-type .range-filter {
    margin-top: -2px;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 100%;
    z-index: 11; }
    .calc-form-type .range-filter .irs {
      height: 3px; }
      @media (max-width: 767px) {
        .calc-form-type .range-filter .irs {
          height: 21px; } }
    .calc-form-type .range-filter .rangeSlider {
      opacity: 0 !important; }
    .calc-form-type .range-filter .irs-line {
      height: 3px;
      background: #E8E8E8;
      top: 0;
      border-radius: 3px; }
      @media (max-width: 767px) {
        .calc-form-type .range-filter .irs-line {
          top: 0;
          height: 3px;
          border-radius: 3px;
          background-color: rgba(255, 204, 85, 0.1); } }
    .calc-form-type .range-filter .irs-bar {
      height: 3px;
      background: #ffea33;
      top: 0;
      left: 0 !important;
      border-radius: 3px; }
      @media (max-width: 767px) {
        .calc-form-type .range-filter .irs-bar {
          top: 1px; } }
    .calc-form-type .range-filter .irs-slider {
      top: -7px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #ffea33;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      cursor: pointer; }
      .calc-form-type .range-filter .irs-slider:hover:before {
        border-width: 3px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      .calc-form-type .range-filter .irs-slider:hover:after {
        opacity: 1; }
      .calc-form-type .range-filter .irs-slider:before {
        content: "";
        display: block;
        clear: both;
        position: absolute;
        border-radius: 50%;
        top: 4px;
        right: 4px;
        bottom: 4px;
        left: 4px;
        border: 1px solid #fff; }
      .calc-form-type .range-filter .irs-slider:after {
        content: "";
        display: block;
        clear: both;
        transition: all 0.3s ease;
        position: absolute;
        opacity: 0;
        top: 7px;
        right: 7px;
        bottom: 7px;
        left: 7px;
        border-radius: 50%;
        background-color: #fff; }
      @media (max-width: 767px) {
        .calc-form-type .range-filter .irs-slider {
          top: -9px; }
          .calc-form-type .range-filter .irs-slider:before {
            border-width: 3px;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0; }
          .calc-form-type .range-filter .irs-slider:after {
            opacity: 1; } }
    .calc-form-type .range-filter .irs-bar-edge {
      display: none; }
    .calc-form-type .range-filter .irs-line-left,
    .calc-form-type .range-filter .irs-line-mid,
    .calc-form-type .range-filter .irs-line-right {
      display: none; }
    .calc-form-type .range-filter .irs-to {
      display: none; }
    .calc-form-type .range-filter .irs-single {
      font-size: 40px;
      font-weight: 500;
      display: block;
      color: #fff;
      left: 20px !important;
      background: none;
      padding: 0;
      line-height: 32px;
      border-radius: 0;
      position: absolute;
      top: -1000px;
      visibility: hidden;
      white-space: nowrap; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .calc-form-type .range-filter .irs-single {
          font-size: 34px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .calc-form-type .range-filter .irs-single {
          left: 0 !important;
          font-size: 34px; } }
      .calc-form-type .range-filter .irs-single:after {
        display: none; }
  .calc-form-type .from-to-labels {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px 0; }
    @media (max-width: 767px) {
      .calc-form-type .from-to-labels {
        padding-top: 5px; } }
    .calc-form-type .from-to-labels span {
      display: block;
      font-size: 12px;
      color: #aaaaaa; }
  .calc-form-type .calc-input-row .label {
    display: block;
    font-size: 17px;
    line-height: 21px;
    font-weight: normal;
    color: #767980;
    padding-bottom: 5px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .calc-form-type .calc-input-row .label {
        font-size: 15px; } }
    @media (max-width: 767px) {
      .calc-form-type .calc-input-row .label {
        font-size: 15px;
        padding-bottom: 5px;
        color: #4C4C4C; } }
  .calc-form-type .take-credit-btn {
    width: 100%;
    display: block;
    border: none;
    background: #ffea33;
    padding: 16px 0;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    position: relative;
    color: #000;
    transition: 0.3s; }
    .calc-form-type .take-credit-btn:hover {
      box-shadow: 0 0 20px #ffea33; }
    .calc-form-type .take-credit-btn span {
      display: inline-block;
      background: url(../images/bg-yellow-big-btn.png) no-repeat 98% 0%;
      background-size: 30px auto;
      line-height: 30px;
      padding-right: 65px; }
  .calc-form-type .calc-opener-btn {
    background: #ffea33;
    border-radius: 30px 30px 0 0;
    display: block;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    padding: 12px 50px 12px 35px;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    transition: 0.3s;
    border-bottom: 1px solid #ECE8E6;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0; }
    @media (max-width: 767px) {
      .calc-form-type .calc-opener-btn {
        display: none; } }
    .calc-form-type .calc-opener-btn:hover {
      background: #ffea33;
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.1); }
    .calc-form-type .calc-opener-btn span {
      display: block;
      padding-left: 70px;
      position: relative;
      line-height: 44px; }
      .calc-form-type .calc-opener-btn span:before {
        content: "";
        display: block;
        clear: both;
        border-radius: 50%;
        background: url(../images/calc-shower-icon.png) no-repeat 50% 50% #fff;
        background-size: 21px auto;
        width: 44px;
        height: 44px;
        position: absolute;
        top: 0;
        left: 0; }
    .calc-form-type .calc-opener-btn em {
      font-style: normal; }
    .calc-form-type .calc-opener-btn b {
      display: none; }
    .calc-form-type .calc-opener-btn i {
      position: absolute;
      top: 14px;
      border-radius: 50%;
      background: transparent;
      display: block;
      width: 40px;
      height: 40px;
      border: none;
      right: 40px;
      transition: 0.3s; }
      .calc-form-type .calc-opener-btn i:before, .calc-form-type .calc-opener-btn i:after {
        content: "";
        display: block;
        clear: both;
        height: 2px;
        background-color: #000;
        transform: rotate(45deg);
        position: absolute;
        left: 0;
        width: 35%;
        top: 2px;
        margin-top: 18px;
        margin-left: 9px;
        transition: all 0.3s ease; }
      .calc-form-type .calc-opener-btn i:before {
        left: 8px; }
      .calc-form-type .calc-opener-btn i:after {
        left: -1px;
        transform: rotate(-45deg); }
  .calc-form-type .calc-opener-btn {
    transform: translateY(70px);
    transition: transform 0.5s, background 0.3s; }
  .calc-form-type._mod-xxl .real-input-box {
    padding: 13px 20px 9px 25px; }
    @media (max-width: 767px) {
      .calc-form-type._mod-xxl .real-input-box {
        padding: 8px 15px 5px 15px; } }
    .calc-form-type._mod-xxl .real-input-box input.range-num,
    .calc-form-type._mod-xxl .real-input-box .buffer {
      font-weight: 500;
      font-size: 36px;
      height: 45px; }
      @media (max-width: 767px) {
        .calc-form-type._mod-xxl .real-input-box input.range-num,
        .calc-form-type._mod-xxl .real-input-box .buffer {
          font-size: 26px;
          height: 33px; } }
    .calc-form-type._mod-xxl .real-input-box .item-label {
      font-size: 15px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .calc-form-type._mod-xxl .real-input-box .item-label {
          font-size: 12px; } }
    .calc-form-type._mod-xxl .real-input-box .input-title {
      font-size: 36px;
      line-height: inherit; }
      @media (max-width: 767px) {
        .calc-form-type._mod-xxl .real-input-box .input-title {
          font-size: 26px; } }
    .calc-form-type._mod-xxl .real-input-box .quest-link {
      position: absolute;
      top: 10px;
      right: 20px;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      background: #EEEEEE;
      line-height: 24px;
      text-align: center;
      font-size: 12px;
      font-weight: bold;
      color: #b0b0b0; }
      @media (max-width: 767px) {
        .calc-form-type._mod-xxl .real-input-box .quest-link {
          right: 10px;
          width: 18px;
          height: 18px;
          line-height: 18px;
          font-size: 10px; } }
      .calc-form-type._mod-xxl .real-input-box .quest-link:hover {
        background: #FDE34B;
        color: #000; }
    .calc-form-type._mod-xxl .real-input-box .range-filter .irs-grid {
      bottom: -34px; }
      @media (max-width: 767px) {
        .calc-form-type._mod-xxl .real-input-box .range-filter .irs-grid {
          display: none; } }
    .calc-form-type._mod-xxl .real-input-box .range-filter .irs-grid-pol.small {
      display: none; }
    .calc-form-type._mod-xxl .real-input-box .range-filter .irs-slider {
      width: 25px;
      height: 25px;
      background: #fff;
      border: 1px solid #E1E1E2;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
      .calc-form-type._mod-xxl .real-input-box .range-filter .irs-slider:before, .calc-form-type._mod-xxl .real-input-box .range-filter .irs-slider:after {
        left: 50%;
        margin-left: 2px;
        top: 6px;
        bottom: 6px;
        width: 1px;
        background: #D8D8D8;
        border: none;
        right: auto;
        border-radius: 0;
        opacity: 1; }
      .calc-form-type._mod-xxl .real-input-box .range-filter .irs-slider:before {
        margin-left: -2px; }
      .calc-form-type._mod-xxl .real-input-box .range-filter .irs-slider:hover {
        background: #FDE446; }
        .calc-form-type._mod-xxl .real-input-box .range-filter .irs-slider:hover:after {
          opacity: 1; }
    .calc-form-type._mod-xxl .real-input-box .selectric {
      height: 86px;
      margin: -31px 0 -10px; }
      @media (max-width: 767px) {
        .calc-form-type._mod-xxl .real-input-box .selectric {
          height: 62px;
          margin: -22px 0 -5px; } }
      .calc-form-type._mod-xxl .real-input-box .selectric .label {
        font-size: 26px;
        padding-top: 24px;
        height: 85px; }
        @media (max-width: 767px) {
          .calc-form-type._mod-xxl .real-input-box .selectric .label {
            height: 62px;
            line-height: 45px;
            font-size: 19px;
            padding-top: 19px; } }
      .calc-form-type._mod-xxl .real-input-box .selectric .button {
        width: 15px; }
        @media (max-width: 767px) {
          .calc-form-type._mod-xxl .real-input-box .selectric .button {
            margin-top: -15px;
            right: 25px;
            text-align: left; } }
        .calc-form-type._mod-xxl .real-input-box .selectric .button:after {
          top: 10px; }
  .calc-form-type._mod-xxl .calc-holder-flex {
    padding-bottom: 60px;
    border-radius: 0; }
    @media (max-width: 767px) {
      .calc-form-type._mod-xxl .calc-holder-flex {
        padding-bottom: 20px; } }
  @media (max-width: 767px) {
    .calc-form-type._mod-xxl .calc-top-row {
      display: block;
      width: 100%; } }
  .calc-form-type._mod-xxl .calc-top-row .col-half {
    width: 48%; }
    @media (max-width: 767px) {
      .calc-form-type._mod-xxl .calc-top-row .col-half {
        width: 100%; } }
  @media (max-width: 767px) {
    .calc-form-type._mod-xxl .result-info-row {
      border: none;
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 10px; } }
  @media (max-width: 767px) {
    .calc-form-type._mod-xxl .result-info-row._mod-small {
      border-left: 1px solid #eee;
      padding-left: 10px;
      padding-right: 0; } }
  .calc-form-type._mod-xxl .result-info-row._mod-small .result-label {
    font-size: 13px;
    line-height: 16px; }
    @media (max-width: 767px) {
      .calc-form-type._mod-xxl .result-info-row._mod-small .result-label {
        font-size: 11px;
        line-height: 14px; } }
  .calc-form-type._mod-xxl .result-info-row._mod-small .result-value {
    font-size: 36px; }
    @media (max-width: 767px) {
      .calc-form-type._mod-xxl .result-info-row._mod-small .result-value {
        font-size: 28px;
        font-weight: normal; } }
  .calc-form-type._mod-xxl .results-row {
    padding-left: 5%;
    max-width: 1100px;
    margin: 0 auto; }
    @media (min-width: 768px) and (max-width: 991px) {
      .calc-form-type._mod-xxl .results-row {
        padding-left: 0; } }
    @media (max-width: 767px) {
      .calc-form-type._mod-xxl .results-row {
        padding-left: 0;
        display: block;
        width: 100%;
        overflow: hidden; } }
    .calc-form-type._mod-xxl .results-row .results-col {
      width: 31%; }
      @media (max-width: 767px) {
        .calc-form-type._mod-xxl .results-row .results-col {
          width: 100%; } }
    .calc-form-type._mod-xxl .results-row .graphic-col {
      min-width: 375px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .calc-form-type._mod-xxl .results-row .graphic-col {
          min-width: 325px; } }
      @media (max-width: 767px) {
        .calc-form-type._mod-xxl .results-row .graphic-col {
          width: 100%;
          min-width: 0;
          margin-bottom: 10px; } }
    .calc-form-type._mod-xxl .results-row .graphic-desc-col {
      max-width: 300px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .calc-form-type._mod-xxl .results-row .graphic-desc-col {
          min-width: 240px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .calc-form-type._mod-xxl .results-row .graphic-desc-col {
          max-width: 260px; } }
      @media (max-width: 767px) {
        .calc-form-type._mod-xxl .results-row .graphic-desc-col {
          max-width: 100%; } }
    .calc-form-type._mod-xxl .results-row .final-sum-row {
      max-width: 235px; }
      @media (max-width: 767px) {
        .calc-form-type._mod-xxl .results-row .final-sum-row {
          max-width: 100%;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center; } }
    .calc-form-type._mod-xxl .results-row .result-value {
      font-size: 44px;
      font-weight: normal; }
      @media (max-width: 767px) {
        .calc-form-type._mod-xxl .results-row .result-value {
          font-size: 28px;
          font-weight: 500; } }
    .calc-form-type._mod-xxl .results-row .result-label {
      font-size: 16px;
      line-height: 20px;
      color: #848484; }
      @media (max-width: 767px) {
        .calc-form-type._mod-xxl .results-row .result-label {
          font-size: 12px;
          line-height: 16px; } }
  .calc-form-type._mod-xxl .round-graph-wrap .round-graph {
    width: 350px;
    height: 350px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .calc-form-type._mod-xxl .round-graph-wrap .round-graph {
        width: 300px;
        height: 300px; } }
    @media (max-width: 767px) {
      .calc-form-type._mod-xxl .round-graph-wrap .round-graph {
        width: 280px;
        height: 280px; } }
  .calc-form-type._mod-xxl .round-graph-wrap .shadow-box {
    background: none;
    width: 330px;
    height: 330px;
    margin-left: -165px;
    top: 10px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .calc-form-type._mod-xxl .round-graph-wrap .shadow-box {
        width: 280px;
        height: 280px;
        margin-left: -140px;
        top: 10px; } }
    @media (max-width: 767px) {
      .calc-form-type._mod-xxl .round-graph-wrap .shadow-box {
        margin-left: -130px;
        width: 260px;
        height: 260px; } }
    .calc-form-type._mod-xxl .round-graph-wrap .shadow-box:before {
      content: "";
      display: block;
      clear: both;
      position: absolute;
      top: 15px;
      right: 15px;
      bottom: 15px;
      left: 15px;
      border-radius: 50%;
      border: 14px solid rgba(0, 0, 0, 0.08);
      z-index: 10; }
      @media (min-width: 768px) and (max-width: 991px) {
        .calc-form-type._mod-xxl .round-graph-wrap .shadow-box:before {
          top: 12px;
          right: 12px;
          bottom: 12px;
          left: 12px;
          border-width: 12px; } }
      @media (max-width: 767px) {
        .calc-form-type._mod-xxl .round-graph-wrap .shadow-box:before {
          border-width: 12px;
          top: 12px;
          right: 12px;
          bottom: 12px;
          left: 12px; } }
    .calc-form-type._mod-xxl .round-graph-wrap .shadow-box .shadow-img {
      position: absolute;
      width: 120%;
      top: 0;
      left: -4%; }
      @media (max-width: 767px) {
        .calc-form-type._mod-xxl .round-graph-wrap .shadow-box .shadow-img {
          display: none; } }
  .calc-form-type._mod-xxl .round-graph-wrap .circle-info {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    padding-top: 10%;
    margin-left: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .calc-form-type._mod-xxl .round-graph-wrap .circle-info {
        padding-top: 5%; } }
    @media (max-width: 767px) {
      .calc-form-type._mod-xxl .round-graph-wrap .circle-info {
        padding-top: 7%; } }
    .calc-form-type._mod-xxl .round-graph-wrap .circle-info .num {
      font-size: 44px;
      font-weight: normal;
      padding-bottom: 15px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .calc-form-type._mod-xxl .round-graph-wrap .circle-info .num {
          font-size: 34px; } }
      @media (max-width: 767px) {
        .calc-form-type._mod-xxl .round-graph-wrap .circle-info .num {
          font-size: 34px;
          padding-bottom: 10px; } }
      .calc-form-type._mod-xxl .round-graph-wrap .circle-info .num i {
        font-style: normal; }
      .calc-form-type._mod-xxl .round-graph-wrap .circle-info .num em {
        font-size: 23px;
        font-weight: 300;
        font-style: normal; }
      .calc-form-type._mod-xxl .round-graph-wrap .circle-info .num span {
        font-weight: 300; }
    .calc-form-type._mod-xxl .round-graph-wrap .circle-info .title-label {
      font-size: 16px;
      line-height: 20px;
      color: #848484; }
  .calc-form-type._mod-xxl .checkbox-wrap {
    padding-bottom: 40px; }
    @media (max-width: 767px) {
      .calc-form-type._mod-xxl .checkbox-wrap {
        padding-bottom: 15px; } }
  .calc-form-type._mod-xxl .custom-checkbox .ch-btn {
    width: 26px;
    height: 26px; }
    @media (max-width: 767px) {
      .calc-form-type._mod-xxl .custom-checkbox .ch-btn {
        margin-top: 2px; } }
    .calc-form-type._mod-xxl .custom-checkbox .ch-btn:before {
      top: 4px;
      margin-left: -3px; }
  .calc-form-type._mod-xxl .custom-checkbox span {
    font-size: 22px;
    line-height: 23px; }

.calc-form-type._mod-xxl .custom-checkbox span i {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #969696;
    display: block;
}

@media (max-width: 767px) {
    .calc-form-type._mod-xxl .custom-checkbox span i {
        padding-top: 3px;
    }
}

.calc-form-type._mod-xxl .legend-list {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
}

.calc-form-type._mod-xxl .legend-list.legends-pl {
    padding-left: 20px;
}

@media (max-width: 767px) {
    .calc-form-type._mod-xxl .legend-list.legends-pl {
        max-width: 210px;
        margin: 0 auto;
        padding-left: 0;
    }
}

.calc-form-type._mod-invest {
    max-width: 1400px;
}

.calc-form-type._mod-invest .real-input-box {
    padding: 13px 20px 9px 25px;
    background: #fff;
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .real-input-box {
        padding: 6px 15px 5px 15px;
        height: 67px;
    }
}

.calc-form-type._mod-invest .real-input-box._mod-inv {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.calc-form-type._mod-invest .real-input-box._mod-inv .inp-col {
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
}

.calc-form-type._mod-invest .real-input-box._mod-inv input.range-num,
.calc-form-type._mod-invest .real-input-box._mod-inv .buffer,
.calc-form-type._mod-invest .real-input-box._mod-inv .input-title {
    font-size: 26px;
    text-align: right;
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .real-input-box._mod-inv input.range-num,
    .calc-form-type._mod-invest .real-input-box._mod-inv .buffer,
    .calc-form-type._mod-invest .real-input-box._mod-inv .input-title {
        font-size: 24px;
    }
}

.calc-form-type._mod-invest .real-input-box._mod-inv .item-label {
    font-size: 15px;
    font-weight: 500;
    position: relative;
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .real-input-box._mod-inv .item-label {
        font-size: 12px;
    }
}

.calc-form-type._mod-invest .real-input-box._mod-inv .quest-link {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-left: 10px;
}

.calc-form-type._mod-invest .real-input-box._mod-inv .left-label {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.calc-form-type._mod-invest .real-input-box._mod-inv .left-label .quest-pop-box {
    right: auto;
    left: 100%;
    bottom: auto;
    top: 0;
}

.calc-form-type._mod-invest .real-input-box._mod-select {
    padding: 0;
}

.calc-form-type._mod-invest .real-input-box._mod-select .titles-box {
    position: absolute;
    top: 11px;
    padding-left: 25px;
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .real-input-box._mod-select .titles-box {
        padding-left: 15px;
    }
}

.calc-form-type._mod-invest .real-input-box._mod-select .titles-box .item-label {
    font-size: 14px;
    color: #848484;
    font-weight: normal;
}

.calc-form-type._mod-invest .real-input-box._mod-select .selectric-wrapper {
    margin: 0;
}

.calc-form-type._mod-invest .real-input-box input.range-num,
.calc-form-type._mod-invest .real-input-box .buffer {
    font-weight: 500;
    font-size: 36px;
    height: 45px;
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .real-input-box input.range-num,
    .calc-form-type._mod-invest .real-input-box .buffer {
        font-size: 26px;
        height: 33px;
    }
}

.calc-form-type._mod-invest .real-input-box .input-title {
    font-size: 36px;
    line-height: inherit;
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .real-input-box .input-title {
        font-size: 26px;
    }
}

.calc-form-type._mod-invest .real-input-box .quest-link {
    position: absolute;
    top: 10px;
    right: 20px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background: #EEEEEE;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #b0b0b0;
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .real-input-box .quest-link {
        right: 10px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 10px;
    }
}

.calc-form-type._mod-invest .real-input-box .quest-link:hover {
    background: #FDE34B;
    color: #000;
}

.calc-form-type._mod-invest .real-input-box .range-filter .irs-grid {
    bottom: -34px;
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .real-input-box .range-filter .irs-grid {
        display: none;
    }
}

.calc-form-type._mod-invest .real-input-box .range-filter .irs-grid-pol.small {
    display: none;
}

.calc-form-type._mod-invest .real-input-box .range-filter .irs-slider {
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #E1E1E2;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.calc-form-type._mod-invest .real-input-box .range-filter .irs-slider:before, .calc-form-type._mod-invest .real-input-box .range-filter .irs-slider:after {
    left: 50%;
    margin-left: 2px;
    top: 6px;
    bottom: 6px;
    width: 1px;
    background: #D8D8D8;
    border: none;
    right: auto;
    border-radius: 0;
    opacity: 1;
}

.calc-form-type._mod-invest .real-input-box .range-filter .irs-slider:before {
    margin-left: -2px;
}

.calc-form-type._mod-invest .real-input-box .range-filter .irs-slider:hover {
    background: #FDE446;
}

.calc-form-type._mod-invest .real-input-box .range-filter .irs-slider:hover:after {
    opacity: 1;
}

.calc-form-type._mod-invest .real-input-box .selectric {
    height: 67px;
    padding-left: 25px;
    border-radius: 10px;
    margin: 0;
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .real-input-box .selectric {
        padding-left: 15px;
    }
}

.calc-form-type._mod-invest .real-input-box .selectric .label {
    font-size: 18px;
    padding-top: 12px;
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .real-input-box .selectric .label {
        height: 62px;
        line-height: 45px;
        font-size: 19px;
        padding-top: 19px;
    }
}

.calc-form-type._mod-invest .real-input-box .selectric .button {
    width: 15px;
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .real-input-box .selectric .button {
        margin-top: -15px;
        right: 25px;
        text-align: left;
    }
}

.calc-form-type._mod-invest .real-input-box .selectric .button:after {
    top: 0px;
}

.calc-form-type._mod-invest .calc-holder-flex {
    padding-bottom: 40px;
    padding-top: 20px;
    border-radius: 0;
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .calc-holder-flex {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .calc-top-row {
        display: block;
        width: 100%;
    }
}

.calc-form-type._mod-invest .calc-top-row .item-pai {
    width: 30%;
    min-width: 330px;
    padding-left: 30px;
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .calc-top-row .item-pai {
        padding-left: 0;
        width: 100%;
        min-width: 0;
    }
}

.calc-form-type._mod-invest .calc-top-row .item-full {
    flex: 1;
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .result-info-row {
        border: none;
        padding-top: 0;
        padding-bottom: 20px;
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .result-info-row._mod-small {
        border-left: 1px solid #eee;
        padding-left: 10px;
        padding-right: 0;
    }

    .calc-form-type._mod-invest .result-info-row._mod-small:first-child {
        border: none;
        padding-left: 0;
        padding-right: 10px;
    }
}

.calc-form-type._mod-invest .result-info-row._mod-small .result-label {
    font-size: 13px;
    line-height: 16px;
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .result-info-row._mod-small .result-label {
        font-size: 11px;
        line-height: 14px;
    }
}

.calc-form-type._mod-invest .result-info-row._mod-small .result-value {
    font-size: 36px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .result-info-row._mod-small .result-value {
        font-size: 28px;
        font-weight: normal;
    }
}

.calc-form-type._mod-invest .results-row {
    padding-left: 0;
    max-width: 1100px;
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    .calc-form-type._mod-invest .results-row {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .results-row {
        padding-left: 0;
        display: block;
        width: 100%;
        overflow: hidden;
    }
}

.calc-form-type._mod-invest .results-row .results-col {
    width: 31%;
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .results-row .results-col {
        width: 100%;
    }
}

.calc-form-type._mod-invest .results-row .graphic-col {
    min-width: 260px;
    width: 260px;
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .results-row .graphic-col {
        width: 100%;
        min-width: 0;
        margin-bottom: 10px;
    }
}

.calc-form-type._mod-invest .results-row .graphic-desc-col {
    max-width: 260px;
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .results-row .graphic-desc-col {
        max-width: 100%;
    }
}

.calc-form-type._mod-invest .results-row .final-sum-row {
    max-width: 235px;
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .results-row .final-sum-row {
        max-width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
}

.calc-form-type._mod-invest .results-row .result-value {
    font-size: 44px;
    font-weight: normal;
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .results-row .result-value {
        font-size: 28px;
        font-weight: 500;
    }
}

.calc-form-type._mod-invest .results-row .result-label {
    font-size: 16px;
    line-height: 20px;
    color: #848484;
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .results-row .result-label {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .round-graph-wrap .round-graph {
        width: 80%;
        max-width: 255px;
    }
}

.calc-form-type._mod-invest .round-graph-wrap .circle-info {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
}

.calc-form-type._mod-invest .round-graph-wrap .circle-info .num {
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 15px;
}

.calc-form-type._mod-invest .round-graph-wrap .circle-info .title-label {
    font-size: 13px;
    font-weight: normal;
}

.calc-form-type._mod-invest .legend-list {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
}

.calc-form-type._mod-invest .legend-list.legends-pl {
    padding-left: 20px;
}

@media (max-width: 767px) {
    .calc-form-type._mod-invest .legend-list.legends-pl {
        max-width: 210px;
        margin: 0 auto;
        padding-left: 0;
    }
}

.calc-form-type._mod-invest .legend-list.legends-pl .title {
    min-width: 80px;
}

.calc-form-type._mod-invest .legend-subtext {
    display: block;
    padding: 30px 0 0 20px;
    font-size: 14px;
    line-height: 19px;
    color: #848484;
}

.fixed-calculation-box {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 0 40px 0 40px;
    z-index: 17;
    transition: 0.5s;
    transform: translateY(80px);
}
  @media (min-width: 768px) and (max-width: 991px) {
    .fixed-calculation-box {
      padding-left: 30px; } }
  @media (max-width: 767px) {
    .fixed-calculation-box {
      display: none; } }
  .fixed-calculation-box .calculation-box {
    display: none;
    margin-bottom: 0;
    border-radius: 0;
    padding: 0; }
    .fixed-calculation-box .calculation-box .calc-form-type {
      padding: 20px 15px 0 40px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .fixed-calculation-box .calculation-box .calc-form-type {
          padding-left: 20px; } }
      .fixed-calculation-box .calculation-box .calc-form-type .calc-holder-flex {
        padding-top: 0;
        padding-bottom: 20px; }
        @media (min-width: 768px) and (max-width: 1199px) {
          .fixed-calculation-box .calculation-box .calc-form-type .calc-holder-flex {
            padding-bottom: 0; } }
  .fixed-calculation-box .calc-opener-btn {
    background: #ffea33;
    border-radius: 30px 30px 0 0;
    display: block;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    padding: 12px 50px 12px 35px;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    transition: 0.3s;
    border-bottom: 1px solid #ECE8E6;
    position: relative;
    transition: 0.3s; }
    @media (max-width: 767px) {
      .fixed-calculation-box .calc-opener-btn {
        display: none; } }
    .fixed-calculation-box .calc-opener-btn:hover {
      background: #ffea33;
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.1); }
    .fixed-calculation-box .calc-opener-btn span {
      display: block;
      padding-left: 70px;
      position: relative;
      line-height: 44px; }
      .fixed-calculation-box .calc-opener-btn span:before {
        content: "";
        display: block;
        clear: both;
        border-radius: 50%;
        background: url(../images/calc-shower-icon.png) no-repeat 50% 50% #fff;
        background-size: 21px auto;
        width: 44px;
        height: 44px;
        position: absolute;
        top: 0;
        left: 0; }
    .fixed-calculation-box .calc-opener-btn em {
      font-style: normal; }
    .fixed-calculation-box .calc-opener-btn b {
      display: none; }
    .fixed-calculation-box .calc-opener-btn i {
      position: absolute;
      top: 14px;
      border-radius: 50%;
      background: transparent;
      display: block;
      width: 40px;
      height: 40px;
      border: none;
      right: 40px;
      transition: 0.3s; }
      .fixed-calculation-box .calc-opener-btn i:before, .fixed-calculation-box .calc-opener-btn i:after {
        content: "";
        display: block;
        clear: both;
        height: 2px;
        background-color: #000;
        transform: rotate(45deg);
        position: absolute;
        left: 0;
        width: 35%;
        top: 2px;
        margin-top: 18px;
        margin-left: 9px;
        transition: all 0.3s ease; }
      .fixed-calculation-box .calc-opener-btn i:before {
        left: 8px; }
      .fixed-calculation-box .calc-opener-btn i:after {
        left: -1px;
        transform: rotate(-45deg); }
  .fixed-calculation-box .calc-form-type .calc-top-row {
    padding-bottom: 0; }
  .fixed-calculation-box.calc-fix-ready {
    transform: translateY(0px); }
    .fixed-calculation-box.calc-fix-ready .calc-opener-btn {
      opacity: 1; }
  .fixed-calculation-box.calc-info-open .calc-opener-btn {
    background: #fff; }
    .fixed-calculation-box.calc-info-open .calc-opener-btn em {
      display: none; }
    .fixed-calculation-box.calc-info-open .calc-opener-btn b {
      display: inline; }
    .fixed-calculation-box.calc-info-open .calc-opener-btn i {
      background: #ffea33; }
      .fixed-calculation-box.calc-info-open .calc-opener-btn i:before, .fixed-calculation-box.calc-info-open .calc-opener-btn i:after {
        top: 1px;
        left: 0;
        width: 55%; }
  .fixed-calculation-box .take-credit-btn {
    width: 100%;
    display: block;
    border: none;
    background: #ffea33;
    padding: 16px 0;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    position: relative;
    color: #000;
    transition: 0.3s; }
    .fixed-calculation-box .take-credit-btn:hover {
      box-shadow: 0 0 20px #ffea33; }
    .fixed-calculation-box .take-credit-btn span {
      display: inline-block;
      background: url(../images/bg-yellow-big-btn.png) no-repeat 100% 0%;
      background-size: 30px auto;
      line-height: 30px;
      padding-right: 65px; }

.claim-form-text {
  padding: 0 60px 30px 60px; }
  @media (max-width: 767px) {
    .claim-form-text {
      padding: 0 0 20px; } }
  .claim-form-text p {
    font-weight: 300; }
    .claim-form-text p b {
      font-weight: normal; }

.claim-form {
  padding: 0 60px 40px 30px;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 767px) {
    .claim-form {
      padding: 0 0 30px; }
      .claim-form .main-info {
        margin-bottom: 20px; } }
  .claim-form .buttons-box {
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      padding-right: 25px;
      padding-top: 25px;
  }
    @media (max-width: 767px) {
      .claim-form .buttons-box {
        flex-direction: column;
        padding-right: 0; }
        .claim-form .buttons-box .g_attachment-btn {
          order: -1;
          margin-bottom: 20px; }
        .claim-form .buttons-box .yellow-big-btn {
          width: 100%; }
          .claim-form .buttons-box .yellow-big-btn span {
            padding-left: 20px; } }

.claim-success-box {
  text-align: center;
  color: #000;
  padding: 40px 100px 30px 40px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .claim-success-box {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .claim-success-box {
      padding: 0 0 30px; } }
  .claim-success-box .icon {
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .claim-success-box .icon {
        margin-left: -20px;
        margin-bottom: 20px; } }
  .claim-success-box .success-title {
    display: block;
    font-size: 40px;
    color: #000;
    padding-bottom: 20px;
    font-weight: normal; }
    @media (max-width: 767px) {
      .claim-success-box .success-title {
        font-size: 28px;
        line-height: 34px;
        padding-bottom: 15px; } }
  .claim-success-box p {
    font-size: 19px;
    line-height: 28px;
    font-weight: 300;
    margin: 0 0 20px; }

._g-modalSaveBtn {
  background: #ffea33;
  color: #000;
  font-size: 19px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  border: none;
  border-radius: 25px;
  padding: 9px 30px 10px;
  outline: none;
  transition: all 0.3s ease; }
  ._g-modalSaveBtn:hover {
    transform: scale(1.1); }

._g-modalCancelBtn {
  background: none;
  outline: none;
  color: #a8acb8;
  font-size: 19px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  border: none;
  padding: 9px 30px 10px;
  transition: all 0.3s ease; }
  ._g-modalCancelBtn:hover {
    color: #000; }

._g-upload-file-btn {
  display: inline-block;
  outline: none;
  border: none;
  background: none;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease; }
  ._g-upload-file-btn:hover {
    color: #666; }
    ._g-upload-file-btn:hover i {
      background: #fff; }
  ._g-upload-file-btn i {
    border-radius: 50%;
    width: 41px;
    height: 41px;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    background: #FFE138;
    transition: all 0.3s ease;
    margin-right: 10px; }
    ._g-upload-file-btn i img {
      backface-visibility: hidden; }

.hidden-box {
  display: none; }

.hidden-hide-box {
  opacity: 0;
  height: 0;
  visibility: hidden; }

._g-odd-data-list {
  width: 100%; }
  ._g-odd-data-list .item {
    padding: 8px 15px 10px 20px;
    border-radius: 6px; }
    ._g-odd-data-list .item:nth-child(odd) {
      background: #F8F9FA; }
    ._g-odd-data-list .item span {
      color: #7c8089;
      display: block;
      font-size: 14px;
      padding-bottom: 2px; }
    ._g-odd-data-list .item .status {
      display: inline-block;
      vertical-align: middle;
      font-style: normal;
      padding-right: 10px; }
    ._g-odd-data-list .item b {
      font-weight: 500;
      color: #000;
      display: block;
      font-size: 17px; }

._g-faq-group .panel {
  padding-bottom: 40px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    ._g-faq-group .panel {
      padding-bottom: 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    ._g-faq-group .panel {
      padding-bottom: 20px; } }
  @media (max-width: 767px) {
    ._g-faq-group .panel {
      padding-bottom: 10px; } }
  ._g-faq-group .panel:last-child {
    padding-bottom: 0; }

._g-faq-group .panel-body {
  padding: 30px 0 20px 90px; }
  @media (min-width: 768px) and (max-width: 991px) {
    ._g-faq-group .panel-body {
      padding-left: 80px; } }
  @media (max-width: 767px) {
    ._g-faq-group .panel-body {
      padding: 10px 0 10px 0; } }
  ._g-faq-group .panel-body p:last-child {
    margin-bottom: 0; }

._g-acc-link-faq {
  display: inline-block;
  position: relative;
  font-size: 32px;
  color: #000;
  font-weight: normal;
  transition: all 0.3s ease;
  padding-left: 90px;
  padding-top: 7px;
  min-height: 55px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    ._g-acc-link-faq {
      font-size: 26px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    ._g-acc-link-faq {
      font-size: 24px;
      padding-top: 10px;
      padding-left: 80px; } }
  @media (max-width: 767px) {
    ._g-acc-link-faq {
      font-size: 16px;
      padding-top: 5px;
      padding-left: 50px;
      min-height: 30px; } }
  ._g-acc-link-faq:hover {
    color: #000; }
    ._g-acc-link-faq:hover i {
      background: #000;
      color: #FEE339; }
  ._g-acc-link-faq span {
    display: block; }
  ._g-acc-link-faq i {
    width: 48px;
    height: 48px;
    background: #FEE339;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    text-align: center;
    font-style: normal;
    line-height: 48px;
    font-size: 46px;
    font-weight: 300;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    left: 0; }
    @media (max-width: 767px) {
      ._g-acc-link-faq i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 30px; } }
    ._g-acc-link-faq i:after {
      content: "";
      display: block;
      clear: both;
      content: "-"; }
  ._g-acc-link-faq.collapsed i:after {
    content: '+'; }

._g-link-with-drop {
  display: inline-block;
  position: relative; }
  ._g-link-with-drop:hover i {
    background: #ffea33; }
  ._g-link-with-drop.btn-actived i:after {
    transform: rotate(-135deg);
    margin-top: -3px; }
  ._g-link-with-drop i {
    display: block;
    position: absolute;
    margin-top: -9px;
    margin-left: 7px;
    left: 100%;
    top: 50%;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    background: #fff;
    text-align: center;
    transition: all 0.3s ease; }
    ._g-link-with-drop i:after {
      content: "";
      display: block;
      clear: both;
      display: inline-block;
      border: solid #000;
      border-width: 0 1px 1px 0;
      padding: 3px;
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -5px;
      margin-left: -4px; }

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

._g-data-table {
  width: 100%;
  margin-bottom: 20px; }
  ._g-data-table tbody {
    font-size: 17px;
    line-height: 21px;
    color: #000000; }
    @media (max-width: 767px) {
      ._g-data-table tbody {
        font-size: 14px;
        line-height: 19px; } }
    ._g-data-table tbody span {
      font-weight: 300; }
    ._g-data-table tbody strong {
      font-weight: normal; }
    ._g-data-table tbody tr:nth-child(even) td {
      background: #F9F9F9; }
    ._g-data-table tbody td {
      padding: 13px 20px 15px; }
      @media (max-width: 767px) {
        ._g-data-table tbody td {
          padding: 10px 5px; } }
      ._g-data-table tbody td:first-child {
        border-radius: 5px 0 0 5px;
        padding-left: 30px; }
        @media (max-width: 767px) {
          ._g-data-table tbody td:first-child {
            padding-left: 10px; } }
      ._g-data-table tbody td:last-child {
        border-radius: 0 5px 5px 0; }

.loader-wrapper {
  width: 100%;
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0;
  display: none;
  left: 0;
  z-index: 15;
  background: rgba(255, 255, 255, 0.85); }

.circle-loader {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center; }
  .circle-loader img {
    animation: rotation 2s ease-in-out infinite;
    display: block; }

.code-loader {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center; }
  .code-loader img {
    animation: rotation .8s linear infinite;
    display: block; }

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

div.swiper-lazy-preloader {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  transition: opacity 0.3s ease; }

div.swiper-lazy-preloader-yellow {
  --swiper-preloader-color:#FFE31D; }

.code-loader-wrapper .swiper-lazy-preloader {
  position: static;
  margin: 0 auto 20px; }

.fade-small-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  padding-bottom: 5%; }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ver-input-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto 15px;
  height: 30px;
  padding-left: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center; }
  @media (max-width: 767px) {
    .ver-input-wrapper {
      padding-left: 0;
      max-width: 280px; } }
  .ver-input-wrapper:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: 100%;
    width: 40px;
    margin-left: -10px;
    top: -5px;
    bottom: 0;
    z-index: 5;
    background: #fff; }
  .ver-input-wrapper input.verification-input {
    margin: 0;
    padding: 0 5px 5px 10px;
    border: none;
    outline: none;
    overflow: hidden;
    box-shadow: none;
    width: 100%;
    max-width: 283px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 31px;
    background-image: linear-gradient(to right, #999, #999 30px, transparent 30px, transparent 45px, #999 45px, #999 75px, transparent 75px, transparent 90px, #999 90px, #999 120px, transparent 120px, transparent 135px, #999 135px, #999 165px, transparent 165px, transparent 180px, #999 180px, #999 210px, transparent 210px, transparent 225px, #999 225px, #999 255px, transparent 255px);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: 0 100%; }
    @media (max-width: 767px) {
      .ver-input-wrapper input.verification-input {
        padding-right: 0;
        margin-left: 10px; } }
    .ver-input-wrapper input.verification-input::-webkit-input-placeholder {
      color: #ddd; }
    .ver-input-wrapper input.verification-input:-moz-placeholder {
      color: #ddd; }
    .ver-input-wrapper input.verification-input::-moz-placeholder {
      color: #ddd; }
    .ver-input-wrapper input.verification-input:-ms-input-placeholder {
      color: #ddd; }

._g-yellow-arrowed-btn {
  position: relative;
  display: inline-block;
  background: #FFE31D;
  padding: 11px 23px 13px;
  font-weight: 500;
  color: #000;
  font-size: 21px;
  line-height: 20px;
  border-radius: 30px;
  transition: all 0.3s ease;
  border: 2px solid transparent; }
  @media (max-width: 767px) {
    ._g-yellow-arrowed-btn {
      font-size: 19px;
      padding: 9px 20px 9px 25px; } }
  ._g-yellow-arrowed-btn._mod-sm {
    font-size: 14px;
    padding: 7px 16px 7px; }
    @media (max-width: 767px) {
      ._g-yellow-arrowed-btn._mod-sm {
        padding: 4px 10px; } }
    ._g-yellow-arrowed-btn._mod-sm span {
        padding-left: 4px;
        font-size: 14px;
        padding-bottom: 1px;
    }
    ._g-yellow-arrowed-btn._mod-sm i {
      width: 20px;
      min-width: 20px;
      height: 20px;
      border-width: 1px;
      margin-left: 10px; }
      ._g-yellow-arrowed-btn._mod-sm i:before {
        height: 1px;
        right: 5px;
        left: 3px; }
      ._g-yellow-arrowed-btn._mod-sm i:after {
        border-width: 0 1px 1px 0;
        padding: 3px;
        margin-top: -4px;
        right: 2px; }
  ._g-yellow-arrowed-btn._mod-md {
    font-size: 18px;
    padding: 7px 18px 8px; }
    ._g-yellow-arrowed-btn._mod-md span {
      padding-left: 3px;
      font-size: 18px; }
    ._g-yellow-arrowed-btn._mod-md i {
      width: 20px;
      height: 20px;
      min-width: 20px;
      border-width: 1px;
      margin-left: 10px; }
      ._g-yellow-arrowed-btn._mod-md i:before {
        height: 1px;
        right: 5px;
        left: 3px; }
      ._g-yellow-arrowed-btn._mod-md i:after {
        border-width: 0 1px 1px 0;
        padding: 3px;
        margin-top: -4px;
        right: 2px; }
  ._g-yellow-arrowed-btn:hover {
      color: #000;
      transform: scale(1.05);
  }
  ._g-yellow-arrowed-btn span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 24px; }
    @media (max-width: 767px) {
      ._g-yellow-arrowed-btn span {
        font-size: 19px; } }
  ._g-yellow-arrowed-btn i {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    border: 2px solid #000000;
    position: relative;
    margin-left: 15px;
    transition: all 0.3s ease; }
    ._g-yellow-arrowed-btn i:before {
      content: "";
      display: block;
      clear: both;
      position: absolute;
      top: 50%;
      margin-top: -1px;
        height: 2px;
        background: #000;
        left: 10%;
        right: 5px;
        transition: all 0.3s ease;
    }

._g-yellow-arrowed-btn i:after {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 3px;
    margin-right: 3px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(-45deg);
    transition: all 0.3s ease;
}

._g-yellow-arrowed-btn.inactive-novalid, ._g-yellow-arrowed-btn[disabled] {
    cursor: default;
    transform: scale(1);
    background: #eee;
}

._g-pagination-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
  ._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: #e6e9ed;
    margin-right: 10px;
    transition: all 0.3s ease; }
    ._g-pagination-box .prev-page-btn:hover,
    ._g-pagination-box .next-page-btn:hover {
      background: #FFE31D; }
    ._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;
      transform: rotate(-45deg); }
  ._g-pagination-box .prev-page-btn:before {
    transform: rotate(135deg);
    margin-left: 3px; }
  ._g-pagination-box .pagenavi-right {
    margin-left: auto; }
  ._g-pagination-box .all-docs-count {
    font-size: 13px;
    color: #868a96; }
  ._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-def-table {
  margin-bottom: 50px;
  width: 100%; }
  @media (max-width: 767px) {
    ._g-def-table {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    ._g-def-table thead {
      display: none; } }
  ._g-def-table thead td {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0 15px 25px; }
    @media (max-width: 767px) {
      ._g-def-table thead td {
        font-size: 14px; } }
  @media (max-width: 767px) {
    ._g-def-table tbody {
      display: block; } }
  @media (max-width: 767px) {
    ._g-def-table tbody tr {
      display: block;
      margin-bottom: 10px;
      padding: 8px 15px; }
      ._g-def-table tbody tr:nth-child(odd) {
        background: #f5f5f5;
        border-radius: 10px; } }
  ._g-def-table tbody tr:nth-child(odd) td {
    background: #F8F8F8; }
    @media (max-width: 767px) {
      ._g-def-table tbody tr:nth-child(odd) td {
        background: none; } }
  ._g-def-table tbody td {
    font-size: 15px;
    padding: 13px 15px 14px 15px; }
    @media (max-width: 767px) {
      ._g-def-table tbody td {
        padding: 0 0 5px;
        font-size: 14px;
        display: block;
        width: 100%; } }
    ._g-def-table tbody td:first-child {
      border-radius: 10px 0 0 10px; }
    ._g-def-table tbody td:last-child {
      border-radius: 0 10px 10px 0; }
      @media (max-width: 767px) {
        ._g-def-table tbody td:last-child {
          font-weight: 500;
          padding-bottom: 0; } }

._g-gray-btn {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  background: #F1F1F1;
  padding: 15px 35px 16px 40px;
  font-weight: 500;
  margin: 0;
  outline: none;
  color: #000;
  font-size: 22px;
  line-height: 20px;
  border-radius: 30px;
  transition: all 0.3s ease;
  border: 2px solid transparent; }
  @media (max-width: 767px) {
    ._g-gray-btn {
      padding: 9px 20px 9px 25px;
      font-size: 19px; } }
  ._g-gray-btn._mod-sm {
    font-size: 17px;
    height: 38px;
    padding: 7px 16px 7px 20px; }
  ._g-gray-btn._mod-md {
    font-size: 18px;
    padding: 7px 18px 8px 20px; }
  ._g-gray-btn:hover {
    color: #000;
    transform: scale(1.1); }
  ._g-gray-btn span {
    display: block; }
  ._g-gray-btn i {
    display: block;
    position: relative;
    transition: all 0.3s ease;
    margin-left: 26px; }
  ._g-gray-btn._mod-inverted {
    background: #424242;
    color: #fff; }
    ._g-gray-btn._mod-inverted:hover {
      transform: scale(1);
      background: #F1F1F1;
      color: #000; }
      ._g-gray-btn._mod-inverted:hover img {
        filter: invert(1); }
  ._g-gray-btn._mod-icon-invert img {
    filter: invert(1); }

._g-buttons-flex-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 767px) {
    ._g-buttons-flex-wrap {
      display: block; } }
  ._g-buttons-flex-wrap a, ._g-buttons-flex-wrap button {
    margin: 0 10px;
    font-size: 22px; }
    @media (max-width: 767px) {
      ._g-buttons-flex-wrap a, ._g-buttons-flex-wrap button {
        font-size: 18px;
        margin: 0 0 10px; } }

._g-round-back-btn {
  display: inline-block;
  border: none;
  background: #F1F1F1;
  padding: 8px 24px 10px 25px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  transition: all 0.3s ease; }
  @media (max-width: 767px) {
    ._g-round-back-btn {
      padding: 5px 15px 6px 18px; } }
  ._g-round-back-btn:hover {
    color: #000000;
    background: #FDE856; }
    ._g-round-back-btn:hover i {
      transform: translateX(-2px); }
  ._g-round-back-btn i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-left: -5px;
    transition: all 0.3s ease; }
    ._g-round-back-btn i:before {
      content: "";
      display: block;
      clear: both;
      display: inline-block;
      margin-top: -1px;
      border: solid #000;
      border-width: 0 2px 2px 0;
      padding: 3px;
      transform: rotate(135deg); }
  ._g-round-back-btn span {
    display: inline-block;
    vertical-align: middle; }

._g-yellow-rounded {
  background: #FFE31D;
  display: inline-block;
  border-radius: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  padding: 6px 25px; }

.register-page {
  background: #fff; }

._g-form-acc-link {
  display: block;
  position: relative;
  padding: 15px 54px 16px 0px;
  min-height: 38px;
  font-size: 28px;
  border-bottom: 1px solid #E8EAED;
  color: #000; }
  @media (max-width: 767px) {
    ._g-form-acc-link {
      font-size: 18px;
      padding: 10px 0 10px 0;
      min-height: 0; } }
  ._g-form-acc-link.collapsed {
    color: #989ba0; }
    ._g-form-acc-link.collapsed:after {
      transform: rotate(45deg);
      top: 27px; }
      @media (max-width: 767px) {
        ._g-form-acc-link.collapsed:after {
          top: 17px; } }
  ._g-form-acc-link.actived:hover {
    border-color: #ddd;
    color: #666; }
  ._g-form-acc-link:before {
    content: "";
    display: block;
    clear: both;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: absolute;
    background: #EAECEF;
    right: 5px;
    top: 18px; }
    @media (max-width: 767px) {
      ._g-form-acc-link:before {
        width: 21px;
        height: 21px;
        top: 11px; } }
  ._g-form-acc-link:after {
    content: "";
    display: block;
    clear: both;
    border: solid #000;
    border-width: 0 1px 1px 0;
    padding: 4px;
    transform: rotate(-135deg);
    position: absolute;
    right: 16px;
    text-align: center;
    top: 32px; }
    @media (max-width: 767px) {
      ._g-form-acc-link:after {
        padding: 3px;
        top: 20px;
        right: 12px;
        border-width: 0 1px 1px 0; } }
  ._g-form-acc-link span {
    display: block;
    position: relative; }

.quest-pop-box {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 20px;
  border-radius: 30px;
  background: #fff;
  width: 300px;
  white-space: normal;
  padding: 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
  .quest-pop-box._mod-black {
    background: rgba(52, 52, 52, 0.95); }
    .quest-pop-box._mod-black .quest-title {
      color: #f9e35d;
      font-size: 18px;
      padding-bottom: 15px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      margin-bottom: 15px; }
    .quest-pop-box._mod-black p {
      color: #c3c3c3; }
  .quest-pop-box .global-close-btn {
    width: 10px;
    position: absolute;
    top: 20px;
    right: 25px;
    opacity: 0.5; }
    .quest-pop-box .global-close-btn:before, .quest-pop-box .global-close-btn:after {
      background: #ccc; }
    .quest-pop-box .global-close-btn:hover {
      opacity: 1; }
  .quest-pop-box .quest-title {
    font-size: 16px;
    display: block;
    line-height: 19px;
    padding-bottom: 20px; }
  .quest-pop-box p {
    font-size: 13px;
    line-height: 18px;
    color: #5b5b5b;
    margin: 0 0 20px; }
    .quest-pop-box p:last-child {
      margin-bottom: 0; }

.retry-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #E5E5E5;
  padding: 0 22px 2px 25px;
  background: none;
  font-size: 21px;
  height: 54px;
  font-weight: 500;
  border-radius: 30px;
  transition: all 0.3s ease;
  white-space: nowrap; }
  .retry-btn:hover {
    background: #eee;
    transform: scale(1.1); }
  .retry-btn span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px; }
  .retry-btn i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }
  .retry-btn:disabled {
    opacity: 0.6;
    background: #F3F5F8;
    transform: scale(1) !important; }

.white-document-box {
  background-color: #fff;
  box-shadow: 3px 2px 6px rgba(39, 39, 58, 0.05), 1px 1px 1px rgba(39, 39, 58, 0.05);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  border-radius: 15px;
  padding: 10px 0;
  margin-bottom: 25px;
  position: relative; }
  @media (max-width: 767px) {
    .white-document-box {
      display: block; } }
  .white-document-box .status-left-box {
    flex: 1;
    padding-left: 30px; }
    @media (max-width: 767px) {
      .white-document-box .status-left-box {
        padding-left: 0; } }
  .white-document-box .status-right-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    min-width: 155px;
    width: 13%;
    padding: 10px 20px 10px 15px; }
    @media (max-width: 767px) {
      .white-document-box .status-right-box {
        padding-top: 0;
        padding-bottom: 5px;
        width: 100%; } }
    .white-document-box .status-right-box .file-info {
      padding: 0 10px; }
  .white-document-box .digital-box {
    position: relative; }
    .white-document-box .digital-box .digital-btn-choose {
      border: none;
      background-color: #ffea33;
      padding: 0 25px 0 25px;
      border-radius: 30px;
      color: #000;
      font-size: 17px;
      font-weight: 500;
      outline: none;
      white-space: nowrap;
      transition: all 0.3s ease; }
      @media (max-width: 767px) {
        .white-document-box .digital-box .digital-btn-choose {
          cursor: default;
          color: #255791;
          padding: 0;
          margin-bottom: 10px;
          background: none; } }
      @media (min-width: 768px) {
        .white-document-box .digital-box .digital-btn-choose:hover {
          box-shadow: 0 0 30px #ffea33; } }
      .white-document-box .digital-box .digital-btn-choose span {
        display: block;
        padding: 12px 30px 13px 0;
        background: url(../images/digital-label.png) no-repeat 100% 50%;
        background-size: 21px auto; }
        @media (max-width: 767px) {
          .white-document-box .digital-box .digital-btn-choose span {
            background: none;
            padding: 0; } }
  .white-document-box .status-heading-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EBEBEB;
    padding: 10px 10px 15px 0; }
    @media (max-width: 767px) {
      .white-document-box .status-heading-box {
        display: block;
        padding: 0px 15px 10px 20px;
        margin-bottom: 20px; } }
    .white-document-box .status-heading-box .status-heading-left {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center; }
      @media (max-width: 767px) {
        .white-document-box .status-heading-box .status-heading-left {
          flex-wrap: wrap; } }
    .white-document-box .status-heading-box .heading-name {
      display: block;
      font-size: 18px;
      font-weight: 500;
      color: #000; }
      @media (min-width: 768px) and (max-width: 991px) {
        .white-document-box .status-heading-box .heading-name {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .white-document-box .status-heading-box .heading-name {
          font-size: 18px;
          width: 100%;
          padding-bottom: 3px; } }
    .white-document-box .status-heading-box .heading-date {
      display: block;
      font-size: 12px;
      padding-left: 20px;
      color: #868b97;
      font-weight: 500; }
      @media (max-width: 767px) {
        .white-document-box .status-heading-box .heading-date {
          padding-left: 0;
          width: 100%; } }
    .white-document-box .status-heading-box .go-proj-link {
      display: inline-block;
      position: relative;
      color: #000;
      text-decoration: none;
      font-weight: 500;
      font-size: 11px; }
      @media (max-width: 767px) {
        .white-document-box .status-heading-box .go-proj-link {
          font-size: 12px; } }
      .white-document-box .status-heading-box .go-proj-link:hover i {
        background: #FFEA33; }
      .white-document-box .status-heading-box .go-proj-link span {
        display: inline-block;
        vertical-align: middle; }
      .white-document-box .status-heading-box .go-proj-link i {
        display: inline-block;
        vertical-align: middle;
        width: 17px;
        height: 17px;
        border: 1px solid #F9DC3D;
        border-radius: 50%;
        position: relative;
        margin-left: 17px;
        transition: all 0.3s ease; }
        .white-document-box .status-heading-box .go-proj-link i:before {
          content: "";
          display: block;
          clear: both;
          position: absolute;
          top: 50%;
          right: 5px;
          width: 18px;
          height: 1px;
          background: #aaa; }
        .white-document-box .status-heading-box .go-proj-link i:after {
          content: "";
          display: block;
          clear: both;
          display: inline-block;
          border: solid #4A4B4B;
          border-width: 0 1px 1px 0;
          padding: 2px;
          transform: rotate(-45deg);
          position: absolute;
          top: 50%;
          margin-top: -2px;
          right: 5px; }
  .white-document-box .status-signed-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
    min-height: 60px; }
    @media (max-width: 767px) {
      .white-document-box .status-signed-box {
        display: block;
        padding-bottom: 5px; } }
    .white-document-box .status-signed-box .status-info {
      padding: 0 3%;
      border-left: 1px solid #EBEBEB;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
      flex: 1; }
      @media (max-width: 767px) {
        .white-document-box .status-signed-box .status-info {
          border: none; } }
      .white-document-box .status-signed-box .status-info:first-child {
        border: none;
        padding-left: 0; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .white-document-box .status-signed-box .status-info:first-child {
            flex-wrap: nowrap;
            width: auto;
            justify-content: flex-start; }
            .white-document-box .status-signed-box .status-info:first-child .iconed-status {
              width: 100%; } }
      .white-document-box .status-signed-box .status-info:last-child {
        padding-right: 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        .white-document-box .status-signed-box .status-info {
          flex: 1;
          width: auto;
          padding: 0 10px; } }
      @media (max-width: 767px) {
        .white-document-box .status-signed-box .status-info {
          display: block;
          width: 100%;
          padding: 0 5px 0 15px !important;
          margin-bottom: 15px; }
          .white-document-box .status-signed-box .status-info:last-child {
            margin-bottom: 0; } }
  .white-document-box .iconed-status {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center; }
    @media (max-width: 767px) {
      .white-document-box .iconed-status {
        align-items: flex-start; } }
    .white-document-box .iconed-status .image {
      width: 30px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      margin-right: 15px; }
      @media (max-width: 767px) {
        .white-document-box .iconed-status .image {
          width: 20px;
          min-width: 20px;
          justify-content: flex-start; } }
    .white-document-box .iconed-status .status-text {
      font-weight: 500;
      color: #000;
      font-size: 14px;
      padding-right: 10px;
      line-height: 16px;
      display: inline-block;
      vertical-align: middle; }
      @media (min-width: 768px) and (max-width: 991px) {
        .white-document-box .iconed-status .status-text {
          font-size: 12px; } }
      @media (max-width: 767px) {
        .white-document-box .iconed-status .status-text {
          font-size: 14px; } }
    .white-document-box .iconed-status .status-date {
      display: block;
      color: #777777;
      font-weight: 500;
      font-size: 14px; }
    .white-document-box .iconed-status .status-right {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center; }
      @media (min-width: 768px) and (max-width: 991px) {
        .white-document-box .iconed-status .status-right {
          flex-wrap: wrap; } }
      @media (max-width: 767px) {
        .white-document-box .iconed-status .status-right {
          display: block;
          padding-top: 5px; } }
    .white-document-box .iconed-status .yellow-big-btn {
      white-space: nowrap; }
      @media (max-width: 767px) {
        .white-document-box .iconed-status .yellow-big-btn {
          margin-top: 10px;
          font-size: 16px;
          padding-right: 12px; }
          .white-document-box .iconed-status .yellow-big-btn span {
            padding: 8px 35px 9px 0; } }
    .white-document-box .iconed-status .signed-date {
      color: #868b97;
      font-size: 13px;
      white-space: nowrap; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .white-document-box .iconed-status .signed-date {
          display: block; } }

.full-modal {
  width: 100%;
  top: 0;
  bottom: 0;
  color: #000; }
  .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 strong, .full-modal b {
    font-weight: 500; }
  .full-modal button {
    outline: none; }
  .full-modal .modal-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .full-modal .modal-holder .container {
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
      padding: 0 4%;
      width: auto;
      max-width: 2000px; }
    .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 ._g-close-btn {
    width: 55px;
    height: 55px;
    min-width: 55px;
    background: none;
    outline: none;
    border: none;
    z-index: 5;
    padding: 15px;
    border-radius: 50%;
    background: #FAFAFA;
    transition: all 0.3s ease; }
    @media (max-width: 767px) {
      .full-modal ._g-close-btn {
        width: 45px;
        height: 45px;
        min-width: 45px; } }
    .full-modal ._g-close-btn:hover {
      background: #FFE31D; }
    .full-modal ._g-close-btn i {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
      .full-modal ._g-close-btn i:before, .full-modal ._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; }
      .full-modal ._g-close-btn i:after {
        transform: rotate(-45deg); }
  .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;
    position: relative; }
    @media (max-width: 767px) {
      .full-modal .modal-centered-box {
        padding-bottom: 20px; } }
    .full-modal .modal-centered-box._nopadding {
      padding-bottom: 0; }
    .full-modal .modal-centered-box.tab-content .modal-centered-box {
      padding-bottom: 0;
      text-align: center; }
  .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%; } }
    .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;
          margin-right: 20px;
          display: inline-block; } }
      .full-modal .modal-heading .heading-icon:before {
        content: "";
        display: block;
        clear: both;
        border-radius: 50%;
        background: #FFE710;
        position: absolute;
        width: 42px;
        height: 42px;
        left: 30%;
        bottom: 8%; }
        @media (max-width: 767px) {
          .full-modal .modal-heading .heading-icon:before {
            left: 0; } }
      .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;
      min-height: 83px; }
      @media (max-width: 767px) {
        .full-modal .modal-heading .heading-desc {
          min-height: 0; } }
    .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 .support-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #000; }
    @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:before {
        content: "";
        display: block;
        clear: both;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        position: absolute;
        bottom: 30%;
        right: 15%;
        background: #FFE710; }
      .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: #F5F6F9;
    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: 22px;
      margin-bottom: 10px; }
    .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: 900px;
    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; } }
      @media (max-width: 767px) {
        .full-modal .payment-type-holder.type-bill {
          padding: 0; } }
      .full-modal .payment-type-holder.type-bill .payment-type-tabs {
        margin-bottom: 0; }
    .full-modal .payment-type-holder.type-sign {
      width: 100%;
      max-width: 100%;
      padding: 0 40px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .full-modal .payment-type-holder.type-sign {
          padding: 0; } }
      @media (max-width: 767px) {
        .full-modal .payment-type-holder.type-sign {
          padding: 0; } }
      .full-modal .payment-type-holder.type-sign .payment-type-tabs {
        margin-bottom: 0;
        padding-left: 43px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .full-modal .payment-type-holder.type-sign .payment-type-tabs {
            padding-left: 13px; } }
        @media (max-width: 767px) {
          .full-modal .payment-type-holder.type-sign .payment-type-tabs {
            padding-left: 0; } }
        .full-modal .payment-type-holder.type-sign .payment-type-tabs li button i {
          background: none;
          width: auto;
          height: auto; }
          .full-modal .payment-type-holder.type-sign .payment-type-tabs li button i img {
            position: static; }
        .full-modal .payment-type-holder.type-sign .payment-type-tabs li button:hover {
          background: #fff;
          border-color: #fff;
          box-shadow: 0 0 40px rgba(39, 39, 58, 0.1), 0 0 3px rgba(39, 39, 58, 0.05); }
        @media (max-width: 767px) {
          .full-modal .payment-type-holder.type-sign .payment-type-tabs li button {
            text-align: center; } }
  .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; }
    .full-modal .payment-type-tabs._mod-sign {
      padding-left: 43px; }
    @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;
        background: none;
        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: #FFE710; }
          .full-modal .payment-type-tabs li a:hover i, .full-modal .payment-type-tabs li button:hover i {
            background: #fff; }
        .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;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          background: #FFE710;
          min-width: 40px;
          transition: all 0.3s ease; }
          .full-modal .payment-type-tabs li a i img, .full-modal .payment-type-tabs li button i img {
            position: absolute;
            left: 14px;
            bottom: 12px; }
  .full-modal .choose-advice-text {
    display: block;
    font-size: 14px;
    color: #8f8f8f;
    margin-bottom: 5vh; }
    @media (max-width: 767px) {
      .full-modal .choose-advice-text {
        margin-bottom: 20px; } }
    .full-modal .choose-advice-text.lefted {
      text-align: left;
      padding-left: 42px;
      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; } }
      @media (max-width: 767px) {
        .full-modal .choose-advice-text.lefted {
          padding-left: 0;
          text-align: center; } }
  .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; }
    @media (max-width: 767px) {
      .full-modal .modal-back-link {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center; } }
    .full-modal .modal-back-link:hover i {
      background: #FFE710; }
    .full-modal .modal-back-link:hover span {
      color: #000; }
    .full-modal .modal-back-link i {
      border-radius: 50%;
      text-align: center;
      width: 40px;
      min-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 .white-document-box {
    box-shadow: none;
    border-radius: 0;
    padding-left: 70px;
    padding-right: 30px;
    margin-bottom: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .full-modal .white-document-box {
        padding-left: 0;
        padding-right: 0; } }
    @media (max-width: 767px) {
      .full-modal .white-document-box {
        padding: 0; } }
    .full-modal .white-document-box .status-left-box {
      padding-left: 15px; }
      @media (max-width: 767px) {
        .full-modal .white-document-box .status-left-box {
          padding-left: 0; } }
    .full-modal .white-document-box .status-right-box {
      padding-right: 0;
      min-width: 150px; }
    .full-modal .white-document-box .status-signed-box .status-info:first-child {
      padding-left: 3%; }
  .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;
      background: none;
      border: none; }
      .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%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        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: 0; }
    @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; } }
    @media (max-width: 767px) {
      .full-modal .white-payment-box {
        padding: 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; }
      @media (max-width: 767px) {
        .full-modal .white-payment-box .payment-name-box {
          padding-top: 0;
          padding-right: 0;
          padding-bottom: 5px; }
          .full-modal .white-payment-box .payment-name-box .name-top-flex {
            padding-left: 0; } }
      .full-modal .white-payment-box .payment-name-box .name {
        font-size: 16px;
        line-height: 18px; }
    @media (max-width: 767px) {
      .full-modal .white-payment-box .payment-center-box {
        border: none; } }
    .full-modal .white-payment-box .payment-center-box .stat-box {
      height: 100%; }
      @media (max-width: 767px) {
        .full-modal .white-payment-box .payment-center-box .stat-box {
          padding-left: 0; } }
    @media (max-width: 767px) {
      .full-modal .white-payment-box .payment-center-box .doc-info-box {
        padding-left: 0;
        padding-right: 0; } }
    @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; } }
    @media (max-width: 767px) {
      .full-modal .white-payment-box .status-right-box {
        padding: 0; } }
  .full-modal .sign-doc-info .sign-type-icon {
    position: relative;
    margin: 0 auto 35px; }
  .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 .very-text {
    margin-bottom: 0;
    padding-bottom: 20px; }
  .full-modal .sms-form .error-label {
    display: none; }
  .full-modal .sms-form .ver-input-wrapper {
    margin-bottom: 40px;
    width: auto; }
    @media (max-width: 767px) {
      .full-modal .sms-form .ver-input-wrapper {
        margin-bottom: 20px; } }
  .full-modal .sms-form .code-counter {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .full-modal .sms-form .code-counter {
        margin-bottom: 20px; } }
  .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%;
        display: block; } }
    .full-modal .sms-form .buttons-wrap .gray-btn {
      margin-top: 0; }
    .full-modal .sms-form .buttons-wrap button {
      width: 48%;
      display: block;
      margin: 0 10px; }
      @media (max-width: 767px) {
        .full-modal .sms-form .buttons-wrap button {
          width: 100%;
          margin: 0 0 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; }
  .full-modal .id-kaart-sign-box {
    margin: 0 auto;
    max-width: 600px; }
    .full-modal .id-kaart-sign-box p {
      font-size: 18px;
      line-height: 24px; }
    .full-modal .id-kaart-sign-box .icon {
      margin-bottom: 30px; }
    .full-modal .id-kaart-sign-box .info-text {
      font-size: 21px;
      line-height: 33px;
      display: block; }
  .full-modal .tab-cent {
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .full-modal .tab-inside p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px; }
  .full-modal .code-box {
    padding-bottom: 20px; }
    .full-modal .code-box .code-loader {
      margin-bottom: 20px; }
    .full-modal .code-box .code-label {
      display: block;
      font-size: 15px;
      font-weight: 500; }
    .full-modal .code-box .code {
      display: block;
      font-size: 41px;
      font-weight: 500; }
  .full-modal .mobil-form {
    margin: 0 auto;
    max-width: 500px;
    width: 80%; }
    .full-modal .mobil-form .form-group {
      margin-bottom: 20px; }
    .full-modal .mobil-form .form-fields {
      margin-bottom: 15px; }
    .full-modal .mobil-form .form-control {
      border: none;
      box-shadow: none;
      border-bottom: 1px solid #D8D8D8;
      border-radius: 0;
      font-size: 17px;
      padding: 5px 10px 10px 17px;
      height: 40px;
      color: #000000;
      text-align: center; }
      .full-modal .mobil-form .form-control::-webkit-input-placeholder {
        color: #000; }
      .full-modal .mobil-form .form-control:-moz-placeholder {
        color: #000; }
      .full-modal .mobil-form .form-control::-moz-placeholder {
        color: #000; }
      .full-modal .mobil-form .form-control:-ms-input-placeholder {
        color: #000; }
      .full-modal .mobil-form .form-control:focus {
        border-color: #999; }
    .full-modal .mobil-form .selectric-wrapper.selectric-open .selectric .label:after {
      transform: rotate(-135deg);
      margin-top: 0; }
    .full-modal .mobil-form .selectric-wrapper .selectric {
      background: none;
      border: none;
      border-bottom: 1px solid #D8D8D8;
      transition: all 0.3s ease; }
      .full-modal .mobil-form .selectric-wrapper .selectric:hover {
        border-color: #666; }
      .full-modal .mobil-form .selectric-wrapper .selectric .label {
        margin-right: 10px;
        font-size: 17px;
        color: #000;
        margin-left: 25px;
        line-height: 40px;
        height: 42px; }
        .full-modal .mobil-form .selectric-wrapper .selectric .label:after {
          content: "";
          display: block;
          clear: both;
          display: inline-block;
          vertical-align: middle;
          border: solid #666;
          border-width: 0 1px 1px 0;
          padding: 3px;
          margin-left: 15px;
          margin-top: -4px;
          transform: rotate(45deg); }
      .full-modal .mobil-form .selectric-wrapper .selectric .button {
        display: none; }
    .full-modal .mobil-form .selectric-wrapper .selectric-items {
      background: #fff;
      border: none;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      padding-top: 10px;
      margin-top: -2px;
      max-width: 300px;
      left: 50%;
      margin-left: -159px;
      z-index: 3; }
      .full-modal .mobil-form .selectric-wrapper .selectric-items:before {
        content: "";
        display: block;
        clear: both;
        position: absolute;
        left: 50%;
        bottom: 100%;
        width: 0;
        height: 0;
        transition: all 0.3s ease;
        border-style: solid;
        border-width: 8px;
        border-color: transparent transparent #fff transparent;
        opacity: 1;
        z-index: 4; }
      .full-modal .mobil-form .selectric-wrapper .selectric-items li {
        font-size: 17px;
        padding: 7px 10px 7px 20px;
        border-bottom: 1px solid #F7F6F8;
        color: #000; }
        .full-modal .mobil-form .selectric-wrapper .selectric-items li:last-child {
          border: none; }
        .full-modal .mobil-form .selectric-wrapper .selectric-items li:hover {
          background: #F8F9FA; }
        .full-modal .mobil-form .selectric-wrapper .selectric-items li.selected {
          background: #FCE732; }

.white-payment-box {
  background-color: #fff;
  box-shadow: 3px 2px 6px rgba(39, 39, 58, 0.05), 0px 0px 1px rgba(39, 39, 58, 0.09);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 15px 2% 15px 0;
  position: relative; }
  @media (max-width: 767px) {
    .white-payment-box {
      display: block;
      padding: 0;
      border-radius: 10px; }
      .white-payment-box:last-child {
        margin-bottom: 0; } }
  .white-payment-box .payment-updown {
      position: absolute;
      top: 15px;
      left: 15px;
  }
    @media (max-width: 767px) {
      .white-payment-box .payment-updown {
        top: 12px;
        left: 6%; } }
    .white-payment-box .payment-updown._mod-up {
      transform: rotate(-180deg); }
  .white-payment-box .price-earned,
  .white-payment-box .price-remain {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    color: #00971c;
    font-size: 13px;
    font-weight: 500; }
    .white-payment-box .price-earned em,
    .white-payment-box .price-remain em {
      font-size: 11px;
      font-style: normal;
      padding-left: 10px; }
  .white-payment-box .price-remain {
    color: #e2bf00; }
  .white-payment-box .payer-link {
    display: inline-block;
    font-size: 11px;
    color: #000;
    margin-bottom: 5px; }
    .white-payment-box .payer-link:hover i {
      border-color: #ccc; }
    .white-payment-box .payer-link i {
      display: inline-block;
      vertical-align: middle;
      width: 24px;
      min-width: 24px;
      height: 24px;
      border-radius: 50%;
      overflow: hidden;
      border: 1px solid transparent;
      margin-right: 6px; }
    .white-payment-box .payer-link em {
      font-style: normal;
      display: inline-block;
      vertical-align: middle; }
  .white-payment-box .payment-name-box {
    padding: 5px 25px 5px 40px;
    width: 30%;
    max-width: 260px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch; }

@media (min-width: 992px) and (max-width: 1199px) {
    .white-payment-box .payment-name-box {
        width: 25%;
        padding-left: 20px;
    }

    .white-payment-box .payment-name-box .name-top-flex {
        padding-left: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .white-payment-box .payment-name-box {
        padding-left: 20px;
        padding-right: 15px;
        width: 20%;
    }

    .white-payment-box .payment-name-box .name-top-flex {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .white-payment-box .payment-name-box {
        width: 100%;
        padding: 16px 6%;
        max-width: 100%;
        align-items: flex-end;
        flex-direction: row;
        flex-wrap: wrap;
        border-bottom: 1px solid #eee;
    }

    .white-payment-box .payment-name-box .name-top-flex {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: space-between;
          align-items: center;
          width: 100%;
          padding-right: 0;
          padding-left: 25px;
          margin-bottom: 0; } }
    .white-payment-box .payment-name-box .date {
      display: block;
      color: #8D8D8D;
      font-size: 12px;
      font-weight: normal;
      padding-bottom: 5px; }
      @media (max-width: 767px) {
        .white-payment-box .payment-name-box .date {
          padding-bottom: 0; } }
    .white-payment-box .payment-name-box .name {
      display: block;
      font-size: 17px;
      line-height: 20px;
      font-weight: 500;
      color: #000;
      margin-bottom: 5px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .white-payment-box .payment-name-box .name {
          margin-bottom: 10px;
          font-size: 15px;
          line-height: 18px; } }
      @media (max-width: 767px) {
        .white-payment-box .payment-name-box .name {
          margin-bottom: 0px;
          width: 100%;
          text-align: left; } }
    .white-payment-box .payment-name-box .name-box {
      flex: 1; }
    .white-payment-box .payment-name-box .price {
      display: block;
      color: #000;
      font-size: 21px;
      width: 100%;
      position: relative;
      font-weight: 500;
      white-space: nowrap; }
      @media (max-width: 767px) {
        .white-payment-box .payment-name-box .price {
          position: static;
          text-align: left;
          font-size: 22px; } }
      .white-payment-box .payment-name-box .price span {
        font-size: 14px; }
      .white-payment-box .payment-name-box .price i {
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        padding-left: 5px; }
  .white-payment-box .payment-center-box {
    flex: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    border-left: 1px solid #F1F1F1; }
    @media (max-width: 767px) {
      .white-payment-box .payment-center-box {
        display: block;
        padding: 10px 0 10px; } }
    .white-payment-box .payment-center-box .stat-box {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      padding: 5px 0 10px 3vw; }
      @media (min-width: 768px) and (max-width: 991px) {
        .white-payment-box .payment-center-box .stat-box {
          padding-left: 2vw; } }
      @media (max-width: 767px) {
        .white-payment-box .payment-center-box .stat-box {
          display: block;
          padding-left: 6%;
          padding-top: 0; } }
      .white-payment-box .payment-center-box .stat-box .stat-desc {
        width: 100%; }
      .white-payment-box .payment-center-box .stat-box .stat-icon {
        width: 50px;
        padding-top: 3px; }
  .white-payment-box .iconed-status {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-right: 15px; }
    .white-payment-box .iconed-status .image {
      width: 28px; }
    .white-payment-box .iconed-status .status-text {
      font-weight: 500;
      color: #000;
      font-size: 13px; }
  .white-payment-box .signed-date {
    display: block;
    font-size: 13px; }
    .white-payment-box .signed-date.already-signed:before {
      content: "";
      display: block;
      clear: both;
      height: 1px;
      width: 15px;
      margin-right: 10px;
      background: #888888;
      display: inline-block;
      vertical-align: middle; }
  .white-payment-box .button-wrap {
    padding-left: 20px; }
    @media (max-width: 767px) {
      .white-payment-box .button-wrap {
        padding-top: 5px; } }
  .white-payment-box .doc-info-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: 1px solid #F5F5F5;
    padding: 15px 0 10px 3vw; }
    @media (min-width: 768px) and (max-width: 991px) {
      .white-payment-box .doc-info-box {
        padding: 10px 0 10px 2vw; } }
    @media (max-width: 767px) {
      .white-payment-box .doc-info-box {
        text-align: center;
        padding: 10px 5px 0 6%;
        display: block; } }
    .white-payment-box .doc-info-box .doc-info-col {
      padding: 0 20px; }
      @media (max-width: 767px) {
        .white-payment-box .doc-info-box .doc-info-col {
          padding: 0 0 10px;
          border-left: none;
          display: table-row; } }
      .white-payment-box .doc-info-box .doc-info-col:first-child {
        border: none;
        padding-left: 0; }
      .white-payment-box .doc-info-box .doc-info-col:last-child {
        padding-right: 0; }
        @media (max-width: 767px) {
          .white-payment-box .doc-info-box .doc-info-col:last-child {
            padding-bottom: 0; } }
      .white-payment-box .doc-info-box .doc-info-col span {
        font-weight: 500;
        font-size: 11px;
        color: #8D8D8D;
        padding-right: 5px; }
        @media (max-width: 767px) {
          .white-payment-box .doc-info-box .doc-info-col span {
            display: table-cell;
            text-align: left;
            padding: 4px 0; } }
      .white-payment-box .doc-info-box .doc-info-col strong {
        font-size: 11px;
        color: #000;
        font-weight: 500; }
        @media (max-width: 767px) {
          .white-payment-box .doc-info-box .doc-info-col strong {
            display: table-cell;
            text-align: left;
            padding-left: 10px; } }
    .white-payment-box .doc-info-box .righted-col {
      margin-left: auto;
      margin-top: -5px; }
  @media (max-width: 767px) {
    .white-payment-box .iconed-status-desc {
      width: 100%; } }
  .white-payment-box .iconed-status-date {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; }
    .white-payment-box .iconed-status-date .image {
      width: 30px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      margin-right: 10px; }
    .white-payment-box .iconed-status-date .status-text {
      font-size: 13px;
      color: #000;
      font-weight: 500; }
    .white-payment-box .iconed-status-date .status-date {
      padding-left: 14px; }
      .white-payment-box .iconed-status-date .status-date:before {
        content: "";
        display: block;
        clear: both;
        height: 1px;
        width: 14px;
        background: #D6D6D6;
        display: inline-block;
        vertical-align: middle;
        margin-right: 14px; }
    .white-payment-box .iconed-status-date .signed-date {
      display: block;
      font-size: 13px;
      color: #959595; }
  .white-payment-box .yellow-big-btn span {
    min-width: 0; }
  .white-payment-box .act-box {
    padding-left: 20px; }
    @media (max-width: 767px) {
      .white-payment-box .act-box {
        padding-top: 10px;
        padding-left: 35px; } }
  .white-payment-box .status-right-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    min-width: 150px;
    padding: 10px 0px 10px 25px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .white-payment-box .status-right-box {
        padding-right: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .white-payment-box .status-right-box {
        padding-left: 10px; } }
    @media (max-width: 767px) {
      .white-payment-box .status-right-box {
        height: 95px;
        margin-top: -90px;
        position: relative;
        z-index: 3;
        width: 100%;
        padding-right: 6%;
        padding-top: 5px;
        padding-bottom: 5px;
        justify-content: flex-end; } }
    .white-payment-box .status-right-box .file-info {
      padding: 0 10px; }
      @media (max-width: 767px) {
        .white-payment-box .status-right-box .file-info {
          padding-right: 0; } }

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

.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; }
  .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; }
  @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; }

div._g-pred-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 30px;
  margin-left: -1%;
  margin-right: -1%; }
  @media (max-width: 767px) {
    div._g-pred-list {
      display: block;
      margin: 0; } }
  div._g-pred-list.swiper-container {
    margin: 0 0 40px;
    display: block; }
    div._g-pred-list.swiper-container .item {
      margin: 0; }
    div._g-pred-list.swiper-container .swiper-pagination {
      position: relative;
      bottom: auto;
      top: auto;
      left: auto;
      margin-top: 30px; }
      @media (max-width: 767px) {
        div._g-pred-list.swiper-container .swiper-pagination {
          margin-top: 15px; } }
      div._g-pred-list.swiper-container .swiper-pagination span {
        width: 5px;
        border-radius: 50%;
        transition: all 0.3s ease;
        height: 5px;
        margin: 0 8px;
        background: #0E0D12; }
  div._g-pred-list .item {
    width: 31.2%;
    margin: 0 1% 2%; }
    @media (min-width: 768px) and (max-width: 991px) {
      div._g-pred-list .item {
        width: 48%; } }
    @media (max-width: 767px) {
      div._g-pred-list .item {
        width: 100%;
        margin: 0 0 20px; } }
    div._g-pred-list .item .item-holder {
      width: 100%;
      position: relative;
      border-radius: 10px;
      overflow: hidden; }
      div._g-pred-list .item .item-holder:hover:before {
        opacity: 0.3; }
      div._g-pred-list .item .item-holder:hover .item-pic {
        transform: scale(1.2);
        transition: all 1s ease; }
      div._g-pred-list .item .item-holder:before {
        content: "";
        display: block;
        clear: both;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        background: #000;
        z-index: 2;
        transition: all 0.3s ease; }
      div._g-pred-list .item .item-holder:after {
        content: "";
        display: block;
        clear: both;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 0.5s ease;
        z-index: 3;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.44) 0%, transparent 40%, transparent 60%, rgba(0, 0, 0, 0.49) 100%); }
      div._g-pred-list .item .item-holder .item-pic {
        display: block;
        transition: all 0.3s ease; }
      div._g-pred-list .item .item-holder .item-content {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          justify-content: space-between;
          align-items: stretch;
          padding: 5% 5% 7%;
          color: #fff;
          z-index: 6;
      }
      div._g-pred-list .item .item-holder .item-top {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: space-between;
          align-items: center;
          position: relative;
      }
        div._g-pred-list .item .item-holder .item-top .title {
          display: block;
          font-size: 14px; }
          @media (min-width: 992px) and (max-width: 1199px) {
            div._g-pred-list .item .item-holder .item-top .title {
              font-size: 12px; } }
          @media (max-width: 767px) {
            div._g-pred-list .item .item-holder .item-top .title {
              font-size: 12px; } }
        div._g-pred-list .item .item-holder .item-top .cat-box {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: flex-end;
          align-items: center;
          font-size: 14px; }
          @media (min-width: 992px) and (max-width: 1199px) {
            div._g-pred-list .item .item-holder .item-top .cat-box {
              font-size: 12px; } }
          @media (max-width: 767px) {
            div._g-pred-list .item .item-holder .item-top .cat-box {
              font-size: 12px; } }
        div._g-pred-list .item .item-holder .item-top .cat {
          border-radius: 50%;
          width: 33px;
          height: 33px;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center;
          background: #FFE31D;
          padding: 7px;
          margin-left: 10px; }
      div._g-pred-list .item .item-holder .sale-name {
        display: block;
        font-size: 27px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 10px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          div._g-pred-list .item .item-holder .sale-name {
            font-size: 22px; } }
        @media (max-width: 767px) {
          div._g-pred-list .item .item-holder .sale-name {
            font-size: 22px; } }
      div._g-pred-list .item .item-holder .bottom-row {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: space-between;
          align-items: flex-end;
          position: relative;
          z-index: 6;
      }
      div._g-pred-list .item .item-holder .edit-btn {
        border-radius: 50%;
        background: #ffffff;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        width: 38px;
        height: 38px;
        min-width: 38px;
        transition: all 0.3s ease;
        position: relative;
        z-index: 5; }
        div._g-pred-list .item .item-holder .edit-btn:hover {
          background: #FFE31D; }
  div._g-pred-list .offer-status {
    display: block;
    margin-top: 15px;
    margin-left: 5%;
    position: relative;
    padding-left: 30px;
    font-weight: 500;
      font-size: 11px;
  }

div._g-pred-list .offer-status:before {
    content: "";
    display: block;
    clear: both;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #E0F5E3;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
}

div._g-pred-list .offer-status:after {
    content: "";
    display: block;
    clear: both;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    height: 10px;
    width: 10px;
    left: 5px;
    margin-top: -5px;
    background: #00AD1C;
    z-index: 3;
}

div._g-pred-list .offer-status._mod-wait:before {
    background: #FCF6D2;
}

div._g-pred-list .offer-status._mod-wait:after {
    background: #F0CC03;
}

div._g-pred-list._mod-check .abs-link {
    z-index: 6;
}

div._g-pred-list._mod-check .abs-checkbox {
    position: relative;
    display: block;
    z-index: 7;
}

div._g-pred-list._mod-check .abs-checkbox:hover .ch-btn {
    border-color: #fff;
}

div._g-pred-list._mod-check .abs-checkbox .ch-btn {
    border-radius: 5px;
    display: block;
    width: 30px;
    height: 30px;
    min-width: 30px;
    transition: all 0.3s ease;
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.5);
    position: relative;
    cursor: pointer;
    left: 5%;
    top: 8%;
    z-index: 5;
}

div._g-pred-list._mod-check .abs-checkbox .ch-btn:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    display: inline-block;
    top: 5px;
    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;
}

div._g-pred-list._mod-check input[type=checkbox] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
}

div._g-pred-list._mod-check input[type=checkbox]:checked + .ch-btn {
    background: #FFE31D;
    border-color: #FFE31D;
}

div._g-pred-list._mod-check input[type=checkbox]:checked + .ch-btn:before {
    opacity: 1;
}

div._g-pred-list._mod-check .item-holder .sale-name {
    margin-bottom: 0;
}

div._g-pred-list._mod-check .item-holder .cat-box {
    margin-left: auto;
}

div._g-pred-list._mod-check .item-holder .item-content {
    border-radius: 10px;
}

._g-plus-add-btn {
    display: inline-block;
    background: #FFE118;
    border-radius: 20px;
    padding: 8px 30px 8px 13px;
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

._g-plus-add-btn._mod-plus-white i {
    border: 1px solid #FFE118;
    background: #fff;
}

._g-plus-add-btn:hover {
    color: #000;
}

._g-plus-add-btn:hover i {
    background: #000000;
    color: #fff;
}

._g-plus-add-btn i {
    border-radius: 50%;
    border: 1px solid #C0AA19;
    width: 24px;
    height: 24px;
    min-width: 24px;
    text-align: center;
    line-height: 21px;
    margin-right: 13px;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-weight: 300;
    transition: all 0.3s ease;
    font-size: 22px; }
  ._g-plus-add-btn span {
    display: inline-block;
    vertical-align: middle; }

.content-full-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .content-full-tabs {
      display: block; }
      .content-full-tabs.content-lefted-tabs {
        display: flex; }
        .content-full-tabs.content-lefted-tabs .tab-item {
          margin-left: 20px; }
          .content-full-tabs.content-lefted-tabs .tab-item:first-child {
            margin-left: 0; } }
  .content-full-tabs._mod-center {
    justify-content: center; }
  .content-full-tabs .tab-item {
    margin-right: 30px; }
    @media (max-width: 767px) {
      .content-full-tabs .tab-item {
        margin-right: 0;
        margin-bottom: 10px; } }
    .content-full-tabs .tab-item:last-child {
      margin-right: 0; }
    .content-full-tabs .tab-item a {
      display: inline-block;
      position: relative;
      padding: 0 5px 10px;
      font-size: 27px;
      color: #7f7f7f;
      font-weight: normal;
      transition: all 0.3s ease;
      border-bottom: 2px solid transparent; }
      @media (max-width: 767px) {
        .content-full-tabs .tab-item a {
          font-size: 22px;
          padding: 0 0 5px; } }
      .content-full-tabs .tab-item a:hover {
        color: #000; }
    .content-full-tabs .tab-item.active a {
      color: #000;
      border-color: #FDE856; }

.partners-find-form {
  margin-bottom: 30px; }
  .partners-find-form .show-all-btn {
    display: block;
    text-align: left;
    color: #000;
    font-size: 15px;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px 30px 16px 30px;
    background: #fff;
    box-shadow: none;
    border-radius: 0 10px 10px 0;
    position: relative;
    z-index: 40;
    transition: all 0.3s ease;
    font-weight: normal; }
    @media (min-width: 768px) and (max-width: 991px) {
      .partners-find-form .show-all-btn {
        padding-left: 20px; } }
    @media (max-width: 767px) {
      .partners-find-form .show-all-btn {
        border-radius: 0 0 10px 10px;
        padding-left: 20px;
        padding-right: 20px; } }
    .partners-find-form .show-all-btn:hover {
      color: #000;
      background: #FFEA33; }
    .partners-find-form .show-all-btn:after {
      content: "";
      display: block;
      clear: both;
      display: inline-block;
      border: solid #000;
      border-width: 0 1px 1px 0;
      padding: 5px;
      transform: rotate(45deg);
      position: absolute;
      right: 30px; }
      @media (max-width: 767px) {
        .partners-find-form .show-all-btn:after {
          right: 25px;
          padding: 4px;
          margin-top: 5px; } }
    .partners-find-form .show-all-btn.btn-actived:after {
      transform: rotate(-135deg);
      margin-top: 7px; }
  .partners-find-form .find-flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
    @media (max-width: 767px) {
      .partners-find-form .find-flex-row {
        display: block; } }
  .partners-find-form .input-wrap {
    position: relative; }
    .partners-find-form .input-wrap .icon {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 60px;
      left: 10px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center; }
      @media (min-width: 768px) and (max-width: 991px) {
        .partners-find-form .input-wrap .icon {
          width: 40px;
          left: 5px; } }
      @media (max-width: 767px) {
        .partners-find-form .input-wrap .icon {
          width: 40px; } }
    .partners-find-form .input-wrap input {
      padding-left: 75px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .partners-find-form .input-wrap input {
          padding-left: 50px; } }
      @media (max-width: 767px) {
        .partners-find-form .input-wrap input {
          padding-left: 55px; } }
  .partners-find-form .form-control {
    height: 66px;
    border-radius: 0;
    background: none;
    border: none;
    box-shadow: none;
    outline: none; }
    .partners-find-form .form-control::-webkit-input-placeholder {
      color: #7d7d7d;
      font-size: 14px; }
    .partners-find-form .form-control:-moz-placeholder {
      color: #7d7d7d;
      font-size: 14px; }
    .partners-find-form .form-control::-moz-placeholder {
      color: #7d7d7d;
      font-size: 14px; }
    .partners-find-form .form-control:-ms-input-placeholder {
      color: #7d7d7d;
      font-size: 14px; }
    @media (max-width: 767px) {
      .partners-find-form .form-control {
        height: 50px; } }
  .partners-find-form .search-col {
    width: 35%; }
    @media (max-width: 767px) {
      .partners-find-form .search-col {
        width: 100%; } }
  .partners-find-form .country-col {
    border-left: 1px solid #F2F2F2;
    width: 20%;
    min-width: 150px; }
    @media (max-width: 767px) {
      .partners-find-form .country-col {
        width: 100%; } }
  .partners-find-form .city-col {
    border-left: 1px solid #F2F2F2;
    width: 20%;
    min-width: 150px; }
    @media (max-width: 767px) {
      .partners-find-form .city-col {
        width: 100%; } }
  .partners-find-form .category-col {
    position: relative;
    width: 30%;
    border-left: 1px solid #F2F2F2;
    min-width: 300px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .partners-find-form .category-col {
        min-width: 200px; } }
    @media (max-width: 767px) {
      .partners-find-form .category-col {
        width: 100%;
        min-width: 0; } }
  .partners-find-form .select-wrapper {
    height: 100%;
    width: 100%; }
  .partners-find-form .selectric-wrapper {
    height: 100%; }
    .partners-find-form .selectric-wrapper .selectric {
      height: 66px;
      box-shadow: none;
      border: none;
      background: none; }
      @media (max-width: 767px) {
        .partners-find-form .selectric-wrapper .selectric {
          height: 50px; } }
      .partners-find-form .selectric-wrapper .selectric .label {
        line-height: 66px;
        height: 100%;
        font-size: 15px;
        color: #000;
        padding-left: 25px;
        margin-left: 0; }
        @media (max-width: 767px) {
          .partners-find-form .selectric-wrapper .selectric .label {
            line-height: 55px; } }
      .partners-find-form .selectric-wrapper .selectric .button {
        height: 100%;
        background: none; }
        @media (max-width: 767px) {
          .partners-find-form .selectric-wrapper .selectric .button {
            background: none;
            top: 50%;
            margin-top: -27px;
            width: 10px;
            right: 25px; }
            .partners-find-form .selectric-wrapper .selectric .button:after {
              display: inline-block;
              border: solid #313131;
              border-width: 0 1px 1px 0;
              padding: 4px;
              transform: rotate(45deg);
              margin-left: 0px; } }
    .partners-find-form .selectric-wrapper .selectric-items {
      border-radius: 0 0 10px 10px;
      padding: 10px 0;
      background: #fff; }
      .partners-find-form .selectric-wrapper .selectric-items .mCSB_container {
        margin-right: 0; }
      .partners-find-form .selectric-wrapper .selectric-items ul {
        margin: 0;
        padding: 0; }
        .partners-find-form .selectric-wrapper .selectric-items ul li {
          padding: 10px 20px 10px 25px;
          margin: 0; }
          .partners-find-form .selectric-wrapper .selectric-items ul li:hover {
            background: #FFE31D; }
          .partners-find-form .selectric-wrapper .selectric-items ul li:before {
            display: none; }

.partner-map-section {
  height: 700px;
  width: 100%;
  position: relative;
  margin-bottom: 80px;
  border-radius: 15px;
  z-index: 10; }
  @media (max-width: 767px) {
    .partner-map-section {
      height: 400px;
      margin-bottom: 30px; } }
  .partner-map-section .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .partner-map-section._mod-maped {
    margin-top: 60px;
    margin-bottom: -90px; }
  .partner-map-section .partners-find-form {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    width: 100%; }
    @media (max-width: 767px) {
      .partner-map-section .partners-find-form {
        position: relative;
        transform: none;
        margin-top: 0px; } }
  .partner-map-section .map div[title=' '] {
    opacity: 0 !important;
    transition: filter 0.3s ease; }
    .partner-map-section .map div[title=' ']:hover {
      opacity: 1 !important;
      filter: invert(88%) grayscale(1); }
    .partner-map-section .map div[title=' ']:before {
      content: "";
      display: block;
      clear: both;
      width: 10px;
      height: 10px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .partner-map-section .map div[title='       '] {
    opacity: 1 !important;
    filter: invert(88%) grayscale(1);
    transition: filter 0.3s ease; }
  .partner-map-section .map div[title='    '] {
    opacity: 1 !important;
    filter: invert(88%) grayscale(1);
    transition: filter 0.3s ease; }
  .partner-map-section .partner-view-item {
    margin-bottom: 10px; }
    .partner-map-section .partner-view-item .abs-link {
      z-index: 6; }
    .partner-map-section .partner-view-item .item-pic {
      max-width: 100%; }
    .partner-map-section .partner-view-item .cat img {
      max-width: 100%; }
    .partner-map-section .partner-view-item .cat-box span {
      font-size: 13px;
      font-weight: 500; }
    .partner-map-section .partner-view-item .sale-name {
      font-size: 18px; }
  .partner-map-section .partners-find-form {
    top: auto; }
  .partner-map-section .cats-abs-block {
    position: absolute;
    text-align: left;
    top: 100%;
    right: 0;
    width: 100%;
    z-index: 38;
    display: none;
    padding-top: 10px;
    min-width: 280px;
    background: #fff;
    margin-top: -10px;
    border-radius: 0 0 20px 20px; }
    @media (max-width: 767px) {
      .partner-map-section .cats-abs-block {
        width: 100%; } }
    .partner-map-section .cats-abs-block .cats-holder {
      background: #ffffff;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      border-radius: 0 0 10px 10px;
      padding: 0;
      overflow: hidden;
      height: 100%;
      max-height: 50vh; }
      .partner-map-section .cats-abs-block .cats-holder .mCSB_scrollTools {
        right: 5px;
        top: 15px;
        bottom: 15px; }
      .partner-map-section .cats-abs-block .cats-holder .mCSB_inside > .mCSB_container {
        margin-right: 0; }
      .partner-map-section .cats-abs-block .cats-holder .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .partner-map-section .cats-abs-block .cats-holder .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
        width: 4px; }
  .partner-map-section .shop-cats-list {
    width: 100%;
    list-style: none;
    padding-bottom: 0;
    margin-bottom: 0; }
    .partner-map-section .shop-cats-list li {
      padding: 0;
      margin: 0; }
      .partner-map-section .shop-cats-list li input {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        width: 1px;
        height: 1px; }
      .partner-map-section .shop-cats-list li:before {
        display: none; }
      .partner-map-section .shop-cats-list li .cat-btn {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        padding: 2px 40px 2px 15px;
        width: 100%;
        background: none;
        outline: none;
        border: none;
        font-size: 15px;
        margin: 0;
        text-align: left;
        transition: all 0.3s ease; }
        .partner-map-section .shop-cats-list li .cat-btn:hover {
          background: #F4F4F4; }
        .partner-map-section .shop-cats-list li .cat-btn .image {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center;
          width: 55px;
          height: 40px;
          margin-right: 10px;
          transition: filter 0.3s ease; }
          .partner-map-section .shop-cats-list li .cat-btn .image img {
            max-width: 32px;
            max-height: 28px; }
        .partner-map-section .shop-cats-list li .cat-btn .catName {
          display: block;
          text-align: left;
          flex: 1;
          font-weight: normal; }
        .partner-map-section .shop-cats-list li .cat-btn .count {
          display: block;
          font-size: 13px;
          font-weight: normal; }
      .partner-map-section .shop-cats-list li input:checked + label {
        background: #FFEA33 !important; }
        .partner-map-section .shop-cats-list li input:checked + label .image {
          filter: invert(0.3); }
  .partner-map-section .gm-style .mapsbox-frame {
    padding: 0; }
  .partner-map-section .gm-style .gm-style-iw {
    min-height: 110px;
    height: auto !important;
    width: 250px;
    padding: 0;
    border-radius: 11px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
    @media (max-width: 767px) {
      .partner-map-section .gm-style .gm-style-iw {
        max-width: 200px !important; } }
  .partner-map-section .gm-style .gm-style-iw-d {
    overflow: visible !important; }
    @media (max-width: 767px) {
      .partner-map-section .gm-style .gm-style-iw-d {
        max-width: 250px !important; } }
  .partner-map-section .gm-style .mapsbox-holder {
    padding: 15px 13px; }
    @media (max-width: 767px) {
      .partner-map-section .gm-style .mapsbox-holder {
        padding: 15px 5px 5px 15px; } }
    .partner-map-section .gm-style .mapsbox-holder .loc-box {
      background: url(../images/@2x/partner-view-icon-loc.png) no-repeat;
      background-size: 11px auto;
      padding-left: 17px; }
      .partner-map-section .gm-style .mapsbox-holder .loc-box .adr {
        display: block;
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 3px; }
      .partner-map-section .gm-style .mapsbox-holder .loc-box .tel {
        display: block;
        font-weight: 300;
        font-size: 12px; }
    .partner-map-section .gm-style .mapsbox-holder .name {
      display: block;
      font-size: 14px;
      font-weight: 500;
      color: #000000;
      margin-bottom: 10px; }
  .partner-map-section .zoom-buttons {
    position: absolute;
    z-index: 5;
    top: 40px;
    right: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px; }
    @media (max-width: 767px) {
      .partner-map-section .zoom-buttons {
        top: 20px;
        right: 15px; } }
    .partner-map-section .zoom-buttons .zoom-button {
      display: block;
      width: 40px;
      height: 35px;
      transition: all 0.3s ease;
      cursor: pointer;
      border: none;
      outline: none;
      background: #fff;
      font-size: 25px;
      color: #333;
      font-weight: 500;
      line-height: 35px;
      padding: 0;
      position: relative; }
      .partner-map-section .zoom-buttons .zoom-button:before {
        content: "";
        display: block;
        clear: both;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        height: 2px;
        background: #000;
        left: 50%;
        width: 16px;
        margin-left: -8px; }
      .partner-map-section .zoom-buttons .zoom-button:after {
        content: "";
        display: block;
        clear: both;
        position: absolute;
        left: 50%;
        width: 2px;
        margin-left: -1px;
        background: #000000;
        height: 16px;
        top: 50%;
        margin-top: -8px; }
      .partner-map-section .zoom-buttons .zoom-button:hover {
        background: #FFEA33;
        color: #000; }
      .partner-map-section .zoom-buttons .zoom-button.zoom-in {
        border-radius: 10px 10px 0 0;
        border-bottom: 1px solid #ddd; }
      .partner-map-section .zoom-buttons .zoom-button.zoom-out {
        border-radius: 0 0 10px 10px;
        line-height: 30px;
        padding-bottom: 5px; }
        .partner-map-section .zoom-buttons .zoom-button.zoom-out:after {
          display: none; }

div.partner-map-section._mod-maped {
  height: 100vh;
  margin-top: 30px; }
  @media (max-width: 767px) {
    div.partner-map-section._mod-maped {
      margin-top: 0;
      height: auto; } }
  div.partner-map-section._mod-maped .zoom-buttons {
    top: 90px;
    right: 7vw; }
  @media (max-width: 767px) {
    div.partner-map-section._mod-maped .map {
      position: relative;
      height: 80vh; } }
  div.partner-map-section._mod-maped .partners-find-form {
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      div.partner-map-section._mod-maped .partners-find-form {
        transform: none;
        margin-bottom: -40px; } }

.partner-view-sect {
  height: 100vh;
  background: #fff;
  min-height: 700px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 80px; }
  @media (max-width: 767px) {
    .partner-view-sect {
      display: block;
      height: auto;
      margin-top: 0;
      padding-top: 100px; } }
  .partner-view-sect .partner-info-column {
    background: #fff;
    min-width: 400px;
    max-width: 500px;
    width: 30%;
    padding: 30px 0 20px 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch; }
    @media (max-width: 767px) {
      .partner-view-sect .partner-info-column {
        min-width: 0;
        max-width: none;
        width: 100%;
        padding-top: 0;
        padding-left: 6%; } }
    .partner-view-sect .partner-info-column .column-top {
      margin-bottom: 20px; }
    .partner-view-sect .partner-info-column .bot-holder {
      height: 100%;
      max-height: 100%;
      overflow: hidden; }
      @media (max-width: 767px) {
        .partner-view-sect .partner-info-column .bot-holder {
          max-height: none;
          height: auto; } }
      .partner-view-sect .partner-info-column .bot-holder .mCSB_container {
        margin-right: 30px; }
        @media (max-width: 767px) {
          .partner-view-sect .partner-info-column .bot-holder .mCSB_container {
            margin-right: 6vw; } }
      .partner-view-sect .partner-info-column .bot-holder .mCSB_scrollTools {
        right: 7px; }
    .partner-view-sect .partner-info-column .top-row {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 25px;
      padding-right: 30px; }
      @media (max-width: 767px) {
        .partner-view-sect .partner-info-column .top-row {
          padding-right: 6vw;
          display: block;
          margin-bottom: 20px; } }
      .partner-view-sect .partner-info-column .top-row h1 {
        font-weight: normal;
        margin: 0;
        font-size: 30px;
        color: #000; }
    .partner-view-sect .partner-info-column .column-bot {
      height: 100%; }
    .partner-view-sect .partner-info-column .adr-list .adr-item {
      position: relative;
      padding: 25px 20px;
      display: flex;
      flex-direction: row;
      border-radius: 10px;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      transition: all 0.3s ease;
      cursor: pointer; }
      @media (max-width: 767px) {
        .partner-view-sect .partner-info-column .adr-list .adr-item {
          padding: 15px 15px; } }
      .partner-view-sect .partner-info-column .adr-list .adr-item:hover .adr-left .name {
        color: #999; }
      .partner-view-sect .partner-info-column .adr-list .adr-item:hover .adr-left .tel {
        color: #999; }
      .partner-view-sect .partner-info-column .adr-list .adr-item .adr-left {
        display: block;
        flex: 1; }
        .partner-view-sect .partner-info-column .adr-list .adr-item .adr-left .name {
          display: block;
          font-size: 16px;
          font-weight: 500;
          color: #000;
          margin-bottom: 5px; }
          @media (max-width: 767px) {
            .partner-view-sect .partner-info-column .adr-list .adr-item .adr-left .name {
              font-size: 14px;
              margin-bottom: 0; } }
        .partner-view-sect .partner-info-column .adr-list .adr-item .adr-left .tel {
          text-decoration: none;
          color: #000000;
          font-size: 14px; }
      .partner-view-sect .partner-info-column .adr-list .adr-item .adr-site {
        border-radius: 30px;
        padding: 6px 14px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
        background: #F5F5F5;
        color: #000;
        font-size: 12px;
        font-weight: 500;
        transition: all 0.3s ease; }
        .partner-view-sect .partner-info-column .adr-list .adr-item .adr-site:hover {
          background: #FFE31D; }
        .partner-view-sect .partner-info-column .adr-list .adr-item .adr-site img {
          margin-right: 7px; }
      .partner-view-sect .partner-info-column .adr-list .adr-item.actived {
        background: #F1F1F1; }
        .partner-view-sect .partner-info-column .adr-list .adr-item.actived .adr-site {
          background: #fff; }
          .partner-view-sect .partner-info-column .adr-list .adr-item.actived .adr-site:hover {
            background: #FFE31D; }
        .partner-view-sect .partner-info-column .adr-list .adr-item.actived .adr-left .name {
          color: #000; }
  .partner-view-sect .partner-map-column {
    flex: 1; }
    .partner-view-sect .partner-map-column .partner-map-section {
      margin: 0;
      height: 100%; }
      @media (max-width: 767px) {
        .partner-view-sect .partner-map-column .partner-map-section {
          height: 80vh; } }

.partner-view-item {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px; }
  .partner-view-item:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: #000;
    z-index: 2;
    transition: all 0.3s ease; }
  .partner-view-item:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    z-index: 3;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.44) 0%, transparent 40%, transparent 60%, rgba(0, 0, 0, 0.49) 100%); }
  .partner-view-item .item-pic {
    display: block;
    transition: all 0.3s ease;
    max-width: 100%; }
  .partner-view-item .item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 5% 5% 6%;
    z-index: 5;
    color: #fff; }
  .partner-view-item .item-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; }
    .partner-view-item .item-top .cat-box {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-end;
      align-items: center;
      font-size: 14px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .partner-view-item .item-top .cat-box {
          font-size: 12px; } }
    .partner-view-item .item-top .cat {
      border-radius: 50%;
      width: 33px;
      height: 33px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      background: #FFE31D;
      padding: 7px;
      margin-right: 10px; }
  .partner-view-item .sale-name {
    display: block;
    font-size: 34px;
    font-weight: 500;
    color: #fff; }
    @media (max-width: 767px) {
      .partner-view-item .sale-name {
        font-size: 21px; } }

._g-document-panel-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 33px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 10px 35px 11px 25px; }
  @media (max-width: 767px) {
    ._g-document-panel-box {
      display: block;
      padding-left: 20px;
      padding-right: 20px; } }
  ._g-document-panel-box .doc-left-col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center; }
    ._g-document-panel-box .doc-left-col ._g-doc-link {
      margin-right: 20px; }
    ._g-document-panel-box .doc-left-col.full-left {
      flex: 1; }
    ._g-document-panel-box .doc-left-col .left-link {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
        color: #000;
    }

._g-document-panel-box .doc-left-col .left-link:hover {
    color: #666;
}

._g-document-panel-box .doc-left-col .left-link:hover .docname {
    color: #666;
}

._g-document-panel-box .doc-left-col .left-link:hover ._g-doc-link {
    background: #FFE118;
}

._g-document-panel-box .doc-right-col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 767px) {
    ._g-document-panel-box .doc-right-col {
        justify-content: space-between;
    }
}

._g-document-panel-box .filename {
    font-size: 11px;
    color: #9297a3;
    font-weight: 500;
    display: block;
    margin-right: 40px;
}

@media (max-width: 767px) {
    ._g-document-panel-box .filename {
        margin-right: 20px;
    }
}

._g-document-panel-box .docname {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.def-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

@media (max-width: 767px) {
    .def-row {
        display: block;
    }
}

@media (min-width: 768px) {
    .def-row:nth-child(odd) .info-def {
        background: #e7eaf0;
    }
}

.def-row .def-col {
    width: 49%;
}

@media (max-width: 767px) {
    .def-row .def-col {
        width: 100%;
        margin-bottom: 15px;
    }

    .def-row .def-col:last-child {
        margin-bottom: 0;
    }

    .def-row .def-col:nth-child(odd) .info-def {
        background: #e7eaf0;
    }
}

.def-row .info-def {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 8px;
    padding: 10px 22px 12px;
}

.def-row .info-def._mod-nopadding {
    padding: 0;
}

.def-row .info-def .name {
    display: block;
    color: #7c7c7c;
    font-size: 13px;
}

.def-row .info-def .value {
    display: block;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}

.def-row .status {
    position: absolute;
    top: 50%;
    right: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    margin-top: -11px;
}

.def-row .status i {
    background: #1EC676;
    display: block;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    min-width: 22px;
    position: relative;
    text-align: center;
    margin-right: 13px;
    line-height: 22px;
    padding-left: 1px;
    padding-top: 1px;
}

.def-row .status i:after {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    padding: 4px 2px;
    transform: rotate(45deg);
}

@media (max-width: 767px) {
    .def-row .status span {
        display: none;
    }
}

.def-row .status.status-bad i {
    background: #E80019;
}

.def-row .status.status-bad i:after {
    border: none;
    padding: 0;
    width: 50%;
    height: 3px;
    background: #fff;
    margin-top: -2px;
    transform: rotate(0deg);
    display: inline-block;
    vertical-align: middle;
}

.def-row .status-select {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

.client-profile-ui .doc-fields-label {
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
}

.client-profile-ui .def-group {
    padding-bottom: 5px;
}

.client-profile-ui .def-group:last-child {
    margin-bottom: 0;
}

.client-profile-ui .order-card-ui .card-row {
    padding: 0 4% 0 3%;
}

@media (max-width: 767px) {
    .client-profile-ui .order-card-ui .card-row {
        padding: 0 5%;
        position: relative;
    }
}

.client-profile-ui .order-card-ui .card-left-col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    flex: 1;
    max-width: none;
}

@media (max-width: 767px) {
    .client-profile-ui .order-card-ui .card-left-col {
        display: block;
        padding-bottom: 20px;
    }
}

.client-profile-ui .order-card-ui .card-right-col {
    width: auto;
}

.client-profile-ui .order-card-ui .order-card-btn {
    margin-left: 20px;
}

@media (max-width: 767px) {
    .client-profile-ui .order-card-ui .sepa-col {
        padding-left: 20px;
        margin-bottom: 10px;
        order: 3;
    }
}

.client-profile-ui .order-card-ui .sepa-col span {
    font-size: 12px;
}

.client-profile-ui .order-card-ui .card-parameters {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

@media (max-width: 767px) {
    .client-profile-ui .order-card-ui .card-parameters {
        display: block;
    }
}

@media (min-width: 768px) {
    .client-profile-ui .order-card-ui .card-parameters .param {
        width: auto;
        padding: 0 20px;
        border-left: 1px solid #F1F1F1;
    }

    .client-profile-ui .order-card-ui .card-parameters .param:first-child {
        padding-left: 0;
        border: none;
    }
}

@media (min-width: 768px) and (min-width: 1400px) {
    .client-profile-ui .order-card-ui .card-parameters .param b {
        white-space: nowrap;
    }
}

.client-profile-ui .order-card-ui .card-status {
    padding-left: 0;
}

@media (max-width: 767px) {
    .client-profile-ui .order-card-ui .card-status {
        margin-top: 0;
        order: -1;
        padding-left: 20px;
        margin-bottom: 10px;
    }
}

.client-profile-ui .order-card-ui .left-info-col {
    display: flex;
    width: 100%;
    max-width: 900px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 10px 0 10px 4vw;
}

@media (max-width: 767px) {
    .client-profile-ui .order-card-ui .left-info-col {
        padding: 0;
    }
}

.client-profile-ui .order-card-ui .copy-parameters-link {
    margin: 0;
}

@media (max-width: 767px) {
    .client-profile-ui .order-card-ui .copy-parameters-link {
        position: absolute;
        right: 20px;
        bottom: 10px;
    }
}

.client-profile-ui .order-card-ui .act-buttons-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    max-width: none;
    margin-left: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .client-profile-ui .order-card-ui .act-buttons-box {
        flex-direction: column;
        align-items: stretch;
    }

    .client-profile-ui .order-card-ui .act-buttons-box a {
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .client-profile-ui .order-card-ui .act-buttons-box {
        flex-direction: column;
        align-items: stretch;
    }

    .client-profile-ui .order-card-ui .act-buttons-box a {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .client-profile-ui .order-card-ui .act-buttons-box {
        flex-direction: column;
        align-items: stretch;
    }

    .client-profile-ui .order-card-ui .act-buttons-box a {
        margin-left: 0;
    }

    .client-profile-ui .order-card-ui .act-buttons-box a:last-child {
        margin-bottom: 0;
    }
}

.client-profile-ui .order-card-ui .order-titlebox {
    padding-left: 4vw;
    width: 60%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .client-profile-ui .order-card-ui .order-titlebox {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .client-profile-ui .order-card-ui .order-titlebox {
        width: 100%;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .client-profile-ui .order-card-ui .order-titlebox .order-title {
        font-size: 21px;
        line-height: 21px;
    }
}

.client-profile-ui .order-card-ui .order-titlebox .order-subtitle {
    font-size: 15px;
}

.client-profile-ui .order-card-ui .card-maket {
    min-width: 250px;
    max-width: 250px;
}

@media (max-width: 767px) {
    .client-profile-ui .order-card-ui .card-maket {
        max-width: none;
        margin-bottom: 20px;
    }
}

.client-profile-ui .order-card-ui .card-maket .card-numbers-row {
    padding: 0 10%;
}

.client-profile-ui .order-card-ui .card-maket .card-numbers-row span {
    font-size: 15px;
    letter-spacing: 1px;
}

.client-profile-ui .order-card-ui .card-maket .card-name span {
    font-size: 11px;
}

.client-profile-ui .panel-inside {
    padding: 20px 0;
}

.client-profile-ui .panel-inside .def-group .order-card-ui {
    margin-top: 20px;
}

.client-profile-ui .panel-inside .def-group:first-child .order-card-ui {
    margin-top: 0;
}

.client-profile-ui ._g-document-panel-box {
    margin-bottom: 15px;
}

.client-profile-ui .add-btn-wrap {
    padding-top: 10px;
}

.client-profile-ui .cloned-group {
    padding-bottom: 20px;
}

._g-circled-icon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 7px;
    width: 35px;
    min-width: 35px;
    height: 35px;
    background: #F5F6F9;
    border-radius: 50%;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

._g-circled-icon:hover {
    border-color: #ccc;
}

div.order-card-ui {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    padding: 30px 0;
}

@media (max-width: 767px) {
    div.order-card-ui {
        padding: 20px 0;
    }
}

div.order-card-ui .card-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
}

@media (max-width: 767px) {
    div.order-card-ui .card-row {
        display: block;
    }
}

div.order-card-ui .card-left-col {
    width: 50%;
    min-width: 250px;
    max-width: 340px;
}

@media (max-width: 767px) {
    div.order-card-ui .card-left-col {
        max-width: none;
        width: 100%;
        padding-bottom: 20px;
    }
}

div.order-card-ui .card-right-col {
    width: 47%;
    padding-left: 20px;
}

@media (max-width: 767px) {
    div.order-card-ui .card-right-col {
        width: 100%;
        padding-left: 0;
    }
}

div.order-card-ui .order-titlebox {
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    div.order-card-ui .order-titlebox {
        text-align: center;
    }
}

div.order-card-ui .order-titlebox .order-title {
    font-size: 17px;
    line-height: 21px;
    font-weight: 500;
    color: #000;
    display: block;
    padding-bottom: 15px;
}

div.order-card-ui .order-titlebox .order-subtitle {
    display: block;
    font-size: 13px;
    color: #7f7f7f;
}

div.order-card-ui .act-buttons-box {
    max-width: 250px;
}

@media (max-width: 767px) {
    div.order-card-ui .act-buttons-box {
        max-width: 100%;
    }
}

div.order-card-ui .order-card-btn,
div.order-card-ui .connect-card-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: #ffea33;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    border-radius: 20px;
    padding: 10px 25px;
    margin-bottom: 12px;
    position: relative;
}

@media (min-width: 1200px) and (max-width: 1300px) {
    div.order-card-ui .order-card-btn,
    div.order-card-ui .connect-card-btn {
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

div.order-card-ui .order-card-btn:before,
div.order-card-ui .connect-card-btn:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffea33;
    border-radius: 20px;
    transition: all 0.3s ease;
}

div.order-card-ui .order-card-btn:hover:before,
div.order-card-ui .connect-card-btn:hover:before {
    transform: scale(1.1);
}

div.order-card-ui .order-card-btn span,
div.order-card-ui .connect-card-btn span {
    display: block;
    position: relative;
    z-index: 3;
}

div.order-card-ui .order-card-btn i,
div.order-card-ui .connect-card-btn i {
    margin-left: 15px;
    position: relative;
    z-index: 3;
}

div.order-card-ui .connect-card-btn:before {
    background: #F0F1F4;
}

div.order-card-ui .card-parameters {
    padding-bottom: 5px;
}

@media (max-width: 767px) {
    div.order-card-ui .card-parameters {
        padding-left: 20px;
    }
}

div.order-card-ui .card-parameters span {
    display: block;
    color: #b1b1b1;
    font-size: 12px;
}

div.order-card-ui .card-parameters b {
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    padding-bottom: 5px;
    display: block;
}

div.order-card-ui .card-maket {
    position: relative;
}

div.order-card-ui .card-maket span {
    background: linear-gradient(to bottom, #636363 0%, #EDEDED 30%, #FFFFFF 60%, #868686 66%, #636363 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

div.order-card-ui .card-maket .card-numbers-row {
    position: absolute;
    bottom: 32%;
    left: 0;
    width: 100%;
    z-index: 3;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 11%;
}

div.order-card-ui .card-maket .card-numbers-row span {
    display: block;
    font-weight: 500;
    font-size: 18px;
}

div.order-card-ui .card-maket .card-valid {
    position: absolute;
    bottom: 23%;
    left: 50%;
    margin-left: -25px;
    z-index: 3;
    color: #fff;
    display: block;
    padding: 0 11%;
}

div.order-card-ui .card-maket .card-valid span {
    display: block;
    font-weight: 500;
    font-size: 12px;
}

div.order-card-ui .card-maket .card-name {
    position: absolute;
    left: 0;
    width: 100%;
    padding-left: 11%;
    z-index: 3;
    bottom: 10%;
    text-transform: uppercase;
}

div.order-card-ui .card-maket .card-name span {
    font-weight: 500;
    font-size: 12px;
}

div.order-card-ui .card-status {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    font-weight: 500;
    color: #009222;
    padding-left: 25px;
    font-size: 10px;
}

div.order-card-ui .card-status:before {
    content: "";
    display: block;
    clear: both;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #009222;
    margin-right: 10px;
}

div.order-card-ui .card-status._mod-wait {
    color: #ead204;
}

div.order-card-ui .card-status._mod-wait:before {
    background: #ead204;
}

div.order-card-ui .copy-parameters-link {
    border: 1px solid #E5E9EE;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: flex;
    margin-top: 5px;
    outline: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
    transition: all 0.3s ease;
    padding: 0;
    background: none;
}

div.order-card-ui .copy-parameters-link:hover {
    border-color: #ffea33;
    background: #ffea33;
}

div.order-card-ui .copy-parameters-link._mod-xl {
    width: 38px;
    height: 38px;
    min-width: 38px;
}

div.order-card-ui .sepa-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

div.order-card-ui .sepa-row .sepa-col {
    width: 100%;
    border-top: 1px solid #E9E9E9;
    padding-top: 10px;
}

div.order-card-ui .sepa-row span {
    display: block;
    color: #717171;
    font-size: 12px;
}
