@font-face {
  font-family: 'Manrope';
  src: url("/assets/fonts/Manrope/Manrope-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url("/assets/fonts/Manrope/Manrope-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url("/assets/fonts/Manrope/Manrope-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
  margin: 0;
  min-width: 320px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #999;
  line-height: 1.625;
  letter-spacing: -0.04em;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  padding-top: 62px;
  background: #212121;
}

body p {
  margin-bottom: 20px;
  margin-top: 0;
}

.app-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

svg path,
svg polygon,
svg rect {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a {
  color: #999;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
}

a:focus {
  outline-color: transparent;
  outline: none;
}

a:active {
  outline: none;
}

video {
  max-width: 100%;
}

.video-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 40px 0;
  letter-spacing: -0.03em;
  color: #fff;
}

h1,
h2 {
  font-size: 28px;
  line-height: 1.21;
}

h3 {
  font-size: 24px;
  line-height: 1.47;
  letter-spacing: -0.04em;
}

h4 {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: -0.04em;
}

h5,
h6 {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.04em;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: #212121;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: 0.5s cubic-bezier(0.08, 0.895, 0.635, 0.565);
  -moz-transition: 0.5s cubic-bezier(0.08, 0.895, 0.635, 0.565);
  -o-transition: 0.5s cubic-bezier(0.08, 0.895, 0.635, 0.565);
  -ms-transition: 0.5s cubic-bezier(0.08, 0.895, 0.635, 0.565);
  transition: 0.5s cubic-bezier(0.08, 0.895, 0.635, 0.565);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.loader__logo {
  overflow: hidden;
}

.loader__logo img {
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  transition: 0.25s ease;
}

.loader:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background: #e51524;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

.--loaded .loader,
.--loaded .loader__logo img {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.--loaded .loader:before {
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}

.fw-col-xs-1,
.fw-col-sm-1,
.fw-col-md-1,
.fw-col-lg-1,
.fw-col-xs-2,
.fw-col-sm-2,
.fw-col-md-2,
.fw-col-lg-2,
.fw-col-xs-3,
.fw-col-sm-3,
.fw-col-md-3,
.fw-col-lg-3,
.fw-col-xs-4,
.fw-col-sm-4,
.fw-col-md-4,
.fw-col-lg-4,
.fw-col-xs-5,
.fw-col-sm-5,
.fw-col-md-5,
.fw-col-lg-5,
.fw-col-xs-6,
.fw-col-sm-6,
.fw-col-md-6,
.fw-col-lg-6,
.fw-col-xs-7,
.fw-col-sm-7,
.fw-col-md-7,
.fw-col-lg-7,
.fw-col-xs-8,
.fw-col-sm-8,
.fw-col-md-8,
.fw-col-lg-8,
.fw-col-xs-9,
.fw-col-sm-9,
.fw-col-md-9,
.fw-col-lg-9,
.fw-col-xs-10,
.fw-col-sm-10,
.fw-col-md-10,
.fw-col-lg-10,
.fw-col-xs-11,
.fw-col-sm-11,
.fw-col-md-11,
.fw-col-lg-11,
.fw-col-xs-12,
.fw-col-sm-12,
.fw-col-md-12,
.fw-col-lg-12,
.fw-col-md-1-5,
.fw-col-sm-1-5 {
  padding-left: 16px;
  padding-right: 16px;
}

.fw-container {
  max-width: 1400px;
}

.social-menu {
  font-size: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 12px;
}

.social-menu li a {
  color: #fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #212121;
  z-index: 99;
}

.header__content {
  padding: 17px 16px 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.header__content:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 16px;
  height: 1px;
  width: calc(100% - 32px);
  background: #404040;
}

.header__main {
  position: fixed;
  left: 0;
  top: 62px;
  width: 100%;
  height: calc(100% - 62px);
  background: #212121;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
  padding: 40px 16px 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #fff;
}

.header__messengers {
  padding: 4px 35px 0;
  margin-left: auto;
}

.header__separator {
  display: none;
}

.header__contact {
  width: 100%;
  color: #fff;
  display: block;
  margin-bottom: auto;
  white-space: nowrap;
}

.header .top-menu {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 0 44px;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.header .top-menu a {
  color: #fff;
}

.header .lang-switcher {
  position: absolute;
  bottom: 40px;
  right: 16px;
}

.header .social-menu {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 24px;
  margin-bottom: auto;
}

.header .social {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 24px;
}

.header .social a {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.header.--active .header__main {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.lang-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 0;
  line-height: 0;
}

.lang-menu > li > a {
  color: #fff;
}

.lang-menu li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.lang-menu li.current-language-menu-item a {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  pointer-events: none;
}

.lang-menu li:last-of-type {
  margin-right: 0;
}

.lang-menu li a {
  font-size: 16px;
  line-height: 1;
}

.lang-menu li a:hover {
  color: #fff;
}

.lang-menu li .sub-menu {
  padding-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.main-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 34px;
  line-height: 1;
}

.main-menu li {
  display: block;
  margin-bottom: 20px;
}

.main-menu li.current-menu-item:not(.menu-item-type-custom) a,
.main-menu li.current_page_parent:not(.menu-item-type-custom) a {
  color: green-primary;
}

.hamburger {
  display: inline-block;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  margin-right: 10px;
}

.hamburger:hover .line {
  background-color: dark-primary;
}

.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(2px) rotate(45deg);
  -moz-transform: translateY(2px) rotate(45deg);
  -o-transform: translateY(2px) rotate(45deg);
  -ms-transform: translateY(2px) rotate(45deg);
  transform: translateY(2px) rotate(45deg);
}

.hamburger.is-active .line:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -moz-transform: translateY(-6px) rotate(-45deg);
  -o-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

.hamburger .line {
  width: 25px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger .line:nth-child(2) {
  display: none;
}

.logo {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 100%;
}

.btn {
      border: none;
    color: white;
    background-color: #505050;
    border-radius: 8px;
  padding: 15px 65px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background-color 0.3s ease, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.btn.--white {
  color: #fff;
  border-color: #fff;
}

.btn.--arrow:after,
.btn.--arrow-back:before {
  content: '→';
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.btn.--arrow:after {
  margin-left: 7px;
}

.btn.--arrow-back:before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  margin-right: 7px;
}

.social>div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.social__link {
  display: inline-block;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 12px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}

.social__link:hover i {
  color: #e51524;
}

.social__link img {
  width: 20px;
  height: 20px;
}

.social__link i {
  color: #fff;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: 20px;
}

.social__link svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}

.underlined-text {
  position: relative;
  display: inline-block;
}

.underlined-text:after,
.underlined-text:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  height: 1px;
  width: 100%;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.underlined-text:after {
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.underlined-text:hover:before {
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

.underlined-text:hover:after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.floating-icon {
  -webkit-transform: translate(7px, 3px);
  -moz-transform: translate(7px, 3px);
  -o-transform: translate(7px, 3px);
  -ms-transform: translate(7px, 3px);
  transform: translate(7px, 3px);
}

.floating-icon__default {
  fill: #fff;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}

.floating-icon__hover {
  fill: #999;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
}

.floating-icon.--right .floating-icon__hover {
  -webkit-transform: translateX(-150%);
  -moz-transform: translateX(-150%);
  -o-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
}

.top-menu a,
.footer-menu a,
.footer-secondary a,
.lang-menu a,
.footer__phone,
.footer__address {
  position: relative;
}

.top-menu a:before,
.footer-menu a:before,
.footer-secondary a:before,
.lang-menu a:before,
.footer__phone:before,
.footer__address:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}

.top-menu a:hover:before,
.footer-menu a:hover:before,
.footer-secondary a:hover:before,
.lang-menu a:hover:before,
.footer__phone:hover:before,
.footer__address:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

div#daextlwcnf-cookie-notice-button-2,
div#daextlwcnf-cookie-notice-button-2:hover {
  background: #e51524 !important;
  border-color: #e51524 !important;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer,
.otgs-development-site-front-end {
  display: none !important;
}

.background-video,
.fw-section-image {
  position: relative;
}

.background-video:after,
.fw-section-image:after {
  content: '';
  z-index: 1;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.background-video .fw-container,
.fw-section-image .fw-container,
.background-video .fw-container-fluid,
.fw-section-image .fw-container-fluid {
  position: relative;
  z-index: 2;
}

.fs-background-container {
  display: none;
}

.fw-heading {
  padding-top: 99px;
  margin-bottom: 60px;
}

.fw-heading .fw-special-title {
  display: inline-block;
  max-width: 80%;
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  margin: 0;
  padding-bottom: 16px;
  text-transform: uppercase;
  position: relative;
}

.fw-heading .fw-special-title:after {
  content: '';
  background-color: #fff;
  height: 2px;
  max-width: 100px;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.fw-heading .fw-special-subtitle {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  max-width: 87%;
  margin: 19px auto 0;
}

.pagination {
  margin-top: 20px;
  width: 100%;
  font-weight: 600;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.pagination .nav-links .page-numbers {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 2px;
  border: 2px solid grey-primary;
  border-radius: 12px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pagination .nav-links .page-numbers:hover {
  color: #fff !important;
  border-color: green-primary !important;
  background-color: green-primary !important;
}

.pagination .nav-links .page-numbers.current {
  color: green-primary;
  border-color: green-primary;
}

.pagination .nav-links .page-numbers.prev,
.pagination .nav-links .page-numbers.next {
  font-size: 22px;
  line-height: 1;
  background-color: grey-primary;
}

#load-posts {
  text-align: center;
  margin-top: 30px;
  width: 100%;
}

#load-posts .btn.disabled {
  display: none;
}

.app-post {
  margin-bottom: 41px;
}

.app-post__thumbnail {
  margin: 0 -20px 62px;
  overflow: hidden;
  height: 200px;
  font-size: 0;
  line-height: 0;
}

.app-post__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app-post__inner {
  margin-top: 40px;
}

.app-post__aside-inner .btn {
  display: none;
}

.app-post__aside {
  width: 100%;
}

.app-post__main {
  width: 100%;
}

.app-post__nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 40px;
  border-radius: 40px 0px;
}

.app-post__nav li {
  border-bottom: 2px solid grey-primary;
  padding-bottom: 18px;
  margin-bottom: 20px;
}

.app-post__nav li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.app-post__title {
  font-size: 38px;
  margin: 0 0 38px;
}

.app-post__title.--pc {
  display: none;
}

.app-post__title + .wp-block-separator {
  margin: 38px 0 60px;
}

.app-post__content .wp-block-video {
  margin: 0 0 10px;
}

.app-post__content .wp-block-image {
  margin-bottom: 40px;
}

.app-post__content .wp-block-image figcaption {
  font-size: 12px;
  line-height: 19px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.app-post__content > ol {
  margin: 20px 0 40px;
  padding-left: 18px;
}

.app-post__content > ol > li {
  padding-left: 35px;
  margin-bottom: 19px;
}

.app-post__content > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin: 20px 0 40px;
}

.app-post__content > ul > li {
  padding-left: 54px;
  margin-bottom: 19px;
}

.app-post__content > ol ol,
.app-post__content > ul ol {
  margin: 19px 0 15px;
  padding-left: 14px;
}

.app-post__content > ol ol li,
.app-post__content > ul ol li {
  padding-left: 41px;
  margin-bottom: 10px;
}

.app-post__content > ol ul,
.app-post__content > ul ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin: 19px 0 15px;
}

.app-post__content > ol ul li,
.app-post__content > ul ul li {
  padding-left: 55px;
  margin-bottom: 10px;
}

.app-post__content > ol ul li:before,
.app-post__content > ul ul li:before {
  content: '–';
  top: 0;
  width: unset;
  height: unset;
  background-color: unset;
  color: dark-primary;
}

.app-post__content ul > li {
  position: relative;
}

.app-post__content ul > li:before {
  content: '';
  background-color: green-primary;
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}

.app-post__content .wp-block-table {
  margin: 0 -20px 57px;
  padding-left: 20px;
  padding-right: 20px;
}

.app-post__content .wp-block-table table {
  min-width: 500px;
}

.app-post__content .wp-block-table table thead {
  font-weight: 600;
}

.app-post__content .wp-block-table table tr td {
  border: 2px solid grey-primary;
  padding: 10px 15px;
}

.app-post__content .wp-block-quote {
  margin: 40px 0;
  padding: 0 0 0 60px;
  position: relative;
  font-weight: 600;
  font-size: 34px;
  line-height: 1;
  text-transform: uppercase;
}

.app-post__content .wp-block-quote:before,
.app-post__content .wp-block-quote:after {
  position: absolute;
  font-weight: bold;
  font-size: 46px;
}

.app-post__content .wp-block-quote:before {
  left: 0;
  content: '“';
}

.app-post__content .wp-block-quote p {
  margin-bottom: 0;
}

.app-post__content .wp-block-quote cite {
  font-style: normal;
}

.wp-block-separator {
  border-top: 2px solid grey-primary;
  border-bottom: 2px solid grey-primary;
  height: 12px;
  margin: 60px 0;
}

.similar-posts {
  margin-bottom: 50px;
}

.similar-posts__title {
  line-height: 1;
  font-weight: 600;
  font-size: 38px;
  text-transform: uppercase;
  margin-bottom: 38px;
}

.similar-posts__navigation .swiper-button-prev,
.similar-posts__navigation .swiper-button-next {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  position: static;
  margin-top: 0;
  width: 36px;
  height: 36px;
  background-color: #dcdce2;
  border-radius: 12px;
  color: #12184c;
  outline: 0;
  border: none;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.similar-posts__navigation .swiper-button-prev:hover,
.similar-posts__navigation .swiper-button-next:hover {
  background-color: #19a51c;
  color: #fff;
}

.similar-posts__navigation .swiper-button-prev:after,
.similar-posts__navigation .swiper-button-next:after {
  font-size: 10px;
  font-weight: 600;
}

.similar-posts__slider {
  margin-bottom: 41px;
}

.similar-posts__slider .new-card h5 {
  font-size: 20px;
}

.content-page {
  padding-top: 25px;
}

.scroll-to-top {
  display: none;
  width: 33px;
  position: fixed;
  right: 35px;
  bottom: 10px;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.scroll-to-top:hover {
  border-color: #6e787e;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.scroll-to-top:hover svg * {
  stroke: #6e787e;
}

.scroll-to-top i {
  color: #6e787e;
  font-size: 22px;
  line-height: 45px;
  position: relative;
  top: -1px;
}

.developing {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.developing span {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}

.developing img {
  width: 138px;
  font-size: 0;
  line-height: 0;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -o-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.copy-sect {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin-bottom: 29px;
}

.footer {
  padding-top: 120px;
}

.footer__logo {
  margin-bottom: 37px;
}

.footer-menu {
  margin: 0 0 44px;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.footer-menu li a {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.04em;
  color: #fff;
}

.footer__link {
  color: #fff;
  margin-bottom: 8px;
  display: block;
}

.footer__phone {
  color: #fff;
  margin-bottom: 16px;
  display: block;
}

.footer__address {
  color: #fff;
  margin-bottom: 44px;
}

.footer__presentation {
  margin-bottom: 48px;
  color: #fff;
  display: inline-block;
}

.footer__top-row {
  padding-bottom: 30px;
  border-bottom: 2px solid #404040;
}

.footer__btm-row {
  padding-top: 26px;
  padding-bottom: 24px;
}

.footer__contacts {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.footer .footer-secondary {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 22px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.footer .social-menu {
  margin-bottom: 46px;
}

.footer .trp_language_switcher_shortcode {
  display: none;
}

.footer .go_up {
  display: none;
}

.footer__social {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 68px;
  grid-column: span 2;
}

.footer__social .social__link {
  margin-top: -3px;
}

.modal-window {
  will-change: transform;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 21;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.modal-window.--open {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 999;
}

.modal-window__hider {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: dark-primary;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  cursor: pointer;
}

.modal-window__content {
  z-index: 2;
  background-color: #fff;
  width: 90%;
  max-height: 96%;
  max-width: 450px;
  border-radius: 24px;
  position: relative;
  overflow: auto;
  padding: 35px 20px;
}

.modal-window__close {
  position: absolute;
  right: 13px;
  top: 13px;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.modal-window__close:hover svg rect {
  fill: green-primary;
}

.modal-window__close svg rect {
  fill: dark-primary;
}

.modal-window__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 19px;
}

.modal-window__desc {
  margin-bottom: 29px;
}

.app-form {
  margin-top: 100px;
}

.app-form__title {
    margin-top: 0;
    margin-bottom: 20px;
}

.app-form__input {
  margin-bottom: 18px;
}

.app-form__btn {
  margin-top: 35px;
}

.app-form__col {
  margin-bottom: 25px;
}

.app-field {
  margin-bottom: 25px;
  display: block;
}

.app-field:last-of-type {
  margin-bottom: 0;
}

*::placeholder {
  color: dark-primary;
}

*::-webkit-input-placeholder {
  color: dark-primary;
}

*:-moz-placeholder {
  color: dark-primary;
}

*::-moz-placeholder {
  color: dark-primary;
}

*:-ms-input-placeholder {
  color: dark-primary;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: dark-quaternary;
}

body input:required:valid,
body textarea:required:valid {
  color: dark-quaternary;
}

input[type="checkbox"] {
  display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
  border: none;
  border-bottom: 2px solid #dcdce2;
  outline: 0;
  padding: 14px 0;
  position: relative;
  z-index: 1;
  width: 100%;
  color: white;
  background-color: transparent;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-bottom-color: green-primary;
}

textarea {
  display: block;
  height: calc(100% - 25px);
  overflow: hidden;
  resize: none;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  padding: 0;
  font-size: 16px;
  text-align: left;
  border: none;
  margin: 20px 0 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: #dc3232;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #00af72;
}

.app-radio {
  display: inline-block;
  margin-bottom: 12px;
  padding-left: 26px;
  cursor: pointer;
}

.app-radio input[type="radio"] {
  display: none;
}

.app-radio input[type="radio"]:checked ~ span {
  color: #fff;
}

.app-radio input[type="radio"]:checked ~ span:before {
  background-color: #fff;
  border-color: #fff;
}

.app-radio__label {
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.app-radio__label:before {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  border: 2px solid #808080;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 1px;
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.search-form {
  width: 100%;
  position: relative;
}

.search-form__btn {
  -webkit-appearance: none;
  border: none;
  outline: 0;
  padding: 5px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  right: 0;
  bottom: 11px;
  background-color: transparent;
}

.search-form__btn:hover svg path {
  fill: green-primary;
}

.search-form__btn svg path {
  fill: grey-tertiary;
}

.search-form__field {
  padding-right: 40px;
}

.blocks rect {
  stroke: #fff;
  stroke-width: 0.2;
  fill: none;
  will-change: transform;
  -webkit-animation: rect-rotate 15s infinite linear paused;
  -moz-animation: rect-rotate 15s infinite linear paused;
  -o-animation: rect-rotate 15s infinite linear paused;
  -ms-animation: rect-rotate 15s infinite linear paused;
  animation: rect-rotate 15s infinite linear paused;
}

.blocks .svg-03-a-g:nth-child(3n+3) rect {
  fill: #e51524;
  stroke: #e51524;
}

.blocks .rect-group {
  will-change: transform;
  -webkit-animation: rect-group-move 7.5s infinite ease-in-out alternate paused;
  -moz-animation: rect-group-move 7.5s infinite ease-in-out alternate paused;
  -o-animation: rect-group-move 7.5s infinite ease-in-out alternate paused;
  -ms-animation: rect-group-move 7.5s infinite ease-in-out alternate paused;
  animation: rect-group-move 7.5s infinite ease-in-out alternate paused;
}

.blocks .outer-group {
  will-change: transform;
  -webkit-animation: rect-rotate 15s infinite ease-in-out alternate paused;
  -moz-animation: rect-rotate 15s infinite ease-in-out alternate paused;
  -o-animation: rect-rotate 15s infinite ease-in-out alternate paused;
  -ms-animation: rect-rotate 15s infinite ease-in-out alternate paused;
  animation: rect-rotate 15s infinite ease-in-out alternate paused;
}

.--playing .blocks rect,
.--playing .blocks .rect-group,
.--playing .blocks .outer-group {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  -ms-animation-play-state: running;
  animation-play-state: running;
}

.--playing .square,
.--playing .advantages__blocks {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  -ms-animation-play-state: running;
  animation-play-state: running;
}

.advantages__blocks {
  background: transparent;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 15s infinite;
  -moz-animation: spin 15s infinite;
  -o-animation: spin 15s infinite;
  -ms-animation: spin 15s infinite;
  animation: spin 15s infinite;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}

.square {
  background: #fa8d62;
  float: left;
  clear: right;
  margin: 3px;
  width: 27px;
  height: 27px;
  -webkit-animation-name: disappear;
  -moz-animation-name: disappear;
  -o-animation-name: disappear;
  -ms-animation-name: disappear;
  animation-name: disappear;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  -ms-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 1200ms;
  -moz-animation-duration: 1200ms;
  -o-animation-duration: 1200ms;
  -ms-animation-duration: 1200ms;
  animation-duration: 1200ms;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}

.advantages__blocks .square:nth-child(1) {
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  -ms-animation-delay: 200ms;
  animation-delay: 200ms;
}

.advantages__blocks .square:nth-child(2) {
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
  animation-delay: 400ms;
}

.advantages__blocks .square:nth-child(3) {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  -o-animation-delay: 600ms;
  -ms-animation-delay: 600ms;
  animation-delay: 600ms;
}

.advantages__blocks .square:nth-child(4) {
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
  animation-delay: 400ms;
}

.advantages__blocks .square:nth-child(5) {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  -o-animation-delay: 600ms;
  -ms-animation-delay: 600ms;
  animation-delay: 600ms;
}

.advantages__blocks .square:nth-child(6) {
  -webkit-animation-delay: 800ms;
  -moz-animation-delay: 800ms;
  -o-animation-delay: 800ms;
  -ms-animation-delay: 800ms;
  animation-delay: 800ms;
}

.advantages__blocks .square:nth-child(7) {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  -o-animation-delay: 600ms;
  -ms-animation-delay: 600ms;
  animation-delay: 600ms;
}

.advantages__blocks .square:nth-child(8) {
  -webkit-animation-delay: 800ms;
  -moz-animation-delay: 800ms;
  -o-animation-delay: 800ms;
  -ms-animation-delay: 800ms;
  animation-delay: 800ms;
}

.advantages__blocks .square:nth-child(9) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
}

@-moz-keyframes rect-group-move {
  from {
    -webkit-transform: translate(0, -15%);
    -moz-transform: translate(0, -15%);
    -o-transform: translate(0, -15%);
    -ms-transform: translate(0, -15%);
    transform: translate(0, -15%);
  }

  to {
    -webkit-transform: translate(0, 5%);
    -moz-transform: translate(0, 5%);
    -o-transform: translate(0, 5%);
    -ms-transform: translate(0, 5%);
    transform: translate(0, 5%);
  }
}

@-webkit-keyframes rect-group-move {
  from {
    -webkit-transform: translate(0, -15%);
    -moz-transform: translate(0, -15%);
    -o-transform: translate(0, -15%);
    -ms-transform: translate(0, -15%);
    transform: translate(0, -15%);
  }

  to {
    -webkit-transform: translate(0, 5%);
    -moz-transform: translate(0, 5%);
    -o-transform: translate(0, 5%);
    -ms-transform: translate(0, 5%);
    transform: translate(0, 5%);
  }
}

@-o-keyframes rect-group-move {
  from {
    -webkit-transform: translate(0, -15%);
    -moz-transform: translate(0, -15%);
    -o-transform: translate(0, -15%);
    -ms-transform: translate(0, -15%);
    transform: translate(0, -15%);
  }

  to {
    -webkit-transform: translate(0, 5%);
    -moz-transform: translate(0, 5%);
    -o-transform: translate(0, 5%);
    -ms-transform: translate(0, 5%);
    transform: translate(0, 5%);
  }
}

@keyframes rect-group-move {
  from {
    -webkit-transform: translate(0, -15%);
    -moz-transform: translate(0, -15%);
    -o-transform: translate(0, -15%);
    -ms-transform: translate(0, -15%);
    transform: translate(0, -15%);
  }

  to {
    -webkit-transform: translate(0, 5%);
    -moz-transform: translate(0, 5%);
    -o-transform: translate(0, 5%);
    -ms-transform: translate(0, 5%);
    transform: translate(0, 5%);
  }
}

@-moz-keyframes rect-rotate {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rect-rotate {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes rect-rotate {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rect-rotate {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes disappear {
  0% {
    background-color: #e51524;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    background-color: #fff;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}

@-webkit-keyframes disappear {
  0% {
    background-color: #e51524;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    background-color: #fff;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}

@-o-keyframes disappear {
  0% {
    background-color: #e51524;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    background-color: #fff;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}

@keyframes disappear {
  0% {
    background-color: #e51524;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    background-color: #fff;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (min-width: 390px) {
  h1,
  h2 {
    font-size: 30px;
  }

  .pagination .nav-links .page-numbers {
    font-size: 16px;
    width: 36px;
    height: 36px;
  }

  .pagination .nav-links .page-numbers.prev {
    margin-right: 10px;
  }

  .pagination .nav-links .page-numbers.next {
    margin-left: 10px;
  }
}

@media (min-width: 576px) {
  .main-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .main-menu li:nth-of-type(odd) {
    width: 50%;
    padding-right: 40px;
  }

  .main-menu li:nth-of-type(even) {
    width: 50%;
  }

  .btn.--arrow:after {
    margin-left: 10px;
  }

  .btn.--arrow-back:before {
    margin-right: 10px;
  }

  .similar-posts__navigation {
    text-align: center;
  }

  .modal-window__content {
    padding: 40px 30px;
  }

  .modal-window__title {
    font-size: 22px;
  }

  .app-form__cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .app-form__col {
    width: 49%;
    margin-bottom: 0;
  }

  .app-form__col.--adaptive-height .app-field {
    height: 100%;
  }
}

@media (min-width: 768px) {
  h1,
  h2 {
    font-size: 32px;
  }

  .header__content {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .header__messengers {
    display: none;
  }

  .main-menu {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .main-menu li:nth-of-type(odd) {
    width: 100%;
  }

  .main-menu li:nth-of-type(even) {
    width: 100%;
  }

  .btn:hover {
        background-color: #323232;
  }

  .btn:focus {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }

  .btn.--arrow:after,
  .btn.--arrow-back:before {
    font-size: 22px;
  }

  .fw-heading .fw-special-title:after {
    max-width: 150px;
  }

  .fw-heading .fw-special-subtitle {
    font-size: 18px;
    line-height: 29px;
    max-width: 585px;
  }

  .app-post {
    padding-top: 124px;
    margin-bottom: 70px;
  }

  .app-post__thumbnail {
    margin: 0 0 50px;
    border-radius: 40px 0px 0px 0px;
  }

  .app-post__title {
    font-size: 42px;
  }

  .app-post__content .wp-block-table {
    margin: 0 0 57px;
    padding: 0;
  }

  .app-post__content .wp-block-table table {
    max-width: unset;
  }

  .app-post__content .wp-block-table table tr td {
    padding: 20px;
  }

  .app-post__content .wp-block-quote {
    font-size: 40px;
    padding: 0 110px;
  }

  .app-post__content .wp-block-quote:after {
    right: 0;
    content: '„';
    bottom: 0;
  }

  .similar-posts__title {
    font-size: 48px;
    margin-bottom: 50px;
  }

  .similar-posts__navigation .swiper-button-prev,
  .similar-posts__navigation .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .similar-posts__navigation .swiper-button-prev:after,
  .similar-posts__navigation .swiper-button-next:after {
    font-size: 14px;
  }

  .similar-posts__slider {
    margin-bottom: 50px;
  }

  .developing span {
    margin-right: 22px;
    margin-bottom: 0;
  }

  .modal-window__content {
    max-width: 533px;
    padding: 61px 54px;
  }

  .modal-window__close {
    right: 19px;
    top: 19px;
  }

  .modal-window__title {
    font-size: 32px;
  }
}

@media screen and (min-width: 768px) {
  .header__logo {
    -webkit-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
  }

  .header__main {
    border: none;
    position: static;
    -webkit-transform: unset;
    -moz-transform: unset;
    -o-transform: unset;
    -ms-transform: unset;
    transform: unset;
    height: auto;
    padding: 0;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: min-content;
    margin-left: auto;
    gap: 32px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .header__main .social-menu {
    display: none;
  }

  .header__separator {
    width: 2px;
    height: calc(100% + 31px);
    margin-top: -17px;
    background: #404040;
    display: block;
    -webkit-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
  }

  .header__contact {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 0;
    margin-left: 136px;
  }

  .header .top-menu {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 16px;
    margin: 0 20px 0 0;
    gap: 20px;
  }

  .header .top-menu a {
    white-space: nowrap;
  }

  .header .lang-switcher {
    position: relative;
    bottom: 0;
    right: 0;
  }

  .header .lang-switcher a {
    padding: 3px 0;
  }

  .header .lang-switcher a:before {
    display: none;
  }

  .header .lang-switcher .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    transition: 0.5s ease;
    pointer-events: none;
    gap: 10px;
    padding: 10px;
    background: rgba(33,33,33,0.7);
  }

  .header .lang-switcher .lang-menu > li:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 102%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00004 15.1666L3.33337 10.4999L4.03337 9.79992L7.50004 13.2666V3.83325H8.50004V13.2666L11.9667 9.79992L12.6667 10.4999L8.00004 15.1666Z' fill='white'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00004 15.1666L3.33337 10.4999L4.03337 9.79992L7.50004 13.2666V3.83325H8.50004V13.2666L11.9667 9.79992L12.6667 10.4999L8.00004 15.1666Z' fill='%23999999'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position-y: 0, -32px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    transition: 0.5s ease;
  }

  .header .lang-switcher .lang-menu > li:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    height: 1px;
    width: 100%;
    background: #fff;
    pointer-events: none;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -o-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
  }

  .header .lang-switcher .lang-menu > li:hover:before {
    background-position-y: 32px, 0;
  }

  .header .lang-switcher .lang-menu > li:hover:after {
    -webkit-transform: translateX(-50%) scale(0, 1);
    -moz-transform: translateX(-50%) scale(0, 1);
    -o-transform: translateX(-50%) scale(0, 1);
    -ms-transform: translateX(-50%) scale(0, 1);
    transform: translateX(-50%) scale(0, 1);
  }

  .header .lang-switcher .lang-menu > li:hover .sub-menu {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    pointer-events: unset;
  }

  .header .social {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .header .social .style-svg {
    width: 0;
    min-width: 24px;
    height: 24px;
  }

  .hamburger {
    display: none;
  }

  .developing {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column: span 2;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
    -webkit-justify-self: center;
    justify-self: center;
  }

  .copy-sect {
    margin-bottom: 0;
  }

  .footer__top-row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 100px;
  }

  .footer__top-row:before {
    content: "";
    display: block;
    position: absolute;
    left: 220px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #404040;
  }

  .footer__btm-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px 100px;
  }

  .footer .footer-secondary {
    margin-bottom: 0;
    grid-column: span 2;
  }

  .footer .social-menu {
    margin-bottom: 0;
  }

  .footer .go_up {
    display: block;
    position: absolute;
    right: 16px;
    bottom: 22px;
    color: #fff;
  }

  .footer .lang-switcher {
    -webkit-align-self: end;
    align-self: end;
    -ms-flex-item-align: end;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .footer__social {
    grid-column: unset;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .footer__social .social {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }

  .footer__social .social__link {
    margin: 0;
  }
}

@media (min-width: 992px) {
  h1,
  h2 {
    font-size: 42px;
  }

  .main-menu {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 95%;
  }

  .main-menu li:nth-of-type(odd) {
    width: 44%;
  }

  .main-menu li:nth-of-type(even) {
    width: 56%;
  }

  .fw-heading {
    padding-top: 130px;
  }

  .fw-heading .fw-special-title {
    font-size: 44px;
    line-height: 57px;
  }

  .pagination .nav-links .page-numbers {
    border-radius: 16px;
    width: 50px;
    height: 50px;
  }

  .pagination .nav-links .page-numbers.prev,
  .pagination .nav-links .page-numbers.next {
    font-size: 35px;
  }

  .pagination .nav-links .page-numbers.prev {
    margin-right: 30px;
  }

  .pagination .nav-links .page-numbers.next {
    margin-left: 30px;
  }

  .app-post {
    margin-bottom: 120px;
  }

  .app-post__thumbnail {
    margin: 0 0 60px;
    height: 300px;
    border-radius: 50px 0px 0px 0px;
  }

  .app-post__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .app-post__aside-inner {
    position: sticky;
    top: 50px;
  }

  .app-post__aside-inner .btn {
    display: inline-block;
  }

  .app-post__nav {
    border-radius: 50px 0;
  }

  .app-post__title {
    font-size: 57px;
  }

  .app-post__title.--mob {
    display: none;
  }

  .app-post__title.--pc {
    display: block;
  }

  .similar-posts {
    margin-bottom: 80px;
  }

  .similar-posts__title {
    font-size: 52px;
    margin-bottom: 59px;
  }

  .similar-posts__slider .new-card h5 {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  .header__main {
    gap: 114px;
  }

  .header .social {
    margin-left: 136px;
  }

  .social {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    gap: 24px;
  }

  .social i {
    font-size: 24px;
  }

  .social__link img {
    width: 24px;
    height: 24px;
  }

  .social__link svg {
    width: 24px;
    height: 24px;
  }

  .social__link svg:hover {
    fill: #e51524;
  }

  a:hover .floating-icon__default {
    -webkit-transform: translateY(150%);
    -moz-transform: translateY(150%);
    -o-transform: translateY(150%);
    -ms-transform: translateY(150%);
    transform: translateY(150%);
  }

  a:hover .floating-icon__hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  a:hover .floating-icon.--right .floating-icon__default {
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -o-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
  }

  a:hover .floating-icon.--right .floating-icon__hover {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  a:hover .floating-icon.--up .floating-icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .content-page {
    padding-top: 75px;
  }

  .developing {
    grid-column: unset;
    -webkit-justify-self: center;
    justify-self: center;
  }

  .footer__logo .logo__img {
    width: 143px;
  }

  .footer__top-row {
    gap: 8px 58px;
    grid-template-columns: 31% repeat(3, 1fr);
  }

  .footer__top-row:before {
    left: 33.5%;
  }

  .footer__btm-row {
    grid-template-columns: repeat(3, auto);
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .footer .footer-secondary {
    grid-column: unset;
  }

  .footer .social-menu {
    margin-bottom: 0;
  }

  .footer__social {
    grid-column: unset;
    gap: 32px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__social .social {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
  }

  .advantages__blocks {
    width: 200px;
    height: 200px;
  }

  .square {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 1360px) {
  h1,
  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 32px;
  }

  .main-menu {
    font-size: 40px;
  }

  .main-menu li:nth-of-type(odd) {
    width: 40%;
  }

  .main-menu li:nth-of-type(even) {
    width: 58%;
  }

  .app-post {
    margin-bottom: 161px;
  }

  .app-post__title {
    font-size: 64px;
    margin: 0 0 78px;
  }

  .app-post__title + .wp-block-separator {
    margin: 76px 0;
  }

  .wp-block-separator {
    margin: 76px 0;
  }

  .similar-posts {
    margin-bottom: 121px;
  }

  .similar-posts__title {
    font-size: 64px;
  }

  .similar-posts__slider {
    margin-bottom: 81px;
  }

  .app-radio {
    margin-bottom: 20px;
  }

  .app-radio__label:before {
    top: 3px;
  }
}

@media screen and (min-width: 1400px) {
  .footer__top-row:before {
    left: 456px;
  }
}

@media (min-width: 1499px) {
  .fw-heading {
    padding-top: 154px;
    margin-bottom: 78px;
  }
}