@charset "UTF-8";
:root {
  --color-blue: #3CC3CC;
  --color-violet: #826ec8; }

#wpadminbar {
  opacity: 0;
  transform: translateY(-90%);
  overflow: hidden;
  z-index: 1000; }
  #wpadminbar:hover {
    opacity: 1;
    transform: none; }

.header {
  z-index: 11; }

.phone {
  white-space: nowrap; }

.equipment-thumb__image {
  object-fit: contain; }

.text-block_2 {
  color: inherit; }

.input-wrap p {
  padding: 0; }

.card__slider .img {
  object-fit: contain; }

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: none; }

.tariffs__prices .period-discount:empty {
  display: none; }

.wpcf7-list-item-label {
  position: relative; }
  .wpcf7-list-item-label:before, .wpcf7-list-item-label:after {
    content: '';
    display: block;
    position: absolute;
    transform: translate(-30px, -2px);
    pointer-events: none; }
  .wpcf7-list-item-label:before {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    left: 0;
    top: 0; }
  .wpcf7-list-item-label:after {
    border-radius: 2px;
    background: #3cc3cc;
    width: 10px;
    height: 10px;
    left: 5px;
    top: 5px;
    opacity: 0;
    transition: 0.3s; }

.wpcf7-list-item label {
  display: flex;
  align-items: baseline; }
.wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  opacity: 1; }

.button-accent-bg {
  border: none; }

.placeholder {
  white-space: nowrap; }

.support .support-0 {
  display: block; }
.support .support-1 {
  display: none; }

.contacts .grid {
  display: none; }
.contacts .grid.contacts-0 {
  display: grid; }

.contacts .map-block {
  padding-right: 10px; }

