/* Captured from the rendered blog article by scripts/generate-product-articles.mjs. */
@-webkit-keyframes bgslide{from{background-position-x:0}to{background-position-x:-200%}}@keyframes bgslide{from{background-position-x:0}to{background-position-x:-200%}}.wpp-widget-block-placeholder,.wpp-shortcode-placeholder{margin:0 auto;width:60px;height:3px;background:#dd3737;background:linear-gradient(90deg,#dd3737 0%,#571313 10%,#dd3737 100%);background-size:200% auto;border-radius:3px;-webkit-animation:bgslide 1s infinite linear;animation:bgslide 1s infinite linear}

body #wpadminbar #wp-admin-bar-wp-logo > .ab-item {
	background-image: url(https://www.mirapolis.ru/blog/wp-content/uploads/2021/03/icon-32.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 80%;
}
body #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {
	content: " ";
}

.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label:not(.screen-reader-text){display:block;width:100%}
/*# sourceURL=https://www.mirapolis.ru/blog/wp-includes/blocks/categories/style.min.css */

h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}
/*# sourceURL=https://www.mirapolis.ru/blog/wp-includes/blocks/heading/style.min.css */

.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}
/*# sourceURL=https://www.mirapolis.ru/blog/wp-includes/blocks/paragraph/style.min.css */

.hamburger {
  padding: 15px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  outline: none;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

@media screen and (min-width: 1px) and (max-width: 1220px) {
  header,
  .wrapper {
    width: 100% !important;
  }

  .btn {
    display: none !important;
  }

  .b-header__menu {
    display: none !important;
  }

  .home.blog .featured-image {
    height: 160px !important;
  }

  .b-header__mobile-menu-selector {
    display: inline-block !important;
    float: right;
    right: 0;
    top: 11px;
    position: absolute;
  }
}

header {
  border-bottom: 1px solid #00aeef;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 75px;
  background: #fff;
  z-index: 99999;
}

header.entry-header {
  display: none !important;
}

.headerExpanded {
  height: auto;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 1320px;
}

.content {
  overflow: hidden;
}

.b-header__mobile-menu-selector {
  display: none;
}

.mirahcm-facebook-1:hover {
  color: #3b5998;
}

.mirahcm-vk-1:hover {
  color: #45668e;
}

.btn {
  border: 2px solid #00aeef !important;
  border-radius: 0 !important;
  background-color: #ffffff;
  color: #00aeef;
  display: inline-block;
}

.b-header__social ul li a:hover,
.btn:hover {
  color: #fff !important;
  background-color: #00aeef !important;
  border: 2px solid #00aeef !important;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

.b-header__menu-arrow-down {
  position: relative;
  top: -4px;
  margin-left: 2px;
  display: inline-block;
  border-top: 5px solid #1a1a1a;
}

.b-header {
  display: flex;
  font-size: 0;
  text-align: left;
  line-height: 1;
  padding: 0 10px;
  justify-content: space-between;
}

.b-header__menu {
  text-align: right;
  vertical-align: top;
  padding-top: 9px;
}

.headerMenu {
  text-align: center;
  height: 74px;
}

.headerMenu li {
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  font-weight: normal;
}

.headerMenu li:last-child {
  margin-right: 0;
}

.headerMenu li:hover {
  color: #00aeef;
}

.headerMenu li:not(#headerDropdown) a:hover {
  text-decoration: underline;
}

.headerMenu li:hover span {
  border-top: 0;
  border-bottom: 5px solid #00aeef;
}

.b-header__social {
  float: right;
  vertical-align: top;
}

.b-header__social ul {
  padding: 0;
}

.b-header__social ul li {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  padding: 12px 0;
  font-size: 24px;
  /* transition: all 0.25s ease; */
  color: #00aeef;
}

.b-header__social ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.headerMenu li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.b-header__menu,
.b-header__social,
.b-header__logotype {
  display: inline-block;
  height: 74px;
}

.b-header__menu ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.b-header__menu {
  padding-top: 0 !important;
  display: inline-block;
}

.headerMenu__container {
  display: block;
  width: 100%;
  white-space: normal;
  text-align: left;
  margin-left: 236px;
}

.headerMenu__container ul {
  display: inline-block !important;
  margin-left: 0px;
  margin-right: 0 !important;
}

.headerMenu__container ul a {
  color: #1a1a1a;
  font-size: 1rem;
  margin-right: 0 !important;
}

.headerMenu__container ul a:hover {
  /* color:#00aeef; */
  /* text-decoration:underline; */
}

#header .headerMenu__expanded {
  padding-left: 0;
}

.b-header__social .btn.mirahcm-angle-right:after {
  top: 0px;
  position: relative;
}

.headerMenu__hcm {
  position: relative;
}

/* .headerMenu__hcm:before {
  content: "";
  height: 188px;
  background: #ccc;
  width: 1px;
  position: absolute;
  left: 7px;
  top: 63px;
} */

.headerMenu__hcm a li:not(.headerMenu__hcm-header) {
  position: relative;
  padding-left: 27px;
}

.headerMenu__hcm a li:not(.headerMenu__hcm-header):before {
  content: "";
  width: 15px;
  background: #ccc;
  height: 1px;
  position: absolute;
  left: 7px;
  top: 11px;
}

.headerMenu__expanded-title {
  display: block;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: bold;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.headerMenu__container-column {
  display: inline-block;
  float: left;
  padding: 10px 0;
}

.headerMenu__container-column ul {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.headerMenu__container-column ul li {
  line-height: 1;
  margin-bottom: 16px;
}

.headerMenu__container small {
  font-size: 80%;
}

.color-black {
  color: black !important;
}

.headerMenu__container-column:first-child {
  padding-right: 84px;
  padding-left: 53px;
}

.b-header__logotype a:active {
  position: relative;
  top: 1px;
  filter: contrast(150%);
  transition: filter 0.2s ease;
}

.b-header__logotype a {
  width: 286px;
  height: 55px;
  display: block;
  margin-top: 10px;
}

.privacy-policy__container {
  margin-top: 20px;
}

.content {
  overflow: hidden;
}

.b-header__menu ul li {
  padding: 26px 24px !important;
}

#header .headerMenu__expanded {
  /* transition: all 0.3s ease; */
  vertical-align: top;
  margin-bottom: 0;
}

.headerMenu__container {
  display: block;
  width: 100%;
  white-space: normal;
  text-align: left;
  margin: 0 auto;
  max-width: 1320px;
}

.headerMenu__container ul {
  display: inline-block !important;
  width: 250px;
  margin-left: 112px;
  margin-right: 0 !important;
}

.headerMenu__container ul a {
  color: #1a1a1a;
  font-size: 20px;
  margin-right: 0 !important;
  display: block;
}

.headerMenu__container ul a:hover {
  /* text-decoration:underline; */
}

#header:not(.headerExpanded) .headerMenu__container {
  display: none;
}

.headerMenu__container-column:first-child {
  padding-right: 85px;
  padding-left: 288px;
}

.headerMenu__container-column:last-child {
  padding-right: 442px;
  padding-bottom: 135px;
}

.headerMenu__container ul a:hover {
  color: #00aeef;
  text-decoration: underline;
}
    #mobile-menu {
  display: none;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

#mobile-menu.shown {
  display: block !important;
  overflow-y: auto;
  z-index: 9999;
}

