@import url(https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,600,600i,700,900&subset=cyrillic);@charset "utf-8";
* {
  box-sizing: border-box;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
addres,
caption,
cite,
code,
dfh,
em,
strong,
th,
var,
optgroup {
  font-style: normal;
  font-weight: normal;
}
del,
ins {
  text-decoration: none;
}
ol,
ul,
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
b,
strong {
  font-weight: 700;
}
q:before,
q:after {
  content: ' ';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  cursor: pointer;
}
textarea,
input,
button,
a {
  font: inherit;
  background: none;
  outline: none;
  border: none;
  -webkit-appearance: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
input:invalid,
textarea:invalid {
  box-shadow: none;
}
::-ms-clear {
  display: none;
}
body {
  font-family: 'Montserrat', sans-serif;
  color: #0e111e;
}
h1,
h2 {
  font-weight: 600;
  line-height: 1;
  font-size: 32px;
  margin-bottom: 24px;
}
@media (min-width: 940px) {
  h1,
  h2 {
    margin-bottom: 42px;
    font-size: 48px;
  }
}
h1 small,
h2 small {
  color: rgba(14,17,30,0.3);
  font-size: 18px;
}
@media (min-width: 940px) {
  h1 small,
  h2 small {
    font-size: 24px;
  }
}
.wp-editor {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg,
.wp-editor {
  line-height: 1.7;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
@media (min-width: 940px) {
  .wysiwyg,
  .wp-editor {
    font-size: 18px;
  }
}
.wysiwyg p,
.wp-editor p {
  margin-bottom: 1.3em;
}
.wysiwyg ul,
.wp-editor ul {
  margin-bottom: 1.3em;
}
.wysiwyg ul li,
.wp-editor ul li {
  list-style: disc inside;
}
.wysiwyg ol,
.wp-editor ol {
  margin-bottom: 1.3em;
}
.wysiwyg ol li,
.wp-editor ol li {
  list-style: decimal inside;
}
.wysiwyg a,
.wp-editor a {
  color: #2c28ff;
}
.wysiwyg em,
.wp-editor em {
  font-style: italic;
}
.wysiwyg u,
.wp-editor u {
  text-decoration: none;
  border-bottom: 1px solid;
}
.wysiwyg img,
.wp-editor img {
  max-width: 100%;
  height: auto;
}
.t-center {
  text-align: center;
}
.container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media (min-width: 940px) {
  .container {
    padding: 0 32px;
  }
}
main {
  margin-top: 180px;
}
@media (max-width: 939px) {
  main {
    margin-top: 100px;
  }
}
@media (min-width: 940px) {
  main {
    min-height: calc(100vh - 192px);
  }
}
@media (min-width: 940px) {
  .admin-bar main {
    margin-top: 172px;
    min-height: calc(100vh - 256px);
  }
}
.small-container {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  box-sizing: content-box;
}
@media (min-width: 940px) {
  .small-container {
    padding: 0 32px;
  }
}
.header {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 20px 0;
}
.header.scrolled {
  box-shadow: 0px 4px 4px rgba(0,0,0,0.06), 0px 4px 8px rgba(0,0,0,0.08);
}
@media (min-width: 940px) {
  .header {
    padding: 30px 0;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.header__nav a {
  padding: 21px;
}
.header__nav a span {
  position: relative;
}
.header__nav a.active span {
  font-weight: bold;
}
.header__nav a.active span::after {
  position: absolute;
  top: 100%;
  margin-top: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  content: '';
  background: #2c28ff;
}
.header__search {
  font-size: 0;
  padding: 8px;
}
.header__menu-btn {
  width: 32px;
  height: 18px;
  padding: 16px;
  margin-right: -16px;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: currentColor;
}
.header__menu-btn span {
  background-color: currentColor;
  height: 2px;
  width: 32px;
  transition: opacity 0.16s, transform 0.16s;
}
.header__menu-btn span:nth-child(2) {
  transform-origin: 100% 50%;
  transform: scale(0.8, 1);
}
.header__menu-btn--active span:nth-child(1) {
  transform: translate3d(5px, 8px, 0) rotate(45deg);
}
.header__menu-btn--active span:nth-child(2) {
  transform: translate(-24px, 0);
  opacity: 0;
}
.header__menu-btn--active span:nth-child(3) {
  transform: translate3d(5px, -8px, 0) rotate(-45deg);
}
@media (min-width: 940px) {
  .admin-bar .header {
    top: 32px;
  }
}
.btn {
  font-weight: 500;
  line-height: 18px;
  font-size: 18px;
  border: 2px solid #2c28ff;
  border-radius: 8px;
  padding: 11px 20px;
  transition: background-color 0.12s, color 0.12s, border-color 0.12s;
  margin-bottom: 42px;
}
.btn--white {
  background-color: #fff;
  color: #0e111e;
  border-color: #fff;
}
.btn:hover {
  background-color: #2c28ff;
  color: #fff;
  border-color: #fff;
}
.grid-section {
  margin-bottom: 100px;
}
.grid-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (min-width: 940px) {
  .grid-section__header {
    margin-bottom: 0px;
  }
}
.grid-section__header h1 {
  margin-bottom: 0;
}
.grid-section__links {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
@media (min-width: 940px) {
  .grid-section__links {
    margin-right: -24px;
  }
}
@media (max-width: 939px) {
  .grid-section__links .btn {
    width: calc(100% - 20px);
    text-align: center;
    margin-right: 20px;
  }
}
.grid-section__filters {
  display: flex;
  margin-bottom: 22px;
}
@media (max-width: 939px) {
  .grid-section__filters {
    overflow-x: scroll;
  }
}
.grid-section__filters button {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: rgba(14,17,30,0.6);
  padding: 10px 15px;
  border-radius: 8px;
}
.grid-section__filters button.active {
  background: #2c28ff;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1256px) {
  .grid-section--max .grid-link:nth-child(n + 7) {
    display: none;
  }
}
.grid-link {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  margin-right: 20px;
  margin-bottom: 20px;
  height: 276px;
}
@media (min-width: 940px) and (max-width: 1256px) {
  .grid-link {
    width: 0;
    flex: 0 0 calc(33.33% - 24px);
  }
}
@media (max-width: 939px) {
  .grid-link {
    flex: 1 0 calc(50% - 24px);
    min-width: 276px;
  }
}
.grid-link:hover {
  box-shadow: 0px 12px 24px rgba(0,0,0,0.1), 0px 2px 4px rgba(44,40,255,0.12), 1px 1px 10px rgba(97,97,97,0.32);
}
@media (min-width: 940px) {
  .grid-link {
    padding: 24px;
    margin-right: 24px;
    margin-bottom: 24px;
    height: 276px;
    width: 276px;
  }
}
.grid-link::after {
  background: linear-gradient(270deg, rgba(14,17,30,0) -24.67%, #0e111e 74.3%);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 10;
}
@media (min-width: 940px) {
  .grid-link--long {
    width: 576px;
  }
}
.grid-link__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
}
.grid-link__categories {
  position: relative;
  z-index: 15;
  display: flex;
  flex-wrap: wrap;
}
.grid-link__title {
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 15;
  line-height: 30px;
  font-size: 20px;
}
@media (min-width: 940px) {
  .grid-link__title {
    line-height: 24px;
    font-size: 18px;
  }
}
.footer {
  background: rgba(14,17,30,0.02);
}
@media (max-width: 939px) {
  .footer {
    padding: 24px 0px;
  }
}
.footer__container {
  display: flex;
}
@media (max-width: 939px) {
  .footer__container {
    flex-direction: column;
  }
}
@media (min-width: 940px) {
  .footer__container {
    align-items: center;
    justify-content: space-between;
    height: 52px;
  }
}
.footer__copyright {
  font-weight: 500;
  font-size: 14px;
  color: rgba(14,17,30,0.4);
}
@media (max-width: 939px) {
  .footer__copyright {
    order: 3;
  }
}
.footer__links {
  display: flex;
  align-items: center;
}
@media (max-width: 939px) {
  .footer__links {
    flex-wrap: wrap;
  }
}
.footer__links a {
  color: #2c28ff;
}
@media (min-width: 940px) {
  .footer__links a {
    margin-left: 12px;
  }
}
@media (max-width: 939px) {
  .footer__links a {
    order: 3;
    margin-right: 24px;
    margin-bottom: 16px;
  }
}
.footer__link-social {
  position: relative;
}
.footer__link-social .normal,
.footer__link-social .hover {
  transition: opacity 0.12s;
}
.footer__link-social .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.footer__link-social:hover .hover {
  opacity: 1;
}
.footer__link-social:hover .normal {
  opacity: 0;
}
@media (max-width: 939px) {
  .footer__link-social {
    flex: 0 0 100%;
    order: 1 !important;
  }
}
.tag {
  margin-bottom: 12px;
  background: #ffe300;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
}
.tag:not(:last-child) {
  margin-right: 12px;
}
.article__head-title {
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 42px;
  font-size: 32px;
}
@media (min-width: 940px) {
  .article__head-title {
    line-height: 60px;
    font-size: 48px;
    margin-bottom: 42px;
  }
}
.article__head-tags {
  font-weight: 600;
  line-height: 24px;
  font-size: 14px;
  color: rgba(14,17,30,0.4);
  margin-bottom: 4px;
}
@media (min-width: 940px) {
  .article__head-tags {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.article__head-tags > * {
  margin-right: 12px;
}
@media (min-width: 940px) {
  .article__head-tags > * {
    margin-right: 20px;
  }
}
.article__head-tags > *:hover {
  text-decoration: underline;
}
.article__content {
  margin-bottom: 100px;
}
.article__social {
  display: flex;
  align-items: center;
  font-size: 0;
}
.article__social > * {
  margin-right: 12px;
}
.p-404 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/fitnes/assets/bg.jpg") center/cover;
  z-index: 100000;
  margin-top: 0 !important;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.p-404 h1 {
  font-weight: 900;
  line-height: 1;
  font-size: 64px;
}
@media (max-width: 939px) {
  .p-404 h1 {
    margin-top: -50px;
  }
}
@media (min-width: 940px) {
  .p-404 h1 {
    font-size: 160px;
  }
}
.p-404 h2 {
  font-weight: bold;
  line-height: 48px;
  margin-top: -16px;
  font-size: 18px;
}
@media (min-width: 940px) {
  .p-404 h2 {
    font-size: 24px;
  }
}
.p-404 a {
  box-shadow: 0px 4px 42px rgba(255,255,255,0.1);
  position: absolute;
  bottom: 100px;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  margin-top: 8px;
}
.pagination a {
  width: 48px;
  height: 48px;
  border: 1px solid #0e111e;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pagination a.active {
  background-color: #2c28ff;
  color: #fff;
  border-color: #2c28ff;
}
.pagination a:hover {
  border-color: #2c28ff;
}
.pagination a:not(:last-child),
.pagination span:not(:last-child) {
  margin-right: 12px;
}
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: rgba(14,17,30,0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.16s;
}
.search-popup input {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  margin-bottom: 62px;
  width: calc(100% - 40px);
  border-bottom: 2px solid #fff;
  padding: 8px 0;
}
@media (min-width: 940px) {
  .search-popup input {
    font-size: 48px;
    padding: 12px 0;
    margin-bottom: 62px;
    width: calc(100% - 176px);
    border-bottom: 4px solid #fff;
  }
}
.search-popup input::placeholder {
  color: #fff;
  opacity: 1;
}
.search-popup__close {
  position: absolute;
  color: #fff;
  top: 33px;
  right: 18px;
}
@media (min-width: 940px) {
  .search-popup__close {
    padding: 40px;
    top: 48px;
    right: 48px;
  }
}
@media (max-width: 939px) {
  .search-popup__submit {
    width: calc(100% - 40px);
  }
}
.search-popup.active {
  opacity: 1;
  pointer-events: auto;
}
.menu {
  position: fixed;
  top: 70px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  text-align: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.16s;
}
.menu--active {
  opacity: 1;
  pointer-events: auto;
}
.menu nav {
  flex: 1 0 auto;
  padding: 32px 0 0;
}
.menu a {
  font-size: 22px;
  text-transform: uppercase;
  width: 100%;
  padding: 26px 0;
  display: block;
}
.menu__search {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.menu__search .ui-icon {
  margin-right: 8px;
}
@media (max-width: 939px) {
  html[lang] {
    margin-top: 0 !important;
  }
  #wpadminbar {
    display: none !important;
  }
}
@media (max-width: 939px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 940px) {
  .hide-desktop {
    display: none !important;
  }
}
.ui-icon {
  fill: currentColor;
}
