@charset "UTF-8";
.btn {
  cursor: pointer;
  font-family: Montserrat-Bold, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  padding: 24px 24px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 800;
  transition: all ease 0.5s;
  text-align: center;
  border: 0;
}

.btn-icon {
  width: 280px;
  justify-content: space-between;
}
.btn-icon svg {
  margin-left: 16px;
}

.btn-size__medium {
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 500;
}

.btn-size__small {
  padding: 8px 8px;
  font-size: 12px;
  font-weight: 600;
}

.btn-main {
  background-color: #15ce85;
}
.btn-main:hover {
  background-color: #2d9a6f;
}
.btn-main button {
  cursor: pointer;
  border: 0;
  background: none;
  color: white;
}

.btn-main button[disabled] {
  opacity: 0.4;
  cursor: wait !important;
}

.btn-white {
  background-color: white;
  color: #070218;
}
.btn-white:hover {
  background-color: #f6faff;
}

.btn-gray {
  color: #484460;
  background-color: #f5f5fe;
}
.btn-gray:hover {
  background-color: #ececfd;
}

@media screen and (max-width: 992px) {
  .m-trustmarkers__block {
    flex-direction: column;
  }
}
.m-trustmarkers__item {
  width: 33.333333%;
  padding: 20px;
  position: relative;
  border: 1px solid #fff;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .m-trustmarkers__item {
    display: flex;
    width: 100%;
    border-right: none !important;
  }
  .m-trustmarkers__item:not(:last-child) {
    border-bottom: 1px solid #f0f8ff;
  }
}
.m-trustmarkers__item:not(:last-child) {
  border-right: 1px solid #f0f8ff;
}

.m-trustmarkers__box {
  text-align: left;
  min-height: 74px;
  display: inline-flex;
  vertical-align: top;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 0 94px;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  color: #000;
}

.m-trustmarkers__box-icon {
  flex: none;
  line-height: 74px;
  padding-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 10px 0 0;
  font-size: 56px;
  color: #3f4d67;
  text-align: center;
}

.m-trustmarkers__box-value {
  display: block;
  margin: -2px 0 6px 0;
  font-weight: bold;
  font-size: 24px;
  color: #15ce85;
  text-shadow: 0 0 1px #3ebfea, 0 0 1px #3ebfea;
  line-height: 1.1;
}

.m-trustmarkers__arrw {
  width: 12px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: -4px;
  margin: 0 0 0 7px;
  vertical-align: top;
  color: transparent;
  opacity: 0.7;
  background-size: 9px 9px;
}

.m-trustmarkers__section {
  padding: 20px;
  position: relative;
  overflow: hidden;
  margin: 2rem 0;
  background: white;
  border-radius: 0.3rem;
}

.error-block {
  margin-top: 120px;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1199px) {
  .error-block {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }
}

.error-info {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .error-info {
    width: 100%;
  }
}

