/*
Theme Name: Mirapolis
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: Denis Smirnov <inbox@denissmirnov.pro>
Author URI: https://wordpress.org/
Description: Mirapolis theme
Version: 1.0
Tested up to: 6.3
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: twentysixteen
*/

/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */

/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

/*!
 *  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;
  src: url(https://www.mirapolis.ru/blog/wp-content/themes/twentysixteen-child/css/app/fontawesome-webfont.eot?v=4.7.0);
  src: url(https://www.mirapolis.ru/blog/wp-content/themes/twentysixteen-child/css/app/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),
    url(https://www.mirapolis.ru/blog/wp-content/themes/twentysixteen-child/css/app/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(https://www.mirapolis.ru/blog/wp-content/themes/twentysixteen-child/css/app/fontawesome-webfont.woff?v=4.7.0) format("woff"),
    url(https://www.mirapolis.ru/blog/wp-content/themes/twentysixteen-child/css/app/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),
    url(https://www.mirapolis.ru/blog/wp-content/themes/twentysixteen-child/css/app/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=7487de6b98132374d291)
 * Config saved to config.json and https://gist.github.com/7487de6b98132374d291
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

aside,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b {
  font-weight: 700;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: transparent;
}

button,
input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}

.h1,
h1 {
  font-size: 36px;
}

.h2,
h2 {
  font-size: 30px;
}

.h3,
h3 {
  font-size: 24px;
}

.h4,
h4 {
  font-size: 18px;
}

.h5,
h5 {
  font-size: 14px;
}

.h6,
h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
  line-height: 1.5;
}

.hfeed p {
  line-height: 1.5;
}

.small,
small {
  font-size: 85%;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover {
  color: #286090;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul {
  margin-bottom: 0;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd {
  line-height: 1.42857143;
}

dd {
  margin-left: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table .table {
  background-color: #fff;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

label {
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="search"] {
  -webkit-appearance: none;
}

.site-main {
  margin-bottom: 4rem;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  input[type="date"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="time"] {
    line-height: 34px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
}

.checkbox+.checkbox {
  margin-top: -5px;
}

.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}

.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="radio"][disabled] {
  cursor: not-allowed;
}

fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-btn {
    width: auto;
  }

  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
}

.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active,
.btn-primary:active {
  background-image: none;
}

.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active,
.btn-info:active {
  background-image: none;
}

.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  color: #337ab7;
  font-weight: 400;
  border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.row:after {
  clear: both;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

@-ms-viewport {
  width: device-width;
}

body {
  font: normal 125%/1.4 "Open Sans", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  font-size: 16px;
  color: #383a3b;
  padding-top: 75px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#page {
  position: relative;
  right: 0;
  transition: right 0.3s ease;
}

.primary-font,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

a {
  color: #1a1a1a;
  font-weight: 400;
  -webkit-transition: color 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out;
}

.post a {
  color: #00aeef;
}

a:focus,
a:hover {
  color: #00aeef;
  text-decoration: none;
}

img:not(.header-logotype) {
  height: auto;
  max-width: 100%;
}

#ez-toc-container {
  background: #f9f9f9;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  display: table;
  margin-bottom: 1em;
  padding: 0;
  position: relative;
  width: auto;
}

.ez-toc-title-container {
  font-size: 1.15rem;
  margin-bottom: 10px;
}

#ez-toc-container a {
  text-decoration: underline;
}

#ez-toc-container a:hover {
  color: #00aeef;
}

div#ez-toc-container ul li {
  margin-bottom: 8px;
  font-size: 1.15rem;
}

.table,
dd,
dl,
p,
table,
ul {
  margin-bottom: 30px;
}

.main-navigation a {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.post-navigation .nav-next:before,
.social-list li a:before {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

#content {
  padding-bottom: 30px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  border: none;
  background: rgba(0, 0, 0, 0.07);
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: 0 10px;
  height: 38px;
  font-weight: 400;
}

input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
  outline: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05) inset;
}

.primary-button,
button,
input[type="submit"] {
  cursor: pointer;
  padding: 0 18px;
  height: 38px;
  text-decoration: none;
  border: 2px solid;
  font-size: 0.75em;
  font-size: 0.75rem;
  display: inline-block;
  text-transform: uppercase;
  background: 0 0;
  font-weight: 700;
  vertical-align: bottom;
}

.primary-button:hover,
button:hover,
input[type="submit"]:hover {
  color: #fff;
  /* background: #383a3b;
  border: 2px solid #383a3b */
}

#sidebar-button {
  margin-left: 20px;
}

#sidebar-button .header-menu {
  display: none;
}

#sidebar-button:before {
  content: "\f002";
}



.site-main .navigation.pagination,
.site-main .post-navigation {
  overflow: hidden;
}

.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.navigation.pagination,
.post-navigation .nav-next {
  font-size: 0.813em;
  font-size: 0.813rem;
}

.navigation.pagination .next {
  font-size: 1rem;
}

.navigation.pagination {
  padding-bottom: 30px;
  text-transform: uppercase;
}

.navigation.pagination .page-numbers {
  margin: 0 0 12px 12px;
  padding: 0 10px;
  text-decoration: none;
  border: 2px solid rgba(0, 0, 0, 0.05);
  font-weight: 700;
  color: #969696;
  float: left;
  line-height: 36px;
  font-size: 1rem;
  height: 40px;
  min-width: 40px;
  width: auto;
  text-align: center;
}

.navigation.pagination .current,
.navigation.pagination a:hover {
  color: #383a3b;
  border: 2px solid;
}

.post-navigation {
  position: relative;
  margin: 40px 0 30px;
}

.post-navigation:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 49.99999%;
  background: rgba(0, 0, 0, 0.1);
  width: 1px;
}

.post-navigation .meta-nav {
  display: block;
  font-size: 0.688em;
  margin-bottom: 5px;
  color: #acacac;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.post-navigation a {
  color: inherit;
}

.post-navigation .post-title {
  font-style: italic;
}

.post-navigation .nav-next {
  position: relative;
  line-height: 1.2;
}

.post-navigation .nav-next {
  padding-right: 35px;
  padding-left: 35px;
}

.post-navigation .nav-next:before {
  display: none;
}

.post-navigation .nav-next:before {
  content: "\f105";
  right: 0;
}

#mobile-navigation {
  display: none;
}

.main-navigation {
  display: block;
  margin-bottom: -12px;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
  margin-left: 8px;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  font-size: 0.813em;
  font-size: 0.813rem;
  line-height: 1.6;
  border: 1px solid transparent;
  padding: 4px 12px;
  margin-bottom: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

#page .main-navigation ul ul {
  padding: 12px;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  font-size: 0.688em;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 1.3;
}

.main-navigation ul ul li {
  margin: 0 0 7px;
  padding: 0 0 7px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  width: 100%;
  min-width: 130px;
}

.main-navigation ul ul li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.main-navigation li:hover>a {
  border-color: inherit;
}

.main-navigation ul ul a:hover {
  opacity: 0.5;
}

.main-navigation ul li:hover>ul {
  left: auto;
}

.main-navigation ul ul li:hover>ul {
  left: 100%;
}

.social-list li a:before {
  display: inline-block;
  margin: 0;
  line-height: 1;
}

.social-list li a:before {
  content: "";
  text-align: center;
}

.social-list li a:before {
  content: "\f0c1";
  color: #9c9fa0;
}

.social-list li a[href*="facebook.com"]:before {
  content: "\f09a";
}

.social-list li a[href*="twitter.com"]:before {
  content: "\f099";
}

.social-list li a[href*="plus.google.com"]:before {
  content: "\f0d5";
}

.social-list li a[href*="dribbble.com"]:before {
  content: "\f17d";
}

.social-list li a[href*="pinterest."]:before {
  content: "\f0d2";
}

.social-list li a[href*="github.com"]:before {
  content: "\f113";
}

.social-list li a[href*="tumblr.com"]:before {
  content: "\f173";
}

.social-list li a[href*="youtube.com"]:before {
  content: "\f16a";
}

.social-list li a[href*="flickr.com"]:before {
  content: "\f16e";
}

.social-list li a[href*="vimeo.com"]:before {
  content: "\f194";
}

.social-list li a[href*="instagram.com"]:before {
  content: "\f16d";
}