.news-thumb__body .title-4 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.news-thumb__txt {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.channels-list {
  min-height: 100px;
  background: url(../img/loader.gif) center center no-repeat;
  background-size: 50px; }
  .channels-list li {
    text-align: center;
    background: #fff; }
  .channels-list span {
    display: block;
    margin-left: -30px;
    padding: 0 5px; }
  .channels-list .img {
    object-position: initial; }
  .channels-list__loaded {
    background: #fff; }

.tariff-add__img {
  height: 44px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  max-width: calc(100% - 50px); }
  .tariff-add__img img {
    width: auto; }

.tariff-add__btn_disabled {
  pointer-events: none;
  opacity: 0.5; }

.calc-product__img .img {
  width: auto; }

@media (hover: hover) {
  * {
    scrollbar-width: thin; }
    *::-webkit-scrollbar {
      width: 7px;
      height: 7px; }
    *::-webkit-scrollbar:vertical {
      width: 7px; }
    *::-webkit-scrollbar:horizontal {
      height: 7px; }
    *::-webkit-scrollbar-track {
      border-radius: 4px;
      background-color: #ffffff; }
    *::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 4px;
      border: none; } }
.tariffs-result__list {
  min-height: 200px;
  max-height: calc(100vh - 500px);
  max-height: 350px;
  overflow: auto;
  margin-right: -5px;
  padding-right: 5px; }
  .tariffs-result__list li:last-child {
    margin-bottom: 0; }
  .tariffs-result__list::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
  .tariffs-result__list::-webkit-scrollbar:vertical {
    width: 5px; }
  .tariffs-result__list::-webkit-scrollbar:horizontal {
    height: 5px; }
  .tariffs-result__list::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #ffffff; }
  .tariffs-result__list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    border: none; }
.tariffs-result-item_tariff .item {
  border: 2px solid var(--color-blue); }
.tariffs-result_empty .tariffs-result__list {
  position: relative; }
  .tariffs-result_empty .tariffs-result__list:before {
    content: 'Выберите пакеты';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -10px;
    display: flex;
    align-items: center;
    justify-content: center; }
.tariffs-result_empty .row {
  display: none; }

.calc-result__list .ic {
  mix-blend-mode: multiply;
  display: flex;
  align-items: center;
  justify-content: center; }

.instruction-ic + span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

[name="comment"] + .placeholder {
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 0 6px #fff; }

.border-found {
  border: 2px solid var(--color-blue); }
  .border-found .tariffs-card__head {
    border-radius: 8px 8px 0 0; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */ }

.tariffs-card {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .tariffs-card__title {
    padding-right: 0; }
  .tariffs-card__body {
    display: flex;
    flex-direction: column;
    flex: 1; }
  .tariffs-card__price {
    margin-top: auto; }
  .tariffs-card__subprice {
    margin-top: 10px;
    margin-bottom: -10px; }

.modal-channels .channels-controls .search.is-active {
  z-index: 3; }
.modal-channels .channels-list {
  background: #fff; }

.simplebar-content-wrapper {
  min-height: 100%;
  border-radius: 10px; }

.target {
  z-index: 10;
  position: relative; }
  .target__form .form-btn .button span:nth-child(1) {
    display: inline; }
  .target__form .form-btn .button span:nth-child(2) {
    display: none; }
  .target__form .form-btn .button.button-found span:nth-child(1) {
    display: none; }
  .target__form .form-btn .button.button-found span:nth-child(2) {
    display: inline; }
  .target-list {
    position: absolute;
    left: 0;
    top: 100%;
    max-height: 300px;
    overflow: auto; }
    [name=num] ~ .target-list {
      left: 6px;
      max-width: calc(100% - 12px);
      width: calc(100% - 12px); }
    .target-list::-webkit-scrollbar {
      width: 5px;
      height: 5px; }
    .target-list::-webkit-scrollbar:vertical {
      width: 5px; }
    .target-list::-webkit-scrollbar:horizontal {
      height: 5px; }
    .target-list::-webkit-scrollbar-track {
      border-radius: 2px;
      background-color: #ffffff; }
    .target-list::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.05);
      border-radius: 3px;
      border: none; }
    .target-list__item {
      padding: 5px;
      cursor: pointer;
      background: #fff;
      border: 1px solid #eee;
      margin-bottom: -1px;
      text-align: left; }
      .target-list__item:hover {
        color: #fff;
        background: var(--color-blue); }
    .target-list__error {
      pointer-events: none; }

.hidden, .wait-address {
  display: none; }

.constructor-modal {
  max-width: 683px;
  padding-top: 72px;
  padding-bottom: 76px; }
  .constructor-modal__image {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; }
  .constructor-modal .quick__tg {
    margin-top: 31px; }

.swiper-slide {
  height: auto; }

.discount-thumb {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .discount-thumb__body {
    display: flex;
    flex-direction: column;
    flex: 1; }
  .discount-thumb__title-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: auto; }
  .discount-thumb__txt {
    margin-bottom: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }

.modal-prods .wpcf7-form-control-wrap[data-name="message"] {
  display: none; }

.modal-form__head p {
  margin-bottom: 1em; }

.calc-item:has(.calc-product__img:empty) {
  margin-top: -56px; }

@media screen and (min-width: 768px) {
  .map [class*=content__footer] {
    margin: 0; } }
.map [class*=cluster-tabs__item-header] {
  display: none; }

.modal#address {
  overflow: visible; }

.target_error, .target_success {
  display: none; }

.target_success .target-error::before {
  background: url(../img/logo-simple.svg) no-repeat 50% 50%/contain; }

.target__form .form-col-1 {
  z-index: 10; }

.quiz .step {
  overflow: hidden; }
  .quiz .step.step-1 {
    overflow: visible;
    z-index: 10; }

.wpcf7 form.sent .wpcf7-response-output {
  display: none; }

.error-404 + .footer {
  display: none; }

.wp-content ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .wp-content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 1em; }
    .wp-content ul li:before {
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      position: absolute;
      z-index: 0;
      left: 0;
      top: 0.5em;
      background: #8483FB;
      border-radius: 50%; }
.wp-content a {
  color: var(--color-blue); }
.wp-content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.77;
  border-radius: 10px; }

.article .banner {
  max-height: 50vh; }

.swiper-pagination-bullet:only-child {
  display: none; }

.quick__form_discount .form-col {
  width: 49%; }
  .quick__form_discount .form-col:nth-child(2) {
    margin-right: 0; }

.mr-0 {
  margin-right: 0 !important; }

.header-bugs {
  background: #f7f7f7;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #78778f;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }
  .header-bugs a {
    color: #8382fa; }
  .header-bugs__container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header-bugs__close {
    width: 13px;
    height: 13px;
    cursor: pointer;
    background: url(../img/bugs-close.svg) center center no-repeat;
    background-size: contain;
    flex-shrink: 0;
    margin-left: 1em; }

.tariffs__subtitle_coast {
  color: #78778f;
  margin-top: 10px;
  position: relative; }

.plugcost {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-thickness: 1px;
  /* text-decoration-color: #aeafb3; */
  text-underline-offset: 5px;
  position: relative;
  	/*
  &:hover{
  	.plugcost__tip{
  		display: block;
  	}
  }
  */ }
  .plugcost_tip {
    cursor: pointer; }
    .plugcost_tip:after {
      content: '';
      display: inline-block;
      position: relative;
      top: 1px;
      margin-left: 0.4em;
      width: 14px;
      height: 14px;
      background: url(../img/tip.svg) center center no-repeat;
      background-size: contain; }
  .plugcost_notd {
    text-decoration: none; }
  .plugcost__tip {
    position: absolute;
    display: none;
    text-decoration: none;
    padding: 29px 45px;
    width: 474px;
    max-width: calc(100vw - 40px);
    border-radius: 10px;
    box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #78778f;
    bottom: 36px;
    left: 100%;
    transform: translate(calc(-50% + 18px));
    z-index: 10;
    background: #fff;
    font-style: normal;
    cursor: auto; }
    .plugcost__tip:after {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      bottom: -8px;
      left: calc(30% + 60px);
      background: #fff;
      transform: rotate(45deg); }
    .plugcost__tip-close {
      position: absolute;
      display: flex;
      right: 15px;
      top: 15px;
      width: 20px;
      height: 20px;
      border-radius: 50px;
      align-items: center;
      justify-content: center;
      background: #f7f7f7;
      font-size: 10px;
      color: #000;
      font-weight: 600;
      cursor: pointer; }
    .plugcost__tip a {
      color: var(--color-blue); }

.price {
  white-space: nowrap; }

.tariffs__prices {
  z-index: 10;
  position: relative; }
  .tariffs__prices .button {
    white-space: nowrap; }
  .tariffs__prices .plugcost {
    white-space: normal; }
  .tariffs__prices .button, .tariffs__prices .plugcost {
    position: relative; }
  .tariffs__prices .plugcost__tip {
    left: auto;
    right: 0;
    transform: none;
    bottom: 70px; }
  .tariffs__prices [data-price=price6] .plugcost__tip:after {
    left: auto;
    right: 170px; }
  .tariffs__prices [data-price=price12] .plugcost__tip:after,
  .tariffs__prices [data-price=price24] .plugcost__tip:after,
  .tariffs__prices [data-price=price36] .plugcost__tip:after {
    left: auto;
    right: 50px; }

.duration-total-price {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #9f9f9f;
  margin-top: 0.5em;
  margin-bottom: -0.5em; }

.subtext-small {
  line-height: 1.2;
  color: #aaa;
  font-size: 14px; }

.abonent-label {
  text-decoration: none;
  white-space: nowrap; }
  .abonent-label_abonement {
    display: none; }
  .abonent-label:after {
    top: 3px;
    margin-left: 0; }
  .abonent-label .plugcost__tip {
    max-width: calc(100vw - 20px);
    padding: 10px 35px 10px 15px;
    width: max-content;
    left: 100%;
    transform: translate(calc(-50% + -100px)); }
    .abonent-label .plugcost__tip:after {
      left: calc(30% + 144px); }
    .abonent-label .plugcost__tip-close {
      right: 7px;
      top: 7px; }

.menu-expanded .overlay {
  z-index: 10; }

.modal-form:after {
  pointer-events: none; }

.pon-modal {
  padding: 46px 80px; }
  .pon-modal .title-2 {
    margin-bottom: 0.5em; }
  .pon-modal:after {
    display: none; }

.address-message {
  border-radius: 10px;
  border: 2px solid #EF5138;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 82px;
  font-size: 19px;
  font-weight: 450;
  background: #F7F7F7;
  line-height: 1.3;
  padding: 20px;
  margin: -8px 0 38px; }
  .address-message__text {
    position: relative; }
  .address-message a {
    position: absolute;
    left: calc(100% + 30px);
    color: var(--color-blue);
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    top: 0; }

#call-back .form-btn {
  margin-left: auto;
  margin-right: auto; }

.quick__inner {
  display: flex; }
.quick__inner-inner {
  width: 80%; }
  .quick__inner-inner_wide {
    width: 100%; }
.quick__description {
  text-align: left;
  width: 300px; }
  .quick__description ol {
    padding-left: 1em; }
  .quick__description li {
    margin: 0.5em; }

.payment-service_2 {
  flex-direction: row-reverse;
  padding-left: 255px;
  padding-right: 78px; }
  .payment-service_2 .payment-service__text {
    width: 710px;
    max-width: 100%;
    margin-right: auto; }
  .payment-service_2 .payment-service__btn {
    white-space: nowrap;
    margin-left: 50px; }
  .payment-service_2.ic-1:after {
    right: auto;
    left: 75px;
    transform: translateY(-50%);
    border: 25px solid #fff;
    box-sizing: content-box;
    box-shadow: 0px 10px 25px 6px #70778A1A;
    border-radius: 50%; }

.directory {
  padding-top: 40px; }
  .directory__header {
    margin-bottom: 47px; }

.directory-item {
  cursor: pointer; }
  .directory-item__image {
    aspect-ratio: 333/188;
    margin-bottom: 25px; }
    .directory-item__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px; }
  .directory-item__txt {
    transition: 0.3s; }
  .directory-item:hover .directory-item__txt {
    color: #3cc3cc; }

.card-side .tariff-add__btn {
  position: relative;
  height: 34px;
  width: 34px;
  margin: 0 0 auto 0;
  top: 0;
  right: 0; }
.card-side .price {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.tariff-channels-btn.is-selected {
  border-color: var(--color-blue);
  color: var(--color-blue); }
  .tariff-channels-btn.is-selected:after {
    filter: none; }

.MsoNormal {
  margin: 0; }

.contacts-vk:before {
  background: url(../img/icons/vkontakte.svg) 50% 50%/contain no-repeat;
  filter: brightness(5); }

.button-vk:before {
  background: url(../img/icons/vkontakte.svg) 50% 50%/contain no-repeat; }

.cky-notice-des a {
  color: #3cc3cc; }

.cky-btn {
  font-size: 19px !important;
  border-color: #3cc3cc !important;
  background-color: #3cc3cc !important;
  border-radius: 10px !important; }

.cky-overlay {
  display: block !important;
  z-index: 1000 !important; }

/*
body:has(.cky-consent-container:not(.cky-hide)){
	.wrapper{
		a, button, .header{
			pointer-events: none;
		}		
	}
}
body:has(.cky-consent-container.cky-hide){
	.cky-overlay{
		display: none !important;
	}
}
*/
.cky-overlay {
  display: none !important; }

.maintenance-modal {
  width: 725px;
  max-width: calc(100% - 30px);
  border: 4px solid #FF3838;
  padding: 45px 42px 50px; }
  .maintenance-modal .fancybox-close-small {
    top: 14px;
    right: 14px; }
  .maintenance-modal .title-2 {
    margin-bottom: 16px; }
  .maintenance-modal .subcolor {
    margin-bottom: 27px;
    color: #2b2a44; }
  .maintenance-modal .button {
    padding-left: 34px;
    padding-right: 34px;
    color: var(--color-blue); }
    .maintenance-modal .button:hover {
      color: #fff; }
  .maintenance-modal__row {
    display: flex;
    align-items: flex-start;
    gap: 35px; }
  .maintenance-modal__image {
    width: 94px; }
  .maintenance-modal__title {
    font-size: 34px; }
  .maintenance-modal:after {
    display: none; }

.fancybox-slide--iframe .fancybox-content {
  background: none; }
  .fancybox-slide--iframe .fancybox-content .fancybox-iframe {
    aspect-ratio: 100 / 56.3;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto;
    position: static; }

.channels-compare li[data-packet_id="67"], .channels-compare .tab[data-packet_id="67"] {
  color: #8382FA; }
.channels-compare li[data-packet_id="68"], .channels-compare .tab[data-packet_id="68"] {
  color: #3cc3cc; }
.channels-compare li[data-packet_id="66"] + li[data-packet_id="67"],
.channels-compare li[data-packet_id="67"] + li[data-packet_id="68"] {
  break-before: column; }
.channels-compare__tabs {
  align-items: center;
  justify-content: flex-start; }
  .channels-compare__tabs-description {
    margin-left: 30px;
    color: #78778F; }
.channels-compare .list {
  display: block;
  column-count: 6;
  column-gap: 0; }
  .channels-compare .list li {
    width: auto; }

@media (max-width: 1199px) {
  .channels-compare .list {
    column-count: 5; }

  .footer__geo span br {
    display: none; }

  .address-message a {
    position: static; }

  .quick__inner {
    display: block; }
  .quick__inner-inner {
    width: 100%; }
  .quick__description {
    padding-top: 40px;
    width: 100%; }
    .quick__description h3 {
      text-align: center; }

  .payment-service_2 {
    padding-left: 70px;
    padding-right: 70px; }

  h2, .title-2 {
    font-size: 30px; } }
@media (max-width: 991px) {
  .channels-compare .list {
    column-count: 4; }

  .plugcost_tip {
    position: static; }
  .plugcost__tip {
    left: 50%;
    transform: translate(calc(-50% ));
    bottom: 63px; }
    .plugcost__tip:after {
      display: none; }

  .abonent-label {
    position: relative; }
    .abonent-label .plugcost__tip {
      bottom: 20px; }

  .wifi-advantages {
    overflow: visible; }

  .wrapper:has(.wifi-advantages) {
    overflow: hidden; } }
@media (max-width: 767px) {
  .channels-compare .list {
    column-count: 3; }

  .channels-list span {
    margin-left: 0; }

  .wpcf7-list-item-label:before, .wpcf7-list-item-label:after {
    transform: translate(-26px, -2px); }

  .quick__form_discount .form-col {
    width: 100%; }

  .header-bugs {
    font-size: 13px;
    line-height: 1.3; }
    .header-bugs__container {
      align-items: flex-start;
      height: auto; }

  .tariffs {
    overflow: visible; }

  .tariffs-cards {
    overflow: hidden; }

  .tariffs-result {
    padding: 0 15px 15px; }
    .tariffs-result__title {
      background: var(--color-violet);
      color: #fff;
      border-radius: inherit;
      box-shadow: 0 0px 0 2px var(--color-violet); }
      .tariffs-result__title:after {
        filter: invert(1); }
    .tariffs-result__list {
      max-height: 250px; }

  .page-id-167:not(.results-open) .p-widget,
  .page-id-5199:not(.results-open) .p-widget {
    display: none; }

  .address-message {
    margin: 0 0 20px; }
    .address-message a {
      display: block; }

  .payment-service_2 {
    flex-direction: column-reverse; }
    .payment-service_2 .payment-service__btn {
      margin-left: 0; }

  h2, .title-2 {
    font-size: 24px;
    line-height: 1; }

  .directory {
    padding-top: 0; }
    .directory__header {
      margin-bottom: 26px; }
    .directory__dots {
      margin-top: 5px; }

  .directory-item__image {
    margin-bottom: 18px; }

  .calc-item:has(.calc-product__img:empty) {
    margin-top: -37px; }

  .wp-block-table table,
  .wp-block-table table.has-fixed-layout {
    table-layout: auto; }
  .wp-block-table td {
    min-width: 150px; }

  .wifi-advantages {
    position: relative; }
    .wifi-advantages > .container > .plugcost__tip {
      bottom: calc(100% - 50px);
      opacity: 1 !important; } }
@media (max-width: 575px) {
  .channels-compare__tabs {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center; }
    .channels-compare__tabs-description {
      width: 100%;
      margin: 10px 0 0;
      font-size: 14px; }
  .channels-compare .list {
    column-count: 3;
    column-gap: 15px; }
    .channels-compare .list li {
      padding-right: 0; }

  .constructor-modal {
    max-width: calc(100% - 30px);
    padding-top: 68px;
    padding-bottom: 45px; }
    .constructor-modal__image {
      margin-top: 26px;
      margin-bottom: 26px;
      max-width: calc(100% - 56px); }
    .constructor-modal .quick__tg {
      margin-top: 20px; }

  .plugcost_tip:after {
    top: 4px; }
  .plugcost__tip {
    padding: 30px 20px; }
    .plugcost__tip-close {
      top: 10px;
      right: 10px; }

  .tariffs__prices .plugcost__tip {
    bottom: 50px; }

  .abonent-label .plugcost__tip {
    transform: translate(calc(-50% + -150px)); }

  .pon-modal {
    padding: 30px 20px; }
    .pon-modal .title-2 {
      text-align: center; }

  .payment-service_2 {
    padding-left: 20px;
    padding-right: 20px; }

  .maintenance-modal {
    padding: 35px 27px 45px; }
    .maintenance-modal .title-2 {
      margin-bottom: 19px; }
    .maintenance-modal .subcolor {
      text-align: center; }
    .maintenance-modal__row {
      flex-direction: column;
      align-items: center;
      gap: 13px; }
    .maintenance-modal__right {
      display: flex;
      flex-direction: column;
      align-items: center; }
    .maintenance-modal__image {
      width: 64px; }
    .maintenance-modal__title {
      text-align: center;
      font-size: 24px; } }

/*# sourceMappingURL=custom.css.map */
