/* reset style */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  height: 100%;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

input,
textarea,
button,
select {
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.swiper-wrapper {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* -moz-transition: none !important;	-moz-transition-duration: 0s!important; */
}

.swiper-slide {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* -moz-transition: none !important;	-moz-transition-duration: 0s!important; */
}

.fancybox-active {
  height: 100%;
}

.fancybox-content {
  padding: 0;
  border-radius: 0px;
}

.fancybox-caption__body {
  font-size: 20px;
}

.fancybox-close-small {
  opacity: 1;
  outline: none;
  border: none;
}

.fancybox-button.fancybox-focus {
  outline: none;
}

@font-face {
  font-family: "AKONY";
  src: url("/fonts/AKONY-Bold.eot");
  src: url("/fonts/AKONY-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/AKONY-Bold.woff2") format("woff2"), url("/fonts/AKONY-Bold.woff") format("woff"), url("/fonts/AKONY-Bold.ttf") format("truetype"), url("/fonts/AKONY-Bold.svg#AKONY-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
/* grid */
body {
  font-family: "Roboto", sans-serif;
  color: #b5bcc5;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  max-width: 2560px;
  min-width: 360px;
  margin: 0px auto;
  position: relative;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  background: #1f1f21;
}

.wrapper {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  position: relative;
}

.content {
  display: table-row;
  height: 100%;
}

.content__block {
  padding-top: 0px;
  padding-bottom: 100px;
}

.container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

.container--marg {
  margin: -283px auto 0 auto;
}

.cl {
  clear: left;
}

.content__container p {
  margin: 15px 0 0 0;
}

.content__container p:first-child {
  margin: 0;
}

a {
  color: #6f97ce;
  text-decoration: none;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}
a:hover {
  text-decoration: underline;
}

ul {
  list-style: square;
}

ul li {
  margin: 0 0 0 20px;
  list-style: square;
}
ul li::marker {
  color: #b5bcc5;
}

ol {
  list-style: decimal;
}

ol li {
  margin: 0 0 0 20px;
  list-style: decimal;
}
ol li::marker {
  color: #b5bcc5;
}

.content__container table {
  border-collapse: collapse;
  font-size: 16px;
  width: 100%;
  -webkit-box-shadow: 0 0 0 1px #b5bcc5;
  box-shadow: 0 0 0 1px #b5bcc5;
  border-radius: 0px 0px 0 0;
}

.content__container table td {
  padding: 10px 20px;
  vertical-align: middle;
  border: none;
  text-align: left;
  background: none;
  color: #fff;
  line-height: 17px;
  border-top: 1px solid #b5bcc5;
  border-left: 1px solid #b5bcc5;
}

.content__container table td:first-child {
  border-left: none;
}

.content__container table tr:last-child td:first-child {
  border-radius: 0px;
}

.content__container table tr:last-child td:last-child {
  border-radius: 0px;
}

.content__container table tr:nth-child(even) {
  background: none;
}

.content__container table tr:nth-child(odd) {
  background: none;
}

.content__container table th {
  font-weight: 400;
  padding: 20px;
  vertical-align: middle;
  border: none;
  text-align: left;
  color: #fff;
  font-size: 16px;
  background: #6f97ce;
  border-left: 1px solid #b5bcc5;
}

.content__container table th:first-child {
  border-radius: 0px 0 0 0px;
  border-left: none;
}

.content__container table th:last-child {
  border-radius: 0px 0px 0 0;
}

.content__container table thead td {
  border-bottom-width: 0px;
  text-align: left;
  font-weight: normal;
  padding: 10px 20px;
  background: none;
}

.content__container table tfoot th {
  background: none;
  text-align: left;
  border: none;
  font-size: 16px;
  font-weight: normal;
  color: #1f1f21;
}

.content__container table tfoot td {
  background: none;
  text-align: left;
  border: none;
  font-size: 16px;
  font-weight: normal;
  color: #1f1f21;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media only screen and (min-width: 1024px) and (max-height: 830px) {
  .container--marg {
    margin: -100px auto 0 auto;
  }
}
h1 {
  font-family: "AKONY";
  font-size: 26px;
  line-height: 29px;
  color: #fff;
  font-weight: 700;
  word-wrap: break-word;
}

h2 {
  font-family: "AKONY";
  font-size: 24px;
  line-height: 27px;
  color: #fff;
  font-weight: 700;
  word-wrap: break-word;
}

h3 {
  font-family: "AKONY";
  font-size: 22px;
  line-height: 25px;
  color: #fff;
  font-weight: 700;
  word-wrap: break-word;
}

h4 {
  font-family: "AKONY";
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  font-weight: 700;
  word-wrap: break-word;
}

h5 {
  font-family: "AKONY";
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  font-weight: 700;
  word-wrap: break-word;
}

h6 {
  font-family: "AKONY";
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  font-weight: 700;
  word-wrap: break-word;
}

.fancybox-button svg path {
  fill: #fff;
}

.popup {
  display: none;
  background: #1f1f21 url(/images/popup-shape.svg) 0 0 no-repeat;
}

.popup--record {
  background: #1f1f21 url(/images/popup-record.svg) 0 0 no-repeat;
}

.popup__content {
  padding: 40px;
}

.popup__title {
  font-family: "AKONY";
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}

.popup__text {
  margin-top: 20px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #b5bcc5;
}

.popup__form {
  margin-top: 20px;
}

.popup__feed-item {
  margin-top: 20px;
  position: relative;
}
.popup__feed-item:first-child {
  margin-top: 0;
}

.popup__feed-input {
  width: 100%;
  height: 35px;
  border: none;
  border-bottom: 1px solid #b5bcc5;
  border-radius: 0px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding: 0px 0px 10px 0px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  background: transparent;
}

.popup__feed-input:focus {
  border-bottom: 1px solid #6f97ce;
}

.popup__feed-input::-moz-placeholder {
  color: #b5bcc5;
}

.popup__feed-input::-webkit-input-placeholder {
  color: #b5bcc5;
}

.popup__feed-input:-ms-input-placeholder {
  color: #b5bcc5;
}

.popup__feed-input::-ms-input-placeholder {
  color: #b5bcc5;
}

.popup__feed-input::placeholder {
  color: #b5bcc5;
}

.popup__feed-input:-webkit-autofill {
  -webkit-appearance: none;
  appearance: none;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  background-color: transparent;
  border-bottom: 1px solid #b5bcc5;
  -webkit-background-clip: text;
}

.popup__feed-message {
  margin-top: 5px;
  font-size: 12px;
  line-height: 12px;
  color: red;
  display: none;
}

.popup__feed-item--error .popup__feed-input {
  border-bottom: 1px solid red;
}
.popup__feed-item--error .popup__feed-message {
  display: block;
}

.popup__consent {
  position: relative;
  margin-top: 30px;
}

.popup__consent input[type=checkbox] {
  display: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup__consent input[type=checkbox] + label {
  display: block;
  position: relative;
  margin: 0px 0 0px 30px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup__consent a {
  color: #6f97ce;
  text-decoration: none;
}

.popup__consent a:hover {
  color: #6f97ce;
  text-decoration: underline;
}

.popup__consent input[type=checkbox] + label:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: transparent;
  border-radius: 0px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: -30px;
  border: 1px solid #b5bcc5;
}

.popup__consent input[type=checkbox]:checked + label:before {
  background: transparent url(/images/consent-icon.svg) 50% 50% no-repeat;
}

.popup__consent input[type=submit] {
  border: none;
  cursor: pointer;
  margin-top: 20px;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 52px;
  position: relative;
  font-family: "AKONY";
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#6f97ce), to(#2e2a5b));
  background: linear-gradient(180deg, #6f97ce 0%, #2e2a5b 100%);
  overflow: hidden;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.popup__consent input[type=submit]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #6f97ce;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.popup__consent input[type=submit]:hover::before {
  opacity: 1;
}
.popup__consent input[type=submit] span {
  position: relative;
  z-index: 1;
}
.popup__consent input[type=submit]:hover {
  opacity: 0.9;
  text-decoration: none;
}

.popup__consent input[type=submit].load {
  pointer-events: none;
  background: #2e2a5b;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, #6f97ce 5px, #6f97ce 10px);
  background-size: 200% 200%;
  -webkit-animation: gradient 5s linear infinite;
  animation: gradient 5s linear infinite;
}

@-webkit-keyframes gradient {
  100% {
    background-position: 100% 100%;
  }
}
@keyframes gradient {
  100% {
    background-position: 100% 100%;
  }
}
.popup__consent input[disabled] {
  opacity: 0.5;
  color: #fff;
  cursor: not-allowed;
  pointer-events: none;
}

.cookies {
  position: fixed;
  z-index: 10000;
  left: auto;
  right: 0;
  width: 100%;
  max-width: 520px;
  bottom: 0;
  -webkit-box-shadow: 0 -5px 15px 0 rgba(6, 88, 175, 0.15);
  box-shadow: 0 -5px 15px 0 rgba(6, 88, 175, 0.15);
  background: #fff;
  padding: 1.25rem 0;
}

.cookies__inner {
  max-width: 520px;
  margin: 0 auto;
}

.cookies__text {
  text-align: center;
  padding: 0 30px;
  color: #161616;
}

.cookies__text a {
  text-decoration: none;
  border-bottom: 1px solid #6f97ce;
  color: #6f97ce;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.cookies__text a:hover {
  border-bottom: 1px solid #fff;
}

.cookies__link {
  width: 7.875rem;
  height: 2.75rem;
  margin: 1rem auto 0 auto;
}

.cookies__link a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #6f97ce;
  border-radius: 0.375rem;
  line-height: 2.625rem;
  background: #6f97ce;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.cookies__link a:hover {
  background: #1f1f21;
  border: 1px solid #1f1f21;
  color: #fff;
}

.cookies__close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background: url(/images/cookies-close.svg) 0px 0px no-repeat;
}

.header {
  position: relative;
  border-bottom: 1px solid #b5bcc5;
  z-index: 5;
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
}

.header__logo {
  width: 290px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.header__logo-img {
  display: block;
  width: 100%;
}

.header__nav {
  margin: 0 20px;
}

.nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-family: "AKONY";
  font-weight: 700;
  font-size: 10px;
  line-height: 11px;
}

.nav__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-top: 8px;
  margin-left: 20px;
  list-style: none;
}
.nav__item:first-child {
  margin-left: 0;
}

.nav__link {
  display: block;
  color: #fff;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  padding-bottom: 8px;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
.nav__link:hover {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.header__phone {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-family: "AKONY";
  font-weight: 700;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
}

.header__phone-link {
  color: #fff;
  text-decoration: none;
}
.header__phone-link:hover {
  text-decoration: none;
}

.header__toggle {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='80' viewBox='0 0 40 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00019 48.0001L20 59.9998M20 59.9998L32.0001 48M20 59.9998L8 71.9998M20 59.9998L32.0001 71.9998' stroke='white' stroke-width='2' stroke-linecap='square' /%3E%3Cpath d='M11 20H39M1 11H39M21 29H39' stroke='white' stroke-width='2' stroke-linecap='square' /%3E%3C/svg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  display: none;
}

.footer {
  background: #1f1f21;
}

.footer__row {
  border-top: 1px solid #b5bcc5;
}

.footer__row--top {
  padding: 40px 0;
}

.footer__row--bottom {
  padding: 20px 0;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__copyrights {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #b5bcc5;
}

.footer__developer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #b5bcc5;
  text-decoration: none;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='25' viewBox='0 0 15 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2001_497)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.3996 25C11.4866 25 14.7997 21.6764 14.7997 17.5766C14.7997 13.4769 11.4866 10.1533 7.3996 10.1533C3.31264 10.1533 -0.000488281 13.4769 -0.000488281 17.5766C-0.000488281 21.6764 3.31264 25 7.3996 25ZM4.85309 15.3515C4.73165 14.8616 4.90869 14.5981 5.01241 14.5276C5.12103 14.465 5.43555 14.4204 5.82124 14.7446C6.20692 15.0689 8.29175 16.6568 9.28594 17.4102C9.48892 17.5518 9.59995 18.0197 9.30504 18.2045C8.91053 18.4518 8.60627 18.3749 8.30379 18.2984C8.26257 18.288 8.2214 18.2776 8.18002 18.268L9.37416 20.185C9.49946 20.3862 9.53515 20.6929 9.04442 21.0005C8.55369 21.3081 8.2954 21.1409 8.17007 20.9398L6.97595 19.0227C6.9664 19.0642 6.95769 19.1059 6.94895 19.1477C6.88487 19.4539 6.8204 19.7619 6.42588 20.0092C6.13099 20.1941 5.76043 19.8889 5.72261 19.6438C5.48339 18.4172 4.97454 15.8414 4.85309 15.3515Z' fill='white' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.3996 25C11.4866 25 14.7997 21.6764 14.7997 17.5766C14.7997 13.4769 11.4866 10.1533 7.3996 10.1533C3.31264 10.1533 -0.000488281 13.4769 -0.000488281 17.5766C-0.000488281 21.6764 3.31264 25 7.3996 25ZM4.85309 15.3515C4.73165 14.8616 4.90869 14.5981 5.01241 14.5276C5.12103 14.465 5.43555 14.4204 5.82124 14.7446C6.20692 15.0689 8.29175 16.6568 9.28594 17.4102C9.48892 17.5518 9.59995 18.0197 9.30504 18.2045C8.91053 18.4518 8.60627 18.3749 8.30379 18.2984C8.26257 18.288 8.2214 18.2776 8.18002 18.268L9.37416 20.185C9.49946 20.3862 9.53515 20.6929 9.04442 21.0005C8.55369 21.3081 8.2954 21.1409 8.17007 20.9398L6.97595 19.0227C6.9664 19.0642 6.95769 19.1059 6.94895 19.1477C6.88487 19.4539 6.8204 19.7619 6.42588 20.0092C6.13099 20.1941 5.76043 19.8889 5.72261 19.6438C5.48339 18.4172 4.97454 15.8414 4.85309 15.3515Z' fill='url(%23paint0_linear_2001_497)' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.3996 25C11.4866 25 14.7997 21.6764 14.7997 17.5766C14.7997 13.4769 11.4866 10.1533 7.3996 10.1533C3.31264 10.1533 -0.000488281 13.4769 -0.000488281 17.5766C-0.000488281 21.6764 3.31264 25 7.3996 25ZM4.85309 15.3515C4.73165 14.8616 4.90869 14.5981 5.01241 14.5276C5.12103 14.465 5.43555 14.4204 5.82124 14.7446C6.20692 15.0689 8.29175 16.6568 9.28594 17.4102C9.48892 17.5518 9.59995 18.0197 9.30504 18.2045C8.91053 18.4518 8.60627 18.3749 8.30379 18.2984C8.26257 18.288 8.2214 18.2776 8.18002 18.268L9.37416 20.185C9.49946 20.3862 9.53515 20.6929 9.04442 21.0005C8.55369 21.3081 8.2954 21.1409 8.17007 20.9398L6.97595 19.0227C6.9664 19.0642 6.95769 19.1059 6.94895 19.1477C6.88487 19.4539 6.8204 19.7619 6.42588 20.0092C6.13099 20.1941 5.76043 19.8889 5.72261 19.6438C5.48339 18.4172 4.97454 15.8414 4.85309 15.3515Z' fill='url(%23paint1_linear_2001_497)' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.3996 25C11.4866 25 14.7997 21.6764 14.7997 17.5766C14.7997 13.4769 11.4866 10.1533 7.3996 10.1533C3.31264 10.1533 -0.000488281 13.4769 -0.000488281 17.5766C-0.000488281 21.6764 3.31264 25 7.3996 25ZM4.85309 15.3515C4.73165 14.8616 4.90869 14.5981 5.01241 14.5276C5.12103 14.465 5.43555 14.4204 5.82124 14.7446C6.20692 15.0689 8.29175 16.6568 9.28594 17.4102C9.48892 17.5518 9.59995 18.0197 9.30504 18.2045C8.91053 18.4518 8.60627 18.3749 8.30379 18.2984C8.26257 18.288 8.2214 18.2776 8.18002 18.268L9.37416 20.185C9.49946 20.3862 9.53515 20.6929 9.04442 21.0005C8.55369 21.3081 8.2954 21.1409 8.17007 20.9398L6.97595 19.0227C6.9664 19.0642 6.95769 19.1059 6.94895 19.1477C6.88487 19.4539 6.8204 19.7619 6.42588 20.0092C6.13099 20.1941 5.76043 19.8889 5.72261 19.6438C5.48339 18.4172 4.97454 15.8414 4.85309 15.3515Z' fill='url(%23paint2_linear_2001_497)' /%3E%3Cpath d='M1.91133 10.6003L3.41289 9.41694C3.57978 9.28541 3.67755 9.08492 3.67846 8.87242L3.69093 5.92988V4.38985C3.69093 4.35618 3.6933 4.32219 3.69862 4.28894C3.95292 2.70139 5.18668 1.78594 7.39988 1.78594C9.61308 1.78594 10.8468 2.70139 11.1011 4.28894C11.1065 4.32219 11.1088 4.35618 11.1088 4.38985V5.92988L11.1213 8.87242C11.1222 9.08492 11.22 9.28541 11.3869 9.41694L12.8885 10.6003C12.9152 10.6214 12.9424 10.642 12.9714 10.6596C12.9958 10.6743 13.0258 10.6877 13.0674 10.6877C13.1092 10.6877 13.2897 10.6877 13.2897 10.4924V3.86489C13.2897 3.06959 11.8867 -6.81279e-06 7.39988 0C2.91301 -6.81279e-06 1.51001 3.06959 1.51001 3.86489V10.4924C1.51001 10.6877 1.69059 10.6877 1.73227 10.6877C1.77393 10.6877 1.80392 10.6743 1.82825 10.6596C1.85736 10.642 1.88459 10.6214 1.91133 10.6003Z' fill='white' /%3E%3Cpath d='M1.91133 10.6003L3.41289 9.41694C3.57978 9.28541 3.67755 9.08492 3.67846 8.87242L3.69093 5.92988V4.38985C3.69093 4.35618 3.6933 4.32219 3.69862 4.28894C3.95292 2.70139 5.18668 1.78594 7.39988 1.78594C9.61308 1.78594 10.8468 2.70139 11.1011 4.28894C11.1065 4.32219 11.1088 4.35618 11.1088 4.38985V5.92988L11.1213 8.87242C11.1222 9.08492 11.22 9.28541 11.3869 9.41694L12.8885 10.6003C12.9152 10.6214 12.9424 10.642 12.9714 10.6596C12.9958 10.6743 13.0258 10.6877 13.0674 10.6877C13.1092 10.6877 13.2897 10.6877 13.2897 10.4924V3.86489C13.2897 3.06959 11.8867 -6.81279e-06 7.39988 0C2.91301 -6.81279e-06 1.51001 3.06959 1.51001 3.86489V10.4924C1.51001 10.6877 1.69059 10.6877 1.73227 10.6877C1.77393 10.6877 1.80392 10.6743 1.82825 10.6596C1.85736 10.642 1.88459 10.6214 1.91133 10.6003Z' fill='url(%23paint3_linear_2001_497)' /%3E%3Cpath d='M1.91133 10.6003L3.41289 9.41694C3.57978 9.28541 3.67755 9.08492 3.67846 8.87242L3.69093 5.92988V4.38985C3.69093 4.35618 3.6933 4.32219 3.69862 4.28894C3.95292 2.70139 5.18668 1.78594 7.39988 1.78594C9.61308 1.78594 10.8468 2.70139 11.1011 4.28894C11.1065 4.32219 11.1088 4.35618 11.1088 4.38985V5.92988L11.1213 8.87242C11.1222 9.08492 11.22 9.28541 11.3869 9.41694L12.8885 10.6003C12.9152 10.6214 12.9424 10.642 12.9714 10.6596C12.9958 10.6743 13.0258 10.6877 13.0674 10.6877C13.1092 10.6877 13.2897 10.6877 13.2897 10.4924V3.86489C13.2897 3.06959 11.8867 -6.81279e-06 7.39988 0C2.91301 -6.81279e-06 1.51001 3.06959 1.51001 3.86489V10.4924C1.51001 10.6877 1.69059 10.6877 1.73227 10.6877C1.77393 10.6877 1.80392 10.6743 1.82825 10.6596C1.85736 10.642 1.88459 10.6214 1.91133 10.6003Z' fill='url(%23paint4_linear_2001_497)' /%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2001_497' x1='7.64998' y1='8.82774' x2='14.3064' y2='24.5664' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EA1385' /%3E%3Cstop offset='1' stop-color='%23204AE0' /%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_2001_497' x1='3.82474' y1='23.172' x2='10.9878' y2='14.2637' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230879CD' /%3E%3Cstop offset='1' stop-color='%23C30780' stop-opacity='0' /%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_2001_497' x1='-1.26629' y1='19.3767' x2='3.64642' y2='20.8334' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2313E3F0' stop-opacity='0.8' /%3E%3Cstop offset='1' stop-color='%239F90CD' stop-opacity='0' /%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_2001_497' x1='-2.31009' y1='-6.18102' x2='13.043' y2='14.2644' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236E33B8' /%3E%3Cstop offset='1' stop-color='%23E11589' /%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_2001_497' x1='10.9421' y1='-1.75804' x2='6.6901' y2='6.19335' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230BBAF1' /%3E%3Cstop offset='1' stop-color='%239558B4' stop-opacity='0' /%3E%3C/linearGradient%3E%3CclipPath id='clip0_2001_497'%3E%3Crect width='14.8002' height='25' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: 100% 0;
  background-repeat: no-repeat;
  padding-right: 23px;
}
.footer__developer a span {
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.footer__developer a:hover {
  color: #b5bcc5;
  text-decoration: none;
}
.footer__developer a:hover span {
  border-bottom: 1px solid #b5bcc5;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__col--contacts {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.phone__item {
  margin-top: 10px;
}
.phone__item:first-child {
  margin-top: 0;
}
.phone__item a {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #b5bcc5;
  text-decoration: none;
}

.footer__col-socilal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 20px 0 0 -10px;
}

.social__link {
  margin-left: 10px;
  border: 1px solid #b5bcc5;
  background: #1f1f21;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.social__link svg path {
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.social__link:hover {
  border: 1px solid #6f97ce;
  background: #6f97ce;
}
.social__link:hover svg path {
  fill: #fff;
}

.footer__col--subscribe {
  width: 100%;
  max-width: 330px;
}

.subscribe__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #b5bcc5;
}

.subscribe__text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #b5bcc5;
}

.subscribe__item {
  margin-top: 20px;
}

.subscribe__item-field {
  position: relative;
}

.subscribe__item-input {
  width: 100%;
  height: 50px;
  border: none;
  border: 1px solid #b5bcc5;
  border-radius: 0px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding: 10px 60px 10px 20px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  background: #1f1f21;
}

.subscribe__item-input:focus {
  border: 1px solid #6f97ce;
}

.subscribe__item-input::-moz-placeholder {
  color: #b5bcc5;
}

.subscribe__item-input::-webkit-input-placeholder {
  color: #b5bcc5;
}

.subscribe__item-input:-ms-input-placeholder {
  color: #b5bcc5;
}

.subscribe__item-input::-ms-input-placeholder {
  color: #b5bcc5;
}

.subscribe__item-input::placeholder {
  color: #b5bcc5;
}

.subscribe__item-input:-webkit-autofill {
  -webkit-appearance: none;
  appearance: none;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px rgba(31, 31, 33, 0.1) inset;
  background-color: transparent;
  border: 1px solid #b5bcc5;
  -webkit-background-clip: text;
}

.subscribe__item-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #6f97ce url("data:image/svg+xml,%3Csvg width='21' height='18' viewBox='0 0 21 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.00999999 18L21 9L0.00999999 0L0 7L15 9L0 11L0.00999999 18Z' fill='white' /%3E%3C/svg%3E") 50% 50% no-repeat;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.subscribe__item-button:hover {
  opacity: 0.9;
}

.subscribe__item-message {
  margin-top: 5px;
  font-size: 12px;
  line-height: 12px;
  color: red;
  display: none;
}

.subscribe__item--error .subscribe__item-input {
  border: 1px solid red;
}
.subscribe__item--error .subscribe__item-message {
  display: block;
}

.footer__col--menu {
  width: 100%;
  max-width: 560px;
  margin: 0 30px;
}

.footer__menu {
  --elements: 2;
  --cgap: 10px;
  --rgap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.footer__menu-item {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
}

.footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #b5bcc5;
}

.footer__list-item {
  list-style: none;
  margin: 16px 0 0 0;
}
.footer__list-item:first-child {
  margin: 0;
}

.footer__list-link {
  color: #b5bcc5;
  text-decoration: none;
}
.footer__list-link:hover {
  color: #6f97ce;
  text-decoration: none;
}

.footer__feed {
  padding: 100px 0;
  border-top: 1px solid #b5bcc5;
  background: #1f1f21 url(/images/form-bg.svg) center center no-repeat;
}

.footer__feed-content {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.footer__feed-content .popup__form {
  margin-top: 30px;
}

.footer__feed-title {
  font-family: "AKONY";
  font-weight: 700;
  font-size: 26px;
  line-height: 29px;
  color: #fff;
}

.footer__feed-text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
}

.breadcrumbs {
  padding: 16px 0 35px 0px;
  position: relative;
  z-index: 4;
}

.breadcrumbs__path {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #b5bcc5;
}
.breadcrumbs__path a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.breadcrumbs__path a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.breadcrumbs__path span {
  padding: 0 5px;
  color: #b5bcc5;
}

.breadcrumbs__title {
  color: #fff;
  margin-top: 14px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination a {
  font-weight: 500;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  margin-left: 5px;
  text-align: center;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.pagination a:hover {
  color: #6f97ce;
}
.pagination a.current {
  background: #6f97ce;
  pointer-events: none;
  color: #fff;
}
.pagination a:first-child {
  margin-left: 0;
}
.pagination__prev {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41 10.59L2.83 6L7.41 1.41L6 0L0 6L6 12L7.41 10.59Z' fill='white' /%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.pagination__next {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10.59L4.58 6L0 1.41L1.41 0L7.41 6L1.41 12L0 10.59Z' fill='white' /%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.index__intro {
  height: 100vh;
  margin-top: -83px;
  position: relative;
}

.index__intro-slider {
  height: 100%;
  overflow: hidden;
}

.swiper-slide {
  position: relative;
}

.index__intro-img {
  position: relative;
  z-index: 1;
}
.index__intro-img img {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.index__intro-overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 31, 33, 0.4)), color-stop(72.04%, rgba(31, 31, 33, 0.4)), to(#1f1f21));
  background: linear-gradient(180deg, rgba(31, 31, 33, 0.4) 0%, rgba(31, 31, 33, 0.4) 72.04%, #1f1f21 100%);
  will-change: transform;
}

.index__intro-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index__intro-title {
  display: block;
  width: 100%;
  max-width: 720px;
  font-family: "AKONY";
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.04em;
  color: #fff;
  will-change: transform;
}

.index__intro-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 720px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 20px;
  will-change: transform;
}

.index__intro-btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 253px;
}

.index__intro-link {
  display: block;
  width: 100%;
  height: 50px;
  background: url(/images/btn-sprite.svg) 0 0 no-repeat;
  font-family: "AKONY";
  font-weight: 700;
  font-size: 15px;
  line-height: 52px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border: none;
}
.index__intro-link:hover {
  color: #fff;
  text-decoration: none;
  background-position: 0 -60px;
}

.index__intro-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  margin-left: 30px;
}

.index__intro-nav {
  position: absolute;
  z-index: 3;
  bottom: 130px;
  right: 50%;
  margin-right: -650px;
  width: 84px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index__intro-prev {
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.88 14.12L3.77333 8L9.88 1.88L8 0L0 8L8 16L9.88 14.12Z' fill='white' /%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.index__intro-next {
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 14.12L6.10667 8L0 1.88L1.88 0L9.88 8L1.88 16L0 14.12Z' fill='white' /%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.index__intro-social {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -650px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.index__social-list {
  list-style: none;
  margin: -283px 0 0 0;
  padding: 0;
}

.index__socilal-item {
  list-style: none;
  margin: 20px 0 0 0;
}
.index__socilal-item:first-child {
  margin-top: 0;
}

.index__socilal-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 30px;
  height: 30px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
.index__socilal-link:hover {
  opacity: 0.5;
}

.index__intro-bottom {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  border-top: 1px solid #b5bcc5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #b5bcc5;
}

.marquee-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.marquee-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.partner-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partner-item a {
  border: none;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.partner-item:hover img {
  opacity: 0.5;
}

.partner-item img {
  height: 60px;
  width: auto;
  display: block;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}

.index__services {
  background: #1f1f21;
  padding-top: 100px;
}

.index__services-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index__services-title {
  font-family: "AKONY";
  font-weight: 700;
  font-size: 26px;
  line-height: 29px;
  color: #fff;
}

.index__services-all {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index__services-all span {
  border-bottom: 1px solid #1f1f21;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.index__services-all ins {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8.825L3.81667 5L0 1.175L1.175 0L6.175 5L1.175 10L0 8.825Z' fill='white' /%3E%3C/svg%3E");
  display: block;
  width: 7px;
  height: 10px;
  margin-top: 5px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 10px;
}
.index__services-all:hover {
  text-decoration: none;
}
.index__services-all:hover span {
  border-bottom: 1px solid #fff;
}

.index__services-content {
  margin-top: 30px;
}
.index__services-content .index__services-all {
  display: none;
  margin-top: 20px;
}

.index__services-row {
  --elements: 2;
  --cgap: 60px;
  --rgap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index__services-sidebar {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
}

.index__services-media {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
}

.index__services-list {
  counter-reset: services;
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-family: "AKONY";
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #b5bcc5;
}

.index__services-item {
  counter-increment: services;
  list-style: none;
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid #b5bcc5;
}
.index__services-item:first-child {
  border-top: 1px solid #b5bcc5;
}

.index__services-item::before {
  content: counter(services, decimal-leading-zero) "/";
  margin-right: 10px;
  color: #6f97ce;
}

.index__services-link {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.index__services-link:hover {
  text-decoration: none;
  color: #6f97ce;
}

.index__services-item {
  counter-increment: services;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid #b5bcc5;
}
.index__services-item:first-child {
  border-top: 1px solid #b5bcc5;
}

.index__services-item::before {
  content: counter(services, decimal-leading-zero) " /";
  color: #6f97ce;
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.index__services-link {
  color: #b5bcc5;
  text-decoration: none;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.index__services-link:hover {
  color: #6f97ce;
}

.index__services-img {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.6666666667%;
  background: #1f1f21;
}

.index__services-blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 1;
}

.index__services-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
  will-change: transform;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.index__services-media {
  position: relative;
}

.index__services-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.index__services-img.active {
  opacity: 1;
  position: relative;
}

.index__news {
  padding-top: 100px;
}

.index__news-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index__news-title {
  font-family: "AKONY";
  font-weight: 700;
  font-size: 26px;
  line-height: 29px;
  color: #fff;
}

.index__news-nav {
  width: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.index__news-prev {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41 10.59L2.83 6L7.41 1.41L6 0L0 6L6 12L7.41 10.59Z' fill='white' /%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.index__news-next {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10.59L4.58 6L0 1.41L1.41 0L7.41 6L1.41 12L0 10.59Z' fill='white' /%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.index__news-content {
  margin-top: 30px;
}

.index__news-slider {
  position: relative;
  overflow: hidden;
}

.index__news-slider .news__item {
  padding-bottom: 70px;
}

.index__news-slider .news__item-title {
  padding: 0 30px;
}

.index__news-slider .news__item-text {
  padding: 0 30px;
}

.index__news-slider .news__item-bottom {
  left: 30px;
  right: 30px;
  bottom: 30px;
}

.index__news-slider .swiper-slide {
  border: 1px solid #b5bcc5;
  height: auto;
}

.index__news-nav .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.index__news-slider .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}

.index__about {
  background: #1f1f21 url(/images/index-about-bg.webp) center center no-repeat;
  padding-top: 100px;
}

.index__about-title {
  font-family: "AKONY";
  font-weight: 700;
  font-size: 26px;
  line-height: 29px;
  color: #fff;
}

.index__about-content {
  margin-top: 30px;
}

.index__about-subtitle {
  font-family: "AKONY";
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  color: #b5bcc5;
  overflow-wrap: break-word;
}
.index__about-subtitle span {
  color: #6f97ce;
}

.index__about-text {
  width: 100%;
  max-width: 650px;
  margin: 30px auto 0 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: justify;
  color: #b5bcc5;
}

.index__about-advantages {
  margin-top: 40px;
}

.index__about-item {
  margin-top: 30px;
}
.index__about-item:first-child {
  margin-top: 0;
}

.index__about-cards {
  --elements: 3;
  --cgap: 30px;
  --rgap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.index__about-card {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.about__card-content {
  border-left: 1px solid #b5bcc5;
  border-top: 1px solid #b5bcc5;
  border-right: 1px solid #b5bcc5;
  padding: 30px 30px 0px 30px;
  height: 100%;
}

.about__card-title {
  font-family: "AKONY";
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  color: #6f97ce;
}
.about__card-title span {
  font-size: 36px;
  line-height: 47px;
}

.about__card-text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #b5bcc5;
}

.about__card-bottom {
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  border-left: 1px solid #b5bcc5;
}

.about__card-line {
  height: 1px;
  background: #b5bcc5;
  position: absolute;
  left: 0;
  right: 60px;
  bottom: 0;
}

.about__card-shape {
  width: 62px;
  height: 62px;
  position: absolute;
  bottom: -2px;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='62' height='62' viewBox='0 0 62 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2196_242)'%3E%3Cmask id='mask0_2196_242' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='62' height='62'%3E%3Cpath d='M62 0H0V62H62V0Z' fill='white' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_2196_242)'%3E%3Cmask id='mask1_2196_242' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='62' height='62'%3E%3Cpath d='M62 0H0V62H62V0Z' fill='white' /%3E%3C/mask%3E%3Cg mask='url(%23mask1_2196_242)'%3E%3Cpath d='M-5.85352 67.1464L63.1464 -1.85352' stroke='%23B5BCC5' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2196_242'%3E%3Crect width='62' height='62' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.index__about-item:nth-child(even) .index__about-cards {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (min-width: 1024px) and (max-height: 830px) {
  .index__social-list {
    margin: -100px 0 0 0;
  }
}
.about {
  margin-top: -198px;
}

.about__top {
  background: #1f1f21 url(/images/about.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.about__top-overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 31, 33, 0.4)), color-stop(45.96%, rgba(31, 31, 33, 0.4)), to(#1f1f21));
  background: linear-gradient(180deg, rgba(31, 31, 33, 0.4) 0%, rgba(31, 31, 33, 0.4) 45.96%, #1f1f21 100%);
}

.about__top-content {
  position: relative;
  z-index: 3;
  padding-top: 270px;
  padding-bottom: 100px;
}

.about__top-title {
  width: 100%;
  max-width: 840px;
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  color: #fff;
}

.about__top-text {
  margin-top: 30px;
  margin-left: auto;
  margin-right: 100px;
  width: 100%;
  max-width: 635px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #b5bcc5;
}

.about__advantages {
  padding-top: 100px;
  border-top: 1px solid #b5bcc5;
}

.about__advantages-title {
  font-family: "AKONY";
  width: 100%;
  max-width: 860px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}
.about__advantages-title span {
  color: #6f97ce;
}

.about__advantages-content {
  margin-top: 50px;
}

.about__advantages-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 0 -30px;
}

.about__advantages-item--left {
  width: calc(66.6666666667% - 30px);
  margin: 0 0 0 30px;
}

.about__advantages-item--right {
  width: calc(33.3333333333% - 30px);
  margin: 0 0 0 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.advantages__cards {
  --elements: 2;
  --cgap: 30px;
  --rgap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.advantages__card {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
  position: relative;
  border: 1px solid #b5bcc5;
  padding: 30px 30px 60px 30px;
}

.advantages__card-content {
  position: relative;
  z-index: 2;
}

.advantages__card-title {
  font-family: "AKONY";
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
}

.advantages__card-text {
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #b5bcc5;
  height: 104px;
  overflow: hidden;
}

.advantages__card-shape {
  position: absolute;
  right: -2px;
  bottom: -2px;
  z-index: 1;
  width: 63px;
  height: 63px;
  position: absolute;
  background: #1f1f21 url("data:image/svg+xml,%3Csvg width='62' height='62' viewBox='0 0 62 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2121_694)'%3E%3Cmask id='mask0_2121_694' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='62' height='62'%3E%3Cpath d='M62 0H0V62H62V0Z' fill='white' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_2121_694)'%3E%3Cpath d='M0 62L62 0V62H0Z' fill='%231F1F21' /%3E%3Cpath d='M-5.85352 67.1464L63.1464 -1.85352' stroke='%23B5BCC5' /%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2121_694'%3E%3Crect width='62' height='62' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 0 0 no-repeat;
}

.about__advantages-img {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 443px;
  margin: 0 auto;
  top: 0;
}
.about__advantages-img img {
  display: block;
  width: 100%;
}

.about__advantages-item--right .advantages__card {
  background: #6f97ce;
  border: 1px solid #6f97ce;
}
.about__advantages-item--right .advantages__card .advantages__card-text {
  color: #fff;
}

.about__advantages-item--right .advantages__card-shape {
  right: -3px;
  bottom: -3px;
  background: transparent url("data:image/svg+xml,%3Csvg width='62' height='62' viewBox='0 0 62 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2121_694)'%3E%3Cmask id='mask0_2121_694' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='62' height='62'%3E%3Cpath d='M62 0H0V62H62V0Z' fill='white' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_2121_694)'%3E%3Cpath d='M0 62L62 0V62H0Z' fill='%231F1F21' /%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2121_694'%3E%3Crect width='62' height='62' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.about__media {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #b5bcc5;
  background: #1f1f21 url(/images/about-media-bg.webp) center center no-repeat;
}

.about__media-title {
  font-family: "AKONY";
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  text-align: center;
  color: #fff;
}
.about__media-title span {
  color: #6f97ce;
}

.about__media-content {
  margin-top: 50px;
}
.about__media-content .video__item {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

.about__media-text {
  width: 100%;
  max-width: 640px;
  margin: 50px auto 0 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #b5bcc5;
}

.about__insert {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #b5bcc5;
}

.about__insert-row {
  --elements: 2;
  --cgap: 60px;
  --rgap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.about__insert-col {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.about__insert-img {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.6666666667%;
  background: #1f1f21;
}

.about__insert-blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 1;
}

.about__insert-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
  will-change: transform;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.about__insert-shape {
  position: absolute;
  z-index: 2;
  right: -1px;
  bottom: -1px;
  background-image: url("data:image/svg+xml,%3Csvg width='88' height='88' viewBox='0 0 88 88' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 88H88V-1.90735e-06L0 88Z' fill='%231F1F21' /%3E%3C/svg%3E");
  width: 88px;
  height: 88px;
}

.about__insert-title {
  font-family: "AKONY";
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}
.about__insert-title span {
  color: #6f97ce;
}

.about__insert-text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #b5bcc5;
}

.about__insert-list {
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #b5bcc5;
}
.about__insert-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.about__insert-list ul li {
  list-style: none;
  margin: 20px 0 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 16H0L9 0H12L3 16ZM11 16H8L17 0H20L11 16Z' fill='%236F97CE' /%3E%3C/svg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.about__insert-list ul li:first-child {
  margin: 0;
}

.about__gallery {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #b5bcc5;
}
.about__gallery .video__block {
  margin-top: 0;
}

.services__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.services__sidebar {
  width: 414px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 60px;
  height: 100%;
}

.services__overlay {
  position: absolute;
  z-index: 3;
  inset: 0;
  background: #1f1f21;
  display: none;
}

.services__content {
  width: 100%;
  position: relative;
}

.services__content  .about__insert-list {margin-top:0; margin-bottom:30px;}

.services__title {
  font-family: "AKONY";
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}
.services__title span {
  color: #6f97ce;
}

.services__text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #b5bcc5;
}

.services__media {
  position: relative;
  margin-top: 40px;
}
.services__media .video__item-shape {
  position: absolute;
  z-index: 2;
  right: -1px;
  bottom: -1px;
  width: 120px;
  height: 120px;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 60H60V0L0 60Z' fill='%231F1F21' /%3E%3C/svg%3E");
  background-size: 120px 120px;
}
.services__media .video__item:hover .video__item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.services__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.services__list-item {
  list-style: none;
  margin: 0px;
  border-top: 1px solid #b5bcc5;
}
.services__list-item:first-child {
  border-top: none;
}
.services__list-item:first-child .services__list-link {
  padding-top: 0;
}
.services__list-item:hover .services__list-link {
  text-decoration: none;
  color: #6f97ce;
}
.services__list-item:hover .services__list-link ins svg path {
  fill: #6f97ce;
}

.services__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  text-decoration: none;
  cursor:pointer;
}
.services__list-link ins {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-decoration: none;
  width: 8px;
  height: 12px;
  margin-left: 20px;
}
.services__list-link ins svg path {
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.services__list-link:hover {
  text-decoration: none;
  color: #6f97ce;
}
.services__list-link:hover ins svg path {
  fill: #6f97ce;
}

.services__menu--mobile {
  display: none;
}

.services__submenu {
  position: absolute;
  display: none;
  inset: 0 0 0 435px;
  padding-left: 69px;
  z-index: 4;
  min-height: 100%;
  width: calc(100% - 465px);
}

.services__submenu-inner {
  background: #1f1f21;
  min-height: 100%;
  color: #fff;
}

.services__list-item:hover .services__submenu {
  display: block;
}

.submenu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
}

.submenu__list-item {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.submenu__list-item:first-child {
  margin-top: 0;
}

.submenu__list-link {
  color: #fff;
  text-decoration: none;
}
.submenu__list-link:hover {
  color: #6f97ce;
  text-decoration: none;
}

.services__menu-block {
  background: #1f1f21;
}

.dl-menuwrapper {
  max-width: 100%;
}

.dl-menuwrapper ul {
  background: #1f1f21;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dl-menuwrapper li {
  margin: 0px;
  list-style: none;
}
.dl-menuwrapper li:first-child {
  border-top: none;
}
.dl-menuwrapper li:first-child a {
  padding-top: 0;
  border-top: none;
}

.dl-menuwrapper li a {
  display: block;
  border-bottom: none;
  position: relative;
  padding: 20px 0px 10px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  outline: none;
  text-decoration: none;
  border-top: 1px solid #b5bcc5;
  border-bottom: none;
}

.dl-menuwrapper li a:hover {
  color: #fff;
  text-decoration: none;
}

.dl-menuwrapper li a span {
  background: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10.59L4.58 6L0 1.41L1.41 0L7.41 6L1.41 12L0 10.59Z' fill='white' /%3E%3C/svg%3E") 100% 50% no-repeat;
  display: block;
  padding-right: 20px;
}

.dl-menuwrapper li.dl-back {
  position: relative;
  top: 0px;
  z-index: 2;
  border-top: none !important;
  border-bottom: 1px solid #b5bcc5;
  background: #1f1f21;
  margin: 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #6f97ce;
  margin-top: 0px;
}

.dl-menuwrapper li.dl-back > a {
  color: #6f97ce;
  background: none;
  padding-left: 0px;
  padding: 0px 15px 10px 0;
}

.dl-menuwrapper li.dl-back > a:hover {
  color: #6f97ce;
}

.dl-menuwrapper li.dl-back span {
  background: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41 10.59L2.83 6L7.41 1.41L6 0L0 6L6 12L7.41 10.59Z' fill='%236F97CE' /%3E%3C/svg%3E") 0px 40% no-repeat;
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: 500;
  padding-left: 20px;
}

.dl-submenu li {
  border-top: none;
}

.dl-submenu li {
  border-top: none;
  border-bottom: none;
  margin-top: 20px;
}

.dl-submenu li a {
  padding: 0;
  border-top: none;
}

#dl-menu {
  height: 100%;
  overflow: hidden;
}

.dl-menuwrapper {
  overflow: hidden;
  min-height: 100%;
}

.dl-menu {
  margin: 0;
}

.dl-menu {
  will-change: transform;
}

.dl-menuwrapper {
  position: relative;
  overflow: hidden;
  min-height: 1px;
}

.dl-menuwrapper .dl-menu {
  opacity: 1;
  pointer-events: auto;
}

#dl-menu {
  position: relative;
}

.dl-menuwrapper,
.dl-menu,
.dl-submenu {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}

.news {
  position: relative;
}

.news__cards {
  --elements: 3;
  --cgap: 30px;
  --rgap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.news__card {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
}

.news__item {
  position: relative;
  padding-bottom: 40px;
  height: 100%;
}
.news__item:hover .news__item-img img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.news__item:hover .news__item-title {
  color: #6f97ce;
}
.news__item:hover .news__item-read span {
  border-bottom: 1px solid #fff;
}

.news__item-img {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.6666666667%;
  background: #1f1f21;
}

.news__item-blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 1;
}

.news__item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: cover;
  z-index: 2;
  will-change: transform;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.news__item-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 25px;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}

.news__item-text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #b5bcc5;
}

.news__item-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news__item-date {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #a1cbf2;
}

.news__item-read {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8.825L3.81667 5L0 1.175L1.175 0L6.175 5L1.175 10L0 8.825Z' fill='white' /%3E%3C/svg%3E");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding-right: 18px;
}
.news__item-read span {
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.news__item-link {
  position: absolute;
  z-index: 2;
  inset: 0;
}
.news__item-link a {
  display: block;
  width: 100%;
  height: 100%;
}

.news__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.news__row-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 525px;
}

.news__row-content {
  width: calc(100% - 60px);
  margin-left: 60px;
  height: 100%;
}

.news__row-view {
  position: relative;
}

.news__row-preview {
  margin-top: 10px;
}

.news__row-slider {
  position: relative;
  overflow: hidden;
}

.news__row-slider .swiper-slide {
  will-change: transform;
  overflow:hidden;
}

.news__row-slider .swiper-wrapper {
  scroll-behavior: smooth;
}

.news__row-prev {
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 4;
  left: 10px;
  top: 50%;
  margin-top: -12px;
  background: rgba(181, 188, 197, 0.5);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
.news__row-prev ins {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41 10.59L2.83 6L7.41 1.41L6 0L0 6L6 12L7.41 10.59Z' fill='white' /%3E%3C/svg%3E");
  width: 8px;
  height: 12px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.news__row-next {
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 4;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  background: rgba(181, 188, 197, 0.5);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
.news__row-next ins {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10.59L4.58 6L0 1.41L1.41 0L7.41 6L1.41 12L0 10.59Z' fill='white' /%3E%3C/svg%3E");
  width: 8px;
  height: 12px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.news__row-view .swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}

.news__row-pagination {
  text-align: center;
  display: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 15px 0 0 0px !important;
  position: relative;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}

.news__row-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.2;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  width: 100% !important;
  height: 2px;
  border-radius: 0;
  margin: 0 0 0 4px !important;
  display: block;
}
.news__row-pagination .swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.news__row-pagination .swiper-pagination-bullet-active {
  background: #6f97ce;
  opacity: 1;
}

.news__row-thumbs {
  position: relative;
  overflow: hidden;
}

.news__row-thumbs .swiper-slide {
  height: auto;
  cursor: pointer;
}

.news__row-thumbs .swiper-slide-thumb-active {
  height: auto;
  opacity: 1;
  pointer-events: none;
}

.news__row-thumbs .swiper-slide .news__item-img {
  opacity: 0.5;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}

.news__row-thumbs .swiper-slide .news__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.news__row-thumbs .swiper-slide-thumb-active .news__item-img {
  opacity: 1;
}

.news__row-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 29px;
  color: #fff;
}

.news__row-date {
  margin: 0px 0 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #a1cbf2;
}

.news__row-text {
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #b5bcc5;
}

.news__row-subscribe {
  margin-top: 50px;
  padding: 30px 0;
  border-top: 1px solid #b5bcc5;
  border-bottom: 1px solid #b5bcc5;
}

.news__subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__subscribe-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #6f97ce;
}

.news__subscribe-text {
  margin-top: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #b5bcc5;
}

.news__subscribe-right {
  width: 100%;
  max-width: 320px;
  margin-left: 30px;
}

.news__subscribe-right .subscribe__item {
  margin-top: 0;
}

.news__subscribe-link {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 52px;
  position: relative;
  font-family: "AKONY";
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#6f97ce), to(#2e2a5b));
  background: linear-gradient(180deg, #6f97ce 0%, #2e2a5b 100%);
  overflow: hidden;
}
.news__subscribe-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #6f97ce;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.news__subscribe-link:hover::before {
  opacity: 1;
}
.news__subscribe-link span {
  position: relative;
  z-index: 1;
}
.news__subscribe-link:hover {
  text-decoration: none;
}

.video__block {
  margin-top: 50px;
}

.video__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video__title {
  font-family: "AKONY";
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}

.video__nav {
  width: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 30px;
}

.video__nav-prev {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.41 16.59L10.83 12L15.41 7.41L14 6L8 12L14 18L15.41 16.59Z' fill='white' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}

.video__nav-next {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.58984 16.59L13.1698 12L8.58984 7.41L9.99984 6L15.9998 12L9.99984 18L8.58984 16.59Z' fill='white' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}

.video__nav .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.video__content {
  margin-top: 30px;
  position: relative;
}

.video__slider {
  position: relative;
  overflow: hidden;
}

.video__slider .swiper-slide {
  height: auto;
  overflow: hidden;
}

.video__item {
  position: relative;
}
.video__item:hover .video__item-img img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.video__item:hover .video__item-link span {
  background-position: 0 -54px;
}

.video__item-img {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.6666666667%;
  background: #1f1f21;
}

.video__item-blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 1;
}

.video__item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
  will-change: transform;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.video__item-link {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video__item-link span {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='108' viewBox='0 0 100 108' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2097_940)'%3E%3Cpath d='M0 108H80L100 88V54H20L0 74V108Z' fill='url(%23paint0_linear_2097_940)' /%3E%3Cpath d='M60 81.0001L45 89.6604V72.3398L60 81.0001Z' fill='white' /%3E%3Cpath d='M99.5 0.5V33.793L79.793 53.5H0.5V20.207L20.207 0.5H99.5Z' fill='white' fill-opacity='0.3' stroke='white' /%3E%3Cpath d='M60 27.0001L45 35.6604V18.3398L60 27.0001Z' fill='white' /%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2097_940' x1='50' y1='54' x2='50' y2='108' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236F97CE' /%3E%3Cstop offset='1' stop-color='%232E2A5B' /%3E%3C/linearGradient%3E%3CclipPath id='clip0_2097_940'%3E%3Crect width='100' height='108' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 100px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: 0 0;
  will-change: transform;
}

.video__item-photo {
  display: block;
  position: absolute;
  z-index: 3;
  inset: 0;
}

.video__item-shape {
  position: absolute;
  z-index: 2;
  right: -1px;
  bottom: -1px;
  width: 60px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 60H60V0L0 60Z' fill='%231F1F21' /%3E%3C/svg%3E");
  will-change: transform;
}

.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -30px;
}

.contacts__item:nth-child(1) {
  width: calc(60% - 30px);
  margin: 0 0 0 30px;
}

.contacts__item:nth-child(2) {
  width: calc(40% - 30px);
  margin: 0 0 0 30px;
}

.contacts__item-cols {
  --elements: 2;
  --cgap: 30px;
  --rgap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.contacts__item-col {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
}

.feed__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.feed__item {
  margin-top: 30px;
}
.feed__item:first-child {
  margin-top: 0;
}

.feed__item-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #6f97ce;
}

.feed__item-content {
  margin-top: 8px;
}

.feed__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #b5bcc5;
}

.feed__item-phone {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #b5bcc5;
}
.feed__item-phone a {
  color: #b5bcc5;
  text-decoration: none;
}

.feed__item-email {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #b5bcc5;
}
.feed__item-email a {
  color: #b5bcc5;
  text-decoration: none;
}
.feed__item-email a:hover {
  color: #fff;
}

.contacts__item-social {
  --elements: 2;
  --cgap: 30px;
  --rgap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.contacts__item-link {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #b5bcc5;
  text-decoration: none;
}
.contacts__item-link ins {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
.contacts__item-link ins svg path {
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.contacts__item-link span {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}
.contacts__item-link:hover {
  text-decoration: none;
}
.contacts__item-link:hover svg path {
  fill: #fff;
}
.contacts__item-link:hover span {
  color: #fff;
}

.contacts__map {
  margin-top: 50px;
}
.contacts__map .map {
  width: 100%;
  height: 350px;
}

.page-404 .content__block {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(/images/404-bg.webp) 50% 50% no-repeat;
}

.error-page {
  position: relative;
  text-align: center;
  padding-top: 100px;
  max-width: 660px;
  margin: 0 auto;
}
.error-page__title {
  font-family: "AKONY";
  font-weight: 700;
  font-size: 150px;
  line-height: 165px;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  -webkit-text-stroke: 2px #fff;
}
.error-page__subtitle {
  margin-top: 10px;
  font-family: "AKONY";
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #fff;
}
.error-page__text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #fff;
}
.error-page__link {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  height: 50px;
  line-height: 52px;
  position: relative;
  font-family: "AKONY";
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#6f97ce), to(#2e2a5b));
  background: linear-gradient(180deg, #6f97ce 0%, #2e2a5b 100%);
  overflow: hidden;
}
.error-page__link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #6f97ce;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.error-page__link:hover::before {
  opacity: 1;
}
.error-page__link span {
  position: relative;
  z-index: 1;
}
.error-page__link:hover {
  text-decoration: none;
}

@media screen and (max-width: 1365px) {
  .index__intro-social {
    right: 30px;
    margin-right: 0px;
  }
  .index__intro-nav {
    right: 30px;
    margin-right: 0px;
  }
}
/* xl <= Large (xlg) */
@media screen and (max-width: 1239px) {
  .container {
    padding: 0 20px;
  }
  .container--marg {
    margin: -273px auto 0 auto;
  }
  .header__logo {
    width: 230px;
  }
  .nav__item {
    margin-left: 12px;
  }
  .nav__item:first-child {
    margin-left: 0;
  }
  .index__intro {
    margin-top: -73px;
  }
  .index__intro-title {
    font-size: 30px;
    line-height: 33px;
  }
  .index__intro-text {
    font-size: 16px;
    line-height: 21px;
  }
  .index__intro-social {
    right: 20px;
  }
  .index__social-list {
    margin: -273px 0 0 0;
  }
  .index__services-title {
    font-size: 22px;
    line-height: 24px;
  }
  .index__services-list {
    font-size: 15px;
    line-height: 16px;
  }
  .index__news-title {
    font-size: 22px;
    line-height: 24px;
  }
  .index__news-slider .news__item {
    padding-bottom: 60px;
  }
  .index__news-slider .news__item-title {
    padding: 0 20px;
  }
  .index__news-slider .news__item-text {
    padding: 0 20px;
  }
  .index__news-slider .news__item-bottom {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .index__about-title {
    font-size: 22px;
    line-height: 24px;
  }
  .index__about-subtitle {
    font-size: 26px;
    line-height: 34px;
  }
  .index__about-item {
    margin-top: 20px;
  }
  .index__about-item:first-child {
    margin-top: 0;
  }
  .index__about-cards {
    --elements: 3;
    --cgap: 20px;
    --rgap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: var(--cgap);
       -moz-column-gap: var(--cgap);
            column-gap: var(--cgap);
    row-gap: var(--rgap);
  }
  .about__card-content {
    padding: 20px 20px 0px 20px;
  }
  .about__card-title {
    font-size: 15px;
    line-height: 22px;
  }
  .about__advantages-row {
    margin: 0 0 0 -20px;
  }
  .about__advantages-item--left {
    width: calc(66.6666666667% - 20px);
    margin: 0 0 0 20px;
  }
  .about__advantages-item--right {
    width: calc(33.3333333333% - 20px);
    margin: 0 0 0 20px;
  }
  .advantages__cards {
    --cgap: 20px;
    --rgap: 20px;
  }
  .advantages__card-text {
    height: 108px;
    font-size: 14px;
    line-height: 18px;
  }
  .advantages__card {
    padding: 20px 20px 50px 20px;
  }
  .advantages__card-title {
    font-size: 13px;
    line-height: 18px;
  }
  .about__insert-row {
    --cgap: 30px;
    --rgap: 30px;
  }
  .services__media {
    position: relative;
    margin-top: 40px;
  }
  .services__media .video__item-shape {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
  .services__submenu {
    inset: 0 0 0 395px;
    width: calc(100% - 415px);
  }
  .services__sidebar {
    width: 414px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 30px;
  }
  .news__subscribe {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news__subscribe-left {
    width: 100%;
  }
  .news__subscribe-right {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
  .news__row-sidebar {
    width: 425px;
  }
  .news__row-content {
    width: calc(100% - 30px);
    margin-left: 30px;
  }
}
/* md <= Large (lg) */
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 14px;
  }
  .container--marg {
    margin: -241px auto 0 auto;
  }
  .content__block {
    padding-top: 0px;
    padding-bottom: 80px;
  }
  .blank-img {
    width: 100% !important;
    float: none !important;
    margin: 20px 0 !important;
  }
  h1 {
    font-size: 18px;
    line-height: 20px;
  }
  h2 {
    font-size: 17px;
    line-height: 19px;
  }
  h3 {
    font-size: 16px;
    line-height: 18px;
  }
  h4 {
    font-size: 15px;
    line-height: 17px;
  }
  h5 {
    font-size: 14px;
    line-height: 16px;
  }
  h6 {
    font-size: 13px;
    line-height: 15px;
  }
  .popup__content {
    padding: 30px;
  }
  .cookies {
    max-width: 460px;
    padding: 0.8rem 0;
  }
  .cookies__text {
    font-size: 14px;
    text-align: left;
    padding: 0 30px 0 0;
  }
  .cookies__text a {
    border-bottom: 1px solid #6f97ce;
  }
  .cookies__text a:hover {
    border-bottom: 1px solid #6f97ce;
  }
  .cookies__link {
    height: 2rem;
    margin: 0.8rem auto 0 auto;
  }
  .cookies__link a {
    font-size: 16px;
    line-height: 1.8rem;
  }
  .cookies__link a:hover {
    background: #6f97ce;
    color: #fff;
    border: 1px solid #6f97ce;
  }
  .header__row {
    padding: 10px 0;
  }
  .header__phone {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #b5bcc5;
    background: #1f1f21;
  }
  .header__phone-link {
    display: inline-block;
    padding: 25px 0;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }
  .header__phone-link:hover {
    text-decoration: none;
  }
  .header__toggle {
    display: block;
  }
  .nav {
    position: fixed;
    width: 100%;
    height: calc(100svh - 126px);
    background: #1f1f21;
    top: -100%;
    left: 0;
    right: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none;
    z-index: -10;
  }
  .show-menu {
    overflow: hidden;
  }
  .show-menu .header {
    background: #1f1f21;
  }
  .show-menu .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 61px;
    z-index: 8;
  }
  .show-menu .header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 9;
  }
  .show-menu .header__toggle {
    background-position: 0 -40px;
  }
  .nav__list {
    display: block;
    font-size: 16px;
    line-height: 18px;
  }
  .nav__item {
    margin-top: 30px;
    margin-left: 0px;
    text-align: center;
  }
  .nav__item:first-child {
    margin-left: 0;
  }
  .nav__link {
    -webkit-transition: none;
    transition: none;
    padding-bottom: 0px;
    border-bottom: none;
  }
  .nav__link:hover {
    color: #fff;
    border-bottom: none;
  }
  .footer__row--top {
    padding: 30px 0;
  }
  .footer__developer a:hover {
    color: #b5bcc5;
    text-decoration: none;
  }
  .footer__developer a:hover span {
    border-bottom: 1px solid transparent;
  }
  .social__link:hover {
    border: 1px solid #b5bcc5;
    background: #1f1f21;
  }
  .social__link:hover svg path {
    fill: #b5bcc5;
  }
  .footer__menu {
    --elements: 1;
  }
  .footer__col--menu {
    margin: 0 30px;
  }
  .footer__list-link:hover {
    color: #b5bcc5;
    text-decoration: none;
  }
  .subscribe__item-button:hover {
    opacity: 1;
  }
  .subscribe__item-input {
    -webkit-transition: none;
    transition: none;
  }
  .footer__feed {
    padding: 80px 0;
  }
  .footer__feed-title {
    font-size: 18px;
    line-height: 20px;
  }
  .breadcrumbs {
    padding: 11px 0 26px 0px;
  }
  .breadcrumbs__path a {
    color: #fff;
  }
  .breadcrumbs__path a:hover {
    color: #b5bcc5;
    border-bottom: 1px solid transparent;
  }
  .breadcrumbs__title {
    margin-top: 12px;
  }
  .pagination {
    margin-top: 40px;
  }
  .pagination a:hover {
    color: #fff;
  }
  .index__intro {
    height: 100svh;
    margin-top: -61px;
  }
  .index__intro-img {
    position: relative;
    z-index: 1;
  }
  .index__intro-img img {
    display: block;
    width: 100%;
    height: 100svh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  .index__intro-title {
    font-size: 20px;
    line-height: 22px;
  }
  .index__intro-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .index__intro-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .index__intro-btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .index__intro-link {
    color: #fff;
    text-decoration: none;
    overflow: hidden;
  }
  .index__intro-link:hover {
    color: #fff;
    text-decoration: none;
    background-position: 0 0px;
  }
  .index__intro-social {
    display: none;
  }
  .index__intro-bottom {
    height: 80px;
  }
  .index__intro-nav {
    bottom: 110px;
    right: 14px;
  }
  .partner-item {
    padding: 0 30px;
  }
  .partner-item:hover img {
    opacity: 1;
  }
  .partner-item img {
    height: 40px;
  }
  .index__services-title {
    font-size: 18px;
    line-height: 20px;
  }
  .index__services-all {
    display: none;
    font-size: 14px;
    line-height: 18px;
  }
  .index__services-all ins {
    margin-top: 3px;
  }
  .index__services-all:hover span {
    border-bottom: 1px solid #1f1f21;
  }
  .index__services-content {
    margin-top: 30px;
  }
  .index__services-content .index__services-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index__services-row {
    --elements: 1;
    --cgap: 60px;
    --rgap: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: var(--cgap);
       -moz-column-gap: var(--cgap);
            column-gap: var(--cgap);
    row-gap: var(--rgap);
  }
  .index__services-media {
    display: none;
  }
  .index__services-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index__services-item {
    padding: 20px 0;
  }
  .index__services-item::before {
    width: 100%;
    margin-bottom: 5px;
  }
  .index__services-link {
    color: #b5bcc5;
  }
  .index__services-link:hover {
    color: #b5bcc5;
  }
  .index__news {
    padding-top: 80px;
    overflow: hidden;
  }
  .index__news-nav {
    display: none;
  }
  .index__news-title {
    font-size: 18px;
    line-height: 20px;
  }
  .index__news-slider {
    overflow: visible;
  }
  .index__news-slider .swiper-slide {
    width: 300px;
  }
  .index__news-slider .news__item {
    padding-bottom: 60px;
  }
  .index__news-slider .news__item-title {
    padding: 0 12px;
  }
  .index__news-slider .news__item-text {
    padding: 0 12px;
  }
  .index__news-slider .news__item-bottom {
    left: 12px;
    right: 12px;
    bottom: 20px;
  }
  .index__about {
    padding-top: 80px;
  }
  .index__about-title {
    font-size: 18px;
    line-height: 20px;
  }
  .index__about-subtitle {
    font-size: 17px;
    line-height: 22px;
  }
  .index__about-text {
    max-width: 450px;
    margin: 20px auto 0 auto;
  }
  .index__about-advantages {
    margin-top: 30px;
  }
  .index__about-items {
    --elements: 2;
    --cgap: 20px;
    --rgap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: var(--cgap);
       -moz-column-gap: var(--cgap);
            column-gap: var(--cgap);
    row-gap: var(--rgap);
  }
  .index__about-item {
    margin-top: 0;
    width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
  }
  .index__about-cards {
    --elements: 1;
    --cgap: 20px;
    --rgap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: var(--cgap);
       -moz-column-gap: var(--cgap);
            column-gap: var(--cgap);
    row-gap: var(--rgap);
    height: 100%;
  }
  .about {
    margin-top: -151px;
  }
  .about__top-content {
    padding-top: 200px;
    padding-bottom: 80px;
  }
  .about__top-title {
    font-size: 20px;
    line-height: 26px;
    overflow-wrap: break-word;
  }
  .about__top-text {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0px;
    width: 100%;
    max-width: 100%;
  }
  .about__advantages {
    padding-top: 80px;
  }
  .about__advantages-title {
    font-size: 16px;
    line-height: 21px;
  }
  .about__advantages-content {
    margin-top: 30px;
  }
  .about__advantages-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 0 0px;
  }
  .about__advantages-item--left {
    width: 100%;
    margin: 0 0 0 0px;
  }
  .about__advantages-item--right {
    width: 100%;
    margin: 30px 0 0 0px;
  }
  .about__advantages-img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 443px;
    margin: 0 auto;
    top: auto;
  }
  .advantages__card-text {
    height: auto;
  }
  .about__advantages-item--right .advantages__card {
    position: absolute;
    z-index: 2;
    bottom: 0;
  }
  .about__media {
    margin-top: 80px;
    padding-top: 80px;
  }
  .about__media-title {
    font-size: 18px;
    line-height: 23px;
  }
  .about__media-content {
    margin-top: 30px;
  }
  .about__media-text {
    margin: 40px auto 0 auto;
  }
  .about__insert {
    margin-top: 80px;
    padding-top: 80px;
  }
  .about__insert-title {
    font-size: 16px;
    line-height: 21px;
  }
  .about__insert-shape {
    background-image: url("data:image/svg+xml,%3Csvg width='88' height='88' viewBox='0 0 88 88' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 88H88V-1.90735e-06L0 88Z' fill='%231F1F21' /%3E%3C/svg%3E");
    width: 48px;
    height: 48px;
    background-size: 48px;
  }
  .about__gallery {
    margin-top: 80px;
    padding-top: 80px;
  }
  .services__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .services__sidebar {
    width: 100%;
    margin-right: 0px;
  }
  .services__content {
    margin-top: 80px;
  }
  .services__media {
    margin-top: 30px;
  }
  .services__media .video__item-shape {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  .services__title {
    font-size: 16px;
    line-height: 21px;
  }
  .services__menu--desktop {
    display: none;
  }
  .services__menu--mobile {
    display: block;
  }
  .news__cards {
    --elements: 2;
    --cgap: 30px;
    --rgap: 30px;
  }
  .news__item {
    position: relative;
    padding-bottom: 30px;
  }
  .news__item:hover .news__item-img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .news__item:hover .news__item-title {
    color: #fff;
  }
  .news__item:hover .news__item-read span {
    border-bottom: 1px solid transparent;
  }
  .news__item-title {
    margin-top: 20px;
    font-size: 16px;
    line-height: 21px;
  }
  .news__item-text {
    font-size: 14px;
    line-height: 18px;
  }
  .news__item-date {
    font-size: 14px;
    line-height: 18px;
  }
  .news__item-read {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
  }
  .news__row-preview {
    display: none;
  }
  .news__row-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news__row-sidebar {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .news__row-content {
    width: 100%;
    margin-left: 0px;
    margin-top: 30px;
  }
  .news__row-title {
    font-size: 18px;
    line-height: 20px;
  }
  .news__row-subscribe {
    margin-top: 40px;
  }
  .news__subscribe-title {
    font-size: 16px;
    line-height: 18px;
  }
  .news__subscribe-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#6f97ce), to(#2e2a5b));
    background: linear-gradient(180deg, #6f97ce 0%, #2e2a5b 100%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .video__block {
    margin-top: 40px;
  }
  .video__title {
    font-size: 16px;
    line-height: 21px;
  }
  .video__item:hover .video__item-img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .video__item:hover .video__item-link span {
    background-position: 0 0px;
  }
  .video__slider .swiper-slide {
    width: 300px;
  }
  .video__item-shape {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  .contacts__map {
    margin-top: 40px;
  }
  .contacts__map .map {
    height: 300px;
  }
  .feed__item-email a:hover {
    color: #b5bcc5;
  }
  .contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 0 0px;
  }
  .contacts__item:nth-child(1) {
    width: 100%;
    margin: 0px;
  }
  .contacts__item:nth-child(2) {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .error-page {
    padding-top: 80px;
  }
  .error-page__link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#6f97ce), to(#2e2a5b));
    background: linear-gradient(180deg, #6f97ce 0%, #2e2a5b 100%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
/* sm <= Medium (md) */
@media screen and (max-width: 767px) {
  .content__block {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .footer__row--bottom {
    padding: 16px 0;
  }
  .footer__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__copyrights {
    width: 100%;
  }
  .footer__developer {
    margin-top: 10px;
  }
  .footer__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__col--contacts {
    width: 100%;
  }
  .footer__col--menu {
    margin: 30px 0 0 0;
  }
  .footer__col--subscribe {
    margin-top: 30px;
    max-width: 100%;
  }
  .footer__feed {
    padding: 60px 0;
  }
  .index__services {
    padding-top: 60px;
  }
  .index__services-list {
    font-size: 12px;
    line-height: 13px;
  }
  .index__news {
    padding-top: 60px;
  }
  .index__about {
    padding-top: 60px;
  }
  .index__about-text {
    max-width: 100%;
  }
  .index__about-items {
    --elements: 1;
    --cgap: 20px;
    --rgap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: var(--cgap);
       -moz-column-gap: var(--cgap);
            column-gap: var(--cgap);
    row-gap: var(--rgap);
  }
  .about__top-content {
    padding-top: 200px;
    padding-bottom: 60px;
  }
  .about__advantages {
    padding-top: 60px;
  }
  .about__media {
    margin-top: 60px;
    padding-top: 60px;
  }
  .advantages__cards {
    --elements: 1;
  }
  .about__insert {
    margin-top: 60px;
    padding-top: 60px;
  }
  .about__insert-row {
    --elements: 1;
  }
  .about__gallery {
    margin-top: 60px;
    padding-top: 60px;
  }
  .error-page {
    padding-top: 60px;
  }
  .error-page__title {
    font-size: 60px;
    line-height: 66px;
  }
  .error-page__subtitle {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 576px) {
  .index__news-slider .swiper-slide {
    width: 280px;
  }
  .news__cards {
    --elements: 1;
  }
  .video__nav {
    display: none;
  }
  .video__slider .swiper-slide {
    width: 280px;
  }
  .contacts__item-cols {
    --elements: 1;
  }
  .contacts__item-social {
    --elements: 1;
  }
  .feed__item {
    margin-top: 20px;
  }
  .feed__item:first-child {
    margin-top: 0;
  }
}
/* xs <= Small (sm) */