.social-list li a[href*="linkedin.com"]:before {
  content: "\f0e1";
}

.social-list li a[href*="/feed"]:before {
  content: "\f09e";
}

.social-list li a[href*="behance.net"]:before {
  content: "\f1b4";
}

.social-list li a[href*="vk.com"]:before {
  content: "\f189";
}

.social-list li a[href*="soundcloud.com"]:before {
  content: "\f1be";
}

.social-list li a[href*="reddit.com"]:before {
  content: "\f1a1";
}

.social-list li a[href^="mailto:"]:before {
  content: "\f0e0";
}

.social-list li a[href*="deviantart.com"]:before {
  content: "\f1bd";
}

.social-list li a[href*="foursquare.com"]:before {
  content: "\f180";
}

.social-list li a[href*="digg.com"]:before {
  content: "\f1a6";
}

.social-list li a[href*="stumbleupon.com"]:before {
  content: "\f1a4";
}

.social-list li a[href*="spotify.com"]:before {
  content: "\f1bc";
}

.social-list li a[href*="dropbox.com"]:before {
  content: "\f16b";
}

.social-list li a[href*="skype"]:before {
  content: "\f17e";
}

.social-list li a[href*="twitch.tv"]:before {
  content: "\f1e8";
}

.social-list li a[href*="wordpress.com"]:before,
.social-list li a[href*="wordpress.org"]:before {
  content: "\f19a";
}

.social-list li a[href*="slideshare.net"]:before {
  content: "\f1e7";
}

.social-list li a[href*="apple.com"]:before {
  content: "\f179";
}

.social-list li a[href*="xing.com"]:before {
  content: "\f168";
}

.social-list li a[href*="houzz.com"]:before {
  content: "\f27c";
}

.social-list li a[href*="medium.com"]:before {
  content: "\f23a";
}

.social-list li a[href*="telegram.me"]:before,
.social-list li a[href*="telegram.org"]:before {
  content: "\f2c6";
}

.social-list li a[href*="snapchat.com"]:before {
  content: "\f2ac";
}

.social-list li a[href*="tripadvisor."]:before {
  content: "\f262";
}

.social-list li a[href*="yelp.com"]:before {
  content: "\f1e9";
}

.social-list li a[href*="goo.gl/maps/"]:before {
  content: "\f278";
}

.wpp-excerpt {
  display: none;
}

#page .social-list li a:hover:before {
  color: #fff;
  background: #c7a84e;
  border-color: #c7a84e;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:active,
.screen-reader-text:focus,
.screen-reader-text:hover {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
  content: "";
  display: table;
}

.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
  clear: both;
}

/* 
.simplebar-content {
  height: calc(100vh - 94px);
} */

#secondary {
  padding-left: 30px;
  margin-bottom: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  position: sticky;
  position: -webkit-sticky;
  top: 90px;
  height: 90vh;
  overflow-y: auto;
}

@media screen and (min-width: 1910px) {
  #secondary {
    height: auto;
  }
}

.left-sidebar #secondary {
  padding-left: 0;
  margin-left: 0;
  padding-right: 45px;
  margin-right: 15px;
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.widget {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  border-top: 0 !important;
}

.previous-page {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
  float: left;
  font-size: 2rem;
  cursor: pointer;
}

.previous-page a {
  margin-left: -75px;
  position: absolute;
  display: flex;
  flex-direction: column;
}

.previous-page a span {
  font-size: 1rem;
}

#secondary .widget {
  margin: 0 0 0px;
  padding: 0 0 30px;
}

#secondary .widget:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.widget .widget-title {
  position: relative;
  font-size: 1.24rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
  font-weight: 700;
}

.widget:not(.front-page-block) ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  -webkit-padding-start: 0;
}

.widget:not(.front-page-block) ul li {
  line-height: 1.45;
}

#secondary .widget a:hover {
  color: #00aeef;
}

#secondary .widget a {
  color: initial;
}

.wp-block-categories ul li {
  overflow: hidden;
}

.wp-block-categories ul li {
  text-align: right;
  color: #ddd;
}

.wp-block-categories ul li:hover {
  color: inherit;
}

.wp-block-categories ul li a {
  float: left;
}

.wp-block-categories {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

/* .widget .widget-list li,
.wp-block-categories li,
.widget.widget_meta li,
.widget.widget_nav_menu li,
.widget.widget_rss li {
  padding-top: 10px;
  margin-top: 10px;
} */

.footer-widget-area .widget .widget-list li,
.footer-widget-area .wp-block-categories ul li,
.footer-widget-area .widget.widget_meta li,
.footer-widget-area .widget.widget_nav_menu li {
  border-color: inherit;
}

.widget .widget-list>li:first-child,
.wp-block-categories ul:not(.children)>li:first-child,
.widget.widget_meta li:first-child,
.widget.widget_nav_menu ul:not(.sub-menu)>li:first-child,
.widget.widget_rss li:first-child {
  border-top: none;
  padding-top: 0;
}

#page {
  background: #fff;
}

.entry-meta .comments-link:before {
  content: "\f075";
}

.entry-meta .comments-link:before {
  margin-right: 6px;
}

.page-links {
  clear: both;
  margin: 0 0 30px;
  font-size: 0.813em;
  font-size: 0.813rem;
}

.page-links .page-links-title {
  padding-right: 10px;
}

.page-links .page-links-title,
.page-links a,
.page-links span {
  min-width: 30px;
  text-align: center;
  display: inline-block;
}

#page .page-links a {
  border-bottom: none;
  font-weight: 700;
}

.page-links .page-links-title {
  padding-right: 10px;
}

.page .entry-content h1,
.page .entry-content h2,
.page .entry-content h3,
.page .entry-content h4,
.page .entry-content h5,
.page .entry-content h6 {
  line-height: 1.3;
  margin-top: 40px;
  margin-bottom: 10px;
}

.page .entry-content h1 {
  font-size: 2.625em;
  font-size: 2.625rem;
}

.page .entry-content h2 {
  font-size: 1.725em;
  font-size: 1.725rem;
}

.page .entry-content h3 {
  font-size: 1.625em;
  font-size: 1.625rem;
}

.page .entry-content h4 {
  font-size: 1.25em;
  font-size: 1.25rem;
}

.page .entry-content h5 {
  font-size: 1em;
  font-size: 1rem;
}

.page .entry-content h6 {
  font-size: 0.813em;
  font-size: 0.813rem;
}

#primary-header,
#primary-header .container {
  position: relative;
  z-index: 1;
}

#primary-header {
  background: #212121;
  margin-bottom: 60px;
  text-align: center;
  padding-top: 100px;
}

#primary-header .featured-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.35;
}

.featured-image-text {
  width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

#primary-header .container {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
  visibility: hidden;
}

.page:not(.home) #primary-header .container {
  padding-top: 150px;
  padding-bottom: 150px;
}

#primary-header .entry-title,
#primary-header .page-title {
  font-size: 2.625em;
  font-size: 2.625rem;
  line-height: 1.2;
  font-weight: 800;
  max-width: 880px;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  word-wrap: normal;
}

#primary-header .entry-meta,
#primary-header .entry-meta a,
#primary-header .entry-title,
#primary-header .page-title {
  color: #fff;
}

#primary-header .entry-meta {
  font-size: 0.75em;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

#primary-header .entry-meta {
  position: relative;
  margin-top: 35px;
  opacity: 0.8;
}

#comments {
  padding-top: 35px;
  margin-bottom: 35px;
}

#comments .comments-title {
  font-size: 1.625em;
  font-size: 1.625rem;
}

#comments .comments-title {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}

#comments .no-comments {
  margin-bottom: 0;
}

#comments .no-comments {
  padding: 2px 5px;
  display: inline-block;
}

#comments .no-comments {
  background: #f9f9f9;
  color: #9c9fa0;
}

.home.page:not(.page-template-front-page) #content {
  margin-bottom: 30px;
}

.home.page.page-template-menu-page #content {
  margin-bottom: 0;
}

#primary-header .featured-content {
  visibility: hidden;
}

.home.page-template #primary-header .container {
  padding-top: 120px;
  padding-bottom: 120px;
}

.home.page-template #primary-header a.button {
  display: inline-block;
  color: inherit;
  border: 2px solid;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 0.813em;
  font-size: 0.813rem;
  font-weight: 700;
}

