

/* Start:/local/infoexpert/css/b24-prices-box.css?170177120348781*/
p.prices-sourse {
  text-align: end;
  padding-right: 50px;
}

.bx-prices-link {
  display: inline-block;
  position: relative;
  width: 200px;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Roboto';
}

.bx-prices-link.active {
  color: #4ba2cf;
  font-size: 21px;
}

.bx-prices-link.active:hover {
  color: #e3585b;
}

/*--------------------------------------------
SECTION
--------------------------------------------*/

.bxst-section a {
  color: #4ba2cf;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.bxst-section-cnt {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

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

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

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

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

.bxst-text_primary-color {
  color: #3bc8f5;
}

/*--------------------------------------------
  CONTENT AREA TOOLS
  --------------------------------------------*/

.bxst-prices-table_full-width {
  width: 100%;
  box-sizing: border-box;
}

.bxst-prices-table__row {
  display: flex;
  justify-content: space-between;
  flex: 1 0 100%;
}

.bxst-prices-table__sidebar, .bxst-prices-table__body {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}

.bxst-prices-table__sidebar {
  display: flex;
  flex-direction: column;
  flex: 1 0 100%;
  max-width: 230px;
  padding: 14px 14px 0 0;
  text-align: left;
}

.bxst-prices-table__sidebar-title {
  margin-bottom: 17px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.bxst-prices-table__sidebar-description {
  color: #adb5bd;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

.bxst-prices-table__sidebar-description, .bxst-prices-table__sidebar-select {
  margin-top: 10px;
}

.bxst-prices-table__row:first-child .bxst-prices-table__body {
  border: none;
}

.bxst-prices-table__row:nth-child(2) .bxst-prices-table__body {
  border-top: 2px solid #dee2e6;
  border-radius: 8px 8px 0 0;
}

.bxst-prices-table__row:last-child .bxst-prices-table__body {
  padding-bottom: 40px;
  border-bottom: 2px solid #dee2e6;
  border-radius: 0 0 8px 8px;
}

.bxst-prices-table__row .bxst-prices-table__body {
  border-left: 2px solid #dee2e6;
  border-right: 2px solid #dee2e6;
}

.bxst-prices-table__body {
  width: 100%;
  flex: 1 0 calc(100% - 230px);
}

.bxst-prices-table__body-item {
  position: relative;
  flex: 1;
  text-align: center;
  padding: 10px;
}

.bxst-prices-table__body-item .bx-ui-button {
  display: block;
  width: 100%;
  margin: auto;
}

.bxst-prices-table__body-label {
  display: block;
  position: absolute;
  min-width: 160px;
  margin: auto;
  left: 50%;
  bottom: -14px;
  padding: 9px 10px;
  background-color: #db2a8e;
  border-radius: 0.375rem;
  color: #fff;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transform: translateX(-50%);
}

.bxst-prices-table__body-label_best {
  background-color: #51c99c;
}

.bxst-prices-table__body-title {
  margin-bottom: 10px;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.5;
}

.bxst-prices-table__body-content-value, .bxst-prices-table__body-description {
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.bxst-prices-table__body-description {
  font-size: .875rem;
}

.bxst-prices-table__prices-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.bxst-prices-table__prices-inner {
  margin-top: 10px;
  box-sizing: border-box;
}

.bxst-prices-table__prices-description {
  margin-top: 5px;
  color: #adb5bd;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.bxst-prices-table__prices-value {
  margin: 5px 0;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.bxst-prices-table__prices-value span {
  font-size: 2rem;
}

.bxst-prices-table__prices-value_base, .bxst-prices-table__prices-value_base span, .bxst-prices-table__prices_base {
  font-size: .875rem;
}

.bxst-prices-table__prices-value_base, .bxst-prices-table__prices_base {
  color: #adb5bd;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: line-through;
  white-space: nowrap;
}

.bxst-prices-table__prices_success {
  color: #b7db2a;
}

.bxst-prices-table__prices_primary {
  color: #3bc8f5;
}

.bxst-prices-table__prices_discount-label {
  display: inline-block;
  height: 1.75rem;
  color: #262626;
  padding: 0 10px;
  background-color: #cfee52;
  border-radius: 0.375rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.75;
  vertical-align: middle;
}

.bxst-prices-table__pie-icon {
  position: relative;
  width: 22px;
  height: 22px;
  margin: auto;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.bxst-prices-table__pie-icon_25 {
  background-image: url(/local/templates/inner-2019/images/svg/prices/icon-pie-25-primary.svg);
}

.bxst-prices-table__pie-icon_50 {
  background-image: url(/local/templates/inner-2019/images/svg/prices/icon-pie-50-primary.svg);
}

.bxst-prices-table__pie-icon_100 {
  background-image: url(/local/templates/inner-2019/images/svg/prices/icon-pie-100-primary.svg);
}

.bxst-prices-table__extra-item {
  padding: 20px 14px;
  border-bottom: 1px solid #dee2e6;
}

.bxst-prices-table__extra-item:last-child {
  border: none;
}

.bxst-prices-table__extra-title {
  font-size: 1.125rem;
  line-height: 1.5;
}

.bxst-prices-table__extra-description, .bxst-prices-table__extra-link-element {
  font-size: .875rem;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .bxst-features-table-section {
    display: none;
  }
  .bxst-prices-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bxst-prices-table__sidebar {
    position: -webkit-sticky;
    position: sticky;
    flex: 0;
    min-width: 150px;
    left: 0;
    background: #fff;
    border-right: 2px solid #dee2e6;
    z-index: 2;
  }
  .bxst-prices-table__row:nth-child(2) .bxst-prices-table__body, .bxst-prices-table__row:last-child .bxst-prices-table__body {
    border-radius: 0;
  }
  .bxst-prices-table__row .bxst-prices-table__body {
    border-left: none;
  }
  .bxst-prices-table__body {
    flex: 1 0 100%;
    border-left: none;
    border-radius: 0;
  }
}

.bxst-prices-table-main-section {
  padding: 20px 0 50px;
}

.bxst-prices-table-main-section_py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.bxst-prices-table-main-section_pt-0 {
  padding-top: 0;
}

.bxst-prices-table-main-section_pb-0 {
  padding-bottom: 0;
}

.bxst-prices-table-main-section .bxst-double-header {
  padding-bottom: 44px;
}

.bxst-prices-table-main-section .bxst-prices-primary-list-section {
  margin: 110px auto 0;
  background: #f8f9fa;
}

.bxst-prices-table-main-section .bxst-prices-primary-list-section_my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.bxst-prices-table-main-section .bxst-prices-primary-list-section_mt-0 {
  margin-top: 0;
}

.bxst-prices-table-main-section .bxst-prices-primary-list-section_mb-0 {
  margin-bottom: 0;
}

.bxst-prices-table-main-section .bxst-prices-primary-list-section-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 35px 15px;
  box-sizing: border-box;
}

.bxst-prices-table-main-section .bxst-prices-primary-list-title {
  color: #6c757d;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}

.bxst-prices-table-main-section .bxst-prices-primary-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.bxst-prices-table-main-section .bxst-prices-primary-list .bxst-prices-primary-list-item {
  flex: 1 0 40%;
  position: relative;
  padding-left: 15px;
  margin: 0 5% 20px 0;
  color: #6c757d;
  font-size: .9375rem;
  font-weight: 300;
  line-height: 1.5;
  box-sizing: border-box;
}

.bxst-prices-table-main-section .bxst-prices-primary-list .bxst-prices-primary-list-item:nth-child(2n) {
  margin-left: 5%;
  margin-right: 0;
}

.bxst-prices-table-main-section .bxst-prices-primary-list .bxst-prices-primary-list-item:before {
  content: '';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: .3em;
  left: 0;
  background: #3bc8f5;
  border-radius: 100%;
}

.bxst-prices-table {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.bxst-prices-table .bxst-prices-table-outer {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 100%;
  position: relative;
}

.bxst-prices-table .bxst-prices-table-inner {
  width: 100%;
  box-sizing: border-box;
}

.bxst-prices-table .bxst-prices-table-row {
  display: flex;
  justify-content: space-between;
  flex: 1 0 100%;
}

.bxst-prices-table .bxst-prices-table-row-border .bxst-prices-table-body {
  border-left: 2px solid #dee2e6;
  border-right: 2px solid #dee2e6;
}

.bxst-prices-table .bxst-prices-table-row-border:first-child .bxst-prices-table-body {
  border-top: 2px solid #dee2e6;
  border-radius: 8px 8px 0 0;
}

.bxst-prices-table .bxst-prices-table-row-border:last-child .bxst-prices-table-body {
  border-bottom: 2px solid #dee2e6;
  border-radius: 0 0 8px 8px;
}

.bxst-prices-table .bxst-prices-table-item {
  flex: 1 0 0;
  text-align: center;
}

.bxst-prices-table .bxst-prices-table-sidebar, .bxst-prices-table .bxst-prices-table-body {
  display: flex;
  flex-direction: row;
}

.bxst-prices-table .bxst-prices-table-sidebar {
  flex: 1 0 100%;
  max-width: 300px;
  text-align: left;
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sidebar-title {
  font-family: 'Roboto-Light' !important;
  font-weight: 300;
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-icon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px 0;
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-icon:before {
  content: '';
  display: block;
  width: 24px;
  height: 22px;
  margin-right: 8px;
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-users:before {
  background: url(/local/templates/inner-2019/images/svg/icon-user.svg) no-repeat;
  background-size: contain;
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-business-users:before {
  background: url(/local/templates/inner-2019/images/svg/icon-business-user.svg) no-repeat;
  background-size: contain;
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-ssd:before {
  background: url(/local/templates/inner-2019/images/svg/icon-cloud.svg) no-repeat;
  background-size: contain;
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-features:before {
  background: url(/local/templates/inner-2019/images/svg/icon-key.svg) no-repeat;
  background-size: contain;
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-price {
  align-items: center;
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-price:before {
  background: url(/local/templates/inner-2019/images/svg/icon-price.svg) no-repeat;
  background-size: contain;
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-extra {
  align-items: flex-start;
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-extra:before {
  background: url(/local/templates/inner-2019/images/svg/icon-percent.svg) no-repeat;
  background-size: contain;
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-price-selection {
  flex: 1 0 100%;
  margin-top: 12px;
  margin-left: 30px;
  box-sizing: border-box;
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sub-description {
  margin: 0 0 10px;
  padding: 0 55px 0 30px;
  color: #adb5bd;
  font-size: .75rem;
  line-height: 1.8;
  letter-spacing: 0;
  text-transform: none;
}

.bxst-prices-table .bxst-prices-table-sidebar-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bxst-prices-table .bxst-prices-table-sidebar-column-item {
  margin: 5px 25px 0 0;
  box-sizing: border-box;
}

.bxst-prices-table .bxst-prices-table-sidebar-column-item .bxst-btn {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.bxst-prices-table .bxst-prices-table-body {
  width: 100%;
  flex: 0 0 calc(100% - 300px);
  box-sizing: border-box;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-body-prices {
  position: relative;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
  min-width: 120px;
  box-sizing: border-box;
  z-index: 1;
}

.bxst-prices-table-inner .bxst-prices-table-row:first-child .bxst-prices-table-body .bxst-prices-table-item{
	align-items: start;
}

.bxst-prices-table .bxst-prices-table-body .bxst-align-start {
  align-items: flex-start;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-item-bordered {
  margin: 5px 20px 0;
  border-top: 1px solid #dee2e6;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-label {
  display: block;
  position: absolute;
  margin: auto;
  top: -14px;
  padding: 6px 10px;
  background-color: #db2a8e;
  border-radius: 5px;
  color: #fff;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users, .bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content-value {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-count {
  padding: 5px 10px;
  border: 2px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-count.active {
  border: 2px solid #45A1CA;
  border-radius: 4px;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content-description {
  margin-top: 5px;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content {
  position: relative;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content-link.bottom {
  position: absolute;
  left: -50%;
  right: -50%;
  top: calc(100% + 5px);
  margin: auto;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-link {
  display: block;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price {
  flex: 1;
  padding: 23px 0 30px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  text-decoration: none;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price.hidden {
  display: none;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price.success {
  color: #e3585b;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price.primary {
  color: #3189b6;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price.active {
  display: block;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price-base {
  color: #adb5bd;
  font-size: .6875rem;
  text-decoration: line-through;
  white-space: nowrap;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-buy-btn-outer {
  display: flex;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-buy {
  flex: 1;
  padding: 18px;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-buy .bxst-btn {
  display: block;
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-buy-position {
  padding: 0 18px;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-features-icon.checked {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/local/templates/inner-2019/images/svg/icon-check.svg) no-repeat;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-features-icon.unchecked {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/local/templates/inner-2019/images/svg/icon-uncheck.svg) no-repeat;
}

.bxst-prices-table .bxst-prices-table-body .bxst-features-list-item {
  display: block;
  margin-bottom: 10px;
  color: #adb5bd;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}

.bxst-prices-table .bxst-prices-table-body .bxst-features-list-item.titled {
  color: #4ba2cf;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: .5;
  text-align: center;
  cursor: default;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section {
  flex: 1 0 100%;
  box-sizing: border-box;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-outer {
  display: flex;
  flex-wrap: wrap;
  margin: 12px 20px 20px;
  background: #fff;
  box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-sizing: border-box;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-item {
  display: flex;
  flex: 1 0 100%;
  width: 100%;
  padding: 10px 0 10px 14px;
  box-sizing: border-box;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-item:last-child .bxst-prices-table-extra-section-content {
  border: none;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #e3585b;
  border-radius: 100%;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-icon-picture {
  width: 25px;
  height: 25px;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  margin-left: 15px;
  padding-right: 27px;
  border-bottom: 1px solid #dee2e6;
  box-sizing: border-box;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-description {
  text-align: left;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-label {
  color: #b7db2a;
  font-size: .625rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-title {
  margin-top: 5px;
  color: #262626;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .1px;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-link {
  text-transform: uppercase;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-link-item {
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-list {
  display: flex;
  align-items: start;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-outer {
  background-color: transparent;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-content {
  flex-direction: column;
  margin: auto;
  padding: 20px 0;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-item {
  padding: 0 0 0 14px;
  background-color: #fff;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-link {
  margin-top: 10px;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-description {
  text-align: center;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-title {
  margin-top: 0;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-title-small {
  display: block;
  padding-top: 4px;
}

.bxst-prices-table .bxst-prices-table-body .bxst-extra-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #878585;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.8;
}

.bxst-prices-table .bxst-prices-table-body .bxst-extra-list-item.success {
  color: #e3585b;
}

.bxst-prices-table .bxst-prices-table-body .bxst-extra-list-item.success:after {
  content: '';
  display: block;
  margin-left: 5px;
  width: 11px;
  height: 15px;
  background: url(/local/templates/inner-2019/images/svg/icon-checked.svg) no-repeat;
}

.bxst-prices-table .bxst-prices-table-body .bxst-extra-list-item.primary {
  color: #000000;
}

.bxst-prices-table .bxst-prices-table-body .bxst-extra-list-item.primary:after {
  content: '';
  display: block;
  margin-left: 5px;
  width: 11px;
  height: 15px;
  background: url(/local/templates/inner-2019/images/svg/icon-checked.svg) no-repeat;
}

.bxst-prices-table .bxst-prices-table-price-discount {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.bxst-prices-table .bxst-prices-table-price-discount-value {
  white-space: nowrap;
}

.bxst-prices-table .bxst-prices-table-price-discount-label {
  height: 24px;
  margin: 0 0 0 10px;
  padding: 0 10px;
  background-color: #4ba2cf;
  border-radius: 5px;
  font-size: .75rem;
  line-height: 2;
  vertical-align: middle;
}

.bxst-prices-table .bxst-prices-table-price-discount-label.primary {
  background-color: #68ddff;
}

.bxst-prices-table .bxst-header-site-selector-list .bxst-select-phantom-item-title {
  white-space: nowrap;
}

.bxst-prices-table .bxst-prices-table-title {
  padding: 27px 5px 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}

.bxst-prices-table .bxst-prices-table-description {
  padding: 17px 30px 16px;
  color: #adb5bd;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -.5px;
}

.bxst-prices-table .i-hover {
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  background: transparent;
  border: 2px solid #3bc8f5;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  z-index: 0;
}

.bxst-prices-table .bxst-prices-table-arrow {
  display: none;
  flex: 1 0 100%;
  justify-content: flex-end;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
}

.bxst-prices-table .bxst-prices-table-arrow-next, .bxst-prices-table .bxst-prices-table-arrow-prew {
  position: relative;
  width: 9px;
  height: 20px;
  margin: 0 30px;
  font-size: 0;
}

.bxst-prices-table .bxst-prices-table-arrow-next:before, .bxst-prices-table .bxst-prices-table-arrow-next:after, .bxst-prices-table .bxst-prices-table-arrow-prew:before, .bxst-prices-table .bxst-prices-table-arrow-prew:after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 12px;
  background: #dee2e6;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.bxst-prices-table .bxst-prices-table-arrow-next:before, .bxst-prices-table .bxst-prices-table-arrow-prew:before {
  top: 0;
  transform: rotate(45deg);
}

.bxst-prices-table .bxst-prices-table-arrow-next:after, .bxst-prices-table .bxst-prices-table-arrow-prew:after {
  bottom: 0;
  transform: rotate(-45deg);
}

.bxst-prices-table .bxst-prices-table-arrow-prew {
  transform: rotate(180deg);
}

.bxst-prices-table .bxst-prices-table-stick {
  flex: 1 0 100%;
  width: 0;
  height: 0;
  overflow: hidden;
}

.bxst-prices-table .bxst-prices-table-stick.bxst-sticked .bxst-prices-table-stick-outer {
  position: fixed;
}

.bxst-prices-table .bxst-prices-table-stick-outer {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  top: 0;
  left: 0;
  margin: auto;
  padding: 0 15px;
  background: #e9ecef;
  box-shadow: 0 4px 10px -1px #adb5bd;
  box-sizing: border-box;
  z-index: 8;
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1210px;
  width: 100%;
  box-sizing: border-box;
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-row {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-row-border .bxst-prices-table-body {
  border: none;
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-row-border:first-child .bxst-prices-table-body, .bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-row-border:last-child .bxst-prices-table-body {
  border: none;
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex: 1 0 100%;
  box-sizing: border-box;
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector {
  flex: 1 0 100%;
  max-width: 300px;
  text-align: left;
  text-transform: uppercase;
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-header-site-selector {
  padding-right: 20px;
  box-sizing: border-box;
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-select {
  width: 100%;
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-select-phantom-choosed {
  overflow: inherit;
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-prices-table-users-title {
  color: #adb5bd;
  font-size: .8125rem;
  text-align: center;
  box-sizing: border-box;
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-prices-table-users {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-prices-table-users-count {
  padding: 5px 10px;
  border: 2px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-prices-table-users-count.active {
  border: 2px solid #3bc8f5;
  border-radius: 30px;
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-table {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  flex: 1;
  box-sizing: border-box;
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-body {
  display: flex;
  align-items: normal;
  justify-content: space-around;
  box-sizing: border-box;
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-item {
  border-left: 1px solid #dee2e6;
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-item:last-child {
  border-right: 1px solid #dee2e6;
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price {
  flex: 1;
  padding: 10px 0;
  text-transform: none;
  text-decoration: none;
  text-align: center;
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-outer {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-content {
  text-align: right;
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-tariff {
  margin-right: 15px;
  color: #adb5bd;
  font-size: .8125rem;
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-base {
  color: #adb5bd;
  font-size: .6875rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: line-through;
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-discount {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-discount-label {
  height: 20px;
  margin: 0 0 0 10px;
  padding: 0 10px;
  background-color: #cfee52;
  border-radius: 5px;
  font-size: .75rem;
  line-height: 1.8;
  vertical-align: middle;
}

.bxst-prices-table-stick-dropdown {
  box-shadow: inset 0 0 2px 0 #adb5bd;
}

@media (max-width: 992px) {
  .bxst-prices-table-main-section {
    padding: 20px 0;
  }
  .bxst-prices-table-main-section .bxst-section-cnt {
    padding-right: 0;
  }
  .bxst-prices-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bxst-prices-table .bxst-prices-table-inner {
    padding-top: 20px;
    font-size: 1rem;
  }
  .bxst-prices-table .bxst-prices-table-title {
    font-size: 1.25rem;
  }
  .bxst-prices-table .bxst-prices-table-description {
    padding: 15px 15px;
    font-size: .75rem;
  }
  .bxst-prices-table .bxst-prices-table-sidebar {
    position: -webkit-sticky;
    position: sticky;
    flex: 0;
    min-width: 250px;
    left: 0;
    background: #fff;
    border-right: 2px solid #dee2e6;
    z-index: 2;
  }
  .bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sidebar-title {
    font-size: .875rem;
  }
  .bxst-prices-table .bxst-prices-table-sidebar+.bxst-prices-table-body {
    border-left: none;
  }
  .bxst-prices-table .bxst-prices-table-body {
    flex: 1 0 100%;
    border-left: none;
    border-radius: 0;
    z-index: 1;
  }
  .bxst-prices-table .bxst-prices-table-body .bxst-prices-table-label {
    font-size: .625rem;
  }
  .bxst-prices-table .bxst-prices-table-row-border:first-child .bxst-prices-table-body, .bxst-prices-table .bxst-prices-table-row-border:last-child .bxst-prices-table-body {
    border-radius: 0;
    border-left: none;
  }
  .bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sidebar-title.bxst-prices-table-extra {
    display: none;
  }
  .bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section {
    display: none;
  }
  .bxst-prices-table .bxst-prices-table-stick .bxst-prices-table-stick-outer {
    display: none;
  }
  .bxst-prices-table .bxst-prices-table-arrow {
    display: flex;
  }
  .bxst-prices-table .i-hover {
    display: none;
  }
}

@media (max-width: 768px) {
  .bxst-prices-table .bxst-prices-table-body .bxst-prices-table-item-bordered {
    margin: 5px auto 0;
  }
}

@media (max-width: 576px) {
  .bxst-prices-table-main-section .bxst-prices-primary-list .bxst-prices-primary-list-item {
    flex: 1 0 100%;
    margin: 0 0 20px;
  }
  .bxst-prices-table-main-section .bxst-prices-primary-list .bxst-prices-primary-list-item:nth-child(2n) {
    margin: 0 0 20px;
  }
  .bxst-prices-table .bxst-prices-table-description {
    padding: 10px;
  }
  .bxst-prices-table .bxst-prices-table-sidebar {
    min-width: 150px;
  }
  .bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sidebar-inner {
    flex: 1;
  }
  .bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sidebar-title {
    display: flex;
    align-items: flex-start;
    font-size: .6rem;
    text-align: left;
  }
  .bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sub-description {
    font-size: .6rem;
  }
  .bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-icon {
    padding: 8px 0;
  }
  .bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-icon:before {
    width: 14px;
    height: 14px;
  }
  .bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-price-selection {
    margin: 10px 0 0;
  }
  .bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sub-description {
    padding: 0 10px;
  }
  .bxst-prices-table .bxst-prices-table-body .bxst-prices-table-label {
    top: 0;
  }
  .bxst-prices-table .bxst-prices-table-body .bxst-features-list-item {
    margin-bottom: 10px;
  }
  .bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price {
    padding: 15px 0;
  }
}

.bxst-btn {
  display: inline-block;
  position: relative;
  height: 39px;
  padding: 0 40px;
  background-color: #dee2e6;
  border: none;
  border-radius: 4px;
  color: #262626;
  font-size: 14px;
  font-weight: 400;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  outline: none;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.bxst-btn:focus, .bxst-btn:active {
  outline: none;
}

.bxst-btn:hover {
  background-color: #e9ecef;
  color: #262626;
  text-decoration: none;
}

.bxst-btn.bxst-btn-primary {
  background-color: #B7DB2A;
  color: #fff;
}

.bxst-btn.bxst-btn-primary:hover {
  background-color: #A5CE04;
  color: #fff;
}

.bxst-btn.bxst-btn-primary-border {
  background-color: transparent;
  border: 2px solid;
  color: #B7DB2A;
}

.bxst-btn.bxst-btn-primary-border:hover {
  background-color: transparent;
  color: #3189b6;
}

.bxst-btn.bxst-btn-success {
  background-color: #e3585b;
  color: #fff;
}

.bxst-btn.bxst-btn-success:hover {
  background-color: #c34e4e;
  color: #fff;
}

.bxst-btn.bxst-btn-success-dark {
  background-color: #b7db2a;
  color: #fff;
}

.bxst-btn.bxst-btn-success-dark:hover {
  background-color: #cfee52;
  color: #fff;
}

.bxst-btn.bxst-btn-orange {
  background-color: #f7a700;
  color: #fff;
}

.bxst-btn.bxst-btn-orange:hover {
  background-color: #f7a700;
  color: #fff;
}

.bxst-btn.bxst-btn-success-border {
  background: #bee818;
  background: -moz-linear-gradient(top, #bee818 0%, #93c900 100%);
  background: -webkit-linear-gradient(top, #bee818 0%, #93c900 100%);
  background: linear-gradient(to bottom, #bee818 0%, #93c900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bee818', endColorstr='#93c900', GradientType=0);
  color: #fff;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.bxst-btn.bxst-btn-success-border:after {
  content: '';
  position: absolute;
}

.bxst-btn.bxst-btn-success-border:hover {
  background: #93c900;
  background: -moz-linear-gradient(top, #93c900 0%, #bee818 100%);
  background: -webkit-linear-gradient(top, #93c900 0%, #bee818 100%);
  background: linear-gradient(to bottom, #93c900 0%, #bee818 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93c900', endColorstr='#bee818', GradientType=0);
  color: #fff;
}

.bxst-btn.bxst-btn-simple-border {
  background-color: transparent;
  border: 1px solid #9b9b9b;
  color: #000;
}

.bxst-btn.bxst-btn-simple-border:hover {
  background-color: transparent;
  color: #000;
}

.bxst-btn.bxst-btn-slim {
  padding: 0 18px;
}

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

.bxst-btn.bxst-btn-xs {
  height: 32px;
  font-size: 12px;
  line-height: 32px;
}

.bxst-btn.bxst-btn-sm {
  height: 36px;
  font-size: 13px;
  line-height: 36px;
}

.bxst-btn.bxst-btn-md {
  height: 38px;
  font-size: 14px;
  line-height: 38px;
}

.bxst-btn.bxst-btn-lg {
  height: 48px;
  font-size: 14px;
  line-height: 48px;
}

@media (max-width: 1200px) {
  .bxst-btn {
    padding: 0 30px;
  }
}

@media (max-width: 992px) {
  .bxst-btn {
    padding: 0 10px;
  }
}

@media (max-width: 576px) {
  .bxst-btn.bxst-btn-xs {
    height: 24px;
    font-size: 10px;
    line-height: 24px;
  }
  .bxst-btn.bxst-btn-sm {
    height: 28px;
    font-size: 11px;
    line-height: 28px;
  }
  .bxst-btn.bxst-btn-md {
    height: 32px;
    font-size: 12px;
    line-height: 32px;
  }
  .bxst-btn.bxst-btn-lg {
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }
}

.bxst-select {
  display: inline-block;
  position: relative;
  min-width: 65px;
  max-width: 100%;
  height: 36px;
  background-color: #f1f5f6;
  border: none;
  border-radius: 30px;
  color: #333;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  outline: none;
  vertical-align: middle;
  transition: 160ms color linear, 160ms background-color linear, 160ms opacity linear, 160ms padding linear, 160ms border-radius linear;
  transition-delay: 200ms;
}

.bxst-select>* {
  display: none;
}

.bxst-select.initialized>* {
  display: block;
  cursor: pointer;
}

.bxst-select.bxst-select-phantom .bxst-select-phantom-body {
  padding: 0 29px 0 12px;
}

.bxst-select.bxst-select-phantom .bxst-select-phantom-choosed {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.bxst-select.is-open {
  border-radius: 3px 3px 0 0;
  transition-delay: 0ms;
}

.bxst-select:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 4px;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  background: none;
  border: 4px solid transparent;
  border-top-color: #333;
  box-sizing: border-box;
  transition: 160ms color linear, 160ms background-color linear, 160ms opacity linear, 160ms padding linear, 160ms border-radius linear, 160ms border-color linear;
}

.bxst-select.bxst-select-primary {
  background-color: #3bc8f5;
  color: #fff;
}

.bxst-select.bxst-select-primary:before {
  border-top-color: #fff;
}

.bxst-select.bxst-select-primary:hover {
  background-color: #68ddff;
  color: #fff;
}

.bxst-select.bxst-select-primary-border {
  background-color: transparent;
  border: 2px solid;
  color: #3bc8f5;
}

.bxst-select.bxst-select-primary-border:before {
  border-top-color: #3bc8f5;
}

.bxst-select.bxst-select-primary-border:hover {
  background-color: transparent;
  color: #68ddff;
}

.bxst-select.bxst-select-primary-border:hover:before {
  border-top-color: #68ddff;
}

.bxst-select.bxst-select-success {
  background-color: transparent;
  border: 2px solid;
  color: #b7db2a;
}

.bxst-select.bxst-select-success:before {
  border-top-color: #b7db2a;
}

.bxst-select.bxst-select-success:hover {
  background-color: transparent;
  color: #cfee52;
}

.bxst-select.bxst-select-success:hover:before {
  border-top-color: #cfee52;
}

.bxst-select.bxst-select-simple-border {
  background-color: transparent;
  border: 1px solid;
  border-radius: 3px;
  color: #979797;
}

.bxst-select.bxst-select-simple-border:before {
  border-top-color: #979797;
}

.bxst-select.bxst-select-simple-border:hover {
  background-color: transparent;
  color: #979797;
}

.bxst-select.bxst-select-simple-border:hover:before {
  border-top-color: #979797;
}

.bxst-select.bxst-select-xs {
  height: 32px;
  font-size: 12px;
  line-height: 32px;
}

.bxst-select.bxst-select-sm {
  height: 36px;
  font-size: 13px;
  line-height: 36px;
}

.bxst-select.bxst-select-md {
  height: 38px;
  font-size: 14px;
  line-height: 38px;
}

.bxst-select.bxst-select-lg {
  height: 48px;
  font-size: 14px;
  line-height: 48px;
}

.bxst-select-phantom-list-outer {
  position: absolute;
  height: 0;
  padding: 0;
  background-color: #f1f5f6;
  border-radius: 0 0 3px 3px;
  color: #333;
  overflow: hidden;
  transition: 160ms height linear, 160ms color linear, 160ms background-color linear, 160ms padding linear, 160ms border-radius linear;
  transition-delay: 0ms;
  box-sizing: border-box;
  z-index: 100;
}

.bxst-select-phantom-list-outer .bxst-select-phantom-list {
  padding: 12px 29px 6px 12px;
}

.bxst-select-phantom-list-outer .bxst-select-phantom-item {
  margin-bottom: 14px;
  cursor: pointer;
}

.bxst-select-phantom-list-outer .bxst-select-phantom-item a {
  color: inherit;
  text-decoration: none;
}

.bxst-select-phantom-list-outer .bxst-select-phantom-item:last-child {
  margin-bottom: 0;
}

.bxst-select-phantom-list-outer.is-open {
  transition-delay: 200ms;
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-users:before {
  background: url(/local/templates/inner-2019/images/svg/icon-user.svg) no-repeat;
  background-size: contain;
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-business-users:before {
  background: url(/local/templates/inner-2019/images/svg/icon-business-user.svg) no-repeat;
  background-size: contain;
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-ssd:before {
  background: url(/local/templates/inner-2019/images/svg/icon-cloud.svg) no-repeat;
  background-size: contain;
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-features:before {
  background: url(/local/templates/inner-2019/images/svg/icon-key.svg) no-repeat;
  background-size: contain;
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-price {
  align-items: center;
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-price:before {
  background: url(/local/templates/inner-2019/images/svg/icon-price.svg) no-repeat;
  background-size: contain;
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-extra {
  align-items: flex-start;
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-extra:before {
  background: url(/local/templates/inner-2019/images/svg/icon-percent.svg) no-repeat;
  background-size: contain;
}

/*--------------------------------------------
FEATURES TABLE
--------------------------------------------*/

.bxst-features-table .bxst-features-table-header-switch {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.bxst-features-table .bxst-features-table-header-switch__icon {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #dee2e6;
  border-radius: 100%;
  cursor: pointer;
}

.bxst-features-table .bxst-features-table-header-switch__icon:before, .bxst-features-table .bxst-features-table-header-switch__icon:after {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  top: 50%;
  left: 50%;
  background: #3bc8f5;
  transform: translate(-50%);
}

.bxst-features-table .bxst-features-table-header-switch__icon:after {
  transform: translate(-50%) rotate(90deg);
}

.bxst-features-table .bxst-features-table-header-switch__title {
  margin-top: 10px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.bxst-features-table.sections-shown .bxst-features-table-header-switch__icon:after {
  transform: translate(-50%);
}

.bxst-features-table .bxst-features-table-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 33px 30px 24px;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.21);
  -ms-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.21);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.21);
}

.bxst-features-table .bxst-features-table-header-control-section {
  display: flex;
  align-items: center;
}

.bxst-features-table .bxst-features-table-swich-title {
  color: #262626;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.bxst-features-table .bxst-features-table-swich-title.active {
  color: #3bc8f5;
  cursor: pointer;
}

.bxst-features-table .bxst-features-table-swich {
  display: block;
  position: relative;
  width: 44px;
  height: 24px;
  margin: 0 22px;
}

.bxst-features-table .bxst-features-table-swich-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  transition: .4s linear;
  cursor: pointer;
}

.bxst-features-table .bxst-features-table-swich-slider:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 3px;
  bottom: 3px;
  background-color: #3bc8f5;
  border-radius: 100%;
  -webkit-transition: .4s;
  transition: .4s;
}

.bxst-features-table .bxst-features-table-swich.checked .bxst-features-table-swich-slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.bxst-features-table .bxst-features-table-title, .bxst-features-table .bxst-features-table-description {
  display: flex;
  align-items: center;
  flex: 1;
  color: #262626;
  font-weight: 400;
  line-height: 1.5;
}

.bxst-features-table .bxst-features-table-title {
  font-size: 1.25rem;
}

.bxst-features-table-header-title.inner-tittle {
  margin-bottom: 10px;
}

.bxst-features-table .bxst-features-table-description {
  font-size: .875rem;
}

.bxst-features-table .bxst-prices-table-features-icon.checked {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/local/templates/inner-2019/images/svg/icon-check.svg) no-repeat;
}

.bxst-features-table .bxst-prices-table-features-icon.unchecked {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/local/templates/inner-2019/images/svg/icon-uncheck.svg) no-repeat;
}

.bxst-features-table .bxst-features-table-section-row {
  display: flex;
  align-items: center;
  padding: 12px 30px 12px 30px;
  box-sizing: border-box;
}

.bxst-features-table .bxst-prices-table-features-icon.checked::after {
  border: unset;
}

.bxst-features-table .subsection.subsection-hidden {
  display: none;
}

.bxst-features-table.equal .n-equal-section {
  display: none;
}

.bxst-features-table .bxst-features-table-section-section {
  border-bottom: 1px solid #dee2e6;
}

.bxst-features-table .bxst-features-table-section-sidebar {
	flex: 0.5; /* flex: 1;*/
  max-width: 360px;
}

.bxst-features-table .bxst-features-table-section-sidebar_no-restriction {
  max-width: none;
}

.bxst-features-table .bxst-features-table-section-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.bxst-features-table .bxst-features-table-section-item {
  display: flex;
  justify-content: center;
  flex: 1;
  font-size: 1rem;
  text-align: center;
}

.bxst-features-table .bxst-features-table-title-bordered {
  padding-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
}

.bxst-features-table .bxst-features-table-section-title {
  cursor: pointer;
}

.bxst-features-table .bxst-features-table-section-subsection {
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #e9ecef;
}

.bxst-features-table .bxst-features-table-section-subsection .bxst-features-table-section-sidebar .bxst-features-table-title {
  color: #262626;
  /*font-size: 1.125rem;*/
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.bxst-features-table .bxst-features-table-title-icon {
  display: inline-block;
  flex: 0 0 10px;
  position: relative;
  width: 10px;
  height: 9px;
  margin: 0 23px 0 7px;
  font-size: 0;
}

.bxst-features-table .bxst-features-table-title-icon:before, .bxst-features-table .bxst-features-table-title-icon:after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 12px;
  background: #4ba2cf;
  border-radius: 5px;
}

.bxst-features-table .bxst-features-table-title-icon:before {
  left: 0;
  transform: rotate(45deg);
}

.bxst-features-table .bxst-features-table-title-icon:after {
  right: 0;
  transform: rotate(-45deg);
}

.bxst-features-table .section-hidden .bxst-features-table-title-icon:before {
  transform: rotate(-45deg);
}

.bxst-features-table .section-hidden .bxst-features-table-title-icon:after {
  transform: rotate(45deg);
}

.bxst-features-table .bxst-features-table-section-dropdown {
  padding: 39px 41px;
  background-color: #e9ecef;
}

.bxst-features-table .bxst-features-table-section-dropdown .bxst-features-table-section-row {
  padding: 0 0 40px;
}

.bxst-features-table_white .bxst-features-table-header {
  background-color: transparent;
}

.bxst-features-table_white .bxst-features-table-section-subsection {
  background-color: transparent;
}

.bxst-features-table_slim .bxst-features-table-section-row {
  padding-top: 19px;
  padding-bottom: 19px;
}

.bxst-features-table_slim .bxst-features-table-title-bordered {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bxst-features-table_slim .bxst-features-table-section-section {
  background-color: rgba(104, 221, 255, 0.1);
}

.row-btns {
  /* margin-left: 320px; */
}

@media (max-width: 992px) {
  .row-btns {
    /* margin-left: 220px; */
  }
}

@media (max-width: 576px) {
  .row-btns {
    /* margin-left: 0px; */
  }
}
ul.price {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
}
ul.price li{
	color:#262626;
	font-size: 14px;
	line-height: 25.2px;
}
.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price__message {
    padding: 5px 0;
    color: #adb5bd;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

/* End */


/* Start:/local/infoexpert/css/b24-pricess-cloud.css?1748502739257651*/

[data-sb-section-search]{
	display: none;
}

[data-sb-section-search][data-sb-selected] {
  display: block;
}

/* Start:/local/components/sb/price.table.bitrix24/templates/default.prices.table.v4/style.min.css?174436812184163*/
.bx-sb-b24-price-table-disable-scrollbar {
    overflow: hidden
}

.bx-sb-04-b24-price-table {
    color: #262626;
    font-family: "Montserrat","Open Sans","Helvetica Neue",Verdana,"Helvetica CY","Nimbus Sans L",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    box-sizing: border-box
}

.bx-sb-04-b24-price-table * {
    box-sizing: border-box
}

.bx-sb-04-b24-price-table a {
    color: #00aeef;
    background-color: rgba(0,0,0,0);
    text-decoration: none
}

.bx-sb-04-b24-price-table a:hover {
    color: #68ddff
}

.bx-sb-04-b24-price-table_wobbler {
    overflow-x: clip
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__outer {
    position: relative;
    max-width: 1055px;
    width: 100%;
    margin: 0 auto
}

.bx-sb-04-b24-price-table.bx-sb-04-b24-price-table_count_5 .bx-sb-04-b24-price-table__outer {
    max-width: 1380px
}

.bx-sb-04-b24-price-table.bx-sb-04-b24-price-table_portal .bx-sb-04-b24-price-table__outer {
    margin: 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__inner {
    padding: 0 36px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__content {
    display: flex;
    justify-content: center;
    max-width: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row.bx-sb-04-b24-price-table__row_mobile {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__sidebar,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row.bx-sb-04-b24-price-table__row_mobile .bx-sb-04-b24-price-table__sidebar {
    position: relative;
    flex: 1 0 auto;
    max-width: 100%;
    width: 100%;
    padding-right: 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__sidebar.bx-sb-04-b24-price-table__sidebar_center .bx-sb-04-b24-price-table-feature-sidebar {
    display: flex;
    justify-content: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__body,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row.bx-sb-04-b24-price-table__row_mobile .bx-sb-04-b24-price-table__body {
    flex: 1 0 auto;
    max-width: 100%;
    width: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns {
    display: flex;
    max-width: 100%;
    flex: 1 0 auto
}

.bx-sb-04-b24-price-table:not(.bx-sb-04-b24-price-table_wobbler) .bx-sb-04-b24-price-table__columns {
    justify-content: center
}

.bx-sb-04-b24-price-table_wobbler[data-sb-b24-wobbler-start][data-sb-b24-price-wobbler=ENT] .bx-sb-04-b24-price-table__columns {
    justify-content: flex-end
}

.bx-sb-04-b24-price-table_wobbler[data-wobbler-animation] .bx-sb-04-b24-price-table__columns {
    transition: transform 250ms linear
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col {
    flex-direction: column;
    align-items: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column {
    flex: 1 0;
    min-width: auto;
    max-width: 260px;
    margin: 0 5px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
    padding: 5px;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 24px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column_border {
    border-color: #1ec6fa
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column_aquamarine.bx-sb-04-b24-price-table__column_border {
    border-color: #00d0d4
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
    max-width: 420px;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column_col {
    display: flex;
    flex-direction: column
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row .bx-sb-04-b24-price-table__columns,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row .bx-sb-04-b24-price-table__column {
    height: auto
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column_round_top {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row:last-child:not(.bx-sb-04-b24-price-table__features_header) .bx-sb-04-b24-price-table__column {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
    border-radius: 18px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table__background {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: rgba(202,242,255,.45)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table__background {
    border-radius: 14px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table__background {
    background-color: rgba(207,247,50,.2)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column_aquamarine .bx-sb-04-b24-price-table__background {
    background-color: rgba(49,247,237,.2)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__select {
    width: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__header,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__user,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__price,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__order,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__storage {
    padding-left: 10px;
    padding-right: 10px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__supply {
    padding-left: 8px;
    padding-right: 8px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__header {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 25px;
    padding-bottom: 17px;
    background-color: rgba(33,189,238,.15);
    border-radius: 14px 14px 3px 3px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__wobblers {
    display: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers {
    position: relative;
    z-index: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers .bx-sb-04-b24-price-table-wobblers__position {
    position: absolute;
    display: none;
    width: 0;
    height: 0;
    top: 117px
}

.bx-sb-04-b24-price-table[data-sb-b24-price-wobbler=ENT] .bx-sb-04-b24-price-table-wobblers__position_previous {
    display: block
}

.bx-sb-04-b24-price-table:not([data-sb-b24-price-wobbler=ENT]) .bx-sb-04-b24-price-table-wobblers__position_next {
    display: block
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_previous {
    right: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_next {
    left: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_previous,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_next {
    transform: rotate(90deg) scale(0.8)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers .bx-sb-04-b24-price-table-wobblers__section {
    display: inline-flex;
    align-items: center;
    min-width: 170px;
    padding: 8px 14px 8px;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_previous .bx-sb-04-b24-price-table-wobblers__section {
    background-color: #9dc400;
    border-radius: 0 0 10px 10px;
    transform: translateY(-7px)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_next .bx-sb-04-b24-price-table-wobblers__section {
    background-color: #21bdee;
    border-radius: 10px 10px 0 0;
    transform: translateY(-100%)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers .bx-sb-04-b24-price-table-wobblers__icon {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im0xMS4zNDUgOS44NzQgNC40NzQgNC43MDlhMSAxIDAgMCAxIDAgMS4zNzdsLS40My40NTNhMSAxIDAgMCAxLTEuNDUgMEw3LjEgOS4yMTVhMSAxIDAgMCAxIDAtMS4zNzdMMTMuOTM4LjY0YTEgMSAwIDAgMSAxLjQ1IDBsLjQzLjQ1M2ExIDEgMCAwIDEgMCAxLjM3N2wtNC40NzMgNC43MS0uNjM2LjY0NWExIDEgMCAwIDAgMCAxLjQwNGwuNjM2LjY0NXptLTYuODI0IDAgNC40NzQgNC43MDlhMSAxIDAgMCAxIDAgMS4zNzdsLS40My40NTNhMSAxIDAgMCAxLTEuNDUgMEwuMjc3IDkuMjE1YTEgMSAwIDAgMSAwLTEuMzc3TDcuMTE1LjY0YTEgMSAwIDAgMSAxLjQ1IDBsLjQzLjQ1M2ExIDEgMCAwIDEgMCAxLjM3N0w0LjUyMSA3LjE4bC0uNjM2LjY0NWExIDEgMCAwIDAgMCAxLjQwNGwuNjM2LjY0NXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_previous .bx-sb-04-b24-price-table-wobblers__icon {
    transform: rotate(-90deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_next .bx-sb-04-b24-price-table-wobblers__icon {
    transform: rotate(90deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers .bx-sb-04-b24-price-table-wobblers__content {
    padding-left: 10px;
    color: #fff;
    font-weight: 600;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers .bx-sb-04-b24-price-table-wobblers__label {
    font-size: 12px;
    opacity: .67
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers .bx-sb-04-b24-price-table-wobblers__message {
    font-size: 16px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table__header {
    background-color: rgba(169,212,0,.23)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_aquamarine .bx-sb-04-b24-price-table__header {
    background-color: rgba(0,208,212,.23)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__user {
    padding-top: 8px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-search-section[data-sb-section-search]:not([data-sb-selected]) {
    display: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__price {
    padding-top: 12px;
    padding-bottom: 5px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-price__message,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-price__value {
    color: #0050af
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-price__content.bx-sb-04-b24-price-table-price__content_color_red .bx-sb-04-b24-price-table-price__value {
    color: #f93000
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-price__content.bx-sb-04-b24-price-table-price__content_color_red .bx-sb-04-b24-price-table-price__base {
    text-decoration-color: #f93000
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-price__message,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-price__value {
    color: #7c9b00
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__order {
    padding-top: 22px;
    padding-bottom: 20px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__storage {
    padding-top: 10px;
    padding-bottom: 20px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__storage[data-sb-hover] {
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__supply {
    height: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__supply:before {
    content: "";
    display: block;
    width: 82%;
    height: 1px;
    margin: auto;
    background-color: rgba(47,198,246,.22)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-supply__message_icon-0:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDBhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMSAwIDAtMTJINnptMCAxYTUgNSAwIDEgMCAwIDEwaDE3YTUgNSAwIDEgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PC9zdmc+")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-supply__message_icon-1:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48L3N2Zz4=")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-supply__message_icon-2:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48cmVjdCB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiMyNzkxQjMiIGZpbGwtb3BhY2l0eT0iLjgxIi8+PC9zdmc+")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-supply__message_icon-3:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zek0yNiA3YTMgMyAwIDAgMS0zIDNoLTMuOTNhLjA3LjA3IDAgMCAxLS4wNy0uMDdWNC4wN2EuMDcuMDcgMCAwIDEgLjA3LS4wN0gyM2EzIDMgMCAwIDEgMyAzeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48cmVjdCB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiMyNzkxQjMiIGZpbGwtb3BhY2l0eT0iLjgxIi8+PC9zdmc+")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table__supply:before {
    background-color: rgba(178,200,91,.22)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-supply__message_icon-0:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDBhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMSAwIDAtMTJINnptMCAxYTUgNSAwIDEgMCAwIDEwaDE3YTUgNSAwIDEgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PC9zdmc+")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-supply__message_icon-1:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-supply__message_icon-2:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjxyZWN0IG9wYWNpdHk9Ii45IiB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-supply__message_icon-3:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3pNMjYgN2EzIDMgMCAwIDEtMyAzaC0zLjkzYS4wNy4wNyAwIDAgMS0uMDctLjA3VjQuMDdhLjA3LjA3IDAgMCAxIC4wNy0uMDdIMjNhMyAzIDAgMCAxIDMgM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjxyZWN0IG9wYWNpdHk9Ii45IiB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-supply__container[data-sb-hover]:hover .bx-sb-04-b24-price-table-supply__message:not(.bx-sb-04-b24-price-table-supply__message_empty),.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-supply__message[data-sb-hover]:hover:not(.bx-sb-04-b24-price-table-supply__message_empty),.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-supply__message_tooltip:hover:not(.bx-sb-04-b24-price-table-supply__message_empty) {
    background-color: rgba(33,189,238,.2)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-supply__container[data-sb-hover]:hover .bx-sb-04-b24-price-table-supply__message:not(.bx-sb-04-b24-price-table-supply__message_empty),.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-supply__message[data-sb-hover]:hover:not(.bx-sb-04-b24-price-table-supply__message_empty),.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-supply__message_tooltip:hover:not(.bx-sb-04-b24-price-table-supply__message_empty) {
    background-color: rgba(163,205,0,.2)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__prologue {
    margin-bottom: 20px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 10px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue.bx-sb-04-b24-price-table-prologue_column {
    justify-content: center;
    flex-direction: column
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__section {
    margin-left: 5px;
    margin-right: 5px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__section:not(:first-child) {
    margin-top: 20px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__section:has(>.bx-sb-04-b24-price-table-selector),.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__section:has(>.bx-sb-04-b24-price-table-prologue-information) {
    width: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__section:has(>.bx-sb-04-b24-price-table-prologue-information) {
    display: flex
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__title {
    margin-bottom: 18px;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title {
    font-weight: 400;
    line-height: 1.2
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__title {
    font-size: 26px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__subtitle {
    margin-top: 10px;
    font-size: 16px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__description {
    margin-top: 10px;
    font-size: 20px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header {
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__popular-label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #21bdee;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__popular-label:before {
    content: "";
    display: block;
    width: 12px;
    height: 11px;
    margin-right: 8px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDIxYS43NTIuNzUyIDAgMCAxLS40OTQtLjE4M2MtMS4wMzUtLjg5OC0yLjAzMi0xLjc0LTIuOTEtMi40ODJDMy40MTggMTMuOTYzIDAgMTEuMDc1IDAgNi44NTMgMCAyLjk0NyAyLjc0IDAgNi4zNzUgMGMxLjMwMiAwIDIuNDk3LjQwOSAzLjU0OSAxLjIxNiAxLjAwOS43NzMgMS42OCAxLjc1OCAyLjA3NiAyLjQ3NS4zOTYtLjcxNyAxLjA2Ny0xLjcwMiAyLjA3Ni0yLjQ3NUE1LjcxMyA1LjcxMyAwIDAgMSAxNy42MjUgMEMyMS4yNTkgMCAyNCAyLjk0NiAyNCA2Ljg1M2MwIDQuMjIxLTMuNDIgNy4xMS04LjU5NSAxMS40ODEtLjg4Ljc0My0xLjg3NiAxLjU4NC0yLjkxMSAyLjQ4MkEuNzUyLjc1MiAwIDAgMSAxMiAyMXoiIGZpbGw9IiMyMUJERUUiIGZpbGwtb3BhY2l0eT0iLjciLz48L3N2Zz4=");
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__title {
    font-weight: 600;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__title.bx-sb-04-b24-price-table-header__title_sup {
    position: relative;
    top: -6px;
    font-size: 10px;
    line-height: 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__title.bx-sb-04-b24-price-table-header__title_md {
    font-size: 16px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row.bx-sb-04-b24-price-table__features .bx-sb-04-b24-price-table-header__title {
    font-size: 14px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row.bx-sb-04-b24-price-table__features_header {
    display: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__description {
    min-height: 40px;
    max-width: 290px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    color: #919191;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__description a {
    color: #0050af;
    border-bottom: 1px solid
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user {
    min-height: 60px;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__content {
    display: flex;
    align-items: center;
    justify-content: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__container.bx-sb-04-b24-price-table-user__container_bottom {
    padding-bottom: 16px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__icon {
    display: block;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__icon_fire {
    width: 17px;
    height: 22px;
    margin: 5px -4px 0 -21px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjI1IDEwLjVDOC4yNSA4LjU3NSA2Ljg1NjY3IDguODc5NSA1LjUgNi4xMjVDMy44OTY1MSA3LjA3MzQzIDIuODcyMTIgOC43MDMxNSAyLjc1IDEwLjVDMi44MzgzIDExLjg1NTggMy41MDAwNCAxMy4xMTkxIDQuNTgzMzMgMTRIMy45MzI1QzEuNjE0NzUgMTMuMTg5MiAwLjA1NDExOCAxMS4xMDU3IDAgOC43NUMwIDQuNzc3NSA0LjExNTgzIDEuMDYxMzggNi40MTY2NyAwQzUuOTc2NjcgMy42NjcxMiAxMSA0LjYyNjEyIDExIDkuNDA2MjVDMTEgMTIuNzk4NiA3LjA2NzUgMTQgNy4wNjc1IDE0SDYuNDE2NjdDNy41Njg1MSAxMy4xNzIgOC4yNDcxMyAxMS44NzY0IDguMjUgMTAuNVoiIGZpbGw9IiNGOTMwMDAiLz4KPC9zdmc+Cg==")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__icon_fire_unlimited {
    margin-top: 11px;
    margin-right: 4px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__message {
    font-size: 14px;
    font-weight: 600;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__message.bx-sb-04-b24-price-table-user__message_unlimited {
    padding-top: 16px;
    font-size: 16px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__value {
    padding-top: 4px;
    padding-bottom: 12px;
    font-size: 24px;
    font-weight: 600;
    line-height: 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__value.bx-sb-04-b24-price-table-user__value_select {
    padding: 6px;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 30px;
    line-height: .7
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__value.bx-sb-04-b24-price-table-user__value_select_pointer {
    font-size: 16px;
    line-height: 1;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__value.bx-sb-04-b24-price-table-user__value_select[data-sb-active] {
    border-color: #21bdee;
    cursor: default
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__epilogue {
    position: relative;
    top: 8px;
    line-height: 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__more {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 1px dashed;
    color: #262626;
    font-size: 8px;
    font-weight: 500;
    line-height: 0;
    text-decoration: none;
    opacity: .4;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__more:hover {
    color: #262626
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__select {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price {
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price.bx-sb-04-b24-price-table-price_description {
    min-height: 55px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__message,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__base,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__value,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__discount {
    position: relative;
    font-weight: 600
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__base {
    bottom: 7px;
    font-size: 12px;
    line-height: 0;
    text-decoration: line-through;
    opacity: .4
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__current {
    display: flex;
    align-items: center;
    justify-content: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__value {
    display: flex;
    align-items: baseline;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__message,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__value span {
    font-size: 21px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__value span {
    margin: 0 3px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__discount {
    display: inline-block;
    margin-left: 2px;
    padding: 12px 8px;
    background-color: rgba(207,247,50,.7);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 0;
    transform: skewX(-10deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__discount-value {
    transform: skewX(10deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__discount_sale {
    background-color: rgba(255,215,23,.7)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__epilogue {
    position: relative;
    display: inline-flex;
    justify-content: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__epilogue [data-sb-tooltip][data-sb-tooltip-title] {
    min-width: 150px;
    padding: 8px 12px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__epilogue [data-sb-tooltip][data-sb-tooltip-content] {
    text-align: left
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__description {
    display: inline-block;
    margin-top: 15px;
    padding-bottom: 6px;
    font-size: 12px;
    font-weight: 600;
    line-height: 0;
    opacity: .4
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__description_link {
    border-bottom: 1px dashed #0050af;
    color: #0050af;
    text-decoration: none;
    opacity: .8
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__description_link:hover {
    color: #0050af;
    text-decoration: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order {
    min-height: 36px;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__button {
    position: relative;
    display: inline-block;
    min-width: 152px;
    margin: auto;
    padding: 12px;
    border: none;
    border-radius: 18px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.07);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__button {
    background-color: #21bdee
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__button.bx-sb-04-b24-price-table-order__button_green {
    background-color: #a3cd00
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__button,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__button:hover {
    color: #fff
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__button:hover {
    opacity: .7
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__button[disabled],.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__button:hover[disabled] {
    opacity: .5;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__epilogue {
    padding-bottom: 5px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__trial {
    position: relative;
    display: block;
    top: 14px;
    color: #00445a;
    font-size: 14px;
    font-weight: 700;
    line-height: 0;
    text-decoration: underline
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__trial:hover {
    color: #00445a
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__description {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 0;
    opacity: .4;
    transform: translateY(1.25em);
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-storage {
    min-height: 18px;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-storage__value {
    color: #00445a;
    font-size: 17px;
    font-weight: 700;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply {
    display: flex;
    justify-content: center;
    height: 100%;
    padding-top: 17px;
    padding-bottom: 25px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    height: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__section {
    width: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__section:first-child {
    margin-bottom: 15px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__list {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__list .bx-sb-04-b24-price-table-supply__list {
    width: calc(100% - 23px);
    margin-left: 19px;
    margin-bottom: 10px;
    padding-left: 4px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message {
    position: relative;
    display: inline-block;
    max-width: 100%;
    min-height: 31px;
    padding: 8px 17px;
    border-radius: 18px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .2s ease-in-out;
    overflow: hidden
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message_empty {
    display: none;
    min-height: 35px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 31px;
    height: 15px;
    top: 50%;
    right: 13px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: translateY(-50%)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message_icon {
    padding-right: 50px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__content {
    position: relative;
    width: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__label {
    position: absolute;
    display: flex;
    justify-content: center;
    min-width: 92px;
    min-height: 24px;
    top: 50%;
    right: -11px;
    padding: 6px 10px 6px 15px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODYiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU1MiAyLjQ2M0EzIDMgMCAwIDEgNi41MDQgMEg4NWExIDEgMCAwIDEgMSAxdjIwYTEgMSAwIDAgMS0xIDFIMi4zOTZBMiAyIDAgMCAxIC40MyAxOS42NDJMMy41NTIgMi40NjN6IiBmaWxsPSIjMzk3RkNBIi8+PC9zdmc+");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.3px;
    white-space: nowrap;
    transform: translateY(-50%)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__label:hover {
    color: #fff
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__label[data-sb-hover] {
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__label_new {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODYiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuNTUzIDIuNDYzQTMgMyAwIDAgMSA2LjUwNSAwSDg1YTEgMSAwIDAgMSAxIDF2MjBhMSAxIDAgMCAxLTEgMUgyLjM5N0ExLjk5OSAxLjk5OSAwIDAgMSAuNDMgMTkuNjQyTDMuNTUzIDIuNDYzeiIgZmlsbD0iIzJCRDk4NSIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoODZ2MjJIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__label_icon:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgb3BhY2l0eT0iLjczOCI+PHBhdGggb3BhY2l0eT0iLjU2OCIgZD0iTTExLjk4IDUuOTlBNS45OSA1Ljk5IDAgMSAwIDAgNS45OWE1Ljk5IDUuOTkgMCAwIDAgMTEuOTggMHoiIGZpbGw9IiNCMUI3QzUiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUuOTAyIDMuNjJjLjUgMCAuOTA2LS40MDIuOTA2LS44OTdhLjkwMi45MDIgMCAwIDAtLjkwNi0uODk4Yy0uNSAwLS45MDYuNDAyLS45MDYuODk4IDAgLjQ5NS40MDUuODk3LjkwNi44OTd6bS4zMTguODM1SDQuMTAydi44MDdoMS4wNTl2My4xNzlINC4xMDJ2Ljc5NGgzLjYwNnYtLjc5NGgtLjkwNFY0LjQ1N0g2LjIydi0uMDAyeiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__list>.bx-sb-04-b24-price-table-supply__list .bx-sb-04-b24-price-table-supply__message {
    min-height: 24px;
    padding: 6px 10px;
    color: #525c69;
    font-size: 12px;
    font-weight: 600
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__list>.bx-sb-04-b24-price-table-supply__list .bx-sb-04-b24-price-table-supply__message_empty {
    display: none;
    min-height: 28px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__container[data-sb-hover]:hover,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message[data-sb-hover],.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message_tooltip {
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__container [data-sb-tooltip][data-sb-tooltip-title] {
    min-width: auto;
    padding: 8px 12px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar {
    margin: 10px 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar__message {
    display: inline;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar__message_tooltip {
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar__soon,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar__new {
    display: inline;
    padding: 2px 5px;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    white-space: nowrap
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar__soon {
    background-color: #21bdee
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar__new {
    background-color: #00b23e
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar.bx-sb-04-b24-price-table-feature-sidebar_section {
    padding-left: 25px;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar.bx-sb-04-b24-price-table-feature-sidebar_section:before {
    content: "";
    position: absolute;
    display: block;
    flex: 0 0 20px;
    width: 20px;
    height: 16px;
    left: 0;
    top: 50%;
    margin: auto 5px auto 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAzNiAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMTgiIHdpZHRoPSIyNSIgaGVpZ2h0PSI0IiB0cmFuc2Zvcm09InJvdGF0ZSg0NSAxOCAwKSIgZmlsbD0iIzY4RERGRiIvPgo8cmVjdCB5PSIxOCIgd2lkdGg9IjI1IiBoZWlnaHQ9IjQiIHRyYW5zZm9ybT0icm90YXRlKC00NSAwIDE4KSIgZmlsbD0iIzY4RERGRiIvPgo8L3N2Zz4K");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row.bx-sb-04-b24-price-table__features_section.section-hidden .bx-sb-04-b24-price-table-feature-sidebar.bx-sb-04-b24-price-table-feature-sidebar_section:before {
    transform: rotate(180deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar.bx-sb-04-b24-price-table-feature-sidebar_section .bx-sb-04-b24-price-table-feature-sidebar__message {
    font-size: 18px;
    font-weight: 700
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar.bx-sb-04-b24-price-table-feature-sidebar_subsection .bx-sb-04-b24-price-table-feature-sidebar__message {
    font-size: 14px;
    font-weight: 600
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-body__content {
    width: 100%;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__features:not(.bx-sb-04-b24-price-table__features_header) .bx-sb-04-b24-price-table-feature-body__content:not(.bx-sb-04-b24-price-table-feature-body__content_empty) {
    padding: 10px 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-body__message {
    font-size: 12px;
    font-weight: 500;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-g-1,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-g-2,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-g-3,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-b-1,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-b-2,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-b-3 {
    display: inline-block;
    width: 31px;
    height: 15px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-g-1 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-g-2 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjxyZWN0IG9wYWNpdHk9Ii45IiB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-g-3 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3pNMjYgN2EzIDMgMCAwIDEtMyAzaC0zLjkzYS4wNy4wNyAwIDAgMS0uMDctLjA3VjQuMDdhLjA3LjA3IDAgMCAxIC4wNy0uMDdIMjNhMyAzIDAgMCAxIDMgM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjxyZWN0IG9wYWNpdHk9Ii45IiB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-b-1 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48L3N2Zz4=")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-b-2 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48cmVjdCB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiMyNzkxQjMiIGZpbGwtb3BhY2l0eT0iLjgxIi8+PC9zdmc+")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-b-3 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zek0yNiA3YTMgMyAwIDAgMS0zIDNoLTMuOTNhLjA3LjA3IDAgMCAxLS4wNy0uMDdWNC4wN2EuMDcuMDcgMCAwIDEgLjA3LS4wN0gyM2EzIDMgMCAwIDEgMyAzeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48cmVjdCB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiMyNzkxQjMiIGZpbGwtb3BhY2l0eT0iLjgxIi8+PC9zdmc+")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_check,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_uncheck {
    width: 0;
    height: 0;
    margin: auto;
    padding: 8px;
    background-position: 50% 50%;
    background-size: 14px;
    background-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_check {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNyIgY3k9IjciIHI9IjciIGZpbGw9IiM5M0MyMDAiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0ibTcuNTIzIDguNTYgMy4wMzYtMy4wMzYtMS4xMjEtMS4xMjItMy4wMzMgMy4wMzQtMS42MDctMS42MTdMMy42NzYgNi45NGwxLjYwNyAxLjYxNy0uMDA0LjAwNCAxLjEyMiAxLjEyMSAxLjEyMi0xLjEyMXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_uncheck {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNyIgY3k9IjciIHI9IjciIGZpbGw9IiM1MjVDNjkiIGZpbGwtb3BhY2l0eT0iLjIzNiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik00IDYuMjI2aDZ2MS41NDhINHoiLz48L3N2Zz4=")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-archive {
    display: flex;
    align-items: center;
    flex-direction: column
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-archive__button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 32px;
    padding: 10px 15px;
    background-color: #fff;
    border: 2px solid #3bc8f5;
    border-radius: 30px;
    color: #262626;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: all .2s ease-in-out;
    white-space: nowrap
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-archive__button:hover {
    color: #262626
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-archive__description {
    margin: 0 0 10px 0;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-archive__message {
    color: #525c69;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-information {
    position: relative;
    margin-left: auto;
    margin-right: 35px;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-information__message {
    padding: 7px 40px 7px 12px;
    background-color: #e4e4e4;
    border-radius: 3px;
    color: #525c69;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transform: skewX(-5deg) translateX(27px)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-information__message>* {
    transform: skewX(5deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-information [data-sb-tooltip-hover]:before {
    background: #525c69;
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC45ODEgNS40OWE1LjQ5IDUuNDkgMCAxIDAtMTAuOTggMCA1LjQ5IDUuNDkgMCAwIDAgMTAuOTggMHpNMy4zNyA0LjA1NGMwLS4yNjkuMDg2LS41NDEuMjU5LS44MTcuMTcyLS4yNzYuNDI0LS41MDQuNzU1LS42ODUuMzMtLjE4LjcxNi0uMjcxIDEuMTU4LS4yNzEuNDEgMCAuNzcyLjA3NSAxLjA4NS4yMjcuMzE0LjE1LjU1Ny4zNTcuNzI4LjYxNy4xNzEuMjYuMjU3LjU0My4yNTcuODQ4IDAgLjI0LS4wNS40NTEtLjE0Ny42MzJhMS45MzQgMS45MzQgMCAwIDEtLjM0OC40NjljLS4xMzQuMTMxLS4zNzUuMzUzLS43MjMuNjY0YTIuOTQgMi45NCAwIDAgMC0uMjMxLjIzLjkzOC45MzggMCAwIDAtLjEzLjE4My44OS44OSAwIDAgMC0uMDY1LjE2NiA2LjM3MyA2LjM3MyAwIDAgMC0uMDcuMjljLS4wNTQuMjk0LS4yMjIuNDQxLS41MDUuNDQxYS41MTYuNTE2IDAgMCAxLS4zNzEtLjE0NGMtLjEtLjA5Ni0uMTUtLjIzOS0uMTUtLjQyOCAwLS4yMzguMDM2LS40NDMuMTEtLjYxNy4wNzMtLjE3NC4xNy0uMzI3LjI5Mi0uNDU4YTYuNyA2LjcgMCAwIDEgLjQ5Mi0uNDdjLjE4MS0uMTU4LjMxMi0uMjc3LjM5My0uMzU4LjA4LS4wOC4xNDgtLjE3LjIwMy0uMjY5YS42NTEuNjUxIDAgMCAwIC4wODMtLjMyMi43NS43NSAwIDAgMC0uMjUyLS41NzNjLS4xNjktLjE1Ni0uMzg2LS4yMzMtLjY1MS0uMjMzLS4zMTIgMC0uNTQuMDc4LS42ODguMjM1LS4xNDcuMTU3LS4yNzEuMzg4LS4zNzMuNjk0LS4wOTYuMzItLjI3OC40NzktLjU0Ny40NzlhLjUzOC41MzggMCAwIDEtLjQwMS0uMTY4LjUxMi41MTIgMCAwIDEtLjE2My0uMzYyem0xLjYxOCA0LjQ4MWMuMTI5LjExMi4yOC4xNjguNDUyLjE2OGEuNjQ0LjY0NCAwIDAgMCAuNDQtLjE3LjU5Mi41OTIgMCAwIDAgLjE5Mi0uNDY3LjYxMS42MTEgMCAwIDAtLjE4My0uNDUuNjExLjYxMSAwIDAgMC0uNDUtLjE4Mi42My42MyAwIDAgMC0uNjQ0LjYzMmMwIC4yMDEuMDY0LjM1OC4xOTMuNDd6IiBmaWxsPSIjQjFCN0M1IiBvcGFjaXR5PSIuNzM4Ii8+PC9zdmc+");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC45ODEgNS40OWE1LjQ5IDUuNDkgMCAxIDAtMTAuOTggMCA1LjQ5IDUuNDkgMCAwIDAgMTAuOTggMHpNMy4zNyA0LjA1NGMwLS4yNjkuMDg2LS41NDEuMjU5LS44MTcuMTcyLS4yNzYuNDI0LS41MDQuNzU1LS42ODUuMzMtLjE4LjcxNi0uMjcxIDEuMTU4LS4yNzEuNDEgMCAuNzcyLjA3NSAxLjA4NS4yMjcuMzE0LjE1LjU1Ny4zNTcuNzI4LjYxNy4xNzEuMjYuMjU3LjU0My4yNTcuODQ4IDAgLjI0LS4wNS40NTEtLjE0Ny42MzJhMS45MzQgMS45MzQgMCAwIDEtLjM0OC40NjljLS4xMzQuMTMxLS4zNzUuMzUzLS43MjMuNjY0YTIuOTQgMi45NCAwIDAgMC0uMjMxLjIzLjkzOC45MzggMCAwIDAtLjEzLjE4My44OS44OSAwIDAgMC0uMDY1LjE2NiA2LjM3MyA2LjM3MyAwIDAgMC0uMDcuMjljLS4wNTQuMjk0LS4yMjIuNDQxLS41MDUuNDQxYS41MTYuNTE2IDAgMCAxLS4zNzEtLjE0NGMtLjEtLjA5Ni0uMTUtLjIzOS0uMTUtLjQyOCAwLS4yMzguMDM2LS40NDMuMTEtLjYxNy4wNzMtLjE3NC4xNy0uMzI3LjI5Mi0uNDU4YTYuNyA2LjcgMCAwIDEgLjQ5Mi0uNDdjLjE4MS0uMTU4LjMxMi0uMjc3LjM5My0uMzU4LjA4LS4wOC4xNDgtLjE3LjIwMy0uMjY5YS42NTEuNjUxIDAgMCAwIC4wODMtLjMyMi43NS43NSAwIDAgMC0uMjUyLS41NzNjLS4xNjktLjE1Ni0uMzg2LS4yMzMtLjY1MS0uMjMzLS4zMTIgMC0uNTQuMDc4LS42ODguMjM1LS4xNDcuMTU3LS4yNzEuMzg4LS4zNzMuNjk0LS4wOTYuMzItLjI3OC40NzktLjU0Ny40NzlhLjUzOC41MzggMCAwIDEtLjQwMS0uMTY4LjUxMi41MTIgMCAwIDEtLjE2My0uMzYyem0xLjYxOCA0LjQ4MWMuMTI5LjExMi4yOC4xNjguNDUyLjE2OGEuNjQ0LjY0NCAwIDAgMCAuNDQtLjE3LjU5Mi41OTIgMCAwIDAgLjE5Mi0uNDY3LjYxMS42MTEgMCAwIDAtLjE4My0uNDUuNjExLjYxMSAwIDAgMC0uNDUtLjE4Mi42My42MyAwIDAgMC0uNjQ0LjYzMmMwIC4yMDEuMDY0LjM1OC4xOTMuNDd6IiBmaWxsPSIjQjFCN0M1IiBvcGFjaXR5PSIuNzM4Ii8+PC9zdmc+");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: 50%;
    mask-position: 50%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-information [data-sb-tooltip] {
    right: -38px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-information [data-sb-tooltip]:before {
    left: calc(100% - 44px)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-information [data-sb-tooltip]:after {
    left: calc(100% - 42px)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 320px;
    margin: 0 auto
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector__switcher {
    margin: 25px auto 18px;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector__description {
    margin: 0 0 10px 0;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector__message {
    color: #525c69;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section] {
    display: inline-block;
    position: relative;
    min-width: 160px;
    max-width: 100%;
    padding: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzIzIDAuNzkxNzQ4TDcuOTUwNDIgNC41NjQyOUw2Ljk5OTk5IDUuNTAwMDFMNi4wNjc1OCA0LjU2NDI5TDIuMjk1MDMgMC43OTE3NDhMMC45NjM4MTIgMi4xMjI5N0w3LjAwODk0IDguMTY4MUwxMy4wNTQxIDIuMTIyOTdMMTEuNzIzIDAuNzkxNzQ4WiIgZmlsbD0iIzUyNUM2OSIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .2s ease-in-out;
    z-index: 3
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section]::-ms-expand {
    display: none
}

.bx-sb-04-b24-price-table select[data-sb-selector-select-section] {
    color: #262626
}

.bx-sb-04-b24-price-table select[data-sb-selector-select-section] option {
    background-color: #f8f9fa;
    color: #495057
}

.bx-sb-04-b24-price-table [data-sb-selector-select] {
    position: relative;
    display: flex;
    align-items: center;
    color: #262626;
    white-space: nowrap;
    cursor: pointer
}

.bx-sb-04-b24-price-table [data-sb-selector-select-list] {
    position: absolute;
    display: block;
    width: calc(100% + 4px);
    height: 0;
    top: calc(100% + 4px);
    left: 50%;
    padding: 0 15px 0 10px;
    background-color: #fff;
    border: 0 solid rgba(0,0,0,.09);
    border-radius: 18px;
    box-shadow: 0 5px 10px 1px rgba(0,0,0,.09);
    transform: translateX(-50%);
    overflow: hidden;
    opacity: 0;
    transition: all .2s ease-in-out
}

.bx-sb-04-b24-price-table [data-sb-selector-select-list][data-sb-select-active] {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 1px;
    overflow: visible;
    opacity: 1;
    z-index: 1
}

.bx-sb-04-b24-price-table [data-sb-selector-select-item] {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    color: #495057;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer
}

.bx-sb-04-b24-price-table [data-sb-selector-select-item] [data-link],.bx-sb-04-b24-price-table [data-sb-selector-select-item] [data-link]:hover {
    color: #495057
}

.bx-sb-04-b24-price-table select[data-sb-selector-select-section][data-sb-selector-type=blue] {
    padding: 9px 23px 9px 10px
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=blue] {
    background-color: #fff;
    background-position: 95% 50%;
    background-size: 12px 12px;
    border: 2px solid #3bc8f5;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=blue][data-sb-select-active] {
    border-radius: 3px
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=blue] [data-sb-selector-select] {
    padding: 9px 23px 9px 10px
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=blue] [data-sb-selector-select] {
    justify-content: space-between;
    min-height: 32px;
    padding-top: 5px;
    padding-bottom: 5px
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=blue] [data-sb-selector-select] span {
    display: block;
    margin-left: 5px;
    padding: 4px 5px;
    background-color: #ffd91a;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transform: skewX(-10deg)
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=blue] [data-sb-selector-select-item] span {
    display: inline-block;
    margin-left: 2px;
    padding: 12px 8px;
    background-color: #ffd717;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 0;
    transform: skewX(-10deg)
}

.bx-sb-04-b24-price-table select[data-sb-selector-select-section][data-sb-selector-type=user] {
    padding: 11px 10px 11px 10px;
    background-color: rgba(0,0,0,0);
    border: 2px solid #a6c7cc;
    border-radius: 6px;
    font-size: 24px;
    font-weight: 600;
    text-align: center
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] {
    min-width: 180px;
    margin: -4px 0;
    padding: 4px 0;
    background-position: 95% 50%;
    background-size: 12px 12px
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select] {
    justify-content: center;
    margin: -4px 0 -4px 0;
    padding: 4px;
    border: 2px solid #a6c7cc;
    border-radius: 6px;
    font-weight: 600
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select] span[data-section] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select] span[data-value] {
    padding: 6px;
    font-size: 24px;
    line-height: .7
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select] span[data-section=unlimited] span[data-value] {
    font-size: 16px
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select] span[data-message] {
    font-size: 14px;
    line-height: 1
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user][data-sb-select-active] {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 10px 1px rgba(0,0,0,.09)
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user][data-sb-select-active] [data-sb-selector-select] {
    border-color: rgba(0,0,0,0)
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select-list] {
    width: calc(120% + 4px);
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 14px
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select-list][data-sb-select-active] {
    padding-top: 15px;
    padding-bottom: 15px
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select-item] {
    padding: 0
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select-item] span[data-section] {
    display: block;
    padding: 10px 0;
    font-weight: 600;
    white-space: nowrap
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select-item] span[data-value] {
    font-size: 16px;
    white-space: nowrap
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select-item] span[data-message] {
    margin-left: 3px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-switcher {
    display: inline-flex;
    border: 1px solid #409eef;
    border-radius: 12px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-switcher__button {
    margin: 4px;
    padding: 11px 24px;
    background-color: rgba(0,0,0,0);
    border-radius: 6px;
    color: #409eef;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: 160ms background-color linear;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-switcher__button[data-sb-active] {
    color: #fff;
    background-color: #409eef
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-switcher-message {
    margin-bottom: 15px;
    color: #525c69;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector__switcher:has(+.bx-sb-04-b24-price-table-selector-discount) .bx-sb-04-b24-price-table-switcher-message {
    margin-bottom: 45px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector-discount {
    position: absolute;
    left: calc(100% - 40px);
    bottom: 30px;
    z-index: -1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector-discount:after {
    content: "";
    display: block;
    width: 50px;
    height: 28px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMjYuNDk5YzQuNzI3IDIuNjc1IDE4LjkyMy44MjQgMjcuMDgyLTMuMzY0IDguODI5LTQuNTA3IDEyLjg5OC04LjU5NSAxOS4zODQtMTkuNTk2LjMwNy43MjEuNDk1IDEuMzM3Ljc1NiAxLjg1Ni4yNzQuNjA0LjU2OSAxLjI0Ljk3IDEuNzU3LjEwOC4xNTguNTkuMjQ4LjgwMi4xNDkuMjEyLS4xLjM3OS0uNTM5LjMzNC0uNzQtLjQ2OS0xLjkxNC0xLTMuNzg0LTEuNTIzLTUuNzA3LS4xODgtLjYxNi0uNjM5LS44NjUtMS4yODgtLjY1NC0yLjQxNS45MDktNC44NTIgMS43ODUtNy4yNzcgMi43NDctLjU0Mi4yMzEtMS4wMjguNzUtMS42NjQgMS4xODYgMS40NDEgMS4wMTQgMi40NzguMDcyIDMuNTQ0LS4xNDYgMS4xMi0uMjA3IDIuMTk0LS42MTcgMy41NjgtLjk5OS0xLjQyNiAzLjU4Mi0zLjM0IDYuNTItNS42OTQgOS4xNTUtOC41OTMgOS42OTctMTkuNjEyIDE0LjA3NS0zMi4zNzIgMTQuMzM4LTEuNjY2LjAyMy0zLjMyMy0uMTQ2LTQuOTgtLjE3Ni0uNDU4LjA4MS0uODg0LjE0LTEuNjQyLjE5NHoiIGZpbGw9IiM0MDlFRUYiLz48L3N2Zz4=");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    transform: rotate(0deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector-discount__message {
    margin-bottom: 3px;
    padding: 7px 8px 7px 12px;
    background-color: #f8e15c;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transform: skewX(-5deg) translateX(27px)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector-discount__message>* {
    transform: skewX(5deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup [style*="--bx-sb-popup-product-number"] .bx-sb-04-b24-price-table-window__column[style*="--bx-sb-popup-column-number"] {
    --k: var(--bx-sb-popup-product-number, 0);
    --i: var(--bx-sb-popup-column-number, 0);
    --sgn: clamp(-1, min(var(--i) - var(--k), var(--k) - var(--i)), 1)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .5;
    visibility: hidden;
    transition: opacity .13ms ease-in-out;
    z-index: 3000
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup[data-sb-popup-opened] {
    opacity: 1;
    visibility: visible
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__overflow {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(38,38,38,.15)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup:not([data-sb-popup-opened]) {
    width: 0;
    height: 0;
    overflow: hidden
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__inner {
    position: absolute;
    width: calc(100% - 80px);
    max-height: calc(90% - 70px);
    height: 100%;
    max-width: 400px;
    top: 50%;
    left: 50%;
    padding: 15px 10px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 14px 16px 0 rgba(82,92,105,.23);
    transform: translate(-50%, -50%);
    z-index: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__close {
    position: absolute;
    top: -37px;
    right: 0;
    width: 32px;
    height: 32px;
    border: 2px solid hsla(0,0%,100%,.7);
    border-radius: 50%;
    background-color: rgba(0,0,0,.1);
    opacity: 1;
    transition: all 300ms ease;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__close:hover {
    border: 2px solid #fff;
    background-color: rgba(0,0,0,.2)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__close:before,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background-color: #fff
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__close:before {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__close:after {
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__content {
    height: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__content {
    font-size: 12px;
    font-weight: 600;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__windows {
    height: calc(100% - 55px)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control {
    position: absolute;
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control_column {
    display: flex
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control__nav_next,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control__nav_prev {
    position: relative;
    width: 35px;
    height: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control__nav_next {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUyIiBoZWlnaHQ9IjE1MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWx0ZXI9InVybCgjYSkiPjxjaXJjbGUgY3g9Ijc2IiBjeT0iNzQiIHI9IjcyIiB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDc2IDc0KSIgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuNTUiLz48L2c+PGcgZmlsdGVyPSJ1cmwoI2IpIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0ibTQ1LjM2IDg0Ljg0MS04LjY3OC04LjY3NkwzNC40MzUgNzRsMi4yNDctMi4xNjYgOC42NzctOC42NzctMy4wNjItMy4wNjJMMjguMzk0IDc0bDEzLjkwMyAxMy45MDQgMy4wNjItMy4wNjJ6IiBmaWxsPSIjZmZmIi8+PC9nPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNTIiIGhlaWdodD0iMTUyIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+PGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz48ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+PGZlT2Zmc2V0IGR5PSIyIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMiIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4wNDc1NzUgMCIvPjxmZUJsZW5kIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvdyIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvdyIgcmVzdWx0PSJzaGFwZSIvPjwvZmlsdGVyPjxmaWx0ZXIgaWQ9ImIiIHg9IjI0LjM5NCIgeT0iNTguMDk1IiB3aWR0aD0iMjQuOTY2IiBoZWlnaHQ9IjM1LjgwOCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPjxmZU9mZnNldCBkeT0iMiIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjIiLz48ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMSAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PC9kZWZzPjwvc3ZnPg==");
    background-position: left center;
    transform: translateX(-100%)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control__nav_prev {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUyIiBoZWlnaHQ9IjE1MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWx0ZXI9InVybCgjYSkiPjxjaXJjbGUgY3g9Ijc2IiBjeT0iNzQiIHI9IjcyIiBmaWxsPSIjZmZmIiBmaWxsLW9wYWNpdHk9Ii41NSIvPjwvZz48ZyBmaWx0ZXI9InVybCgjYikiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMTA2LjY0MSA2My4xNTggOC42NzcgOC42NzdMMTE3LjU2NSA3NGwtMi4yNDcgMi4xNjYtOC42NzcgOC42NzcgMy4wNjIgMy4wNjJMMTIzLjYwNiA3NGwtMTMuOTAzLTEzLjkwNC0zLjA2MiAzLjA2MXoiIGZpbGw9IiNmZmYiLz48L2c+PGRlZnM+PGZpbHRlciBpZD0iYSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE1MiIgaGVpZ2h0PSIxNTIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz48ZmVPZmZzZXQgZHk9IjIiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjA0NzU3NSAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PGZpbHRlciBpZD0iYiIgeD0iMTAyLjY0MSIgeT0iNTguMDk3IiB3aWR0aD0iMjQuOTY2IiBoZWlnaHQ9IjM1LjgwOCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPjxmZU9mZnNldCBkeT0iMiIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjIiLz48ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMSAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PC9kZWZzPjwvc3ZnPg==");
    background-position: right center;
    transform: translateX(100%)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__windows .bx-sb-04-b24-price-table-window:not([data-sb-popup-opened]) {
    display: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window [data-sb-tooltip-hover] {
    padding: 6px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window [data-sb-tooltip-hover]:before {
    width: 11px;
    height: 11px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_check,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_uncheck {
    background-size: 12px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__prologue {
    flex: 0 0 auto;
    margin-bottom: 3px;
    padding-bottom: 13px;
    border-bottom: 2px solid rgba(47,198,246,.22)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__prologue .bx-sb-04-b24-price-table-window__row {
    flex-direction: column
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__content {
    flex: 1;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(82,92,105,.35) rgba(82,92,105,.1)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__content::-webkit-scrollbar-track {
    width: 11px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__content::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(82,92,105,.1);
    border-radius: 6px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__content::-webkit-scrollbar-thumb {
    background-color: rgba(82,92,105,.35);
    border-radius: 6px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__categories {
    margin-top: 34px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__order {
    margin-top: 15px;
    flex: 0 0 auto
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__order .bx-sb-04-b24-price-table-order__button {
    min-width: 100px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__order .bx-sb-04-b24-price-table-order__description {
    transform: translateY(0.75em)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__content .bx-sb-04-b24-price-table-window__row {
    border-radius: 5px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__content .bx-sb-04-b24-price-table-window__row {
    padding: 7px 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__supply .bx-sb-04-b24-price-table-window__row.bx-sb-04-b24-price-table-window__row_line {
    background-color: rgba(237,238,240,.3)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__categories {
    padding: 10px 0;
    background-color: rgba(47,198,246,.05);
    border-radius: 18px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar {
    flex: 1 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    width: 100%;
    margin-left: 10px;
    margin-right: 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar.bx-sb-04-b24-price-table-window__sidebar_subsection {
    padding-left: 5px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar.bx-sb-04-b24-price-table-window__sidebar_sub {
    padding-left: 10px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar.bx-sb-04-b24-price-table-window__sidebar_subinner {
    padding-left: 15px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar .bx-sb-04-b24-price-table-window-sidebar__message {
    font-weight: 400
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar.bx-sb-04-b24-price-table-window__sidebar_section .bx-sb-04-b24-price-table-window-sidebar__message,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar.bx-sb-04-b24-price-table-window__sidebar_subsection .bx-sb-04-b24-price-table-window-sidebar__message {
    font-weight: 600
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar.bx-sb-04-b24-price-table-window__sidebar_sub .bx-sb-04-b24-price-table-window-sidebar__message {
    font-weight: 500
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar.bx-sb-04-b24-price-table-window__sidebar_sub .bx-sb-04-b24-price-table-window-sidebar__message {
    color: #262626;
    font-size: 12px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__row.bx-sb-04-b24-price-table-window__row_categories-title {
    color: rgba(82,92,105,.56);
    font-size: 11px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__body {
    flex: 1 0 50%;
    max-width: 50%;
    width: 50%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__columns {
    display: flex;
    align-items: center;
    justify-content: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__column {
    flex: 1 0;
    padding: 0 2px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__row .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__columns,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__row .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__column {
    height: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__row [data-sb-tooltip] {
    width: 350px;
    top: auto
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__row.bx-sb-04-b24-price-table-window__row_click {
    margin: 0 5px;
    border-radius: 18px;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__row.bx-sb-04-b24-price-table-window__row_click:hover {
    background-color: rgba(82,92,105,.04)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__row.bx-sb-04-b24-price-table-window__row_click .bx-sb-04-b24-price-table-window-sidebar__message {
    padding-bottom: 1px;
    border-bottom: 1px dashed rgba(38,38,38,.5)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header_center {
    display: flex;
    justify-content: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__title {
    font-size: 19px;
    font-weight: 600;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__soon,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__new {
    display: inline-block;
    margin-top: 3px;
    padding: 2px 5px;
    border-radius: 10px;
    color: #fff;
    font-size: 12px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__soon {
    background-color: #21bdee
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__new {
    background-color: #00b23e
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__product {
    margin: 0 auto;
    padding: 10px 5px;
    max-width: 160px;
    min-width: 100%;
    background-color: rgba(33,189,238,.15);
    border-radius: 18px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__product_green {
    background-color: rgba(169,212,0,.23)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__product_aquamarine {
    background-color: rgba(49,247,237,.2)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-sidebar {
    position: relative
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-sidebar__content {
    display: inline
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-sidebar__message {
    display: inline;
    line-height: 1.25
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-sidebar__message_tooltip {
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-sidebar__soon,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-sidebar__new {
    display: inline;
    padding: 1px 5px;
    border-radius: 10px;
    color: #fff
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-sidebar__soon {
    background-color: #21bdee
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-sidebar__new {
    background-color: #00b23e
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-body__content {
    width: 100%;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-body__message {
    font-weight: 500;
    line-height: 1
}

.bx-sb-04-b24-price-table [data-sb-tooltip-hover] {
    position: relative;
    display: inline;
    width: 0;
    height: 0;
    left: 22px;
    margin: auto 0 auto -12px;
    padding: 6px 0;
    border-radius: 100%;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    cursor: pointer;
    z-index: 1
}

.bx-sb-04-b24-price-table [data-sb-tooltip-hover]:before {
    content: "";
    position: absolute;
    display: inline;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC45ODEgNS40OWE1LjQ5IDUuNDkgMCAxIDAtMTAuOTggMCA1LjQ5IDUuNDkgMCAwIDAgMTAuOTggMHpNMy4zNyA0LjA1NGMwLS4yNjkuMDg2LS41NDEuMjU5LS44MTcuMTcyLS4yNzYuNDI0LS41MDQuNzU1LS42ODUuMzMtLjE4LjcxNi0uMjcxIDEuMTU4LS4yNzEuNDEgMCAuNzcyLjA3NSAxLjA4NS4yMjcuMzE0LjE1LjU1Ny4zNTcuNzI4LjYxNy4xNzEuMjYuMjU3LjU0My4yNTcuODQ4IDAgLjI0LS4wNS40NTEtLjE0Ny42MzJhMS45MzQgMS45MzQgMCAwIDEtLjM0OC40NjljLS4xMzQuMTMxLS4zNzUuMzUzLS43MjMuNjY0YTIuOTQgMi45NCAwIDAgMC0uMjMxLjIzLjkzOC45MzggMCAwIDAtLjEzLjE4My44OS44OSAwIDAgMC0uMDY1LjE2NiA2LjM3MyA2LjM3MyAwIDAgMC0uMDcuMjljLS4wNTQuMjk0LS4yMjIuNDQxLS41MDUuNDQxYS41MTYuNTE2IDAgMCAxLS4zNzEtLjE0NGMtLjEtLjA5Ni0uMTUtLjIzOS0uMTUtLjQyOCAwLS4yMzguMDM2LS40NDMuMTEtLjYxNy4wNzMtLjE3NC4xNy0uMzI3LjI5Mi0uNDU4YTYuNyA2LjcgMCAwIDEgLjQ5Mi0uNDdjLjE4MS0uMTU4LjMxMi0uMjc3LjM5My0uMzU4LjA4LS4wOC4xNDgtLjE3LjIwMy0uMjY5YS42NTEuNjUxIDAgMCAwIC4wODMtLjMyMi43NS43NSAwIDAgMC0uMjUyLS41NzNjLS4xNjktLjE1Ni0uMzg2LS4yMzMtLjY1MS0uMjMzLS4zMTIgMC0uNTQuMDc4LS42ODguMjM1LS4xNDcuMTU3LS4yNzEuMzg4LS4zNzMuNjk0LS4wOTYuMzItLjI3OC40NzktLjU0Ny40NzlhLjUzOC41MzggMCAwIDEtLjQwMS0uMTY4LjUxMi41MTIgMCAwIDEtLjE2My0uMzYyem0xLjYxOCA0LjQ4MWMuMTI5LjExMi4yOC4xNjguNDUyLjE2OGEuNjQ0LjY0NCAwIDAgMCAuNDQtLjE3LjU5Mi41OTIgMCAwIDAgLjE5Mi0uNDY3LjYxMS42MTEgMCAwIDAtLjE4My0uNDUuNjExLjYxMSAwIDAgMC0uNDUtLjE4Mi42My42MyAwIDAgMC0uNjQ0LjYzMmMwIC4yMDEuMDY0LjM1OC4xOTMuNDd6IiBmaWxsPSIjQjFCN0M1IiBvcGFjaXR5PSIuNzM4Ii8+PC9zdmc+");
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 1;
    transform: translate(-50%, -50%);
    z-index: 2
}

.bx-sb-04-b24-price-table [data-sb-tooltip] {
    position: absolute;
    display: none;
    min-width: 260px;
    max-width: 100%;
    top: 100%;
    margin-top: 15px;
    padding: 20px 12px;
    background: #fff;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    z-index: 4
}

.bx-sb-04-b24-price-table [data-sb-tooltip]:before,.bx-sb-04-b24-price-table [data-sb-tooltip]:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 10px;
    left: var(--tooltip-angel-left);
    bottom: 100%;
    border-left: 14px solid rgba(0,0,0,0);
    border-right: 14px solid rgba(0,0,0,0);
    border-bottom: 14px solid #e9ecef;
    z-index: 5
}

.bx-sb-04-b24-price-table [data-sb-tooltip]:after {
    left: 12px;
    left: calc(var(--tooltip-angel-left) + 2px);
    border-left: 12px solid rgba(0,0,0,0);
    border-right: 12px solid rgba(0,0,0,0);
    border-bottom: 13px solid #fff
}

.bx-sb-04-b24-price-table [data-sb-tooltip][data-sb-tooltip-opened] {
    display: block
}

.bx-sb-04-b24-price-table.equal .bx-sb-04-b24-price-table__features_n-equal {
    display: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row.bx-sb-04-b24-price-table__features.subsection-hidden:not(.bx-sb-04-b24-price-table__features_section) {
    display: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-switch {
    display: none;
    align-items: center;
    flex-direction: column
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-switch__title {
    margin: 10px auto;
    color: #21bdee;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-switch__runner {
    display: block;
    position: relative;
    width: 44px;
    height: 24px;
    margin: 0 22px;
    font-size: 14px;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-switch__slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 2px solid #21bdee;
    border-radius: 12px;
    transition: .4s linear;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-switch__slide:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 3px;
    bottom: 2px;
    background-color: #21bdee;
    border-radius: 100%;
    -webkit-transition: .4s;
    transition: .4s
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-switch__runner.checked .bx-sb-04-b24-price-table-feature-switch__slide:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 15px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-header__title {
    margin-bottom: 15px;
    font-size: 19.2px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-archive {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-archive__title {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin: 10px;
    color: #21bdee;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-archive__title:hover {
    color: #21bdee;
    text-decoration: none;
    opacity: .7
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-archive__title_icon-1:before,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-archive__title_icon-2:before {
    content: "";
    display: block;
    margin-right: 10px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-archive__title_icon-1:before {
    width: 22px;
    height: 30px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAfCAYAAAD9cg1AAAAB8klEQVRIie2WP0gcQRSHv5PDkWCqqIUcJJBCtNJmggEhRSBRDFhJ7MTqrFLERmwDVsHWSiwstDFdSMBKJMFpTkNALFIEbPyDRBRkcp7K23tjxnPPRmzCPpjbmffN+72Z2d3bl8P5HeCAdGsDHgK/6vCnwDGwV4e3gPMbdaCwaZwv3cJLyZz6fCOvnUZgG8gpMsDHaKIFPgMn6mkGBiI+AbwHvHougA7pNKjjAXCENU+SBiNAIVpLO7AQ8QX1BSskMf/4kWpeJbg3yxJkCe5u+UihGedfaL87RbkQ8UIK78aF9yx5EROrJrDmD84vAaPqPwfmgX4dfwdeR/xAfcGWlYWFLalmtANrpm6syfl+ZbtAMYWH2FVgNe08s8c0S5Al+B8S5K+NnH8OPAZWsGa/hknl8UpHX7Hmbw1vBV4Cv7HmW3A3RBNmAKlxpERxON8VsSZgDRjWtqa+wLuSmGrstGpFO3D+ETAIdGLNGc6vA++AQ533BviJNWM6f059wWTuJNYs4rxobuH8h3gHoeC60Gul5gEQXo7G5Sgm6FRqNHLVHykdrZGPxayev5SKb4EhLcDkOyD3Rv7/ZWdiz4BeQM76C7AIfNJrj96HomjHqxzXclFKyD6s+XFFrDlVwRVtveoLfDOJqcaKhmjpNu6zuoaWS+swnRAL4ID2AAAAAElFTkSuQmCC")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-archive__title_icon-2:before {
    width: 32px;
    height: 26px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAaCAYAAADWm14/AAACn0lEQVRIicWWTYhNYRjHf8bkRb4WVhZMPhKllOa1G8RGUyRsdKVhIVmMsjM+hlKzwkZSE3c1G0WRj7oXI2Wm12dpotzUZIXZaHz0KtL7nue6x7nnk8F/cU/nnOd5/v//c859njOJOBhbAZYC32PvF0cr8BitNkczmwUYuxh4CdwALmdQrZfj7Yy4XcBqoA2t3mUJKAMbgDmSMJZY1tgz/qjVgZSY+UANeA9cisa2RIKd+xKwHXgFHMpwlgeuxgNgD7BXBCUIgMNAFa2GJHEfxs77beqAbDfQi1a3gIdAT7yAhvtef67VTeAJcPSP3Ws1KOdHfCcCroiAhvvh0LUe78DYRYWpw+7r0Oqe54BjvwqIum8kOOWDorwoou7DRndg7PJwB+Lc1+Eewc56Qk73C5rcN0w9Aq4BJwMBxi6Jdd9IGJaEEwU6cDzBfR2uO5swdpWbUOflZZuKsWsTEq4C/Ri7UV7OZBi7xncMDqbUc7gDnHUC1smFuzmctQPpAmCrvFunc9TzM/qt/79rdSXD2QvgTY6aT/0o12pZRr0twDmntCItSwtul+VUzSGg6mODnDQ4zooT0Ad0YmwpgdzthItAGa2yOxDElH1OkBtXs+Q5oa8FrUaA/cAFjD31c1YbqzDWrU8DWKA7h/s6uiXH+BquFjKcHIfjcpxajbSI6n5R5LbgKMaOA5+AAeA60IFW47npg9gOyR3wtYKao8LRKZyJ3wMLAZfwDK2+JBLlW8fTgJXATOA1WtXCt1tj1Ndkf08MAgNDSbWi6/if478LaH4EaTB2BjA3FDHL/xrbFro2hlYf/44A2CYzIYqu0HmXzIFciP8sT4KxU4DpGVGf0errxAowdgUwuZBY+IZWz7OC8j6C+8DsggI+yKd9MoAf6pTZq4mqlYgAAAAASUVORK5CYII=")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__epilogue_archive {
    display: flex;
    flex-direction: column;
    align-items: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__compare {
    margin: 49px 0 43px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue-compare {
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue-compare+.bx-sb-04-b24-price-table-epilogue-compare {
    margin-top: 20px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue-compare__button {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 16px 28px;
    background-color: #cfee52;
    border-radius: 30px;
    color: #262626;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transition: all .2s ease-in-out
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue-compare__button:hover {
    color: #262626;
    background-color: #cfff27
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__archive {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 45px;
    padding-top: 38px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__archive:not(:first-child) {
    border-top: 1px solid rgba(82,92,105,.1)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__description {
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__link {
    display: inline;
    border-bottom: 1px dashed #2066b0;
    color: #2066b0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__link:hover {
    color: #2066b0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__epilogue .bx-sb-04-b24-price-table-epilogue-compare_terms_link input {
    display: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__sale-rules {
    max-width: 980px;
    margin: 30px auto 0;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__epilogue .bx-sb-04-b24-price-table-epilogue-compare_terms_link:has(input[type=checkbox]:not(:checked))~.bx-sb-04-b24-price-table-epilogue__sale-rules {
    display: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__conditions {
    margin: 30px auto 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__conditions:first-child {
    margin-top: 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__runner {
    position: absolute;
    display: none;
    width: calc(100% - 12px);
    height: 0;
    left: 50%;
    margin: 0 auto;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 18px;
    transform: translateX(-50%);
    transition: opacity .1ms ease-in-out,top .13ms ease-in-out;
    opacity: 0;
    z-index: -1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__runner[data-sb-runner-active] {
    border-color: rgba(33,189,238,.5);
    opacity: 1
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-order__content {
        position:relative
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-order__content .bx-sb-04-b24-price-table-order__button {
        display:inline-block
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-order__content .portal-buy-button-tooltip__window {
        position:static
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-order__content .portal-buy-button-tooltip-window {
        top:auto;
        bottom: calc(100% + 10px)
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-order__content .portal-buy-button-tooltip-window__overlay {
    display: none
}

.bx-sb-slide-panel {
    width: 100%;
    height: 100%
}

.bx-sb-slide-panel .bx-sb-slide-panel__frame-body,.bx-sb-slide-panel .bx-sb-slide-panel__frame {
    width: 100%;
    height: 100%
}

/* End */
/* Start:/local/components/sb/price.table.bitrix24/templates/default.prices.table.v4/style.media.min.css?174436812113565*/
.bx-sb-04-b24-price-table {
    width: calc(100% + 60px);
    margin: 0 -30px
}

@media(min-width: 1250px) {
    .bx-sb-04-b24-price-table {
        width:100%;
        margin: 0 -15px
    }
}

@media(min-width: 1250px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__outer {
        max-width:1110px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__inner {
    padding: 0 35px 0 30px
}

@media(min-width: 1380px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__inner {
        padding:0 44px
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row {
        justify-content:space-between;
        flex-direction: row
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__sidebar {
        flex-basis:260px;
        max-width: 260px;
        padding-right: 15px
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__body {
        width:auto;
        flex-basis: calc(100% - 260px);
        max-width: calc(100% - 260px)
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col {
        flex-direction:row;
        align-items: stretch;
        flex-wrap: wrap
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col {
        flex-wrap:nowrap
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column {
        width:100%
    }
}

@media(max-width: 991.98px) {
    .bx-sb-04-b24-price-table_wobbler .bx-sb-04-b24-price-table__columns {
        transform:none !important
    }
}

@media(max-width: 991.98px) {
    .bx-sb-04-b24-price-table_wobbler .bx-sb-04-b24-price-table__columns .bx-sb-04-b24-price-table__column {
        opacity:1 !important
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table_wobbler[data-sb-b24-price-wobbler=PROJECT]:not([data-wobbler-animation]) .bx-sb-04-b24-price-table__column[data-sb-column=ENT],.bx-sb-04-b24-price-table_wobbler[data-sb-b24-price-wobbler=ENT]:not([data-wobbler-animation]) .bx-sb-04-b24-price-table__column[data-sb-column=PROJECT] {
        height:0;
        visibility: hidden;
        overflow: hidden
    }
}

@media (min-width: 992px) {
    .bx-sb-04-b24-price-table_count_4 .bx-sb-04-b24-price-table__column, .bx-sb-04-b24-price-table_count_4 .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
        flex-basis: 25%;
        max-width: 25%;
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
        flex-basis:auto;
        max-width: 50%
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
        margin-bottom:0
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table_count_1 .bx-sb-04-b24-price-table__column,.bx-sb-04-b24-price-table_count_1 .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
        flex-basis:100%;
        max-width: 100%
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table_count_2 .bx-sb-04-b24-price-table__column,.bx-sb-04-b24-price-table_count_2 .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
        flex-basis:50%;
        max-width: 50%
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table_count_3 .bx-sb-04-b24-price-table__column,.bx-sb-04-b24-price-table_count_3 .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
        flex-basis:33%;
        max-width: 33%
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table_count_4 .bx-sb-04-b24-price-table__column,.bx-sb-04-b24-price-table_count_4 .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
        flex-basis:25%;
        max-width: 25%
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table_count_5 .bx-sb-04-b24-price-table__column,.bx-sb-04-b24-price-table_count_5 .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
        flex-basis:20%;
        max-width: 20%
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row .bx-sb-04-b24-price-table__columns,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row .bx-sb-04-b24-price-table__column {
        height:100%
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column:first-child {
        margin-left:0
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column:last-child {
        margin-right:0
    }
}

@media(max-width: 991.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column[data-sb-column=PROJECT] {
        display:none
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns:has(.bx-sb-04-b24-price-table__header>.bx-sb-04-b24-price-table-header>.bx-sb-04-b24-price-table-header__popular-label) .bx-sb-04-b24-price-table__header {
        padding-top:50px
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns:has(.bx-sb-04-b24-price-table__header>.bx-sb-04-b24-price-table-header>.bx-sb-04-b24-price-table-header__popular-label) .bx-sb-04-b24-price-table__header:has(>.bx-sb-04-b24-price-table-header>.bx-sb-04-b24-price-table-header__popular-label) {
        padding-top:20px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__title {
    font-size: 20px;
    font-size: 20px
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__title {
        font-size:16px
    }
}

@media(min-width: 1117px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__title {
        font-size:18px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__value {
    min-height: 26px
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__value {
        min-height:16px;
        white-space: nowrap
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__message,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__value span {
    font-size: 21px
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__message,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__value span {
        font-size:18px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__discount {
    font-size: 14px
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__discount {
        font-size:12px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__description {
    font-size: 12px
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__description {
        font-size:10px
    }
}

@media(max-width: 1249.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers .bx-sb-04-b24-price-table-wobblers__section {
        padding:4px 14px 6px
    }
}

@media(max-width: 1249.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers .bx-sb-04-b24-price-table-wobblers__message {
        font-size:14px
    }
}

@media(min-width: 1380px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_previous,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_next {
        transform:rotate(90deg)
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue {
        justify-content:space-between;
        flex-direction: row
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__section:not(:first-child) {
        margin-top:0
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__title {
    margin-top: 26px;
    margin-bottom: 26px;
    text-align: center
}

@media(max-width: 991.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__title {
        margin-top:16px;
        margin-bottom: 9px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1
}

@media(max-width: 991.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__title {
        font-size:26px
    }
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__title {
        font-size:24px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__subtitle {
    margin-top: 14px
}

@media(max-width: 991.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__subtitle {
        margin-top:8px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__description {
    margin-top: 14px;
    color: #828b95;
    font-size: 18px
}

@media(max-width: 991.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__description {
        margin-top:8px;
        font-size: 16px
    }
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__description {
        font-size:14px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__description br {
    content: "";
    padding-right: .5ch
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply {
        justify-content:normal
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__list .bx-sb-04-b24-price-table-supply__list {
    margin-left: 19px
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__list .bx-sb-04-b24-price-table-supply__list {
        margin-left:10px
    }
}

@media(min-width: 1380px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__list .bx-sb-04-b24-price-table-supply__list {
        margin-left:19px
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__inner {
        align-items:stretch
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message {
    font-size: 15px;
    font-size: 15px
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message {
        font-size:12px
    }
}

@media(min-width: 1380px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message {
        font-size:13.6px
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message_empty {
        display:block
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__list>.bx-sb-04-b24-price-table-supply__list .bx-sb-04-b24-price-table-supply__message_empty {
        display:block
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-archive {
        flex-direction:row
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-archive__description {
        margin-right:10px;
        margin-bottom: 0
    }
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-switcher__button {
        padding:8px 18px;
        font-size: 12px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector-discount {
    z-index: 0
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector-discount {
        display:flex;
        flex-direction: column;
        align-items: flex-end;
        left: auto;
        right: 0;
        bottom: 41px
    }
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector-discount:after {
        width:32px;
        height: 18px;
        transform: rotate(-17deg)
    }
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector-discount__message {
        margin-bottom:7px;
        font-size: 12px;
        transform: skewX(-5deg) translateX(20%)
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector {
        flex-direction:row
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector__switcher:has(+.bx-sb-04-b24-price-table-selector-discount) .bx-sb-04-b24-price-table-switcher-message {
        margin-bottom:15px
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector__description {
        margin-right:10px;
        margin-bottom: 0
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] {
        min-width:160px
    }
}

@media(min-width: 1117px) {
    .bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] {
        min-width:180px
    }
}

@media(min-width: 576px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__inner {
        width:calc(100% - 80px);
        max-width: 500px
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__inner {
        max-width:1012px;
        padding: 17px 20px
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__close {
        top:-22px;
        right: -22px
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control {
        display:flex
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control_column {
        display:none
    }
}

@media(min-width: 576px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control__nav_next,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control__nav_prev {
        width:40px;
        height: 100px
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control__nav_next,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control__nav_prev {
        width:55px;
        height: 144px
    }
}

@media(max-width: 991.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup [style*="--bx-sb-popup-product-number"] .bx-sb-04-b24-price-table-window__column[style*="--bx-sb-popup-column-number"] {
        max-width:calc(100%*(1 + var(--sgn)));
        padding: 0 calc(2*var(--sgn, 1)*1px);
        overflow: hidden
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__prologue .bx-sb-04-b24-price-table-window__row {
        flex-direction:row
    }
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__prologue .bx-sb-04-b24-price-table-window__row .bx-sb-04-b24-price-table-window__sidebar {
        flex:1 0 auto;
        max-width: 100%;
        margin: 0 auto 10px;
        text-align: center
    }
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__order .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-window__sidebar {
        display:none
    }
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__order .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-window__body {
        margin:0 auto
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar {
        flex-basis:200px;
        max-width: 200px;
        margin-left: 19px;
        margin-right: 15px
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__body {
        width:auto;
        flex-basis: calc(100% - 234px);
        max-width: calc(100% - 234px)
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__product {
        display:inline-block
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__runner {
        display:block;
        max-width: 1238px
    }
}

@media(min-width: 1380px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__runner {
        max-width:1338px
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__wobblers {
        display:block
    }
}

/* End */
/* Start:/bitrix/templates/bitrix24_2017/css/round.popup.window.min.css?1695121481961*/
.round-popup-window {
    z-index: 1
}

.round-popup-window .round-popup-window__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38,38,38,0.5);
    transition: all 0.2s ease-in-out;
    z-index: 1
}

.round-popup-window .round-popup-window__popup {
    position: relative;
    padding: 20px 30px;
    background-color: #fff;
    border: 1px solid #f1efef;
    border-radius: .625rem;
    color: #262626;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    z-index: 2
}

.round-popup-window .round-popup-window__close {
    position: absolute;
    width: 9px;
    height: 9px;
    top: 8px;
    right: 9px;
    cursor: pointer
}

.round-popup-window .round-popup-window__close:before,.round-popup-window .round-popup-window__close:after {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 1px;
    top: 50%;
    left: 50%;
    background-color: #626262
}

.round-popup-window .round-popup-window__close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.round-popup-window .round-popup-window__close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

/* End */
/* Start:/bitrix/templates/bitrix24_2017/css/portal.buy.button.window.min.css?17216521584505*/
.portal-buy-button-tooltip__window {
    position: relative;
    z-index: 8
}

.portal-buy-button-tooltip-window {
    position: absolute;
    top: 10px;
    right: 0;
    color: #262626;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5
}

@media (max-width: 991.98px) {
    .portal-buy-button-tooltip-window {
        position:fixed;
        width: 100%;
        height: 100%;
        top: 0
    }
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__overlay {
    display: none
}

@media (max-width: 991.98px) {
    .portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__overlay {
        display:block
    }
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__popup {
    min-width: 300px;
    max-width: 100%
}

@media (max-width: 991.98px) {
    .portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__popup {
        max-width:300px;
        max-height: 90%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        overflow-y: auto
    }
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__content {
    font-size: .75rem
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__content:dir(ltr) {
    text-align: left
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__content:dir(rtl) {
    text-align: right
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__description {
    margin-bottom: 20px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__button {
    margin-top: 20px
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__button .bx-ui-button {
    font-size: .75rem
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__footer .portal-buy-button-tooltip-window__description {
    margin-bottom: 0
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__footer .portal-buy-button-tooltip-window__description_gray {
    color: #adb5bd;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__footer .portal-buy-button-tooltip-window__description_gray a {
    color: #00aeef
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__footer .portal-buy-button-tooltip-window__description_gray a:hover {
    color: #68ddff
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__footer {
    margin-top: 20px
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__subtitle {
    margin-bottom: 5px;
    color: #adb5bd;
    line-height: 1.5
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__subtitle_uppercase {
    text-transform: uppercase
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__portals {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ced4da
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__list {
    display: flex;
    flex-direction: column;
    max-height: 200px;
    overflow-y: auto
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__list {
    font-weight: 500
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__list .portal-buy-button-tooltip-window__link {
    white-space: nowrap
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__list .portal-buy-button-tooltip-window__link:not(:last-child) {
    margin-bottom: 5px
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__link {
    color: #00aeef
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__link:hover {
    color: #68ddff
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__link {
    display: inline-block;
    font-size: .875rem;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__link_success {
    border-bottom: 2px solid #b7db2a;
    color: #b7db2a
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__link_success:hover {
    border-bottom: 2px solid #bdf300;
    color: #bdf300
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__input-section {
    margin-top: 20px
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__input {
    max-width: 100%;
    border: 2px solid #dee2e6;
    border-radius: .375rem;
    color: #6c757d;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    outline: none
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__input:dir(ltr) {
    padding: 11px 50px 10px 24px
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__input:dir(rtl) {
    padding: 11px 24px 10px 50px
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__footer .portal-buy-button-tooltip-window__link {
    font-size: .75rem
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__footer .bx-ui-button {
    display: block
}

/* End */
/* Start:/bitrix/templates/bitrix24_2017/css/include/bitrix24/page/prices/content.middle.subscription.section.min.css?16443256074977*/
.content-middle-subscription-product-section {
    box-sizing: border-box
}

.content-middle-subscription-product-section * {
    box-sizing: border-box
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 15px
}

@media (min-width: 768px) {
    .content-middle-subscription-product-section .content-middle-subscription-product-section__inner {
        padding:0 20px
    }
}

@media (min-width: 992px) {
    .content-middle-subscription-product-section .content-middle-subscription-product-section__inner {
        align-items:normal;
        flex-direction: row;
        padding: 0 27px
    }
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__inner.content-middle-subscription-product-section__inner_gray {
    padding-top: 30px;
    background-color: #fafafa;
    border-radius: 18px
}

@media (min-width: 992px) {
    .content-middle-subscription-product-section .content-middle-subscription-product-section__inner.content-middle-subscription-product-section__inner_gray {
        padding-top:55px
    }
}

@media (min-width: 992px) {
    .content-middle-subscription-product-section .content-middle-subscription-product-section__inner.content-middle-subscription-product-section__inner_align-center {
        align-items:center
    }
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__inner:not(.content-middle-subscription-product-section__inner_align-center) .content-middle-subscription-product-section__content {
    margin: 0
}

@media (min-width: 992px) {
    .content-middle-subscription-product-section .content-middle-subscription-product-section__inner:not(.content-middle-subscription-product-section__inner_align-center) .content-middle-subscription-product-section__content {
        margin:0 15px 45px
    }
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__label {
    margin-bottom: 5px;
    color: #00aeef;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__header {
    margin-bottom: 21px;
    font-size: 1.5rem;
    line-height: 1.2
}

@media (min-width: 992px) {
    .content-middle-subscription-product-section .content-middle-subscription-product-section__header {
        font-size:2.1rem
    }
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__message {
    margin-bottom: 25px;
    font-size: .875rem;
    line-height: 1.4
}

@media (min-width: 992px) {
    .content-middle-subscription-product-section .content-middle-subscription-product-section__message {
        margin-right:60px;
        font-size: 1rem
    }
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__button {
    margin-bottom: 25px
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 1rem;
    font-size: .875rem
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__link.bx-ui-button_primary {
    border: 2px solid #00aeef
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__link.bx-ui-button_primary:hover {
    border-color: #68ddff
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__media {
    display: flex;
    align-items: flex-end;
    margin: 0
}

@media (min-width: 992px) {
    .content-middle-subscription-product-section .content-middle-subscription-product-section__media {
        flex:1 0 auto;
        justify-content: center;
        margin: 0 15px
    }
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__picture {
    display: block;
    max-width: 100%
}

@media (min-width: 768px) {
    .content-middle-subscription-product-section .content-middle-subscription-product-section__picture {
        max-width:365px
    }
}

@media (min-width: 768px) {
    .content-middle-subscription-product-section .content-middle-subscription-product-section__picture.content-middle-subscription-product-section__picture_large {
        max-width:500px
    }
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__inner:not(.content-middle-subscription-product-section__inner_align-center) .content-middle-subscription-product-section__media+.content-middle-subscription-product-section__content {
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .content-middle-subscription-product-section .content-middle-subscription-product-section__inner:not(.content-middle-subscription-product-section__inner_align-center) .content-middle-subscription-product-section__media+.content-middle-subscription-product-section__content {
        margin-bottom:45px
    }
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__list ul.bx-ui-list {
    line-height: 1.6
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__list ul.bx-ui-list li {
    margin-bottom: 10px
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__list ul.bx-ui-list li:before {
    top: .625em;
    padding: .1675em;
    margin-left: -1em;
    margin-right: .5em;
    background-color: #89dcf6
}

/* End */
/* Start:/bitrix/templates/bitrix24_2017/css/include/types/bitrix24/prices/content.subscription.tables.min.css?17418614112216*/
.content-subscription-tables {
    box-sizing: border-box
}

.content-subscription-tables * {
    box-sizing: border-box
}

.content-subscription-tables .content-subscription-tables__table {
    margin-top: 45px
}

.content-subscription-tables .content-subscription-tables__notification {
    position: relative;
    padding: 50px 15px 0;
    margin-bottom: 20px;
    text-align: center
}

.content-subscription-tables .content-subscription-tables__notification:before {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    left: 50%;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAulBMVEVHcEwAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/L///8An/K44vvW7v0ApfOp3PoHsfW95PuL0PllxPfG6Px+zPiY1fqX1fqU1Pp6yvhsxfeCzflBufVewvf3/P5PvfZdwfdNvPb+///p9f3B5fxFuva34vvw+P7j8/2q3foArfSm2/oAsfUAsPUAovIAo/NMvfYAp/MAq/SSKXaQAAAAFXRSTlMA9BHFHfVkCqSu6Dq4hyniwyidadPVE5qcAAABb0lEQVRIx6WW6ZaCMAyFiyAIym6jDM44+77v6/u/1iAwHCVJkc792Z7vnCa5TSIEUpwmkWcAGF6UpLHoVOCHsKHQD5TAeAKEJmMWsFxg5Fo0YQ+B1dAmAGcESo2cNjEwoUPmoEVMoVPTDcYxYQuZ62/DcbyfHp5kKJ61XCFi/0ZKefvWPm7yZqHsnslSTx/tXP/VB1fwoULkJapp7RIc6LxGjtFN5R3CV3c1coX9VnqXSOd5RTxm+Grla58qweuKuLgnbvwCCcmyXT8vjl6oi7D4g9BTsUj7IqlI+iKJiPDh7rzWAYVEwsOHO3VV5IxCPGH0RQxBHH5m2YJHQNAxzlSI0RcxqPDViEclWY1ETCkVSMIYRoGkjC0VSMyYn0dC7ovxiM98ZAUSkO3iJ8+XJbLM82+qXeCm1Niy0B7ZlFDrUyAu02CbL1boi26wRBtnZKuGBT38/jeSNAafznjVGeI6q4LWQqKz9mgtV1utcL8ww6sp9mAEIQAAAABJRU5ErkJggg==");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    transform: translateX(-50%)
}

.content-subscription-tables .content-subscription-tables__title {
    max-width: 600px;
    margin: 14px auto 0;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2
}

@media(min-width: 992px) {
    .content-subscription-tables .content-subscription-tables__title {
        font-size:1.625rem;
        line-height: 1.23
    }
}

.content-subscription-tables .content-subscription-tables__description {
    margin-top: 16px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4
}

@media(min-width: 992px) {
    .content-subscription-tables .content-subscription-tables__description {
        line-height:1.75
    }
}

.content-subscription-tables .content-subscription-tables__description a {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    line-height: 1.25
}

/* End */
/* Start:/bitrix/templates/bitrix24_2017/css/include/types/bitrix24/content.user.market.big.review.section.block.min.css?17418614113538*/
.content-user-market-big-review-section-block {
    position: relative;
    box-sizing: border-box
}

.content-user-market-big-review-section-block * {
    box-sizing: border-box
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__inner {
    max-width: 1044px;
    margin: 0 auto;
    padding: 0 15px
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__card {
    display: flex;
    flex-direction: column;
    gap: 24px 80px;
    padding: 36px 24px 28px;
    border: 2px solid #04adef;
    border-radius: 24px
}

@media(min-width: 992px) {
    .content-user-market-big-review-section-block .content-user-market-big-review-section-block__card {
        flex-direction:row;
        padding: 36px 46px 28px
    }
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2
}

@media(min-width: 992px) {
    .content-user-market-big-review-section-block .content-user-market-big-review-section-block__title {
        font-size:2rem;
        line-height: 1.23
    }
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__message {
    margin-top: 21px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4
}

@media(min-width: 992px) {
    .content-user-market-big-review-section-block .content-user-market-big-review-section-block__message {
        font-size:1rem;
        line-height: 1.5
    }
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__message p:not(:last-child) {
    margin-bottom: 10px
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__message a {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    line-height: 1.25
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__media {
    flex: 1 0 188px
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__picture {
    position: relative;
    display: inline-flex
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__picture:before {
    content: "";
    position: absolute;
    top: 44px;
    right: -38px;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAZlBMVEVHcEwAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/L///8An/IHsfUArPTk8/1wx/h4yvgAp/NnxPf3+/4AsPUAovLo9f0Ao/P6/f/i8v4AsfW84/vw+f5iw/f+///x3t24AAAADXRSTlMAqPAN3YAJ9C/8X9pCSaMedAAAAOVJREFUSMft1skOgjAUheEDlBkOouAAOL3/S7pALYn0QuuWfwVJv7AhvRcYCzJPpTSWKi8LMC0KfS7mh5EWSc5V5clHFDFXFhfvb6wWZJwAQJTTojwCENKqEAh8O+IHyGhZBs+WeFD6pdsZ6/QpBf2XtMfS2LHV/w6+j01fCvXN96AmVSlWbWQjG/mLXGVynSHniyQu5xnC022o6/r+OVRPGm4nzpGxw1vsjReZiZiFiQjCQCQxT0RBpL9EFun0GidJPp6yoPodFs3isHAYSQ6Dz2G8ugxxh1XBZSFxWXtcliu7Fe4FDm2AQ0IgkD0AAAAASUVORK5CYII=");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__img {
    width: 140px;
    height: 140px;
    background-color: #dedede;
    border-radius: 30px
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__description {
    margin-top: 4px
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__name,.content-user-market-big-review-section-block .content-user-market-big-review-section-block__position {
    font-size: .875rem
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__name {
    font-weight: 600
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__position {
    line-height: 1.25;
    opacity: .6
}

/* End */
/* /local/components/sb/price.table.bitrix24/templates/default.prices.table.v4/style.min.css?174436812184163 */
/* /local/components/sb/price.table.bitrix24/templates/default.prices.table.v4/style.media.min.css?174436812113565 */
/* /bitrix/templates/bitrix24_2017/css/round.popup.window.min.css?1695121481961 */
/* /bitrix/templates/bitrix24_2017/css/portal.buy.button.window.min.css?17216521584505 */
/* /bitrix/templates/bitrix24_2017/css/include/bitrix24/page/prices/content.middle.subscription.section.min.css?16443256074977 */
/* /bitrix/templates/bitrix24_2017/css/include/types/bitrix24/prices/content.subscription.tables.min.css?17418614112216 */
/* /bitrix/templates/bitrix24_2017/css/include/types/bitrix24/content.user.market.big.review.section.block.min.css?17418614113538 */


/* Start:/local/components/sb/price.table.bitrix24/templates/default.prices.table.v4/style.min.css?174436812184163*/
.bx-sb-b24-price-table-disable-scrollbar {
    overflow: hidden
}

.bx-sb-04-b24-price-table {
    color: #262626;
    font-family: "Montserrat","Open Sans","Helvetica Neue",Verdana,"Helvetica CY","Nimbus Sans L",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    box-sizing: border-box
}

.bx-sb-04-b24-price-table * {
    box-sizing: border-box
}

.bx-sb-04-b24-price-table a {
    color: #00aeef;
    background-color: rgba(0,0,0,0);
    text-decoration: none
}

.bx-sb-04-b24-price-table a:hover {
    color: #68ddff
}

.bx-sb-04-b24-price-table_wobbler {
    overflow-x: clip
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__outer {
    position: relative;
    max-width: 1055px;
    width: 100%;
    margin: 0 auto
}

.bx-sb-04-b24-price-table.bx-sb-04-b24-price-table_count_5 .bx-sb-04-b24-price-table__outer {
    max-width: 1380px
}

.bx-sb-04-b24-price-table.bx-sb-04-b24-price-table_portal .bx-sb-04-b24-price-table__outer {
    margin: 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__inner {
    padding: 0 36px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__content {
    display: flex;
    justify-content: center;
    max-width: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row.bx-sb-04-b24-price-table__row_mobile {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__sidebar,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row.bx-sb-04-b24-price-table__row_mobile .bx-sb-04-b24-price-table__sidebar {
    position: relative;
    flex: 1 0 auto;
    max-width: 100%;
    width: 100%;
    padding-right: 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__sidebar.bx-sb-04-b24-price-table__sidebar_center .bx-sb-04-b24-price-table-feature-sidebar {
    display: flex;
    justify-content: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__body,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row.bx-sb-04-b24-price-table__row_mobile .bx-sb-04-b24-price-table__body {
    flex: 1 0 auto;
    max-width: 100%;
    width: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns {
    display: flex;
    max-width: 100%;
    flex: 1 0 auto
}

.bx-sb-04-b24-price-table:not(.bx-sb-04-b24-price-table_wobbler) .bx-sb-04-b24-price-table__columns {
    justify-content: center
}

.bx-sb-04-b24-price-table_wobbler[data-sb-b24-wobbler-start][data-sb-b24-price-wobbler=ENT] .bx-sb-04-b24-price-table__columns {
    justify-content: flex-end
}

.bx-sb-04-b24-price-table_wobbler[data-wobbler-animation] .bx-sb-04-b24-price-table__columns {
    transition: transform 250ms linear
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col {
    flex-direction: column;
    align-items: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column {
    flex: 1 0;
    min-width: auto;
    max-width: 260px;
    margin: 0 5px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
    padding: 5px;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 24px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column_border {
    border-color: #1ec6fa
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column_aquamarine.bx-sb-04-b24-price-table__column_border {
    border-color: #00d0d4
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
    max-width: 420px;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column_col {
    display: flex;
    flex-direction: column
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row .bx-sb-04-b24-price-table__columns,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row .bx-sb-04-b24-price-table__column {
    height: auto
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column_round_top {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row:last-child:not(.bx-sb-04-b24-price-table__features_header) .bx-sb-04-b24-price-table__column {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
    border-radius: 18px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table__background {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: rgba(202,242,255,.45)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table__background {
    border-radius: 14px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table__background {
    background-color: rgba(207,247,50,.2)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column_aquamarine .bx-sb-04-b24-price-table__background {
    background-color: rgba(49,247,237,.2)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__select {
    width: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__header,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__user,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__price,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__order,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__storage {
    padding-left: 10px;
    padding-right: 10px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__supply {
    padding-left: 8px;
    padding-right: 8px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__header {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 25px;
    padding-bottom: 17px;
    background-color: rgba(33,189,238,.15);
    border-radius: 14px 14px 3px 3px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__wobblers {
    display: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers {
    position: relative;
    z-index: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers .bx-sb-04-b24-price-table-wobblers__position {
    position: absolute;
    display: none;
    width: 0;
    height: 0;
    top: 117px
}

.bx-sb-04-b24-price-table[data-sb-b24-price-wobbler=ENT] .bx-sb-04-b24-price-table-wobblers__position_previous {
    display: block
}

.bx-sb-04-b24-price-table:not([data-sb-b24-price-wobbler=ENT]) .bx-sb-04-b24-price-table-wobblers__position_next {
    display: block
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_previous {
    right: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_next {
    left: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_previous,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_next {
    transform: rotate(90deg) scale(0.8)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers .bx-sb-04-b24-price-table-wobblers__section {
    display: inline-flex;
    align-items: center;
    min-width: 170px;
    padding: 8px 14px 8px;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_previous .bx-sb-04-b24-price-table-wobblers__section {
    background-color: #9dc400;
    border-radius: 0 0 10px 10px;
    transform: translateY(-7px)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_next .bx-sb-04-b24-price-table-wobblers__section {
    background-color: #21bdee;
    border-radius: 10px 10px 0 0;
    transform: translateY(-100%)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers .bx-sb-04-b24-price-table-wobblers__icon {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im0xMS4zNDUgOS44NzQgNC40NzQgNC43MDlhMSAxIDAgMCAxIDAgMS4zNzdsLS40My40NTNhMSAxIDAgMCAxLTEuNDUgMEw3LjEgOS4yMTVhMSAxIDAgMCAxIDAtMS4zNzdMMTMuOTM4LjY0YTEgMSAwIDAgMSAxLjQ1IDBsLjQzLjQ1M2ExIDEgMCAwIDEgMCAxLjM3N2wtNC40NzMgNC43MS0uNjM2LjY0NWExIDEgMCAwIDAgMCAxLjQwNGwuNjM2LjY0NXptLTYuODI0IDAgNC40NzQgNC43MDlhMSAxIDAgMCAxIDAgMS4zNzdsLS40My40NTNhMSAxIDAgMCAxLTEuNDUgMEwuMjc3IDkuMjE1YTEgMSAwIDAgMSAwLTEuMzc3TDcuMTE1LjY0YTEgMSAwIDAgMSAxLjQ1IDBsLjQzLjQ1M2ExIDEgMCAwIDEgMCAxLjM3N0w0LjUyMSA3LjE4bC0uNjM2LjY0NWExIDEgMCAwIDAgMCAxLjQwNGwuNjM2LjY0NXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_previous .bx-sb-04-b24-price-table-wobblers__icon {
    transform: rotate(-90deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_next .bx-sb-04-b24-price-table-wobblers__icon {
    transform: rotate(90deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers .bx-sb-04-b24-price-table-wobblers__content {
    padding-left: 10px;
    color: #fff;
    font-weight: 600;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers .bx-sb-04-b24-price-table-wobblers__label {
    font-size: 12px;
    opacity: .67
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers .bx-sb-04-b24-price-table-wobblers__message {
    font-size: 16px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table__header {
    background-color: rgba(169,212,0,.23)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_aquamarine .bx-sb-04-b24-price-table__header {
    background-color: rgba(0,208,212,.23)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__user {
    padding-top: 8px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-search-section[data-sb-section-search]:not([data-sb-selected]) {
    display: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__price {
    padding-top: 12px;
    padding-bottom: 5px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-price__message,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-price__value {
    color: #0050af
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-price__content.bx-sb-04-b24-price-table-price__content_color_red .bx-sb-04-b24-price-table-price__value {
    color: #f93000
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-price__content.bx-sb-04-b24-price-table-price__content_color_red .bx-sb-04-b24-price-table-price__base {
    text-decoration-color: #f93000
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-price__message,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-price__value {
    color: #7c9b00
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__order {
    padding-top: 22px;
    padding-bottom: 20px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__storage {
    padding-top: 10px;
    padding-bottom: 20px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__storage[data-sb-hover] {
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__supply {
    height: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__supply:before {
    content: "";
    display: block;
    width: 82%;
    height: 1px;
    margin: auto;
    background-color: rgba(47,198,246,.22)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-supply__message_icon-0:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDBhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMSAwIDAtMTJINnptMCAxYTUgNSAwIDEgMCAwIDEwaDE3YTUgNSAwIDEgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PC9zdmc+")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-supply__message_icon-1:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48L3N2Zz4=")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-supply__message_icon-2:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48cmVjdCB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiMyNzkxQjMiIGZpbGwtb3BhY2l0eT0iLjgxIi8+PC9zdmc+")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-supply__message_icon-3:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zek0yNiA3YTMgMyAwIDAgMS0zIDNoLTMuOTNhLjA3LjA3IDAgMCAxLS4wNy0uMDdWNC4wN2EuMDcuMDcgMCAwIDEgLjA3LS4wN0gyM2EzIDMgMCAwIDEgMyAzeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48cmVjdCB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiMyNzkxQjMiIGZpbGwtb3BhY2l0eT0iLjgxIi8+PC9zdmc+")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table__supply:before {
    background-color: rgba(178,200,91,.22)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-supply__message_icon-0:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDBhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMSAwIDAtMTJINnptMCAxYTUgNSAwIDEgMCAwIDEwaDE3YTUgNSAwIDEgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PC9zdmc+")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-supply__message_icon-1:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-supply__message_icon-2:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjxyZWN0IG9wYWNpdHk9Ii45IiB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-supply__message_icon-3:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3pNMjYgN2EzIDMgMCAwIDEtMyAzaC0zLjkzYS4wNy4wNyAwIDAgMS0uMDctLjA3VjQuMDdhLjA3LjA3IDAgMCAxIC4wNy0uMDdIMjNhMyAzIDAgMCAxIDMgM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjxyZWN0IG9wYWNpdHk9Ii45IiB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-supply__container[data-sb-hover]:hover .bx-sb-04-b24-price-table-supply__message:not(.bx-sb-04-b24-price-table-supply__message_empty),.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-supply__message[data-sb-hover]:hover:not(.bx-sb-04-b24-price-table-supply__message_empty),.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-supply__message_tooltip:hover:not(.bx-sb-04-b24-price-table-supply__message_empty) {
    background-color: rgba(33,189,238,.2)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-supply__container[data-sb-hover]:hover .bx-sb-04-b24-price-table-supply__message:not(.bx-sb-04-b24-price-table-supply__message_empty),.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-supply__message[data-sb-hover]:hover:not(.bx-sb-04-b24-price-table-supply__message_empty),.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-supply__message_tooltip:hover:not(.bx-sb-04-b24-price-table-supply__message_empty) {
    background-color: rgba(163,205,0,.2)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__prologue {
    margin-bottom: 20px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 10px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue.bx-sb-04-b24-price-table-prologue_column {
    justify-content: center;
    flex-direction: column
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__section {
    margin-left: 5px;
    margin-right: 5px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__section:not(:first-child) {
    margin-top: 20px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__section:has(>.bx-sb-04-b24-price-table-selector),.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__section:has(>.bx-sb-04-b24-price-table-prologue-information) {
    width: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__section:has(>.bx-sb-04-b24-price-table-prologue-information) {
    display: flex
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__title {
    margin-bottom: 18px;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title {
    font-weight: 400;
    line-height: 1.2
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__title {
    font-size: 26px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__subtitle {
    margin-top: 10px;
    font-size: 16px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__description {
    margin-top: 10px;
    font-size: 20px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header {
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__popular-label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #21bdee;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__popular-label:before {
    content: "";
    display: block;
    width: 12px;
    height: 11px;
    margin-right: 8px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDIxYS43NTIuNzUyIDAgMCAxLS40OTQtLjE4M2MtMS4wMzUtLjg5OC0yLjAzMi0xLjc0LTIuOTEtMi40ODJDMy40MTggMTMuOTYzIDAgMTEuMDc1IDAgNi44NTMgMCAyLjk0NyAyLjc0IDAgNi4zNzUgMGMxLjMwMiAwIDIuNDk3LjQwOSAzLjU0OSAxLjIxNiAxLjAwOS43NzMgMS42OCAxLjc1OCAyLjA3NiAyLjQ3NS4zOTYtLjcxNyAxLjA2Ny0xLjcwMiAyLjA3Ni0yLjQ3NUE1LjcxMyA1LjcxMyAwIDAgMSAxNy42MjUgMEMyMS4yNTkgMCAyNCAyLjk0NiAyNCA2Ljg1M2MwIDQuMjIxLTMuNDIgNy4xMS04LjU5NSAxMS40ODEtLjg4Ljc0My0xLjg3NiAxLjU4NC0yLjkxMSAyLjQ4MkEuNzUyLjc1MiAwIDAgMSAxMiAyMXoiIGZpbGw9IiMyMUJERUUiIGZpbGwtb3BhY2l0eT0iLjciLz48L3N2Zz4=");
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__title {
    font-weight: 600;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__title.bx-sb-04-b24-price-table-header__title_sup {
    position: relative;
    top: -6px;
    font-size: 10px;
    line-height: 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__title.bx-sb-04-b24-price-table-header__title_md {
    font-size: 16px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row.bx-sb-04-b24-price-table__features .bx-sb-04-b24-price-table-header__title {
    font-size: 14px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row.bx-sb-04-b24-price-table__features_header {
    display: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__description {
    min-height: 40px;
    max-width: 290px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    color: #919191;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__description a {
    color: #0050af;
    border-bottom: 1px solid
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user {
    min-height: 60px;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__content {
    display: flex;
    align-items: center;
    justify-content: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__container.bx-sb-04-b24-price-table-user__container_bottom {
    padding-bottom: 16px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__icon {
    display: block;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__icon_fire {
    width: 17px;
    height: 22px;
    margin: 5px -4px 0 -21px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjI1IDEwLjVDOC4yNSA4LjU3NSA2Ljg1NjY3IDguODc5NSA1LjUgNi4xMjVDMy44OTY1MSA3LjA3MzQzIDIuODcyMTIgOC43MDMxNSAyLjc1IDEwLjVDMi44MzgzIDExLjg1NTggMy41MDAwNCAxMy4xMTkxIDQuNTgzMzMgMTRIMy45MzI1QzEuNjE0NzUgMTMuMTg5MiAwLjA1NDExOCAxMS4xMDU3IDAgOC43NUMwIDQuNzc3NSA0LjExNTgzIDEuMDYxMzggNi40MTY2NyAwQzUuOTc2NjcgMy42NjcxMiAxMSA0LjYyNjEyIDExIDkuNDA2MjVDMTEgMTIuNzk4NiA3LjA2NzUgMTQgNy4wNjc1IDE0SDYuNDE2NjdDNy41Njg1MSAxMy4xNzIgOC4yNDcxMyAxMS44NzY0IDguMjUgMTAuNVoiIGZpbGw9IiNGOTMwMDAiLz4KPC9zdmc+Cg==")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__icon_fire_unlimited {
    margin-top: 11px;
    margin-right: 4px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__message {
    font-size: 14px;
    font-weight: 600;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__message.bx-sb-04-b24-price-table-user__message_unlimited {
    padding-top: 16px;
    font-size: 16px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__value {
    padding-top: 4px;
    padding-bottom: 12px;
    font-size: 24px;
    font-weight: 600;
    line-height: 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__value.bx-sb-04-b24-price-table-user__value_select {
    padding: 6px;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 30px;
    line-height: .7
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__value.bx-sb-04-b24-price-table-user__value_select_pointer {
    font-size: 16px;
    line-height: 1;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__value.bx-sb-04-b24-price-table-user__value_select[data-sb-active] {
    border-color: #21bdee;
    cursor: default
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__epilogue {
    position: relative;
    top: 8px;
    line-height: 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__more {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 1px dashed;
    color: #262626;
    font-size: 8px;
    font-weight: 500;
    line-height: 0;
    text-decoration: none;
    opacity: .4;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__more:hover {
    color: #262626
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__select {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price {
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price.bx-sb-04-b24-price-table-price_description {
    min-height: 55px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__message,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__base,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__value,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__discount {
    position: relative;
    font-weight: 600
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__base {
    bottom: 7px;
    font-size: 12px;
    line-height: 0;
    text-decoration: line-through;
    opacity: .4
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__current {
    display: flex;
    align-items: center;
    justify-content: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__value {
    display: flex;
    align-items: baseline;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__message,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__value span {
    font-size: 21px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__value span {
    margin: 0 3px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__discount {
    display: inline-block;
    margin-left: 2px;
    padding: 12px 8px;
    background-color: rgba(207,247,50,.7);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 0;
    transform: skewX(-10deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__discount-value {
    transform: skewX(10deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__discount_sale {
    background-color: rgba(255,215,23,.7)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__epilogue {
    position: relative;
    display: inline-flex;
    justify-content: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__epilogue [data-sb-tooltip][data-sb-tooltip-title] {
    min-width: 150px;
    padding: 8px 12px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__epilogue [data-sb-tooltip][data-sb-tooltip-content] {
    text-align: left
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__description {
    display: inline-block;
    margin-top: 15px;
    padding-bottom: 6px;
    font-size: 12px;
    font-weight: 600;
    line-height: 0;
    opacity: .4
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__description_link {
    border-bottom: 1px dashed #0050af;
    color: #0050af;
    text-decoration: none;
    opacity: .8
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__description_link:hover {
    color: #0050af;
    text-decoration: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order {
    min-height: 36px;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__button {
    position: relative;
    display: inline-block;
    min-width: 152px;
    margin: auto;
    padding: 12px;
    border: none;
    border-radius: 18px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.07);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__button {
    background-color: #21bdee
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__button.bx-sb-04-b24-price-table-order__button_green {
    background-color: #a3cd00
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__button,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__button:hover {
    color: #fff
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__button:hover {
    opacity: .7
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__button[disabled],.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__button:hover[disabled] {
    opacity: .5;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__epilogue {
    padding-bottom: 5px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__trial {
    position: relative;
    display: block;
    top: 14px;
    color: #00445a;
    font-size: 14px;
    font-weight: 700;
    line-height: 0;
    text-decoration: underline
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__trial:hover {
    color: #00445a
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__description {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 0;
    opacity: .4;
    transform: translateY(1.25em);
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-storage {
    min-height: 18px;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-storage__value {
    color: #00445a;
    font-size: 17px;
    font-weight: 700;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply {
    display: flex;
    justify-content: center;
    height: 100%;
    padding-top: 17px;
    padding-bottom: 25px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    height: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__section {
    width: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__section:first-child {
    margin-bottom: 15px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__list {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__list .bx-sb-04-b24-price-table-supply__list {
    width: calc(100% - 23px);
    margin-left: 19px;
    margin-bottom: 10px;
    padding-left: 4px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message {
    position: relative;
    display: inline-block;
    max-width: 100%;
    min-height: 31px;
    padding: 8px 17px;
    border-radius: 18px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .2s ease-in-out;
    overflow: hidden
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message_empty {
    display: none;
    min-height: 35px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 31px;
    height: 15px;
    top: 50%;
    right: 13px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: translateY(-50%)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message_icon {
    padding-right: 50px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__content {
    position: relative;
    width: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__label {
    position: absolute;
    display: flex;
    justify-content: center;
    min-width: 92px;
    min-height: 24px;
    top: 50%;
    right: -11px;
    padding: 6px 10px 6px 15px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODYiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU1MiAyLjQ2M0EzIDMgMCAwIDEgNi41MDQgMEg4NWExIDEgMCAwIDEgMSAxdjIwYTEgMSAwIDAgMS0xIDFIMi4zOTZBMiAyIDAgMCAxIC40MyAxOS42NDJMMy41NTIgMi40NjN6IiBmaWxsPSIjMzk3RkNBIi8+PC9zdmc+");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.3px;
    white-space: nowrap;
    transform: translateY(-50%)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__label:hover {
    color: #fff
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__label[data-sb-hover] {
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__label_new {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODYiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuNTUzIDIuNDYzQTMgMyAwIDAgMSA2LjUwNSAwSDg1YTEgMSAwIDAgMSAxIDF2MjBhMSAxIDAgMCAxLTEgMUgyLjM5N0ExLjk5OSAxLjk5OSAwIDAgMSAuNDMgMTkuNjQyTDMuNTUzIDIuNDYzeiIgZmlsbD0iIzJCRDk4NSIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoODZ2MjJIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__label_icon:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgb3BhY2l0eT0iLjczOCI+PHBhdGggb3BhY2l0eT0iLjU2OCIgZD0iTTExLjk4IDUuOTlBNS45OSA1Ljk5IDAgMSAwIDAgNS45OWE1Ljk5IDUuOTkgMCAwIDAgMTEuOTggMHoiIGZpbGw9IiNCMUI3QzUiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUuOTAyIDMuNjJjLjUgMCAuOTA2LS40MDIuOTA2LS44OTdhLjkwMi45MDIgMCAwIDAtLjkwNi0uODk4Yy0uNSAwLS45MDYuNDAyLS45MDYuODk4IDAgLjQ5NS40MDUuODk3LjkwNi44OTd6bS4zMTguODM1SDQuMTAydi44MDdoMS4wNTl2My4xNzlINC4xMDJ2Ljc5NGgzLjYwNnYtLjc5NGgtLjkwNFY0LjQ1N0g2LjIydi0uMDAyeiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__list>.bx-sb-04-b24-price-table-supply__list .bx-sb-04-b24-price-table-supply__message {
    min-height: 24px;
    padding: 6px 10px;
    color: #525c69;
    font-size: 12px;
    font-weight: 600
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__list>.bx-sb-04-b24-price-table-supply__list .bx-sb-04-b24-price-table-supply__message_empty {
    display: none;
    min-height: 28px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__container[data-sb-hover]:hover,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message[data-sb-hover],.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message_tooltip {
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__container [data-sb-tooltip][data-sb-tooltip-title] {
    min-width: auto;
    padding: 8px 12px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar {
    margin: 10px 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar__message {
    display: inline;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar__message_tooltip {
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar__soon,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar__new {
    display: inline;
    padding: 2px 5px;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    white-space: nowrap
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar__soon {
    background-color: #21bdee
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar__new {
    background-color: #00b23e
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar.bx-sb-04-b24-price-table-feature-sidebar_section {
    padding-left: 25px;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar.bx-sb-04-b24-price-table-feature-sidebar_section:before {
    content: "";
    position: absolute;
    display: block;
    flex: 0 0 20px;
    width: 20px;
    height: 16px;
    left: 0;
    top: 50%;
    margin: auto 5px auto 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAzNiAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMTgiIHdpZHRoPSIyNSIgaGVpZ2h0PSI0IiB0cmFuc2Zvcm09InJvdGF0ZSg0NSAxOCAwKSIgZmlsbD0iIzY4RERGRiIvPgo8cmVjdCB5PSIxOCIgd2lkdGg9IjI1IiBoZWlnaHQ9IjQiIHRyYW5zZm9ybT0icm90YXRlKC00NSAwIDE4KSIgZmlsbD0iIzY4RERGRiIvPgo8L3N2Zz4K");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row.bx-sb-04-b24-price-table__features_section.section-hidden .bx-sb-04-b24-price-table-feature-sidebar.bx-sb-04-b24-price-table-feature-sidebar_section:before {
    transform: rotate(180deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar.bx-sb-04-b24-price-table-feature-sidebar_section .bx-sb-04-b24-price-table-feature-sidebar__message {
    font-size: 18px;
    font-weight: 700
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar.bx-sb-04-b24-price-table-feature-sidebar_subsection .bx-sb-04-b24-price-table-feature-sidebar__message {
    font-size: 14px;
    font-weight: 600
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-body__content {
    width: 100%;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__features:not(.bx-sb-04-b24-price-table__features_header) .bx-sb-04-b24-price-table-feature-body__content:not(.bx-sb-04-b24-price-table-feature-body__content_empty) {
    padding: 10px 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-body__message {
    font-size: 12px;
    font-weight: 500;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-g-1,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-g-2,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-g-3,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-b-1,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-b-2,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-b-3 {
    display: inline-block;
    width: 31px;
    height: 15px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-g-1 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-g-2 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjxyZWN0IG9wYWNpdHk9Ii45IiB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-g-3 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3pNMjYgN2EzIDMgMCAwIDEtMyAzaC0zLjkzYS4wNy4wNyAwIDAgMS0uMDctLjA3VjQuMDdhLjA3LjA3IDAgMCAxIC4wNy0uMDdIMjNhMyAzIDAgMCAxIDMgM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjxyZWN0IG9wYWNpdHk9Ii45IiB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-b-1 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48L3N2Zz4=")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-b-2 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48cmVjdCB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiMyNzkxQjMiIGZpbGwtb3BhY2l0eT0iLjgxIi8+PC9zdmc+")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-b-3 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zek0yNiA3YTMgMyAwIDAgMS0zIDNoLTMuOTNhLjA3LjA3IDAgMCAxLS4wNy0uMDdWNC4wN2EuMDcuMDcgMCAwIDEgLjA3LS4wN0gyM2EzIDMgMCAwIDEgMyAzeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48cmVjdCB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiMyNzkxQjMiIGZpbGwtb3BhY2l0eT0iLjgxIi8+PC9zdmc+")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_check,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_uncheck {
    width: 0;
    height: 0;
    margin: auto;
    padding: 8px;
    background-position: 50% 50%;
    background-size: 14px;
    background-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_check {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNyIgY3k9IjciIHI9IjciIGZpbGw9IiM5M0MyMDAiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0ibTcuNTIzIDguNTYgMy4wMzYtMy4wMzYtMS4xMjEtMS4xMjItMy4wMzMgMy4wMzQtMS42MDctMS42MTdMMy42NzYgNi45NGwxLjYwNyAxLjYxNy0uMDA0LjAwNCAxLjEyMiAxLjEyMSAxLjEyMi0xLjEyMXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_uncheck {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNyIgY3k9IjciIHI9IjciIGZpbGw9IiM1MjVDNjkiIGZpbGwtb3BhY2l0eT0iLjIzNiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik00IDYuMjI2aDZ2MS41NDhINHoiLz48L3N2Zz4=")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-archive {
    display: flex;
    align-items: center;
    flex-direction: column
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-archive__button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 32px;
    padding: 10px 15px;
    background-color: #fff;
    border: 2px solid #3bc8f5;
    border-radius: 30px;
    color: #262626;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: all .2s ease-in-out;
    white-space: nowrap
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-archive__button:hover {
    color: #262626
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-archive__description {
    margin: 0 0 10px 0;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-archive__message {
    color: #525c69;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-information {
    position: relative;
    margin-left: auto;
    margin-right: 35px;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-information__message {
    padding: 7px 40px 7px 12px;
    background-color: #e4e4e4;
    border-radius: 3px;
    color: #525c69;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transform: skewX(-5deg) translateX(27px)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-information__message>* {
    transform: skewX(5deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-information [data-sb-tooltip-hover]:before {
    background: #525c69;
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC45ODEgNS40OWE1LjQ5IDUuNDkgMCAxIDAtMTAuOTggMCA1LjQ5IDUuNDkgMCAwIDAgMTAuOTggMHpNMy4zNyA0LjA1NGMwLS4yNjkuMDg2LS41NDEuMjU5LS44MTcuMTcyLS4yNzYuNDI0LS41MDQuNzU1LS42ODUuMzMtLjE4LjcxNi0uMjcxIDEuMTU4LS4yNzEuNDEgMCAuNzcyLjA3NSAxLjA4NS4yMjcuMzE0LjE1LjU1Ny4zNTcuNzI4LjYxNy4xNzEuMjYuMjU3LjU0My4yNTcuODQ4IDAgLjI0LS4wNS40NTEtLjE0Ny42MzJhMS45MzQgMS45MzQgMCAwIDEtLjM0OC40NjljLS4xMzQuMTMxLS4zNzUuMzUzLS43MjMuNjY0YTIuOTQgMi45NCAwIDAgMC0uMjMxLjIzLjkzOC45MzggMCAwIDAtLjEzLjE4My44OS44OSAwIDAgMC0uMDY1LjE2NiA2LjM3MyA2LjM3MyAwIDAgMC0uMDcuMjljLS4wNTQuMjk0LS4yMjIuNDQxLS41MDUuNDQxYS41MTYuNTE2IDAgMCAxLS4zNzEtLjE0NGMtLjEtLjA5Ni0uMTUtLjIzOS0uMTUtLjQyOCAwLS4yMzguMDM2LS40NDMuMTEtLjYxNy4wNzMtLjE3NC4xNy0uMzI3LjI5Mi0uNDU4YTYuNyA2LjcgMCAwIDEgLjQ5Mi0uNDdjLjE4MS0uMTU4LjMxMi0uMjc3LjM5My0uMzU4LjA4LS4wOC4xNDgtLjE3LjIwMy0uMjY5YS42NTEuNjUxIDAgMCAwIC4wODMtLjMyMi43NS43NSAwIDAgMC0uMjUyLS41NzNjLS4xNjktLjE1Ni0uMzg2LS4yMzMtLjY1MS0uMjMzLS4zMTIgMC0uNTQuMDc4LS42ODguMjM1LS4xNDcuMTU3LS4yNzEuMzg4LS4zNzMuNjk0LS4wOTYuMzItLjI3OC40NzktLjU0Ny40NzlhLjUzOC41MzggMCAwIDEtLjQwMS0uMTY4LjUxMi41MTIgMCAwIDEtLjE2My0uMzYyem0xLjYxOCA0LjQ4MWMuMTI5LjExMi4yOC4xNjguNDUyLjE2OGEuNjQ0LjY0NCAwIDAgMCAuNDQtLjE3LjU5Mi41OTIgMCAwIDAgLjE5Mi0uNDY3LjYxMS42MTEgMCAwIDAtLjE4My0uNDUuNjExLjYxMSAwIDAgMC0uNDUtLjE4Mi42My42MyAwIDAgMC0uNjQ0LjYzMmMwIC4yMDEuMDY0LjM1OC4xOTMuNDd6IiBmaWxsPSIjQjFCN0M1IiBvcGFjaXR5PSIuNzM4Ii8+PC9zdmc+");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC45ODEgNS40OWE1LjQ5IDUuNDkgMCAxIDAtMTAuOTggMCA1LjQ5IDUuNDkgMCAwIDAgMTAuOTggMHpNMy4zNyA0LjA1NGMwLS4yNjkuMDg2LS41NDEuMjU5LS44MTcuMTcyLS4yNzYuNDI0LS41MDQuNzU1LS42ODUuMzMtLjE4LjcxNi0uMjcxIDEuMTU4LS4yNzEuNDEgMCAuNzcyLjA3NSAxLjA4NS4yMjcuMzE0LjE1LjU1Ny4zNTcuNzI4LjYxNy4xNzEuMjYuMjU3LjU0My4yNTcuODQ4IDAgLjI0LS4wNS40NTEtLjE0Ny42MzJhMS45MzQgMS45MzQgMCAwIDEtLjM0OC40NjljLS4xMzQuMTMxLS4zNzUuMzUzLS43MjMuNjY0YTIuOTQgMi45NCAwIDAgMC0uMjMxLjIzLjkzOC45MzggMCAwIDAtLjEzLjE4My44OS44OSAwIDAgMC0uMDY1LjE2NiA2LjM3MyA2LjM3MyAwIDAgMC0uMDcuMjljLS4wNTQuMjk0LS4yMjIuNDQxLS41MDUuNDQxYS41MTYuNTE2IDAgMCAxLS4zNzEtLjE0NGMtLjEtLjA5Ni0uMTUtLjIzOS0uMTUtLjQyOCAwLS4yMzguMDM2LS40NDMuMTEtLjYxNy4wNzMtLjE3NC4xNy0uMzI3LjI5Mi0uNDU4YTYuNyA2LjcgMCAwIDEgLjQ5Mi0uNDdjLjE4MS0uMTU4LjMxMi0uMjc3LjM5My0uMzU4LjA4LS4wOC4xNDgtLjE3LjIwMy0uMjY5YS42NTEuNjUxIDAgMCAwIC4wODMtLjMyMi43NS43NSAwIDAgMC0uMjUyLS41NzNjLS4xNjktLjE1Ni0uMzg2LS4yMzMtLjY1MS0uMjMzLS4zMTIgMC0uNTQuMDc4LS42ODguMjM1LS4xNDcuMTU3LS4yNzEuMzg4LS4zNzMuNjk0LS4wOTYuMzItLjI3OC40NzktLjU0Ny40NzlhLjUzOC41MzggMCAwIDEtLjQwMS0uMTY4LjUxMi41MTIgMCAwIDEtLjE2My0uMzYyem0xLjYxOCA0LjQ4MWMuMTI5LjExMi4yOC4xNjguNDUyLjE2OGEuNjQ0LjY0NCAwIDAgMCAuNDQtLjE3LjU5Mi41OTIgMCAwIDAgLjE5Mi0uNDY3LjYxMS42MTEgMCAwIDAtLjE4My0uNDUuNjExLjYxMSAwIDAgMC0uNDUtLjE4Mi42My42MyAwIDAgMC0uNjQ0LjYzMmMwIC4yMDEuMDY0LjM1OC4xOTMuNDd6IiBmaWxsPSIjQjFCN0M1IiBvcGFjaXR5PSIuNzM4Ii8+PC9zdmc+");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: 50%;
    mask-position: 50%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-information [data-sb-tooltip] {
    right: -38px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-information [data-sb-tooltip]:before {
    left: calc(100% - 44px)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-information [data-sb-tooltip]:after {
    left: calc(100% - 42px)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 320px;
    margin: 0 auto
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector__switcher {
    margin: 25px auto 18px;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector__description {
    margin: 0 0 10px 0;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector__message {
    color: #525c69;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section] {
    display: inline-block;
    position: relative;
    min-width: 160px;
    max-width: 100%;
    padding: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzIzIDAuNzkxNzQ4TDcuOTUwNDIgNC41NjQyOUw2Ljk5OTk5IDUuNTAwMDFMNi4wNjc1OCA0LjU2NDI5TDIuMjk1MDMgMC43OTE3NDhMMC45NjM4MTIgMi4xMjI5N0w3LjAwODk0IDguMTY4MUwxMy4wNTQxIDIuMTIyOTdMMTEuNzIzIDAuNzkxNzQ4WiIgZmlsbD0iIzUyNUM2OSIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .2s ease-in-out;
    z-index: 3
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section]::-ms-expand {
    display: none
}

.bx-sb-04-b24-price-table select[data-sb-selector-select-section] {
    color: #262626
}

.bx-sb-04-b24-price-table select[data-sb-selector-select-section] option {
    background-color: #f8f9fa;
    color: #495057
}

.bx-sb-04-b24-price-table [data-sb-selector-select] {
    position: relative;
    display: flex;
    align-items: center;
    color: #262626;
    white-space: nowrap;
    cursor: pointer
}

.bx-sb-04-b24-price-table [data-sb-selector-select-list] {
    position: absolute;
    display: block;
    width: calc(100% + 4px);
    height: 0;
    top: calc(100% + 4px);
    left: 50%;
    padding: 0 15px 0 10px;
    background-color: #fff;
    border: 0 solid rgba(0,0,0,.09);
    border-radius: 18px;
    box-shadow: 0 5px 10px 1px rgba(0,0,0,.09);
    transform: translateX(-50%);
    overflow: hidden;
    opacity: 0;
    transition: all .2s ease-in-out
}

.bx-sb-04-b24-price-table [data-sb-selector-select-list][data-sb-select-active] {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 1px;
    overflow: visible;
    opacity: 1;
    z-index: 1
}

.bx-sb-04-b24-price-table [data-sb-selector-select-item] {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    color: #495057;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer
}

.bx-sb-04-b24-price-table [data-sb-selector-select-item] [data-link],.bx-sb-04-b24-price-table [data-sb-selector-select-item] [data-link]:hover {
    color: #495057
}

.bx-sb-04-b24-price-table select[data-sb-selector-select-section][data-sb-selector-type=blue] {
    padding: 9px 23px 9px 10px
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=blue] {
    background-color: #fff;
    background-position: 95% 50%;
    background-size: 12px 12px;
    border: 2px solid #3bc8f5;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=blue][data-sb-select-active] {
    border-radius: 3px
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=blue] [data-sb-selector-select] {
    padding: 9px 23px 9px 10px
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=blue] [data-sb-selector-select] {
    justify-content: space-between;
    min-height: 32px;
    padding-top: 5px;
    padding-bottom: 5px
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=blue] [data-sb-selector-select] span {
    display: block;
    margin-left: 5px;
    padding: 4px 5px;
    background-color: #ffd91a;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transform: skewX(-10deg)
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=blue] [data-sb-selector-select-item] span {
    display: inline-block;
    margin-left: 2px;
    padding: 12px 8px;
    background-color: #ffd717;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 0;
    transform: skewX(-10deg)
}

.bx-sb-04-b24-price-table select[data-sb-selector-select-section][data-sb-selector-type=user] {
    padding: 11px 10px 11px 10px;
    background-color: rgba(0,0,0,0);
    border: 2px solid #a6c7cc;
    border-radius: 6px;
    font-size: 24px;
    font-weight: 600;
    text-align: center
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] {
    min-width: 180px;
    margin: -4px 0;
    padding: 4px 0;
    background-position: 95% 50%;
    background-size: 12px 12px
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select] {
    justify-content: center;
    margin: -4px 0 -4px 0;
    padding: 4px;
    border: 2px solid #a6c7cc;
    border-radius: 6px;
    font-weight: 600
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select] span[data-section] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select] span[data-value] {
    padding: 6px;
    font-size: 24px;
    line-height: .7
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select] span[data-section=unlimited] span[data-value] {
    font-size: 16px
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select] span[data-message] {
    font-size: 14px;
    line-height: 1
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user][data-sb-select-active] {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 10px 1px rgba(0,0,0,.09)
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user][data-sb-select-active] [data-sb-selector-select] {
    border-color: rgba(0,0,0,0)
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select-list] {
    width: calc(120% + 4px);
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 14px
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select-list][data-sb-select-active] {
    padding-top: 15px;
    padding-bottom: 15px
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select-item] {
    padding: 0
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select-item] span[data-section] {
    display: block;
    padding: 10px 0;
    font-weight: 600;
    white-space: nowrap
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select-item] span[data-value] {
    font-size: 16px;
    white-space: nowrap
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select-item] span[data-message] {
    margin-left: 3px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-switcher {
    display: inline-flex;
    border: 1px solid #409eef;
    border-radius: 12px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-switcher__button {
    margin: 4px;
    padding: 11px 24px;
    background-color: rgba(0,0,0,0);
    border-radius: 6px;
    color: #409eef;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: 160ms background-color linear;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-switcher__button[data-sb-active] {
    color: #fff;
    background-color: #409eef
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-switcher-message {
    margin-bottom: 15px;
    color: #525c69;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector__switcher:has(+.bx-sb-04-b24-price-table-selector-discount) .bx-sb-04-b24-price-table-switcher-message {
    margin-bottom: 45px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector-discount {
    position: absolute;
    left: calc(100% - 40px);
    bottom: 30px;
    z-index: -1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector-discount:after {
    content: "";
    display: block;
    width: 50px;
    height: 28px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMjYuNDk5YzQuNzI3IDIuNjc1IDE4LjkyMy44MjQgMjcuMDgyLTMuMzY0IDguODI5LTQuNTA3IDEyLjg5OC04LjU5NSAxOS4zODQtMTkuNTk2LjMwNy43MjEuNDk1IDEuMzM3Ljc1NiAxLjg1Ni4yNzQuNjA0LjU2OSAxLjI0Ljk3IDEuNzU3LjEwOC4xNTguNTkuMjQ4LjgwMi4xNDkuMjEyLS4xLjM3OS0uNTM5LjMzNC0uNzQtLjQ2OS0xLjkxNC0xLTMuNzg0LTEuNTIzLTUuNzA3LS4xODgtLjYxNi0uNjM5LS44NjUtMS4yODgtLjY1NC0yLjQxNS45MDktNC44NTIgMS43ODUtNy4yNzcgMi43NDctLjU0Mi4yMzEtMS4wMjguNzUtMS42NjQgMS4xODYgMS40NDEgMS4wMTQgMi40NzguMDcyIDMuNTQ0LS4xNDYgMS4xMi0uMjA3IDIuMTk0LS42MTcgMy41NjgtLjk5OS0xLjQyNiAzLjU4Mi0zLjM0IDYuNTItNS42OTQgOS4xNTUtOC41OTMgOS42OTctMTkuNjEyIDE0LjA3NS0zMi4zNzIgMTQuMzM4LTEuNjY2LjAyMy0zLjMyMy0uMTQ2LTQuOTgtLjE3Ni0uNDU4LjA4MS0uODg0LjE0LTEuNjQyLjE5NHoiIGZpbGw9IiM0MDlFRUYiLz48L3N2Zz4=");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    transform: rotate(0deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector-discount__message {
    margin-bottom: 3px;
    padding: 7px 8px 7px 12px;
    background-color: #f8e15c;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transform: skewX(-5deg) translateX(27px)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector-discount__message>* {
    transform: skewX(5deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup [style*="--bx-sb-popup-product-number"] .bx-sb-04-b24-price-table-window__column[style*="--bx-sb-popup-column-number"] {
    --k: var(--bx-sb-popup-product-number, 0);
    --i: var(--bx-sb-popup-column-number, 0);
    --sgn: clamp(-1, min(var(--i) - var(--k), var(--k) - var(--i)), 1)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .5;
    visibility: hidden;
    transition: opacity .13ms ease-in-out;
    z-index: 3000
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup[data-sb-popup-opened] {
    opacity: 1;
    visibility: visible
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__overflow {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(38,38,38,.15)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup:not([data-sb-popup-opened]) {
    width: 0;
    height: 0;
    overflow: hidden
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__inner {
    position: absolute;
    width: calc(100% - 80px);
    max-height: calc(90% - 70px);
    height: 100%;
    max-width: 400px;
    top: 50%;
    left: 50%;
    padding: 15px 10px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 14px 16px 0 rgba(82,92,105,.23);
    transform: translate(-50%, -50%);
    z-index: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__close {
    position: absolute;
    top: -37px;
    right: 0;
    width: 32px;
    height: 32px;
    border: 2px solid hsla(0,0%,100%,.7);
    border-radius: 50%;
    background-color: rgba(0,0,0,.1);
    opacity: 1;
    transition: all 300ms ease;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__close:hover {
    border: 2px solid #fff;
    background-color: rgba(0,0,0,.2)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__close:before,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background-color: #fff
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__close:before {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__close:after {
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__content {
    height: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__content {
    font-size: 12px;
    font-weight: 600;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__windows {
    height: calc(100% - 55px)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control {
    position: absolute;
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control_column {
    display: flex
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control__nav_next,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control__nav_prev {
    position: relative;
    width: 35px;
    height: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control__nav_next {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUyIiBoZWlnaHQ9IjE1MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWx0ZXI9InVybCgjYSkiPjxjaXJjbGUgY3g9Ijc2IiBjeT0iNzQiIHI9IjcyIiB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDc2IDc0KSIgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuNTUiLz48L2c+PGcgZmlsdGVyPSJ1cmwoI2IpIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0ibTQ1LjM2IDg0Ljg0MS04LjY3OC04LjY3NkwzNC40MzUgNzRsMi4yNDctMi4xNjYgOC42NzctOC42NzctMy4wNjItMy4wNjJMMjguMzk0IDc0bDEzLjkwMyAxMy45MDQgMy4wNjItMy4wNjJ6IiBmaWxsPSIjZmZmIi8+PC9nPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNTIiIGhlaWdodD0iMTUyIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+PGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz48ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+PGZlT2Zmc2V0IGR5PSIyIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMiIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4wNDc1NzUgMCIvPjxmZUJsZW5kIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvdyIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvdyIgcmVzdWx0PSJzaGFwZSIvPjwvZmlsdGVyPjxmaWx0ZXIgaWQ9ImIiIHg9IjI0LjM5NCIgeT0iNTguMDk1IiB3aWR0aD0iMjQuOTY2IiBoZWlnaHQ9IjM1LjgwOCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPjxmZU9mZnNldCBkeT0iMiIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjIiLz48ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMSAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PC9kZWZzPjwvc3ZnPg==");
    background-position: left center;
    transform: translateX(-100%)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control__nav_prev {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUyIiBoZWlnaHQ9IjE1MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWx0ZXI9InVybCgjYSkiPjxjaXJjbGUgY3g9Ijc2IiBjeT0iNzQiIHI9IjcyIiBmaWxsPSIjZmZmIiBmaWxsLW9wYWNpdHk9Ii41NSIvPjwvZz48ZyBmaWx0ZXI9InVybCgjYikiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMTA2LjY0MSA2My4xNTggOC42NzcgOC42NzdMMTE3LjU2NSA3NGwtMi4yNDcgMi4xNjYtOC42NzcgOC42NzcgMy4wNjIgMy4wNjJMMTIzLjYwNiA3NGwtMTMuOTAzLTEzLjkwNC0zLjA2MiAzLjA2MXoiIGZpbGw9IiNmZmYiLz48L2c+PGRlZnM+PGZpbHRlciBpZD0iYSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE1MiIgaGVpZ2h0PSIxNTIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz48ZmVPZmZzZXQgZHk9IjIiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjA0NzU3NSAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PGZpbHRlciBpZD0iYiIgeD0iMTAyLjY0MSIgeT0iNTguMDk3IiB3aWR0aD0iMjQuOTY2IiBoZWlnaHQ9IjM1LjgwOCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPjxmZU9mZnNldCBkeT0iMiIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjIiLz48ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMSAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PC9kZWZzPjwvc3ZnPg==");
    background-position: right center;
    transform: translateX(100%)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__windows .bx-sb-04-b24-price-table-window:not([data-sb-popup-opened]) {
    display: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window [data-sb-tooltip-hover] {
    padding: 6px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window [data-sb-tooltip-hover]:before {
    width: 11px;
    height: 11px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_check,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_uncheck {
    background-size: 12px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__prologue {
    flex: 0 0 auto;
    margin-bottom: 3px;
    padding-bottom: 13px;
    border-bottom: 2px solid rgba(47,198,246,.22)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__prologue .bx-sb-04-b24-price-table-window__row {
    flex-direction: column
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__content {
    flex: 1;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(82,92,105,.35) rgba(82,92,105,.1)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__content::-webkit-scrollbar-track {
    width: 11px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__content::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(82,92,105,.1);
    border-radius: 6px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__content::-webkit-scrollbar-thumb {
    background-color: rgba(82,92,105,.35);
    border-radius: 6px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__categories {
    margin-top: 34px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__order {
    margin-top: 15px;
    flex: 0 0 auto
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__order .bx-sb-04-b24-price-table-order__button {
    min-width: 100px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__order .bx-sb-04-b24-price-table-order__description {
    transform: translateY(0.75em)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__content .bx-sb-04-b24-price-table-window__row {
    border-radius: 5px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__content .bx-sb-04-b24-price-table-window__row {
    padding: 7px 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__supply .bx-sb-04-b24-price-table-window__row.bx-sb-04-b24-price-table-window__row_line {
    background-color: rgba(237,238,240,.3)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__categories {
    padding: 10px 0;
    background-color: rgba(47,198,246,.05);
    border-radius: 18px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar {
    flex: 1 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    width: 100%;
    margin-left: 10px;
    margin-right: 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar.bx-sb-04-b24-price-table-window__sidebar_subsection {
    padding-left: 5px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar.bx-sb-04-b24-price-table-window__sidebar_sub {
    padding-left: 10px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar.bx-sb-04-b24-price-table-window__sidebar_subinner {
    padding-left: 15px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar .bx-sb-04-b24-price-table-window-sidebar__message {
    font-weight: 400
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar.bx-sb-04-b24-price-table-window__sidebar_section .bx-sb-04-b24-price-table-window-sidebar__message,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar.bx-sb-04-b24-price-table-window__sidebar_subsection .bx-sb-04-b24-price-table-window-sidebar__message {
    font-weight: 600
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar.bx-sb-04-b24-price-table-window__sidebar_sub .bx-sb-04-b24-price-table-window-sidebar__message {
    font-weight: 500
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar.bx-sb-04-b24-price-table-window__sidebar_sub .bx-sb-04-b24-price-table-window-sidebar__message {
    color: #262626;
    font-size: 12px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__row.bx-sb-04-b24-price-table-window__row_categories-title {
    color: rgba(82,92,105,.56);
    font-size: 11px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__body {
    flex: 1 0 50%;
    max-width: 50%;
    width: 50%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__columns {
    display: flex;
    align-items: center;
    justify-content: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__column {
    flex: 1 0;
    padding: 0 2px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__row .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__columns,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__row .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__column {
    height: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__row [data-sb-tooltip] {
    width: 350px;
    top: auto
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__row.bx-sb-04-b24-price-table-window__row_click {
    margin: 0 5px;
    border-radius: 18px;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__row.bx-sb-04-b24-price-table-window__row_click:hover {
    background-color: rgba(82,92,105,.04)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__row.bx-sb-04-b24-price-table-window__row_click .bx-sb-04-b24-price-table-window-sidebar__message {
    padding-bottom: 1px;
    border-bottom: 1px dashed rgba(38,38,38,.5)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header_center {
    display: flex;
    justify-content: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__title {
    font-size: 19px;
    font-weight: 600;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__soon,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__new {
    display: inline-block;
    margin-top: 3px;
    padding: 2px 5px;
    border-radius: 10px;
    color: #fff;
    font-size: 12px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__soon {
    background-color: #21bdee
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__new {
    background-color: #00b23e
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__product {
    margin: 0 auto;
    padding: 10px 5px;
    max-width: 160px;
    min-width: 100%;
    background-color: rgba(33,189,238,.15);
    border-radius: 18px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__product_green {
    background-color: rgba(169,212,0,.23)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__product_aquamarine {
    background-color: rgba(49,247,237,.2)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-sidebar {
    position: relative
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-sidebar__content {
    display: inline
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-sidebar__message {
    display: inline;
    line-height: 1.25
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-sidebar__message_tooltip {
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-sidebar__soon,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-sidebar__new {
    display: inline;
    padding: 1px 5px;
    border-radius: 10px;
    color: #fff
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-sidebar__soon {
    background-color: #21bdee
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-sidebar__new {
    background-color: #00b23e
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-body__content {
    width: 100%;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-body__message {
    font-weight: 500;
    line-height: 1
}

.bx-sb-04-b24-price-table [data-sb-tooltip-hover] {
    position: relative;
    display: inline;
    width: 0;
    height: 0;
    left: 22px;
    margin: auto 0 auto -12px;
    padding: 6px 0;
    border-radius: 100%;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    cursor: pointer;
    z-index: 1
}

.bx-sb-04-b24-price-table [data-sb-tooltip-hover]:before {
    content: "";
    position: absolute;
    display: inline;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC45ODEgNS40OWE1LjQ5IDUuNDkgMCAxIDAtMTAuOTggMCA1LjQ5IDUuNDkgMCAwIDAgMTAuOTggMHpNMy4zNyA0LjA1NGMwLS4yNjkuMDg2LS41NDEuMjU5LS44MTcuMTcyLS4yNzYuNDI0LS41MDQuNzU1LS42ODUuMzMtLjE4LjcxNi0uMjcxIDEuMTU4LS4yNzEuNDEgMCAuNzcyLjA3NSAxLjA4NS4yMjcuMzE0LjE1LjU1Ny4zNTcuNzI4LjYxNy4xNzEuMjYuMjU3LjU0My4yNTcuODQ4IDAgLjI0LS4wNS40NTEtLjE0Ny42MzJhMS45MzQgMS45MzQgMCAwIDEtLjM0OC40NjljLS4xMzQuMTMxLS4zNzUuMzUzLS43MjMuNjY0YTIuOTQgMi45NCAwIDAgMC0uMjMxLjIzLjkzOC45MzggMCAwIDAtLjEzLjE4My44OS44OSAwIDAgMC0uMDY1LjE2NiA2LjM3MyA2LjM3MyAwIDAgMC0uMDcuMjljLS4wNTQuMjk0LS4yMjIuNDQxLS41MDUuNDQxYS41MTYuNTE2IDAgMCAxLS4zNzEtLjE0NGMtLjEtLjA5Ni0uMTUtLjIzOS0uMTUtLjQyOCAwLS4yMzguMDM2LS40NDMuMTEtLjYxNy4wNzMtLjE3NC4xNy0uMzI3LjI5Mi0uNDU4YTYuNyA2LjcgMCAwIDEgLjQ5Mi0uNDdjLjE4MS0uMTU4LjMxMi0uMjc3LjM5My0uMzU4LjA4LS4wOC4xNDgtLjE3LjIwMy0uMjY5YS42NTEuNjUxIDAgMCAwIC4wODMtLjMyMi43NS43NSAwIDAgMC0uMjUyLS41NzNjLS4xNjktLjE1Ni0uMzg2LS4yMzMtLjY1MS0uMjMzLS4zMTIgMC0uNTQuMDc4LS42ODguMjM1LS4xNDcuMTU3LS4yNzEuMzg4LS4zNzMuNjk0LS4wOTYuMzItLjI3OC40NzktLjU0Ny40NzlhLjUzOC41MzggMCAwIDEtLjQwMS0uMTY4LjUxMi41MTIgMCAwIDEtLjE2My0uMzYyem0xLjYxOCA0LjQ4MWMuMTI5LjExMi4yOC4xNjguNDUyLjE2OGEuNjQ0LjY0NCAwIDAgMCAuNDQtLjE3LjU5Mi41OTIgMCAwIDAgLjE5Mi0uNDY3LjYxMS42MTEgMCAwIDAtLjE4My0uNDUuNjExLjYxMSAwIDAgMC0uNDUtLjE4Mi42My42MyAwIDAgMC0uNjQ0LjYzMmMwIC4yMDEuMDY0LjM1OC4xOTMuNDd6IiBmaWxsPSIjQjFCN0M1IiBvcGFjaXR5PSIuNzM4Ii8+PC9zdmc+");
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 1;
    transform: translate(-50%, -50%);
    z-index: 2
}

.bx-sb-04-b24-price-table [data-sb-tooltip] {
    position: absolute;
    display: none;
    min-width: 260px;
    max-width: 100%;
    top: 100%;
    margin-top: 15px;
    padding: 20px 12px;
    background: #fff;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    z-index: 4
}

.bx-sb-04-b24-price-table [data-sb-tooltip]:before,.bx-sb-04-b24-price-table [data-sb-tooltip]:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 10px;
    left: var(--tooltip-angel-left);
    bottom: 100%;
    border-left: 14px solid rgba(0,0,0,0);
    border-right: 14px solid rgba(0,0,0,0);
    border-bottom: 14px solid #e9ecef;
    z-index: 5
}

.bx-sb-04-b24-price-table [data-sb-tooltip]:after {
    left: 12px;
    left: calc(var(--tooltip-angel-left) + 2px);
    border-left: 12px solid rgba(0,0,0,0);
    border-right: 12px solid rgba(0,0,0,0);
    border-bottom: 13px solid #fff
}

.bx-sb-04-b24-price-table [data-sb-tooltip][data-sb-tooltip-opened] {
    display: block
}

.bx-sb-04-b24-price-table.equal .bx-sb-04-b24-price-table__features_n-equal {
    display: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row.bx-sb-04-b24-price-table__features.subsection-hidden:not(.bx-sb-04-b24-price-table__features_section) {
    display: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-switch {
    display: none;
    align-items: center;
    flex-direction: column
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-switch__title {
    margin: 10px auto;
    color: #21bdee;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-switch__runner {
    display: block;
    position: relative;
    width: 44px;
    height: 24px;
    margin: 0 22px;
    font-size: 14px;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-switch__slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 2px solid #21bdee;
    border-radius: 12px;
    transition: .4s linear;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-switch__slide:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 3px;
    bottom: 2px;
    background-color: #21bdee;
    border-radius: 100%;
    -webkit-transition: .4s;
    transition: .4s
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-switch__runner.checked .bx-sb-04-b24-price-table-feature-switch__slide:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 15px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-header__title {
    margin-bottom: 15px;
    font-size: 19.2px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-archive {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-archive__title {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin: 10px;
    color: #21bdee;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-archive__title:hover {
    color: #21bdee;
    text-decoration: none;
    opacity: .7
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-archive__title_icon-1:before,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-archive__title_icon-2:before {
    content: "";
    display: block;
    margin-right: 10px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-archive__title_icon-1:before {
    width: 22px;
    height: 30px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAfCAYAAAD9cg1AAAAB8klEQVRIie2WP0gcQRSHv5PDkWCqqIUcJJBCtNJmggEhRSBRDFhJ7MTqrFLERmwDVsHWSiwstDFdSMBKJMFpTkNALFIEbPyDRBRkcp7K23tjxnPPRmzCPpjbmffN+72Z2d3bl8P5HeCAdGsDHgK/6vCnwDGwV4e3gPMbdaCwaZwv3cJLyZz6fCOvnUZgG8gpMsDHaKIFPgMn6mkGBiI+AbwHvHougA7pNKjjAXCENU+SBiNAIVpLO7AQ8QX1BSskMf/4kWpeJbg3yxJkCe5u+UihGedfaL87RbkQ8UIK78aF9yx5EROrJrDmD84vAaPqPwfmgX4dfwdeR/xAfcGWlYWFLalmtANrpm6syfl+ZbtAMYWH2FVgNe08s8c0S5Al+B8S5K+NnH8OPAZWsGa/hknl8UpHX7Hmbw1vBV4Cv7HmW3A3RBNmAKlxpERxON8VsSZgDRjWtqa+wLuSmGrstGpFO3D+ETAIdGLNGc6vA++AQ533BviJNWM6f059wWTuJNYs4rxobuH8h3gHoeC60Gul5gEQXo7G5Sgm6FRqNHLVHykdrZGPxayev5SKb4EhLcDkOyD3Rv7/ZWdiz4BeQM76C7AIfNJrj96HomjHqxzXclFKyD6s+XFFrDlVwRVtveoLfDOJqcaKhmjpNu6zuoaWS+swnRAL4ID2AAAAAElFTkSuQmCC")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-archive__title_icon-2:before {
    width: 32px;
    height: 26px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAaCAYAAADWm14/AAACn0lEQVRIicWWTYhNYRjHf8bkRb4WVhZMPhKllOa1G8RGUyRsdKVhIVmMsjM+hlKzwkZSE3c1G0WRj7oXI2Wm12dpotzUZIXZaHz0KtL7nue6x7nnk8F/cU/nnOd5/v//c859njOJOBhbAZYC32PvF0cr8BitNkczmwUYuxh4CdwALmdQrZfj7Yy4XcBqoA2t3mUJKAMbgDmSMJZY1tgz/qjVgZSY+UANeA9cisa2RIKd+xKwHXgFHMpwlgeuxgNgD7BXBCUIgMNAFa2GJHEfxs77beqAbDfQi1a3gIdAT7yAhvtef67VTeAJcPSP3Ws1KOdHfCcCroiAhvvh0LUe78DYRYWpw+7r0Oqe54BjvwqIum8kOOWDorwoou7DRndg7PJwB+Lc1+Eewc56Qk73C5rcN0w9Aq4BJwMBxi6Jdd9IGJaEEwU6cDzBfR2uO5swdpWbUOflZZuKsWsTEq4C/Ri7UV7OZBi7xncMDqbUc7gDnHUC1smFuzmctQPpAmCrvFunc9TzM/qt/79rdSXD2QvgTY6aT/0o12pZRr0twDmntCItSwtul+VUzSGg6mODnDQ4zooT0Ad0YmwpgdzthItAGa2yOxDElH1OkBtXs+Q5oa8FrUaA/cAFjD31c1YbqzDWrU8DWKA7h/s6uiXH+BquFjKcHIfjcpxajbSI6n5R5LbgKMaOA5+AAeA60IFW47npg9gOyR3wtYKao8LRKZyJ3wMLAZfwDK2+JBLlW8fTgJXATOA1WtXCt1tj1Ndkf08MAgNDSbWi6/if478LaH4EaTB2BjA3FDHL/xrbFro2hlYf/44A2CYzIYqu0HmXzIFciP8sT4KxU4DpGVGf0errxAowdgUwuZBY+IZWz7OC8j6C+8DsggI+yKd9MoAf6pTZq4mqlYgAAAAASUVORK5CYII=")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__epilogue_archive {
    display: flex;
    flex-direction: column;
    align-items: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__compare {
    margin: 49px 0 43px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue-compare {
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue-compare+.bx-sb-04-b24-price-table-epilogue-compare {
    margin-top: 20px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue-compare__button {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 16px 28px;
    background-color: #cfee52;
    border-radius: 30px;
    color: #262626;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transition: all .2s ease-in-out
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue-compare__button:hover {
    color: #262626;
    background-color: #cfff27
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__archive {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 45px;
    padding-top: 38px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__archive:not(:first-child) {
    border-top: 1px solid rgba(82,92,105,.1)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__description {
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__link {
    display: inline;
    border-bottom: 1px dashed #2066b0;
    color: #2066b0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__link:hover {
    color: #2066b0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__epilogue .bx-sb-04-b24-price-table-epilogue-compare_terms_link input {
    display: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__sale-rules {
    max-width: 980px;
    margin: 30px auto 0;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__epilogue .bx-sb-04-b24-price-table-epilogue-compare_terms_link:has(input[type=checkbox]:not(:checked))~.bx-sb-04-b24-price-table-epilogue__sale-rules {
    display: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__conditions {
    margin: 30px auto 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__conditions:first-child {
    margin-top: 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__runner {
    position: absolute;
    display: none;
    width: calc(100% - 12px);
    height: 0;
    left: 50%;
    margin: 0 auto;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 18px;
    transform: translateX(-50%);
    transition: opacity .1ms ease-in-out,top .13ms ease-in-out;
    opacity: 0;
    z-index: -1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__runner[data-sb-runner-active] {
    border-color: rgba(33,189,238,.5);
    opacity: 1
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-order__content {
        position:relative
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-order__content .bx-sb-04-b24-price-table-order__button {
        display:inline-block
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-order__content .portal-buy-button-tooltip__window {
        position:static
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-order__content .portal-buy-button-tooltip-window {
        top:auto;
        bottom: calc(100% + 10px)
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-order__content .portal-buy-button-tooltip-window__overlay {
    display: none
}

.bx-sb-slide-panel {
    width: 100%;
    height: 100%
}

.bx-sb-slide-panel .bx-sb-slide-panel__frame-body,.bx-sb-slide-panel .bx-sb-slide-panel__frame {
    width: 100%;
    height: 100%
}

/* End */
/* Start:/local/components/sb/price.table.bitrix24/templates/default.prices.table.v4/style.media.min.css?174436812113565*/
.bx-sb-04-b24-price-table {
    width: calc(100% + 60px);
    margin: 0 -30px
}

@media(min-width: 1250px) {
    .bx-sb-04-b24-price-table {
        width:100%;
        margin: 0 -15px
    }
}

@media(min-width: 1250px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__outer {
        max-width:1110px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__inner {
    padding: 0 35px 0 30px
}

@media(min-width: 1380px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__inner {
        padding:0 44px
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row {
        justify-content:space-between;
        flex-direction: row
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__sidebar {
        flex-basis:260px;
        max-width: 260px;
        padding-right: 15px
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__body {
        width:auto;
        flex-basis: calc(100% - 260px);
        max-width: calc(100% - 260px)
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col {
        flex-direction:row;
        align-items: stretch;
        flex-wrap: wrap
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col {
        flex-wrap:nowrap
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column {
        width:100%
    }
}

@media(max-width: 991.98px) {
    .bx-sb-04-b24-price-table_wobbler .bx-sb-04-b24-price-table__columns {
        transform:none !important
    }
}

@media(max-width: 991.98px) {
    .bx-sb-04-b24-price-table_wobbler .bx-sb-04-b24-price-table__columns .bx-sb-04-b24-price-table__column {
        opacity:1 !important
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table_wobbler[data-sb-b24-price-wobbler=PROJECT]:not([data-wobbler-animation]) .bx-sb-04-b24-price-table__column[data-sb-column=ENT],.bx-sb-04-b24-price-table_wobbler[data-sb-b24-price-wobbler=ENT]:not([data-wobbler-animation]) .bx-sb-04-b24-price-table__column[data-sb-column=PROJECT] {
        height:0;
        visibility: hidden;
        overflow: hidden
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
        flex-basis:auto;
        max-width: 50%
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
        margin-bottom:0
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table_count_1 .bx-sb-04-b24-price-table__column,.bx-sb-04-b24-price-table_count_1 .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
        flex-basis:100%;
        max-width: 100%
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table_count_2 .bx-sb-04-b24-price-table__column,.bx-sb-04-b24-price-table_count_2 .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
        flex-basis:50%;
        max-width: 50%
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table_count_3 .bx-sb-04-b24-price-table__column,.bx-sb-04-b24-price-table_count_3 .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
        flex-basis:33%;
        max-width: 33%
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table_count_4 .bx-sb-04-b24-price-table__column,.bx-sb-04-b24-price-table_count_4 .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
        flex-basis:25%;
        max-width: 25%
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table_count_5 .bx-sb-04-b24-price-table__column,.bx-sb-04-b24-price-table_count_5 .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
        flex-basis:20%;
        max-width: 20%
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row .bx-sb-04-b24-price-table__columns,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row .bx-sb-04-b24-price-table__column {
        height:100%
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column:first-child {
        margin-left:0
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column:last-child {
        margin-right:0
    }
}

@media(max-width: 991.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column[data-sb-column=PROJECT] {
        display:none
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns:has(.bx-sb-04-b24-price-table__header>.bx-sb-04-b24-price-table-header>.bx-sb-04-b24-price-table-header__popular-label) .bx-sb-04-b24-price-table__header {
        padding-top:50px
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns:has(.bx-sb-04-b24-price-table__header>.bx-sb-04-b24-price-table-header>.bx-sb-04-b24-price-table-header__popular-label) .bx-sb-04-b24-price-table__header:has(>.bx-sb-04-b24-price-table-header>.bx-sb-04-b24-price-table-header__popular-label) {
        padding-top:20px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__title {
    font-size: 20px;
    font-size: 20px
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__title {
        font-size:16px
    }
}

@media(min-width: 1117px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__title {
        font-size:18px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__value {
    min-height: 26px
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__value {
        min-height:16px;
        white-space: nowrap
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__message,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__value span {
    font-size: 21px
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__message,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__value span {
        font-size:18px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__discount {
    font-size: 14px
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__discount {
        font-size:12px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__description {
    font-size: 12px
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__description {
        font-size:10px
    }
}

@media(max-width: 1249.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers .bx-sb-04-b24-price-table-wobblers__section {
        padding:4px 14px 6px
    }
}

@media(max-width: 1249.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers .bx-sb-04-b24-price-table-wobblers__message {
        font-size:14px
    }
}

@media(min-width: 1380px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_previous,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_next {
        transform:rotate(90deg)
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue {
        justify-content:space-between;
        flex-direction: row
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__section:not(:first-child) {
        margin-top:0
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__title {
    margin-top: 26px;
    margin-bottom: 26px;
    text-align: center
}

@media(max-width: 991.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__title {
        margin-top:16px;
        margin-bottom: 9px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1
}

@media(max-width: 991.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__title {
        font-size:26px
    }
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__title {
        font-size:24px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__subtitle {
    margin-top: 14px
}

@media(max-width: 991.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__subtitle {
        margin-top:8px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__description {
    margin-top: 14px;
    color: #828b95;
    font-size: 18px
}

@media(max-width: 991.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__description {
        margin-top:8px;
        font-size: 16px
    }
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__description {
        font-size:14px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__description br {
    content: "";
    padding-right: .5ch
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply {
        justify-content:normal
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__list .bx-sb-04-b24-price-table-supply__list {
    margin-left: 19px
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__list .bx-sb-04-b24-price-table-supply__list {
        margin-left:10px
    }
}

@media(min-width: 1380px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__list .bx-sb-04-b24-price-table-supply__list {
        margin-left:19px
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__inner {
        align-items:stretch
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message {
    font-size: 15px;
    font-size: 15px
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message {
        font-size:12px
    }
}

@media(min-width: 1380px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message {
        font-size:13.6px
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message_empty {
        display:block
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__list>.bx-sb-04-b24-price-table-supply__list .bx-sb-04-b24-price-table-supply__message_empty {
        display:block
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-archive {
        flex-direction:row
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-archive__description {
        margin-right:10px;
        margin-bottom: 0
    }
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-switcher__button {
        padding:8px 18px;
        font-size: 12px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector-discount {
    z-index: 0
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector-discount {
        display:flex;
        flex-direction: column;
        align-items: flex-end;
        left: auto;
        right: 0;
        bottom: 41px
    }
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector-discount:after {
        width:32px;
        height: 18px;
        transform: rotate(-17deg)
    }
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector-discount__message {
        margin-bottom:7px;
        font-size: 12px;
        transform: skewX(-5deg) translateX(20%)
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector {
        flex-direction:row
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector__switcher:has(+.bx-sb-04-b24-price-table-selector-discount) .bx-sb-04-b24-price-table-switcher-message {
        margin-bottom:15px
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector__description {
        margin-right:10px;
        margin-bottom: 0
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] {
        min-width:160px
    }
}

@media(min-width: 1117px) {
    .bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] {
        min-width:180px
    }
}

@media(min-width: 576px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__inner {
        width:calc(100% - 80px);
        max-width: 500px
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__inner {
        max-width:1012px;
        padding: 17px 20px
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__close {
        top:-22px;
        right: -22px
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control {
        display:flex
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control_column {
        display:none
    }
}

@media(min-width: 576px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control__nav_next,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control__nav_prev {
        width:40px;
        height: 100px
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control__nav_next,.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control__nav_prev {
        width:55px;
        height: 144px
    }
}

@media(max-width: 991.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup [style*="--bx-sb-popup-product-number"] .bx-sb-04-b24-price-table-window__column[style*="--bx-sb-popup-column-number"] {
        max-width:calc(100%*(1 + var(--sgn)));
        padding: 0 calc(2*var(--sgn, 1)*1px);
        overflow: hidden
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__prologue .bx-sb-04-b24-price-table-window__row {
        flex-direction:row
    }
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__prologue .bx-sb-04-b24-price-table-window__row .bx-sb-04-b24-price-table-window__sidebar {
        flex:1 0 auto;
        max-width: 100%;
        margin: 0 auto 10px;
        text-align: center
    }
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__order .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-window__sidebar {
        display:none
    }
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__order .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-window__body {
        margin:0 auto
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar {
        flex-basis:200px;
        max-width: 200px;
        margin-left: 19px;
        margin-right: 15px
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__body {
        width:auto;
        flex-basis: calc(100% - 234px);
        max-width: calc(100% - 234px)
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__product {
        display:inline-block
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__runner {
        display:block;
        max-width: 1238px
    }
}

@media(min-width: 1380px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__runner {
        max-width:1338px
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__wobblers {
        display:block
    }
}

/* End */
/* Start:/bitrix/templates/bitrix24_2017/css/round.popup.window.min.css?1695121481961*/
.round-popup-window {
    z-index: 1
}

.round-popup-window .round-popup-window__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38,38,38,0.5);
    transition: all 0.2s ease-in-out;
    z-index: 1
}

.round-popup-window .round-popup-window__popup {
    position: relative;
    padding: 20px 30px;
    background-color: #fff;
    border: 1px solid #f1efef;
    border-radius: .625rem;
    color: #262626;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    z-index: 2
}

.round-popup-window .round-popup-window__close {
    position: absolute;
    width: 9px;
    height: 9px;
    top: 8px;
    right: 9px;
    cursor: pointer
}

.round-popup-window .round-popup-window__close:before,.round-popup-window .round-popup-window__close:after {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 1px;
    top: 50%;
    left: 50%;
    background-color: #626262
}

.round-popup-window .round-popup-window__close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.round-popup-window .round-popup-window__close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

/* End */
/* Start:/bitrix/templates/bitrix24_2017/css/portal.buy.button.window.min.css?17216521584505*/
.portal-buy-button-tooltip__window {
    position: relative;
    z-index: 8
}

.portal-buy-button-tooltip-window {
    position: absolute;
    top: 10px;
    right: 0;
    color: #262626;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5
}

@media (max-width: 991.98px) {
    .portal-buy-button-tooltip-window {
        position:fixed;
        width: 100%;
        height: 100%;
        top: 0
    }
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__overlay {
    display: none
}

@media (max-width: 991.98px) {
    .portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__overlay {
        display:block
    }
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__popup {
    min-width: 300px;
    max-width: 100%
}

@media (max-width: 991.98px) {
    .portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__popup {
        max-width:300px;
        max-height: 90%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        overflow-y: auto
    }
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__content {
    font-size: .75rem
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__content:dir(ltr) {
    text-align: left
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__content:dir(rtl) {
    text-align: right
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__description {
    margin-bottom: 20px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__button {
    margin-top: 20px
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__button .bx-ui-button {
    font-size: .75rem
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__footer .portal-buy-button-tooltip-window__description {
    margin-bottom: 0
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__footer .portal-buy-button-tooltip-window__description_gray {
    color: #adb5bd;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__footer .portal-buy-button-tooltip-window__description_gray a {
    color: #00aeef
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__footer .portal-buy-button-tooltip-window__description_gray a:hover {
    color: #68ddff
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__footer {
    margin-top: 20px
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__subtitle {
    margin-bottom: 5px;
    color: #adb5bd;
    line-height: 1.5
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__subtitle_uppercase {
    text-transform: uppercase
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__portals {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ced4da
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__list {
    display: flex;
    flex-direction: column;
    max-height: 200px;
    overflow-y: auto
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__list {
    font-weight: 500
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__list .portal-buy-button-tooltip-window__link {
    white-space: nowrap
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__list .portal-buy-button-tooltip-window__link:not(:last-child) {
    margin-bottom: 5px
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__link {
    color: #00aeef
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__link:hover {
    color: #68ddff
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__link {
    display: inline-block;
    font-size: .875rem;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__link_success {
    border-bottom: 2px solid #b7db2a;
    color: #b7db2a
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__link_success:hover {
    border-bottom: 2px solid #bdf300;
    color: #bdf300
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__input-section {
    margin-top: 20px
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__input {
    max-width: 100%;
    border: 2px solid #dee2e6;
    border-radius: .375rem;
    color: #6c757d;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    outline: none
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__input:dir(ltr) {
    padding: 11px 50px 10px 24px
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__input:dir(rtl) {
    padding: 11px 24px 10px 50px
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__footer .portal-buy-button-tooltip-window__link {
    font-size: .75rem
}

.portal-buy-button-tooltip-window .portal-buy-button-tooltip-window__footer .bx-ui-button {
    display: block
}

/* End */
/* Start:/bitrix/templates/bitrix24_2017/css/include/bitrix24/page/prices/content.middle.subscription.section.min.css?16443256074977*/
.content-middle-subscription-product-section {
    box-sizing: border-box
}

.content-middle-subscription-product-section * {
    box-sizing: border-box
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 15px
}

@media (min-width: 768px) {
    .content-middle-subscription-product-section .content-middle-subscription-product-section__inner {
        padding:0 20px
    }
}

@media (min-width: 992px) {
    .content-middle-subscription-product-section .content-middle-subscription-product-section__inner {
        align-items:normal;
        flex-direction: row;
        padding: 0 27px
    }
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__inner.content-middle-subscription-product-section__inner_gray {
    padding-top: 30px;
    background-color: #fafafa;
    border-radius: 18px
}

@media (min-width: 992px) {
    .content-middle-subscription-product-section .content-middle-subscription-product-section__inner.content-middle-subscription-product-section__inner_gray {
        padding-top:55px
    }
}

@media (min-width: 992px) {
    .content-middle-subscription-product-section .content-middle-subscription-product-section__inner.content-middle-subscription-product-section__inner_align-center {
        align-items:center
    }
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__inner:not(.content-middle-subscription-product-section__inner_align-center) .content-middle-subscription-product-section__content {
    margin: 0
}

@media (min-width: 992px) {
    .content-middle-subscription-product-section .content-middle-subscription-product-section__inner:not(.content-middle-subscription-product-section__inner_align-center) .content-middle-subscription-product-section__content {
        margin:0 15px 45px
    }
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__label {
    margin-bottom: 5px;
    color: #00aeef;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__header {
    margin-bottom: 21px;
    font-size: 1.5rem;
    line-height: 1.2
}

@media (min-width: 992px) {
    .content-middle-subscription-product-section .content-middle-subscription-product-section__header {
        font-size:2.1rem
    }
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__message {
    margin-bottom: 25px;
    font-size: .875rem;
    line-height: 1.4
}

@media (min-width: 992px) {
    .content-middle-subscription-product-section .content-middle-subscription-product-section__message {
        margin-right:60px;
        font-size: 1rem
    }
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__button {
    margin-bottom: 25px
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 1rem;
    font-size: .875rem
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__link.bx-ui-button_primary {
    border: 2px solid #00aeef
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__link.bx-ui-button_primary:hover {
    border-color: #68ddff
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__media {
    display: flex;
    align-items: flex-end;
    margin: 0
}

@media (min-width: 992px) {
    .content-middle-subscription-product-section .content-middle-subscription-product-section__media {
        flex:1 0 auto;
        justify-content: center;
        margin: 0 15px
    }
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__picture {
    display: block;
    max-width: 100%
}

@media (min-width: 768px) {
    .content-middle-subscription-product-section .content-middle-subscription-product-section__picture {
        max-width:365px
    }
}

@media (min-width: 768px) {
    .content-middle-subscription-product-section .content-middle-subscription-product-section__picture.content-middle-subscription-product-section__picture_large {
        max-width:500px
    }
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__inner:not(.content-middle-subscription-product-section__inner_align-center) .content-middle-subscription-product-section__media+.content-middle-subscription-product-section__content {
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .content-middle-subscription-product-section .content-middle-subscription-product-section__inner:not(.content-middle-subscription-product-section__inner_align-center) .content-middle-subscription-product-section__media+.content-middle-subscription-product-section__content {
        margin-bottom:45px
    }
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__list ul.bx-ui-list {
    line-height: 1.6
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__list ul.bx-ui-list li {
    margin-bottom: 10px
}

.content-middle-subscription-product-section .content-middle-subscription-product-section__list ul.bx-ui-list li:before {
    top: .625em;
    padding: .1675em;
    margin-left: -1em;
    margin-right: .5em;
    background-color: #89dcf6
}

/* End */
/* Start:/bitrix/templates/bitrix24_2017/css/include/types/bitrix24/prices/content.subscription.tables.min.css?17418614112216*/
.content-subscription-tables {
    box-sizing: border-box
}

.content-subscription-tables * {
    box-sizing: border-box
}

.content-subscription-tables .content-subscription-tables__table {
    margin-top: 45px
}

.content-subscription-tables .content-subscription-tables__notification {
    position: relative;
    padding: 50px 15px 0;
    margin-bottom: 20px;
    text-align: center
}

.content-subscription-tables .content-subscription-tables__notification:before {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    left: 50%;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAulBMVEVHcEwAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/L///8An/K44vvW7v0ApfOp3PoHsfW95PuL0PllxPfG6Px+zPiY1fqX1fqU1Pp6yvhsxfeCzflBufVewvf3/P5PvfZdwfdNvPb+///p9f3B5fxFuva34vvw+P7j8/2q3foArfSm2/oAsfUAsPUAovIAo/NMvfYAp/MAq/SSKXaQAAAAFXRSTlMA9BHFHfVkCqSu6Dq4hyniwyidadPVE5qcAAABb0lEQVRIx6WW6ZaCMAyFiyAIym6jDM44+77v6/u/1iAwHCVJkc792Z7vnCa5TSIEUpwmkWcAGF6UpLHoVOCHsKHQD5TAeAKEJmMWsFxg5Fo0YQ+B1dAmAGcESo2cNjEwoUPmoEVMoVPTDcYxYQuZ62/DcbyfHp5kKJ61XCFi/0ZKefvWPm7yZqHsnslSTx/tXP/VB1fwoULkJapp7RIc6LxGjtFN5R3CV3c1coX9VnqXSOd5RTxm+Grla58qweuKuLgnbvwCCcmyXT8vjl6oi7D4g9BTsUj7IqlI+iKJiPDh7rzWAYVEwsOHO3VV5IxCPGH0RQxBHH5m2YJHQNAxzlSI0RcxqPDViEclWY1ETCkVSMIYRoGkjC0VSMyYn0dC7ovxiM98ZAUSkO3iJ8+XJbLM82+qXeCm1Niy0B7ZlFDrUyAu02CbL1boi26wRBtnZKuGBT38/jeSNAafznjVGeI6q4LWQqKz9mgtV1utcL8ww6sp9mAEIQAAAABJRU5ErkJggg==");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    transform: translateX(-50%)
}

.content-subscription-tables .content-subscription-tables__title {
    max-width: 600px;
    margin: 14px auto 0;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2
}

@media(min-width: 992px) {
    .content-subscription-tables .content-subscription-tables__title {
        font-size:1.625rem;
        line-height: 1.23
    }
}

.content-subscription-tables .content-subscription-tables__description {
    margin-top: 16px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4
}

@media(min-width: 992px) {
    .content-subscription-tables .content-subscription-tables__description {
        line-height:1.75
    }
}

.content-subscription-tables .content-subscription-tables__description a {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    line-height: 1.25
}

/* End */
/* Start:/bitrix/templates/bitrix24_2017/css/include/types/bitrix24/content.user.market.big.review.section.block.min.css?17418614113538*/
.content-user-market-big-review-section-block {
    position: relative;
    box-sizing: border-box
}

.content-user-market-big-review-section-block * {
    box-sizing: border-box
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__inner {
    max-width: 1044px;
    margin: 0 auto;
    padding: 0 15px
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__card {
    display: flex;
    flex-direction: column;
    gap: 24px 80px;
    padding: 36px 24px 28px;
    border: 2px solid #04adef;
    border-radius: 24px
}

@media(min-width: 992px) {
    .content-user-market-big-review-section-block .content-user-market-big-review-section-block__card {
        flex-direction:row;
        padding: 36px 46px 28px
    }
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2
}

@media(min-width: 992px) {
    .content-user-market-big-review-section-block .content-user-market-big-review-section-block__title {
        font-size:2rem;
        line-height: 1.23
    }
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__message {
    margin-top: 21px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4
}

@media(min-width: 992px) {
    .content-user-market-big-review-section-block .content-user-market-big-review-section-block__message {
        font-size:1rem;
        line-height: 1.5
    }
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__message p:not(:last-child) {
    margin-bottom: 10px
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__message a {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    line-height: 1.25
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__media {
    flex: 1 0 188px
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__picture {
    position: relative;
    display: inline-flex
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__picture:before {
    content: "";
    position: absolute;
    top: 44px;
    right: -38px;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAZlBMVEVHcEwAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/IAn/L///8An/IHsfUArPTk8/1wx/h4yvgAp/NnxPf3+/4AsPUAovLo9f0Ao/P6/f/i8v4AsfW84/vw+f5iw/f+///x3t24AAAADXRSTlMAqPAN3YAJ9C/8X9pCSaMedAAAAOVJREFUSMft1skOgjAUheEDlBkOouAAOL3/S7pALYn0QuuWfwVJv7AhvRcYCzJPpTSWKi8LMC0KfS7mh5EWSc5V5clHFDFXFhfvb6wWZJwAQJTTojwCENKqEAh8O+IHyGhZBs+WeFD6pdsZ6/QpBf2XtMfS2LHV/w6+j01fCvXN96AmVSlWbWQjG/mLXGVynSHniyQu5xnC022o6/r+OVRPGm4nzpGxw1vsjReZiZiFiQjCQCQxT0RBpL9EFun0GidJPp6yoPodFs3isHAYSQ6Dz2G8ugxxh1XBZSFxWXtcliu7Fe4FDm2AQ0IgkD0AAAAASUVORK5CYII=");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__img {
    width: 140px;
    height: 140px;
    background-color: #dedede;
    border-radius: 30px
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__description {
    margin-top: 4px
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__name,.content-user-market-big-review-section-block .content-user-market-big-review-section-block__position {
    font-size: .875rem
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__name {
    font-weight: 600
}

.content-user-market-big-review-section-block .content-user-market-big-review-section-block__position {
    line-height: 1.25;
    opacity: .6
}
/* End */


/* Start:/local/infoexpert/css/roboto-small.css?1600176725452*/
@font-face{font-family:'Roboto-Light';font-weight:300;font-style:normal;src:url(/local/infoexpert/fonts/roboto/Roboto-Light.ttf);font-display:fallback;}
@font-face{font-family:'Roboto';font-weight:400;font-style:normal;src:url(/local/infoexpert/fonts/roboto/Roboto-Regular.ttf);font-display:fallback;}
@font-face{font-family:'Roboto-Bold';font-weight:900;font-style:normal;src:url(/local/infoexpert/fonts/roboto/Roboto-Bold.ttf);font-display:fallback;}
/* End */


/* Start:/local/infoexpert/css/rouble.css?1598288145170*/
@font-face{font-family:'Rouble';font-weight:300;font-style:normal;src:url(/local/infoexpert/fonts/rouble.ttf);font-display:fallback;}

.rub-font{
	font-family:'Rouble';
}
/* End */


/* Start:/local/infoexpert/css/template_styles.css?1733308767265643*/
/*!
 * ВНИМАНИЕ!
 * Этот css-файл является результатом автоматической компиляции LESS-файлов!
 * Не вносите изменений в этот файл.
 * @author: Павел Белоусов (www.info-expert.ru)
 */@-webkit-keyframes sliderSlideInDown{from{-ms-transform: translate3d(0, -10%, 0);-webkit-transform: translate3d(0, -10%, 0);transform: translate3d(0, -10%, 0);visibility: visible}to{-ms-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}}@keyframes sliderSlideInDown{from{-ms-transform: translate3d(0, -10%, 0);-webkit-transform: translate3d(0, -10%, 0);transform: translate3d(0, -10%, 0);visibility: visible}to{-ms-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}}@-webkit-keyframes sliderSlideInUp{from{-ms-transform: translate3d(0, 10%, 0);-webkit-transform: translate3d(0, 10%, 0);transform: translate3d(0, 10%, 0);visibility: visible}to{-ms-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}}@keyframes sliderSlideInUp{from{-ms-transform: translate3d(0, 10%, 0);-webkit-transform: translate3d(0, 10%, 0);transform: translate3d(0, 10%, 0);visibility: visible}to{-ms-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}}.clearfix{clear: both}/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family: sans-serif;font-display: auto;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%}body{margin: 0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display: block}audio,canvas,progress,video{display: inline-block;vertical-align: baseline}audio:not([controls]){display: none;height: 0}[hidden],template{display: none}a{background-color: transparent}a:active,a:hover{outline: 0}abbr[title]{border-bottom: 1px dotted}b,strong{font-weight: bold}dfn{font-style: italic}h1{font-size: 2em;margin: .67em 0}mark{background: #ff0;color: #000}small{font-size: 80%}sub,sup{font-size: 75%;line-height: 0;position: relative;vertical-align: baseline}sup{top: -0.5em}sub{bottom: -0.25em}img{border: 0}svg:not(:root){overflow: hidden}figure{margin: 1em 40px}hr{-moz-box-sizing: content-box;box-sizing: content-box;height: 0}pre{overflow: auto}code,kbd,pre,samp{font-family: monospace, monospace;font-display: auto;font-size: 1em}button,input,optgroup,select,textarea{color: inherit;font: inherit;margin: 0}button{overflow: visible}button,select{text-transform: none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance: button;cursor: pointer}button[disabled],html input[disabled]{cursor: default}button::-moz-focus-inner,input::-moz-focus-inner{border: 0;padding: 0}input{line-height: normal}input[type="checkbox"],input[type="radio"]{box-sizing: border-box;padding: 0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height: auto}input[type="search"]{-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance: none}fieldset{border: 1px solid #c0c0c0;margin: 0 2px;padding: .35em .625em .75em}legend{border: 0;padding: 0}textarea{overflow: auto}optgroup{font-weight: bold}table{border-collapse: collapse;border-spacing: 0}td,th{padding: 0}ul{list-style-type: none;padding: 0}html{height: 100%}[id^="wait_comp"]{display: none}body{min-height: 100%;display: -webkit-flex;display: -ms-flexbox;display: -ms-flex;display: flex;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column}iframe{width: 100%}.body-wrapper{-webkit-flex: 1 0 auto;-ms-flex: 1 0 auto;flex: 1 0 auto}html,button,input,select,textarea{color: #3b3b3b}body{font-size: 16px;line-height: 1.4;font-family: Roboto, Arial, Tahoma, sans-serif;font-display: auto;color: #3b3b3b;background: #fff}@media (max-width: 467px){body{font-size: 14px}}::-moz-selection{background: #4ba2cf;color: #fff;text-shadow: none;text-shadow: 0 1px 1px rgba(0,0,0,0.4)}::selection{background: #4ba2cf;color: #fff;text-shadow: none;text-shadow: 0 1px 1px rgba(0,0,0,0.4)}hr{display: block;height: 1px;border: 0;background: rgba(0,0,0,0.2);margin: 1em 0;padding: 0}img{vertical-align: middle;max-width: 100%}.bxedtaskbarset img{max-width: none}.bx-yandex-view-map img{max-width: inherit}fieldset{border: 0;margin: 0;padding: 0}textarea{resize: vertical;line-height: 1.4}a,.pseudolink{color: #4ba2cf;text-decoration: none;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out}a:hover,.pseudolink:hover,a:focus,.pseudolink:focus,a.active,.pseudolink.active{color: #e3585b;text-decoration: underline}.underline{text-decoration: underline}*[data-target-self],*[data-target-blank],.pseudolink{cursor: pointer}h1,.h1{margin: 0 0 1em 0;font: normal 26px/40px Roboto, Arial, Tahoma, sans-serif}h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin: 1em 0}h2,.h2{font: normal 24px/30px Roboto, Arial, Tahoma, sans-serif}h3,.h3{font: bold 20px/26px Roboto, Arial, Tahoma, sans-serif}h4,.h4{font: bold 18px/22px Roboto, Arial, Tahoma, sans-serif}h5,.h5{font: bold 16px/20px Roboto, Arial, Tahoma, sans-serif}h6,.h6{font: bold 14px/18px Roboto, Arial, Tahoma, sans-serif}:-moz-placeholder{color: #fff}:-ms-input-placeholder{color: #fff}::-webkit-input-placeholder{color: #fff}blockquote{background: rgba(255,180,0,0.2);border-left: 2px solid #ffb400;margin: 1.5em 10px;padding: 1em 10px;quotes: "\201C" "\201D" "\2018" "\2019";position: relative}blockquote cite{display: block;font-weight: bold;margin-bottom: 10px;color: #e3585b}blockquote:before,blockquote:after{color: #ffb400;content: open-quote;font-size: 4em;line-height: 0.1em;margin-right: 0.25em;vertical-align: -0.4em;position: absolute}blockquote:after{content: close-quote;bottom: -15px;right: -10px;position: absolute}code,kbd,pre,samp{font-family: Menlo, Monaco, Consolas, "Courier New", monospace}code{padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px}kbd{padding: 2px 4px;font-size: 90%;color: #ffffff;background-color: #333333;border-radius: 3px;-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding: 0;font-size: 100%;font-weight: bold;-webkit-box-shadow: none;box-shadow: none}pre code{padding: 0;line-height: 1.4;color: inherit;white-space: pre-wrap;background-color: transparent;border-radius: 0}pre code,pre code.hljs{font-size: 12px}a.tdu{text-decoration: underline}.main-container{max-width: 1220px;width: 100%;min-height: 100px;margin: 0 auto}@media (max-width: 1366px){.main-container{max-width: 1015px}}@media (max-width: 1024px){.main-container{max-width: 910px}}@media (max-width: 899px){.main-container{max-width: 768px}}.container{max-width: 1220px;width: 100%}@media (max-width: 1366px){.container{max-width: 1015px}}@media (max-width: 1024px){.container{max-width: 910px}}@media (max-width: 899px){.container{max-width: 768px}}.flex-container{max-width: 1920px;margin: 0 auto;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-direction: row;flex-direction: row;-webkit-justify-content: space-around;-moz-justify-content: space-around;-ms-flex-pack: distribute;justify-content: space-around}@media (min-width: 1921px){.flex-container{justify-content: center;-ms-justify-content: center}}.flex-container.main-container{max-width: 1220px}.flex-start{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-direction: row;flex-direction: row;-webkit-justify-content: flex-start;-webkit-box-pack: start;-moz-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start}.flex-center{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-direction: row;flex-direction: row;-webkit-justify-content: center;-webkit-box-pack: center;-moz-justify-content: center;-ms-flex-pack: center;justify-content: center}.j-around{-webkit-justify-content: space-around;-moz-justify-content: space-around;-ms-flex-pack: distribute;justify-content: space-around}.j-between{-webkit-justify-content: space-between;-webkit-box-pack: justify;-moz-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between}.j-center{-webkit-justify-content: center;-webkit-box-pack: center;-moz-justify-content: center;-ms-flex-pack: center;justify-content: center}.j-start{-webkit-justify-content: flex-start;-webkit-box-pack: start;-moz-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start}.j-end{-webkit-justify-content: flex-end;-webkit-box-pack: end;-moz-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end}.col{float: left}.col-left{min-height: 550px;width: 28%;margin: 0 auto}@media (max-width: 1365px){.col-left{width: 31%}}@media (max-width: 1239px){.col-left{width: 100%;padding: 0;max-width: inherit;min-width: 320px}}.col-right{width: 60%}.col-right .content{max-width: 950px}@media (max-width: 1789px){.col-right .content{width: 90%}}@media (max-width: 1239px){.col-right .content{width: 95%}}@media (max-width: 767px){.col-right .content{min-width: 100%}}.col-right .content .content{max-width: 100%;width: 100%}@media (max-width: 1365px){.col-right{width: 58%}}@media (max-width: 1239px){.col-right{width: 100%;min-width: 320px;padding-left: 90px}}@media (max-width: 768px){.col-right{padding-left: 50px}}@media (max-width: 767px){.col-right{padding-left: 0}}.btn{display: inline-block;font-size: 16px;font-weight: 900;text-transform: uppercase;padding: 20px 20px;border-radius: 6px;transition: all .3s ease-in-out;-webkit-box-shadow: 5px 5px 30px rgba(0,0,0,0.2);-moz-box-shadow: 5px 5px 30px rgba(0,0,0,0.2);-ms-box-shadow: 5px 5px 30px rgba(0,0,0,0.2);box-shadow: 5px 5px 30px rgba(0,0,0,0.2);position: relative;overflow: hidden;cursor: pointer;line-height: 1}.btn:active,.btn:focus,.btn:hover{text-decoration: none;outline: none}.btn.btn-blue{color: #fff;background-color: #4ba2cf}.btn.btn-blue:hover,.btn.btn-blue:active{background-color: #3189b6}.btn.btn-white{border: 1px solid #e8e8e8;color: #000;font-weight: 400;box-shadow: none}.btn.btn-white:hover,.btn.btn-white:active{background-color: #e8e8e8}.btn.btn-red{background-color: #e3585b;color: #fff}.btn.btn-red:hover,.btn.btn-red:active{background-color: #dc2c30}.btn.btn-red-border{border: 2px solid #e3585b;color: #000;font-weight: 400;font-style: normal;text-transform: none;background-color: transparent;box-shadow: none;padding: 14px 20px}.btn.btn-red-border:hover{background-color: #4ba2cf;border-color: #4ba2cf;color: #fff}.btn.btn-red-border:disabled:hover{background-color: transparent;border-color: #e3585b;color: #000}.btn.btn-red-border.reset-filter{padding: 10px 15px}@media (max-width: 480px){.btn{font-size: 14px}}.btn .after{position: absolute;border-radius: 50%;background-color: red}.btn-wrap{margin: 40px 0 75px}.show-more .btn-wrap .btn{border: 1px solid #e8e8e8;text-transform: uppercase}.show-more .btn-wrap .btn .icon{margin: -2px 0 0 5px}@media (max-width: 1366px){.show-more .btn-wrap{text-align: right}}@media (max-width: 1239px){.show-more .btn-wrap{text-align: left}}@media (max-width: 767px){.show-more{margin-top: 60px}.show-more p{float: none;text-align: center;margin-left: 0}.show-more .btn-wrap{margin-bottom: 90px;display: block}.show-more .btn-wrap a.btn{margin-left: 0}}.btn-site{display: inline-block;background-color: #e3585b;color: #fff;padding: 18px 20px 18px 15px;position: fixed;top: 380px;right: -125px;line-height: 1;cursor: pointer;animation: btnLeft 2s infinite ease-in-out;transition: all .3s ease-in-out;z-index: 10;font-size: 16px}.btn-site .fa{line-height: 0.9;margin-right: 10px;font-size: 18px}.btn-site::before{content: '';display: inline-block;border-left: 10px solid transparent;border-top: 26px solid #e3585b;border-bottom: 27px solid #e3585b;position: absolute;left: -10px;top: 0}.btn-site:hover{right: 0;animation: Left 1s ease}@media (max-width: 768px){.btn-site{display: none}}@-webkit-keyframes Left{from{right: -125px}to{right: 0}}@-moz-keyframes btnLeft{from{right: -125px}to{right: 0}}@-o-keyframes btnLeft{from{right: -125px}to{right: 0}}@keyframes btnLeft{from{right: -125px}to{right: 0}}@-webkit-keyframes btnLeft{from{right: -134px}50%{right: -125px}to{right: -134px}}@-moz-keyframes btnLeft{from{right: -134px}50%{right: -125px}to{right: -134px}}@-o-keyframes btnLeft{from{right: -134px}50%{right: -125px}to{right: -134px}}@keyframes btnLeft{from{right: -134px}50%{right: -125px}to{right: -134px}}.btn-case{display: block;position: absolute;top: 0;right: 0;text-transform: uppercase;font-size: 18px;color: #e3585b;line-height: 0.9;background-image: url(/local/infoexpert/images/sprite.png);background-position: -419px 0}.btn-case:hover,.btn-case:focus,.btn-case:active{text-decoration: none}.btn-case span{display: block;font-weight: 900;font-size: 36px}@media (max-width: 767px){.btn-case{display: inline-block;position: relative;margin-bottom: 30px}}@media (max-width: 320px){.btn-case{margin-left: 10px}}.btn-case-wrap{padding: 18px 28px 18px 116px;margin: 5px 5px 5px 5px}.btn-case-wrap:hover,.btn-case-wrap:focus,.btn-case-wrap:active{text-decoration: none;background-color: #e3585b;color: #fff;border-color: #fff}.btn-case-wrap:hover .case-icon,.btn-case-wrap:focus .case-icon,.btn-case-wrap:active .case-icon{background-position: -281px -45px}.case-icon{display: inline-block;width: 71px;height: 45px;background-image: url(/local/infoexpert/images/sprite.png);background-position: -282px 0px;position: absolute;top: 22px;left: 30px}.btn-back{float: left}@media (max-width: 767px){.btn-back{float: none}}.btn-up{float: right}@media (max-width: 767px){.btn-up{display: none}}.btn-case-return{display: inline-block;padding: 14px 20px 11px 21px;box-shadow: none;background-color: #c9e3f1;border-radius: 0;line-height: 1;font-size: 14px;border: none;font-weight: 700;vertical-align: middle}.btn-case-return:hover,.btn-case-return:active,.btn-case-return:focus{color: #fff;background-color: #4ba2cf}.btn-case-return:hover .arr-btn-small-case::after,.btn-case-return:active .arr-btn-small-case::after,.btn-case-return:focus .arr-btn-small-case::after{border-bottom-color: #fff;border-right-color: #fff}.ladda-button .spinner{position: absolute;width: 32px;height: 32px;top: 50%;margin-top: -16px;opacity: 0;background-image: url(data:image/gif;base64,R0lGODlhIAAgAPMAAJmZmf///6+vr8nJybW1tcDAwOjo6Nvb26ioqKOjo7Ozs/Ly8vz8/AAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==)}.ladda-button[data-loading] .spinner{opacity: 1;left: -40px !important}.icon{display: inline-block;width: 1em;height: 1em;fill: currentColor}.icon-slider-arr{width: 6.25em}.icon-arrow-right{width: 2.4287109375em}.icon-fb{width: 0.587890625em}.icon-vk{width: 1.078125em}.arr-btn{display: inline-block;vertical-align: middle;overflow: hidden;position: relative;padding: 0 0 0 15px;width: 28px;height: 14px;margin-bottom: 1px;transition: all .2s ease-in-out}.arr-btn::after{content: '';display: inline-block;width: 10px;height: 10px;position: absolute;top: 0;left: 10px;border-bottom: 4px solid #e3585b;border-right: 4px solid #e3585b;transition: all .2s ease-in-out;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg)}.active .arr-btn{-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);-webkit-transform-origin: 74%;-moz-transform-origin: 74%;-o-transform-origin: 74%;-ms-transform-origin: 74%;transform-origin: 74%}.active .arr-btn::after{border-color: #4ba2cf}.arr-btn-small{display: inline-block;vertical-align: middle;overflow: hidden;position: relative;padding: 0 0 0 15px;width: 28px;height: 14px;margin-bottom: 1px;transition: all .2s ease-in-out;width: 30px;height: 18px;margin-bottom: 3px}.arr-btn-small::after{content: '';display: inline-block;width: 10px;height: 10px;position: absolute;top: 0;left: 10px;border-bottom: 4px solid #e3585b;border-right: 4px solid #e3585b;transition: all .2s ease-in-out;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg)}.arr-btn-small::after{width: 14px;height: 14px;left: 3px}.arr-btn-small.rotate{-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);transform: rotate(180deg)}.arr-btn-small-case{display: inline-block;vertical-align: middle;overflow: hidden;position: relative;padding: 0 0 0 15px;width: 28px;height: 14px;margin-bottom: 1px;transition: all .2s ease-in-out;width: 30px;margin-bottom: 3px;height: 17px}.arr-btn-small-case::after{content: '';display: inline-block;width: 10px;height: 10px;position: absolute;top: 0;left: 10px;border-bottom: 4px solid #e3585b;border-right: 4px solid #e3585b;transition: all .2s ease-in-out;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg)}.arr-btn-small-case::after{width: 14px;height: 14px;top: 0px;left: 5px;border-bottom-color: #4ba2cf;border-right-color: #4ba2cf}.rotate-left{transform: rotate(-180deg)}.rotate-up{transform: rotate(-90deg)}.rotate-up::after{border-color: #3b3b3b;left: 0}.arr-btn-big{display: inline-block;vertical-align: middle;overflow: hidden;position: relative;padding: 0 0 0 15px;width: 28px;height: 14px;margin-bottom: 1px;transition: all .2s ease-in-out;padding: 0 0 0 10px;width: 27px;height: 22px;margin-bottom: 4px}.arr-btn-big::after{content: '';display: inline-block;width: 10px;height: 10px;position: absolute;top: 0;left: 10px;border-bottom: 4px solid #e3585b;border-right: 4px solid #e3585b;transition: all .2s ease-in-out;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg)}.arr-btn-big::after{width: 18px;height: 18px;left: 0px}.arr-btn-fix{display: inline-block;vertical-align: middle;overflow: hidden;position: relative;padding: 0 0 0 15px;height: 14px;margin-bottom: 1px;transition: all .2s ease-in-out;width: 30px;margin-bottom: 3px;width: 28px;height: 18px;padding: 0 0 0 12px}.arr-btn-fix::after{content: '';display: inline-block;width: 10px;height: 10px;position: absolute;top: 0;left: 10px;border-bottom: 4px solid #e3585b;border-right: 4px solid #e3585b;transition: all .2s ease-in-out;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg)}.arr-btn-fix::after{width: 14px;height: 14px;left: 3px}.arr-btn-fix.rotate{-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);transform: rotate(180deg)}.arr-btn-fix::after{left: 6px}.form-wrap{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 2000;display: none;overflow: hidden;overflow-y: auto}.form-wrap-inline{width: 100%;height: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-align: center}.inline-holder{display: inline-block;vertical-align: middle;width: 100%}.input{display: inline-block;padding: 0 10px;position: relative;margin-bottom: .7;color: #3b3b3b;vertical-align: middle;border: solid 1px #b4b4b4;outline: none;background-color: #fff;-webkit-appearance: none;border-radius: 2px;box-shadow: inset 0 2px 1px rgba(0,0,0,.05);-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transition: all ease .3s;transition: all ease .3s}.input:focus{outline: none;border-color: #4ba2cf;background-color: #fff}textarea.input{padding: 10px;height: auto}select.input{padding: 0;cursor: pointer;border-radius: 5px;-webkit-appearance: menulist}select.input[multiple],select.input.multiple{-webkit-appearance: none;height: auto}.input[type="file"]{padding: 7px}.input[type="number"],.input[type="date"],.input[type="time"]{padding: 0 0 0 10px}.input[type="color"]{padding: 0}.input-required,.input[required]{background-size: 10px 10px;background-repeat: no-repeat;background-position: 100% 0}.input.disabled,.input-disabled,.input:disabled{opacity: .5}.input.disabled:hover,.input-disabled:hover,.input:disabled:hover{background-color: #fff;color: #3b3b3b}.input-block{width: 100%}.checkbox{position: absolute;left: -9999px}.checkbox + label{cursor: pointer;margin-top: 4px;display: inline-block;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}.checkbox + label > span{display: inline-block;width: 18px;height: 18px;margin: -2px 10px 0 0;vertical-align: middle;background: #fff;cursor: pointer;border: solid 1px #b4b4b4;border-radius: 2px;position: relative;box-shadow: inset 0 1px 2px rgba(0,0,0,.1)}.checkbox + label:hover > span{border-color: #b4b4b4}.checkbox:checked + label > span{border-color: #b4b4b4}.checkbox:checked + label > span:before{content: ' ';position: absolute;border: solid #4ba2cf;border-width: 0 0 2px 2px;height: 4px;width: 9px;left: 4px;top: 5px;-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg)}.checkbox:focus + label > span{border-color: #4ba2cf}.checkbox:focus + label{color: #4ba2cf}.checkbox:checked:disabled + label > span,.checkbox:checked:disabled + label:hover > span{border-color: #3b3b3b;background-color: #6e6e6e;cursor: default}.checkbox:checked:disabled + label > span:before,.checkbox:checked:disabled + label:hover > span:before{border-color: #3b3b3b}.checkbox:disabled + label > span,.checkbox:disabled + label > span:hover,.checkbox:disabled + label:hover > span{border-color: #3b3b3b;background-color: #555;cursor: default}.checkbox:disabled + label > span:before,.checkbox:disabled + label > span:hover:before,.checkbox:disabled + label:hover > span:before{border-color: #3b3b3b}.checkbox:disabled + label,.checkbox:disabled + label:hover{color: #3b3b3b;cursor: default}.radio{position: absolute;left: -9999px}.radio + label{cursor: pointer;margin-top: 4px;display: inline-block}.radio + label > span{display: inline-block;width: 18px;height: 18px;margin: -2px 10px 0 0;vertical-align: middle;background: #fff;cursor: pointer;border: solid 1px #b4b4b4;position: relative;border-radius: 10px;box-shadow: inset 0 1px 2px rgba(0,0,0,.1)}.radio + label:hover > span,.radio + label:focus > span{border-color: #b4b4b4}.radio:checked + label > span{border-color: #b4b4b4}.radio:checked + label > span:before{content: ' ';position: absolute;height: 10px;width: 10px;background: #4ba2cf;left: 4px;top: 4px;background-image: -webkit-linear-gradient(left, #000 0%, #fff 100%);background-image: -o-linear-gradient(left, #000 0%, #fff 100%);background-image: linear-gradient(rgba(255,255,255,0.2) 0%, rgba(0,0,0,0) 100%);border-radius: 15px}.radio:focus + label > span{border-color: #4ba2cf}.radio:focus + label{color: #4ba2cf}.radio:checked:disabled + label > span,.radio:checked:disabled + label:hover > span{border-color: #3b3b3b;background-color: #6e6e6e;cursor: default}.radio:checked:disabled + label > span:before,.radio:checked:disabled + label:hover > span:before{background: #3b3b3b}.radio:disabled + label > span,.radio:disabled + label > span:hover,.radio:disabled + label:hover > span{border-color: #3b3b3b;background-color: #555;cursor: default}.radio:disabled + label > span:before,.radio:disabled + label > span:hover:before,.radio:disabled + label:hover > span:before{background: #3b3b3b}.radio:disabled + label,.radio:disabled + label:hover{color: #3b3b3b;cursor: default}.bx-auth-reg .alert p{margin: 0 !important}.form-control{margin: 1em 0}.form-control .input{margin: 0}.form-label{display: inline-block;vertical-align: middle;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}@media (min-width: 900px){.form-label{text-align: right}}form{font-style: italic;z-index: 201}form .btn-wrap a{text-decoration: underline;color: #e3585b;font-size: 16px;font-style: normal;margin-right: 28px}label{display: block;margin: 12px 0 5px;color: #808080;font-size: 14px}label span{color: #e3585b}input[type="text"],input[type="tel"],input[type="email"],input[type="password"]{display: block;padding: 14px 28px;box-sizing: border-box;width: 100%;border: 1px solid #c6c6c6}input[type="text"]:focus,input[type="tel"]:focus,input[type="email"]:focus,input[type="password"]:focus{box-shadow: inset 0 0 5px #4ba2cf;border-color: #4ba2cf}textarea{display: block;color: #b1b1b1;box-sizing: border-box;padding: 15px 25px;width: 100%;max-height: 156px;height: 100%;border: 1px solid #c6c6c6;z-index: 1000}.btn-reset{border: none;background: none;color: #e3585b;text-decoration: underline;cursor: pointer;font-style: normal}.btn-reset:hover,.btn-reset:focus{color: #4ba2cf;outline: none}.pluse{position: absolute;right: 15px;top: 15px;width: 20px;height: 20px;cursor: pointer}.pluse:hover svg{transition: all .5s ease-in-out}.pluse:hover svg g{fill: #e3585b}::-webkit-input-placeholder{color: #808080;font-style: italic}::-moz-placeholder{color: #808080;font-style: italic}:-ms-input-placeholder{color: #808080;font-style: italic}:-moz-placeholder{color: #808080;font-style: italic}.registration-confirm{padding: 180px 0 200px}.fillback{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(106,176,214,0.8);z-index: 600;display: none}.inner form .btn-wrap{display: block}input,textarea{color: #000;font-style: normal}.capcha{max-width: 450px;width: 100%;height: 112px;background-color: beige;margin-top: 35px}.disable{opacity: .5;transition: all .2s ease-in-out}.enabled{opacity: 1;transition: all .2s ease-in-out}label.personal-data{margin-right: 0 !important;margin-bottom: 23px;display: block;position: relative;text-align: left;font-size: 14px}label.personal-data a{font-size: 14px;text-decoration: underline;color: #e3585b}label.personal-data.coop-data{line-height: 1.2}.personal-data [type="checkbox"],.personal-data .chckbox{position: absolute;top: 2px;left: 0}.personal-data-popup [type="checkbox"],.personal-data-popup .chckbox{top: 4px}.select-region{font-style: normal}.select-region label{display: inline-block;margin-right: 30px;line-height: 1.6;cursor: pointer;position: relative;padding-left: 30px}.select-region label::before{content: '';display: block;width: 18px;height: 18px;border: 1px solid #c6c6c6;margin-right: 15px;position: absolute;top: -3px;left: 0}.select-region label::after{content: '';width: 5px;height: 9px;border-right: 2px solid #4ba2cf;border-bottom: 2px solid #4ba2cf;display: none;position: absolute;top: 0px;left: 7px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);transform: rotate(45deg)}.select-region input{display: none;cursor: pointer}.select-region .set-reg:checked + label::before{border-color: #4ba2cf}.select-region .set-reg:checked + label::after{display: block}.select-region .personal-check::before{top: 0}.select-region .personal-check::after{top: 3px}table{max-width: 100%;background-color: transparent;border-collapse: collapse;border-spacing: 0}.table{width: 100%;margin-bottom: 20px}.table th,.table td{padding: 10px;line-height: 20px;text-align: left;vertical-align: top;border-top: 1px solid #aaacad}.table th{font-weight: bold;background: #b4b6b7}.table thead th{vertical-align: bottom}.table caption + thead tr:first-child th,.table caption + thead tr:first-child td,.table colgroup + thead tr:first-child th,.table colgroup + thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top: 0}.table tbody + tbody{border-top: 2px solid #aaacad}.table .table{background-color: #b2b4b5}.table-bordered{border: 1px solid #aaacad;border-collapse: separate;border-left: 0}.table-bordered th,.table-bordered td{border-left: 1px solid #aaacad}.table-bordered caption + thead tr:first-child th,.table-bordered caption + tbody tr:first-child th,.table-bordered caption + tbody tr:first-child td,.table-bordered colgroup + thead tr:first-child th,.table-bordered colgroup + tbody tr:first-child th,.table-bordered colgroup + tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top: 0}.table-bordered tbody + tbody tr:first-child td{border-top: solid 2px #aaacad}.table-striped tbody > tr:nth-child(even) > td,.table-striped tbody > tr:nth-child(even) > th{background-color: rgba(24,24,24,0.1)}.primary-box .table-striped tbody > tr:nth-child(even) > td,.primary-box .table-striped tbody > tr:nth-child(even) > th,.secondary-box .table-striped tbody > tr:nth-child(even) > td,.secondary-box .table-striped tbody > tr:nth-child(even) > th{background-color: rgba(255,255,255,0.2)}.table-hover tr:hover > th,.table-hover tr:hover > td{background-color: #b2b4b5}.table-noborder th,.table-noborder td{border: 0;padding: 8px}.table-noborder th p:first-child,.table-noborder td p:first-child{margin-top: 0}.table-noborder th p:last-child,.table-noborder td p:last-child{margin-bottom: 0}.table-noborder th:first-child,.table-noborder td:first-child{padding-left: 0}.table-noborder th:last-child,.table-noborder td:last-child{padding-right: 0}.form-cooperation{display: inline-block;position: relative;box-sizing: border-box;margin: 0 auto;padding: 28px 25px 40px;max-width: 480px;width: 100%;font-size: 14px;background-color: #fff;text-align: left}.form-cooperation h2{margin-top: 0;font-size: 16px;color: #000;font-weight: bold;display: inline-block;border-bottom: 2px solid #e3585b;padding-bottom: 3px;min-width: 243px}.form-cooperation h2 img{margin: 0 15px 5px 0;width: auto}.form-cooperation textarea{display: block;box-sizing: border-box;padding: 15px 25px;width: 100%;max-height: 156px;height: 100%;border: 1px solid #c6c6c6;z-index: 1000}.form-cooperation textarea:focus{box-shadow: inset 0 0 5px #4ba2cf}.form-cooperation input[type="file"]{position: absolute;left: 0;top: 25px;opacity: 0;z-index: 100;cursor: pointer;padding: 10px 0;width: 142px}.form-cooperation .btn{display: inline-block;border: none;background-color: #4ba2cf;font-size: 18px;font-style: normal;color: #fff;font-weight: bold;text-transform: uppercase;transition: all .3s ease-in-out}.form-cooperation .btn:hover{background-color: #3189b6}.form-cooperation .btn:disabled:hover{background-color: #4ba2cf}.form-cooperation-wrap{background-color: #fff;padding: 28px 15px 40px;box-shadow: 0 0 20px rgba(0,0,0,0.15)}.input-file{position: relative;display: none}.input-file:active > .select{transition: all .1s ease-in-out;background-color: #4ba2cf;color: #fff;border-color: #4ba2cf;box-shadow: inset 0 0 5px rgba(0,0,0,0.5)}.select{cursor: pointer;display: inline-block;border: 2px solid #e3585b;font-style: normal;font-weight: bold;padding: 10px 18px;font-size: 16px;border-radius: 4px}.multiple{color: #e3585b;font-style: normal;font-size: 16px;font-weight: bold;margin-left: 20px}.form-auth{max-width: 480px;width: 100%;margin: 0 auto;display: inline-block;text-align: left;background-color: #fff}.auth-top{box-sizing: border-box;padding: 28px 25px 30px;background-color: #fff;margin-bottom: 10px;box-shadow: 0 0 20px rgba(0,0,0,0.15)}.auth-top h6{color: #e3585b;font-size: 14px;margin-top: 0}.auth-top ul{margin: 0;padding: 0}.auth-top ul li{list-style-type: none;line-height: 1.7}.form-auth-content{position: relative;box-sizing: border-box;padding: 28px 25px 30px;background-color: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.15)}.form-auth-content h2{margin-top: 0}.form-auth-content h2 span{cursor: default;font-weight: 900}.form-auth-content h2 svg{margin-right: 20px}.form-auth-content .btn-wrap a:hover{color: #4ba2cf}.form-auth-content .btn-wrap .reg{color: #4ba2cf;float: left;margin-top: 11px}.form-auth-content .btn-wrap .reg:hover{color: #e3585b}@media (max-width: 479px){.form-auth-content .btn-wrap{margin-top: 25px;text-align: center}.form-auth-content .btn-wrap a{display: inline-block;margin: 0}.form-auth-content .btn-wrap .reg{margin: 0}.form-auth-content .btn-wrap .forgot-pss{float: right}.form-auth-content .btn-wrap .btn{display: block;margin: 50px auto 0}}.form-auth-content .btn{padding: 14px 30px 17px;line-height: 11px;font-weight: bold;height: 44px;font-style: normal;transition: all .3s ease-in-out}.memory-check{display: none}.memory-check:checked + .memory:before{border-color: #e3585b;background-color: #e3585b;box-shadow: inset 0px 0px 0px 1px #fff}.memory{font-style: normal;font-size: 14px;display: inline-block;color: #494848;cursor: pointer}.memory::before{content: '';display: inline-block;width: 15px;height: 15px;border: 1px solid #c6c6c6;margin-right: 15px;vertical-align: sub}.form-auth-static{max-width: 450px}.form-auth-static .login-link{color: #222}.form-auth-static .form-auth-content{box-shadow: none;padding: 0}.logout-form{display: inline-block;border-bottom: solid 2px #e3585b}.logout-form input{vertical-align: middle;padding: 1px 6px 1px 5px}.logout-form input:hover{color: #e3585b;transition: all .2s ease-in-out}.logout-btn{border: none;background: none}.logout-btn:focus,.logout-btn:active{outline: none}.registration{margin-top: 120px}.registration-wrap{max-width: 450px;width: 100%}@media (max-width: 365px){.registration-wrap .btn-wrap{text-align: center}.registration-wrap .btn-wrap a{display: block;margin-right: 0;margin-bottom: 30px}}@media (min-width: 1180px) and (max-width: 1790px){.registration{margin-left: 40px}}@media (max-width: 959px) and (min-width: 768px){.registration{margin-left: 40px}}@media (max-width: 767px){.registration{margin-top: 100px}}@media (max-width: 429px){.registration .btn-wrap{text-align: center}.registration .btn-wrap a{display: block;margin: 0 0 25px}}.error{box-shadow: 0 0 32px rgba(0,0,0,0.1);padding: 30px 23px;font-size: 24px;line-height: 1;color: #e3585b;text-transform: uppercase;font-weight: bold}.error .attention{display: inline-block;padding-top: 2px;margin-right: 15px;width: 28px;height: 28px;background-color: #e3585b;color: #fff;text-align: center;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;border-radius: 50%}.error p{color: #000;font-size: 16px;text-transform: none;font-weight: normal;padding-left: 50px}font.errortext{color: #e3585b !important}.breadcrumb{background: none;padding: 0;top: 463px;height: 25px;left: 0px;text-align: left;margin-bottom: 0}.breadcrumb ul{margin: 0;padding: 0;list-style: none;font-size: 14px;color: #949494}.breadcrumb ul li{display: inline-block;margin: 0 5px 0 0px;position: relative}.breadcrumb ul li a{color: #888686}.breadcrumb ul li.active{color: #4ba2cf;font-size: 16px;font-weight: bold;text-transform: uppercase}.breadcrumb ul li::after{content: '/';display: inline-block;font-size: 18px;top: 11px;right: 0}.breadcrumb ul li.active{margin-left: 0}.breadcrumb ul li.active::after{display: none}.breadcrumb ul li.active a{color: #4ba2cf}@media (min-width: 1921px){.breadcrumb{left: 350px}}@media (min-width: 1240px) and (max-width: 1789px){.breadcrumb{left: -50px}}@media (max-width: 1365px){.breadcrumb{left: 145px}}@media (max-width: 1239px){.breadcrumb{left: -305px}}@media (max-width: 1024px){.breadcrumb{left: -320px}}@media (max-width: 1023px){.breadcrumb{top: 450px}}@media (max-width: 1000px){.breadcrumb{left: -325px}}@media (max-width: 899px){.breadcrumb{left: -335px}}@media (max-width: 767px){.breadcrumb{display: none}}@media (max-width: 899px){.form-inner{margin-left: 50px}}@media (max-width: 359px){.form-inner{margin-left: 7px}}@media (max-width: 767px){.form-inner .breadcrumb{display: block;top: 608px;margin-left: -325px}}@media (max-width: 359px){.form-inner .breadcrumb{display: none}}.mfp-bg{top: 0;left: 0;width: 100%;height: 100%;z-index: 1042;overflow: hidden;position: fixed;background: #0b0b0b;opacity: 0.8;filter: alpha(opacity=80)}.mfp-wrap{top: 0;left: 0;width: 100%;height: 100%;z-index: 1043;position: fixed;outline: none !important;-webkit-backface-visibility: hidden}.mfp-container{text-align: center;position: absolute;width: 100%;height: 100%;left: 0;top: 0;padding: 0 8px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;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-inline-holder .mfp-content,.mfp-ajax-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: -moz-zoom-out;cursor: -webkit-zoom-out;cursor: zoom-out}.mfp-zoom{cursor: pointer;cursor: -webkit-zoom-in;cursor: -moz-zoom-in;cursor: zoom-in}.mfp-auto-cursor .mfp-content{cursor: auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-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: #cccccc;position: absolute;top: 50%;width: auto;text-align: center;margin-top: -0.8em;left: 8px;right: 8px;z-index: 1044}.mfp-preloader a{color: #cccccc}.mfp-preloader a:hover{color: white}.mfp-s-ready .mfp-preloader{display: none}.mfp-s-error .mfp-content{display: none}button.mfp-close,button.mfp-arrow{overflow: visible;cursor: pointer;background: transparent;border: 0;-webkit-appearance: none;display: block;outline: none;padding: 0;z-index: 1046;-webkit-box-shadow: none;box-shadow: none}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;filter: alpha(opacity=65);padding: 0 0 18px 10px;color: white;font-style: normal;font-size: 28px;font-family: Arial, Baskerville, monospace;font-display: auto}.mfp-close:hover,.mfp-close:focus{opacity: 1;filter: alpha(opacity=100)}.mfp-close:active{top: 1px}.mfp-close-btn-in .mfp-close{color: #333333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color: white;right: -6px;text-align: right;padding-right: 6px;width: 100%}.mfp-counter{position: absolute;top: 0;right: 0;color: #cccccc;font-size: 12px;line-height: 18px}.mfp-arrow{position: absolute;opacity: 0.65;filter: alpha(opacity=65);margin: 0;top: 50%;margin-top: -55px;padding: 0;width: 90px;height: 110px;-webkit-tap-highlight-color: rgba(0,0,0,0)}.mfp-arrow:active{margin-top: -54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity: 1;filter: alpha(opacity=100)}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{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,.mfp-arrow .mfp-a{border-top-width: 13px;border-bottom-width: 13px;top: 8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width: 21px;border-bottom-width: 21px;opacity: 0.7}.mfp-arrow-left{left: 0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right: 17px solid #fff;margin-left: 31px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left: 25px;border-right: 27px solid #3f3f3f}.mfp-arrow-right{right: 0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left: 17px solid #fff;margin-left: 39px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{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: black}img.mfp-img{width: auto;max-width: 100%;height: auto;display: block;line-height: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;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: #444444}.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;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;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(.75);transform: scale(.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}}.mfp-ie7 .mfp-img{padding: 0}.mfp-ie7 .mfp-bottom-bar{width: 600px;left: 50%;margin-left: -300px;margin-top: 5px;padding-bottom: 5px}.mfp-ie7 .mfp-container{padding: 0}.mfp-ie7 .mfp-content{padding-top: 44px}.mfp-ie7 .mfp-close{top: 0;right: 0;padding-top: 0}.top-nav ul{list-style: none;padding: 0;margin: 0}.top-nav ul ul{margin: 0;display: none;z-index: 100}.top-nav li{float: left;font: 900 16px/36px Roboto, Arial, Tahoma, sans-serif;position: relative;margin-right: 10px}.top-nav li a{color: #888686;text-decoration: none}.top-nav li a:hover,.top-nav li a:focus{color: #e3585b}.top-nav li a.active{color: #e3585b}.top-nav li.active a{color: #3b3b3b}.top-nav li.active a:hover,.top-nav li.active a:focus{color: #e3585b}.top-nav li.active ul{display: block;position: absolute;border-left: solid 2px #e3585b;padding: 50px 0 0 20px;width: 400px}.top-nav li.active ul li{display: block;float: none;font-size: 24px;line-height: 36px;text-transform: uppercase}.top-nav li.active ul li a.active{color: #e3585b}.cn-modal{margin: 0 auto;background: #fff;position: relative;border-radius: 5px;box-shadow: 0 0 20px rgba(0,0,0,.4)}.cn-modal .content{color: #3b3b3b}.cn-modal-close,.cn-modal-close.mfp-close{color: #3b3b3b;cursor: pointer;margin: 0;line-height: 50px;padding: 0;width: 50px;height: 50px;display: inline-block;font-size: 40px}.cn-modal-header{font-size: 28px;padding: 15px 40px 15px 20px;box-shadow: 0 1px 4px rgba(0,0,0,.1);background: #fff;border-radius: 5px 5px 0 0}.cn-modal-content{padding: 20px}.cn-modal-footer{padding: 20px}.cn-modal-error,.cn-modal-success{padding: 10px 20px;background: #f6511d;color: #fff}.cn-modal-error p,.cn-modal-success p{margin: 0;font-weight: bold}.cn-modal-error font.errortext,.cn-modal-success font.errortext,.cn-modal-error font.notetext,.cn-modal-success font.notetext{color: inherit !important}.cn-modal-success{background: #9bc53d}.cn-modal-errors{list-style: none;margin: 0;padding: 0}/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2014 Hakim El Hattab, http://hakim.se
 */.ladda-button{position: relative}.ladda-button .ladda-spinner{position: absolute;z-index: 2;display: inline-block;width: 32px;height: 32px;top: 50%;margin-top: -16px;opacity: 0;pointer-events: none}.ladda-button .ladda-label{position: relative;z-index: 3}.ladda-button .ladda-progress{position: absolute;width: 0;height: 100%;left: 0;top: 0;background: rgba(0,0,0,0.2);visibility: hidden;opacity: 0;-webkit-transition: .1s linear all !important;-moz-transition: .1s linear all !important;-ms-transition: .1s linear all !important;-o-transition: .1s linear all !important;transition: .1s linear all !important}.ladda-button[data-loading] .ladda-progress{opacity: 1;visibility: visible}.ladda-button,.ladda-button .ladda-spinner,.ladda-button .ladda-label{-webkit-transition: .3s cubic-bezier(.175, .885, .32, 1.275) all !important;-moz-transition: .3s cubic-bezier(.175, .885, .32, 1.275) all !important;-ms-transition: .3s cubic-bezier(.175, .885, .32, 1.275) all !important;-o-transition: .3s cubic-bezier(.175, .885, .32, 1.275) all !important;transition: .3s cubic-bezier(.175, .885, .32, 1.275) all !important}.ladda-button[data-style=zoom-in],.ladda-button[data-style=zoom-in] .ladda-spinner,.ladda-button[data-style=zoom-in] .ladda-label,.ladda-button[data-style=zoom-out],.ladda-button[data-style=zoom-out] .ladda-spinner,.ladda-button[data-style=zoom-out] .ladda-label{-webkit-transition: .3s ease all !important;-moz-transition: .3s ease all !important;-ms-transition: .3s ease all !important;-o-transition: .3s ease all !important;transition: .3s ease all !important}.ladda-button[data-style=expand-right] .ladda-spinner{right: 14px}.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner{right: 4px}.ladda-button[data-style=expand-right][data-loading]{padding-right: 56px}.ladda-button[data-style=expand-right][data-loading] .ladda-spinner{opacity: 1}.ladda-button[data-style=expand-right][data-loading][data-size="s"],.ladda-button[data-style=expand-right][data-loading][data-size="xs"]{padding-right: 40px}.ladda-button[data-style=expand-left] .ladda-spinner{left: 14px}.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner{left: 4px}.ladda-button[data-style=expand-left][data-loading]{padding-left: 56px}.ladda-button[data-style=expand-left][data-loading] .ladda-spinner{opacity: 1}.ladda-button[data-style=expand-left][data-loading][data-size="s"],.ladda-button[data-style=expand-left][data-loading][data-size="xs"]{padding-left: 40px}.ladda-button[data-style=expand-up]{overflow: hidden}.ladda-button[data-style=expand-up] .ladda-spinner{top: -32px;left: 50%;margin-left: -16px}.ladda-button[data-style=expand-up][data-loading]{padding-top: 54px}.ladda-button[data-style=expand-up][data-loading] .ladda-spinner{opacity: 1;top: 14px;margin-top: 0}.ladda-button[data-style=expand-up][data-loading][data-size="s"],.ladda-button[data-style=expand-up][data-loading][data-size="xs"]{padding-top: 32px}.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner{top: 4px}.ladda-button[data-style=expand-down]{overflow: hidden}.ladda-button[data-style=expand-down] .ladda-spinner{top: 62px;left: 50%;margin-left: -16px}.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner{top: 40px}.ladda-button[data-style=expand-down][data-loading]{padding-bottom: 54px}.ladda-button[data-style=expand-down][data-loading] .ladda-spinner{opacity: 1}.ladda-button[data-style=expand-down][data-loading][data-size="s"],.ladda-button[data-style=expand-down][data-loading][data-size="xs"]{padding-bottom: 32px}.ladda-button[data-style=slide-left]{overflow: hidden}.ladda-button[data-style=slide-left] .ladda-label{position: relative}.ladda-button[data-style=slide-left] .ladda-spinner{left: 100%;margin-left: -16px}.ladda-button[data-style=slide-left][data-loading] .ladda-label{opacity: 0;left: -100%}.ladda-button[data-style=slide-left][data-loading] .ladda-spinner{opacity: 1;left: 50%}.ladda-button[data-style=slide-right]{overflow: hidden}.ladda-button[data-style=slide-right] .ladda-label{position: relative}.ladda-button[data-style=slide-right] .ladda-spinner{right: 100%;margin-left: -16px}.ladda-button[data-style=slide-right][data-loading] .ladda-label{opacity: 0;left: 100%}.ladda-button[data-style=slide-right][data-loading] .ladda-spinner{opacity: 1;left: 50%}.ladda-button[data-style=slide-up]{overflow: hidden}.ladda-button[data-style=slide-up] .ladda-label{position: relative}.ladda-button[data-style=slide-up] .ladda-spinner{left: 50%;margin-left: -16px;margin-top: 1em}.ladda-button[data-style=slide-up][data-loading] .ladda-label{opacity: 0;top: -1em}.ladda-button[data-style=slide-up][data-loading] .ladda-spinner{opacity: 1;margin-top: -16px}.ladda-button[data-style=slide-down]{overflow: hidden}.ladda-button[data-style=slide-down] .ladda-label{position: relative}.ladda-button[data-style=slide-down] .ladda-spinner{left: 50%;margin-left: -16px;margin-top: -2em}.ladda-button[data-style=slide-down][data-loading] .ladda-label{opacity: 0;top: 1em}.ladda-button[data-style=slide-down][data-loading] .ladda-spinner{opacity: 1;margin-top: -16px}.ladda-button[data-style=zoom-out]{overflow: hidden}.ladda-button[data-style=zoom-out] .ladda-spinner{left: 50%;margin-left: -16px;-webkit-transform: scale(2.5);-moz-transform: scale(2.5);-ms-transform: scale(2.5);-o-transform: scale(2.5);transform: scale(2.5)}.ladda-button[data-style=zoom-out] .ladda-label{position: relative;display: inline-block}.ladda-button[data-style=zoom-out][data-loading] .ladda-label{opacity: 0;-webkit-transform: scale(.5);-moz-transform: scale(.5);-ms-transform: scale(.5);-o-transform: scale(.5);transform: scale(.5)}.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner{opacity: 1;-webkit-transform: none;-moz-transform: none;-ms-transform: none;-o-transform: none;transform: none}.ladda-button[data-style=zoom-in]{overflow: hidden}.ladda-button[data-style=zoom-in] .ladda-spinner{left: 50%;margin-left: -16px;-webkit-transform: scale(.2);-moz-transform: scale(.2);-ms-transform: scale(.2);-o-transform: scale(.2);transform: scale(.2)}.ladda-button[data-style=zoom-in] .ladda-label{position: relative;display: inline-block}.ladda-button[data-style=zoom-in][data-loading] .ladda-label{opacity: 0;-webkit-transform: scale(2.2);-moz-transform: scale(2.2);-ms-transform: scale(2.2);-o-transform: scale(2.2);transform: scale(2.2)}.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner{opacity: 1;-webkit-transform: none;-moz-transform: none;-ms-transform: none;-o-transform: none;transform: none}.ladda-button[data-style=contract]{overflow: hidden;width: 100px}.ladda-button[data-style=contract] .ladda-spinner{left: 50%;margin-left: -16px}.ladda-button[data-style=contract][data-loading]{border-radius: 50%;width: 52px}.ladda-button[data-style=contract][data-loading] .ladda-label{opacity: 0}.ladda-button[data-style=contract][data-loading] .ladda-spinner{opacity: 1}.ladda-button[data-style=contract-overlay]{overflow: hidden;width: 100px;box-shadow: 0px 0px 0px 2000px transparent}.ladda-button[data-style=contract-overlay] .ladda-spinner{left: 50%;margin-left: -16px}.ladda-button[data-style=contract-overlay][data-loading]{border-radius: 50%;width: 52px;box-shadow: 0px 0px 0px 2000px rgba(0,0,0,0.8)}.ladda-button[data-style=contract-overlay][data-loading] .ladda-label{opacity: 0}.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner{opacity: 1}.ladda-spinner{display: none !important}.hamburger{display: none;width: 38px;height: 26px;position: absolute;z-index: 500;-webkit-tap-highlight-color: transparent;-ms-touch-action: manipulation;touch-action: manipulation;padding-right: 110px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}.hamburger.active .icon-hamburger{background-color: transparent}.hamburger.active .icon-hamburger:before,.hamburger.active .icon-hamburger:after{background-color: #000000}.hamburger.active .icon-hamburger:before{-ms-transform: translateY(10px) rotate(45deg);-webkit-transform: translateY(10px) rotate(45deg);transform: translateY(10px) rotate(45deg)}.hamburger.active .icon-hamburger:after{-ms-transform: translateY(-10px) rotate(-45deg);-webkit-transform: translateY(-10px) rotate(-45deg);transform: translateY(-10px) rotate(-45deg)}@media (max-width: 899px){.hamburger{display: block;top: 50px;left: 30px}}@media (max-width: 479px){.hamburger{display: block;top: 22px;left: 15px}}.top-hamburger{position: absolute;z-index: 500;left: -55px;top: 15px;display: none}@media (max-width: 1023px){.top-hamburger{display: none}}@media (max-width: 1239px){.inner > .hamburger{display: block;left: 20px;top: 39px;position: fixed}}@media (max-width: 767px){.inner > .hamburger{top: 22px;left: 15px}.inner > .hamburger.active .icon-hamburger{background-color: #4ba2cf}}@media (max-width: 1239px){.inner .header-desktop{display: none}.inner .header-mobile{display: block}}@media (max-width: 1238px){.main-page .header-desktop,.main-page .main-menu{display: none}.main-page .header-mobile{display: block}}@media (min-width: 1238px){.main-page .header-mobile{display: none}.main-page .header-desktop,.main-page .main-menu{display: block}}@media (min-width: 1239px){.inner .header-mobile{display: none}.inner .header-desktop,.inner .main-menu{display: block}}.icon-hamburger{position: relative}.icon-hamburger,.icon-hamburger:before,.icon-hamburger:after{display: block;width: 33px;height: 3px;background-color: #e3585b;-webkit-transition: all ease .4s;transition: all ease .4s}.icon-hamburger:before,.icon-hamburger:after{position: absolute;content: ""}.icon-hamburger:before{top: -10px}.icon-hamburger:after{top: 10px}.mobile-nav-wrapper{top: 0;bottom: 0;right: 0;z-index: 250;position: fixed;display: none;width: 100%;padding-top: 75px;background: #FFFFFF;-ms-transform: translateX(-100%);-webkit-transform: translateX(-100%);transform: translateX(-100%);-moz-transition-property: -moz-transform;-o-transition-property: -o-transform;-webkit-transition-property: -webkit-transform;transition-property: transform;-moz-transition-duration: 0.4s;-o-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;transition-duration: 0.4s;overflow-y: auto;overflow-x: hidden;-webkit-overflow-scrolling: touch}.mobile-nav-wrapper.active{-ms-transform: scale(1);-webkit-transform: scale(1);transform: scale(1)}.mobile-nav-inner{width: 100%;height: 100%;display: table;table-layout: fixed}.mobile-nav .ios-fix{height: 110%;-ms-transform: translateY(-5%);-webkit-transform: translateY(-5%);transform: translateY(-5%);padding-top: 10%;padding-bottom: 10%}.mobile-nav ul{list-style: none;margin: 0;padding: 0}.mobile-nav ul a{color: #fff;font-size: 16px;line-height: 20px;display: block;padding: 18px 20px}.mobile-nav ul a:active,.mobile-nav ul a:hover{text-decoration: none}.mobile-nav ul li{text-align: center}.mobile-nav ul li a{position: relative;display: inline-block;font-size: 25px;border-bottom: 2px solid #fff;padding: 12px 0 4px;margin-bottom: 18px}.mobile-nav ul li a.active{text-decoration: none}.mobile-nav ul li li a{text-transform: none;font-size: 16px;text-decoration: none;font-weight: 100;padding: 10px 20px;font-weight: 300;border-bottom: none}.mobile-nav ul li.active{margin-bottom: 25px}.mobile-nav ul li.active > a{margin-bottom: 10px;text-decoration: none;border-bottom: 3px solid #fff}.mobile-nav > ul{margin: 10px 20px 20px;border-radius: 3px}.mobile-nav > ul > li:first-child a{border-radius: 3px 3px 0 0}.mobile-nav > ul > li:last-child a{border-radius: 0 0 3px 3px}.fixed-hamburger{position: fixed;top: 40px;display: block;left: 30px}@media (max-width: 767px){.fixed-hamburger{top: 22px;left: 15px}}.fixed-hamburger .icon-hamburger,.fixed-hamburger .icon-hamburger:before,.fixed-hamburger .icon-hamburger:after{background-color: #e3585b}@media (max-width: 767px){.fixed-hamburger .icon-hamburger,.fixed-hamburger .icon-hamburger:before,.fixed-hamburger .icon-hamburger:after{background-color: white}}.header-fixed .mobile-nav-wrapper{left: 100%;height: 100%}.mobile-nav-wrapper.main-nav{display: block !important}.adminTemp .main-container .hamburger.active{position: fixed;background: url(/local/templates/main-2019/images/svg/cross.svg) no-repeat 0px 0px;left: calc(50% - 8px);width: 15px;height: 15px;top: 30px}.adminTemp .mobile-nav-wrapper.active{-ms-overflow-style: none;overflow: -moz-scrollbars-none}.adminTemp .mobile-nav-wrapper.active::-webkit-scrollbar{display: none}.adminTemp .hamburger.active .icon-hamburger{display: none}.filter{margin-top: 30px}.filter ul{margin: 0 0 25px;padding: 0}.filter ul li{list-style-type: none;float: left;margin-right: 20px;margin-bottom: 23px;color: #000}.filter ul li:last-child{margin-left: 0}.filter ul li a{color: #000}.filter input[type="checkbox"]{display: none}@media (max-width: 899px){.filter{padding-bottom: 20px}}@media (max-width: 430px){.filter ul li{margin: 0 20px 10px 0}}.filter-click{margin: 0;color: #000;font-style: normal;font-weight: normal;cursor: pointer}.filter-click:hover{text-decoration: underline}.filter-click.checked:hover{text-decoration: none}#set_filter{display: none}.checked{color: #e3585b;position: relative}.checked::after{display: block;content: '';position: absolute;top: -2px;right: -3px;bottom: -2px;left: -3px;border-radius: 3px}.filter-click.checked{color: #45A1CA !important;font-weight: bold !important}.jq-file{border-radius: 2px;margin-bottom: 10px}.jq-file input{cursor: pointer;height: auto;line-height: 1em}.jq-file:active .jq-file__browse{color: #fff;background: #4ba2cf;border-color: #4ba2cf}.jq-file:active .jq-file__name{border-color: #4ba2cf;color: #4ba2cf}.jq-file.disabled{color: #aaacad;border-color: #aaacad}.jq-file.disabled .jq-file__name{color: #aaacad;border-color: #aaacad}.jq-file.disabled:hover .jq-file__browse,.jq-file.disabled:active .jq-file__browse{background: #aaacad;border-color: #aaacad}.jq-file.disabled .jq-file__browse{border-color: #aaacad;background: #aaacad;color: #3b3b3b}.jq-file__name{box-sizing: border-box;width: 100%;height: 40px;padding: 0 80px 0 10px;color: #3b3b3b;font: 15px/40px Roboto, Arial, Tahoma, sans-serif;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;border: solid 1px #b4b4b4;border-radius: 2px;box-shadow: inset 0 2px 1px rgba(0,0,0,.05)}.focused .jq-file__name{border-color: #4ba2cf;color: #4ba2cf}.jq-file__browse{position: absolute;top: 0;right: 0;color: #fff;font: 15px/40px Roboto, Arial, Tahoma, sans-serif;padding: 0 10px;border-radius: 0 2px 2px 0;background: #4ba2cf}.focused .jq-file__browse{color: #fff;background: #338fbe}.jq-selectbox{vertical-align: middle;cursor: pointer;max-width: 100%;-webkit-transition: opacity ease .1s;transition: opacity ease .1s}.jq-selectbox.opacity-one{opacity: 1}.jq-selectbox.disabled .jq-selectbox__select{background: #aaacad;color: #181818;opacity: .7;cursor: default;border-color: #b4b4b4}.jq-selectbox:hover .jq-selectbox__trigger-arrow{opacity: 1;filter: alpha(opacity=100)}.jq-selectbox.disabled .jq-selectbox__trigger-arrow{opacity: 0.3;filter: alpha(opacity=30)}.jq-selectbox ul{margin: 0;padding: 0}.jq-selectbox li{min-height: 20px;padding: 8px 16px 8px 30px;position: relative;margin: 7px 0;color: #3b3b3b;-webkit-transition: all ease .3s;transition: all ease .3s;font-size: 15px}.jq-selectbox li:after{content: "";position: absolute;top: -4px;left: 30px;right: 0;height: 1px;background: #cecece}.jq-selectbox li:first-child:after{content: none}.jq-selectbox li.selected:before,.jq-selectbox li.sel:before{position: absolute;content: "";border: solid #4ba2cf;border-width: 0 0 2px 2px;top: 50%;left: 8px;height: 4px;width: 9px;margin-top: -5px;-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg)}.jq-selectbox li.selected:hover:before,.jq-selectbox li.sel:hover:before{border-color: #fff}.jq-selectbox li:hover{color: #fff;background: #4ba2cf}.jq-selectbox li.disabled{color: #aaacad;cursor: default}.jq-selectbox li.disabled:hover{background: none}.jq-selectbox li.optgroup{font-weight: bold}.jq-selectbox li.optgroup:hover{background: none;color: #fff;cursor: default}.jq-selectbox li.option{padding-left: 25px}.jq-selectbox__select{height: 40px;padding: 0 40px 0 15px;border: solid 1px #b4b4b4;border-radius: 3px;background: #fff;color: #181818;font: 16px / 40px Roboto, Arial, Tahoma, sans-serif;box-shadow: inset 0 2px 1px rgba(0,0,0,.05)}.jq-selectbox__select:hover,.jq-selectbox__select:active,.focused .jq-selectbox__select,.dropdown .jq-selectbox__select{color: #3b3b3b;border-color: #4ba2cf}.jq-selectbox__select-text{display: block;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 100%}.jq-selectbox__trigger{position: absolute;top: 0;right: 0;width: 40px;height: 100%}.jq-selectbox__trigger-arrow{position: absolute;top: 50%;left: 50%;width: 8px;height: 8px;margin-top: -6px;margin-left: -4px;border: solid 2px #4ba2cf;border-top: 0;border-right: 0;border-radius: 0 0 0 2px;-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-transition: transform ease .3s;transition: transform ease .3s}.opened .jq-selectbox__trigger-arrow{margin-top: -2px;-webkit-transform: rotate(-225deg);-ms-transform: rotate(-225deg);transform: rotate(-225deg)}.jq-selectbox.disabled .jq-selectbox__trigger-arrow{border-color: #3b3b3b}.jq-selectbox__dropdown{top: 40px;width: 100%;margin: 10px 0;padding: 0;font: 16px / 20px Roboto, Arial, Tahoma, sans-serif;background: #fff;border: solid 1px #cecece;border-radius: 1px;min-width: 180px;box-shadow: 0 1px 10px rgba(0,0,0,.2)}.jq-selectbox__search{margin: 0;padding: 10px;background: #fcfcfc;border-bottom: solid 1px #cecece;box-shadow: 0 1px 2px rgba(0,0,0,.05)}.jq-selectbox__search input{width: 100%;margin: 0;padding: 0 20px 0 40px;height: 40px;display: block;outline: none;border: solid 1px #b4b4b4;border-radius: 3px;color: #3b3b3b;background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAABtUlEQVR42u3TQUuUURTGcS1HalWAUoFZqWlgWOHGcufMpkINw5VF7uoTFAUFUh9F+KEYAoYZRCFQq3IvA00gqNSgUMz2vRGQMLyvM3Oxpefunufwv4fnntuUXXL6FIzJ65Vrii/HTHurIuyd396Y0to44oiHtiVWPZHX47SLCp75LLFhWnMjkFM+SMzqy/D6zQneaa8H6VayZaRGx00/FF2oBTnju3Xn6lzV45uitv0z+WhLR8rIApUty87II4l8g88wKriXZRy3aTZiJRaVtKTlBxK9EZhrgsm0vGw1ckW/WEivfcXjSMyMHdUxuyQYicTcFnRWS3lBdyTmiuBGmtwRiekSjBx8mquC69VSr6AQiRkTnK2WWlQ8jcS8VE6LSz5FYtbMpcUpif4IyKDgTlputWE+ArOkqCXLmBbcahByVzCZbTVb8VNPQ0+96/X+druikst1U0lsOlGr5bx1v0zU6Jiwa1vwovZdbVYE7w1mzrEkWHTS8/qgZveVBF/NGDWgy4Bxr6wJiv+CTYGySs6kBTvC3imbN+7oXzcNqjdXpyEFQ1V/JwWKqkPQAUDD/wM0LPcHLqgsRPATNpMAAAAASUVORK5CYII=') no-repeat 12px 8px;background-size: 20px 20px;-webkit-appearance: textfield;box-shadow: inset 0 2px 1px rgba(0,0,0,.05);-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transition: all ease .3s;transition: all ease .3s}.jq-selectbox__search input::-webkit-search-cancel-button,.jq-selectbox__search input::-webkit-search-decoration{-webkit-appearance: none}.jq-selectbox__search input:focus{border-color: #4ba2cf}.jq-selectbox__not-found{margin: 0;padding: 10px;text-align: center;color: #4ba2cf;font-size: 15px}.header-main{position: relative;background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATsAAAABAQMAAACbhJv7AAAABlBMVEUAAADo6Og64Ct5AAAAAnRSTlMAgJsrThgAAAAPSURBVHjaY2DABExYxBgAAFMAAywcaagAAAAASUVORK5CYII='), url('/local/infoexpert/images/h-1920.png');background-repeat: no-repeat;background-position: top center;background-size: cover;min-height: 910px;margin-bottom: 60px;padding-top: 120px}@media (max-width: 1366px){.header-main{background-image: url('/local/infoexpert/images/h-1366.png');padding-top: 40px;min-height: 760px}}@media (max-width: 1365px){.header-main{min-height: 720px;padding-top: 60px;padding-left: 60px;background-position: 50% 50%, 55% 100%}}@media (max-width: 1024px){.header-main{background-image: url('/local/infoexpert/images/h-1024.png')}}@media (max-width: 1023px){.header-main{padding-left: 0}}@media (max-width: 899px){.header-main{min-height: 380px;padding-top: 20px;margin-bottom: 190px}}@media (max-width: 768px){.header-main{background-image: url('/local/infoexpert/images/h-768.png')}}@media (max-width: 480px){.header-main{min-height: 300px;margin-bottom: 230px;background-position: 50% 50%, 70% 100%}}@media (max-width: 479px){.header-main{min-height: 275px;margin-bottom: 240px;background-position: 50% 50%, 47% 100%}}@media (max-width: 320px){.header-main{background-image: url('/local/infoexpert/images/h-320.png')}}.nav-block,.logo-block,.soc-links-block,.vertical-block,.address-block,.phone-block,.cta-block,.auth-block{position: absolute}.logo-block{right: 0px;overflow: hidden}@media (max-width: 899px){.logo-block{top: 20px;right: 10px}}@media (max-width: 479px){.logo-block{top: -5px;right: 0}}.logo{display: block;width: 118px;height: 118px;background: #4ba2cf url('/local/infoexpert/images/logo_w_text.svg') no-repeat 50% 50%;background-size: 70px auto;border-radius: 50%;z-index: 100;-webkit-transition: all ease-out .3s;transition: all ease-out .3s;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg)}.logo span{display: block;text-align: center;line-height: 30px;font-size: 18px;text-decoration: none;color: #fff;width: 118px;height: 118px;border-radius: 50%;padding: 54px 10px 11px 10px;opacity: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transition: all ease .3s;transition: all ease .3s;-webkit-transform: rotate(-180deg);-ms-transform: rotate(-180deg);transform: rotate(-180deg)}@media (min-width: 900px){.logo{background-size: 100px auto;width: 168px;height: 168px}.logo span{width: 168px;height: 168px;line-height: 30px;font-size: 18px}.logo:hover{-webkit-transform: rotate(-270deg);-ms-transform: rotate(-270deg);transform: rotate(-270deg);background-color: #e3585b;background-size: 0 0;text-decoration: none}.logo:hover span{text-decoration: none;opacity: 1;-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);transform: rotate(-90deg)}}@media (max-width: 479px){.logo{width: 85px;height: 85px;background-size: 55px auto}.logo span{width: 85px;height: 85px}}.soc-links-block{top: 200px;right: 0;text-align: center}.soc-links-block a{display: block;height: 24px;line-height: 24px;font-size: 24px;margin-bottom: 10px;color: #3b3b3b;-webkit-transition: all ease .3s;transition: all ease .3s}.soc-links-block a:hover,.soc-links-block a:focus{color: #e3585b}@media (min-width: 900px){.soc-links-block a{float: right;margin-left: 25px;font-size: 30px}}@media (max-width: 899px){.soc-links-block{top: 170px;right: 40px}.soc-links-block a{display: inline-block;margin-left: 10px}}@media (max-width: 480px){.soc-links-block{top: 150px;right: 55px}.soc-links-block a{display: block;margin: 0 0 20px}}@media (max-width: 479px){.soc-links-block{top: 95px;right: -7px}.soc-links-block a{display: inline-block;margin: 0 20px 0 0}}.vertical-block{display: block;top: 40px;right: 170px;height: 755px;width: 112px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: url(/images/txt-sprite.png);background-position: -31px 0px}@media (min-width: 1367px) and (max-width: 1680px){.vertical-block{display: none}}@media (max-width: 1366px){.vertical-block{right: 0;height: 547px;width: 82px;background-position: -180px 0px}}@media (max-width: 1365px){.vertical-block{display: none}}@media (max-width: 899px){.vertical-block{width: 29px;height: 325px;display: none;background-size: cover;right: 0;top: 0;background-position: -10px 0px}}.phone-block,.cta-block,.auth-block{text-align: center;left: 0;right: 0;-webkit-transition: all ease .3s;transition: all ease .3s}.phone-block{font-size: 30px;font-weight: 900;line-height: 1.1;top: 240px;color: #4ba2cf;z-index: 10}.phone-block a{display: inline-block;text-decoration: none}.phone-block small{font-size: 18px}@media (min-width: 900px){.phone-block{right: -3px;left: auto}}@media (max-width: 899px){.phone-block{top: 385px}}@media (max-width: 480px){.phone-block{top: 270px}.phone-block a{font-size: 20px}}@media (max-width: 479px){.phone-block{top: 285px}.phone-block small{display: block}.phone-block a{font-size: 30px}}.auth-block{left: 470px;right: auto}.auth-block:hover svg{fill: #222}@media (max-width: 899px){.auth-block{top: 20px;left: 0;right: 0}}@media (max-width: 480px){.auth-block{top: 325px}}@media (max-width: 479px){.auth-block{top: -8px;left: 60px;right: auto}}.border-bottom{display: inline-block;border-bottom: solid 2px #e3585b}.border-bottom:hover svg{fill: #222;transitiom: fill .2s ease-in-out}.border-bottom:hover a{color: #e3585b}.login-link{font-weight: bold;font-size: 16px;line-height: 30px;display: inline-block;cursor: pointer}.login-link a{color: #222}.login-link a:hover,.login-link a:focus{text-decoration: none}.login-link .customer-txt{font-size: 17px}.login-link:hover,.login-link:focus{color: #e3585b;transition: all .2s ease-in-out}.login-link svg{vertical-align: sub;color: #aaacad;margin-right: 10px;font-size: 1.6em;width: 1.2em}@media (max-width: 479px){.login-link{line-height: 22px}.login-link svg{margin: 0}}.logout-wrap{display: inline-block}@media (max-width: 550px){.logout-wrap{display: none}}@media (max-width: 479px){.login-link-hidden{display: none}}.cta-block{top: 350px}@media (max-width: 1365px){.cta-block{top: 330px}}@media (max-width: 899px){.cta-block{top: 445px}}@media (max-width: 480px){.cta-block{top: 410px}}@media (max-width: 479px){.cta-block{top: 390px}}.hb-slogan{font-size: 35px;font-weight: bold;position: absolute;top: 475px;left: 38.7%}.hb-slogan br{display: none}@media (max-width: 1366px){.hb-slogan{top: 450px;left: 39.7%;font-size: 30px}}@media (max-width: 1365px){.hb-slogan{font-size: 24px}}@media (max-width: 1365px){.hb-slogan{left: 38.7%}}@media (max-width: 899px){.hb-slogan{top: 160px;left: 28.7%}}@media (max-width: 768px){.hb-slogan{left: 35.5%}.hb-slogan span{display: block;margin-left: 120px}.hb-slogan br{display: block}}@media (max-width: 640px){.hb-slogan{left: 20.7%;font-size: 20px}}@media (max-width: 480px){.hb-slogan{font-size: 16px;top: 145px;left: 29.7%}.hb-slogan span{margin-left: 60px}}@media (max-width: 479px){.hb-slogan{top: 125px;left: 90px}}.address-block,.nav-block{display: none}@media (min-width: 900px){.address-block,.nav-block{display: block}}@media (min-width: 900px){.address-block{top: 300px;right: 0;font: 900 16px/32px Roboto, Arial, Tahoma, sans-serif}}.nav-block{left: 0;z-index: 2}@media (min-width: 1180px){.auth-block{right: auto}}.inner{display: block}.inner::before{content: '';display: none;position: absolute;left: 0;width: 100%;height: 9px;background-color: #4ba2cf;z-index: 1000}@media (max-width: 1239px){.inner::before{display: none}}.header-inner .top-nav{margin-top: 0;margin-left: 0}.header-inner .hamburger.top-hamburger{display: none;transform: none;top: 15px;left: -55px}@media (max-width: 1239px){.header-inner .hamburger{display: block}}@media (min-width: 1240px){.header-inner .logo-block,.header-inner .soc-links-block,.header-inner .phone-block,.header-inner .auth-block,.header-inner .nav-block{position: fixed;left: auto}}.header-inner .menu-text{position: absolute;top: 31px;left: 95px;font-weight: 900;font-size: 16px}@media (min-width: 1240px){.header-inner .menu-text{display: none}}@media (max-width: 1239px){.header-inner .menu-text{left: 85px}}@media (max-width: 1239px){.header-inner{min-height: 85px;background-image: url(/images/header-bg.jpg);background-repeat: no-repeat;background-size: cover;background-position: top center;position: fixed;z-index: 250;top: 0}.header-inner .nav-block{display: none}.header-inner .icon-key{fill: #e3585b}}@media (max-width: 767px){.header-inner{min-height: 50px;margin-bottom: 0;background-image: none;background-color: #4ba2cf}.header-inner .menu-text{display: none}.header-inner .logo-block svg,.header-inner .auth-block svg{fill: #fff}}.header-inner .nav-block{top: 45px;background: white}.header-inner .nav-block-fixed{background: white;border-bottom: 3px solid #e3585b;box-shadow: 0px 5px 15px #b3b3b3 9e}.header-inner .logo-block{top: 425px;right: inherit}@media (max-width: 1239px){.header-inner .logo-block{width: 50px;height: 50px;top: 19px;left: 0;right: 0;margin: 0 auto}.header-inner .logo-block svg{fill: #4ba2cf}.header-inner .logo-block .logo{background: none;width: 50px;height: 50px}.header-inner .logo-block .logo span{display: none}.header-inner .logo-block .logo:hover{transform: none}}@media (max-width: 767px){.header-inner .logo-block{top: 9px;width: 35px;height: 35px}.header-inner .logo-block svg{fill: #fff}.header-inner .logo-block .logo{width: 35px;height: 35px}}.header-inner .logo{width: 103px;height: 103px;background-size: 65px auto}.header-inner .logo span{padding-top: 33px;width: 103px;height: 103px;line-height: 20px;font-size: 11px}.header-inner .logo:hover{background-image: none}@media (min-width: 1240px){.header-inner .logo svg{display: none}}.header-inner .soc-links-block{top: 435px;margin-left: 330px;margin-left: 300px;right: inherit}.header-inner .soc-links-block a{display: block;float: none;margin-left: 0;margin-bottom: 15px}@media (max-width: 1239px){.header-inner .soc-links-block{top: 28px;right: 32.5%;margin-left: 0}.header-inner .soc-links-block a{display: inline;margin-bottom: 0;margin-right: 20px}}@media (max-width: 768px){.header-inner .soc-links-block{right: 31%}}@media (max-width: 767px){.header-inner .soc-links-block{display: none}}.header-inner .phone-block{top: 435px;margin-left: 130px;right: inherit;text-align: left}.header-inner .phone-block small{font-size: 14px}.header-inner .phone-block small,.header-inner .phone-block a{display: block}@media (max-width: 1239px){.header-inner .phone-block{top: 12px;left: 26.5%;margin-left: 0;text-align: right}.header-inner .phone-block small,.header-inner .phone-block a{display: inline;color: #000;font-size: 18px}.header-inner .phone-block small{font-size: 14px}.header-inner .phone-block .bottom{display: block}}@media (max-width: 992px){.header-inner .phone-block{left: 25%}}@media (max-width: 768px){.header-inner .phone-block{left: 23%}}@media (max-width: 767px){.header-inner .phone-block{display: none}}.header-inner .auth-block{top: 355px;margin-left: 22px}.header-inner .auth-block .login-link{font-weight: 900;border-bottom: none}.header-inner .auth-block .login-link .border-bottom{vertical-align: bottom}@media (max-width: 1239px){.header-inner .auth-block .login-link .border-bottom{border: none}}@media (max-width: 1239px){.header-inner .auth-block{top: 30px;right: 20px;left: auto;margin-left: 0}.header-inner .auth-block span span{display: none}.header-inner .auth-block .logout-form{border-bottom: none}.header-inner .auth-block .in{display: inline-block}.header-inner .auth-block .login-link svg{margin: 0}}@media (max-width: 767px){.header-inner .auth-block{top: 12px;right: 5px}.header-inner .auth-block .customer-txt{color: #fff}.header-inner .auth-block .in{display: none}}@media (max-width: 767px){.header-inner .logout-btn{color: #fff}}@media (max-width: 1239px){.header-inner::before{display: none}}.case-body{font-size: 18px;color: #3e3d3d;margin-top: 46px;max-width: none}.case-body img{box-shadow: 0 7px 75px rgba(0,0,0,0.13)}.case-body img.no-shadow{box-shadow: none}.case-body h1,.case-body h2,.case-body h3,.case-body h4,.case-body h5,.case-body h6{line-height: 1.2}.case-text{max-width: 800px;display: block;margin: 0 auto}.case-body .hamburger{display: none}.case-header{box-shadow: 0 5px 35px rgba(0,0,0,0.1);position: fixed;padding-top: 10px;padding-left: 10px;right: 0;left: 0;top: 0;z-index: 100;background-color: #fff}.case-logo{width: 30px;height: 27px;fill: #4ba2cf;display: inline-block;vertical-align: middle;margin-right: 20px}.case-phone{display: inline-block;color: #a2a2a2;font-weight: 700;vertical-align: middle}.case-phone small{font-size: 16px}.case-phone a{color: #4ba2cf}.case-header-right{float: right;line-height: 1;margin-top: -10px;font-size: 14px}.case-header-right h1{display: inline-block;font-size: 14px;text-transform: uppercase;color: #a2a2a2;margin: 1px 18px 0 0;line-height: 1;font-weight: 700;vertical-align: middle}@media (max-width: 767px){.case-header-right h1{display: none}}@media (max-width: 500px){.case-header-right{margin-top: 10px;float: none;margin-left: -10px}}.case-dv{margin-top: 40px}.sect-top{background-image: url(/local/infoexpert/images/case/partner/top.jpg);background-repeat: no-repeat;background-size: cover;padding: 200px 0 85px 0;color: #fff}.sect-top .top-text{margin-left: 470px}.sect-top .top-text h4{color: #fff}.sect-top .top-tasks{max-width: 820px;margin: 270px auto 0}.sect-top .top-tasks h4{color: #fff}.sect-top::after{content: '';display: block;width: 100%;height: 105px;background-image: url(/local/infoexpert/images/case/partner/block.png);position: absolute;bottom: -90px;left: 0}.top-text{max-width: 550px}.top-quest ul{display: block;padding: 45px 45px 25px;margin: 100px auto 0;max-width: 820px;background-color: #f5b316}.top-quest ul li{list-style-type: none;position: relative;margin-bottom: 25px;padding-left: 50px}.top-quest ul li span{display: inline-block;width: 27px;height: 27px;border-radius: 50%;background-color: #df5151;text-align: center;vertical-align: middle;line-height: 1.6;position: absolute;left: 0;top: 3px}.top-quest ul::before{content: 'Поэтому на сайте нужно было сделать: ';font-size: 32px;color: #f5b316;font-weight: bold;line-height: 1;position: absolute;top: -27px;left: 0}.top-quest ul::after{content: '';display: block;width: 154px;height: 146px;background-image: url(/local/infoexpert/images/case/partner/star.png);position: absolute;right: -45px;top: -65px}.sect-white{padding: 140px 0 0 175px}.sect-white .case-text{margin-left: 0}.sect-white h4{color: #3e627b}.sect-white::before{content: '';display: block;width: 48px;height: 281px;position: absolute;left: 90px;top: 20px;background-image: url(/local/infoexpert/images/case/partner/rule.png);z-index: -1}.sect-info{padding-top: 60px;max-width: 800px;-webkit-justify-content: space-between;-webkit-box-pack: justify;-moz-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between}.sect-info-item{max-width: 235px;display: inline-block}.sect-info-item span{display: block;text-align: center;width: 101px;height: 101px;margin: 0 auto 40px;padding-top: 10px;background-image: url(/local/infoexpert/images/case/partner/manyangle.png);font-size: 57px;color: #fff;font-weight: bold;vertical-align: middle}.sect-info-item p{font-family: "PTsans", sans-serif;font-display: auto;font-weight: bold;text-align: center}.sect-site{padding-top: 60px}.sect-1c{padding-top: 80px}.sect-detail{padding-top: 145px}.sect-calc{padding-top: 50px;-webkit-justify-content: center;-webkit-box-pack: center;-moz-justify-content: center;-ms-flex-pack: center;justify-content: center}.sect-calc .sect-calc-item{margin: 0 50px;max-width: 355px;position: relative}.sect-calc .sect-calc-item img{box-shadow: 0 4px 30px rgba(0,0,0,0.08)}.sect-calc .sect-calc-item p{font-size: 14px}@media (max-width: 1440px){.sect-calc .sect-calc-item{margin: 0 25px}}.sect-calc .sect-calc-item:first-child::after{content: '';display: inline-block;width: 2px;height: 100%;background-color: #e5e4e4;position: absolute;right: -49px;top: 0}.sect-decor{padding-top: 160px}.sb{background-color: #91979b;text-align: center}.decor-img{margin-bottom: -40px;position: relative;z-index: 1}.decor-message{max-width: 434px;padding: 25px;color: #fff;position: absolute;right: 150px;top: 65px;background-color: #f5b316;border-radius: 30px;text-align: left}.decor-message::before{content: '';display: block;width: 34px;height: 26px;background-image: url(/local/infoexpert/images/case/partner/tail.png);position: absolute;bottom: -1px;left: -18px}.sect-decor-dark{background-color: #91969a}.sect-step{padding-top: 110px;padding-bottom: 50px}.sect-step p{font-size: 28px;font-weight: bold}.case-container{max-width: 1366px;width: 100%;margin: 0 auto}.case-content{max-width: 1024px;width: 100%;margin: 0 auto;line-height: 1.4}.case-content p{font-size: 23px;letter-spacing: -1px}.case-content h1,.case-content h2,.case-content h3,.case-content h4,.case-content h5,.case-content h6{margin-top: 0;margin-bottom: 35px}.case-content h4{font-size: 60px}.case-content h5{font-size: 40px}.case-content h6{font-size: 36px}.row{margin: 0 -50px;clear: both}.row::before,.row::after{content: " ";display: table}.row::after{clear: both}.case-head{margin-bottom: 50px}.sect-big{background-image: url(/local/infoexpert/images/case/part/sect-2.jpg);background-size: 100%;background-repeat: no-repeat;padding: 250px 0 115px}.sect-big::after{content: '';display: block;width: 100%;height: 130px;background-image: url(/local/infoexpert/images/case/part/block.png);position: absolute;bottom: -70px;left: 0}.client-block{color: #fff;max-width: 675px;float: right;margin-bottom: 300px}.tasks-block{color: #fff;margin-bottom: 90px}.tasks-block h4::before{content: '';display: block;width: 290px;height: 173px;background-image: url(/local/infoexpert/images/case/part/tasks-item.png);background-size: cover;position: absolute;left: -145px;top: -155px}.solution h5{color: #f5b316;margin-bottom: -10px}.solution-list{background-color: #f5b316;margin: 0;padding: 60px 60px}.solution-list li{position: relative;list-style-type: none;margin-bottom: 20px;padding-left: 60px;font-size: 24px;color: #fff}.solution-list li:last-child{margin-bottom: 0}.solution-list li span{background-color: #e3585b;display: block;width: 34px;height: 34px;border-radius: 50%;text-align: center;color: #fff;font-size: 17px;line-height: 2;position: absolute;top: 0;left: 0}.solution-list::after{content: '';display: block;width: 195px;height: 190px;background-image: url(/local/infoexpert/images/case/part/star.png);background-size: cover;position: absolute;right: -60px;top: -90px}.sect-resolve{padding-top: 150px}.sect-resolve h4{color: #3e627b}.sect-resolve h4::before{content: '';display: block;width: 59px;height: 338px;background-image: url(/local/infoexpert/images/case/part/lvl.png);background-size: cover;position: absolute;left: -100px;top: -160px;z-index: -1}.resolve{margin: 100px 0 95px}.resolve-item{text-align: center;max-width: 33.3333333333%;float: left;padding: 0 50px;font-weight: bold}.resolve-item p{font-size: 18px}.resolve-item span{display: inline-block;width: 125px;height: 125px;background-image: url(/local/infoexpert/images/case/part/resolve.png);background-size: contain;font-size: 72px;color: #fff;line-height: 1.7;margin-bottom: 40px}.sect-site{padding-top: 90px}.sect-site img{-webkit-box-shadow: 0 7px 76px rgba(0,0,0,0.13);-moz-box-shadow: 0 7px 76px rgba(0,0,0,0.13);box-shadow: 0 7px 76px rgba(0,0,0,0.13)}.sect-1c{padding: 100px 0 140px}.sect-1c img{margin-bottom: 25px}.sect-detail{padding-top: 0;margin-bottom: 80px}.sect-detail h6{color: #3e627b}.detail2{display: none}.sect-block{margin-bottom: 175px}.block-item{float: left;width: 50%;padding: 40px 50px 50px}.block-item h6{color: #3e627b;margin-bottom: 0;min-height: 134px}.block-item img{margin-bottom: 50px;-webkit-box-shadow: 0 4px 29px rgba(0,0,0,0.08);-moz-box-shadow: 0 4px 29px rgba(0,0,0,0.08);box-shadow: 0 4px 29px rgba(0,0,0,0.08)}.block-item p{font-size: 18px}.block-item:first-child{position: relative}.block-item:first-child::after{content: '';display: block;width: 2px;height: 100%;background-color: #e5e4e4;position: absolute;right: -1px;top: 0}.sect-order{z-index: 1}.sect-order h4{color: #3e627b}.sect-order img{margin-top: 90px;-webkit-box-shadow: 0 7px 76px rgba(0,0,0,0.13);-moz-box-shadow: 0 7px 76px rgba(0,0,0,0.13);box-shadow: 0 7px 76px rgba(0,0,0,0.13);position: relative;margin-bottom: -55px;z-index: 1}.bank3{display: none}.bank4{display: none}p.bank-txt{width: 545px;float: right;background-color: #f5b316;padding: 30px 40px;border-radius: 30px;position: absolute;top: 140px;right: 21%;color: #fff;font-size: 20px}p.bank-txt::before{content: '';display: block;width: 34px;height: 26px;background-image: url(/local/infoexpert/images/case/part/tail.png);position: absolute;bottom: -1px;left: -16px}.sms-txt{width: 520px;position: absolute;left: 21%;top: 250px;font-size: 23px}.sms-txt h4{font-size: 58px;color: #f5b316;margin-bottom: 40px}.sect-bottom{text-align: center;padding: 130px 0 140px}.sect-bottom p{margin: 0;font-size: 36px;font-weight: bold}.case-after{display: block;max-width: 512px;height: 1px;background-color: #0f1315;margin: 60px auto}.case-rm{padding-bottom: 90px}.case-rm .case-content h4{color: #0f1315;font-weight: 900;font-size: 60px}.case-rm .case-content p{font-size: 18px;font-weight: 300}.case-rm .case-head{margin-bottom: 80px}.case-rm .case-head img{width: 100%}.case-rm .case-head .rm-mini,.case-rm .case-head .rm-mini-2{display: none}.stat-img-wrap-mini{display: none}.case-stat .stat-img-wrap{margin-left: -40px;margin-bottom: 70px}.case-stat .stat-img-wrap img{width: 100%}.stat-mini{display: none}.case-blockquote{background-color: #ffeded}.case-blockquote blockquote{margin: 55px 0 30px;padding: 35px 0 35px 100px;position: relative;background-color: #ffeded;border: none}.case-blockquote blockquote::before{content: '';display: block;width: 23px;height: 107px;position: absolute;left: 32px;top: 30px;background-color: #cb4a4a;background: -webkit-linear-gradient(to bottom, #cb4a4a 0%, #cb4a4a 57%, #ffeded 57%, #ffeded 57%, #ffeded 78%, #cb4a4a 78%, #cb4a4a 78%, #cb4a4a 100%);background: -moz-linear-gradient(to bottom, #cb4a4a 0%, #cb4a4a 57%, #ffeded 57%, #ffeded 57%, #ffeded 78%, #cb4a4a 78%, #cb4a4a 78%, #cb4a4a 100%);background: linear-gradient(to bottom, #cb4a4a 0%, #cb4a4a 57%, #ffeded 57%, #ffeded 57%, #ffeded 78%, #cb4a4a 78%, #cb4a4a 78%, #cb4a4a 100%);vertical-align: inherit;line-height: 1}.case-blockquote ul{padding: 0;margin: 15px 0 0}.case-blockquote ul li{list-style-type: none;font-weight: bold;line-height: 1.6}.case-main{background-image: url(/local/infoexpert/images/case/rm/main.png);background-size: 100%;background-repeat: no-repeat;background-position: top center}.case-main h6{color: #0f1315;font-weight: 900}.table{position: relative;margin-top: 95px}.table::after{content: '';display: block;width: 167px;height: 347px;position: absolute;bottom: 0;right: -75px;background-image: url(/local/infoexpert/images/case/rm/ron.png);background-repeat: no-repeat;background-size: contain}.season{position: relative;margin-top: 45px}.season::before{content: '';display: block;width: 153px;height: 331px;position: absolute;bottom: 0;left: -45px;background-image: url(/local/infoexpert/images/case/rm/foot1.png);background-repeat: no-repeat;background-size: contain}.result-rm{position: relative;margin-top: 45px}.result-rm::after{content: '';display: block;width: 172px;height: 359px;position: absolute;bottom: 0;right: -55px;background-image: url(/local/infoexpert/images/case/rm/foot2.png);background-repeat: no-repeat;background-size: contain}.sum{position: relative;margin-top: 45px}.sum::before{content: '';display: block;width: 152px;height: 343px;position: absolute;bottom: 0;left: -75px;background-image: url(/local/infoexpert/images/case/rm/foot3.png);background-repeat: no-repeat;background-size: contain}.team-case{position: relative;margin-top: 45px}.team-case::after{content: '';display: block;width: 164px;height: 355px;position: absolute;bottom: 0;right: -55px;background-image: url(/local/infoexpert/images/case/rm/foot4.png);background-repeat: no-repeat;background-size: contain}.goal{position: relative;margin-top: 45px}.goal::before{content: '';display: block;width: 170px;height: 343px;position: absolute;bottom: 0;left: -55px;background-image: url(/local/infoexpert/images/case/rm/foot5.png);background-repeat: no-repeat;background-size: contain}.case-praktic{font-family: "PT Sans Narrow", sans-serif;font-display: auto}.case-praktic .case-head{margin-bottom: 0}.case-praktic .case-head img{width: 100%}.case-praktic .case-content{line-height: 1.25}.case-praktic .case-content p{letter-spacing: 0px}.case-praktic .case-content h3,.case-praktic .case-content h4,.case-praktic .case-content h5,.case-praktic .case-content h6{font-family: "PT Sans Narrow", sans-serif;font-display: auto;font-weight: bold;font-size: 48px;line-height: 1}.case-praktic .case-content h6{margin-bottom: 25px}.prak-2,.prak-3{display: none}.price-2,.price-3{display: none}.price-txt{position: absolute;top: 120px;left: 0;max-width: 430px;color: #121b25}.price-txt p{margin-top: 0}.price-txt hr{background-color: #121b25;margin: 25px 0}.price-txt::after{content: '';display: block;width: 169px;height: 180px;background-image: url(/local/infoexpert/images/case/prak/dollar.png);background-size: cover;margin: 50px auto 0}.prak-division{background-color: #121b25;background-size: 100%}.prak-adult{background-image: url(/local/infoexpert/images/case/prak/adult-bg.jpg);background-size: cover;background-repeat: no-repeat}.brush-tooth{max-width: 1024px;margin: 0 auto}.brush-tooth::before{content: '';display: block;width: 154px;height: 128px;position: absolute;top: 0;left: -65px;background-image: url(/local/infoexpert/images/case/prak/brush.png);background-size: contain;background-repeat: no-repeat}.brush-tooth::after{content: '';display: block;width: 125px;height: 185px;position: absolute;top: 125px;right: -65px;background-image: url(/local/infoexpert/images/case/prak/tooth.png);background-size: contain;background-repeat: no-repeat}.adult-2,.adult-3,.child-2,.child-3,.test-2,.test-3,.mobile-2,.mobile-3,.child-bottom-2,.child-bottom-3,.online-2,.online-3,.calc-2,.calc-3,.cards-2,.cards-3,.gallery-2,.gallery-3,.interior-2,.interior-3,.video-2,.video-3,.diag-2,.diag-3{display: none}.prak-child{background-image: url(/local/infoexpert/images/case/prak/child-bg.jpg);background-size: cover;background-repeat: no-repeat}.tooth{max-width: 1024px;margin: 0 auto}.tooth::before{content: '';display: block;width: 180px;height: 221px;position: absolute;top: 125px;left: -65px;background-image: url(/local/infoexpert/images/case/prak/toot2.png);background-size: contain;background-repeat: no-repeat}.prak-test{position: absolute;top: 45px;left: 0;right: 0;margin: 0 auto}.prak-txt{float: right;max-width: 391px;color: #fff}.prak-txt p{font-size: 21px}.cards-wrap{position: absolute;bottom: 100px;left: 0;right: 0;margin: 0 auto}.cards-txt{max-width: 415px;float: right;color: #121b25}.gallery-wrap{position: absolute;top: 60px;left: 0;right: 0;margin: 0 auto}.gallery-txt{color: #fff}.diag-wrap{position: absolute;top: 50px;left: 0;right: 0;margin: 0 auto}.diag-txt{max-width: 400px;float: right;color: #fff}.diag-txt h6{line-height: 1.2}.calc-wrap{position: absolute;top: 80px;left: 0;right: 0;margin: 0 auto}.calc-txt{max-width: 350px;text-align: right;color: #fff}.calc-txt h6{line-height: 1}.online-wrap{position: absolute;top: 65px;left: 0;right: 0;margin: 0 auto}.online-txt{max-width: 385px;color: #fff;float: right}.video-wrap{position: absolute;top: 70px;left: 0;right: 0;margin: 0 auto}.video-txt{max-width: 391px;float: right;color: #121b25}.child-bottom{position: absolute;top: 0px;left: 0;right: 0}.child-bottom-txt{color: #fff;max-width: 670px;margin: 50px auto 0}.child-bottom-txt h6{margin-bottom: 25px}.prak-mobile{position: absolute;top: 0px;left: 0;right: 0}.mobile-txt{max-width: 500px;margin-top: 235px;color: #fff}.mobile-txt h6{margin-bottom: 25px}@media (max-width: 1919px){.case-content h4{font-size: 48px;margin-bottom: 30px}.case-content h6{font-size: 30px}.case-content p{font-size: 17px}.client-block{margin-right: 0}.case-head p{max-width: 740px;display: inline-block}.sect-block{margin-bottom: 140px}.sect-site{padding-top: 60px}.sect-order img{margin-bottom: 0}p.bank-txt{width: 520px;font-size: 18px;padding: 30px;top: 75px;right: 11%}.sms-txt{left: 10%}.sms-txt h4{font-size: 48px}.sect-bottom{font-size: 30px}}@media (max-width: 1440px){.sect-big{background-image: url(/local/infoexpert/images/case/part/sect-2-2.jpg);padding-top: 235px}.case-head img{width: 55%}.sect-resolve{padding-top: 135px}.client-block{max-width: 715px}.sect-detail{margin-bottom: 40px}.detail1{display: none}.detail2{display: inline-block}.block-item h6{min-height: 120px}.sms-txt{font-size: 18px}.sect-bottom p{font-size: 30px}.price-txt::after{width: 122px;height: 130px;margin-top: 25px}.prak-test h6{margin-bottom: 0}.prak-test p{font-size: 16px}.child-bottom-txt{max-width: 520px}.cards-txt{max-width: 435px}}@media (max-width: 1366px){.cards-txt{max-width: 360px;margin-right: 65px}}@media (max-width: 1199px){.case-content{max-width: 768px}.case-content p{font-size: 16px;line-height: 1.2}.case-content h4{font-size: 36px}.sect-big{background-image: url(/local/infoexpert/images/case/part/sect-2-3.jpg)}.client-block{max-width: 585px;margin-bottom: 205px}.case-head img{width: 70%}.sect-big{padding-top: 195px}.tasks-block h4::before{width: 183px;height: 109px;left: -90px;top: -80px}.solution-list li{font-size: 16px}.solution h5{font-size: 30px;margin-bottom: -8px}.solution-list{padding: 30px}.solution-list li{font-size: 18px;line-height: 1.8}.solution-list::after{width: 135px;height: 128px;right: -40px;top: -50px}.sect-resolve{padding-top: 100px}.sect-resolve h4::before{width: 47px;height: 291px}.resolve{margin-top: 70px;margin-bottom: 50px}.sect-detail h6{font-size: 24px}.sect-detail img{width: 75%}.sect-block{margin-bottom: 120px}.sect-block .row{margin: 0 -20px}.block-item{padding: 40px 20px 50px}.sect-order img{margin-top: 50px}.sect-bank .bank1{display: none}.sect-bank p{font-size: 16px;line-height: 1.2}.bank3{display: block}p.bank-txt{top: 40px;right: 5%}.sms-txt{font-size: 16px;max-width: 385px;top: 200px}.sms-txt h4{font-size: 36px}.sect-bottom{padding: 50px 0}.sect-bottom p{font-size: 24px}.case-rm .case-head{margin-bottom: 60px}.case-rm .case-head img{display: none}.case-rm .case-head .rm-mini{display: block}.case-rm .case-content h4{font-size: 48px}.case-rm .case-content p{font-size: 16px}.case-rm h4{margin-bottom: 50px}.case-stat{margin-top: 30px}.case-stat .stat-img-wrap{margin-left: -80px}.case-blockquote{font-size: 16px}.case-blockquote blockquote{margin-top: 80px}.case-blockquote blockquote::before{width: 18px;height: 92px}.stat-big{display: none}.stat-mini{display: block}.case-main{background-size: auto;background-position: 49% .7%}.table,.season,.result-rm,.sum,.team,.goal{margin-top: 70px}.table::after{width: 124px;height: 258px;right: -55px;bottom: -1px}.season::before{width: 118px;height: 254px}.result-rm::after{width: 130px;height: 271px;right: -35px}.sum::before{width: 130px;height: 260px;left: -35px}.team::after{width: 123px;height: 260px;right: -45px}.goal::before{width: 131px;height: 263px;left: -45px}.case-rm{padding-bottom: 70px}.prak-1,.price-1{display: none}.prak-2,.price-2{display: block}.price-txt{max-width: 330px}.price-txt::after{margin-top: 130px}.brush-tooth::before,.brush-tooth::after{display: none}.tooth::before{display: none}.adult-1,.child-1,.test-1,.mobile-1,.child-bottom-1,.online-1,.calc-1,.cards-1,.gallery-1,.interior-1,.video-1,.diag-1{display: none}.adult-2,.child-2,.test-2,.mobile-2,.child-bottom-2,.online-2,.calc-2,.cards-2,.gallery-2,.interior-2,.video-2,.diag-2{display: block}.calc-txt{max-width: 250px}.prak-txt{max-width: 295px}.child-bottom-txt{margin-top: 60px;max-width: 620px}.online-txt{max-width: 280px}.cards-wrap{top: 40px;bottom: auto}.cards-txt{max-width: 768px;margin-right: 0}.video-txt{max-width: 260px}.diag-txt{max-width: 310px}.case-praktic .case-content h3,.case-praktic .case-content h4,.case-praktic .case-content h5,.case-praktic .case-content h6{font-size: 36px}.case-praktic .case-content p{font-size: 18px}}@media (max-width: 768px){.case-content{max-width: 600px}.case-head img{width: 80%}.sect-big{background-image: url(/local/infoexpert/images/case/part/sect-2-4.jpg);padding-top: 200px}.client-block{max-width: 500px}.tasks-block{margin-bottom: 40px}.solution-list li{font-size: 16px}.solution-list::after{width: 103px;height: 100px}.sect-resolve h4::before{width: 31px;height: 190px;left: -60px;top: -100px}.resolve{margin-top: 40px;margin-bottom: 40px}.row{margin: 0 -15px}.resolve-item{padding: 0 15px}.resolve-item p{font-size: 14px;line-height: 1.4}.resolve-item span{width: 88px;height: 88px;font-size: 48px;line-height: 1.8}.sect-detail h6{font-size: 18px}.sect-block{margin-bottom: 60px}.sect-block .row{margin: 0}.block-item{width: 100%;padding-top: 0;padding-bottom: 45px}.block-item h6{font-size: 18px;min-height: 55px}.block-item img{display: block;margin: 0 auto 35px}.block-item:first-child::after{display: none}.solution h5{font-size: 28px}.sect-1c{padding: 50px 0 70px}p.bank-txt{font-size: 14px;max-width: 340px}.bank3{display: none}.bank4{display: block}.sms-txt{font-size: 14px;max-width: 350px;top: 140px}.sms-txt h4{font-size: 30px}.sect-bottom{padding: 35px 0}.sect-bottom p{font-size: 18px}.case-rm .case-head .rm-mini{display: none}.case-rm .case-head .rm-mini-2{display: block}.case-rm .case-content h4{font-size: 36px}.case-rm .case-content p{font-size: 14px;line-height: 24px}.case-main .table p,.case-main .season p,.case-main .result-rm p,.case-main .sum p,.case-main .team p,.case-main .goal p{font-size: 18px;margin-bottom: 30px}.case-stat .stat-img-wrap{display: none}.stat-img-wrap-mini{display: block;margin: 50px 0 40px}.case-blockquote blockquote{padding-left: 0}.case-blockquote blockquote::before{left: -50px}.case-rm h6{font-size: 24px}.case-main{background-position: 59% 0%}.table::after{width: 96px;height: 200px;right: -44px;bottom: -1px}.season::before{width: 92px;height: 193px;left: -25px}.resul-rm::after{width: 100px;height: 209px;right: -29px}.sum::before{width: 91px;height: 201px;left: -27px}.team::after{width: 97px;height: 206px;right: -45px}.goal::before{width: 100px;height: 207px;left: -35px}.prak-2,.price-2{display: none}.prak-3,.price-3{display: block}.price-txt{max-width: 242px}.price-txt::after{margin-top: 60px}.adult-2,.child-2,.test-2,.mobile-2,.child-bottom-2,.online-2,.calc-2,.cards-2,.gallery-2,.interior-2,.video-2,.diag-2{display: none}.adult-3,.child-3,.test-3,.mobile-3,.child-bottom-3,.online-3,.calc-3,.cards-3,.gallery-3,.interior-3,.video-3,.diag-3{display: block}.diag-txt{max-width: 252px}.diag-txt h6{font-size: 27px}.calc-txt{max-width: 215px}.prak-txt{max-width: 220px}.prak-txt h6{font-size: 26px}.mobile-txt p{font-size: 14px}.child-bottom-txt{max-width: 380px;margin-top: 80px;margin-left: 0}.online-wrap{top: 30px}.online-txt{max-width: 350px}.online-txt h6{margin-bottom: 15px}.video-txt{max-width: 220px}.case-praktic .case-content h3,.case-praktic .case-content h4,.case-praktic .case-content h5,.case-praktic .case-content h6{font-size: 30px}.case-praktic .case-content p{font-size: 16px}}.info-wrap-new h1.portfolio_h1_name{font-size: 52px;line-height: 100%;margin-right: 40px}.blog-redizain_main{max-width: 1219px;display: flex;padding-top: 70px}.redizine_tag{display: flex;flex-direction: column}div.redizine_list_flex{display: flex;flex-direction: column;max-width: 868px;margin-bottom: 70px}.filter{max-width: 246px;margin-right: 105px;width: 100%;margin-top: 0px;z-index: 1}.filter > .filter_mobile{display: block}div.info-wrap-new .news-info{width: auto;padding-left: 0px;text-align: justify}label.filter-click{font-weight: 300;font-size: 16px;line-height: 100%}div.info-wrap-new .news .news-link{width: auto;margin-bottom: 30px}label.filter-click:hover{font-weight: bold;font-size: 16px;line-height: 100%;color: #45A1CA;text-decoration: none}.news-info > h3.news-header{font-size: 36px;line-height: 130%;color: #000000;text-align: left;text-transform: inherit}.filter_mobile .filter ul li{margin-bottom: 23px;margin-right: 0px}div.info-wrap-new .news-header::before{display: none}p.news-item-text{font-size: 16px;line-height: 175.78%}.apper_background{background: url(/local/infoexpert/images/cloud.png) no-repeat, url(/local/infoexpert/images/rectangle.png) no-repeat;height: 250px}.news-link img.img-shadow{box-shadow: 0px 0px 0px rgba(0,0,0,0);width: 100%;height: 250px;margin: 38px auto;display: block}.apper_background img.img-shadow{width: 174px;height: 174px}.detail span.news-item-date{border-top: 0px;margin-top: 0px;padding-top: 0px}article.redizine_statie{display: flex;position: relative;max-width: 1084px;margin-top: 70px}.redizine_statie > div{display: flex;flex-direction: column}article > div:nth-child(1) > span{position: sticky;top: 1%;padding-top: 80px}.redizine_statie > div > p > span > img{margin-right: 0px;margin-left: 0px}.redizine_statie > div > h2 > span{font-size: 28px;line-height: 100%;font-weight: bold !important;color: #000000}.back_blog > a,.back_blog > a:hover{font-size: 18px;line-height: 21px;font-weight: 300;color: #4ba2cf;display: flex;text-decoration: none}.back_blog > a > img{padding-right: 10px;margin: 0px;padding-top: 5px}.form_redizine{background-color: rgba(69,161,202,0.1);max-width: 1929px;height: auto;margin: 100px 0px;padding-bottom: 44px}div.interesting_read h2{color: #000}.form_dizine,.interesting_read{max-width: 949px;margin: 0 auto}.form_dizine > h2{font-size: 36px;line-height: 100%;color: #45A1CA;font-weight: bold;margin-top: 0px}.form_dizine > p{font-size: 20px;line-height: 170%;color: #000000;font-weight: lighter}.form_border{border-top: 1px solid #c4c4c4;transform: matrix(1, 0, 0, -1, 0, 0);max-width: 693px}.soc_seti_redizain{margin-top: 60px;display: flex}.soc_seti_redizain > p{font-weight: bold;font-size: 24px;line-height: 170%;display: flex;align-items: center;color: #000000;margin: 0px;margin-right: 28px}.soc_iconci > a{margin: 0px 30px 0px 0px}.soc_iconci > a > img{width: 35px;height: 35px}div.pers-data > label{margin: 30px 0 0px 0px}.interesting_read > h2{font-weight: bold;font-size: 42px;line-height: 100%;color: #000000;margin: 0px 0px 50px 0px}.year{font-size: 20px;font-weight: 400;padding-right: 5px}.content > div.news-item > img{max-height: 250px;box-shadow: 0px 0px 0px rgba(0,0,0,0.1)}.redizine_filter_bt{margin-bottom: 23px;margin-top: 0px}.redizine_filter_bt:hover > .redizine_btn_filtr{font-weight: bold;font-size: 20px;line-height: 100%;color: #45A1CA;text-decoration: none}.redizine_btn_filtr{font-weight: 300;font-size: 16px;line-height: 100%;background: none;border: 0px;box-shadow: 0px 0px 0px rgba(0,0,0,0);padding: 0px;text-transform: inherit}.dezine_interesting_read a{text-decoration: none}*{box-sizing: border-box}body{-ms-overflow-x: hidden;background-color: #fff;max-width: 1920px;margin: 0 auto}body.inner{overflow-x: hidden}.main-page{max-width: none}.info-wrap .owl-nav div.owl-prev:hover,.info-wrap .owl-nav div.owl-next:hover{color: #4ba2cf}.info-wrap .owl-nav div.owl-prev:active,.info-wrap .owl-nav div.owl-next:active,.info-wrap .owl-nav div.owl-prev:focus,.info-wrap .owl-nav div.owl-next:focus{color: #e3585b}@media (min-width: 1921px){.container-top-slider{max-width: 1920px;margin-left: auto;margin-right: auto}}.owl-nav .disabled{opacity: .5;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"}.owl-nav .disabled:hover{color: #777 !important}.top-slider-item{overflow: hidden;position: relative;min-height: 899px;display: block}.top-slider-item-bg{display: block;position: relative;max-width: 789px;right: 0;margin: 0 auto;background-repeat: no-repeat;background-position: 50%;background-size: cover;box-shadow: 3px 40px 40px rgba(0, 0, 0, 0.15)}.active .top-slider-item-bg{-webkit-animation-duration: .7s;-moz-animation-duration: .7s;-o-animation-duration: .7s;animation-duration: .7s;-webkit-animation-delay: 0s;-moz-animation-delay: 0s;-o-animation-delay: 0s;animation-delay: 0s;-webkit-animation-fill-mode: both;-moz-animation-fill-mode: both;-o-animation-fill-mode: both;animation-fill-mode: both}@media (max-width: 899px){.top-slider-item-bg{max-width: 692px}}@media (max-width: 767px){.top-slider-item-bg{max-width: 400px}}@media (max-width: 480px){.top-slider-item-bg{max-width: 350px}}@media (max-width: 479px){.top-slider-item-bg{max-width: 291px}}.top-slider-item-fg{position: absolute;bottom: 0}.top-slider-item-count{font-weight: 900;font-size: 30px;color: #4ba2cf;width: 220px;border-bottom: solid 4px #4ba2cf;line-height: 64px;position: absolute;top: 0;left: 22%;z-index: 1000}.top-slider-item-count .count-big{font-size: 120px;line-height: 1}@media (max-width: 1600px){.top-slider-item-count{left: 17%}}@media (max-width: 1366px){.top-slider-item-count{left: 10%}}@media (max-width: 899px){.top-slider-item-count{line-height: 100px;left: 7%}}@media (max-width: 768px){.top-slider-item-count{position: relative}.top-slider-item-count span{font-size: 80px}}@media (min-width: 479px){.top-slider-item-count{width: 210px}}.top-slider-item-header{max-width: 860px;font-weight: 700;font-size: 24px;line-height: 32px;padding: 1em 0 0 0;position: absolute;top: 135px;left: 22%;text-align: left;z-index: 1000}.top-slider-item-header a{color: #3b3b3b;text-decoration: none}.top-slider-item-header a:hover,.top-slider-item-header a:focus{text-decoration: none;color: #e3585b}.top-slider-item-header a:hover .icon-arrow-right,.top-slider-item-header a:focus .icon-arrow-right{color: #e3585b}.top-slider-item-header h2{font-weight: 700;margin: 0}.top-slider-item-header .icon-arrow-right{width: 1.6em;vertical-align: middle;color: #4ba2cf}@media (max-width: 1600px){.top-slider-item-header{left: 17%}}@media (max-width: 1366px){.top-slider-item-header{left: 10%}}@media (max-width: 899px){.top-slider-item-header{font-size: 30px;left: 7%}}@media (max-width: 899px){.top-slider-item-header{line-height: 1.4;max-width: 675px}}@media (max-width: 479px){.top-slider-item-header{font-size: 18px;max-width: 280px}}@media (max-width: 899px){.top-slider-item{min-height: 1px}}@media (max-width: 768px){.top-slider-item{padding-bottom: 70px}}.top-slider .top-img-bg{display: inline-block}.top-slider .owl-item img{width: auto;display: inline-block}.top-slider .owl-nav{text-align: center}.top-slider .owl-next,.top-slider .owl-prev{display: inline-block;position: absolute;top: 50%;font-size: 16px;font-weight: 700;text-transform: uppercase;color: #888686;cursor: pointer}.top-slider .owl-next .icon-slider-arr,.top-slider .owl-prev .icon-slider-arr{width: 1.4em;vertical-align: text-top}.top-slider .owl-next:hover,.top-slider .owl-prev:hover,.top-slider .owl-next:hover .icon-slider-arr,.top-slider .owl-prev:hover .icon-slider-arr{color: #4ba2cf}.top-slider .owl-next.disabled:hover,.top-slider .owl-prev.disabled:hover,.top-slider .owl-next.disabled:hover .icon-slider-arr,.top-slider .owl-prev.disabled:hover .icon-slider-arr{cursor: default;color: #888686}.top-slider .owl-next{right: 85px}.top-slider .owl-next .icon-slider-arr{margin-left: 1em}@media (max-width: 1366px){.top-slider .owl-next{position: static}}.top-slider .owl-prev{left: 85px}.top-slider .owl-prev .icon-slider-arr{margin-right: 1em}@media (max-width: 1366px){.top-slider .owl-prev{position: static;margin-right: 15%}}@media (max-width: 899px){.top-slider .owl-prev{left: 28%}}@media (max-width: 480px){.top-slider .owl-prev{margin-right: 27%}}.our-value{font-size: 22px;background: url('/local/infoexpert/images/feather.jpg') no-repeat 85% 100%;padding: 110px 0 50px 355px}.our-value .svg-quote{fill: #4ba2cf;margin-left: -180px}@media (max-width: 899px){.our-value .svg-quote{margin-left: -100px}}@media (max-width: 767px){.our-value .svg-quote{display: none}}.our-value .svg-quote-mini{fill: #4ba2cf;margin-left: -45px}@media (min-width: 768px){.our-value .svg-quote-mini{display: none}}.our-value p{margin: 0}@media (max-width: 1366px){.our-value{padding-left: 260px}}@media (max-width: 1239px){.our-value{padding-left: 190px}}@media (max-width: 899px){.our-value{padding-left: 120px;font-size: 20px}}@media (max-width: 767px){.our-value{padding-left: 45px}}@media (max-width: 480px){.our-value{font-size: 16px;padding-bottom: 35px}}@media (max-width: 479px){.our-value{padding-top: 60px;font-size: 14px}}.our-value-more{font-size: 16px;font-weight: bold;display: inline-block;margin: 0 auto;text-decoration: none;color: #3b3b3b}.our-value-more:hover,.our-value-more:focus{text-decoration: none;color: #e3585b}.our-value-more br{display: none}.our-value-more .icon{color: #e3585b;width: 22px;vertical-align: middle}.our-value-more .arr-btn-small{float: right;margin-top: 2px}@media (max-width: 479px){.our-value-more{font-weight: 400;text-align: left}.our-value-more br{display: block}.our-value-more .arr-btn-small{margin-top: 13px}}.container-trust{margin-top: 0px;margin-bottom: 70px}.container-trust .flex-container{margin-top: 90px}@media (max-width: 480px){.container-trust .flex-container{margin-top: 50px}}@media (max-width: 1365px){.container-trust{margin-bottom: 50px}}@media (max-width: 950px){.container-trust{margin-top: 80px}}@media (max-width: 767px){.container-trust{margin-top: 50px}}@media (max-width: 479px){.container-trust{margin-top: 70px}}.trust-header{text-transform: uppercase;font-size: 42px;line-height: 56px;font-weight: 700;position: relative;margin-top: 80px;margin-bottom: 80px;padding-bottom: 20px}@media (max-width: 479px){.trust-header{font-size: 36px;line-height: 1}}.trust-item{max-width: 450px;margin-bottom: 50px}.trust-item-header{font: 700 22px/46px Roboto, Arial, Tahoma, sans-serif;text-transform: uppercase;margin-bottom: 20px}@media (max-width: 359px){.trust-item-header{line-height: 1.4}}.trust-item-content{padding-left: 85px}.trust-item-icon{float: left;margin-right: 20px;width: 42px;height: 60px}.trust-item-icon svg{width: 42px;height: 60px}@media (max-width: 1365px){.trust-item{max-width: 376px;margin-bottom: 30px}}@media (max-width: 899px){.trust-item{width: 50%}}@media (max-width: 767px){.trust-item{width: 100%}}.i-exp{margin-top: -7px}.i-team{margin-top: -6px}.i-des{margin-top: -10px}.i-control{margin-top: 0}.container-achievements{background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATsAAAABAQMAAACbhJv7AAAABlBMVEUAAADo6Og64Ct5AAAAAnRSTlMAgJsrThgAAAAPSURBVHjaY2DABExYxBgAAFMAAywcaagAAAAASUVORK5CYII='), url('/local/infoexpert/images/html_bg2.jpg');background: url(/local/infoexpert/images/mounts.jpg);background-repeat: no-repeat;background-position: 50% 0%, 44% 20px;background-size: cover;padding: 40px 0;margin-top: 50px}@media (max-width: 767px){.container-achievements{margin-top: 0}}@media (max-width: 479px){.container-achievements{padding-top: 120px}}.achievements{width: 440px;margin: 40px auto 130px;padding: 100px 90px;text-align: center;background: url('/local/infoexpert/images/achievements_bg.jpg') no-repeat 50% 0;box-shadow: 3px 40px 40px rgba(0, 0, 0, 0.15);-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}.achievements-content{margin: 26px 0;text-transform: uppercase;font-size: 16px;font-weight: bold}.achievements-icon svg{fill: #e3585b}.achievements-icon .horisontal-dots{margin: 5px 0}.achievements-big{font-size: 72px;line-height: 72px;color: #e3585b}.achievements-delimiter{width: 34px;height: 2px;background: #e3585b;margin: 0 auto}@media (max-width: 899px){.achievements{position: relative}.achievements .top,.achievements .bt{position: absolute;left: 49.6%}.achievements .top{margin-top: -90px}}@media (max-width: 480px){.achievements{margin-bottom: 60px}}@media (max-width: 479px){.achievements{width: 291px;padding-top: 50px;padding-bottom: 45px}}.achievements-vertical,.blog-header-vertical{display: block;width: 37px;height: 422px;position: absolute;top: 0;left: 30px;background-image: url(/images/txt-sprite.png);background-position: -143px 0px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}@media (max-width: 767px){.achievements-vertical,.blog-header-vertical{display: none}}.container-potrfolio{max-width: 1920px;margin-left: auto;margin-right: auto}.container-potrfolio h1{margin: 0}.container-big-header{margin-right: 10%}@media (max-width: 1024px){.container-big-header{margin-right: 4%}}.portfolio-content{margin-top: 85px;align-items: flex-end}@media (max-width: 1789px){.portfolio-content{padding-bottom: 0}}@media (max-width: 479px){.portfolio-content{margin-top: 50px}}.gray-logo{width: 50px;opacity: .5;margin-left: 100px}.gray-logo svg{fill: #aaacad}@media (max-width: 899px){.gray-logo{margin-left: 22px}}@media (max-width: 767px){.gray-logo{display: none}}.big-header{overflow: hidden;position: relative;font: 700 42px/50px Roboto, Arial, Tahoma, sans-serif;padding-bottom: 15px;text-transform: uppercase;margin-left: 70px;margin-top: 0}.big-header:after{position: absolute;content: "";bottom: 0;left: 0;height: 6px;width: 60px;background: #4ba2cf}.ta-right .big-header:after{left: auto;right: 0}.big-header .big{font-size: 120px;line-height: 90px;color: #4ba2cf;margin-bottom: 15px}@media (max-width: 1240px){.big-header{margin-left: 45px}}@media (max-width: 899px){.big-header .big{font-size: 100px}}@media (max-width: 479px){.big-header{font-size: 24px;line-height: 0.7;margin-left: 0;margin-top: 30px;padding-bottom: 30px}.big-header .big{font-size: 60px;line-height: 60px;margin-bottom: 0}}.portfolio-inner{margin: 0 -15px;padding-bottom: 75px;margin-top: 0;justify-content: space-between}.portfolio-inner .portfolio-item img{box-shadow: none}@media (max-width: 984px){.portfolio-inner{-webkit-justify-content: space-between;-webkit-box-pack: justify;-moz-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between}}@media (max-width: 992px){.portfolio-inner .portfolio-item{padding: 0}}@media (max-width: 827px){.portfolio-inner .portfolio-item{margin-left: 0px;margin-right: 0px}}@media (max-width: 768px){.portfolio-inner .portfolio-wrap-nav{bottom: -100px}}@media (max-width: 579px){.portfolio-inner{-webkit-justify-content: center;-webkit-box-pack: center;-moz-justify-content: center;-ms-flex-pack: center;justify-content: center}.portfolio-inner .portfolio-item-header{height: auto}}@media (max-width: 479px){.portfolio-inner{padding-bottom: 0}}.portfolio-detail ul{list-style: disc;padding-left: 110px}.project-block-info{position: relative}.project-block-info a.project-anchor{margin-bottom: 20px}.project-block-info a.project-anchor:hover,.project-block-info a.project-anchor:focus,.project-block-info a.project-anchor:active{text-decoration: none}ul.project-list-info{padding-left: 0}.project-list-info{padding: 0;margin: 0 0 45px}.project-list-info li{list-style-type: none;line-height: 1.5}.project-list-info li span{color: #888686;font-weight: bold}.portfolio-element-text{margin-top: 60px;margin-bottom: 80px}.portfolio-element-text h5{margin-top: 0;text-transform: uppercase;font-size: 16px;color: #888686}.portfolio-element-text p{margin-bottom: 30px}@media (max-width: 767px){.portfolio-element-text{margin-bottom: 40px}}.detail-logo{padding: 65px 0;box-shadow: 3px 20px 20px rgba(0,0,0,0.1);margin-bottom: 80px}.portfolio-box{position: relative;padding-bottom: 35px}.portfolio-box h4{text-transform: uppercase;color: #888686;font-size: 16px;margin-bottom: 18px}.portfolio-box p{padding-left: 90px}.portfolio-box::before{display: block;background-image: url(/local/infoexpert/images/sprite.png);left: 0;top: 0;float: left;margin-right: 25px}@media (max-width: 767px){.portfolio-box{padding-left: 0}.portfolio-box::before{display: none}}.client::before{content: '';width: 65px;height: 55px;background-position: -353px 0}.project-object::before{content: '';width: 65px;height: 55px;background-position: -353px -55px}.selling::before{content: '';width: 65px;height: 55px;background-position: -353px -113px}.show-portfolio{margin: 0}.portfolio-item{display: block;color: #3b3b3b;text-decoration: none;text-align: center;-webkit-transition: all ease .3s;transition: all ease .3s;width: 50%;padding: 0 16px;position: relative}.portfolio-item:after{z-index: 1;content: "посмотреть проект";display: block;color: #ffffff;left: 50%;margin-left: -57px;position: absolute;width: 115px;opacity: 0;bottom: 50px}.portfolio-item-header{overflow: hidden;font-size: 22px;font-weight: 700;margin: 0 auto;display: block;font-style: normal;font-weight: 300;font-size: 14px;line-height: 16px;align-items: center;color: #FFFFFF;position: absolute;bottom: 20px;left: 30px;z-index: 1;height: auto;font-family: Roboto}.portfolio-item-description{text-transform: none;display: block;font-size: 15px;font-weight: normal;display: none;margin-top: 30px;position: relative}.portfolio-item-image{display: block;width: 100%;margin: 0 auto;margin-top: 10px;-webkit-transition: all ease .3s;transition: all ease .3s;height: 340px;background: linear-gradient(180deg, rgba(28,35,49,0) 0%, #14161a 100%)}.portfolio-item-image img{height: auto;width: 100%;height: 100%;object-fit: contain}.portfolio-item:hover,.portfolio-item:focus{text-decoration: none;color: #e3585b}.portfolio-item:hover:after,.portfolio-item:focus:after{opacity: 1}.portfolio-item:hover .portfolio-item-header,.portfolio-item:focus .portfolio-item-header{position: absolute;top: 100px;margin: 0 auto;text-align: center;width: 100%;font-family: Roboto;left: 0;font-style: normal;font-weight: bold;font-size: 30px;line-height: 35px;padding: 0 15px}.portfolio-item:hover .portfolio-item-description,.portfolio-item:focus .portfolio-item-description{display: block;color: white;line-height: 16px;font-size: 14px}.portfolio-item:hover .portfolio-item-image,.portfolio-item:focus .portfolio-item-image{background: #14161A}.portfolio-item:hover .portfolio-item-image img,.portfolio-item:focus .portfolio-item-image img{opacity: 0.5;background: #14161A}@media (max-width: 991px){.portfolio-item{width: 100%}}@media (max-width: 767px){.portfolio-item{margin-left: 0;margin-right: 0}}@media (max-width: 479px){.portfolio-item{width: 100%;margin-bottom: 30px}}.btn .icon-arrow-right{width: 1.8em;vertical-align: middle;color: #e3585b;-webkit-transition: all ease .3s;transition: all ease .3s}.btn-right{position: absolute;right: 0;top: -80px}@media (max-width: 580px){.btn-right{position: relative;top: 0}}.content-tarif{position: relative}.thanks{font-size: 30px;text-transform: uppercase;padding: 50px 0 80px;text-align: center}.portfolio-wrap-nav{padding-left: 15px;position: absolute;left: 0;right: 0;bottom: 0}.portfolio-wrap-nav .btn-wrap{margin-bottom: 0}@media (max-width: 479px){.portfolio-wrap-nav{position: static}}div.portfolio-detail img{display: block;margin: 0 auto;width: auto}@media (max-width: 1023px){.self-padding{padding-left: 15px;padding-right: 15px}}.container-trust-us{margin-top: 30px}@media (max-width: 479px){.container-trust-us{margin-top: 45px}}.trust-us-item{text-align: center;margin: 15px 30px;width: 220px;height: 165px;position: relative}.trust-us-item img{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto !important;transition: all .3s ease-in-out;opacity: .43;filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');-webkit-filter: grayscale(100%);filter: grayscale(100%)}.trust-us-item:hover img{opacity: 1;filter: none}@media (max-width: 579px){.trust-us-item{margin: 0}}@media (min-width: 900px){.potrfolio-btn{display: none}}.container-blog{margin-top: 100px}@media (max-width: 1024px){.container-blog .flex-container{-webkit-justify-content: space-around;-moz-justify-content: space-around;-ms-flex-pack: distribute;justify-content: space-around}}.blog-item{font-size: 16px;max-width: 540px}.blog-item-image{display: block;margin: 40px auto 30px;height: 250px;width: 250px;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;position: relative}.blog-item-image img{display: block;margin: 0;width: auto;height: inherit;object-fit: contain;object-position: center;box-shadow: 3px 40px 40px rgba(0, 0, 0, 0.15)}.blog-item-image::after{content: "";position: absolute;bottom: 0;left: -50px;width: 40px;height: 4px;background: #4ba2cf}@media (min-width: 767px) and (max-width: 1024px){.blog-item-image{width: 480px;height: 480px}}@media (min-width: 900px){.blog-item-image::after{left: -70px;width: 60px;height: 6px}}@media (min-width: 1180px){.blog-item-image{margin-left: 70px;width: 390px;height: 390px}.blog-item-image::after{left: -70px;width: 60px;height: 6px}}@media (min-width: 1790px){.blog-item-image{width: 480px;height: 480px}.blog-item-image::after{left: -70px;width: 60px;height: 6px}}.blog-item-header{font: 700 22px/1.4 Roboto, Arial, Tahoma, sans-serif;min-height: 2.8em;margin-bottom: 20px;margin-top: 35px}.blog-item-header a{text-decoration: none;color: #3b3b3b;text-transform: uppercase}.blog-item-header a:hover,.blog-item-header a:focus{text-decoration: none;color: #e3585b}.blog-item-content.flex-container{-webkit-justify-content: space-between;-webkit-box-pack: justify;-moz-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between}.blog-item-date{margin-bottom: 10px;color: #888686;width: 100px}.blog-item-text{overflow: hidden;max-width: 405px}@media (max-width: 1366px){.blog-item{max-width: 500px}}@media (max-width: 1179px){.blog-item-header a{font-size: 21px}}@media (max-width: 1024px){.blog-item-image{width: 100%}}@media (max-width: 479px){.blog-item-image{height: auto}}.blog-header-vertical{width: 32px;height: 107px;background-image: url(/images/txt-sprite.png);background-position: 0px 0px;position: absolute;top: 40px;left: 210px}@media (max-width: 1789px){.blog-header-vertical{left: 50px}}.list-attr .content .news-item.detail ul{list-style-type: disc;padding-left: 20px}.container-main-news{margin-top: 90px}@media (max-width: 899px){.container-main-news{display: none}}.news-header{text-transform: uppercase;font-size: 42px;line-height: 50px;font-weight: 700;opacity: .3;margin-bottom: 28px}.news-item{margin-top: 30px;max-width: 280px}.news-item-date{color: #888686;float: left;margin-right: 15px}.news-item-text{float: left}.news-item-text a{text-decoration: none;color: #3b3b3b;display: inline-block}.news-item-text a .ellipsis{font-size: 30px;line-height: 10px;color: #4ba2cf}.news-item-text a:hover,.news-item-text a:focus,.news-item-text a:hover .ellipsis,.news-item-text a:focus .ellipsis{color: #e3585b}#ladda .show-more{margin: 0;position: relative}#ladda .show-more .btn-wrap{margin-top: 0}.info-wrap-new{color: #000}.info-wrap-new .news .news-link{width: 40%;display: block}.info-wrap-new .news-info{width: 59%;padding-left: 40px}@media (max-width: 1789px){.info-wrap-new .news-info{padding-left: 15px}}@media (max-width: 1789px){.info-wrap-new .news .news-header{margin-bottom: 25px}}@media (max-width: 1239px){.info-wrap-new .news-info{padding-left: 15px}}@media (max-width: 899px){.info-wrap-new .news .news-link{width: 30%}.info-wrap-new .news-info{width: 69%}}@media (max-width: 767px){.info-wrap-new .news .news-link{width: 100%}.info-wrap-new .news-info{width: 100%;padding-left: 0}}.info-wrap-new .img-shadow{box-shadow: 3px 40px 40px rgba(0,0,0,0.1);object-fit: cover}@media (max-width: 899px){.info-wrap-new .img-shadow{display: block;margin-left: auto;margin-right: auto}}.info-wrap-new h1,.info-wrap-new .h1{font-weight: 900;font-size: 42px;margin: 0 0 30px;color: #4ba2cf;line-height: 1.2}@media (max-width: 480px){.info-wrap-new h1,.info-wrap-new .h1{font-size: 30px;margin-bottom: 25px}}.info-wrap-new h2{color: #4ba2cf;line-height: 1.2}.info-wrap-new .news-header{display: inline-block;margin-top: 0;margin-bottom: 20px;font-weight: 600;font-size: 22px;line-height: 1.2;opacity: 1}.info-wrap-new .news-header a{color: black;text-decoration: none}.info-wrap-new .news-header::before{content: '';display: block;background-color: #4ba2cf;width: 62px;height: 5px;margin-bottom: 25px}@media (max-width: 479px){.info-wrap-new .news-header{font-size: 18px;line-height: 1.2}}.info-wrap-new .news-item-text{margin: 0;color: #000}@media (max-width: 479px){.info-wrap-new .news-item-text{min-width: 100%}}@media (max-width: 1239px){.info-wrap-new .show-more .btn-wrap{text-align: center}}@media (max-width: 767px){.info-wrap-new{margin-top: 70px;padding: 0 20px}.info-wrap-new h2{margin-bottom: 20px}.info-wrap-new img{display: block;margin: 0 auto 30px}.info-wrap-new .news-header{margin-top: 30px}.info-wrap-new .btn-wrap{display: none;margin: 20px 0 0}.info-wrap-new .btn-wrap.btn-filter{display: block;margin-top: 0;margin-bottom: 40px;text-align: center}.info-wrap-new .show-more{margin-top: 30px}.info-wrap-new .show-more p{text-align: center}.info-wrap-new .show-more .btn-wrap{margin-bottom: 30px;display: block}.info-wrap-new .topical-news{margin-bottom: 30px}.info-wrap-new .topical-news h5{margin-top: 40px}}@media (max-width: 767px) and (max-width: 479px){.info-wrap-new .show-more{margin-top: 10px;margin-bottom: 80px}}@media (max-width: 479px){.info-wrap-new{padding: 0 15px}.info-wrap-new h2{font-size: 30px}.info-wrap-new .news .news-header{margin-top: 0;border-top: 5px solid #4ba2cf;padding-top: 30px}.info-wrap-new .news .news-header::before{display: none}.info-wrap-new .news .absolute{position: absolute;top: 20px}.info-wrap-new .news .news-item-text{padding-left: 0}}.info-wrap{margin-top: 100px;color: #000;padding-top: 20px}.info-wrap .news .news-link{width: 40%;display: block}.info-wrap .news-info{width: 59%;padding-left: 40px}@media (max-width: 1789px){.info-wrap .news-info{padding-left: 15px}}@media (max-width: 1789px){.info-wrap .news .news-header{margin-bottom: 25px}}@media (max-width: 1239px){.info-wrap .news-info{padding-left: 15px}}@media (max-width: 899px){.info-wrap .news .news-link{width: 30%}.info-wrap .news-info{width: 69%}}@media (max-width: 767px){.info-wrap .news .news-link{width: 100%}.info-wrap .news-info{width: 100%;padding-left: 0}}.info-wrap .img-shadow{box-shadow: 3px 40px 40px rgba(0,0,0,0.1);height: auto}@media (max-width: 899px){.info-wrap .img-shadow{display: block;margin-left: auto;margin-right: auto}}.info-wrap h1{font-weight: 900;font-size: 42px;margin: 0 0 30px;color: #4ba2cf;line-height: 1.2}@media (max-width: 480px){.info-wrap h1{font-size: 30px;margin-bottom: 25px}}.info-wrap h2{color: #4ba2cf;line-height: 1.2}.info-wrap .news-header{display: inline-block;margin-top: 0;margin-bottom: 20px;font-weight: 600;font-size: 22px;line-height: 1.2;opacity: 1}.info-wrap .news-header a{color: black}.info-wrap .news-header::before{content: '';display: block;background-color: #4ba2cf;width: 62px;height: 5px;margin-bottom: 25px}@media (max-width: 479px){.info-wrap .news-header{font-size: 18px;line-height: 1.2}}.info-wrap .news-item-text{margin: 0;color: #000}@media (max-width: 479px){.info-wrap .news-item-text{min-width: 100%}}@media (max-width: 1239px){.info-wrap{margin-top: 100px}.info-wrap .show-more .btn-wrap{text-align: center}}@media (max-width: 767px){.info-wrap{margin-top: 70px;padding: 0 20px}.info-wrap h2{margin-bottom: 20px}.info-wrap img{display: block;margin: 0 auto 30px}.info-wrap .news-header{margin-top: 30px}.info-wrap .btn-wrap{display: none;margin: 20px 0 0}.info-wrap .btn-wrap.btn-filter{display: block;margin-top: 0;margin-bottom: 40px;text-align: center}.info-wrap .show-more{margin-top: 30px}.info-wrap .show-more p{text-align: center}.info-wrap .show-more .btn-wrap{margin-bottom: 30px;display: block}.info-wrap .topical-news{margin-bottom: 30px}.info-wrap .topical-news h5{margin-top: 40px}}@media (max-width: 767px) and (max-width: 479px){.info-wrap .show-more{margin-top: 10px;margin-bottom: 80px}}@media (max-width: 479px){.info-wrap{padding: 0 15px}.info-wrap h2{font-size: 30px}.info-wrap .news .news-header{margin-top: 0;border-top: 5px solid #4ba2cf;padding-top: 30px}.info-wrap .news .news-header::before{display: none}.info-wrap .news .absolute{position: absolute;top: 20px}.info-wrap .news .news-item-text{padding-left: 0}}.img-wrap img{box-shadow: none}.show-more{margin-top: 40px;margin-bottom: 140px}.show-more p{position: absolute}@media (max-width: 1023px){.show-more .empty-result{position: static}}@media (max-width: 767px){.show-more p{position: static}.show-more .btn.btn-white.ladda-button{margin-right: 0px}}.show-more-portfolio{position: absolute;width: 100%;bottom: 0;left: 0}@media (max-width: 767px){.show-more-portfolio{position: static}}.detail{max-width: 100%}.detail img{box-shadow: none;display: block;margin-left: auto;margin-right: auto;height: auto}.detail .news-item-date{width: 100px;border-top: 5px solid #4ba2cf;margin-top: 5px}@media (max-width: 767px){.detail .news-item-date{padding-right: 0;width: 100%}}.detail .news-item-text{float: none}@media (max-width: 767px){.detail .news-item-text{padding-left: 0}}.detail article .news-item-text{max-width: 100%;padding-left: 0}.detail article .padding{padding-left: 300px}@media (max-width: 899px){.detail article .padding{padding-left: 0}}.detail article .popup-gallery .gallery-item{display: inline-block;width: 230px;vertical-align: top;margin: 10px 5px;padding: 0;max-height: 155px;overflow: hidden}.detail article .popup-gallery .gallery-item a{display: block;text-align: center;height: 155px}.detail article .popup-gallery .gallery-item a img{width: auto}.detail article .popup-gallery .shadow{-webkit-box-shadow: 8px 8px 25px 0px rgba(0,0,0,0.05);-moz-box-shadow: 8px 8px 25px 0px rgba(0,0,0,0.05);box-shadow: 8px 8px 25px 0px rgba(0,0,0,0.05)}.detail article .popup-gallery .shadow:hover{-webkit-box-shadow: 8px 8px 25px 0px rgba(0,0,0,0.1);-moz-box-shadow: 8px 8px 25px 0px rgba(0,0,0,0.1);box-shadow: 8px 8px 25px 0px rgba(0,0,0,0.1)}.detail h5{font-size: 22px;opacity: .5;margin: 40px 0 20px}.detail blockquote{padding: 0 0 0 200px;margin: 20px 0;border: none;background-color: inherit;position: relative}.detail blockquote::before,.detail blockquote::after{display: none}.detail blockquote .svg-quote,.detail blockquote .svg-quote-mini{position: absolute;top: 5px;left: 80px;fill: #4ba2cf}.detail blockquote .svg-quote-mini{display: none}.detail blockquote p{font-size: 22px;opacity: .6}@media (max-width: 899px){.detail blockquote{padding-left: 160px}.detail blockquote p{font-size: 22px;line-height: 1.2}.detail blockquote .svg-quote{left: 40px}.detail blockquote .svg-quote-mini{left: 0}}@media (max-width: 767px){.detail blockquote{padding-left: 60px}.detail blockquote p{font-size: 16px;line-height: 1.8}.detail blockquote .svg-quote{display: none}.detail blockquote .svg-quote-mini{display: block;left: 0}}.link-back{width: 100%;padding: 30px;background-color: #fff;-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);-moz-box-shadow: 0 15px 30px rgba(0,0,0,0.1);box-shadow: 0 15px 30px rgba(0,0,0,0.1)}@media (min-width: 1790px){.link-back{margin-bottom: 200px}}@media (max-width: 767px){.link-back{display: none}}.link-back .center{text-align: center}.back{text-transform: uppercase;color: #000;display: inline-block;margin-top: 50px}.back .icon{margin: 0 0 -2px 15px;color: #e84f47}.topical-news h5{margin: 100px 0 25px;font-size: 22px;font-weight: bold;text-transform: uppercase;opacity: .6}.topical-news img{box-shadow: none}.topical-news-item{width: 45%}.topical-news-item h6{font-size: 16px}.topical-news-item h6 a{color: #000}.topical-news-item span{padding: 0}@media (min-width: 1790px){.topical-news{margin-bottom: 200px}}@media (max-width: 1239px){.topical-news-item{width: 30%}.topical-news h5{margin-top: 70px}}@media (max-width: 768px){.topical-news-item{width: 45%}}@media (max-width: 480px){.topical-news-item{width: 100%}}.article-left{width: 260px;margin-top: 5px}.article-left p{border-top: 3px solid #e3585b;border-bottom: 3px solid #e3585b;padding: 25px 10px}@media (max-width: 899px){.article-left{display: block}}@media (max-width: 767px){.article-left{width: 100%}}.article-right{width: 72%}@media (max-width: 1789px){.article-right{width: 65%}}@media (max-width: 1440px){.article-right{width: 59%}}@media (max-width: 1239px){.article-right{width: 65%}}@media (max-width: 1023px){.article-right{width: 55%}}@media (max-width: 767px){.article-right{width: 100%}}ul.disc{list-style: disc;list-style-position: inside}h3.after{font-size: 41px;color: #3b3b3b;font-weight: bold;text-transform: uppercase;padding-bottom: 35px;margin-bottom: 20px;margin-top: 0}h3.after::after{content: '';display: block;width: 227px;height: 5px;background-color: #4ba2cf;position: absolute;left: 0;bottom: 0}@media (max-width: 900px){h3.after{font-size: 36px;line-height: 1.2;padding-bottom: 20px}}@media (max-width: 767px){h3.after{font-size: 30px;line-height: 1.2}}@media (max-width: 479px){h3.after{font-size: 24px;margin-bottom: 35px}}.slider-wrap{color: #000}.slider-wrap.team{margin-top: 120px;margin-bottom: 200px}.slider-wrap.team .slider-item{position: relative}.slider-wrap.team .slider-item img{box-shadow: none;border-bottom: 5px solid #cecece}.slider-wrap.team .slider-item h5{margin-top: 25px;font-size: 16px;text-transform: uppercase;color: #888686;line-height: 1.2}.slider-wrap.team .slider-item h5 strong{display: block;text-transform: none;font-weight: normal;margin-top: 7px}.slider-wrap.team .slider-item p{color: #888686}@media (max-width: 479px){.slider-wrap.team .slider-item img{border-color: #4ba2cf;width: 100%}.slider-wrap.team .slider-item h5{color: #000;margin-bottom: 5px}.slider-wrap.team .slider-item h5 strong{margin: 0}.slider-wrap.team .slider-item p{margin-top: 0}}.slider-wrap.team .top-slider-item-count{border-bottom: none;font-weight: 900;left: 0;margin-left: 0}@media (max-width: 479px){.slider-wrap.team .top-slider-item-count{position: absolute;margin: 0;top: 50px;left: 0;bottom: auto;display: block;font-size: 24px}.slider-wrap.team .top-slider-item-count span{font-size: 60px}}@media (max-width: 1789px){.slider-wrap.team{margin-bottom: 0}}@media (max-width: 479px){.slider-wrap.team{width: 100%;padding: 0 20px}.slider-wrap.team .slider-item h5{font-size: 12px}.slider-wrap.team img{padding-top: 35px}}@media (max-width: 767px){.slider-wrap.team{margin-top: 50px}}.owl-stage-outer{overflow: hidden;transition: all .2s ease-in-out}.owl-item{float: left}.owl-item.on .slider-item img{border-color: #4ba2cf}.owl-item.on .slider-item h5{color: #000}.owl-item.on .slider-item .top-slider-item-count{display: block}@media (max-width: 479px){.owl-item{max-width: 479px;width: 100%}}.inner .owl-nav{position: absolute;right: 0;left: 0}.inner .owl-nav .owl-prev,.inner .owl-nav .owl-next{cursor: pointer;position: absolute;font-weight: bold;color: #999}@media (max-width: 479px){.inner .owl-nav .owl-prev,.inner .owl-nav .owl-next{display: none}}.inner .owl-nav .owl-prev{right: 30%}.inner .owl-nav .owl-next{right: 5%}.inner .owl-nav .owl-next span{background-position: -21px 0px}.about-achievements{padding: 80px 0 0}.about-achievements::before{content: '';display: block;width: 640px;height: 207px;position: absolute;z-index: -1;top: -10px;right: 0;background-image: url(/local/infoexpert/images/about-bg.png);background-repeat: no-repeat;background-size: cover}.about-achievements p{font-weight: bold;text-transform: uppercase;margin: 0;line-height: 1.1;color: #444}.about-achievements p strong{display: block;font-size: 72px;color: #e3585b}.about-achievements-item{width: 23%;padding-right: 20px}@media (max-width: 1249px){.about-achievements-item{width: 24%}}@media (max-width: 1024px){.about-achievements-item{padding-right: 15px}}.about-achievements-us{position: absolute;top: -100px;right: 50px;width: 38px;height: 420px;background-image: url(/images/txt-sprite.png);background-position: -142px 0px}@media (max-width: 1239px){.about-achievements-us{right: 20px}}@media (max-width: 1023px){.about-achievements-us{right: 0px}}@media (max-width: 767px){.about-achievements{display: none}}#slider-about .owl-stage-outer{margin-bottom: 120px;transition: all .2s ease-in-out}@media (max-width: 767px){#slider-about .owl-stage-outer{margin-bottom: 75px;padding-bottom: 80px}}@media (max-width: 479px){#slider-about .owl-stage-outer{margin-bottom: 0}}#slider-about .owl-nav{position: static;text-align: right}@media (max-width: 767px){#slider-about .owl-nav{display: none}}@media (max-width: 479px){#slider-about .owl-nav{text-align: center;margin-top: 10px}}#slider-about .owl-prev,#slider-about .owl-next{position: static;display: inline-block}#slider-about .owl-next{margin-right: 50px;margin-left: 200px}.img-wrap{margin-bottom: 30px;width: 100%}.img-wrap img{width: 100%}.service-list{margin: 30px 0 70px}.service-list p{margin: 0 0 10px}.service-list ul{margin: 0;padding: 0}.service-list ul li{font-size: 24px;text-transform: uppercase;font-weight: 900;color: #939191;list-style-type: none;line-height: 1.3}@media (max-width: 1024px){.service-list{margin-top: 20px}}@media (max-width: 767px){.service-list{margin: 10px 0 45px}.service-list ul li{font-size: 18px;margin: 10px 0}}.arrow-down{cursor: pointer;position: absolute;top: 55%;left: -60px;right: 0;margin: 0 auto;width: 65px;height: 65px;background-color: rgba(124,187,220,0.9);padding: 20px 22px 20px 18px;border: 4px solid #fff;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;border-radius: 50%;-webkit-box-shadow: 0 0 0 1px #4ba2cf;-moz-box-shadow: 0 0 0 1px #4ba2cf;-ms-box-shadow: 0 0 0 1px #4ba2cf;box-shadow: 0 0 0 1px #4ba2cf}.arrow-down span{display: block;width: 21px;height: 16px;background-image: url(/local/infoexpert/images/sprite.png);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);transform: rotate(-90deg)}@media (min-width: 1790px){.arrow-down{left: -70px}}@media (max-width: 1440px){.arrow-down{left: -46px}}@media (max-width: 1239px){.arrow-down{left: -70px}}@media (max-width: 1024px){.arrow-down{left: -62px}}@media (max-width: 768px){.arrow-down{left: -42px}}@media (max-width: 767px){.arrow-down{display: none}}img.ru-center{margin-top: -10px;display: inline-block;width: 225px;height: 94px}@media (max-width: 768px){img.ru-center{margin-left: 0}}@media (max-width: 480px){img.ru-center{margin-bottom: 0}}.faq{margin: 30px 0 20px;max-width: 100%}.faq h4{font-size: 42px;color: #cdcccc;text-transform: uppercase;font-weight: bold;margin-bottom: 10px}@media (max-width: 768px){.faq{margin-top: 90px}}@media (max-width: 767px){.faq{margin-top: 30px}.faq h4{font-size: 24px;margin-bottom: 40px}}.faq-item-container{margin: 0 -15px;max-width: 100%;font-size: 0}@media (max-width: 767px){.faq-item-container{margin: 0}}.faq-item{max-width: 700px;width: 45%;display: inline-block;vertical-align: top;text-align: left;margin: 30px 15px 0;font-size: 16px}.faq-item .question{margin-bottom: 40px}@media (max-width: 767px){.faq-item .question{margin-bottom: 0px}}.faq-item p{margin: 0}.faq-item .text{display: inline-block;float: right;position: absolute;right: 0;bottom: 0;width: 40px;height: 40px;border: 1px solid #4ba2cf;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;border-radius: 50%;padding: 9px 12px 8px;cursor: pointer}.faq-item .text span{display: block;width: 15px;height: 20px;background-image: url(/local/infoexpert/images/sprite.png);background-position: -192px 0px}.faq-item .text.open{background-color: #4ba2cf}.faq-item .text.open span{background-position: -207px 0}@media (max-width: 767px){.faq-item{margin: 0 0 30px;padding-right: 40px;width: 100%}.faq-item .text{top: 0}}.answer{display: none}.answer-item{display: none;background-color: #fff;z-index: 10;margin: 0;width: 95%;padding: 20px;-webkit-box-shadow: 0 0 32px rgba(0,0,0,0.1);-moz-box-shadow: 0 0 32px rgba(0,0,0,0.1);-ms-box-shadow: 0 0 32px rgba(0,0,0,0.1);box-shadow: 0 0 32px rgba(0,0,0,0.1);font-size: 16px}@media (max-width: 767px){.answer-item{width: 100%}}.inspection{margin-top: 80px}.inspection h5{display: initial;font-weight: bold;text-transform: uppercase;margin: 0 0 45px}.inspection-form{width: 100%}.inspection-form input[type="text"]{display: inline;color: #000;max-width: 60%;height: 43px;font-size: 14px;color: #808080;padding: 14px 22px;margin-left: 50px}.inspection-form input[type="submit"]{float: right;background-color: #fff;border: 2px solid #e3585b;color: #000;font-style: normal;font-weight: normal;padding: 0 45px;line-height: 2;height: 43px;margin-left: 30px}.inspection-form .ru-mini{display: inline-block;width: 65px;height: 65px;position: absolute;left: 0;top: -9px;box-shadow: none;background-color: #216BB3;text-align: center;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;border-radius: 50%}.inspection-form .ru-mini span{color: #fff;text-transform: uppercase;font-weight: 900;font-size: 35px;line-height: 1.85;font-family: monospace;font-display: auto}@media (max-width: 1789px){.inspection-form input[type="text"]{max-width: 65%}}@media (max-width: 1440px){.inspection-form input[type="text"]{max-width: 62%}}@media (max-width: 1365px){.inspection-form input[type="text"]{max-width: 57%}}@media (max-width: 1239px){.inspection-form input[type="text"]{max-width: 68%}}@media (max-width: 990px){.inspection-form input[type="text"]{max-width: 62%}}@media (max-width: 850px){.inspection-form input[type="text"]{max-width: 58%}}@media (max-width: 767px){.inspection-form input[type="text"]{max-width: 100%;margin-left: 0;margin-bottom: 30px}.inspection-form input[type="submit"]{float: none;display: block;margin: 0 auto}.inspection-form .ru-mini{display: none}}@media (max-width: 767px){.inspection{margin-top: 0}.inspection h5{text-align: left;margin-bottom: 30px}}.usefulness{margin-top: 150px;margin-bottom: 100px}.usefulness-link{margin: 60px 0 0;padding: 0}.usefulness-link li{list-style-type: none;margin: 15px 0}.usefulness-link li a{display: block;color: #000;font-weight: bold}.usefulness-link li a:hover{text-decoration: underline}.usefulness-link li a svg{fill: #e3585b;vertical-align: middle}@media (max-width: 767px){.usefulness-link{margin-top: 40px}}@media (max-width: 767px){.usefulness{margin-top: 70px}.usefulness h3{font-size: 25px;line-height: 1.3}.usefulness h3::after{margin-top: 25px}}@media (max-width: 467px){.usefulness-link li a{font-size: 12px}.usefulness-link li svg{float: right;margin-top: 5px}}.vacancy h4{max-width: 450px;margin: 115px auto 20px;text-transform: uppercase;font-size: 16px}.vacancy .flex-cintainer{-webkit-justify-content: space-between;-webkit-box-pack: justify;-moz-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between}.vacancy .btn-wrap{display: block}@media (max-width: 619px){.vacancy .flex-cintainer{-webkit-justify-content: center;-webkit-box-pack: center;-moz-justify-content: center;-ms-flex-pack: center;justify-content: center}}.vacancy-item{width: 40%;display: block;padding: 15px;margin: 50px 5px 40px;text-align: center;font-size: 18px;color: #000;font-weight: 900;text-transform: uppercase;-webkit-box-shadow: 0 40px 40px rgba(0,0,0,0.2);-moz-box-shadow: 0 40px 40px rgba(0,0,0,0.2);-ms-box-shadow: 0 40px 40px rgba(0,0,0,0.2);box-shadow: 0 40px 40px rgba(0,0,0,0.2)}.vacancy-item:hover,.vacancy-item:focus,.vacancy-item:active{text-decoration: none}.vacancy-item svg{display: block;fill: #e3585b;margin: 10px auto 25px;font-size: 12px}@media (max-width: 1023px){.vacancy-item{width: 320px}}@media (max-width: 700px){.vacancy-item{width: 290px}}.vacancy-date{font-size: 12px;display: block;text-align: right;color: #888686;text-transform: none;font-weight: normal}.vacancy-icon{display: block;width: 115px;margin: 0 auto;margin-bottom: 40px;text-align: center}.vacancy-icon img{box-shadow: none}.form-vacancy{max-width: 450px;width: 100%;margin: 0 auto}.form-vacancy input[type="file"]{margin-top: 20px;width: 100%;opacity: 0;height: 45px;cursor: pointer}.form-vacancy .btn-wrap{margin-top: 10px}.form-vacancy .btn-wrap .btn{padding: 10px 20px;font-size: 16px}@media (max-width: 899px){.form-vacancy{margin-bottom: 90px}}.file-vacancy{width: 168px;line-height: 1;cursor: pointer;position: absolute;bottom: 240px;left: 0;right: 0;margin: 0 auto;color: #808080;z-index: -1}.file-vacancy span{display: inline-block;color: #4ba2cf;font-size: 25px;font-weight: 300;font-style: normal;vertical-align: middle;margin-right: 7px;margin-bottom: 3px;line-height: 0.5;-webkit-transform: translateX(-20px);-moz-transform: translateX(-20px);transform: translateX(-20px);opacity: 0;transition: all 1s ease-in-out}.btn-vacancy{padding: 0 65px;font-style: normal;font-weight: normal}.file-wrap:hover .file-vacancy span{-webkit-transform: translateX(0);-moz-transform: translateX(0);transform: translateX(0);opacity: 1}.vacancy-detail{padding: 20px 15px 15px 170px;margin-top: 70px;-webkit-box-shadow: 0 40px 40px rgba(0,0,0,0.2);-moz-box-shadow: 0 40px 40px rgba(0,0,0,0.2);-ms-box-shadow: 0 40px 40px rgba(0,0,0,0.2);box-shadow: 0 40px 40px rgba(0,0,0,0.2)}.vacancy-detail .vacancy-icon{position: absolute;left: 40px;top: 20px;text-align: left;margin: 0}.vacancy-detail-item{vertical-align: top}.vacancy-detail-item h5{margin: 0 0 35px;font-weight: 900;color: #4ba2cf;font-size: 24px;text-transform: uppercase;width: 100%}.vacancy-detail-item p{font-weight: bold;margin: 0 0 18px}.vacancy-detail .vacancy-date{display: inline-block;float: right}.vacancy-detail .info-list li{line-height: 1.3}.vacancy-detail .tags{display: block;padding: 0;margin: 30px 0}.vacancy-detail .tags li{display: inline-block;background-color: #e8e8e8;padding: 4px 12px;border-radius: 20px;margin: 0 8px 15px 0}.vacancy-detail .links{margin: 0}.vacancy-detail .links svg{fill: #e3585b;margin: 0 8px -3px 0;-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg)}.vacancy-detail .links a{color: #e3585b;display: inline-block}.vacancy-detail .links a.return{margin-top: 11px}.vacancy-detail .links a.btn{color: #000;float: right;padding: 10px 15px;font-weight: normal;font-size: 16px}.vacancy-detail .links a.btn:hover{color: #fff}@media (min-width: 1790px){.vacancy-detail{margin-bottom: 200px}}@media (max-width: 767px){.vacancy-detail{padding: 0;box-shadow: none;margin-bottom: 70px;margin-top: 10px}.vacancy-detail-item{vertical-align: top}.vacancy-detail-item h5{margin-bottom: 30px;font-size: 22px}.vacancy-detail .vacancy-icon{position: static;margin: 0 auto}.vacancy-detail .vacancy-date{float: none;display: block;margin: 10px 0 0;text-align: left}.vacancy-detail .btn-wrap{display: block}}.development .btn-wrap{display: block}.development .img-wrap{margin: 40px 0 0 -46px}.development .arrow-down{top: 52%;left: 0}@media (max-width: 1789px){.development .img-wrap{margin: 0}.development .arrow-down{display: none}}@media (max-width: 767px){.development .img-wrap img{margin-bottom: 10px}}@media (max-width: 480px){.development .img-wrap img{margin-bottom: 25px}}.development-info{max-width: 750px}@media (max-width: 767px){.development-info{margin-top: 0;line-height: 1.7}}.slider-wrap.develop{margin-top: 100px}.slider-wrap.develop .top-slider-item-count{display: block;margin-top: 40px;margin-left: 0;border-bottom: none}.slider-wrap.develop .img-wrap{margin-top: 0}.slider-wrap.develop::before{display: none}@media (max-width: 1680px){.slider-wrap.develop{margin-top: 100px}}@media (max-width: 767px){.slider-wrap.develop{margin-top: 40px}}@media (max-width: 479px){.slider-wrap.develop .top-slider-item-count{font-size: 20px}.slider-wrap.develop .top-slider-item-count span{font-size: 50px}}.slider-header{overflow: hidden;margin: 60px 0 40px;text-transform: uppercase}.slider-header ul{padding: 0;margin: 0}.slider-header ul li{position: relative;list-style-type: none;float: left;font-size: 21px;color: #939191;text-transform: uppercase;font-weight: bold;padding-right: 50px}.slider-header ul li span{font-size: 16px;color: #e3585b}.slider-header ul li.on{color: #4ba2cf}@media (max-width: 1023px){.slider-header ul li{font-size: 17px}}@media (max-width: 1280px){.slider-header{margin-bottom: 40px}}@media (max-width: 1179px){.slider-header{margin: 65px 0 40px}}@media (max-width: 480px){.slider-header{margin-top: 40px}}@media (max-width: 479px){.slider-header{display: none}}.slider-header-mobile{width: 100%;display: none;margin: 0}.slider-header-mobile p{position: relative;color: #4ba2cf;text-transform: uppercase;font-size: 17px;font-weight: bold;padding-left: 23px;margin: 0 0 30px}.slider-header-mobile p span{position: absolute;left: 0;top: 0;font-size: 16px;color: #e3585b}@media (max-width: 479px){.slider-header-mobile{display: block}}.slider-inner.slider-develop .slider-item .text{width: 55%}.slider-inner.slider-develop .slider-item .text p{margin: 0;color: #000}.slider-inner.slider-develop .slider-item .img-wrap{width: 40%;margin-bottom: 0}.slider-inner.slider-develop .slider-item .img-wrap img{border-bottom: none}@media (max-width: 1789px){.slider-inner.slider-develop .slider-item .text{width: 45%}.slider-inner.slider-develop .slider-item .img-wrap{width: 55%;margin-right: -40px}}@media (max-width: 767px){.slider-inner.slider-develop .slider-item .text{width: 100%;order: 2}.slider-inner.slider-develop .slider-item .img-wrap{width: 100%;order: 1}}.slider-inner.slider-develop .owl-nav{position: static;text-align: center;margin-top: 40px}.slider-inner.slider-develop .owl-nav .owl-prev{position: static;display: inline-block;color: #777;margin-right: 105px}.slider-inner.slider-develop .owl-nav .owl-next{position: static;display: inline-block;color: #777}.infografic{margin-top: 120px}.infografic h3{font-size: 42px;font-weight: bold;text-transform: uppercase;color: #cdcccc;margin-bottom: 60px}.infografic p{color: #393939;text-transform: uppercase}.infografic strong{font-size: 70px;display: block;color: #e3585b;line-height: 1}@media (max-width: 1024px){.infografic h3{font-size: 30px}}@media (max-width: 767px){.infografic h3{font-size: 23px;margin-bottom: 10px}}@media (max-width: 500px){.infografic{margin-top: 70px}.infografic h3{margin-bottom: 25px}}.infografic-wrap{min-height: 670px;background-image: url(/images/infografic/inf.svg);background-repeat: no-repeat;background-size: contain}.infografic-wrap img.no-shadow{box-shadow: none}@media (max-width: 767px){.infografic-wrap img{display: none}}@media (max-width: 767px){.infografic-wrap{background-image: none;min-height: 1px}}img#svg-grafic{position: absolute;top: 0;left: 0;width: auto;z-index: -1}.infografic-item{float: left;width: 32%;padding: 0 25px;text-transform: uppercase}@media (max-width: 1239px){.infografic-item{width: 35%}}@media (max-width: 768px){.infografic-item{width: 37%}}.infografic-item.item-2{width: 31%}@media (max-width: 1680px){.infografic-item.item-2{width: 34.5%;padding-left: 50px}}@media (max-width: 1440px){.infografic-item.item-2{padding-left: 65px}}@media (max-width: 1239px){.infografic-item.item-2{width: 23.3%;padding-left: 0px}}@media (max-width: 1239px){.infografic-item.item-2{width: 27.3%;padding-left: 20px}}@media (max-width: 768px){.infografic-item.item-2{width: 28.3%;padding-left: 20px}}.infografic-item.item-3{width: 33.33333333%}@media (max-width: 1680px){.infografic-item.item-3{padding-left: 55px}}@media (max-width: 1440px){.infografic-item.item-3{padding-left: 78px}}@media (max-width: 767px){.infografic-item{width: 100% !important;min-width: 1px;float: none;margin: 0 0 30px;display: block;text-transform: lowercase}.infografic-item p{position: relative;padding-left: 60px}.infografic-item strong{position: absolute;display: block;width: 50px;left: 0}.infografic-item.item-1,.infografic-item.item-2,.infografic-item.item-3{padding-left: 60px}.infografic-item.item-1 p,.infografic-item.item-2 p,.infografic-item.item-3 p{text-transform: none;margin: 30px 0}.infografic-item.item-1 strong,.infografic-item.item-2 strong,.infografic-item.item-3 strong{display: inline-block;font-size: 30px}}.infografic-bottom{max-width: 425px;width: 100%;position: absolute;bottom: -30px;right: 0}.infografic-bottom p{position: relative;color: #393939;text-transform: none;margin: 22px 0;padding-left: 60px}.infografic-bottom strong{display: block;position: absolute;top: 0;left: 0;width: 60px;font-size: 36px;color: #e3585b;font-weight: bold;line-height: 1;vertical-align: middle}.infografic-bottom p:last-child{margin-bottom: 0}@media (max-width: 1789px){.infografic-bottom{right: 0}}@media (max-width: 767px){.infografic-bottom{position: static}.infografic-bottom p{margin: 30px 0}.infografic-bottom p strong{font-size: 30px}}.project{margin-top: 120px}.project div.cta-block{margin: 0}.project-slider-item{margin-bottom: 75px}.project-slider-item h2{margin: 0;max-width: 400px}@media (max-width: 767px){.project-slider-item{margin-bottom: 50px}.project-slider-item h2{font-size: 18px;margin-left: 20px}}@media (max-width: 500px){.project-slider-item{margin-bottom: 30px}}.project-slider{margin-top: 60px;position: static}.project-slider .owl-nav{top: 41.5%;bottom: auto}.project-slider .owl-nav .owl-next,.project-slider .owl-nav .owl-prev{background: none;border: none;box-shadow: none;width: 86px;min-height: 20px;height: 100%;padding: 0;font-weight: bold;color: #777}.project-slider .owl-nav .owl-prev{left: -6%}@media (max-width: 1919px){.project-slider .owl-nav .owl-prev{left: 60%}}@media (max-width: 1239px){.project-slider .owl-nav .owl-prev{left: 60%}}@media (max-width: 767px){.project-slider .owl-nav .owl-prev{position: static;display: inline-block;margin-right: 100px}}.project-slider .owl-nav .owl-next{right: 18.5%}@media (max-width: 1919px){.project-slider .owl-nav .owl-next{right: 10%}}@media (max-width: 1239px){.project-slider .owl-nav .owl-next{right: 11%}}@media (max-width: 768px){.project-slider .owl-nav .owl-next{right: 20px}}@media (max-width: 767px){.project-slider .owl-nav .owl-next{position: static;display: inline-block}}@media (max-width: 1919px){.project-slider .owl-nav{top: 2%}}@media (max-width: 767px){.project-slider .owl-nav{position: static;text-align: center;margin-bottom: 50px}}@media (max-width: 767px){.project-slider{margin-top: 30px;margin-left: -20px;margin-right: -20px}}@media (max-width: 479px){.project-slider{margin-left: -15px;margin-right: -15px}}@media (max-width: 1919px){.project{margin-top: 100px}}@media (max-width: 768px){.project{margin-top: 120px}}@media (max-width: 767px){.project{margin-top: 60px}}.project-bg{max-width: 790px;width: 100%;min-height: 400px;height: 100%;margin: 0 auto 0 3%;padding: 55px 84px 0;-webkit-box-shadow: 0 40px 40px rgba(0,0,0,0.21);-moz-box-shadow: 0 40px 40px rgba(0,0,0,0.21);-ms-box-shadow: 0 40px 40px rgba(0,0,0,0.21);box-shadow: 0 40px 40px rgba(0,0,0,0.21)}.project-bg p{margin-bottom: 30px}.project-bg strong{text-transform: uppercase;font-weight: normal}.project-bg a{color: #000;text-transform: uppercase;float: left;text-align: center;margin-top: 30px}.project-bg a svg{fill: #e3585b;vertical-align: middle;margin-left: 15px}@media (max-width: 1366px){.project-bg a{margin-top: 25px;text-align: left}}@media (max-width: 1440px){.project-bg{max-width: none}}@media (max-width: 1239px){.project-bg{margin: 0 auto;max-width: 690px}}@media (max-width: 1280px){.project-bg a{float: none;display: block;text-align: center;margin-top: 20px;margin-left: 0}}@media (max-width: 991px){.project-bg{margin-left: 0;box-shadow: none;max-width: 767px;padding: 20px 15px 0}}.project-img{box-shadow: none;max-width: 684px;width: 100%;max-height: 442px;margin-right: -170px;margin-bottom: -40px;float: right}@media (max-width: 1370px){.project-img{margin-right: -135px}}@media (max-width: 1280px){.project-img{margin-top: 40px;float: none}}@media (max-width: 991px){.project-img{min-height: 257px}}@media (max-width: 480px){.project-img{min-height: auto}}a.project-anchor{display: inline-block;padding: 0 2px 5px;border-bottom: 3px solid #4ba2cf;position: relative;margin: 0 0 30px 0;color: #4ba2cf;font-weight: bold;text-transform: none;float: none}a.project-anchor::after{content: '';display: block;position: absolute;top: 5px;right: 0;margin-right: -35px;width: 24px;height: 24px;background-image: url(/local/infoexpert/images/sprite.png);background-position: -222px 0px}a.project-anchor:hover,a.project-anchor:active,a.project-anchor:focus{text-decoration: none}.project-list{padding: 0;margin: 0;list-style-type: disc}.project-list li{margin-left: 17px;color: #4ba2cf;line-height: 2.2}.project-list li span{color: #000}.faq-project{margin-top: 0;max-width: 100%}@media (max-width: 767px){.faq-project{margin-top: 60px}}.reviews{margin-top: 120px;margin-bottom: 200px}.reviews .content{-webkit-justify-content: space-between;-webkit-box-pack: justify;-moz-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between}.reviews-wrap{width: 46%;margin-top: 10px}@media (max-width: 1439px){.reviews-wrap{width: 100%}}@media (max-width: 1024px){.reviews-wrap{margin-top: 30px}}@media (max-width: 767px){.reviews-wrap{margin-top: 10px}}@media (max-width: 1789px){.reviews{margin-bottom: 30px}}@media (max-width: 1439px){.reviews{margin-top: 80px}}@media (max-width: 767px){.reviews{margin-top: 30px}}.reviews-item{border: none;margin: 0 0 30px;padding: 0;background: none}.reviews-item::before,.reviews-item::after{display: none}.reviews-text{border: 1px solid #cdcccc;border-radius: 5px;padding: 20px 25px 42px 25px;margin-bottom: 55px;position: relative}.reviews-text::after{content: '';display: inline-block;width: 35px;height: 25px;position: absolute;background-color: #fff;background-image: url(/local/infoexpert/images/sprite.png);background-position: -246px 0px;right: 51px;bottom: 0;margin-bottom: -24px}.reviews-text p{margin: 0}.reviews-text p span{display: block}.reviews-text p span.text-dot{display: none}.reviews-text p span.text-show{display: inline}.reviews-text p span.text-hide{display: none}.reviews-text[data-slice="slice"] p span.text-dot{display: inline}@media (max-width: 1789px){.reviews-text{margin-bottom: 55px;padding: 20px 20px 25px 25px}}@media (max-width: 767px){.reviews-text::after{right: auto;left: 50px}}.cite{color: #000;font-style: normal;font-weight: bold;line-height: 1.2;padding-right: 135px}@media (max-width: 1789px){.cite{text-align: right}}@media (max-width: 767px){.cite{text-align: left;padding-right: 0}}span.position{display: block;color: #949494;font-weight: normal;margin-top: 10px}.photo{width: 90px;height: 90px;overflow: hidden;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;border-radius: 50%;position: absolute;bottom: -117px;right: 24px;background-position: center;background-size: cover;background-repeat: no-repeat;-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.2);-ms-box-shadow: 0 10px 20px rgba(0,0,0,0.2);box-shadow: 0 10px 20px rgba(0,0,0,0.2)}@media (max-width: 767px){.photo{display: none}}.reviews-more{display: block;text-align: right;cursor: pointer;color: #4ba2cf;text-decoration: underline;margin-top: 20px}.ie-map{height: 505px;margin: 45px 0 60px}@media (max-width: 480px){.ie-map{margin-bottom: 30px}}@media (max-width: 767px){.map-wrap{margin: 30px -20px}}@media (max-width: 479px){.map-wrap{margin: 30px -15px}}.contact-wrap{width: 50%;margin-top: 10px;padding-right: 40px}.contact-wrap h4{margin-bottom: 20px;font-weight: 900;text-transform: uppercase}@media (max-width: 480px){.contact-wrap{width: 100%;padding-right: 0}}.contact-list{padding: 0;margin: 0}.contact-list li{list-style-type: none;font-style: normal;margin-bottom: 3px}.contact-list li a{color: #000;border-bottom: dashed 1px rgba(59,59,59,0.5);transition: all .2s ease-in-out}.contact-list li a:hover,.contact-list li a:focus,.contact-list li a:active{text-decoration: none;color: #e3585b;border-bottom-style: solid;border-bottom-color: #e3585b}.contact-hide{display: none}.contact-show{display: inline-block;cursor: pointer;margin: 60px 0 10px;transition: all .2s ease}.contact-show .icon-arrow-right{vertical-align: middle;fill: #e3585b;margin-left: 10px;transition: all .3s ease-in-out}.contact-show:hover{color: #e3585b}.contact-show:hover .icon-arrow-right{fill: #4ba2cf}.contact-show.active .icon-arrow-right{-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg)}.contact-show.active:hover{color: #4ba2cf}@media (max-width: 480px){.contact-show{display: block;text-align: center;margin-top: 30px}}.h3-transform{text-transform: uppercase;font-size: 30px;margin-top: 50px;margin-bottom: 35px;line-height: 1.1}.h4-transform{text-transform: uppercase;font-size: 22px;margin-top: 50px;margin-bottom: 35px;line-height: 1.1}.circle-blue{margin: 0}.circle-blue li{padding-left: 50px;position: relative;margin-bottom: 25px}.circle-blue li::before{content: '';display: block;width: 8px;height: 8px;background-color: #4ba2cf;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;position: absolute;left: 10px;top: 8px}@media (max-width: 767px){.circle-blue li{padding-left: 40px}.circle-blue li::before{left: 0}}.circle{margin: 0}.circle li{padding-left: 30px;position: relative;margin-bottom: 10px;clear: both}.circle li::before{content: '';display: block;width: 8px;height: 8px;background-color: #4ba2cf;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;position: absolute;left: 10px;top: 8px}@media (max-width: 767px){.circle li{padding-left: 20px;margin-bottom: 5px}.circle li::before{left: 0}}.circle-increment{counter-reset: li}.circle-increment li{margin-bottom: 30px;padding-left: 50px;position: relative}.circle-increment li::before{counter-increment: li;content: counter(li);display: block;font-size: 16px;font-weight: bold;color: #fff;width: 25px;height: 25px;background-color: #4ba2cf;text-align: center;line-height: 1.6;position: absolute;top: 0;left: 0;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%}.advancement .flex-container{margin-top: 40px;-webkit-justify-content: flex-start;-webkit-box-pack: start;-moz-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start}.advancement h3{margin-top: 70px}.advancement-list{width: 33.333333%;margin: 0px 0 50px}.advancement-list li{margin-bottom: 30px}.advancement-list li a{color: #000;font-weight: bold}.advancement-list li a:hover{color: #e3585b}.advancement-list li a .arr-btn::after{left: 0}.advancement-list li:last-child{margin-bottom: 0}@media (max-width: 1423px){.advancement-list{width: 50%}}@media (max-width: 1239px){.advancement-list{width: 33.333333%}}@media (max-width: 899px){.advancement-list{width: 50%}}@media (max-width: 553px){.advancement-list{width: 100%;padding: 0 15px}}.stiker-block{padding: 35px 50px 50px 60px;box-shadow: 20px 20px 40px rgba(0,0,0,0.1);margin: 65px 0 55px}.stiker-block img{float: left;margin-right: 35px}.stiker-block .fa{font-size: 72px;color: #4ba2cf;float: left;margin-right: 35px}.stiker-block-info{padding-left: 100px}@media (max-width: 700px){.stiker-block{text-align: center}.stiker-block p{text-align: left}.stiker-block img{float: none;margin-right: auto}.stiker-block .fa{float: none}.stiker-block-info{padding-left: 0}}@media (max-width: 480px){.stiker-block{margin-top: 35px;padding: 20px}}.seo-block{margin-top: 40px}.seo-block img{float: left;margin-right: 35px}.seo-block-info{padding-left: 100px}.seo-block .h4-transform{margin-top: 0}@media (max-width: 479px){.seo-block img{max-width: 16%;margin-right: 15px}.seo-block-info{padding-left: 0}}.form-order{max-width: 450px}@media (max-width: 767px){img.mt40{margin-top: 40px}}@media (max-width: 480px){.btn.mt40{margin-top: 20px}}.b24 .after{margin-top: 90px}.b24 .flex-container{-webkit-justify-content: flex-start;-webkit-box-pack: start;-moz-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start}.youtube-wrap{position: relative;padding-bottom: 53%;padding-top: 30px;height: 0;overflow: hidden}.youtube-wrap iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%}iframe.widthAuto{width: 560px;margin: 0 auto}@media (max-width: 767px){iframe.widthAuto{width: 100%}}.stiker-block-mini{padding: 15px 35px;display: inline-block;margin-left: 30px;margin-bottom: 0}.transform{-webkit-transform: rotate(-20deg);-moz-transform: rotate(-20deg);transform: rotate(-20deg)}.pluse-icon{font-size: 110px;font-weight: 900;line-height: 1;color: #4ba2cf;position: absolute;left: -30px;top: -40px;-ms-transform: none;-webkit-transform: none;transform: none;-webkit-transform: rotate(-20deg);-moz-transform: rotate(-20deg);transform: rotate(-20deg)}.minus-icon{display: block;width: 63px;height: 18px;background-color: #e3585b;position: absolute;left: -25px;top: 5px;-ms-transform: none;-webkit-transform: none;transform: none;-webkit-transform: rotate(-20deg);-moz-transform: rotate(-20deg);transform: rotate(-20deg)}.accompany{margin-top: 75px;margin-bottom: 90px}.accompany-item{width: 25%;padding: 0 15px;text-transform: uppercase;font-weight: bold}@media (max-width: 1280px){.accompany-item{font-size: 14px}}@media (max-width: 767px){.accompany-item{width: 100%;margin-bottom: 30px}.accompany-item:last-child{margin-bottom: 0}}.accompany-slider .slider-develop .slider-item .img-wrap img{display: none}@media (max-width: 1366px){.accompany-slider .slider-develop .slider-item .text{width: 60%}.accompany-slider .slider-develop .slider-item .img-wrap{width: 35%;background-position: 100% 0%}}@media (max-width: 1239px){.accompany-slider .slider-develop .slider-item{margin-top: 20px;margin-bottom: 30px}.accompany-slider .slider-develop .slider-item .text{width: 55%}.accompany-slider .slider-develop .slider-item .img-wrap{width: 45%}}@media (max-width: 767px){.accompany-slider .slider-develop .slider-item{margin-top: 0;margin-bottom: 0}.accompany-slider .slider-develop .slider-item .text{width: 100%}.accompany-slider .slider-develop .slider-item .img-wrap{width: 100%}.accompany-slider .slider-develop .slider-item .img-wrap img{display: block}}@media (max-width: 600px){.accompany-slider .slider-develop .slider-item .img-wrap{background-image: none !important}}@media (max-width: 767px){.accompany-slider .slider-header{margin-top: 30px;margin-bottom: 25px}}@media (max-width: 767px){.accompany-slider .slider-header{margin-top: 0;margin-bottom: 0}}@media (max-width: 1239px){.accompany{margin-top: 45px;margin-bottom: 70px}}@media (max-width: 1239px){.col-right .accompany-content{max-width: none}}.strong{font-weight: bold;font-size: 72px;line-height: 72px;display: block;color: #e3585b}@media (max-width: 1280px){.strong{font-size: 64px}}@media (max-width: 767px){.strong{font-size: 30px;line-height: 0.8;display: inline-block;margin-right: 10px;float: left}}h3.accompany-head{font-size: 30px;padding-bottom: 20px}@media (max-width: 1366px){h3.accompany-head{font-size: 24px}}@media (max-width: 1239px){h3.accompany-head{padding-bottom: 25px}}@media (max-width: 767px){h3.accompany-head{font-size: 18px}}@media (max-width: 320px){h3.accompany-head{margin-bottom: 20px}}.slider-wrap.accompany-slider{margin-top: 60px}@media (max-width: 768px){.slider-wrap.accompany-slider{margin-top: 40px}}@media (max-width: 320px){.slider-wrap.accompany-slider{margin-top: 0}}.stiker-accompany{max-width: 950px;width: 100%;font-size: 24px;font-weight: bold;margin-left: 0}.stiker-accompany img{float: none;display: inline-block;margin-left: 30px}@media (max-width: 1366px){.stiker-accompany{max-width: none}}@media (max-width: 1360px){.stiker-accompany{max-width: none}.stiker-accompany img{margin: 0}}@media (max-width: 1280px){.stiker-accompany{font-size: 18px}.stiker-accompany img{margin-left: 30px}}@media (max-width: 1239px){.stiker-accompany{text-align: center}}@media (max-width: 767px){.stiker-accompany p{text-align: center}.stiker-accompany img{margin: 0px 0 0 20px}}@media (max-width: 600px){.stiker-accompany img{margin-left: 0}}.see-link{margin-top: 70px;padding-bottom: 40px}.see-link a{vertical-align: middle}.see-link span{font-size: 18px;font-weight: 900;text-transform: uppercase;margin-right: 25px;vertical-align: middle}@media (max-width: 1280px){.see-link span{font-size: 16px}}@media (max-width: 1280px){.see-link{padding-bottom: 60px}}@media (max-width: 657px){.see-link{text-align: center}.see-link span{display: block;margin-bottom: 20px}}@media (max-width: 480px){.see-link{text-align: center}.see-link span{display: block;margin-right: 0;margin-bottom: 25px}}.info-accompany{width: 50%;padding: 0 15px}@media (max-width: 1239px){.info-accompany{width: 50%}}@media (max-width: 768px){.info-accompany{width: 100%}}@media (max-width: 320px){.info-accompany:first-child{margin-bottom: 10px}}.support-block{margin-top: 95px}@media (max-width: 1366px){.support-block{margin-top: 80px}}@media (max-width: 1239px){.support-block{margin-top: 60px}}.after-line{text-transform: uppercase;font-size: 42px;font-weight: 700;margin-top: 0;line-height: 1}.after-line span{font-size: 60px;display: block;color: #4ba2cf;font-weight: 900;margin-bottom: 25px}.after-line::after{content: '';display: block;width: 60px;height: 5px;background-color: #4ba2cf;margin-top: 20px}@media (max-width: 767px){.after-line{font-size: 24px}.after-line span{font-size: 30px;margin-bottom: 10px}}.accompany-trust{margin-top: 0}.main-footer{margin-top: 140px}.main-footer .footer-nav{text-align: center;margin-top: 200px}.main-footer .footer-nav-item{max-width: 225px}.main-footer .footer-nav-item li{text-align: left}@media (max-width: 479px){.main-footer .footer-nav.flex-container{-webkit-justify-content: space-around;-moz-justify-content: space-around;-ms-flex-pack: distribute;justify-content: space-around}.main-footer .footer-nav-item{width: 100%}}@media (max-width: 1365px){.main-footer .footer-nav{margin-top: 190px}}@media (max-width: 899px){.main-footer{margin-top: 100px}.main-footer .footer-nav{margin-top: 40px}}@media (max-width: 479px){.main-footer{margin-top: 70px}}.footer-top{min-height: 320px}.footer-top h6{font-size: 100px;font-weight: 900;color: #000;opacity: .2;text-transform: uppercase;margin: 0;line-height: 1}.footer-top .logo-block{top: 15px}.footer-top .phone-block{top: 280px}@media (max-width: 479px){.footer-top .phone-block small{display: inline-block}.footer-top .phone-block .bottom{display: block;margin-left: 80px}}.footer-top .soc-links-block{top: 220px}.footer-top .cta-block{top: 380px}@media (max-width: 1365px){.footer-top .cta-block{top: 370px}}@media (max-width: 899px){.footer-top .cta-block{margin-top: 60px;position: static}}@media (max-width: 1179px){.footer-top h6{font-size: 70px}.footer-top .logo{margin: 0 auto 30px}.footer-top .soc-links-block{margin-bottom: 30px}.footer-top .soc-links-block a{display: inline-block;margin: 0 10px;float: none}.footer-top .address-block{display: block;font-weight: bold;text-align: center;margin-bottom: 10px}.footer-top .phone-block{margin-bottom: 30px}}@media (max-width: 899px){.footer-top h6{display: none}.footer-top .auth-block,.footer-top .phone-block,.footer-top .address-block,.footer-top .logo-block,.footer-top .soc-links-block{position: static}}@media (max-width: 479px){.footer-top .phone-block{display: block}.footer-top .phone-block a{font-size: 30px}}.footer-big-nav{display: none;position: absolute;top: 125px;left: 0;padding: 0;width: 400px;z-index: 2}.footer-big-nav li{display: block;float: none;font-size: 24px;line-height: 36px;font-weight: 900;text-transform: uppercase}.footer-big-nav a{color: #3b3b3b}.footer-big-nav a:hover,.footer-big-nav a:focus{color: #e3585b}@media (min-width: 900px){.footer-big-nav{display: block}}.footer-nav-item{list-style: none;margin: 0 0 20px 0;padding: 0}.footer-nav li{margin-bottom: 10px}.footer-nav a{display: inline-block;text-decoration: none;color: #3b3b3b;border-bottom: solid 1px rgba(59,59,59,0.5);-webkit-transition: all ease .3s;transition: all ease .3s}.footer-nav a:hover,.footer-nav a:focus{color: #e3585b;border-bottom-style: solid;border-bottom-color: #e3585b}@media (max-width: 479px){.footer-nav a{font-size: 14px;line-height: 1.2}}@media (max-width: 560px){.footer-nav-item{width: 50%;padding: 0 15px}}.container-dark{background-color: #1d1d1d;color: #6f6f6f;padding: 32px 35px}.copy{width: 65%}.address{width: 30%}.address,.copy{font-style: normal}@media (max-width: 899px){.address,.copy{width: 100%}}.inner-footer{margin-top: 100px}.inner-footer .footer-block{min-height: 1px;margin-bottom: 95px}@media (max-width: 767px){.inner-footer .footer-block{margin-bottom: 0}}.inner-footer .footer-nav{-webkit-justify-content: space-between;-webkit-box-pack: justify;-moz-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between}@media (max-width: 1680px){.inner-footer .footer-nav{padding-right: 50px}}@media (max-width: 767px){.inner-footer .footer-nav{padding-right: 0}}@media (max-width: 560px){.inner-footer .footer-nav{-webkit-justify-content: center;-webkit-box-pack: center;-moz-justify-content: center;-ms-flex-pack: center;justify-content: center}.inner-footer .footer-nav-item{width: 100%}}.inner-footer .phone-block{display: none}@media (max-width: 479px){.inner-footer .phone-block small{display: inline-block}.inner-footer .phone-block .bottom{display: block;margin-left: 80px}}.inner-footer .solve-problem h5{text-transform: uppercase;font-weight: 900}.inner-footer .solve-problem h5 sup{color: #e3585b;display: inline-block;margin-left: 5px;font-size: 15px}@media (max-width: 767px){.inner-footer .solve-problem h5 sup{top: -0.6em}}.inner-footer .cta-block{position: static;margin: 80px 0 0}@media (max-width: 1239px){.inner-footer .cta-block{margin-top: 35px}}.inner-footer .text-light{position: relative}@media (max-width: 375px){.inner-footer .text-light .address p{width: 195px}}.inner-footer .vertical-block{width: 74px;height: 761px;position: absolute;top: -175px;right: 70px;opacity: .3;z-index: -1}@media (max-width: 1789px){.inner-footer .vertical-block{display: none}}@media (min-width: 320px) and (max-width: 767px){.inner-footer .phone-block{position: static;display: block;margin: 40px 0}}@media (min-width: 320px) and (max-width: 479px){.inner-footer .cta-block{margin-top: 30px}}@media (max-width: 1023px){.inner-footer{margin-top: 40px}}.inner .container-dark{padding: 32px 65px 32px 80px;margin-top: 50px}.inner .container-dark .soc-links-block{top: 20px;right: 0;margin-right: -20px}.inner .container-dark .soc-links-block a{display: block;margin-bottom: 7px}@media (min-width: 768px){.inner .container-dark .soc-links-block{display: none}}@media (max-width: 767px){.inner .container-dark .soc-links-block{margin-right: 0}.inner .container-dark .soc-links-block a{color: #4ba2cf;margin: 0 20px 10px 0}}.inner .container-dark .address{width: 35%}.inner .container-dark .copy{width: 65%;padding-left: 20px}@media (max-width: 1239px){.inner .container-dark{width: 100%}}@media (max-width: 899px){.inner .container-dark .address,.inner .container-dark .copy{width: 100%;padding-left: 0}}@media (max-width: 767px){.inner .container-dark{padding-left: 20px;padding-right: 10px}.inner .container-dark .address{padding-right: 55px}}@media (max-width: 375px){.inner .container-dark .address{padding-right: 40px}.inner .container-dark .text-light .soc-links-block{margin-right: 0}.inner .container-dark .text-light .soc-links-block a{color: #4ba2cf}}.inner .angle::before{content: '';display: block;width: 50px;height: 100%;background-image: url(/local/infoexpert/images/triangle.png);background-repeat: no-repeat;background-size: 100% 100%;position: absolute;left: 0;top: 0}@media (max-width: 1239px){.inner .angle{padding: 35px 10px 35px 50px}.inner .angle::before{display: none}.inner .angle::after{content: '';position: absolute;top: 0;display: block;border-top: 111px solid #4ba2cf;border-right: 27px solid transparent;border-top-width: 111px;border-left-width: 0;left: 0}}@media (max-width: 1366){.inner .angle p{font-size: 12px}}.free_work,.double_work{position: relative;float: right}.free_work span,.double_work span{position: absolute;left: 10px;top: 0;display: block;width: 54px;height: 34px;color: transparent}.free_work span{background: url(/local/codenails/images/free.png) left top no-repeat}.double_work span{background: url(/local/codenails/images/double.png) left top no-repeat}.value-info{color: #e3585b;border-bottom: 2px solid #4ba2cf;padding: 20px}.margin-menu,.header-inner .margin-menu{margin-left: 76px}.adminTemp .logo-block-small-mobile{position: absolute;top: 30px;left: 20px;z-index: 3;display: none}.logo-block-small{position: absolute}.stay-at-home img{max-width: 60px}.logo-mobile.stay-at-home img{max-width: 70px}.logo-block-small.stay-at-home{top: -17px}.stay-at-home + .nav-block-inner .top-nav.margin-menu{margin-left: 96px;margin-right: 0px}.auth-block-inner{position: absolute;top: 4px;right: 0px}.nav-block-inner{width: 100%}.nav-block-inner .top-nav.margin-menu{margin-left: 76px}.head-container-inner{position: relative;margin: 55px 0 60px 0;height: 31px}@media (max-width: 767px){.head-container-inner{margin: 55px 15px 60px 15px}}@media (max-width: 1279px){.nav-block-inner{display: none}.hamburger{display: block}}.main-page .header-desktop .logo-block-small{top: 0px}.main-page .header-desktop .soc-links-block{top: 40px}.adminTemp .header-main-2019 .hb-slogan,.adminTemp .header-main-2019 .phone-block{position: relative}.header-main-2019 .hb-slogan{top: 13px;left: auto;right: 0px;color: #878787;font-size: 30px;line-height: 36px;font-family: Roboto-Light;font-display: auto;font-weight: 300;text-align: right}.header-main-2019 .phone-block{top: 60px;text-align: right;color: #000000;font-family: Roboto-Light;font-display: auto;font-weight: 300}.header-main-2019 .phone-block a{color: #000000;font-size: 26px}.header-main-2019 .phone-block small{font-size: 16px;line-height: 41px;vertical-align: top}.header-main-2019 .phone-block span{color: #45A1CA;font-family: Roboto, Arial, Tahoma, sans-serif;font-display: auto;font-weight: bold}.letters{position: absolute;width: 1271px;height: 451px;right: 0px;top: -9px;background: url(/local/infoexpert/images/header-ie.svg) no-repeat;background-size: contain}.h1-main{color: #45A1CA;font-size: 100px;line-height: 118px;font-weight: 900;text-transform: uppercase;margin: 0px}.adminTemp .main-container .hamburger{top: 10px;right: 0px}@media (max-width: 1279px){.auth-block-inner{right: 51px}}.hamburger.active .icon-hamburger{display: none}.hamburger.active{position: fixed;background: url(/local/templates/main-2019/images/svg/cross.svg) no-repeat 0px 0px;left: calc(50% - 8px);width: 15px;height: 15px;top: 30px}.hamburger.fixed-hamburger{top: 47px;right: 20px}.hamburger:not(.active):not(.fixed-hamburger){top: 10px !important}.hamburger{top: 10px;right: 0px;left: auto;width: 20px;padding-right: 0px;cursor: pointer}.hamburger .icon-hamburger{display: block;width: 20px;height: 15px;background: url(/local/templates/main-2019/images/svg/menu.svg) no-repeat 0px 0px}.hamburger .icon-hamburger:before,.hamburger .icon-hamburger:after{display: none}.hamburger.active .icon-hamburger:before,.hamburger.active .icon-hamburger:after{display: block}.logo-mobile{display: none}@media (max-width: 1279px){.hamburger{display: block}.logo-mobile{display: block}.nav-block-inner{display: block}.active .top-nav{display: block;-ms-transform: scale(1);-webkit-transform: scale(1);transform: scale(1)}.top-nav{background: #ffffff;right: 0;top: 0px;bottom: 0px;height: 100%;margin: 0px !important;z-index: 250;position: fixed;width: 100%;padding-top: 75px;-ms-transform: translateX(-100%);-webkit-transform: translateX(-100%);transform: translateX(-100%);-moz-transition-property: -moz-transform;-o-transition-property: -o-transform;-webkit-transition-property: -webkit-transform;transition-property: transform, visibility, opacity;-moz-transition-duration: 0.4s;-o-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;transition-duration: 0.4s;overflow-y: auto;-webkit-overflow-scrolling: touch}.active .top-nav{-ms-transform: scale(1);-webkit-transform: scale(1);transform: scale(1)}.nav-block-inner .top-nav::-webkit-scrollbar{display: none}}@media (min-width: 0px) and (max-width: 319px){.h1-main{font-size: 20px;line-height: 20px}.letters{display: none}.text-position-block{padding-top: 50px}}@media (min-width: 320px){.header-main-2019{background: url(/local/infoexpert/images/320.jpg) no-repeat 0px 0px;min-height: 508px;padding-top: 30px}.text-position-block{position: absolute;top: 79px;left: auto;right: 0px;text-align: right}.header-main-2019 .phone-block{text-align: right;color: #000000}.letters{width: 100%;height: 158px;top: 0px;right: 0px;background-position: 60% 100%;background-size: auto 100%}.h1-main{font-size: 60px;line-height: 60px}.header-main-2019 .hb-slogan{font-size: 17px;line-height: 29px;top: 17px}.header-main-2019 .phone-block a{font-size: 20px}.header-main-2019 .phone-block small{font-size: 12px}.header-main-2019 .phone-block a:last-child{display: block;padding-right: 12px}.header-main-2019 .phone-block small{display: inline-block}}@media (min-width: 321px){.header-main-2019{background: url(/local/infoexpert/images/768.jpg) no-repeat 0px 0px;min-height: 640px;padding-top: 40px}.text-position-block{top: 150px}.letters{height: 300px}}@media (min-width: 475px){.header-main-2019 .phone-block a:last-child{display: inline-block}}@media (min-width: 768px){.header-main-2019{background: url(/local/infoexpert/images/768.jpg) no-repeat 0px 0px;min-height: 630px;padding-top: 30px}.text-position-block{position: absolute;top: 177px;left: auto;right: 0px}.header-main-2019 .phone-block{text-align: right;color: #000000;word-spacing: 10px}.letters{width: 100%;height: 361px;top: 0px;right: 0px;background-position: 74% 100%;background-size: auto 100%}.h1-main{font-size: 80px;line-height: 94px;float: right}.header-main-2019 .hb-slogan{font-size: 24px;line-height: 29px;top: 17px}.header-main-2019 .phone-block a{font-size: 20px}.header-main-2019 .phone-block small{font-size: 14px}}@media (min-width: 769px){.header-main-2019{background: url(/local/infoexpert/images/1366.jpg) no-repeat 0px 0px;min-height: 630px;padding-top: 40px}.text-position-block{top: 150px}}@media (min-width: 1280px){.main-container,.container{max-width: 1220px}.header-main-2019{background: url(/local/infoexpert/images/1366.jpg) no-repeat 0px 0px;min-height: 630px;padding-top: 40px}.text-position-block{position: absolute;top: 227px;left: auto;right: 0px}.header-main-2019 .phone-block{text-align: right;color: #000000}.letters{width: 1271px;height: 451px}.h1-main{font-size: 100px;line-height: 118px}.header-main-2019 .hb-slogan{font-size: 30px;line-height: 36px}.header-main-2019 .phone-block a{font-size: 26px}.header-main-2019 .phone-block small{font-size: 16px}}@media (min-width: 1366px){.header-main-2019{background: url(/local/infoexpert/images/1920.jpg) no-repeat 0px 100%;min-height: 800px;background-size: cover;padding-top: 55px}}@media (min-width: 1440px){.text-position-block{position: absolute;top: 110px;left: auto;right: 0px}.header-main-2019 .phone-block{top: 107px;text-align: right;color: #000000;line-height: 43px;word-spacing: 18px}.letters{width: 1705.34px;height: 604.2px}.h1-main{font-size: 120px;line-height: 141px}.header-main-2019 .hb-slogan{font-size: 40px;line-height: 47px}.header-main-2019 .phone-block a{font-size: 36px}.header-main-2019 .phone-block small{font-size: 18px}.header-main-2019 + div{margin-top: 0px}}@media (min-width: 1920px){.header-main-2019{background: url(/local/infoexpert/images/1920.jpg) no-repeat 0px 100%;min-height: 1080px;background-size: cover;padding-top: 55px}.text-position-block{position: absolute;top: 340px;left: auto;right: 0px}.header-main-2019 .phone-block{top: 96px;text-align: right;color: #000000;line-height: 43px;word-spacing: 18px}.letters{width: 1705.34px;height: 604.2px}.h1-main{font-size: 120px;line-height: 141px}.header-main-2019 .hb-slogan{font-size: 40px;line-height: 47px}.header-main-2019 .phone-block a{font-size: 36px}.header-main-2019 .phone-block small{font-size: 18px}}.bx-im-textarea-app-box label{margin-top: 0px}.block-31-3-two-cols-text-img-fix .landing-block ul{list-style-type: disc;padding-left: 20px}.main-footer p,.main-footer address{color: #000000}.main-footer .line-footer{width: calc(50% - 84px);height: 1px;background: #E5E5E5;display: inline-block}.main-footer .logo-footer{display: inline-block;margin-right: 49px;margin-left: 50px}.main-footer .phone-block-footer{text-align: center;color: #000000;line-height: 43px;word-spacing: 18px;font-family: Roboto-Light;font-display: auto;margin-top: 40px}.main-footer .phone-block-footer a{color: #000000;font-size: 36px;text-decoration: none}.main-footer .phone-block-footer small{font-size: 18px;vertical-align: top}.main-footer .phone-block-footer span{color: #45A1CA;font-family: Roboto, Arial, Tahoma, sans-serif;font-display: auto;font-weight: bold}.main-footer .container-lite{margin-top: 80px;background: #FFFFFF;box-shadow: 0px -15px 45px rgba(0,0,0,0.05);padding: 20px}.main-footer .container-lite .address-new{width: 60%;font-style: normal;font-size: 12px;line-height: 21px;margin: auto 0}.main-footer .container-lite .address-new .row2{margin: 0;font-size: 10px}.main-footer .container-lite .copy-new{width: 40%;font-style: normal;font-size: 12px;line-height: 21px;margin: auto 0}.main-footer .container-lite .copy-new a{text-decoration: underline}.main-footer .container-lite .copy-new .row2{margin: 0;font-size: 10px}.main-footer .address-footer{text-align: center;margin-top: 20px;font-size: 16px}.main-footer .social{text-align: center;margin-top: 40px;word-spacing: 6px}.main-footer .social a img{filter: contrast(100%) brightness(0%)}.main-footer .social a img:hover{filter: none}.main-footer .social a.zen{width: 42px;height: 42px;display: inline-block;border: 1px solid #000;padding: 8px;border-radius: 50%;-webkit-transition: all 0s ease-in-out;-moz-transition: all 0s ease-in-out;transition: all 0s ease-in-out}.main-footer .social a.zen:hover{border-color: #4ba2cf}.main-footer .social a.zen:hover img{filter: none}@media (max-width: 899px){.main-footer .container-lite .address-new,.main-footer .container-lite .copy-new{width: 100%}.main-footer .container-lite{text-align: center}.main-footer .container-lite .address-new{margin-bottom: 20px}}@media (max-width: 1023px){.main-footer .phone-block-footer{word-spacing: 10px;font-family: Roboto-Light;font-display: auto;font-weight: 300}.main-footer .phone-block-footer small{font-size: 18px}.main-footer .phone-block-footer a{font-size: 26px}.main-footer .address-footer{font-size: 14px}}@media (max-width: 650px){.main-container .blog-item .blog-item-image:after{display: none}.main-footer .phone-block-footer{word-spacing: 10px;font-family: Roboto-Light;font-display: auto;font-weight: 300}.main-footer .phone-block-footer small{font-size: 14px}.main-footer .phone-block-footer a{font-size: 20px}.main-footer .address-footer{font-size: 12px}.main-footer .container-lite{margin-top: 40px}.main-footer .container-lite .address-new{font-size: 11px}.main-footer .container-lite .copy-new{font-size: 11px}}.unsubscribe{margin: 20px 0}.unsubscribe #email{display: inline-block;margin-right: 20px;margin-bottom: 20px}.form-cooperation-subscribe{display: none;position: relative;box-sizing: border-box;margin-top: 100px;margin-bottom: 100px;min-height: 588px;left: calc(50% - 240px);z-index: 601;padding: 28px 25px 40px;max-width: 480px;width: 100%;font-size: 14px;background-color: #fff;text-align: left}.fillback-subscribe{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(106,176,214,0.8);z-index: 600;display: none;overflow-y: auto}.form-cooperation-subscribe .btn{display: inline-block;border: none;background-color: #4ba2cf;font-size: 18px;font-style: normal;color: #fff;font-weight: bold;text-transform: uppercase;transition: all .3s ease-in-out}.landing_grid{display: grid;grid-template-rows: 1fr 1fr;grid-template-columns: 1fr 1fr;grid-gap: 40px}.landing_grid .item{position: relative}.landing_grid .item .text{position: absolute;bottom: 0;left: 20px;font-family: Roboto;font-style: normal;font-weight: 900;font-size: 24px;color: #000000;margin: 0}.landing_grid .item .text:after{content: '';display: inline-block;width: 20px;height: 14px;margin-left: 20px;background: url(/images/portfolio/arrow.svg) no-repeat}.landing_grid .item .text:hover{color: #45A1CA}.landing_grid .item .text:hover:after{background: url(/images/portfolio/arrow-blue.svg) no-repeat}.landing_grid .item a{text-decoration: none}.landingText{margin-right: 155px;margin-bottom: 50px}.landingText ul{list-style-type: disc;padding-left: 40px}@media (max-width: 899px){.landing_grid{grid-template-rows: 1fr;grid-template-columns: 1fr}.landing_grid .item{text-align: center}.landing_grid .item .text{position: unset}.landingText{margin-right: 0px}}.other-directions{width: 100%;padding: 30px;background-color: #fff;-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);-moz-box-shadow: 0 15px 30px rgba(0,0,0,0.1);box-shadow: 0 15px 30px rgba(0,0,0,0.1)}.b24-item{margin-bottom: 20px}.b24-item img{margin-top: 20px}.icons-b24{-webkit-column-count: 5;-moz-column-count: 5;column-count: 5;margin: 30px 0 50px 0;text-align: center}.icons-b24 a{display: block}@media (max-width: 900px){.icons-b24{display: none}}.b24-title,h3.b24-title{margin-top: 140px}.arrow_down{color: #808080}.warning{color: #e3585b;border: 2px solid #e3585b;border-radius: 5px;padding: 10px 20px;margin-bottom: 20px}.bx_catalog_line{margin-top: 101px}.landing_grid .item .portfolio_h1_name{font-size: 52px;line-height: 100%;position: static;font-weight: 900;display: inline-block;margin-right: 40px;margin-top: 0px}.landing_grid .item:first-child .portfolio_h1_name{color: #00C0F3}.landing_grid .item:nth-child(2) .portfolio_h1_name{color: #F43834}.landing_grid .item:nth-child(3) .portfolio_h1_name{color: #A258CB}.landing_grid .item img{margin-top: 20px}.landing_grid .item:nth-child(4) .portfolio_h1_name{color: #45A1CA}.landing_grid .item .text:after{width: 35px;height: 30.96px;background: url(/images/portfolio/vector.svg) no-repeat;background-size: 35px;margin-left: 0px}.landing_grid .item .text:hover:after{background: url(/images/portfolio/vector.svg) no-repeat;background-size: 35px}.landing_grid .item .text{left: 0px;top: 135px}.description_portfolio_section{font-size: 16px;line-height: 180%;color: #000000;margin-top: 20px;max-width: 350px}.portfolio_block_inner > .text{position: absolute;bottom: -40px;left: 0px;margin-bottom: 0px}.portfolio_block_inner > .text:after{content: '';display: inline-block;width: 35px;height: 30.96px;background: url(/images/portfolio/vector.svg) no-repeat;margin-left: 0px;background-size: 35px;transform: rotate(180deg)}.portfolio_block_inner_main{display: flex;max-width: 988px;height: 174px;justify-content: space-between;position: relative;text-decoration: none;margin-bottom: 100px;padding: 0 16px}.portfolio_block_inner{display: flex;margin-right: 250px;position: relative}.portfolio_block_inner img{align-self: flex-start;width: auto;margin-top: 32px}p.description_portfolio{font-size: 16px;line-height: 180%;color: #000}.portfolio-item{margin-bottom: 80px;height: 450px}.portfolio-item-image{height: 300px;margin-bottom: 30px}a.portfolio_block_inner_main:hover,a.portfolio_block_inner_main:active,a.portfolio_block_inner_main:focus{text-decoration: none;color: #000}.portfolio-item-header,.portfolio-item:hover .portfolio-item-header{color: #000;position: static;font-size: 24px;line-height: 130%;font-weight: bold;text-align: left;left: 0px;bottom: 0px;padding-left: 3px}.portfolio-item-description,.portfolio-item:hover .portfolio-item-description{color: #000;font-size: 14px;line-height: 150%;display: block;margin-top: 10px;position: relative;text-align: left;font-weight: lighter}.link_portfolio-item-description{font-weight: bold;font-size: 14px;line-height: 16px;color: #45A1CA;text-align: left;display: block;padding-left: 25px;position: relative;margin-top: 20px}.link_portfolio-item-description:before{content: '';width: 18px;height: 18px;background: url(/images/portfolio/link_icon.svg) no-repeat;bottom: 0px;top: -4px;left: 2px;margin-left: 0px;position: absolute}.portfolio-item:hover:after,.portfolio-item:after{display: none}.portfolio-item-image_up,.portfolio-item:hover .portfolio-item-image_up,.portfolio-item:hover .portfolio-item-image_up img,.portfolio-item:focus .portfolio-item-image_up img{background: #fff}a.ups > span.portfolio-item-image_up img{width: auto;height: auto;position: relative;top: 50%;display: block;margin: 0 auto}.portfolio-item-image_up span{color: #45A1CA;position: relative;top: 50%;margin-top: 20px;display: block}.ups{display: none}.date_red{font-weight: 900;font-size: 28px;line-height: 130%;text-align: center;color: #45A1CA;margin-right: 40px}@media (max-width: 1200px){.landing_grid .item .portfolio_h1_name{font-size: 42px;margin-right: 0px}}@media (max-width: 1030px){#backTop{display: none}.landing_grid .item .portfolio_h1_name{font-size: 36px;margin-bottom: 0px;text-align: left}.description_portfolio_section{font-size: 14px;text-align: left;margin: 0px}.portfolio_block_inner{margin-right: 0px;min-width: 300px}.portfolio_block_inner_main{height: auto;flex-wrap: wrap}.info-wrap-new h1.portfolio_h1_name{max-width: 60%}article.redizine_statie{flex-wrap: wrap;padding: 0 10px}article.redizine_statie{flex-wrap: wrap}article.redizine_statie > div:first-child{flex-direction: row;justify-content: space-between;width: 100%}article > div:first-child > div > span{font-size: 21px;display: flex;line-height: 21px;width: auto}article > div:first-child > div > span > .year{font-size: 21px;font-weight: 900}article > div:nth-child(1) > span{padding-top: 0px}.blog_img.act{background-color: #2FC6F6;background-image: none;background-size: cover;margin: 0px;max-width: 1200px}.content > .detail > .blog_img > img{float: none;left: 0px;margin: 0 auto}.form_dizine,.interesting_read{padding-left: 10px;padding-right: 10px}.dezine_interesting_read{flex-wrap: wrap}}@media (max-width: 899px) and (min-width: 621px){.portfolio_block{min-height: 140px}.bx_catalog_line_ul > div > a > .portfolio_block > p.text{position: absolute}.landing_grid .item .text:after{width: 25px;height: 17.96px;background-size: 25px}.landing_grid .item .text{top: 90px}#bx_1847241719_236 > a > div > img,#bx_1847241719_237 > a > div > img{width: 90px;height: 100px}#bx_1847241719_238 > a > div > img,#bx_1847241719_239 > a > div > img{width: 80px;height: 110px}.landing_grid.bx_catalog_line_ul{grid-template-columns: 1fr 1fr}.portfolio_block_inner{margin-bottom: 60px;min-height: 130px}.portfolio_block_inner_main{height: auto;margin-bottom: 50px}}@media (max-width: 1024px){#ladda > .portfolio-item{padding: 0 16px}}@media (max-width: 768px){.portfolio_block_inner_main{flex-wrap: wrap;padding: 0px 40px;height: auto;margin-bottom: 20px;padding: 0 16px}.portfolio_block_inner{margin-bottom: 0px}.portfolio_block_inner img{margin: 32px 0px 0px 0px}.filter{display: block;background: url(/local/templates/inner-2019/images/svg/filter.svg) no-repeat;background-position: 3px 3px}form#filter_form_redizaine{padding-left: 30px;padding-top: 30px}.blog-redizain_main{flex-direction: column}.blog-redizain_main .redizine_tag{display: flex}.portfolio_block_inner > .text{bottom: 15px}div.redizine_list_flex{margin-bottom: 50px}div.news-info > h3.news-header{margin-top: 0px}.soc_seti_redizain{flex-wrap: wrap;justify-content: center}.soc_iconci{display: flex;margin-top: 20px}.back_blog > a,.back_blog > a:hover{font-size: 16px}article > div:first-child > div > span,article > div:first-child > div > span > .year{font-size: 18px}.form_dizine > h2{font-size: 28px;line-height: 130%;margin-bottom: 10px}.form_dizine > p{font-size: 16px;line-height: 170%;margin-bottom: 30px}.soc_seti_redizain > p{font-size: 18px;line-height: 170%}div.interesting_read h2{font-size: 28px;line-height: 130%}.form_redizine{margin: 50px 0px}.dezine_intersting_item > a > b{font-size: 20px;line-height: 130%}.dezine_intersting_item > span{font-size: 16px;line-height: 19px}p.dezine_intersting_item,.dezine_intersting_item > a > img{width: 200px}.link-back{display: block}.forward_arrow > span,.back_arrow > span{font-size: 18px;line-height: 100%}div.back_arrow a,div.forward_arrow a{font-size: 14px;line-height: 100%}.desctop > #filter_form_redizaine > ul > li > label{display: none}.desctop > #filter_form_redizaine > ul > li > label.checked{display: block;margin-bottom: 10px}.filter ul li{margin-bottom: 0px}.redizine_tag{margin: 0px}.desctop > #filter_form_redizaine > div > input.btn.btn-red-border.reset-filter.redizain_filt{display: none}.desctop > #filter_form_redizaine > div > input.btn.btn-red-border.reset-filter.redizain_filt.checked{display: block}.desctop > form#filter_form_redizaine{padding-top: 5px}.info-wrap-new .btn-wrap.btn-filter{padding-top: 5px}.filter ul{margin: 0 0 10px}}.color{display: none;position: fixed;top: 0px;left: 50%;background-color: #fff;width: 320px;z-index: 0;margin-left: -160px}.crest{background: url(/local/infoexpert/images/svg/crest.svg) no-repeat;width: 15px;height: 15px;margin: 0 auto;margin-top: 30px}.filter_mobile{background: url(/local/infoexpert/images/svg/filter_okno.svg) center 45px no-repeat;padding-top: 125px}.filter_mobile .btn-filter{width: 100%}.filter_mobile .btn-filter input{margin: 0 auto;display: block}.filter_mobile .redizine_tag{align-items: center;padding-top: 70px;margin: 0 0 34px}.filter_mobile .redizine_tag li{padding-bottom: 20px}.filter_mobile .redizine_tag li input{display: none}.filter_mobile form#filter_form_redizaine{padding-top: 0px;padding-left: 0px}.filter_mobile .btn.btn-red-border.reset-filter.redizain_filt{font-size: 20px}.filter_mobile label.filter-click{font-size: 16px}.filter_mobile .redizine_tag li:hover{color: #45A1CA !important}.portfolio-item-image > .img-shadow:hover{box-shadow: 0px 4px 122px rgba(69,161,202,0.25)}@media (max-width: 700px) and (min-width: 621px){#bx_1847241719_236 > a > div > img,#bx_1847241719_237 > a > div > img{margin: 0px;position: relative;top: -20px}#bx_1847241719_238 > a > div > img,#bx_1847241719_239 > a > div > img{margin: 0px;position: relative;top: -20px}.portfolio_block{min-height: 140px;flex-wrap: wrap;justify-content: flex-end}}@media (max-width: 620px){.landing_grid.bx_catalog_line_ul{grid-template-columns: 1fr}#bx_1847241719_236 > a > div > p.text,#bx_1847241719_238 > a > div > p.text,#bx_1847241719_237 > a > div > p.text,#bx_1847241719_239 > a > div > p.text{position: absolute}.landing_grid .item .text:after{width: 25px;height: 17.96px;background-size: 25px}.landing_grid .item .text{left: 1px;top: 100px}.bx_catalog_line_ul .item{margin: 0}#bx_1847241719_236 > a > div > img,#bx_1847241719_237 > a > div > img{width: 90px;height: 100px}#bx_1847241719_238 > a > div > img,#bx_1847241719_239 > a > div > img{width: 80px;height: 110px}#bx_1847241719_236 > a > div > img,#bx_1847241719_237 > a > div > img{margin: 0px;position: relative;top: -30px}#bx_1847241719_238 > a > div > img,#bx_1847241719_239 > a > div > img{margin: 0px;position: relative;top: -30px}.portfolio_block{flex-wrap: wrap;justify-content: flex-end}.landing_grid.bx_catalog_line_ul{max-width: 320px}.info-wrap-new h1.portfolio_h1_name{font-size: 36px;line-height: 100%;max-width: 200px}.portfolio_block_inner img{width: 90px;height: 110px}.portfolio_block_inner{justify-content: space-between}.portfolio_block_inner > .text:after{background-size: 25px;width: 25px}p.description_portfolio{font-size: 14px}span.news-item-date{font-size: 18px;line-height: 21px}.redizine_list_flex > div.news-info > h3.news-header{font-size: 28px;line-height: 130%;border-top: 0px;padding-top: 0px}p.news-item-text{font-size: 14px;line-height: 175.78%}.hashTags{margin: 10px 20px 10px 0px}.dezine_interesting_read{justify-content: center}p.dezine_intersting_item{margin: 30px 0px;width: auto}.dezine_interesting_read > p > a > img{margin: 0}.redizain_filt.blue_filter{font-size: 16px;line-height: 100%;font-weight: bold}.link-back > .center{flex-wrap: wrap;justify-content: center}.link-back > .center a{margin: 10px}.link-back > .center span{margin: 10px}}@media (max-width: 503px){.info-wrap-new h1.portfolio_h1_name{margin-right: 0px}.info-wrap-new h1.portfolio_h1_name{max-width: 170px}.portfolio_block_inner img{margin: 45px 0px 0px 0px}.portfolio-item{margin-bottom: 30px;height: auto}}.modal_background{width: 100%;background: rgba(0,0,0,0.4)}.landing-2020 .bx-sb-features-table__icon_check,.landing-2020 .bxst-prices-table-features-icon.checked{background: url('/local/infoexpert/images/2020/arrow-2.svg') no-repeat;background-position: center center}.landing-2020 .bx-sb-features-table__icon_uncheck,.landing-2020 .bxst-prices-table-features-icon.unchecked{background: url('/local/infoexpert/images/2020/arrow-3.svg') no-repeat;background-position: center center}.landing-2020 .bx-sb-features-table__sidebar{padding-top: 15px;padding-bottom: 15px}.landing-2020 .switch-btn{display: inline-block;width: 60px;height: 30px;border-radius: 34px;background: #45A1CA;z-index: 0;margin: 0;padding: 0;border: none;cursor: pointer;position: relative;transition-duration: 300ms;margin-left: 30px;margin-right: 30px}.landing-2020 .switch-btn::after{content: "";height: 26px;width: 26px;border-radius: 34px;background: #fff;top: 2px;left: 3px;transition-duration: 300ms;position: absolute;z-index: 1}.landing-2020 .switch-on{background: #B7DB2A}.landing-2020 .switch-on::after{left: 31px}.landing-2020 .row-btns{font-weight: bold;font-size: 28px}.landing-2020 .row-btns span{line-height: 30px;vertical-align: middle}.landing-2020 .row-btns span.box-switch{vertical-align: top}.landing-2020 .claud-switch{color: #45A1CA;float: left}.landing-2020 .switch-btn.switch-on + .claud-switch{color: #000000}.landing-2020 .switch-on ~ .box-switch{color: #B7DB2A}.personal-head{font-size: 24px;margin: 60px 0 50px}.personal-download{color: #AAACAD;float: right;font-size: 16px;font-weight: normal}.personal-download .fa{margin-right: 5px}.personal-download:hover{text-decoration: none}.personal-in{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-around;margin-bottom: 135px}.personal-in-item{max-width: 285px;display: block;text-align: center;color: #222;text-transform: uppercase;padding: 30px 0 40px;font-size: 24px;font-weight: 900;-webkit-box-shadow: 0 40px 40px rgba(0,0,0,0.15);box-shadow: 0 40px 40px rgba(0,0,0,0.15)}.personal-in-item:hover,.personal-in-item:focus{text-decoration: none;-webkit-box-shadow: 0 40px 40px rgba(0,0,0,0.2);box-shadow: 0 40px 40px rgba(0,0,0,0.2)}.personal-in-item:hover .arr-btn-small::after,.personal-in-item:focus .arr-btn-small::after{border-bottom-color: #e3585b;border-right-color: #e3585b}.personal-in-item-icon{width: 95px;height: 95px;margin: 0 auto 60px;background-image: url(/local/infoexpert/images/sprite.png);background-position: 0px -179px}.personal-in-item-icon.support{background-position: -97px -179px}.personal-in-item-icon.support-2{background-position: -195px -179px}.personal-in-item .arr-btn-small{display: block;margin: 25px auto 0}.personal-in-item .arr-btn-small::after{border-bottom-color: #222;border-right-color: #222}@media (max-width: 1700px){.personal-in-item{max-width: 220px;font-size: 18px}}@media (min-width: 1240px) and (max-width: 1365px){.personal-in-item{max-width: 190px;font-size: 16px}.personal-in-item-icon{margin-bottom: 30px}}@media (max-width: 1239px){.personal-in-item{max-width: 270px;font-size: 22px}}.personal-form{max-width: 450px}.personal-form-target.j-start li{margin-right: 30px}.personal-form-target-link{font-weight: bold;color: #949494;padding-bottom: 3px;position: relative}.personal-form-target-link:hover{text-decoration: none}.personal-form-target-link.active{color: #e3585b;text-decoration: none}@media (min-width: 1240px) and (max-width: 1439px){.personal-form-target li{font-size: 14px}}.line{position: absolute;height: 3px;background-color: #222;bottom: 0;left: 0}.personal-form-block{display: none}.personal-form-block.active{display: block}.personal-stamp{margin: 30px 0;font-size: 14px}.personal-label{color: #949494;margin: 12px 0 5px}.bx-input-file-desc{font-size: 0}.bx-input-file-desc br{display: none}.calendar-icon{color: #4ba2cf;display: inline-block;cursor: pointer;position: absolute;right: 20px;top: 12px;font-size: 20px;line-height: 1}.personal-gender{position: relative;padding-left: 30px;display: inline-block;margin-right: 10px;cursor: pointer;-webkit-transition: all .2s ease;transition: all .2s ease}.personal-gender-radio{display: none}.personal-gender-radio:checked + .personal-gender::before{background-color: #4ba2cf}.personal-gender::before{content: '';display: block;width: 18px;height: 18px;border: 1px solid #c6c6c6;margin-right: 15px;position: absolute;top: -3px;left: 0;-webkit-box-shadow: inset 0 0 0px 4px #fff;box-shadow: inset 0 0 0px 4px #fff;-webkit-border-radius: 50%;border-radius: 50%}.personal-photo{height: 156px}.personal-photo a{display: inline-block;overflow: hidden;-webkit-border-radius: 50%;border-radius: 50%}.fake-photo{width: 150px;height: 150px;background-color: #4ba2cf;-webkit-border-radius: 50%;border-radius: 50%}.personal-photo-file{position: absolute;right: 18%;top: 10%;border: 1px solid #4ba2cf;padding: 14px 40px;font-style: normal;color: #4ba2cf;cursor: pointer;transition: all .2s ease-in-out}.personal-photo-file input{display: none}.personal-photo-file:hover{background-color: #e3585b;color: #fff;border-color: #e3585b}.bx-input-file-desc{position: absolute;top: 56%;right: 19%}.bx-input-file-desc label{display: inline-block;padding-left: 30px;cursor: pointer;font-style: normal}.bx-input-file-desc label::before{content: '';display: block;width: 18px;height: 18px;border: 1px solid #c6c6c6;position: absolute;top: 10px;left: 0}.bx-input-file-desc label::after{content: '';width: 5px;height: 9px;border-right: 2px solid #4ba2cf;border-bottom: 2px solid #4ba2cf;display: none;position: absolute;top: 12px;left: 7px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);transform: rotate(45deg)}[name="PERSONAL_PHOTO_del"],[name="WORK_LOGO_del"]{display: none}[name="PERSONAL_PHOTO_del"]:checked + [for="PERSONAL_PHOTO_del"]::after,[name="WORK_LOGO_del"]:checked + [for="PERSONAL_PHOTO_del"]::after,[name="PERSONAL_PHOTO_del"]:checked + [for="WORK_LOGO_del"]::after,[name="WORK_LOGO_del"]:checked + [for="WORK_LOGO_del"]::after{display: block}.jq-selectbox{width: 100%;position: relative}.jq-selectbox li::after{background: none}.jq-selectbox li:hover{background: none;text-decoration: underline;color: #4ba2cf}.jq-selectbox__select{height: auto;padding-top: 4px;padding-bottom: 4px;box-shadow: none;border-radius: 0}.dropdown .jq-selectbox__select{box-shadow: inset 0 0 5px #4ba2cf;border-color: #4ba2cf}.jq-selectbox__trigger-arrow{border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #808080;border-bottom: none;-webkit-transform: rotate(0deg);transform: rotate(0deg);margin-top: -3px}.opened .jq-selectbox__trigger-arrow{-webkit-transform: rotate(-180deg);transform: rotate(-180deg);-webkit-transform-origin: 50%;margin-top: -6px}.btn.supp-btn{padding-top: 15px;padding-bottom: 14px;padding-left: 48px}.supp-label{position: relative;display: inline-block;vertical-align: top;margin-right: 20px}.supp-label::before{content: '';display: block;width: 15px;height: 15px;background-image: url(/local/infoexpert/images/sprite.png);background-position: 0px -276px;position: absolute;top: 18px;left: 23px;z-index: 100}.supp-label:hover::before{background-position: -14px -276px}.awesome .fa{margin-right: 7px}.personal-filter-title{margin-top: 60px;margin-bottom: 20px;color: #4ba2cf;padding-bottom: 3px;border-bottom: 2px solid #4ba2cf;font-style: normal;font-size: 24px;font-weight: bold}.ticket-list input{max-width: none}.personal-form-head-left{padding-right: 25px;width: 12%}.personal-form-head-right{width: 88%}.personal-client{width: 63%;padding-right: 25px}.personal-status{width: 20%;padding-right: 25px}.personal-color{width: 17%}.personal-color .personal-label{float: none}.personal-color label{float: left}.support-lamp-red,.support-lamp-yellow,.support-lamp-green,.support-lamp-green-s,.support-lamp-grey{width: 8px;height: 8px;background-color: #e3585b;-webkit-border-radius: 50%;border-radius: 50%}.support-lamp-yellow{background-color: #f39c12}.support-lamp-green{background-color: #2ecc71}.support-lamp-green-s{background-color: #4ba2cf}.support-lamp-grey{background-color: #aaacad}.label-radio{position: relative;width: 8px;height: 8px;background-color: #e3585b;-webkit-border-radius: 50%;border-radius: 50%;margin: 20px 18% 0 0;cursor: pointer}.label-radio:last-child{margin-right: 0}.label-radio.yellow{background-color: #f39c12}.label-radio.green{background-color: #2ecc71}.label-radio.green-s{background-color: #4ba2cf}.label-radio.grey{background-color: #aaacad}.label-radio::after{content: '';display: block;width: 14px;height: 14px;-webkit-border-radius: 50%;border-radius: 50%;position: absolute;top: -5px;left: -5px;border: 2px solid;display: none}.color-radio{display: none}.color-radio:checked + .label-radio::after{display: block}.color-radio:checked + .label-radio.red::after{border-color: #e3585b}.color-radio:checked + .label-radio.yellow::after{border-color: #f39c12}.color-radio:checked + .label-radio.green::after{border-color: #2ecc71}.color-radio:checked + .label-radio.green-s::after{border-color: #4ba2cf}.color-radio:checked + .label-radio.grey::after{border-color: #aaacad}.ticket-list-form{font-style: normal}.bx-grid-head td{padding-bottom: 3px}.bx-interface-grid{width: 100%;max-width: none}.bx-grid-head{font-size: 14px;color: #808080;border-bottom: 1px solid #808080}.table-row td{padding: 25px 0}tbody .table-row:nth-child(even){background-color: #edf6fa}.support-ticket-hint{font-style: italic;font-size: 14px;color: #808080}.support-ticket-hint td{line-height: 2}.bx-sorted,.bx-sortable{cursor: pointer}.show-box{background-color: #fff;padding: 25px 30px 10px;box-shadow: 15px 0 30px rgba(0,0,0,0.15);display: none}.personal-info{font-style: normal;margin-bottom: 45px}.personal-info a{color: #000;font-weight: bold}input.personal-max-width{max-width: none}.personal-label-text{position: relative;padding-left: 30px;font-style: normal;color: #000}.personal-label-text span{font-size: 12px;color: #808080}.personal-label-text input{display: none}.personal-label-text input:checked + label::before{border-color: #4ba2cf}.personal-label-text input:checked + label::after{display: block}.personal-label-text label{color: #000;font-size: 16px}.personal-label-text label::before{content: '';display: block;width: 18px;height: 18px;border: 1px solid #dfdfdf;position: absolute;top: 0;left: 0;cursor: pointer}.personal-label-text label::after{content: '';display: block;width: 5px;height: 11px;border-right: 2px solid #4ba2cf;border-bottom: 2px solid #4ba2cf;-webkit-transform: rotate(45deg);transform: rotate(45deg);position: absolute;display: none;top: 2px;left: 7px}.dop_field_value .jq-selectbox{max-width: 450px;width: 100%}.personal-ticket-message-input{margin-bottom: 10px;background-color: #cecece}.personal-ticket-message-input label{float: left;cursor: pointer;margin-right: 23px;margin: 0;padding: 8px;color: #000;-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out}.personal-ticket-message-input label:hover .fa{color: #4ba2cf}.personal-ticket-message-input label input{display: none}.file-name{position: absolute;top: 0;bottom: 0;margin: auto 0 auto 20px;height: 32px;font-style: normal}.file-input-block label{display: inline-block;font-size: 16px;font-weight: 900;text-transform: uppercase;padding: 20px 20px;border-radius: 6px;transition: all .3s ease-in-out;-webkit-box-shadow: 5px 5px 30px rgba(0,0,0,0.2);-moz-box-shadow: 5px 5px 30px rgba(0,0,0,0.2);-ms-box-shadow: 5px 5px 30px rgba(0,0,0,0.2);box-shadow: 5px 5px 30px rgba(0,0,0,0.2);position: relative;overflow: hidden;cursor: pointer;line-height: 1;border: 2px solid #e3585b;color: #000;font-weight: 400;font-style: normal;text-transform: none;background-color: transparent;box-shadow: none;padding: 14px 20px;margin-top: 0}.file-input-block label:active,.file-input-block label:focus,.file-input-block label:hover{text-decoration: none;outline: none}.file-input-block label.btn-blue{color: #fff;background-color: #4ba2cf}.file-input-block label.btn-blue:hover,.file-input-block label.btn-blue:active{background-color: #3189b6}.file-input-block label.btn-white{border: 1px solid #e8e8e8;color: #000;font-weight: 400;box-shadow: none}.file-input-block label.btn-white:hover,.file-input-block label.btn-white:active{background-color: #e8e8e8}.file-input-block label.btn-red{background-color: #e3585b;color: #fff}.file-input-block label.btn-red:hover,.file-input-block label.btn-red:active{background-color: #dc2c30}.file-input-block label.btn-red-border{border: 2px solid #e3585b;color: #000;font-weight: 400;font-style: normal;text-transform: none;background-color: transparent;box-shadow: none;padding: 14px 20px}.file-input-block label.btn-red-border:hover{background-color: #4ba2cf;border-color: #4ba2cf;color: #fff}.file-input-block label.btn-red-border:disabled:hover{background-color: transparent;border-color: #e3585b;color: #000}.file-input-block label.btn-red-border.reset-filter{padding: 10px 15px}@media (max-width: 480px){.file-input-block label{font-size: 14px}}.file-input-block label .after{position: absolute;border-radius: 50%;background-color: red}.file-input-block label .icon-arrow-right{width: 1.8em;vertical-align: middle;color: #e3585b;-webkit-transition: all ease .3s;transition: all ease .3s}.file-input-block label-right{position: absolute;right: 0;top: -80px}@media (max-width: 580px){.file-input-block label-right{position: relative;top: 0}}.file-input-block label:hover{background-color: #4ba2cf;border-color: #4ba2cf;color: #fff}.file-input-block label:disabled:hover{background-color: transparent;border-color: #e3585b;color: #000}.file-input-block label.reset-filter{padding: 10px 15px}.file-input-block label input{display: none}.personal-ticket-wrap{max-width: 450px}.personal-ticket-block{float: left;width: 50%;padding-right: 15px;vertical-align: bottom}.special-for-admin{max-width: 450px}.personal-dop{display: inline-block;width: 50%;vertical-align: top}.personal-dop:first-child{padding-right: 15px}.personal-dop:last-child{padding-left: 15px}.personal-dop img{opacity: 0;z-index: 10}.personal-dop-icon{position: absolute;top: 12px;right: 20px;color: #4ba2cf;z-index: 1;font-size: 20px;line-height: 1}.personal-time{width: 50%;padding-left: 15px;float: left;margin-top: 10px}.personal-time-input{float: left;width: 45% !important;padding-left: 20px !important;padding-right: 20px !important;text-align: center;font-style: normal;font-weight: bold}.personal-time-input:first-child{margin-right: 10px}.ticket-block{max-width: 450px}.ticket-event input{display: none}.ticket-event input:checked + label::before{border-color: #4ba2cf}.ticket-event input:checked + label::after{display: block}.ticket-event label{position: relative;color: #000;font-style: normal;font-size: 16px;padding-left: 30px}.ticket-event label::before{content: '';display: block;width: 18px;height: 18px;border: 1px solid #dfdfdf;position: absolute;top: 0;left: 0;cursor: pointer}.ticket-event label::after{content: '';display: block;width: 5px;height: 11px;border-right: 2px solid #4ba2cf;border-bottom: 2px solid #4ba2cf;-webkit-transform: rotate(45deg);transform: rotate(45deg);position: absolute;display: none;top: 2px;left: 7px}.ticket-header{color: #4ba2cf;padding-bottom: 3px;border-bottom: 2px solid #4ba2cf;font-style: normal;font-size: 24px;font-weight: bold;text-align: left}.personal-select-month{display: inline-block;margin-right: 25px}.personal-select-year{display: inline-block}.personal-year{width: 150px}.personal-user-select{max-width: 300px}@media (max-width: 1402px){.personal-user-select{width: 200px}}@media (max-width: 1239px){.personal-user-select{width: 300px}}.personal-date-select{display: inline-block}[type="number"]{padding: 12px 0px 15px 15px;max-width: 120px;margin-right: 25px}.jq-number{position: relative}.jq-number__spin{position: absolute;right: 30px;transition: all .2s ease}.jq-number__spin:hover.minus{border-top-color: #e3585b}.jq-number__spin:hover.plus{border-bottom-color: #e3585b}.jq-number__spin.minus{border-top: 10px solid #4ba2cf;border-left: 8px solid transparent;border-right: 8px solid transparent;top: 26px}.jq-number__spin.plus{border-bottom: 10px solid #4ba2cf;border-left: 8px solid transparent;border-right: 8px solid transparent;top: 12px}.sup-tarif{margin-top: 40px;color: #808080}.sup-tarif strong{color: #000}.sup-tarif h2{font-size: 24px;color: #aaacad;border-bottom: 3px solid #4ba2cf;padding-bottom: 3px}.sup-tarif h2 strong{color: #4ba2cf}.statistic-table{width: 100%;border-bottom: 1px solid #4ba2cf;font-size: 14px}.statistic-table thead{color: #808080;border-bottom: 1px solid #808080}.statistic-table th{font-weight: normal}.statistic-table th td{color: #808080 !important;font-weight: normal !important}.statistic-table tbody td{padding: 30px 5px}.statistic-table tbody tr{background-color: #fff}.statistic-table tbody tr:nth-child(even){background-color: #edf6fa}.statistic-table tfoot td{padding: 25px 0}@media (min-width: 1025px) and (max-width: 1400px){.statistic-table{font-size: 12px}}.table-tarif-time{margin-bottom: 40px}.total-price strong{color: #4ba2cf}.td-big{width: 35%}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance: none;margin: 0}input[type='number']{-moz-appearance: textfield}.form-grid-box{margin-bottom: 65px}.support-ticket-hint div{margin-right: 20px}a.bx-action{transition: none}table.bx-interface-grid{border-collapse: collapse}table.bx-interface-grid tr.bx-even td{background: none}table.bx-interface-grid td{border: none;vertical-align: middle}table.bx-interface-grid tr.bx-odd td.bx-sorted,table.bx-interface-grid tr.bx-even td.bx-sorted,table.bx-interface-grid tr.bx-active td,table.bx-interface-grid tr.bx-over td{background-color: transparent}table.bx-interface-grid tr.bx-grid-footer td{background-color: #fff}tr.bx-grid-footer table.bx-grid-footer span.modern-page-title{color: #000;font-weight: normal}table.bx-interface-grid td.bx-left,tr.bx-grid-footer table.bx-grid-footer td,div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous{border: none}tr.bx-grid-footer table.bx-grid-footer div.modern-page-navigation a,tr.bx-grid-footer table.bx-grid-footer span{color: #000;text-decoration: none}.form-grid-box .statistic-table{border: none}.bx-grid-footer table{margin-top: 65px}.bx-grid-footer td{color: #000;font-weight: normal}.mt35{margin-top: 35px}.filter-field-code{max-width: 450px}.input-date-create{width: 50%;float: left}.input-start{padding-right: 12px}.input-end{padding-left: 12px}.tarif-control-table th{text-align: left;padding-left: 10px;padding-right: 10px}.tarif-control-table tbody td{padding-left: 10px;padding-right: 10px}.tarif-info-layer{background-color: rgba(106,176,214,0.8)}.tarif-info-form{width: 480px;max-height: 660px;padding: 28px 25px 40px;border: none;border-radius: 0}.tarif-info-form .btn{border: none}.tarif-info-close{background: none;border: none}.view-label{padding-left: 30px;position: relative}.view-label::before{content: '';display: block;width: 18px;height: 18px;border: 1px solid #c6c6c6;margin-right: 15px;position: absolute;top: 0px;left: 0}.view-label::after{content: '';width: 5px;height: 9px;border-right: 2px solid #4ba2cf;border-bottom: 2px solid #4ba2cf;display: none;position: absolute;top: 3px;left: 7px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);transform: rotate(45deg)}.view-checkbox{display: none}.view-checkbox:checked + .view-label::after{display: block}.view-checkbox:checked + .view-label::before{border-color: #4ba2cf}.tarif-action-popup{display: none;position: absolute;top: 0;left: -240px;background-color: #fff;z-index: 101;padding: 0 15px;-webkit-box-shadow: 40px 0 40px rgba(0,0,0,0.2);box-shadow: 0 40px 40px rgba(0,0,0,0.2)}.support-users th{text-align: left}.tarif-block{position: relative}.tarif-detail{display: none;position: absolute;top: 25px;right: 0;width: 265px;background-color: #fff;z-index: 101;padding: 15px 15px;-webkit-box-shadow: 40px 0 40px rgba(0,0,0,0.2);box-shadow: 0 40px 40px rgba(0,0,0,0.2)}.tarif-form .btn{border: none}.tarif-info-form{position: absolute;margin: auto;left: 0;right: 0;top: 0;bottom: 0}@media (min-width: 1025px) and (max-width: 1400px){.tarif-control-table{font-size: 12px}}.support-users th{padding-left: 10px;padding-right: 10px;text-align: left;padding-bottom: 10px}.support-users tbody td{padding-left: 10px;padding-right: 10px;padding-top: 15px;padding-bottom: 15px;text-align: left}.support-float-quote{float: right}.lk-min-width{min-width: 1024px}.support-ticket-edit{margin-bottom: 40px;width: 100%}.bx-auth-profile .error{max-width: 450px}.bx-auth-profile .errortext{color: #e3585b !important}.table-row{cursor: pointer}.support-quote-table{background-color: #edf6fa;width: 100% !important}.support-quote-head{padding: 20px 20px 0 20px}.support-quote-body{padding: 0 20px 20px 20px}.overdueMess{background-color: #f9dbdc;padding: 20px}.logMess{background-color: #FCF8E1;padding: 20px}.support-float-quote{padding: 0}input[name="find_id"]{min-width: 60px;padding: 14px 5px;text-align: center}input[type="text"]:focus,input[type="tel"]:focus,input[type="email"]:focus,input[type="password"]:focus{outline: unset}.personal-form-block.active p.text{color: #949494;font-size: 14px}.personal-form-block.active p.textHeader{color: #e3585b;font-size: 16px}.personal-form-block.active select.timeZone:focus{outline: unset;box-shadow: inset 0 0 5px #4ba2cf;border-color: #4ba2cf}.personal-form-block.active select.timeZone option:focus{outline: unset;box-shadow: inset 0 0 5px #4ba2cf;border-color: #4ba2cf}.personal-form-block.active select.timeZone{background: #fff;padding: 14px 5px;border: 1px solid #c6c6c6;width: 100%;color: #000}.personal-form-block.active select.timeZone option{font-size: 12px;border: 1px solid #c6c6c6}.personal-form-block.active select.timeZone:disabled{background: #eee;color: #bbbbbb}.personal-form-block.active .btn.btn-red-border{margin-right: 20px}textarea.ticket-text:focus{outline: unset;box-shadow: inset 0 0 5px #4ba2cf;border-color: #4ba2cf}.personal-dop img.calendar-icon{position: absolute;cursor: pointer}textarea:focus{outline: unset;box-shadow: inset 0 0 5px #4ba2cf;border-color: #4ba2cf}.ticket-list-form{overflow-x: auto}.jq-selectbox select{cursor: pointer;opacity: 0;height: 0;position: absolute}.jq-selectbox__dropdown{position: absolute;cursor: pointer}.jq-selectbox ul{overflow: auto}.personal-select-month{float: left}.criticaly-text{display: none;color: #e3585b}@media (max-width: 900px){.personal-in-item{margin: 0 auto 10px auto}}@media (max-width: 768px){.personal-user-select.fl-r{float: unset;width: 100%}.personal-date-select.year-month{display: flex;flex-direction: column}.personal-date-select.year-month .personal-date-select{margin-bottom: 20px}.personal-date-select.year-month .personal-date-select .jq-number{width: 170px}.personal-date-select.year-month .personal-date-select .jq-number .styler{max-width: 150px}.personal-date-select.year-month .btn.btn-red-border{width: 300px}}@media (max-width: 750px){form.pr{display: flex;flex-direction: column}form.pr .btn.supp-btn{padding-left: 14px}form.pr .supp-label{width: 300px;height: 49px;margin-bottom: 10px}form.pr .btn.btn-red-border{width: 290px;margin-bottom: 10px}form.pr .control-block{margin: unset}.personal-filter-title{margin-top: 10px}form.ticket-list{display: flex;flex-direction: column}form.ticket-list .fl-l,form.ticket-list .fl-r{float: unset}form.ticket-list .personal-form-head-right,form.ticket-list .personal-form-head-left,form.ticket-list .personal-client{width: 100%;padding-right: unset}form.ticket-list .personal-status{float: left;width: 40%}form.ticket-list .personal-color{float: left;width: 160px}input[name="find_id"]{text-align: left;padding: 14px 28px}}@media (max-width: 500px){.personal-head{display: flex;flex-direction: column}.personal-head .personal-download{margin-top: 20px}.saveAndReser{display: flex;flex-direction: column}.saveAndReser .btn.btn-red-border{margin-bottom: 20px}.personal-ticket-wrap .clearfix{display: flex;flex-direction: column}.personal-ticket-wrap .clearfix .personal-ticket-block{width: 100%;padding: unset}.personal-ticket-wrap .clearfix .personal-time{width: 100%;padding: unset}.personal-ticket-wrap .clearfix .personal-time .personal-time-input:not(.mr20){float: right}.save-group{display: flex;flex-direction: column}.save-group .btn.btn-red-border{margin: 0}.personal-info div.fl-r{float: unset;text-align: center}}.ml45{margin-left: 45px}.ml60{margin-left: 60px}.pt45{padding-top: 45px !important}.mt55{margin-top: 55px}.pt0{padding-top: 0px}.font-roboto-light{font-family: Roboto-Light}.dflex{display: flex;align-items: start}.maxwauto{max-width: auto}.bg-color{background-color: #37C5F7}.landings-2020 .clear{clear: both}.landings-2020 h1{font-weight: 900;font-size: 42px;margin: 0 0 30px;color: #4ba2cf;line-height: 1.2}.landings-2020 h2{font-style: normal;font-weight: bold;font-size: 1.75em;line-height: 100%;color: #000000;margin-top: 0px;margin-bottom: 40px}.landings-2020 h3,.landings-2020 h4{color: #000000}.landings-2020 .indent{padding-top: 100px;padding-bottom: 100px}.landings-2020 .indent-1{padding-top: 70px;padding-bottom: 70px}.landings-2020 .pb0{padding-bottom: 0px}.landings-2020 .pt0{padding-top: 0px}.landings-2020 p{line-height: 1.7em;margin-bottom: 1.8em}.landings-2020 .btn{font-size: 18px;font-weight: 600}.landings-2020 p + .btn{margin-top: 12px}@media (max-width: 640px){.landings-2020 .text-1{font-size: 18px;line-height: 170%}}@media (max-width: 320px){.landings-2020 .text-1{font-size: 16px;line-height: 170%}}@media (max-width: 1200px){.landings-2020 .form-bg{background: none}.landings-2020 .arrow-1{display: none}}.landings-2020 .btn{background: #4ba2cf;border-radius: 7px;color: #ffffff;text-transform: none}.landings-2020 .btn.btn-color-white{background: #ffffff;color: #37C5F7}.landings-2020 .font-roboto{font-family: 'Roboto'}.landings-2020 .fz-16{font-size: 16px}.landings-2020 .fz-24{font-size: 24px}.landings-2020 .price{font-family: 'Roboto';font-weight: bold;padding: 15px 30px;font-size: 28px}.landings-2020 .rub{font-size: inherit;margin: 0 2px;color: inherit;position: relative}.landings-2020 .rub:after{content: "";position: absolute;display: inline-block;width: 80%;height: 8%;top: auto;bottom: 25%;left: -5%;background: #000000}.landings-2020 .theme-violet .header-bg-image .btn,.landings-2020 .theme-orange .header-bg-image .btn,.landings-2020 .theme-cherry .header-bg-image .btn,.landings-2020 .theme-l-violet .header-bg-image .btn{width: 100%;max-width: 386px;text-align: center}.landings-2020 .ph-60{padding-left: 60px;padding-right: 60px}.landings-2020 .mt-0{margin-top: 0px}.landings-2020 .mt-20{margin-top: 20px}.landings-2020 .mt-30{margin-top: 30px}.landings-2020 .mt-40{margin-top: 40px}.landings-2020 .mt-60{margin-top: 60px}.landings-2020 .mt-90{margin-top: 90px}.landings-2020 .mb-40{margin-bottom: 40px}.landings-2020 .mb-60{margin-bottom: 60px}.landings-2020 .mr-25{margin-right: 25px}.landings-2020 .mr-60{margin-right: 60px}.landings-2020 .pb-60{padding-bottom: 60px}.landings-2020 .pr-bgimage-two-blocks{padding-right: 37%}@media (max-width: 1366px){.landings-2020 .pr-bgimage-two-blocks{padding-right: 47%}}@media (max-width: 1100px){.landings-2020 .pr-bgimage-two-blocks{padding-right: 0px}}.landings-2020 .relative{position: relative}.landings-2020 .bg-orange-light{background: #fff1ef}.landings-2020 .icon-partners div{display: flex;height: auto;flex-wrap: wrap;justify-content: start}.landings-2020 .icon-partners div img{margin-top: 40px;margin-right: 5.5em;max-width: 184px;height: 100%;align-self: center}.landings-2020 .icon-partners div img:first-child{margin-left: 0px}@media (max-width: 640px){.landings-2020 .icon-partners div img{margin-right: 2em}}@media (max-width: 640px){.landings-2020 .icon-partners div{justify-content: center}}.landings-2020 .bgimage-two-blocks{background: url(/local/infoexpert/images/2020/forty.svg) no-repeat 100% 0px;background-size: contain;width: 1043px;height: 560px;position: absolute;right: 0px;top: 40px}@media (max-width: 1690px){.landings-2020 .bgimage-two-blocks{height: 450px;width: 700px}}@media (max-width: 1366px){.landings-2020 .bgimage-two-blocks{width: 650px;height: 400px}}@media (max-width: 1100px){.landings-2020 .bgimage-two-blocks{display: none}}.landings-2020 .text-wrap{white-space: pre}.landings-2020 .flex-v-center{display: flex;align-items: center}.bg-image-blue,.bg-image-red,.header-bg-image,.bg-image-enterprise{background: url(/local/infoexpert/images/2020/crm_header_image_2x-01.svg) no-repeat 100% 50%;background-size: 51% auto}.bg-image-blue .indent,.bg-image-red .indent,.header-bg-image .indent,.bg-image-enterprise .indent{padding: 122px 20px 120px 0px}@media (max-width: 640px){.bg-image-blue .indent,.bg-image-red .indent,.header-bg-image .indent,.bg-image-enterprise .indent{padding: 600px 20px 65px 0px !important}}@media (max-width: 320px){.bg-image-blue .indent,.bg-image-red .indent,.header-bg-image .indent,.bg-image-enterprise .indent{padding: 430px 20px 65px 0px !important}}.bg-image-blue h1,.bg-image-red h1,.header-bg-image h1,.bg-image-enterprise h1{font-family: 'Roboto-Bold';color: #fff;font-style: normal;font-weight: 900;font-size: 6em;line-height: 112px;margin-bottom: 40px}@media (max-width: 1200px){.bg-image-blue h1,.bg-image-red h1,.header-bg-image h1,.bg-image-enterprise h1{font-size: 4em;line-height: normal}}@media (max-width: 640px){.bg-image-blue h1,.bg-image-red h1,.header-bg-image h1,.bg-image-enterprise h1{font-size: 3em;line-height: normal}}@media (max-width: 320px){.bg-image-blue h1,.bg-image-red h1,.header-bg-image h1,.bg-image-enterprise h1{font-size: 2em;line-height: normal}}.bg-image-blue .text-1,.bg-image-red .text-1,.header-bg-image .text-1,.bg-image-enterprise .text-1{color: #fff;padding-right: 50%;font-style: normal;font-weight: 300;font-size: 24px;line-height: 150%}@media (max-width: 640px){.bg-image-blue .text-1,.bg-image-red .text-1,.header-bg-image .text-1,.bg-image-enterprise .text-1{padding-right: 0px}}.bg-image-enterprise{background-size: 40% auto !important}.bg-image-enterprise h1{font-size: 76px}.bg-image-red{background: url(/local/infoexpert/images/2020/crm_header_image_2x-02.svg) no-repeat 85% 50%;background-size: 48% auto}.bg-image-enterprise{background: url(/local/infoexpert/images/2020/crm_header_image_2x-08.svg) no-repeat 96% 50%;background-size: 48% auto}.bg-image-blue{background: url(/local/infoexpert/images/2020/crm_header_image_2x-01.svg) no-repeat 85% 150px;background-size: 44% auto}@media (max-width: 640px){.bg-image-blue{padding: 600px 20px 65px 0px !important}}.theme-orange .header-bg-image{background: url(/local/infoexpert/images/2020/crm_header_image_2x-04.svg) no-repeat 85% 50%;background-size: 48% auto}.theme-orange h1{white-space: pre}.theme-orange .bg-color{background-color: #FF715E}.theme-orange .btn.btn-color-white{color: #FF715E}.theme-orange .btn.btn-color-white:hover{background: #000000;color: #ffffff}.theme-orange a{color: #FF715D}.theme-cherry .header-bg-image{background: url(/local/infoexpert/images/2020/crm_header_image_2x-05.svg) no-repeat 90% 200px;background-size: 48% auto}.theme-cherry .header-bg-image h1{white-space: pre;font-size: 4.75em !important}.theme-cherry .bg-color{background-color: #C2327B}.theme-cherry .btn.btn-color-white{color: #C2327B}.theme-cherry .btn.btn-color-white:hover{background: #000000;color: #ffffff}.theme-cherry a{color: #C2327B}.arrow-1{background: url(/local/infoexpert/images/2020/arrow-1.svg) no-repeat 0px 0px;width: 60px;height: 60px}.arrow-2{background: url(/local/infoexpert/images/2020/arrow-2.png) no-repeat 0px 0px;width: 60px;height: 117px}.form-bg{background-image: url(/local/infoexpert/images/2020/form-bg.svg);background-repeat: no-repeat;background-position: right}.bg-gray{background: #eeebfe}.bg-cherry{background: #f9eaf2}.bg-beige{background: #fdeeef}.bg-light-blue{background: #D0F3FF}.bg-rose-light{background: #f9e8fa}.bg-blue-light{background: #37C5F7}.bg-l-v-l{background: #f8f2fb}.icon-wrapper{display: flex;justify-content: space-around}.icon-wrapper > div{margin-top: 20px;max-width: 215px;font-weight: 600;font-size: 18px;line-height: 21px;text-align: center}@media (max-width: 1024px){.icon-wrapper > div{width: 50%;max-width: 50%;margin-right: 0px}}@media (max-width: 480px){.icon-wrapper > div{width: 100%;max-width: 100%}}.icon-wrapper .icon{width: 70px;height: 70px;margin-bottom: 35px}.icon-wrapper .icon-email{background: url(/local/infoexpert/images/2020/icon-email.svg) no-repeat center}.icon-wrapper .icon-sms{background: url(/local/infoexpert/images/2020/icon-sms.svg) no-repeat center}.icon-wrapper .icon-mess{background: url(/local/infoexpert/images/2020/icon-mess.svg) no-repeat center}.icon-wrapper .icon-call{background: url(/local/infoexpert/images/2020/icon-call.svg) no-repeat center}.icon-wrapper .icon-call-violet{background: url(/local/infoexpert/images/2020/icon-call-violet.svg) no-repeat center}.icon-wrapper .icon-skype-violet{background: url(/local/infoexpert/images/2020/icon-skype-violet.svg) no-repeat center}.icon-wrapper .icon-chat-violet{background: url(/local/infoexpert/images/2020/icon-chat-violet.svg) no-repeat center}.icon-wrapper .icon-location-violet{background: url(/local/infoexpert/images/2020/icon-location-violet.svg) no-repeat center}.icon-wrapper .icon-marketing{background: url(/local/infoexpert/images/2020/icon-marketing.svg) no-repeat center}.icon-wrapper .icon-min-l-violet{background: url(/local/infoexpert/images/2020/icon-min-l-violet.svg) no-repeat center;width: 90px;height: 90px}.icon-wrapper .icon-report-orange{background: url(/local/infoexpert/images/2020/icon-report-orange.svg) no-repeat center}.icon-wrapper .icon-settings-orange{background: url(/local/infoexpert/images/2020/icon-settings-orange.svg) no-repeat center}.icon-wrapper .icon-integr-orange{background: url(/local/infoexpert/images/2020/icon-integr-orange.svg) no-repeat center}.icon-wrapper .icon-chat-orange{background: url(/local/infoexpert/images/2020/icon-chat-orange.svg) no-repeat center}.icon-wrapper .icon-analytics-orange{background: url(/local/infoexpert/images/2020/icon-analytics-orange.svg) no-repeat center}.icon-wrapper .icon-chat-orange{background: url(/local/infoexpert/images/2020/icon-chat-orange.svg) no-repeat center}.icon-wrapper .icon-inner-work-orange{background: url(/local/infoexpert/images/2020/icon-inner-work-orange.svg) no-repeat center}.icon-wrapper .icon-robot-orange{background: url(/local/infoexpert/images/2020/icon-robot-orange.svg) no-repeat center}.icon-wrapper .icon-review-l-blue{background: url(/local/infoexpert/images/2020/icon-review-l-blue.svg) no-repeat center}.icon-wrapper .icon-consult-l-blue{background: url(/local/infoexpert/images/2020/icon-consult-l-blue.svg) no-repeat center}.icon-wrapper .icon-apps-l-blue{background: url(/local/infoexpert/images/2020/icon-apps-l-blue.svg) no-repeat center;width: 90px;height: 90px}.icon-wrapper .icon-nolim-apps-l-blue{background: url(/local/infoexpert/images/2020/icon-nolim-apps-l-blue.svg) no-repeat center;width: 90px;height: 90px}.icon-wrapper .icon-subscrgift-l-blue{background: url(/local/infoexpert/images/2020/icon-subscrgift-l-blue.svg) no-repeat center}@media (max-width: 480px){.icon-wrapper .icon-text div{display: inline}}@media (max-width: 1024px){.icon-wrapper{flex-wrap: wrap;justify-content: flex-start}}.list-icons .icon{width: 70px;height: 70px;flex-shrink: 0;margin-right: 30px}.theme-violet-light .list-icons .icon{background: url(/local/infoexpert/images/2020/icon-min-l-violet.svg) no-repeat center}.list-icons > li{display: flex;justify-content: space-between;margin-bottom: 30px}.theme-violet-light .list-icons > li{justify-content: flex-start}.list-icons > li ul{list-style-type: none;padding-left: 10px}.list-icons > li ul li{line-height: 40px}.list-icons > li ul li::before{content: "\2022";color: #B77FDA;display: inline-block;width: 5px;height: 5px;font-size: 25px;margin-right: 15px;margin-top: 5px}.list-icons h4{margin-top: 10px}.icon-cherry-1{background: url(/local/infoexpert/images/2020/icon-cherry-1.svg) no-repeat center}.icon-cherry-2{background: url(/local/infoexpert/images/2020/icon-cherry-2.svg) no-repeat center}.icon-cherry-3{background: url(/local/infoexpert/images/2020/icon-cherry-3.svg) no-repeat center}.icon-cherry-4{background: url(/local/infoexpert/images/2020/icon-cherry-4.svg) no-repeat center}.icon-cherry-5{background: url(/local/infoexpert/images/2020/icon-cherry-5.svg) no-repeat center}.icon-wrapper-square{display: flex;justify-content: space-around;margin-bottom: 106px}.icon-wrapper-square > div{margin-top: 20px;max-width: 282px;text-align: center;border: 3px solid #e6e6e6;padding: 55px 25px 25px 25px;box-sizing: border-box;line-height: 28px;opacity: 1}.icon-wrapper-square > div:hover{opacity: 1;will-change: transform;transform: scale(1.078);transition: all .3s ease;backface-visibility: hidden;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;background: #E9535E;box-shadow: 0px 10px 40px rgba(192,24,207,0.51);border: 3px solid #e9535e;color: #ffffff}.icon-wrapper-square > div:hover .icon-square-1{background: url(/local/infoexpert/images/2020/icon-beige-1-hov.svg) no-repeat center}.icon-wrapper-square > div:hover .icon-square-2{background: url(/local/infoexpert/images/2020/icon-beige-2-hov.svg) no-repeat center}.icon-wrapper-square > div:hover .icon-square-3{background: url(/local/infoexpert/images/2020/icon-beige-3-hov.svg) no-repeat center}.icon-wrapper-square > div:hover .icon-square-4{background: url(/local/infoexpert/images/2020/icon-beige-4-hov.svg) no-repeat center}.icon-wrapper-square > div .title{font-style: normal;font-weight: 500;font-size: 24px;line-height: 28px;text-align: center}.icon-wrapper-square > div p{font-weight: 300;font-size: 16px;line-height: 150%;margin-bottom: 0px}@media (max-width: 1024px){.icon-wrapper-square > div{width: 50%;max-width: 50%}}@media (max-width: 680px){.icon-wrapper-square > div{width: 100%;max-width: 100%;margin-top: 20px}.icon-wrapper-square > div:first-child{margin-top: 0px}}.icon-wrapper-square .btn-bottom{height: 100%;position: relative;box-sizing: border-box;padding-bottom: 80px}.icon-wrapper-square .btn-bottom .btn{position: absolute;white-space: nowrap;bottom: 0px;width: auto;left: 0px;right: 0px}.icon-wrapper-square .icon{width: 112px;height: 112px;margin-bottom: 35px}.icon-wrapper-square .icon-square-1{background: url(/local/infoexpert/images/2020/icon-beige-1.svg) no-repeat center}.icon-wrapper-square .icon-square-2{background: url(/local/infoexpert/images/2020/icon-beige-2.svg) no-repeat center}.icon-wrapper-square .icon-square-3{background: url(/local/infoexpert/images/2020/icon-beige-3.svg) no-repeat center}.icon-wrapper-square .icon-square-4{background: url(/local/infoexpert/images/2020/icon-beige-4.svg) no-repeat center}@media (max-width: 480px){.icon-wrapper-square .icon-text div{display: inline}}@media (max-width: 1024px){.icon-wrapper-square{flex-wrap: wrap;justify-content: flex-start}}.b24-form-wrapper .jq-checkbox,.b24-form-wrapper .jq-radio{position: relative;width: 20px;height: 20px;display: inline-block;overflow: hidden;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}.b24-form-wrapper .jq-checkbox input,.b24-form-wrapper .jq-radio input{position: absolute;z-index: -1;margin: 0;padding: 0;opacity: 0}.b24-form-wrapper .jq-checkbox,.b24-form-wrapper .jq-radio{vertical-align: -15px;float: left;width: 22px;height: 22px;margin: 0 5px 2px 0;border: 1px solid #c3c3c3;background: linear-gradient(#fff, #e6e6e6);box-shadow: 0 1px 1px rgba(0,0,0,0.05), inset -1px -1px #fff, inset 1px -1px #fff;cursor: pointer}.b24-form-wrapper .jq-checkbox.focused,.b24-form-wrapper .jq-radio.focused{border: 1px solid #08c}.b24-form-wrapper .jq-checkbox.disabled,.b24-form-wrapper .jq-radio.disabled{opacity: .55}.b24-form-wrapper .jq-checkbox{border-radius: 3px}.b24-form-wrapper .jq-checkbox.checked .jq-checkbox__div{width: 12px;height: 8px;margin: 4px 0 0 4px;border-bottom: 2px solid #666;border-left: 2px solid #666;-webkit-transform: rotate(-50deg);transform: rotate(-50deg)}.theme-blue-light .header-bg-image{background: url(/local/infoexpert/images/2020/crm_header_image_2x-06.svg) no-repeat 85% 50%;background-size: 48% auto}.theme-blue-light .bg-color{background-color: #37C5F7}@media (max-width: 640px){.theme-blue-light .bg-color{background: #37c5f7 url(/local/infoexpert/images/2020/white-bg-100.jpg) repeat-x top}}.theme-blue-light .form-bg{background-image: url(/local/infoexpert/images/2020/form-bg-6.svg);background-repeat: no-repeat;background-position: right bottom}.theme-blue-light .bg-beige{background: #f6fbe5}.theme-blue-light .text-1{padding-right: 49%}.theme-blue-light .header-bg-image .btn-color-white:hover{background: #1563A1;box-shadow: 0px 0px 44px #1a96c1;color: #ffffff}@media (max-width: 450px){.theme-blue-light .header-bg-image .indent{padding-top: 350px !important}.theme-blue-light .text-1{padding-right: 10px}.theme-blue-light .text-wrap{white-space: nowrap}.theme-blue-light h1{font-size: 2.5em}}.theme-blue .bg-color{background-color: #4F33F4}@media (max-width: 640px){.theme-blue .bg-color{background: #4f33f4 url(/local/infoexpert/images/2020/white-bg-100.jpg) repeat-x top}}.theme-blue .form-bg{background-image: url(/local/infoexpert/images/2020/form-bg.svg);background-repeat: no-repeat;background-position: right bottom}.theme-orange .form-bg{background-image: url(/local/infoexpert/images/2020/form-bg-4.svg);background-repeat: no-repeat;background-position: right bottom}.theme-cherry .form-bg{background-image: url(/local/infoexpert/images/2020/form-bg-5.svg);background-repeat: no-repeat;background-position: right bottom}.theme-blue-light .form-bg{background-image: url(/local/infoexpert/images/2020/form-bg-6.svg);background-repeat: no-repeat;background-position: right bottom}.theme-blue-light .icon-wrapper{justify-content: flex-start}.theme-blue-light .icon-wrapper > div{margin-right: 90px}.theme-blue-light .icon-wrapper > div:last-child{margin-right: 0px}@media (max-width: 1024px){.theme-blue-light .icon-wrapper > div{margin-right: 0px}}.theme-blue-light .text-light{font-weight: 300;color: inherit}.theme-violet .header-bg-image{background: url(/local/infoexpert/images/2020/crm_header_image_2x-03.svg) no-repeat 85% 50%;background-size: 44% auto}.theme-violet .header-bg-image .indent{padding: 124px 20px 166px 0px}@media (max-width: 640px){.theme-violet .header-bg-image{background-size: 140% auto;background-position: center 0%}}.theme-violet .bg-color{background-color: #C118CF}@media (max-width: 640px){.theme-violet .bg-color{background: #c118cf url(/local/infoexpert/images/2020/white-bg-100.jpg) repeat-x top}}.theme-violet .form-bg{background-image: url(/local/infoexpert/images/2020/form-bg-3.svg);background-repeat: no-repeat;background-position: right bottom}.theme-violet .text-1{padding-right: 45%}.theme-violet .btn.btn-color-white{color: #C018CF}.theme-violet .btn.btn-color-white:hover{background: #000000;color: #ffffff}.theme-violet .btn{background: #C018CF;box-shadow: 0px 0px 44px rgba(192,24,207,0.4)}.theme-violet .btn:hover{color: #ffffff}.theme-violet .border{border: 3px solid #c018cf}.theme-violet .price{color: #000000}.theme-violet .icon-wrapper{justify-content: flex-start}.theme-violet .icon-wrapper > div{margin-right: 90px}.theme-violet .icon-wrapper > div:last-child{margin-right: 0px}@media (max-width: 1024px){.theme-violet .icon-wrapper > div{margin-right: 0px}}.theme-violet .icon-wrapper-square{margin-bottom: 0px}.theme-violet .icon-wrapper-square > div{max-width: 338px;text-align: center;border: 3px solid #c018cf;padding: 55px 50px 25px 50px}.theme-violet .icon-wrapper-square > div:hover{background: #C018CF;transform: scale(1.1)}.theme-violet .icon-wrapper-square > div:hover .icon-square-1{background: url(/local/infoexpert/images/2020/icon-violet-1-hov.svg) no-repeat center}.theme-violet .icon-wrapper-square > div:hover .icon-square-2{background: url(/local/infoexpert/images/2020/icon-violet-2-hov.svg) no-repeat center}.theme-violet .icon-wrapper-square > div:hover .icon-square-3{background: url(/local/infoexpert/images/2020/icon-violet-3-hov.svg) no-repeat center}.theme-violet .icon-wrapper-square > div:hover .btn{background: #ffffff;color: #C018CF}.theme-violet .icon-wrapper-square > div:hover .btn:hover{background: #000000;color: #ffffff}.theme-violet .icon-wrapper-square > div .icon-square-1{background: url(/local/infoexpert/images/2020/icon-violet-1.svg) no-repeat center}.theme-violet .icon-wrapper-square > div .icon-square-2{background: url(/local/infoexpert/images/2020/icon-violet-2.svg) no-repeat center}.theme-violet .icon-wrapper-square > div .icon-square-3{background: url(/local/infoexpert/images/2020/icon-violet-3.svg) no-repeat center}.theme-violet .icon-wrapper-square > div .btn{margin-top: 48px}@media (max-width: 1024px){.theme-violet .icon-wrapper-square > div{max-width: 100%}}.theme-violet-light .header-bg-image{background: url(/local/infoexpert/images/2020/crm_header_image_2x-07.svg) no-repeat 85% 50%;background-size: 44% auto}.theme-violet-light .header-bg-image .indent{padding: 124px 20px 166px 0px}@media (max-width: 413px){.theme-violet-light .header-bg-image .indent{padding: 400px 20px 166px 0px !important}}@media (max-width: 640px){.theme-violet-light .header-bg-image{background-size: 140% auto;background-position: center -65px !important}}@media (max-width: 413px){.theme-violet-light .header-bg-image{background-position: center -45px !important}}.theme-violet-light .bg-color{background-color: #B77FDA}@media (max-width: 640px){.theme-violet-light .bg-color{background: #b77fda url(/local/infoexpert/images/2020/white-bg-100.jpg) repeat-x top}}.theme-violet-light .form-bg{background-image: url(/local/infoexpert/images/2020/form-bg-7.svg);background-repeat: no-repeat;background-position: right bottom}.theme-violet-light .text-1{padding-right: 45%}@media (max-width: 413px){.theme-violet-light .text-1{padding-right: 10px}}.theme-violet-light .btn.btn-color-white{color: #B77FDA}.theme-violet-light .btn.btn-color-white:hover{background: #000000;color: #ffffff}.theme-violet-light .btn{background: #B77FDA;box-shadow: 0px 21px 44px rgba(167,106,206,0.4)}.theme-violet-light .btn:hover{background: #cb8cf2;color: #ffffff}.theme-violet-light .border{border: 3px solid #b77fda}.theme-violet-light .price{color: #000000}.theme-violet-light .icon-wrapper{justify-content: flex-start}.theme-violet-light .icon-wrapper > div{margin-right: 90px}.theme-violet-light .icon-wrapper > div:last-child{margin-right: 0px}@media (max-width: 1024px){.theme-violet-light .icon-wrapper > div{margin-right: 0px}}@media (max-width: 400px){.theme-violet-light .list-icons .icon{display: none}.theme-violet-light .border.price{font-size: 16px;padding-left: 10px;padding-right: 10px;white-space: nowrap}}.theme-red .bg-color{background-color: #E9535E}@media (max-width: 640px){.theme-red .bg-color{background: #e9535e url(/local/infoexpert/images/2020/white-bg-100.jpg) repeat-x top}}.theme-red .form-bg{background-image: url(/local/infoexpert/images/2020/form-bg-2.svg);background-repeat: no-repeat;background-position: right bottom}.theme-red .btn{background: #e9535e;box-shadow: 0px 0px 44px rgba(235,87,87,0.4)}.theme-red .btn:hover{background: #F03636}.theme-red .jq-checkbox.checked .jq-checkbox__div{border-color: #E9535E}.theme-red .jq-checkbox,.theme-red .jq-checkbox.focused{border-color: #E9535E}.theme-enterprise h2{margin-bottom: 50px}.theme-enterprise h2 + div{margin-top: 88px}.theme-enterprise h2 + div.text-block{margin-top: 50px}.theme-enterprise .icon-wrapper-square{flex-wrap: wrap;gap: 45px}.theme-enterprise .icon-wrapper-square .icon{width: 150px;height: 150px}.theme-enterprise .icon-wrapper-square > div{flex: 1 1 376px;min-width: 376px;box-sizing: border-box;margin-top: 0px}.theme-enterprise .icon-wrapper-square > div p{font-size: 20px}.theme-enterprise .icon-wrapper-square > div:hover{background: #309ec6;transform: scale(1.1);flex: none;box-shadow: 0px 10px 40px rgba(48,158,198,0.51);border: 3px solid #309ec6}.theme-enterprise .icon-wrapper-square > div:hover .icon-square-1{background: url(/local/infoexpert/images/2020/icon-enterprise-1-hov.svg) no-repeat center}.theme-enterprise .icon-wrapper-square > div:hover .icon-square-2{background: url(/local/infoexpert/images/2020/icon-enterprise-2-hov.svg) no-repeat center}.theme-enterprise .icon-wrapper-square > div:hover .icon-square-3{background: url(/local/infoexpert/images/2020/icon-enterprise-3-hov.svg) no-repeat center}.theme-enterprise .icon-wrapper-square > div:hover .icon-square-4{background: url(/local/infoexpert/images/2020/icon-enterprise-4-hov.svg) no-repeat center}.theme-enterprise .icon-wrapper-square > div:hover .icon-square-5{background: url(/local/infoexpert/images/2020/icon-enterprise-5-hov.svg) no-repeat center}.theme-enterprise .icon-wrapper-square > div:hover .icon-square-6{background: url(/local/infoexpert/images/2020/icon-enterprise-6-hov.svg) no-repeat center}.theme-enterprise .icon-wrapper-square > div:hover .btn{background: #ffffff;color: #309ec6}.theme-enterprise .icon-wrapper-square > div:hover .btn:hover{background: #000000;color: #ffffff}.theme-enterprise .icon-wrapper-square > div:hover p{font-size: 20px}.theme-enterprise .icon-wrapper-square > div .icon-square-1{background: url(/local/infoexpert/images/2020/icon-enterprise-1.svg) no-repeat center}.theme-enterprise .icon-wrapper-square > div .icon-square-2{background: url(/local/infoexpert/images/2020/icon-enterprise-2.svg) no-repeat center}.theme-enterprise .icon-wrapper-square > div .icon-square-3{background: url(/local/infoexpert/images/2020/icon-enterprise-3.svg) no-repeat center}.theme-enterprise .icon-wrapper-square > div .icon-square-4{background: url(/local/infoexpert/images/2020/icon-enterprise-4.svg) no-repeat center}.theme-enterprise .icon-wrapper-square > div .icon-square-5{background: url(/local/infoexpert/images/2020/icon-enterprise-5.svg) no-repeat center}.theme-enterprise .icon-wrapper-square > div .icon-square-6{background: url(/local/infoexpert/images/2020/icon-enterprise-6.svg) no-repeat center}.theme-enterprise .icon-wrapper-square > :nth-child(-n+3){margin-top: 0px}.theme-enterprise .bg-color{background-color: #309EC6}@media (max-width: 640px){.theme-enterprise .bg-color{background: #309ec6 url(/local/infoexpert/images/2020/white-bg-100.jpg) repeat-x top}}.theme-enterprise .form-bg{background-image: url(/local/infoexpert/images/2020/form-bg-8.svg);background-repeat: no-repeat;background-position: right bottom}.theme-enterprise .btn{background: #309EC6;box-shadow: 0px 0px 44px rgba(235,87,87,0.4)}.theme-enterprise .btn:hover{background: #F03636}.theme-enterprise h2{color: #309EC6}.theme-enterprise .jq-checkbox.checked .jq-checkbox__div{border-color: #309EC6}.theme-enterprise .jq-checkbox,.theme-enterprise .jq-checkbox.focused{border-color: #309EC6}.theme-enterprise ul.custom-list{list-style-type: none;padding-left: 0}.theme-enterprise ul.custom-list li{position: relative;padding-left: 20px;margin-bottom: 10px}.theme-enterprise ul.custom-list li::before{content: '';position: absolute;left: 0;top: 5px;width: 4px;height: 4px;background-color: #3B3B3B;border-radius: 50%}.theme-enterprise .b24-form-header-title{color: #309EC6;font-style: normal;font-weight: bold;font-size: 1.75em}@media (max-width: 720px){.theme-enterprise h1{font-size: 2.5em}.theme-enterprise .theme-enterprise .chatapp-block .maxwauto{max-width: 100% !important}}@media (max-width: 450px){.theme-enterprise .bg-image-enterprise{background: none}.theme-enterprise .header-bg-image .indent{padding-top: 350px !important}.theme-enterprise .text-1{padding-right: 10px}.theme-enterprise .text-wrap{white-space: nowrap}.theme-enterprise h1{font-size: 2.5em}}@media (min-width: 800px) and (max-width: 1200px){.theme-enterprise .bg-image-enterprise{background-size: 80% auto;background-position: 100% 70%}}.text-block{display: flex;flex-direction: column;gap: 20px}.text-item{display: flex;align-items: flex-start;margin-top: 30px}.icon{width: 50px;height: 50px;margin-right: 15px}.text-content{font-size: 16px}.title{font-weight: bold;margin: 0}.text-content p{margin: 0;line-height: 1.5}.theme-light-blue ul li{margin-left: 34px;position: relative}.theme-light-blue ul li:before{content: "\2022";font-size: 2em;color: #45A1CA;position: absolute;margin-left: -34px;top: -12px}.chatapp-block .logo-block-img{display: flex;align-items: center}.chatapp-block .logo-block-img h2{margin-left: 45px}.bx-sb-b24-price-table{margin: 0px !important}.bxst-features-section .bxst-features-section-inner{margin: 0px !important}@media (max-width: 1280px){.theme-enterprise .chatapp-block .maxwauto{max-width: 60%}}@media (max-width: 1024px){.form-bg,div[class^="theme-"] .form-bg{background-image: none}.theme-red .text-1{padding-right: 40px}.bg-image-red{background-size: 45% auto;background-position: 100% 107px}.chatapp-block .dflex{display: block}.theme-enterprise .chatapp-block .maxwauto{max-width: 50% !important}}@media (max-width: 640px){.landings-2020 .bg-image-red,.landings-2020 .bg-image-blue,.landings-2020 .header-bg-image{background-size: 140% auto;background-position: center 0%}.landings-2020 .bg-image-blue{background-size: 140% auto;background-position: 22% 0%}.landings-2020 .mt-45-sm{margin-top: 45px}.header-bg-image .btn{max-width: 250px;font-size: 18px}}@media (max-width: 321px){.landings-2020 .ph-10-sm{padding-left: 10px;padding-right: 10px}.landings-2020 h2{font-size: 22px}.landings-2020 h3{font-size: 20px}.landings-2020 .price{font-size: 22px;margin-right: 20px}.landings-2020 .indent{padding-top: 50px;padding-bottom: 50px}.header-bg-image .btn{max-width: 200px}.icon-wrapper-square{margin-bottom: 30px}.theme-violet .text-1{padding-right: 0px}.theme-violet .icon-wrapper-square > div{padding: 25px 10px 15px 10px}.theme-violet .icon-wrapper-square > div .title{font-size: 22px}.theme-violet .icon-wrapper-square > div:hover .btn{background: #ffffff;color: #C018CF}.theme-violet .icon-wrapper-square > div:hover .btn:hover{background: #000000;color: #ffffff}.theme-violet-light .text-1{padding-right: 10px}.bxst-features-section-media{display: none}}.b24-form-style-classic{max-width: 500px}ol.unstyled,ul.unstyled{margin: 0;padding: 0;list-style: none}ul.big-list{margin: 20px 0;padding: 0;list-style: none}ul.big-list li{margin: 5px 0;font-size: 18px;line-height: 25px}.ta-center,.table th.ta-center,.table td.ta-center{text-align: center}.ta-left,.table th.ta-left,.table td.ta-left{text-align: left}.ta-right,.table th.ta-right,.table td.ta-right{text-align: right}@media (max-width: 900px){.mb-ta-left{text-align: left}.mb-ta-right{text-align: right}.mb-ta-center{text-align: center}}@media (min-width: 900px) and (max-width: 1239px){.tablet-ta-left{text-align: left}.tablet-ta-right{text-align: right}.tablet-ta-center{text-align: center}}@media (min-width: 900pxp) and (max-width: 1789px){.dt-ta-left{text-align: left}.dt-ta-right{text-align: right}.dt-ta-center{text-align: center}}@media (min-width: 1790px){.ld-ta-left{text-align: left}.ld-ta-right{text-align: right}.ld-ta-center{text-align: center}}.va-bottom,.table th.va-bottom,.table td.va-bottom{vertical-align: bottom}.va-top,.table th.va-top,.table td.va-top{vertical-align: top}.va-middle,.table th.va-middle,.table td.va-middle{vertical-align: middle}.td-n{text-decoration: none}.td-u{text-decoration: underline}.tt-u{text-transform: uppercase}.tt-n{text-transform: none}.hide,.d-n{display: none}.show,.d-b{display: block}.inline-block,.d-ib{display: inline-block}.inline,.d-i{display: inline}.text-center{text-align: center}.invisible,.vis-h{visibility: hidden}.verdana{font-family: Verdana, sans-serif;font-display: auto}.tahoma{font-family: Tahoma, sans-serif;font-display: auto}.arial{font-family: Arial, sans-serif;font-display: auto}.p-r,.pos-r{position: relative}.p-a,.pos-a{position: absolute}.p-f,.pos-f{position: fixed}.pos-st,.p-st{position: static}.ir{background-color: transparent;border: 0;overflow: hidden;*text-indent: -9999px}.ir:before{content: "";display: block;width: 0;height: 100%}.ov-h{overflow: hidden}.hidden{display: none !important;visibility: hidden}.visuallyhidden{border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip: auto;height: auto;margin: 0;overflow: visible;position: static;width: auto}.invisible,.viz-h{visibility: hidden}.p0{padding: 0}.p10{padding: 10px}.p20{padding: 20px}.p30{padding: 30px}.p40{padding: 40px}.pt0{padding-top: 0}.pt10{padding-top: 10px}.pt20{padding-top: 20px}.pt30{padding-top: 30px}.pt40{padding-top: 40px}.pr0{padding-right: 0}.pr10{padding-right: 10px}.pr20{padding-right: 20px}.pr30{padding-right: 30px}.pr40{padding-right: 40px}.pb0{padding-bottom: 0}.pb10{padding-bottom: 10px}.pb20{padding-bottom: 20px}.pb30{padding-bottom: 30px}.pb40{padding-bottom: 40px}.pl0{padding-left: 0}.pl10{padding-left: 10px}.pl20{padding-left: 20px}.pl30{padding-left: 30px}.pl40{padding-left: 40px}.pl100{padding-left: 100px}.pl140{padding-left: 140px}.pl160{padding-left: 160px}.m0{margin: 0}.m10{margin: 10px}.m20{margin: 20px}.m30{margin: 30px}.m40{margin: 40px}.m50{margin: 50px}.mt0{margin-top: 0}.mt10{margin-top: 10px}.mt20{margin-top: 20px}.mt30{margin-top: 30px}.mt40{margin-top: 40px}.mt50{margin-top: 50px}.mt60{margin-top: 60px}.mt70{margin-top: 70px}.mr0{margin-right: 0}.mr10{margin-right: 10px}.mr20{margin-right: 20px}.mr30{margin-right: 30px}.mr40{margin-right: 40px}.mr50{margin-right: 50px}.mb0{margin-bottom: 0}.mb10{margin-bottom: 10px}.mb20{margin-bottom: 20px}.mb25{margin-bottom: 25px}.mb30{margin-bottom: 30px}.mb40{margin-bottom: 40px}.mb50{margin-bottom: 50px}.mb70{margin-bottom: 70px}.ml0{margin-left: 0}.ml10{margin-left: 10px}.ml20{margin-left: 20px}.ml30{margin-left: 30px}.ml40{margin-left: 40px}.ml50{margin-left: 50px}.text-light,a.text-light{color: #888686}.text-dark,a.text-dark{color: #3b3b3b}.text-muted,a.text-muted{color: #d4d3d3}.text-primary,a.text-primary{color: #4ba2cf}.text-secondary,a.text-secondary{color: #e3585b}.text-additional,a.text-additional{color: #ffb400}.fz12{font-size: 12px}.fz14{font-size: 14px}.fz16{font-size: 16px}.fz-16-8{font-size: 1.05rem}.fz18{font-size: 18px}.fz20{font-size: 20px}.fz22{font-size: 22px}.fz24{font-size: 24px}.fz26{font-size: 26px}.fz30{font-size: 30px}@media (max-width: 900px){.mb-fz12{font-size: 12px}.mb-fz14{font-size: 14px}.mb-fz16{font-size: 16px}.mb-fz18{font-size: 18px}.mb-fz20{font-size: 20px}.mb-fz22{font-size: 22px}.mb-fz24{font-size: 24px}.mb-fz26{font-size: 26px}.mb-fz30{font-size: 30px}}@media (min-width: 900px) and (max-width: 1239px){.tablet-fz12{font-size: 12px}.tablet-fz14{font-size: 14px}.tablet-fz16{font-size: 16px}.tablet-fz18{font-size: 18px}.tablet-fz20{font-size: 20px}.tablet-fz22{font-size: 22px}.tablet-fz24{font-size: 24px}.tablet-fz26{font-size: 26px}.tablet-fz30{font-size: 30px}}@media (min-width: 1240px) and (max-width: 1789px){.dt-fz12{font-size: 12px}.dt-fz14{font-size: 14px}.dt-fz16{font-size: 16px}.dt-fz18{font-size: 18px}.dt-fz20{font-size: 20px}.dt-fz22{font-size: 22px}.dt-fz24{font-size: 24px}.dt-fz26{font-size: 26px}.dt-fz30{font-size: 30px}}@media (min-width: 1790px){.ld-fz12{font-size: 12px}.ld-fz14{font-size: 14px}.ld-fz16{font-size: 16px}.ld-fz18{font-size: 18px}.ld-fz20{font-size: 20px}.ld-fz22{font-size: 22px}.ld-fz24{font-size: 24px}.ld-fz26{font-size: 26px}.ld-fz30{font-size: 30px}}.alert{border: solid 1px #4ba2cf;background: rgba(75,162,207,0.1);color: #4ba2cf;padding: 20px;border-radius: 5px}.alert-info{color: #5bc0eb;background: rgba(91,192,235,0.2);border-color: #5bc0eb}.alert-success{color: #9bc53d;background: rgba(155,197,61,0.2);border-color: #9bc53d}.alert-error{color: #f6511d;background: rgba(246,81,29,0.2);border-color: #f6511d}.alert p:first-child{margin-top: 0}.alert p:last-child{margin-bottom: 0}.alert font.errortext,.alert font{color: inherit !important}.clearfix:before,.clearfix:after{content: " ";display: table}.clearfix:after{clear: both}.clr{clear: both;height: 0;overflow: hidden}.fleft,.fll,.fl-l{float: left}.fright,.flr,.fl-r{float: right}img[align="right"]{padding: 0 0 20px 20px}img[align="left"]{padding: 0 20px 20px 0}img.ta-center,img[align="center"]{display: block;margin: 0 auto}.max-width{width: 100%}@media (max-width: 950px){.self-padding{padding-left: 20px;padding-right: 20px}}@media (max-width: 767px){.self-padding{padding-left: 15px;padding-right: 15px}}.style-n{font-style: normal}.style-i{font-style: italic}.bold{font-weight: bold}.minus-margin{margin-left: -15px;margin-right: -15px}.popup{display: none;position: relative;box-sizing: border-box;margin-top: 100px;margin-bottom: 100px;min-height: 100px;margin: 0 auto;z-index: 601;padding: 28px 25px 40px;max-width: 480px;width: 100%;font-size: 14px;background-color: #fff;text-align: left;border: 1px solid #000;top: 150px}.activePopup{display: block}.plusePopup{position: absolute;right: 15px;top: 15px;width: 20px;height: 20px;cursor: pointer}.Popup_subscribe{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(106,176,214,0.8);z-index: 600;display: none;overflow-y: auto}.popup_p{color: #4ba2cf;text-align: center;font-size: 20px;line-height: 1.2}.popup_cookie{z-index: 999 !important}/*# sourceMappingURL=/local/infoexpert/css/template_styles.map */
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/menu-top-2019/style.css?17339968849275*/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul {
	margin:0; padding:0;
}
#horizontal-multilevel-menu a {
	display:block;
}
#horizontal-multilevel-menu li {
	float:left;  
}
#horizontal-multilevel-menu.main-menu li {
	padding: 0px;
	margin: 0px;
	margin-right: 30px;
	font: 1em/1.19em 'Roboto', Arial;
}
#horizontal-multilevel-menu.main-menu li:last-child{
	margin-right: 0px;
}
.main-menu li a.menu-item__link, .main-menu li a.menu-item-selected__link {
	color:#000000;
	font-weight:bold;
	padding:7px 0px 7px 0px;
	font-size: 14px;
	
}
#horizontal-multilevel-menu li a.menu-item-selected__link, #horizontal-multilevel-menu li:hover a.menu-item__link {
	color: #45A1CA;
	padding:7px 0px 7px 0px;
}
#horizontal-multilevel-menu li a.parent,#horizontal-multilevel-menu li:hover a.parent {
	padding:7px 20px 7px 0px;
}
#horizontal-multilevel-menu li a.menu-item-selected__link:after,
#horizontal-multilevel-menu li:hover a.menu-item__link:after {
	position: absolute;
	width: 41px;
	height: 2px;
	content: "";
	background: #45A1CA;
	left: 0px;
	bottom: 0px;
}
#horizontal-multilevel-menu li a.menu-item-selected__link.parent:before,
#horizontal-multilevel-menu li:hover a.menu-item__link.parent:before {
	position: absolute;
	display: block;
	content: "";
	right: 0px;
	bottom: 45%;	
	width: 6px;
	height: 6px;
	border:2px solid #45A1CA;
	border-width: 2px 0 0 2px;
	transform: rotate(-135deg);
}
#horizontal-multilevel-menu li a.parent:before {	
	position: absolute;
	display: block;
	content: "";
	right: 0px;
	bottom: 45%;	
	width: 6px;
	height: 6px;
	border:2px solid #000000;
	border-width: 2px 0 0 2px;
	transform: rotate(-135deg);
}
#horizontal-multilevel-menu li:hover a.menu-item__link.parent:before {
	border-width: 2px 0 0 2px;
	transform: rotate(45deg);
	top: 15px;
}
#horizontal-multilevel-menu li:hover a.menu-item-selected__link.parent:before {
	border-width: 2px 0 0 2px;
	transform: rotate(45deg);
	top: 15px; 
}
#horizontal-multilevel-menu a.menu-item-denied {
	background: url(/local/templates/.default/components/bitrix/menu/menu-top-2019/images/lock.gif) center right no-repeat;
}
#horizontal-multilevel-menu li.menu-item-selected a {
	color: #45A1CA;
}
#horizontal-multilevel-menu li ul {
	position:absolute;
	top:auto;
	display:none;
	z-index:500;
	background: #ffffff;
	height:auto;
	width:219px;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
	/*text-transform: capitalize;*/
	padding-bottom: 30px;
}
#horizontal-multilevel-menu li li {
	width:100%;
}
#horizontal-multilevel-menu.fleft li ul a {
	text-align:left;
	padding: 30px 20px 0px 30px;
}
.main-menu li a,
.main-menu li:hover li a,
.main-menu li.jshover li a,
.main-menu li:hover li:hover li a,
.main-menu li.jshover li.jshover li a,
.main-menu li:hover li:hover li:hover li a,
.main-menu li.jshover li.jshover li.jshover li a,
.main-menu li:hover li:hover li:hover li:hover li a,
.main-menu li.jshover li.jshover li.jshover li.jshover li a,
.main-menu li:hover li:hover li:hover li:hover li:hover li a,
.main-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a {
	color:#000;
	font-size: 14px;
	line-height: 17px;
	font-weight:normal;
}
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a {
	color:#45A1CA;
	text-decoration: underline;
}
#horizontal-multilevel-menu li ul ul {
	margin:-27px 0 0 132px;
}
#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul {
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul {
	display:block;
}
div.menu-clear-left{
	clear:left;
}
@media (min-width: 1440px) {
	.main-menu li a.menu-item__link, .main-menu li a.menu-item-selected__link {
		font-size: 14px !important;
	}
}
#horizontal-multilevel-menu .number{
	display: none;
}

@media (max-width:1279px) {
	.top-nav{
		background: #ffffff;
		right: 0;
		top: 0px;
		bottom:0px;
		height: 100%;
		margin: 0px !important;
		z-index: 250;
		position: fixed;
		width: 100%;
		padding-top: 75px;
		-ms-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-moz-transition-property: -moz-transform;
		-o-transition-property: -o-transform;
		-webkit-transition-property: -webkit-transform;
		transition-property: transform, visibility, opacity;
		-moz-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
		-webkit-transition-duration: 0.4s;
		transition-duration: 0.4s;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;	
	}	
	.nav-block-inner .top-nav::-webkit-scrollbar {
		display: none;
	}

	#horizontal-multilevel-menu{
		text-align: center;
		float: none;
		width: 290px;
		margin: 50px auto;
	}
	#horizontal-multilevel-menu.main-menu
	{
		text-align: center;
		float: none;
		width: 290px;
		margin: 50px auto;
	}
	
	.active #horizontal-multilevel-menu li ul {
		display: none;
	}

	#horizontal-multilevel-menu.main-menu > li
	{
		margin-bottom: 25px;
		margin-right: 0px;
		position: relative;
		float: none;
	}
	
	#horizontal-multilevel-menu.fright > li
	{
		margin-bottom: 20px;
	}
	
	#horizontal-multilevel-menu.fright a.menu-item__link, #horizontal-multilevel-menu.fright a.menu-item-selected__link
	{
		font-weight: 300;
		font-size: 20px;
	}
	
	.main-menu li a.menu-item__link, .main-menu li a.menu-item-selected__link{
		color: #000000;
		font-weight: bold;
		padding: 7px 0px 7px 0px;
		font-size: 20px;
		font-family: 'Roboto';
		text-decoration: none;
		display: inline-block;
		max-width: 190px;
		line-height: 1.4em;
	}
	.active #horizontal-multilevel-menu li:not(.active):hover a.menu-item__link{
		color:#000000;
	}
	.active #horizontal-multilevel-menu li:hover a.menu-item__link:hover:before, .active #horizontal-multilevel-menu li:hover a.menu-item__link.parent:before{
		display: none;
	}
	
	
	#horizontal-multilevel-menu.main-menu li a.menu-item__link, #horizontal-multilevel-menu.main-menu li a.menu-item-selected__link{
		padding: 7px 0px 7px 0px;
	}


	#horizontal-multilevel-menu .number {
		left: 0;
		top: 10px;
		position: absolute;
		color: #E5E5E5;
		font-size: 20px;
		display: block;
		line-height: 1.4em;
	}
	
	.active #horizontal-multilevel-menu .number{
		display: block;
	}

	#horizontal-multilevel-menu li span.parent {
		position: absolute;
		margin-left: 16px;
		margin-top: 17px;
		width: 7px;
		height: 7px;
		border: 2px solid #000000;
		border-width: 2px 0 0 2px;
		transform: rotate(-135deg);
		cursor:pointer;
	}
	#horizontal-multilevel-menu > li > a {
		display: inline-block;
		max-width: 190px;
		text-transform: lowercase;
	}
	#horizontal-multilevel-menu li a.parent:before, #horizontal-multilevel-menu li a.menu-item-selected__link.parent:before {
		display: none;
	}
	
	.active #horizontal-multilevel-menu.main-menu+.main-menu{
		margin-top: 90px;
	}
	
	#horizontal-multilevel-menu li.active ul {
		display: block;
		position: relative;
		border-left: 0px;
		box-shadow: none;
		padding: 0px;
		width: 100%;
	}

	
	.active #horizontal-multilevel-menu li.active ul li{
		text-align: center;
		float: none;
		margin-bottom: 25px;
	}
	
	.active #horizontal-multilevel-menu li.active li a {
		color: #000000;
		font-size: 16px;
		display: inline;
		text-transform: lowercase;
	}
	.active #horizontal-multilevel-menu li ul:before {
		content: "";
		height: 2px;
		display: block;
		background: #45A1CA;
		width: 50px;
		margin: 16px auto 26px auto;
	}
	.active #horizontal-multilevel-menu li.active span.parent {
		border-color: #45A1CA;
		transform: rotate(45deg);
		margin-top: 20px;
	}
	
	.active #horizontal-multilevel-menu li.active a.parent {
		border-color: #45A1CA;
		margin-top: 0px;
	}

	.active #horizontal-multilevel-menu li.active a {
		color: #45A1CA;
	}
	

	.active #horizontal-multilevel-menu li.active a .number {
		color: #45A1CA;
	}
	
	.active #horizontal-multilevel-menu > li a:after{
		display: none;
	}
	
	.active #horizontal-multilevel-menu li ul:after {
		content: "";
		height: 2px;
		display: block;
		background: #45A1CA;
		width: 50px;
		margin: 31px auto 26px auto;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/menu-top-right-2019/style.css?1549602400313*/
.additional li a.menu-item__link, .additional li a.menu-item-selected__link {
	padding:7px 0px 7px 0px;
	font-size: 14px;
	font-family: 'Roboto-Light' !important;
	font-weight: 300;
}
@media (min-width: 1440px) {
	.main-menu li a.menu-item__link, .main-menu li a.menu-item-selected__link {
		font-size: 16px;
	}
}
/* End */


/* Start:/local/infoexpert/css/-animate.min.css?155107729352789*/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/* End */


/* Start:/local/infoexpert/fonts/font-awesome.min.css?154954309330964*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';font-display: swap;src:url('/local/infoexpert/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/local/infoexpert/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/local/infoexpert/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/local/infoexpert/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/local/infoexpert/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/local/infoexpert/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.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(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.auth.form/auth/style.min.css?1509962951424*/
div.bx-system-auth-form span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:bottom;margin-top:-1px}div.bx-system-auth-form div.bx-auth-secure-icon{background-image:url(/local/templates/.default/components/bitrix/system.auth.form/auth/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-system-auth-form div.bx-auth-secure-unlock{background-image:url(/local/templates/.default/components/bitrix/system.auth.form/auth/images/sec-unlocked.png)}
/* End */


/* Start:/local/templates/innerRedizainSites/styles.css?16212555298284*/
.inner {
    position: relative;
}
.main_popup_cookies {
    position: fixed;
    width: 75%;
    height: 100%;
    z-index: 1;
    left:15%;
    display: none;
}
.popup_cookie {      
    font-size: 14px;
    margin: 30px auto;
    position: fixed;
    border: 3px solid #F1ACAD;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    display: none;
    border-radius: 15px;
    font-family: inherit;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    padding: 25px 25px;
    padding-top: 18px;
    text-align: justify;    
    height: auto;
    bottom: 0px;
    width: 75%;
}
/* заголовки в модальном блоке */
.popup_cookie h2, .popup_cookie h3 {
    margin: 0 0 1rem 0;
    font-weight: 300;
    line-height: 1.3;
    color: #009032;
    text-shadow: 1px 2px 4px #ddd;
}

.popup_cookie {      
    margin: 30px auto;
    position: fixed;
    z-index: 1000;
    display: none;
    font-family: inherit;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    text-align: justify;    
    height: auto;
    bottom: 0px;
    width: 75%;
	border: solid 0px;
	border-radius: 0px;
	padding: 20px;
	font-size: 10px;
	color:#000000;
	background: #fff;
}
/* заголовки в модальном блоке */
.popup_cookie h2, .popup_cookie h3 {
    margin: 0 0 1rem 0;
    font-weight: 300;
    line-height: 1.3;
    color: #009032;
    text-shadow: 1px 2px 4px #ddd;
}
/* кнопка закрытия */
.good:hover {
    background-color: #45A1CA;
    opacity: 1;
}
/* изображения в модальном окне */
.popup_cookie p {
    margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 10px;
	line-height: 16px;
    
}
.good:active, .good:focus{
	border: none;
	outline: none;
	opacity:0.9;
}

.flex{
	display: flex;
	align-items: center;
}
.good {
    width: auto;
    margin: 0 auto;
    display: block;
    border: none;
    cursor: pointer;
    background-color: #45A1CA;
    padding: 10px;
    color: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	border-radius:0px;
	font-size:12px;
	padding: 10px 35px;
	
}
.main-page {
   position: relative;
}
.phone-block {
    z-index:0;
}
@media(max-width:767px){
    .main_popup_cookies{
        width: 100%;
        left:0;
    }
    .popup_cookie{
        width:auto;
    }
    
    .popup_cookie p{
        font-size: 10px;
    }
}
@media(max-width:550px){	
    .popup_cookie{
        padding: 10px;
    }
	.popup_cookie p{
        font-size: 10px;
		margin-left: 0px;
    }
	.flex{
		flex-direction: column-reverse;
	}
	
	.good{
		margin-top: 10px;
		padding: 7px 15px;
	}
}
/*Правки мои*/
.portfolio-item-image, .portfolio-item-image:hover, .portfolio-item:hover .portfolio-item-image, .portfolio-item:focus .portfolio-item-image, .portfolio-item:hover .portfolio-item-image img, .portfolio-item:focus .portfolio-item-image img {
    background: none;
    opacity: 1;
}
 .tarifs,.toogles {
    display: flex;
}
.tarifs_2019 {
    display: flex;
    justify-content: space-between;
    margin: 70px 0 42px;
}
#switch{
	height: 0;
    width: 0;
    position: relative;
    display: none;
}
.toogles::before {
    content: 'Облако';
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 130%;
	position: relative;
    color: #45A1CA;
    transition: all 0.2s linear 0.1s;
}
.toogles::after {
    content: 'Коробка';
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 130%;
	position: relative;
    left: 65px;
    transition: all 0.2s linear 0.1s;
}
.toogles.act::before {
    color: #000!important;
}
.toogles.act::after {
    color: #B7DB2A!important;
}
.toogle_price {
	cursor: pointer;
	text-indent: -9999px;
	width: 60px;
	height: 30px;
	background: #45A1CA;
	display: block;
	border-radius: 100px;
    position: relative;
    left: 31px;
    top: -7px;
}

.toogle_price:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 26px;
	height: 26px;
	background: #fff;
    border-radius: 90px;
    transition: all 0.2s linear 0.1s;
}
.price_color {
    color: #000;
}   
input:checked + .toogle_price {
	background: #bada55;
}
#switch:checked::before {
    color: #000;
}
input:checked .toogles::after {
    color: #B7DB2A;
}
input:checked + .toogle_price:after {
	left: calc(100% - 2px);
    transform: translateX(-100%);
}
.toogle_price:active:after {
	width: 60px;
}
.tarifs {
    height: 20px;
    margin-top: 4px;
}
.tarifs div {
    margin-right: 60px;
    display: flex;
}
.tarifs div:last-child {
    margin-right: 0px;
}
.content.tarifs_2019 > div.tarifs > div > span > svg {
    width: 10px;
    height: 10px;
    fill: #E0E0E0;
    margin-right: 5px;
}
div.content.tarifs_2019 > div.tarifs > div > span {
    font-size: 12px;
    line-height: 100%;
    display: flex;
    align-items: flex-end;
}
div.content.tarifs_2019 > div.tarifs > div >  span:nth-child(2) {
    margin-left: 10px;
}
.tarifs_2019 > div.tarifs > div:nth-child(2) > span:nth-child(1) > svg:nth-child(1),
.tarifs_2019 > div.tarifs > div:nth-child(3) > span:nth-child(1) > svg:nth-child(1),
.tarifs_2019 > div.tarifs > div:nth-child(3) > span:nth-child(1) > svg:nth-child(2),
.tarifs_2019 > div.tarifs > div:nth-child(4) > span > svg {
    fill: #45A1CA;
    margin-right: 5px;
}
.common, .common_two {display: none;}
.price_active {
    display: block;
}
@media (max-width: 767px){
    .info-wrap-new img {
        height: auto;
    }
}





/*new style*/
.head-container-inner {
    margin: 0 auto;
    height: auto;
    display: flex;
    align-items: center;
    padding-top: 57px;
    padding-bottom: 57px;
    max-width: 1550px;
    box-sizing: border-box;
}
.nav-block-inner {
    margin-top: 10px;
}
.portfolioRedizainSite {
    max-width: inherit;
}

#horizontal-multilevel-menu li a.parent:before{
     border: 2px solid #fefefe;
     border-width: 2px 0 0 2px;
}
.logo-block-small.stay-at-home {
    top: -9px;
}
.auth-block-inner {
    top: 15px;
}
.begin_blue_redizain {
	height: 470px;
	background-color: #0F6dB3;
	position: relative;
}
.logo-block-small,.auth-block-inner{
    position: static;
    margin: 0px;
}

@media screen and (max-width:1279px) {
    
    .hamburger:not(.active):not(.fixed-hamburger) {
        position: relative;
        top: 5px!important;
        margin-left: 30px;
        margin-right: 10px;
    }
    .portfolioRedizainSite img {
        margin-top: 0px;
    }
}
div.head-container-inner  span.hamburger.fixed-hamburger {
    right: 20px;
}
.auth-block-inner img {
    max-width: 25px;
}
.hamburger .icon-hamburger {
    background: url('/local/templates/innerRedizainSites/images/svg/Vector (1).svg') no-repeat 0px 0px
}
@media screen and (min-width: 1280px){
    .main-menu li a.menu-item__link, .main-menu li a.menu-item-selected__link,
    #horizontal-multilevel-menu li a.menu-item-selected__link, #horizontal-multilevel-menu li:hover a.menu-item__link,
    div#horizontal-multilevel-menu li:hover a.menu-item__link.parent:before {
        color: #fefefe;
    }
    #horizontal-multilevel-menu li a.menu-item-selected__link:after, #horizontal-multilevel-menu li:hover a.menu-item__link:after {
        background-color: #fefefe;
    }
    #horizontal-multilevel-menu li:hover a.menu-item__link.parent:before {
        border: 2px solid #fefefe;
        border-width: 2px 0 0 2px;
    }
    
}
@media screen and (min-width: 769px){
    div#backTop {
        display: none!important;
    }
}
.logo-mobile img {
    width: auto;
}

/* End */


/* Start:/local/templates/innerRedizainSites/template_styles.css?1615801287539*/
@media (min-width:992px) {

}
@media (min-width:1200px) {
	.bx-sb-features-table__body-group-head, .bx-sb-features-table__body-item,
	.bx-sb-price-table__body-group-head, .bx-sb-price-table__body-item {min-width:130px; padding:4px 0;}
	.bx-sb-features-table__sidebar,
	.bx-sb-price-table__sidebar {flex:1 0 200px; max-width:200px;}
}
@media (min-width:1280px) {
	.bx-sb-features-table__body-group-head, .bx-sb-features-table__body-item,
	.bx-sb-price-table__body-group-head, .bx-sb-price-table__body-item {min-width:164px; padding:4px;}
}

/* End */
/* /local/infoexpert/css/b24-prices-box.css?170177120348781 */
/* /local/infoexpert/css/b24-pricess-cloud.css?1748502739257651 */
/* /local/infoexpert/css/roboto-small.css?1600176725452 */
/* /local/infoexpert/css/rouble.css?1598288145170 */
/* /local/infoexpert/css/template_styles.css?1733308767265643 */
/* /local/templates/.default/components/bitrix/menu/menu-top-2019/style.css?17339968849275 */
/* /local/templates/.default/components/bitrix/menu/menu-top-right-2019/style.css?1549602400313 */
/* /local/infoexpert/css/-animate.min.css?155107729352789 */
/* /local/infoexpert/fonts/font-awesome.min.css?154954309330964 */
/* /local/templates/.default/components/bitrix/system.auth.form/auth/style.min.css?1509962951424 */
/* /local/templates/innerRedizainSites/styles.css?16212555298284 */
/* /local/templates/innerRedizainSites/template_styles.css?1615801287539 */