.error-illustration {
  width: 50%;
  height: 500px;
  background-image: url(../img/error/error__illustration.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1469px) {
  .error-illustration {
    height: 380px;
  }
}
@media screen and (max-width: 1199px) {
  .error-illustration {
    width: 465px;
    height: 330px;
  }
}
@media screen and (max-width: 520px) {
  .error-illustration {
    width: 100%;
    height: 350px;
  }
}
@media screen and (max-width: 440px) {
  .error-illustration {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 340px) {
  .error-illustration {
    height: 220px;
  }
}

.input-bonus {
  text-align: right;
  height: 100px;
}
.input-bonus:not(.bonus-order) {
  height: 68px;
}

.input-bonus:after {
  padding: 8px;
  font-size: 12px;
  background-color: #1bb068;
  font-family: Montserrat-Bold, sans-serif;
  color: #fff;
  position: relative;
  content: attr(bonusAmount);
  top: -43px;
  right: 16px;
  border-radius: 6px;
}

.deposit-hints {
  margin-top: 16px;
  display: flex;
  gap: 2px;
}
.deposit-hints__order {
  margin-top: 0;
  margin-bottom: 16px;
  display: flex;
  gap: 2px;
}
@media screen and (max-width: 1199px) {
  .deposit-hints__order {
    margin-top: 16px;
  }
}

.deposit-hints__item {
  cursor: pointer;
  font-family: Montserrat-Bold, sans-serif;
  padding: 16px;
  font-size: 14px;
  border: none;
  color: #070218;
  width: 100%;
  background-color: #f5f5fe;
  transition: all ease 0.3s;
}
.deposit-hints__item:hover {
  background-color: #ececfd;
}
.deposit-hints__item:first-child {
  border-radius: 10px 0 0 10px;
}
.deposit-hints__item:last-child {
  border-radius: 0 10px 10px 0;
}

.error-btns {
  margin-top: 16px;
  display: flex;
  gap: 16px;
}

.popup-forms__block-double {
  display: flex;
  gap: 16px;
}

.popup-forms__block {
  display: grid;
  margin-top: 16px;
  gap: 16px;
}

.popup__body-buy_total {
  display: grid;
  gap: 8px;
}
.popup__body-buy_total span {
  font-family: Montserrat-Bold, sans-serif;
  color: #15ce85;
  font-size: 24px;
}

.popup__body-buy_total-text {
  display: flex;
  gap: 16px;
}

.faq-services {
  padding: 0 !important;
}

.reviews-services {
  padding: 64px 0 !important;
}

.benefits-services {
  height: 396px !important;
}

.language-switch__list img {
  height: 16px;
}

.language-switch__list a {
  display: flex;
}

.m-auto {
  margin: auto;
}

.socials-discount-down .col-xl-4 {
  padding: 0;
}

.services-tryfree {
  background: #f0f8ff;
  border-radius: 10px;
  border: 2px dashed #CDCDCE;
  padding: 32px;
  display: grid;
  gap: 16px;
}

.bgc-white {
  background-color: #fff !important;
}

.bgc-services {
  background-color: #f0f8ff !important;
}

.socials-discount__servicelist {
  display: flex;
  gap: 16px;
  justify-content: center;
  padding-right: 15px;
  padding-left: 15px;
}

.socials-discount__price {
  font-size: 18px;
  font-family: Montserrat-Bold, sans-serif;
}

.socials-discount-down {
  padding: 64px 0 64px;
}

.socials-discount-down__item {
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 30px;
}

.socials-discount-down__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
}

.socials-discount-down__description {
  margin: -10px 0px 10px 90px;
}

.socials-discount-down__img {
  margin-right: 16px;
}

.socials-discount-down__list {
  margin-top: 24px;
  display: grid;
  gap: 10px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E7E7E7;
}

.socials-discount-down__list i {
  display: grid;
  width: 24px;
}

.socials-discount-down__list img {
  margin: auto;
}

.socials-discount-down__list > li {
  font-family: Montserrat-Bold, sans-serif;
  color: #070218;
  font-size: 16px;
  line-height: 24px;
  min-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.socials-discount-down__list > li > span {
  color: #000;
}

.socials-discount-down__list .figure-circle {
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #15ce85;
  margin-right: 5px;
}

.socials-discount-down__btn {
  margin-top: 24px;
}

.socials-discount-down__btn > a {
  font-family: Montserrat-Bold, sans-serif;
}

.socials-discount-down__btn > a:hover {
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}

.socials-discount-down__link {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  margin-top: 24px;
}

.socials-discount-down__link span {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.auth h2, .response-format h2 {
  color: #060606;
  font-size: 22px;
  font-family: Montserrat-ExtraBold, sans-serif;
  margin-bottom: 16px;
}

.setting__quantity {
  margin-top: 16px;
  align-items: flex-end;
}

.ln-mob-auth img {
  height: 13px;
}

.deposit-methods__block {
  width: 50%;
  height: 50%;
  margin-left: 32px;
}

.deposit-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.deposit-methods {
  grid-gap: 16px;
  border-radius: 12px;
  display: grid;
  grid-template-columns: repeat(3, 31.5%);
  grid-template-rows: 152px;
}
.deposit-methods .deposit-methods__item {
  align-items: center;
  background: #f5f5fe;
  border-radius: 12px;
  display: flex;
  height: 152px;
  justify-content: center;
  position: relative;
  width: 100%;
}
.deposit-methods .deposit-methods__item input {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.deposit-methods .deposit-methods__item input:checked + img + .deposit-methods__icon {
  display: flex;
}
.deposit-methods .deposit-methods__item .deposit-methods__icon {
  align-items: center;
  background: #34a37b;
  border-radius: 50%;
  display: none;
  font-size: 12px;
  height: 24px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.deposit-methods .deposit-methods__item .deposit-methods__icon svg {
  color: #fff;
}

.mr-8 {
  margin-right: 8px;
}
.mr-16 {
  margin-right: 16px;
}

.mt-0 {
  margin-top: 0px !important;
}
.mt-8 {
  margin-top: 8px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-32 {
  margin-top: 32px;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-64 {
  margin-top: 64px !important;
}

.header-buttons {
  display: flex;
  align-items: center;
}
.header-buttons a:not(:last-child) {
  margin-right: 16px;
}

.header-icons {
  display: flex;
  margin-right: 16px;
  align-items: center;
}

#not-send {
  display: none;
}

#send {
  display: block;
}

#send p {
  margin-bottom: 16px;
  margin-top: 0;
  line-height: 18px;
}

.contest-stats__stats {
  display: flex;
}

.timer__items {
  display: flex;
}

.timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 250%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 14px;
}

.timer__item {
  position: relative;
  margin-right: 8px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.timer__item:not(:first-child) {
  margin-left: 8px;
}

.timer__days {
  margin-right: 40%;
}

.timer__item:not(:last-child)::after {
  content: ":";
  position: absolute;
  right: -10px;
  top: 0;
}

.contest-top__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contest-input {
  display: flex;
  align-items: center;
}

.contest-signup {
  width: 100%;
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px dashed #F0EFF6;
  padding: 16px 16px;
  display: grid;
  gap: 16px;
}

.contest-title {
  margin-bottom: 24px;
}

.contest-title h1 {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
}

.views-title {
  margin-bottom: 24px;
}

.views-title h1 {
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 56px;
}

.contest-title__winners {
  margin-top: 40px;
}

.contest-title__winners .h1 {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  color: #000;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
}

.contest-title__winners p {
  margin-top: 8px;
  color: #3d434b;
  line-height: 24px;
  text-align: center;
}

.contest-subtitle p {
  color: #3d434b;
  line-height: 24px;
}

.contest-signup p {
  width: 100%;
  text-align: center;
  font-size: 12px;
}

@media all and (min-width: 992px) {
  .history-table .badge {
    font-size: 12px;
  }
  #main-body .history-table table th,
  #main-body .history-table table td {
    padding: 8px !important;
    font-size: 14px;
  }
  .history-table td {
    word-break: break-word;
  }
  .history-table td .btn {
    white-space: nowrap;
  }
  .history-table td.history-table-col_link {
    max-width: 240px;
    word-break: break-word;
  }
  .history-table td.history-table-col_price {
    white-space: nowrap;
  }
  .history-table td.history-table-col_date {
    white-space: nowrap;
  }
}
@media all and (max-width: 1470px) {
  .history-table table td {
    word-break: break-word;
  }
  .history-table table td .btn {
    word-break: normal;
  }
  .history-table table .badge-primary {
    font-size: 12px;
  }
}
.history-buttons {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.buttons-wrap {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.buttons-wrap__send {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.buttons-wrap__send input {
  margin-right: 16px;
}

.button-search:not(:last-child) {
  margin-right: 8px !important;
}

.history-title-lk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.history-title-lk__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gg-sort-az,
.gg-sort-az::after,
.gg-sort-az::before {
  display: block;
  box-sizing: border-box;
  height: 2px;
  border-radius: 4px;
  background: currentColor;
}

.gg-sort-az {
  position: relative;
  width: 8px;
}

.gg-sort-az::after,
.gg-sort-az::before {
  content: "";
  position: absolute;
}

.gg-sort-az::before {
  width: 12px;
  top: -4px;
  left: -2px;
}

.gg-sort-az::after {
  width: 4px;
  top: 4px;
  left: 2px;
}

.btn-filter {
  display: none;
  padding: 0;
  height: 32px;
  background: 0;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s;
}

.badge-top:before {
  content: "ТОП!";
  background-color: #ffa013;
  color: #fff;
  padding: 6px;
  font-size: 12px;
  line-height: 12px;
  margin-right: 8px;
  border-radius: 6px;
}

html[lang=en-US] .badge-top:before {
  content: "TOP!";
}

.badge-excl:before {
  content: "ЭКСКЛЮЗИВ!";
  background-color: #139a66;
  color: #fff;
  padding: 6px;
  font-size: 12px;
  line-height: 12px;
  margin-right: 8px;
  border-radius: 6px;
}

html[lang=en-US] .badge-excl:before {
  content: "EXCLUSIVE!";
}

.badge-bomb:before {
  content: "ЭКСКЛЮЗИВ!";
  background-color: #0f164b;
  color: #fff;
  padding: 6px;
  font-size: 12px;
  line-height: 12px;
  margin-right: 8px;
  border-radius: 6px;
}

html[lang=en-US] .badge-bomb:before {
  content: "BOMB!";
}

/*.content-body__balanmob {*/
/*    display: none;*/
/*}*/
.btn-filter__active {
  color: #060606 !important;
}

.service-header {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .filter-form-wrap {
    display: none;
  }
  .body--filter_form_show .filter-form-wrap {
    display: block;
  }
}
.filter-form {
  display: flex;
  gap: 18px;
  margin-bottom: 33px;
}
@media (max-width: 991.98px) {
  .filter-form {
    flex-direction: column;
  }
}
.filter-form__item {
  flex: 1 0;
}
.filter-form__item_id {
  flex: none;
  width: 240px;
}
@media (max-width: 991.98px) {
  .filter-form__item_id {
    width: 100%;
  }
}
.filter-form__item_button {
  flex: none;
  width: 240px;
}
@media (max-width: 991.98px) {
  .filter-form__item_button {
    width: 100%;
  }
}
.filter-form__title {
  min-height: 20px;
  text-align: left !important;
  font-family: Montserrat-Bold, sans-serif;
  font-size: 16px;
  color: #070218;
  margin-bottom: 13px;
}
@media (max-width: 991.98px) {
  .filter-form__title_empty {
    display: none;
  }
}
.filter-form .link-input {
  margin: 0 !important;
}

.filter-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

a.desc:after {
  position: relative;
  display: inline-block;
  content: "↑";
  padding-left: 5px;
}

a.asc:after {
  position: relative;
  display: inline-block;
  content: "↓";
  padding-left: 5px;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  /*cursor: pointer;*/
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after, .mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.slick-loading .slick-list {
  background: #fff url(../libs/slick/ajax-loader.gif) center center no-repeat;
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(../libs/slick/fonts/slick.eot);
  src: url(../libs/slick/fonts/slick.eot?#iefix) format("embedded-opentype"), url(../libs/slick/fonts/slick.woff) format("woff"), url(../libs/slick/fonts/slick.ttf) format("truetype"), url(../libs/slick/fonts/slick.svg#slick) format("svg");
  font-display: swap;
}
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: Montserrat-Regular;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Montserrat-Regular/Montserrat-Regular.eot);
  src: url(../fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Regular/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular/Montserrat-Regular.otf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Montserrat-Bold;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Montserrat-Bold/Montserrat-Bold.eot);
  src: url(../fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Bold/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold/Montserrat-Bold.otf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Montserrat-ExtraBold;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.eot);
  src: url(../fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.woff) format("woff"), url(../fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.otf) format("truetype");
  font-display: swap;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/*@-ms-viewport {*/
/*    width: device-width;*/
/*}*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1470px) {
  .container {
    max-width: 1400px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .col-xll, .col-xll-1, .col-xll-10, .col-xll-11, .col-xll-12, .col-xll-2, .col-xll-3, .col-xll-4, .col-xll-5, .col-xll-6, .col-xll-7, .col-xll-8, .col-xll-9, .col-xll-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.mt-10 {
  margin-top: 10px;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1470px) {
  .col-xll {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xll-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xll-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xll-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xll-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xll-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xll-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xll-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xll-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xll-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xll-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xll-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xll-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xll-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xll-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xll-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xll-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xll-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xll-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xll-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xll-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xll-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xll-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xll-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xll-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xll-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xll-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xll-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xll-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xll-0 {
    margin-left: 0;
  }
  .offset-xll-1 {
    margin-left: 8.33333%;
  }
  .offset-xll-2 {
    margin-left: 16.66667%;
  }
  .offset-xll-3 {
    margin-left: 25%;
  }
  .offset-xll-4 {
    margin-left: 33.33333%;
  }
  .offset-xll-5 {
    margin-left: 41.66667%;
  }
  .offset-xll-6 {
    margin-left: 50%;
  }
  .offset-xll-7 {
    margin-left: 58.33333%;
  }
  .offset-xll-8 {
    margin-left: 66.66667%;
  }
  .offset-xll-9 {
    margin-left: 75%;
  }
  .offset-xll-10 {
    margin-left: 83.33333%;
  }
  .offset-xll-11 {
    margin-left: 91.66667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  /*display: -webkit-inline-box !important;*/
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    /*display: -webkit-inline-box !important;*/
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    /*display: -webkit-inline-box !important;*/
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    /*display: -webkit-inline-box !important;*/
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    /*display: -webkit-inline-box !important;*/
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1470px) {
  .d-xll-none {
    display: none !important;
  }
  .d-xll-inline {
    display: inline !important;
  }
  .d-xll-inline-block {
    display: inline-block !important;
  }
  .d-xll-block {
    display: block !important;
  }
  .d-xll-table {
    display: table !important;
  }
  .d-xll-table-row {
    display: table-row !important;
  }
  .d-xll-table-cell {
    display: table-cell !important;
  }
  .d-xll-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xll-inline-flex {
    /*display: -webkit-inline-box !important;*/
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1470px) {
  .flex-xll-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xll-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xll-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xll-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xll-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xll-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xll-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xll-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xll-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xll-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xll-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xll-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xll-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xll-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xll-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xll-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xll-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xll-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xll-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xll-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xll-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xll-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xll-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xll-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xll-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xll-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xll-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xll-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xll-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  -webkit-border-radius: 0.1em;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.preloader {
  background: none repeat scroll 0 0 #fff;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}

.preloader .loader {
  border: 10px solid #ddd;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top-color: #5747ec;
  height: 60px;
  width: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: 1s spin infinite linear;
  animation: 1s spin infinite linear;
}

.preloader.done {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
::-webkit-input-placeholder {
  color: #adabb9;
}

::-moz-placeholder {
  color: #adabb9;
}

::-ms-input-placeholder {
  color: #adabb9;
}

::placeholder {
  color: #adabb9;
}

::-moz-selection {
  background-color: #a799ff;
  color: #fff;
}

::selection {
  background-color: #a799ff;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #adabb9;
}

:-moz-placeholder {
  color: #adabb9;
}

::-moz-placeholder {
  color: #adabb9;
}

:-ms-input-placeholder {
  color: #adabb9;
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
  color: red;
  border-color: rgba(0, 0, 0, 0.25);
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

h1, h2 {
  margin: 0;
  padding: 0;
}

.title-h2 {
  font-size: 49px;
  font-family: Montserrat-ExtraBold, sans-serif;
  line-height: 1;
  color: #000;
}

.title-h3 {
  font-size: 18px;
  font-family: Montserrat-Bold, sans-serif;
  color: #fff;
}

.jc-sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ai-c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pl-pr {
  padding-left: 15px;
  padding-right: 15px;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  font-family: Montserrat-Regular, sans-serif !important;
  overflow-x: hidden;
  color: #070218;
  background-color: #15ce85;
}

body input, body textarea {
  border: #666 1px solid;
  outline: 0;
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid, body textarea:required:valid {
  border-color: green;
}

.header-body {
  flex: none;
  position: relative;
  background: #fff;
}

.logo {
  display: block;
  margin: 11px 0 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9992;
  width: 100%;
}

#header.default {
  position: fixed;
  top: 10px;
  background: 0 0;
  padding: 0;
}

#header.default .main-menu {
  padding: 0;
}

#header.default .logo {
  color: #fff;
  margin-left: 10px;
}

#header.default .logo-desc {
  color: #fff;
}

#header.default .button-rd-come__link span {
  color: #fff;
}

#header.default .fix-scroll {
  background: #000;
}

#header.default .button-rd-wrap {
  margin-right: 5px;
}

#header.default .header-fix {
  background-color: #15ce85;
  -webkit-box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.5);
  padding: 18px 0;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}

#header.default .nav-menu > li > a {
  color: #fafafa;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header.default .nav-menu > li > a:hover {
  color: #eee;
}

.nav-menu {
  margin-right: 16px;
  display: flex;
}
.nav-menu li svg {
  margin-right: 8px;
}
@media all and (max-width: 772px) {
  .nav-menu {
    margin-right: 0;
  }
}

.header-row {
  flex-wrap: nowrap !important;
  justify-content: space-between;
  align-content: center;
}

li.nav--drop {
  position: relative;
}

li.nav--drop:hover .link-menu:before,
li.nav--drop:hover .link_menu:before {
  width: 100%;
  margin-left: -50%;
  background-color: #8a8992;
}

.nav-menu__drop {
  width: 220px;
  padding: 11px 0 0 0;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

li.nav--drop:hover .nav-menu__drop {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.1s;
}

.nav-menu__drop-list {
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.nav-menu__drop-item {
  position: relative;
}

.nav-menu__drop-item:has(> .nav-menu__drop-item-child) {
  background: url(../img/menu-icon/right-arr-black.png) no-repeat 188px center;
}

.nav-menu__drop-list > li > .nav-menu__drop-item-child {
  left: 200px;
  top: -10px;
  width: 220px;
  position: absolute;
  z-index: 9;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.nav-menu__drop-item:hover .nav-menu__drop-item-child {
  visibility: visible;
}

.nav-menu__drop-item-child {
  visibility: hidden;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.nav-menu__drop-item-child:hover .nav-menu__drop {
  opacity: 1;
}

.nav-menu__drop-item-child > li > a {
  display: block;
  padding: 5px 8px;
  font-size: 0.9em;
  color: #555;
}

.nav-menu__drop-item-child > li + li > a {
  border-top: 1px solid #eee;
}

.nav-menu__drop-list > li > a {
  display: block;
  padding: 5px 8px;
  font-size: 0.9em;
  color: #555;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.nav-menu__drop-list > li > a:hover {
  color: #15ce85;
  background-color: rgba(0, 0, 0, 0.02);
}

.nav-menu__drop-list > li + li > a {
  border-top: 1px solid #eee;
}

.nav-menu__drop-list > li > a.drop-list__link-icon {
  display: flex;
  align-items: center;
}

.nav-menu__drop-list > li > a.drop-list__link-icon svg {
  flex: none;
  width: 19px;
  height: 19px;
  margin: 0 10px 0 0;
}

.nav-mob .nav-mob__drop {
  width: 90%;
  margin: 10px auto 0 auto;
  opacity: 1;
  visibility: visible;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.nav-mob .nav-mob__drop-list {
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.nav-mob .nav-mob__drop-list > li > a {
  padding: 10px;
  display: block;
  font-size: 0.9em;
  color: #555;
}

.nav-mob .nav-mob__drop-list > li > a:hover {
  color: #15ce85;
}

.nav-menu__moblk .nav--drop {
  text-align: center;
}

.nav-menu__moblk .nav-mob__drop {
  width: 90%;
  margin: 10px auto 0 auto;
  opacity: 1;
  visibility: visible;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.nav-menu__moblk .nav-mob__drop-list {
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.nav-menu__moblk .nav-mob__drop-list > li > a {
  padding: 10px;
  display: block;
  font-size: 0.9em;
  color: #555;
}

.nav-menu__moblk .nav-mob__drop-list > li > a:hover {
  color: #15ce85;
}

#header.default a.active-item {
  color: #fff !important;
  font-weight: 700;
}

#header.default a.active-item:before {
  background-color: #000;
}

#header.default .button-top > a {
  color: #fff;
}

#header.default .toggle-mnu span, #header.default .toggle-mnu span:after, #header.default .toggle-mnu span:before {
  background-color: #15ce85;
}

#header.default .toggle-mnu.on span {
  background-color: transparent;
}

#header.default .link_menu:hover::before {
  background-color: #fff;
}

.nav-desk {
  margin-left: 75px;
}

.header-fix {
  position: relative;
}

.main-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}

.main-menu__outer-link::before {
  content: "";
  width: 20px;
  height: 12px;
  background-image: url(../img/menu-icon/arrow-link.svg);
  position: absolute;
  bottom: 7px;
  right: -5px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-menu > li {
  display: inline-block;
  margin: 0 30px;
}

.nav-menu > li > a {
  color: #363636;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-bottom: 5px;
}

.nav-menu > li > a:hover {
  color: #666;
}

a.active-item {
  position: relative;
  color: #000 !important;
  font-weight: 700;
}

.button-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 10px;
}

.nav-mob {
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 11px 10px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 11px 10px -10px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 17px;
  left: 0;
  width: 100%;
  z-index: 99;
}

.nav-mob .nav-menu {
  padding: 22px 0;
  text-align: center;
}

.nav-mob .nav-menu > li {
  display: block;
  padding: 10px 0;
}

.nav-mob .nav-menu > li.active a {
  text-decoration: underline;
  color: #939393;
}

.nav-mob .nav-menu > li > a {
  color: #2c2c2c;
  text-decoration: none;
}

.nav-menu > li {
  display: inline-block;
  margin: 0 15px;
}

.nav-menu > li > a {
  color: #626067;
  font-size: 16px;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Montserrat-Regular, sans-serif;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.nav-menu > li > a:hover {
  color: #8a8992;
}

.active-item-first {
  color: #000 !important;
  font-family: Montserrat-Bold, sans-serif !important;
}

.link-menu, .link_menu {
  position: relative;
  color: #fff;
  padding: 5px 0;
}

.link-menu:before, .link_menu:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0%;
  left: 50%;
  margin-left: -7.5%;
  background-color: #a5a4b1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.link-menu:hover::before, .link_menu:hover::before {
  width: 100%;
  margin-left: -50%;
  background-color: #8a8992;
}

.mob-menu-reg {
  font-family: Montserrat-Bold, sans-serif !important;
}

.toggle-mnu {
  position: absolute;
  top: 0;
  right: -50px;
  display: none;
  width: 33px;
  height: 28px;
}

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

.toggle-mnu span:after {
  top: 16px;
}

.toggle-mnu span {
  position: relative;
  display: block;
  width: 25px !important;
}

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

.toggle-mnu span:before {
  width: 33px;
  left: -4.5px;
}

.toggle-mnu span:after {
  width: 25px;
}

.toggle-mnu.on span {
  background-color: transparent;
}

.toggle-mnu.on span:before {
  -webkit-transform: rotate(45deg) translate(-1px, 0);
  -ms-transform: rotate(45deg) translate(-1px, 0);
  transform: rotate(45deg) translate(-1px, 0);
}

.toggle-mnu.on span:after {
  -webkit-transform: rotate(-45deg) translate(6px, -7px);
  -ms-transform: rotate(-45deg) translate(6px, -7px);
  transform: rotate(-45deg) translate(6px, -7px);
  width: 33px;
  top: 17px;
  left: -5px;
}

.button-rd-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-rd__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button-rd__order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-rd__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #15ce85;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.button-rd__btn_xs {
  width: 144px;
  height: 34px;
}

.button-rd__btn_xl {
  width: 216px;
  height: 66px;
}

.button-rd__btn_lg {
  width: 141px;
  height: 39px;
}

.button-rd__btn_xll {
  width: 238px;
  height: 66px;
}

.button-rd__btn_xll_wf {
  width: 100%;
  height: 66px;
}

.button-rd__btn_ft {
  width: 132px;
  height: 66px;
}

.button-rd:hover .button-rd__btn {
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
  -webkit-box-shadow: 0 4px 12px -5px rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 12px -5px rgba(255, 255, 255, 0.5);
}

.button-rd__text {
  font-size: 18px;
  font-family: Montserrat-Bold, sans-serif;
}

.button-rd__cl {
  background-color: #8477ff;
  -webkit-box-shadow: 0 4px 12px -5px #685cd4;
  box-shadow: 0 4px 12px -5px #685cd4;
  color: #fff;
}

.button-rd-top {
  margin-left: 33px;
}

.button-rd-footer {
  margin-right: 7px;
}

.button-rd-come {
  width: 68px;
  margin-left: 20px;
}

.button-rd-come__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #6d6881;
  font-weight: 600;
}

.button-rd-come__link .fa-sign-in-alt, .button-rd-come__link span {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.button-rd-come:hover .fa-sign-in-alt {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  height: 100vh;
}

.header-content .header-desc {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #080328;
}

.header-content .header-desc__h1 {
  font-family: Montserrat-ExtraBold, sans-serif;
  color: #000;
  font-size: 49px;
  line-height: 1;
}

.header-content .header-desc__desc {
  line-height: 1.2;
  margin-top: 19px;
  font-size: 18px;
}

.header-img {
  width: 100%;
  height: 100%;
  background-image: url(../img/home-header/header-img-2.webp?v=1.3.3);
  background-repeat: no-repeat;
  background-size: 100%;
}

.button-middle-width {
  width: 164px;
}

.button-rd-header {
  margin-top: 59px;
}

.header-bottom {
  position: relative;
  margin: 122px 0;
}

.header-bottom__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-bottom__img {
  width: 236px;
  height: 218px;
}

.header-bottom__img > img {
  width: 100%;
}

.header-bottom__desc {
  margin-left: 45px;
}

.header-bottom__title {
  font-family: Montserrat-ExtraBold, sans-serif;
  font-size: 28px;
  color: #fff;
}

.header-bottom__text {
  margin-top: 9px;
  margin-bottom: 23px;
}

.header-bottom__text_mr1 {
  margin-top: 39px;
  margin-bottom: 19px;
}

.header-bottom_bg {
  background-image: url(../img/header-img3.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  height: 368px;
}

.header-bottom__img2 {
  position: absolute;
  top: 30px;
  width: 128px;
  height: 131px;
}

.header-bottom__img2 > img {
  width: 100%;
}

.about-us {
  background-color: #fff;
  padding: 122px 0 0;
}

.about-us__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-us__wrap_jce {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-us__wrap_fl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 25px 45px 0;
}

.about-us__wrap_tar {
  text-align: right;
  margin-right: 16px;
}

.about-us__text {
  margin: 10px 0;
  color: #080328;
}

.about-us__text_xs {
  font-size: 13px;
}

.about-us__btn {
  width: 176px;
  margin-top: 20px;
}

.about-us-autor__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-us-autor__img {
  width: 60px;
  margin-right: 10px;
}

.about-us-autor__img > img {
  width: 100%;
}

.about-us-autor__desc > p {
  font-size: 18px;
  color: #080328;
}

.about-us-autor__title {
  font-family: Montserrat-Bold, sans-serif;
  font-size: 20px;
  color: #000;
}

.about-us-autor__text {
  position: relative;
  padding: 10px 47px;
  font-size: 18px;
  font-family: Montserrat-Bold, sans-serif;
}

.about-us-autor__text::before {
  content: "";
  width: 26px;
  height: 17px;
  background-image: url(../img/up-dr.png);
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-us-autor__text::after {
  content: "";
  width: 26px;
  height: 17px;
  background-image: url(../img/down-dr.png);
  position: absolute;
  bottom: 10px;
  right: 0;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-bottom {
  padding: 120px 0;
}

.about-bottom__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.about-bottom__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
}

.about-bottom__img > img {
  width: 100%;
}

.about-bottom__desc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 61%;
  -ms-flex: 0 0 61%;
  flex: 0 0 61%;
  margin-left: 20px;
}

.ab-mb-t {
  margin-bottom: 10px;
  margin-top: 3px;
}

.reviews {
  padding: 155px 0 80px;
  background-color: #fff;
}

.reviews-wrap {
  padding: 30px;
  margin: 0 152px;
  background: #f0f8ff;
}

.reviews-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviews-inner__reviews {
  position: absolute;
  top: 36px;
  right: 105px;
  max-width: 414px;
}

.reviews-inner__reviews > p {
  margin-bottom: 12px;
}

.competencies-slider {
  max-width: 700px;
  font-size: 13px;
  text-align: left;
}

.competencies-slider .competencies-img {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 114px;
  height: 114px;
}

.competencies-slider .competencies-img:before {
  content: "";
  background-image: url(../img/reviews/reviews-elips.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  width: 132px;
  height: 132px;
  position: absolute;
  top: -9px;
  left: -9px;
}

.competencies-slider .competencies-item {
  position: relative;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #020f20;
  min-height: 194px;
  outline: 0;
  padding: 13px;
}

.competencies-slider .competencies-item__desc {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 82%;
  -ms-flex: 0 0 82%;
  flex: 0 0 82%;
  padding: 35px;
  padding-top: 0;
}

.competencies-slider .competencies-item__desc > h4 {
  font-size: 24px;
  font-family: Montserrat-ExtraBold, sans-serif;
  margin: 0;
}

.competencies-slider .competencies-item__desc > span {
  display: block;
  margin: 5px 0 15px;
}

.competencies-slider .competencies-item__desc > p {
  color: #b1aebc;
}

.competencies-slider .competencies-item__title {
  position: absolute;
  bottom: -10px;
  left: 35px;
}

.competencies-slider .competencies-item__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.competencies-slider .competencies-item__name > h4,
.competencies-slider .competencies-item__name > .h4 {
  margin-right: 15px;
  font-family: Montserrat-Bold, sans-serif;
}

.competencies-slider .competencies-item__name > span {
  color: #b1aebc;
}

.competencies-slider .competencies-item__stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -13px;
}

.competencies-slider .competencies-item__stars > li {
  margin: 0 4px;
}

.competencies-slider__arrow {
  position: absolute;
  bottom: 41%;
  background: 0 0;
  border: none;
  font-size: 35px;
  color: #d6d2ea;
  outline: 0;
  z-index: 99;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.competencies-slider__arrow_left {
  right: -126px;
}

.competencies-slider__arrow_right {
  left: -126px;
}

.competencies-slider__arrow:hover {
  cursor: pointer;
  color: #000;
}

.reviews-bottom__jfc {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.reviews-bottom__wrap {
  text-align: right;
  padding: 20px;
}

.reviews-bottom__title {
  font-size: 20px;
  font-family: Montserrat-ExtraBold, sans-serif;
  color: #fff;
}

.reviews-bottom__text {
  margin-top: 20px;
  font-size: 14px;
}

.reviews-bottom__write {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 31px;
  margin-top: 26px;
}

.reviews-bottom__faq {
  font-size: 14px;
  margin-right: 15px;
}

.reviews-bottom__btn {
  width: 176px;
}

.reviews-bottom__img {
  width: 374px;
  height: 251px;
}

.reviews-bottom__img > img {
  width: 100%;
}

.footer__logo {
  display: flex;
  width: 360px;
  max-width: 100%;
  gap: 32px;
}

.footer__login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.footer__middle {
  padding: 20px 0 40px;
}

.footer__list-icons {
  margin-left: 35px;
}

.footer__list-icons > li {
  display: inline-block;
  margin-right: 8px;
}

.footer__list-icons > li > a {
  color: #fff;
}

.footer__list-icons > li > a .fa-telegram-plane, .footer__list-icons > li > a .fa-vk {
  font-size: 21px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.footer__list-icons > li > a:hover .fa-telegram-plane, .footer__list-icons > li > a:hover .fa-vk {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.footer__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .footer {
    overflow: hidden;
  }
  .footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .footer .groups-footer__nav .nav-menu {
    margin-right: 0px;
    display: block;
  }
}
.button-ft-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 20px;
  justify-content: space-between;
}

.copyright__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}

.copyright__nav .nav-menu > li > a {
  font-size: 14px;
}

.footer-menu-mob > li {
  margin: 0 12px;
}

.footer-menu-group > li {
  text-align: center;
}

.groups-footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 10px 0 20px 0;
}

.groups-footer__nav .nav-menu > li > a {
  font-size: 12px;
}

@media (max-width: 991.98px) {
  .signup-mt {
    margin-top: 16px !important;
  }
}
.popup-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0 56px 0 0;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  z-index: 10000;
  overflow: hidden;
  overflow-y: auto;
}
.popup-menu .popup-body__lk {
  height: 100%;
}
.popup-menu .popup-menu__profile {
  padding-bottom: 16px;
  border-bottom: 1px solid #eaf0f1;
}
.popup-menu .popup-menu__profile .nav-menu__moblk-profile__links {
  margin-top: 16px;
  gap: 4px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.popup-menu .popup-menu__profile .nav-menu__moblk-profile__links li {
  width: 100%;
}
.popup-menu .popup-menu__profile .nav-menu__moblk-profile__links li a {
  width: 100%;
  text-align: left;
}
.popup-menu .popup-menu__profile .nav-menu__moblk-profile__links li:not(:last-child) {
  height: 24px;
  margin-bottom: 8px;
}
.popup-menu .popup-menu__profile .nav-menu__moblk-profile__accs {
  margin: 0;
  padding-bottom: 16px;
  justify-content: space-between;
}
.popup-menu .popup-menu__profile .nav-menu__moblk-profile__accs .profile-notifyes {
  margin: 0;
}
.popup-menu .popup-menu__profile .nav-menu__moblk-profile__accs .prof-link {
  height: 32px;
}
.popup-menu .popup-menu__profile .nav-menu__moblk-profile__accs .prof-link .prof-link__name {
  font-family: Montserrat-Bold, sans-serif;
  color: #070218;
  font-size: 12px;
}
.popup-menu .popup-menu__profile .nav-menu__moblk-profile__accs .popup-menu__userinfo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 400px) {
  .popup-menu .popup-menu__profile .nav-menu__moblk-profile__accs .popup-menu__userinfo .popup-menu__deposit {
    width: 32px;
    height: 32px;
    font-family: Montserrat-Bold, sans-serif;
    color: #070218;
    font-size: 16px;
  }
  .popup-menu .popup-menu__profile .nav-menu__moblk-profile__accs .popup-menu__userinfo .popup-menu__deposit span {
    display: none;
  }
  .popup-menu .popup-menu__profile .nav-menu__moblk-profile__accs .popup-menu__userinfo .popup-menu__deposit:after {
    content: "+";
  }
}
.popup-menu .popup-menu__profile .nav-menu__moblk-profile__accs .popup-menu__userinfo .nav-menu__moblk-profile_balance {
  height: 32px;
  font-size: 12px;
  background-color: #17b063;
  color: #fff;
  padding: 8px 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 8px;
  font-family: Montserrat-Bold, sans-serif;
}
@media screen and (max-width: 400px) {
  .popup-menu .popup-menu__profile .nav-menu__moblk-profile__accs .popup-menu__userinfo .nav-menu__moblk-profile_balance {
    font-size: 10px;
  }
}
.popup-menu .nav-menu {
  align-items: flex-start;
  margin-top: 16px;
}
.popup-menu .nav-menu li {
  width: 100%;
  height: 24px;
  margin-top: 0 !important;
}
.popup-menu .nav-menu li:not(:last-child) {
  margin-bottom: 16px !important;
}
.popup-menu .nav-menu li a {
  text-align: left;
  width: 100%;
}
.popup-menu .popup__close {
  position: fixed;
  padding: 8px;
  border-radius: 6px;
  background-color: #ffffff;
  width: 32px;
  height: 32px;
  right: 12px;
  top: 24px;
}
.popup-menu .popup__close svg {
  width: 16px;
  font-size: 16px;
}
.popup-menu::-webkit-scrollbar {
  width: 0;
}
.popup-menu.open {
  opacity: 1 !important;
  visibility: visible !important;
}
.popup-menu.open .popup__body {
  padding: 0;
}
.popup-menu.open .popup__content {
  opacity: 1 !important;
  -webkit-transform: perspective(600px) translate(0, 0) rotateX(0);
  transform: perspective(600px) translate(0, 0) rotateX(0);
  border-radius: 0;
  min-height: 100vh;
}
.popup-menu.open .popup__content__lk {
  min-height: 100vh;
}
@media screen and (max-height: 630px) {
  .popup-menu.open .popup__content {
    height: auto;
  }
}
.popup-menu .popup__content {
  min-height: 100vh;
  position: relative;
  background-color: #fff;
  padding: 16px 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  opacity: 0;
  -webkit-transform: perspective(600px) translate(0, -100%) rotateX(45deg);
  transform: perspective(600px) translate(0, -100%) rotateX(45deg);
}

.ta-center {
  text-align: center !important;
}

.popup-contest {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  z-index: 10000;
  overflow: hidden;
  overflow-y: auto;
}
.popup-contest .popup__body {
  height: auto;
}
.popup-contest .popup-contest__illustration {
  width: 75%;
}
.popup-contest .popup-contest__gide {
  margin-top: 24px;
}
.popup-contest .popup-contest__gide .popup-contest__gide-token {
  display: block;
}
.popup-contest .popup-contest__gide .popup-contest__gide-token button:before {
  content: "Скопировано";
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  margin-bottom: 104px;
  background: #f5f5fe;
  padding: 12px 16px;
  border-radius: 20px;
  color: #070218;
  display: none;
}
.popup-contest .popup-contest__gide .popup-contest__gide-token button:after {
  content: "";
  position: absolute;
  margin-bottom: 68px;
  width: 10px;
  height: 10px;
  background: #f5f5fe;
  transform: rotate(45deg);
  display: none;
}
.popup-contest .popup-contest__gide .popup-contest__gide-token button.active:before, .popup-contest .popup-contest__gide .popup-contest__gide-token button.active:after {
  display: block;
}
.popup-contest .popup-contest__gide li {
  justify-content: center;
  border-radius: 10px;
  border: 2px dashed #F0EFF6;
  padding: 16px 16px;
  display: flex;
  align-items: center;
  width: 100%;
}
.popup-contest .popup-contest__gide li:not(:last-child) {
  margin-bottom: 8px;
}
.popup-contest .popup-contest__gide li a {
  text-decoration: none;
}
.popup-contest .popup-contest__title {
  font-family: Montserrat-Bold, sans-serif;
  font-size: 24px;
  margin: 0;
}
.popup-contest .popup-contest__info p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.popup-contest.popup__close .fa-angle-left, .popup-contest.popup__close .fa-times {
  font-size: 26px;
  color: red;
}
.popup-contest.open {
  opacity: 1 !important;
  visibility: visible !important;
}
.popup-contest.open .popup__content {
  opacity: 1 !important;
  -webkit-transform: perspective(600px) translate(0, 0) rotateX(0);
  transform: perspective(600px) translate(0, 0) rotateX(0);
}
.popup-contest .popup__close {
  position: absolute;
  right: 16px;
  top: 16px;
}
.popup-contest.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 10px;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.popup-contest .popup__content {
  text-align: center;
  width: 600px;
  height: 100%;
  position: relative;
  background-color: #fff;
  padding: 32px 32px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  opacity: 0;
  -webkit-transform: perspective(600px) translate(0, -100%) rotateX(45deg);
  transform: perspective(600px) translate(0, -100%) rotateX(45deg);
}
.popup-contest .popup__content:before {
  content: none;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  z-index: 10000;
  overflow: hidden;
  overflow-y: auto;
}

.popup__body {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 10px;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.popup__content {
  width: 600px;
  padding: 32px;
  height: 100%;
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  opacity: 0;
  -webkit-transform: perspective(600px) translate(0, -100%) rotateX(45deg);
  transform: perspective(600px) translate(0, -100%) rotateX(45deg);
}

.popup__close {
  position: absolute;
  right: 16px;
  top: 16px;
}

.popup__close .fa-angle-left, .popup__close .fa-times {
  font-size: 26px;
  color: red;
}

.popup.open {
  opacity: 1 !important;
  visibility: visible !important;
}

.popup.open .popup__content {
  opacity: 1 !important;
  -webkit-transform: perspective(600px) translate(0, 0) rotateX(0);
  transform: perspective(600px) translate(0, 0) rotateX(0);
}

body.lock {
  overflow: hidden;
}

.popup-bg1 {
  position: absolute;
  bottom: 19px;
  right: -86px;
}

.popup-bg2 {
  position: absolute;
  top: 93px;
  right: 107px;
}

.socials-discount {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  background-color: #f0f8ff;
}

.socials-discount__img1 {
  position: absolute;
  bottom: 400px;
  left: 0;
}

.socials-discount__img2 {
  position: absolute;
  top: 170px;
  left: 94px;
}

.socials-discount__img3 {
  position: absolute;
  bottom: -149px;
  left: -210px;
}

.socials-discount__img4 {
  position: absolute;
  bottom: -160px;
  left: 291px;
}

.socials-discount__left {
  position: relative;
  padding: 15px 133px 15px 15px;
}

.socials-discount__text {
  margin-top: 20px;
}

.text-all {
  font-family: Montserrat-Regular, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #080328;
}

.title-h2__img4 {
  vertical-align: bottom;
}

.slider-item-soc {
  padding: 156px 0;
}

.slider-item-contest {
  margin-top: 40px;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.slider-item-soc__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  padding: 40px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0.7647px 0.7647px 17.9118px #ddd9f1;
  box-shadow: 0.7647px 0.7647px 17.9118px #ddd9f1;
}

.slider-item-contest__wrap:not(:last-child) {
  margin-right: 16px;
}

.slider-item-contest__wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  padding: 40px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0.7647px 0.7647px 17.9118px #ddd9f1;
  box-shadow: 0.7647px 0.7647px 17.9118px #ddd9f1;
}

.slider-item-soc__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
}

.slider-item-soc__title {
  font-family: Montserrat-Bold, sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #070218;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 24px;
}

.slider-item-soc__desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-item-soc__desc > span {
  font-family: Montserrat-Bold, sans-serif;
  color: #7570aa;
  font-size: 15px;
}

.slider-item-soc__desc > p {
  color: #080328;
  margin-left: 5px;
}

.slider-item-soc__arrow {
  position: absolute;
  bottom: 107px;
  z-index: 99;
  background: 0 0;
  border: unset;
  font-size: 22px;
  color: #929292;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.slider-item-soc__arrow:hover {
  color: #000;
  cursor: pointer;
}

.slider-item-soc-left {
  right: 10px;
}

.slider-item-soc-right {
  right: 57px;
}

.title-h2__img6 {
  display: none;
}

@media screen and (max-width: 630px) {
  .popup__content {
    width: 100% !important;
  }
}
@media all and (max-width: 767.98px) {
  .error-btns {
    flex-direction: column;
  }
  .error-btns a {
    width: 100%;
  }
  .row-margin {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .socials-discount__servicelist a {
    padding: 16px;
    font-size: 12px;
  }
  .content-body__quantity {
    max-width: 100%;
  }
  .registration-form__bg {
    background-position: top 32px center;
    background-size: 336px;
    padding: 336px 32px 32px 32px;
  }
  .deposit-wrap {
    flex-direction: column-reverse;
  }
  .deposit-wrap .balans-form {
    width: 100%;
  }
  .deposit-wrap .deposit-methods__block {
    width: 100%;
    margin-left: 0;
    margin-bottom: 16px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }
  .deposit-wrap .deposit-methods__block::-webkit-scrollbar {
    height: 0;
  }
  .deposit-wrap .deposit-methods__block:after {
    width: 100%;
    height: 68px;
    content: " ";
    display: block;
    position: absolute;
    left: -35px;
    top: 102px;
    z-index: 7;
    background: radial-gradient(6% 1480.32% at 100% 50%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
  }
  .deposit-wrap .deposit-methods__block .deposit-methods {
    display: flex;
    height: auto;
    padding: 0;
    width: max-content;
  }
  .deposit-wrap .deposit-methods__block .deposit-methods .deposit-methods__item {
    scroll-snap-align: start;
    width: 100%;
    padding: 16px;
  }
  .history-buttons {
    width: 100% !important;
  }
  .button-search {
    margin-right: 0;
    width: 100%;
    font-size: 15px;
    padding: 4px 20px;
  }
  .socials-discount-down {
    padding-bottom: 80px;
  }
  .socials-discount__rules .socials-discount-down__desc {
    display: flex;
    align-items: flex-start;
    margin: 30px 0 0 0;
  }
  .socials-discount__rules .socials-discount-down__img {
    width: 82px;
    height: 82px;
    margin: -12px -10px -30px 0;
  }
  .socials-discount__rules .socials-discount-down__desc > p {
    margin: 0;
    font-size: 13px;
  }
}
.faq-s {
  background: #fff;
  padding: 30px 0 95px;
}

.faq {
  max-width: 755px;
  margin: 30px auto;
}

.faq__item {
  position: relative;
}
.faq__item:not(:last-child) {
  margin-bottom: 8px;
}
.faq__item .faq-title, .faq__item .faq-link-rectangle {
  padding: 16px 24px;
  background-color: #f5f5fe;
  border-radius: 6px;
  display: flex;
  align-items: center;
  line-height: 32px;
}
.faq__item .faq-title:hover, .faq__item .faq-link-rectangle:hover {
  background-color: #ececfd;
}

.faq-item__inline-link {
  color: #15ce85;
}
.faq-item__inline-link:hover {
  color: #210ee1;
}

.faq__angle {
  position: absolute;
  right: 24px;
  font-size: 24px;
  color: #bdbdbd;
}

.faq--ml {
  margin-left: 95px;
}

.faq--mr {
  margin-right: 95px;
}

.active-faq {
  color: #15ce85 !important;
}

.active-angle {
  color: #15ce85 !important;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.faq-title {
  display: block;
  padding: 5px 42px 5px 10px;
  color: #000;
  font-size: 24px;
  font-family: Montserrat-Bold, sans-serif;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq-title:hover {
  color: #505050;
  text-decoration: none;
  background-color: #fff;
}

.faq-content {
  margin-top: 16px;
  padding: 0 16px 24px;
  font-family: RalewayMedium, sans-serif;
  font-size: 16px;
  line-height: 24;
  display: none;
}

.faq-content > p {
  font-size: 18px;
  color: #080328;
  line-height: 1.3;
}

.benefits {
  position: relative;
  height: 315px;
  background: #fff;
}

.benefits__wrap {
  position: absolute;
  right: 0;
}

.benefits__item {
  height: 315px;
  padding: 46px 30px;
}

.benefits__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefits__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefits__desc {
  margin-bottom: 40px;
  margin-left: -41px;
  font-family: Montserrat-Bold, sans-serif;
  font-size: 20px;
  color: #000;
}

.benefits__figgure {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 44px;
  margin-right: 33px;
}

.benefits__text {
  font-size: 16px;
  line-height: 24px;
  color: #b1aebc;
  padding: 0 73px 0 30px;
  margin-top: -32px;
}

.footer-right {
  max-width: 100%;
  display: flex;
  gap: 32px;
  align-items: center;
  width: 360px;
  justify-content: flex-end;
}

.benefits--br {
  border-right: 2px solid #f2f0f9;
}

.footer-pay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-pay > li {
  display: inline-block;
  margin: 0 8px;
  color: #000;
}

.footer-pay > li > a > img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-pay > li > a > img:hover {
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
  cursor: pointer;
}

.copyright-f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright-f > p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 10px;
  line-height: 16px;
}

html {
  height: 100%;
}

.body-lk {
  background-color: #f0f8ff;
}

.border-top {
  position: fixed;
  background: 0 0;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  z-index: 100;
  width: 100%;
  height: 130px;
  left: 0;
  top: 0;
}

.border-top.top-position-primary {
  position: fixed;
  background: 0 0;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  z-index: 100;
  background: #fff;
  -webkit-box-shadow: 0 8px 9px -9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 9px -9px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}

.border-top-lk.top-position-primary {
  background-color: #fff;
}

.border-top-lk.top-position-primary .main-menu-lk .link-menu {
  color: #000;
}

.main-navigation-bg {
  height: 70px;
  background: 0 0;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.navbar-bg-switch {
  position: fixed;
  width: 100%;
  height: 87px;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar-lk {
  background-color: #fff;
}

.navbar-lk .logo__hover {
  text-decoration: none;
}

.logo-desc {
  line-height: 0.8;
  font-size: 20px;
  letter-spacing: 1px;
  color: #776aeb;
  font-family: Montserrat-ExtraBold, sans-serif;
  margin-top: 4px;
}

.main-menu-lk li {
  margin: 0 !important;
}

.main-menu-lk .link-menu {
  color: #9493a0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
  height: 48px;
}

@media (min-width: 1200px) {
  .main-menu-lk .link-menu {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.main-menu-lk .link-menu > img {
  margin-right: 6px;
}

.main-menu-lk .link-menu:before {
  background-color: #9493a0;
}

.main-menu-lk .link-menu:hover {
  color: #797a7b;
  text-decoration: none;
}

.main-menu-lk .link-menu:hover::before {
  background-color: #9493a0;
}

.link-menu .svg-menu, .link-menu-mob .svg-menu {
  vertical-align: middle;
  fill: #000;
  margin-right: 1px;
  font-size: 14px;
}

.nav-menu-lk > li {
  margin: 0 4px;
}

.active-menu {
  color: #000 !important;
  font-family: Montserrat-Bold, sans-serif !important;
}

.button-rd-wrap-lk {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn .language-switch {
  margin: 0;
}

.language-switch {
  font-size: 13px;
}

.language-switch__list {
  position: relative;
  height: 16px;
}

.language-switch__list > li > a {
  color: #9493a0;
}

.language-switch__list > li > a > img {
  width: 26px;
  height: 16px;
}

.language-switch__list > li > a .fa-chevron-down {
  font-size: 10px;
  margin-left: 3px;
}

.language-switch__list li {
  height: 16px;
}

.language-switch__drop {
  display: none;
  position: absolute;
  top: 23px;
  left: -11px;
  padding: 11px 12px 7px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 9;
}

.language-switch__drop > li > a {
  color: #9493a0;
}

.language-switch__drop > li > a > img {
  width: 26px;
}

.profile {
  font-size: 13px;
  line-height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile > span {
  background-color: #17b063;
  color: #fff;
  padding: 8px 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 8px;
  font-family: Montserrat-Bold, sans-serif;
}

.profile-switch__list {
  position: relative;
}

.profile-switch__list > li > a {
  color: #000;
  font-family: Montserrat-ExtraBold, sans-serif;
}

.profile-switch__list > li > a .fa-chevron-down {
  font-size: 10px;
  margin-left: 1px;
}

.prof-link__name {
  max-width: 100px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.prof-link {
  background-color: #f5f5fe;
  padding: 8px 12px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.prof-link svg {
  margin-left: 4px !important;
}

@media all and (max-width: 1470px) {
  /*.present-illustration {*/
  /*    background-size: 35vw !important;*/
  /*}*/
  .button-search {
    height: 48px !important;
    padding: 8px 24px;
    margin: 0 !important;
  }
  .prof-link__name {
    max-width: 70px;
  }
}
@media all and (max-width: 1200px) {
  .prof-link__name {
    max-width: 42px;
    font-size: 11px;
  }
}
.profile-switch__drop {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  padding: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.5);
  min-width: 90px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.profile-switch__drop li {
  text-decoration: none;
  display: block;
}
.profile-switch__drop li:not(:last-child) {
  margin-bottom: 8px !important;
}

.toggle-mnu-lk span, .toggle-mnu-lk span:after, .toggle-mnu-lk span:before {
  background-color: #15ce85;
}

.nav-mob-lk {
  background-color: #fff;
  top: 71px;
}

.nav-mob .nav-menu .link-menu-mob {
  color: #9493a0;
}

.popup__body__lk {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 10px;
}

.popup__content__lk {
  width: 100%;
  height: unset;
  padding-bottom: 100px;
  padding-top: 15px;
}

.nav-menu__moblk {
  margin-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-menu__moblk > li {
  margin-top: 17px !important;
}

.language-switch__mob {
  margin-right: 0;
}

.content-body {
  flex: 1 0;
  padding: 70px 0;
}

.content-body__search {
  position: relative;
}

.content-body__search::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 65px;
  height: 36px;
  width: 1px;
  background: #dedcf5;
}

.content-body__btn-search {
  background-color: inherit;
  border: none;
  position: absolute;
  top: 24px;
  left: 18px;
  font-size: 20px;
  color: #b5afe8;
  outline: 0;
}

.content-body__btn-search .fa-search {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.content-body__btn-search:hover .fa-search {
  -webkit-transform: scale(1.06, 1.06);
  -ms-transform: scale(1.06, 1.06);
  transform: scale(1.06, 1.06);
  cursor: pointer;
}

.content-body__input-search {
  width: 100%;
  height: 68px;
  background-color: #f7f5ff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  padding: 10px 91px;
}

.content-body__input-search::-webkit-input-placeholder {
  color: #b5afe8;
}

.content-body__input-search::-moz-placeholder {
  color: #b5afe8;
}

.content-body__input-search::-ms-input-placeholder {
  color: #b5afe8;
}

.content-body__input-search::placeholder {
  color: #b5afe8;
}

.content-body__reset {
  position: absolute;
  right: 28px;
  top: 19px;
  color: #776aeb;
}

.content-body__reset .fa-times {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.content-body__reset:hover .fa-times {
  -webkit-transform: scale(1.06, 1.06);
  -ms-transform: scale(1.06, 1.06);
  transform: scale(1.06, 1.06);
  cursor: pointer;
}

.content-body__order {
  margin-top: 30px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  padding: 34px 36px;
}

.content-body__mess {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.content-body__mess > input {
  display: none;
}

.content-body__mess label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 25px;
}

.content-body__mess label:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.content-body__mess label .color__radio {
  color: #8a9295 !important;
  font-size: 23px !important;
  font-weight: 600 !important;
  display: block !important;
  opacity: 0.7;
}

.content-body__mess label .color__radio:hover {
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.content-body__mess label span {
  color: #acaabb;
  font-size: 12px;
  margin-left: 6px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.content-body__mess label span:hover {
  cursor: pointer;
  color: #76757b;
}

.content-body__mess > input:checked + label .color__radio {
  color: #776aeb !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: unset;
  opacity: 0.99;
}

.content-body__mess > input:checked + label {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.content-body__mess > input:checked + label:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.content-body__mess > input:checked + label img {
  -webkit-filter: grayscale(0.1);
  filter: grayscale(0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.99;
}

.content-body__select {
  width: 100%;
  height: 35px;
  font-size: 12px;
  background-color: #f0eff6;
  color: #acaabb;
  border: none;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  padding: 3px 15px;
  outline: 0;
  margin-bottom: 15px;
}

.content-body__select::-webkit-input-placeholder {
  color: #acaabb;
}

.content-body__select::-moz-placeholder {
  color: #acaabb;
}

.content-body__select::-ms-input-placeholder {
  color: #acaabb;
}

.content-body__select::placeholder {
  color: #acaabb;
}

.content-body__quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-end;
}

.content-body__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content-body__header .kabinet-h2 {
  margin: 0 10px 20px 0;
}

a.content-body__header-btn {
  text-decoration: none;
}

.content-body__header-btn {
  margin-bottom: 24px;
}

.content-body__header-btn {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  border: none;
  background-color: #15ce85;
  border-radius: 10px;
  outline: 0;
  transition: all 0.5s;
}

.content-body__header-btn:hover {
  -webkit-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}

.content-body__header-btn svg {
  flex: none;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}

.kabinet-h2 {
  color: #070218;
  font-size: 22px;
  font-family: Montserrat-ExtraBold, sans-serif;
  margin-bottom: 24px;
}

.title-input {
  text-align: left !important;
  font-family: Montserrat-Bold, sans-serif;
  font-size: 16px;
  color: #070218;
  margin-bottom: 13px;
}

.quantity_select {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47%;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
}

.content-body-btn {
  width: 100%;
}

.content-body-btn > button {
  cursor: pointer !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 68px;
  font-size: 15px;
  background-color: #15ce85;
  color: #fff;
  border: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  outline: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-description {
  cursor: pointer !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  background-color: #f2f2f6;
  color: #0a042a;
  border: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  outline: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 12px 8px;
}

.btn-buy {
  min-width: 78px;
  cursor: pointer !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  background-color: #15ce85;
  color: #ffffff;
  border: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  outline: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 12px 8px;
}

.btn-description:hover {
  background-color: #e8e8ef;
}

.content-body-btn > button > span {
  margin-left: 5px;
}

.content-body-btn > button:hover {
  -webkit-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}

.content-body-btn > button[disabled] {
  opacity: 0.4;
  cursor: wait !important;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.content-body__balans {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  padding: 34px 36px;
}

.content-body__balans-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px dashed #F0EFF6;
  padding: 16px 16px;
}

.balans-form .balans_select {
  width: 158px;
}

.balans-form {
  width: 50%;
}

.balance-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.balance-wrap .agreement__balance {
  flex: 1 0;
}
.balance-wrap .agreement__balance_full-width {
  flex: none;
  width: 100%;
}
.balance-wrap .agreement__balance .cost-display__item-value {
  white-space: nowrap;
}

.balance-wrap p {
  font-size: 14px;
  color: #080328;
}

.balans__desc {
  font-size: 15px;
  color: #ADABB9;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
}

.balans-img > img {
  width: 272px;
  height: 187px;
}

.partner-img {
  width: 377px;
  max-width: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
  padding-top: 30px;
}

.partner-img > img {
  margin-left: -24px;
}

.partner-img__reset {
  position: absolute;
  right: 30px;
  top: 52px;
}

.partner-img__reset .fa-times {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.partner-img__reset:hover .fa-times {
  -webkit-transform: scale(1.06, 1.06);
  -ms-transform: scale(1.06, 1.06);
  transform: scale(1.06, 1.06);
  cursor: pointer;
}

@media all and (max-width: 772px) {
  .partner-img img {
    max-width: 100%;
    height: auto;
  }
}
/*  select, input style */
.improvement__select {
  margin-bottom: 20px;
}

/* Styling input and select */
.improvement__select .input__select-title,
.improvement__select select.select,
.improvement__select select.select2 {
  margin-bottom: 0;
}

.link-input,
.new-select,
.input__select-title,
select.select,
select.select2 {
  width: 100%;
  height: 68px;
  padding: 10px 25px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  color: #080328;
  text-align: left;
  outline: none;
  border: 2px solid #F0EFF6;
  background: #fff;
  border-radius: 10px;
  transition: border-color 0.1s linear;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.link-input {
  min-height: 110px;
  height: auto;
}

select.select,
select.select2 {
  display: block;
  position: relative;
  background: #fff no-repeat right center url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAHCAYAAABp0096AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxMAAAsTAQCanBgAAACjSURBVDhPvZAxDgIhEEX/7DYeQTuusrfR2FAtV9DKUm/DVeg0NtuaGMT5bKJjbMWXQIaZkPcBZNxefVhPrh4MwU+OM9allCaro0AgB3Q52hCU454jZ+PmUkO0QII/q6iPWjoUSXj0AxY6Ubm+W3tFe3nYHZdpvvJbhNtXiNp9y/enVeJ3taCqyEcIYuTzsXEA8gpBl5GTvwQgNcQNsHLSJgDwBKUOnP6S9+QVAAAAAElFTkSuQmCC");
}

select.select:focus,
select.select2:focus {
  border-color: #15ce85;
}

.link-input::-webkit-input-placeholder {
  color: #ccccd0;
  -webkit-transition: color 0.1s linear;
}

.link-input:focus::-webkit-input-placeholder {
  color: transparent;
}

.link-input:-moz-placeholder {
  color: #ccccd0;
  -moz-transition: color 0.1s linear;
}

.link-input:focus:-moz-placeholder {
  color: transparent;
}

.link-input::-moz-placeholder {
  color: #ccccd0;
  -moz-transition: color 0.1s linear;
}

.link-input:focus::-moz-placeholder {
  color: transparent;
}

.link-input:-ms-input-placeholder {
  color: #ccccd0;
}

.link-input:focus:-ms-input-placeholder {
  color: transparent;
}

.link-input:hover {
  border-color: #e7e6f1;
}

.link-input:focus {
  border-color: #15ce85;
}

.link-input[readonly],
.link-input[readonly]:hover,
.link-input[readonly]:focus {
  border-color: #d4d4d4;
  background-color: rgba(241, 241, 241, 0.84);
}

.link-input[disabled] {
  border: 2px solid #e6e6ee;
  background-color: #f2f2f6;
}

.link-input[disabled]::-webkit-input-placeholder {
  color: #babac7;
  -webkit-transition: color 0.1s linear;
}

.link-input[disabled]:focus::-webkit-input-placeholder {
  color: transparent;
}

.link-input[disabled]:-moz-placeholder {
  color: #babac7;
  -moz-transition: color 0.1s linear;
}

.link-input[disabled]:focus:-moz-placeholder {
  color: transparent;
}

.link-input[disabled]::-moz-placeholder {
  color: #babac7;
  -moz-transition: color 0.1s linear;
}

.link-input[disabled]:focus::-moz-placeholder {
  color: transparent;
}

.link-input[disabled]:-ms-input-placeholder {
  color: #babac7;
}

.link-input[disabled]:focus:-ms-input-placeholder {
  color: transparent;
}

.input__select-flex {
  max-width: 291px;
}

/* Styling select */
.input__select-title {
  width: 100%;
  display: flex;
  align-items: center;
}

select.fn_input_select[disabled] {
  opacity: 0.3;
}

select.fn_input_select[disabled] + .input__select-title {
  opacity: 0.3;
  cursor: default;
}

.input__select-box {
  width: 100%;
}

.input__select-box .fn_input_select,
.input__select-box .input__select {
  width: 100%;
}

.input__select {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 77;
  text-align: left;
}

.input__select.current {
  z-index: 1005;
}

.input__select select {
  width: 100%;
}

.input__select select[disabled] + .input__select-title {
  opacity: 0.5;
}

.input__select .input__select-title.current,
.input__select .input__select-title:focus {
  border-color: #15ce85;
}

.input__select select:focus + .input__select-title {
  border-color: #15ce85;
}

.input__select select.init-style {
  width: 0;
  height: 0;
  border: 0;
  position: absolute;
  left: -3000px;
  top: 0;
  background: 0;
  opacity: 0;
}

.input__select .option--icon {
  display: block;
  width: 100%;
  position: relative;
}

.input__select .option--icon img {
  width: auto;
  height: auto;
  max-width: 40px;
  max-height: 30px;
  vertical-align: middle;
  margin: 0 7px 0 0;
}

.input__select-title .option--label {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}

.input__select-title:focus {
  outline: none;
}

.input__select-title:focus,
.input__select-title:focus-within {
  box-shadow: inset 0 0 0 5px #fff;
}

.input__select-title:after {
  width: 12px;
  height: 12px;
  content: " ";
  overflow: hidden;
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  margin: -6px 0 0 0;
  background: no-repeat center center url(../img/select-img.svg);
  background-size: 10px 7px;
  transition: transform 0.27s ease-in-out;
  transform: rotate(0);
}

.input__select-title.current:after {
  transform: rotate(-180deg);
}

.input__select .input__select-title:focus:after {
  transform: scale(1.5, 1.5) rotate(0);
}

.input__select .input__select-title:focus.current:after {
  transform: scale(1.5, 1.5) rotate(-180deg);
}

.input__select-drop {
  width: auto;
  height: auto;
  max-height: 240px;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 6px 0 0 0;
  font-size: 14px;
  color: #adabb9;
  border: 2px solid #f0eff6;
  background: #fff;
  border-radius: 10px;
  transform: translate3d(0, 0, 0);
  animation: select-drop-fadein 0.3s;
}

.input__select-drop > div {
  padding: 13px 25px;
  display: flex;
  align-items: center;
  cursor: pointer;
  outline: none;
}

.input__select-drop > div + div {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.input__select-drop > div:hover {
  color: #15ce85;
}

.input__select-drop > div.current {
  color: #15ce85;
}

.input__select-drop > div:focus {
  color: #222;
}

.input__select-drop > div[disabled] {
  opacity: 0.5;
  cursor: default;
}

@keyframes select-drop-fadein {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media all and (max-width: 772px) {
  .input__select select.init-style {
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 7;
  }
}
.new-select__list {
  position: absolute;
  top: 73px;
  left: 0;
  border: 2px solid #F0EFF6;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #ADABB9;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  z-index: 2;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 0;
}

.new-select__list.on {
  display: block;
}

.new-select__list .new-select__item span {
  display: block;
  padding: 12px 25px;
}

.new-select__list .new-select__item span:hover {
  color: #776BEB;
}

.new-select:after {
  content: "";
  display: block;
  width: 11px;
  height: 9px;
  position: absolute;
  right: 25px;
  top: 29px;
  background: url("../img/select-img.svg") no-repeat right center/12px;
  -webkit-transition: all 0.27s ease-in-out;
  -o-transition: all 0.27s ease-in-out;
  transition: all 0.27s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.new-select.on:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*  /select style */
/*  button style */
/*  /button style */
.tabs-wrap-lk {
  background-color: #ffffff;
  padding: 42px;
  margin-top: 34px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.tabs-wrap-lk.deposit--payments {
  margin-top: 50px;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.mb-20 {
  margin-bottom: 20px;
}

.mr-0 {
  margin-right: 0px !important;
}
.mr-8 {
  margin-right: 8px !important;
}
.mr-16 {
  margin-right: 16px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-40 {
  margin-right: 40px !important;
}

.ml-5 {
  margin-left: 5px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-16 {
  margin-left: 16px;
}

.tabs-title-lk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.tabs-title-lk > ul > li {
  display: inline-block;
  margin: 0 3px;
}

.tabs-title-lk__two {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: contents;
}

.button-lk {
  height: 68px;
  padding: 5px 39px;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #908ea8;
  background-color: #eeedf9;
  border: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  outline: 0;
}

.button-lk:hover {
  cursor: pointer;
}

.is-checked {
  color: #fff;
  background-color: #15ce85;
}

.table-style-lk {
  width: 100%;
}

.table-style-lk {
  width: 100%;
  /*margin-bottom: 1rem;*/
  background-color: transparent;
}

.table-style-lk > tbody > tr {
  font-size: 15px;
  color: #908ea8;
  height: 48px;
}

.table-style-lk > tbody .item {
  background-color: #fff;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  color: #aeacc1;
}

.table-style-lk > tbody .item__sr {
  background-color: #fff;
}

.table-style-lk > tbody .item .fa-check {
  color: #d2d0df;
}

.table-style-lk .block-all {
  font-family: Montserrat-Bold, sans-serif;
  color: #6d6b7b;
  text-align: left;
}

.active-check {
  color: #15ce85 !important;
}

.table-wrap-lk__service {
  height: 300px;
}

::-webkit-scrollbar {
  width: 7px;
  height: 8px;
  background-color: #f0eff6;
}

::-webkit-scrollbar-thumb {
  background-color: #c2bddf;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #15ce85;
}

.history-process {
  color: #ff0078;
  font-weight: 600;
}

.history-performed {
  color: #15ce85;
  font-weight: 600;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 100%;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.news-img {
  margin-top: 30px;
  padding: 33px 33px 10px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.news-img > img {
  width: 100%;
}

.news-img .news-desc {
  margin-top: 23px;
}

.news-img .news-title {
  font-size: 18px;
}

.news-img .news-text {
  font-size: 14px;
  color: #b1aebc;
  line-height: 1.1;
  margin: 10px 0 23px;
}

.news-img .news-link {
  font-size: 14px;
  color: #070218;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.news-img .news-link:hover {
  color: #a59def;
}

.news-img-wrap {
  height: 183px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.news-more {
  margin: 34px 0 -10px;
  font-weight: 600;
}

.service-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-messen-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a0a8b5;
  font-size: 13px;
  margin-right: 13px;
}

.tabs-messen-icon .icon-sr {
  font-size: 21px;
  margin-right: 7px;
}

.tabs-messen-icon:hover {
  cursor: pointer;
}

.active-tabs-sr .icon-sr {
  color: #6d5fec;
}

.active-tabs-sr > span {
  color: #262626;
}

.mr-30 {
  margin-right: 30px;
}

.service-button {
  height: 33px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 20px;
  color: #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.service-button__light {
  background: #8f8ff1;
  background: -webkit-linear-gradient(45deg, #cbcbf9, #8f8ff1);
  background: -o-linear-gradient(45deg, #cbcbf9, #8f8ff1);
  background: linear-gradient(45deg, #cbcbf9, #8f8ff1);
}

.service-button__medium {
  background: #7070f5;
  background: -webkit-linear-gradient(45deg, #a2a2f5, #7070f5);
  background: -o-linear-gradient(45deg, #a2a2f5, #7070f5);
  background: linear-gradient(45deg, #a2a2f5, #7070f5);
}

.service-button__bottom {
  background: #6d5fec;
  background: -webkit-linear-gradient(45deg, #8181f7, #6d5fec);
  background: -o-linear-gradient(45deg, #8181f7, #6d5fec);
  background: linear-gradient(45deg, #8181f7, #6d5fec);
}

.service-button__end {
  background: #9e9e9e;
  background: -webkit-linear-gradient(45deg, #adabab, #9e9e9e);
  background: -o-linear-gradient(45deg, #adabab, #9e9e9e);
  background: linear-gradient(45deg, #adabab, #9e9e9e);
}

.service-button__end .fa-check {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cost-display {
  line-height: 1.6;
}

.cost-display__item {
  color: #fff;
  padding: 2px 7px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  text-align: right;
}

.history-balance {
  padding-bottom: 120px;
}

.content-body__balans_two {
  padding: 42px;
  background: #fff;
  margin-top: 32px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.content-body__balans_two .balans-form {
  display: block;
}

.content-body_pd {
  padding: 115px 0 0;
}

.oriental-balance {
  color: #fe2983;
}

.positive-balance {
  color: #0bad89;
}

.content-control__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.seting-btn {
  width: 122px;
}

.news-page-wrap {
  margin-top: 34px;
  padding: 40px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.news-page-img {
  height: 212px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-page-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 84%;
  -ms-flex: 0 0 84%;
  flex: 0 0 84%;
  color: #fff;
}

.news-page-desc {
  margin-top: 20px;
}

.news-page-desc__desc {
  color: #060606;
  font-size: 24px;
  font-family: Montserrat-ExtraBold, sans-serif;
  margin-bottom: 10px;
}

.news-page-desc__text {
  font-size: 14px;
  color: #b1aebc;
  line-height: 1.1;
  margin-bottom: 10px;
}

.news-page-desc__text > * {
  padding: 10px 0;
}

.news-page-desc__date {
  display: block;
  font-size: 14px;
  color: #908ea8;
  line-height: 1.1;
  margin-top: 32px;
}

.agreement__text {
  font-size: 15px;
  color: #484460;
  margin-bottom: 30px;
  margin-top: 24px;
}
.agreement__text p:not(:last-child) {
  margin-bottom: 4px;
}

.agreement__text-block {
  width: 100%;
  display: flex;
}

.order-desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.info-box {
  text-align: center;
  width: 100%;
  color: #080328;
  background-color: #f8f7ff;
  padding: 8px;
  border-radius: 8px;
  margin-bottom: 0;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.info-box__title {
  white-space: nowrap;
}

.info-box:not(:last-child) {
  margin-right: 8px;
}

.service-h2 {
  font-size: 18px;
  color: #060606;
  font-family: Montserrat-ExtraBold, sans-serif;
}

.balance-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  color: #080328;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #DFF7CB;
  background-color: #EBFFE2;
}

.balance-text {
  font-weight: 600;
  color: #080328;
}

.discount-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  color: #080328;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #d6d2f8;
  background-color: #e7e5ff;
}

.discount-text {
  font-weight: 600;
  color: #080328;
}

.order-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  color: #080328;
  border-radius: 8px;
  border: 1px solid #FAEBCC;
  background-color: #FCF8E3;
  padding: 8px 12px;
}

.content-body__balans p {
  font-size: 14px;
  color: #080328;
}

.content-body__balans span {
  padding: 0;
  text-align: right;
  font-size: 14px;
}

.order-text {
  font-weight: 600;
  color: #080328;
}

.agreement__balance {
  font-size: 15px;
  color: #adabb9;
  margin-bottom: 0;
}

.service-box {
  display: flex;
  justify-content: space-between;
}

/*.service-input {*/
/*    width: 100%;*/
/*}*/
.service-input:not(:last-child) {
  margin-right: 16px;
}

#service-description {
  max-height: 120px;
  overflow-y: scroll;
}

#service-description::-webkit-scrollbar-track {
  background: #ffffff;
}

.button__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 68px;
  font-size: 13px;
  background-color: #15ce85;
  color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.button__link:hover {
  -webkit-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}

.content-body__tickets {
  padding-top: 94px;
}

.content-body__search {
  width: 100%;
  z-index: 900;
}

.form--search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 7px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.form--button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 7px;
  z-index: 900;
}

.search-faq, .search-question {
  height: 68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.search-faq > img, .search-question > img {
  margin-right: 7px;
}

.search-faq:hover, .search-question:hover {
  -webkit-transform: scale(1.06, 1.06);
  -ms-transform: scale(1.06, 1.06);
  transform: scale(1.06, 1.06);
}

.search-faq {
  width: 127px;
  background: #474747;
  color: #fff;
  margin-right: 7px;
}

.search-question {
  width: 197px;
  background: #15ce85;
  color: #fff;
}

.tickets-body {
  background-color: #fff;
  padding: 7px;
  margin-top: 15px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.tickets-body__items {
  height: 408px;
  overflow: auto;
  margin-top: 30px;
}

.tickets-body__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 32px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.tickets-body__wrraping {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tickets-body__img {
  margin-right: 28px;
}

.tickets-body__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tickets-body__title {
  font-family: Montserrat-Bold, ssans-serif;
  font-size: 22px;
  color: #000;
}

.tickets-body__date {
  font-size: 16px;
  color: #adabb9;
  margin-left: 14px;
}

.tickets-body__text {
  font-size: 15px;
  color: #080328;
  line-height: 24px;
}

.tickets-body__info {
  width: 100%;
  font-size: 12px;
  color: #8a88a2;
  margin: 8px 0;
  line-height: 24px;
  text-align: center;
}

.support {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.support__img {
  margin-right: 18px;
  width: 55px;
  height: 55px;
}

.support__img > img {
  width: 100%;
}

.support__title {
  font-family: Montserrat-Bold, ssans-serif;
  font-size: 16px;
  color: #000;
}

.support__text {
  font-size: 14px;
  color: #adabb9;
}

.form-messege {
  padding: 30px 35px;
}

.form-messege__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form-messege__file {
  white-space: nowrap;
}

.form-messege__file > label {
  font-size: 15px;
  color: #adabb9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.form-messege__file > label:hover {
  cursor: pointer;
  color: #15ce85;
}

.form-messege__file > input {
  display: none;
}

.form-messege__file .botton-dr {
  border: none;
  height: 47px;
  width: 157px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.form-messege__file .botton-dr .fa-edit {
  margin-right: 5px;
}

.form-messege__file .botton-dr:hover {
  cursor: pointer;
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.form-textarea {
  border: 2px solid #f0eff6;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #adabb9;
  font-size: 15px;
  padding: 23px 25px;
  /*
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    */
  height: 68px;
  width: 100%;
  resize: vertical;
}

.tickets-assistance {
  padding: 30px 35px;
}

.tickets-assistance__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
}

.tickets-assistance__btn .button-links {
  height: 68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 32px;
  font-size: 15px;
  margin-right: 7px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tickets-assistance__btn .button-links:hover {
  -webkit-transform: scale(1.06, 1.06);
  -ms-transform: scale(1.06, 1.06);
  transform: scale(1.06, 1.06);
}

.flex--w1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 68%;
  -ms-flex: 0 0 68%;
  flex: 0 0 68%;
}

.width-full {
  width: 100%;
}

.tickets-body__mob {
  display: none;
}

.tickets-avatar__mob {
  display: none;
}

.present-form {
  margin-top: 40px;
}

.present-form__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  margin-bottom: 20px;
}

.present-content {
  width: 50%;
}

.present-form__btn {
  margin-top: 32px;
  display: flex;
  align-items: center;
}

.present-row {
  display: flex;
  flex-direction: row-reverse;
}

.contest-stats_item:not(:last-child) {
  margin-right: 32px;
}

.contest-stats_item h3, .contest-stats_timer h3 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 800;
  margin: 0;
}

.contest-stats_item p {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #818294;
  margin-top: 8px;
}

.contest-stats_timer p {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #818294;
  margin-bottom: 8px;
}

.contest-stats {
  width: 100%;
  display: flex;
  margin-top: 32px;
  /*justify-content: space-between;*/
  align-items: center;
}

.contest-stats_timer {
  padding: 12px;
  background-color: #e9f3ff;
  border-radius: 8px;
  margin-right: 32px;
}

.stats-timer p {
  margin-top: 0;
  margin-bottom: 8px;
}

.deposit-illustration {
  width: 100%;
  background-image: url(../img/deposit/deposit_illustration.svg);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: top 80px right 5%;
}

.present-illustration {
  width: 100%;
  /*transform: scaleX(-1);*/
  background-image: url(../img/contest/likes-contest.svg);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center right 5%;
}

.views-illustration,
.free-followers-illustration,
.free-views-illustration {
  width: 100%;
  background-repeat: no-repeat;
  background-size: 36%;
  background-position: center right 7%;
}

.views-illustration {
  background-image: url(../img/contest/views-contest.svg);
}

.free-followers-illustration {
  background-image: url(../img/contest/free-followers.svg);
}

.free-views-illustration {
  background-image: url(../img/contest/free-views.svg);
}

.views-illustration {
  width: 100%;
  /*transform: scaleX(-1);*/
  background-image: url(../img/contest/views-contest.svg);
  background-repeat: no-repeat;
  background-size: 36%;
  background-position: center right 7%;
}

.present {
  margin: 32px 0 32px;
  align-items: center;
}

.present-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  border: 1px solid #f5f5fd;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 48px -6px rgba(153, 144, 239, 0.239);
  box-shadow: 0 0 48px -6px rgba(153, 144, 239, 0.239);
  padding: 32px;
}

.present-item__img {
  width: 58px;
  height: 58px;
  margin-right: 32px;
}

.present-item__img > img {
  width: 100%;
}

.present-item__img2 {
  width: 106px;
  height: 106px;
  margin-right: 32px;
}

.present-item__img2 > img {
  width: 100%;
}

.present-item__title {
  font-family: Montserrat-Bold, sans-serif;
  font-size: 18px;
  color: #000;
  margin-bottom: 4px;
}

.present-stat {
  display: flex;
  align-items: center;
}

.present-stats__icon {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  color: #ff9900;
}

.present-item__desc {
  font-size: 14px;
  color: #adabb9;
}

.present-item p {
  text-align: center;
  color: #cac8d0;
}

.present-item__info {
  min-width: 0;
  max-width: 100%;
  flex: 1 0;
  display: flex;
  align-items: center;
}
.present-item__img {
  flex: none;
}
.present-item__img1 {
  flex: none;
}
.present-item__text {
  min-width: 0;
  max-width: 100%;
  flex: 1 0;
}
.present-item__title {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flex--w3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 81%;
  -ms-flex: 0 0 81%;
  flex: 0 0 81%;
}

.flex--w4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18%;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
}

.height-v1 {
  height: 346px;
}

.height-v2 {
  height: 376px;
}

.border-v1 {
  border: 1px solid #ffcc81;
}

.content-body__output {
  padding-top: 95px;
}

.output-switch {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.output-switch__btn {
  padding: 0;
  margin-top: 18px;
}

.output-switch__btn .button-links {
  padding: 10px 43px;
}

.output-switch__balans {
  margin-top: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 22px;
}

.output-switch__name {
  color: #adabb9;
}

.output-switch__sum {
  font-family: Montserrat-Bold, sans-serif;
  color: #000;
}

.output-textarea {
  height: 130px;
}

.output-textarea:focus {
  border-color: #15ce85;
}

.tabs-wrap-lk__output {
  margin-top: 10px;
}

.table-wrap-lk__output {
  height: auto;
  margin-top: 30px;
}

.output-active {
  color: #67d69a;
}

.content-body__creation {
  padding-top: 95px;
}

.seting-form__creation {
  margin-top: 15px;
  padding: 32px 30px;
}

.creation-textarea {
  height: 248px;
}

.news-img__creation {
  margin-top: 15px;
}

.title-input__none {
  display: none;
}

.partners-info {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners-info__wrap {
  margin-top: 10px;
  margin-right: 47px;
}

.partners-info__btn {
  margin-top: 0;
}

.partners-info__balans {
  margin-left: 0;
}

.partners-info__link {
  position: relative;
}

.partners-info__copy {
  position: absolute;
  top: 17px;
  right: 11px;
  width: 43px;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border: none;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  outline-color: #15ce85;
  outline-width: 1px;
}

.tickets-support-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.tickets-support-info__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tickets-support-info__left img {
  margin: 0 17px;
}

.tickets-support-info__left > p {
  font-size: 15px;
  color: #9a95b9;
}

.tickets-support-info__right > a {
  color: #b4b0e1;
}

.tickets-support-info__right .fa-angle-left, .tickets-support-info__right .fa-angle-right {
  font-size: 23px;
}

.tickets-support-info__right .fa-angle-left {
  margin-right: 30px;
}

.support__mob {
  display: none;
}

.ticket-angle-mob {
  display: none;
}

.registration-menu {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.registration-menu__desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.registration-menu__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.registration-menu__link {
  height: 58px !important;
  width: 179px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.registration-menu__flag {
  min-width: 83px;
}

.registration-form {
  padding: 0 100px;
}

.registration-form__wrap {
  position: relative;
  padding: 80px 77px;
}

.registration-form__bg {

  background-position: bottom right;
  background-repeat: no-repeat;
}

.registration__quantity {
  display: grid;
}

.button-reg {
  margin-right: 36px !important;
}

.button-rd__reg {
  margin-right: 36px;
}

.registration-form-2__wrap {
  width: 463px;
  text-align: center;
  padding: 50px 46px;
}

.registration-form-2__wrap > img {
  width: 100%;
}

.signin-scls {
  display: flex;
  align-content: center;
  justify-content: center;
}

.signin-scls img {
  vertical-align: top;
}

.signin-scls ul,
.signin-scls li {
  margin: 0;
}

.registration-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.registration-input__logo {
  width: 72px;
  height: 49px;
  margin: auto;
  margin-top: 87px;
}

.forget-pass {
  margin-top: 31px;
}

.forget-pass__link {
  font-size: 15px;
  color: #adabb9;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.forget-pass__link:hover {
  color: #15ce85;
}

.registration-form-3 {
  width: 574px;
}

.registration-form__question {
  width: 100%;
  text-align: center;
  margin-top: 8px;
  font-size: 15px;
}

.pagination {
  width: 100%;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 24px 0 24px;
  flex-wrap: wrap;
}

.pagination li {
  font-family: Montserrat-Bold, sans-serif;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  line-height: 16px;
  background-color: #fff;
  border-radius: 6px;
  vertical-align: middle;
  transition: all ease 0.5s;
}
.pagination li a {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
}
.pagination li a:hover {
  background-color: #f6faff;
  border-radius: 6px;
  transition: all ease 0.5s;
}
.pagination .active a {
  color: white;
  background-color: #15ce85;
  border-radius: 6px;
  cursor: default;
}
.pagination .active a:hover {
  background-color: #15ce85;
}

.pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.pagination__list .angle-dr {
  font-size: 10px;
}

.pagination__list > li {
  display: inline-block;
}

.pagination__list > li > a {
  border: 1px solid #f0eff6;
  color: #15ce85;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 27px;
  height: 27px;
  font-size: 14px;
  margin-left: -1px;
  background: #fff;
}

.pagination__list > li > a:hover {
  background: #d1ccfd;
}

.pagination-active {
  background: #15ce85 !important;
  border: 1px solid #15ce85 !important;
  color: #fff !important;
  margin-left: 0 !important;
}

.pagination-active:hover {
  background: #15ce85;
}

.search-results:hover {
  background: #f7f5ff;
  cursor: pointer;
}

.api-list > li > a {
  display: block;
  padding: 15px 10px 15px 0;
  font-size: 15px;
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.api-list > li > a:hover {
  background: #15ce85;
  color: #fff;
  padding: 15px 10px 15px 10px;
}

.api-list__hr {
  margin: 0;
  border: none;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
}

pre.api-pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.faq-title-faq {
  font-size: 20px;
}

.wrapping-block__checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapping-block__checkbox .link-checkbox {
  height: 18px;
  width: 18px;
}

.wrapping-block > span {
  color: #6b6b6b;
  font-size: 14px;
}

.bg--white {
  background: #fff;
}

.bg--grey {
  background: #f7f5ff;
}

.bg--grey2 {
  background: #f1edff;
}

.bg--accent {
  background: #8f77fa;
}

.bg--orange {
  background: #f7b34f;
}

.bg--green {
  background: #40d484;
}

.color--text {
  color: #080328;
}

.color--text1 {
  color: #fff;
}

.color--text2 {
  color: #a19cba;
}

.color--text3 {
  color: #ffcc81;
}

.color--text4 {
  color: #67d69a;
}

.color--text5 {
  color: #c8c2ff;
}

.color--black {
  color: #000;
}

.color--zoloto {
  color: #e1b134 !important;
}

.backg--black {
  background: #000;
}

.backg--white {
  background: #fff;
}

.backg--cl1 {
  background: #15ce85;
}

.backg--cl2 {
  background: #ffc736;
}

.backg--cl3 {
  background: #1befc9;
}

.backg--cl4 {
  background: #f0f8ff;
}

.size--width1 {
  max-width: 261px;
}

.size--width50 {
  max-width: 50%;
}

.size--width2 {
  width: 239px;
}

.size--width3 {
  width: 145px;
}

.size--width4 {
  width: 178px;
}

.size--width5 {
  width: 279px;
}

.size--width6 {
  width: 294px;
}

.size--width8 {
  width: 185px;
}

.size--width14 {
  width: 397px;
}

.size--width18 {
  width: 229px;
}

.size--width19 {
  width: 294px;
}

.size--width100 {
  width: 100%;
}

.size--width20 {
  width: 260px;
}

.size--height1 {
  height: auto;
}

.size--height2 {
  height: 100%;
}

.size--mr1 {
  margin-right: 5px;
}

.size--mr2 {
  margin-right: 18px;
}

.size--mr3 {
  margin-bottom: 33px;
}

.size--mr4 {
  margin-top: 15px;
}

.size--mr5 {
  margin-top: 18px;
}

.size--mr6 {
  margin-bottom: 15px;
}

.size--mr7 {
  margin-top: 5px;
}

.size--mr10 {
  margin-bottom: 10px;
}

.size--mr11 {
  margin-right: 7px;
}

.size--mr12 {
  margin: 0;
}

.size--mr13 {
  margin-bottom: 25px;
}

.size--mr14 {
  margin-top: 45px;
}

.size--mr16 {
  margin-top: 9px;
}

.size--mr20 {
  margin-bottom: 55px;
}

.size--mr21 {
  margin-bottom: 5px;
}

.size--mr22 {
  margin-top: 30px;
}

.size--pd0 {
  padding: 0;
}

.size--pd1 {
  padding-top: 28px;
}

.size--pd2 {
  padding-right: 195px;
}

.size--pd7 {
  padding: 15px;
}

.size--pd8 {
  padding-top: 117px;
}

.size--df2, .size--df4 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.size--df3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.size--df6 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.title-select {
  font-size: 22px;
}

.size--fz1 {
  font-size: 26px;
}

.size--fz7 {
  font-size: 18px;
}

@media all and (min-width: 768px) {
  .table-wrap-lk {
    overflow-x: auto;
  }
}
.table-style-lk tbody tr:nth-of-type(2n+1) {
  background-color: rgba(4, 169, 245, 0.05);
  padding: 16px;
}

body .table-style-lk table, body .table-style-lk tbody, body .table-style-lk tr, body .table-style-lk th, body .table-style-lk td {
  padding: 0;
  margin: 0;
  border: 1px solid #eaeaea;
  line-height: 24px !important;
  color: #212529;
  vertical-align: top;
}

body .table-style-lk tr {
  padding: 16px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
}

body .table-style-lk td {
  padding: 14px 14px !important;
  display: table-cell;
}

body .table-style-lk thead th {
  vertical-align: middle;
  padding: 8px 16px;
  white-space: nowrap;
}

@media all and (min-width: 992px) and (max-width: 1201px) {
  .table-style-lk > tbody > tr {
    font-size: 13px;
  }
  body .table-style-lk thead th {
    font-size: 13px;
    max-width: 100px;
    white-space: normal;
    line-height: 1 !important;
  }
}
@media (max-width: 1469.98px) {
  .benefits-services {
    height: unset !important;
  }
  .profile-notifyes {
    margin-right: 8px;
  }
  .header-icons {
    margin-right: 8px;
  }
  .contest-stats_timer {
    margin-right: 0;
  }
  .contest-stats_item:not(:last-child) {
    margin-right: 32px;
  }
  .contest-stats {
    display: block;
  }
  .contest-stats__stats {
    margin-top: 16px;
  }
  .present-item__img2 {
    width: 72px;
    height: 72px;
  }
  .size--pd7 {
    padding: 0;
  }
  .button-search {
    height: 40px !important;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }
  .input__select-flex {
    max-width: 222px;
  }
  .balance-wrap {
    flex-direction: column;
  }
  .info-box {
    font-size: 12px;
  }
  .nav-menu > li {
    margin: 0 8px;
  }
  .nav-desk {
    margin-left: 0;
  }
  .title-size-adp {
    font-size: 33px !important;
  }
  .slider-item-soc__desc > span {
    font-size: 13px;
  }
  .slider-item-soc__desc > p {
    font-size: 13px;
  }
  .benefits {
    height: unset;
  }
  .benefits__wrap {
    position: unset;
    right: unset;
  }
  .faq--ml, .faq--mr {
    margin: 0;
  }
  .footer__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button-rd-footer:first-child {
    margin-bottom: 7px;
  }
}
.service-box .service-input {
  margin-top: 16px;
}

@media (max-width: 1199.98px) {
  .content-body__quantity {
    display: grid;
  }
  .buttons-wrap {
    display: flex;
    flex-direction: column;
  }
  .content-body__quantity {
    max-width: 100%;
  }
  .registration-form__bg {
    background-position: top 32px center;
    background-size: 336px;
    padding-top: 336px;
  }
  .alert {
    margin-top: 16px;
  }
  .deposit-methods {
    grid-template-columns: repeat(2, 48%);
    grid-template-rows: 152px;
  }
  .main-menu-lk {
    margin-left: 16px;
  }
  .nav-menu-lk {
    font-size: 10px;
  }
  .service-box .service-input {
    margin-top: 16px;
  }
  .present-item {
    flex-direction: column;
  }
  .present-item__info {
    flex-direction: column;
  }
  .present-item__img {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .present-item__img2 {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .present-item__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
  }
  .buttons-wrap button {
    margin-left: 0;
  }
  .content-body-btn {
    margin-left: 0 !important;
  }
  .history-title-lk {
    display: block;
  }
  .history-title-lk__header {
    margin-bottom: 10px;
  }
  .history-buttons {
    margin-left: 0;
    justify-content: space-between;
  }
  .slider-item-contest__wrap {
    display: grid;
    gap: 16px;
  }
  .button-rd__btn {
    width: 100%;
  }
  .service-box {
    display: block;
  }
  .input__select-flex {
    max-width: none;
  }
  .info-box {
    display: block;
  }
  body .table-style-lk td {
    padding: 8px 8px !important;
  }
  .nav-menu > li {
    margin: 0 0;
  }
  .nav-menu > li > a {
    font-size: 15px;
  }
  .button-rd-top {
    margin-left: 0;
  }
  .button-rd-come {
    width: 64px;
    margin-left: 16px;
  }
  .main-navigation-bg {
    height: 70px;
  }
  .main-navigation-bg .toggle-mnu {
    top: 27px;
  }
  .about-bottom__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .reviews-inner__reviews {
    right: 5px;
    max-width: 337px;
  }
  .reviews-bottom__img {
    width: 327px;
  }
  .main-menu-lk .link-menu {
    padding-left: 5px;
    padding-right: 2px;
    font-size: 10px;
  }
  .partner-img {
    margin-top: 30px;
  }
  .button-lk {
    padding: 5px 34px;
  }
  .size--width5 {
    width: 221px;
  }
  .socials-discount__img3 {
    bottom: -76px;
    right: -210px;
    left: unset;
  }
  .reviews-wrap {
    margin: 0;
  }
  .faq {
    max-width: 100%;
  }
  .faq--ml, .faq--mr {
    margin: 0;
  }
  .footer--dn {
    display: none;
  }
  .footer--flc {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .reviews-wrap {
    margin: 0 -15px;
  }
  .faq-landing {
    margin: 0 -15px;
  }
  .benefits__item {
    height: unset;
  }
  .language-switch__current {
    display: none;
  }
  .content-body__quantity {
    max-width: 100%;
  }
  .registration-form__bg {
    background-position: top 32px center;
    background-size: 336px;
    padding: 336px 40px 40px 40px;
  }
  .deposit-methods {
    grid-template-columns: repeat(1, 99.5%);
    grid-template-rows: 68px;
  }
  .deposit-methods .deposit-methods__item {
    height: 68px;
  }
  .btn-reg__contest {
    margin-top: 0;
  }
  .buttons-wrap {
    display: flex;
  }
  .buttons-wrap button {
    margin-left: 16px;
    margin-top: 0;
  }
  .present-illustration {
    background: none;
  }
  .balans-form {
    width: 100%;
  }
  .deposit-illustration {
    background: #fff;
  }
  .views-illustration {
    background: none;
  }
  .present-content {
    width: 100%;
  }
  .history-buttons {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }
  .history-buttons .button-search,
  .history-buttons .button-search:not(:first-child) {
    margin: 0 !important;
  }
  .button-search:not(:first-child) {
    margin-top: 8px !important;
  }
  .present-row {
    display: block;
  }
  .btn-filter {
    display: flex;
    align-items: center;
    color: #868686;
  }
  .filter-block {
    padding: 16px 16px;
    background-color: rgba(4, 169, 245, 0.05);
    border-radius: 8px;
    margin-bottom: 24px;
  }
  .navbar-bg-switch {
    height: 73px;
  }
  .main-navigation-bg {
    height: 70px;
  }
  .main-menu {
    width: 100%;
  }
  #header.default {
    -webkit-box-shadow: 0 3px 5px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px -5px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    top: 0;
  }
  #header.default .toggle-mnu {
    top: 26px;
    right: 11px;
  }
  #header.default .button-top {
    display: none;
  }
  #header.default .header-fix {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
  #header.default .logo {
    color: #000;
    margin-top: 0;
    margin-bottom: 2px;
    margin-left: 0;
  }
  #header.default .logo-desc {
    color: #535353;
  }
  #header.default .nav-menu > li > a {
    color: #242424;
    color: #5c5c5c;
  }
  #header.default a.active-item {
    color: #000 !important;
  }
  .emodzi-menu {
    display: none;
  }
  .nav-mob .nav-menu > li > a {
    font-size: 14px;
  }
  .nav-desk {
    display: none;
  }
  .profile-switch {
    display: none;
  }
  .profile-switch__mob {
    display: block;
    padding: 5px 0;
  }
  .profile-switch__style li {
    margin-bottom: 11px;
  }
  .profile-switch__style li a {
    font-family: ProximaNova-Regular, sans-serif;
  }
  .profile-switch__style li:first-child a {
    font-family: ProximaNova-Bold, sans-serif;
  }
  .logo {
    margin-top: 24px;
  }
  .nav-menu hr {
    border: none;
    background: #dfdee8;
    height: 1px;
  }
  .profile > span {
    margin-right: 0;
  }
  .toggle-mnu {
    display: block;
    top: 31px;
    right: 11px;
  }
  .button-rd-wrap {
    display: none;
  }
  .content-body {
    padding-top: 58px;
  }
  .content-body__balans {
    margin-top: 16px;
    padding: 34px 30px;
  }
  .new-select.on {
    border-color: #15ce85;
  }
  .header-content {
    padding-bottom: 40px;
  }
  .header-content .header-desc__h1 {
    font-size: 34px;
    margin-top: 30px;
  }
  .header-bottom {
    margin: 65px 0;
  }
  .header-bottom_mt {
    margin: 10px 0 60px;
  }
  .about-us__wrap_fl {
    padding: 40px 20px 45px 20px;
  }
  .about-bottom__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 17%;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
  }
  .about-bottom__wrap {
    margin-top: 32px;
  }
  .reviews-inner__reviews {
    position: unset;
    margin-bottom: 37px;
  }
  .reviews-bottom__img {
    margin-top: 40px;
  }
  .footer {
    padding-top: 44px;
  }
  .footer__login {
    margin-top: 20px;
  }
  .footer-menu-mob > li {
    display: block;
    line-height: 1.6;
    margin-left: 0;
  }
  .footer-menu-mob > li > a {
    padding-left: 0;
  }
  .footer--flc {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer--flc ul {
    display: grid;
    gap: 4px;
    justify-items: center;
  }
  .footer-right {
    justify-content: center;
    flex-direction: column;
    gap: 8px;
  }
  .footer__logo {
    display: grid !important;
    justify-items: center;
    gap: 16px !important;
  }
  .copyright {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .copyright__nav {
    margin-left: 0;
    padding-top: 0;
  }
  .copyright__wrap {
    padding-bottom: 0;
    max-width: 100%;
  }
  .main-menu-lk {
    flex: 1 auto;
    width: auto;
  }
  .button-rd-wrap-lk {
    top: 26px;
  }
  .link-menu__oder {
    display: inline-block;
    height: 42px;
  }
  .border-top-lk.top-position-primary {
    height: 111px;
  }
  .toggle-mnu-lk {
    top: 12px !important;
    right: 10px !important;
  }
  .logo-cabinet {
    margin-top: 19px;
  }
  .mr-20 {
    margin-right: 0;
  }
  .tabs-wrap-lk {
    padding: 32px 30px 40px;
  }
  .tabs-title-lk {
    display: block;
  }
  .tabs-title-lk ul {
    width: 100%;
  }
  .tabs-title-lk > ul > li {
    margin-bottom: 11px;
    display: block;
    width: 100%;
  }
  .tabs-title-lk > ul > li button {
    width: 100%;
  }
  .filter-block {
    display: none;
    margin-top: 10px;
  }
  .table-style-lk .block-all {
    font-family: Montserrat-Bold, sans-serif;
    color: #6d6b7b;
    display: flex;
    padding: 0;
    text-align: center;
    justify-content: space-between;
  }
  .table-style-lk thead:before {
    content: "Сортировать по:";
    width: 100%;
    display: block;
    position: relative;
    flex: none;
    font-size: 12px;
    margin-bottom: 8px;
    color: #868686;
    font-weight: 600;
  }
  html[lang=en-US] .table-style-lk thead:before {
    content: "Sort by:";
  }
  .table-style-lk thead html[lang=en-US]:before {
    content: "Sort by:";
  }
  body .table-style-lk thead tr {
    margin-bottom: 16px;
  }
  body .table-style-lk {
    width: 100%;
    display: block;
  }
  .table-style-lk .block-all {
    overflow-x: auto;
  }
  body .table-style-lk table, body .table-style-lk tfoot, body .table-style-lk thead, body .table-style-lk tbody, body .table-style-lk tr, body .table-style-lk th, body .table-style-lk td {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 24px !important;
    color: #212529;
  }
  .table-style-lk tbody tr:nth-of-type(2n+1) {
    background-color: rgba(4, 169, 245, 0.05);
    padding: 16px;
  }
  body .table-style-lk tr {
    padding: 16px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
  }
  body .table-style-lk tr + tr {
    margin-top: 16px;
  }
  body .table-style-lk td[data-label]::before {
    content: attr(data-label) ":";
    margin: 0 8px 0 0;
    font-weight: bold;
    color: #212529;
  }
  body .table-style-lk td[data-label].serv-desc::before {
    display: block !important;
    width: 100% !important;
  }
  body .table-style-lk thead th:nth-child(2),
  body .table-style-lk thead th:nth-child(3),
  body .table-style-lk thead th:nth-child(8),
  body .table-style-lk thead th:nth-child(4) {
    display: none;
  }
  body .table-style-lk td[data-label]::before {
    content: attr(data-label) ":";
    margin: 0 8px 0 0;
    font-weight: bold;
    color: #212529;
  }
  body .table-style-lk td {
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
    word-break: break-word !important;
    white-space: normal !important;
  }
  body .table-style-lk td {
    padding: 8px 0 8px 0 !important;
  }
  body .table-style-lk td:first-child {
    padding: 0 0 8px 0 !important;
  }
  body .table-style-lk td:last-child {
    padding: 8px 0 0 0 !important;
  }
  body .table-style-lk td + td {
    border-top: 1px solid #dee2e6 !important;
  }
  .partner-img {
    padding-top: 0;
    margin-top: 18px;
  }
  .partner-img > img {
    margin-left: 0;
    width: 100%;
  }
  .partner-img__reset {
    top: 28px;
  }
  .content-body__inner {
    width: 100%;
  }
  .content-body__tickets {
    padding-top: 87px;
  }
  .support-mob__img, .tickets-body-mob__img {
    display: none;
  }
  .size--pd2 {
    padding-right: 0;
  }
  .tickets-assistance__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .size--pd4 {
    padding: 24px 3px 20px;
  }
  .tickets-assistance__btn > a {
    margin-bottom: 8px;
  }
  .flex--w3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
  }
  .flex--w4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
  }
  .size--pd7 {
    padding: 0;
  }
  .present-item {
    margin-bottom: 13px;
  }
  .content-body__output {
    padding-top: 84px;
  }
  .tabs-wrap-lk__output {
    padding: 30px;
  }
  .output-switch__btn {
    margin-top: 0;
    width: 100%;
  }
  .output-switch {
    display: block;
  }
  .output-switch__balans {
    margin-left: 0;
  }
  .size--width14 {
    width: 100%;
  }
  .content-body__creation {
    padding-top: 86px;
  }
  .title-input__none {
    display: block;
  }
  .partners-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .partners-info__wrap {
    margin-right: 0;
  }
  .support__mob {
    display: block !important;
  }
  .support__ticket {
    display: none;
  }
  .support__image {
    display: block;
  }
  .ticket__wrraping {
    display: block;
  }
  .support__desc2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 9px;
  }
  .support__image {
    margin-right: 5px;
  }
  .ticket-angle {
    display: none;
  }
  .ticket-angle-mob {
    display: block;
    text-align: right;
    margin-top: 7px;
  }
  .ticket-angle-mob .fa-angle-left {
    margin-right: 46px;
  }
  .registration-form {
    padding: 0;
  }
  .setting__quantity {
    margin-top: 0;
  }
  .registration-form__quantity .wrapping-block > input {
    width: 100%;
  }
  .popup-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .benefits--br {
    border-right: unset;
  }
  .benefits--bb {
    border-bottom: 2px solid #f2f0f9;
  }
  .benefits {
    padding-top: 40px;
  }
  .competencies-slider .competencies-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .competencies-slider .competencies-item__desc {
    text-align: center;
    margin-top: 25px;
  }
  .competencies-slider .competencies-item__title {
    position: unset;
    left: unset;
    bottom: unset;
    margin-top: 23px;
  }
  .competencies-slider .competencies-item__name {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .competencies-slider .competencies-item__name > h4 {
    margin-right: unset;
    margin: 6px 0;
  }
  .competencies-slider .competencies-item__stars {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
  }
  .competencies-slider__arrow {
    bottom: 0;
  }
  .competencies-slider__arrow_right {
    left: 41%;
  }
  .competencies-slider__arrow_left {
    right: 41%;
  }
}
@media (max-width: 430px) {
  .g-recaptcha {
    transform: scale(0.64);
    transform-origin: 0 0;
    height: 50px;
    max-width: 195px;
  }
}
.slider-small {
  padding: 0;
  border: none;
}

.slider-item-soc__inner {
  margin-right: 16px;
}

.slider-item-contest__wrap {
  align-items: center;
}

@media (max-width: 767.98px) {
  .buttons-wrap button {
    margin-left: 0;
  }
  .slider-item-contest {
    display: block;
  }
  .slider-item-contest__wrap:not(:last-child) {
    margin-bottom: 16px;
  }
  .about-us {
    padding: 60px 0;
  }
  .header-content .header-desc__h1 {
    font-size: 28px;
  }
  .br-close {
    display: none;
  }
  .flex-d-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .language-switch__mob {
    margin-left: 0;
  }
  .about-us__wrap_jce {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .competencies-slider {
    left: 0;
    top: 0;
    max-width: 100%;
  }
  .seting-img > img {
    width: 100%;
  }
  .news-img {
    padding: 19px;
  }
  .content-body__balans_two .balans-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapping-block {
    width: 100%;
  }
  .size--width4, .size--width5 {
    width: 100%;
  }
  .balans__balans {
    padding: 23px 0;
    text-align: center;
    display: block;
  }
  .content-control__inner {
    display: block;
  }
  .form--search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form--button {
    margin-top: 7px;
  }
  .support {
    display: none;
  }
  .flex--w1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .form--search__creation {
    display: none;
  }
  .seting-form__creation {
    margin-top: 0;
  }
  .registration-input {
    display: block;
  }
  .registration-form-2 {
    width: 100%;
  }
  .registration-form-2__wrap {
    width: 100%;
  }
  .registration-form-3 {
    width: 100%;
  }
  .size--width19 {
    width: 100%;
  }
  .registration-form__question {
    text-align: center;
  }
  .slider-item-soc {
    padding: 40px 0;
  }
  .socials-discount__img1, .socials-discount__img2, .socials-discount__img3, .socials-discount__img4, .title-h2__img4 {
    display: none;
  }
  .h2-font-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px !important;
  }
  .title-h2__img6 {
    display: inline-block;
  }
  .slider-item-soc__arrow {
    bottom: -5px;
  }
  .slider-item-soc__btn {
    width: 100%;
  }
  .slider-item-soc__btn > a {
    width: 100%;
  }
  .slider-item-soc__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .socials-discount__left {
    padding: 15px 0 15px 0;
  }
  .socials-discount-down__desc {
    display: none;
  }
  .about-us__img > img {
    width: 100%;
  }
  .title-h2__mob {
    font-size: 24px;
  }
  .about-us__text {
    font-size: 16px;
  }
  .about-us-autor__text {
    padding: 47px 0;
  }
  .about-us__wrap_fl {
    padding: 40px 0;
  }
  .faq-s {
    padding: 30px 0;
  }
  .faq-title {
    font-size: 22px;
  }
  .faq-content > p {
    font-size: 16px;
  }
  .benefits__item {
    padding: 27px 0;
  }
  .benefits__text {
    padding: 0 30px;
  }
  .benefits {
    padding-top: 0;
  }
  .benefits__figgure {
    display: none;
  }
  .copyright__nav {
    justify-content: flex-end !important;
  }
  .faq-title-faq {
    font-size: 16px;
  }
  .footer-menu-group > li {
    text-align: center;
  }
}
@media screen and (max-width: 575.98px) {
  .registration-form__wrap {
    padding: 232px 20px 20px 20px !important;
  }
  .section-text.section-04 .section-text__inner {
    padding: 0;
  }
  .socials-discount-down__item {
    padding: 20px;
  }
  .tickets-body__item {
    padding: 20px;
  }
  .slider-item-contest__wrap {
    padding: 24px;
  }
  .tabs-wrap-lk__output {
    padding: 20px;
  }
  .tabs-wrap-lk {
    padding: 20px;
  }
  .content-body__balans_two {
    padding: 20px;
  }
  .content-body__balans {
    padding: 20px;
  }
  .views-title {
    margin-bottom: 16px;
  }
  .views-title h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .socials-discount__servicelist {
    display: grid;
    grid-template-columns: repeat(2, 48%);
  }
  .socials-discount__servicelist a {
    width: 100%;
  }
  .title-h2 {
    font-size: 32px;
  }
  .registration-form__bg {
    background-position: top 32px center;
    background-size: 226px;
    padding-top: 232px !important;
  }
  .present-form__btn {
    flex-direction: column-reverse;
    /*margin-top: 0;*/
  }
  .info-box {
    display: flex;
  }
  body {
    font-size: 14px;
  }
  .border-top {
    height: 72px;
  }
  .jc-sb {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-content {
    padding-top: 15px;
  }
  .header-bottom_bg {
    display: none;
  }
  .button-rd-header {
    margin-top: 26px;
  }
  .button-rd-wrap {
    top: 7px;
  }
  .button-rd__btn_xs {
    width: 142px;
    height: 35px;
  }
  .button-rd__text {
    font-size: 14px;
  }
  .toggle-mnu {
    top: 27px;
  }
  .main-navigation-bg .button-rd-wrap {
    top: 18px;
  }
  .main-navigation-bg .toggle-mnu {
    top: 27px;
  }
  .button-rd-come {
    width: 62px;
  }
  .about-bottom {
    padding: 50px 0;
  }
  .header-bottom__text_mr1 {
    margin-top: 0;
  }
  .about-us {
    padding: 39px 0;
  }
  .about-bottom__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
  }
  .about-bottom__desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .about-bottom__wrap {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .reviews {
    padding: 15px 0;
  }
  .reviews-wrap {
    padding-bottom: 70px;
  }
  .competencies-slider__arrow {
    font-size: 26px;
    bottom: -43px;
  }
  .competencies-slider .competencies-item__desc {
    padding: 0;
  }
  .competencies-slider__arrow_right {
    left: 37%;
  }
  .competencies-slider__arrow_left {
    right: 37%;
  }
  .button-rd-wrap-lk {
    top: 22px;
  }
  .main-navigation-bg .button-rd-wrap-lk {
    top: 22px;
  }
  .content-body__quantity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-body__order {
    padding: 20px;
  }
  .balans-img {
    display: none;
  }
  .content-body__input-search {
    padding: 10px 67px;
  }
  .balans-form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .service-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .seting-form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .seting-img > img {
    display: none;
  }
  .news-page-wrap {
    padding: 25px;
  }
  .news-page-title {
    font-size: 22px;
  }
  .news-page-desc__desc {
    font-size: 21px;
  }
  .balans__balans {
    display: block;
  }
  .size--width1 {
    max-width: 100%;
  }
  .size--width2, .size--width3, .size--width4 {
    width: 100%;
  }
  .size--mr1, .size--mr2 {
    margin-right: 0;
  }
  .form--search {
    display: block;
    padding: 0;
    background: 0 0;
  }
  .form--button {
    margin-left: 0;
    margin-top: 0;
  }
  .search-faq {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36%;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
  }
  .search-question {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62%;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
  }
  .search-faq > img, .search-question > img {
    display: none;
  }
  .content-body__search::before {
    display: none;
  }
  .content-body__btn-search {
    display: none;
  }
  .content-body__input-search {
    display: none;
  }
  .tickets-body {
    padding: 12px;
  }
  .tickets-body__wrraping {
    display: block;
  }
  .tickets-body__mob {
    display: block;
  }
  .tickets-body__none {
    display: none;
  }
  .tickets-avatar__mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .tickets-body__title {
    font-size: 20px;
  }
  .tickets-body__img {
    margin-right: 10px;
  }
  .tickets-body__date {
    margin-left: 0;
  }
  .tickets-body__text {
    font-size: 16px;
  }
  .form-messege {
    padding: 30px 20px;
  }
  .size--pd3 {
    padding: 30px 8px 0;
  }
  .form-messege__button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .size--width7 {
    width: 100%;
  }
  .size--df2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .form-messege__file {
    margin-top: 27px;
  }
  .size--width8 {
    width: 100%;
  }
  .present-form__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex--w3, .flex--w4 {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .tickets-body__text {
    font-size: 15px;
  }
  .present-item__img {
    width: 64px;
    height: 64px;
  }
  .present-item__img2 {
    width: 85px;
    height: 85px;
  }
  .content-body__output {
    padding-top: 75px;
  }
  .output-textarea {
    height: 227px;
  }
  .form--search__creation {
    display: none;
  }
  .registration-form-2__wrap {
    padding: 20px;
  }
  .registration-input__logo {
    margin-top: 20px;
  }
  .size--mr20 {
    margin-bottom: 48px;
  }
  .socials-discount-down__title {
    font-size: 23px;
  }
  .copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.socials-discount__control {
  width: 280px;
  margin: auto;
}

.txt-freeservices {
  color: #ff9800;
  font-family: Montserrat-Bold, sans-serif;
}

@media only screen and (max-width: 480px) {
  .deposit-hints {
    display: grid;
    grid-template-columns: repeat(2, auto);
  }
  .deposit-hints .deposit-hints__item {
    border-radius: 10px;
  }
  .deposit-hints__order {
    display: grid;
    grid-template-columns: repeat(2, auto);
  }
  .deposit-hints__order .deposit-hints__item {
    border-radius: 10px;
  }
  .deposit-hints__item {
    padding: 8px;
  }
  .error-btns a {
    font-size: 14px;
    padding: 16px;
  }
  .error-btns a img {
    width: 16px;
  }
  .popup__body-buy_bottom {
    margin-top: 0;
    justify-content: center !important;
    display: block !important;
    width: 100%;
  }
  .popup__body-buy_bottom .popup__body-buy_total {
    width: 100%;
    justify-items: center;
  }
  .popup__body-buy_bottom .btn {
    margin-top: 16px;
    width: 100%;
  }
  .popup-forms__block-double {
    display: grid;
  }
  .slider-item-soc__wrap {
    padding: 24px;
  }
  .timer__items {
    justify-content: center;
  }
  .faq-title {
    font-size: 16px;
    line-height: 24px !important;
  }
  .title-h2 {
    font-size: 24px;
  }
  .benefits__desc {
    font-size: 16px;
  }
  .contest-title__winners .h1 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .popup__content {
    padding: 16px !important;
  }
  .popup-contest .popup-contest__gide li {
    display: grid;
    gap: 8px;
  }
  .popup-contest__gide-token button {
    font-size: 10px;
    margin-left: 0 !important;
  }
  .nav-menu__moblk-profile__accs {
    display: grid !important;
    gap: 8px;
    justify-content: stretch !important;
  }
  .nav-menu__moblk-profile_balance {
    width: 100%;
  }
  .popup-menu__deposit {
    width: 100%;
  }
  .landing-signup {
    margin-top: 16px !important;
  }
  .header-buttons {
    display: grid !important;
    gap: 8px;
  }
  .header-buttons .btn {
    width: 100%;
    font-size: 12px;
  }
  .contest-stats_timer {
    text-align: center;
  }
  .contest-stats_item {
    text-align: center;
  }
  .contest-stats_item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .contest-stats__stats {
    display: block;
  }
  .contest-top__info {
    display: block;
  }
  .contest-top__info p {
    text-align: center;
  }
  .contest-title h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .button-rd__text {
    font-size: 12px !important;
  }
  .agreement__text-block {
    display: block;
  }
  .block-all {
    font-size: 12px;
  }
  .info-box:not(:last-child) {
    margin-right: 0;
    margin-bottom: 8px;
  }
  body .table-style-lk thead th {
    padding: 4px 8px !important;
    width: auto;
    flex: none;
  }
  .reviews-bottom__img {
    width: 100%;
  }
  .reviews-bottom {
    margin-top: 20px;
  }
  .nav-menu > li {
    display: block;
    margin-bottom: 7px;
  }
  .copyright__nav {
    padding: 10px 0 30px;
  }
}
@media only screen and (max-width: 340px) {
  .button-rd-wrap {
    right: 55px;
  }
  .header-content .header-desc__h1 {
    font-size: 30px;
  }
  .reviews-bottom__img {
    margin-top: 80px;
  }
  .reviews-bottom {
    margin-top: 78px;
  }
  .footer__login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__list-icons {
    margin-left: 0;
    margin-top: 20px;
  }
}
.socials-discount__servicelist .active {
  background-color: #15ce85;
  color: #fff;
}

/* Header */
.adap-language {
  display: none;
  position: absolute;
  right: 60px;
  top: 13px;
}

@media (max-width: 991.98px) {
  .mob-margin15 {
    margin: 0 -15px;
  }
  .socials-discount__control {
    width: 100%;
  }
  .adap-language {
    display: block;
  }
}
.nav-menu__moblk-profile {
  width: 100%;
  padding: 10px;
  border: 2px solid #eee;
  border-radius: 8px;
}

.nav-menu__moblk-profile__accs {
  padding: 0 0 6px 0;
  margin: 0 0 6px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.nav-menu__moblk-profile_balance {
  height: 30px;
  background-color: #474747;
  color: #fff;
  padding: 0 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 8px;
  font-family: Montserrat-Bold, sans-serif;
}

.profile-notifyes {
  width: 32px;
}

.nav-menu__moblk-profile .profile-notifyes {
  margin: 0;
}

.nav-menu__moblk-profile__username {
  flex: 1 0;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-menu__moblk-profile__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-menu__moblk-profile__links a {
  padding: 5px;
  display: block;
  color: #000;
  text-decoration: none;
  text-align: center;
}

/* Modal buy */
.popup__body-buy_title {
  margin-bottom: 30px;
  font-family: Montserrat-ExtraBold, sans-serif;
  font-size: 22px;
  color: #060606;
}

.popup__body-buy_title > span {
  color: #000;
}

.popup__body-buy .link-input,
.popup__body-buy .new-select,
.popup__body-buy .input__select-title,
.popup__body-buy select.select,
.popup__body-buy select.select2,
.popup__body-buy button.promo-button {
  height: 52px;
}

.popup__body-buy .input__select-drop {
  top: auto;
  bottom: 100%;
}

.popup__body-buy_bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .popup__body-buy_content {
    padding-left: 0;
    padding-right: 0;
  }
}
/*
Order guest confirm
 */
.order-guest-confirm,
.order-guest-confirm th,
.order-guest-confirm td {
  padding: 0;
  border: 0;
}

.order-guest-confirm {
  width: 100%;
  margin: 0 0 20px 0;
}

.order-guest-confirm th,
.order-guest-confirm td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #000;
}

.order-guest-confirm th {
  width: 180px;
}

.order-guest-confirm th::after {
  content: ":";
}

.order-guest-confirm td {
  word-break: break-word;
}

@media (max-width: 767.98px) {
  .order-guest-confirm th {
    width: 120px;
  }
}
@media (max-width: 567.98px) {
  .order-guest-confirm,
  .order-guest-confirm tbody,
  .order-guest-confirm tr,
  .order-guest-confirm th,
  .order-guest-confirm td {
    width: 100%;
    padding: 0;
    display: block;
    border: 0;
  }
  .order-guest-confirm tr {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .order-guest-confirm th {
    margin-bottom: 5px;
  }
}
/* Profile - Notifyes */
a.profile-notifyes {
  color: #474747;
  text-decoration: none;
  height: 100%;
}

.profile-notifyes {
  display: flex;
  align-items: center;
  position: relative;
  color: #474747;
}

.profile-notifyes__icon {
  font-size: 16px;
}

.profile-notifyes__counter {
  width: 17px;
  height: 17px;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -4px;
  top: -3px;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  text-align: center;
  background: #15ce85;
  border-radius: 50%;
}

a.profile-notifyes:hover {
  color: #000;
}

a.profile-notifyes.active {
  color: #337ab7;
}

a.profile-notifyes.active:hover {
  color: #4b96d5;
}

.profile-notifyes.active .profile-notifyes__counter {
  display: flex;
}

/* Sweetalert */
.swal2-container {
  z-index: 10060 !important;
}

/* Description */
.idesc {
  line-height: 1.34;
  color: #000;
}

.idesc img {
  max-width: 100%;
  height: auto;
}

.idesc p {
  margin: 0.75rem 0;
}

.idesc h1, .idesc .h1,
.idesc h2, .idesc .h2,
.idesc h3, .idesc .h3,
.idesc h4, .idesc .h4,
.idesc h5, .idesc .h5,
.idesc h6, .idesc .h6 {
  margin: 2rem 0 1rem 0;
}

.idesc ul {
  padding: 0;
  display: block;
  margin: 1rem 1rem 1rem 0;
  overflow: hidden;
}

.idesc ul > li {
  display: block;
  padding: 0 0 0 2rem;
  margin: 5px 0;
  list-style: disc;
}

.idesc ul > li:before {
  content: "•";
  float: left;
  margin: 0 0 0 -1rem;
  font-size: inherit;
  font-family: Verdana;
  color: #333;
  transform: scale(1.3) translateY(-2%);
}

.idesc ol {
  counter-reset: olCounter;
  padding: 0;
  list-style: none;
  display: block;
  margin: 1rem 0;
  overflow: hidden;
}

.idesc ol > li {
  display: block;
  padding: 0 0 0 2rem;
  margin: 5px 0;
  list-style: none;
}

.idesc ol > li:before {
  width: 2rem;
  counter-increment: olCounter;
  content: counter(olCounter) ".";
  padding: 0 0.2rem 0 0;
  float: left;
  margin: 0 0 0 -2rem;
  text-align: right;
}

.idesc ul ul,
.idesc ul ol,
.idesc ol ol,
.idesc ol ul {
  margin-left: 2rem;
}

.idesc p + ul,
.idesc p + ol {
  margin-top: -0.5rem;
}

.idesc ol:first-child,
.idesc ul:first-child,
.idesc p:first-child,
.idesc h1:first-child, .idesc h2:first-child, .idesc h3:first-child, .idesc h4:first-child, .idesc h5:first-child, .idesc h6:first-child {
  margin-top: 0 !important;
}

.idesc p:first-child,
.idesc h1:first-child, .idesc h2:first-child, .idesc h3:first-child, .idesc h4:first-child, .idesc h5:first-child, .idesc h6:first-child,
.idesc .h1:first-child, .idesc .h2:first-child, .idesc .h3:first-child, .idesc .h4:first-child, .idesc .h5:first-child, .idesc .h6:first-child {
  margin-top: 0 !important;
}

.idesc ol:last-child,
.idesc ul:last-child,
.idesc p:last-child,
.idesc h1:last-child, .idesc h2:last-child, .idesc h3:last-child, .idesc h4:last-child, .idesc h5:last-child, .idesc h6:last-child,
.idesc .h1:last-child, .idesc .h2:last-child, .idesc .h3:last-child, .idesc .h4:last-child, .idesc .h5:last-child, .idesc .h6:last-child {
  margin-bottom: 0 !important;
}

.idesc-image {
  width: 240px;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  margin: 0 1rem 1rem 0;
  float: left;
}

.idesc-image.pos--right {
  float: right;
  margin: 0 0 1rem 1rem;
}

.idesc dl {
  overflow: hidden;
}

.idesc dt {
  padding: 0 0 0 2rem;
  font-weight: bold;
}

.idesc dt::before {
  content: "•";
  float: left;
  margin: 0 0 0 -1rem;
  font-size: inherit;
  font-family: Verdana;
  color: #919191;
  transform: scale(1.6);
}

.idesc dd {
  margin-left: 2rem;
}

.idesc dd + dt {
  margin-top: 5px;
}

.idesc table {
  max-width: 100%;
}

/* Order bulk */
@media all and (max-width: 772px) {
  .page__order-bulk_pcs .col-4 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
/* Alert scroll */
.custom-alert {
  padding: 10px;
  margin-bottom: 30px;
}

.custom-alert__inner {
  max-height: 400px;
  padding: 8px;
  overflow-y: auto;
}

/* payment desc */
.alert.paydesc__alert {
  margin-bottom: 15px;
}

.paydesc__title {
  margin: 0 10px 0 0;
  font-weight: bold;
}

.balans-form .agreement__text p {
  margin: 0;
}

.balans-form .info-box {
  margin-top: 0;
}

.balans-form .in-show-mob .alert.paydesc__alert {
  margin-bottom: 0;
}

@media all and (max-width: 772px) {
  .alert.balans__desc {
    margin: 16px 0 16px 0;
  }
}
/* Button themes */
.control-themeset {
  height: 38px;
  padding: 0 20px 20px;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.button-themeset {
  width: 98px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 5px 0;
  margin: 0;
  border: 0;
  color: #fff;
  text-align: center;
  background: rgb(119, 107, 235);
  border-radius: 10px 10px 40px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0.6;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.button-themeset:hover {
  opacity: 1;
  -webkit-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}

.button-themeset svg {
  flex: none;
  width: 30px;
  height: 30px;
  margin: 0 7px 0 5px;
}

.button-themeset__label {
  flex: 1 0;
  font-weight: 600;
  font-size: 11px;
  color: inherit;
  text-align: right;
}

.button-themeset__label.themeset--light {
  display: none;
}

.themesets--dark .button-themeset__label.themeset--light {
  display: block;
}

.themesets--dark .button-themeset__label.themeset--dark {
  display: none;
}

/* Style night */
.themesets--dark *::-webkit-scrollbar {
  background-color: #333;
}

.themesets--dark *::-webkit-scrollbar-thumb {
  background-color: #555;
}

.themesets--dark *::-webkit-scrollbar-thumb:hover {
  background-color: #15ce85;
}

.themesets--dark body {
  color: #fff;
}

.themesets--dark .auth h2,
.themesets--dark .response-format h2 {
  color: #fff;
}

.themesets--dark .preloader {
  background-color: #000;
}

.themesets--dark .preloader .loader {
  border-color: #333;
  border-top-color: #5747ec;
}

.themesets--dark .color--black {
  color: #fff;
}

.themesets--dark .title-h2 {
  color: #fff;
}

.themesets--dark .title-h3 {
  color: #000;
}

.themesets--dark .table > thead > tr > th,
.themesets--dark .table > tbody > tr > th,
.themesets--dark .table > tfoot > tr > th,
.themesets--dark .table > thead > tr > td,
.themesets--dark .table > tbody > tr > td,
.themesets--dark .table > tfoot > tr > td {
  border-top-color: #444;
}

.themesets--dark .table > thead > tr > th {
  border-bottom-color: #444;
}

.themesets--dark .table > tbody + tbody {
  border-top-color: #444;
}

.themesets--dark .table .table {
  background-color: #000;
}

.themesets--dark .table-bordered {
  border-color: #444;
}

.themesets--dark .table-bordered > thead > tr > th,
.themesets--dark .table-bordered > tbody > tr > th,
.themesets--dark .table-bordered > tfoot > tr > th,
.themesets--dark .table-bordered > thead > tr > td,
.themesets--dark .table-bordered > tbody > tr > td,
.themesets--dark .table-bordered > tfoot > tr > td {
  border-color: #444;
}

.themesets--dark .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #111;
}

.themesets--dark .table-hover > tbody > tr:hover {
  background-color: #666;
}

.themesets--dark .table > thead > tr > td.active,
.themesets--dark .table > tbody > tr > td.active,
.themesets--dark .table > tfoot > tr > td.active,
.themesets--dark .table > thead > tr > th.active,
.themesets--dark .table > tbody > tr > th.active,
.themesets--dark .table > tfoot > tr > th.active,
.themesets--dark .table > thead > tr.active > td,
.themesets--dark .table > tbody > tr.active > td,
.themesets--dark .table > tfoot > tr.active > td,
.themesets--dark .table > thead > tr.active > th,
.themesets--dark .table > tbody > tr.active > th,
.themesets--dark .table > tfoot > tr.active > th {
  background-color: #666;
}

.themesets--dark .table-hover > tbody > tr > td.active:hover,
.themesets--dark .table-hover > tbody > tr > th.active:hover,
.themesets--dark .table-hover > tbody > tr.active:hover > td,
.themesets--dark .table-hover > tbody > tr:hover > .active,
.themesets--dark .table-hover > tbody > tr.active:hover > th {
  background-color: #777;
}

.themesets--dark .table > thead > tr > td.success,
.themesets--dark .table > tbody > tr > td.success,
.themesets--dark .table > tfoot > tr > td.success,
.themesets--dark .table > thead > tr > th.success,
.themesets--dark .table > tbody > tr > th.success,
.themesets--dark .table > tfoot > tr > th.success,
.themesets--dark .table > thead > tr.success > td,
.themesets--dark .table > tbody > tr.success > td,
.themesets--dark .table > tfoot > tr.success > td,
.themesets--dark .table > thead > tr.success > th,
.themesets--dark .table > tbody > tr.success > th,
.themesets--dark .table > tfoot > tr.success > th {
  background-color: #5c715b;
}

.themesets--dark .table-hover > tbody > tr > td.success:hover,
.themesets--dark .table-hover > tbody > tr > th.success:hover,
.themesets--dark .table-hover > tbody > tr.success:hover > td,
.themesets--dark .table-hover > tbody > tr:hover > .success,
.themesets--dark .table-hover > tbody > tr.success:hover > th {
  background-color: #57684e;
}

.themesets--dark .table > thead > tr > td.info,
.themesets--dark .table > tbody > tr > td.info,
.themesets--dark .table > tfoot > tr > td.info,
.themesets--dark .table > thead > tr > th.info,
.themesets--dark .table > tbody > tr > th.info,
.themesets--dark .table > tfoot > tr > th.info,
.themesets--dark .table > thead > tr.info > td,
.themesets--dark .table > tbody > tr.info > td,
.themesets--dark .table > tfoot > tr.info > td,
.themesets--dark .table > thead > tr.info > th,
.themesets--dark .table > tbody > tr.info > th,
.themesets--dark .table > tfoot > tr.info > th {
  background-color: #48575c;
}

.themesets--dark .table-hover > tbody > tr > td.info:hover,
.themesets--dark .table-hover > tbody > tr > th.info:hover,
.themesets--dark .table-hover > tbody > tr.info:hover > td,
.themesets--dark .table-hover > tbody > tr:hover > .info,
.themesets--dark .table-hover > tbody > tr.info:hover > th {
  background-color: #3a5d6c;
}

.themesets--dark .table > thead > tr > td.warning,
.themesets--dark .table > tbody > tr > td.warning,
.themesets--dark .table > tfoot > tr > td.warning,
.themesets--dark .table > thead > tr > th.warning,
.themesets--dark .table > tbody > tr > th.warning,
.themesets--dark .table > tfoot > tr > th.warning,
.themesets--dark .table > thead > tr.warning > td,
.themesets--dark .table > tbody > tr.warning > td,
.themesets--dark .table > tfoot > tr.warning > td,
.themesets--dark .table > thead > tr.warning > th,
.themesets--dark .table > tbody > tr.warning > th,
.themesets--dark .table > tfoot > tr.warning > th {
  background-color: #747047;
}

.themesets--dark .table-hover > tbody > tr > td.warning:hover,
.themesets--dark .table-hover > tbody > tr > th.warning:hover,
.themesets--dark .table-hover > tbody > tr.warning:hover > td,
.themesets--dark .table-hover > tbody > tr:hover > .warning,
.themesets--dark .table-hover > tbody > tr.warning:hover > th {
  background-color: #655d3a;
}

.themesets--dark .table > thead > tr > td.danger,
.themesets--dark .table > tbody > tr > td.danger,
.themesets--dark .table > tfoot > tr > td.danger,
.themesets--dark .table > thead > tr > th.danger,
.themesets--dark .table > tbody > tr > th.danger,
.themesets--dark .table > tfoot > tr > th.danger,
.themesets--dark .table > thead > tr.danger > td,
.themesets--dark .table > tbody > tr.danger > td,
.themesets--dark .table > tfoot > tr.danger > td,
.themesets--dark .table > thead > tr.danger > th,
.themesets--dark .table > tbody > tr.danger > th,
.themesets--dark .table > tfoot > tr.danger > th {
  background-color: #9a5757;
}

.themesets--dark .table-hover > tbody > tr > td.danger:hover,
.themesets--dark .table-hover > tbody > tr > th.danger:hover,
.themesets--dark .table-hover > tbody > tr.danger:hover > td,
.themesets--dark .table-hover > tbody > tr:hover > .danger,
.themesets--dark .table-hover > tbody > tr.danger:hover > th {
  background-color: #6a4141;
}

.themesets--dark .popup__content {
  background: #000;
}

.themesets--dark .popup__content::before {
  background: #4e4242;
}

.themesets--dark .nav-menu > li > a {
  color: #ccc;
}

.themesets--dark .nav-menu > li > a:hover {
  color: #fff;
}

.themesets--dark .wrapper .swal2-popup {
  background: #000;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.themesets--dark .body-lk {
  background: #0e1000;
}

.themesets--dark .bg--grey {
  background: #080a00;
}

.themesets--dark .bg--grey2 {
  background: #333444;
}

.themesets--dark .bg--white {
  background-color: #000;
}

.themesets--dark a[data-sort] {
  color: #555777;
}

.themesets--dark a[data-sort]:hover {
  color: #eee;
}

.themesets--dark .link-input,
.themesets--dark .new-select,
.themesets--dark .input__select-title,
.themesets--dark select.select,
.themesets--dark select.select2 {
  color: #eee;
  background: #000;
  border-color: #333;
}

.themesets--dark select.select:focus,
.themesets--dark select.select2:focus {
  border-color: #444;
}

.themesets--dark .link-input:hover {
  border-color: #222314;
}

.themesets--dark .link-input:active {
  background: #111;
}

.themesets--dark .link-input:focus {
  border-color: #15ce85;
}

.themesets--dark .form-textarea {
  color: #eee;
  background: #000;
  border-color: #0f1009;
}

.themesets--dark .title-input {
  color: #fff;
}

.themesets--dark .form-control {
  background-color: #000;
  border-color: #444;
}

.themesets--dark .backg--black {
  background: #202020;
}

.themesets--dark .navbar-lk {
  background: #000;
  color: #fff;
}

.themesets--dark .main-menu-lk .link-menu > svg path {
  fill: #fff;
}

.themesets--dark .active-menu {
  color: #fff !important;
}

.themesets--dark .content-body__balans_two {
  background-color: #000;
}

.themesets--dark .kabinet-h2 {
  color: #f9f9f9;
}

.themesets--dark .logo-cabinet img {
  filter: invert(1);
}

.themesets--dark .content-body__order {
  background: #000;
}

.themesets--dark .content-body__balans {
  background: #000;
}

.themesets--dark .input__select-drop {
  border-color: #333;
  background: #222;
}

.themesets--dark .input__select-drop > div:focus {
  color: #fff;
}

.themesets--dark .input__select-title:focus, .input__select-title:focus-within {
  box-shadow: inset 0 0 0 5px #333;
}

.themesets--dark .language-switch__drop {
  background: #333;
}

.language-switch__drop li:not(:last-child) {
  margin-bottom: 8px !important;
}

.themesets--dark .profile-switch__list > li > a {
  color: #fff;
}

.themesets--dark .profile-switch__drop {
  background: #222;
}

.themesets--dark .tabs-wrap-lk {
  background: #000;
}

.themesets--dark .partners-info__copy {
  background: #333;
}

.themesets--dark .output-switch__sum {
  color: #fff;
}

.themesets--dark pre.api-pre {
  color: #eee;
  background: #0a0a0a;
  border-color: #555;
}

.themesets--dark .api-list__hr {
  background: #555;
}

.themesets--dark .api-list > li > a {
  color: #eee;
}

.themesets--dark .alert {
  position: relative;
}

.themesets--dark .alert::after {
  width: 100%;
  height: 100%;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
}

.themesets--dark .registration-input__logo {
  filter: invert(1);
}

.themesets--dark .order-guest-confirm th,
.themesets--dark .order-guest-confirm td {
  color: #e7e7e7;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 567.98px) {
  .themesets--dark .order-guest-confirm tr {
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
}
.themesets--dark .nav-menu__moblk-profile__username {
  color: #ccc;
}

.themesets--dark .nav-menu__moblk-profile__links a {
  color: #ccc;
}

.themesets--dark .main-menu-lk .link-menu {
  color: #fff;
}

.themesets--dark input[name=api-key].link-input {
  max-width: 100%;
}

.themesets--dark .tickets-body__title {
  color: #fff;
}

.themesets--dark .button-lk {
  color: #a19cba;
  background: #333444;
}

.themesets--dark .button-lk.is-checked {
  color: #fff;
  background-color: #15ce85;
}

.themesets--dark .present-item {
  border-color: #444;
}

.themesets--dark .border-v1 {
  border-color: #ffcc81;
}

.themesets--dark .present-item__title {
  color: #fff;
}

.themesets--dark .faq-title {
  background-color: transparent;
  color: #ccc;
}

.themesets--dark .faq-title:hover {
  background-color: transparent;
  color: #fff;
}

.themesets--dark .support__title {
  color: #fff;
}

.themesets--dark .swal2-title,
.themesets--dark .swal2-html-container {
  color: #fff;
}

.themesets--dark .support__img,
.themesets--dark .tickets-body__img-dark {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
}

.themesets--dark .tickets-body__img-dark {
  flex: none;
  width: 69px;
  height: 69px;
  display: flex;
  align-content: center;
  justify-content: center;
}

.themesets--dark .tickets-body__img-dark img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
}

@media screen and (max-width: 575.98px) {
  .themesets--dark .tickets-body__img-dark.tickets-body__none {
    display: none;
  }
}
.themesets--dark .form--search,
.themesets--dark .tickets-body,
.themesets--dark .tickets-body__item {
  background-color: #000;
}

.themesets--dark .tickets-body__item.bg--grey {
  background: #080a00;
}

.themesets--dark .slider-item-soc__wrap {
  background: #000;
  -webkit-box-shadow: 0.7647px 0.7647px 17.9118px #222;
  box-shadow: 0.7647px 0.7647px 17.9118px #222;
}

.themesets--dark .slider-item-soc__title {
  padding-bottom: 24px;
  border-bottom: 1px solid #333;
  color: #fff;
}

.themesets--dark .slider-item-soc__arrow:hover {
  color: #fff;
}

.themesets--dark .slider-item-contest__wrap {
  background: #000;
  -webkit-box-shadow: 0.7647px 0.7647px 17.9118px #222;
  box-shadow: 0.7647px 0.7647px 17.9118px #222;
}

.themesets--dark .slider-item-contest__title {
  color: #fff;
}

.themesets--dark .slider-item-contest__arrow:hover {
  color: #fff;
}

.themesets--dark .about-us {
  background: inherit !important;
}

.themesets--dark .benefits {
  background: inherit !important;
}

.themesets--dark .backg--cl4 {
  background: inherit !important;
}

.themesets--dark .benefits__desc {
  color: #fff;
}

.themesets--dark .benefits--br {
  border-right-color: #333;
}

@media (max-width: 991.98px) {
  .themesets--dark .benefits--bb {
    border-bottom: 2px solid #333 !important;
  }
}
.themesets--dark .reviews {
  background: transparent !important;
}

.themesets--dark .reviews-wrap {
  background: transparent !important;
}

.themesets--dark .faq-s {
  background: transparent !important;
}

.themesets--dark .faq-title {
  color: #fff !important;
  background: #222 !important;
}

.themesets--dark .faq-title:hover {
  color: #eee;
  background-color: #2b2b2b !important;
}

.themesets--dark .competencies-slider__arrow:hover {
  color: #fff;
}

.themesets--dark .socials-discount-down__img {
  filter: invert(1) brightness(2) grayscale(1);
}

.themesets--dark .socials-discount-down__item {
  background-color: #000;
}

.themesets--dark .socials-discount-down__list > li > span {
  color: #fff;
}

.themesets--dark .socials-discount-down__btn > a {
  background-color: #15ce85;
}

.themesets--dark .socials-discount-down__list {
  border-bottom-color: #333;
}

.themesets--dark .socials-discount-down__list img {
  filter: invert(1);
}

.themesets--dark .button-rd:hover .button-rd__btn {
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
  -webkit-box-shadow: 0 4px 12px -5px rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 12px -5px rgba(255, 255, 255, 0.05);
}

.themesets--dark .idesc {
  color: #fff;
}

.themesets--dark .btn-gray {
  color: #eee;
  background-color: #333;
}

.themesets--dark .btn-gray:hover {
  background-color: #444;
}

.themesets--dark .prof-link {
  color: #fff;
  background: #333;
}

.themesets--dark .nav-menu__drop-list,
.themesets--dark .nav-menu__drop-item-child {
    background-color: #111 !important;
}

.themesets--dark .nav-menu__drop-item:has(> .nav-menu__drop-item-child) {
    background: url(../img/menu-icon/right-arr-white.png) no-repeat 188px center !important;
}

.themesets--dark .nav-menu__drop-list > li + li > a {border-top-color: #444;}

.themesets--dark .nav-menu__drop-list > li > a,
.themesets--dark .nav-menu__drop-item-child > li > a {
    color:#999;
}

.themesets--dark .nav-menu__drop-list > li > a:hover,
.themesets--dark .nav-menu__drop-item-child > li > a:hover {
  color: #fff;
}

.themesets--dark .nav-menu__drop-list > li > a.drop-list__link-icon svg path {
  fill: #fff;
}

.themesets--dark .main-menu__outer-link::before {
  filter: invert(1);
}

@media screen and (max-width: 400px) {
  .themesets--dark .popup-menu .popup-menu__profile .nav-menu__moblk-profile__accs .popup-menu__userinfo .popup-menu__deposit {
    color: #fff;
  }
}
.themesets--dark .popup-menu .popup-menu__profile .nav-menu__moblk-profile__accs .prof-link .prof-link__name {
  color: #fff;
}

.themesets--dark .popup-menu .popup__close {
  background-color: #333;
}

.themesets--dark .popup-menu .popup-menu__profile .nav-menu__moblk-profile__accs,
.themesets--dark .popup-menu .popup-menu__profile {
  border-bottom-color: #555;
}

.themesets--dark .content-body__balans-service {
  border-color: #0f1009;
  background: 0;
}

.themesets--dark .info-box {
  color: #eee;
  background-color: #0f1009;
}

.themesets--dark .balance-box {
  color: #eee;
  border-color: #283822;
  background-color: #3a4e31;
}

.themesets--dark .order-box {
  color: #eee;
  border-color: #3d3b2c;
  background-color: #54513f;
}

.themesets--dark .balance-wrap p {
  color: #fff;
}

.themesets--dark .balance-text {
  color: #fff;
}

.themesets--dark .order-text {
  color: #eee;
}

.themesets--dark .deposit-hints__item {
  color: #ccc;
  background-color: rgba(255, 255, 255, 0.12);
}

.themesets--dark .service-h2,
.themesets--dark .agreement__text {
  color: inherit;
}

.themesets--dark #service-description::-webkit-scrollbar-track {
  background: #111;
  border-radius: 4px;
}

.themesets--dark .alert-info {
  background-color: rgba(23, 176, 99, 0.25);
  border-color: transparent;
  box-shadow: inset 0 0 0 1px #17b063;
  color: #fff;
}

.themesets--dark .alert-warning {
  background-color: rgba(196, 18, 28, 0.25);
  border-color: transparent;
  box-shadow: inset 0 0 0 1px #c4121c;
  color: #ffc4c7;
}

.themesets--dark .content-body__balans p {
  color: #fff;
}

.themesets--dark body .contest-title__winners h1 {
  color: #eee;
}

.themesets--dark body .btn-white {
  color: #fff;
  background-color: #333;
}

.themesets--dark body .btn-white:hover {
  background-color: #444;
}

.themesets--dark body .socials-discount__servicelist .active {
  background-color: #15ce85;
}

.themesets--dark body .contest-stats_timer {
  background-color: #333;
}

.themesets--dark body .contest-signup {
  border-color: #555;
  background-color: transparent;
}

.themesets--dark body .btn-filter {
  color: #15ce85 !important;
}

.themesets--dark body .btn-filter__active {
  color: #555 !important;
}

.themesets--dark body .table-style-lk table,
.themesets--dark body .table-style-lk tbody,
.themesets--dark body .table-style-lk tr,
.themesets--dark body .table-style-lk th,
.themesets--dark body .table-style-lk td {
  border-color: #333;
  color: inherit;
}

.themesets--dark body .table-style-lk td[data-label]::before {
  font-weight: bold;
  color: inherit;
  opacity: 1;
}

@media all and (max-width: 991.98px) {
  .themesets--dark body .table-style-lk td + td {
    border-top-color: #555 !important;
  }
}
.themesets--dark .section-text {
  background-color: #0a0c00;
}

.themesets--dark .section-text.section-01 {
  background-color: #222;
}

.themesets--dark .section-text.section-03 {
  background: 0;
}

.themesets--dark .section-text__block {
  background-color: #000;
  box-shadow: 0.7647px 0.7647px 17.9118px #222;
}

.themesets--dark body .present-illustration {
  background-image: url(../img/contest/likes-contest_dark.svg);
}

.themesets--dark body .views-illustration {
  background-image: url(../img/contest/views-contest_dark.svg);
}

.themesets--dark body .deposit-illustration {
  background-image: url(../img/deposit/deposit_illustration_dark.svg);
}

.themesets--dark body .error-illustration {
  background-image: url(../img/error/error__illustration_dark.svg);
}

@media all and (max-width: 991.98px) {
  .themesets--dark body .present-illustration {
    background-image: none;
  }
  .themesets--dark body .views-illustration {
    background-image: none;
  }
  .themesets--dark body .deposit-illustration {
    background-image: none;
  }
}
.themesets--dark body .pagination li {
  background-color: #333;
}

.themesets--dark body .pagination li a {
  color: #fff;
}

.themesets--dark body .pagination li a:hover {
  background-color: #444;
}

.themesets--dark body .pagination li.active {
  background-color: #15ce85;
}

.themesets--dark body .tickets-body__text {
  color: #eee;
}

.themesets--dark body .benefits {
  background-color: transparent;
}

.themesets--dark body .services-tryfree {
  border-color: #555;
  background-color: transparent;
}

.themesets--dark body .socials-discount-down__list > li {
  color: inherit;
}

.themesets--dark body .faq-content > p {
  color: inherit;
}

.themesets--dark body .pagination__list > li > a {
  color: #fff;
  border-color: #666;
  background-color: #333;
}

.themesets--dark body .pagination__list > li > a:hover {
  background-color: #444;
}

.themesets--dark body .pagination__list > li.pagination-active {
  border: 0 !important;
}

.themesets--dark body .pagination__list > li.pagination-active > a {
  border-color: #666;
  background-color: #15ce85 !important;
}

.themesets--dark .popup-menu .popup__close {
  background-color: #333;
}

.themesets--dark .popup-menu .popup__close {
  background-color: #444;
}

.themesets--dark .popup-menu .popup-menu__profile {
  border-bottom-color: #555;
}

.themesets--dark .contest-subtitle p {
  color: inherit;
}

.themesets--dark .error-block p a {
  color: #15ce85;
}

.themesets--dark .error-block p a:hover {
  color: #a299ff;
}

.themesets--dark .footer {
  background: #070900;
}

.themesets--dark .footer__logo img {
  filter: invert(1);
}

.themesets--dark .copyright-f > p {
  color: #fff;
}

.themesets--dark .news-img {
  background-color: #000;
}

.themesets--dark .news-page-wrap {
  background-color: #000;
}

.themesets--dark .news-link {
  color: #fff;
}

/* END DARK */
.default.button-rd-come > a {
  background-color: #15ce85;
}

.header-img {
  width: 100%;
  height: 600px;
  background-image: url(../img/home-header/header-img-2.webp?v=1.3.3);
  background-repeat: no-repeat;
  background-size: 100%;
}

.header-buttons {
  display: flex;
  align-items: center;
}

.header-buttons a:not(:last-child) {
  margin-right: 16px;
}

.h4 {
  margin: 1.33em 0;
  font-weight: bold;
}

#header.default .nav-menu > li {
  position: relative;
}

.competencies-slider .competencies-item__name > h4,
.competencies-slider .competencies-item__name > .h4 {
  margin-right: 15px;
  font-family: Montserrat-Bold, sans-serif;
}

.footer {
  flex: none;
  position: relative;
  background-color: #f0f8ff;
}

.footer .language-switch__drop {
  top: auto;
  bottom: 102%;
}

.footer__design-link {
  width: 120px;
  display: flex;
  align-items: center;
  transition: filter 0.3s ease;
}

a.footer__design-link {
  color: #85839b;
  text-decoration: none;
}

.footer__design-link img {
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
}

.footer__design-link_label {
  flex: 1 0;
  font-weight: bold;
  font-size: 11px;
  text-align: right;
}

.socials-discount__button {
  display: inline-flex;
  vertical-align: top;
  width: 278px;
  max-width: 100%;
  height: 76px;
  font-weight: bold;
  font-size: 16px;
}

.socials-discount__button:hover {
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}

.socials-discount__rules .socials-discount-down__desc {
  width: 730px;
  max-width: 100%;
  margin: 0 auto;
  left: auto;
  top: auto;
  text-align: left;
}

@media all and (max-width: 767.98px) {
  .socials-discount-down {
    padding-bottom: 80px;
  }
  .socials-discount__rules .socials-discount-down__desc {
    display: flex;
    align-items: flex-start;
    margin: 30px 0 0 0;
  }
  .socials-discount__rules .socials-discount-down__img {
    width: 82px;
    height: 82px;
    margin: -12px -10px -30px 0;
  }
  .socials-discount__rules .socials-discount-down__desc > p {
    margin: 0;
    font-size: 13px;
  }
}
.slider-item-soc__wrap {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  padding: 40px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0.7647px 0.7647px 17.9118px #ddd9f1;
  box-shadow: 0.7647px 0.7647px 17.9118px #ddd9f1;
}

.button-rd-top span {
  color: #ffffff;
}

.profile-switch__drop > li > a {
  color: #9493a0;
}

.nav-menu__moblk > li > a {
  width: 100%;
  padding: 0;
}

.balans-form .balans_select {
  width: 158px;
}

@media (max-width: 1469.98px) {
  .nav-menu li a {
    font-size: 13px;
  }
  .header-img {
    height: 450px;
  }
}
.ta-center {
  text-align: center !important;
}

@media screen and (max-width: 1199.98px) {
  .input-reset {
    width: 100%;
  }
}
.mb-32 {
  margin-bottom: 32px;
}

.row-margin {
  margin-right: 15px;
  margin-left: 15px;
}

@media (max-width: 1199.98px) {
  .button-rd-come {
    margin-right: 16px;
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .mb-0 {
    margin-bottom: 22px;
  }
  .registration-form__wrap {
    padding: 43px 35px;
  }
  .registration-form__bg {
    padding-top: 324px;
    position: unset;
    margin-top: 28px;
  }
}
@media only screen and (max-width: 340px) {
  .header-img {
    height: 200px;
    margin-top: 0;
  }
}
/* Sections seo text */
.section-text {
  padding: 60px 0;
  background: #f0f8ff;
}

.section-text__block {
  box-shadow: 0.7647px 0.7647px 17.9118px #ddd9f1;
  padding: 20px;
  margin-top: 32px;
  font-size: 18px;
  color: #000;
  background: #fff;
  border-radius: 10px;
}

@media all and (max-width: 772px) {
  .section-text {
    padding: 30px 0;
  }
  .section-text__block {
    padding: 20px;
  }
}
.section-text.section-01 {
  background: #f0f8ff;
}

.section-text.section-01 .section-text__block {
  padding: 0;
  background: 0;
}

.section-text.section-02 {
  padding: 0;
  margin: -120px 0 100px 0;
}

.section-text.section-03 {
  padding: 0;
  margin: 30px 0 -50px 0;
  background: 0;
}

.section-text.section-03 .section-text__block {
  padding: 0;
  background: 0;
}

@media all and (max-width: 772px) {
  .section-text.section-03 {
    margin: 60px -15px -90px;
  }
}
.section-text.section-04 {
  padding: 80px 0;
}

.section-text__inner {
  max-height: 324px;
  overflow: hidden;
  overflow-y: auto;
  padding: 20px;
}

@media all and (max-width: 772px) {
  .section-text.section-04 {
    padding: 50px 0;
  }
  .section-text.section-04 .section-text__inner {
    padding: 10px;
    max-height: 274px;
  }
}
.breadcrumbs-container {
  position: relative;
  padding-bottom: 20px;
  top: 35px;
  z-index: 100;
}

.breadcrumb {
  display: flex;
  font-size: 14px;
}

.breadcrumb a {
  text-decoration: none;
  color: #9493a0;
}

#emoji-helper {
  text-align: center;
  text-decoration: underline dotted;
  color: #15ce85;
  cursor: pointer;
}

#emoji-tooltip {
  background: #15ce85;
  color: white;
  font-weight: 400;
  padding: 4px 8px;
  font-size: 16px;
  border-radius: 4px;
  display: none;
  z-index: 100;
}

#emoji-tooltip[data-show] {
  display: block;
}

#arrow,
#arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

#arrow {
  visibility: hidden;
}

#arrow::before {
  visibility: visible;
  content: '';
  transform: rotate(45deg);
}

#emoji-tooltip[data-popper-placement^='top'] > #arrow {
  bottom: -4px;
}

#emoji-tooltip[data-popper-placement^='bottom'] > #arrow {
  top: -4px;
}

#emoji-tooltip[data-popper-placement^='left'] > #arrow {
  right: -4px;
}

#emoji-tooltip[data-popper-placement^='right'] > #arrow {
  left: -4px;
}

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