.featured-content .entry-title a {
  font-weight: 700;
  color: inherit;
}

.grid-item .entry-sub-title {
  color: #969696;
  font-style: italic;
  margin: 15px 0 0;
  line-height: 1.25;
}

.site-content .grid-wrapper {
  margin-left: -40px;
  margin-right: -40px;
}

.site-content .grid-wrapper .grid-item {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  padding-right: 40px;
  padding-left: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.grid-wrapper .grid-item .entry-header {
  margin-bottom: 50px;
  position: relative;
}

.grid-wrapper .grid-item .entry-header:after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  border-bottom: 1px solid #383a3b;
}

.grid-wrapper .grid-item .entry-title {
  font-size: 1.25em;
  font-size: 1.25rem;
}

.grid-wrapper .grid-item .entry-title {
  margin-bottom: 0;
}

.page:not(.home) .grid-wrapper {
  margin-bottom: 30px;
}

.menu-wrapper .menu-group-header {
  margin-bottom: 30px;
}

.menu-wrapper .menu-group-title {
  margin: 0 0 5px;
  font-size: 1.625em;
  text-transform: uppercase;
  color: #c7a84e;
}

.menu-wrapper .menu-group-description {
  color: #969696;
}

.error404 #content {
  padding-bottom: 0;
}

.error404 #primary-header {
  margin-bottom: 60px;
}

.error404 .content-area {
  position: relative;
}

.error404 .content-area:before {
  content: "404";
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14em;
  line-height: 0;
  z-index: -1;
  opacity: 0.04;
  font-weight: 700;
}

.entry-content img.wp-smiley,
.page-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 30px;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.5em 0;
  color: #969696;
  font-size: 0.813em;
}

.contact-form .checkbox {
  display: inline-block;
  margin: 0;
}

.checkbox input[type="checkbox"] {
  position: static;
  margin: 0 5px 0 0;
}

@media only screen and (max-width: 992px) {
  #site-navigation {
    display: none;
  }

  #menu-button,
  #mobile-navigation {
    display: block;
  }

  #sidebar-button:before {
    content: "\f0c9";
  }

  #sidebar-button .header-menu {
    display: inline-block;
  }

  .site-content .grid-wrapper .grid-item {
    border: none;
  }

  #page .grid-wrapper .grid-item:last-of-type {
    margin-bottom: 0;
  }

  .site-content .grid-wrapper .grid-item {
    text-align: inherit;
  }

  .grid-wrapper .grid-item .entry-header:after {
    left: 0;
    margin-left: 0;
  }

  .site-content .grid-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }

  .site-content .grid-wrapper .grid-item {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-inner {
    padding: 35px;
  }

  #page #secondary,
  .left-sidebar #page #secondary {
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
    border: none;
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
}

@media only screen and (max-width: 768px) {
  #primary-header {
    padding-top: 0;
  }

  #sidebar-button {
    margin-top: 0;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 500px) {
  body {
    font-size: 16px;
  }

  .post-navigation .nav-next {
    padding: 0;
  }

  #page .post-navigation .nav-next:before {
    content: "";
  }

  #primary-header {
    padding-top: 0 !important;
    padding-bottom: 0;
  }

  #primary-header .container,
  .home.page-template #primary-header .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #primary-header .entry-title,
  #primary-header .page-title {
    white-space: normal;
    font-size: 1.75em;
    font-size: 1.75rem;
    letter-spacing: 0;
  }
}

@media print {
  body {
    background: 0 0 !important;
    color: #000;
    font-size: 12pt;
  }

  #primary-header .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  #primary-header .entry-title {
    font-size: 22pt;
  }

  #page a:after {
    content: "";
  }

  #comments,
  #primary-header .entry-meta,
  #secondary,
  #sidebar-button,
  #site-navigation,
  .entry-footer,
  .post-navigation {
    display: none;
  }
}

.site {
  background-color: #fff;
}

.site-inner {
  margin: 45px auto 0;
  padding: 0 10px;
  max-width: 1320px;
  position: relative;
}