.mobile-menu__links .headerMenu {
  margin: 104px 20px 90px 20px;
  height: auto !important;
}

.mobile-menu__links .headerMenu li a {
  display: block;
  text-align: left;
}

.mobile-menu__links .headerMenu li {
  font-size: 36px;
  text-align: left;
  margin-bottom: 15px;
  font-weight: 400;
}

#mobile-menu__solutions-dropdown:hover {
  text-decoration: none !important;
  color: #222222 !important;
}

#mobile-menu__solutions-dropdown span:hover {
  text-decoration: none !important;
  color: #222222 !important;
}

#mobile-menu__solutions-dropdown span {
  top: 11px;
  margin-left: 10px;
  border-top: 7px solid #1a1a1a;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: relative;
}

#mobile-menu__solutions-dropdown.shown:not(.headerMenu__expanded-title) span {
  border-top: 0 !important;
  border-bottom: 7px solid #222222 !important;
  top: -20px !important;
}

#mobile-menu .headerMenu li:hover span {
  border-bottom: none;
}

#mobile-menu__solutions-container {
  display: none;
}

#mobile-menu__solutions-container.shown {
  display: inline-block !important;
  margin: 15px 0 15px 20px;
}

#mobile-menu__solutions-container .headerMenu__container-column {
  padding: 0 !important;
}

/* #mobile-menu__solutions-container .headerMenu__hcm:before {
  height: 234px !important;
  left: 7px;
  top: 82px;
} */

#mobile-menu__solutions-container .headerMenu__container-column .headerMenu__expanded-title {
  color: #1a1a1a !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
  font-size: 20px;
}

#mobile-menu__solutions-container .headerMenu__hcm-header {
  font-size: 22px !important;
}

#mobile-menu__solutions-container .headerMenu__expanded a li {
  font-size: 22px !important;
}

#mobile-menu__solutions-container .headerMenu__expanded a li span {
  font-size: 16px !important;
}

#mobile-menu .headerMenu__hcm-header span {
  white-space: normal;
  line-height: 1.3;
  font-size: 16px;
}

#mobile-menu .headerMenu__container-column:last-child a li {
  margin-bottom: 15px !important;
}

#mobile-menu .headerMenu__expanded-title {
  margin-bottom: 15px;
}

#mobile-menu__solutions-container .headerMenu__container-column:first-child {
  padding: 0 0 20px 0 !important;
}