/*!
Theme Name: lukoil
Theme URI: http://perviy.agency
Author: perviy.agency
Author URI: http://perviy.agency
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 7.4
Text Domain: lukoil
*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-family: inherit; }

input,
button {
  border: none;
  font-family: inherit;
  font-size: inherit;
  appearance: none;
  -webkit-appearance: none;
  background: transparent; }

button,
input[type="submit"] {
  cursor: pointer; }

input:focus,
button:focus {
  outline: none; }

ul,
li {
  list-style: none; }

img {
  display: block;
  max-width: 100%; }

legend {
  display: table;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%; }
  legend + * {
    clear: both; }

fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0; }

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell; }

::before,
::after {
  flex-shrink: 0; }

a[data-fancybox] {
  outline: none !important; }

div[data-fancybox],
a[data-fancybox] {
  cursor: zoom-in; }

:root {
  --ff: "Commissioner", sans-serif;
  --second-ff: "Futuris", sans-serif;
  --third-ff: "Roboto", sans-serif;
  --red: #ce133d;
  --red-2: #d43b5e;
  --white: #fff;
  --black: #131011;
  --black-2: #262223;
  --grey: #d9d9d9;
  --grey-light: #efefef;
  --border-input-dark: #3d3d3d;
  --background: #f4f4f4;
  --second-text: #868686;
  --green: #00d816;
  --red-10: #fbe8ec;
  --blue-top: #f9faff;
  --red-top: #fff9f9;
  --grey-dark: #b6b6b6;
  --dark-background-second: #1b1b1b;
  --base-size: 16px;
  --small-size: 14px;
  --lh-first: 1.2;
  --lh-normal: 1;
  --container: calc(1200px + (var(--container-padding) * 2));
  --container-padding: 15px;
  --base-transition: 0.2s ease;
  --fast-transition: 0.1s ease-out;
  --base-radius: 16px; }
  @media only screen and (max-width: 1260px) {
    :root {
      --container: calc(928px + (var(--container-padding) * 2)); } }
  @media only screen and (max-width: 990px) {
    :root {
      --container: calc(700px + (var(--container-padding) * 2)); } }

html,
body {
  font-family: var(--ff);
  font-weight: 400;
  font-size: var(--base-size);
  height: 100%;
  background-color: var(--background);
  scroll-behavior: smooth; }

body._lock {
  overflow: hidden; }

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%; }

.main {
  flex: 1 0 auto; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-padding); }

::selection {
  background: var(--red);
  color: var(--white); }

.none {
  display: none !important; }

.clear {
  clear: both; }

.text-center {
  text-align: center; }

.row {
  display: flex; }

.relative {
  position: relative; }

.col {
  flex-direction: column; }

.jcsb {
  justify-content: space-between; }

.jcc {
  justify-content: center; }

.aic {
  align-items: center; }

.w100 {
  width: 100%; }

.ovh {
  overflow: hidden; }

.img-auto {
  width: auto;
  height: auto; }

@media only screen and (max-width: 990px) {
  ._desktop {
    display: none !important; } }

@media only screen and (min-width: 991px) {
  ._mob {
    display: none !important; } }

.p-0 {
  padding: 0 !important; }

.link-cover {
  position: absolute;
  inset: 0;
  cursor: pointer !important; }

.mb-30 {
  margin-bottom: 30px; }

.mt-30 {
  margin-top: 30px; }

.fs-0 {
  flex-shrink: 0; }

.upper {
  text-transform: uppercase; }

@media only screen and (max-width: 1260px) {
  .br-mob br {
    display: none; } }

.ai-start {
  align-items: flex-start; }

.mla {
  margin-left: auto; }

.mb0 {
  margin-bottom: 0 !important; }

.h {
  font-weight: 500;
  word-break: break-word; }
  .h--1-big {
    font-family: var(--second-ff);
    font-weight: 700;
    font-size: 90px;
    line-height: 1;
    text-transform: uppercase; }
    @media only screen and (min-width: 1261px) {
      .h--1-big {
        font-size: 113px; } }
    @media only screen and (max-width: 990px) {
      .h--1-big {
        font-size: 70px; } }
    @media only screen and (max-width: 600px) {
      .h--1-big {
        font-size: clamp(32px, 9vw, 50px); } }
  .h--1-small {
    font-family: var(--second-ff);
    font-weight: 700;
    font-size: 90px;
    line-height: 1;
    text-transform: uppercase; }
    @media only screen and (min-width: 1261px) {
      .h--1-small {
        font-size: 96px; } }
    @media only screen and (max-width: 990px) {
      .h--1-small {
        font-size: 70px; } }
    @media only screen and (max-width: 600px) {
      .h--1-small {
        font-size: clamp(32px, 9vw, 50px); } }
  .h--1-medium {
    font-family: var(--second-ff);
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
    text-transform: uppercase; }
    @media only screen and (min-width: 1261px) {
      .h--1-medium {
        font-size: 64px; } }
    @media only screen and (max-width: 990px) {
      .h--1-medium {
        font-size: 75px; } }
    @media only screen and (max-width: 600px) {
      .h--1-medium {
        font-size: clamp(32px, 8.5vw, 50px); } }
  .h--1 {
    font-size: 64px;
    line-height: 1; }
  .h--2 {
    font-size: 28px;
    line-height: 1.1; }
    .h--2.not-rezised {
      font-size: 32px; }
    @media only screen and (min-width: 1261px) {
      .h--2 {
        font-size: 32px; } }
    @media only screen and (max-width: 600px) {
      .h--2:not(.not-rezised) {
        font-size: 20px;
        line-height: var(--lh-first); }
      .h--2:not(.not-upper) {
        text-transform: uppercase; } }
  .h--3 {
    font-size: 18px;
    line-height: 1; }
  .h--3-medium {
    font-size: 20px;
    line-height: 1.11; }

h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.11; }

.lh-1 {
  line-height: var(--lh-normal); }

.medium,
strong {
  font-weight: 500; }

h2.wp-block-heading {
  font-size: 28px;
  line-height: 1.1; }
  @media only screen and (min-width: 1261px) {
    h2.wp-block-heading {
      font-size: 32px; } }
  @media only screen and (max-width: 600px) {
    h2.wp-block-heading {
      font-size: 20px;
      line-height: var(--lh-first); } }

.text-red {
  color: var(--red); }
.text-red-2 {
  color: var(--red-2); }
.text-white {
  color: var(--white); }
.text-black {
  color: var(--black); }
.text-black-2 {
  color: var(--black-2); }
.text-grey {
  color: var(--grey); }
.text-grey-light {
  color: var(--grey-light); }
.text-second {
  color: var(--second-text); }

.bg-red {
  background-color: var(--red); }
.bg-red-2 {
  background-color: var(--red-2); }
.bg-white {
  background-color: var(--white); }
.bg-black {
  background-color: var(--black); }
.bg-black-2 {
  background-color: var(--black-2); }
.bg-grey {
  background-color: var(--grey); }
.bg-grey-light {
  background-color: var(--grey-light); }

.row {
  display: flex; }
  .row-grid {
    display: grid;
    gap: 24px; }
    @media only screen and (max-width: 600px) {
      .row-grid--sm-gap {
        gap: 16px; } }
    .row-grid--2 {
      grid-template-columns: repeat(2, 1fr); }
    .row-grid--3 {
      grid-template-columns: repeat(3, 1fr); }
      @media only screen and (max-width: 720px) {
        .row-grid--3 {
          grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (max-width: 600px) {
      .row-grid {
        grid-template-columns: 1fr; } }
  .row-col {
    flex-direction: column;
    gap: 16px; }

.logo {
  display: flex;
  align-items: center;
  font-family: var(--second-ff);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--white);
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 601px) {
    .logo {
      width: 320px; } }
  @media only screen and (max-width: 1260px) {
    .logo {
      line-height: 0.9; } }
  @media only screen and (max-width: 1260px) {
    .logo img {
      width: 48px;
      height: 48px; } }
  .logo__content {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 1260px) {
      .logo__content {
        flex-direction: column;
        align-items: stretch; } }
  .logo__text {
    display: flex;
    align-items: center;
    margin-left: 2px; }
    @media only screen and (max-width: 1260px) {
      .logo__text {
        margin-left: 8px; } }
    @media only screen and (min-width: 1261px) {
      .logo__text:after {
        content: "";
        display: block;
        margin-left: 6px;
        margin-right: 6px;
        width: 2px;
        height: 13px;
        background-color: var(--white); } }
  .logo__desc {
    height: 18px; }
    @media only screen and (max-width: 1260px) {
      .logo__desc {
        height: 15px;
        margin-left: 8px; } }
  .logo__item {
    font-size: 17px;
    letter-spacing: -0.01em;
    white-space: nowrap; }
    @media only screen and (max-width: 1260px) {
      .logo__item {
        font-size: var(--small-size);
        padding-top: 2px; } }

@media only screen and (min-width: 991px) {
  .menu li a:hover {
    text-decoration: underline; } }
.menu__list {
  display: flex;
  font-family: var(--ff);
  font-size: var(--small-size);
  flex-wrap: wrap; }
  .menu__list a {
    display: inline;
    vertical-align: middle; }
  @media only screen and (min-width: 1261px) {
    .menu__list {
      --menu-gap: 16px;
      gap: var(--menu-gap);
      align-items: center; }
      .menu__list li:not(:last-child) {
        position: relative; }
        .menu__list li:not(:last-child):after {
          content: "";
          display: inline-block;
          width: 3px;
          height: 8px;
          background-color: var(--red);
          margin-left: var(--menu-gap);
          vertical-align: middle; } }
  @media only screen and (max-width: 1260px) {
    .menu__list {
      flex-direction: column;
      font-size: 24px;
      text-transform: uppercase;
      padding-top: 80px;
      color: var(--grey-light); }
      .menu__list li > a {
        display: inline-block;
        padding: 24px 0; } }
.menu__links {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  @media only screen and (min-width: 991px) {
    .menu__links {
      gap: 24px; } }

.social {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap; }
  .social__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--black-2);
    transition: background-color var(--base-transition); }
    @media only screen and (max-width: 1260px) {
      .social__item {
        width: 40px;
        height: 40px; } }
    @media only screen and (min-width: 991px) {
      .social__item:hover {
        background-color: var(--red); } }

.popup {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 32px;
  overflow-y: auto;
  background-color: var(--black);
  z-index: 10;
  opacity: 0;
  transform: translateX(100%);
  transition: transform var(--base-transition), opacity var(--base-transition);
  will-change: transform;
  overflow-y: auto; }
  .popup.active {
    opacity: 1;
    transform: translateX(0); }
  .popup__header {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (min-width: 1261px) {
      .popup__header {
        order: +1;
        margin-left: auto; } }
  .popup__title {
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(--grey-light); }
    .popup__title-close {
      display: block;
      width: 40px;
      height: 40px;
      background-image: url("./assets/images/icons/arrow-left.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 16px; }
  .popup__close:not(.popup__title-close) {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: url("./assets/images/icons/popup-close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    background-color: var(--border-input-dark); }
  .popup .search-form,
  .popup .email-clipboard {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 32px; }

.header {
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: var(--black);
  color: var(--white);
  z-index: 5; }
  @media only screen and (min-width: 1261px) {
    .header {
      padding-top: 14px;
      padding-bottom: 14px; } }
  .header__row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 360px) {
      .header__row {
        min-height: 51px; } }
  @media only screen and (max-width: 1260px) {
    .header__logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: var(--small-size);
      width: auto; }
      .header__logo img {
        width: 26px;
        height: 26px; } }
  @media only screen and (max-width: 600px) {
    .header__logo {
      margin-left: -6px;
      font-size: 14px; } }
  @media only screen and (max-width: 430px) {
    .header__logo {
      transform: translate(-40%, -50%); } }
  @media only screen and (max-width: 600px) {
    .header__logo .logo__item {
      font-size: 14px; } }
  @media only screen and (max-width: 1260px) {
    .header__logo .logo__desc .logo__column {
      width: 170px; } }
  @media only screen and (min-width: 1261px) {
    .header__menu {
      position: static;
      display: flex;
      align-items: center;
      flex: 1;
      margin-left: 48px;
      padding: 0;
      opacity: 1;
      transform: none; }
      .header__menu .popup__close {
        display: none; } }
  .header__social {
    display: flex; }
  .header__items {
    display: none; }
    @media only screen and (min-width: 361px) and (max-width: 1260px) {
      .header__items {
        display: flex; } }
  .header__icon {
    width: 48px;
    height: 48px;
    mask-repeat: no-repeat;
    mask-size: 24px;
    mask-position: center;
    background-color: var(--grey-light);
    border-radius: 50%; }
    .header__icon--mail {
      mask-image: url("./assets/images/icons/mail.svg"); }
      @media only screen and (max-width: 430px) {
        .header__icon--mail {
          display: none; } }
    .header__icon--search {
      mask-image: url("./assets/images/icons/search.svg"); }
  @media only screen and (max-width: 1260px) {
    .header__open {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px; } }
  .header__burger {
    display: none; }
    @media only screen and (max-width: 1260px) {
      .header__burger {
        --width: 18px;
        --line-height: 2px;
        --spacing: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: var(--width);
        position: relative;
        height: calc(var(--line-height) * 3 + var(--spacing) * 2);
        order: -1;
        cursor: pointer; }
        .header__burger:before, .header__burger:after {
          content: ""; } }
    .header__burger:before, .header__burger:after, .header__burger > span {
      position: absolute;
      display: block;
      left: 0;
      width: var(--width);
      height: var(--line-height);
      background-color: var(--grey-light);
      transition: transform 0.1s ease-in; }
    .header__burger:before {
      top: 0; }
    .header__burger:after {
      top: calc(var(--line-height) + var(--spacing)); }
    .header__burger > span {
      bottom: 0; }
    .header__burger.active:before, .header__burger.active:after {
      top: 50%; }
    .header__burger.active:before {
      transform: rotate(45deg); }
    .header__burger.active:after {
      transform: rotate(-45deg); }
    .header__burger.active:after {
      transform: rotate(-45deg); }
    .header__burger.active > span {
      background-color: transparent; }

.search-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px; }
  .search-form__input {
    position: relative; }
  .search-form__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 25px;
    height: 25px;
    mask-image: url("./assets/images/icons/search.svg");
    mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: var(--grey); }

.email-clipboard__email {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  line-height: var(--lh-first);
  color: var(--grey-light);
  padding-bottom: 8px;
  border-bottom: 1px solid var(--grey-light);
  margin-bottom: 12px; }
  .email-clipboard__email:after {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url("./assets/images/icons/copy.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px; }

.email-copied {
  position: fixed;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 12px 24px;
  font-size: 18px;
  width: 100%;
  max-width: 274px;
  line-height: var(--lh-first);
  color: var(--grey-light);
  background: var(--border-input-dark);
  border-radius: var(--base-radius);
  z-index: 12;
  animation: LLonUp var(--base-transition); }

@keyframes LLFlip {
  0%,
	33%,
	100% {
    transform: translate3d(0, 0, 0);
    @media only screen and (max-width: 600px) {
      transform: translate3d(0, 5%, 0); } }
  38%,
	67% {
    transform: translate3d(0, -33%, 0);
    @media only screen and (max-width: 600px) {
      transform: translate3d(0, -28%, 0); } }
  72%,
	93% {
    transform: translate3d(0, -67%, 0); } }
@keyframes LLFlipMob {
  0%,
	33%,
	100% {
    transform: translate3d(0, 4.5%, 0); }
  38%,
	67% {
    transform: translate3d(0, -30.5%, 0); }
  72%,
	93% {
    transform: translate3d(0, -62%, 0); } }
@keyframes LLFlipFooterMob {
  0%,
	33%,
	100% {
    transform: translate3d(0, 4.5%, 0); }
  38%,
	67% {
    transform: translate3d(0, -30.2%, 0); }
  72%,
	93% {
    transform: translate3d(0, -64.5%, 0); } }
@keyframes LLTranslateRight {
  0% {
    transform: translateX(200%); }
  60% {
    transform: translateX(-5%); }
  100% {
    transform: translateX(0); } }
@keyframes LLTranslateLeft {
  0% {
    transform: translateX(-200%); }
  60% {
    transform: translateX(5%); }
  100% {
    transform: translateX(0); } }
@keyframes LLonModal {
  0% {
    opacity: 0;
    transform: translate(-50%, -60%); }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%); } }
@keyframes LLonUp {
  0% {
    opacity: 0;
    transform: translate(-50%, 10%); }
  100% {
    opacity: 1;
    transform: translate(-50%, 0); } }
@keyframes LLTooltip {
  0% {
    transform: translate(0, 10%); }
  100% {
    transform: translate(0, 0); } }
@keyframes LLTooltipDesk {
  0% {
    transform: translate(-50%, 10%); }
  100% {
    transform: translate(-50%, 0); } }
@keyframes loading {
  from {
    background-position: 200% 0; }
  to {
    background-position: -200% 0; } }
@keyframes progress {
  from {
    width: 0; }
  to {
    width: 100%; } }
.section {
  padding: 64px 0; }
  @media only screen and (max-width: 990px) {
    .section {
      padding: 40px 0; } }
  @media only screen and (max-width: 600px) {
    .section {
      padding: 35px 0; } }
  .section__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 52px; }
    @media only screen and (max-width: 990px) {
      .section__header {
        flex-direction: column;
        gap: 40px;
        margin-bottom: 40px; } }
    @media only screen and (max-width: 600px) {
      .section__header {
        gap: 23px;
        margin-bottom: 24px; } }
    .section__header--no-margin {
      margin-bottom: 0; }
  .section__description {
    flex-basis: 60%;
    line-height: var(--lh-first); }
    .section__description--row {
      display: flex;
      gap: 20px; }
      @media only screen and (max-width: 990px) {
        .section__description--row {
          flex-direction: column; } }
    @media only screen and (min-width: 991px) {
      .section__description {
        margin-left: auto; } }
    .section__description p {
      margin-top: 32px; }
      @media only screen and (max-width: 600px) {
        .section__description p {
          margin-top: 18px; } }
    .section__description .wpcf7 {
      margin-top: 60px; }
      @media only screen and (max-width: 600px) {
        .section__description .wpcf7 {
          margin-top: 30px; } }
    .section__description--sm-margin p {
      margin-top: 24px; }
      @media only screen and (max-width: 600px) {
        .section__description--sm-margin p {
          margin-top: 16px; } }
    .section__description--sm-margin p:has(.btn) {
      margin-top: 32px; }
      @media only screen and (max-width: 600px) {
        .section__description--sm-margin p:has(.btn) {
          margin-top: 16px; } }
  .section__row {
    flex-wrap: wrap; }
    @media only screen and (min-width: 1261px) {
      .section__row {
        gap: 20px; } }
    @media only screen and (max-width: 1260px) {
      .section__row {
        flex-direction: column; } }
    .section__row p:nth-child(1n + 1) {
      flex-basis: 28%; }
    .section__row p:nth-child(2n + 2) {
      flex: 1; }
  @media only screen and (min-width: 600px) {
    .section__col {
      flex-basis: 37%; } }
  .section__col-1 {
    flex-basis: 30%; }
  .section__col-2 {
    flex-basis: 70%; }
  .section__left {
    float: left;
    max-width: 420px; }
  .section__img {
    float: right; }

.hero {
  padding-top: 111px;
  padding-bottom: 138px;
  overflow: hidden; }
  @media only screen and (max-width: 990px) {
    .hero {
      padding: 80px 0; } }
  @media only screen and (max-width: 600px) {
    .hero {
      padding-top: 35px;
      padding-bottom: 38px; } }
  .hero__title {
    display: block;
    position: relative;
    color: var(--red);
    padding-top: 8px;
    padding-bottom: 8px; }
    .hero__title:has(span) {
      padding-top: 0px; }
    .hero__title > span {
      padding-bottom: 0; }
      @media only screen and (min-width: 601px) {
        .hero__title > span {
          padding-top: 16px; } }
    @media only screen and (min-width: 601px) {
      .hero__title {
        padding-top: 16px;
        padding-bottom: 0; }
        .hero__title.h--1-small {
          padding-top: 10px;
          padding-bottom: 10px; }
          .hero__title.h--1-small.hero__title--out {
            padding-bottom: 6px; } }
    @media only screen and (max-width: 600px) {
      .hero__title {
        padding-bottom: 4px; } }
    @media only screen and (min-width: 601px) {
      .hero__title.ml {
        margin-left: 8%; } }
    @media only screen and (max-width: 600px) {
      .hero__title:nth-child(3) {
        padding-right: 11%; } }
    .hero__title.pr {
      padding-right: 8%; }
      @media only screen and (max-width: 600px) {
        .hero__title.pr {
          padding-right: 2%; } }
    .hero__title.right {
      margin-left: auto;
      text-align: right;
      padding-left: 0 !important; }
    .hero__title--out {
      color: transparent;
      -webkit-text-stroke: 2px var(--red);
      text-stroke: 2px var(--red);
      padding-top: 3px;
      padding-bottom: 3px; }
      @media only screen and (max-width: 600px) {
        .hero__title--out {
          -webkit-text-stroke-width: 1px; } }
    .hero__title--line:before {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      background-color: var(--red); }
    .hero__title--bt:after {
      content: "";
      width: 100%;
      height: 1px;
      bottom: 0;
      position: absolute;
      left: 0;
      background-color: var(--red); }
    .hero__title--top:before {
      top: 0; }
    .hero__title--bottom:before {
      bottom: 0; }
    .hero__title--right {
      text-align: right; }
    .hero__title.anim-left {
      animation: LLTranslateLeft 1s cubic-bezier(0.5, -0.5, 0.1, 1); }
      .hero__title.anim-left:before, .hero__title.anim-left:after {
        animation: LLTranslateLeft 1s cubic-bezier(0.5, -0.5, 0.1, 1); }
    .hero__title.anim-right {
      animation: LLTranslateRight 1s cubic-bezier(0.5, -0.5, 0.1, 1); }
      .hero__title.anim-right:before, .hero__title.anim-right:after {
        animation: LLTranslateRight 1s cubic-bezier(0.5, -0.5, 0.1, 1); }
  .hero--tpl-1 .hero__title:first-child {
    animation: LLTranslateRight 1s cubic-bezier(0.5, -0.5, 0.1, 1); }
    .hero--tpl-1 .hero__title:first-child > span {
      max-width: max-content; }
  .hero--tpl-1 .hero__title:nth-child(2) {
    animation: LLTranslateLeft 1s cubic-bezier(0.5, -0.5, 0.1, 1); }
    .hero--tpl-1 .hero__title:nth-child(2):before {
      animation: LLTranslateLeft 1s cubic-bezier(0.5, -0.5, 0.1, 1); }
  .hero--tpl-1 .hero__title:nth-child(3) {
    max-width: max-content;
    animation: LLTranslateRight 1s cubic-bezier(0.5, -0.5, 0.1, 1); }
    .hero--tpl-1 .hero__title:nth-child(3):before {
      animation: LLTranslateRight 1s cubic-bezier(0.5, -0.5, 0.1, 1); }
  .hero--tpl-1 .hero__title:nth-child(4) {
    max-width: max-content;
    animation: LLTranslateLeft 1s cubic-bezier(0.5, -0.5, 0.1, 1); }
    @media only screen and (min-width: 601px) {
      .hero--tpl-1 .hero__title:nth-child(4) {
        margin-left: 13%; } }
    .hero--tpl-1 .hero__title:nth-child(4):before {
      animation: LLTranslateLeft 1s cubic-bezier(0.5, -0.5, 0.1, 1); }
  @media only screen and (min-width: 991px) {
    .hero--tpl-2 {
      padding-top: 119px;
      padding-bottom: 99px; } }
  @media only screen and (max-width: 600px) {
    .hero--tpl-2 {
      padding-top: 40px; } }
  .hero--tpl-2 .hero__title:first-child:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--red);
    animation: LLTranslateLeft 1s cubic-bezier(0.5, -0.5, 0.1, 1); }
  .hero--tpl-2 .hero__title.ml {
    margin-left: 0;
    padding-left: 13%; }
    @media only screen and (max-width: 600px) {
      .hero--tpl-2 .hero__title.ml {
        padding-left: 15%; } }

input {
  display: flex; }

select {
  font-family: var(--ff);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: var(--black);
  padding: 4.5px 8px;
  background-color: transparent;
  border: none;
  outline: none; }
  @media only screen and (max-width: 600px) {
    select {
      border-top: 1px solid var(--grey);
      padding: 12px 8px; } }

.newsletter .wpcf7-not-valid-tip {
  display: none; }
.newsletter .wpcf7-response-output {
  margin: 16px 0 0 0 !important;
  max-width: 325px; }

.newsletter-email {
  position: relative;
  max-width: 325px; }
  .newsletter-email:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url("./assets/images/icons/mail.svg") no-repeat center/contain; }
  .newsletter-email__input {
    font-family: var(--ff);
    font-weight: 400;
    font-size: var(--small-size);
    color: var(--white);
    padding: 11px 50px 11px 40px;
    border: 1px solid var(--border-input-dark);
    border-radius: 8px;
    width: 100%;
    text-overflow: ellipsis;
    transition: border-color var(--base-transition); }
    .newsletter-email__input.wpcf7-not-valid {
      border-color: var(--red); }
    .newsletter-email__input:focus {
      border-color: var(--white); }
    .newsletter-email__input::placeholder {
      font-family: inherit;
      font-weight: inherit;
      font-size: inherit;
      color: var(--second-text); }
  .newsletter-email__submit {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: var(--red);
    background-image: url("./assets/images/icons/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 16px 12px;
    background-position: center; }

.social-links {
  display: flex;
  align-items: center;
  gap: 10px 24px;
  flex-wrap: wrap; }

.contact-item {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 3px; }
  .contact-item:not(.contact-item--default) {
    color: var(--second-text); }
  .contact-item--link {
    transition: color var(--fast-transition), border-color var(--fast-transition); }
    .contact-item--link:hover {
      color: var(--red);
      border-color: inherit; }
  .contact-item--vk {
    order: -1; }
  .contact-item--bz {
    font-size: var(--base-size); }

.card-icon {
  --icon-size: 44px;
  display: block;
  width: var(--icon-size);
  height: var(--icon-size);
  background-color: var(--red);
  border-radius: 50%;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0; }
  .card-icon--bg-70 {
    background-size: 70%; }
  .card-icon--big {
    --icon-size: 100px; }
  .card-icon--number {
    --icon-size: 40px;
    position: relative; }
    .card-icon--number:before {
      content: counter(item,decimal-leading-zero);
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-weight: 500;
      font-size: var(--base-size);
      color: var(--white); }

.link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: inherit;
  transition: color var(--fast-transition), border-color var(--fast-transition); }
  .link:not(.hide-arrow):after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-color: var(--black);
    mask: url("./assets/images/icons/south_east.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    transition: background-color var(--fast-transition), transform var(--fast-transition); }
  .link--more {
    display: inline-flex;
    justify-content: start;
    text-decoration: none;
    border-bottom: 1px solid; }
    .link--more:after {
      width: 20px;
      height: 20px;
      transform: rotate(-90deg); }
  .link--email:before {
    mask-image: url("./assets/images/icons/mail.svg"); }
  .link--external:before {
    mask-image: url("./assets/images/icons/link.svg"); }
  .link--pdf:before {
    mask-image: url("./assets/images/icons/pdf.svg"); }
  .link--icon {
    justify-content: start;
    text-decoration: none;
    border-bottom: 1px solid var(--black);
    max-width: max-content; }
    .link--icon:before {
      content: "";
      width: 24px;
      height: 24px;
      mask-size: contain;
      mask-repeat: no-repeat;
      mask-position: center;
      background-color: var(--black); }
    .link--icon:hover {
      border-color: var(--red) !important; }
      .link--icon:hover:before {
        background-color: var(--red); }
  .link--cover:before {
    content: "";
    position: absolute;
    inset: 0; }
  @media only screen and (min-width: 721px) {
    .link:hover {
      color: var(--red);
      border-color: inherit; }
      .link:hover:after {
        background-color: var(--red);
        transform: rotate(-45deg); } }

.content p:not(:last-child),
.content ul:not(:last-child),
.content ol:not(:last-child),
.content h2:not(:last-child),
.content h3:not(:last-child),
.content blockquote,
.content .wp-block-video:not(:last-child) {
  margin-bottom: 18px; }
.content--typography {
  line-height: var(--lh-first); }
  .content--typography ul li:not(.card) {
    list-style-type: disc;
    margin-left: 1.8em; }
  .content--typography a:not([class]) {
    color: var(--red); }
    .content--typography a:not([class]):hover {
      text-decoration: underline; }
.content blockquote {
  padding: 22px;
  border-radius: var(--base-radius);
  border: 2px solid var(--red); }

article.content {
  margin-bottom: 24px; }

.wp-block-table {
  margin-bottom: 20px; }

.card {
  display: flex;
  flex-direction: column;
  line-height: var(--lh-first);
  border: 2px solid var(--red);
  border-radius: var(--base-radius);
  padding: 22px;
  list-style-type: none;
  margin-left: 0; }
  .card--sm-padding {
    padding: 16px; }
  .card--number {
    counter-increment: item; }
  .card__icon {
    margin-bottom: 12px; }
  .card__title:not(:last-child) {
    margin-bottom: 8px; }
  .card__text {
    max-width: 540px; }
    .card__text:not(:last-child) {
      margin-bottom: 24px; }
    @media only screen and (max-width: 600px) {
      .card__text br {
        display: none; } }
  .card__link {
    margin-top: auto; }
  .card--white {
    background-color: var(--white);
    border-color: var(--white); }
  .card--transparent {
    padding: 16px;
    border-color: var(--grey); }
  @media only screen and (min-width: 991px) {
    .card.max-content {
      max-width: max-content; } }

.tooltip {
  position: relative;
  color: var(--red);
  cursor: help; }
  .tooltip:before {
    content: attr(data-text);
    position: absolute;
    border-radius: 4px;
    padding: 8px;
    width: 353px;
    bottom: 100%;
    background-color: var(--red);
    color: var(--white);
    font-weight: 500;
    font-size: var(--small-size);
    color: var(--grey-light);
    display: none;
    z-index: 5; }
    @media only screen and (min-width: 601px) {
      .tooltip:before {
        left: 50%;
        transform: translateX(-50%); } }
    @media only screen and (max-width: 600px) {
      .tooltip:before {
        position: fixed;
        width: auto;
        max-width: 100%;
        height: max-content;
        max-height: 300px;
        overflow-y: auto;
        left: 0;
        right: 0;
        bottom: 0;
        border-top-left-radius: var(--base-radius);
        border-top-right-radius: var(--base-radius);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding: 20px 15px; } }
  @media only screen and (max-width: 600px) {
    .tooltip:after {
      content: "";
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 0;
      height: 3px;
      background-color: var(--grey-light);
      display: none;
      z-index: 6; } }
  @media only screen and (max-width: 600px) {
    .tooltip.active:before {
      display: block;
      animation: LLTooltip 0.2s ease; }
    .tooltip.active:after {
      display: block;
      animation: progress 5s linear; } }
  @media only screen and (min-width: 601px) {
    .tooltip:hover {
      text-decoration: underline; }
      .tooltip:hover:before {
        display: block;
        animation: LLTooltipDesk 0.2s ease; } }

@media only screen and (min-width: 991px) {
  .programs__header {
    margin-bottom: 79px; } }

.social-policy {
  padding: 96px 0 55px 0; }
  @media only screen and (max-width: 990px) {
    .social-policy {
      padding: 36px 0 36px 0; } }

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  touch-action: pan-y; }

.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d {
  perspective: 1200px; }

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d; }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999; }

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--red));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px; }

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--red)); }

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important; }

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center; }

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg); }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-lock {
  display: none; }

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev"; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next"; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--red)); }

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right; }

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--red));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none; }

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active {
  pointer-events: auto; }

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height; }

.swiper.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.swiper-container {
  overflow: hidden; }
  .swiper-container--visible {
    overflow: visible; }

.historical__nav {
  position: relative;
  padding: 0 100px;
  margin-bottom: 52px; }
  @media only screen and (max-width: 600px) {
    .historical__nav {
      margin-bottom: 24px; } }
  @media only screen and (min-width: 601px) {
    .historical__nav:before {
      content: "";
      position: absolute;
      left: 0;
      top: calc(32px / 2);
      width: 100%;
      height: 1px;
      background-color: var(--grey);
      z-index: -1; } }
  .historical__nav-button {
    position: absolute;
    width: 56px;
    height: 24px;
    top: 4px;
    mask-image: url("./assets/images/icons/historical-btn.svg");
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: var(--black);
    cursor: pointer; }
    .historical__nav-button[disabled] {
      background-color: var(--grey); }
    .historical__nav-button--prev {
      left: 0; }
    .historical__nav-button--next {
      right: 0;
      scale: -1 1; }
  .historical__nav-mark {
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid var(--grey);
    border-radius: 50%;
    position: relative;
    background-color: var(--background);
    transition: border-color var(--base-transition); }
    .historical__nav-mark:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background-color: transparent;
      width: 24px;
      height: 24px;
      border-radius: inherit; }
    @media only screen and (max-width: 600px) {
      .historical__nav-mark {
        display: none; } }
  .historical__nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    cursor: pointer; }
    @media only screen and (max-width: 600px) {
      .historical__nav-item {
        font-size: 32px; } }
    .historical__nav-item:after {
      content: attr(data-year); }
    .historical__nav-item:not(.swiper-slide-thumb-active):hover .historical__nav-mark {
      border-color: var(--red); }
    .historical__nav-item.swiper-slide-thumb-active .historical__nav-mark:before {
      background-color: var(--red); }
.historical__body-slide {
  padding: 24px 60px 24px 42px;
  border-radius: var(--base-radius);
  background-color: var(--white);
  transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.8s cubic-bezier(0.25, 0.8, 0.25, 1); }
  @media only screen and (max-width: 600px) {
    .historical__body-slide {
      padding: 24px 16px; }
      .historical__body-slide .h--2 {
        font-size: 32px;
        text-transform: none; }
      .historical__body-slide .text-second br {
        display: none; } }
.historical__content ul li {
  display: flex; }
  .historical__content ul li:not(:last-child) {
    margin-bottom: 16px; }
  .historical__content ul li:before {
    content: "";
    display: block;
    margin-right: 8px;
    margin-top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--red); }
.historical__title {
  margin-bottom: 8px; }

@media only screen and (min-width: 601px) {
  .areas-work {
    padding-top: 56px; } }
.areas-work__title {
  margin-bottom: 26px; }

@media only screen and (min-width: 991px) {
  .results {
    padding-top: 102px;
    padding-bottom: 152px; } }
@media only screen and (min-width: 991px) {
  .results__header {
    margin-bottom: 74px; } }
.results__list-item {
  padding: var(--base-size) 0;
  border-top: 1px solid var(--grey); }
  .results__list-item:last-child {
    border-bottom: 1px solid var(--grey); }
  @media only screen and (max-width: 990px) {
    .results__list-item .section__header h3 br {
      display: none; } }
  @media only screen and (max-width: 600px) {
    .results__list-item .section__header {
      gap: var(--base-size); }
      .results__list-item .section__header .h--3-medium {
        font-size: var(--base-size);
        line-height: var(--lh-first); } }
  @media only screen and (min-width: 601px) and (max-width: 990px) {
    .results__list-item .section__header {
      flex-direction: row; } }
.results__list-img {
  border-radius: var(--base-radius);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 2/1.26; }
  @media only screen and (min-width: 601px) {
    .results__list-img {
      width: 270px;
      height: 172px;
      aspect-ratio: unset; } }

@media only screen and (min-width: 991px) {
  .scale-programs__header {
    margin-bottom: 73px; } }
.scale-programs__text {
  font-size: var(--small-size);
  margin-top: 8px !important; }
  @media only screen and (min-width: 601px) {
    .scale-programs__text {
      margin-top: 16px !important; } }
@media only screen and (max-width: 600px) {
  .scale-programs .row-grid {
    gap: 32px; } }

.mark {
  position: relative;
  font-size: var(--small-size);
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 400;
  color: var(--second-text);
  background-color: var(--grey-light);
  max-width: max-content;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 25px; }

.team-item {
  display: grid;
  padding: 16px;
  font-size: var(--small-size);
  color: var(--second-text);
  background-color: var(--white);
  border-radius: var(--base-radius);
  border: 1px solid transparent;
  transition: border-color var(--base-transition);
  height: auto; }
  @media only screen and (min-width: 721px) {
    .team-item {
      max-width: 220px;
      height: 295px; }
      .team-item:hover {
        border-color: var(--red); } }
  @media only screen and (min-width: 1261px) {
    .team-item:first-child, .team-item:nth-child(3), .team-item:nth-child(5) {
      margin-top: 109px; }
    .team-item:nth-child(5n + 7), .team-item:nth-child(5n + 9) {
      margin-top: -109px; } }
  @media only screen and (min-width: 991px) and (max-width: 1260px) {
    .team-item:first-child, .team-item:nth-child(3) {
      margin-top: 109px; }
    .team-item:nth-child(4n + 6), .team-item:nth-child(4n + 8) {
      margin-top: -109px; } }
  @media only screen and (min-width: 721px) and (max-width: 990px) {
    .team-item:nth-child(2) {
      margin-top: 109px; }
    .team-item:nth-child(3n + 4), .team-item:nth-child(3n + 6) {
      margin-top: -109px; } }
  .team-item__avatar {
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .team-item__mark {
    margin-bottom: 4px; }
  .team-item__name {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    max-width: 175px;
    color: var(--black);
    margin-bottom: 16px; }
  .team-item p:not(:last-child) {
    margin-bottom: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    height: 20px; }
  .team-item__bottom {
    border-top: 1px solid var(--grey);
    padding-top: 16px;
    margin-top: auto;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden; }

@media only screen and (max-width: 720px) {
  .team {
    overflow: hidden; }
    .team .swiper-container {
      overflow: visible; } }
@media only screen and (min-width: 991px) {
  .team {
    padding: 96px 0; } }
@media only screen and (min-width: 991px) {
  .team__header {
    margin-bottom: 80px; } }
.team__header p {
  margin-top: 24px; }
@media only screen and (min-width: 721px) {
  .team__list {
    position: relative;
    z-index: 0;
    max-height: calc(295px * 2);
    overflow: hidden;
    transition: max-height 0.3s ease; }
    .team__list:not(.full):before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 155px;
      background: linear-gradient(180deg, rgba(244, 244, 244, 0.25) 0%, #f4f4f4 100%);
      z-index: 2; } }
@media only screen and (min-width: 721px) {
  .team__list-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px; } }
@media only screen and (min-width: 991px) and (max-width: 1260px) {
  .team__list-row {
    grid-template-columns: repeat(4, 1fr); } }
@media only screen and (min-width: 1261px) {
  .team__list-row {
    grid-template-columns: repeat(5, 1fr);
    gap: 24px; } }
.team__more {
  display: flex;
  margin: 0 auto;
  margin-top: 14px; }
  @media only screen and (max-width: 600px) {
    .team__more {
      display: none; } }

.teams__header {
  margin-bottom: 41px; }
  @media only screen and (max-width: 600px) {
    .teams__header {
      margin-bottom: 24px; } }
.teams__desc p {
  margin-top: 24px; }
.teams__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }
  .teams__list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--base-radius);
    background-color: var(--white);
    height: 100px;
    width: calc((100% / 5) - 8px);
    pointer-events: none; }
    @media only screen and (min-width: 991px) {
      .teams__list-item {
        width: calc((100% / 6) - 8px); } }
    @media only screen and (max-width: 600px) {
      .teams__list-item {
        width: calc((100% / 2) - 8px); } }
    @media only screen and (min-width: 991px) {
      .teams__list-item:nth-child(1), .teams__list-item:nth-child(2), .teams__list-item:nth-child(3), .teams__list-item:nth-child(4) {
        width: calc((100% / 4) - 8px); } }
    .teams__list-item img {
      padding: 5%;
      width: 100%;
      height: 100%;
      object-fit: contain; }
    .teams__list-item:nth-child(5) img, .teams__list-item:first-child img {
      padding: 7%; }
    .teams__list-item:nth-child(7) img {
      padding: 1%; }
    .teams__list-item:nth-child(4) img, .teams__list-item:nth-child(2) img {
      padding: 3%; }
    .teams__list-item:nth-child(9) img {
      padding: 0; }
    @media only screen and (min-width: 601px) and (max-width: 990px) {
      .teams__list-item:nth-child(1), .teams__list-item:nth-child(2) {
        width: calc((100% / 2) - 8px); } }
    @media only screen and (min-width: 601px) and (max-width: 990px) {
      .teams__list-item:last-child, .teams__list-item:nth-last-child(2), .teams__list-item:nth-last-child(3) {
        width: calc((100% / 3) - 8px); } }
    @media only screen and (max-width: 600px) {
      .teams__list-item:first-child, .teams__list-item:nth-child(2), .teams__list-item:nth-child(3), .teams__list-item:nth-child(9) {
        width: 100%; } }
    @media only screen and (max-width: 600px) {
      .teams__list-item:first-child, .teams__list-item:nth-child(2), .teams__list-item:nth-child(3) {
        order: -2; } }
    @media only screen and (max-width: 600px) {
      .teams__list-item:nth-child(9) {
        order: -1; } }
@media only screen and (max-width: 600px) {
  .teams__img {
    display: none; } }

@media only screen and (min-width: 601px) {
  .news__filter {
    padding-bottom: 16px; } }
@media only screen and (max-width: 600px) {
  .news__filter {
    display: flex;
    flex-direction: column; } }
.news__filter-title {
  display: inline-block;
  font-weight: 500;
  line-height: 1.2;
  color: var(--second-text);
  margin-right: 16px; }
  @media only screen and (max-width: 600px) {
    .news__filter-title {
      margin-bottom: 8px; } }

@media only screen and (min-width: 991px) {
  .press-center {
    padding-top: 96px; }
    .press-center--page {
      padding-top: 119px; } }
.press-center--page .news__filter {
  padding-bottom: 19px; }
@media only screen and (min-width: 991px) {
  .press-center__header {
    margin-bottom: 80px; } }
@media only screen and (max-width: 600px) {
  .press-center__header {
    margin-bottom: 32px; } }
.press-center__link {
  margin-right: 26px;
  margin-top: 20px; }
.press-center__more {
  display: flex;
  max-width: max-content;
  margin: 0 auto;
  margin-top: 16px; }

.news-item {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid var(--grey); }
  @media only screen and (max-width: 600px) {
    .news-item .section__header {
      gap: 16px; } }
  .news-item:last-child {
    border-bottom: 1px solid var(--grey); }
  .news-item__title {
    max-width: 426px; }
    @media only screen and (max-width: 990px) {
      .news-item__title {
        order: -3; } }
  .news-item__text {
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 991px) {
      .news-item__text {
        margin-top: 24px; } }
    @media only screen and (max-width: 990px) {
      .news-item__text .btn-icon {
        order: -1;
        margin-top: 24px; } }
  .news-item__date {
    line-height: var(--lh-first);
    margin-top: 8px; }
    @media only screen and (max-width: 990px) {
      .news-item__date {
        order: -2; } }
  .news-item__excerpt {
    margin: 24px 0;
    line-height: var(--lh-first); }
    @media only screen and (max-width: 600px) {
      .news-item__excerpt {
        margin: 16px 0 20px 0; } }
  .news-item__link {
    margin-top: auto; }
  .news-item__img {
    display: block;
    aspect-ratio: 2/1.194;
    border-radius: var(--base-radius);
    overflow: hidden; }
    .news-item__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  @media only screen and (max-width: 990px) {
    .news-item .section__description {
      order: -1; } }

.select {
  display: inline-block;
  font-family: var(--ff);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  padding: 8px 0;
  color: var(--black);
  background-color: transparent;
  position: relative; }
  @media only screen and (max-width: 600px) {
    .select:not(.select--tpl2) {
      border-top: 1px solid var(--grey); } }
  .select__selected {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 4.5px 4px 4.5px 8px;
    border-radius: 4px;
    max-width: max-content;
    transition: background-color var(--base-transition), color var(--base-transition); }
    .select__selected:after {
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      mask-image: url("./assets/images/icons/chevron-down.svg");
      mask-repeat: no-repeat;
      mask-position: center;
      mask-size: contain;
      background-color: var(--black);
      transition: rotate var(--base-transition), background-color var(--base-transition); }
  .select__options {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--white);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    min-width: 167px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(5%);
    transition: opacity var(--base-transition), transform var(--base-transition);
    will-change: transform;
    z-index: 5; }
    .select__options div {
      font-weight: 400;
      padding: 15px 8px;
      cursor: pointer;
      transition: background-color var(--base-transition); }
      .select__options div:hover {
        background-color: var(--background); }
  .select--tpl2 {
    padding: 0 0 5px 0;
    margin: 0 8px 0 0; }
    .select--tpl2 .select__selected {
      padding: 2px 4px 2px 8px;
      background-color: var(--grey-light);
      border: 1px solid var(--grey); }
    .select--tpl2.open .select__selected {
      border-color: var(--red-10); }
  .select.open .select__selected {
    color: var(--red);
    background-color: var(--red-10); }
    .select.open .select__selected:after {
      background-color: var(--red);
      rotate: -180deg; }
  .select.open .select__options {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all; }

.page-header {
  padding: 16px 0 3px 0;
  margin-bottom: 77px;
  border-top: 1px solid var(--red);
  border-bottom: 1px solid var(--red); }
  @media only screen and (max-width: 600px) {
    .page-header {
      padding: 6px 0 6px 0;
      margin-bottom: 72px; } }
  .page-header__title span {
    color: var(--red-2); }

.page-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 60px; }
  @media only screen and (max-width: 600px) {
    .page-pagination {
      margin-top: 24px; } }
  .page-pagination .page-numbers {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: var(--black);
    background-color: var(--grey);
    border-radius: 8px;
    transition-duration: 0.1s; }
    @media only screen and (min-width: 601px) {
      .page-pagination .page-numbers:not(.current, .dots):hover {
        background-color: var(--grey-dark); } }
    @media only screen and (max-width: 600px) {
      .page-pagination .page-numbers {
        width: 32px;
        height: 32px;
        font-size: var(--base-size); }
        .page-pagination .page-numbers svg {
          width: 18px;
          height: 18px; } }
    .page-pagination .page-numbers.current {
      background-color: var(--red);
      color: var(--white); }

.single-section {
  padding-top: 120px;
  padding-bottom: 15px; }
  @media only screen and (max-width: 990px) {
    .single-section {
      padding-top: 80px; } }
  @media only screen and (max-width: 600px) {
    .single-section {
      padding-top: 40px; } }
  .single-section__date {
    font-weight: 500; }
  .single-section__links {
    display: flex;
    align-items: center;
    gap: 12px; }
    @media only screen and (max-width: 600px) {
      .single-section__links {
        flex-direction: column;
        align-items: start;
        gap: 8px; } }
  .single-section__title {
    margin-bottom: 12px; }
    @media only screen and (min-width: 601px) {
      .single-section__title {
        margin-bottom: 8px; } }
  .single-section__row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
    flex-direction: column; }
    @media only screen and (min-width: 601px) {
      .single-section__row {
        flex-direction: row;
        align-items: center; } }
  .single-section__img {
    aspect-ratio: 2.4/1;
    border-radius: var(--base-radius);
    overflow: hidden;
    margin-bottom: 40px; }
    @media only screen and (max-width: 600px) {
      .single-section__img {
        aspect-ratio: 2/1.58;
        margin-bottom: 24px; } }
    .single-section__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top; }
    .single-section__img--center img {
      object-position: center; }
    .single-section__img--bottom img {
      object-position: bottom; }
  .single-section .section__description p {
    margin-top: 0; }
  .single-section .content p:not(:last-child) {
    margin-bottom: 15px; }

@media only screen and (min-width: 990px) {
  .links {
    position: sticky;
    top: 30px; } }
.links__title {
  font-weight: 500;
  font-size: var(--base-size);
  line-height: var(--lh-first);
  margin-bottom: 16px; }
.links__list {
  display: flex;
  flex-direction: column;
  gap: 8px; }
.links__item {
  font-size: 14px;
  color: var(--red); }
  .links__item:hover {
    text-decoration: underline; }

@media only screen and (min-width: 991px) {
  .contacts {
    padding-top: 120px; } }
@media only screen and (max-width: 600px) {
  .contacts {
    padding: 40px 0; } }
.contacts .page-header {
  margin-bottom: 32px; }
  @media only screen and (max-width: 600px) {
    .contacts .page-header {
      margin-bottom: 70px; } }
.contacts__list {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 720px) {
    .contacts__list {
      flex-direction: column;
      gap: 32px; } }
  .contacts__list-accesor,
  .contacts__list .accesor {
    font-weight: 400;
    font-size: var(--small-size);
    color: var(--second-text);
    margin-bottom: 8px; }
.contacts__social .contact-item--link {
  color: inherit; }
  .contacts__social .contact-item--link:hover {
    color: var(--red); }

@media only screen and (min-width: 991px) {
  .contact-form {
    padding-top: 97px; } }
@media only screen and (min-width: 601px) {
  .contact-form__header {
    margin-bottom: 67px; } }
@media only screen and (max-width: 600px) {
  .contact-form .hr {
    display: none; } }

.input {
  display: flex;
  padding: 17px 24px;
  font-family: inherit;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: var(--black);
  background-color: var(--white);
  border-radius: 100px;
  width: 100%;
  border: 1px solid transparent;
  transition: border-color var(--base-transition); }
  .input::placeholder {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: var(--second-text); }
  .input.wpcf7-not-valid {
    border-color: var(--red); }
  .input:focus {
    border-color: var(--black-2); }

.form-item:not(:last-of-type) {
  margin-bottom: 12px; }
.form-item--mb24:not(:last-of-type) {
  margin-bottom: 20px; }

.apperance-text label {
  display: flex;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  cursor: pointer; }
  .apperance-text label:before {
    content: "";
    display: block;
    border: 2px solid var(--black);
    border-radius: 2px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%; }
.apperance-text label:has(input:checked)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24px' height='24px'%3E%3Cpath d='M 19.980469 5.9902344 A 1.0001 1.0001 0 0 0 19.292969 6.2929688 L 9 16.585938 L 5.7070312 13.292969 A 1.0001 1.0001 0 1 0 4.2929688 14.707031 L 8.2929688 18.707031 A 1.0001 1.0001 0 0 0 9.7070312 18.707031 L 20.707031 7.7070312 A 1.0001 1.0001 0 0 0 19.980469 5.9902344 z'/%3E%3C/svg%3E"); }
.apperance-text a {
  text-decoration: underline;
  transition: color var(--base-transition); }
  .apperance-text a:hover {
    color: var(--red); }
.apperance-text .apperance {
  position: absolute;
  font-size: 0;
  z-index: -1; }

.btn {
  display: inline-block;
  font-family: var(--th-ff);
  padding: 20px 32px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--white);
  background-color: var(--red);
  border-radius: 100px;
  border: 1px solid transparent;
  text-align: center;
  transition: background-color var(--fast-transition); }
  .btn:hover {
    background-color: var(--red-2); }
  .btn--100 {
    width: 100%; }

.btn-icon {
  display: inline-flex;
  align-items: center;
  align-self: start;
  gap: 8px;
  padding: 2px 16px 2px 2px;
  font-size: 12px;
  text-transform: uppercase;
  background-color: var(--white);
  border: 1px solid var(--grey);
  border-radius: 100px;
  transition-duration: 0.1s; }
  .btn-icon:before {
    width: 28px;
    height: 28px;
    background-color: var(--red-2);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55%;
    border-radius: 50%;
    content: ""; }
  .btn-icon--article:before {
    background-image: url("./assets/images/icons/article.svg"); }
  .btn-icon--telegram:before {
    background-image: url("./assets/images/icons/telegram.svg"); }
  .btn-icon:hover {
    border-color: var(--red-2); }

.location-address {
  display: flex;
  align-items: center;
  gap: 8px; }
  .location-address:before {
    content: "";
    width: 24px;
    height: 24px;
    mask-image: url("./assets/images/icons/location.svg");
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: var(--black); }

.map-src__frame {
  border: none !important;
  outline: none !important; }
  @media only screen and (max-width: 600px) {
    .map-src__frame {
      height: 392px;
      border-radius: var(--base-radius); } }

.map {
  padding-top: 21px; }
  @media only screen and (max-width: 600px) {
    .map {
      padding-top: 2px; } }
  .map__header {
    margin-bottom: 59px; }
    @media only screen and (max-width: 600px) {
      .map__header {
        margin-bottom: 30px; } }
  .map .section__description p {
    margin-top: 18px; }
    @media only screen and (max-width: 600px) {
      .map .section__description p {
        margin-top: 25px; } }

.hr,
hr {
  border-top: 1px solid var(--grey); }

.wpcf7-not-valid-tip {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: var(--small-size);
  color: var(--red); }

.wpcf7-list-item {
  margin: 0; }

.wpcf7-spinner {
  display: none; }

.wpcf7-response-output {
  border: none !important;
  border-radius: 4px;
  padding: 15px 20px !important;
  background-color: var(--red);
  color: var(--white);
  font-weight: 500;
  font-size: var(--small-size);
  color: var(--grey-light); }

@media only screen and (max-width: 600px) {
  .projects {
    padding-bottom: 10px; } }
.projects__header {
  margin-bottom: 59px; }
  @media only screen and (max-width: 600px) {
    .projects__header {
      margin-bottom: 32px; } }
.projects__card-head {
  display: flex; }
  @media only screen and (min-width: 991px) {
    .projects__card-head {
      gap: 24px; } }
  @media only screen and (max-width: 990px) {
    .projects__card-head {
      flex-direction: column; } }
.projects__card p {
  margin-top: 0;
  margin-bottom: 16px; }
.projects__card-link {
  justify-content: start; }

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }
  .tags__item {
    padding: 8px 16px;
    line-height: var(--lh-first);
    font-weight: 500;
    background-color: var(--grey-light);
    border-radius: 8px; }

.result-more {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  width: 100%;
  color: inherit; }
  .result-more__text {
    display: flex;
    align-items: center;
    gap: 2px; }
    .result-more__text:after {
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      mask-image: url("./assets/images/icons/chevron-down.svg");
      mask-position: center;
      mask-repeat: no-repeat;
      mask-size: contain;
      background-color: var(--black);
      transition: transform var(--base-transition); }
  .result-more:before, .result-more:after {
    content: "";
    display: block;
    flex: 1;
    width: 100%;
    height: 1px;
    background-color: var(--grey); }
  .result-more.active .result-more__text:after {
    transform: rotate(-180deg); }

.winners {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid var(--grey);
  border-radius: 12px;
  margin-bottom: 24px; }
  @media only screen and (min-width: 1261px) {
    .winners {
      align-items: center; } }
  @media only screen and (max-width: 1260px) {
    .winners {
      flex-direction: column;
      gap: 16px; } }
  @media only screen and (max-width: 600px) {
    .winners {
      padding: 8px; } }
  .winners__title {
    background-color: var(--grey-light);
    border-radius: 8px;
    padding: 4px 8px; }
  .winners__list {
    display: flex;
    gap: 30px; }
    @media only screen and (min-width: 991px) {
      .winners__list {
        align-items: center; } }
    @media only screen and (max-width: 990px) {
      .winners__list {
        flex-direction: column;
        gap: 10px; } }

.winner-list {
  display: flex;
  flex-direction: column;
  gap: 11px; }
  .winner-list .award__title {
    flex: 0 0 17%; }
    @media only screen and (max-width: 600px) {
      .winner-list .award__title {
        flex: 0 0 33%; } }

.winner-table table {
  border-collapse: separate !important;
  border-spacing: 0;
  overflow: hidden; }
  .winner-table table thead th {
    padding: 16px;
    font-weight: 500;
    background-color: var(--background);
    line-height: var(--lh-first);
    border-bottom: 1px solid var(--grey);
    border-top: 1px solid var(--grey);
    border-left: 1px solid var(--grey); }
    .winner-table table thead th:first-child {
      border-top-left-radius: 12px; }
    .winner-table table thead th:last-child {
      border-top-right-radius: 12px;
      border-right: 1px solid var(--grey); }
  @media only screen and (max-width: 990px) {
    .winner-table table thead {
      display: none; } }
  @media only screen and (min-width: 721px) {
    .winner-table table tbody tr {
      transition: background-color var(--base-transition); }
      .winner-table table tbody tr:hover {
        background-color: var(--grey-light); } }
  .winner-table table tbody tr td {
    border-left: 1px solid var(--grey); }
    @media only screen and (min-width: 991px) {
      .winner-table table tbody tr td {
        padding: 16px;
        border-bottom: 1px solid var(--grey); } }
    @media only screen and (max-width: 990px) {
      .winner-table table tbody tr td {
        border-top: 1px solid var(--grey);
        border-right: 1px solid var(--grey); }
        .winner-table table tbody tr td:last-child {
          border-bottom: 1px solid var(--grey); } }
    .winner-table table tbody tr td:last-child {
      border-right: 1px solid var(--grey); }
    .winner-table table tbody tr td:first-child {
      font-weight: 500;
      font-size: 20px;
      line-height: 1.11;
      text-align: center;
      color: var(--red); }
      @media only screen and (max-width: 990px) {
        .winner-table table tbody tr td:first-child {
          padding: 16px; } }
    @media only screen and (max-width: 990px) {
      .winner-table table tbody tr td .winner-list {
        display: block; } }
    @media only screen and (max-width: 990px) {
      .winner-table table tbody tr td .award {
        padding: 16px; }
        .winner-table table tbody tr td .award:not(:last-child) {
          border-bottom: 1px solid var(--grey); } }
  @media only screen and (max-width: 990px) {
    .winner-table table tbody tr td:first-child {
      border-top-left-radius: 12px;
      border-top-right-radius: 12px; }
    .winner-table table tbody tr td:last-child {
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px; } }
  @media only screen and (min-width: 991px) {
    .winner-table table tbody tr:last-child td:last-child {
      border-bottom-right-radius: 12px; }
    .winner-table table tbody tr:last-child td:first-child {
      border-bottom-left-radius: 12px; } }
@media only screen and (max-width: 990px) {
  .winner-table__header td {
    border: 1px solid var(--grey);
    border-radius: var(--base-radius);
    background-color: var(--background);
    font-size: var(--base-size) !important;
    line-height: var(--lh-first) !important;
    color: var(--black) !important;
    text-align: left !important; } }
@media only screen and (max-width: 990px) {
  .winner-table__header {
    margin-bottom: 12px; } }
@media only screen and (max-width: 990px) {
  .winner-table tr {
    display: flex;
    flex-direction: column; }
    .winner-table tr:not(:last-child) {
      margin-bottom: 12px; }
    .winner-table tr td {
      display: block;
      width: 100%;
      text-align: left !important; } }

.award {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: var(--lh-first); }
  .award strong {
    font-weight: 500; }
  .award:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain; }
  .award--gold:before {
    mask-image: url("./assets/images/icons/gold.svg");
    background-color: #ffd700; }
  .award--silver:before {
    mask-image: url("./assets/images/icons/silver.svg");
    background-color: #c0c0c0; }
  .award--bronze:before {
    mask-image: url("./assets/images/icons/bronze.svg");
    background-color: #b87333; }

.table,
.wp-block-table {
  font-size: var(--small-size);
  line-height: var(--lh-first); }
  .table table,
  .wp-block-table table {
    border-collapse: separate !important;
    border-spacing: 0 8px; }
  .table p:not(:last-child),
  .wp-block-table p:not(:last-child) {
    margin-bottom: 10px; }
  .table thead th,
  .wp-block-table thead th {
    padding: 16px 24px;
    font-weight: 500;
    color: var(--white);
    background-color: var(--red); }
    .table thead th:first-child,
    .wp-block-table thead th:first-child {
      border-top-left-radius: var(--base-radius);
      border-bottom-left-radius: var(--base-radius); }
    .table thead th:last-child,
    .wp-block-table thead th:last-child {
      border-top-right-radius: var(--base-radius);
      border-bottom-right-radius: var(--base-radius); }
  .table tr,
  .wp-block-table tr {
    border-radius: var(--base-radius); }
    .table tr td,
    .wp-block-table tr td {
      padding: 24px;
      background-color: var(--white); }
    .table tr td:first-child,
    .wp-block-table tr td:first-child {
      font-size: var(--base-size);
      border-top-left-radius: var(--base-radius);
      border-bottom-left-radius: var(--base-radius); }
      .table tr td:first-child p:not(:last-child),
      .wp-block-table tr td:first-child p:not(:last-child) {
        margin-bottom: 24px; }
    .table tr td:last-child,
    .wp-block-table tr td:last-child {
      border-top-right-radius: var(--base-radius);
      border-bottom-right-radius: var(--base-radius); }
      .table tr td:last-child img:first-of-type,
      .wp-block-table tr td:last-child img:first-of-type {
        margin-left: 1.8em; }
  .table img,
  .wp-block-table img {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 10px; }
    .table img.alignleft,
    .wp-block-table img.alignleft {
      float: left; }
  .table ul li:not(:last-child),
  .table ol li:not(:last-child),
  .wp-block-table ul li:not(:last-child),
  .wp-block-table ol li:not(:last-child) {
    margin-bottom: 4px; }

.wp-block-table td,
.wp-block-table th {
  border: none !important; }

.wp-block-table tr td:first-child {
  font-size: var(--small-size); }

.competitions__list {
  margin-top: 160px; }
  @media only screen and (max-width: 990px) {
    .competitions__list {
      margin-top: 70px; } }
@media only screen and (max-width: 990px) {
  .competitions .section__description {
    margin-left: 0; } }
.competitions__btn {
  margin-top: 21px;
  padding: 14px; }
.competitions__results-header {
  margin-bottom: 40px; }
  @media only screen and (max-width: 600px) {
    .competitions__results-header {
      margin-bottom: 24px; } }
.competitions__results-title {
  margin-bottom: 24px; }
.competitions__table {
  margin-bottom: 40px; }
  @media only screen and (max-width: 600px) {
    .competitions__table {
      margin-bottom: 24px; } }
.competitions__results {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease; }

.competitions-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 32px; }
  .competitions-list__item {
    padding: 32px 24px;
    border-radius: var(--base-radius);
    background-color: var(--white); }
    @media only screen and (max-width: 600px) {
      .competitions-list__item {
        padding: 16px; }
        .competitions-list__item .section__header {
          gap: 16px; } }
  .competitions-list__title {
    max-width: 550px; }
  @media only screen and (min-width: 991px) {
    .competitions-list__img {
      max-width: 320px; } }
  @media only screen and (max-width: 990px) {
    .competitions-list__img {
      aspect-ratio: 2/1; } }
  @media only screen and (max-width: 600px) {
    .competitions-list__img {
      aspect-ratio: auto; } }
  .competitions-list__img img {
    border-radius: 12px;
    min-height: 215px; }
    @media only screen and (min-width: 991px) {
      .competitions-list__img img {
        width: auto;
        height: auto; } }
    @media only screen and (max-width: 990px) {
      .competitions-list__img img {
        width: 100%;
        height: 100%;
        object-fit: cover; } }
  .competitions-list__text {
    max-width: 587px; }
  .competitions-list__description p {
    margin-top: 16px; }
  .competitions-list__tags {
    margin-top: 16px; }
  .competitions-list__link {
    margin-top: 28px; }

@media only screen and (min-width: 991px) {
  .fitness-descriptor__header {
    margin-bottom: 80px; } }
.fitness-descriptor__col {
  display: flex;
  flex-direction: column;
  gap: 45px; }
.fitness-descriptor__img {
  border-radius: 16px;
  aspect-ratio: 2.22/1;
  overflow: hidden; }
  @media only screen and (max-width: 600px) {
    .fitness-descriptor__img {
      aspect-ratio: 1 / 1.64; } }
  .fitness-descriptor__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.fitness-club__header {
  margin-bottom: 60px; }
  @media only screen and (max-width: 600px) {
    .fitness-club__header {
      margin-bottom: 32px; } }
.fitness-club__item {
  display: flex;
  gap: 24px;
  border-radius: var(--base-radius);
  padding: 8px;
  background-color: var(--white); }
  .fitness-club__item:not(:last-child) {
    margin-bottom: 8px; }
  .fitness-club__item:nth-child(5) .fitness-club__img img {
    object-position: right; }
  @media only screen and (max-width: 990px) {
    .fitness-club__item {
      flex-direction: column;
      gap: 8px; }
      .fitness-club__item:not(:last-child) {
        margin-bottom: 24px; } }
  .fitness-club__item-header {
    display: flex;
    margin-bottom: 24px; }
    @media only screen and (min-width: 721px) {
      .fitness-club__item-header {
        justify-content: space-between; } }
    @media only screen and (max-width: 720px) {
      .fitness-club__item-header {
        gap: 24px;
        flex-direction: column; } }
@media only screen and (min-width: 991px) {
  .fitness-club__img {
    --fitness_img: 200px;
    flex-basis: 16.9%;
    aspect-ratio: 1;
    flex-shrink: 0;
    max-width: var(--fitness_img);
    max-height: var(--fitness_img); } }
@media only screen and (max-width: 990px) {
  .fitness-club__img {
    aspect-ratio: 2 / 1.28; } }
.fitness-club__img img {
  width: 100%;
  height: 100%;
  border-radius: 12px; }
  @media only screen and (max-width: 990px) {
    .fitness-club__img img {
      height: 100%;
      object-fit: cover; } }
.fitness-club__name {
  font-size: 32px;
  text-transform: none; }
.fitness-club__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  flex-basis: 50%;
  justify-content: flex-end; }
  @media only screen and (min-width: 601px) {
    .fitness-club__links {
      align-items: center; } }
  @media only screen and (max-width: 600px) {
    .fitness-club__links {
      flex-direction: column;
      gap: 12px; } }
.fitness-club__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 8px 8px 8px 0; }
  @media only screen and (max-width: 990px) {
    .fitness-club__body {
      padding-left: 8px; } }
.fitness-club__content {
  margin-top: 16px;
  margin-bottom: 16px;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease; }
  .fitness-club__content p:not(:last-child),
  .fitness-club__content ul:not(:last-child),
  .fitness-club__content ol:not(:last-child) {
    margin-bottom: 16px; }
.fitness-club__cards {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  font-weight: 500;
  padding: 16px 0;
  border-top: 1px solid var(--grey);
  border-bottom: 1px solid var(--grey);
  margin-bottom: 16px; }
  .fitness-club__cards li {
    margin-left: 0 !important;
    list-style-type: none !important; }
    .fitness-club__cards li p {
      margin-bottom: 0 !important; }
.fitness-club__card {
  width: calc((100% / 3) - 24px); }
  @media only screen and (max-width: 720px) {
    .fitness-club__card {
      width: calc((100% / 2) - 24px); } }
  @media only screen and (max-width: 600px) {
    .fitness-club__card {
      width: auto; } }
.fitness-club__more {
  margin-top: auto; }

.question {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid var(--grey);
  border-radius: 16px;
  padding: 24px; }
  @media only screen and (min-width: 991px) {
    .question {
      max-width: 235px; } }

@media only screen and (min-width: 991px) {
  .tax {
    padding-top: 13px;
    padding-bottom: 90px; } }
.tax__title {
  margin-bottom: 16px; }
.tax__text {
  margin-bottom: 0; }
.tax__header {
  margin-bottom: 58px; }
  @media only screen and (max-width: 600px) {
    .tax__header {
      margin-bottom: 32px; } }
@media only screen and (max-width: 600px) {
  .tax .row-grid,
  .tax .section__header {
    gap: 16px; } }
.tax__cards p {
  margin-top: 0; }
  .tax__cards p:not(:last-of-type) {
    margin-bottom: 16px; }
.tax .section__col .card {
  max-width: max-content; }

.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 480px;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  overflow-y: auto;
  line-height: var(--lh-first);
  display: none;
  will-change: transform;
  z-index: 10; }
  @media only screen and (min-width: 601px) {
    .modal {
      border-radius: var(--base-radius); } }
  @media only screen and (max-width: 600px) {
    .modal {
      height: 100%;
      flex-direction: column; } }
  .modal.active {
    display: block;
    animation: LLonModal var(--base-transition); }
    @media only screen and (max-width: 600px) {
      .modal.active {
        display: flex; } }
  .modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 24px 32px;
    border-bottom: 1px solid var(--grey); }
    .modal__header br {
      display: none; }
  .modal__close {
    display: block;
    width: 40px;
    height: 40px;
    mask-image: url("./assets/images/icons/close.svg");
    mask-repeat: no-repeat;
    mask-size: 24px;
    mask-position: center;
    background-color: var(--black);
    flex-shrink: 0; }
  .modal__bottom {
    padding: 24px 32px;
    border-top: 1px solid var(--grey); }
  .modal__content {
    padding: 32px;
    overflow-y: auto; }
    @media only screen and (max-width: 600px) {
      .modal__content {
        flex: 1; } }
  .modal__btn {
    padding: 12px; }
  .modal__icon {
    margin-bottom: 16px; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  display: none; }
  .overlay.active {
    display: block; }

.text-part:not(:last-child) {
  margin-bottom: 16px; }

.tasks__title {
  font-family: var(--ff);
  font-size: 96px;
  font-weight: 500;
  margin-top: auto;
  margin-bottom: 8px; }
@media only screen and (max-width: 990px) {
  .tasks__cards {
    gap: 16px; } }
.tasks__col {
  display: flex;
  flex-direction: column;
  flex-basis: 38.5%; }
.tasks .card__text {
  margin-bottom: 0; }
.tasks__card {
  padding: 16px; }
  .tasks__card .h--3 {
    margin-bottom: 8px; }
  .tasks__card p {
    margin-top: 8px; }

@media only screen and (min-width: 991px) {
  .corp-teams {
    padding-top: 93px; } }
.corp-teams__row {
  margin-top: 24px;
  gap: 60px; }
  @media only screen and (max-width: 990px) {
    .corp-teams__row {
      flex-direction: column;
      gap: 24px; } }
  @media only screen and (max-width: 600px) {
    .corp-teams__row {
      gap: 16px;
      margin-top: 16px; } }
@media only screen and (min-width: 991px) {
  .corp-teams__col {
    width: 49%; }
    .corp-teams__col:last-child {
      width: 35%; } }
.corp-teams__cards {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }
  @media only screen and (max-width: 990px) {
    .corp-teams__cards {
      margin-top: 32px; } }
  @media only screen and (max-width: 720px) {
    .corp-teams__cards {
      flex-direction: column;
      gap: 16px; } }
@media only screen and (min-width: 721px) {
  .corp-teams__card {
    width: calc((100% / 3.23) - 24px); }
    .corp-teams__card:first-child, .corp-teams__card:nth-child(4) {
      width: calc((100% / 2.5) - 24px); }
    .corp-teams__card:last-child {
      width: auto;
      flex: 1; } }
.corp-teams__card .text-part:not(:last-child) {
  margin-bottom: 8px; }

@media only screen and (min-width: 991px) {
  .cup {
    padding-top: 100px; } }
.cup__header p:not(.cup__text) {
  margin-top: 24px; }
.cup__cards {
  margin-top: 32px;
  max-width: 486px; }
  @media only screen and (max-width: 600px) {
    .cup__cards {
      margin-top: 24px; } }
.cup__text {
  margin-top: 8px !important;
  margin-bottom: 0 !important; }

@media only screen and (min-width: 991px) {
  .spartakiad {
    padding-top: 45px; } }
@media only screen and (min-width: 991px) {
  .spartakiad__header {
    margin-bottom: 63px; } }

.text-columns {
  gap: 35px;
  flex-wrap: wrap; }
  @media only screen and (min-width: 991px) {
    .text-columns {
      align-items: flex-start; } }
  .text-columns--col {
    gap: 32px; }
  @media only screen and (max-width: 990px) {
    .text-columns {
      flex-direction: column;
      gap: 40px; } }
  @media only screen and (max-width: 600px) {
    .text-columns {
      gap: 16px; } }
  .text-columns__item {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--grey);
    font-size: var(--small-size); }
    @media only screen and (min-width: 991px) {
      .text-columns__item {
        min-width: 200px;
        max-width: max-content; } }
    .text-columns__item-title {
      display: flex;
      flex-direction: column;
      gap: 16px; }
    .text-columns__item-text {
      margin-top: 8px !important; }

@media only screen and (min-width: 991px) {
  .running-club {
    padding-top: 95px; } }
.running-club__col {
  display: flex;
  flex-direction: column;
  gap: 20px; }
.running-club__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px; }
  @media only screen and (min-width: 601px) {
    .running-club__card {
      margin-top: auto;
      max-width: 250px; } }
  @media only screen and (max-width: 990px) {
    .running-club__card-mob {
      margin-bottom: 24px; } }
.running-club__text {
  margin-top: 24px;
  margin-bottom: 24px; }
  @media only screen and (min-width: 991px) {
    .running-club__text {
      margin-bottom: 60px; } }

@media only screen and (min-width: 991px) {
  .mass-sport {
    padding-top: 102px; } }

.card-expanded {
  padding: 24px;
  border-radius: var(--base-radius);
  background-color: var(--white); }
  @media only screen and (max-width: 600px) {
    .card-expanded {
      padding: 16px; }
      .card-expanded br {
        display: none; } }
  .card-expanded:not(:last-child) {
    margin-bottom: 24px; }
  .card-expanded__header {
    margin-bottom: 24px; }
    @media only screen and (max-width: 600px) {
      .card-expanded__header {
        margin-bottom: 16px; } }
    .card-expanded__header p {
      margin-top: 0; }
      .card-expanded__header p:not(:last-child) {
        margin-bottom: 16px; }
  .card-expanded__body {
    margin-top: 24px;
    gap: 24px; }
    @media only screen and (max-width: 600px) {
      .card-expanded__body {
        margin-top: 16px; } }
    .card-expanded__body > .section__col {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex: 1; }
  .card-expanded__img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media only screen and (max-width: 600px) {
      .card-expanded__img {
        aspect-ratio: 1/1.04; } }
  .card-expanded__bottom {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px; }
  .card-expanded__content {
    padding: 16px;
    border-radius: 12px;
    background-color: var(--background);
    line-height: var(--lh-first); }
    .card-expanded__content p {
      margin-top: 0; }
      .card-expanded__content p:not(:last-child) {
        margin-bottom: 16px; }
  .card-expanded__title {
    margin-bottom: 10px; }
  .card-expanded__columns {
    gap: 16px;
    margin-top: 24px; }
    @media only screen and (max-width: 990px) {
      .card-expanded__columns {
        flex-wrap: wrap; } }
    .card-expanded__columns p:not(:last-child) {
      margin-bottom: 8px; }
  .card-expanded__col:first-child {
    min-width: 236px; }

@media only screen and (min-width: 991px) {
  .areas {
    padding-top: 94px; } }
.areas__title {
  margin-bottom: 14px; }
@media only screen and (min-width: 991px) {
  .areas__header {
    margin-bottom: 60px; } }
@media only screen and (min-width: 721px) and (max-width: 990px) {
  .areas .row-grid--3 {
    grid-template-columns: repeat(2, 1fr); } }
@media only screen and (max-width: 600px) {
  .areas .row-grid {
    gap: 16px; } }

@media only screen and (min-width: 991px) {
  .sport-support {
    padding-top: 94px; } }
@media only screen and (min-width: 991px) {
  .sport-support__header {
    margin-bottom: 32px; } }
.sport-support__img {
  border-radius: var(--base-radius);
  margin-bottom: 32px;
  width: 100%;
  height: auto; }
  @media only screen and (max-width: 600px) {
    .sport-support__img {
      margin-bottom: 24px; } }
.sport-support__text p {
  margin-top: 0; }
  .sport-support__text p:not(:last-child) {
    margin-bottom: 10px; }
@media only screen and (max-width: 600px) {
  .sport-support__body {
    gap: 16px; } }

@media only screen and (min-width: 991px) {
  .program {
    padding-top: 95px;
    padding-bottom: 106px; } }
@media only screen and (min-width: 991px) {
  .program .card {
    max-width: 400px; } }
.program__description {
  display: flex;
  gap: 80px; }
  @media only screen and (min-width: 991px) {
    .program__description .card {
      max-width: 378px; } }
  @media only screen and (max-width: 990px) {
    .program__description {
      flex-direction: column;
      gap: 40px; } }
  @media only screen and (max-width: 600px) {
    .program__description {
      gap: 24px; } }
.program .card__title {
  margin-bottom: 24px; }
@media only screen and (max-width: 600px) {
  .program .section__header {
    gap: 16px; } }

.examples-list {
  counter-reset: item; }
  .examples-list__item {
    display: flex;
    counter-increment: item;
    padding: 48px 0;
    border-top: 1px solid var(--grey); }
    @media only screen and (max-width: 990px) {
      .examples-list__item {
        flex-direction: column;
        gap: 24px; } }
    @media only screen and (max-width: 600px) {
      .examples-list__item {
        padding: 16px 0; } }
    @media only screen and (min-width: 991px) {
      .examples-list__item:last-child {
        border-bottom: 1px solid var(--grey); } }
    @media only screen and (max-width: 600px) {
      .examples-list__item p {
        margin-top: 16px; } }
    .examples-list__item:before {
      content: counter(item,decimal-leading-zero);
      font-weight: 500;
      font-size: 64px;
      line-height: 1;
      color: var(--grey); }
  .examples-list .text-columns {
    margin-top: 32px; }
    @media only screen and (max-width: 600px) {
      .examples-list .text-columns {
        margin-top: 16px; } }
  @media only screen and (min-width: 991px) {
    .examples-list__wrapper {
      max-width: 515px; } }

@media only screen and (min-width: 991px) {
  .examples {
    padding-top: 95px; } }
@media only screen and (min-width: 991px) {
  .examples__header {
    margin-bottom: 28px; } }
@media only screen and (max-width: 990px) {
  .examples__header {
    margin-bottom: 50px; } }

@media only screen and (min-width: 991px) {
  .descriptor {
    padding-top: 58px; } }
.descriptor .cards {
  margin-top: 80px; }
  @media only screen and (max-width: 600px) {
    .descriptor .cards {
      margin-top: 24px; } }
@media only screen and (max-width: 600px) {
  .descriptor .btn {
    width: 100%; } }

@media only screen and (min-width: 991px) {
  .prof-support {
    padding-top: 57px; } }
.prof-support__list {
  margin-top: 80px; }
@media only screen and (min-width: 991px) {
  .prof-support__header {
    margin-bottom: 79px; } }

.sport-list {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.sport-item {
  padding: 24px;
  border-radius: var(--base-radius);
  background-color: var(--white); }
  @media only screen and (max-width: 600px) {
    .sport-item {
      padding: 12px; } }
  .sport-item__body {
    gap: 24px;
    padding: 16px;
    margin-top: 16px;
    border-radius: 12px;
    background-color: var(--background); }
    @media only screen and (min-width: 1261px) {
      .sport-item__body {
        align-items: flex-start; } }
    @media only screen and (max-width: 990px) {
      .sport-item__body {
        flex-direction: column; } }
    @media only screen and (max-width: 600px) {
      .sport-item__body {
        padding: 12px; } }
  .sport-item__img {
    aspect-ratio: 2/1.184;
    border-radius: 8px;
    overflow: hidden;
    flex-basis: 47%; }
    .sport-item__img-src {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media only screen and (max-width: 600px) {
      .sport-item__img {
        aspect-ratio: 2/1.77; } }
  .sport-item__content {
    flex-basis: 70%; }

.cards {
  counter-reset: item; }

@media only screen and (min-width: 991px) {
  .principles__header {
    margin-bottom: 70px; } }

.horizontal-item {
  padding: 20px 0;
  border-top: 1px solid var(--grey); }
  .horizontal-item:last-child {
    border-bottom: 1px solid var(--grey); }
  .horizontal-item p {
    margin: 0; }
  @media only screen and (max-width: 990px) {
    .horizontal-item {
      gap: 20px; } }
  @media only screen and (max-width: 600px) {
    .horizontal-item {
      gap: 8px; } }
  @media only screen and (max-width: 600px) {
    .horizontal-item .section__description {
      gap: 8px; } }

.cur__cards {
  gap: 24px;
  margin-top: 80px; }
  @media only screen and (max-width: 990px) {
    .cur__cards {
      margin-top: 40px;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 600px) {
    .cur__cards {
      flex-direction: column;
      margin-top: 24px;
      gap: 16px; } }
  .cur__cards p {
    margin-top: 4px; }
.cur__header {
  margin-bottom: 32px; }
  @media only screen and (max-width: 600px) {
    .cur__header {
      margin-bottom: 16px; } }
.cur .card__icon {
  --icon-size: 32px; }
@media only screen and (max-width: 990px) {
  .cur__table thead {
    display: none; }
  .cur__table td {
    display: block;
    width: 100% !important; } }
@media only screen and (max-width: 990px) and (max-width: 990px) {
  .cur__table tr:nth-child(2) td:nth-child(3) {
    display: none; } }
@media only screen and (max-width: 990px) {
  .cur__table tr td {
    padding: 14px 24px; }
    .cur__table tr td:nth-child(3):before, .cur__table tr td:nth-child(4):before {
      content: attr(data-title);
      font-weight: 500;
      margin-bottom: 8px;
      display: block; }
  .cur__table tr td:first-child {
    padding-top: 29px;
    border-top-right-radius: var(--base-radius);
    border-bottom-left-radius: 0; }
  .cur__table tr td:last-child {
    padding-bottom: 28px;
    border-top-right-radius: 0;
    border-bottom-left-radius: var(--base-radius); } }
@media only screen and (max-width: 990px) and (max-width: 990px) {
  .cur__table tr td:last-child img:first-of-type {
    margin-top: 8px; } }

@media only screen and (max-width: 600px) {
  .cur__table tr td:first-child img {
    width: 128px;
    height: auto;
    margin-bottom: 0; } }

.award-list__item {
  padding: 20px 0;
  border-top: 1px solid var(--grey); }
  @media only screen and (max-width: 600px) {
    .award-list__item {
      padding: 16px 0; } }
  .award-list__item:last-child {
    border-bottom: 1px solid var(--grey); }
.award-list__text {
  flex: 1; }
  .award-list__text p {
    margin-top: 0; }
  .award-list__text p:not(:last-child) {
    margin-bottom: 16px; }
.award-list__img {
  border-radius: var(--base-radius);
  max-width: 252px;
  width: auto;
  height: auto; }
  @media only screen and (max-width: 600px) {
    .award-list__img {
      order: -1;
      width: 100%;
      max-width: 100%; } }
.award-list__row {
  gap: 20px; }
  @media only screen and (min-width: 601px) {
    .award-list__row {
      align-items: flex-start; } }
  @media only screen and (max-width: 600px) {
    .award-list__row {
      flex-direction: column;
      gap: 16px; } }

.award-cards {
  margin-top: 120px;
  flex-wrap: wrap;
  gap: 12px; }
  @media only screen and (max-width: 600px) {
    .award-cards {
      margin-top: 70px; } }
  .award-cards__item {
    display: flex;
    flex-direction: column;
    flex-basis: 100%; }
    @media only screen and (min-width: 601px) {
      .award-cards__item {
        flex-basis: calc((100% / 2) - 12px); } }
    @media only screen and (min-width: 1261px) {
      .award-cards__item {
        flex-basis: calc((100% / 3) - 12px); }
        .award-cards__item:first-child {
          flex-basis: 40%; }
        .award-cards__item:nth-child(2) {
          flex-basis: 25%; }
        .award-cards__item:nth-child(3) {
          flex-basis: 33%; }
        .award-cards__item:nth-child(4), .award-cards__item:nth-child(5) {
          width: auto;
          flex: 1; } }
  .award-cards__title {
    margin-top: 50px; }
  .award-cards__text {
    margin-top: 16px; }
    @media only screen and (max-width: 600px) {
      .award-cards__text br {
        display: none; } }

.awards__header {
  margin-bottom: 32px; }

.page-template-fitness .hero--tpl-2 .hero__title.ml:nth-child(2) {
  padding-right: 20.9%; }
.page-template-sport .hero__title:first-child {
  padding-right: 6%; }
.page-template-sport .hero__title:last-child {
  padding-right: 27%; }
.page-template-children-sport .hero__title {
  padding-right: 6%; }
  .page-template-children-sport .hero__title:nth-child(2) {
    padding-left: 17%; }
    @media only screen and (max-width: 600px) {
      .page-template-children-sport .hero__title:nth-child(2) {
        padding-left: 0; } }
  .page-template-children-sport .hero__title:nth-child(3) {
    padding-right: 0; }
  .page-template-children-sport .hero__title:last-child {
    padding-right: 27%; }
    @media only screen and (max-width: 600px) {
      .page-template-children-sport .hero__title:last-child {
        padding-right: 0;
        text-align: left; } }
@media only screen and (max-width: 1260px) {
  .page-template-pro-sport .hero__title {
    font-size: clamp(26px, 5vw, 70px); } }
@media only screen and (max-width: 900px) {
  .page-template-pro-sport .hero__title {
    -webkit-text-stroke-width: 1px; } }
.page-template-pro-sport .hero__title:first-child {
  padding-right: 5.5%; }
.page-template-pro-sport .hero__title:last-child {
  padding-left: 7%; }
.page-template-about .hero__title:nth-child(3) {
  padding-left: 12%; }

article.page {
  padding-top: 30px; }

body.page-template-maintenance {
  overflow: hidden; }

.maintenance {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: var(--lh-first);
  text-align: center;
  padding: 140px 0;
  overflow: hidden;
  background-color: var(--background);
  z-index: 99; }
  .maintenance__bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-image: url("./assets/images/layout/maintenance/bg_mob.svg"); }
    @media only screen and (min-width: 601px) {
      .maintenance__bg {
        background-image: url("./assets/images/layout/maintenance/bg_desktop.svg"); } }
  @media only screen and (min-width: 601px) {
    .maintenance {
      padding: 84px 0; } }
  .maintenance__title {
    font-family: var(--second-ff);
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .maintenance__text {
    margin-bottom: 30px; }

.privacy-link:hover {
  text-decoration: underline; }

@media only screen and (max-width: 990px) {
  .skeleton {
    flex-direction: column; } }
.skeleton__col {
  display: flex;
  flex-direction: column;
  gap: 24px; }
.skeleton__bg {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 3s infinite;
  border-radius: var(--base-radius); }
.skeleton__row {
  height: 50px; }
  @media only screen and (max-width: 600px) {
    .skeleton__row {
      height: 30px; } }
  .skeleton__row--max50 {
    max-width: 50%; }
  .skeleton__row--mtauto {
    margin-top: auto; }
  .skeleton__row--20 {
    height: 20px; }
  .skeleton__row--100 {
    height: 100px; }
    @media only screen and (max-width: 600px) {
      .skeleton__row--100 {
        height: 50px; } }
.skeleton__preview {
  height: 430px; }
  @media only screen and (max-width: 990px) {
    .skeleton__preview {
      min-height: 430px;
      order: -1; } }
  @media only screen and (max-width: 600px) {
    .skeleton__preview {
      height: 200px;
      min-height: 200px; } }
  .skeleton__preview--min {
    height: 215px; }

.footer {
  position: relative;
  padding-top: 56px;
  padding-bottom: 113px;
  background-color: var(--black);
  color: var(--white);
  font-size: var(--small-size);
  margin-top: 94px;
  z-index: 5; }
  @media only screen and (max-width: 990px) {
    .footer {
      padding-top: 33px;
      padding-bottom: 22px;
      padding-left: 13px;
      padding-right: 13px; } }
  @media only screen and (max-width: 600px) {
    .footer {
      margin-top: 57px; } }
  @media only screen and (max-width: 1260px) {
    .footer__logo {
      font-size: 24px;
      width: 355px; } }
  @media only screen and (max-width: 600px) {
    .footer__logo {
      width: 100%;
      font-size: 22px; } }
  @media only screen and (max-width: 360px) {
    .footer__logo {
      font-size: 18px; } }
  @media only screen and (max-width: 1260px) {
    .footer__logo .logo__desc {
      height: 22px; } }
  @media only screen and (max-width: 1260px) {
    .footer__logo .logo__item {
      font-size: 24px;
      padding-top: 4px; } }
  @media only screen and (max-width: 600px) {
    .footer__logo .logo__item {
      font-size: 22px; } }
  @media only screen and (max-width: 360px) {
    .footer__logo .logo__item {
      font-size: 18px; } }
  @media only screen and (max-width: 990px) {
    .footer__menu:last-of-type {
      margin-bottom: 16px; } }
  .footer__row {
    display: flex; }
    @media only screen and (min-width: 991px) {
      .footer__row--between {
        justify-content: space-between; } }
    @media only screen and (max-width: 990px) {
      .footer__row {
        flex-direction: column;
        gap: 16px; } }
  .footer__left {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex-basis: 40%; }
    @media only screen and (max-width: 990px) {
      .footer__left {
        gap: 36px; } }
  .footer__right {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1; }
    @media only screen and (min-width: 991px) {
      .footer__right {
        gap: 40px; } }
    @media only screen and (max-width: 990px) {
      .footer__right {
        margin-top: 16px; } }
  @media only screen and (min-width: 991px) {
    .footer__col {
      flex-basis: 79%; }
      .footer__col:nth-child(2) {
        flex-basis: 69%; }
      .footer__col:last-child {
        flex-basis: 93%; } }
  .footer__copyright {
    color: var(--second-text); }
    @media only screen and (min-width: 990px) {
      .footer__copyright {
        margin-top: -20px; } }
  .footer__social {
    margin-top: 16px; }
    @media only screen and (min-width: 991px) {
      .footer__social {
        margin-top: 24px; } }
  @media only screen and (max-width: 990px) {
    .footer__contacts {
      margin: 12px 0; } }

/*# sourceMappingURL=style.css.map */