.site-content {
  word-wrap: break-word;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.site-main> :last-child {
  margin-bottom: 0;
}

.site-header-main {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-branding {
  margin: 0.875em auto 0.875em 0;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.custom-logo-link {
  display: block;
}

.custom-logo {
  max-width: 180px;
}

.site-title {
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.2173913043;
  margin: 0;
}

.site-branding .site-title a {
  color: #1a1a1a;
}

.site-branding .site-title a:focus,
.site-branding .site-title a:hover {
  color: #007acc;
}

.wp-custom-logo .site-title {
  margin-top: 0.608695652em;
}

.site-description {
  color: #686868;
  display: none;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.0769230769;
  margin: 0.538461538em 0 0;
}

.header-image {
  clear: both;
  margin: 0.875em 0;
}

.header-image a {
  display: block;
}

.header-image a:focus img,
.header-image a:hover img {
  opacity: 0.85;
}

.entry-content,
.entry-footer,
.entry-header,
.entry-summary,
.page-content {
  margin-right: 7.6923%;
  margin-left: 7.6923%;
}

.entry-title {
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1em;
}

.entry-title a {
  color: #1a1a1a;
}

.entry-title a:focus,
.entry-title a:hover {
  color: #007acc;
}

.entry-content,
.entry-summary {
  border-color: #d1d1d1;
}

.entry-summary p {
  line-height: 1.4;
}

.entry-content h1,
.entry-summary h1,
.textwidget h1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-top: 2em;
  margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.textwidget h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2173913043;
  margin-top: 2.4347826087em;
  margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3,
.textwidget h3 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.1052631579;
  margin-top: 2.9473684211em;
  margin-bottom: 1.4736842105em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin-top: 3.5em;
  margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.textwidget h4 {
  letter-spacing: 0.140625em;
  text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.textwidget h6 {
  font-style: italic;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
  margin-top: 0;
}

.comments-title,
.entry-title,
.post-navigation .post-title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

body:not(.search-results) .entry-summary {
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.4736842105;
  margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header+.entry-summary {
  margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary table,
body:not(.search-results) .entry-summary ul {
  margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li>ul {
  margin-bottom: 0;
}

body:not(.search-results) .entry-summary fieldset {
  margin-bottom: 1.4736842105em;
  padding: 0.3684210526em;
}

.entry-content> :last-child,
.entry-summary> :last-child,
.page-content> :last-child,
.textwidget> :last-child,
body:not(.search-results) .entry-summary> :last-child {
  margin-bottom: 0;
}

.entry-footer {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-top: 2.1538461538em;
}

.entry-footer:empty {
  margin: 0;
}

.entry-footer a {
  color: #686868;
}

.entry-footer a:focus,
.entry-footer a:hover {
  color: #007acc;
}

.entry-footer>span:not(:last-child):after {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}

.page-header {
  border-top: 4px solid #1a1a1a;
  margin: 0 7.6923% 0.5em;
  padding-top: 1.75em;
}

body.error404 .page-header {
  border-top: 0;
  padding-top: 0;
  display: none;
}

.page-title {
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2173913043;
}

.page-links {
  clear: both;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  margin: 0 0 1.75em;
}

.page-links a,
.page-links>span {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 1.8461538462em;
  line-height: 1.6923076923em;
  margin-right: 0.3076923077em;
  text-align: center;
  width: 1.8461538462em;
}

.page-links a {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}

.page-links a:focus,
.page-links a:hover {
  background-color: #007acc;
  border-color: transparent;
  color: #fff;
}

.page-links>.page-links-title {
  border: 0;
  color: #1a1a1a;
  height: auto;
  margin: 0;
  padding-right: 0.6153846154em;
  width: auto;
}

.entry-caption {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 1.0769230769em;
}

.entry-caption> :last-child {
  margin-bottom: 0;
}

.comments-area {
  margin: 0 7.6923% 3.5em;
}

.comments-title {
  border-top: 4px solid #1a1a1a;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.3125;
  padding-top: 1.217391304em;
}

.comments-title {
  margin-bottom: 1.217391304em;
}

.no-comments {
  border-top: 1px solid #d1d1d1;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-weight: 700;
  margin: 0;
  padding-top: 1.75em;
}

.form-submit {
  margin-bottom: 0;
}

.sidebar {
  margin-bottom: 3.5em;
  padding: 0 7.6923%;
}

.site-footer {
  padding: 0 7.6923% 1.75em;
}

.site-info {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}

.site-info a {
  color: #686868;
}

.site-info a:focus,
.site-info a:hover {
  color: #007acc;
}

.site-footer .site-title {
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
}

.site-footer .site-title:after {
  content: "\002f";
  display: inline-block;
  font-family: Montserrat, sans-serif;
  opacity: 0.7;
  padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer span[role="separator"] {
  font-family: Montserrat, sans-serif;
  opacity: 0.7;
  padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer span[role="separator"]::before {
  content: "\002f";
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.textwidget .wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.entry-content a img,
.entry-summary a img,
.textwidget a img {
  display: block;
}

embed,
iframe,
video {
  margin-bottom: 1.75em;
  max-width: 100%;
  vertical-align: middle;
}

p>embed,
p>iframe,
p>video {
  margin-bottom: 0;
}

.wp-video {
  margin-top: 0;
  margin-bottom: 1.75em;
}

.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption .wp-caption-text {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

@media screen and (min-width: 44.375em) {
  .site-branding {
    margin-top: 1.3125em;
    margin-bottom: 1.3125em;
  }

  .custom-logo {
    max-width: 210px;
  }

  .site-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
  }

  .wp-custom-logo .site-title {
    margin-top: 0.5em;
  }

  .site-description {
    display: block;
  }

  .site-header-menu {
    margin: 1.3125em 0;
  }

  .site-header .main-navigation+.social-navigation {
    margin-top: 2.625em;
  }

  .header-image {
    margin: 1.3125em 0;
  }

  .pagination {
    margin: 0 23.0769% 4.421052632em 7.6923%;
  }

  .post-navigation {
    margin-bottom: 5.25em;
  }

  .post-navigation .post-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
  }

  .pagination .current .screen-reader-text {
    position: absolute !important;
  }

  .pagination .page-numbers {
    display: inline-block;
  }

  .comments-area,
  .entry-content,
  .entry-footer,
  .entry-header,
  .entry-summary,
  .image-navigation,
  .page-content,
  .page-header,
  .post-navigation {
    margin-right: 23.0769%;
  }

  .entry-title {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.2727272727;
    margin-bottom: 0.8484848485em;
  }

  .entry-content ul,
  .entry-summary ul {
    margin-left: 0;
  }

  .entry-content li>ul,
  .entry-summary li>ul {
    margin-left: 1.25em;
  }

  .comments-area,
  .widget {
    margin-bottom: 5.25em;
  }

  .sidebar {
    margin-bottom: 5.25em;
    padding-right: 23.0769%;
  }

  body:not(.search-results) .entry-summary li>ul {
    margin-left: 1.157894737em;
  }
}

@media screen and (min-width: 48.9375em) {
  body:not(.custom-background-image).admin-bar:before {
    top: 32px;
  }
}

@media screen and (min-width: 56.875em) {
  .site-header-main {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wp-custom-logo .site-header-main {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .site-header-menu {
    display: block;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .main-navigation {
    margin: 0 -0.875em;
  }

  .main-navigation .primary-menu,
  .main-navigation .primary-menu>li {
    border: 0;
  }

  .main-navigation .primary-menu>li {
    float: left;
  }

  .main-navigation a {
    outline-offset: -8px;
    padding: 0.65625em 0.875em;
    white-space: nowrap;
  }

  .main-navigation li.focus>a,
  .main-navigation li:hover>a {
    color: #007acc;
  }

  .main-navigation ul ul {
    border-bottom: 1px solid #d1d1d1;
    display: block;
    left: -999em;
    margin: 0;
    position: absolute;
    z-index: 99999;
  }

  .main-navigation ul ul ul {
    top: -1px;
  }

  .main-navigation ul ul ul:after,
  .main-navigation ul ul ul:before {
    border: 0;
  }

  .main-navigation ul ul li {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-bottom-width: 0;
  }

  .main-navigation ul ul a {
    white-space: normal;
    width: 12.6875em;
  }

  .main-navigation ul ul:after,
  .main-navigation ul ul:before {
    border-style: solid;
    content: "";
    position: absolute;
  }

  .main-navigation ul ul:before {
    border-color: #d1d1d1 transparent;
    border-width: 0 10px 10px;
    right: 9px;
    top: -9px;
  }

  .main-navigation ul ul:after {
    border-color: #fff transparent;
    border-width: 0 8px 8px;
    right: 11px;
    top: -7px;
  }

  .main-navigation li.focus>ul,
  .main-navigation li:hover>ul {
    left: auto;
    right: 0;
  }

  .main-navigation ul ul li.focus>ul,
  .main-navigation ul ul li:hover>ul {
    left: auto;
    right: 100%;
  }

  .site-footer .main-navigation,
  .site-header .social-navigation {
    display: none;
  }

  .content-area {
    float: left;
    margin-right: -100%;
    width: 70%;
  }

  .comments-area,
  .entry-content,
  .entry-footer,
  .entry-header,
  .entry-summary,
  .image-navigation,
  .page-content,
  .page-header,
  .pagination,
  .post-navigation {
    margin-right: 0;
    margin-left: 0;
  }

  .sidebar {
    float: left;
    margin-left: 72.5%;
    padding: 0;
    width: 27.5%;
  }

  .widget {
    font-size: 18px;
    line-height: 1.6153846154;
    margin-bottom: 3.230769231em;
    padding-top: 1.615384615em;
  }

  .widget .widget-title {
    margin-bottom: 0.7125em;
  }

  .widget dd,
  .widget dl,
  .widget hr,
  .widget p,
  .widget table,
  .widget ul {
    margin-bottom: 1.6153846154em;
  }

  .widget li>ul {
    margin-bottom: 0;
  }

  .widget fieldset {
    margin-bottom: 1.6153846154em;
    padding: 0.5384615385em;
  }

  .widget button,
  .widget input {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
  }

  .widget button,
  .widget input[type="button"],
  .widget input[type="reset"],
  .widget input[type="submit"] {
    line-height: 1;
    padding: 0.846153846em;
  }

  .widget input[type="date"],
  .widget input[type="datetime-local"],
  .widget input[type="email"],
  .widget input[type="month"],
  .widget input[type="number"],
  .widget input[type="password"],
  .widget input[type="search"],
  .widget input[type="tel"],
  .widget input[type="text"],
  .widget input[type="time"],
  .widget input[type="url"],
  .widget input[type="week"] {
    padding: 0.4615384615em 0.5384615385em;
  }

  .widget h1 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    margin-bottom: 0.9130434783em;
  }

  .widget h2 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.1052631579;
    margin-bottom: 1.1052631579em;
  }

  .widget h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin-bottom: 1.3125em;
  }

  .widget h4,
  .widget h5,
  .widget h6 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 0.9130434783em;
  }

  .textwidget h1 {
    margin-top: 1.8260869565em;
  }

  .textwidget h2 {
    margin-top: 2.2105263158em;
  }

  .textwidget h3 {
    margin-top: 2.625em;
  }

  .textwidget h4 {
    letter-spacing: 0.153846154em;
  }

  .textwidget h4,
  .textwidget h5,
  .textwidget h6 {
    margin-top: 3.2307692308em;
  }

  .site-footer {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4.5455% 3.5em;
  }

  .site-footer .social-navigation {
    margin: 0;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .site-info {
    margin: 0.538461538em auto 0.538461538em 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .no-sidebar .content-area {
    float: none;
    margin: 0;
    width: 100%;
  }

  .no-sidebar .comments-area,
  .no-sidebar .entry-content,
  .no-sidebar .entry-footer,
  .no-sidebar .entry-header,
  .no-sidebar .entry-summary,
  .no-sidebar .image-navigation,
  .no-sidebar .page-content,
  .no-sidebar .page-header,
  .no-sidebar .pagination,
  .no-sidebar .post-navigation {
    margin-right: 15%;
    margin-left: 15%;
  }
}

@media screen and (min-width: 61.5625em) {

  .header-image,
  .site-branding,
  .site-header-menu {
    margin-top: 1.75em;
    margin-bottom: 1.75em;
  }

  .custom-logo {
    max-width: 240px;
  }

  .image-navigation {
    margin-bottom: 3.230769231em;
  }

  .post-navigation {
    margin-bottom: 7em;
  }

  .pagination {
    margin-bottom: 5.894736842em;
  }

  .widget {
    margin-bottom: 4.307692308em;
  }

  .entry-title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.225;
    margin-bottom: 1.05em;
  }

  .entry-content h1,
  .entry-summary h1 {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.2727272727;
    margin-top: 1.696969697em;
    margin-bottom: 0.8484848485em;
  }

  .entry-content h2,
  .entry-summary h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 1em;
  }

  .entry-content h3,
  .entry-summary h3 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    margin-top: 2.4347826087em;
    margin-bottom: 1.2173913043em;
  }

  .entry-content h4,
  .entry-summary h4 {
    letter-spacing: 0.131578947em;
  }

  .entry-content h4,
  .entry-content h5,
  .entry-content h6,
  .entry-summary h4,
  .entry-summary h5,
  .entry-summary h6 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.1052631579;
    margin-top: 2.9473684211em;
    margin-bottom: 1.473684211em;
  }

  .comments-area,
  .sidebar {
    margin-bottom: 7em;
  }

  body:not(.search-results) .entry-summary {
    margin-bottom: 2.210526316em;
  }

  body:not(.search-results) .entry-header+.entry-summary {
    margin-top: -1.105263158em;
  }

  body:not(.search-results) .cat-links {
    display: block;
    margin-bottom: 0.5384615385em;
  }
}

@media screen and (min-width: 75em) {
  body:not(.search-results) .entry-summary {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    margin-bottom: 1.826086957em;
  }

  body:not(.search-results) .entry-header+.entry-summary {
    margin-top: -0.913043478em;
  }

  body:not(.search-results) .entry-summary dd,
  body:not(.search-results) .entry-summary dl,
  body:not(.search-results) .entry-summary hr,
  body:not(.search-results) .entry-summary p,
  body:not(.search-results) .entry-summary table,
  body:not(.search-results) .entry-summary ul {
    margin-bottom: 1.5217391304em;
  }

  body:not(.search-results) .entry-summary li>ul {
    margin-left: 0.956521739em;
  }

  body:not(.search-results) .entry-summary fieldset {
    margin-bottom: 1.5217391304em;
    padding: 0.3043478261em;
  }

  body:not(.search-results) .entry-summary h1 {
    margin-top: 2.121212121em;
    margin-bottom: 1.060606061em;
  }

  body:not(.search-results) .entry-summary h2 {
    margin-top: 2.5em;
    margin-bottom: 1.25em;
  }

  body:not(.search-results) .entry-summary h3 {
    margin-top: 3.043478261em;
    margin-bottom: 1.52173913em;
  }

  body:not(.search-results) .entry-summary h4,
  body:not(.search-results) .entry-summary h5,
  body:not(.search-results) .entry-summary h6 {
    margin-top: 3.684210526em;
    margin-bottom: 1.842105263em;
  }

  body:not(.search-results) .entry-summary h1:first-child,
  body:not(.search-results) .entry-summary h2:first-child,
  body:not(.search-results) .entry-summary h3:first-child,
  body:not(.search-results) .entry-summary h4:first-child,
  body:not(.search-results) .entry-summary h5:first-child,
  body:not(.search-results) .entry-summary h6:first-child {
    margin-top: 0;
  }
}

@media print {

  .header-image,
  .main-navigation,
  .navigation,
  .page-links,
  .sidebar,
  .social-navigation,
  button,
  form,
  input {
    display: none;
  }

  .entry-content h4,
  .entry-content h5,
  .entry-content h6,
  .entry-summary h4,
  .entry-summary h5,
  .entry-summary h6,
  body {
    font-size: 12pt;
  }

  .comments-title,
  .entry-content h2,
  .entry-summary h2,
  .page-title,
  .site-title {
    font-size: 17.25pt;
  }

  .site-description {
    display: block;
  }

  .entry-title {
    font-size: 24.75pt;
    line-height: 1.2727272727;
    margin-bottom: 1.696969697em;
  }

  .entry-content h1,
  .entry-summary h1 {
    font-size: 21pt;
  }

  .entry-content h3,
  .entry-summary h3,
  body:not(.search-results) .entry-summary {
    font-size: 14.25pt;
  }

  .entry-caption,
  .entry-footer,
  .site-description,
  .site-info,
  .wp-caption .wp-caption-text {
    font-size: 9.75pt;
  }

  .site,
  body {
    background: 0 0 !important;
  }

  .entry-title a,
  .site-branding .site-title a,
  body {
    color: #1a1a1a !important;
  }

  .comments-title,
  .page-header {
    border-color: #1a1a1a !important;
  }

  .entry-caption,
  .entry-footer,
  .entry-footer a,
  .site-description,
  .site-info,
  .site-info a,
  .wp-caption .wp-caption-text,
  body:not(.search-results) .entry-summary {
    color: #686868 !important;
  }

  hr {
    background-color: #d1d1d1 !important;
  }

  .no-comments,
  table {
    border-color: #d1d1d1 !important;
  }

  a {
    color: #007acc !important;
  }

  .entry-content a,
  .entry-summary a {
    box-shadow: none;
    border-bottom: 1px solid #007acc !important;
  }

  .site {
    margin: 5%;
  }

  .site-inner {
    max-width: none;
  }

  .site-header {
    padding: 0 0 1.75em;
  }

  .site-branding {
    margin-top: 0;
    margin-bottom: 1.75em;
  }

  .site-main {
    margin-bottom: 4rem;
  }

  .comments-area,
  .entry-content,
  .entry-footer,
  .entry-header,
  .entry-summary,
  .page-content,
  .page-header {
    margin-right: 0;
    margin-left: 0;
  }

  body:not(.search-results) .entry-header+.entry-summary {
    margin-top: -1.473684211em;
  }

  .site-footer {
    padding: 0;
  }
}

/* .widget .widget-list li,
.wp-block-categories li,
.widget.widget_meta li,
.widget.widget_nav_menu li,
.widget.widget_rss li {
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  padding-top: 10px;
  margin-top: 10px;
} */

.widget_categories {
  margin-bottom: 0 !important;
}

.widget_categories nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  row-gap: 0.6rem;
}

.icon.social:hover {
  opacity: 0.8;
  transition: all 0.2s;
}

.widget_categories nav ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.widget_categories nav ul li a {
  color: #202020 !important;
  border: 1px solid #00aeef !important;
  padding: 5px 10px !important;
  border-radius: 8px;
  transition: all 0.2s, color 0.2s, border 0.2s;
}

.widget_categories nav ul li a:hover {
  color: white !important;
  border: 1px solid #00aeef !important;
  background: #00aeef !important;
}

.top-image {
  margin: 25px 0;
}

h1.page-title {
  margin: 25px 0;
  line-height: 1;
}

h2+ul,
h4+figure {
  margin-top: 20px;
}

.page-header {
  padding: 0;
}

.site-header .main-navigation+.social-navigation {
  margin-top: 1.75em;
}

.site-footer .social-navigation {
  margin-bottom: 1.75em;
}

.social-navigation ul {
  list-style: none;
  margin: 0 0 -0.4375em;
}

.social-navigation li {
  float: left;
  margin: 0 0.4375em 0.4375em 0;
}

.social-navigation a {
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  color: #1a1a1a;
  display: inline-block;
  margin-right: 10px;
  height: 35px;
  position: relative;
  width: 35px;
}

.social-navigation a:last-child {
  margin-right: 0;
}

.social-navigation a:before {
  content: "\f415";
  height: 33px;
  line-height: 33px;
  text-align: center;
  width: 33px;
}

.social-navigation a:focus:before,
.social-navigation a:hover:before {
  color: #007acc;
}

.social-navigation a[href*="facebook.com"]:before {
  content: "\f203";
}

.social-navigation a[href*="linkedin.com"]:before {
  content: "\f208";
}

.pagination .nav-links:after,
.pagination .nav-links:before,
.pagination .next:before,
.social-navigation a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: Genericons;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: -26%;
}

.admin-bar header {
  top: 31px;
}

#custom_html-10 .widget-title {
  margin-bottom: 0.1rem;
}

#custom_html-10 .custom-html-10-sub {
  font-size: 95%;
  margin-bottom: 0.6rem;
  display: block;
  font-weight: 100;
}

.postExcerpt {
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 35px !important;
  display: block;
}

.postExcerpt small:first-child {
  line-height: 2.7;
}

.postExcerpt .postExcerpt__content,
.postExcerpt .postExcerpt__featuredImage {
  display: inline-block;
}

.postExcerpt .postExcerpt__featuredImage {
  width: 250px;
  margin-right: 25px;
  margin-bottom: 25px;
  vertical-align: top;
}

.postExcerpt .postExcerpt__featuredImage a img {
  max-width: 250px !important;
}

.postExcerpt .postExcerpt__content {
  max-width: 66%;
}

.postExcerpt h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.wrapper {
  margin: 0 auto;
  overflow: hidden;
}

.mirahcm-facebook-1:hover {
  color: #3b5998;
}

.mirahcm-linkedin:hover {
  color: #45668e;
}

.mirahcm-youtube-1:hover {
  color: #45668e;
}

.custom-html-widget .form__consultation-wrapper {
  width: 100%;
}

.custom-html-widget .form__consultation-row__functions a {
  width: 100% !important;
}

.custom-html-widget .privacy-policy__container {
  text-align: left !important;
  margin-left: 0;
  line-height: 1;
}

.form__consultation-tag h2 {
  text-transform: none;
  text-align: center !important;
  font-size: 45px;
}

.styled-checkbox+label {
  font-size: 1rem !important;
  font-weight: 400;
}

.custom-html-widget form {
  text-align: left !important;
}

.custom-html-widget .form__consultation-row__inputs div input:not([type="checkbox"]) {
  display: block !important;
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
  padding: 5px 10px 10px 40px;
}

.form__field:last-child input {
  margin-bottom: 0 !important;
}

.custom-html-widget .form__consultation-row__inputs div input:not([type="checkbox"]):last-child {
  margin-bottom: 0;
}

.custom-html-widget .form__consultation-row__inputs div span {
  left: 5px !important;
  margin-top: 3px !important;
}

.custom-html-widget .form__consultation-wrapper fieldset {
  margin: 0;
}

.crp_related ul li a figure {
  width: 168px !important;
  height: 168px !important;
}

.crp_related ul li a figure img {
  border-radius: 8px;
}

.crp_related.crp-grid ul li a.crp_link {
  grid-template-rows: 168px auto;
}

@font-face {
  font-family: mirapolis-hcm;
  src: url(https://www.mirapolis.ru/new/v3/assets/fonts/mirapolis-hcm.eot);
  src: url(https://www.mirapolis.ru/new/v3/assets/fonts/mirapolis-hcm.eot?#iefix) format("embedded-opentype"), url(https://www.mirapolis.ru/new/v3/assets/fonts/mirapolis-hcm.woff) format("woff"),
    url(https://www.mirapolis.ru/new/v3/assets/fonts/mirapolis-hcm.ttf) format("truetype"), url(https://www.mirapolis.ru/new/v3/assets/fonts/mirapolis-hcm.svg#mirapolis-hcm) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

[data-icon]:before {
  font-family: mirapolis-hcm !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=" mirahcm-"]:after,
[class*=" mirahcm-"]:before,
[class^="mirahcm-"]:after,
[class^="mirahcm-"]:before {
  font-family: mirapolis-hcm !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mirahcm-tg img {
  margin-top: -9px;
}

.mirahcm-angle-right:after {
  content: "\44";
  vertical-align: top;
}

.mirahcm-mirapolis-hcm:before {
  content: "\61";
}

.mirahcm-mirapolis-hcm-1:before {
  content: "\62";
}

.mirahcm-copyright:before {
  content: "\63";
}

.mirahcm-mirapolis-hcm-3:before {
  content: "\64";
}

.mirahcm-mirapolis-hcm-4:before {
  content: "\65";
}

.mirahcm-mirapolis-hcm-5:before {
  content: "\66";
}

.mirahcm-mirapolis-hcm-8:before {
  content: "\69";
}

.mirahcm-mirapolis-hcm-9:before {
  content: "\6a";
}

.mirahcm-mirapolis-hcm-10:before {
  content: "\6b";
}

.mirahcm-mirapolis-hcm-11:before {
  content: "\6c";
}

.mirahcm-youtube-1:before {
  content: "\6e";
}

.mirahcm-facebook-1:before {
  content: "\6f";
}

.mirahcm-linkedin:before {
  content: "\70";
}

.mirahcm-mirapolis-hcm-16:before {
  content: "\71";
}

.mirahcm-mirapolis-hcm-17:before {
  content: "\72";
}

.mirahcm-mirapolis-hcm-20:before {
  content: "\75";
}

.mirahcm-mirapolis-hcm-21:before {
  content: "\76";
}

.mirahcm-mirapolis-hcm-22:before {
  content: "\77";
}

.mirahcm-mirapolis-hcm-24:before {
  content: "\79";
}

.mirahcm-mirapolis-hcm-25:before {
  content: "\7a";
}

.mirahcm-clock:before {
  content: "\41";
}

.mirahcm-mirapolis-hcm-27:before {
  content: "\42";
}

.mirahcm-mirapolis-hcm-28:before {
  content: "\43";
}

.mirahcm-mirapolis-hcm-30:before {
  content: "\45";
}

.mirahcm-mirapolis-hcm-31:before {
  content: "\46";
}

.mirahcm-mirapolis-hcm-32:before {
  content: "\47";
}

.mirahcm-mirapolis-hcm-33:before {
  content: "\48";
}

.mirahcm-mirapolis-hcm-34:before {
  content: "\49";
}

.mirahcm-mirapolis-hcm-35:before {
  content: "\4a";
}

.mirahcm-mirapolis-hcm-36:before {
  content: "\4b";
}

.mirahcm-mirapolis-hcm-37:before {
  content: "\4c";
}

.mirahcm-mirapolis-hcm-39:before {
  content: "\4e";
}

.mirahcm-mirapolis-hcm-40:before {
  content: "\4f";
}

.mirahcm-mirapolis-hcm-41:before {
  content: "\50";
}

.mirahcm-mirapolis-hcm-42:before {
  content: "\51";
}

.mirahcm-mirapolis-hcm-43:before {
  content: "\52";
}

.mirahcm-mirapolis-hcm-44:before {
  content: "\53";
}

.mirahcm-mirapolis-hcm-45:before {
  content: "\54";
}

.mirahcm-mirapolis-hcm-46:before {
  content: "\55";
}

.mirahcm-mirapolis-hcm-47:before {
  content: "\56";
}

.mirahcm-mirapolis-hcm-48:before {
  content: "\57";
}

.mirahcm-button-close:before {
  content: "\58";
}

.mirahcm-mirapolis-hcm-50:before {
  content: "\59";
}

.mirahcm-mirapolis-hcm-51:before {
  content: "\5a";
}

.mirahcm-mirapolis-hcm-52:before {
  content: "\30";
}

.mirahcm-mirapolis-hcm-53:before {
  content: "\31";
}

.mirahcm-mirapolis-hcm-54:before {
  content: "\32";
}

.mirahcm-mirapolis-hcm-55:before {
  content: "\33";
}

.mirahcm-mirapolis-hcm-56:before {
  content: "\34";
}

.mirahcm-mirapolis-hcm-57:before {
  content: "\35";
}

.mirahcm-mirapolis-hcm-58:before {
  content: "\36";
}

.mirahcm-mirapolis-hcm-59:before {
  content: "\37";
}

.mirahcm-mirapolis-hcm-60:before {
  content: "\38";
}

.mirahcm-mirapolis-hcm-61:before {
  content: "\39";
}

.mirahcm-mirapolis-hcm-62:before {
  content: "\21";
}

.mirahcm-mirapolis-hcm-63:before {
  content: "\22";
}

.mirahcm-mirapolis-hcm-64:before {
  content: "\23";
}

.mirahcm-mirapolis-hcm-65:before {
  content: "\24";
}

.mirahcm-icon-frames-12:before {
  content: "\25";
}

.mirahcm-icon-frames-13:before {
  content: "\26";
}

.mirahcm-mirapolis-hcm-68:before {
  content: "\27";
}

.mirahcm-mirapolis-hcm-69:before {
  content: "\28";
}

.mirahcm-icon-frames-18:before {
  content: "\29";
}

.mirahcm-mirapolis-hcm-71:before {
  content: "\2a";
}

.mirahcm-icon-frames-20:before {
  content: "\2b";
}

.mirahcm-vk:before {
  content: "\6d";
}

blockquote {
  font-size: 1.15em;
  font-size: 1.15rem;
  line-height: 1.4;
  font-style: italic;
  border: solid 2px;
  padding: 20px 30px 20px 30px;
  margin-right: 15px;
  margin-left: 0;
  box-shadow: 13px 13px 0 0 white, 15px 15px 0 0 #00aeef, 15px 11px 0 0 #00aeef, 11px 15px 0 0 #00aeef;
  border-color: #00aeef;
  margin-bottom: 45px !important;
}

blockquote p:last-child {
  line-height: 1.4;
  margin-bottom: 0;
}

.wp-block-image figcaption {
  font-size: 16px !important;
  text-align: center;
  margin-top: 15px;
}

.wp-block-image {
  margin-bottom: 2rem;
}

td p {
  margin-bottom: 0;
}

.wp-block-quote {
  border-left: 2px solid #00aeef;
}

.wp-block-quote cite:before {
  content: unset !important;
}

.wp-block-quote cite {
  display: flex !important;
  flex-direction: row !important;
  gap: 20px !important;
  align-items: center !important;
}

.social-icons li a {
  font-size: 0;
}

.wp-block-quote cite strong em {
  font-size: 1.15rem !important;
}

article ol li,
article ul li {
  margin-bottom: 20px;
  line-height: 1.8;
}

.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: 5px;
  display: inline-block;
  border-top: 5px solid #00aeef;
}

.primary-header {
  background: #212121;
  margin-bottom: 0;
  text-align: center;
  position: relative;
}

.featured-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 380px;
}

.featured-image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.35;
}

.primary-header .wrapper {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.primary-header .wrapper h1 {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.crp_related {
  margin-top: 3rem !important;
}

.crp_related h3 {
  margin-bottom: 1rem !important;
}

span.crp_title {
  padding-top: 0.5rem;
  line-height: 1.4;
}

.crp_related ul {
  grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
  padding-left: 0;
  gap: 30px;
}

footer .wrapper {
  text-align: center;
}

footer ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.postExcerpt small {
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}

.postExcerpt .mirahcm-clock {
  display: inline-block;
  margin-left: 3px;
  font-size: 1rem;
}

.postExcerpt .mirahcm-clock:before {
  position: relative;
  top: 3px;
}

.headerMenu__expanded-title {
  line-height: 1;
  font-size: 18px !important;
}

.headerMenu__container-column a {
  font-size: 18px !important;
}

small {
  font-size: 80%;
}

.entry p {
  font-size: 18px;
}

.modal-form .field-error-message {
  max-width: 100% !important;
}

.field-error-message {
  display: none;
  font-size: 16px;
  width: 100%;
  white-space: normal;
  line-height: 1.5;
  background: #eceff1;
  border: 1px solid #00aeef;
  padding: 4px 0;
  max-width: 320px;
  margin: 20px auto;
}

div[id$="__results"] {
  display: none;
  margin: 0 auto;
  font-size: 1.2rem;
  text-align: center;
}

.footer-blog-form {
  padding: 0 1rem;
  -webkit-box-shadow: 0 0 19px 4px rgba(156, 156, 156, 0.55);
  -moz-box-shadow: 0 0 19px 4px rgba(156, 156, 156, 0.55);
  box-shadow: 0 0 19px 4px rgba(156, 156, 156, 0.55);
  margin-top: 2rem;
  position: relative;
}

.footer-blog-form:not(.footer-blog-form-portal) {
  position: relative;
  padding: 20px 20px;
}

.footer-blog-form .footer-blog-form-portal {
  position: relative;
  padding: 1rem 1rem 3.5rem 1rem;
}

.footer-blog-form-portal {
  padding: 2rem 1rem;
}

.footer-blog-form:not(.footer-blog-form-portal) .footer-blog-form__container {
  position: relative;
}

.footer-blog-form__content-logotype.desktop {
  background: url(https://www.mirapolis.ru/images/logo-mirapolis-talents.png) no-repeat;
  width: 216px;
  background-size: contain;
  height: 36px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 1rem;
}

.footer-blog-form__content-logotype.mobile {
  display: none !important;
}

.footer-blog-form-portal .footer-blog-form__content-logotype {
  background: url(https://www.mirapolis.ru/portal/v2/images/v2/mirapolis_v3_black.png) no-repeat;
  width: 216px;
  background-size: contain;
  height: 36px;
  display: block;
  position: absolute;
  top: -1.5rem;
  right: 2rem;
}

.footer-blog-form-hcm {
  background: #ffffff;
  overflow: hidden;
}

.footer-blog-form-hcm .footer-blog-form__content-logotype {
  background: url(https://www.mirapolis.ru/assets/images/logotype/mirapolis_logo2024-white.svg) no-repeat;
  width: 140px;
  background-size: contain;
  height: 44px;
  display: block;
  position: absolute;
  top: 0rem;
  right: 0rem;
  left: auto;
  padding-bottom: 0;
  margin-top: 0;
  position: absolute;
  z-index: 999;
  right: 1rem;
  top: 1rem;
}

.footer-blog-form__content {
  position: relative;
  z-index: 1;
}

.footer-blog-form__content h3 {
  font-weight: 700;
  color: white;
  line-height: 95%;
  display: block;
  font-size: 52px !important;
  margin: 0;
  letter-spacing: -2.8px;
}

.footer-blog-form-portal .footer-blog-form__content h3 {
  max-width: 338px;
}

.footer-blog-form__content h3>span {
  color: #00aeef;
}

.footer-blog-form__content>span {
  display: block;
  margin: 39px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  color: white;
}

.footer-blog-form-hcm .footer-blog-form__image {
  background: url(https://www.mirapolis.ru/images/hcm-banner-bg-desktop.png) no-repeat;
  width: 550px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-size: contain;
  background-position: bottom right;
}

.footer-blog-form-hcm .footer-blog-form__content>span {
  text-transform: none;
  margin-top: 1.5rem;
  color: #00457E;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  max-width: 330px;
}

/* .footer-blog-form-hcm .footer-blog-form__content {
  padding-left: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
} */

.footer-blog-form-hcm .footer-blog-form__content h3 {
  max-width: 500px;
  margin-top: 0 !important;
  color: #00457E;
  font-size: 42px !important;
  line-height: 1.1;
  letter-spacing: -1px;
}

.footer-blog-form-hcm .footer-blog-form__content h3 span {
  color: #00B1F5;
}

.footer-blog-form-hcm .btn-hcm {
  background: #00B1F5 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  padding: 16px 48px !important;
  border-radius: 8px !important;
  border: none !important;
  display: inline-block !important;
  margin-top: 1.5rem !important;
  cursor: pointer !important;
  transition: all 0.3s;
  text-decoration: none !important;
  line-height: 1.2 !important;
}

.footer-blog-form-hcm .btn-hcm:hover {
  background: #0099d6 !important;
}

.footer-blog-form-hcm .btn-hcm:after {
  content: none !important;
  display: none !important;
}

.footer-blog-form__image {
  background: url(https://www.mirapolis.ru/images/blog_bottom-form_bg.jpg.png) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.footer-blog-form-portal .footer-blog-form__image {
  background: url(https://www.mirapolis.ru/images/blog_bottom-form_bg-portal.png) no-repeat;
  width: 473px;
  height: 290px;
  position: absolute;
  bottom: 15px;
  right: 0;
  z-index: 0;
}

.btn-talents {
  font-weight: 600 !important;
  font-size: 27px !important;
  padding: 14px 48px !important;
  color: white !important;
  border: 0 !important;
  border-radius: 11px !important;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
  background: #FF3BE4;
  height: 60px !important;
  display: inline-block;
  line-height: 1.2;
  transition: all 0.2s;
}

.btn-talents-wrapper {
  padding: 4px;
  border: 1px solid #FFFFFF57;
  border-radius: 14px;
  background: #FFFFFF57;
  display: inline-block;
}

.btn-talents:hover {
  background: #ff3be5c0;

}

@media screen and (min-width: 1px) and (max-width: 1220px) {

  .wrapper,
  header {
    width: 100% !important;
  }

  .wp-caption {
    width: auto !important;
  }

  .content-area {
    width: 100% !important;
  }

  .entry-content,
  .entry-footer,
  .entry-header,
  .entry-summary,
  .page-content {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .wp-caption-text {
    display: block !important;
  }

  .header-buy {
    display: none !important;
  }

  .b-header__menu {
    display: none !important;
  }

  .b-header__mobile-menu-selector {
    display: inline-block !important;
    float: right;
    right: 0;
    top: 11px;
    position: absolute;
  }

  .footer-follow ul li:last-child {
    margin-right: 0 !important;
  }

  .footer-contacts {
    display: none !important;
  }

  .footer-4-column {
    display: block !important;
    margin-bottom: 30px;
    border-bottom: none !important;
    min-height: auto !important;
    padding: 0 !important;
    text-align: center;
  }

  .footer-privacy-line {
    white-space: normal;
  }

  .footer-privacy-line a {
    margin: 0 18px !important;
    display: inline-block;
  }

  .footer-privacy-line span:not(.mirahcm-copyright) {
    margin: 0 15px;
  }

  .footer-copyright {
    text-decoration: none !important;
    margin-top: 25px !important;
    display: inline-block !important;
  }

  .postExcerpt .postExcerpt__content {
    width: 64% !important;
    min-width: 310px;
  }

  .site-inner {
    margin: 20px 0px 45px !important;
  }

  #mobile-menu ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
  }

  #mobile-menu__solutions-dropdown span {
    top: 28px !important;
  }

  .b-header__mobile-menu-selector {
    top: 4px !important;
  }

  .hamburger {
    box-sizing: content-box;
  }

  .primary-header {
    background-color: #fff;
  }

  .featured-image {
    background: unset !important;
    display: none;
  }

  .featured-image-text {
    width: 100% !important;
    color: black;
    padding: 0 10px;
    margin-top: 20px;
  }

  .featured-image-text h1 {
    text-align: left;
    font-size: 1.7rem;
  }

  .postExcerpt__content small a {
    border: 1px solid #c3c3c3;
    padding: 4px;
    white-space: nowrap;
  }

  .postExcerpt {
    border-bottom: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 15px 20px;
    margin-bottom: 20px !important;
  }

  .postExcerpt .entry p {
    margin-bottom: 0;
  }

  .postExcerpt h2 a {
    font-size: 26px;
  }

  .postExcerpt .postExcerpt__featuredImage {
    display: none;
  }

  .primary-header .wrapper {
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
    text-align: left;
  }

  .featured-image {
    height: unset;
  }

  h1 {
    font-size: 32px;
  }

  .mobile-menu__solutions-container .headerMenu__hcm:before {
    top: 82px !important;
  }

  .textwidget .header-buy {
    display: inline-block !important;
  }

  .textwidget .form__consultation-wrapper {
    padding: 0 !important;
  }

  #content {
    padding-bottom: 0;
  }

  #secondary {
    display: none;
  }

  .footer-4-column {
    text-align: center !important;
  }

  .footer-blog-form {
    max-width: 380px;
    margin: 2.5rem auto 0;
    padding: 2rem 1rem;
  }

  .footer-blog-form-hcm .footer-blog-form__image {
    background: url(https://www.mirapolis.ru/images/hcm-banner-bg-mobile.png) no-repeat;
    width: 100%;
    height: 220px;
    position: relative;
    right: auto;
    bottom: auto;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    margin-bottom: 1.5rem;
  }

  .footer-blog-form-hcm .footer-blog-form__content-logotype {
    background: url(https://www.mirapolis.ru/assets/images/logotype/mirapolis_logo2024-white.svg) no-repeat;
    width: 140px;
    background-size: contain;
    height: 36px;
    display: block;
    position: absolute;
    top: 1rem;
    right: 0rem;
    left: auto;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 3;
  }

  .footer-blog-form__content-logotype.mobile {
    background: url(https://www.mirapolis.ru/images/logo-mirapolis-talents.png) no-repeat;
    width: 140px;
    background-size: contain;
    height: 20px !important;
    display: block !important;
    position: relative;
    margin-bottom: 0 !important;
  }

  .footer-blog-form__content-logotype.desktop {
    display: none !important;
  }

  .footer-blog-form-hcm {
    padding: 0 !important;
    background: #ffffff;
    display: flex;
    flex-direction: column;
  }

  .footer-blog-form-hcm .footer-blog-form__content>span {
    max-width: 100% !important;
    margin-bottom: 0;
    margin-top: 1rem;
    color: #00457E;
    font-size: 16px;
    line-height: 1.4;
  }

  .footer-blog-form-hcm .footer-blog-form__content a.btn,
  .footer-blog-form-hcm .btn-hcm {
    max-width: 100% !important;
    width: 100%;
    display: block !important;
    text-align: center;
    margin-top: 1.5rem !important;
  }

  .footer-blog-form-hcm .footer-blog-form__content {
    padding: 0 1.5rem 1.5rem 1.5rem;
    z-index: 2;
  }

  .footer-blog-form-hcm .footer-blog-form__content h3 {
    max-width: 100%;
    margin-top: 0 !important;
    color: #00457E;
    font-size: 28px !important;
    line-height: 1.2;
  }

  .footer-blog-form-hcm .footer-blog-form__content h3 span {
    color: #00B1F5;
  }

  .footer-blog-form__content-logotype {
    left: 0;
    right: unset;
  }

  .footer-blog-form__image {
    background: url(https://www.mirapolis.ru/images/blog_bottom-form_bg-mobile.jpg.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
  }

  .footer-blog-form-portal .footer-blog-form__image {
    background: 0 0;
  }

  .footer-blog-form-portal .footer-blog-form__content-logotype {
    top: 0;
  }

  .footer-blog-form-portal .footer-blog-form__content h3 {
    padding-top: 2.7rem;
  }

  .footer-blog-form-portal .footer-blog-form__content>span {
    margin: 0 0 1rem;
  }

  .footer-blog-form-talents .wrapper h3 {
    letter-spacing: -1px;
  }



  .footer-blog-form__container {
    padding: 0;
  }

  .footer-blog-form__content-logotype {
    position: relative;
    margin-bottom: 1rem;
  }

  .footer-blog-form a.btn {
    font-weight: 600;
    font-size: 27px;
    color: white !important;
    border: 0 !important;
    border-radius: 11px !important;
    padding: 14px 48px;
  }



  .btn-talents::after {
    content: "" !important;
    display: none !important;
  }

  .btn-talents-mobile-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .btn-talents {
    font-weight: 500 !important;
    font-size: 20px !important;
    padding: 8px 24px !important;
    color: white !important;
    border: 0 !important;
    border-radius: 11px !important;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
    background: #FF3BE4;
    height: 40px !important;
    display: inline-block;
    line-height: 1.2;
    transition: all 0.2s;
  }

  .footer-blog-form-talents .footer-blog-form__content>span {
    font-size: 17px !important;
    margin: 26px 0 !important;
  }

  .footer-blog-form__content h3 {
    max-width: 393px;
    font-size: 1.6rem !important;
    margin-top: 0 !important;
  }

  .footer-blog-form:not(.footer-blog-form-talents) .footer-blog-form__content>span {
    max-width: 57%;
  }

  .footer-blog-form:not(.footer-blog-form-talents) {
    padding: 20px 20px;
  }
}

@media screen and (max-width: 320px) {
  .footer-blog-form:not(.footer-blog-form-talents) {
    max-height: unset;
  }

  .footer-blog-form .btn {
    line-height: 1.5;
  }

  .footer-blog-form .btn:after {
    line-height: 1.5;
  }

  .footer-blog-form:not(.footer-blog-form-talents) .footer-blog-form__content>span {
    max-width: 100%;
  }
}

header.entry-header,
header.page-header {
  width: auto !important;
}

.navigation.post-navigation {
  display: none;
}

.headerMenu__hcm::before {
  height: 223px !important;
}

.footer-4-column a,
.footer-privacy-line span:not(.mirahcm-copyright) {
  font-weight: 300 !important;
}

.ajax-loading {
  display: none;
  text-align: center;
  margin-left: -32px;
  height: 35px;
}

.ajax-loading:before {
  position: absolute;
  height: 32px;
  width: 32px;
  font-size: 32px;
  border-radius: inherit;
  animation: spin 2.4s linear infinite;
}

.footer-contacts #icon {
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
}

@keyframes spin {
  100% {
    transform: rotateZ(360deg);
  }
}